html{
    overflow-x: hidden;
}


body{
    margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif !important;
 overflow-x: hidden !important;

}

.plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/*shrinks*/
body.modal-open {
    padding-right: 0 !important;
}ac
.connect-btn:hover{
    background:#fff;
    color:#000;
}
.contact-snd:hover {
     background:#000;
    color:#fff;
}
.banner-left a:hover{
    background:#fff;
    color:#000;
}
a{
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
a:hover{
    text-decoration: none !important;
    
}
button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
@media (min-width: 1200px) {
    .container {
        max-width: 1214px;
    }
}

.mainheader {
  width: 100%;
  float: left;
  background: transparent;
  position: absolute;
  height: 150px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.total-header{
    width: 100%;
    padding-top: 48px;
    float: left;
    width: 100%;
    }
.logopart{
    width: auto;
    /* padding: 19px 0px 0px 0px; */
    float: left;
    position: relative;
    z-index: 11;
}
.logobox{
    float: left;

    
}
.logopart img{
    float: left;
    width: 286px;
}
.menuarea{
        /* border-bottom: 1px solid #bab9b6; */
        padding: 16px 0px 0px 0px;
        width: auto;
        float: right;
        text-align: center;
}


/*mediasidemenu*/
.menuarea > .mob_nav {
        margin-top: 43px;

      display: block;
      float: right;
      width: 28px;
      height: 20px;
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
      position: relative;
    z-index: 11111;
}

.menuarea > .mob_nav > div {
background-color:#fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.menuarea > .mob_nav > div:nth-child(1) {
    top: 8px; 
        width: 19px;

}

.menuarea > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 16px; 
}

.menuarea > .mob_nav > div:nth-child(4) {
    top: 23px; 
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; 
}

.mob_nav.open > div:nth-child(2) {
    top: 1px;
    background: #fff;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #fff;
    top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.menuarea > ul{
     /* padding-left: 37px !important; */
     width: 100%;
     display: inline-block;
     vertical-align: middle;
     margin-bottom: 0px;
     padding-bottom: 0px;
     float: right;
     padding-left: 0px;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}
    
.menuarea > ul > li{
     z-index: 9;
     float: right;
     width: auto;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding: 0px 11.5px;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}

.menuarea > ul > li > a{
    padding-bottom: 30px;
    width: auto;
    color: #1C1C1F;
    font-weight: 400;
    float: left;
    position: relative;
    font-size: 16px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
    /* border-radius: 20px; */
    }
.menuarea > ul > li > a:hover{
    color: #a4ce39;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.activeli{
        color: #a4ce39 !important;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        text-decoration: none;
}


.buttonarea{
    margin-top: -13px;
    float: right;
    display: inline-block;
    position: relative;
    z-index: 111;
    padding-left: 20.5px;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.buttonarea a{
    background: #1C1C1F;
    /* border: 1px solid transparent; */
    /* letter-spacing: -0.5px; */
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #fff!important;
    width: 146px;
    transition: background-position 0.5s ease-in-out;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    /* float: right; */
    /* font-family: "Instrument Sans", sans-serif !important; */
}

.buttonarea a:hover {
     background: linear-gradient(90deg, #158670 0%, #8bc242 100%);
    color: #fff;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}



.menu ul li a {
  line-height: 21px;
  padding: 14px 43px;
  display: block;
  font-size: 15px;
  color: #fff;
  background: #000;
  /* text-align: left; */
  text-decoration: none;
  /* border-bottom: 1px solid #e31e24; */
  transition: all 0.3s ease;
}

.menu ul li a:hover,
.menu ul li:hover > a {
  background: #007c76 !important;
  color: #fff;
  text-decoration: none;
}

.menu li {
    width: 100%;
    position: relative;
    border-radius: 20px;
}
.has-menu {
    right: -100% !important; 
    top: 0% !important;
}
.spl > a::before, .spl > a::after {
    left: 208px !important;
    top: 23px !important;
}
.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.sub-menu {
  list-style: none;
  border-radius: 20px;
  text-align: center;
  /* padding: 10px 0px; */
  position: absolute;
  right: -98%;
  top: 69%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: #1c1c1f;
  width: 315px; /* 230px * 3 columns */
  /* height: 267px; */
  /* padding: 20px; */
  /* box-shadow: 0 5px 20px rgba(0,0,0,0.1); */
  display: flex;
  flex-wrap: wrap;
  z-index: 999;
  transform: translateY(10px); /* smooth no-jerk effect */
  padding-left: 0px;
}

.sub-menu .menu-padding {
  width: 100%;
  box-sizing: border-box;
  /* padding: 5px 10px; */
}

.plus-green{
    width: 15px;
    margin-left: 3px;
}



.overlay::-webkit-scrollbar-track
{
    border-radius
: 50px;
    background-color: #000;
       height: 3px;
       border-top-left-radius: 50px;
}

.overlay::-webkit-scrollbar
{    border-radius: 50px;
    width: 5px;
    height: 3px;
    background-color: #000;
}

.overlay::-webkit-scrollbar-thumb
{
    border-radius: 50px;
    background-color: #000;
       height: 3px;
}

.slide{
  position:relative;
  width:100%;
  padding-top: 190px;
  height: 890px;      /* prevents collapse */
}

.slide .item{
  position:relative;     /* anchors absolutely‑pos children */
  /* height: 409px; */
}
.slider-ban {
    float: left;
    width: 47.5% !important;
}

.header-content{
  float: left;
  /* position:absolute; */
  top:0;
  left:0;
  right:0;
  text-align:center;
  width: 100%;
}

.header-content h5{
       margin-top: 0px;
       font-size: 16px;
       color: #656565;
       font-weight: 400 !important;
       text-align: left;
       line-height: 200%;
       margin-bottom: 14px;
       display: flex;
       align-items: center;
}
.header-content h5 span{
    float: left;
    margin-right: 13px;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    background-color: #a4ce39;
    line-height: 200%;
}
.header-content h6 {
    margin-top: 0px;
    font-size: 72px;
    color: #000;
    font-weight: 600 !important;
    text-align: left;
    line-height: 120%;
    margin-bottom: 24px;
}


.header-content p {
    line-height: initial;
    margin-top: 0px;
    font-size: 16px;
    color: #656565;
    font-weight: 300;
    line-height: 200%;
    width: 100%;
    text-align: left;
    padding-right: 30%;
    /* padding-left: 34px; */
    margin-bottom: 29px;
}

.slide a{
    width: 145px;
    height: 50px;
    float: left;
    background: linear-gradient(90deg,rgba(21, 134, 112, 1) 0%, rgba(139, 194, 66, 1) 100%);
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide a:hover{
  
background: #1e1e1e;
}


.ban-slide{float: left;width: 52.5% !important;top: -15px;position: relative;}
/* ===== BLUR REVEAL FOR BAN-CAROUSEL IMAGE ===== */


.ban-carousel .owl-item.active img {
  animation: slideFadeLeft 1s forwards ease-out ;
}


@keyframes slideFadeLeft {
  0% { opacity: 0; transform: translateX(40px); }
  100% { opacity: 1; transform: translateX(0); }
}

.slider-ban .owl-item.active .header-content {
  animation: fadeUpZoomIn 1s ease-out forwards ;
}
.ban-carousel .owl-item.active img {
  animation: zoomFadeReveal 1s ease-out forwards;
}
@keyframes zoomFadeReveal {
  0% { opacity: 0; transform: scale(1.08); filter: blur(15px); }
  100% { opacity: 1; transform: scale(1); filter: blur(0); }
}
@keyframes fadeUpZoomIn {
  0% { opacity: 0; transform: translateY(50px) scale(0.95); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

.bannerimg{

width: 100%;

float: right;


}
.ban-img {
  float: right;
  object-fit: cover;
  width: 100% !important;
  /* height: 604px; */
  /* filter: grayscale(95%); */
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
}

.ban-carousel .item{
    height: auto;
    width: 100%;
    float: left;
    position: relative;
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.rating-box {
  position: absolute;
  bottom: 85px;
  left: -132px;
  padding: 21px 31px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
    animation: floating 3s ease-in-out infinite;

}

.rating-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: 16px;
  color: #656565;
  font-weight: 400;
}

.star {
  width: 105px;
}

.profile {
  width: 201px;
  display: block;
  margin: auto;
}

.ban-logo{
    left: 75px;
    bottom: 0;
    position: absolute;
}



.banner2 {
  width: 100%;
  overflow: hidden;
  background: #1a1a1a;
  padding: 115px 0;
  color: #fff;
  float: left;
}

.banner-left {
  float: left;
  width: 50%;
  /* padding-left: 80px; */
}

.banner-left h5 {
  font-size: 16px;
  color: #f5f5f5;
  font-weight: 400;
  margin-bottom: 38px;
  display: flex;
  align-items: center;
}

.banner-left h5 span {
  height: 12px;
  width: 12px;
  background: #a4ce39;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.banner-left h1 {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 123%;
  color: #fff;
}

.banner-left p {
  font-size: 16px;
  color: #bababa;
  font-weight: 300;
  line-height: 200%;
  margin-bottom: 33px;
  width: 92%;
}

.banner-left a {
  font-size: 16px;
  display: flex;
  width: 147px;
  height: 50px;
  background: linear-gradient(90deg, #158670 0%, #8bc242 100%);
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}

.banner-right {
  float: right;
  /* width: 50%; */
  position: relative;
  text-align: center;
}

.banner-right-img {
  margin-top: -15px;
  width: 571px;
  border-radius: 25px;
  display: block;
  margin-left: auto;
  margin-right: 0;
  float: right;
}
.banner-right:hover .center-btn{
    background: #1c1c1f;
}
.banner-right:hover .center-btn span{
   color: #fff;
}
.center-btn {
  position: absolute;
  bottom: 46px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  gap: 10px;
   transition: background 0.3s ease, padding 0.3s ease;
  cursor: pointer;
 animation: buttonSlide 0.6s ease-out;
}
@keyframes buttonSlide {
  from {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.center-btn img {
  width: 32px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  margin: auto;
}

.center-btn span {
  color: #1C1C1F;
  font-size: 16px;
  font-weight: 500;
}



/*odometr*/


/*odometer*/
 .counterup-section {
      margin-top: 41px;
      border: 1px solid #3d3d3d;
      padding: 17px 19px;
      border-radius: 30px;
      /* text-align: center; */
      float: left;
      width: 100%;
      /* position: relative; */
      display: flex;
      align-items: center;
      gap: 75px;
    }


.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
    .counterup-container {
     display: flex;
     float: left;
     /* width: 100%; */
    }
.odometer-wrapper {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  font-size: 40px;
  font-weight: 600;
}

.suffix {
  margin-left: 2px;
  position: relative;
  top: 1px;
}

.plus {
  margin-left: 5px;
  position: relative;
  top: 0px;
}
    .counter-box {
      /* width: 30%; */
      float: left;
      padding-left: 85px;
    }

    .odometer {
      font-size: 40px;
      font-weight: 500;
      margin-bottom: -2px;
      line-height: 130% !important;
      letter-spacing: 1px;
    }

    .counter-title {
      font-size: 16px;
      color: #8c8c8d;
      font-weight: 400;
      line-height: 160%;
    }


.team{
    float: left;
    width: 495px;
    border-radius: 20px;
}

.product-header {
  width: 100%;
  overflow: hidden;
  background: #fff;
  float: left;
}

.padded-row {
  padding: 82px 15px; /* 👈 Apply padding INSIDE row instead of container */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.product-left {
  width: 60%;
}

.product-left h5 {
  font-size: 16px;
  font-weight: 400;
  color: #898989;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.product-left h5 span {
  height: 12px;
  width: 12px;
  background: #a4ce39;
  border-radius: 50%;
  display: inline-block;
  margin-right: 13px;
}

.product-left h1 {
  font-size: 55px;
  font-weight: 600;
  color: #1C1C1F;
  line-height: 123%;
    margin-bottom: 0;
}

.product-right {
  width: 35%;
  text-align: right;
  align-self: flex-end; /* 👈 Align to bottom */
}

.product-right p {
  font-size: 16px;
  color: #656565;
  font-weight: 400;
  line-height: 200%;
    margin-bottom: 0;
}

.product-box {
  position: relative;
  width: 100%;
  height: 436px;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  float: left;
}

.product-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Black shadow overlay (always visible) */
.product-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 21%, rgba(28, 28, 31, 1) 78%);
  z-index: 1;
  border-radius: 20px;
  transition: all 0.3s ease;
}

/* Teal gradient overlay on hover */
.product-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, #017974 73%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  border-radius: 20px;
}

.product-box:hover::after {
  opacity: 1;
}
.product-box:hover::before {
  opacity: 0;
}
.product-box:hover p{
    color: #fff;
}
/* Text content */
.product-box .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 43px 37px 43px 54px;
  color: #fff;
}

.product-box h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 17px;
  line-height: 120%;
}

.product-box p {
  font-size: 16px;
  line-height:200%;
  margin: 0;
  color: #BABABA;
  font-weight: 400;
}


.banner3{
    float: left;
    width: 100%;
    padding: 90px 0px 119px 0px;
}



.banner3 h5 {
  font-size: 16px;
  font-weight: 400;
  color: #898989;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  float: left;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.banner3 h5 span {
  height: 12px;
  width: 12px;
  background: #a4ce39;
  border-radius: 50%;
  display: inline-block;
  margin-right: 13px;
}

.banner3 h1 {
  font-size: 55px;
  font-weight: 600;
  color: #1C1C1F;
  line-height: 123%;
  float: left;
  width: 100%;
  text-align: center;
}





/* Default hidden state for hover content */
.hover-1, .hover-2, .hover-3, .hover-4 {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    top: 61px;
    pointer-events: none;
}

/* Active hover content */
.active-hover {
    display: block !important;
    opacity: 1 !important;
    transform: scale(1);
    pointer-events: auto;
}

/* Default state for h5 elements */
.h5-1, .h5-2, .h5-3, .h5-4 {
    color: #959595;
    transition: color 0.3s ease;
}

/* Active h5 state */
.active-h5 {
    color: #e32736;
}

/* Default hidden state for arrows */
.hover-arrow {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Active arrow state */
.active-arrow {
    opacity: 1;
}

.hover-box{
    float: left;
    width: 100%;
    margin-top: 83px;
}

.sp-hov{

    top: -9px !important;
}
/* Hover arrow default styles */

.h5-1:hover{
    color: #e32736;
}
.h5-4:hover{
    color: #e32736;
}
.h5-2:hover{
    color: #e32736;
}
.h5-3:hover{
    color: #e32736;
}

.h5-1:hover .hover-arrow{
    opacity: 1;
}
.h5-4:hover .hover-arrow{
    opacity: 1;
}
.h5-2:hover .hover-arrow{
    opacity: 1;
}
.h5-3:hover .hover-arrow{
    opacity: 1;
}


.hover-1{
    float: left;
    width: 100%;
    position: absolute;
    top: 61px;
 display: none;
}
.hov-img{
    float: left;
    width: 446px;
  height: 547px;      margin-top: 23px;
  border-radius: 20px;
    object-fit: cover;
    margin-bottom: 16px;
}


.hov-p{
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 27px;
    margin-bottom: 19px;
    text-align: justify;
}
.hov-btn {
    float: left;
    margin-top: 0px;
    background-color: #ef2732; /* Original red background */
    color: white; /* Text color */
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px; /* Rounded shape */
    width: 180px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    overflow: hidden; /* Ensures that the sliding background stays inside the button */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.hov-btn::before, .hov-btn::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #0f8d33; /* Left color */
    z-index: -1; /* Behind the text */
    transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.hov-btn::before {
    left: -100%; /* Start off-screen to the left */
}

.hov-btn::after {
    background: #0f8e33; /* Right color */
    left: 100%; /* Start off-screen to the right */
}

.hov-btn:hover {
    color: #ffffff; /* Text color change on hover */
    background-color: transparent; /* Make background transparent to show the effect */
}

.hov-btn:hover::before {
    left: 0; /* Slide in from the left */
}

.hov-btn:hover::after {
    left: 0; /* Slide in from the right */
}

.hover-2{
    float: left;
    width: 100%;
    position: absolute;
    top:61px;
   display: none;
}
.hover-3{
    float: left;
    width: 100%;
    position: absolute;
    top: 61px;
   display: none;
}

.hover-4{
    float: left;
    width: 100%;
    position: absolute;
    top: 61px;
   display: none;
}

.hover-content{
    float: left;
    width: 42%;
    position: relative;
    /* display: flex; */
    /* align-items: center; */
}

/* Default arrow styles */
.hover-arrow {
    float: right;
    width: 73px;
    margin-left: 25px;
    position: absolute;
    top: -7px;
    left: -121px;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease; /* Smooth appearance */
}

/* Default hidden state for hover content */
.hover-1, .hover-2, .hover-3, .hover-4 {
    display: block; /* Ensure they occupy space */
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    top: 46px;
    pointer-events: none; /* Prevent interaction when hidden */
}

/* Visible state for hover content with zoom-in effect */
.hover-visible {
    opacity: 1;
    pointer-events: auto; /* Enable interaction when visible */
   
}

/* Active <h5> hover color */
.h5-1, .h5-2, .h5-3, .h5-4 {
    color: #fff !important; /* Default text color */
    transition: color 0.3s ease; /* Smooth transition for text color */
}


/* Active <h5> hover color and arrow */
.active-h5 h3 {
    color: #017C77 !important; /* or your desired active color */
}
.active-h5 .bio-number {
    color: #017C77 !important; /* or your desired active color */
}

.active-h5 .hover-arrow {
    opacity: 1; /* Make the arrow visible when <h5> is active */
}
.explore-a{
    float: left;
    width: auto;
    font-weight: 600;
    color: #000;
    font-size: 20px;
}
.explore-a img{
    float: right;
    width: 26px;
    margin-left: 20px;
    position: relative;
    top: 3px;
}

.bio-services {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 0px;
}

.bio-service {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 39px;
  position: relative;
  cursor: pointer;
}

.bio-number {
  margin-top: 12px;
  min-width: 36px;
  height: 36px;
  border: 1px solid #A4CE39;
  color: #1c1c1f;
  font-weight: 400;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.bio-service h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #1C1C1F;
  float: left;
  width: 55%;
  line-height: 140%;
}

.bio-service p {
  margin-top: 5px;
  font-size: 16px;
  color: #656565;
  width: 45%;
  float: left;
  font-weight: 400;
}

.banner4 {
  background-color: #017c77;
  color: #fff;
  padding: 86px 0px;
  /* border-radius: 12px; */
  float: left;
  width: 100%;
}

.banner4 .label {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  font-size: 16px;
  float: left;
  width: 100%;
  color: #f5f5f5;
}

.banner4 .label .dot {
  width: 12px;
  height: 12px;
  background-color: #a4ce39;
  border-radius: 50%;
  margin-right: 10px;
}

.banner4 h2 {
  font-size: 55px;
  font-weight: 600;
  /* line-height: 131%; */
  float: left;
  width: 66%;
  /* margin-bottom: 30px; */
  text-transform: capitalize;
}

.banner4 p {
  margin-top: 68px;
  font-size: 16px;
  color: #d6eae9;
  float: right;
  width: 33%;
  line-height: 200%;
  text-align: right;
  margin-bottom: 45px;
}

.banner4 .cert-box {
  /* background-color: #faf9fb; */
  border-radius: 20px;
  /* padding: 15px; */
  height: 100%;
  float: left;
  width: 100%;
}


 .cert-box h4{
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
  color: #d6eae9;
  float: left;
  text-align: center;
  width: 100%;
  line-height: 200%;
}

.boxx{
    /* display: flex; */
    gap: 10px;
    width: 100%;
    /* height: 200px; */
    float: left;
}
.banner24 {
  background-color: #017c77;
  color: #fff;
  padding: 86px 0px;
  /* border-radius: 12px; */
  float: left;
  width: 100%;
}
.banner24 h2 {
  font-size: 55px;
  font-weight: 600;
  /* line-height: 131%; */
  float: left;
  width: 100%;
  text-align:center;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.cert-box2 {
  border-radius: 20px;
  height: 176px;
  float: left;
  width: 100%;
  background-color: #FAF9FB;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}


 .cert-box2 h4{
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
  float: left;
  text-align: center;
  width: 100%;
  line-height: 180%;
}
.b4-img{
    float: left;
    width: 100%;
    padding: 18px 18px;
    background-color: #FAF9FB;
    border-radius: 20px;
    margin-bottom: 26px;
}
.b4-img img{
    width: 236px;
    height: 236px;
    object-fit: contain;
}

.b4-img2{
    float: left;
    width: 100%;
    /* padding: 18px 18px; */
    background-color: #FAF9FB;
    border-radius: 20px;
    /* margin-bottom: 26px; */
}
.b4-img2 img{
    width: 50px;
    object-fit: contain;
    margin: 7px auto;
    float: none;
    display: block;
}



.banner5{
    float: left;
    width: 100%;
    padding: 101px 0px 119px 0px;
}



.banner5 h5 {
  font-size: 16px;
  font-weight: 400;
  color: #898989;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  float: left;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.banner5 h5 span {
  height: 12px;
  width: 12px;
  background: #a4ce39;
  border-radius: 50%;
  display: inline-block;
  margin-right: 13px;
}

.banner5 h1 {
  font-size: 55px;
  font-weight: 600;
  color: #1C1C1F;
  line-height: 123%;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 41px;
}

.b5-1{
    float: left;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #E3E3E3;
    margin-bottom: 40px;
    padding: 50px 28px 50px 59px;
}
.b5-1:hover img{
      transform: rotateY(360deg);
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}
.b5-1 img{
    float: left;
    width: 105px;
    height: 105px;
    margin-right: 30px;

}
.b5-1 h2{
    color: #1C1C1F;
    font-size: 30px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.b5-1 p{
    color: #656565;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 0;
}



.footer {
  background: #1c1c1f;
  padding-top: 72px;
  font-size: 15px;
  float: left;
  width: 100%;
}
.connect-text {
    float: left;
    width: 100%;
    color: #f7f7f7;
    font-size: 16px;
    font-weight: 400;
}

.connect-text  span {
  height: 12px;
  width: 12px;
  background: #a4ce39;
  border-radius: 50%;
  display: inline-block;
  margin-right: 13px;
}
.footer-heading {
  text-transform: capitalize;
  font-size: 55px;
  font-weight: 600;
  margin-top: 24px;
  width: 72%;
  color: #fff;
  float: left;
  margin-bottom: 0px;
}



.connect-btn {
   font-size: 16px;
   display: flex;
   width: 150px;
   height: 50px;
   background: linear-gradient(90deg, #158670 0%, #8bc242 100%);
   border-radius: 30px;
   color: #fff;
   text-decoration: none;
   font-weight: 500;
   align-items: center;
   justify-content: center;
   float: right;
   position: absolute;
   right: 0;
   bottom: 12px;
}

.footer-divider {
  border-color: #3C3C3C;
  margin: 56px 0;
  height: 1px;
  width: 100%;
  float: left;
}
.footer-logo{
    float: left;
    width: 35%;
}
.footer-address{
    float: left;
    width: 22%;
}
.footer-address p{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    color: #656565;
    padding-left: 27px;
}
.footer-contact{
    float: left;
    width: 27%;
}
.footer-contact a{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    color: #656565;
      padding-left: 27px;

}

.footer-logo img{
    float: left;
    width: 346px;
    margin-bottom: 30px;
}
.footer-logo h4{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    color: #656565;
        padding-right: 29px;
}
.footer-title {
  color: #f7f7f7;
  font-size: 16px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.footer-title span {
  height: 12px;
  width: 12px;
  background: #a4ce39;
  border-radius: 50%;
  display: inline-block;
  margin-right: 11px;
}
.footer-links{
    float: left;
    width: 16%;
    /* padding-left: 6px; */
}
.footer-links ul {
  list-style: none;
  padding-left: 27px;
  margin: 0;
}

.footer-links li {
  line-height: 200%;
  float: left;
  width: 100%;
}

.footer-links a {
  color: #656565;
  float: left;
  text-decoration: none;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
}


.bottom-footer {
 float: left;
 width: 100%;
 padding-bottom: 41px;
}
.top-footer{
    position: relative;
}
.bottom-footer h4{
     font-size: 16px;
     font-weight: 400;
     color: #656565;
     float: left;
     width: 50%;
     text-align: right;
}
.bottom-footer h6{
         font-size: 16px;
         font-weight: 400;
         color: #656565;
         text-align: left;
         float: left;
         width: 50%;
}

.bottom-footer h6 a{

          color: #656565;


}

.footer-divider2 {
  border-color: #3C3C3C;
margin: 52px 0px 39px 0px;  height: 1px;
  width: 100%;
  float: left;
}



@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}
#enroll .modal-content {
    /* background: #000; */
    background-size: cover;
    border-radius: 0px;
    background: #655F5F;
    background: #000000;
    background: linear-gradient(131deg, rgb(0 118 110) 0%, #9fc938 100%);
    border: none;
}
.close_form {
    border-radius: 30px;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    z-index: 999;
    top: 15px;
    background: #00000000 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.mod-new {
    width: 100%;
    float: left;
    padding: 30px;
    /* display: flex; */
    /* align-items: center; */
}
.log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 30px;
   /* border-radius: 30px;*/
}

.log-field {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.log-field label {
        margin-bottom: 10px;
        font-size: 16px;
        color: #0c0d13;
        width: 100%;
        font-weight: 600;
}
.log-field input {
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #272452;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
}
.log-sec p {
    font-size: 14px;
    color: #817f7f;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
    float: left;
}
.mod-right {
    /* display: flex; */
    width: 100%;
    float: left;
    padding: 130px 0px;
    flex-direction: column;
    /* align-items: center; */
}
.mod-right img{width: 100%;max-width: 235px;float: left;margin: auto;display: block;text-align: center;bi: invert(1);filter: brightness(100);}
.mod-right a {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.mod-right h6 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    margin-top: 25px;
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
.time-mod {
    font-size: 20px;
    color: #b3b3b3;
    font-weight: 400;
    margin-top: 30px;
}

.form-sub{
    background: linear-gradient(90deg, #158670 0%, #8bc242 100%); 
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 400;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
}


.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #656565;
  gap: 6px;
  padding: 0;
  background-color: #fff;
  float: left;
  margin-top: 20px;
}

.breadcrumb a {
  text-decoration: none;
  color: #656565;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  color: #A3D144;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #A3D144; /* green dot */
  border-radius: 50%;
  margin-right: 6px;
}

.separator {
  color: #999;
}

.inner-hds{
    width: 100%;
    float: left;
    margin-top: 150px;
    padding: 60px 0px;
    background-image: url("../images/banner-logo.webp");
    background-position: bottom right;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    background-size: contain;
    bac: right;
}

.inner-hds h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #1c1c1f;
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 0px;
}
.ab-ban{width: 100%;float: left;padding-top: 70px;padding-bottom: 70px;background-size: 16%;}  
.ab-ban h5 {
  font-size: 16px;
  color: #656565;
  font-weight: 400;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab-ban h5 span {
  height: 12px;
  width: 12px;
  background: #a4ce39;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}      
.ab-ban h2 {
    padding-bottom: 19px;
    float: left;
    width: 100%;
    color: #1c1c1f;
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 81px;
    text-align: center;
}
.ab-ban p {
    /* padding-right: 5px; */
    width: 100%;
    float: left;
    text-align: center;
    color: #656565;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 0px;
    font-weight: 400;
    /* padding-bottom: 20px; */
    padding: 0px 5%;
}



.ab-2 {
    padding: 90px 0px;
    width: 100%;
    float: left;
    background: #017C77;
}

.ab-2 img {
    width: 100%;
    max-width: 535px;
    float: left;
    height: 355px;
    object-fit: cover;
    border-radius: 30px;
    margin-right: 40px;
} 

.ab-2  h3 {
    width: 100%;
    text-align: left;
    color: #f7f7f7;
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 20px;
    line-height: 150%;
}


.ab-2 p {
    color: #d6eae9;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 0px;
    font-weight: 400;
    padding-bottom: 20px;
}


    .mission-ban{
        float: left;
        width: 100%;
        padding: 90px 0px;
        /* background-color: #e6f6fe; */
    }
    .mission-box {
      position: relative;
      background-color: #fff;
      padding: 40px 30px;
      width: 100%;
      overflow: hidden;
      border-radius:15px;
      border: 1px solid #e3e3e3;
      /* display: flex; */
    }

      /* Top border effect */
    .mission-box::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 5px;
      width: 0;
      background-color: #0679e8;
      transition: width 0.5s ease;
    }

    /* Bottom border effect */
    .mission-box::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 5px;
      width: 0;
      background-color: #91c545;
      transition: width 0.5s ease;
    }

    /* Hover effect */
    .mission-box:hover::before,
    .mission-box:hover::after {
      width: 100%;
    }

  .icon-box {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #A3CF4E, #008B8B); /* Adjust gradient to match */
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  float: left;
  margin-top: 31px;
}

.icon-box img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
    .mission-box h1{
        /* float: left; */
        /* width: 100%; */
        /* text-align: center; */
        font-weight: 600;
        font-size: 30px;
        color: #1c1c1f;
        margin-bottom: 14px;
        /* margin-top: 20px; */
    }
    .mission-box p{
        /* float: left; */
        /* width: 100%; */
        /* text-align: center; */
        color: #7a7a7a;
        font-size: 15px;
        font-weight: 300;
        line-height: 200%;
        margin-bottom: 0;
    }
.loc-box {
    width: 100% !important;
}
.cta-ban{
    float: left;
    width: 100%;
    background-image: url("../images/cta2.webp");
    padding: 85px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: 100%;
}
.cta-ban h5{float: left;width: 100%;font-size: 48px;font-weight: 600;line-height: 140%;margin-bottom: 12px; color: #fff}
.cta-ban p{
    float: left;
    width: 100%;
    padding-right: 50%;
    color: #f7f7f7;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 20px;
}
.cta-ban a{
   font-size: 16px;
   display: flex;
   width: 150px;
   height: 50px;
   background: linear-gradient(90deg, #158670 0%, #8bc242 100%);
   border-radius: 30px;
   color: #fff;
   text-decoration: none;
   font-weight: 500;
   align-items: center;
   justify-content: center;
   float: left;        -o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;

}
.cta-ban a:hover{
          -o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;

background: #1e1e1e;
}
.flip-button-rad{
   font-size: 16px;
   display: flex;
   width: 150px;
   height: 50px;
   background: linear-gradient(90deg, #158670 0%, #8bc242 100%);
   border-radius: 30px;
   color: #fff;
   text-decoration: none;
   font-weight: 500;
   align-items: center;
   justify-content: center;
   margin-top: 20px;
   float: left;        -o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;

}
.flip-button-rad:hover{
    color: #fff;
          -o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;

background: #1e1e1e;
}


.banner6{
    background: #f5f5f5;
    float: left;
    width: 100%;
    padding: 104px 0px 107px 0px;
    position: relative;
}


.quote-img{
       position: absolute;
       right: 0px;
       top: -158px;
       width: 148px;
}


.banner6 h6 span {
  height: 12px;
  width: 12px;
  background: #a4ce39;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}      
.banner6 h6 {
    font-size: 16px;
  color: #656565;
  font-weight: 400;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner6 h1{
     line-height: 56px;
     /* float: left; */
     font-size: 50px;
     font-weight: 600;
     color: #1c1c1f;
     float: left;
     width: 100%;
     line-height: 111%;
     margin-bottom: 39px;
     text-align: center;
}



.b3slide{
    width: 100%;
    float: left;
    /* padding-bottom: 80px; */
}
.box1{
    /* position: relative; */
    width: 100%;
    float: left;
}
.p-box{
    float: left;
    width: 100%;
    padding: 34px 35px;
    border-radius: 15px;
    background-color: #f5f7fa;
    margin-bottom: 33px;
    position: relative;
}
.p-box p{
    margin-bottom: 0px;
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    color: #656565;
}
.test-img{
       width:55px !important;
          float: left;
          margin-right: 20px;
    object-fit: cover;
}
.i-box{
    float: left;
    width: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}
.box1 h3{
    /* display: flex; */
    /* float: left; */
    font-weight: 600;
    font-size: 18px;
    color: #1c1c1f;
    margin-top: 5px;
    margin-bottom: 7px;
}
.box1 h5{
     /* float: left; */
     font-weight: 400;
     font-size: 16px;
     color: #656565;
}

.p-box:after{
     content: "";
     position: absolute;
     bottom: -29px;
     left: 44px;
     /* transform: translateX(-50%); */
     border-width: 15px;
     border-style: solid;
     border-color: #f5f7fa transparent transparent transparent;
}


.banner7{
    float: left;
    width: 100%;
    padding: 104px 0px 107px 0px;
    position: relative;
}




.banner7 h6 span {
  height: 12px;
  width: 12px;
  background: #a4ce39;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}      
.banner7 h6 {
    font-size: 16px;
  color: #656565;
  font-weight: 400;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner7 h1{
     line-height: 56px;
     /* float: left; */
     font-size: 50px;
     font-weight: 600;
     color: #1c1c1f;
     float: left;
     width: 100%;
     line-height: 111%;
     margin-bottom: 39px;
     text-align: center;
}




.collage{
    float: none;
    width: 600px;
    margin-right: auto;
    /* margin-top: 30px; */
    margin-bottom: 0px;
    margin-left: auto;
    display: block;
}


.achievements ul {
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0;
    /* width: 94%; */
    float: none;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.achievements ul li {color: #656565;font-weight: 400;font-size: 16px;line-height: 200%;margin-bottom: 20px;/* float: left; *//* width: 100%; *//* display: flex; *//* align-items: center; */justify-content: center;}

.achievements ul li::before {
    content: "•";
    position: absolute;
    left: 23.5%;
    color: #a4ce39;
    font-size: 20px;
    line-height: 154%;
    /* top: 0px; */
    display: none;
}
.achievements {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    padding: 30px 20px 30px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.achievements img{
    float: left;
    margin-right: 32px;
    width: 152px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    object-fit: cover;
}
.achievements ul li:last-child {
  margin-bottom: 0;
}
.achv-img {
    width: 400px !important;
    float: right;
    /* margin-left: 30px; */
    margin-right: auto;
}

.serv-ban{width: 100%;float: left;padding-top: 70px;padding-bottom: 70px;background-size: 16%;}  
.serv-ban img{
    float: left;
    width: 500px;
    margin-right: 30px;
      border-radius: 20px;
}
.serv-ban h5 {
  font-size: 16px;
  color: #656565;
  font-weight: 400;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.serv-ban h5 span {
  height: 12px;
  width: 12px;
  background: #a4ce39;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}      
.serv-ban h2 {
    padding-bottom: 19px;
    /* float: left; */
    /* width: 100%; */
    color: #1c1c1f;
    font-size: 47px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 64px;
    /* text-align: center; */
}
.serv-ban p {
    /* padding-right: 5px; */
    /* width: 100%; */
    /* float: left; */
    /* text-align: center; */
    color: #656565;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 0px;
    font-weight: 400;
    /* padding-bottom: 20px; */
    /* padding: 0px 5%; */
}



.serv-banner7{
    float: left;
    width: 100%;
    background-color: #f8f8f8;
    padding: 85px 0px 95px 0px;
}


.serv-banner7 h2{
 float: left;
 width: 100%;
 font-size: 48px;
 font-weight: 600;
 line-height: 140%;
 color: #000;
 margin-bottom: 51px;
 padding-top: 12px;
 text-align: center;
}

.b7-1{
    float: left;
    width: 100%;
    padding: 36px 51px;
    background-color: #fff;
    border-radius: 24px;
    margin-bottom: 30px;
    border:1px solid #eeeeee;
        -o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;

}

.b7-1 h5{
    float: left;
    width: 100%;
    color: #1C1C1F;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 10px;
    /* margin-top: 39px; */
}

.b7-1 p{
    float: left;
    width: 100%;
    color: #656565;
    line-height: 200%;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
}

.b7-1:hover{
    background-color: #037b77;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.b7-1:hover h5{
    color: #fff;
        -o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;

}

.b7-1:hover p{
    color: #fff;

        -o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;

}




/*careers*/
#sub-page-intro {
    float: left;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
}
#sub-page-intro h4 {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 10px;
    color: #0C0D13;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 59px;
}
#sub-page-intro p {
    text-align: center;
    float: left;
    width: 100%;
    /* padding-right: 100px; */
    padding-bottom: 45px;
    color: #5C5D61;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
}
.career-frn {
    float: left;
    width: 100%;
}
.frm-titel {
    float: left;
    padding-bottom: 8px;
    width: 100%;
    color: #1c1c1f;
    font-size: 16px;
    font-weight: 500;
}
.career-frm {
    /* border: 1px solid #b0aaaa; */
    color: #131616;
    display: block;
    padding-left: 15px !important;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    /* background: #3e444a0d; */
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500msease;
    border: solid 1px #a4cf3a;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 13px 10px;
    /* margin-top: 3px; */
    border-radius: 8px;
}
.morebtn2  {
    background: linear-gradient(90deg, #158670 0%, #8bc242 100%);
    width: 100%;
    height: 54px;
    text-align: center;
    float: left;
    color: #FFFFFF;
    /* background: #35316f; */
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 27px;
    padding: 15px 0;
    border: none;
    margin-top: 33px;
    cursor: pointer;
    display: flex!important;
    align-items: center;
    justify-content: center;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.morebtn2:hover{
         -o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;
background: #1c1c1f;

}
.custom-phone-input .iti__selected-flag { 
top: 0px !important;
}

.iti__selected-flag {

    top: 1px !important;
}


.sbox-1 h6 {
color: #fff;
}




#sub-page-intro {
    float: left;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
}
#sub-page-intro h4 {font-size: 50px;line-height: 140%;margin-bottom: 10px;font-weight: 600;/* letter-spacing: -2px; *//* font-family: "Instrument Sans", sans-serif !important; */float: left;width: 100%;color: #1c1c1f;text-align: center;/* padding: 0px 19%; */}

#sub-page-intro h4 span {
  color: #a0a0a0;
}

#sub-page-intro p{
           /* font-family: "Instrument Sans", sans-serif !important; */
           font-size: 16px;
           font-weight: 400;
           line-height: 200%;
           color: #656565;
           /* letter-spacing: -0.5px; */
           float: left;
           width: 100%;
           text-align: center;
           margin-bottom: 50px;
}





/* ======= Contact style ======= */
.contact {
    float: left;
    width: 100%;
padding-bottom:50px;    /* background: #fafafa; */
}




.contact-section2{
    float: left !important;
    width: 100% !important;
   
    }

.contact h1{
  font-size: 40px;
  line-height: 140%;
  margin-bottom: 30px;
  font-weight: 600;
  /* letter-spacing: -2px; */
  /* font-family: "Instrument Sans", sans-serif !important; */
  float: left;
  width: 100%;
  text-align: center;
}
.contact-section2 h1 span{
  color: #a0a0a0;
}
.contact-section2 p{float: left;width: 100%;font-size: 16px;/* letter-spacing: 0.5px; */color: #686868;font-weight: 400;margin-bottom: 30px;/* font-family: 'Barlow',sans-serif; */line-height: 28px;}
.contact-label2 {
      /* font-family: "Instrument Sans", sans-serif !important; */
      float: left;
      padding-bottom: 5px;
      width: 100%;
      color: #1c1c1f;
      font-size: 16px;
      font-weight: 500;
      /* letter-spacing: -0.5px; */
}
.mct_form2 {
    color: #000;
    display: block;
    font-weight: 400;
    font-size: 15px;
    height: 46px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    /* outline: none; */
    background: transparent;
    width: 100%;
    padding-left: 0px;
    transition: all 500ms ease;
    /* border-bottom: solid 1px rgb(244 244 244 / 80%); */
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 7px 10px;
    margin-top: 10px;
    border-radius: 10px;
    border: none;
    border: 1px solid #a4cf3a;
}
.contactform2 h2{
          float: left;
          width:100%;
          font-size: 40px;
          font-weight: 500;
          line-height: 48px;
          color: #80c747;
          /* letter-spacing: -2.12px; */
          margin-bottom: 30px;
          /* font-family: 'space grotesk',sans-serif; */
          /* background: linear-gradient(to bottom, #80C747 0%, #343E2C 100%); */
}


.frm-enq {
 float: left;
 width: 100%;
margin-top: 50px;
}

.contact-snd  {
  display:flex;
  align-items: center;
  justify-content: center;
  height: 48px;
    background: linear-gradient(90deg, #158670 0%, #8bc242 100%); 
  color: #fff;
  font-size: 16px;
  border-radius: 999px;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  gap: 14px;
width: 197px;  
  cursor: pointer;
  float: none;
  margin: auto;
  border: none;
}

.contact-snd button:hover{
    background-color: #000;
}





.ct-box {
    margin-right: 5px;
    float: left;
    width: 49%;
    background: #111;
    margin-top: 10px;
    padding: 25px 20px;
    border-radius: 20px;
    height: 308px;
    /* font-family: "Instrument Sans", sans-serif !important; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; /* optional, for safety */
}

.ct-box h5 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    float: left;
    width: 100%;
    text-align: center;
    /* margin-bottom: 15px; */
    /* letter-spacing: -1px; */
    margin-bottom: 22px;
    /* align-items: center; */
}
.ct-box h4 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    text-align: center;
    line-height: 180%;
    /* letter-spacing: -0.5px; */
    float: left;
    width: 100%;
    /* display: flex; */
    /* align-items: center; */
    justify-content: end;
}
.ct-box a {
    width: 100%;
    color: #fff;
    display: block; /* changed from flex to block */
    margin-bottom: 5px; /* optional for spacing */
    text-align: center;  /* to maintain right alignment */
}

.ct-box a:hover{
    color: #81bd46;
}
.map-sec {
    float: left;
    width: 100%;
    margin-top: 78px;
}


.sp-awrd   { border-radius: 0px !important;
    width: 296px !important;}


    .banner-left a:hovr{
        background: #fff;
        color: #000;
    }



.sub-category{
    float: left;

    width: 100%;
    padding: 70px 0px;
}
.sbox-1{
    float: left;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #E3E3E3;
    margin-bottom: 40px;
    padding: 30px 30px;
    display: flex;
    gap: 40px;
    align-items: center;
    background-color: #007c76;
}
.sbox-1 img{
    float: left;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    background-color: white;
}

.sbox-1 h5{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 21px;
}
.sub-list{
    float: left;
    width: 100%;
    /* list-style: none; */
    padding-left: 17px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sub-list li{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 0;
    /* list-style: none; */
    text-transform: capitalize;
}
.fuji{
        flex: 0 0 286px;
}
.sbox-1 a{
    margin-top: 21px;
    width: 145px;
    height: 50px;
    float: left;
    background: linear-gradient(90deg,rgba(21, 134, 112, 1) 0%, rgba(139, 194, 66, 1) 100%);
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sbox-1 a:hover{
  
background: #1e1e1e;
}





@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}


#hcc-product-enquiry-modal .modal-dialog {
    margin-top:10px !important;
}

#hcc-product-enquiry-modal .modal-content {
    width: 100%;
    float: left;
    background-size: cover;
}

.hcc-close-form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background: transparent url("../images/close3.png") no-repeat center center;
    background-size: 25px 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.hcc-mod-new {
    width: 100%;
    float: left;
}

.hcc-log-sec h2{
    font-weight: 500;
    float: left;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 10px;
    width: 100%;
}

.hcc-log-sec {
    width: 100%;
    float: left;
    background: #000000;
    padding: 52px 30px;
}

.hcc-log-field {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.hcc-log-field label {
    font-size: 15px;
    color: #ffffff;
    width: 100%;
    font-weight: 400;
    margin-bottom: 12px;
}

.hcc-log-field input {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    outline: none;
}

.hcc-log-sec button:hover{
    background-position: 201%;
    color: #fff;
    text-decoration: none;
    background-color: #90c546;
}

.hcc-log-sec button {
    outline: none;
    width: 164px;
    height: 46px;
    float: left;
    margin-top: 28px;
    background: #ffffff;
    border: 0;
    font-size: 15px;
    color: #19291b;
    border-radius: 30px;
    padding: 11px 31px;
    cursor: pointer;
    font-weight: 500;
}

.hcc-log-sec button img{
  
    width: 24px;
    margin-left: 10px;
    margin-top: -4px;
    float: right;
}

.hcc-log-sec button:hover img{
    filter: brightness(100);
}@media (min-width: 992px) {
    .hcc-modal-body {
             max-width: 519px !important;
    }
}
    .hcc-modal-body{
        margin: auto;
    }

    #hcc-product-enquiry-modal .modal-content {
    width: 100%;
    float: left;
    background: transparent;
    background-size: cover;
    border: navajowhite;
}
.jj{
    display: flex;
    align-items: center;
}

.why-choose{
    float: left;
    width: 100%;
    padding: 60px 0px;
    background-color: #007d76;
}
.choose{
    /* display: flex; */
    align-items: center;
    padding: 57px 72px;
    background-color: white;
    border-radius: 30px;
}
.choose h2{
    margin-bottom: 19px;
    font-size: 35px;
    line-height: 160%;
    color: #000;
    font-weight: 600;
    text-align: left;
    float: left;
    width: 100%;
}
.choose h6{
    font-size: 16px;
    color: #656565;
    float: left;
    width: 100%;
    font-weight: 400;
    line-height: 200%;
    text-align: left;
}
.choose h5 {
    font-size: 16px;
    color: #656565;
    float: left;
    width: 100%;
    font-weight: 400;
    line-height: 200%;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 20px 0px;
}

.choose h4 {
    font-size: 16px;
    color: #656565;
    float: left;
    width: 100%;
    font-weight: 400;
    line-height: 200%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 33px 101px;
    margin-bottom: 26px;
}
.choose h4 span{
    font-weight: 600;
    color: #000;
    font-size: 19px;
    margin-bottom: 13px;
}
.serv-li{
    float: left;
    width: 100%;
    text-align: left;
}
.serv-li span {
    height: 7px;
    width: 7px;
    background: #007d76;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.serv-ul{
    list-style: none;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
    padding-left: 0;
}


@media (max-width: 575px) {
    .ip-logo, .ip-loader {
        position: absolute;
        left: 9px !important;
        width: 100%;
        opacity: 0;
        cursor: default;
        pointer-events: none;
    }
}


.ip-loader{
    margin-left: 0px!important;
    bottom: 46%!important;
}
.loader {
  width: 180px;
  height: auto;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  opacity: 1;
  animation: filter-animation 3s infinite;
  /*  stroke: darkred;*/
  /*transition: fill .3s ease-in-out;*/
  /*animation: chng 1s linear infinite;*/
  /* transform-origin: bottom;*/
  /*-webkit-animation: colorchange 20s infinite alternate;*/
  /*margin-left: 80px;*/
}
.loader img{
       max-width: 106px;
       width: 100%;
       /* margin-top: -71px; */
       /* filter: brightness(); */
}

@keyframes filter-animation {
   0% { transform: translateY(-3px); opacity: 1;}
  25% { transform: translateY(3px); opacity: 1;}
  50% { transform: translateY(-3px); opacity: 1;}
   75% { transform: translateY(3px); opacity: 1;}
 
  100% { transform: translateY(-3px); opacity: 1;}
}





.whats-float {
    position: fixed;
    transform:translate(108px,0px);
    top: 80% !important;
    right:0;
    width: 163px;
    overflow: hidden;
    background-color: #1c1c1f;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    z-index: 99999;
}
.whats-float small {
    color: white;
    font-size: 13px;
    padding: 22px 0px;
    /* padding-bottom: 10px; */
    position: absolute;
    line-height: 16px;
    font-weight: 600;
      font-family: "Plus Jakarta Sans", sans-serif !important;

}

.whats-float img {
    width: 54px;
    color: white;
    line-height: 30px;
    padding: 16px 10px 16px 14px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;
}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}

.social_chat_block {
      z-index: 9999 !important;
    width: 172px;
    position: fixed;
    bottom: 11px;
    right: 15px;
    color: #FFFFFF;
    background: #1c1c1f;
    z-index: 777;
    text-align: left;
    font-size: 14px;
    padding: 15px 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    border-radius: 50px;
    float: left;
}

.social_chat_block:hover{
    background-color: #000;
}



.bottom-footer a {
  
    color: #656565;
}
.footer-contact a:hover{
    color: #81bd46;
}
.bottom-footer a:hover{
        color: #81bd46;
        }
.footer-links a:hover{
      color: #81bd46;
        }
        
.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
    
.grecaptcha-badge { 
    visibility: hidden;
}