

/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,400,600,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Raleway', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: 800;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: square;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding-top: 12px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 25px;
     color: #fff;
     font-size: 16px;
     line-height: 20px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #FFD400;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #FFFFFF;
}

.sign_btn {
     padding-left: 50px;
}

.sign_btn a {
     background-color: transparent;
     display: inline-block;
     color: #fff;
     font-size: 17px;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
     width: 100%;
     background: #0056B3;
     padding: 20px 30px;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}
.logo-text {
    color: #ffffff;
    font-family: inherit;   /* Uses same font as rest of template */
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;        /* Adjust if needed */
    text-decoration: none;
}

.logo-text:hover {
    color: #ffffff;
    text-decoration: none;
}

.banner_main {
     padding: 90px 0;
     background: url(../images/banner.jpg);
     background-size: 100% 100%;
     background-repeat: no-repeat;
     padding-top: 60px;
     background-position: center;
     background-size: cover;
}

.text-bg {
     text-align: center;
}

.black {
     color: #007BFF;
     font-weight: bold;
}
.dark {
     color: #0056B3;
     font-weight: bold;
}

.text-bg h1 {
     color: #fff;
     font-size: 75px;
     line-height: 90px;
     padding-bottom: 50px;
     text-transform: uppercase;
     font-weight: 600;
     text-align: left;
}

.text-bg a {
     font-size: 17px;
     background-color: #fff;
     color: #000;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     float: left;
}

.text-bg a:hover {
     background-color: #007BFF;
     color: #fff;
     transition: ease-in all 0.5s;
     border-radius: 26px;
}

.text-img figure {
     margin: 0px;
}

.text-img figure img {
     width: 100%;
     max-width: 519px;
     border: #FFF solid 14px;
     border-radius: 300px;
     float: right;
}

.text-img1 {
     margin-top: -100px;
}

.text-img1 figure {
     margin: 0px;
}

.text-img1 figure img {
     width: 100%;
     max-width: 313px;
     ;
     border: #FFF solid 14px;
     border-radius: 300px;
     float: left;
}
.text-img2 {
     margin-top: -100px;
}

.text-img2 figure {
     margin: 0px;
}

.text-img2 figure img {
     width: 100%;
     max-width: 250px;
     ;
     border: #FFF solid 14px;
     border-radius: 300px;
     float: left;
}

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 40px;
     color: #3e3e3e;
     line-height: 40px;
     font-weight: 600;
     padding: 0;
     text-transform: uppercase;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}


/** we_do section **/

.padd_left0 {
     padding-left: 0;
}

.we_do {
     background: #007BFF;
     padding: 90px 0px 60px 0px;
}

.we_do .titlepage h2 {
     color: #fff;
     padding-bottom: 10px;
}

.titlepage span {
     background: #fff;
     border-radius: 44px;
     padding: 3px 11px;
     z-index: 999;
     position: relative;
}

.titlepage strong {
     border-top: #FFC700 solid 1px;
     width: 260px;
     position: absolute;
     left: 0;
     right: 0;
     margin: 0 auto;
     top: 61px;
}

.we_do_box i {
     border: #FFC700 solid 4px;
     width: 160px;
     height: 160px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
     border-radius: 85px;
     transition: ease-in all 0.1s;
     cursor: pointer;
}

.we_do_box i:hover {
     width: 140px;
     height: 140px;
     transition: ease-in all 0.2s;
}

.we_do_box {
     text-align: center;
}

.we_do_box h4 {
     color: #fff;
     text-transform: uppercase;
     font-size: 30px;
     line-height: 30px;
     font-weight: 500;
     padding: 0;
     padding-top: 35px;
}

.we_do_box p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     padding: 25px 0;
}

.we_do .read_more {
     margin: 0 auto;
     display: block;
}


/** end we_do section **/


/** testimonial section **/

.testimonial {
     margin-top: 90px;
     padding-bottom: 90px;
     background: #fff;
     padding-top: 60px;
}

.testimonial .titlepage h2 {
     color: #007BFF;
     padding-bottom: 10px;
}

.testimonial .titlepage span {
     background-color: #007BFF;
}

.testimonial_Carousel .carousel-caption {
     position: inherit;
}

.testimonial_box figure {
     margin: 0;
}

.testimonial_box figure img {}

.testimonial_box {
     text-align: left;
     background: #fff;
     box-shadow: #ddd 0px 0px 10px 0px;
     padding: 0px 40px 40px 40px;
}

.testimonial_Carousel .test_box .jons {
     text-align: left;
     margin-bottom: 4px;
     margin-left: -10px;
}

.testimonial_Carousel {
     padding: 0 60px;
}

.testimonial_Carousel .test_box .jons h4 {
     font-size: 25px;
     color: #090808;
     line-height: 32px;
     padding-left: 15px;
     display: inline-block;
}

.testimonial_Carousel .test_box .jons figure {
     margin: 0;
}

.testimonial_Carousel .test_box p {
     font-size: 17px;
     line-height: 28px;
     color: #090808;
     text-align: left;
}

.testimonial_Carousel .carousel-indicators {
     display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     width: 62px;
     height: 62px;
     background: #FFC700;
     opacity: 1;
     font-size: 28px;
     color: #fff;
     top: 50%;
     border-radius: 30px;
}


/** end testimonial section **/


/** contact section **/

.padd_leri0 {
     padding-left: 0;
     padding-right: 0;
}

.contact .titlepage h2 {
     padding-bottom: 10px;
     color: #fff;
}

.contact .titlepage span {
     background-color: #007BFF;
}

.contact .titlepage strong {
     border-top: #fff solid 1px;
}

.contact {
     padding: 90px 0;
     background-color: #FFD400;
}

.main_form {
     padding: 50px 50px;
     background: #fff;
}

.contact .main_form .contactus {
     border: inherit;
     padding: 0px 19px;
     margin-bottom: 20px;
     width: 100%;
     height: 60px;
     background: #0056B3;
     color: #fff;
     font-size: 17px;
}

.contact .main_form .textarea {
     border: inherit;
     padding: 11px 19px;
     padding-top: 48px;
     margin-bottom: 20px;
     width: 100%;
     background: #0056B3;
     color: #fff;
     font-size: 17px;
}

.contact .main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #0056B3;
     color: #fff;
     padding: 13px 0px;
     margin: 0 auto;
     display: block;
     margin-top: 30px;
     max-width: 200px;
     text-transform: uppercase;
     width: 100%;
}

.contact .main_form .send_btn:hover {
     background-color: #ddad25;
     transition: ease-in all 0.5s;
     color: #fff;
     border-radius: 26px;
}

#contact *::placeholder {
     color: #fff;
     opacity: 1;
}


/** end contact section **/


/** asked section **/

.asked {
     padding: 90px 0;
     background-color: #fff;
}

.asked .titlepage h2 {
     padding-bottom: 10px;
     color: #080707;
}

.asked .titlepage span {
     background-color: #007BFF;
}

.some h3 {
     font-weight: 501;
     color: #292928;
     font-size: 30px;
     line-height: 30px;
     border-bottom: #FFC700 solid 1px;
     padding-bottom: 15px;
}

.some p {
     font-size: 18px;
     line-height: 28px;
     padding: 15px 0px 20px 0px;
}

.some .read_more {
     background-color: #007BFF;
     color: #fff;
     margin: 0 auto;
     display: block;
}

.some .read_more:hover {
     background-color: #FFD400;
     color: #fff;
}


/** end asked section **/

.read_more {
     font-size: 17px;
     background-color: #fff;
     color: #000;
     padding: 13px 0px;
     width: 100%;
     max-width: 200px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
}

.read_more:hover {
     background: #000;
     color: #fff;
     border-radius: 26px;
     transition: ease-in all 0.5s;
}


/** footer **/

.footer {
     padding-top: 80px;
     background: #0069D9;
}

.cont {
     text-align: center;
}

.cont h3 {
     color: #fff;
     font-size: 45px;
     line-height: 60px;
     font-weight: 501;
}

.cont span {
     color: #FFD400;
     font-size: 17px;
     line-height: 26px;
     padding: 30px 0px;
     display: block;
     font-weight: 501;
     margin-bottom: 10px;
}

.cont .read_more:hover {
     background-color: #FFD400;
     color: #000;
}

.copyright {
     margin-top: 90px;
     padding: 20px 0px;
     background-color: #fff;
}

.copyright p {
     color: #040404;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #040404;
}

.copyright a:hover {
     color: #FFD400;
}
/* FAQ list + block styling (strong overrides) */
.asked .some ul.faq-list,
.asked .some ol.faq-steps {
  font-size: 18px !important;
  line-height: 1.6 !important;
  margin: 6px 0 18px 0 !important;
  padding-left: 22px !important;
}

.asked .some ul.faq-list {
  list-style: disc !important;
}

.asked .some ol.faq-steps {
  list-style: decimal !important;
}

.asked .some ul.faq-list li,
.asked .some ol.faq-steps li {
  display: list-item !important;
  margin: 6px 0 !important;
}

/* Service blocks (clean “sections”) */
.asked .some .service-block {
  padding: 14px 16px !important;
  margin: 6px 0 !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-radius: 10px !important;
  background: #fff !important;
}

.asked .some .service-block h4 {
  margin: 0 0 10px 0 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

/** end footer **/
/* BLUE CTA SECTION */
.blue-cta {
  background: #007bff; /* strong professional blue */
  color: #fff;
  padding: 70px 0;
}

.blue-cta h2 {
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 15px;
}

.blue-cta p {
  font-size: 17px;
  margin-bottom: 8px;
}

.blue-cta .cta-small {
  opacity: 0.9;
  font-size: 15px;
  margin-top: 10px;
}

.cta-btn-white {
  display: inline-block;
  padding: 14px 22px;
  background: #fff;
  color: #007bff;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-btn-white:hover {
  background: #f2f2f2;
}

.faq-link {
  margin-left: 8px;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.4;
}

.faq-link:hover {
  opacity: 1;
}
/* Contact phone CTA */
.contact-cta {
  background: rgba(255,255,255,0.35);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 18px 18px;
  margin: 0 0 18px 0;
}

.contact-cta-label {
  font-size: 16px;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
}

.contact-cta-phone {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.phone-link {
  display: inline-block;
  background: #fff;
  color: #0056B3;
  font-weight: 900;
  font-size: 26px;
  letter-spacing: 0.5px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 2px solid rgba(0,0,0,0.08);
}

.copy-btn {
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 800;
  background: #0056B3;
  color: #fff;
  border: 0;
}

.copy-btn:active {
  transform: scale(0.98);
}

.contact-cta-help {
  font-size: 15px;
  line-height: 1.6;
  color: #111;
  margin: 0;
}

.contact-fallback {
  margin-top: 10px;
  font-size: 14px;
  color: #111;
}

.selectable {
  user-select: text;
  -webkit-user-select: text;
  background: rgba(255,255,255,0.6);
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 800;
}
/* Contact CTA polish */
.contact-cta {
  background: #fff;
  border-radius: 14px;
  padding: 22px 22px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.10);
  border: 2px solid rgba(0,0,0,0.05);
}

.contact-cta-label {
  font-size: 18px;
  font-weight: 900;
  color: #111;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-cta-phone {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.phone-link {
  display: inline-block;
  background: #0056B3;
  color: #fff !important;
  font-weight: 900;
  font-size: 26px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 0;
}

.text-btn {
  display: inline-block;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 900;
  background: #FFD400;
  color: #111 !important;
}

.copy-btn {
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 900;
  background: #111;
  color: #fff;
  border: 0;
}

.contact-steps {
  display: grid;
  gap: 10px;
  margin: 10px 0 12px 0;
}

.step {
  background: rgba(0,0,0,0.04);
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 16px;
  color: #111;
}

.step-num {
  display: inline-flex;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #007BFF;
  color: #fff;
  font-weight: 900;
  margin-right: 8px;
}

.contact-cta-help {
  font-size: 16px;
  color: #111;
  margin-top: 6px;
  font-weight: 700;
}

.contact-fallback {
  margin-top: 10px;
  font-size: 14px;
  color: #111;
}

.selectable {
  user-select: text;
  -webkit-user-select: text;
  background: rgba(0,0,0,0.06);
  padding: 2px 8px;
  border-radius: 8px;
  font-weight: 900;
}

.blue-cta h2,
.blue-cta p {
  color: #ffffff !important;
}
.contact .titlepage h2 {
    color: #111111 !important;
}
/* Testimonials: replace face images with location + tags */
.testimonial-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 30px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
}

.location-icon {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 12px;
}

.location-badge {
  display: inline-block;
  background: #007BFF;
  color: #fff;
  font-weight: 900;
  padding: 10px 12px;
  border-radius: 12px;
  margin-bottom: 12px;
}

.testimonial-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.testimonial-tags .tag {
  background: rgba(0,0,0,0.06);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  color: #111;
}
/* Navbar: bullets OFF */
.navigation .navbar-nav,
.navigation .navbar-nav li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* Prevent logo + toggler overlap on small screens */
.header .row {
  display: flex;
  align-items: center;
}

.logo_section {
  display: flex;
  align-items: center;
}

/* Let the logo column shrink instead of forcing overlap */
.logo_section,
.logo_section .full,
.logo_section .center-desk,
.logo_section .logo {
  min-width: 0;
}

/* Force the logo text to truncate instead of colliding */
.logo-text {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
