@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown:hover .dropdown-menu.show {
    display: block;
  }
  .dropdown:hover .dropdown-menu .dropdown-item:active {
    background-color: #009241;
  }
}
.footer_top_bg {
  background: url(../images/footer_top_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_img {
  max-width: 310px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .footer_img {
    max-width: 100%;
    position: relative !important;
  }
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.space-m-70 {
  margin: 0 70px;
}

.mb-16p {
  margin-bottom: 16px;
}

.cursor_pointer {
  cursor: pointer;
}

.swiper {
  width: 100%;
  height: 100%;
  border: none;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  border: none;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.green_text {
  color: #009241;
}

.bg_green {
  background-color: #009241;
}

.green_btn {
  font-family: "Nunito Sans", sans-serif;
  background: #009241;
  width: -moz-fit-content;
  width: fit-content;
}

.green_title {
  color: #009241;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.green_navigation {
  background-color: rgba(0, 146, 65, 0.5411764706);
  color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3294117647);
}
.green_navigation::after {
  font-size: 10px;
}

.underlined_title {
  border-bottom: 2px solid #333333;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 32px;
  font-family: "Nunito Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
  .underlined_title {
    font-size: 24px;
  }
}

.breadcrumb_section {
  background-color: #333333;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .breadcrumb_section .breadcrumb_text {
    position: absolute;
    width: 96%;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #333333;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb_section .breadcrumb_text h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb_section .breadcrumb_text h1 {
    font-size: 16px;
  }
}

a.ctalinka {
  font-family: "Nunito Sans", sans-serif;
  background: #009241;
  border-radius: 20px;
  padding: 5px 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: 1s all;
  max-width: 220px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 16px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media only screen and (max-width: 767px) {
  a.ctalinka {
    font-size: 11px;
    max-width: 160px;
    padding: 2px 7px;
  }
}
a.ctalinka:hover svg {
  transform: translateX(17px) rotate(-35deg);
  background: #2e3192;
  border-radius: 50%;
  fill: #fff;
  width: 30px;
  height: 30px;
  padding: 6px;
}
a.ctalinka svg {
  transition: 0.5s all;
  transform: translateX(10px);
  fill: #fff;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  a.ctalinka svg {
    width: 20px;
    height: 20px;
  }
}

#scrollTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #d7d5d5;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #333333;
}

:root {
  --swiper-theme-color: inherit;
}

:root {
  --swiper-navigation-size: 20px;
}

.h-banners {
  position: relative;
  height: 90vh;
}
.h-banners .since {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .h-banners .since {
    bottom: 4px;
    right: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .h-banners .since img {
    max-width: 90px;
  }
}
.h-banners .swiper-wrapper .swiper-slide.banneritem {
  position: relative;
}
.h-banners .swiper-wrapper .swiper-slide.banneritem:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  opacity: 0.4;
  right: 0;
}
.h-banners .swiper-wrapper .swiper-slide img {
  min-height: 767px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .h-banners .swiper-wrapper .swiper-slide img {
    min-height: 100%;
    max-height: 100%;
  }
}
.h-banners .swiper-wrapper .swiper-slide .bannercaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.h-banners .swiper-wrapper .swiper-slide .bannercaption img {
  height: auto;
  min-height: 100%;
  max-height: 100%;
  width: 50px;
  margin: auto;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .h-banners .swiper-wrapper .swiper-slide .bannercaption img {
    width: 25px;
    margin-bottom: 0.5rem;
  }
}
.h-banners .swiper-wrapper .swiper-slide .bannercaption h1 {
  font-weight: 700;
  font-size: 54px;
  line-height: 64px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .h-banners .swiper-wrapper .swiper-slide .bannercaption h1 {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0.5rem;
  }
}
.h-banners .swiper-wrapper .swiper-slide .bannercaption h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.06em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.h-banners .swiper-wrapper .swiper-slide .bannercaption h2 span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .h-banners .swiper-wrapper .swiper-slide .bannercaption h2 {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 0.5rem;
  }
}
.h-banners .swiper-wrapper .swiper-slide .bannercaption a {
  font-family: "Nunito Sans", sans-serif;
  background: #009241;
  border-radius: 20px;
  padding: 5px 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: 1s all;
  max-width: 220px;
  margin: auto;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .h-banners .swiper-wrapper .swiper-slide .bannercaption a {
    font-size: 11px;
    max-width: 160px;
    padding: 2px 7px;
  }
}
.h-banners .swiper-wrapper .swiper-slide .bannercaption a:hover svg {
  transform: translateX(17px) rotate(-35deg);
  background: #2e3192;
  border-radius: 50%;
  fill: #fff;
  width: 30px;
  height: 30px;
  padding: 6px;
}
.h-banners .swiper-wrapper .swiper-slide .bannercaption a svg {
  transition: 0.5s all;
  transform: translateX(10px);
  fill: #fff;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .h-banners .swiper-wrapper .swiper-slide .bannercaption a svg {
    width: 20px;
    height: 20px;
  }
}
.h-banners .swiper-button-prev,
.h-banners .swiper-button-next {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .h-banners .swiper-button-prev::after,
  .h-banners .swiper-button-next::after {
    font-size: 20px;
  }
}

.align-container {
  margin-left: 7rem;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .align-container {
    margin-left: 0rem;
  }
}
.align-container .scroll_section {
  height: 400px;
  overflow: auto;
}

#products .swiper-wrapper .swiper-slide .pro-card img {
  border-right: 10px solid white;
  border-left: 10px solid white;
}
#products .swiper-wrapper .swiper-slide .pro-card .pro-desc {
  box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
}
#products .swiper-wrapper .swiper-slide .pro-card .pro-desc h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #products .swiper-wrapper .swiper-slide .pro-card .pro-desc h2 {
    font-size: 12px;
  }
}
#products .swiper-wrapper .swiper-slide .pro-card .pro-desc a {
  font-family: "Nunito Sans", sans-serif;
  border-radius: 20px;
  padding: 5px 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #009241;
  text-decoration: none;
  transition: 1s all;
  max-width: 220px;
  margin: auto;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #products .swiper-wrapper .swiper-slide .pro-card .pro-desc a {
    font-size: 11px;
    max-width: 160px;
    padding: 2px 7px;
  }
}
#products .swiper-wrapper .swiper-slide .pro-card .pro-desc a:hover svg {
  transform: translateX(10px) rotate(90deg);
  border-radius: 50%;
}
#products .swiper-wrapper .swiper-slide .pro-card .pro-desc a svg {
  transition: 0.5s all;
}
@media only screen and (max-width: 767px) {
  #products .swiper-wrapper .swiper-slide .pro-card .pro-desc a svg {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #products .swiper-wrapper .swiper-slide {
    margin-bottom: 50px;
  }
}
#products .swiper-button-next,
#products .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 90%) !important;
  border: 1px solid;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #products .swiper-button-next,
  #products .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 88%) !important;
  }
}
#products .swiper-button-prev,
#products .swiper-rtl .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 85px);
  left: auto;
}
@media only screen and (max-width: 767px) {
  #products .swiper-button-prev,
  #products .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 36%);
  }
}
#products .swiper-button-next,
#products .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 30px);
}
@media only screen and (max-width: 767px) {
  #products .swiper-button-next,
  #products .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 36%);
  }
}

.weob {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .weob {
    flex-direction: column-reverse;
  }
}
.weob .limg {
  flex: 0 50%;
  position: relative;
}
.weob .limg img {
  width: 100%;
}
.weob .limg .logde {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.weob .rdesc {
  flex: 0 50%;
  padding-right: 10rem;
}
.weob .rdesc h1 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .weob .rdesc {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.midheade h2 {
  color: #fff;
  font-weight: 400;
  font-size: 27px;
  line-height: 50px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .midheade h2 {
    font-size: 16px;
    line-height: 25px;
  }
}
.midheade h2 span {
  padding: 0 20px;
}

.gp {
  background-color: #d9d9d9;
  padding: 50px 0;
}
.gp .gphead {
  text-align: center;
}
.gp .gphead h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  padding-bottom: 20px;
}
.gp .map {
  position: relative;
}
.gp .map img {
  width: 100%;
}
.gp .map .pin {
  position: absolute;
  top: 30%;
  right: 18%;
  text-align: center;
}
.gp .map .pin img {
  width: auto;
}
.gp .map .pin .pincard {
  text-align: center;
}
.gp .map .location_name {
  position: relative;
}
.gp .map .location_name::before {
  content: url(../images/icons/down_filled_arrow.png);
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: -57px;
}
.gp .map .india_block {
  width: 232px;
  position: absolute;
  transform: translate(0%, -50%);
  right: 26%;
  top: 20%;
  display: none;
}
.gp .map .india {
  fill: #009241;
}
.gp .map .india:hover {
  fill: #009241;
}
.gp .map .india:hover .india_block {
  background-color: red !important;
}

#counter {
  padding: 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #counter {
    justify-content: center;
  }
}
#counter li {
  flex: 0 220px;
}
#counter li .cowt {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #counter li .cowt {
    box-shadow: 0px 0px 5px 1px;
    padding: 10px;
    width: 300px;
  }
}
#counter li .ctr {
  flex: 1;
  font-size: 35px;
  font-weight: 900;
  margin-left: 1rem;
}
#counter li .ctr p {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 0;
}
#counter li .ctr span.count {
  position: relative;
}
#counter span.percent:after {
  content: "+";
  display: inline-block;
}
#counter span.percent:before {
  content: "";
  position: absolute;
  background: #000;
  width: 30px;
  height: 3px;
  top: 50px;
}

.roadmap {
  background: #f3f3f3;
  text-align: center;
}
.roadmap .hede h2 {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.92px;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.roadmap .swiper-wrapper {
  align-items: center;
}
.roadmap .swiper-wrapper .swiper-slide:nth-child(even) .round-card {
  flex-direction: column-reverse;
  margin-top: 0;
}
.roadmap .swiper-wrapper .swiper-slide:nth-child(even) .round-card::after {
  transform: rotate(148deg);
  right: -41px;
  top: 60%;
}
.roadmap .swiper-wrapper .swiper-slide:nth-child(even) .round-card .rrr::after {
  bottom: 0;
  top: -63px;
}
.roadmap .swiper-wrapper .swiper-slide:nth-child(even) .round-card .rrr .rr::after {
  bottom: 0;
  top: -35px;
}
.roadmap .swiper-wrapper .swiper-slide:nth-child(even) .round-cont {
  padding-top: 0px;
  padding-bottom: 20px;
}
.roadmap .swiper-wrapper .round-card {
  display: flex;
  flex-direction: column;
  margin-top: 130px;
  position: relative;
  padding-bottom: 50px;
}
.roadmap .swiper-wrapper .round-card .rrr {
  background: linear-gradient(241deg, #046730 0%, #009241 100%);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: auto;
  padding: 2px;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}
.roadmap .swiper-wrapper .round-card .rrr::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border: 1px dashed #acabab;
  border-radius: 50%;
}
.roadmap .swiper-wrapper .round-card .rrr::after {
  content: "";
  background: #01883d;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  bottom: -63px;
}
.roadmap .swiper-wrapper .round-card .rrr .rr {
  background: #fff;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.roadmap .swiper-wrapper .round-card .rrr .rr h3 {
  color: #009241;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.roadmap .swiper-wrapper .round-card .rrr .rr::after {
  content: "";
  position: absolute;
  border: 1px dashed #acabab;
  border-top: 0;
  width: 40px;
  height: 2px;
  transform: rotate(90deg);
  bottom: -35px;
}
.roadmap .swiper-wrapper .round-card .round-cont {
  padding-top: 30px;
  max-height: 200px;
  min-height: 120px;
}
.roadmap .swiper-wrapper .round-card .round-cont p {
  font-size: 16px;
  line-height: initial;
}
.roadmap .swiper-wrapper .round-card::after {
  content: "";
  position: absolute;
  border: 1px dashed #acabab;
  border-top: 0;
  width: 86px;
  height: 0px;
  transform: rotate(25deg);
  right: -40px;
  top: 46%;
}
.roadmap .swiper-button-next,
.roadmap .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 95%);
}
.roadmap .swiper-button-next,
.roadmap .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 46%);
}
@media only screen and (max-width: 767px) {
  .roadmap .swiper-button-next,
  .roadmap .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 37%);
  }
}
.roadmap .swiper-button-prev,
.roadmap .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 46%);
}
@media only screen and (max-width: 767px) {
  .roadmap .swiper-button-prev,
  .roadmap .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 36%);
  }
}

.cont-swap {
  transition-timing-function: linear !important;
}

.certifi .hede h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.92px;
  text-align: center;
  margin-bottom: 3rem;
}
.certifi img {
  max-width: 150px;
}

.exporter_section {
  background-image: url(../../../front/assets/images/leaf.jpg);
  background-attachment: fixed;
  background-size: contain;
}

.about_page .history .history_col {
  flex: 1 1 0;
}
.about_page .history .history_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_page .history .history_img {
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .about_page .history .history_img {
    width: 100%;
    position: relative;
  }
}
.about_page .quality_bullets {
  list-style-type: none;
}
.about_page .quality_bullets li {
  position: relative;
  margin-top: 30px;
  padding-left: 10px;
}
.about_page .quality_bullets li:nth-child(1):before {
  content: url(../images/icons/quality_assurance_r_and_d/technical_wing.svg);
  position: absolute;
  left: -32px;
  top: -6px;
}
.about_page .quality_bullets li:nth-child(2):before {
  content: url(../images/icons/quality_assurance_r_and_d/advanced_system.svg);
  position: absolute;
  left: -32px;
  top: -6px;
}
.about_page .quality_bullets li:nth-child(3):before {
  content: url(../images/icons/quality_assurance_r_and_d/state_of_art.svg);
  position: absolute;
  left: -32px;
  top: -6px;
}
.about_page .quality_bullets li:nth-child(4):before {
  content: url(../images/icons/quality_assurance_r_and_d/r_and_d.svg);
  position: absolute;
  left: -32px;
  top: -6px;
}
.about_page .quality_bullets li:nth-child(5):before {
  content: url(../images/icons/quality_assurance_r_and_d/strict_quality_m.svg);
  position: absolute;
  left: -32px;
  top: -6px;
}
.about_page .quality_bullets {
  list-style-type: none;
}
.about_page .quality_bullets li {
  position: relative;
  margin-top: 30px;
  padding-left: 10px;
}
.about_page .quality_bullets li:nth-child(1):before {
  content: url(../images/icons/production/zero_water.svg);
  position: absolute;
  left: -32px;
  top: -6px;
}
.about_page .quality_bullets li:nth-child(2):before {
  content: url(../images/icons/production/700mt.svg);
  position: absolute;
  left: -32px;
  top: -6px;
}
.about_page .quality_bullets li:nth-child(3):before {
  content: url(../images/icons/production/manufacturing_units.svg);
  position: absolute;
  left: -32px;
  top: -6px;
}
.about_page .quality_bullets li:nth-child(4):before {
  content: url(../images/icons/production/coverage.svg);
  position: absolute;
  left: -32px;
  top: -6px;
}
.about_page .quality_bullets li:nth-child(5):before {
  content: url(../images/icons/production/protein_production.svg);
  position: absolute;
  left: -32px;
  top: -6px;
}
.about_page .quality_bullets li:nth-child(6):before {
  content: url(../images/icons/production/exported_business.svg);
  position: absolute;
  left: -32px;
  top: -6px;
}
.about_page .quality_bullets li:nth-child(7):before {
  content: url(../images/icons/production/widest_network.svg);
  position: absolute;
  left: -32px;
  top: -6px;
}
.about_page .quality_bullets li:nth-child(8):before {
  content: url(../images/icons/production/production_facilities.svg);
  position: absolute;
  left: -32px;
  top: -6px;
}
.about_page .quality_bullets li:nth-child(9):before {
  content: url(../images/icons/production/employees.svg);
  position: absolute;
  left: -32px;
  top: -6px;
}

.contact_page .form {
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_page .form {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .contact_page .form {
    position: relative !important;
    width: 100%;
    transform: translate(0%, -125%) !important;
  }
}
.contact_page .contact_block::before {
  content: "";
  background: #009241;
  width: 60%;
  left: 10%;
  height: 5px;
  position: absolute;
  bottom: -2px;
  border-radius: 5px;
}

.news_events_page .nav-pills .nav-link.active,
.news_events_page .nav-pills .show > .nav-link {
  background-color: #009241 !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #fff !important;
}
.news_events_page .nav-link:focus,
.news_events_page .nav-link:hover {
  color: inherit !important;
}
.news_events_page .flex_year_block {
  flex: 1 0 auto;
}
.news_events_page .overlay {
  opacity: 0;
  transition: 0.5s all;
  background-color: rgba(0, 146, 65, 0.6509803922);
  cursor: pointer;
}
.news_events_page .img_container:hover .overlay {
  opacity: 1;
}

.product_page .swiper {
  height: -moz-fit-content;
  height: fit-content;
}
.product_page .swiper .swiper-slide {
  display: block;
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .product_page .swiper .swiper-slide {
    height: auto;
  }
}
.product_page .mySwiper .swiper-slide {
  width: 25%;
  height: 125px;
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  .product_page .mySwiper .swiper-slide {
    height: auto;
  }
}
.product_page .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: solid #009241;
}
.product_page .scroll_container_560p {
  height: 560px;
  overflow-y: auto;
}

.benefits .check_list li {
  text-align: left !important;
}

.industries_served_page .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.industries_served_page .slider_container {
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .industries_served_page .slider_container {
    left: 0%;
    width: 95%;
  }
}
.industries_served_page .responsive_bg {
  position: relative;
  height: 100%;
  width: 100%;
}
.industries_served_page .responsive_bg::before {
  content: "";
  background: rgba(253, 248, 248, 0.54);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .industries_served_page .responsive_bg::before {
    position: relative;
  }
}
@media only screen and (max-width: 600px) {
  .industries_served_page .responsive_bg {
    background: url(../images/breadcrumbs/coenzyme.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.product_page h2 {
  color: #009241;
  font-family: Nunito Sans;
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
}
.product_page .points li {
  color: #333;
  font-family: Open Sans;
  font-weight: 300;
  font-size: 20px;
}
.product_page .hover_effect:hover {
  background-color: #ff9c2c;
  border-radius: 70%;
}

.height-fix {
  scroll-margin-block-start: 320px;
}
@media only screen and (max-width: 600px) {
  .height-fix {
    scroll-margin-block-start: 322px;
  }
}

.gallery_page .photo_album .album_block {
  transition: 0.8s all;
}
.gallery_page .photo_album .album_block:hover {
  transform: scale(0.9);
  background-color: #009241;
}
.gallery_page .photo_album .album_block:hover .album_name {
  color: #fff;
}
.gallery_page .photo_album .album_block img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */