@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');

    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;

    }
    :root {
        --primary-font: "Albert Sans", sans-serif;
        --primary-color:#5ADB2E;
        --seconday-color:#004FD5;
        --color-dark:#1C1C1C;
        --color-white:#FFF;
        --site-gradient:linear-gradient(to right, #035DCF, #2FBFBC, #71F5A1);

      }
    .site-wrapper{
        overflow: hidden;
      }
      .text-dark{
        color: #1C1C1C !important;
      }
      body{
        background-color: #FFFFFF !important;
        font-family: var(--primary-font) !important;
      }
      ::selection{
        background-color: var(--primary-color) !important;
        color: #FFF !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: var(--primary-font);  
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .f-vrl {
        font-family: var(--primary-font);
    }
   
    .bgf {
        background: #fff;
    }
    .bg-clay{
        background-color: #BAFF7E;
    }
    .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;
    }
    .pb-50{
        padding-bottom: 50px;
    }
    .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);
  }
}
/* Top Header */
.header-top {
    padding: 10px 7px;
    background-color: #001819;
}
.tphead-left{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.tp-hcont-wrap {
    margin-right: 10px;
}
.tphead-left .tp-hcont-wrap i{
    color: var(--primary-color);
}
.tp-right-wrap{
    display: flex;
    align-items: center;
}
.tp-hcont-wrap span, .tp-hcont-wrap i{
    color:#FFF;
}
.tp-hcont-wrap a{
    color:#FFF !important;
    padding-left: 5px;
}
.tp-right-wrap h6{
    position: relative;
  padding-right: 5px;
  color: #FFF;
  margin-bottom: 0;
}
.tp-right-wrap h6::before{
    position: absolute;
    content: "";
    left: -45px;
    top: 10px;
    height: 2px;
    width: 35px;
    background: var(--primary-color);
}
.social-tphead-right {
  display: flex;
  justify-content: center;
}

.social-tp-wrap {
  list-style-type: none;
  display: inline-flex;
  gap: 10px; /* optional: space between icons */
  padding: 0;
  margin: 0;
}
.social-tp-wrap li {
    background-color: #FFF;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-tp-wrap .fb-icon{
    color: #1773EA;
}
.social-tp-wrap .x-icon{
    color: #000000;
}
.social-tp-wrap .insta-icon{
    color: #BD008F;
}
.site-btn {
    font-size: 16px;
    padding: 13px 30px;
    font-weight: 500;
    color: var(--color-dark);
    background: var(--primary-color);
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 2px solid var(--color-white);
}
.site-btn:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: var(--seconday-color);
    transform: scale(0);
    transition: .5s;
    border-radius: 30px;
}
.site-btn:hover:before {
    transform: scale(1);
}
.site-btn:hover {
    color: var(--color-white) !important;
    transition: color 0.3s ease;
}
.site-btn2 {
    font-size: 16px;
    padding: 13px 30px;
    font-weight: 500;
    color: #fff;
    background-color: var(--seconday-color);
    border-radius: 30px;
    display: inline-block;
    position: relative;
    transition: .5s;
    border: none;
}
.site-btn2:hover{
    background: var(--primary-color);
    transition: background-color 0.5s ease-in-out;
}
    img.header-logo {
        max-width: 200px;
    }
    .navbar-toggler {
    border: 2px solid var(--primary-color) !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem var(--primary-color)3d !important;
}
    .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2379B900' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
    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-btn i{
        color: var(--color-dark);
        transition: all .1s ease;
    }
    .site-btn:hover i{
        color:#FFF;
        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);
  }
}
 .fw-b{
    font-weight: 600 !important;
 }
 .fw-bolder{
    font-weight: 700 !important;
    font-size: 20px;
    color: var(--seconday-color) !important;
 }
 .fs-18{
    font-size: 18px !important;
 }
    .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 5px;
        letter-spacing: 0.2px;
    }
    .main-header.sticky a.nav-link{
        color:#000 !important;
        transition: color 0.3s ease;
    }
     .main-header.sticky a.nav-link.active{
        color:var(--primary-color) !important;
    }
    .main-header.sticky a.nav-link:hover{
        color:var(--primary-color) !important;
        transition: 0.3s ease;
    }
    .header-dropdwon .dropdown-menu .dropdown-item:hover, .header-dropdwon .dropdown-menu .dropdown-item.active{
        background-color: var(--seconday-color);
        transition: 0.3s ease;
        color: #FFF;
    }
    .bs-box img.hb-img {
        max-height: 100%;
        min-height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .bs-box {
        position: relative;
        z-index: 0;
    }
   .bs-con {
    padding: 20px;
    position: absolute;
    top: 54%;
    left: 5.9%;
    transform: translateY(-50%);
    text-align: left;
}
    .bs-con span.tts {
        font-family: var(--secondary-font);
        text-align: start;
        color: #fff;
        font-size: 20px;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 68%);
        margin-bottom: 16px;
        display: block;
    }
    .bs-con p {
        color: #fff;
        font-size: 66px;
        line-height: 1.2;
        text-shadow: 0 1px 2px rgb(0 0 0);
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 24px;
    }
    .bs-con {
        max-width: 820px;
    }
    .bsc-btn {
        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: #c5cac3 !important;
}
li.slick-active button{
    /* background-color: var(--primary-color) !important; */
    background-color: var(--primary-color) !important;
}
 .slick-dots li button:before {
    width: 22px !important;
    height: 22px !important;
    content: '' !important;
    background-color: #0080000d !important;
    border: 2px solid var(--primary-color);
    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;
    }
    .habl-ic {
        height: 100%;
    }
    .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;
    }
    .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: 200px;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
        color: var(--primary-color) !important;
    }
section.banner-section {
    margin-top: -120px;
}
.main-header {
    position: relative;
    z-index: 999;
}
.nav-container{
    background-color: #FFF;
    box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
}
/* Section Head */
.sec-mainhead-wp{
    display: flex;
    align-items: center;
}
.sec-mainhead-wp img{
    width: 25px;
    padding-right: 7px;
}
.sec-mainhead-wp h5{
    /* color: var(--primary-color); */
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}
.section-header .main-title {
    color: #1C1C1C;
    font-size: 46px;
    font-weight: 700;
    line-height: 52px;
    margin-top: 22px;
    margin-bottom: 0;
}
.section-header .main-title span{
    color: var(--seconday-color) !important;
}
/* Inner Title */
.inner-title-wrap{
    margin-bottom: 42px;
}
.inner-title-wrap h2, .inner-title-wrap .main-lg-title{
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: var(--color-dark);
    padding-left: 25px;
}
.inner-title-wrap h2::before, .inner-title-wrap .main-lg-title::before{
       content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 10px;
      border-radius: 10px;
      background-color: var(--primary-color);
    }
/* About Us */
.pattern-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/site-pattern.png');
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
    opacity: 0.04;
    z-index: -1;
    pointer-events: none;
    background-size: 1000px;
}
.position-relative {
    position: relative!important;
    z-index: 0 !important;
}

.abtus-widget-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.abtus-widget-container {
    position: relative;
    text-align: left;
    margin-block-end: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.abtus-widget-inner{
    margin: 0px 0px 0px -29px;
    text-align: left;
    transition: 0.3s ease all;
}
.abtus-widget-inner img{
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.abtus-bottom-wrap{
    position: absolute;
    right: 0;
    z-index: 1;
    width: auto;
    bottom: 23px;
    max-width: 100%;
    text-align: center;
}
.abtus-bottomwid-container{
    transition: 0.3s ease all;
}
.abtus-bottomwid-container img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 400px;
    border: 7px solid #FFF;
    border-radius: 7px;
}
.spec-text {
    display:block !important;
    color: var(--seconday-color);
    font-size: 12px !important;
    font-weight: 600;
    text-align: start;
    padding-top: 14px;
}
.main-con {
    margin-top: 12px;
}
.main-con p{
    text-align: justify;
    color: var(--color-dark);
    font-weight: 400;
    line-height: 27px;
    padding: 5px 0;
    margin-bottom: 5px;
}
.newp{color: #5a8705; font-weight:bold!important; font-size:25px; line-height:35px!important}
.main-con .h-ruler{
    color: #87948d !important;
}
.abtus-srtinf-wrap{
    display: flex;
} 
.abtus-srtinf-avatar{
    height: 66px;
    width: 66px;
    min-height: 66px;
    min-width: 66px;
    background-color: rgba(121, 186, 0, 0.14901960784313725);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-right: 22px;
}
.abtus-srtinf-avatar img{
    width: 40px;
    height: auto;
}
.abtus-srtinf-adinf h4{
    color: var(--color-dark);
    font-weight: 600;
    font-size: 22px;
}
.abtus-srtinf-adinf h6{
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.section-action-href{
    margin-top: 10px;
}
/* Service Section */
.service-section{
    position: relative;
    z-index: 1;
    padding: 90px 0px 90px 0px;
    /* background-image: url('../img/service/bg.jpg'); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.event-section{
     position: relative;
    z-index: 1;
    padding: 90px 0px 350px 0px;
    background-image: url('../img/service/bg.jpg') !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.event-card-section{
    position: relative;
    margin-top: -14.7%;
    z-index: 1;
    padding-bottom: 100px;
}
.event-card{
    border: none !important;
    box-shadow: rgba(0, 223, 78, 0.2) 0px 8px 24px !important;
}
.event-card .event-img-thumb{
    position: relative;
    overflow: hidden;
}
.event-card .event-img-thumb::before {
    background: rgba(73,175,69, 0.6);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 9999;
}
.event-card:hover .event-img-thumb::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}
.event-card .card-body{
    padding: 25px;
}
.event-card .card-img-top{
    height: 280px !important;
    object-fit: cover;
}
.event-card .evnt-card-title, .event-card .evnt-card-title a {
    position: relative;
    width: fit-content;
    font-size: 23px;
    font-weight: 600;
    color: #001819;
    padding-bottom: 10px;
    margin-bottom: 0;
    transition: 0.3s ease;
}
.event-card .evnt-card-title:hover , .event-card .evnt-card-title a:hover{
    color: var(--primary-color);
    transition: color 0.3s ease;
}
.event-card .evnt-card-title::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 60%;
    left: 0;
    bottom: 0;
    background-color: #00DF4E;
    border-radius: 10px;
}
.event-card p{
   font-size: 15px;
   line-height: 23px;
   color: var(--color-dark);
   transition: 0.3s ease;
   margin-top: 14px;
}
.evdte {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
}
.evdte i{
    color: var(--seconday-color);
}
.event-card .h-ruler{
     color: #9baba4 !important;
}
.event-card .foot-evact-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.event-card .foot-evact-wrap .ac-text{
    font-size: 16px;
    text-transform: capitalize;
    color: #1e1e1e;
    font-weight: 600;
    transition: 0.3s;
    position: relative;
}
.event-card .foot-evact-wrap .ac-avatar{
    height: 44px;
    width: 44px;
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 24, 25, 0.10);
    border-radius: 50%;
    background-color: transparent;
    transition: 0.3s;
}
.event-card .foot-evact-wrap .ac-avatar i{
    font-size: 15px;
    color: var(--color-dark);
}
.event-card .foot-evact-wrap:hover .ac-text{
    color: var(--primary-color);
    transition: color 0.3s ease;
}
.event-card .foot-evact-wrap:hover .ac-avatar, .event-card:hover .foot-evact-wrap .ac-avatar {
    background-color: var(--primary-color);
    transition: 0.3s all;
}
.event-card .foot-evact-wrap:hover .ac-avatar i, .event-card:hover .foot-evact-wrap .ac-avatar i{
    color: var(--color-white);
    transition: 0.3s all;
}
.badge-indi {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: var(--primary-color);
    padding: 4px 15px;
    border-radius: 5px;
}
.badge-indi a{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-white);
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.sercards-sec{
    /* background-color: #F6F6EE; */
    padding-bottom: 100px;
}
.ser-slider-wrapper{
     /* margin-top: -237px; */
     margin-top: 30px;
     position: relative;
     z-index: 2;
}
.serslick-card{
    /* height: 100% !important; */
    border: none !important;
    background-color: #FFF;
    border-radius: 10px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* margin: 0 15px 50px 15px; */
    margin: 0;
}
.serslick-card .card-body{
    padding: 20px;
}
.ser-icon-container{
    display: flex;
    justify-content: center;
}
.ser-icon-wrap{
    height: 90px;
    width: 90px;
    /* background: linear-gradient(135deg, #035DCF, #71F5A1); */
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.ser-icon-wrap img{
    width: 60px;
    height: auto;
}
.ser-icon-wrap img.filter{
    filter: invert(1) brightness(40) !important;
}
.service-content-wrap{
    margin-top: 30px;
}
.service-content-wrap h3 {
    /* max-width: 90%; */
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: var(--color-dark);
    padding-bottom: 11px;
    margin-bottom: 0;
    transition: 0.4s ease all;
}
/* .service-content-wrap h3::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    background-color: var(--primary-color);
    height: 3px;
    width: 23%;
} */
.service-content-wrap h3 a{
    font-size: 20px;
    font-weight: 600;
    color: var(--color-dark);
    transition: 0.3s;
}
.service-content-wrap h3:hover a{
    color: var(--primary-color);
    transition: color 0.3s ease;
}
.service-content-wrap p{
   font-size: 16px;
   font-weight: 400;
       line-height: 25px;
    color: #000000;
   padding-bottom: 16px;
   margin-bottom: 10px;
   border-bottom: 1px solid rgba(0, 24, 25, 0.10);
}
.dic-more-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dic-more-wrap .a-href-disc a{
    font-size: 16px;
    text-transform: capitalize;
    color: #1e1e1e;
    font-weight: 600;
    transition: 0.5s;
    position: relative;
}
.dic-more-wrap:hover .a-href-disc a{
    color: var(--primary-color);
    /* color: var(--primary-color); */
    transition:color 0.5s ease;
}
.dis-acavtar{
    height: 44px;
    width: 44px;
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 24, 25, 0.10);
    border-radius: 50%;
    background-color: transparent;
    transition: 0.5s;
}
.dis-acavtar{
    font-size: 15px;
    color: var(--color-dark);
}
.dic-more-wrap:hover .dis-acavtar{
    background-color: var(--primary-color);
    /* background-color: var(--primary-color); */
    transition: 0.5s all; 
}
.dic-more-wrap:hover .dis-acavtar i{
    color: var(--color-white);
    transition: 0.5s all; 
}
/* .service-carousel {
  padding: 0 20px;
} */
.service-carousel .slick-dots {
    position: relative;
    top: 50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
/* Counter Section */
.counter-section {
    position: relative;
    overflow: hidden;
    /* z-index: 0;  */
    /* background: linear-gradient(135deg, #035DCF, #71F5A1); */
    background-image: url('../img/counter/bg.jpg');
    background-position: center center;
    background-size: cover;
    padding: 40px;
    border-radius: 10px;
    margin-top: 80px;
}

/* .counter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/counter/shape.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.2; 
    z-index: 1; 
    filter: invert(1) brightness(50);
} */
.counter-text-area h1{
    color: #FFF;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);font-size: 37px;
}
.counter-content {
    position: relative;
    z-index: 2; /* above overlay */
}
.counter-avatar-wrap{
    display: flex;
    align-items: center;
}
.count-content-wrap{
    padding-left: 15px;
}
.counter-avatar{
    height: 80px;
    width: 80px;
    min-height: 80px;
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.counter-avatar img{
    width: 45px;
    height: auto;
}
.counter-avatar i{
    font-size: 30px;
    color: var(--primary-color);
}
.count-content-wrap h2{
   font-size: 46px;
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.count-content-wrap h6{
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
/* Project Section */
.project-slider-wrapper{
    margin-top: 70px;
}
.ser-rhs-wrap img{
    height: 350px;
    width: 350px;
    object-fit: cover;
    border-radius: 5px;
}
.service_thumb {
    margin-right: 21px;
    position: relative;
    overflow: hidden;
}
.proj-card-wrap:hover .service_thumb::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}
.proj-card-wrap .service_thumb::before {
    /* background: rgb(113 245 161 / 80%); */
    background: rgba(121, 185, 0, 0.8);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
}
.proj-card-wrap .service_thumb img {
    border-radius: 5px 5px 0 0;
    height: 385px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.proj-card-wrap .service_content {
    background: #F5F8ED;
    padding: 30px 34px 28px;
    width: 88%;
    border-left: 5px solid var(--primary-color);
    position: relative;
    margin-top: -38px;
    transition: 0.5s;
    border-radius: 5px;
    height: 117px;
}
.proj-card-wrap:hover .service_content {
    background: var(--primary-color);
    /* background: var(--site-gradient); */
    height: 159px;
    margin-top: -83px;
}
.proj-card-wrap h4.title {
    color: #868681;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 10px;
    transition: 0.5s;
}
.proj-card-wrap:hover h4.title {
    color: #fff;
}
.proj-card-wrap h2.title {
    display: inline-block;
    color: #001819;
    font-size: 26px;
    font-weight: 600;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
.proj-card-wrap h2.title a {
    color: #001819;
    font-size: 26px;
    font-weight: 600;
    transition: 0.5s;
}
.proj-card-wrap:hover h2.title a {
    color: #fff;
}
.proj-card-wrap .details-button a {
    font-size: 17px;
    display: inherit;
    color: #fff;
    font-weight: 500;
    margin-top: 15px;
    transition: 0.5s;
    position: relative;
    z-index: 2;
}
.proj-slider-nav-wrap .custom-prev, .proj-slider-nav-wrap .custom-next{
    height: 50px;
    width: 50px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color:#F6F6EE;
    transition: 0.3 ease all;
}
.proj-slider-nav-wrap .custom-prev:hover, .proj-slider-nav-wrap .custom-next:hover{
    background-color: var(--primary-color);
    /* background: linear-gradient(to right, #035DCF, #2FBFBC, #71F5A1) !important; */
    transition: background-color 0.3s ease-in-out;
}
.proj-slider-nav-wrap .custom-prev:hover i, .proj-slider-nav-wrap .custom-next:hover i{
    color: #FFF;
}
.proj-slider-nav-wrap .custom-prev i, .proj-slider-nav-wrap .custom-next i{
    color: var(--color-dark);
    font-size: 22px;
}
.proj-slider-nav-wrap {
   display: flex;
    align-items: center;
    gap: 20px;
}
/* FAQs */
.faq-section{
    position:relative;
    padding: 103px 0px 90px 0px;
    background-color: #baff7e45;
    /* background-image: url('../img/faq/bg.jpg'); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.faq-shape-wrap {
    position: absolute;
    left: 38%;
    width: auto;
    top: 10%;
    max-width: 100%;
    text-align: center;
}
.faq-shape-wrap img{
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: auto;
}
/* Accordion */
.FAQ-accordion-wrapper .accordion-item{
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px !important;
    border: 1px solid #DFDFDF !important;
    background-color:#FFF !important;
    box-shadow: 1px 0px 18px 0px rgba(0, 0, 0, .03) !important;
}
.FAQ-accordion-wrapper .accordion-header{
    border-radius: 5px;
}
.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: 600 !important;
    line-height: 24px !important;
    color:#051815 !important;
}
.FAQ-accordion-wrapper .accordion-button:not(.collapsed){
    background-color: var(--primary-color) !important;
    /* background: var(--site-gradient) !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;
}
.fq-hd-icon{
    padding-right: 10px;
    position: relative;
}
.accordion-button .fq-hd-icon i{
    color: #FFF !important;
}
.accordion-button.collapsed .fq-hd-icon i{
    color: var(--primary-color) !important;
}
.fq-hd-icon i{
  font-size: 20px;
 color: var(--primary-color);
}
.fq-hd-icon::after{
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 2px;
    background-color: #DFDFDF;
}
/* CTA Section */
.cta-section-wrapper{
    background-color: #FFF;
    filter: drop-shadow(0px 10px 30px rgba(179, 179, 179, 0.2));
}
.cta-widget-wrap img{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 5px;
}
.cta-lhs-con-wrap{
    padding-left: 60px;
}
/* Client Section */
.clientslick-section {
    background-color: #f4f9eb;
}
.client-slick-item {
  padding: 10px;
  text-align: center;
}
.client-slick-item img {
  /* max-height: 60px;
  width: auto; */
  height: auto;
  width:150px;
  display: inline-block;
}
/* Testimonials */
.testimonial-section{
    position: relative;
    overflow: hidden;
    padding: 91px 0px 70px 0px;
    background-image: url("../img/testimonials/bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-widget-wrap{
    position: relative;
}
.lhstest-animwid-container{
    padding: 10px;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.lhstest-wid-wrap{
    position: absolute;
    max-width: 100%;
    z-index: 1;
    width: auto;
    left: -219px;
    top: -56px;
    text-align: left;
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lhstest-wid-wrap img{
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: auto;
}
.testimonial-item{
    position: relative;
    filter: none;
    background-color: #F6F6EE;
    margin: 11px 5px 24px;
    padding: 44px 27px 47px 39px;
    border-radius: 5px;
    transition: 0.5s;
    display: flex;
}
.testi-avatr-wrap{
    position: relative;
    overflow: hidden;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.testi-avatr-wrap img{
    height: 100px;
    border-radius: 50%;
}
.testimonial-carousel-wrapper {
    margin-top: 40px;
}
.testi-info{
    padding-left: 30px;
}
.reviews-rating{
    display: inline-block;
    position: relative;
}
.testi-star i{
    color: var(--primary-color);
    /* color: var(--seconday-color); */
    padding-right: 4px;
}
.test-para{
    padding: 25px 0;
    transition: all 400ms linear;
    padding: 21px 0 18px;
    margin-bottom: 12px;
    font-size: 18px;
    color: #868681;
    line-height: 28px;
}
.testi-auth-cred .name{
    color: var(--color-dark);
    font-weight: 600;
    font-size: 24px;
    margin:  10px 0;
}
.testi-auth-cred .designation{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #7b7b7b;
    transition: all 400ms linear;
}
.testi-slider-nav-wrap .testi-prev, .testi-slider-nav-wrap .testi-next{
    height: 50px;
    width: 50px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DFDFDF;
    border-radius: 50%;
    background-color:#F6F6EE;
    transition: 0.3 ease all;
}
.testi-slider-nav-wrap .testi-prev:hover, .testi-slider-nav-wrap .testi-next:hover{
    background-color: var(--primary-color) !important;
    /* background: linear-gradient(to right, #035DCF, #2FBFBC, #71F5A1) !important; */
    transition: background-color 0.3s ease-in-out;
}
.testi-slider-nav-wrap .testi-prev:hover i, .testi-slider-nav-wrap .testi-next:hover i{
    color: #FFF;
}
.testi-slider-nav-wrap .testi-prev i, .testi-slider-nav-wrap .testi-next i{
    color: var(--color-dark);
    font-size: 22px;
}
.testi-slider-nav-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
    margin-left: 10px;
}
/* Marquee Section */
.marquee-section{
    position: relative;
    background: var(--primary-color);
    /* background: var(--site-gradient); */
    padding: 50px 0px 50px 0px;
}
.marquee-slogan-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background: transparent;
  padding: 20px 0;
}
.marquee-style {
  display: flex;
  animation: scroll 20s linear infinite;
}
.marquee-block {
  display: flex;
  gap: 60px;
  flex-shrink: 0;
}
.marquee-block h3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px white;
  white-space: nowrap;
  margin: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Footer Section */
.footer-section{
    position: relative;
    overflow: hidden;
    padding: 60px 0 0 0;
    background: linear-gradient(to right, #004FD5, #004FD5);
    /* background-image: url('../img/footer-bg.jpg'); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2); 
  z-index: 0;
}
.footer-wrapper {
    /* padding: 0 35px 35px 35px; */
    border-bottom: 1px solid #b4bdbf2c;
}
.footer-social-banner{
    position: relative;
    overflow:hidden;
    width: 100%;
    background-attachment: scroll;
    background-image: url('../img/footer-banner-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 41px 41px 45px 56px;
    border-radius: 5px;
    margin-bottom: 80px;
}
.footbantext-wrap h1 {
    color: var(--color-white);
    font-size: 40px;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 22%);
}
.foot-social-ul, .foot-social-ul li{
    list-style-type: none;
}
.foot-social-ul{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}
.foot-social-ul li {
    height: 40px;
    width: 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    border: 2px solid var(--color-white);
    border-radius: 50%;
    transition: all 0.3s ease;
}
.foot-social-ul li:hover{
    background-color: var(--color-white);
    transition: background-color 0.3s ease-in-out;
}
.foot-social-ul li a{
    display: flex;
    align-items: center;
}
.foot-social-ul li a i{
    font-size: 20px;
    color: #FFF;
}
.foot-social-ul li:hover a i{
    color: var(--primary-color);
    transition: color 0.3s ease;
}
.foot-bansocial-wrap{
    display: flex;
    align-items: center;
}
.foot-bansocial-wrap h5{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-logo-wrap{
    margin-bottom: 27px;
}
.footer-logo {
    max-width: 200px;
    border-radius: 7px;
}
.footer-col-wrap{
    position: relative;
    z-index: 2;
}
.footer-col-wrap p{
   color: #FFF;
   font-size: 17px;
}
.footer-title{
    position: relative;
    display: inline-block;
    color: var(--color-white);
    /* color:var(--primary-color); */
    font-size: 24px;
    padding-bottom: 13px;
    margin-bottom: 32px;
}
.footer-title:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    bottom: 0;
    max-width: 100px;
    left: 0;
}
.footer-title:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    bottom: 0;
    max-width: 30px;
    border-inline: 4px solid #fff;
    left: 0;
    margin-left: 60px;
}
.footer-nav-ul {
  list-style: none;
  padding-left: 0;
}
.footer-nav-ul li {
  position: relative;
  /* padding-left: 30px;  */
  margin-bottom: 10px;
}
/* .footer-nav-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url('../img/icons/nav-right.png');
  background-size: contain;
  background-repeat: no-repeat;
} */
.footer-nav-ul li , .footer-nav-ul li a{
    color: #FFF;
    font-size: 17px;
    transition: 0.3s ease;
}
.footer-nav-ul li a:hover{
    /* color: var(--primary-color); */
    color: var(--primary-color);
    transition:color 0.3s ease;
}
.ctct-footer-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.ctct-footer-wrap .ctct-avatar{
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    background-color: var(--primary-color);
    /* background: var(--site-gradient); */
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s ease all;
}
.ctct-footer-wrap .ctct-avatar:hover{
    background-color: transparent;
    /* background-color: var(--seconday-color); */
    border: 1px solid var(--primary-color);
    transition:all 0.3s ease;
}
.ctct-footer-wrap .ctct-avatar i{
    font-size: 25px;
    color: var(--color-white);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ctct-footer-wrap .ctct-avatar:hover i{
    color: var(--primary-color);
}
.ctct-footer-wrap h6, .ctct-footer-wrap h6 a{
    color: #FFF;
    font-size: 17px;

    line-height: 25px;}
.footer-bottom{
    padding: 30px 0;
}
.copyright-area .copyright-text{
   color: var(--color-white);
   font-size: 17px;
   font-weight: 500;
}
.brand-text {
  /* background: linear-gradient(to right, #0F75BC, #03AAC6); */
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; */
  color: var(--primary-color);
  font-weight: 600;
}
.copyright-text span{
    padding-left: 3px;
    padding-right: 3px;
}
.credit-area p{
    color: #FFF;
     font-size: 17px;
   font-weight: 500;
}
.credit-area p a{
    color: #0293C2;
    font-weight: 600;
}
/* Breadcrumb */
.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  z-index: 1;
}
.site-breadcrumb::before {
    content: "";
    position: absolute;
    background: rgb(121 185 0 / 0%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.site-breadcrumb .breadcrumb-title {
  font-size: 36px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 20px; 
}
.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-white);
  font-weight: 500;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-white);
  transition: all 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\f101';
  font-family: 'Font Awesome 6 Pro';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: var(--color-white);
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--primary-color);
}
.site-breadcrumb .breadcrumb-menu li.active{
  color:var(--primary-color) !important;
}

/* How It Works.. */
.how-it-works{
    background-color: #F1FAF0 !important;
}
.how-it-works .post-item { 
    height: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    box-shadow: 0px 10px 30px 0px rgba(190, 199, 199, 0.2);
}
.hiw-col{
    margin-bottom: 30px;
}
.how-it-works .post-thumb {
    position: relative;
    overflow: hidden;
}
.how-it-works .post-thumb::before {
    background: rgba(121,185,0, 0.6);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 22;
}
.post-item:hover .post-thumb::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}
.how-it-works .post-thumb img {
    overflow: hidden;
    transition: .5s;
    transform: scale(1.1);
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.how-it-works .categories {
    position: absolute;
    top: 10px;
    left: 10px;
}
.how-it-works .categories a {
    padding: 4px 17px 2px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    background: var(--primary-color);
    border: 2px solid #FFF;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.how-it-works .post-item .blog_post_inner_content {
    padding: 15px 15px 9px;
    border-top: transparent;
}
.hiw-title, .hiw-title a {
    font-size: 25px;
    font-weight: 600;
    color: var(--color-dark);
    /* color: var(--primary-color); */
    transition: 0.3s ease;
    margin-bottom: 14px;
    text-align: start;
}
.hiw-title:hover, .hiw-title:hover a{
    color: var(--primary-color);
    transition:color 0.3s ease;
}
.blog_post_inner_content p{
    color: var(--color-dark);
    font-size: 14px;
    margin-bottom: 0;
    line-height: 23px;
    text-align: start;
}
/*hover*/
.post-item:hover{
    filter: drop-shadow(0 0 35px rgba(196, 196, 196, 0.5));
    background-color: #ffffff;
}
.post-item:hover .post-thumb img {
    transform: scale(1.4);
}
/* Why Choose Us */
.wcu-wid-wrap img{
    width: 100%;
    object-fit: contain;
    border-radius: 70px 12px 70px 12px;
   box-shadow:
  rgba(121, 185, 0, 0.4) 5px 5px,
  rgba(121, 185, 0, 0.3) 10px 10px,
  rgba(121, 185, 0, 0.2) 15px 15px,
  rgba(121, 185, 0, 0.1) 20px 20px,
  rgba(121, 185, 0, 0.05) 25px 25px;
}
.wchu-card{
    border: none !important;
    background-color: var(--color-white);
    border-radius: 15px !important;
    margin-bottom: 25px;
     box-shadow:
    0 4px 8px rgba(121, 185, 0, 0.08),
    0 8px 20px rgba(121, 185, 0, 0.1);
}
.wchu-card .card-body{
    padding: 23px;
}
.wcuconin-wrap{
    display: flex;
}
.wcu-avatar{
    height: 66px;
    width: 66px;
    min-height: 66px;
    min-width: 66px;
    background-color: rgba(121, 186, 0, 0.14901960784313725);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-right: 22px;
}
.wcu-avatar img{
    width: 40px;
    height: auto;
}
.wcu-inn-content h4{
    color:var(--color-dark) ;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.3s ease;
}
.wcu-inn-content h4:hover{
   color: var(--primary-color);
   transition:color 0.3s ease;
}
.wcu-inn-content p{
    font-size: 17px;
    color: var(--color-dark);
    margin-bottom: 0;
}
/* Form Section */
.lhs-form-wrapper{
    background-color: var(--primary-color);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.lhs-form-container .form-group{
    margin-bottom: 25px;
}
.lhs-form-container .form-control{
    background-color: #FFF;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
}
.lhs-form-container .form-control:focus{
    box-shadow: 0 0 0 .25rem var(--primary-color)57 !important;
    border-color: var(--primary-color) !important;
}
.lhs-form-container .form-control.ff{
    height: 47px;
}
.border-white{
    border: 2px solid var(--color-white) !important;
}
.rhs-form-widget-wrap img{
    max-height: 500px;
    object-fit: contain;
   border-radius: 15px;
  box-shadow:
  rgba(121, 185, 0, 0.4) -5px 5px,
  rgba(121, 185, 0, 0.3) -10px 10px,
  rgba(121, 185, 0, 0.2) -15px 15px,
  rgba(121, 185, 0, 0.1) -20px 20px,
  rgba(121, 185, 0, 0.05) -25px 25px;
}
/* Product */
.pwrwcon{
    background: #FFF;
   padding: 40px;
   /* box-shadow: rgba(121, 185, 0, 0.35) 0px 5px 15px; */
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   border-radius: 10px;
}
.slick-card-item.inner{
    margin-bottom: 25px;
}
.card.serslick-card.inner {
    height: 100%;
}
.serslick-card.inner .service-content-wrap p{
  border: none !important;
}
.serslick-card.inner .ser-icon-wrap img{
  width: 55px !important;
}
.feat-col{
    margin-bottom: 25px;
}
.inn-recdfe-wrap{
    height: 100%;
    margin-bottom: 17px;
    background: rgb(255, 255, 255);
    padding: 20px;
  box-shadow:
    rgba(121, 185, 0, 0.3) 0px 1px 2px 0px,
    rgba(121, 185, 0, 0.15) 0px 1px 3px 1px;
}
.recdf-avatar {
    height: 90px;
    width: 90px;
    min-height: 90px;
    min-width: 90px;
    background-color: rgba(121, 186, 0, 0.14901960784313725);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-right: 15px;
}
.recdf-avatar img{
    width: 65px;
    height: auto;
}
.recdf-int-content{
    text-align: center;
}
.recdf-int-content h6{
    font-size: 19px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--primary-color);
    padding-top: 20px;
}
.recdf-int-content p {
    margin-bottom: 0;
    color: var(--color-dark);
    font-size: 16px;
    line-height: 22px;
    padding-top: 7px;
}
.glass-sweep {
  position: relative;
  overflow: hidden;
}
.glass-sweep::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(121, 185, 0, 0.4) 50%,
    transparent 100%
  );
  transform: skewX(-20deg);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.glass-sweep:hover::after {
  opacity: 1;
  animation: sweepLight 1s forwards;
}

@keyframes sweepLight {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.main-md-title{
    position: relative;
    font-size: 27px;
    font-weight: 600;
    color: var(--color-dark);
}
.main-md-title:before{
  content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #5ADB2E;
    bottom: -10px;
    max-width: 100px;
    left: 0;
}
.main-md-title:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #5ADB2E;
    bottom: -10px;
    max-width: 30px;
    border-inline: 4px solid #fff;
    left: 0;
    margin-left: 60px;
}
.prcoin-p{
    padding-top: 25px;
    font-weight: 500;
}
.d-dont-img{
    height: 40px;
    width: auto;
    padding-left: 10px;
}
.pys-str-img-wrap{
    background-color: #FFF;
    padding: 20px;
    border-radius: 10px;
}
.pys-str-img-wrap img{
    max-height: 400px;
}


.pwp-sec-wrapper{
    padding: 35px 20px;
  box-shadow:
  rgba(121, 185, 0, 0.1) 0px 0px 5px 0px,
  rgba(121, 185, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 25px;
}
.pwp-wid-wrap img{
    box-shadow:
    rgba(121, 185, 0, 0.27) 0px 0px 0.25em,
    rgba(121, 185, 0, 0.05) 0px 0.25em 1em;
}
.recd-table{
    border: 1px solid var(--primary-color);
    border-collapse: collapse;
}
.recd-table th, .recd-table td{
    border: 1px solid #95b261;
     text-align: center !important;
     font-size: 18px;
}
.recd-table thead th{
    background-color: var(--primary-color) !important;
    color: var(--color-dark);
    font-weight: 600 !important;
}
.recd-table .last-child-td {
    background-color: var(--primary-color) !important;
}
.recd-table-wrapper{
    position: relative;
    z-index: 1;
}
.recd-table-wrapper .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: rgb(121 185 0 / 25%) !important;
}
.innprocon-list-ul li {
  position: relative;
  list-style: none;
  padding-left: 1.8em;
  padding-bottom: 10px;
  font-family: var(--primary-font);
  font-size: 17px;
}
.innprocon-list-ul li::before {
  content: "\f138";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1em;
  color: var(--primary-color);
  font-size: 1em;
}
.retroctld-card {
    height: 100%;
    border: 1px solid transparent !important;
    border-radius: 8px 45px 8px 45px !important;
    padding: 25px;
    background-color: var(--primary-color)5c !important;
    box-shadow: rgba(121, 185, 0, 0.1) 0px 4px 16px,
  rgba(121, 185, 0, 0.1) 0px 8px 24px,
  rgba(121, 185, 0, 0.1) 0px 16px 56px;
    transition: 0.3s;
}
.retroctld-card:hover{
    border-color: var(--primary-color) !important;
    transition:all 0.3s ease;
}
.retroctld-wid-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 50%;
}
.retroctld-wid-wrap img {
    height: 130px;
    border-radius: 10px;
    width: auto;
    object-fit: contain;
}
.retroctld-content-wrap{
    padding-left: 18px;
}
.retroctld-content-wrap h5{
    font-size: 17px;
}
/* Contact Us Page */
.contus-wrapper{
    position: relative;
    background-image:url('../img/contactus-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 49px 30px 37px 30px;
    border-radius: 5px;
}
.cont-card{
    border: none !important;
    background-color: transparent !important;
}
.cont-col{
    position: relative;
}
.cont-col.line::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px ;
    background-color: var(--color-white);
}
.cont-avatar-wrapper{
    display: flex;
    justify-content: center;
}
.cont-avatar {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 50%;
  font-size: 35px;
  color: var(--primary-color);
  position: relative;
  z-index: 1;
  overflow: visible;
}
.cont-avatar::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8); /* Line border */
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: linePulse 1.2s ease-out infinite;
  z-index: -1;
}

@keyframes linePulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}

.cont-avatar{
    font-size: 35px;
    color: var(--primary-color);
}
.cont-content-info{
    text-align: center;
    margin-top: 25px;
}
.cont-content-info h4{
    color: var(--color-white);
    font-size: 30px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}
.cont-content-info p {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 14%);
}
.cont-form-container{
    margin-top: 30px;
}
/* .cont-form-wrap .form-control.ff{
    height: 55px;
}
.cont-form-wrap .form-control {
    border: 1px solid #dee1d9;
    border-radius: 5px;
    transition: 0.3s ease;
}
.cont-form-wrap .form-control:focus{
    box-shadow: none !important;
    border-color: var(--primary-color) !important;
    transition: all 0.3s ease;
}
.cont-form-wrap .form-group{
    margin-bottom: 30px;
} */
.appr-card{
    border: none !important;
    padding: 0 !important;
}
.appr-card img{
    border-radius: 30px;
    /* height: 300px;
    width: auto;
    object-fit: contain; */
   /* box-shadow:
  5px 5px rgba(121, 185, 0, 0.4),
  -5px 5px rgba(121, 185, 0, 0.4),
  5px -5px rgba(121, 185, 0, 0.4),
  -5px -5px rgba(121, 185, 0, 0.4),
  10px 10px rgba(121, 185, 0, 0.3),
  -10px 10px rgba(121, 185, 0, 0.3),
  10px -10px rgba(121, 185, 0, 0.3),
  -10px -10px rgba(121, 185, 0, 0.3),
  15px 15px rgba(121, 185, 0, 0.2),
  -15px 15px rgba(121, 185, 0, 0.2),
  15px -15px rgba(121, 185, 0, 0.2),
  -15px -15px rgba(121, 185, 0, 0.2),
  20px 20px rgba(121, 185, 0, 0.1),
  -20px 20px rgba(121, 185, 0, 0.1),
  20px -20px rgba(121, 185, 0, 0.1),
  -20px -20px rgba(121, 185, 0, 0.1),
  25px 25px rgba(121, 185, 0, 0.05),
  -25px 25px rgba(121, 185, 0, 0.05),
  25px -25px rgba(121, 185, 0, 0.05),
  -25px -25px rgba(121, 185, 0, 0.05); */
}
.gallery-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 280px; 
  margin-bottom: 25px
}
.gallery-card .overlay-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.gallery-card img {
  height: 100%; 
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
  z-index: 2;
  position: relative;
}
.gallery-card .overlay-wrap::before,
.gallery-card .overlay-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 3;
  transition: transform 0.5s ease;
  pointer-events: none;
}
.gallery-card .overlay-wrap::before {
  left: 0;
  background-color: rgb(46 104 201 / 68%);
  transform: translateX(-100%);
}
.gallery-card .overlay-wrap::after {
  right: 0;
  background-color: rgb(0 223 78 / 58%);
  transform: translateX(100%);
}
.gallery-card:hover .overlay-wrap::before {
  transform: translateX(0);
}
.gallery-card:hover .overlay-wrap::after {
  transform: translateX(0);
}
.gallery-card .ico-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
  pointer-events: none;
}
.gallery-card:hover .ico-wrap {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.gallery-card .ico-wrap i {
  font-size: 25px;
  color: var(--primary-color);
}
.modal-con-wrapper{
    padding: 30px 30px 30px 30px;
}
.modal-con-wrapper .logo-wrap img{
    max-width: 250px;
}
.cef-logo-wrap img{
    max-width: 90px;
}
.modal-con-wrapper h6{
   font-size: 20px;
   color: var(--color-dark);
}
.modal-con-wrapper .lhs-text-p{
    font-size: 20px;
    line-height: 27px;
}
.modal-con-wrapper .lhs-text-p span{
    font-weight: 800 !important;
    color: var(--seconday-color) !important;
}
.main-con-wrap.modal-conrecd {
  position: relative;
  overflow: hidden; 
}
.main-con-wrap.modal-conrecd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; 
  background-image: url('../img/recd/widm.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.1;
  pointer-events: none; 
  z-index: 0; 
}
.modal-con-rhs-wrap h5{
    padding-bottom: 7px;
}
.modal-con-rhs-wrap .date-text{
   font-weight: 800 !important;
}
.modal-con-rhs-wrap h5 .bt{
   font-weight: 800 !important;
}
#WelcomeModal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 2px solid #2df8a8;
    padding: 6px;
    z-index: 4;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232E68C9' stroke='%232E68C9' stroke-width='1.5'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}
.modal-con-rhs-wrap{
    background-color: #3254c91a;
    padding: 20px;
    border-radius: 5px;
}
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.808) !important; 
  opacity: 1 !important;
}
.event-ribbon {
    padding: 20px;
    background-color: #e6ebf7;
    margin: 20px auto;
    text-align: center;
}
.event-ribbon h2 {
    margin: 0 0 20px;
    background: linear-gradient(to right, #2E68C9 0%, #00DF4E 50%, #2E68C9 100%);
    font-size: 33px;
    font-weight: 700;
    color: white;
    padding: 15px;
    width: calc(100% + 100px );
    position: relative;
    left: -50px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.event-ribbon h2::before , .event-ribbon h2::after  {
    content: "";
    position: absolute;
    bottom: -30px;
    border-width: 15px;
    border-style: solid;
}
.event-ribbon h2::before {
    left: 0;
    border-color: var(--seconday-color) var(--seconday-color) transparent transparent;
}
.event-ribbon h2::after {
    right: 0;
    border-color:  var(--seconday-color) transparent transparent  var(--seconday-color);
}
.event-ribbon p {
    line-height: 1.6;
}
.ev-con-info {
    padding: 12px 0;
}
.ev-con-info h5{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 17px;
}
.ev-con-info .ev-key{
    color: #000 !important;
}
.ev-con-info .ev-value{
    color: var(--seconday-color) !important;
}
.floating_btn a{
  text-decoration:none;
}
.floating_btn {
    position: fixed;
    bottom: 10%;
    right: 2%;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
  .mb-dwn{
    position: fixed;
    z-index: 66666;
}
.wht-ic a {
    display: block;
    max-width: 80px;
    position: fixed;
    bottom: 14%;
    left: 2%;
}
.wht-btn a {
    position: fixed;
    z-index: 666;
    right: -58px;
    top: 270px;
    transform: rotate(90deg);
}
.btn-en {
    /* color: #010f14; */
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding-inline: 18px;
    border-radius: 0;
    letter-spacing: 0.4px;
    background: linear-gradient(17deg, #1a79d0, #6ff09e, #6ff09e);
    border: 2px solid #FFF;
}
.btn-en i {
    margin-left: 6px;
}
/* Get Enquiry Form */
/* .get-enquiry-form{
    position: fixed;
    width: 300px;
    padding: 15px;
    background-color: #fff;
    right: -300px;
    bottom: 0;
    z-index: 99999;
    transition: all ease-in-out 0.7s;
    -webkit-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    -moz-transition: all ease-in-out 0.7s;
    -ms-transition: all ease-in-out 0.7s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.get-enquiry-form.active {
    right: 0;
}
.enq-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}
.enq-form-header .form-title {
    color: var(--dark-color);
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
}
.btnen-close {
    height: 35px;
    width: 35px;
    background: #e84118;
    display: flex;
    justify-content: center;
    border: 2px solid #FFF;
    align-items: center;
    cursor: pointer;
}
.btnen-close i{
    color: #FFF;
    font-size: 20px;
} */
/* .whats-icon{
    max-width: 65px;
} */
/* .enq-form-wrapper .form-control.ff{
    height: 40px !important;
}
.enq-form-wrapper .form-control {
    font-size: 15px !important;
    border-radius: 0;
    border: 1px solid #7c877f59;
    transition: 0.3s ease;
}
.enq-form-wrapper .form-control:focus{
    box-shadow: none !important;
    border-color: #7C877F;
    transition: border-color 0.3s ease;
}
.enq-form-wrapper .form-control::placeholder{
    font-size: 14px !important;
}
.enq-form-wrapper .form-group{
    margin-bottom: 25px;
} */


@media(max-width:991px){
       .mb-dwn {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    align-items: center;
    text-align: center;
}
.mb-dwn div {
    width: 100%;
    height: 100%;
    min-height: 53px;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wht-ic {
    background: #00a948;
}
.wht-ic a {
    display: block;
    max-width: 50px;
    position: unset;
    bottom: unset;
    left: unset;
    margin-inline: auto;
}
.wht-btn {
    display: flex;
    background: transparent;
}
.wht-btn a {
    position: fixed;
    right: unset;
    top: unset;
    width: 50%;
    background: #055fce;
    border: 1px solid #055fce !important;
    transform: unset;
}
.contact_icon{
    background-color: transparent !important;
    animation: none !important;
}
.contact_icon i{
    font-size: 37px;
}
}



.tdeYr-col{
    margin-bottom: 25px;
}
.tdeYr-card{
    border: none !important;
    box-shadow: none !important;
    background-color: #FFF !important;
    height: 100% !important;
    padding: 30px;
    border-radius: 45px 20px 45px 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tdeYr-wrap{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.tdeYr-avatar{
    height: 80px;
    width: 80px;
    min-height: 80px;
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 20px;
}
.tdeYr-avatar img{
    height: 55px;
    width: auto;
}
.tdeYr-content{
    padding-left: 25px;
}
.tdeYr-content h3 {
    font-size: 24px;
    color: var(--color-dark);
    font-weight: 600;
    margin-bottom: 14px;
}
.tdeYr-content p{
    font-size: 15px;
    color: var(--color-dark);
    line-height: 24px;
}








