@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Archivo", sans-serif;
  color: #171717;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1290px;
  width: 100%;
  margin: auto;
}
.fft{
  font-family: "Titillium Web", sans-serif;
}


.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.bg-warning{
  background-color: #FFD301 !important;
}
.text-warning{
  color: #FFD301 !important;
}
.text-secondary{
  color: #6e777d !important;
}
.bg-primary{
  background-color: #0047AC !important;
}
.bg-light{
  background-color: #f8f8f8 !important;
}
.text-primary{
  color: #0047AC !important;
}



.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25{
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.02em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-144 {
  letter-spacing: -1.44px;
}
.ls-072 {
  letter-spacing: -0.72px;
}

/* 0 */

/* 01 */
h1, .h1{
  font-size: 78px;
  line-height: 1.08;
  letter-spacing: -2.47px;
}


.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px ;
}
.fs-21 {
  font-size: 21px ;
}
.fs-23 {
  font-size: 23px ;
}
.fs-24 {
  font-size: 24px ;
}

.fs-25 {
  font-size: 25px ;
}


.fs-30 {
  font-size: 30px;
}
.fs-44 {
  font-size: 42px;
}
.fs-48 {
  font-size: 48px;
}
.fs-60 {
  font-size: 60px;
}

/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
  padding: 18px 30px;
  border: 1px solid;
  border-radius: 0px;
  line-height: normal;
  font-size: 14px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
}
.btn-warning, .btn-primary:hover{
  background-color: #ffd301;
  color: #000;
  border-color: #ffd301;
}
.btn-light{
  background-color: #fff;
  border-color: #fff;
  color: #171717;
}
.btn-primary, .btn-warning:hover{
  background-color: #0047AC;
  border-color: #0047AC;
  color: #fff;
}
.banner-btns .btn-warning:hover, .help-btns .btn-primary:hover{
  background-color: #fff;
  color: #000;
  border-color: #fff;
}


/* .scroll header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
    z-index: 99;
} */
.navbar-brand {
  display: inline-block;
  max-width: 505px;
  width: 100%;
}

.navbar-nav .nav-link {
  line-height: normal;
  color: #171717;
  font-size: 16px;
  font-weight: 700;
  padding: 0 !important;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
}
.navbar-nav > li + li {
  margin-left: 25px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover, .footer-links ul li a:hover {
  color: #FFD301 !important;
}



/* .offcanvas, .site-logo, .nav-right{
  width: 33%;
} */
button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #CB9D42;
  z-index: 99;
  color: #CB9D42;
}

button#ScrollToTop:hover {
  background: #CB9D42;
  color: #fff;
}

@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
          overflow-y: visible;
  }
}
/* .carousel-inner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 40%);
  z-index: 1;
} */
 .banner-text h1 span{
  -webkit-text-stroke: 1.3734643459320068px  #ffffff;
  color: transparent;
 }
.border-line, .services-wrap{
  border-color: #DDDDDD !important;
}
.cartoon-img img{
  position: relative;
  z-index: 2;
}
.cartoon-img::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-image: url(../images/cartoon-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
    width: 100%;
    z-index: 0;
}

.slick-dots li button:before {
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0047AC;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  height: 20px;
  width: 20px;
  background: #0047AC;
}
.slick-dots {
  bottom: -30px;
  display: flex;
}
.testimonial-con{
  height: 83%;
}
.testimonial-con.bg-secondary{
  background-color: #212121 !important;
}
.testimonial-bx p.text-secondary{
  color: #C0C0C0 !important;
}
.slick-dots li {
  width: fit-content;
  height: fit-content;
}
.form-group input{
  border-color:  #dddddd !important;
  height: 49px;
}
.form-group textarea{
  border-color:  #dddddd !important;
  height: 190px;
}
.contact-sec::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 65%;
  width: 100%;
  background-color: #1497D4 ;
}
.social-links ul li a{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFD301 ;
}
.footer-wrap p, .copy-right  p {
    color: rgb(255 255 255 / 80%) !important;
}
.social-links ul li a:hover{
  background-color: #fff;
}
.services-text a:hover{
  color: #FFD301!important;
}
.footer-top, .copy-right{
  border-color: #1497d4 !important; 
}
.footer-links ul li a{
  font-size: 16px;
  line-height: 1.8;
    color: rgb(255 255 255 / 80%) !important;

}
.inner-img {
  height: 600px;
}
.inner-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 55%;
  right: 0px;
  top: 0;
  background-color: #0047AC;
}
.inner-img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
  width: 90% !important;
  right: 5%;
}
.abtinner-2 .inner-img::before {
  right: auto;
  left: 0;
  background-color: #FFD301;
}
.abtinner-2 .inner-img img {
  right: auto;
  left: 5%;
}
.contact-group input{
  border-radius: 5px !important;
  border-color: #c7c7c7 !important;
  height: 60px;
}
.contact-group textarea{
  border-radius: 5px !important;
  border-color: #c7c7c7 !important;
  height: 170px;
}
.dropdown-toggle::after
 {
    display: inline-block;
    content: "";
  border: none !important;
  font-family: "FontAwesome";
  vertical-align: 0;
}

.contact-wrap{
  box-shadow:     0px 4.4px 20px -1px rgba(19, 16, 34, 0.05)  ;
}
.btm-line{
  position: relative;
  width: fit-content;
}
.btm-line::before{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 9px;
  background-image: url(../images/bnr-line.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}



@media(max-width:1300px){
  .container{
    padding-left: 2%;
    padding-right: 2%;
  }
  .fs-16, .footer-links ul li a {
    font-size: 14px;
}
.navbar-brand {
    max-width: 340px;
}
.navbar-nav .nav-link {
    font-size: 14px;
}
.fs-21 {
  font-size: 17px;
}
.navbtn-icn img {
  width: 45px;
}
h1, .h1 {
  font-size: 52px;
}
.btn {
  padding: 15px 25px;
  font-size: 12px;
}
.fs-44 {
  font-size: 32px;
}
.fs-24 {
  font-size: 20px;
}
.fs-18, .fs-19 {
  font-size: 16px;
}
.fs-48 {
  font-size: 35px;
}
.form-group input {
  height: 45px;
}
.form-group textarea {
  height: 110px;
}
.social-links ul li a {
  width: 32px;
  height: 32px;
}
.inner-img {
  height: 500px;
}
.fs-30 {
  font-size: 25px;
}
.fs-60 {
  font-size: 50px;
}
.contact-group input {
  height: 55px;
}
.contact-group textarea {
  height: 150px;
}
}

@media (max-width: 991px) {
  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #000;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
}

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #fff ;
    border-right: 0 !important;
    padding: 35px !important;
    width: 300px !important;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    filter: brightness(1) invert(0);
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
  }
  h1, .h1 {
    font-size: 40px;
}
.btn {
    padding: 12px 25px;
    font-size: 12px;
}
.fs-44 {
    font-size: 25px;
}
.fs-24 {
    font-size: 18px;
}
.fs-18, .fs-19 {
    font-size: 15px;
}
.fs-48 {
    font-size: 25px;
}
.contact-sec .col-lg-6{
  position: inherit  !important;
  transform: translate(0)  !important;
}
.inner-img {
  height: 450px;
}
.fs-30 {
  font-size: 22px;
}
.fs-60 {
  font-size: 40px;
}
.abtfull-wrap, .sub-banner-wrap {
  height: 300px;
}
.contact-group input {
  height: 50px;
}
.contact-group textarea {
  height: 130px;
}
.about-imgs{
  height:100% !important;
}
}

@media(max-width:767px){
  .carousel-item {
    height: 300px;
}
.container {
        padding-left: 5%;
        padding-right: 5%;
    }
    .testimonial-con {
      height: auto;
  }
  .inner-img {
    height: 400px;
  }
  .fs-30 {
    font-size: 20px;
  }
  .fs-60 {
    font-size: 35px;
  }
  .contact-group input {
    height: 45px;
  }
  .contact-group textarea {
    height: 120px;
  }
  }


@media(max-width:575px){
  .navbar-brand {
    max-width: 240px;
}
.navbar-toggler {
    font-size: 20px;
}
h1, .h1 {
    font-size: 35px;
}
.inner-img {
  height: 280px;
}
.fs-60 {
  font-size: 30px;
}
.abtfull-wrap, .sub-banner-wrap {
  height: 280px;
}
}

.footer-links li a::before {
    font-family: "Font Awesome 6 Free"; /* Ensure this matches your FA version */
    content: "\f105\f105"; /* two angle-right icons */
    margin-right: 8px;
    color: #ffc107; /* Bootstrap warning color */
    font-weight: 900; /* Required for solid icons */
}
.footer-links li a:hover::before {
    color: #ffa000;
}

.submit-btn {
  position: relative;
  padding-right: 30px; /* Adjust spacing for the arrow */
}

.submit-btn::before {
  content: '\f061'; /* Unicode for the arrow (font-awesome arrow-right) */
  font-family: 'Font Awesome 5 Solid'; /* Ensure Font Awesome is being used */
  font-size: 16px;
  position: absolute;
  right: 10px; /* Position the arrow */
  top: 50%;
  transform: translateY(-50%);
  color:#000;
}

span.wpcf7-spinner {
    display: none;
}

p{font-size: 16px; line-height: 1.8; color: #6e777d !important;}

ul.circle {
    list-style: circle;
    margin-left: 15px;
}

.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}

.grecaptcha-badge {

visibility: hidden;

}