/**
* Template Name: Mamba - v2.4.1
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins";
  color: #444;
  overflow-x: hidden;
}

a {
  color: #428bca;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

/* 
h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Raleway", sans-serif;
} */

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #000;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #000;
  transition: background 0.2s ease-in-out;
}

emphasis {
  color: #c4ff37;
}

emphasis-d {
  color: #2A774C;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: #323232;
  padding: 0;
  font-size: 14px;
}

/* .container .join-social-divs{
  display: flex;
  justify-content: end;
  } */

#topbar .contact-info a {
  line-height: 1;
  color: #444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #fff;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}

#topbar .social-links a {
  color: #fff;
  padding: 6px 16px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

#topbar #request-demo {
  cursor: pointer;
}

#topbar {
  display: block !important;
}

@media (max-width: 376px) {
  #topbar .join-the-movement a {
    padding: 5px !important;
  }

  #topbar .join-the-movement a p {
    font-size: 11px;
  }

  /* #topbar .country-select {
    margin-right: -51px;
  } */
}

@media (max-width: 426px) {
  #topbar .country-select label {
    display: none;
  }

  #topbar .language-select label {
    display: none;
  }

  #topbar .country-select {
    font-size: 11px;
    margin-left: 50px !important;
  }

  #topbar .language-select {
    font-size: 11px;
    margin-left: -10px;
    /* margin-right: 10px; */
  }

  #topbar .join-the-movement a{
    margin-left: -35px !important;
    font-size: 11px;
    padding: 5px !important;
    /* visibility: hidden; */
  }


  
}

/* @media (max-width: 1024px) {

} */

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/

#header {
  height: 87px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 16px 0;
  background-color: black;
  z-index: 997;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding-top: 22px;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 45px;
}

@media (max-width: 768px) {
  #header .nav-menu {
    background: black;
    opacity: 0.85;
  }
}

/* #header .font-xs {
  font-size: ;
} */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 18px;
}

@media (max-width: 1025px) {
  .nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    padding: 12px 15px;
    transition: 0.3s;
    font-size: 15px;
  }
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #c4ff37;
  text-decoration: underline;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  background-color: #000;
}

.nav-menu .drop-down {
  background-color: #c4ff37;
  border-radius: 15px;
  height: 40px;
  margin-top: 6px;
  padding: 0 10px;
}

.nav-menu .drop-down a {
  color: #000 !important;
  margin-top: -6px;
}

.nav-menu .drop-down:hover>ul {
  opacity: 0.85;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #c4ff37 !important;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #fff !important;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  background-color: #000;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */

.mobile-nav {
  /* display: flex; */
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #000;
  opacity: 0.85;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #e3f0fc;
  padding: 10px 20px;
  font-weight: 500;
  text-align: left;
  border-bottom: thin solid #C4FF37;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #C4FF37;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 20px;
  top: 60px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #5c768d;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/* ----------------------------------------------------------
#suppoters 
------------------------------------------------------------*/
.supporters-experSpeak-section{
  padding-top: 40px;
  padding-bottom: 40px;
}

.supporters-experSpeakheading{
  text-align: center;
  font-weight: bold;
  color: #2a774c;
  padding: 20px;
}

/*--------------------------------------------------------------
# Expert Speak
--------------------------------------------------------------*/
.expert-spak-align{
  text-align: justify;
}



/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.news {
  padding-top: 20px;
  padding-bottom: 20px;
}

.news h2 {
  text-align: center;
  font-weight: bold;
  color: #2A774C;
}

.news .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.news .owl-stage {
  display: flex;
}

.news .owl-item img {
  width: 70%;
  opacity: 0.5;
  transition: 0.3s;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.news .owl-item img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.news .owl-nav .owl-prev {
  position: absolute;
  top: -10px;
  left: -20px;
  outline: none;
}

.news .owl-nav .owl-prev span {
  font-size: 48px;
}

.news .owl-nav .owl-next {
  position: absolute;
  top: -10px;
  right: -20px;
  outline: none;
}

.news .owl-nav .owl-next span {
  font-size: 48px;
}

.news .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.news .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.news .owl-dot.active {
  background-color: #ffc451 !important;
}

@media (max-width: 768px) {
  .news {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: calc(100vh - 114px);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  background-image: url('../img/protein-index/banner.png');
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-size: cover;
}

#hero .carousel-container .carousel-content {
  text-align: left;
  margin-left: 5%;
}

#hero .carousel-container-white .carousel-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.89);
  padding: 80px 100px;
  border-radius: 25px;
  width: 100%;
}

#hero .carousel-container-white .carousel-content h1 {
  color: #2A774C;
  margin-bottom: 30px;
  font-size: 36px;
  letter-spacing: 10px;
  font-weight: 900;
  line-height: 0.1;
}

#hero .carousel-container-white .carousel-content h2 {
  color: #2A774C !important;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 900;
}

#hero .carousel-container-white .carousel-content p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #2A774C;
  width: 100%;
}

@media (max-width: 992px) {

  #hero,
  #hero .carousel-item {
    display: flex;
    height: 58rem;
    flex-direction: column;
  }

  #hero .carousel-container .carousel-content.container {
    padding: 0 22px;
  }
}

@media (max-width: 426px) {
  #hero .carousel-container {
    background-image: url('../img/protein-index/banner-v.webp');
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: cover;
  }

  #hero .carousel-content h2 {
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }

  #hero .carousel-content p {
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
    font-size: 16px;
  }

  #hero .carousel-content .learn-more {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  #hero .carousel-content {
    width: 80%;
  }
}

#hero .carousel-content {
  width: 42%;
}

#hero h1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 900;
}

#hero .carousel-content.container h2 {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 30px;
  font-size: 21px;
  width: 100%;
  font-weight: 900;
}

#hero h4 {
  color: #2A774C;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 25px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #2A774C;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  width: fit-content;
  border: 0;
  background: #C4FF37;
}

#hero .btn-get-started:hover {
  background: #a9ed05;
  color: #000;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 100%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (min-width: 768px) {
  #hero .about-us-hero {
    height: 400px;
  }
}

@media (max-width: 375px) {
  #hero .btn-get-started {
    font-size: 18px;
  }
}

#hero .about-us-hero h2 {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

#big-card-img {
  border-radius: 15px;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c768d;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Initiatives

--------------------------------------------------------------*/

.initiatives {
  padding: 40px;
  background-color: #F5F7E5;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
}

.initiatives .title {
  margin-bottom: 40px;
}

.initiatives .row {
  overflow: hidden;
}

.initiatives h2 {
  font-size: 32px;
  color: #3F3F3F;
  font-weight: 600;
  transition: ease-in-out 0.3s;
}

.initiatives .initiative-titles {
  border-right: 3px solid #2A774C;
  padding-right: 0 !important;
}

.initiatives .initiative-titles h2,
.initiatives .initiative-titles .active h2 {
  color: #2A774C;
  font-size: 28px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  transition: all 0.4 ease-in-out;
}

.initiatives .initiative-titles h2:hover {
  background-color: #2A774C;
  color: #fff;
}

.initiatives .initiative-title:hover {
  transform: translateY(-5px);
  box-shadow: 0 2px 10px 0 rgba(30, 31, 34, 0.7);
}

.initiatives .initiative-titles .active h2 {
  background-color: #2A774C;
  color: #fff;
}

.initiatives .initiative-desc {
  height: 400px;
}

.initiatives .initiative-desc h3 {
  color: #2A774C;
  margin-bottom: 40px;
  margin-top: 20px;
  font-weight: bolder;
  width: 70%;
}

.initiatives .initiative-desc p {
  color: #789600;
  margin-bottom: 40px;
}

.initiatives .image-container {
  margin-top: auto;
  margin-bottom: auto;
}

.initiatives .initiative-desc img {
  width: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: all 0.8s ease-in-out;
  cursor: pointer;
}

.initiatives .initiative-desc img:hover {
  transform: scale(1.1);
  opacity: 1;
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}

.initiatives .initiative-desc button {
  position: absolute;
  bottom: 10px;
}

.initiatives .mobile-image-container {
  display: none;
}

@media (max-width: 426px) {
  .initiatives {
    padding: 20px;
  }

  .initiatives .row {
    justify-content: center;
    margin: 0;
  }

  .initiatives .container {
    margin: 0;
    padding: 0;
  }

  .initiatives h3 {
    text-align: center;
    margin-top: 30px;
  }

  .initiatives .initiative-desc {
    height: 100%;
  }

  .initiatives .initiative-desc h3 {
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
    text-align: center;
  }

  .initiatives .initiative-desc p {
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
  }

  .initiatives .initiative-desc .read-more {
    display: flex;
    justify-content: center;
  }

  .initiatives .initiative-desc button {
    position: relative;
  }

  .initiatives .image-container {
    display: none;
  }

  .initiatives .mobile-image-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .initiatives .initiative-desc {
    height: 100%;
  }

  .initiatives .initiative-desc h3 {
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
  }

  .initiatives .initiative-desc p {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .initiatives .initiative-desc button {
    position: relative;
  }
}

@media (max-width: 768px) {
  .initiatives h3 {
    text-align: center;
    margin-top: 30px;
  }

  .initiatives .image-container {
    display: none;
  }

  .initiatives .mobile-image-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/

/* .blogs {
  background-color: #FFF;
  padding: 40px;
  transition: all 0.4s ease-in-out;
} */

.blogs {
  background-color: #FFF;
  margin-top: 5%;
  padding-inline: 15px;
  transition: all 0.4s ease-in-out;
}

.blogs .blog-asthetics img {
  object-fit: contain;
  width: 100%;
}

.blogs .title h3 {
  color: #2A774C;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
}

.blogs .blog img {
  object-fit: cover;
  width: 100%;
  height: 45vh;
  margin-bottom: 10px;
  border-radius: 15px;
}

.blogs .blog h4 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #3F4F00;
  /* text-decoration: none; */
  text-align: left;
}

.blogs .blog a {
  color: #797979;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

.blogs .blog a.read-more {
  color: #FF5757;
  font-size: 18px;
  font-weight: 300;
  background: transparent;
  padding: 0;
}

@media (max-width: 768px) {
  .blog {
    margin-top: 20px;
  }
}

#blogs-scroll .container .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50px;
  left: -40px;
  outline: none;
}

#blogs-scroll .container .owl-carousel .owl-nav .owl-prev span {
  font-size: 80px;
  color: #000;
}

#blogs-scroll .container .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50px;
  right: -40px;
  outline: none;
}

#blogs-scroll .container .owl-carousel .owl-nav .owl-next span {
  font-size: 80px;
  color: #000;
}

@media (max-width:768px) {
  #blogs-scroll .container .owl-carousel .owl-nav .owl-prev {
    top: 20px !important;
    left: -30px;
  }

  #blogs-scroll .container .owl-carousel .owl-nav .owl-next {
    top: 20px !important;
    right: -30px;
  }
}

@media (max-width:1024px) {
  #blogs-scroll .container .owl-carousel .owl-nav .owl-prev {
    top: -12px !important;
    left: -24px;
  }

  #blogs-scroll .container .owl-carousel .owl-nav .owl-next {
    top: -12px !important;
    right: -30px;
  }
}

/*--------------------------------------------------------------
# Protein-O-Meter
--------------------------------------------------------------*/

.protein-o-meter {
  background-color: #2A774C;
  padding: 40px;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}

.protein-o-meter .tab-image img {
  object-fit: contain;
  width: 80%;
}

.protein-o-meter .tab-content {
  margin-top: auto;
  margin-bottom: auto;
}

.protein-o-meter .tab-content h2 {
  font-size: 38px;
  font-weight: bold;
  color: white;
  text-align: right;
}

.protein-o-meter .tab-content p {
  font-size: 18px;
  color: #C4FF37;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {

  .protein-o-meter .tab-content h3,
  .protein-o-meter .tab-content p {
    text-align: center;
    margin-top: 20px;
  }

  .protein-o-meter .tab-content .button-container {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 426px) {
  .protein-o-meter {
    padding: 20px;
  }

  #blogs {
    flex-direction: column;
  }

  #recipe-soy {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
# Protein-Index
--------------------------------------------------------------*/

.protein-index {
  background-color: #F5F7E5;
  padding: 40px;
  transition: all 0.4s ease-in-out;
}

.protein-index .tab-image img {
  object-fit: contain;
  width: 100%;
  border-radius: 50%;
  mix-blend-mode: darken;
}

.protein-index .tab-image .overlay {
  border-radius: 50%;
  background-color: rgba(27, 78, 38, 0.5);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  padding: 0;
}

.protein-index .tab-image .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
}

.protein-index .tab-content h3 {
  font-size: 32px;
  font-weight: bold;
  color: #2A774C;
}

.protein-index .tab-content p {
  font-size: 18px;
  color: #2A774C;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .protein-index {
    padding-left: 0;
    padding-right: 0;
  }

  .protein-index .tab-content h3,
  .protein-index .tab-content p {
    text-align: center;
    margin-top: 20px;
  }

  .protein-index .tab-content .button-container {
    display: flex;
    justify-content: center;
  }

  .protein-index .tab-image {
    margin-top: 40px;
  }
}

@media (max-width: 426px) {
  .protein-index .tab-image .overlay .centered {
    font-size: 18px;
    font-weight: 600;
  }
}

/*--------------------------------------------------------------
# Supporters
--------------------------------------------------------------*/

.supporters {
  padding-top: 20px;
  padding-bottom: 20px;
}

.supporters h3 {
  text-align: center;
  font-weight: bold;
  color: #3F3F3F;
}

.supporters .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.supporters .owl-item a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.supporters .owl-item img {
  opacity: 0.8;
  transition: 0.3s;
  cursor: pointer;
}

.supporters .owl-item img:hover {
  opacity: 1;
}

.supporters .owl-nav .owl-prev {
  position: absolute;
  top: -10px;
  left: -20px;
  outline: none;
}

.supporters .owl-nav .owl-prev span {
  font-size: 48px;
}

.supporters .owl-nav .owl-next {
  position: absolute;
  top: -10px;
  right: -20px;
  outline: none;
}

.supporters .owl-nav .owl-next span {
  font-size: 48px;
}

.supporters .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.supporters .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.supporters .owl-dot.active {
  background-color: #ffc451 !important;
}

@media (max-width: 768px) {
  .supporters {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/

.social {
  background-color: #F5F7E5;
  padding: 40px;
  transition: all 0.4s ease-in-out;
}

.social .tab-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social .tab-image img {
  object-fit: contain;
  width: 100%;
}

.social .tab-content {
  padding-left: 5%;
  margin-top: auto;
  margin-bottom: auto;
}

.social h3 {
  font-size: 36px;
  font-weight: bold;
  color: #2A774C;
}

.social .tab-content p {
  font-size: 18px;
  color: #555555;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: justify;
}

.social .platforms {
  margin-top: 40px;
  transition: ease-in-out 0.3s;
  text-align: right;
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0 40px;
}

.social .platforms a {
  transition: color 0.3s;
  color: #2a2c39;
  padding-top: 7px;
  width: 36px;
  height: 36px;
  transition: ease-in-out 0.3s;
  color: #18442B;
  text-align: center;
}

.social .platforms a:hover {
  background: #fc8129;
}

.social .platforms i {
  font-size: 36px;
}

.crt-post-c {
  margin: 10px;
}

.crt-feed-window {
  padding: 10px 10px 30px 10px;
  background-color: #2A774C;
  width: 100%;
}

.crt-tag {
  color: #F5F7E5 !important;
  z-index: 0 !important;
}

@media (max-width: 768px) {
  .social {
    padding-left: 0;
    padding-right: 0;
  }

  .social h3 {
    font-size: 36px;
    text-align: center;
  }

  .social .tab-content p {
    text-align: center;
    margin-top: 20px;
  }

  .social .platforms {
    text-align: center;
  }

  .social .tab-image {
    margin-top: 40px;
  }

  .crt-feed-window {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .social h3 {
    font-size: 30px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/

.protein-day {
  padding: 40px;
  transition: all 0.4s ease-in-out;
}

.protein-day .date {
  border-top: 2px dashed #FFF;
  border-bottom: 2px dashed #FFF;
}

.protein-day h3 {
  padding-top: 10px;
  font-size: 36px;
  font-weight: bold;
  color: #C4FF37;
  text-align: center;
}

.protein-day h1 {
  font-size: 74px;
  font-weight: bold;
  color: #FFF;
  /* margin-top: -5px; */
  margin-bottom: 10px;
  text-align: center;
}

.protein-day p {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 426px) {
  .protein-day h1 {
    font-size: 50px;
  }

  .protein-day h3 {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Experts
--------------------------------------------------------------*/

.experts {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #2A774C;
}

.experts h2 {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #FFF;
  padding: 20px;
}

.experts-carousel .item {
  width: 90%;
  background-color: #FFF;
  min-height: 200px;
  border-radius: 25px;
  padding: 1.5rem;
}

.experts-carousel .item h3 {
  color: #2A774C;
  text-align: center;
  margin-block: 10px;
}

.experts-carousel .item p {
  font-size: 13px;
}

.experts-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 60% !important;
  opacity: 0.5;
}

.experts-carousel .owl-item.center {
  opacity: 1;
  height: 80% !important;
}

.experts .owl-item img {
  width: 200px !important;
  height: 200px !important;
  object-fit: cover;
  opacity: 0.8;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 50%;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .experts-carousel .item {
    padding: 24px 5px !important;
  }
}

.experts-carousel .item .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  .experts-carousel .owl-item img {
    width: 200px !important;
    height: 200px !important;
    object-fit: cover;
  }

  .experts-carousel .item h4 {
    text-align: center;
  }

  .experts-carousel .item p {
    text-align: center;
    font-size: 13px;
  }
}

.experts-carousel .owl-item img:hover {
  opacity: 1;
}

.experts-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 60px;
  left: 0;
  outline: none;
}

.experts-carousel .owl-nav .owl-prev span {
  font-size: 80px;
  color: #000;
}

.experts-carousel .owl-nav .owl-next {
  position: absolute;
  top: 60px;
  right: 0;
  outline: none;
}

.experts-carousel .owl-nav .owl-next span {
  font-size: 80px;
  color: #000;
}

.experts-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.experts-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.experts-carousel .owl-dot.active {
  background-color: #ffc451 !important;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}

.counts .count-box i {
  display: block;
  font-size: 64px;
  margin-bottom: 15px;
}

.counts .count-box span {
  font-size: 42px;
  display: block;
  font-weight: 700;
  color: #1c5c93;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
}

.services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #428bca;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon-box:hover .icon i {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #428bca;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #428bca;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #ffc451;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ffc451;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #428bca !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }

  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/

.team {
  background: #fff;
  padding: 60px 0 30px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: linear-gradient(360deg, #5c768d 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 15px 0;
  border-radius: 4px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq {
  padding-bottom: 30px;
}

.faq .faq-item {
  margin-bottom: 40px;
}

.faq .faq-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #428bca;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #6aa3d5;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

footer {
  background-color: #18442b;
  color: white;
}

footer .footer-column {
  padding-left: 60px;
  padding-right: 60px;

}


footer .copyright {
  font-size: 10px !important;
  text-align: left;
  margin-block: 1rem;
}

footer #copyright-phone {
  display: none;
}

@media (max-width: 768px) {
  footer .footer-column {
    padding-left: 10px;
    padding-right: 10px;
    text-align: -webkit-center;
  }
  .footer-img{
    max-width: 60%;
  }
}

@media (max-width: 426px) {
  footer .footer-column {
    padding-left: 5px;
    padding-right: 5px;

  }

  footer .footer-column h5 {
    text-align: center !important;
  }

  footer .footer-column .copyright {
    text-align: center;
  }

  footer #copyright-phone {
    display: flex;
    justify-content: center;
  }

  footer #copyright {
    display: none;
  }

  footer .footer-links {
    display: flex;
    justify-content: center;
  }

  footer .footer-column input {
    text-align: center;
  }
}

footer .footer-column h5 {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: left;
}

footer .footer-column p {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: medium;
  text-align: justify;
}

footer .footer-column input {
  background-color: transparent;
  color: #fff;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 12px 40px;
  outline: none;
  border: thin white solid;
  width: 100%;
}

footer .footer-column input::placeholder {
  color: #fff;
}

footer .footer-column button {
  background-color: #fff;
  color: #2A774C;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 12px 40px;
  outline: none;
  border: none;
  font-weight: 500;
  max-height: 50px;
}

@media (max-width: 768px) {
  footer .footer-column .footer-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

.btn-ripple {
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out .1s;
}

.btn-ripple::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  height: 100%;
  width: 50%;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 0.7s;
  transform: scale(5, 5);
}

.btn-ripple:active::after {
  padding: 0;
  margin: 0;
  opacity: .2;
  transition: 0s;
  transform: scale(0, 0);
}

/*--------------------------------------------------------------
# About Us - Hero
--------------------------------------------------------------*/

#banner {
  width: 100%;
  height: 100vh;
  padding: 0;
  overflow: hidden;
}

#banner .banner-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#banner .banner-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#banner .banner-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 108px;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
}

#banner .banner-info {
  text-align: left;
  width: 55%;
  margin-left: 10vh;
  margin-top: 15vh;
  margin-bottom: auto;
}

#banner h2 {
  /* color: #555B61; */
  color: #fff;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bolder;
  text-transform: uppercase;
}

#banner h4 {
  /* color: #2A774C; */
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
}

#banner p {
  width: 100%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  /* color: #202900; */
  color: #fff;
}

#banner .banner-indicators li {
  cursor: pointer;
}

#banner .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 25px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #2A774C;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #C4FF37;
}

#banner .btn-get-started:hover {
  background: #a9ed05;
  color: #000;
}

#mobile-banner {
  display: none;
}

@media (min-width: 1024px) {
  #banner p {
    width: 60%;
  }
}

@media (max-width: 992px) {
  #banner .banner-content.container {
    padding: 0 50px;
  }
}

#banner .overlay {
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, black, transparent);
  height: 100vh;
}

@media (max-width: 768px) and (min-width: 427px) {
  #banner h2 {
    font-size: 28px;
  }

  #banner .banner-content {
    width: 70% !important;
  }
}

@media (max-width: 426px) {
  /* #banner .banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0px;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 120%;
  } */

  #banner .banner-info {
    text-align: center;
    margin-top: 6vh;
    width: 100%;
    margin-left: 0;
  }

  /* #banner .banner-item {
    margin-top: 15vh !important;
  } */

  /* #banner .overlay {
    margin-top: 7vh !important;
  }

  #banner .overlay {
    position: absolute;
    top: 60px;
    background: linear-gradient(90deg, black, transparent);
    height: 120%;
  } */

  #banner p {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 375px) {
  #banner .btn-get-started {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# About-Us Help
--------------------------------------------------------------*/

#about-us .help {
  background-color: #F5F7E5;
  padding: 40px;
  transition: all 0.4s ease-in-out;
}

#about-us .help .tab-content {
  margin-top: auto;
  margin-bottom: auto;
}

#about-us .help .tab-content h3 {
  font-size: 32px;
  font-weight: bold;
  color: #2A774C;
  text-align: center;
  margin-top: 40px;
}

#about-us .help .tab-content p {
  font-size: 18px;
  color: #789600;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 375px) {
  #about-us .help {
    padding: 20px;
  }

  #about-us .help .tab-content h3 {
    font-size: 24px;
    margin-top: 30px;
  }

  #about-us .help .tab-content p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

#about-us .help .tab-content p.mid {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#about-us .mobile-banner-item {
  display: none;
}

@media (min-width: 768px) {
  #about-us #hero.about-us-hero {
    height: 400px;
  }

  #about-us #hero .about-us-hero {
    height: 400px;
  }
}

#about-us #hero .carousel-container-white {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#about-us #hero .carousel-container-white .carousel-content {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.89);
  padding: 80px 100px;
  border-radius: 25px;
  width: 80%;
}

#about-us #hero .carousel-container-white .carousel-content h1 {
  color: #2A774C;
  margin-bottom: 30px;
  font-size: 36px;
  letter-spacing: 10px;
  font-weight: 900;
  line-height: 0.1;
}

#about-us #hero .carousel-container-white .carousel-content h2 {
  color: #2A774C;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 900;
}

#about-us #hero .carousel-container-white .carousel-content p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #2A774C;
  width: 100%;
}

@media (max-width: 1024px) {
  #about-us #hero .carousel-container-white .carousel-content {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.89);
    padding: 50px 80px;
    border-radius: 25px;
    width: 80%;
  }
}

@media (max-width: 768px) {
  #about-us #hero .carousel-container-white .carousel-content {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.89);
    padding: 30px 50px;
    border-radius: 25px;
    width: 80% !important;
  }

  #about-us #hero .carousel-container-white .carousel-content h1 {
    color: #2A774C;
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: 6px;
    font-weight: 600;
    line-height: 0.1;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #about-us #hero .carousel-container-white .carousel-content h2 {
    font-weight: 800;
  }
}

@media (max-width: 375px) {
  #about-us #hero .carousel-container-white .carousel-content {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.89);
    padding: 30px 50px;
    border-radius: 25px;
    width: 80% !important;
  }

  #about-us #hero .carousel-container-white .carousel-content h1 {
    display: none;
  }

  #about-us #hero .carousel-container-white .carousel-content h2 {
    font-weight: 700;
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Protein-Sufficiency
--------------------------------------------------------------*/

.protein-sufficiency {
  background-color: #fff;
  padding: 40px;
  transition: all 0.4s ease-in-out;
}

.protein-sufficiency .tab-header h3 {
  font-size: 28px;
  font-weight: bold;
  color: #3F3F3F;
  text-align: center;
}

.protein-sufficiency .tab-header p {
  font-size: 18px;
  color: #789600;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .protein-sufficiency .tab-header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .blogs .title h3 {
    color: #2A774C;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
  }
}

.protein-sufficiency .tab-content .circle-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.protein-sufficiency .tab-content .mission {
  background-color: #F5F7E5;
  border-radius: 50%;
  border: thin dashed #2A774C;
  padding: 20px;
  width: 300px;
  height: 300px;
}

.protein-sufficiency .tab-content .mission h3 {
  font-size: 24px;
  font-weight: bold;
  color: #2A774C;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
}

.protein-sufficiency .tab-content .mission p {
  font-size: 13px;
  color: #789600;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 375px) {
  .protein-sufficiency {
    padding: 20px;
  }

  .protein-sufficiency .tab-content .mission {
    width: 250px;
    height: 250px;
  }

  .protein-sufficiency .tab-content .mission h3 {
    font-size: 20px;
    margin-top: 25px;
  }

  .protein-sufficiency .tab-content .mission p {
    font-size: 12px;
    margin-top: 25px;
  }
}

/* ------------------------------------------ Blogs related CSS -ap ------------------------------------------  */

#blog-text p,
#blog-text h6 {
  padding: .5em 0;
}

#blog-data {
  background-color: white;
}

img,
#blogs {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.blog-title {
  color: #3F4F00;
}

.link-u-lg {
  color: #797979;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 100;
}

.link-lg {
  color: #797979;
}

.blog a,
.pointer {
  cursor: pointer;
  text-align: center;
}

#blog-footer {
  background-color: #2a774c;
}

.zoom {
  transition: transform .5s ease;
}

.zoom:hover {
  transform: scale(1.05);
}

.blog-images img {
  max-height: 400px;
  object-fit: contain;
}

/* ------------------------------------------ //Blogs related CSS -ap ------------------------------------------  */

/* ------------------------------------------ Press Releases related CSS -ap ------------------------------------------  */

#press-release-text p,
#press-release-text h6 {
  padding: .5em 0;
}

#press-release-data {
  background-color: white;
}

img,
#press-releases {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.press-release-title {
  color: #3F4F00;
}

#press-release-place {
  font-weight: 500;
}

.link-u-lg {
  color: #797979;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 100;
}

.link-lg {
  color: #797979;
}

.press-release a,
.pointer {
  cursor: pointer;
  text-align: left;
}

.pointer-carousel {
  cursor: pointer;
  text-align: left;
}

#press-release-footer {
  background-color: #2a774c;
}

.zoom {
  transition: transform .5s ease;
}

.zoom:hover {
  transform: scale(1.05);
}

/* ------------------------------------------ //Press Releases related CSS -ap ------------------------------------------  */

/* ------------------------------------------ Privacy Policyrelated CSS -ap ------------------------------------------  */

#privacy-policy-text p,
#privacy-policy-text h6 {
  padding: 0;
}

#privacy-policy-data {
  background-color: white;
}

.privacy-policy-title {
  color: #3F4F00;
  padding: .5rem 0;
}

.privacy-policy-subTitle {
  color: grey;
  font-weight: 300;
  padding: .5rem 0;
}

.zoom {
  transition: transform .5s ease;
}

.zoom:hover {
  transform: scale(1.05);
}

#header-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ------------------------------------------ //Privacy Policyrelated CSS -ap ------------------------------------------  */

.play-youtube-video {
  cursor: pointer;
  width: 70%;
  height: 52vh;
  object-fit: cover;
}

@media (max-width: 426px) {
  .d-xs-none {
    display: none;
  }

  #request-demo {
    display: none !important;
  }
}

.mx-auto.zoom {
  width: fit-content;
  padding-bottom: 15px;
}

#category-right-panel {
  right: 80px;
  width: 500px;
}

.title-side {
  color: #3F4F00;
  font: size -5px;
  text-align: left;
  font-family: "Poppins";
  cursor: pointer;
}

.blogs-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

#latest-blogs {
  margin-left: 10px;
  margin-right: 10px;
}

#recipe-soy {
  margin-left: 10px;
  margin-right: 10px;
}

#countries,
#languages {
  background: #c4ff37;
  color: black;
  border: none;
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
  margin: 5px;
  padding: 2px 0 2px 10px;
}

#countries option,
#languages option {
  background: #c4ff37;
  color: black;
  border-color: none;
  border: none;
  font-weight: 800;
  border-radius: 12px;
  text-align: center;
}

.country-select label,
.language-select label {
  color: white;
  margin-bottom: 0;
  padding-block: 8px;
}

.topbar-content {
  justify-content: space-between;
}

#topbar .join-the-movement a {
  background-color: #738a49;
  color: #fff;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .search-img {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .search-img {
    display: none !important;
  }
}

@media (max-width: 426px) {
  #header.header-scrolled {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    /* top: 67px; */
  }

  #topbar .social-links {
    display: flex;
  }

  #topbar .join-the-movement a {
    background-color: #738a49;
    color: #fff;
    padding-left: 3px;
    padding-right: 3px;
    padding-block: 7px;
    width: max-content;
  }

  .topbar-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    height: 37px;
  }

  .container .join-social-divs{
    display: flex;
    justify-content: end;
    flex-wrap: wrap !important;
    }
    
  #countries,
  #languages {
    background: #c4ff37;
    color: black;
    border-color: none;
    border: none;
    font-weight: 800;
    border-radius: 12px;
    margin-left: -36%;
    text-align: center;
  }

  .country-select label {
    color: white;
  }

  #topbar {
    background: #323232;
    padding: 0;
    font-size: 14px;
  }

  #topbar .contact-info a {
    line-height: 1;
    color: #444;
    transition: 0.3s;
  }

  #topbar .contact-info a:hover {
    color: #fff;
  }

  #topbar .contact-info i {
    color: #fff;
  }

  #topbar .contact-info .icofont-phone {
    padding-left: 20px;
    margin-left: 10px;
  }

  #topbar .social-links a {
    color: #fff;
    padding: 4px 6px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
  }

  #topbar .social-links a:hover {
    color: #fff;
  }

  #topbar #request-demo {
    cursor: pointer;
  }

  #topbar {
    display: block !important;
  }
}

/* .spinner-border {
  position: fixed;
  z-index: 59;
  top: 50vh;
  left: 50vw;
}
.spinner-border span{
  size: 10px;
} */

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(6, 48, 20, 0.6);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18442B;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero-soy-strong {
  width: 100%;
  height: calc(100vh - 114px);
  padding: 0;
  overflow: hidden;
}

#hero-soy-strong .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero-soy-strong .carousel-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero-soy-strong .carousel-container {
  background-image: url('../img/protein-index/banner.png');
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-size: cover;
}

#hero-soy-strong .carousel-container .carousel-content {
  text-align: left;
  margin-left: 5%;
}

#hero-soy-strong .carousel-container-white .carousel-content {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.89);
  padding: 80px 100px;
  border-radius: 25px;
  width: 80%;
}

#hero-soy-strong .carousel-container-white .carousel-content h1 {
  color: #2A774C;
  margin-bottom: 30px;
  font-size: 36px;
  letter-spacing: 10px;
  font-weight: 900;
  line-height: 0.1;
}

#hero-soy-strong .carousel-container-white .carousel-content h2 {
  color: #2A774C;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 900;
}

#hero-soy-strong .carousel-container-white .carousel-content p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #2A774C;
  width: 100%;
}

@media (max-width: 992px) {

  #hero-soy-strong,
  #hero-soy-strong .carousel-item {
    height: calc(100vh - 70px);
  }

  #hero-soy-strong .carousel-container .carousel-content.container {
    padding: 0 50px;
  }
}

@media (max-width: 426px) {
  .blogs .title h3 {
    margin-top: 25px;
    color: #2A774C;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding-inline: 47px;
  }

  #hero-soy-strong .carousel-container {
    background-image: url('../img/protein-index/banner-v.png');
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: cover;
  }

  #hero-soy-strong .carousel-content h2 {
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }

  #hero-soy-strong .carousel-content p {
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
    font-size: 16px;
  }

  #hero-soy-strong .carousel-content .learn-more {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  #hero-soy-strong .carousel-content {
    width: 80%;
  }
}

#hero-soy-strong h1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 900;
}

#hero-soy-strong .carousel-content.container h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 900;
}

#hero-soy-strong h4 {
  color: #2A774C;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
}

#hero-soy-strong p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero-soy-strong .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero-soy-strong .carousel-inner .carousel-item,
#hero-soy-strong .carousel-inner .active.carousel-item-left,
#hero-soy-strong .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero-soy-strong .carousel-inner .active,
#hero-soy-strong .carousel-inner .carousel-item-next.carousel-item-left,
#hero-soy-strong .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero-soy-strong .carousel-inner .carousel-item-next,
#hero-soy-strong .carousel-inner .carousel-item-prev,
#hero-soy-strong .carousel-inner .active.carousel-item-left,
#hero-soy-strong .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero-soy-strong .carousel-control-prev,
#hero-soy-strong .carousel-control-next {
  width: 10%;
}

#hero-soy-strong .carousel-control-next-icon,
#hero-soy-strong .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero-soy-strong .carousel-indicators li {
  cursor: pointer;
}

#hero-soy-strong .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 25px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #2A774C;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #C4FF37;
}

#hero-soy-strong .btn-get-started:hover {
  background: #a9ed05;
  color: #000;
}

@media (max-width: 768px) {
  #hero-soy-strong h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero-soy-strong p {
    width: 60%;
  }

  #hero-soy-strong .carousel-control-prev,
  #hero-soy-strong .carousel-control-next {
    width: 5%;
  }
}

@media (min-width: 768px) {
  #hero-soy-strong.about-us-hero {
    height: 400px;
  }
}

@media (max-width: 375px) {
  #hero-soy-strong .btn-get-started {
    font-size: 18px;
  }
}

#hero-soy-strong.about-us-hero h2 {
  text-transform: uppercase;
}

.news-carousel-soy .item {
  width: 100%;
  background-color: #FFF;
  min-height: 200px;
  border-radius: 25px;
  padding: 1.5rem;
}

.news-carousel-soy .item h3 {
  color: #2A774C;
}

.news-carousel-soy .item p {
  font-size: 13px;
}

.news-carousel-soy .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 60% !important;
  opacity: 0.5;
}

.news-carousel-soy .owl-item.center {
  opacity: 1;
  height: 80% !important;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .news-carousel-soy .item {
    padding: 24px 5px !important;
  }
}

@media (max-width: 992px) {
  .news-carousel-soy .item .image-container {
    display: flex;
    justify-content: center;
  }

  .news-carousel-soy .owl-item img {
    object-fit: contain;
    margin-block: 10px;
  }

  .news-carousel-soy .item h4 {
    text-align: center;
  }

  .news-carousel-soy .item p {
    text-align: center;
    font-size: 13px;
  }
}

.news-carousel-soy .owl-item img:hover {
  opacity: 1;
}

.news-carousel-soy .owl-nav .owl-prev {
  position: absolute;
  top: 60px;
  left: 0;
  outline: none;
}

.news-carousel-soy .owl-nav .owl-prev span {
  font-size: 80px;
  color: #000;
}

.news-carousel-soy .owl-nav .owl-next {
  position: absolute;
  top: 60px;
  right: 0;
  outline: none;
}

.news-carousel-soy .owl-nav .owl-next span {
  font-size: 80px;
  color: #000;
}

.news-carousel-soy .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.news-carousel-soy .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.news-carousel-soy .owl-dot.active {
  background-color: #ffc451 !important;
}

#blog-container img {
  height: 50vh;
  width: auto;
  border-radius: 16px;
  margin-top: 20px;
}

.owl-carousel .owl-stage-outer {
  padding-top: 15px;
}

#protein-o-meter .btn-protein {
  background-color: #fff;
  color: #2A774C;
  border: 2px solid #2A774C;
  padding: 10px 25px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

#blogs-categories .active-category {
  color: #18442b;
  font-weight: 900;
  text-decoration: underline;
}

.news-carousel-proteinp .item {
  width: 100%;
  background-color: #FFF;
  min-height: 350px;
  border-radius: 25px;
  padding: 1.5rem;
}

@media (max-width: 769px) {
  .news-carousel-proteinp .item {
    min-height: 500px;
  }
}

.news-carousel-proteinp .item .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-bottom: 10px;
}

.news-carousel-proteinp .item h3 {
  color: #2A774C;
}

.news-carousel-proteinp .item p {
  font-size: 13px;
  text-align: justify;
}

.news-carousel-proteinp .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 60% !important;
  opacity: 0.5;
}

.news-carousel-proteinp .owl-item.center {
  opacity: 1;
  height: 80% !important;
}

.experts .owl-item img {
  width: 175px !important;
  height: 180px !important;
  object-fit: cover;
  opacity: 0.8;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 50%;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .news-carousel-proteinp .item {
    padding: 24px 5px !important;
  }
}

@media (max-width: 992px) {
  .news-carousel-proteinp .item .image-container {
    display: flex;
    justify-content: center;
  }

  .news-carousel-proteinp .owl-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }

  .news-carousel-proteinp .item h4 {
    text-align: center;
  }

  .news-carousel-proteinp .item p {
    text-align: center;
    font-size: 13px;
  }
}

.news-carousel-proteinp .owl-item img:hover {
  opacity: 1;
}

.news-carousel-proteinp .owl-nav .owl-prev {
  position: absolute;
  top: 60px;
  left: 0;
  outline: none;
}

.news-carousel-proteinp .owl-nav .owl-prev span {
  font-size: 80px;
  color: #000;
}

.news-carousel-proteinp .owl-nav .owl-next {
  position: absolute;
  top: 60px;
  right: 0;
  outline: none;
}

.news-carousel-proteinp .owl-nav .owl-next span {
  font-size: 80px;
  color: #000;
}

.news-carousel-proteinp .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.news-carousel-proteinp .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.news-carousel-proteinp .owl-dot.active {
  background-color: #ffc451 !important;
}

#protein-o-meter .help {
  transition: all 0.4s ease-in-out;
}

#protein-o-meter .help .tab-content-green {
  padding: 40px;
  background-color: #F5F7E5;
  margin-top: auto;
  margin-bottom: auto;
}

#protein-o-meter .help .tab-content-white {
  padding: 40px;
  background-color: #FFF;
  margin-top: auto;
  margin-bottom: auto;
}

#protein-o-meter .help h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

#protein-o-meter .help .tab-content-green h3 {
  color: #2A774C;
}

#protein-o-meter .help .tab-content-white h3 {
  color: #444;
}

#protein-o-meter .help .tab-content h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  margin-top: 40px;
}

#protein-o-meter .help .tab-content-green h2 {
  color: #1b462d;
}

#protein-o-meter .help .tab-content-white h2 {
  color: #444;
}

#protein-o-meter .help p {
  font-size: 18px;
  color: #4e6101;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
}

#protein-o-meter .help li {
  font-size: 18px;
  color: #4e6101;
  text-align: left;
}

@media (max-width: 375px) {
  #protein-o-meter .help {
    padding: 20px;
  }

  #protein-o-meter .help h3 {
    font-size: 24px;
    margin-top: 30px;
  }

  #protein-o-meter .help p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

#protein-o-meter .help p.mid {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.blogs .owl-item .row {
  margin-left: 9px;
}

@media (max-width: 426px) {
  .protein-o-meter .tab-content h2 {
    padding-block: 17px;
    font-size: 35px;
    font-weight: bold;
    color: white;
    text-align: center;
  }

  .initiatives h2 {
    font-size: 23px;
    color: #3F3F3F;
    font-weight: 600;
    transition: ease-in-out 0.3s;
    text-align: center;
  }

  .initiatives .initiative-titles .active h2 {
    background-color: #2A774C;
    color: #fff;
    font-size: 19px;
  }

  .initiatives .initiative-titles h2,
  .initiatives .initiative-titles .active h2 {
    /* color: #2A774C; */
    font-size: 19px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    transition: all 0.4 ease-in-out;
  }

  #category-right-panel {
    right: 0px;
    display: flex;
    width: 500px;
    flex-direction: column;
    align-items: center;
  }

  #category-right-panel .title-side {
    color: #3F4F00;
    font: size -5px;
    text-align: left;
    font-family: "Poppins";
    cursor: pointer;
  }

  .blogs .owl-item .row {
    margin-left: 13vw;
  }
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

/* .owl-carousel
{
  
    -ms-touch-action: pan-x;
    touch-action: pan-x; 
    
} */

#big-card-text {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* CSS that runs only on Firefox */

@-moz-document url-prefix() {
  #big-card-text {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 110px;
  }
}

@media (max-width :426px) {
  #blogs #blogs-categories {
    overflow: hidden;
    display: flex;
    /* padding-block: 2rem; */
    padding-top: 5px;
    padding-bottom: 25px;
    overflow-x: scroll;
    height: 20px;
    max-width: 500px;
    overflow-x: scroll;
    padding-left: 3rem;
    padding-right: 3rem;
    white-space: nowrap;
    /* justify-content: center; */
  }

  .play-youtube-video {
    cursor: pointer;
    width: 90vw;
    height: auto;
    object-fit: cover;
  }
}

#news-initiative .owl-carousel .owl-item img {
  display: block;
  width: auto;
  height: 85%;
  max-width: 90%;
}

.pointer-carousel-text {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page {
  color: #fff !important;
  background-color: #2a774c !important;
  border-color: #28a745 !important;
}

/* new blog css */

.blog__list--category a {
  margin-inline: 4px;
  margin-bottom: 13px;
  display: inline-block;
  background-color: #fff;
  border-radius: 25px;
  padding: 2px 10px;
  color: #33415a;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 25%);
}

.blog__list {
  width: 29vw;
  height: fit-content;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 6px 0px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 30px;
}

.blog__big {
  width: auto;
  height: 23.4rem;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 6px 0px;
  background-color: rgb(255, 255, 255);
}

.blog__list .post.hentry {
  margin-bottom: 0px;
  height: 27rem;
}

.blog__list--thumbnail {
  position: relative
}

.blog__list--content {
  padding: 15px;
  display: flex;
  height: max-content;
}

.blog__list .box h2,
.blog__list .box h2 a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #33415a;
  border: 0;
  margin: 0 0 15px;
}

.blog__list--data {
  font-size: 13px;
  font-weight: 600;
  color: #525a6e;
}

.blog__list--time {
  font-size: 13px;
  font-weight: 600;
  color: #2a774c;
}

.blog__list--thumbnail img {
  width: 100%;
  height: 136px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.box {
  position: relative;
  top: -5rem;
  background: #fff;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 17rem;
  padding-top: 1%;
  padding-inline: 4%;
  display: flex;
  justify-content: flex-start;
}

.blog_info {
  margin-left: 0rem;
  margin-top: 8%;
  margin-bottom: 5%;
  justify-content: space-around;
  padding-inline: 6%;
}

.blog-grid {
  margin-top: 100px;
  padding-inline: 2.8%;
  flex: row;
  flex-direction: row;
}

/* big card */

.blog__big .post.hentry {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
}

.blog__big--thumbnail {
  /* height: 23.4rem; */
  position: relative;
}

.blog__big--content {
  padding: 15px;
  min-height: 160px
}

.blog__big .box h2,
.blog__big .box h2 a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #33415a;
  border: 0;
  margin: 0 0 15px
}

.blog__big--data {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 600;
  color: #525a6e;
}

.blog__big--time {
  font-size: 15px;
  font-weight: 600;
  color: #2a774c;
}

.blog__big--thumbnail img {
  width: auto;
  height: 23.4rem;
  object-fit: inherit;
  border-radius: 12px 0 0 12px;
}

.blog_info_big {
  display: flex;
  margin-left: 0rem;
  margin-top: 0%;
  margin-bottom: 0%;
  justify-content: flex-end;
  padding-inline: 6%;
  flex-direction: column;
}

.entry-title {
  color: #1b462d;
  white-space: break-spaces;
}

.text-big {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: break-spaces;
}

.blogs .owl-nav .owl-prev {
  font-size: 146px !important;
  position: absolute;
  left: -6px;
  top: 10%;
}

.blogs .owl-nav .owl-next {
  font-size: 146px !important;
  position: absolute;
  right: 6px;
  top: 10%;
}

.blogs-carousel-new {
  flex-direction: row;
}

.blog_row {
  display: flex;
  justify-content: center;
}

@media (max-width: 1025px) {
  #blogs #blogs-categories span {
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    padding-block: 10px;
    margin-block: 5px;
  }

  #blogs #blogs-categories {
    overflow: hidden;
    display: flex;
    /* padding-block: 2rem; */
    padding-top: 5px;
    padding-bottom: 5px;
    overflow-x: scroll;
    height: 55px;
    max-width: 86%;
    overflow-x: scroll;
    padding-left: 2rem;
    padding-right: 3rem;
    white-space: nowrap;
    /* justify-content: center; */
    align-items: center;
  }

  .blog__list .box h2,
  .blog__list .box h2 a {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #33415a;
    border: 0;
    margin: 0 0 15px;
  }

  .blog__list--data {
    font-size: 9px;
    font-weight: 600;
    color: rgb(82, 90, 110);
  }

  .blog__list--time {
    font-size: 9px;
    font-weight: 600;
    color: rgb(42, 119, 76);
  }

  .blog__list .post.hentry {
    margin-bottom: 0px;
    height: 26rem;
  }
}

@media (max-width: 769px) {
  .blog__list--category {
    /* position: relative; */
    display: flex;
    /* position: absolute; */
    /* top: 118px; */
    /* left: 15px; */
    flex-direction: col;
    align-items: center;
    margin-top: -122px;
    flex-wrap: wrap;
  }

  #blogs #blogs-categories {
    overflow: hidden;
    display: flex;
    /* padding-block: 2rem; */
    padding-top: 5px;
    padding-bottom: 5px;
    overflow-x: scroll;
    height: 55px;
    max-width: 67%;
    overflow-x: scroll;
    padding-left: 2rem;
    padding-right: 3rem;
    white-space: nowrap;
    /* justify-content: center; */
  }

  #blogs #blogs-categories span {
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    padding-block: 10px;
    margin-block: 5px;
  }

  .blog__list {
    width: 90vw;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 6px 0px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 35px;
  }

  .blog__big {
    width: 90vw;
    height: 50.4rem;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 6px 0px;
    background-color: rgb(255, 255, 255);
  }

  .blog__list .post.hentry {
    margin-bottom: 30px;
    height: 26rem;
  }

  .blog__list--thumbnail {
    position: relative
  }

  .blog__list--content {
    padding: 15px;
    min-height: 160px
  }

  .blog__list .box h2,
  .blog__list .box h2 a {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #33415a;
    border: 0;
    margin: 0 0 15px;
  }

  .blog__list--data {
    font-size: 18px;
    font-weight: 600;
    color: #525a6e;
  }

  .blog__list--time {
    font-size: 18px;
    font-weight: 600;
    color: #2a774c;
  }

  .blog__list--thumbnail img {
    width: 100%;
    height: 136px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
  }

  .box {
    /* height: min-content; */
    position: relative;
    top: -5rem;
    background: #fff;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 11rem;
    padding-top: 2%;
    padding-inline: 4%;
    justify-content: flex-start;
  }

  .blog_info {
    margin-left: 0rem;
    margin-top: -7%;
    margin-bottom: 6%;
    justify-content: space-around;
    padding-inline: 6%;
  }

  .blog-grid {
    margin-top: 100px;
    padding-inline: 2.8%;
    flex-direction: row;
    justify-content: center;
  }

  /* big card */
  .blog__big .post.hentry {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }

  .blog__big--thumbnail {
    /* height: 23.4rem; */
    position: relative;
  }

  .blog__big--content {
    padding: 15px;
    min-height: 160px
  }

  .blog__big .box h2,
  .blog__big .box h2 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #33415a;
    border: 0;
    margin: 0 0 15px
  }

  .blog__big--data {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #525a6e;
  }

  .blog__big--time {
    font-size: 15px;
    font-weight: 600;
    color: #2a774c;
  }

  .blog__big--thumbnail img {
    width: 90vw;
    height: auto;
    object-fit: inherit;
    border-radius: 12px 12px 0 0;
  }

  .blog_info_big {
    display: flex;
    margin-left: 0rem;
    margin-top: 0%;
    margin-bottom: 0%;
    align-items: baseline;
    /* margin-inline: -56%; */
    flex-direction: column;
    width: 90vw;
    flex-wrap: nowrap;
  }

  .entry-title {
    color: #1b462d;
    text-align: left;
  }

  .text-big {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
  }

  .blogs .owl-nav .owl-prev {
    font-size: 146px !important;
    position: absolute;
    left: -6px;
    top: 10%;
  }

  .blogs .owl-nav .owl-next {
    font-size: 146px !important;
    position: absolute;
    right: 6px;
    top: 10%;
  }

  /* .blogs-carousel-new{
  } */
  .blog_row {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 430px) {
  #blogs #blogs-categories {
    overflow: hidden;
    display: flex;
    /* padding-block: 2rem; */
    padding-top: 5px;
    padding-bottom: 5px;
    overflow-x: scroll;
    height: 55px;
    max-width: 500px;
    overflow-x: scroll;
    padding-left: 3rem;
    padding-right: 3rem;
    white-space: nowrap;
    /* justify-content: center; */
  }

  #blogs #blogs-categories span {
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    padding-block: 10px;
    margin-block: 5px;
  }

  .blog__list {
    width: 90vw;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 6px 0px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 35px;
  }

  .blog__big {
    width: 90vw;
    height: fit-content;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 6px 0px;
    background-color: rgb(255, 255, 255);
  }

  .blog__list .post.hentry {
    margin-bottom: 30px;
    max-height: max-content;
    height: fit-content;
  }

  .blog__list--thumbnail {
    position: relative
  }

  .blog__list--content {
    padding: 15px;
    max-height: fit-content;
  }

  .blog__list .box h2,
  .blog__list .box h2 a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #33415a;
    border: 0;
    margin: 0 0 15px;
  }

  .blog__list--data {
    font-size: 15px;
    font-weight: 600;
    color: #525a6e;
  }

  .blog__list--time {
    font-size: 15px;
    font-weight: 600;
    color: #2a774c;
  }

  .blog__list--thumbnail img {
    width: 100%;
    height: 136px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
  }

  .box {
    /* height: min-content; */
    position: relative;
    top: -3rem;
    background: #fff;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: max-content;
    padding-top: 0;
    padding-inline: 4%;
    display: flex;
    justify-content: flex-start;
  }

  .blog_info {
    margin-left: 0rem;
    margin-top: 8%;
    margin-bottom: 5%;
    justify-content: space-around;
    padding-inline: 6%;
  }

  .blog-grid {
    margin-top: 100px;
    padding-inline: 2.8%;
    flex-direction: row;
    justify-content: center;
  }

  /* big card */
  .blog__big .post.hentry {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }

  .blog__big--thumbnail {
    /* height: 23.4rem; */
    position: relative;
  }

  .blog__big--content {
    padding: 15px;
    min-height: 160px
  }

  .blog__big .box h2,
  .blog__big .box h2 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #33415a;
    border: 0;
    margin: 0 0 15px
  }

  .blog__big--data {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #525a6e;
  }

  .blog__big--time {
    font-size: 15px;
    font-weight: 600;
    color: #2a774c;
  }

  .blog__big--thumbnail img {
    width: 90vw;
    height: auto;
    object-fit: inherit;
    border-radius: 12px 12px 0 0;
  }

  .blog_info_big {
    display: flex;
    margin-left: 0rem;
    margin-top: 0%;
    margin-bottom: 0%;
    align-items: baseline;
    /* margin-inline: -56%; */
    flex-direction: column;
    width: 90vw;
    flex-wrap: nowrap;
  }

  .entry-title {
    color: #1b462d;
    text-align: left;
  }

  .text-big {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
  }

  .blogs .owl-nav .owl-prev {
    font-size: 146px !important;
    position: absolute;
    left: -6px;
    top: 10%;
  }

  .blogs .owl-nav .owl-next {
    font-size: 146px !important;
    position: absolute;
    right: 6px;
    top: 10%;
  }

  .blogs-carousel-new {
    flex-direction: column;
  }

  .blog_row {
    display: flex;
    justify-content: center;
  }
}

.blog__list--category {
  /* position: relative; */
  display: flex;
  /* position: absolute; */
  /* top: 118px; */
  /* left: 15px; */
  flex-direction: col;
  margin-top: 21px;
  align-items: center;
  flex-wrap: wrap;
}

#head-banner {
  width: 100%;
  height: calc(100vh - 114px);
  padding: 0;
  overflow: hidden;
}

/* 
#head-banner .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
} */

/* #head-banner .carousel-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
} */

/* #head-banner {
  flex-direction: row;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
} */

#head-banner .carousel-container-white .carousel-content {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.89);
  padding: 80px 100px;
  border-radius: 25px;
  width: 80%;
}

#head-banner .carousel-container-white .carousel-content h1 {
  color: #2A774C;
  margin-bottom: 30px;
  font-size: 36px;
  letter-spacing: 10px;
  font-weight: 900;
  line-height: 0.1;
}

#head-banner .carousel-container-white .carousel-content h2 {
  color: #2A774C;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 900;
}

#head-banner .carousel-container-white .carousel-content p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #2A774C;
  width: 100%;
}

@media (max-width: 992px) {

  #head-banner,
  #head-banner .carousel-item {
    height: 135vh;
  }

  #head-banner .carousel-container .carousel-content.container {
    flex-direction: column;
    /* height: 150vh; */
    align-content: flex-start;
    padding: 0 50px;
  }
}

@media (max-width: 426px) {
  .blogs .title h3 {
    margin-top: 25px;
    color: #2A774C;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding-inline: 47px;
  }

  #head-banner .carousel-content h2 {
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }

  #head-banner .carousel-content p {
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
    font-size: 16px;
  }

  #head-banner .carousel-content .learn-more {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  #head-banner .carousel-content {
    width: 80%;
  }
}

#head-banner h1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 900;
}

#head-banner .carousel-content.container h2 {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 81px;
  font-size: 32px;
  font-weight: 900;
}

#head-banner h4 {
  color: #2A774C;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
}

#head-banner p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#head-banner .carousel-inner {
  transition-property: opacity;
  background-position: center top;
}

#head-banner .carousel-inner .carousel-item,
#head-banner .carousel-inner .active.carousel-item-left,
#head-banner .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#head-banner .carousel-inner .active,
#head-banner .carousel-inner .carousel-item-next.carousel-item-left,
#head-banner .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#head-banner .carousel-inner .carousel-item-next,
#head-banner .carousel-inner .carousel-item-prev,
#head-banner .carousel-inner .active.carousel-item-left,
#head-banner .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#head-banner .carousel-control-prev,
#head-banner .carousel-control-next {
  width: 10%;
}

#head-banner .carousel-control-next-icon,
#head-banner .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#head-banner .carousel-indicators li {
  cursor: pointer;
}

#head-banner .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 24px;
  border-radius: 25px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #2A774C;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #C4FF37;
}

#head-banner .btn-get-started:hover {
  background: #a9ed05;
  color: #000;
}

@media (max-width: 768px) {
  #head-banner h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #head-banner p {
    width: 60%;
  }

  #head-banner .carousel-control-prev,
  #head-banner .carousel-control-next {
    width: 5%;
  }
}

@media (min-width: 768px) {
  #head-banner.about-us-hero {
    height: 400px;
  }
}

@media (max-width: 375px) {
  #head-banner .btn-get-started {
    font-size: 18px;
  }
}

#head-banner.about-us-hero h2 {
  text-transform: uppercase;
}

.title-header {
  color: #18442b;
  font-weight: 800;
  margin-top: 56px;
}

.btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 25px;
  transition: 0.5s;
  line-height: 1;
  margin: 5px;
  color: #2A774C;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #C4FF37;
}

/* .btn-get-started-contact {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 25px;
  transition: 0.5s;
  line-height: 1;
  margin: 5px;
  color: #2A774C;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #C4FF37;
} */

#media-kit .media-kit {
  min-height: 300px;
  display: flex;
  align-items: center;
}

#media-kit .row {
  width: 100%;
  text-align: center;
}

#get-in-touch .media-kit {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 38px;
}

@media (max-width: 320px) {
  #get-in-touch .media-kit h5 {
    font-size: 1rem;
  }
}

#get-in-touch .row {
  width: 100%;
  text-align: center;
}

#get-in-touch h3 {
  color: #ffff;
}

.head-banner {
  justify-content: center;
  width: 100%;
  height: calc(100vh - 114px);
  padding: 0;
  align-items: center;
}

.dropdown-item {
  display: block !important;
  background-color: #000 !important;
  position: relative !important;
  color: #fff !important;
  padding: 12px 15px !important;
  transition: 0.3s !important;
  font-size: 14px !important;
  position: relative;
  padding: 10px 20px !important;
  font-weight: 500;
  padding-left: 20px !important;
}

.green-drop {
  display: block !important;
  background-color: #c4ff37 !important;
  position: relative !important;
  color: #000 !important;
  padding: 12px 15px !important;
  transition: 0.3s !important;
  border-radius: 15px !important;
  font-size: 18px !important;
}

.dropdown-menu {
  padding: 0 !important;
}

.nav-menu .green-dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 15px;
}

.mobile-nav div {
  flex-direction: column;
}

.mobile-nav .dropdown-item {
  padding-left: 20px;
}

@media (max-width: 426px) {
  #hero .carousel-content {
    width: 100%;
    align-items: center;
  }

  #hero .carousel-content.container h2 {
    color: #fff;
    margin-top: 24px;
    margin-bottom: 30px;
    font-size: 21px;
    width: 94%;
    font-weight: 900;
  }

  #hero .carousel-content img {
    height: 17rem;
    width: 17rem;
    margin-left: 0;
    margin-top: 0;
  }
}

/************************************************************
  Pendai
************************************************************/

.pendai {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F5F7E5;
}

.pendai h5 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.pendai p {
  font-size: 18px;
  text-align: center;
}

.pendai .img-container {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.pendai .img-container img {
  width: 250px;
}

.pendai .btn {
  width: 250px;
  margin: 20px 0;
}




#about-us-hero .carousel-container .carousel-content {
  text-align: left;
  margin-left: 5%;
}

#about-us-hero .carousel-container-white .carousel-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.89);
  padding: 80px 100px;
  border-radius: 25px;
  width: 100%;
}

#about-us-hero .carousel-container-white .carousel-content h2 {
  color: #2A774C !important;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 900;
}

#about-us-hero .carousel-container-white .carousel-content p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #2A774C;
  width: 100%;
}


@media (max-width: 426px) {
  #about-us-hero .carousel-container {
    background-image: url('../img/protein-index/banner-v.webp');
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: cover;
    margin-left: 10px;
  }

  #about-us-hero .carousel-content {
    width: 90% !important;
    padding: 40px 50px !important;
  }

  #about-us-hero .carousel-content h2 {
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }

  #about-us-hero .carousel-content p {
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
    font-size: 16px;
  }

  #about-us-hero .carousel-content .learn-more {
    display: flex;
    justify-content: center;
  }
}



/*--------------------------------------------------------------
# instagram posts 2021
--------------------------------------------------------------*/

.instagram-posts-2021 {
  /* background-color: #f7f7f7; */
  padding: 40px;
  transition: all 0.4s ease-in-out;
}

.instagram-posts-2021 h3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #2a774c;
  margin-bottom: 40px;
}

.instagram-posts-2021 .item {
  width: 100%;
  background-color: #fff;
  min-height: 200px;
  border-radius: 25px;
}

.instagram-posts-2021 .item h4 {
  color: #2a774c;
}

.instagram-posts-2021 .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 80% !important;
}

.instagram-posts-2021 .owl-item img {
  width: 100% !important;
  max-height: 100% !important;
  opacity: 0.8;
  transition: 0.3s;
  cursor: pointer;
  border: #000 solid 1px;
  object-fit: contain;
}

.instagram-posts-2021 .owl-item img:hover {
  opacity: 1;
}

.instagram-posts-2021 .owl-nav .owl-prev {
  position: absolute;
  top: 30px;
  left: -20px;
  outline: none;
}

.instagram-posts-2021 .owl-nav .owl-prev span {
  font-size: 80px;
  color: #000;
}

.instagram-posts-2021 .owl-nav .owl-next {
  position: absolute;
  top: 30px;
  right: -20px;
  outline: none;
}

.instagram-posts-2021 .owl-nav .owl-next span {
  font-size: 80px;
  color: #000;
}

.instagram-posts-2021 .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.instagram-posts-2021 .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000 !important;
}

.instagram-posts-2021 .owl-dot.active {
  background-color: #2a774c !important;
}

@media (max-width: 1440px) {
  .main-topbar {
    max-width: initial !important;

  }
  }