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

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1740px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin: auto;
}
.ffr{
  font-family: "Roboto", sans-serif;
}

.dropdown-item.active, .dropdown-item:active {
  color: #060606!important;
  text-decoration: none;
  background-color: #f2f2f2!important;
}

.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;
}
.text-primary{
  color: #23a9f6 !important; 
}
.bg-primary{
  background-color: #23A9F6 !important;
}
.text-light{
    color: #515151 !important;
}
.bg-light{
  background-color: #434343 !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;
}
.fw-900 {
  font-weight: 900 !important;
}
/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.2em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-600 {
  letter-spacing: 0.06em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}

/* 0 */

/* 01 */
h1, .h1{
 font-size: 80px;
  line-height: 1;
}


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

.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px ;
}
.fs-21 {
  font-size: 21px ;
}
.fs-25 {
  font-size: 25px;
}

.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-38 {
  font-size: 38px;
}
.fs-40 {
  font-size: 40px;
}
.fs-50 {
  font-size: 50px;
}

.fs-60 {
  font-size: 60px;
}
.fs-64 {
  font-size: 64px;
}
.fs-80 {
  font-size: 80px;
}
/* 01 */

/* 02 */
.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: 21px 22px;
    border: 1px solid;
    border-radius: 0;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.25em;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-light{
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-light:hover, .header-btn:hover{
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.submit-btn:hover {
    color: #fff;
  background-color: #23A9F6;
  border-color: #23A9F6;
}

.header-btn{
      font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    border-radius: 6px;
    border: 2px solid #fff;
    padding: 3px 32px;
}
.submit-btn {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 30px;
    border: 2px solid #fff;
    padding: 18px 79px;
}
.btn-dark{
  background-color: #000;
  border-color: #000;
  color: #fff;
}


.scroll header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #23A9F6;
}

.navbar-brand {
  display: inline-block;
  width: 319px;
}

.navbar-nav .nav-link {
padding: 0 !important;
    color: #fff;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-nav > li + li {
  margin-left: 45px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {

 color: #000;
}

button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 99;
  color: #000;
}

button#ScrollToTop:hover {
  background: #000;
  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-item::before, .services-wrap::before, .contact-sec::before, .abtfull-wrap::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
 background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.abtfull-wrap::before{
  background:
    rgba(0, 0, 0, 0.2);
    height: 100%;
}
.services-wrap::before{
   background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.contact-sec::before{
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.serv-text {
    min-height: 155px;
}
 .testimonial-wrap .slick-slide {
    padding-right: 70px;
}

.form-group input{
  height: 60px;
}
.form-group input::placeholder, .form-group textarea::placeholder{
  color: #000;
}

.form-group textarea{
height: 130px;
}
.contact-sec{
  background-image: url(../images/cta-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-wrap ul li a, .footer-wrap ul li {
  color: #fff;
    font-size: 22px;
  line-height: 1.8;
   font-family: "Roboto", sans-serif;
}
.footer-wrap ul li a:hover{
    color: #23a9f6;
}
.newsletter-group{
height: 60px;
}
.send-btn{
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-imgs .slick-slide {
  padding-left: 35px;
  height: auto;
}
.about-imgs .slick-slide div{
  height: 100%;
}
.about-imgs .slick-track {
  display: flex;
}
.contact-main .form-group input, .contact-main .form-group textarea{
  background: #eeeeee !important; 
}
.contact-main .form-group input{
  height: 53px;
}
.contact-main .form-group textarea{
  height: 272px;
}
.map-sec {
  height: 70%;
}
@media(max-width:1600px){
  .navbar-brand {
    width: 210px;
}
.navbar-nav .nav-link {
    font-size: 15px;
}
.fs-20 {
    font-size: 16px;
}
.header-btn {
    font-size: 16px;
    line-height: normal;
    padding: 6px 32px;
}
h1, .h1 {
    font-size: 65px;
}
.btn {
    padding: 15px 20px;
    font-size: 14px;
}
.fs-38 {
    font-size: 30px;
}
.serv-text {
    min-height: 130px;
}
.fs-60 {
    font-size: 45px;
}
.fs-16 {
    font-size: 14px;
}
.fs-18 {
    font-size: 15px;
}
.fs-64 {
    font-size: 50px;
}
.form-group input {
    height: 50px;
}
.submit-btn {
    font-size: 14px;
    padding: 15px 60px;
}
.fs-32 {
    font-size: 26px;
}
.footer-wrap ul li a, .footer-wrap ul li {
    font-size: 18px;
}
.newsletter-group {
    height: 55px;
}
.fs-80 {
  font-size: 65px;
}
.fs-50 {
  font-size: 40px;
}
.contact-main .form-group input {
  height: 45px;
}
.contact-main .form-group textarea {
  height: 220px;
}
}


@media(max-width:1400px){
      .navbar-brand {
        width: 170px;
    }
    .navbar-nav .nav-link {
        font-size: 13px;
    }
.navbar-nav > li + li {
    margin-left: 35px;
}
    .fs-20 {
        font-size: 14px;
    }
    .header-btn {
        font-size: 14px;
        padding: 4px 25px;
    }
    h1, .h1 {
        font-size: 50px;
    }
    .btn {
        padding: 13px 20px;
        font-size: 11px;
    }
.fs-38 {
        font-size: 22px;
    }
    .serv-text {
        min-height: 110px;
    }
    .fs-60 {
        font-size: 35px;
    }
    .fs-16 {
        font-size: 12px;
    }
    .fs-18 {
        font-size: 13px;
    }
    .fs-64 {
        font-size: 40px;
    }
.form-group input {
        height: 45px;
    }
.form-group textarea {
    height: 100px;
}
    .submit-btn {
        font-size: 12px;
        padding: 12px 40px;
    }
.fs-32 {
        font-size: 22px;
    }
    .footer-wrap ul li a, .footer-wrap ul li {
        font-size: 16px;
    }
    .newsletter-group {
        height: 50px;
    }
.fs-25 {
    font-size: 20px;
}
.fs-80 {
  font-size: 55px;
}
.about-imgs .slick-slide {
  padding-left: 25px;
}
.fs-50 {
  font-size: 35px;
}
}

@media(max-width:1199px){
      .navbar-brand {
        width: 150px;
    }
    .navbar-nav .nav-link {
        font-size: 11px;
    }
    .fs-20 {
        font-size: 12px;
    }
    .header-btn {
        font-size: 12px;
        padding: 4px 25px;
    }
    h1, .h1 {
        font-size: 40px;
    }
    .btn {
        padding: 12px 20px;
        font-size: 9px;
    }
    .fs-38 {
        font-size: 20px;
    }
    .fs-60 {
        font-size: 28px;
    }
    .fs-16 {
        font-size: 10px;
    }
    .fs-80 {
      font-size: 50px;
  }
  .fs-50 {
    font-size: 30px;
}
.contact-main .form-group textarea {
  height: 200px;
}
}



@media (max-width: 991px) {


  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #fff;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
}

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #23A9F6;
    border-right: 0 !important;
    padding: 35px !important;
    width: 300px;
  }
  .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;
  }
  .serv-detl .btn {
    width: fit-content !important;
}
.fs-80 {
  font-size: 45px;
}
.about-imgs .slick-slide {
  padding-left: 15px;
}
}

@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  .who-text .btn{
    width: fit-content !important;
  }
  .carousel-item {
    height: 350px;
}
    h1, .h1 {
        font-size: 34px;
    }
    .serv-text {
        min-height: auto;
    }
.testimonial-wrap .slick-slide {
    padding-right: 0px;
}
    .fs-64 {
        font-size: 30px;
    }
    .fs-80 {
      font-size: 35px;
  }
  .about-imgs .slick-slide {
    padding-left: 15px;
}
.fs-50 {
  font-size: 25px;
}
.abtfull-wrap {
  height: 280px;
}
.contact-main .form-group textarea {
  height: 200px;
}
.map-sec{
  height: 300px;
}
}

.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;

}.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff!important;
}span.wpcf7-spinner {
    display: none;
}