.header{
       width: 100%;
       padding: 40px 0 20px;
       background-color: #FBFFF7;
}

.main{
      overflow: hidden;
}

.relative{
        position: relative;
}

.flex{
        display: flex;
        flex-wrap: wrap;
}

.flex-center{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
}

.header .flex{
      align-items: center;
}

.nav_main{
       margin-left: auto;
       margin-right: 40px;
}

.nav_main ul{
        display: flex;
        flex-wrap: wrap;
        column-gap: 25px;
}

.nav_main ul li:last-child{
          display: none;
}


.nav_main ul li a{
       font-weight: 500;
       line-height: 22px;
       font-size: 15px;
}

.nav_main ul li.active a{
    color: #8BC53F;
    position: relative;
}

.nav_main ul li.active a::after{
       content: "";
       width: 100%;
       height: 2px;
       background-color: #8BC53F;
       position: absolute;
       left: 0;
       bottom: -5px;
       border-radius: 100%;
       
}

.btn{
     line-height: 50px;
     height: 50px;
     background-color: #8BC53F;
     color: #fff;
     font-weight: 500;
     color: #fff;
     font-size: 18px;
     padding: 0 30px;
     min-width: 160px;
     text-align: center;
     display: inline-block;
     -webkit-border-radius: 50px;
     border-radius: 50px;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.btn:hover{
        background-color: #000;
        color: #fff;
}

.footer{
       width: 100%;
       padding-top: 70px;
       background-color: #8BC53F;
}

.footer h3{
     font-size: 24px;
     line-height: 26px;
     color: #fff;
     font-weight: 600;
     margin-bottom: 30px;
}

.footer_about{
       width: 30%;
}

.footer-logo{
      margin-bottom: 20px;
      display: block;
}

.footer_about p{
     color: #fff;
  
     line-height: 24px;
}

.footer_about ul{
       display: flex;
       flex-wrap: wrap;
       column-gap: 12px;
}

.footer_about ul li a{
      -moz-transition: all var(--transition-time) ease;
  -o-transition: all var(--transition-time) ease;
  -webkit-transition: all var(--transition-time) ease;
  -ms-transition: all var(--transition-time) ease;
  transition: all var(--transition-time) ease;
}

.footer_about ul li a:hover{
filter: brightness(0) saturate(100%) invert(8%) sepia(23%) saturate(1844%) hue-rotate(166deg) brightness(99%) contrast(103%);
}


.footer_link{
       width: 20%;
       margin-left: 5%;
}

.footer .flex{
      justify-content: space-between;
}

.footer_link ul li{
       margin-bottom: 10px;
}

.footer_link ul li a{
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        font-weight: 500;

}

.footer_link ul li a:hover{
    color: #05323e;
}


.footer_map{
       width: 31%;
}

.footer_map_main{
      width: 100%;
      overflow: hidden;
      -webkit-border-radius: 10px;
      border-radius: 10px;
}

.footer_map_main iframe{
       width: 100%;
       display: block;
}

.footer_bottom{
       width: 100%;
       margin-top: 20px;
}

.footer_cpy{
       width: 100%;
       padding: 25px 0;
       border-top: 1px solid #fff;
       text-align: center;
}

.footer_cpy p{
     
        line-height: 26px;
        color: #fff;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 400;
        margin-bottom: 0;
}


.banner{
        width: 100%;
        height: 645px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-color: #FBFFF7;
}



.banner .flex{
         align-items: center;
}



.banner_text h2{
       color: #004B5F;
          font-size: 96px;
          line-height: 100px;
          font-weight: 900;
          position: relative;
}

.banner_text p{
         margin-top: 50px;
         font-size: 22px;
         line-height: 33px;
}

.banner_text h2::after{
         content: "";
         width: 278px;
         height: 40px;
         background-image: url(../images/title-bg.svg);
         background-repeat: no-repeat;
         position: absolute;
         bottom: -55px;
         left: 0;
}

.banner_text h2 span{
        color: #8BC53F;
}

.banner_img{
         width: 50%;
             right: -10%;
         position: relative;
}

.banner_img img{
       position: relative;
       z-index: 2;
}

.banner_img::after{
         content: "";
         width: 800px;
         height: 400px;
             background-image: url(../images/banner_bg.svg);
         background-repeat: no-repeat;
         bottom: 0;
         position: absolute;
         left: -18%;
         z-index: 1;
         background-size: contain;
}


.stats-section {
    background-color: #8cc63f; /* green background */
    color: #fff;
    padding: 30px 0;
}

.stats-section .flex{
       justify-content: left;
       column-gap: 60px;
}

.stat-item {
    text-align: left;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10%;
     right: -28px;
    width: 1px;
    height: 80%;
    background-color: rgba(255, 255, 255, 0.6);
}

.stat-item h2 {
    font-size: 64px;
    margin: 0;
    font-weight: bold;
}

.stat-item p {

    color: #fff;
    margin: 5px 0 0;
    opacity: 0.9;
}

.hme_products_section{
         padding-top: 100px;
}

.main-title{
         color: #2E2E2E;
         font-size: 48px;
         line-height: 110%;
         font-weight: bold;
}

.main-title span{
         color: #8BC53F;
}


.second-title{
         color: #2E2E2E;
         font-size: 40px;
         line-height: 50px;
         font-weight: bold;
}

.second-title span{
         color: #8BC53F;
}

.products_slider{
       width: 100%;
       margin-top: 30px;
}

.products_slider ul{
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
}

.products_slider ul li{
         width: 48%;
}

.product-card {
       width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 12px;

}

.product-image {
  width: 280px;
  height:213px;
  display: flex;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #DFDFDF;
  justify-content: center;
  align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.product-content{
       width: calc(100% - 280px);
       display: flex;
       flex-wrap: wrap;
       align-items: stretch;
       padding: 25px 0 15px 30px;
       position: relative;
}

.product-content p{
         font-size: 18px;
         line-height: 26px;
         color: #021526;
}

.product-content h2 {
  font-size: 32px;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0 0 10px;
}


.product-content .learn-more{
       position: absolute;
       bottom: 15px;
       left: 30px;
}


.learn-more {
  font-size: 18px;
  color: #6fbf4d;
  font-weight: 500;
  text-decoration: none;
 display: inline-block;
  position: relative;
    -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

.learn-more::after {
       content: "";
       width: 25px;
       height: 18px;
       background-image: url(../images/arrow.svg);
  margin-left: 5px;
  transition: transform 0.3s ease;
  position: absolute;
  right: -30px;
  top: 4px;
    -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.learn-more:hover::after {
  right: -40px;
}

.hme_value_section{
          width: 100%;
          padding: 110px 0;
}

.hme_value_section ul{
       display: flex;
       flex-wrap: wrap;
        gap: 20px;
        margin-top: 35px;
}

.hme_value_section ul li{
            width: 100%;
    max-width: 285px;
}

.value-box{
         width: 100%;
         min-height: 150px;
         height: 100%;
         background-color: #fff;
         border: 1px solid #DFDFDF;
         padding: 25px 20px;
         -webkit-border-radius: 20px;
         border-radius: 20px;
}

.hme_value_section ul li:nth-child(2n) .value-box{
             background-color: #8BC53F;
}

.hme_value_section ul li:nth-child(2n)  .value-box h3,
 .hme_value_section ul li:nth-child(2n)  .value-box p{
        color: #fff;
}

.value-box h3{
       font-size: 24px;
       line-height: 28px;
       font-weight: 600;
       margin-top: 10px;
}

.value-box p{
    
       color: #676767;
}

.hme_value_section ul li:nth-child(2n)  .value-icon{
          background-color: #fff;
}

.value-icon{
          width: 92px;
          height: 92px;
          padding: 10px;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-color: #E3F3D3;
          display: flex;
          align-items: center;
          justify-content: center;
}



.who-we-are {
       width: 100%;
        margin: auto;
        padding: 80px 0;
        background-color: #F0F5EA;
    }

    .who-we-are .flex{
          justify-content: space-between;
    }

    .who-text {
        width: 52%;
        padding-top: 50px;
        position: relative;
    }


     .who-text .learn-more{
         position: absolute;
         bottom: 20px;
         left: 0;
     }



    .who-text h2 {
        margin-bottom: 20px;
    }

    .who-text p {
        font-size: 32px;
        color: #657553;
        line-height: 46px;
        margin-bottom: 20px;
    }

    .who-image{
        width: 42%;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        overflow: hidden;
    }

     .who-image img{
         width: 100%;
         height: 465px;
         object-fit: cover;
     }


     .ready_section{
          width: 100%;
          padding: 100px 0;
     }

        .ready_section .flex-center{
          justify-content: space-between;
    }

    .ready-image{
          width: 48%;
              -webkit-border-radius: 30px;
        border-radius: 30px;
        overflow: hidden;
    }

      .ready-image img{
       width: 100%;
      }

     .ready-content{
          width: 48%;
    }

     .ready-content .main-title{
         font-size: 64px;
         line-height: 75px;
         margin-bottom: 30px;
     }

     .form-section{
          width: 100%;
          padding: 100px 0;
          background-color: #F0F5EA;
     }

     .form-container {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}

 .form-section h2 {
    text-align: center;
    color: #000;
    font-weight: bold;
}

.section-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}

.form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

label {
    font-size: 18px;
    margin-bottom: 10px;
}

 .form-container input, 
  .form-container textarea {
    padding: 0 20px;
    line-height: 50px;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    font-size: 16px;
}
.text-area_section{
        width: 100%;
        margin-top: 40px;
}

 .form-container textarea{
        padding: 15px 20px;
        line-height: 26px;
        height: 180px;
        resize: none;
 }


.form-container .btn {
    border: none;
    display: block;
    margin: 45px auto 0;
}


.inner-banner{
       width: 100%;
       padding: 20px 0 60px;
       overflow: hidden;
       background-color: #FBFFF7;
}

.inner_banner_text{
      width: 50%;
      padding-right: 40px;
        position: relative;
    z-index: 2;
}

.inner_banner_text h2{
    font-size: 55px;
    line-height: 65px;
    font-weight: 800;
    color: #004B5F;
  
}

.inner_banner_text h2 span{
             color: #8BC53F;
}

.inner_banner_img{
       width: 50%;
       -webkit-border-radius: 40px;
       border-radius: 40px;
       position: relative;
}

.inner_banner_img::after{
        content: "";
        width: 312px;
      height: 157px;
        position: absolute;
        background-image: url(../images/banner-top.svg);
        background-repeat: no-repeat;
        background-position: center;
        bottom: 0;
        right: -110px;
        z-index: 1;
}

.inner_banner_img::before{
        content: "";
        width: 312px;
      height: 157px;
        position: absolute;
        background-image: url(../images/banner-bottom.svg);
        background-repeat: no-repeat;
        background-position: center;
        top: 0;
        left: -110px;
        z-index: 1;
}


.inner_banner_img img{
       width: 100%;
            -webkit-border-radius: 40px;
       border-radius: 40px;
       position: relative;
       z-index: 2;
}


.about_section{
       width: 100%;
       padding: 100px 0;
}

.about_section .flex{
      row-gap: 60px;
}


.about_inner_section{
       width: 100%;
}

.about_image{
       width: 50%;
       position: relative;
}

.about_image::after{
       content: "";
       width: 100%;
       height: 100%;
           -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #8BC53F;
    position: absolute;
    right: -6px;
    bottom: -6px;
    z-index: 1;
}

.about_image img{
    width: 100%;
       -webkit-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
}

.about_text{
      width: 50%;
      padding-left: 80px;
}

.about_text .second-title{
       margin-bottom: 15px;
}

.about_text p{
    font-size: 14px;
    color: #676767;
    max-width: 445px;
}

.about_inner_section:nth-child(2n){
         flex-direction: row-reverse;
}

.about_inner_section:nth-child(2n) .about_text{
       padding-left: 0;
       padding-right: 60px;
}

.about_inner_section:nth-child(2n) .about_image::after{
          left: -6px;
    bottom: -6px;
}

.black_section{
       width: 100%;
       background-color: #292929;
       padding: 35px 0;
}

.black_section .container{
         max-width: 1000px;
}

.black_section h3{
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    font-weight: bold;
    max-width: 68%;
}

.black_section .btn{
    margin-left: auto;
}

.black_section .btn:hover{
    background-color: #fff;
    color: #8BC53F;
}

.brand_main_wrap{
         width: 100%;
}

.brand_main_wrap:nth-child(2n){
          flex-direction: row-reverse;
}

.brand_main_wrap:nth-child(2n) .brand-content{
         padding-right: 0;
         padding-left: 100px;
}

.brand-content{
          width: 55%;
          padding-right: 100px;
}

.brand-content ul{
         margin-top: 25px;
}

.brand-content ul li{
        padding-left: 30px;
        font-size: 16px;
        line-height: 25px;
        color: #676767;
        position: relative;
}

.brand-content ul li::after{
  content: "";
    width: 20px;
    height: 16px;
    background-image: url(../images/arrow-new.png);
    position: absolute;
    left: 0;
    top: 5px;
}

.brand-content ul li + li{
        margin-top: 15px;
}

.brand-image{
         width: 45%;
         height: 365px;
         padding: 20px;
         display: flex;
         justify-content: center;
         align-items: center;
         background-color: #fff;
           box-shadow: 5px 6px 7.8px #b8b8b821;
         border: 1px solid #DFDFDF;
         -webkit-border-radius: 20px;
         border-radius: 20px;
}

.bottom-section{
         width: 100%;
         padding-bottom: 100px;
}

.bottom-section-inner{
         width: 100%;
         height: 300px;
         padding: 40px;
         display: flex;
         align-items: center;
         background-image: url(../images/bottom-banner.jpg);
         background-repeat: no-repeat;
         background-size: cover;
         -webkit-border-radius: 15px;
         border-radius: 15px;
}

.bottom_banner_content h3{
          color: #fff;
          margin-bottom: 10px;
        }

.bottom_banner_content p{
       font-size: 18px;
       line-height: 30px;
       color: #fff;
}

.bottom_banner_content{
         width: 100%;
         margin: 0 auto;
         text-align: center;
}


.why_section{
         padding: 90px 0;
}

.three-colom{
         width: 100%;
         margin-top: 30px;
}


.three-colom ul{
          display: flex;
          flex-wrap: wrap;
              margin-left: -1%;
          margin-right: -1%;
          row-gap: 25px;
}

.three-colom ul li{
          width: 31.3%;
          margin-left: 1%;
          margin-right: 1%;
}

.img_box{
         width: 100%;
         height: 100%;
           background-color: #ffffff;
  border: 1px solid;
  border-color: #dfdfdf;
         -webkit-border-radius: 20px;
         border-radius: 20px;
         overflow: hidden;
           box-shadow: 5px 6px 7.8px #b8b8b821;
}

.image_box_img{
          width: 100%;
           -webkit-border-radius: 20px;
         border-radius: 20px;
         overflow: hidden;
}

.image_box_img img{
       width: 100%;
       height: 165px;
       object-fit: cover;
}

.image_box_text{
         width: 100%;
         padding: 30px;
}

.image_box_text h3{
          font-size: 24px;
          font-weight: 600;
          color: #2E2E2E;
}

.three_sixty_section{
         padding: 60px 0;
}

.frame_work_section{
          width: 100%;
          margin-top: 30px;
}

.frame_work_section ul{
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin-left: -1%;
          margin-right: -1%;
}

.frame_work_section ul li{
         background-color: #ffffff;
  border: 1px solid;
  border-color: #dfdfdf;
  border-radius: 20px;
  box-shadow: 5px 6px 7.8px #b8b8b821;
  height: 71px;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
     margin-left: 1%;
          margin-right: 1%;
          width: calc(23% - 30px);
          position: relative;
}

.frame_work_section ul li:first-child::after{
         display: none;
}

.frame_work_section ul li::after{
       content: "";
         width: 44px;
         height: 44px;
         background-color: #8BC53F;
         background-image: url(../images/white-arrow.svg);
         background-repeat: no-repeat;
         background-position: center;
         -webkit-border-radius: 100%;
         border-radius: 100%;
         position: absolute;
         left: -55px;
}

.flagship_section{
          width: 100%;
          padding:70px 0;
          background-color: #FBFFF7;
}

.flagship_list{
            width: 100%;
          margin-top: 30px;
}

.flagship_list ul{
             display: flex;
          flex-wrap: wrap;
          margin-left: -0.5%;
          margin-right: -0.5%; 
}

.flagship_list ul li{
        margin-left: 0.5%;
          margin-right: 0.5%;
          padding: 50px 30px;
          width: 24%;
          background-color: #ffffff;
  border: 1px solid;
  border-color: #dfdfdf;
  border-radius: 20px;
  box-shadow: 5px 6px 7.8px #b8b8b821;
  min-height: 250px;
}

.flagship_list ul li h4{
       font-size: 22px;
       line-height: 35px;
       font-weight: 600;
       color: #676767;
       margin-top: 20px;
}

.seintific_section{
            width: 100%;
          padding:90px 0;
}

.seintific_list ul{
          display: flex;
          flex-wrap: wrap;
          margin-left: -1%;
          margin-right: -1%; 
}


.seintific_list ul li{
         width: 48%;
         min-height: 365px;
         background-size: cover;
         background-repeat: no-repeat;
         background-position: center;
         margin-left: 1%;
         margin-right: 1%;
         -webkit-border-radius: 15px;
         border-radius: 15px;
         position: relative;
         overflow: hidden;
}

.seintific_list ul li::after{
       content: "";
       width: 100%;
       height: 100%;
       position: absolute;
       left: 0;
       top: 0;
    background: linear-gradient(177deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 68%) 77%);
    z-index: 1;
}

.seintific-content{
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        padding: 50px 30px;
}

.seintific-content h3{
       font-size: 32px;
       line-height: 38px;
       font-weight: bold;
       color: #fff;
}

.seintific-content p{
      color: #fff;
}

.three-colom-small{
         width: 100%;
         margin-top: 30px;
}


.three-colom-small ul{
          display: flex;
          flex-wrap: wrap;
              margin-left: -1.5%;
          margin-right: -1.5%;
          row-gap: 40px;
          max-width: 1000px;
}

.three-colom-small ul li{
          width: 30.3%;
          margin-left: 1.5%;
          margin-right: 1.5%;
}

.green-section{
         width: 100%;
         background-color: #8BC53F;
         padding: 40px 0;
}

.green-section .second-title{
       color: #fff;
       margin-bottom: 0;
}

.green_text{
          width: 48%;
          padding-right: 20px;
}

.green_box{
         width: 52%;
}

.green_box ul{
          display: flex;
          flex-wrap: wrap;
          margin-left: -1.5%;
          margin-right: -1.5%;
}

.green_box ul li{
          width: 47%;
           margin-left: 1.5%;
          margin-right: 1.5%;
          min-height: 116px;
          background-color: #fff;
          padding: 20px 25px;
          display: flex;
          align-items: center;
          -webkit-border-radius: 20px;
          border-radius: 20px;
}

.green_box ul li  span{
         font-size: 32px;
         font-weight: bold;
         color: #8BC53F;
         padding-right: 10px;
}

.stack-section{
         padding: 90px 0;
}

.stack-list{
          width: 100%;
          margin-top: 30px;
}

.stack-list ul{
          display: flex;
          flex-wrap: wrap;
          margin-left: -1%;
          margin-right: -1%;
          row-gap: 25px;
}

.stack-list ul li{
          width: 31.3%;
          display: flex;
          align-items: center;
          margin-left: 1%;
          margin-right: 1%;
          min-height: 86px;
          padding: 20px 20px 20px 60px;
          background-color: #fff;
             background-color: #ffffff;
  border: 1px solid;
  border-color: #dfdfdf;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 5px 6px 7.8px #b8b8b821;
  background-image: url(../images/grn-arrow.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
          
}

.stack-list ul li p{
          font-size: 24px;
          line-height: 112%;
          color: #676767;
          font-weight: 600;
}

.contact_main_section{
          width: 100%;
          background-color: #FBFFF7;
          padding: 60px 0 70px;
}

.form-container.contact_page{
       width: 100%;
       max-width: inherit;
}

.form-container.contact_page .form-row {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.form-container.contact_page .form-group{
       margin-bottom: 20px;
         width: 40%;
}

.form-container.contact_page .form-group:nth-child(2){
         margin-bottom: 0;
}

.form-container.contact_page .text-area_section .form-group{
         width: 100%;
}

.form-container.contact_page .text-area_section{
         margin-top: 0;
}

.contact_banner_img{
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
}

.form-container.contact_page .btn{
       margin: 0;
         margin-top: 45px;
}

.form-container.contact_page input, .form-container.contact_page textarea{
         background-color: #f7f7f7;
}

.nav-toggle{
       display: none;
}

.form-message {
    width: 100%;
    margin-top: 25px !important;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    display: block;
}

.form-message.success {
  background: #d4edda;
  color: #155724;
}
.form-message.error {
  background: #f8d7da;
  color: #721c24;
}