.main{
  position: relative;
}
.container{
  position: relative;
  z-index: 2;
}
.text-justify{
  text-align: justify;
}
.text-left{
  text-align: left;
}
.stats-text{
  font-size: 230px;
  font-weight: 700;
  background: linear-gradient(176.03deg, #61B81B 28.96%, #E9D201 69.25%, #FFFFFF 219.68%);
  /* Adjust gradient colors */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 180px;
  display: flex;
  justify-content: flex-end;
}
.stats-right h2{
    color: #000000;
    font-size: 32px;
    margin-top: 20px;
    font-weight: 600;
}
.section-main{
    background-image: url(../../assets/img/text-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px;
    margin-top: 2.5rem;
    margin-bottom: 40px;
}
.footprint_1{
    position: absolute;
    left: 50%;
    top: 15%;
}
.footprint_2{
    position: absolute;
    left: 69%;
    /*bottom: 20%;*/
    top:36%;
}
.footprint_3{
    position: absolute;
    left: 72%;
    top: 31%;
}
.footprint_4{
    position: absolute;
    left: 70%;
    top: 33%;
}
.footprint_5{
    position: absolute;
    left: 71%;
    top: 37%;
}
.footprint_6{
    position: absolute;
    /*right: 10%;*/
    /*bottom: 20%;*/
    left: 51%;
    top: 7%;
}
.footprint_7{
    position: absolute;
    /*right: 10%;*/
    /*bottom: 20%;*/
    left: 48%;
    top: 10%;
}
.footprint_8{
    position: absolute;
    /*right: 10%;*/
    /*bottom: 20%;*/
    left: 55%;
    top: 10%;
}
.footprint_9{
    position: absolute;
    /*right: 10%;*/
    /*bottom: 20%;*/
    left: 53%;
    top: 13%;
}
.footprint_10{
    position: absolute;
    /*right: 10%;*/
    /*bottom: 20%;*/
    left: 54%;
    top: 6%;
}
.footprint_11{
    position: absolute;
    /*right: 10%;*/
    /*bottom: 20%;*/
    left: 58%;
    top: 11%;
}
.footprint_12{
    position: absolute;
    /*right: 10%;*/
    /*bottom: 20%;*/
    left: 60%;
    top: 18%;
}
.footprint_13{
    position: absolute;
    /*right: 10%;*/
    /*bottom: 20%;*/
    left: 65%;
    top: 23%;
}
.footprint_1 img, .footprint_2 img, .footprint_3 img, .footprint_4 img, .footprint_5 img, .footprint_6 img, .footprint_7 img, .footprint_8 img, .footprint_9 img, .footprint_10 img, .footprint_11 img, .footprint_12 img, .footprint_13 img{
    width: 60%;
}
.custom-tooltip {
    --bs-tooltip-bg: #fff;
    --bs-tooltip-color: var(--bs-white);
  }

.tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
}

.tooltip-inner {
    background-color: #ffffff !important; /* White background */
    color: #000000 !important;           /* Black text */
    border: 0px solid #000000;   
    box-shadow: 0px 0px 16.1px 0px #00000057;

}

.tooltip-arrow::before {
    border-color: #ffffff transparent transparent transparent !important; /* White down marker */
}

.feedstocks_right {
    padding: 0px 0px 40px 30px;
}

.feedstocks_right .swiper-wrapper{
    padding-left: 0px;
    position: relative;
}
.feedstocks_right .swiper-slide{
    padding: 40px 0px 100px 0px;
    position: relative;
}
.feedstocks-sec{
    position: relative;
}

.feedstocks_right .swiper-slide {
    transition: transform 0.3s ease, z-index 0.3s ease;
    z-index: 1;
}
  
.feedstocks_right .swiper-slide-active {
    transform: scale(1.15);
    z-index: 10;
}

.feedstocks-sec img{
    border-radius: 10px;
}
.feedstocks-sec .feed-img{
  width: 100%;
}

.feedstocks_right .swiper-button-next,
.feedstocks_right .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: -5%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  z-index: 15;
  cursor: pointer;
}
.feedstocks_right .swiper-button-prev:after, .feedstocks_right .swiper-rtl .swiper-button-next:after{
    display: none;
}
.feedstocks_right .swiper-button-next:after, .feedstocks_right .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.feedstocks_right .swiper-button-next {
  left: 70px;
}

.feedstocks_right .swiper-button-prev {
  left: 10px;
}
.swiper-button-next img,
.swiper-button-prev img {
    background-color: #F3F8F2;
    border-radius: 50%;
    border: 1px solid #68B531;
}
.feedstock-sec-inner{
    padding: 20px;
    position: absolute;
    bottom: 10px;
   
}
.feedstock-sec-inner img{
    margin-bottom: 10px;
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    display:none;
}
.feedstock-sec-inner h2{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 700;
    transform: translateY(100px);
    transition: opacity 1s ease, transform 1s ease;

}
.feedstock-sec-inner p{
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.feedstock-sec-inner 
.btn-get-started2 {
    color: #000000;
    background: #FFE600;
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0px;
    padding: 8px 20px;
    border-radius: 25px 0px 25px 25px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.feedstock-sec-inner .btn-get-started2 i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.feedstock-sec-inner .btn-get-started2:hover {
    color: #ffffff;
    background: #68B531;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.feedstock-sec-inner .btn-get-started2:hover i {
    transform: translateX(5px);
}

.feedstocks-sec:hover .feedstock-sec-inner {
    opacity: 1;
    transform: translateY(0);
}
.swiper-slide-active .feedstocks-sec .feedstock-sec-inner img,
.swiper-slide-active .feedstocks-sec .feedstock-sec-inner h2,
.swiper-slide-active .feedstocks-sec .feedstock-sec-inner p,
.swiper-slide-active .feedstocks-sec .feedstock-sec-inner .btn-get-started2 {
    opacity: 1;
    transform: translateY(0);
}


.blog-sec{
    position: relative;
}
.blog-main .swiper-wrapper{
  padding-left: 0px;
  position: relative;
  padding: 40px 0px 100px 0px;
}
.blog-main .swiper-button-next:after, .blog-main .swiper-button-prev:after{
  display: none;
}


.blog-main .swiper-button-next,
.blog-main .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: -5%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  z-index: 15;
  cursor: pointer;
}

.blog-main .swiper-button-next {
  left: 70px;
}

.blog-main .swiper-button-prev {
  left: 10px;
}
.blog-sec-inner{
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 20px 100px 20px 20px;
}
.blog-sec-inner h2{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 38px;
    min-height: 30px;
}
.blog-sec-inner p{
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 58px;
    min-height: 58px;
}
.blog-date{
    position: absolute;
    top: 10%;
    left: 0px;
    background-color: #68B531;
    padding: 4px 20px;
    border-radius: 0px 20px 20px 0px;
    color: #ffffff;
    font-size: 16px;
}
.blog-cta{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.blog-sec .blog-cta .blog-icon-hover{
    display: none;
    transition: all 0.5s ease-in-out;

}
.blog-sec:hover .blog-cta .blog-icon{
    display: none;
    transition: all 0.5s ease-in-out;

}
.blog-sec:hover .blog-cta .blog-icon-hover{
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.cstr_main{
    background-image: url(../../assets/img/cstr.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 10px 30px;
}
.cstr_left{
    padding: 200px 60px;
}
.cstr_left h2{
    color: #ffffff;
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 0;
}
.cstr_left h4{
    color: #ffffff;
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 40px;
}
.cstr_right{
    position: relative;
    margin-bottom: 20px;
}
.cstr_right img{
    width: 100%;
}
.cstr_right .cstr_content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 40px;
}
.cstr_right .cstr_content h2{
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}
.cstr_right .cstr_content h4{
    color: #b6b6b6;
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 0;
}
.cstr_right .cstr_content p{
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}


.products .item-wrapper a.ext-link {
    position: relative;
    height: 100%;
    text-decoration: none;
    color: #f8f9fa;
    cursor: pointer;
  }
  .products .item-wrapper a.ext-link > div {
    position: relative;
    height: 100%;
    padding: 0 0;
  }
  
  .products .item-wrapper .title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    opacity: 1;
    position: absolute;
    bottom: 40px;
    left: 28px;
    transform: rotate(-90deg);
    color: #68B531;
    font-weight: 700;
    height: auto;
    width: 50%;
    white-space: nowrap;
  }
  .products .item-wrapper .title_number{
    font-size: 22px;
    color: #68B531;
    font-weight: 700;
    position: absolute;
    top: 15px;
    left: 12px;
  }
  .products .item-wrapper .subtitle {
    color: #68B531;
    font-size: 22px;
    margin: 0;
    opacity: 0;
    font-weight: 600;
  }
  
  .products .product-row {
    flex-wrap: nowrap;
    justify-content: center;
    overflow: hidden;
  }
  .products .product-row .item-wrapper {
    height: 550px;
    overflow: hidden;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  .products .product-row .item-wrapper {
    flex-basis: calc(100% * 1/5);
    flex-basis: 10%;
    max-width: calc(100% * 1/5);
    max-width: 10%;
    border: 1px solid #cfcfcf;
    border-radius: 30px;
    background-color: #E3F2D8;
    transition: all 0.7s ease-in-out;
    position: relative;
  }
  
  /* .products .product-row:hover .item-wrapper {
    flex-basis: calc(100% * 1/5);
    flex-basis: 10%;
    max-width: calc(100% * 1/5);
    max-width: 10%;
  } */
  .products .product-row .item-wrapper.active, .products .product-row .item-wrapper:hover {
    background-color: #F3F3F3;
  }
  .products .product-row .item-wrapper > div {
    height: 100%;
    
  }
  .products .product-row .item-wrapper > a > div {
    position: relative;
    height: 100%;
    padding: 0 0;
  }
  .products .product-row .item-wrapper .description p {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0;
    opacity: 0;
    font-size: 14px;
  }
  .products .product-row .item-wrapper .description a {
    opacity: 0;
  }
  .products .product-row .item-wrapper .category-icon {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    font-size: 0.79rem;
    color: #0DAFE0;
    display: flex;
    align-items: center;
    padding: 0.35rem;
    opacity: 0.7;
    filter: grayscale(50%);
  }

  .products .product-row .product-inner{
    margin-left: 60px;
    border-left: 1px solid #ddd;
    opacity: 0;
    padding: 20px;
  }
  .products .product-row .item-wrapper.active .product-inner, .products .product-row .item-wrapper:hover .product-inner{
    opacity: 1;
    
  }
  .products .product-row .product-inner img{
    margin-top: 0px;
    opacity: 0;
  }
  .products .product-row .item-wrapper.active .product-inner img, .products .product-row .item-wrapper:hover .product-inner img{
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .products .product-row .item-wrapper .category-icon:after {
    content: "";
    display: block;
    margin-left: 0.5rem;
    background-repeat: no-repeat;
    -webkit-mask-image: url(//themjcl.com/wp-content/uploads/2019/02/sports_biotech_icon.svg);
    mask-image: url(//themjcl.com/wp-content/uploads/2019/02/sports_biotech_icon.svg);
    background-color: #0DAFE0;
    height: 20px;
    width: 21px;
  }
  .products .product-row .item-wrapper.active, .products .product-row .item-wrapper:hover {
    flex-basis: calc(100% * 2/5);
    flex-basis: 60%;
    max-width: calc(100% * 2/5);
    max-width: 60%;
  }

  .products .product-row .item-wrapper.active .title, .products .product-row .item-wrapper:hover .title {
    font-size: 18px;
    text-shadow: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    left: -135px;
    bottom: 185px;
    display: none;
  }
  .products .product-row .item-wrapper.active .subtitle, .products .product-row .item-wrapper:hover .subtitle {
    opacity: 1;
    color: #68B531;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .products .product-row .item-wrapper.active .description p, .products .product-row .item-wrapper:hover .description p {
    opacity: 1;
    color: #212529;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    margin-bottom: 20px;
  }
  /* .products .product-row .item-wrapper:hover:before {
    background: rgba(248, 249, 250, 0.8) !important;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
 */
 .products .product-row .item-wrapper.active .description a, .products .product-row .item-wrapper:hover .description a {
  opacity: 1;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


  .swiper-pagination-bullet-active{
    background: #68b531;
  }
  .swiper-pagination-bullet{
    width: 100px;
    height: 4px;
    border-radius: 0;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 18px;
    top: auto;
    left: 0;
    width: 100%;
  }
  
  @media (max-width: 400px) {
        .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 18px;
    top: auto;
    left: 10%;
    width: 80%;
  }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
        .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 18px;
    top: auto;
    left: 10%;
    width: 100%;
  }
  }


  .stats-main-inner{
    padding: 0px;
  }
  .stats-main .swiper-button-next,
  .stats-main .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: -5%;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    z-index: 15;
    cursor: pointer;
  }
  .stats-main .swiper-button-prev:after, .stats-main .swiper-rtl .swiper-button-next:after{
      display: none;
  }
  .stats-main .swiper-button-next:after, .stats-main .swiper-rtl .swiper-button-prev:after {
      display: none;
  }
  
  .stats-main .swiper-button-next {
    left: 20%;
  }
  
  .stats-main .swiper-button-prev {
    left: 15%;
  }


  .hero .swiper-button-next,
  .hero .swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    z-index: 15;
    cursor: pointer;
  }
  .hero .swiper-button-prev:after, .hero .swiper-rtl .swiper-button-next:after{
      display: none;
  }
  .hero .swiper-button-next:after, .hero .swiper-rtl .swiper-button-prev:after {
      display: none;
  }
  
  .hero .swiper-button-next {
    right: 10px;
  }
  
  .hero .swiper-button-prev {
    left: 10px;
  }

.hero-inner-page{
    background-color: #68B53136;
    padding: 160px 10px 40px 10px;
}
.hero-inner-page h2{
    text-transform: uppercase;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
}
.inner-pages .header{
    background-color: #ffffff;
}

.blog-inner{
    margin-bottom: 30px;
    box-shadow: 0px 20px 25px -5px #0000001A;
    margin-bottom: 30px;
    padding: 10px;
}
.blog-content{
    padding: 15px 10px 10px 10px;
    border-bottom: 1px solid #dcdcdc;
}
.blog-content h4{
    color: #68B531;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-content h2 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 38px;
  min-height: 38px;
}
.blog-content p{
    color: #667085;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 58px;
    min-height: 58px;
}
.blog-footer{
    padding: 20px 5px 10px 5px;
}
.blog-footer p{
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 14px;
    color: #68B531;
    letter-spacing: 0;
}


.blog-content-details{
    padding: 15px 10px 10px 10px;
}

.blog-content-details h2{
    color: #68B531;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.blog-content-details p{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: justify;
}
.blog-content-details ul li{
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.blog-content-details p a{
  color: #68B531;
}

.blog-header-details{
    padding: 20px 5px 10px 5px;
}
.blog-header-details p{
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 14px;
    color: #68B531;
    letter-spacing: 0;
}
.blog-right-header{
    border-bottom: 1px solid #E3DBD8;
    margin-bottom: 20px;
}
.blog-right-header h2{
    color: #68B531;
    font-size: 22px;
    padding: 0px 0px 10px 0px;
}

.blog-popular-inner{
    margin-bottom: 20px;
}
.blog-popular-thumb{
    max-width: 100px;
    min-width: 100px;
    margin-right: 20px;
}
.blog-popular-thumb img{
    border-radius: 10px;
    height: 80px;
    max-width: 100px;
    min-width: 100px;
}
.blog-popular-right{
    margin-bottom: 10px;
}
.blog-popular-right p{
    margin-bottom: 0px;
    color: #000000;
    font-size: 13px;
    margin-left: 5px;
}
.blog-popular-right h2{
    color: #68B531;
    font-size: 16px;
    font-weight: 600;
}
.blog-popular-right h2 a{
  color: #68B531;
}

.values-inner {
  padding: 20px 10px;
  border-radius: 25px;
  box-shadow: 0px 3.67px 18.33px 0px #CFE5AB70;
}
.values-inner:hover {
  box-shadow: 1px 12px 18.33px 0px #CFE5AB70;
}
.values-inner-right {
  padding-left: 20px;
}
.values-inner-right h2{
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
}
.values-inner-right p{
  font-size: 14px;
  color: #828282;
  margin-bottom: 0px;
  min-height:60px;
  max-height:60px;
}

.positions-inner {
  box-shadow: 0px 1px 2px 0px #00000008;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #14141421;
  margin-bottom: 20px;
  position: relative;
}
.positions-inner h2 {
  color: #141414;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}
.positions-inner .positions-detials{
  margin-right: 30px;  
  margin-bottom: 20px;
}
.positions-inner .positions-detials:last-child{
  margin-right: 0px;  
}
.positions-inner .positions-detials h4{
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-left: 6px;
}
.positions-inner h3 {
  color: #141414;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.positions-inner p {
  color: #141414;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.positions-inner .apply-now-position{
  position: absolute;
  right: 20px;
  top: 20px;
}

.life-right .col-lg-8, .life-right .col-lg-4{
  padding-bottom: 20px;
}
.life-img img {
  width: 100%;
  transition: all 0.5s ease-in-out; /* Adding 's' for seconds */
  border-radius: 10px;
}

.life-img img:hover {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}
.team-main {
  /*padding: 15px;*/
  padding: 15px 15px 1px 15px;
  border-radius: 10px;
  box-shadow: 0px 20px 25px -5px #0000001A;
  margin-bottom: 20px;
}
.company-team-left p{
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
.team-main img{
  width: 100%;
  margin-bottom: 15px;
}
.team-details h2{
  color: #233876;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-details h4{
  color: #6B7280;
  font-size: 16px;
}
.team-details p{
  color: #6B7280;
  font-size: 14px;
}
.team-details ul{
  padding-left: 0px;
  display: flex;
}
.team-details ul li{
  list-style-type: none;
  margin-right: 15px;
}
.team-details ul li a{
  color: #68B531;

}
.videos_sec .col-lg-4{
  height: 100%;
  margin-bottom: 20px;
}
.video_sec_inner{
  padding: 10px;
  text-align: center; 
  box-shadow: 0px 20px 25px -5px #0000001A;
  background-color: #ffffff;
  height: 100%;
}
.video_sec_inner p{
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
  min-height: 65px;
  max-height: 65px;
}

.body-content p{
  font-size: 16px;
  color: #000000;
  text-align: justify;
  margin-bottom: 15px;
}
.feedstock-content p{
  font-size: 16px;
  color: #000000;
  text-align: justify;
  margin-bottom: 15px;
}
.feedstock-content img{
  margin-bottom: 20px;
  width: 100%;
}

.feedstock-head{
  text-align: center;
  position: relative;
}
.feedstock-head h4{
  color: #A0D4681F;
  font-size: 120px;
  font-weight: 800;
  line-height: 100px;
}
.feedstock-head h2{
  font-size: 36px;
  color: #68B531;
  font-weight: 800;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.feedstock-inner{
  padding-top: 80px;
}
.feedstock-inner-content p{
  font-size: 16px;
  color: #000000;
  text-align: justify;
  margin-bottom: 15px;
  line-height: 24px;
}
.feedstock-inner-content p:last-child{
  margin-bottom: 0px;
}
.feedstock-inner-content img{
  width: 100%;
}
.tech-about-left h2{
  color: #68B531;
  font-size: 42px;
  font-weight: 700;
}
.tech-about-left h4{
  color: #000000;
  font-size: 42px;
  font-weight: 700;
}
.tech-about-right img{
  width: 100%;
}
.tech-about-content{
  margin-top: 30px;
}
.tech-about-content p{
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.keyfeatures-left{
  margin-bottom: 40px;
}
.keyfeatures-left-inner img:first-child{
  margin-bottom: 20px;
}
.keyfeatures-left-inner img:hover{
  transform: scale(1.05);
  transition: all 0.3s ease-in
}
.keyfeatures-right-inner{
  box-shadow: 0px 0px 12.75px 0px #0000001C;
  border-radius: 20px;
  padding: 18px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.keyfeatures-right-inner h2{
  /*color: #a0d4682e;*/
  color:#a0d46854;
  font-size: 130px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 100px;
}
.keyfeatures-right-inner p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  left: 13%;
  margin-bottom: 0px;
  color: #000000;
  font-size: 16px;

  /* Clamp to 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: auto;
  text-overflow: ellipsis;

  /* Set height for 2 lines */
  max-height: 4.2em;
  
  /* Hide scrollbar (WebKit browsers) */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

.keyfeatures-right-inner p::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.service-cbg {
  background: #F5F5F5;
  border-radius: 40px;
  text-align: center;
  padding: 40px 10px;
  margin-bottom: 15px;
  height: 100%;
}
.service-cbg:hover {
  box-shadow: 0px 20px 25px -5px #0000001A;
}
.service-cbg h3 {
  /*color: #68b53136;*/
  color:#68B531;
  font-size: 100px;
  font-weight: 800;
  margin-bottom: 0px;
}
.service-cbg h2 {
  color: #68b531;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.service-cbg p{
  color: #000000;
  font-size: 16px;
  margin-bottom: 0px;
}
.service-offering-left img{
  width: 100%;
}
.service-offering-right-inner{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.service-offering-right-inner h2{
  color: #68b431;
  font-size: 28px;
  margin-bottom: 0px;
  margin-right: 10px;
}
.service-offering-right-inner p{
  color: #000000;
  font-size: 14px;
  margin-bottom: 0px;
}
.service-advisory-inner{
  box-shadow: 0px 0px 12.75px 0px #0000001C;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 20px;
  margin-bottom: 20px;
}
.service-advisory-inner:hover{
  box-shadow: 0px 20px 25px -5px #0000001A;
}
.service-advisory-inner h2{
  /*color: #a0d4682d;*/
  /*color:#a0d46861;*/
  color:#68B531;
  font-size: 100px;
  margin-bottom: 0px;
  margin-right: 15px;
  font-weight: 700;
  line-height: 90px;
}
.service-advisory-inner p{
  color: #000000;
  font-size: 16px;
  margin-bottom: 0px;
}
.contactUs-address h2{
  color: #68B531;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contactUs-address p{
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contactUs-address p a{ 
  color: #68B531;
  font-size: 16px;
  font-weight: 600;
}
.contact-us-map{
  margin-top: 40px;
}
.contact-us-map iframe{
  border-radius: 20px;
}
.newsletter_main img{
  max-width: 150px;
}
.newsletter_form_inner{
  width: 100%;
  display: flex;
}
.newsletter_form_inner input{
  background: linear-gradient(180deg, #68B531 0%, #F0EDED 0.01%);
  padding: 15px 30px;
  width: 75%;
  border-radius: 20px 0px 0px 20px;
  font-size: 16px;
  color: #000000;
  border: none;
}
.newsletter_form_inner input:focus{
  border: none;
  outline: none;
  box-shadow: none;
}
.newsletter_form_inner input:focus-visible{
  border: none;
  outline: none;
}
.newsletter_form_inner button{
  background: linear-gradient(180deg, #68B531 0%, #68B531 100%);
  color: #ffffff;
  border: 0px;
  padding: 15px 30px;
  font-weight: 600;
  border-radius: 0px 20px 20px 0px;
  transition: all 0.2s ease-in;
  width: 25%;
}
.newsletter_form_inner button:hover{
  background: #FFE600;
  transition: all 0.2s ease-in;
  color: #000000;
}
.element_1 {
  position: absolute;
  right: 0;
  top: 5%;
  z-index: auto;
}
.element_2 {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 1;
}
.element_3 {
  position: absolute;
  right: 0;
  top: 60%;
  z-index: 1;
}

.products_right_text h2{
  font-size: 32px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}
.products_right_text h2 span{
  font-size: 32px;
  color: #68B531;
  font-weight: 700;
}

.products_right_text h3{
  font-size: 32px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}
.products_right_text h3 span{
  font-size: 32px;
  color: #68B531;
  font-weight: 700;
}
.products_right_text p{
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.dosing_system .row{
  margin-bottom: 30px;
}
.dosing_system .section-title h4{
  font-size: 36px;
  color: #000000;
  font-weight: 700;
}
.dosing_icons {
  display: flex;
  justify-content: start;
  margin-bottom: 20px;
}
.dosing_icons img{
  margin-right: 10px;
  max-width: 70px;
}

.dosing_icons_right {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
.dosing_icons_right img{
  margin-right: 10px;
  max-width: 70px;
}
.dosing_icons_right img:last-child{
  margin-right: 0px;
}

.products_right_text h6{
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.products_right_text ul li{
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
}
.products_right_text ul{
  margin-bottom: 0px;
}
.dosing_content_main{
  margin-bottom: 30px;
}
.dosing_content_main h2{
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.dosing_content_main p{
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.dosing_system .section-title{
  padding-bottom: 30px;
}
.dosing_content_main_right{
  margin-bottom: 30px;
  text-align: center;
}
.dosing_content_main_right h2{
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.dosing_content_main_right p{
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.products_right_text_right{
  text-align: left;
}
.products_right_text_right h6{
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.products_right_text_right ul{
  margin-bottom: 0px;
}
.products_right_text_right ul li{
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
}
.biogas_section .section-title{
  padding-bottom: 20px;
}
.biogas_section .section-title h3 {
  font-size: 36px;
  letter-spacing: 0px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  color: #000000;
  display: inline-block;
  border-radius: 50px;
}
.biogas_section .section-title h3 span {
  font-weight: 700;
  margin: 0;
  color: #68B531;
  display: inline-block;
  border-radius: 50px;
}
.biogas_section .section-title p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  max-width: 100%;
  margin: 10px auto;
}
.biogas_text{
  text-align: center;
}
.biogas_text img{
  width: 100%;
}
.biogas_text p{
  text-align: center;
}
.production_process .section-title{
  padding-bottom: 20px;
}
.production_prc_text p{
  color: #000000;
  font-size: 16px;
  margin-bottom: 20px;
}
.production_prc_text_inner p{
  color: #000000;
  font-size: 16px;
  margin-bottom: 20px;
}
.production_prc_text_inner ul li{
  color: #000000;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}
.production_prc_img{
  margin-bottom: 20px;
}
.principal_phase .col-lg-4, .principal_phase .col-lg-3{
  margin-bottom: 30px;
}
.principal_phase_box {
  background-color: #F5F5F5;
  padding: 50px 30px 40px 30px;
  border-radius: 45px;
  text-align: center;
  height: 100%;
}
.principal_phase_box:hover{
  box-shadow: 0px 20px 25px -5px #0000001A;
}
.principal_phase_box h2{
  color: #68B531;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.principal_phase_box p{
  color: #000000;
  font-size: 16px;
  margin-bottom: 0px;
}

.principal_phase_box1 {
  background-color: #F5F5F5;
  padding: 50px 30px 40px 30px;
  border-radius: 45px;
  text-align: center;
  height: 100%;
}
.principal_phase_box1:hover{
  box-shadow: 0px 20px 25px -5px #0000001A;
}
.principal_phase_box1 h2{
  color: #68B531;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.principal_phase_box1 p{
  color: #000000;
  font-size: 16px;
  margin-bottom: 0px;
}
.principal_phase_box1 img{
  margin-bottom: 15px;
}
.membrane_sec .section-title{
  padding-bottom: 30px;
}
.membrane_sec .section-title p{
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  max-width: 100%;
  margin: 10px auto;
}
.membrane_text_left h4{
  color: #000000;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
.membrane_text_left p{
  color: #000000;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}
.membrane_right_img{
  margin-bottom: 30px;
}
.membrane_right_img img{
  width: 100%;
}

.psa_sec .section-title p{
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  max-width: 100%;
  margin: 10px auto;
}
.psa_text_main h2{
  font-size: 28px;
  letter-spacing: 0px;
  font-weight: 700;
  margin: 0;
  color: #000000;
  display: inline-block;
  margin-bottom: 15px;
}
.psa_text_main h2 span{
  font-weight: 700;
  margin: 0;
  color: #68B531;
  display: inline-block;
}
.psa_text_main p{
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 500;
}
.psa_img_right{
  margin-bottom: 30px;
}
.psa_img_right img{
  width: 100%;
}

.psa_sec .col-lg-4{
  margin-bottom: 30px;
}
.psa_sec_box {
  background-color: #F5F5F5;
  padding: 50px 30px 40px 30px;
  border-radius: 45px;
  text-align: center;
  height: 100%;
}
.psa_sec_box:hover{
  box-shadow: 0px 20px 25px -5px #0000001A;
}
.psa_sec_box h2{
  color: #68B531;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.psa_sec_box p{
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.vpsa_text_left p{
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.vpsa_content_main{
  text-align: center;
}
.vpsa_content_main p{
  color: #000000;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}
.metrics_main_text h2{
  color: #000000;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.metrics_main_text p{
  color: #000000;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}
.metrics_img_left{
  margin-bottom: 30px;
}
.metrics_img_left img{
  width: 100%;
}
.metrics_text_right p{
  color: #000000;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500;
}
.metrics_sec .section-title{
  padding-bottom: 30px;
}
.water_scrub .section-title{
  padding-bottom: 30px;
}
.water_scrub .section-title p{
  max-width: 100%;
  color: #000000;
}

.water_scrub .col-lg-3{
  margin-bottom: 30px;
}
.water_scrub_box {
  background-color: #F5F5F5;
  padding: 50px 20px 30px 20px;
  border-radius: 45px;
  text-align: center;
  height: 100%;
}
.water_scrub_box:hover{
  box-shadow: 0px 20px 25px -5px #0000001A;
}
.water_scrub_box h2{
  color: #68B531;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.water_scrub_box p{
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.water_scrub_main_text h2 {
  color: #000000;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.water_scrub_main_text p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}
.water_scrub_main_text img{
  width: 100%;
  margin-bottom: 30px;
}
.position_main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


@media (max-width: 1024px) {
  .cstr_left {
    padding: 100px 30px;
  }
  .cstr_right .cstr_content {
    padding: 10px 20px;
  }
  .cstr_right .cstr_content h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .products .product-row .item-wrapper.active .title, .products .product-row .item-wrapper:hover .title{
    left: -120px;
    bottom: 160px;
  }
  .footer .footer-links h3 {
    font-size: 60px;
  }
  .principal_phase_box h2 {
    font-size: 18px;
  }
  .principal_phase_box p {
    font-size: 15px;
  }
  .tech-about-left h2, .tech-about-left h4 {
    font-size: 36px;
  }
  
  .blog-sec-inner h2 {
    font-size: 14px;
    font-weight: 600;
    
  }
  .blog-sec-inner p{
    font-size: 13px;
    
  }
  .feedstock-sec-inner img{
    max-width: 60px;
  }

}

@media (max-width: 992px) {
      .stats-text{
    font-size: 10rem ;
    justify-content: center;
  }
}


@media (max-width: 768px) {
  .hero {
    min-height: 60vh;
  }
  .section-title h3 {
    font-size: 28px;
    padding: 0 0;
  }
  .section-title2 h2 {
    font-size: 26px;
  }
  .section-title p {
    max-width: 100%;
  }
  .stats-text{
    font-size: 8rem;
    justify-content: center;
  }
  .stats-right{
    text-align: center;
  }
  .swiper-pagination-bullet {
    width: 60px;
  }
  .stats-main-inner {
    padding: 0px;
  }
  .stats-main .swiper-button-prev {
    left: 0%;
  }
  .stats-main .swiper-button-next {
    right: 0;
    left: auto;
  }
  .about-left{
    margin-bottom: 30px;
  }
  .cstr_left {
    padding: 20px 10px;
  }
  .cstr_left h2 {
    font-size: 40px;
  }
  .cstr_left h4 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .cstr_right .cstr_content {
    padding: 20px;
  }
  .feedstocks_right .swiper-button-next {
    right: 0px;
    left: auto;
  }
  .feedstocks_right .swiper-button-prev {
    left: 0px;
  }
  .blog-main .swiper-button-next {
    right: 0px;
    left: auto;
  }
  
  .blog-main .swiper-button-prev {
    left: 0px;
  }
  .blog-main .swiper-wrapper{
    padding: 10px 0px 60px 0px;
  }
  .footer .footer-links h3 {
    font-size: 48px;
  }
  .copyright-link{
    text-align: center;
  }
  .footer-links ul{
    justify-content: center !important;
  }
  .biogas_section .section-title h3 {
    font-size: 28px;
  }
  .feedstock-head h2 {
    font-size: 28px;
  }
  .feedstock-inner {
    padding-top: 40px;
  }
  .tech-about-left h2, .tech-about-left h4 {
    font-size: 28px;
  }
  .keyfeatures-left-inner img{
    width: 100%;
  }
  .keyfeatures-left-inner{
    margin-bottom: 20px;
  }
  .service-offering-left{
    margin-bottom: 20px;
  }
  .service-advisory-inner h2{
    font-size: 60px;
  }
  .products_left_img{
    margin-bottom: 20px;
  }
  .products_left_img img{
    width: 100%;
  }
  .products_right_text{
    margin-bottom: 20px;
  }
  .dosing_system .section-title h4{
    font-size: 28px;
  }
  .position_main{
    flex-wrap: wrap;
  }
  .positions-inner .apply-now-position{
    bottom: 30px;
    right: 10px;
    top: auto;
  }
  .hero-inner-page h2{
    font-size: 32px;
  }
  .feedstocks_right{
    padding: 0px;
  }
  .life-img{
    margin-bottom: 30px;
  }

}



@media (max-width: 640px) {
  .hero .swiper-button-next, .hero .swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    transform: none;
    z-index: 15;
    cursor: pointer;
    bottom: 0;
    top: auto;
  }

}


@media (max-width: 575px) {
  .feedstocks_right .swiper-slide-active {
    transform: scale(1);
    z-index: 10;
  }
  .feedstocks_right .swiper-slide {
    padding: 20px 0px 60px 0px;
    position: relative;
  }
  .products .product-row{
    display: block;
  }
  .products .product-row .item-wrapper.active, .products .product-row .item-wrapper:hover{
    max-width: 100%;
  }
  .products .product-row .item-wrapper{
    height: auto;
    margin-bottom: 20px;
    max-width: 100%;
  }
  
  .products .product-row .product-inner{
    opacity: 1;
    margin-left: 40px;
  }
  .products .product-row .product-inner img {
    margin-top: 20px;
  }
  .products .item-wrapper .title{
    display: none;
  }
  .products .product-row .item-wrapper .product-inner, .products .product-row .item-wrapper .product-inner {
    opacity: 1;
  }
  .products .product-row .item-wrapper, .products .product-row .item-wrapper {
    background-color: #F3F3F3;
  }
  .products .item-wrapper .subtitle{
    opacity: 1;
  }
  .products .product-row .item-wrapper .description p{
    opacity: 1;
    margin-bottom: 20px;
  }
  .products .product-row .item-wrapper .description a{
    opacity: 1;
  }
  .products .product-row .product-inner img{
    opacity: 1;
  }
}

@media (max-width: 414px) {
  .hero {
    min-height: 60vh;
  }
  .hero .swiper-slide{
      height: 60vh;
  }
  .feedstocks_right {
    padding: 0px 0px 0px 0px;
  }
}
/****Harika Css****/
.values-inner img{
    max-width:50px;
}

.culture-main .swiper-wrapper{
  padding-left: 0px;
  position: relative;
  padding: 40px 0px 100px 0px;
}
.culture-main .swiper-button-next:after, .culture-main .swiper-button-prev:after{
  display: none;
}


.culture-main .swiper-button-next,
.culture-main .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: -5%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  z-index: 15;
  cursor: pointer;
}

.culture-main .swiper-button-next {
  left: 70px;
}

.culture-main .swiper-button-prev {
  left: 10px;
}
.culture-main .swiper {
    padding: 0 12px;
}
@media (min-width: 769px) {
.culture-main  .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    border-radius: 0;
}
orizontal>.culture-main .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.culture-main .swiper-pagination-bullets.swiper-pagination-horizontal,
.culture-main .swiper-pagination-custom,
.culture-main .swiper-pagination-fraction {
    bottom: 26px;
    top: auto;
    left: 0;
    width: 100%;
}

.section-title img {
    padding-bottom: 25px;
} 

}

@media (max-width: 768px){
    .culture-main .swiper-button-next {
    right: 0px;
    left: auto!important;
  }
  
  .culture-main .swiper-button-prev {
    left: 0px;
  }
  .culture-main .swiper-wrapper{
    padding: 10px 0px 60px 0px;
  }
 .culture-main .swiper-pagination-bullet {
    width: 30px!important;
  }
  .culture-main .swiper-button-next, .culture-main .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: -7%!important;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    z-index: 15;
    cursor: pointer;
}
}
.vendor{
    color:transparent;
}
.vendor a b{
    color:transparent;
}
.vendor1{
    color:#ffffff;
}
.vendor1 a b{
    color:#ffffff;
}
@media (max-width: 768px) {
    .newsletter_form_inner input{
  background: linear-gradient(180deg, #68B531 0%, #F0EDED 0.01%);
  padding: 15px 30px;
  width: 65%;
  border-radius: 20px 0px 0px 20px;
  font-size: 16px;
  color: #000000;
  border: none;
}

.newsletter_form_inner button{
  background: linear-gradient(180deg, #68B531 0%, #68B531 100%);
  color: #ffffff;
  border: 0px;
  padding: 15px 30px;
  font-weight: 600;
  border-radius: 0px 20px 20px 0px;
  transition: all 0.2s ease-in;
  width: 35%;
}

.section-title {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

.section-title img {
    padding-bottom: 25px;
} 

.blog-sec-inner h2{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 36px;
    min-height: 36px;
}
.swiper-pagination-bullet {
        width: 45px;
    }
.section-main {
    background-image: url(../../assets/img/text-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px;
    margin-bottom: 40px;
}
.btn-get-started2{
    font-size: 16px;
}
.btn-get-started3{
   font-size: 15px; 
   padding: 6px 15px;
}
section, .section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 30px 0;
    scroll-margin-top: 98px;
    overflow: clip;
}
.img2, .img3 {
    display: none;
  }
  .keyfeatures-right-inner {
    box-shadow: 0px 0px 12.75px 0px #0000001C;
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.feedstock-inner-content p:last-child {
    margin-bottom: 0px;
    margin-top: 20px;
}
.keyfeatures-right {
    min-height: 550px;
    max-height: 550px;
}
.hero-inner-page {
    background-color: #68B53136;
    padding: 160px 10px 40px 10px;
}
}
@media (max-width: 992px) {
  .products .product-row .product-inner img {
    margin-top: 20px;
    opacity: 0;
} 

  .feedstocks_right .swiper-button-next, .feedstocks_right .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: -3%;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    z-index: 15;
    cursor: pointer;
}
}
@media (min-width: 769px) and (max-width: 992px) {
   .stats-main .swiper-button-next {
    left: 22%;
} 
.stats-right {
        text-align: center;
    }
    .swiper-pagination-bullet {
    width: 60px;
  }
  .life-img {
        margin-bottom: 30px;
    }
    .feedstock-inner-content p:last-child {
    margin-bottom: 0px;
    margin-top: 20px;
}

}
@media (min-width: 769px) and (max-width: 1025px) {
    .values-inner-right p {
    font-size: 14px;
    color: #828282;
    margin-bottom: 0px;
    min-height: 75px;
    max-height: 75px;
}
    .products_left_img {
        margin-bottom: 20px;
    }
    .products_right_text {
        margin-bottom: 20px;
    }
  .keyfeatures-right {
    min-height: 470px;
    max-height: 470px;
  }
}
.keyfeatures-right {
    min-height: 630px;
    max-height: 630px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 20px 10px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
    padding-top: 15px;

    /* Scrollbar customizations */
}

/* For WebKit browsers (Chrome, Safari, Edge) */
.keyfeatures-right::-webkit-scrollbar {
    width: 1px; /* Thin scrollbar */
}

.keyfeatures-right::-webkit-scrollbar-thumb {
    background-color: #888; /* Scrollbar thumb color */
    border-radius: 10px; /* Rounded scrollbar */
}

.keyfeatures-right::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Darker color on hover */
}

.keyfeatures-right::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Track color */
}

/* Remove scrollbar buttons (icons) */
.keyfeatures-right::-webkit-scrollbar-button {
    display: none!important; /* Completely hides the scrollbar buttons */
    height: 0; /* Ensures no height for the buttons */
}

/* For Firefox */
.keyfeatures-right {
    scrollbar-width: thin; /* Thin scrollbar */
    scrollbar-color: #888 #f1f1f1; /* Thumb and track colors */
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .keyfeatures-left .row {
    display: flex;
  }

  .keyfeatures-left .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
  }

  .keyfeatures-left-inner {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  
  .keyfeatures-left .col-lg-6:nth-child(2) .img4 {
    order: -1;
    margin-bottom: 20px;
  }

  .keyfeatures-left-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 20px;
  }
}

.body-content p a {
    color: #68B531;
}

.how-can-we-help li {
    font-weight: 500;
    padding-bottom: 5px;
}