@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&family=Syne:wght@400..800&display=swap');


    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;

    }
    :root {
        --primary-font: "Syne", sans-serif;
        --secondary-font: "Rethink Sans", sans-serif;
      }
      .site-wrapper{
        overflow: hidden;
      }
      body{
        background-color: #FAF9F7 !important;
      }
    a {
        text-decoration: none !important;
        font-family: var(--primary-font);
    }

    p {
        position: relative;
        margin: 0 0 20px;
        line-height: 30px;
        color: #333;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.2px;
    }

    p,
    .f-ks,
    li {
        text-decoration: none !important;
        font-family: "Kumbh Sans", sans-serif;

        
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .f-vrl {
        font-family: var(--primary-font);
    }
    .f-mtz{
        font-family: "Montez", cursive;

    }
    .bgf {
        background: #fff;
    }

    .bg-second {
        background: #eff5f6;
    }

    .color0 {
        color: #000 !important;
    }

    .colorf {
        color: #fff !important;
    }

    .color3 {
        color: #fa8b37 !important;
    }

    .color4 {
        color: #333 !important;
    }

    .bg-fff {
        background: #fff !important;
    }

    .tbp {
        padding: 100px 0;
    }

    .tbm {
        margin: 100px 0;
    }
    .pt-250{
        padding-top: 250px;

    }
    .pt-200 {
        padding-top: 200px !important;
    }
    .mt-10 {
        margin-top: 10px !important;
    }

    .mt-20 {
        margin-top: 20px !important;
    }

    .mt-30 {
        margin-top: 30px !important;
    }

    .mt-40 {
        margin-top: 40px !important;
    }

    .mt-50 {
        margin-top: 50px !important;
    }

    .mr-10 {
        margin-right: 10px !important;
    }

    .mr-20 {
        margin-right: 20px !important;
    }

    .mr-30 {
        margin-right: 30px !important;
    }

    .mr-40 {
        margin-right: 40px !important;
    }

    .mr-50 {
        margin-right: 50px !important;
    }

    .ml-10 {
        margin-left: 10px !important;
    }

    .ml-20 {
        margin-left: 20px !important;
    }

    .ml-30 {
        margin-left: 30px !important;
    }

    .ml-40 {
        margin-left: 40px !important;
    }

    .ml-50 {
        margin-left: 50px !important;
    }

    .mb-10 {
        margin-bottom: 10px !important;
    }

    .mb-20 {
        margin-bottom: 20px !important;
    }

    .mb-30 {
        margin-bottom: 30px !important;
    }

    .mb-40 {
        margin-bottom: 40px !important;
    }

    .mb-50 {
        margin-bottom: 50px !important;
    }
    .pt-70{
        padding-top: 70px;
    }
    .py-70{
        padding: 70px 0;
    }
     .pb-70{
        padding-bottom: 70px;
    }.pa-70{
        padding-top: 70px;
    }
	.shado{ box-shadow: 0 0 10px #e2e2e2; padding:20px; border-radius:20px; margin-bottom:20px; background:#fff}
    .pb-50{
        padding-bottom: 20px;
    }
    .fw-600{
        font-weight: 600 !important;
    }
    .fs-18{
        font-size: 18px !important;
    }
    img {
        width: 100%;
    }
    .thr-ic {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .thr-l {
        display: flex;
        align-items: center;
        column-gap: 20px;
    }
/* Animation keyframes */
@keyframes fadeInUpDropdown {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

    img.header-logo {
        max-width: 110px;
    }
    nav.navbar {
        padding: 0;
    }
    .thr-r {
        display: flex;
        column-gap: 20px;
    }
    ul.navbar-nav {
        margin: 0 0 0 auto;
    }
    section.hero-slider {
        margin-top: -168px;
        position: relative;
        z-index: 0;
        padding: 320px 0 260px;
    }
    .btn{
         font-family: var(--primary-font);
          padding: 15px 25px;
    }
    .site-btn1{
        font-family: var(--primary-font);
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        background-color: #107634;
        padding: 15px 25px;
        color:#FFF;
        border: none;
        border-radius: 100px;
        text-transform: capitalize;
        position: relative;
        overflow: hidden;
        transition: 0.3s ease all;
    }
    .site-btn i{
        color: #FFF;
        transition: all .1s ease;
    }
    .site-btn:hover i{
        color:#051815;
        animation: toRightFromLeft .3s forwards;
    }
    @keyframes toRightFromLeft {
  0% {
    opacity: 1;
    transform: translate(0);
  }

  49% {
    opacity: 0;
    transform: translate(100%);
  }

  50% {
    opacity: 0;
    transform: translate(-100%);
  }

  51% {
    opacity: 1;
    transform: translate(-100%);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}
    .site-btn1:hover{
        color:#051815;
        background-color: #eecd15;
    }
     .site-btn2{
        font-family: var(--primary-font);
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        background-color: #eecd15;
        padding: 15px 25px;
         color:#051815;
        border: none;
        border-radius: 100px;
        text-transform: capitalize;
        position: relative;
        overflow: hidden;
        transition: 0.3s ease all;
    }
     .site-btn2:hover{
        color:#051815;
        background-color: #107634;
        transition: 0.3s ease all;
    }
    .site-btn2 i{
         color:#051815;
    }
    .thr-ic a {
        color: #fff;
    }
    .thr-l a i {
        margin-right: 6px;
    }
    .thr-ic a span {
        font-weight: 600;
        letter-spacing: 0.2px;
    }
    .thr-r span {
        color: #fff;
        font-weight: 600;
        font-family: "Kumbh Sans", sans-serif;
        letter-spacing: 0.2px;
    }
    a.nav-link {
        font-size: 17px;
        font-weight: 400;
        color: #000;
        letter-spacing: 0.3px;
        margin: 0 22px;
        letter-spacing: 0.2px;
    }
    .main-header.sticky a.nav-link{ 
        transition: color 0.3s ease;
    }
    .main-header.sticky a.nav-link:hover{
        color:#107634 !important;
        transition: 0.3s ease;
    }
    .bs-box img.hb-img {
        max-height: 880px;
        min-height: 880px;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .bs-box {
        position: relative;
        z-index: 0;
    }
    .bs-box:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #072b1447;
        top: 0;
        left: 0;
    }
    .bs-con {
        position: absolute;
        top: 54%;
        transform: translateY(-50%);
        text-align: left;
    }
    .bs-con span.tts {
        font-family: var(--secondary-font); 
        color: #fff;
        font-size: 20px;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 68%);
        margin-bottom: 16px;
        display: block;
    }
    .bs-con h4 {
        color: #fff;
        font-size: 66px;
        text-shadow: 0 1px 2px rgb(0 0 0 / 49%);
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 24px;
    }
    .bs-con {
        max-width: 820px;
    }
    .bsc-btn {
        display: flex; 
        column-gap: 20px;
        margin-top: 30px;
    }
    @keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-banner {
  opacity: 0;
  animation-name: fadeInUpCustom;
  animation-duration: 1s;
  animation-fill-mode: both;
}
  .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    padding: 0px !important;
    background-color: #FFEA19 !important;
}
    .slick-dots li button:before {
        width: 22px !important;
        height: 22px !important;
        content: '' !important;
        background-color: #10763462 !important;
        border: 2px solid #107634;
        border-radius: 50%;
        top: -5px !important;
        left: -5px !important;
        opacity: 0 !important;
    }
    .slick-dots li {
        width: 22px !important;
        height: 22px !important;
        margin: 0 6px !important;
    }
    .slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-dots li.slick-active button:before {
        opacity: 1 !important;
    }
    .slick-dots {
        bottom: 40px !important;
    }
    .slick-prev {
        left: 40px !important;
        z-index: 1;
    }
    .slick-next {
        right: 40px !important;
        transform: translate(0,-50%) rotate(180deg) !important;
    }
    .slick-next:before, .slick-prev:before {
        display: none;
    }
    .slick-next, .slick-prev {
        background-image: url(../../assets/img/la.png) !important;
        width: 40px !important;
        height: 40px !important;
        background-size: 40px !important;
        opacity: 0.6;
    }
    .slick-next:hover, .slick-prev:hover {
        background-size: 20px !important;
        transition: 0.5s !important;
        opacity: 1;
    }
    .img-box1 {
        position: relative;
        height: 100%;
    }
    .habl-ic {
        height: 100%;
    }
    .img-box1 .img1 {
        position: relative;
        overflow: hidden;
        max-width: 48.5%;
        height: 100%;
    }
    .img-box1 .img2 {
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
        max-width: 48%;
        height: 100%;
        max-height: 48%;
    }
    .img-box1 .img3 {
        position: absolute;
        bottom: 0px;
        right: 0;
        overflow: hidden;
        max-width: 48%;
        height: 100%;
        max-height: 48%;
    }
    .img-box1 .img1 img {
        height: 100%;
        object-fit: cover;
        object-position: 80% 0%;
        border-radius: 156px 156px 0px;
    }
    .img-box1 .img2 img {
        border-radius: 156px 156px 0px;
        height: 100%;
        object-fit: cover;
    }
    .img-box1 .img3 img {
        border-radius: 156px 156px 156px 0px;
        height: 100%;
        object-fit: fill;
    }
    .main-tt span.tts {
        font-size: 34px;
        margin-bottom: 10px;
        display: block;
        color: #113D48;
    }
    .main-tt h4 {
        font-size: 45px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 66px;
        margin-bottom: 16px;
        color: #113D48;
    }
    .hab-l span {
        background: #E9F6F9;
        width: 70px;
        display: flex;
        height: 70px;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
    }
    .habc {
        display: flex;
        column-gap: 18px;
        align-items: center;
        margin-bottom: 20px;
    }
    .hab-l span img {
        max-width: 40px;
    }
    .hab-r h5 {
        font-weight: 600;
        margin-bottom: 2px;
        color: #113D48;
        letter-spacing: 0.4px;
    }
    .hab-r p {
        margin: 0;
    }
    .bs-slider {
        margin: 0 !important;
    }
    .animated-hero-leaf {
        position: absolute;
        top: 23px;
        left: 10px;
        width:60px;
        height: auto;
  animation: floatUpDown 3s ease-in-out infinite;
  }
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
    .sticky {
        width: 100%;
        position: fixed !important;
        top: 0px;
        z-index: 999;
        background-color: #fff !important;
        box-shadow: 0 0 10px #00000020;
    }
    .sticky img.header-logo {
        max-width: 120px;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
        color: #107634 !important;
    }
section.banner-section {
    margin-top: -120px;
}
.main-header {
    position: relative;
    z-index: 999;
    /* border-bottom: 1px solid #ffffff1c; */
    background: #FFF;
}
@media screen and (min-width:1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px !important;
    }
}
/* About Section */
   .abtus-slogan-text {
    color: #107634;
    font-size: 30px;
    padding-top: 10px;
}
.aboutus-section{
    position: relative;
    overflow: hidden;
}
.abtus-widget-wrapper{
    max-width: 100%;
}
.abtus-widget-container{
    height: 100%;
    transition: 0.3s ease all;
}
.abtus-widget-container img{
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.abtus-wid-leaf{
    position: absolute;
    right: 80px;
    top: 150px;
}
.sec-main-title-wrap{
    display: flex;
    align-items: center;
}
.sec-main-icon{
    width: 33px;
    height: auto;
    padding-right: 7px;
}
.sec-main-title{
    color:#107634;
    font-size: 14px;
    font-family: var(--primary-font);
    text-transform: uppercase;
    letter-spacing: .64px;
    font-weight: 700;
    margin-bottom: 0;
}
.sec-lg-title{
    color:#051815;
    font-family: var(--primary-font);
    font-size: 50px;
    font-weight: 700;
    line-height: 56px;
    text-transform: capitalize;
    padding-top: 12px;
}
.p-para{
    color:#000000;
    font-size: 17px;
    font-family: var(--secondary-font);
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}
.abt-whu-wrap{
    display: flex
;
    align-items: center;
    background: #ebebeb;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}
.abt-whu-avtar-icon{
    width:45px;
    height: auto;
    transition: 0.3s ease all;
}
.abt-whu-avtar{
    height: 70px;
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
   box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
   margin-right: 20px;
}
.abt-whu-con h6{
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 700;
    color:#051815;
    text-transform: capitalize;
     transition: 0.3s ease all;
}
.abt-whu-con p{
    font-family: var(--secondary-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color:#000;
    text-transform: capitalize;
}
.abt-whu-wrap:hover .abt-whu-avtar{
   background-color: #107634;
   transition: 0.3s ease all;
}
.abt-whu-wrap:hover .abt-whu-avtar img{
filter: invert(1) brightness(8);
transition: 0.3s ease all;
}
.abt-whu-wrap:hover .abt-whu-con h6{
    color:#107634;
    transition:color 0.3s ease;
}

/* Service */
.ser-badge-wrapper{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.ser-badge-container img{
    width: 90px;
}
.ser-badge-content h4{
    color:#051815;
    font-family: var(--primary-font);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}
.ser-badge-content p{
    font-family: var(--secondary-font);
    color:#585c59;
    font-size: 16px;
    margin-bottom: 0;
}
.ser-badge-content{
    padding-left: 20px;
}
.ratings-wrap{
    padding-top: 10px;
}
.ratings-wrap i{
    color:#EECD15;
}
.ratings-wrap span{
   color:#107634;
   font-family: var(--secondary-font);
   font-size: 16px;
   font-weight: 500;
   padding-left: 6px;
}
.service-block{
     display: block;
    border-radius: 18px;
    transition: 0.5s ease-in-out all;
}
.service-block .service-transition{
    overflow: hidden;
    border-radius: 18px;
}
.service-img-wrap, .service-img-wrap .inner{
    height:100%;
}
.service-img{
    height: 360px;
    transform: scale(1);
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.service-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    aspect-ratio: .724137931;
    height: 100%;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.service-block:hover .service-img {
    transform: scale(1.1);
}
.service-block .service-img a:before {
    opacity: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 55%;
    background-image: linear-gradient(180deg, #1A3E6700 0%, #101b31 100%);
    left: 0;
    bottom: 0;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
 .service-block .service-caption {
    position: relative;
    overflow: hidden;
    margin: -96px -40px 0 40px;
    padding: 30px 30px 34px;
    display: block;
    box-shadow: 0 1px 24px rgba(0,0,0,.05);
    background:#FFF;
    background-position: 219px 55px;
    border-radius: 18px;
    z-index: 3;
}
.service-block .service-img-icon:after {
    position: absolute;
    content: "";
    width: 42px;
    height: 42px;
    top: 30px;
    left: 44px;
    z-index: -1;
    border-radius: 50%;
    background-color: #f3f3ed;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.service_icon img{
    width:80px;
    height:auto;
}
.service-content-loop{
    margin-top: 14px;
    align-self: center;
}
.service-loop-excerpt{
    font-size: 14px;
    color:#585c59;
    font-family: var(--secondary-font);
    font-weight: 400;
}
.service-loop-excerpt p {
    font-family: var(--secondary-font);
    font-size: 17px;
    line-height: 30px;
    color: #000;
    
    margin: 0;
}
.ser-carousel-wrapper .slick-slide {
  padding: 30px;
}
.service-loop-title{
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 24px;
    margin: 9px 0 14px;
    line-height: 30px;
    color:#051815;
}
.service-loop-title a{
     color:#051815;
    font-family: var(--primary-font);
    font-weight: 700;
}
.service-caption .service-button {
    transition: all .5s ease;
    position: absolute;
    font-family: var(--primary-font);
    background-color:#107634;
    font-weight: 700;
    top: 0;
    right: 40px;
    border-radius: 0 0 30px 30px;
    padding: 0;
    box-shadow: 0 1px 24px rgba(0, 0, 0, .05);
    z-index: 3;
    font-size: 14px;
    white-space: nowrap;
    border: none;
    color: #fff;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
}
.service-caption .service-button a {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 54px;
    height: 54px;
    justify-content: center;
}
.service-caption .service-button a i{
    font-size: 18px;
    color: #FFF;
    transition: transform .3s ease;
    z-index: 3;
}
.service-block:hover .service-button {
    color: #051815;
    background-color: #eecd15;
}
 .service-caption .service-button:hover i {
    color: #051815;
    animation: toRightFromLeft .3s forwards;
}
/* Our Process */
.our-process-section{
    background-image: url("../img/process/bg.png");
    background-position: bottom right;
    background-repeat: no-repeat;    
    background: #efefef;
}
.our-proclft-wid-wrap{
    max-width: 100%;
    text-align: left;
}
.our-proclft-container{
    height: 100%;
}
.our-proclft-container img{ 
    width: 100%;
    border-radius: 0 360px 18px 0;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    border: none;
}
.ops-counter-wrapper{
    display: flex;
    align-items: center;
}
.ops-count-widget{
    height: 100%;
}
.ops-count-widget{
    margin-right: 20px;
}
.count-wrap{
     display:flex;
     align-items: center;
    overflow: hidden;
}
.count-text, .count-wrap span{
    font-family: var(--secondary-font);
    font-size: 50px;
    font-weight: 800;
    line-height: 54px;
    color:#107634;
}
.wcu-icon{
    width:65px;
    height: auto;
}
.count-wrap span{
    padding-left: 5px;
}
.years-of-exp{
    padding-top: 10px;
    text-align: left;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 700;
    color:#051815;
    line-height: 25px;
}
.floated-process-wrapper{
    margin-top: -200px; 
    padding: 0 30px;
}
.float-card-col{
    margin-bottom: 25px;
}
.ourpfloat-card{
    border: none !important;
    position: relative !important;
    overflow: hidden !important;
    height: 100% !important;
    padding: 29px 0 0 !important;
    border-radius: 18px !important;
    box-shadow: 0px 1px 36px 0px rgba(0,0,0,.050980392156862744) !important;
}
.ourpfloat-icon-box{
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    transition: all .3s ease;
}
.ourpfloat-icon{
    text-align: center;
}
.ourpfloat-icon::before {
    content:'\f53f';
    font-family: "Font Awesome 6 Pro";
    font-weight: 800;
    position: absolute;
    z-index: 1;
    width: 84px;
    height: 84px;
    top: 30px;
    left: 35%;
    color: #f3f3ed;
    font-size: 84px;
    font-size: 5.25rem;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.ourpfloat-card:hover .ourpfloat-icon::before{
    transform: rotate(90deg);
    transition: transform 0.3s ease-in-out;
}
.icon-box-number{
    position: absolute;
    top: 8px;
    left: 22px;
    font-family: var(--secondary-font);
    font-size: 50px;
    font-weight: 800;
    color:#e8eae5;
}
.ourpfloat-animate-icon{
    position: relative;
    z-index: 2;
    font-size: 84px;
    fill:#107634;
    color:#107634;
    border-color: #107634;
}
.ourpfloat-content{
    text-align: center;
}
.ourpfloat-content h3{
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color:#051815;
    margin: 0 30px 10px;
    text-transform: capitalize;
}
.ourpfloat-content p {
       font-size: 17px;
    margin: 0 10px 16px;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: #000;
    line-height: 29px;
}

/* Project Section */
.project-block{
    position: relative;
    overflow: hidden;
}
.project-block .project-image{
   position: relative;
    overflow: hidden;
    border-radius: 18px 18px 0;
}
.project-image a{
    text-decoration: none;
}
 .project-block:hover .project-caption {
    transform: translateY(0);
}
.project-block .project-transition .project-image a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, #0a170b 0%, rgba(23, 21, 10, 0) 100%);
    border-radius: 18px 18px 18px;
    z-index: 1;
    mask: right 0 bottom calc(var(--size-corner) + var(--border-radius)) var(--_border-right-left), right calc(var(--size-corner) + var(--border-radius)) bottom 0 var(--_border-right-left), radial-gradient(var(--size-corner) at 100% 100%, #0000 99%, #000 101%) calc(-1 * var(--border-radius)) calc(-1 * var(--border-radius)) no-repeat, conic-gradient(from 90deg at calc(100% - var(--size-corner) - 2 * var(--border-radius)) calc(100% - var(--size-corner) - 2 * var(--border-radius)), #0000 25%, #000 0);
}
.project-block .project-transition .project-image a img {
    width: 100%;
    height: 300px;
    aspect-ratio: .7592592593;
    object-fit: cover;
    border-radius: 18px;
    max-width: 100%;
    border: none;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    mask: right 0 bottom calc(var(--size-corner) + var(--border-radius)) var(--_border-right-left), right calc(var(--size-corner) + var(--border-radius)) bottom 0 var(--_border-right-left), radial-gradient(var(--size-corner) at 100% 100%, #0000 99%, #000 101%) calc(-1*var(--border-radius)) calc(-1*var(--border-radius)) no-repeat, conic-gradient(from 90deg at calc(100% - var(--size-corner) - 2*var(--border-radius)) calc(100% - var(--size-corner) - 2*var(--border-radius)), #0000 25%, #000 0);
}
.project-button a{ 
    font-family: var(--primary-font);
    font-weight: 700;
    text-decoration: none;
    font-size:14px;
    background-color:#107634;
    border:2px solid #FFF;
    border-radius: 100px;
    white-space: nowrap;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    justify-content: center;
    position: absolute;
    bottom: 20%;
    right: 15px;
    z-index: 6;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.project-block .project-transition .project-button a:hover {
    color: #051815;
    background-color:#eecd15;
}
.project-block .project-transition .project-button a:hover i{
    color:#051815;
    animation: toRightFromLeft .3s forwards;
}
 .project-block .project-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0 20px 40px 42px;
    transform: translateY(87px);
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.project-caption .project-loop-title {
    font-family: var(--primary-font);
    font-weight:700;
    text-decoration:none;
    font-size: 20px;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 20px;
}
.project-caption .project-loop-title a{
    font-family: var(--primary-font);
    font-weight: 700;
    color:#FFF;
}
.project-block .project-caption .project-loop-excerpt {
    transform: translateY(40px);
    color:#FFF;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.project-block .project-caption .project-loop-excerpt p{
    color:#FFF;
     font-family: var(--secondary-font);
     font-weight: 400;
     text-decoration: none;
     font-size: 16px;
     line-height: 1.375;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.project-block:hover .project-caption .project-loop-excerpt {
    transform: translateY(-2px);
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}
.project-carsousel-wrapper .slick-slide {
  padding: 15px;
}

/* Why Choose Us */
.why-choose-us-section{
    background-image: url("../img/why-choose-us/bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
}


.abtuswid-wrapper{
  position: relative;
}
.abtussec-container img{
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.abtus-lg-img{
  position: relative;
  width: 80%;
  border: 1px solid #dee2e6 !important;
  border-radius:10px;
  border-color:#FFF;
  border-width:2px;
  z-index: 2;
}
.abtus-md-img{
  width: 300px;
    height: 304px !important;
    object-fit: cover;
  position: absolute;
  z-index: 3;
  border: 1px solid #dee2e6 !important;
  border-radius: 10px;
  border-color: #FFF;
  border-width: 2px;
}
.abtus-sm-img{
 height: 300px;
    width: 236px;
    object-fit: cover;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}
.abtusxs-img-container{
  position: absolute;
  top: 10%;
  right: 0;
  bottom: inherit;
  background-color: #FFF;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  border-color: #FFF;
  border-width: 2px;
  z-index: 3;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.abtus-xs-img{
  border-radius: 10px;
  text-align: center;
  height: 150px;
    width: 150px;
    object-fit: cover;
}
@media screen and (min-width:576px){
  .abtuswid-wrapper{
    padding-bottom: 180px;
  }
  .abtus-md-img{
    bottom: 10%;
    top: inherit;
  }
  .abtusxs-img-container{
    right: 5%;
        left: inherit;
  }
}



.whycus-avtar-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.whcus-avatarwid-wrap{
    padding-right: 25px;
}
.whycus-avtar{
    height: 85px;
    width: 85px;
   background-color: #107634;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   overflow: hidden;
}
.whycus-avtar img{
    height: 50px;
    width: auto;
}
.whcus-rs-wrap h3{
    color:#051815;
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 2px 0 7px;
    transition: 0.3s ease all;
}
.whcus-rs-wrap p{
    font-family: var(--secondary-font);
    font-weight: 400;
    color:#000;
   font-size: 18px;
    line-height: 26px;
}
.whcus-rs-wrap:hover h3{
    color: #107634;
} 
.whcus-list-ul {
    list-style: none;
    padding-left: 0;
}
.whcus-avatarwid-wrap:hover .whycus-avtar{
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}
.whcus-list-ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-family: var(--primary-font);
    font-weight: 700;
    color:#051815;
}
.whcus-list-ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url('../img/why-choose-us/check.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.whycse-us-right{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    transition: 0.3s ease all;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
    flex: 0 1 auto;
}
.whycse-us-right .dot-style-wrap{
    position: absolute;
    left:0;
    top: 0;
    max-width: 100%;
    width: auto;
    z-index: 0;
    margin-bottom: 0;
    text-align: center;
}
.whycse-us-right .dot-style-container{
    height:100%
}
.whycse-us-right .dot-style-container img{
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.whycse-lgimg-wrap{
    max-width: 100%;
    width: auto;
    text-align: right;
    margin-block-end: 0;
    margin-bottom: 0;
}
.whycse-lgimg-container{
    margin: 23px 0 0;
    height: 100%;
}
.whycse-lgimg-container img{
    border-radius: 18px;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    box-shadow: none;
}
.whycse-mdimg-wrap{
    position: absolute;
    left: 10px;
    z-index: 1;
    max-width: 100%;
    width: auto;
    bottom: 57px;
    text-align: right;
    margin-block-end: 0;
    margin-bottom: 0;
}
.whycse-mdimg-container{
    height: 100%;
}
.whycse-mdimg-container img{
    border-radius: 18px;
    vertical-align: middle;
    display: inline-block;
     height: auto;
    max-width: 100%;
    border: none;
    box-shadow: none;
}
.whycse-mdbottom-card{
    position: absolute;
    right:40px;
    bottom: 120px;
    background-color: #FFF;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, .05);
    padding-top: 29px;
    padding-bottom: 27px;
    padding-left: 29px;
    padding-right: 39px;
}

/* FAQ */
.FAQ-widget-wrapper{
    position: relative;
    display: flex;
    flex-direction: column;
}
.FAQ-widget-one{
    align-self: flex-start;
    max-width: 100%;
    text-align: center;
}
.FAQ-widget-one img{
    border-radius: 18px;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    box-shadow: none;
}
.FAQ-widget-two{
    position: absolute;
    right: 2px;
    bottom: -175px;
    width: auto;
    z-index: 1;
    text-align: center;
}
.FAQ-widget-two-container{
    height: 100%;
}
.FAQ-widget-two-container img{
    border-radius: 18px;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    box-shadow: none;
}
.FAQ-dot-wrap {
    position: absolute;
    right: 21px;
    max-width: 100%;
    width: auto;
    top: 75px;
    z-index: -1;
    text-align: center;
}
.FAQ-dot-wrap img{
    vertical-align: middle;
    display: inline-block;
    height: auto;
    width: 75px;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.FAQ-accordion-wrapper .accordion-item{
    margin-bottom: 20px;
    border-radius: 18px !important;
    border: none !important;
    background-color:#FFF !important;
    box-shadow: 1px 0px 18px 0px rgba(0, 0, 0, .03) !important;
}
.FAQ-accordion-wrapper .accordion-button, .FAQ-accordion-wrapper .accordion-button:focus, .FAQ-accordion-wrapper .accordion-button:active{
    box-shadow: none;
    font-size: 18px !important;
    font-family: var(--primary-font) !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    color:#051815 !important;
}
.FAQ-accordion-wrapper .accordion-button:not(.collapsed){
    background-color: #107634 !important;
    box-shadow: none !important;
    color:#FFF !important;
}
.FAQ-accordion-wrapper  .accordion-button::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.FAQ-accordion-wrapper .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

/* Footer Section */
.footer-section{
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #107634;
}
.footer-section::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/footer-shape.png');
    background-repeat: no-repeat;
    opacity: 0.1;
    pointer-events: none; /* 👈 This line fixes the issue */
}
.footer-title{
    position: relative;
    color:#FFF;
    font-family: var(--primary-font);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    font-weight: 600;
    font-size: 23px;
    text-transform:capitalize !important;
    margin-bottom: 35px;
}
.footer-title:before{
  content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #EECD15;
    bottom: -9px;
    max-width: 100px;
    left: 0;
}
.footer-title:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #EECD15;
    bottom: -9px;
    max-width: 30px;
    border-inline: 4px solid #107634;
    left: 0;
    margin-left: 60px;
}
.foot-cont-info p {
    font-family: var(--secondary-font);
    margin-bottom: 0;
    color: #ebfff2;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.footer-info-text{
    color:#ebfff2;
    font-family: var(--secondary-font);
}
.foot-coninfo-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.foot-cont-avatar{
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    background-color: #b0ffcc;
    border: 2px dotted #1a7c34;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.foot-cont-avatar i{
    color: #107634;
    font-size: 24px;
}
.foot-cont-info{
    padding-left: 10px;
}
.footer-ul{
    list-style-type: none;
}
.footer-ul, .footer-ul li{
    padding-left: 0;
}
.footer-ul li{
    padding-bottom: 14px;
}
.footer-ul li a {
    font-family: var(--secondary-font);
    color: #ebfff2;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: 500;
}
.footer-logo-wrap{
    margin: 15px 0;
}
.footer-logo{
    max-width: 220px;
    filter: invert(1) brightness(800);
}
.footer-link-wrapper ul li a{
    transition: 0.3s ease all;
}
.footer-link-wrapper ul li:hover a{
    color: #FEC961 !important;
    transition:color 0.3s ease;
}
.footer-bottom {
    position: relative;
    overflow: hidden;
    bottom: 0;
    border-top: 1px solid #ffffff73;
    background-color: #0a4f23;
    padding: 20px 0px;
}
.footer-bottom .copyright-area h6{
    margin-bottom: 0;
    color:#FFF;
    font-size: 17px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.footer-bottom .credit-area p{
    margin-bottom: 0;
    color:#FFF;
    font-family: var(--primary-font);
    font-size: 17px;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.footer-bottom .credit-area p a{
    color: #0293C2;
    font-weight: 600;
}
.foot-bottom-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ophours{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}
.ophours span {
    color: #ebfff2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-weight: 500;
}
/* Breadcrumb */
.breadcrumb-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-image: url('../img/breadcrumb-bg.webp'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
    color: #fff;
    text-align: center;
}
.breadcrumb-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #03100894;
}
.breadcrumb-wrap .bdcrumb-title {
    color: #FFF;
    font-size: 45px;
    padding-bottom: 10px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgb(0 0 0 / 59%);
}
.breadcrumb-wrap .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}
.breadcrumb-wrap .breadcrumb-item,
.breadcrumb-wrap .breadcrumb-item a {
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4); 
}
.breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f054";
    padding: 0 12px 0 8px;
    position: relative;
    color: #ffffff;
    top: 6px;
    font-size: 0.75rem;
}
.breadcrumb-wrap .breadcrumb-item.active {
    font-weight: 600;
    color:#107634;
} 
.abt-director-section{
    background-color:#10763424;
}
.director-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.director-card{
    max-width: 400px;
    background-color: #107634 !important;
    border: 3px solid #107634 !important;
    border-radius: 20px !important;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.director-card .card-body{
    background-color: #107634;
    border-radius: 0 0 20px 20px;
    text-align: center;
}
.director-card .card-body .card-title{
    text-align: center;
    color:#FFF;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: var(--secondary-font) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.director-card .card-img-top{
    max-height: 500px;
    object-fit: cover;
    border-radius:20px 20px 0 0 ;
}
/* Gallery Section */
.gallery-section{
    position: relative;
}
.gallery-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 25px;
}
.gallery-card img {
    max-height: 290px;
    min-height: 290px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}
.gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(16, 118, 52, 0.6); /* #107634 with opacity */
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
}
.zoom-icowrap  {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #107634c2;
    border-radius: 50%;
    border: 2px solid #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%) scale(1); /* Start slightly below center */
    opacity: 0;
    z-index: 2;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.gallery-card:hover .zoom-icowrap {
    transform: translate(-50%, -50%) scale(1); /* Move to center */
    opacity: 1;
}
.zoom-icowrap i{
      color: #fff;
    font-size: 25px;
}
/* Hover Effect */
.gallery-card:hover img {
    transform: scale(1.1);
}
.gallery-card:hover::before {
    opacity: 1;
}
.video-card{
    position: relative;
    overflow: hidden;
    max-height: 290px;
    min-height: 290px;
    width:100%;
}
.video-card video {
    height: 290px;
    width: 100%;
    object-fit: cover;
    display: block;
}
/* Contact Us */
.cont-info-container{
    margin-top: 33px;
}
.cont-addinf-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.cta-val-wrap {
    padding-left: 15px;
}
.cont-addinf-wrap .cta-avatar{
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #107634;
    border-radius: 50%;
}
.cont-addinf-wrap .cta-avatar i{
    color: #FFF;
    font-size: 25px;
}
.cont-addinf-wrap .cta-val-wrap h6{
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #051815;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.cont-addinf-wrap .cta-val-wrap p{
    font-family: var(--secondary-font);
    color: #585c59;;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}
.cont-form-wrapper {
    background: #FFF;
    box-shadow: rgb(100 100 111 / 8%) 0px 7px 29px 0px;
    padding: 30px;
    border-radius: 12px;
}
.cont-form-head {
    position: relative;
    font-size: 36px;
    color: #051815;
    font-weight: 700;
    font-family: var(--primary-font);
    padding-bottom: 25px;
}
.cont-form-head::after {
    position: absolute;
    content: '';
    height: 3px;
    width: 28%;
    left: 0;
    border-radius: 10px;
    bottom: 14px;
    background-color: #107634;
}
.cont-form-container {
    margin-top: 26px;
}
.cont-form-container .form-control, .cont-form-container .form-control:focus{
  background-color: #f4f5f3;
  padding: 18px 21px 19px;
  border-radius: 100px;
}
.cont-form-container .form-group{
    margin-bottom: 27px;
}
.cont-form-container .form-control{
    border: 1px solid transparent;
    transition: 0.3s ease all;
}
.cont-form-container .form-control:focus{
    box-shadow: none;
    border-color: #107634;
    transition:border-color 0.3s ease;
}
.cont-form-container .form-control::placeholder{
    font-family: var(--secondary-font);
    color: #585C59 !important;
}
.cont-form-container textarea{
    padding: 22px 22px 20px;
    border-radius: 18px !important;
}