@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
font-family: "Oswald", sans-serif;
  color: #000;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}



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

.choose-wrap {
  width: 100%;
  max-width: 350px;
}

.choose-icn i {
  font-size: 55px;
  color: #3ea25a !important;
}


.object-contain {
  object-fit: contain;
}
.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-light{
  color: #595959 !important;
}
.bg-light{
  background-color: #F2F2F2 !important;
}
.bg-success{
  background-color: #3EA25A !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-25 {
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.2em;
}
.ls-210 {
  letter-spacing: 0.21px;
}
.ls-300 {
  letter-spacing: 0.3em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-005 {
  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: 50px;
  line-height: 105%;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-25 {
  font-size: 25px;
}
.fs-40 {
  font-size: 40px;
}
.fs-50 {
  font-size: 50px;
}
.fs-60 {
  font-size: 60px;
}


/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-1 {
  line-height: 110%;
}
.lh-1-2 {
  line-height: 120%;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 140%;
}
.lh-1-5 {
  line-height: 150%;
}
.lh-1-55 {
  line-height: 155%;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
.lh-2-9 {
  line-height: 2.9;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
    padding: 13px 40px;
    border: 2px solid;
    display: inline-block;
    border-radius: 0px;
    line-height: normal;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-transform: uppercase;
}
.border-dark{
  border-color: #1B1B1B !important;
}
.btn-success{
  background-color: #3EA25A;
  border-color: #3EA25A;
  color: #fff!important;
}

.btn-success:hover, .btn-success:focus{
  background-color: #1B1B1B;
  border-color: #1B1B1B;
  color: #fff!important;
}

.services-img:hover img{
  transform: scale(1.1);
}
.services-img{
  overflow: hidden;
  transition: all 0.3s linear;
}
.services-img img{
  transition: all 0.3s linear;
  cursor: pointer;
}


header {
  position: relative;
  z-index: 99;
  border-top: 7px solid #3EA25A;
}
.scroll header{
 position: absolute !important;
}

.navbar-brand {
  display: inline-block;
  max-width: 192px;
  width: 100%;
}

.navbar-nav .nav-link {
    line-height: normal;
    padding: 0 !important;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.04em;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar-nav > li + li {
  margin-left: 75px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
 color: #3ea25a !important;
}



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, .sub-banner::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 50%);
  z-index: 1;
}
.sub-banner::before{
  background: rgba(0, 0, 0, 70%);
}
.carousel-item .container{
  position: relative;
  z-index: 2;
}

.choose-wrap{
  box-shadow: 0px 0px 20px 0px rgba(181, 181, 181, 0.35);
}
.add-btn a{
  display: flex;
  align-items: center;
  justify-content: center;
   background-color: #3ea25a;
   color: #fff;
  border-radius: 50%;
  width: 79px;
  height: 79px;
  transition: all 0.3s linear;
}
.add-btn a:hover{
  background-color: #fff;
   color: #3ea25a;
}
.project-bx.bg-dark{
    background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.54) 0%,
    rgba(0, 0, 0, 0.1) 100%
  ) !important;
}
.testimonial-disc {
    width: 70%;
    margin: auto;
}
.form-group input{
  height: 60px;
  border: 1px solid #b8b8b8  !important;
}
.form-group textarea{
  height: 150px;
  border: 1px solid #b8b8b8  !important;
}
.form-group input, .form-group input::placeholder, .form-group textarea, .form-group textarea::placeholder{
  color: #404040 !important;
}

.slick-prev:before, .slick-next::before {
    content: '';
    background-image: url(../images/testimonial-before.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}
.slick-next::before{
  background-image: url(../images/testimonial-after.png);
}
.slick-prev, .slick-prev:before, .slick-next, .slick-next::before{
   height: 60px;
    width: 60px;
}
.slick-prev, .slick-next {
    top: 40%;
}
.slick-prev {
    left: -15px;
}
.slick-next {
    right: -15px;
}



:focus-visible {
    outline: 0;
}



.inner-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 55%;
  right: 0px;
  top: 0;
  background-color: #27292B;
}
 .inner-img-wrap {
    padding: 40px 40px 40px 0;
    position: relative;
    z-index: 1;
}
.abtinner-2 .inner-img::before {
  right: auto;
  left: 0;
  background-color: #1FB1A7;
}
.abtinner-2 .inner-img-wrap {
    padding: 40px 0px 40px 40px;
}

.abt-full{
  background-image: url(../images/inner-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.abt-full::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 30%;
}
.abt-full .container{
  position: relative;
  z-index: 1;
}

.map-sec{
  height: 450px;
}


@media(max-width:1780px){
  .container{
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media(max-width:1500px){
  .navbar-brand {
    max-width: 150px;
}
.navbar-nav .nav-link {
    font-size: 15px;
}
.fs-20 {
    font-size: 17px;
}
.fs-60 {
    font-size: 50px;
}
.fs-16 {
    font-size: 15px;
}
.fs-40 {
    font-size: 30px;
}
.btn {
    padding: 11px 25px;
    font-size: 17px;
}
.fs-50 {
    font-size: 40px;
}
.fs-25 {
    font-size: 22px;
}
.add-btn a {
    width: 60px;
    height: 60px;
}
.testimonial-disc {
    width: 85%;
}
.form-group input {
    height: 50px;
}
.fs-18 {
    font-size: 16px;
}
.fs-15 {
    font-size: 13px;
}
.slick-prev, .slick-prev:before, .slick-next, .slick-next::before {
    height: 40px;
    width: 40px;
}
.map-sec{
  height: 400px;
}
}
@media(max-width:1199px){
  .navbar-brand {
        max-width: 120px;
    }
.navbar-nav > li + li {
    margin-left: 60px;
}
.fs-20 {
        font-size: 15px;
    }
    .fs-60 {
        font-size: 40px;
    }
    .fs-40 {
        font-size: 25px;
    }
    .fs-50 {
        font-size: 35px;
    }
    .fs-25 {
        font-size: 18px;
    }
    .add-btn a {
        width: 50px;
        height: 50px;
    }
    .form-group input {
        height: 45px;
    }
.fs-18 {
        font-size: 15px;
    }
.form-group textarea {
    height: 120px;
}
.inner-img-wrap {
    padding: 25px 25px 25px 0;
}
.abtinner-2 .inner-img-wrap {
    padding: 25px 0px 25px 25px;
}
.map-sec{
  height: 350px;
}
}
@media (max-width: 991.60px) {
  .navbar-toggler {
    font-size: 28px;
    padding: 0;
    color: #fff;
    display: block;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #000 !important;
    border-right: 0 !important;
    padding: 35px 10px !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;
    display: block !important;
  }

      .fs-60 {
        font-size: 35px;
    }
.fs-40 {
        font-size: 20px;
    }
    .btn {
        padding: 10px 20px;
        font-size: 15px;
    }
    .fs-50 {
        font-size: 28px;
    }
    .fs-25 {
        font-size: 16px;
    }
.slick-prev {
    left: -10px;
}
.slick-next {
    right: -10px;
}
.map-sec{
  height: 300px;
}
}
@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  .carousel-item {
    height: 300px;
}
.slick-prev, .slick-prev:before, .slick-next, .slick-next::before {
        height: 30px;
        width: 30px;
    }
    .sub-banner-img {
    height: 280px;
}
.inner-img {
    height: 300px !important;
}
.map-sec{
  height: 280px;
}
}

@media(max-width:575px){
  .inner-img {
    height: 220px !important;
}
.inner-img-wrap {
    padding: 20px 20px 20px 0;
}
.abtinner-2 .inner-img-wrap {
    padding: 20px 0px 20px 20px;
}
.map-sec{
  height: 250px;
}
}


span.wpcf7-spinner{display:none!important;}
.submitwhite.text-white.btn.btn-success {
    color: #fff !important;
}


ul.wp-block-list { list-style: disc;padding-left: 0;
    margin-bottom: 0;}
.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;

}
