html{
    overflow-x: hidden;
}


body{
    margin: 0;
overflow-x: hidden;
  font-family: "DM Sans", sans-serif !important;
}
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;

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

}

.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: 3px;
}.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: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1194px;
    }
}
    /* Main content (hidden initially) */
    #main-content {
      display: none;
    }


.mainheader{
      width: 100%;
      float: left;
      /* height: 0px; */
      background-color: WHITE;
      /* z-index: 9; */
      position: absolute;
      top: 0;
      left: 0;
      border-bottom: 1px solid #f2f2f2;
}
.logo{width: 18%;float: left;/* margin-top: 26px; */padding: 21px 0px 23px 0px;}

.logo img{/* width: 200px; */ float: left;position: relative;z-index: 9;/* top: 27px; */}
.menuarea{
           width: 82%;
           float: right;
           position: relative;
           /* padding: 65px 0px 0px 0px; */
           /* height: 100px; */
           display: flex;
           align-items: center;
           justify-content: center;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: transparent;
   
    border-color: transparent;
}

.menuarea > ul{
     padding-left: 2px;
     /* padding-bottom: 20px; */
     /* height: 100px; */
     /* padding-left: 116px !important; */
     width: 100%;
     display: inline-block;
     vertical-align: middle;
     margin-bottom: 0px;
     /* padding-bottom: 18px; */
     float: right;
    padding-top: 8px;     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{
     /* padding-bottom: 10px !important; */!I;!;
     margin-top: 2px;
     float: right;
     width: auto;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding: 0px 37.7px;
     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: 10px !important;!i;!;
       /* padding: 37px 0px; */
       font-weight: 400;
       width: auto;
       color: #293743;
       float: right;
       position: relative;
       /* padding-bottom: 30px; */
       font-size: 18px;
       letter-spacing: 0px !important;
       z-index: 111;
       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;
       position: relative;
    }
    .dropdown::after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-left: 11px;
        border-right: 1.5px solid #333;
        border-bottom: 1.5px solid #333;
        transform: rotate(45deg);
        top: 8px;
        }

      
.menuarea > ul > li > a:hover{
color: #80bf44 !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;
   position: relative;
}

.activeli{
  position: relative;
  color: #80bf44 !important;
}


.menu li:hover > ul {
     columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
   
    transform: scale(1.0);
}
.nested{
  left: 288px !important;
  top: 0px !important;!i;!;
}

.menu li a{
    color: #fff;
}
.menu ul {
           border-radius: 20px;
           padding: 0px 0px;
           width: 288px;
           /* height: 250px; */
           position: absolute;
           left: -68px;
           top: 82%;
           /* min-width: 100px; */
           background: #1e1e1e;
           margin: 0;
           /* -webkit-transform: scale(1, 0); */
           -moz-transform: scale(1, 0);
           -ms-transform: scale(1, 0);
           -o-transform: scale(1, 0);
           transform: scale(1, 0);
           transform-origin: 0 0;
           -webkit-transition: all 0.3s ease-out 0s;
           -moz-transition: all 0.3s ease-out 0s;
           -ms-transition: all 0.3s ease-out 0s;
           -o-transition: all 0.3s ease-out 0s;
           /* transition: all 0.3s ease-out 0s; */
           -webkit-box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
           -moz-box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
           box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
           /* -webkit-border-radius: 6px; */
           -moz-border-radius: 6px;
           -o-border-radius: 6px;
           -ms-border-radius: 6px;
           /* border-radius: 0px 0px 6px 6px; */
           display: block;
           visibility: hidden;
           opacity: 0;
           z-index: 9;
}
.menu ul li:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.menu ul li:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.menu ul li {

padding: 13px 30px;

display: block;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;

-moz-transition: all ease-in-out .5s;

margin: 0;

text-align: center;
}


.menu ul li:hover{
    background-color: #80bf44;
}


.menu ul  a li{
     text-align: center;
     color: #ffffff;
     font-weight: 500;
     font-size: 14px;
     /* padding: 35px 10px; */
     line-height: 21px;
     position: relative;
     z-index: 1;
     /* text-shadow: -.25px -.25px 0 transparent, 
                .25px .25px transparent; */
     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;
}
.menu ul li:hover a{
    text-decoration:none;
}
.menu ul li:hover .menu2 a{
     
    text-decoration:none;
}

.menu-padding{
    padding-top: 0px;
}
.btn2 img{
  width: 33px;
}
.btn2{
  float: right;
  margin-left: 58px;
  margin-top: 3px;
  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;
}



.extra-pad{
    padding-bottom: 0px;!i;!;
    cursor: pointer;
}

 

.slide {
  width: 100%;
  top: 0;
  background: url(../images/home.svg);
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 770px;
  overflow: hidden;
}

.slider-ban .item {
  width: 100%;
  height: 770px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide .slider-ban .item .slide-image {
  width: 100%;
 height: 770px;
  object-fit: cover;
  transition: transform 10s ease-in-out;
}

.slider-ban .owl-item.active .slide-image {
  transform: scale(1);
}





.slide .slider-ban .item .slide-image-mob {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: transform 10s ease-in-out;
}

.slider-ban .owl-item.active .slide-image-mob {
  transform: scale(1);
}
.slider-ban2 .active h1  {
    animation: img-anim-left 1s forwards cubic-bezier(.645,.045,.355,1) 0s;
}
.slider-ban2  .active  p{
    animation: img-anim-left 1s forwards cubic-bezier(.645,.045,.355,1) 0s;
}



.slider-ban2  .active  a{
    animation: img-anim-left 1s forwards cubic-bezier(.645,.045,.355,1) 0s;
}



.slider-ban2{
    position: absolute !important; /* Position relative to the .slide container */
    top: 50%; /* Center vertically */
    /* left: 50%; */ /* Center horizontally */
    /* transform: translate(-50%, -50%); */ /* Adjust for perfect centering */
    /* z-index: 2; */ /* Place it above the slide content */
    /* text-align: center; */
    width: 100%; /
    ;
    float: left;
    /* transform: translate(-50%); */
    top: 31.5%;
    padding-left: 0px;
    }

.slider-ban2  h1{
        transform: auto !important;
       transition: auto !important;
}

.slider-ban2 p{
        transform: auto !important;
       transition: auto !important;
}




.slider-ban2 h1 {
    padding-right: 10%;
    text-align: left;
    float: left;
    font-size: 80px;
    color: #1B1B1B;
    font-weight: 500;
    line-height: 85px;
    width: 49%;
    /* padding-bottom: 35px; */
    letter-spacing: 2px;
    padding-bottom: 10px;
}


.slide-cont {
            padding-top: 20px;
            display: flex;
            align-items: center;
            gap: 28px;
            float: left;
            width: 52%;
            overflow: visible;
            /* height: 271px; */
             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;
        }

        .leaf-wrapper {
            overflow: visible;
            position: relative;
            width: 103px;
            height: 66px;
            z-index: 99;
            margin-top: 13px;
        }

        .leaf-circle {
            position: absolute;
            top: 0;
            left: 0;
            width: 44px;
            height: 44px;
            border: 1.5px solid #818181;
            border-radius: 50%;
        }

        .leaf-image {
            position: absolute;
            top: -7px;
            left: 10px;
            width: 92px !important;!i;!;
            height: 50px !important;!i;!;
            /* clip-path: polygon(0 30%, 100% 0, 100% 70%, 0% 100%); */
        }

        .leaf-arrow {
            position: absolute;
            top: 4px;
            left: 28px;
            color: white;
            width: 34px;
        }


      
.leaf-text    {
      float: left;
      font-size: 18px;
      color: #1B1B1B;
      font-weight: 400;
      line-height: 28px;
      font-style: italic;
      width: 55%;
      position: relative;
      top: -9px;
}

      
.leaf-text-mob    {
      float: left;
      width: 100%;
      text-align: center;
      font-size: 18px;
      color: #1B1B1B;
      font-weight: 400;
      line-height: 28px;
      font-style: italic;
      margin-bottom: 20px;
}








.slide-2{
    float: left;
    width: 100%;
    padding: 34px 0px;
}
#circle-container {
    float: left;
    width: 38%;
    margin-top: 0px;
    position: relative;
}

#circle {
    position: relative;
    width: 164px;
    height: 164px;
    overflow: hidden;
    float: left;
    margin-left: 0;
    left: -25px;
}

/* Move the line to the container */
#circle-container::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 37px;
    background: #dcdcdc;
    height: 2px;
    width:264px;
    /* transform: translateY(-126%); */
}

#circle text {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 3.2px;
    color: #1b1b1b !important;!I;!;
}

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

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

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

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
}
/* Optional styling for the paragraph */
.slide-2 p {
    display: inline-block;
    /* vertical-align: middle; */
    font-size: 18px;
    color: #1B1B1B;
    line-height: 200%;
    float: left;
    width: 62%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    font-weight: 400;
}
.banner2{
    float: left;
    width: 100%;
    padding-bottom: 90px;
}
.ban2img{
    float: left;
    width: 613px;
    height: 481px;
    margin-right: 74px;
    margin-bottom: 20px;
}
.banner2 h1{
    font-weight: 500;
    font-size: 65px;
    line-height:69px;
    color: #1b1b1b;
    margin-bottom: 30px;
    margin-top: 39px;
    letter-spacing: 1px;
}
.banner2 h2{
    font-size: 18px;
    color: #1B1B1B;
    line-height: 200%;
    font-weight: 400;
    margin-bottom: 37px;
}
.ban2-cont {
            display: flex;
            align-items: center;
            gap: 79px;
            float: left;
            width: 38%;
            overflow: visible;
        }

        .ban2-leaf-wrapper {
            position: relative;
            width: 43px;
            height: 43px;
            left: -5px;
        }

        .ban2-leaf-circle {
            position: absolute;
            top: 0;
            left: 0;
            width: 45px;
            height: 45px;
            border: 1.5px solid #3e3e3e;
            border-radius: 50%;
        }

        .ban2-leaf-image {
            position: absolute;
            top: -6px;
            left: 10px;
            width: 92px !important;!i;!;
            height: 50px !important;!i;!;
            /* clip-path: polygon(0 30%, 100% 0, 100% 70%, 0% 100%); */
        }

        .ban2-leaf-arrow {
            position: absolute;
            top: 7%;
            left: 29px;
            color: white;
            width: 34px;
        }

      .ban2-leaf-text    {
      float: left;
      font-size: 18px;
      color: #1B1B1B;
      font-weight: 400;
      line-height: 28px;
      font-style: italic;
      position: relative;
      top: -4px;
}



      .ban5web2-leaf-text    {
      float: left;
      font-size: 18px;
      color: #1B1B1B;
      font-weight: 400;
      line-height: 28px;
      font-style: italic;
      position: relative;
      top: -4px;
}



.pad-top{
    padding-top: 49px;
}
.ban2-spimg{
     float: left;
     margin-right: 126px;
     margin-bottom: 20px;
     width: 467px;
     height: 531px;
}
.pad-right{
    /* padding-right: 8%; */
}
.banner3 {
    background-color: #1E1E1E;
    color: #fff;
    padding: 110px 0 80px 0px;    float: left;
    width: 100%;
}
.ban3-img{
    float: left;
    width: 92px;
    margin-bottom: 43px;
}
.banner3 h1 {
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 30px;
    float: left;
    line-height: 70px;
    /* width: 62%; */
    letter-spacing: 3px;
}
.banner3 h2 {
    font-size: 18px;
    line-height: 200%;
    float: left;
    font-weight: 400;
    color: #e7e7e7;
    width: 86%;
}

.b3-1 {
    border-radius: 16px;
    float: right;
    width: 98%;
    margin-bottom: 52px;
    -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;
}
.b31-img {
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    float: left;
    height: 256px;
}
.b31-text{
    float: left;
    width: 100%;
    padding: 42px 54px 51px 57px;
    background-color: #FAFBFC;
    border-radius:0px 0px 16px 16px;
}
.b3-1 h3 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 25px;
    color: #17181A;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 31px;
}
.ban3-cont {
            display: flex;
            align-items: center;
            gap: 84px;
            float: left;
            width: 100%;
            overflow: visible;
        }

        .ban3-leaf-wrapper {
            position: relative;
            width: 43px;
            height: 43px;
        }

        .ban3-leaf-circle {
            position: absolute;
            top: 0;
            left: 0;
            width: 44px;
            height: 44px;
            border: 1.5px solid #818181;
            border-radius: 50%;
        }

        .ban3-leaf-image {
            position: absolute;
            top: -7px;
            left: 10px;
            width: 92px !important;!i;!;
            height: 50px !important;!i;!;
            /* clip-path: polygon(0 30%, 100% 0, 100% 70%, 0% 100%); */
        }

        .ban3-leaf-arrow {
            position: absolute;
            top: 5px;
            left: 27px;
            color: white;
            width: 34px;
        }

      .ban3-leaf-text    {
      float: left;
      font-size: 18px;
      color: #1B1B1B;
      font-weight: 500;
      line-height: 28px;
      font-style: italic;
      position: relative;
      top: -4px;
} .ban3-leaf-text-mob   {
      float: left;
      font-size: 18px;
      color: #1B1B1B;
      font-weight: 500;
      line-height: 28px;
      font-style: italic;
     text-align: center;
     width: 100%;
     margin-bottom: 20px;
}



.pad-0
{
    padding-left: 0px;
}


.b3-1:hover .b31-text{
background-color: #80BF43;
-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;
}

.b3-1:hover  h3{
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;

}

.b3-1:hover    .ban3-leaf-circle 
{

    border: 1.5px solid  #80BF43 ;
  
}
.b3-1:hover  .ban3-leaf-image

{
    filter: brightness(100);
    -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;
}

  .b3-1:hover .ban3-leaf-arrow {
    filter: invert(1);
    -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;
  }

  .b3-1:hover .ban3-leaf-text  {
    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;
  }



.stats-section {
    float: left; 
    width: 100%; 
  
    padding: 60px 0px;
}

.stats-section p {
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 9%;
    /* margin-top: 16px; */
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
}
.stat {
  float: left;
  /* text-align: center; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter {
  font-size: 60px;
  font-weight: 500;
  line-height: 86px;
  color: #1B1B1B;
  float: left;
  margin-right: 27px;
  width: 163px;
  margin-bottom: 0px;
}
.divider{
    position: relative;
}
.divider:after{
  width: 2px;
  background: #80BF43;
  height: 56px;
  position: absolute;
  content: "";
  top: 17%;
  right: 27px;
}

.stats-section h6 {
  font-style: italic;
  color: #1B1B1B;
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  margin-top: 8px;
}


.banner4{
    float: left;
    width: 100%;
    padding: 66px 0px;
    background-color: #fafafa;
}
.banner4 h1{
    float: left;
    width: 100%;
    color: #1b1b1b;
    font-size: 65px;
    font-weight: 500;
    line-height: 69px;
    margin-bottom: 19px;
    text-align: center;
}
.banner4 h6{
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #1b1b1b;
    margin-bottom: 37px;
    font-style: italic;
    line-height: 200%;
    text-align: center;
}


.b4-item{
    float: left;
    width: 100%;
}
@media(min-width:575px){
    .b4-item img{
        height: 400px;
 
    object-fit: cover;
    }
}
.b4-item img{
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    
    border: 1px solid #fafafa;
     border-radius: 20px;
    /* background-color: #fff; */
    /* object-fit: cover; */
    -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;
}
.b4-item h2{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-top: 22px;
    color:#1b1b1b;
}
.b4-item img:hover{
    border: 1px solid #80BF43;
}


.info-section{
    float: left;
    width: 100%;
    padding: 120px 0px;
    background-color: #1e1e1e;
    background-image: url("../images/overlay.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-blend-mode: color-dodge;

   background-position: center center; /* Initial position */
    transition: background-position 0.8s ease-in-out; /* Smooth transition for background movement */
}

.info-section:hover {
    background-position: center top; /* Adjust as needed for desired movement */
}
.info-box1{
    float: left;
    width: 100%;
    position: relative;
}
.info-box1 h1{
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
}
.info-box1 p{
    float: left;
    width: 54%;
    color: #f5f5f5;
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
    /* letter-spacing: 1px; */
}
.arrow1{
    position: absolute;
    left: 68%;
    top: 40%;
}
/*@keyframes rotate-in-up-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }*/
}.info-box2{
    float: right;
    width: 100%;
}
.info-box2 h2{
    float: right;
    width: 77%;
    font-size: 65px;
    font-weight: 500;
    line-height: 69px;
    color: #fff;
    text-align: right;
}



.info-box3{
    float: left;
    width: 100%;
    position: relative;
    padding-left: 24%;
    padding-top: 13px;
}
.info-box3 h1{
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
}
.info-box3 p{
    float: left;
    width: 36%;
    color: #f5f5f5;
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
}
.arrow2{
    position: absolute;
    left: 59%;
    top: 40%;
}





.info-box4{
    float: left;
    width: 100%;
    position: relative;
    padding-left: 50%;
    padding-top: 25px;
}
.info-box4 h1{
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
}
.info-box4 p{
    float: left;
    width: 55%;
    color: #f5f5f5;
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
}
.arrow3{
    position: absolute;
    left: 83%;
    top: 46%;
 
}



.info-box5{
    float: left;
    width: 100%;
    margin-top: -78px;
}
.info-img{
    float: left;
    width: 97px;
    margin-bottom: 19px;
}
.info-box5 h3{
    float: left;
    width: 100%;
    font-style: italic;
    font-weight: 400;
    line-height: 200%;
    font-size: 18px;
    color: #f5f5f5;
    padding-right: 38%;
}

.info-box6{
    float: left;
    width: 100%;
    position: relative;
    padding-left: 47%;
    padding-top: 20px;
}
.info-box6 h1{
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
}
.info-box6 p{
    float: left;
    width: 105%;
    color: #f5f5f5;
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
}





.banner5{float: left;width: 100%;padding: 80px 0px 74px 0px;background-color: #1E1E1E;}
.banner5 h1{
    font-weight: 500;
    color: #fff;
    font-size: 65px;
    line-height: 69px;
    margin-bottom: 37px;
    letter-spacing: 2px;
}
 .benefits {
  font-weight: 400;
  color: #e1e1e1;
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
  float: left;
  width: 62%;
}

.benefit-list {
  width: 46%;
  padding-right: 42px;
}

.benefit-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-list li::before {
  margin-bottom: 7px;
  content: "\2022";
  color: #8cc63f;
  font-weight: 100;
  display: inline-block;
  /* width: 26px; */
  margin-left: -1em;
  float: left;
  margin-right: 27px;
  left: 4px;
  position: relative;
}

.benefit-list li {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 157%;
  float: left;
  font-weight: 400;
}
  .oil-img{
    float: right;
    margin-top: -134px;
  }


.ban5-cont {
            display: flex;
            align-items: center;
            gap: 98px;
            float: left;
            /* width: 49%; */
            overflow: visible;
            
            position: relative;
        }

        .ban5-leaf-wrapper {
            position: relative;
            width: 43px;
            height: 43px;
        }

        .ban5-leaf-circle {
            position: absolute;
            top: 0;
            left: 0;
            width: 77px;
            height: 77px;
            border: 1.5px solid #3e3e3e;
            border-radius: 50%;
        }

        .ban5-leaf-image {
            position: absolute;
            top: -7px;
            left: 10px;
            width: 100px !important;!i;!;
            height: 56px !important;!i;!;
            /* clip-path: polygon(0 30%, 100% 0, 100% 70%, 0% 100%); */
        }

        .ban5-leaf-arrow {
            position: absolute;
            top: 20%;
            left: 69%;
            color: white;
            width: 34px;
        }

      .ban5-leaf-text    {
      float: left;
      font-size: 18px;
      color: #1B1B1B;
      font-weight: 400;
      line-height: 28px;
      font-style: italic;
      position: relative;
      top: -4px;
}






.banner6 {
    float: left;
    width: 100%;
    background-color: #FAFAFA;
    padding: 72px 0px 197px 0px;
    position: relative;
}


.banner6 h1 {
    font-size: 65px;
    font-weight: 500;
    line-height: 70px;
    color: #1B1B1B;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.banner6 p {
    font-size: 18px;
    color: #1B1B1B;
    /* font-style: italic; */
    line-height: 200%;
    /* float: left; */
    position: relative;
    top: 9px;
    padding-right: 76px;
}

.banner6 h2 {
    margin-top: 65px;
    font-size: 18px;
    color: #1B1B1B;
    font-style: italic;
    line-height: 200%;
    float: right;
    width: 85%;
    text-align: right;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
.left-1, .right-1{
    padding-top: 0px !important;
}
.b6-left-content{
    border-right: 1px solid #ccc;
}
.sp-row{
    padding-left: 76px;
}

.banner6 .b6-left-content, .banner6 .b6-right-content {
    /* display: flex; */
    float: left;
    width: 50%;
    flex-direction: column;
    gap: 39px;
    margin-top: 62px;
}

.banner6 .feature-row {
    float: left;
    width: 100%;
    align-items: center;
    gap: 39px;
    padding-bottom: 33px;
    border-bottom: 1px solid #ddd;
    padding-top: 43px;
}
.feature-row:hover .icon{
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.banner6 .feature-row:last-child {
    border-bottom: none;
}

.banner6 .icon {
    width: 79px;
    height: 79px;
    border-radius: 72%;
    background-color: #8bc34a;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 39px;
}
 .icon img {
    width: 34px;
    /* height: 34px; */
    object-fit: cover;
}





.banner-7{
    float: left;
    width: 100%;
    position: relative;
    /* top: 85%; */
    padding-bottom: 67px;
    margin-top: -143px;
    z-index: 99;
}
.call-bg {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0px;
    background: #80BF43;
    background-image: url(../images/cta-overlay.webp);
    background-size: 437px;
    text-align: center;
    background-position: 97% -1%;
    background-repeat: no-repeat;
    /* background-attachment: fixed !important; */
    border-radius: 30px;
    background-blend-mode: screen;
    padding: 58px 38px 58px 100px;
    top: 59px;
    /* position: relative; */
}

.banner-7 h6{
    float: left;
    /* width: 100%; */
    font-weight: 500;
    font-size: 65px;
    line-height: 72px;
    color: #fff;
    letter-spacing: 1px;
    margin-right: 95px;
    text-align: left;
}
.ban7-cont {
            display: flex;
    align-items: center;
    gap: 20px; /* Reduce gap a bit for balance */
    justify-content: flex-end;
        }

        .ban7-leaf-wrapper {
            position: relative;
            width: 107px;
            height: 68px;
            float: left;
            /* margin-top: 84px; */
            margin-right: 44px;
               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;
        }

        .ban7-leaf-circle {
            position: absolute;
            top: 0;
            left: 0;
            width: 44px;
            height: 44px;
            border: 1.5px solid #818181;
            border-radius: 50%;
        }

        .ban7-leaf-image {
            position: absolute;
            top: -7px;
            filter: brightness(100);
            left: 10px;
            width: 96px !important;!i;!;
            height: 57px !important;!i;!;
            /* clip-path: polygon(0 30%, 100% 0, 100% 70%, 0% 100%); */
        }

        .ban7-leaf-arrow {
            position: absolute;
            top: 8%;
            left: 25%;
            color: white;
            width: 37px;
            filter: invert(1);
        }

      .ban7-leaf-text    {
      float: left;
      font-size: 18px;
      color: #fff;
      font-weight: 400;
      line-height: 28px;
      font-style: italic;
      position: relative;
      top: -4px;
      text-align: left;
      width: 65%;
      /* top: 79px; */
}



.footer{
    float: left;
    width: 100%;
    padding: 0px 0px 40px 0px;
    background-color: #1e1e1e;
    position: relative;
    z-index: 9;
}
.ftr-1{
    width: 43%;
    float: left;
}
.ftr-1 img{
    float: left;
    width: 213px;
    margin-bottom: 12px;
}
.ftr-1 p{
    float: left;
    width: 80%;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    line-height: 200%;
}

.ftr-2{
    float: left;
    width:30% ;
}
.ftr-2 h2{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 40px;
    line-height: 72px;
    color: #fff;
    margin-bottom: 4px;
}
.ftr-2 a{
     display: inline;
    font-size: 18px;
    font-weight: 400;
    color: #f5f5f5;
    line-height: 209%;
}
.ftr-2 h5 {
    float: left;
    width: 100%;
    color: #f5f5f5;
    margin-bottom: 0px;
}
.ftr2-a{
    text-decoration: underline;
    font-style: italic;
    text-underline-offset: 2px;
    margin-top: 8px;
    float: left;
    color: #f5f5f5;
    font-size: 18px;
    font-weight: 400;
}



.ftr-3{
    padding-left: 5%;
    float: left;
    width: 27%;
}
.ftr-3 h2{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 40px;
    line-height: 72px;
    color: #fff;
    margin-bottom: 4px;
}

.ftr-3 h3{
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #f5f5f5;
    line-height: 209%;
}

.footer-2{
    float: left;
    width: 100%;
    padding: 60px 0px 60px 0px;
    background-color: #1e1e1e;
    border-top: 1px solid #464646;
    margin-top: 40px;
    border-bottom: 1px solid #464646;
}
.footer-21{
    float: left;
    width: 48%;
}
.footer2-img{
    float: left;
    width: 90%;
}
.footer-2 h1{
    float: left;
    font-weight: 400;
    font-size: 18px;
    color: #f5f5f5;
    line-height: 200%;
    width: 30%;
    position: relative;
    top: 18px;
    margin-right: 47px;
}
 .ftr-leaf-wrapper {
            position: relative;
            width: 107px;
            height: 68px;
            float: right;
            top: 19px;
            right: 81px;
            /* margin-right: 44px; */
        }

        .ftr-leaf-circle {
            position: absolute;
            top: 0;
            left: 0;
            width: 77px;
            height: 77px;
            border: 1.5px solid #444040;
            border-radius: 50%;
        }

        .ftr-leaf-image {
            position: absolute;
            top: -13px;
            /* filter: brightness(100); */
            left: 20px;
            width: 160px !important;
            height: 88px !important;
            /* clip-path: polygon(0 30%, 100% 0, 100% 70%, 0% 100%); */
        }

        .ftr-leaf-arrow {
            position: absolute;
            top: 11%;
            left: 39%;
            color: white;
            width: 64px;
        }


         .footer-top {
        margin-bottom: 10px;
        float: left;
        width: 100%;
        padding: 44px 0px 40px 0px;
        border-bottom: 1px solid #464646;
    }

    .quick-links {
        float: left;
        color: #464646;
        font-weight: 400;
        font-size: 18px;
        font-style: italic;
        margin-right: 10px;
        text-decoration: none;

    }

    .footer-top a {
        float: right;
        color: #f5f5f5;
        margin: 0 49px;
        text-decoration: none;
        transition: color 0.3s ease;
        font-size: 18px;
        font-weight: 400;
    }

    .footer-top a:hover {
        color: #80bf44;
    }

    .footer-divider {
        border: none;
        border-top: 1px solid #444;
        margin: 10px 0;
    }

    .footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        float: left;
        width: 100%;
        padding-top: 33px;
        padding-bottom: 7px;
    }

    .copyright, .designed-by {
        color: #7a7a7a;
        width: 50%;
    }
.designed-by{
    text-align: right;
}
.designed-by a{
     color: #7a7a7a;
}
.designed-by a:hover{
     text-decoration: underline;
}
/*innerpage*/


.ab-ban1{
     padding-top: 125px;
     background-color: #80bf44;
     float: left;
     width: 100%;
     background-position: 120% 73%;
     object-fit: cover;
     background-repeat: no-repeat;
     background-size: 42%;
     background-image: url("../images/cta-overlay.webp");
        /* animation: backgroundScroll 5s linear infinite;

}
@keyframes backgroundScroll {
    from {
        background-position: 100% 73%;
    }
    to {
        background-position: 0% 73%;
    }*/
}

 .about-h6 {
      color: #1b1b1b;
      font-weight: 500;
      font-size: 45px;
      margin-bottom: 27px;
     

    }
     .serv-h6 {
      color: #dd0c07;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 27px;
    }
.ab-ban1 h3{
        font-size: 50px;
        font-weight: 500;
        line-height: 56px;
        text-align: left;
        color: #ffffff;
        float: left;
        width: 100%;
        padding: 80px 0%;
        position: relative;
        text-align: center;
        margin-bottom: 0px;
        /* font-family: "Plus Jakarta Sans", sans-serif !important; */
}
.loop-a:hover{
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
}
.a-bus-1{
    float: left;
    width: 100%;
    position: relative;
    padding: 93px 0px 14px 0px;
}
.a-bus1-1{
    float: left;
    width: 100%;
    /* padding-bottom: 70px; */
}
.about-img{
        margin-bottom: 20px;
        float: left;
        object-fit: cover;
        width: 544px;
        margin-right: 69px;
        border-radius: 35px;
        /* height: 544px; */
}

.a-bus1-1 h1{
      font-size: 56px;
      font-weight: 500;
      line-height: 65px;
      font-style: normal;
      text-align: left;
      color: #000000;
      margin-bottom: 20px;
}
.a-bus1-1 h1 span{/* color: #ff9734; */font-weight: bold;}
.a-bus1-1 p{
        /* font-family: "Rubik", sans-serif !important; */
        font-size: 18px;
        font-weight: 400;
        line-height: 200%;
        font-style: normal;
        text-align: left;
        color: #1b1b1b;
        margin-top: 15px;
        margin-bottom: 15px;
        /* text-align: justify; */
}

.vmall {
    padding-bottom: 65px;
    padding-top: 65px;
    width: 100%;
    float: left;
    background-color: #1e1e1e;
}
.vmall-hd {
    width: 100%;
    float: left;
}
.vmall-hd h2 {
    padding-bottom: 23px;
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.vmall-hd p {
    width: 100%;
    float: left;
    text-align: left;
    color: #e6e6e6;
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 0px;
}
.v-m {
    background: #f5f5f5;
    padding: 29px 44px;
    border: 1px solid #8eb935;
    width: 100%;
    float: left;
    border-radius: 35px;
    margin-bottom: 20px;
}
.v-m img {
    width: 80px;
    float: left;
}
.v-m h2 {
    padding-top: 13px;
    float: left;
    text-align: left;
    font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    text-align: left;
    float: left;
    width: 100%;
}

.v-m p {
    width: 100%;
    float: left;
    text-align: left;
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 0px;
}


.call-action-inner {
    float: left;
    width: 100%;
    padding: 58px 0px;
    background-image: url("../images/fml-cta copy.webp");
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    position: relative;
}



.call-bg-inner  h1{
   font-size: 60px;
   color: #fff;
   float: left;
   font-weight: 400;
   margin-bottom: 20px;
}
.h3-cta{
   font-size: 60px;
   color: #fff;
   float: left;
   font-weight: 400;
   margin-bottom: 20px;
}
.call-action-btn-inner  {
    /* padding: 10px 10px; */
    border: none;
    width: 187px;
    height: 50px;
    text-align: center;
    background-color: #fff; /* Original white background */
    color: #000; /* Text color */
    border-radius: 50px;
    margin-top: 13px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 1; /* Ensures the button is above other elements */
}
.cta-leaf{
    float: left;
    width: 100px;
    position: absolute;
    left: 160px;
    top: 158px;
}

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



.call-action-inner  h2{float: left;width: 100%;font-size: 24px;font-weight: 500;margin-bottom: 20px;color: #fff;}
.call-action-inner  p{float: left;width: 78%;font-size: 18px;font-weight: 400;margin-bottom: 16px;color: #e4e4e4;line-height: 200%;}
.counter-container {
  font-size: 70px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: baseline;
}

.plus-symbol {
  font-size: 70px;
  vertical-align: top;
  margin-right: 0.2rem;
}

.percentage-symbol {
  font-size: 70px;
  margin-left: 0.2rem;
}


.founder-message{
    float: left;
    width: 100%;
    padding: 127px 0px 156px 0px;
    position: relative;
}
.founder-img{float: left;margin-right: 102px;margin-bottom: 40px;width: 500px;/* height: 499px; */object-fit: cover;border-radius: 20px;margin-top: -56px;}
.founder-message h1{
    font-weight: 500;
    color: #80bf44;
    font-size: 51px;
    margin-bottom: 20px;
    /* margin-top: 49px; */
}
.founder-message p{
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: 200%;
    color: #1b1b1b;
    margin-bottom: 12px;
}
.founder-message h2{
    font-weight: 500;
    font-size: 20px;
    color: #80bf44;
    margin-bottom: 7px;
    margin-top: 28px;
}
.founder-message h3{
    font-weight: 500;
    font-size: 15px;
    color: #1b1b1b;
    font-style: italic;
}


/*ventures*/
.fimul-products{
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    padding: 90px 0px 79px 0px;
}
.fimul-products h1{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #1b1b1b;
    font-size: 60px;
    margin-bottom: 30px;
}
.fimul-products p{
   float: left;
   width: 100%;
   text-align: center;
   padding: 0px 22%;
   color: #1b1b1b;
   font-size: 18px;
   line-height: 181%;
   margin-bottom: 60px;
}
.fimul-products img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
object-fit: cover;    border-radius: 20px;
    border: 1px solid green;
    margin-bottom: 20px;
}


.banner-pro{
    float: left;
    width: 100%;
    padding: 66px 0px 214px 0px;
    background-color: #fafafa;
    position: relative;
}
.banner-pro h1{
    float: left;
    width: 100%;
    color: #1b1b1b;
    font-size: 56px;
    font-weight: 500;
    line-height: 69px;
    margin-bottom: 19px;
    text-align: center;
}

.inner-ban7{
    top: 78% !important;
}


.pro-slide{
    float: left;
    width: 100%;
    margin-top: 45px;
}
.hover-class {
    display: flex; /* Enables Flexbox */
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    flex-direction: column; /* Stacks content vertically */
    opacity: 1;
    position: absolute;
    border-radius: 20px;
    top: 0; /* Ensure it spans the parent */
    left: 0; /* Ensure it spans the parent */
    width: 100%;
    height: 245px; /* Full height of the parent */
    padding: 20px; /* Adjust padding as needed */
    transition: all ease-in-out 0.5s;
    background-color: rgba(0, 0, 0, 0.5); /* Optional background overlay */
    box-sizing: border-box; /* Ensure padding doesn't affect layout */
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: flex-start;
}
.hover-class h4{float: left;width: 100%;font-size: 33px;font-weight: 600;color: #fff;line-height: 110%;margin-bottom: 14px;text-align: center;}
 .hover-class h4 span{
     font-style: italic;
     width: 100%;
     float: none;
     color: #fff;
     font-weight: 500;
 }

.loop-a {
    padding: 7px 31px;
    color: #fff;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    border: 1px solid #80bf44;
    border-radius: 50px;
    display: inline-block; /* Ensures proper alignment */
    /* margin-top: 39px; */
    text-align: center;
    background-color: #80bf44;
    margin-left: auto; /* Removes any unintended horizontal spacing */
    margin-right: auto; /* Clears float to allow proper alignment */
    float: none;
    display: inline-block;
}


.pro-box1 {
    position: relative;
    width: 100%;
    height: 245px;
    /* margin-bottom: 43px; */
    overflow: hidden; /* Ensures child elements stay within bounds */
}

.pro-box1 img {
    object-fit: cover;
    width: 100%;
    height: 245px; /* Matches the height of the parent */
    border-radius: 20px;
}

.pro-box1:hover .hover-class {
    opacity: 1; /* Makes it visible on hover */
    transition: all ease-in-out 0.5s;
}

.quality{
    position: relative;
    padding-bottom: 163px;
}
.b7-quality{
    top: 132%;
}

.career{
        float: left;
        width: 100%;
        background-color: #fff;
        padding: 70px 0px 222px 0px;
        position: relative;
}
.career h1{
 float: left;
 width: 100%;
 font-size: 48px;
 font-weight: 500;
 color: #000;
 text-align: center;
 line-height: 53px;
 margin-bottom: 20px;
}


.career h6{
 float: left;
 width: 100%;
  font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height:200%;   text-align: center;
 padding: 0px 200px;
 margin-bottom: 50px;
}



.contactform{
    margin-top: 35px;
    width: 80%;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #1e1e1e;
    padding: 49px 35px;
    border-radius: 20px;
    position: relative;
    z-index: 9;
}
.contactform h2{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    color: #80bf44;
    margin-bottom: 7px;
    text-align: center;
}
.contactform p{
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 42px;
    text-align: center;
}
.contact-label {
   float: left;
   width: 100%;
   font-size: 15px;
   font-weight: 500;
   color: #fff;
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #192a1b;
    display: block;
    font-weight: normal;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 46px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 7px 10px;
    margin-top: 10px;
    border-radius: 10px;
}

.quick-send{
    float: left;
    margin-top: 9px;
    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;
}



.quick-send:hover {
    color: #1b1b1b; /* Change text color on hover */
    background-color: #fff; /* Make background transparent for animation */
}


/* Button Styling */
.frm-enq3 {
    margin: 0 auto 90px auto; /* Center horizontally if using block context */
    background-color: #80bf44;
    color: white; /* Text color */
    border: none;
    border-radius: 50px; /* Rounded shape */
    width: 90%;
    height: 50px;
    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;
}



.frm-enq3:hover {
    color: #1b1b1b; /* Change text color on hover */
    background-color: #fff; /* Make background transparent for animation */
}


.frm-enq4{
    margin-right: auto;
    margin-top: 37px;
    margin-left: auto; /* Center horizontally if using block context */
    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;
}



.frm-enq4:hover {
    color: #ffffff; /* Change text color on hover */
    background-color: #1e1e1e; /* Make background transparent for animation */
}




/* ======= Contact Box style ======= */
.contact-box{
    float: left;
    width: 100%;
    padding-top: 60px;
}
.contact-info {
    float: left;
    width: 100%;
    background: #f8f8f8;
    padding: 50px 0px;
    border-radius: 5px;
    margin-top: 30px;
    border-radius: 20px;
    height: 291px;
}
.contact-info img{
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 57px;
    margin-bottom: 18px;
}
.contact-info h5{
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    /* margin-top: 15px; */
    margin-bottom: 15px;
}
.contact-info  p {
    font-size: 18px;
    line-height: 21px;
    float: left;
    width: 100%;
    color: #1b1b1b;
}
.contact-info  h4 {
    font-size: 18px;
    line-height: 181%;
    float: left;
    width: 100%;
    color: #1b1b1b;
    font-weight: 400;
}
.contact-info a{
    color: #1b1b1b;
}



.contact-form{
    float: left !important;
    width: 100% !important;
    padding: 0px !important;
}



/*shrinks*/
body.modal-open {
    padding-right: 0 !important;
}




.loader {
    position: relative;
    width: 48px !important;!i;!;
    height: 48px !important;!i;!;
background: #80bf43;    border-radius: 50%;
    animation:ellipseAnimation 2s linear infinite;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  @keyframes ellipseAnimation {
    0% {
      border-radius: 50%;
    }

    12.5% {
      border-radius: 0 50% 50% 50%;
      transform: rotate(45deg);
    }

    25% {
      border-radius: 0 0 50% 50%;
      transform: rotate(90deg);
    }

    37.5% {
      border-radius: 0 0 0 50%;
      transform: rotate(135deg);
    }

    50% {
      border-radius: 0;
      transform: rotate(180deg);
    }

    62.5% {
      border-radius: 50% 0 0 0;
      transform: rotate(225deg);
    }

    75% {
      border-radius: 50% 50% 0 0;
      transform: rotate(270deg);
    }

    87.5% {
       border-radius: 50% 50% 50% 0;
      transform: rotate(315deg);
    }

    100% {
       border-radius: 50%;
      transform: rotate(360deg);
    }
  }
      


.b2-slider {
    /* transform: rotate(3deg); */
    background: #fff;
    z-index: 1;
    float: left;
    overflow: hidden;
    position: relative;
    width: 102%;
    padding: 100px 0px 100px 0px;
    /* margin-top: -97px; */
}

.b2-slide{
}
.b2-slider .b2-slide h2 {
    font-weight: 300;
    font-size: 75px;
    color: #000;
    width: 100%;
    padding-left: 44px;
    margin-bottom: 0px;
}

.b2-slide-track {
    -webkit-animation: scroll2 24s linear infinite;
    animation: scroll2 24s linear infinite;
    display: flex;
    width: calc(100% * 20);
    margin-top: 100px;
}

.b2-slide-track-2 {
    -webkit-animation: scroll3 24s linear infinite;
    animation: scroll3 24s linear infinite;
    display: flex;
    width: calc(100% * 20);
    margin-top: 100px;
}

/* Keyframes for b2-slide-track (left to right) */
@keyframes scroll2 {
  0% {
    transform: translateX(calc(-652px * 10)); /* Start at the end position */
  }
  100% {
    transform: translateX(0); /* End at the starting position */
  }
}

/* Keyframes for b2-slide-track-2 (right to left) */
@keyframes scroll3 {
  0% {
    transform: translateX(0); /* Start at the initial position */
  }
  100% {
    transform: translateX(calc(-652px * 10)); /* Move to the left */
  }
}

.b2-slide-track:hover {
    animation-play-state: paused;
}

.b2-slide h2:hover {
    color: #80b8cc; /* Change to your desired hover color */
}
   @media(min-width:1201px) and (max-width:1400px)
   {
    .menuarea > ul > li {
   
    padding: 0px 23px;
}
.slider-ban2 h1 {
   width: 56%;
}
.slider-ban2 p {

    padding-right: 54%;
}

.contact-box .item {
  
    background-position-x: 293px;
}

   }

   .footer-1 li:hover{
    color: #ef2732;
    font-weight: 400;
     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;
   }

.contact-map-section{
      float: left;
    width: 100%;
    MARGIN-TOP: -72px;
    position: relative;
    z-index: 1;
}
.cont-ftr{
    padding-top: 80px !important;
}
.google-map {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 550px;
    border-radius: 31px;
    margin-bottom: -118px;
}
.contact-info: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;
background-color: #99cc69;

}
.contact-info:hover img{
    filter: brightness(100);
}.contact-info:hover a{
     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;
}
.contact-info:hover h5{
     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;
}.contact-info:hover h4{
     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;
}





.vision-mission{
    float: left;
    width: 100%;
    padding: 70px 0px;
    background-color: #f5f5f5;
}
.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: #fff;
    background-color: #1e1e1e;
    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: 500;
    font-size: 50px;
    line-height: 56px;
    color: #1e1e1e;
    margin-bottom: 30px;
    text-align: center;
    padding: 0px 15%;
}
.vision-item p{
    float: left;
    width: 100%;
    color: #1e1e1e;
    line-height: 200%;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    padding: 0px 15%;
}
.mision-loop .owl-nav {
    position: relative;
    margin: 10px 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;
}

.venture-img 

{   height: 491px;
}

.mob-leaf {
    float: left;
    width: 100%;
    margin-top: 83px;
}


@media(max-width:991px)
{

    .desk-info{
        display: none;
    }
    .mob-info{
        display: block;
    }
}



@media(min-width:991px)
{

    .desk-info{
        display: block;
    }
    .mob-info{
        display: none;
        
    }
}


.slide-cont:hover .leaf-image {

    filter: brightness(0);
     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;
}

.ban2-cont:hover .ban2-leaf-image {

    filter: brightness(0);
     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;
}
.ban5-cont:hover .ban5-leaf-image {

    filter: brightness(100);
     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;
}

.ban5-cont:hover .ban5-leaf-arrow {

 filter: invert(1);
     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;
}


.mob-leaf:hover .ban7-leaf-image {

    filter: brightness(0);
     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;
}

.mob-leaf:hover .ban7-leaf-arrow {

 filter: invert(0);
     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;
}


.ftr-leaf-wrapper:hover .ftr-leaf-image {

    filter: brightness(100);
     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;
}
.ftr-leaf-wrapper:hover .ftr-leaf-arrow {
 filter: invert(1);
     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;
}

.ftr-2 a:hover{

    color: #80bf44;
}
.ftr2-a:hover{

    color: #80bf44;
}
.req-form1{
    float: left;
    width: 100%;
    padding-top: 0px;
}



     
/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    content: "";
    background-image: url("../images/next.png");
    text-align: center;
    line-height: 55px;
    font-size: 17px;
    font-weight: normal;
    left: 7px;
    top: -8px;
    /* right: 18px; */
    height: 34px;
    transform: rotate(270deg);
    background-size: 20px;
    width: 55px;
    cursor: pointer;
    display: block;
    /* z-index: 1; */
    background-repeat: no-repeat;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #c5a47e;
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap::after {
    color: #366e80;
}
.progress-wrap svg.progress-circle path {
    stroke: #80bf43;
}

.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
.grecaptcha-badge { 
    visibility: hidden;
}
@media(max-width:575px){
    .logo img{
        width: 100px;
    }
}