html{
    overflow-x: hidden;
}


body{
    margin: 0;

 overflow-x: hidden !important;
 scroll-behavior: smooth;


  font-family: "DM Sans", sans-serif !important;

}



.ip-loader{
    margin-left: 0px!important;
    bottom: 47%!important;
    
}
.loader {
  width: 240px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: filter-animation 3s infinite;
  
}
.loading img {
    width:240px;
    animation: filter-animation 3s infinite;
}
@keyframes filter-animation {
  0% { transform: translateY(-3px);}
  25% { transform: translateY(3px);}
  50% { transform: translateY(-3px);}
   75% { transform: translateY(3px);}
 
  100% { transform: translateY(-3px);}
}




.dm-sans-<uniquifier> {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

a{
    text-decoration: none;
   

}
a:hover{
    
}
button{
  

}
.number-block {
  transition: transform 3s ease-out; /* Increased from 1s to 3s */
  display: inline-block;
}
hover{
    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;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1212px;
    }
}
.ab-ban1 {
margin-top: -150px;
}

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

.sticky {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
@media (max-width: 449px) {
  #myHeader.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
            background-color: #fff;
  }
}
.total-header{
    width: 100%;
    /* padding-top: 20px; */
    float: left;
    width: 100%;
    }
.logopart{
    width: 30%;
    padding: 19px 0px 0px 0px;
    float: left;
    position: relative;
    z-index: 11;
}
.logobox{
    float: left;

    
}
.logopart img{
    float: left;
    width: 254px;
}
.menuarea{
        /* border-bottom: 1px solid #bab9b6; */
        padding: 36px 0px 0px 0px;
        width: 70%;
        float: left;
        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 17px;
     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: #fff;
    /* font-family: "Barlow", serif !important; */
    font-weight: 500;
    float: left;
    position: relative;
    /* padding-bottom: 30px; */
    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: #345969;
  
  -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: #345969 !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;
}



.down-arw {
    margin-top: -8px;
    margin-left: 2px;
    width: 17px;
    position: relative;
    top: 3px;
}


.menu ul li a {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 14px;
  display: block;
  color: #191a1b;
  background: #ffffff;
  /* 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: #1c4b41 !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 {
  border-radius: 20px;
  text-align: center;
  /* padding: 10px 0px; */
  position: absolute;
  right: -68%;
  top: 69%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: #345969;
  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 */
}

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





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

.btn2 img{
  width: 33px;
}
.btn2{
  float: right;
  margin-left: 38px;
  margin-top: 0px;
  position: relative;
  z-index: 999;
}
.hamburgermenu{
  
cursor: pointer;
}
.hd-address {
    width: 100%;
    float: left;
    text-align: left;
    padding-top: 99px;
    background: transparent;
    height: 100%;
    margin-right: -80px;
    /* display: flex; */
    align-items: center;
}.hd-address img {
    float: left;
    width: 95px;
    height: 95px;
    margin-right: 20px;
    /* margin-top: -10px; */
    margin-bottom: 21px;
}.menu2 {
    width: 30px !important;padding:5px;
}
.c-message h5{

font-size: 36px;

font-weight: 600;

color: #f47920;

text-transform: uppercase;
}
.c-message h6{
  
font-size: 20px;
  
color: #000;
  
text-transform: uppercase;
}



.slide {
         float: left;
         width: 100%;
         top: 0px;
         position: relative;
         z-index: 1;
         /* margin-top: -150px; */
         height: 730px;
}

.slider-ban .item {
  position: relative;
  width: 100%;
  height: 730px;
  overflow: hidden;
}

/* Make image sit in the background */
.slider-ban .item .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}


.slide .item .slide-image-mob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}


/* Content area */
.content-wrapper {
  display: flex;
  align-items: center;
  height: 740px;
  z-index: 2;
  position: relative;
  bottom: -204px;
}

/* Existing styles can stay the same */
.header-content {
  width: 100%;
  position: relative;
  z-index: 9;
  margin-top: 42px;
}




.slider-ban .owl-item.active .slide-image{
    transform: scale(1.1);
    transition: 10s;
}


.slider-ban .owl-item.active .header-content h2{
        transform: auto !important;
       transition: auto !important;
}

.slider-ban .owl-item.active .header-content p{
        transform: auto !important;
       transition: auto !important;
}



.slider-ban .item  .header-content {
    width: 100%;
  

    overflow: hidden;
   
}

.header-content h2 {
       margin-bottom: 13px;
       position: relative;
       z-index: 9999999;
       float: left;
       font-size: 69px;
       color: #fff;
       font-weight: 600;
       text-align: left;
       line-height: 108%;
       width: 95%;
       letter-spacing: 1px;
       font-family: "DM Sans", sans-serif !important;
}

.header-content p{
  margin-top: 4px;
  /* margin-bottom: 47px; */
  font-size: 16px;
  color: #E2E2E2;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  text-align: left;
  float: left;
  z-index: 9;
  position: relative;
  font-family: "DM Sans", sans-serif !important;
}





.owl-carousel .owl-nav.disabled {
    display: none;
}


.slider-ban .owl-dots {
    display: block;
    position: relative;
    bottom: 229px;
    right: 151px;
    float: right;
}
.slider-ban .owl-dots button span {
    background: #dcdcdc7a;
    width: 118px;
    height: 4px;
    float: right;
    /* border-radius: 22px; */
    margin-right: 0px;
    margin-bottom: 4px;
    /* border: 1px solid #DCDCDC; */
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.slider-ban .owl-dot.active span {
    background: #ffffff;
    /* border-color: #E31E24; */
    width: 149px;
    height: 4px;
    /* border-radius: 21px; */
}

.slider-ban .owl-dots::before,
.slider-ban .owl-dots::after {
  content: '';
  color: #e7e9e9;
  font-weight: 500;
  font-size: 20px;
  position: absolute;
  top: -4px;
}

.slider-ban .owl-dots::before {
  content: '01';
  left: -33px;
}

.slider-ban .owl-dots::after {
  content: '03';
  right: -35px;
}
.extra-slider {
  position: absolute;
  bottom: 43px;
  right: 0;
  width: 40.5%; /* half of the whole slide */
  z-index: 9;
}

.small-slider {
  width: 100%; /* take full width of .extra-slider */
  display: flex !important;
  align-items: center;
}

.small-slider .item {
  padding: 10px;
  box-sizing: border-box;
}

.small-img {
  display: flex;
  /* align-items: center; */
  background: #ccc;
  border-radius: 16px;
  padding: 9px 12px;
  background: linear-gradient(90deg,rgba(153, 150, 150, 1) 0%, rgba(67, 67, 67, 1) 100%);
  position: relative;
}

.small-img img {
  width: 143px !important;
  height: 120px;
  object-fit: cover;
  border-radius: 16px;
  margin-right: 10px;
}.small-slider .owl-item.synced .item {
  border: 2px solid #ff6600;
  border-radius: 16px;
}

.small-img h1 {
  font-size: 18px;
  margin: 0 0 5px;
  color: #fff;
  font-weight: 400;
  line-height: 135%;
}

.small-img h3 {
  font-size: 18px;
  margin: 0;
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: 15px;
}

.small-img h1 span{
    color: #B9B9B9;
}
.banner2 {
  width: 100%;
  padding: 105px 0 80px 0px;
  text-align: center;
  float: left;
}

.banner2 h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 148%;
  letter-spacing: 1px;
  color: #c0c0c0;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 8%;
}

.banner2 h1 img {
  width: 82px;
  /* height: 60px; */
  object-fit: cover;
  /* border-radius: 50%; */
  vertical-align: middle;
  /* margin: 0 5px; */
  position: relative;
  /* top: -5px; */
}

span.fill-text .char {
  color: #c0c0c0; /* Initial grey */
  transition: color 0.3s ease;
}

span.fill-text .char.visible {
  color: #345969; /* Highlight color */
}

.light .char {
  color: #b0ada8;
}

.light .char.visible {
  color: #345969;
}

.top-img{
    top: -14px;
}


.banner3{
    float: left;
    width: 100%;
    padding: 44px 0px;
}
.banner3 h6{
    float: left;
    font-size: 14px;
    font-weight:400;
    color: #2D2D2D;
    margin-bottom: 8px;
    padding: 7px 24px;
    border-radius: 50px;
    border: 1px solid #80C747;
    width: auto;
}
.banner3 h5{
    width: 100%;
    color: #191A1B;
    font-size: 55px;
    font-weight: 500;
    float: left;
    line-height: 121%;
}
.banner3 h5 span{
    color: #80C747;
}
.slide-2{
    float: left;
    width: 100%;
    padding: 34px 0px;
}
#circle-container {
    float: right;
    /* width: 38%; */
    margin-top: 0px;
    position: relative;
}

#circle {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    float: right;
    /* margin-left: 0; */
    right: -64px;
}

/* Move the line to the container */


#circle text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 6PX;
    color: #345969 !important;
    text-transform: capitalize;
}

#circle svg {
    position: absolute;
    left: -23px;
    top: 0;
    width: 100%;
    height: 100%;
    animation: rotate 5s linear infinite reverse;
}

.center-arrow {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: auto;
    z-index: 10;
}

@keyframes rotate {
    from { transform: rotate(360deg); }
}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
}



.b3-box{
    float: left;
    width: 100%;
    padding-top: 16px;
}
.b3-img1{
    float: left;
    width: 700px;
    height: 497px;
    margin-right: 27px;
    margin-bottom: 30px;
    object-fit: cover;
   position: relative;
    z-index: 1;
}
.b3-img2{
    width: 239px;
    height: 144px;
    margin-bottom: 23px;
}

.b3-box p{
    font-size: 16px;
    font-weight: 400;
    color: #686868;
    line-height: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 17px;
}
.b3-box h3{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 28px;
margin-bottom: 3px;
}
.b3-box h4{
      font-size: 16px;
    font-weight: 400;
    color: #686868;
    line-height: 28px;
margin-bottom: 13px;
}

.rating{
    width: 120px;
    margin-right: 10px;
    float: left;
}
.b3-box h2{
      font-size: 12px;
      font-weight: 500;
      color: #000;
      line-height:131%;
      float: left;
      margin-top: 10px;
}


.banner4{
    float: left;
    width: 100%;
    padding: 70px 0px;
    border-radius: 24px;
    background-color: #1C4B41;
}
.banner4 h6{
    float: left;
    font-size: 14px;
    font-weight:400;
    color: #fff;
    margin-bottom: 8px;
    padding: 7px 24px;
    border-radius: 50px;
    border: 1px solid #80C747;
    width: auto;
}
.banner4 h5{
    width: 100%;
    color: #fff;
    font-size: 55px;
    font-weight: 500;
    float: left;
    line-height: 121%;
}
.banner4 h5 span{
    color: #80C747;
}

.star-img{
    width: 50px;
    position: relative;
    top: 9px;
  animation: spin 4s linear infinite;   /* adjust 4s to speed up/slow down */
    transform-origin: center;             /* keep the image rotating around its own centre */
}

/* keyframes */
@keyframes spin{
    from{ transform: rotate(0deg); }
    to  { transform: rotate(360deg); }
}

/* (optional) vendor prefixes for very old browsers */
@-webkit-keyframes spin{
    from{ -webkit-transform: rotate(0deg); }
    to  { -webkit-transform: rotate(360deg); }
}

.b4-loop{
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-left: 128px;
    position: relative;
}.service-box {
  background-color: #88cf4d; /* Light green */
  border-radius: 20px;
  width: 100%;
  float: left;
  padding: 47px 20px 20px 20px;
  font-family: sans-serif;
  position: relative;
  overflow: hidden;
  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;
}

.box-content {
  float: left;
  width: 100%;
  flex-direction: column;
  /* gap: 33px; */
}

.box-header {
  color: white;
  position: relative;
}

.box-header h3 {
  font-size: 28px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #fff;
}

.box-number {
  position: absolute;
  top: -27px;
  right: 14px;
  font-size: 24px;
  font-weight: 500;
}

.box-header p {
  font-size: 16px;
  margin-top: 10px;
  color: #f4f4f4;
  font-weight: 400;
  line-height: 155%;
  float: left;
  width: 69%;
}

.box-image img {
  margin-top: 33px;
  width: 100%;
  /* height: 315px; */
  float: left;
  /* border-radius: 15px; */
  object-fit: cover;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;
        
}
.service-box:hover .box-image img{
     filter: contrast(.7);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;
}
.service-box:hover .box-arrow {
  
    background: #1c4b41;
    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;
}

.service-box:hover .arw-right {
filter: brightness(100);
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;
}

.box-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: white;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #264653;
  font-weight: bold;
}
.arw-right{
    width: 19px !important;
}


.b4-loop .owl-nav {
    position: absolute;
    margin: 28px auto 0px auto;
    right: 60px;
    top: -78px;
    display: inline-block;
    transform: translate(-50%);
}

.b4-loop .owl-nav .owl-next img {
     width: 53px !important;
     margin-bottom: unset !important;
     margin-right: unset !important;
}

.b4-loop .owl-nav .owl-prev img{
  width: 52px !important;
  margin-bottom: unset !important;
  margin-right: 14px !important;
}



.banner5{
    float: left;
    width: 100%;
    padding: 100px 0px;
}
.banner5 h6 {
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
    margin: 0 auto 0px auto;  /* auto left/right centers it */
    padding: 7px 24px;
    border-radius: 50px;
    border: 1px solid #80C747;
    text-align: center;
    display: table;  /* needed to apply margin auto */
    float: none;
}
.banner5 h5{
    width: 100%;
    color: #2D2D2D;
    font-size: 55px;
    font-weight: 500;
    float: left;
    line-height: 106%;
    text-align: center;
    margin-bottom: 50px;
}

.banner5 h5 span{
    color: #80C747;
}

   .stat-box {
      background-color: #f3ffea;
      border-radius: 24px;
      padding: 49px 31px;
      /* margin: 15px; */
      min-height: 301px;
      float: left;
      width: 100%;
      border: 1px solid #D2D2D2;
      margin-bottom: 20px;
    }

    .stat-img {
      border-radius: 20px;
      width: 100%;
      height: 302px;
      object-fit: cover;
      /* margin: 15px; */
      float: left;
      margin-bottom: 20px;
        position: relative;
  z-index: 1;
    }

    .stat-number {
      font-size: 40px;
      font-weight: 700;
      color: #56af31;
       float: left;
    }

    .stat-title {
      font-size: 24px;
      font-weight: 600;
      color: #183600;
      width: 100%;
      float: left;
      margin-bottom: 11px;
      margin-top: 0px;
    }

    .stat-desc {
      font-size: 16px;
      color: #686868;
      float: left;
      width: 100%;
      line-height: 28px;
      font-weight: 400;
      padding-right: 8%;
    }

      /*#counter {
    font-size: 75px;
    font-weight: 600;
    color: #56af31;
    height: 100px;           
    overflow: hidden;
    display: flex;
        box-sizing: border-box;
  }

  .digit-wrapper {
    height: 100px;          
    overflow: hidden;
    position: relative;
    width: 43px;             
    box-sizing: border-box;
  }

  .digit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 1s ease-in-out;
  }

  .digit div {
    height: 100px;         
    line-height: 100px;      
    text-align: left;
    box-sizing: border-box;
    padding: 0 2px;
  }

  .suffix {
    display: inline-block;
    margin-left: 3px;
    font-size: 75px;
    box-sizing: border-box;
    padding-bottom: 4px;
    position: relative;
    top: 8px;
  }*/

/*
  #counter-wrapper {
  height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#counter {
  font-size: 75px;
  font-weight: 700;
  color: #56af31;
  position: relative;
  height: 100px;
  width: auto;
  transition: transform 1s ease-in-out;
}*/

.counter-box {
  font-size: 75px;
  font-weight: 600;
  height: 100px;               /* fixed height = one digit height */
  display: inline-flex;
  align-items: flex-start;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  gap: 0;
  overflow: hidden;            /* clip the extra numbers */
  background: linear-gradient(to bottom, #80C747 0%, #343E2C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  user-select: none;
  position: relative;
}

/* Rolling numbers container */
.number-block {
  display: flex;
  flex-direction: column;
  transition: transform 2.5s ease-in-out;
  padding: 0;
  margin: 0;
}

/* Each number */
.number-block div {
  height: 100px;               /* height of one digit */
  line-height: 100px;
  font-size: 75px;
  font-weight: 600;
  background: linear-gradient(to bottom, #80C747 0%, #343E2C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-variant-numeric: tabular-nums;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: left;
}

/* Container for suffix characters */
.suffix-container {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  font-size: 75px;
  line-height: 100px;
  background: linear-gradient(to bottom, #80C747 0%, #343E2C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 0.05em;
  user-select: none;
}

.suffix-container span {
  margin-left: 0.02em;
}
.banner6{
    float: left;
    width: 100%;
    padding: 102px 0px;
    border-radius: 24px;
    background-color: #1C4B41;
}
.banner6 h6{
    float: left;
    font-size: 14px;
    font-weight:400;
    color: #fff;
    margin-bottom: 8px;
    padding: 7px 12px;
    border-radius: 50px;
    border: 1px solid #80C747;
    width: auto;
}
.banner6 h5{
    width: 100%;
    color: #fff;
    font-size: 55px;
    font-weight: 500;
    float: left;
    line-height: 121%;
}
.b6-loop{
    float: left;
    width: 100%;
    padding-top: 34px;
    padding-left: 128px;
    position: relative;
}.banner6 h5 span{
    color: #80C747;
}
.test-box{
    float: left;
    width: 100%;
    background-color: #80C747;
    border-radius: 16px;
    padding: 40px;
}
.test-box h1{
    float: left;
    width: 100%;
    font-size: 24px;
    color: #212121;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 40px;
}
.img-test{
    float: left;
    width: 100%;

}
.img-test img{
    float: left;
    width: 56px !important;
    height: 56px;
    object-fit: cover;
    margin-right: 24px;
}
.img-test h2{
    font-size: 20px;
    font-weight: 600;
    color: #1D1F1E;
    margin-bottom: 10px;
}
.img-test h3{
    font-size: 18px;
    font-weight: 400;
    color: #525252;
}

.b6-loop .owl-dots {
  position: relative;
  height: 1.9px;
  background-color: #98ada9;
  margin-top: 64px;
  overflow: hidden;
  width: 1192px;
}

.b6-loop .owl-dots::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1.9px;
  width: 272px;
  background: #80C747;
  transition: transform 0.3s ease;
  transform: translateX(0);
}
.banner7{
    float: left;
    width:100%;
    padding: 75px 0px;
    position: relative;
}
  .banner {
      position: relative;
      background: url("../images/banner2.webp") no-repeat center center / cover;
      border-radius: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* padding: 85px 80px; */
      position: relative;
      overflow: hidden;
      /* margin: 40px; */
      float: left;
      width: 100%;
    }

    .banner-content {
      max-width: 600px;
      color: #fff;
      float: left;
      padding: 121px 51px 53px 56px;
    }

    .banner-content h1 {
      font-size: 55px;
      font-weight: 600;
      line-height: 68px;
      margin: 0 0 15px;
      color: white;
      letter-spacing: 1px;
    }

    .banner-content h1 span {
      color: #345969;
    }

    .banner-content p {
      font-size: 18px;
      line-height: 155%;
      margin-bottom: 16px;
      color: #E7E4FF;
      font-weight: 400;
    }

    .enquire-btn {
      display: flex;
      align-items: center;
      background: white;
      color: #345969;
      font-weight: 500;
      font-size: 18px;
      width: 176px;
      border-radius: 50px;
      text-decoration: none;
      transition: 0.3s ease;
      float: left;
      height: 49px;
      justify-content: center;
       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;
    }

    .enquire-btn:hover {
      background: #345969;
      color: #80c746;
       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;
    }

    .arrow-icon {
      background-color: #345969;
      width: 49px;
      height: 49px;
      border-radius: 50%;
      margin-left: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .arrow-icon img {
      width: 14px;
      height: auto;
    }

    .banner-image {
      position: absolute;
      max-height: 475px;
      right: 18px;
     bottom: 0px;
    }




     .footer {
      padding: 85px 0px 0px 0px;
      background-color: #000;
      overflow: hidden;
      float: left;
      width: 100%;
    }

    .footer h4 {
      color: #80C747;
      margin-bottom: 24px;
      font-size: 20px;
      font-weight: 600;
      float: left;
      width: 100%;
    }

    .footer a {
      color: #B2B3B1;
      text-decoration: none;
      display: block;
      margin-bottom: 8px;
      float: left;
      width: 100%;
      line-height: 12px;
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 400;
    }

    .footer a:hover {
      color: #fff;
    }
.newsletter h2{
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 24px;
}
.newsletter h2 span{
    color: #80C747;
}
    .newsletter input[type="text"] {
      background-color: #1e1e1e;
      border: 1px solid #757575;
      padding: 10px 15px;
      width: 302px;
      border-radius: 30px;
      color: #757575;
      height: 49px;
    }

    .newsletter button {
      background-color: #345969;
      border: none;
      padding: 10px 20px;
      margin-left: 5px;
      border-radius: 30px;
      color: #FFFBFB;
      height: 48px;
      width: 132px;
      font-size: 14px;
      font-weight: 400;
      cursor: pointer;
    }
    .newsletter button:hover{
        background-color:   #80C747;
    }
.social-icons img:hover{
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
    .social-icons img {
      width: 35px;
      margin: 10px 11px 0 0;
      cursor: pointer;
    }
.srv-list:last-child:hover{

    border-radius: 20px;
}
    .footer-logo {
      margin-top: 77px;
      margin-bottom: 60px;
    }

    .footer-logo img {
      width: 100%;
      height: auto;
    }

   .footer p{
     color: #B2B3B1;
      margin-bottom: 8px;
      float: left;
      width: 100%;
      line-height: 26px;
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 400;
   }
   .newsletter{
    float: left;
    width: 55%;
   }
   .ql{float: left;width: 11%;}
    .services{
    float: left;
    width: 17%;
    padding-left: 11px;
   }
    .contact-ftr{
    float: left;
    width: 17%;
   }

   .copy{
    float: left;
    width: 100%;
    border-top: 1px solid #363636;
    padding: 21px 0px;
   }
   .copy h6{
     color: #B2B3B1;
      float: left;
      width: 100%;
      
      font-size: 16px;
      font-weight: 400;
      text-align: center;
   }

   @keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px); /* move slightly right */
  }
  100% {
    transform: translateX(0); /* back to original */
  }
}

.move-animation {
  animation: moveLeftRight 3s ease-in-out infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03); /* Only 3% zoom */
  }
  100% {
    transform: scale(1);
  }
}

.zoom-animation {
  /* animation: zoomInOut 4s ease-in-out infinite; */
  /* transition: transform 0.5s ease-in-out; */
}


/*lightening*/
.b3-effect {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 302px;
  margin-bottom: 20px;
}
.b3-effect::before {
        border-radius: 16px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(8 6 149 / 12%); /* Light colored overlay */
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  transition: transform 1.8s ease;
  z-index: 2;
  pointer-events: none;
}
.b3-effect:hover::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}

.b4-effect {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  width: 700px;
  height: 497px;
  float: left;
  margin-bottom: 20px;
  margin-right: 27px;
}
.b4-effect::before {
        float: left;
        border-radius: 16px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(8 6 149 / 12%); /* Light colored overlay */
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
        transition: transform 1.8s ease;
        z-index: 2;
        pointer-events: none;
}
.b4-effect:hover::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}



/*services*/



/*aboutUs*/


/*about*/
/*innerpage*/

.ab-ban1 {
    padding-top: 170px;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/about-ban.png);
}


.ab-ban1 h3{
        font-size: 52px;
        font-weight: 600;
        line-height: 56px;
        text-align: left;
        color: #fff;
        float: left;
        width: 100%;
        padding-bottom: 80px;
        position: relative;
        text-align: left;
        margin-bottom: 0px;
        /* font-family: "Plus Jakarta Sans", sans-serif !important; */
}
.ab-ban1 h2{
     padding-top: 113px;
     padding-bottom: 4px;
     float: left;
     width: 100%;
}
.ab-ban1 a{
     text-align: left;
     float: left;
     color: #fff;
     font-weight: 400;
     font-size: 15px;
  
    
}

.loop-a:hover{
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
}
.a-bus-1{
    float: left;
    width: 100%;
    position: relative;
    padding: 93px 0px 14px 0px;
}

.about-img{
        margin-bottom: 20px;
        float: left;
        object-fit: cover;
        width: 544px;
        margin-right: 69px;
        border-radius: 35px;
        height: 540px;
}
.a-bus1-1 h1{
    color: #191A1B;
    font-size: 55px;
    font-weight: 500;
    line-height: 121%;
    margin-bottom: 20px;
}
.a-bus1-1 h1 span{
    color: #80C747;
}

.a-bus1-1 p{
     font-size: 16px;
    font-weight: 400;
    color: #686868;
    line-height: 28px;
    padding-bottom: 24px;
}


.vision-mission{
    float: left;
    width: 100%;
    padding: 70px 0px;
   background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(128, 199, 71, 1) 100%);

}
.vm-main{
    float: left;
    width: 86%;
    height: auto;
}
.mision-2{
    float: left;
    width: 100%;
    padding-left: 0px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* margin-top: 55px; */
}
.vision-item{
     float: left;
     width: 100%;
}
.vision-item h1{
    float: none;
    padding: 11px 24px;
    border-radius: 30px;
    color: #345969;
    background-color: #ffffff;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.vision-item h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
    color: #2d2d2d;
    margin-bottom: 20px;
    text-align: center;
    padding: 0px 15%;
}
.vision-item p{
    float: left;
    width: 100%;
    color: #686868;
    line-height: 28px;
    font-size: 16px;
    /* font-style: italic; */
    font-weight: 400;
    text-align: center;
    padding: 0px 15%;
}
.mision-loop .owl-nav {
    position: relative;
    margin: 28px auto 0px auto;
    left: 50%;
    display: inline-block;
    transform: translate(-50%);
}

.mision-loop .owl-nav .owl-next img {
     width: 40px !important;
    margin-bottom: unset !important;
    margin-right: unset !important;
}

.mision-loop .owl-nav .owl-prev img{
  
       width: 40px !important;
    margin-bottom: unset !important;
    margin-right: 10px !important;
}



.strength{
    float: left;
    width: 100%;
    padding: 70px 0px 70px 0px;
    position: relative;
    /* background: #1C4B41; */
}
.strength h6 {
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
    margin: 0 auto 0px auto;  /* auto left/right centers it */
    padding: 7px 24px;
    border-radius: 50px;
    border: 1px solid #80C747;
    text-align: center;
    display: table;  /* needed to apply margin auto */
    float: none;
}
.strength h5{
    width: 100%;
    color: #2D2D2D;
    font-size: 55px;
    font-weight: 500;
    float: left;
    line-height: 106%;
    text-align: center;
    margin-bottom: 50px;
}

.strength h5 span{
    color: #80C747;
}

.strength p{
margin-bottom: 50px;
padding: 0px 14%;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #8A8A8A;
    line-height: 30px;
}

    .strength-box{
            height: 250px;
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 30px 30px;
    text-align: center;
    border: 1px d #000;
    margin-bottom: 20px;
    border: 1px solid #d5d5d5;
    background-color: #f3ffea;
    transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -webkit-transition: background-color 0.5s ease-in-out;
}

.strength-box:hover {
  background-color: #fff;
  transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
}
.strength-box img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 15px;
    width: 62px;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;

}
.strength-box h2
{
      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;
      float: left;
      width: 100%;
      text-align: center;
      font-weight: 600;
      font-size: 30px;
      margin-bottom: 15px;
      color: #183600;
}


.strength-box h3{
      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;
      float: left;
      width: 100%;
      text-align: center;
      padding: 0px 0%;
      color: #686868;
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      }




.call-action{
    float: left;
    width: 100%;
    padding: 77px 0px;
    background-image: url("../images/ban-1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    position: relative;
    background-position-x: 79%;

}

.call-bg{
    float: left;
    width: 55%;
}
.call-bg h1{
    width: 100%;
    float: left;
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    line-height: 120%;
    margin-bottom: 20px;
}
.call-bg p{
     width: 96%;
     float: left;
     line-height: 30px;
     /* float: left; */
     font-size: 16px;
     font-weight: 400;
     color: #fff;
     margin-bottom: 30px;
}




.call-bg a{
   display: flex;
   align-items: center;
   background: white;
   color: #345969;
   font-weight: 500;
   font-size: 18px;
   width: 180px;
   border-radius: 50px;
   text-decoration: none;
   /* transition: 0.3s ease; */
   float: left;
   height: 49px;
   justify-content: center;
   /* 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;
}
.call-bg a:hover{background-color: #80c747;/* 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;color: #fff;}










#expertise-section {
    float: left;
    width: 100%;
    padding-top: 55PX;
    padding-bottom: 55PX;
}
.golden-img {
    width: 100%;
    float: left !important;
    margin-right: 0px;
    margin-left: 0px !important;
    margin-bottom: 20px;
    border-radius: 20px;
}
#expertise-section h1 {
    float: left;
    width: 100%;
    color: #191A1B;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 500;
    line-height: 59px;
    text-align: left;
    padding-bottom: 20px;
}
#expertise-section p {
  width: 100%;
  float: left;
  text-align: left;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}

.connectus-bg p {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 14px;
    
    padding: 15px;
    text-align: center !important;
    margin-bottom: 5px;
}


.connectus-bg {
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 15px;
    /* background-color: #f3ffea; */
    background: linear-gradient(0deg, rgb(28 75 65) 0%, rgba(128, 199, 71, 1) 100%);
}
.connectus-bg h4 {
    float: left;
    width: 100%;
    color: #191a1b;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    line-height: 30px;
    background: white;
    padding: 15px;
    border-radius: 24px;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: -1px 2px 30px -15px rgba(0,0,0,.75);
    box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 20%);
}

.mail-bg {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}
.mail-bg span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-bottom: solid 1px rgb(70 85 98 / 12%);
    padding-bottom: 6px;
    margin-bottom: 10px;
    color: #191a1b;
    font-weight: 500;
}
.mail-bg strong {
    color: #686868;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 5px;
}
.mail-bg {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}


.sr-bg {
    border: 1px solid #d5d5d5;
    float: left;
    width: 100%;
    /* border-radius: 20px; */
    /* padding: 15px; */
    background-color: #ffffff;
    /* margin-top: 25px; */
    /* padding-bottom: 25px; */
    margin-bottom: 25px;
    border-radius: 30px;
}
.sr-bg h4 {
    border-radius: 30px 30px 0px 0px;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    /* margin-top: 15px; */
    font-weight: 500;
    line-height: 30px;
    background: #1C4B41;
    /* background: linear-gradient(338deg, rgb(253 76 105) 0%, rgb(101 95 95) 100%); */
    padding: 15px;
    /* border-bottom-left-radius: 20px; */
    /* -webkit-box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 75%); */
    -moz-box-shadow: -1px 2px 30px -15px rgba(0, 0, 0, .75);
    /* box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 20%); */
    margin-bottom: 0px;
}
.srv-list {
    float: left;
    width: 100%;
}
.srv-nav {
    border-bottom: 1px solid #d5d5d5;
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 18px;
    color: #686868;
    font-size: 16px;
    padding-left: 25px;
    /* border-bottom-left-radius: 20px; */
}

.srv-nav:hover {
    padding-left: 20px;
    background-color: #1c4b41;
    color: white;
    text-decoration: none !important;
}
.srv-nav-active {
    padding-left: 20px;
    background-color: #80c747 !important;
    color: white;
    /* border-bottom-left-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
}


.srv-list a:last-of-type:hover {
    border-radius: 0 0 20px 20px;
}
.srv-nav {
    transition: all 0.3s ease;
}

#sub-page-intro {
    float: left;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
}
#sub-page-intro h6 {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 10px;
    color: #191A1B;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 500;
    line-height: 59px;
}
#sub-page-intro p {
    text-align: center;
    float: left;
    width: 100%;
    padding: 0px 18%;
    /* padding-right: 100px; */
    padding-bottom: 45px;
    color: #686868;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.career-frn {
    float: left;
    width: 100%;
}
.frm-titel {
    float: left;
    padding-bottom: 5px;
    width: 100%;
    color: #232323;
    font-size: 15px;
    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 #80c747;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 16px 10px;
    margin-top: 3px;
    border-radius: 8px;
}
.morebtn button {
    width: 100%;
    height: 54px;
    text-align: center;
    float: left;
    color: #FFFFFF;
    background: #80c747;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 27px;
    padding: 15px 0;
    border: none;
    margin-top: 23px;
        cursor: pointer;
}
.morebtn button:hover{
    background-color: #000;
        color: #80C747;
}
.social-icons a{
    width: auto !important;
}



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




.contactform2{
    float: left !important;
    width: 100% !important;
    padding: 50px 50px !important;
    background-color: #F3FFEA;
    border-radius: 20px;
}

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

.contact-section2 h1{
 float: left;
 width:100%;
 font-size: 40px;
 font-weight: 600;
 line-height: 48px;
 color: #191A15;
 /* letter-spacing: -2.12px; */
 margin-bottom: 30px;
 /* font-family: 'Space Grotesk',sans-serif; */
}
.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 {
   float: left;
   width: 100%;
   text-align: left;
   font-size: 16px;
   color: #686868;
   font-weight: 400;
   letter-spacing: 0px;
   /* font-family: 'Barlow',sans-serif; */
}
.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 #dbdbdb;
}
.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%); */
}



.contact-snd{
      display: flex
;
    align-items: center;
    background: #80c747;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    width: 176px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
    float: left;
    height: 49px;
    justify-content: center;
    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;
    cursor: pointer;
    border: none;
    margin-top: 22px;
}









.contact-snd:hover {
    background-color: #191a15;
    color: #fff;
}


.loc-box h4 {
        padding-left: 11% !important;
}

.ct-box {
    float: left;
    width: 100%;
    background: #f3ffea;
    margin-bottom: 10px;
    padding: 25px 20px;
    border-radius: 20px;
    margin-right: 0%;
    height: 160px;
    border: 1px dotted #666060;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct-box h5 {
    font-size: 22px;
    color: #80c747;
    font-weight: 500;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.ct-box h4 {
    color: #191b1a;
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    text-align: right;
    line-height: 180%;
}
.ct-box a{
     color: #191b1a;
}
.ct-box h4 a{
    width: 100%;
    float: right;

}

.ct-box a:hover{
    color:#80c747 ;
}
.quick-send{
    float: left;
    margin-top: 0px;
    background-color: #80bf44;
    color: white; /* Text color */
    border: none;
    border-radius: 50px; /* Rounded shape */
    width: 224px;
    height: 53px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex; /* To center text inside */
    justify-content: center; /* Center text horizontally */
    align-items: center; /* Center text vertically */
    transition: all 0.3s ease-in-out;
}

.nav-logo{
    float: left;
    width: 335px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 39px;
}
.nav-logoclass{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 587px;
}

.quick-send:hover {
    color: #1b1b1b; /* Change text color on hover */
    background-color: #fff; /* Make background transparent for animation */
}.menu > li > a:first-child {
  border-radius: 20px 20px 0 0;
}



.social_chat_block {
    width: 172px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #f1ece5;
    border: solid 1px #58585c24;
    z-index: 777;
    text-align: left;
    font-size: 17px;
    padding-left: 25px;
    padding-right: 25px;
    /* line-height: 42px; */
    color: black;
    font-weight: 500;
    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;
    padding-top: 10px;
    padding-bottom: 10px;
}.social_chat_block span {
    font-size: 18px;
    position: relative;
    top: -6px;
}.ftr-hand {
    width: 28px;
    margin-left: 8px;
}
.wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}
.social_chat_block strong img {
    width: 28px;
    float: right;
}





@media(min-width:1200px)
{
    .loader {
    width: 317px;
}
}





.grecaptcha-badge { 
    visibility: hidden;
}
.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }