@font-face {
  font-family: "manropebold";
  src: url("../fonts/manrope-bold-webfont.woff2") format("woff2"), url("../fonts/manrope-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manropeextrabold";
  src: url("../fonts/manrope-extrabold-webfont.woff2") format("woff2"), url("../fonts/manrope-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manropeextralight";
  src: url("../fonts/manrope-extralight-webfont.woff2") format("woff2"), url("../fonts/manrope-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manropelight";
  src: url("../fonts/manrope-light-webfont.woff2") format("woff2"), url("../fonts/manrope-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manropemedium";
  src: url("../fonts/manrope-medium-webfont.woff2") format("woff2"), url("../fonts/manrope-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manroperegular";
  src: url("../fonts/manrope-regular-webfont.woff2") format("woff2"), url("../fonts/manrope-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manropesemibold";
  src: url("../fonts/manrope-semibold-webfont.woff2") format("woff2"), url("../fonts/manrope-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.badge {
  padding: 0 12px;
  border-radius: 0;
  background: #000000 !important;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-family: "manropemedium";
  font-weight: 400;
  text-shadow: none;
  min-width: 106px;
  gap: 8px;
  display: inline-flex;
  align-items: center;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% -9em, 0% 20px);
          clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% -9em, 0% 20px);
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .badge {
    font-size: 14px;
    flex-shrink: 0;
  }
}
.badge:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% -9em, 0% 19px);
          clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% -9em, 0% 19px);
  z-index: -1;
}
.badge i svg path {
  fill: #ffffff;
}
.badge.bg-secondary {
  border-color: #fefefe !important;
  color: #fefefe !important;
}
.badge.bg-secondary i svg path {
  fill: #fefefe;
}
.badge.bg-red {
  border-color: #00793a !important;
  color: #00793a !important;
  background: #00793a !important;
}
.badge.bg-red i svg path {
  fill: #00793a;
}
.badge.badge-rounded {
  -webkit-clip-path: inherit;
          clip-path: inherit;
  border-radius: 50px;
  border: 2px solid #010201 !important;
  color: #010201 !important;
  min-width: 85px;
  justify-content: center;
}
.badge.badge-rounded svg path {
  fill: #010201 !important;
}

.btn,
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_button_submit {
  min-width: 150px;
  line-height: 45px;
  padding: 0 15px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px;
  background: #00793a;
  border: 1px solid #00793a;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .btn,
  .frm_style_formidable-style.with_frm_style .frm_submit button,
  .frm_button_submit {
    font-size: 13px;
    min-width: 100px;
    line-height: 34px;
    padding: 0 6px;
  }
}
.btn span,
.frm_style_formidable-style.with_frm_style .frm_submit button span,
.frm_button_submit span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_button_submit:hover {
  background: #00793a;
  border-color: #00793a;
  color: #ffffff;
}
.btn:focus,
.frm_style_formidable-style.with_frm_style .frm_submit button:focus,
.frm_button_submit:focus {
  box-shadow: none;
}
.btn.btn__sm,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn__sm,
.frm_button_submit.btn__sm {
  min-width: 140px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .btn.btn__sm,
  .frm_style_formidable-style.with_frm_style .frm_submit button.btn__sm,
  .frm_button_submit.btn__sm {
    min-width: 100px;
  }
}
.btn.btn-primary,
.btn .frm_style_formidable-style.with_frm_style .frm_submit button,
.btn .frm_button_submit,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-primary,
.frm_style_formidable-style.with_frm_style .frm_submit button .frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_style_formidable-style.with_frm_style .frm_submit button .frm_button_submit,
.frm_button_submit.btn-primary,
.frm_button_submit .frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_button_submit .frm_button_submit {
  background: #00793a;
  border: 2px solid #00793a;
  color: #ffffff;
}
.btn.btn-primary:hover,
.btn .frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.btn .frm_button_submit:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-primary:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button .frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button .frm_button_submit:hover,
.frm_button_submit.btn-primary:hover,
.frm_button_submit .frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_button_submit .frm_button_submit:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #00793a;
}
.btn.btn-secondary,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-secondary,
.frm_button_submit.btn-secondary {
  background: #010201;
  border-color: #010201;
}
.btn.btn-secondary:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-secondary:hover,
.frm_button_submit.btn-secondary:hover {
  background: #010201;
  border-color: #010201;
  color: #ffffff;
}
.btn.btn-secondary-white,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-secondary-white,
.frm_button_submit.btn-secondary-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #fefefe;
}
.btn.btn-secondary-white:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-secondary-white:hover,
.frm_button_submit.btn-secondary-white:hover {
  background: #00793a;
  border-color: #00793a;
  color: #ffffff;
}
.btn.btn-dark,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-dark,
.frm_button_submit.btn-dark {
  background: #fefefe;
  border-color: #fefefe;
}
.btn.btn-dark:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-dark:hover,
.frm_button_submit.btn-dark:hover {
  background: #00793a;
  border-color: #00793a;
  color: #ffffff;
}
.btn.btn-black,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-black,
.frm_button_submit.btn-black {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn.btn-black:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-black:hover,
.frm_button_submit.btn-black:hover {
  background: #00793a;
  border-color: #00793a;
}
.btn.btn-outline-primary,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-outline-primary,
.frm_button_submit.btn-outline-primary {
  background: transparent;
  border: 2px solid #00793a;
  color: #00793a;
}
.btn.btn-outline-primary:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-outline-primary:hover,
.frm_button_submit.btn-outline-primary:hover {
  background: #00793a;
  color: #ffffff;
}
.btn.btn-transparent-primary,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-transparent-primary,
.frm_button_submit.btn-transparent-primary {
  background: none;
  border: 2px solid #00793a;
  color: #00793a;
}
.btn.btn-transparent-primary:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-transparent-primary:hover,
.frm_button_submit.btn-transparent-primary:hover {
  background: #00793a;
  color: #ffffff;
}
.btn.btn-outline-secondary,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-outline-secondary,
.frm_button_submit.btn-outline-secondary {
  background: transparent;
  border-color: #010201;
  color: #010201;
}
.btn.btn-outline-secondary:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-outline-secondary:hover,
.frm_button_submit.btn-outline-secondary:hover {
  background: #010201;
  color: #ffffff !important;
}
.btn.btn-outline-light,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-outline-light,
.frm_button_submit.btn-outline-light {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-outline-light:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-outline-light:hover,
.frm_button_submit.btn-outline-light:hover {
  background: #ffffff;
  color: #fefefe;
}
.btn.btn-close-white,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-close-white,
.frm_button_submit.btn-close-white {
  filter: none;
  background: #ffffff;
  color: #fefefe;
  border-color: #ffffff;
}
.btn.btn-close-white:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-close-white:hover,
.frm_button_submit.btn-close-white:hover {
  background: #00793a;
  color: #ffffff !important;
  border-color: #00793a;
}
.btn.btn-sm,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-sm,
.frm_button_submit.btn-sm {
  min-width: 125px;
}
.btn.btn-outline-dark,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-outline-dark,
.frm_button_submit.btn-outline-dark {
  border-color: #fefefe;
  color: #fefefe;
  background: transparent;
}
.btn.btn-outline-dark:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-outline-dark:hover,
.frm_button_submit.btn-outline-dark:hover {
  background: #fefefe;
  color: #ffffff;
}
.btn.disabled,
.frm_style_formidable-style.with_frm_style .frm_submit button.disabled,
.frm_button_submit.disabled {
  background: #e9e9e9;
  color: #ffffff;
  border-color: #e9e9e9;
}

.cmn__link {
  font-size: 1rem;
  font-family: "manroperegular";
  color: #00793a;
  text-decoration: underline;
}
.cmn__link__wt {
  color: #ffffff;
}
.cmn__link__wt:hover {
  color: #010201;
}
.cmn__link__wt:hover i svg path {
  stroke: #010201;
}

.link__btn {
  width: 44px;
  height: 44px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .link__btn {
    width: 32px;
    height: 32px;
  }
}
.link__btn img,
.link__btn svg {
  transition: all 0.5s ease-in-out;
}
.link__btn.link__btn__dark {
  background: #010201;
}
.link__btn.link__btn__dark svg path {
  fill: #ffffff;
}
.link__btn:hover {
  background: #00793a;
}
.link__btn:hover img,
.link__btn:hover svg {
  transform: rotate(45deg);
}
.link__btn:hover img path,
.link__btn:hover svg path {
  fill: #ffffff;
}

.page__ttl__hdng {
  font-size: 4.5rem;
  line-height: 5rem;
  color: #fefefe;
  font-family: "manroperegular";
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page__ttl__hdng {
    font-size: 4rem;
    word-break: break-all;
  }
}
.page__ttl__hdng em {
  font-style: normal;
  color: #00793a;
}
.page__ttl__hdng__dash {
  color: #010201;
}
.page__ttl__desc {
  color: #fefefe;
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 1.875rem 0 0;
}

.block__ttl {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .block__ttl {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .block__ttl.mb-0 {
    margin-bottom: 3.5rem !important;
  }
}
.block__ttl .block__ttl__hdng {
  font-size: 2.25rem;
  line-height: 2.75rem;
  color: #00793a;
  margin: 0;
  font-family: "manropeextralight";
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .block__ttl .block__ttl__hdng {
    font-size: 1.75rem;
    line-height: 2.5rem;
    word-break: break-all;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .block__ttl .block__ttl__hdng br {
    display: none;
  }
}
.block__ttl .block__ttl__desc,
.block__ttl p {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 12px 0 0;
  color: #999999;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .block__ttl .block__ttl__desc,
  .block__ttl p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .block__ttl .block__ttl__desc br,
  .block__ttl p br {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .block__ttl .block__ttl__desc br,
  .block__ttl p br {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .block__ttl .block__ttl__desc,
  .block__ttl p {
    padding: 0 !important;
  }
  .block__ttl .block__ttl__desc:last-child,
  .block__ttl p:last-child {
    margin-bottom: 0;
  }
}
.block__ttl .block__ttl__bullets {
  margin: 20px 0;
}
.block__ttl .block__ttl__bullets li {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 0;
  color: #999999;
}
.block__ttl .block__ttl__bullets li:first-child {
  margin: 0;
}
.block__ttl ol {
  padding-left: 15px;
}
.block__ttl__secondary .block__ttl__desc,
.block__ttl__secondary p {
  font-size: 16px;
  line-height: 24px;
  margin: 12px 0;
  color: #cccccc;
}
.block__ttl__dark .block__ttl__hdng {
  color: #040404;
}
.block__ttl__dark .block__ttl__hdng span {
  color: #040404;
}
.block__ttl__dark .block__ttl__desc,
.block__ttl__dark p {
  color: #fefefe;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .block__ttl.text-end {
    text-align: left !important;
  }
}

.cmn__cont__wt p {
  color: #ffffff;
}

.page__title {
  padding: 7.5rem 0px 5rem;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .page__title {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .page__title .d-flex.mt-5 {
    flex-wrap: wrap;
  }
}
.page__title .page__hdng {
  font-size: 5rem;
  line-height: 5rem;
  color: #e9e9e9;
  font-family: "manroperegular";
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .page__title .page__hdng {
    font-size: 44px;
    line-height: 56px;
  }
}

.text-primary {
  color: #00793a !important;
}

.header {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1111;
  transition: all 0.3s ease-in-out;
  position: fixed;
  background: transparent;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 20px 0;
  }
}
.header .navbar {
  padding: 0;
}
.header .navbar-brand img,
.header .navbar-brand svg {
  transition: all 0.5s ease-in-out;
  width: 286px;
  height: 74px;
}
@media only screen and (max-width: 767px) {
  .header .navbar-brand img,
  .header .navbar-brand svg {
    width: 200px;
    height: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .header .hdr__lt {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .header .hdr__rt {
    width: 35%;
  }
}
.header .hdr__rt__inn {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.header .hdr__rt__inn .navbar-toggler {
  display: block;
  padding: 0;
  border: none;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .header .hdr__rt__inn .navbar-toggler img {
    width: 40px;
  }
}
.header .hdr__rt__inn .navbar-toggler .hamburger__icon {
  width: 40px;
}
.header .hdr__rt__inn .navbar-toggler .close__icon {
  display: none;
  width: 30px;
}
.header .hdr__rt__inn .navbar-toggler.open .hamburger__icon {
  display: none;
}
.header .hdr__rt__inn .navbar-toggler.open .close__icon {
  display: block;
}
.header .hdr__rt__inn .navbar-toggler:hover {
  opacity: 0.5;
}
.header .hdr__rt__inn .navbar-toggler:focus {
  box-shadow: none;
}
.header .hdr__rt__inn .navbar-collapse {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  padding: 0.75rem;
  background: rgba(0, 121, 58, 0.95);
  width: 285px;
  height: auto !important;
  display: none !important;
}
.header .hdr__rt__inn .navbar-collapse .navbar-nav {
  flex-direction: column;
  width: 100%;
}
.header .hdr__rt__inn .navbar-collapse .navbar-nav li {
  margin: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  position: relative;
}
.header .hdr__rt__inn .navbar-collapse .navbar-nav li:last-child {
  border-bottom: none;
}
.header .hdr__rt__inn .navbar-collapse .navbar-nav li a {
  padding: 12px 8px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #ffffff;
  font-family: "manropeextralight";
  transition: all 0.5s ease-in-out;
}
.header .hdr__rt__inn .navbar-collapse .navbar-nav li a:hover {
  color: #010201;
}
.header .hdr__rt__inn .navbar-collapse .navbar-nav li.menu-item-has-children {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .hdr__rt__inn .navbar-collapse .navbar-nav li.menu-item-has-children .fa-angle-down {
  padding: 8px;
  cursor: pointer;
}
.header .hdr__rt__inn .navbar-collapse .navbar-nav li.menu-item-has-children .submenu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #010201;
  padding: 15px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .header .hdr__rt__inn .navbar-collapse .navbar-nav li.menu-item-has-children .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
  }
}
.header .hdr__rt__inn .navbar-collapse .navbar-nav li.menu-item-has-children .submenu ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.header .hdr__rt__inn .navbar-collapse .navbar-nav li.menu-item-has-children .submenu ul li a {
  font-size: 16px;
  padding: 0;
}
.header .hdr__rt__inn .navbar-collapse .navbar-nav li.menu-item-has-children .submenu ul li a:hover {
  color: #00793a;
}
.header .hdr__rt__inn .navbar-collapse .navbar-nav li.menu-item-has-children:hover .submenu {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .header .hdr__rt__inn .navbar-collapse .navbar-nav li.menu-item-has-children:hover .submenu {
    display: block;
  }
}
.header .hdr__rt__inn .navbar-collapse.show {
  display: block !important;
}

.header-sticky {
  background: #010201;
  position: fixed;
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  padding: 16px 0;
}
@media only screen and (max-width: 767px) {
  .header-sticky {
    padding-bottom: 10px;
  }
}
.header-sticky .navbar-brand img,
.header-sticky .navbar-brand svg {
  width: 180px;
  height: 48px;
}
.header-sticky .navbar .hdr__rt__inn .navbar-collapse .navbar-nav .nav-item .nav-link.nav-contact {
  padding: 23px 0 24px 30px;
}

.primary__card {
  position: relative;
}
.primary__card .card__img {
  height: 330px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .primary__card .card__img {
    height: 290px;
  }
}
.primary__card .card__img__thumb {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 72% 110%, 150% 0%, 0% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 72% 110%, 150% 0%, 0% 0%);
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.primary__card .card__img__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.primary__card .card__img__thumb img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.primary__card .card__img .badge {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 11;
}
.primary__card .link__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.primary__card .card__cont {
  margin: 20px 0 0;
}
.primary__card .card__cont .card__ttl {
  color: #010201;
  font-size: 1.625rem;
  margin: 0;
  font-family: "manropebold";
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .primary__card .card__cont .card__ttl {
    font-size: 1.5rem;
    line-height: 3rem;
    padding-right: 50px;
  }
}
.primary__card .card__cont .card__ttl sup {
  font-size: 16px;
  top: -1em;
  margin-left: 10px;
}
.primary__card .card__cont .card__desc {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "josefin_sanslight";
  margin: 1.5rem 0 0;
}
.primary__card:hover .card__img__thumb {
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 68% 110%, 150% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 68% 110%, 150% 0%, 0% 0%);
}
.primary__card:hover .card__img__thumb img {
  transform: scale(1.1);
}
.primary__card:hover .card__img__thumb img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.primary__card:hover .card__img__thumb img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.primary__card:hover .link__btn {
  background: #00793a;
}
.primary__card:hover .link__btn img,
.primary__card:hover .link__btn svg {
  transform: rotate(45deg);
}
.primary__card:hover .link__btn img path,
.primary__card:hover .link__btn svg path {
  fill: #ffffff;
}

.card {
  height: 100%;
}

.history__card__inn {
  background: #999999;
  padding: 1.5rem 4.5rem 1.5rem 1.5rem;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 64% 130%, 120% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 64% 130%, 120% 0%, 0% 0%);
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .history__card__inn .card__ttl {
    padding-right: 0 !important;
  }
}
.history__card .card__cont {
  margin: 0;
}
.history__card:hover .history__card__inn {
  background: #010201;
}
.history__card:hover .history__card__inn .card__ttl,
.history__card:hover .history__card__inn .card__desc {
  color: #ffffff;
}
.history__card:hover .link__btn svg {
  transform: none;
}

.footer {
  background: #00793a;
  background-size: cover;
  padding: 4rem 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 3rem 0;
  }
}
.footer:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/ftr-bg.jpg) no-repeat center;
  background-size: cover;
  opacity: 0.3;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.footer .container {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .footer .ftr__lt,
  .footer .ftr__rt {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}
.footer .ftr__logo {
  margin: 0 0 28px;
}
.footer .ftr__col p {
  font-size: 1.125rem;
}
.footer .ftr__col p a {
  font-size: 1.125rem;
  color: #ffffff;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ffffff;
}
.footer .ftr__col p a:hover {
  opacity: 0.5;
}
.footer .ftr__col p a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.footer .subscribe__blk {
  width: calc(100% - 65px);
  margin: 15px 0 40px;
}
.footer .subscribe__blk label {
  font-size: 1.125rem;
  color: #ffffff;
  margin: 0 0 7px;
  font-family: "manroperegular";
}
.footer .subscribe__blk .subscribe__fld {
  position: relative;
}
.footer .subscribe__blk .subscribe__fld input {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  padding: 0 110px 0 20px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 1.125rem;
  color: #ffffff !important;
}
.footer .subscribe__blk .subscribe__fld ::-moz-placeholder {
  color: #ffffff !important;
}
.footer .subscribe__blk .subscribe__fld ::placeholder {
  color: #ffffff !important;
}
.footer .subscribe__blk .subscribe__fld .subscribe__btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 90px;
  height: 30px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #00793a;
  transition: all 0.5s ease-in-out;
}
.footer .subscribe__blk .subscribe__fld .subscribe__btn:hover {
  background: #010201;
}
.footer .ftr__link {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.footer .ftr__link a {
  font-size: 1.125rem;
  color: #ffffff;
  padding-right: 8px;
  border-right: 1px solid #ffffff;
  line-height: 14px;
}
.footer .ftr__link a:hover {
  opacity: 0.5;
}
.footer .ftr__link a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.ftr__scl {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0 0;
}
.ftr__scl span {
  font-size: 1.125rem;
  color: #ffffff;
}
.ftr__scl .scl__links {
  gap: 10px;
}
.ftr__scl .scl__links a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  font-size: 16px;
  color: #ffffff;
}
.ftr__scl .scl__links a:hover {
  color: #00793a;
  background: #ffffff;
}

body .hero__carousel .hero__slide {
  height: 800px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  body .hero__carousel .hero__slide {
    height: 430px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .hero__carousel .hero__slide {
    height: 650px;
  }
}
body .hero__carousel .hero__thumb {
  width: 100%;
  height: 100%;
  position: relative;
}
body .hero__carousel .hero__thumb:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/hero-layer.png) no-repeat center;
  background-size: cover;
  opacity: 0.75;
  mix-blend-mode: revert;
}
body .hero__carousel .hero__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .hero__carousel .hero__caption__outer {
  position: absolute;
  bottom: 180px;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body .hero__carousel .hero__caption__outer {
    bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .hero__carousel .hero__caption__outer {
    bottom: 120px;
  }
}
body .hero__carousel .hero__caption {
  background: rgba(0, 121, 58, 0.8);
  padding: 24px 10px 24px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body .hero__carousel .hero__caption {
    padding: 10px 20px;
  }
}
body .hero__carousel .hero__caption:after {
  content: "";
  width: 150%;
  height: 100%;
  right: 100%;
  top: 0;
  position: absolute;
  background: rgba(0, 121, 58, 0.8);
}
body .hero__carousel .hero__caption .hero__caption__ttl {
  font-size: 3.5rem;
  line-height: 3rem;
  font-family: "manropeextrabold";
}
body .hero__carousel .hero__caption .hero__caption__ttl strong {
  text-transform: uppercase;
  font-family: "manropeextrabold";
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  body .hero__carousel .hero__caption .hero__caption__ttl {
    font-size: 2.75rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .hero__carousel .hero__caption .hero__caption__ttl {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  body .hero__carousel .hero__caption .hero__caption__ttl br {
    display: none;
  }
}
body .hero__carousel .hero__caption .hero__caption__ttl span {
  text-transform: inherit;
  font-size: 1.75rem;
  font-family: "manroperegular";
  display: block;
}
body .hero__carousel .hero__caption .hero__caption__desc {
  font-size: 1.625rem;
  line-height: 1.875rem;
  margin-bottom: 16px;
}
body .hero__carousel .owl-dots {
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body .hero__carousel .owl-dots {
    bottom: 14px;
  }
}

.inner__hero {
  position: relative;
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .inner__hero {
    height: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner__hero {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .inner__hero {
    height: 400px;
  }
}
.inner__hero__thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.inner__hero__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
.inner__hero__thumb:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/inner-hero-overlay.png) no-repeat center;
  background-size: cover;
}
.inner__hero .inner__hero__cont {
  width: 100%;
  padding: 20px 0;
  height: 150px;
  background: rgba(0, 121, 58, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .inner__hero .inner__hero__cont {
    height: auto;
    padding: 16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .inner__hero .inner__hero__cont {
    height: auto;
    padding: 30px 16px;
  }
}
.inner__hero .inner__hero__cont .breadcrumb {
  align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .inner__hero .inner__hero__cont .breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .inner__hero .inner__hero__cont .breadcrumb::-webkit-scrollbar {
    display: none;
  }
}
.inner__hero .inner__hero__cont .breadcrumb li {
  padding-left: 16px;
  margin: 0 0 0 16px;
  border-left: 1px solid #ffffff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "manropelight";
  text-transform: uppercase;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .inner__hero .inner__hero__cont .breadcrumb li {
    padding-left: 8px;
    margin-left: 8px;
    font-size: 1.125rem;
  }
}
.inner__hero .inner__hero__cont .breadcrumb li:first-child {
  border-left: none;
  padding: 0;
  margin: 0;
}
.inner__hero .inner__hero__cont .breadcrumb li a {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "manropelight";
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .inner__hero .inner__hero__cont .breadcrumb li a {
    font-size: 1.125rem;
  }
}
.inner__hero .inner__hero__cont .breadcrumb li a:hover {
  opacity: 0.5;
}
.inner__hero .inner__hero__cont .breadcrumb li.highlight span,
.inner__hero .inner__hero__cont .breadcrumb li.highlight a {
  padding: 12px 14px 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  color: #000000;
  display: block;
}
.inner__hero .inner__hero__cont .breadcrumb li.highlight span:hover,
.inner__hero .inner__hero__cont .breadcrumb li.highlight a:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .menu-open {
    overflow: hidden;
  }
}

.main-container {
  overflow-x: hidden;
  transform: none !important;
}

.cmn__section {
  padding: 2.5rem 0;
}
@media only screen and (max-width: 767px) {
  .cmn__section {
    padding: 3rem 0;
  }
}

.cta__section {
  padding: 2rem 0;
  position: relative;
  background: #00793a;
}
.cta__section .cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  mix-blend-mode: multiply;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cta__section .cta__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta__section .container {
  position: relative;
  z-index: 1;
}
.cta__section .cta__cont p {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-family: "manropeextralight";
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .cta__section .cta__cont p {
    font-size: 1.75rem;
    line-height: 2.325rem;
  }
}

.advantage__section {
  position: relative;
}
.advantage__section .advantage__bg {
  top: 0;
  left: 0;
  opacity: 0.15;
  filter: grayscale(1);
  width: 100%;
  height: 100%;
}
.advantage__section .advantage__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantage__section .container {
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .advantage__section .adv__count {
    row-gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .advantage__section .adv__count li {
    width: 50%;
    margin: 0;
  }
}
.advantage__section .adv__count li .adv__fig {
  display: table;
  flex-direction: column;
  margin: auto;
}
.advantage__section .adv__count li .adv__fig strong {
  font-size: 2.125rem;
  line-height: 2.5rem;
  font-family: "manropeextrabold";
  color: #999999;
  display: block;
}
.advantage__section .adv__count li .adv__fig span {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #999999;
  margin: 5px 0 0;
  min-height: 48px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .advantage__section .adv__count li .adv__fig span {
    font-size: 1.125rem;
  }
}
.advantage__section .adv__count li .adv__fig:last-child {
  margin-top: 20px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(153, 153, 153, 0.5);
}
@media only screen and (max-width: 767px) {
  .advantage__section .adv__count li .adv__fig:last-child {
    margin-top: 10px;
    padding-top: 10px;
  }
}

.adv__ttl {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  text-align: center;
  padding: 1.125rem 0;
  margin: 2.5rem 0;
}
.adv__ttl h2 {
  color: #00793a;
  font-family: "manropeextralight";
  font-size: 2.25rem;
}
@media only screen and (max-width: 767px) {
  .adv__ttl h2 {
    font-size: 1.75rem;
  }
}

.adv__data {
  row-gap: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .adv__data > div {
    width: 50%;
  }
}
.adv__data .adv__data__cont {
  text-align: center;
}
.adv__data .adv__data__cont p {
  margin: 14px 0 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "manropeextralight";
}

.product__section .row {
  row-gap: calc(var(--bs-gutter-x) * 1);
}

.prod__card {
  position: relative;
  width: 100%;
  height: 256px;
}
.prod__card figure {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.prod__card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
  filter: grayscale(1);
}
.prod__card figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  width: 230px;
  height: 126px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}
.prod__card figcaption h4 {
  font-family: "manropeextralight";
  margin: 0;
  font-size: 1.5rem;
  line-height: 2rem;
  transition: all 0.5s ease-in-out;
}
.prod__card:hover figure img {
  filter: inherit;
}
.prod__card:hover figcaption {
  background: #00793a;
}
.prod__card:hover figcaption h4 {
  font-family: "manroperegular";
}

.global__presence__section .global__bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}
.global__presence__section .global__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.global__presence__section .container {
  position: relative;
  z-index: 1;
}
.global__presence__section .global__map {
  text-align: center;
}
.global__presence__section .global__map img {
  max-width: 100%;
}
.global__presence__section .countries__dtl {
  margin: 10px 0 0;
}
.global__presence__section .countries__dtl .countries__desc {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #999999;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .global__presence__section .country__name {
    row-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .global__presence__section .country__name li {
    width: 33.33%;
  }
}
.global__presence__section .country__name li h6 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #00793a;
  margin: 0 0 3px;
}
.global__presence__section .country__name li p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #999999;
  margin: 0 0 3px;
}
.global__presence__section .country__name li p:last-child {
  margin-bottom: 0;
}

.award__section {
  position: relative;
}
.award__section .award__bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  filter: grayscale(1);
}
.award__section .award__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.award__section .container {
  position: relative;
  z-index: 1;
}
.award__section .award__desc {
  font-size: 1.5rem;
  color: #00793a;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .award__section .award__desc {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.award__section .award__listing .row {
  row-gap: calc(var(--bs-gutter-x) * 1);
}
.award__section .award__col {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .award__section .award__col {
    gap: 15px;
  }
}
.award__section .award__col figure {
  width: 160px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .award__section .award__col figure {
    padding: 12px;
    height: 130px;
    width: 90px;
  }
}
.award__section .award__col figure img {
  max-width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .award__section .award__col figure img {
    max-width: 70%;
  }
}
.award__section .award__col .award__cont {
  width: calc(100% - 160px);
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .award__section .award__col .award__cont {
    width: calc(100% - 115px);
  }
}
.award__section .award__col .award__cont p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #cccccc;
}

.about__section {
  position: relative;
  display: inline-block;
  width: 100%;
}
.about__section:after {
  content: "";
  background: url(../images/abt-bg.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  opacity: 0.9;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .about__section .block__ttl {
    margin-bottom: 0;
  }
}
.about__section .container {
  position: relative;
  z-index: 1;
}
.about__section .about__thumb {
  height: 620px;
  width: 475px;
  position: relative;
  overflow: hidden;
  margin: 0 90px 36px 0;
  float: left;
}
@media only screen and (max-width: 767px) {
  .about__section .about__thumb {
    height: 400px;
    width: 100%;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .about__section .about__thumb {
    height: 400px;
    width: 325px;
    margin: 0 30px 30px 0;
  }
}
.about__section .about__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}

.vision__thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.vision__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}

.certificate__section .certi__bg {
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(1);
  opacity: 0.2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.certificate__section .certi__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .certificate__section .col-sm-5 {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .certificate__section .col-sm-6 {
    order: 1;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .certificate__section .certi__thumb img {
    max-width: 100%;
  }
}

.blog__section .blog__row__gap {
  row-gap: 45px;
}
.blog__section .blog__row .blog__thumb {
  width: 100%;
  height: 255px;
  position: relative;
  overflow: hidden;
}
.blog__section .blog__row .blog__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
@media only screen and (max-width: 767px) {
  .blog__section .blog__row .blog-rt {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    margin-top: 20px;
  }
}
.blog__section .blog__row .block__ttl {
  padding-bottom: 28px;
  border-bottom: 1px solid #999999;
}
.blog__section .blog__row .block__ttl .block__ttl__desc {
  font-family: "manropelight";
}
@media only screen and (max-width: 767px) {
  .blog__section .blog__row .block__ttl {
    margin-bottom: 0 !important;
  }
}

.read__more {
  color: #ffffff;
  font-family: "manropelight";
  font-size: 1.125rem;
  line-height: 1.875rem;
  transition: all 0.5s ease-in-out;
}
.read__more:hover {
  color: #00793a;
}

.form__info p {
  font-size: 16px;
  line-height: 30px;
  margin: 30px 0 0;
  color: #cccccc;
}
.form__info p:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .site__form {
    margin-top: 30px;
  }
}
.site__form .form-group {
  margin-bottom: 16px;
}

.map__block {
  width: 100%;
  height: 720px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .map__block {
    height: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .map__block {
    height: 560px;
  }
}
.map__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map__block iframe {
  width: 100%;
  height: 100%;
}

.contact__info h6 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #00793a;
  font-weight: 400;
  font-family: "manroperegular";
  margin-bottom: 10px;
}
.contact__info p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #ffffff;
  font-family: "manroperegular";
  margin: 10px 0 0;
}
.contact__info p:last-child {
  margin: 0;
}
.contact__info p a {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #ffffff;
}
.contact__info p a:hover {
  color: #00793a;
}

.gallery__section .row {
  row-gap: 30px;
}

.gallery__video__thumb {
  width: 100%;
  height: 545px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .gallery__video__thumb {
    height: 340px;
  }
}
.gallery__video__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
.gallery__video__thumb .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00793a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-width: 470px;
  height: 100px;
  color: #ffffff;
  font-size: 1.875rem;
  font-family: "manropelight";
  gap: 14px;
}
@media only screen and (max-width: 767px) {
  .gallery__video__thumb .video__btn {
    width: 240px;
    min-width: inherit;
    height: auto;
    padding: 20px;
    font-size: 1.5rem;
  }
}
.gallery__video__thumb .video__btn:hover {
  background: #010201;
}

.ttl__white {
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .ttl__white {
    margin-bottom: 18px;
  }
}
.ttl__white h4 {
  font-size: 1.875rem;
  font-family: "manropelight";
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .gallery__list > div {
    width: 50%;
  }
}
.gallery__list .gallery__thumb {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.gallery__list .gallery__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  filter: grayscale(1);
}
.gallery__list .gallery__thumb:hover img {
  filter: inherit;
  transform: scale(1.1);
}

.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}

.img__w__text {
  position: relative;
}
.img__w__text .container {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .img__w__text .col-sm-5 {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .img__w__text .col-sm-6 {
    order: 1;
  }
}
.img__w__text .img__w__thumb {
  width: 100%;
  height: 100%;
}
.img__w__text .img__w__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}
.img__w__text .img__w__thumb:hover img {
  filter: inherit;
  transform: scale(1.1);
}
.img__w__text .block__ttl .block__ttl__desc {
  margin: 20px 0 0;
}
.img__w__text__rev .row {
  flex-direction: row-reverse;
}

.block__link {
  color: #00793a;
  font-size: 16px;
}

.investor__section {
  padding: 5rem 0;
}

.investor__tab {
  row-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .investor__tab {
    row-gap: 14px;
    margin-bottom: 30px;
    overflow-x: auto;
    white-space: nowrap;
    flex-direction: row;
  }
}
.investor__tab .nav-link {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #ffffff;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .investor__tab .nav-link {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.investor__tab .nav-link:hover, .investor__tab .nav-link.active {
  background: none;
  color: #00793a;
}

.download__item {
  border-radius: 12px;
  background: #00793a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
}

.agro__listing .row {
  row-gap: 2.5rem;
}

.prod__agro__card {
  padding: 14px 0;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  row-gap: 12px;
  display: flex;
  flex-direction: column;
}
.prod__agro__card .prod__cont {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.prod__agro__card .prod__cont span {
  display: block;
  font-size: 16px;
  color: #00793a;
}
.prod__agro__card .prod__cont p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  min-height: 60px;
}

.sustain__section .section__bg {
  opacity: 0.15;
}
.sustain__section .container {
  position: relative;
  z-index: 1;
}

.team__tabs .nav-item .nav-link .team__card figure {
  width: 220px;
  height: 264px;
  position: relative;
  overflow: hidden;
}
.team__tabs .nav-item .nav-link .team__card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}
.team__tabs .nav-item .nav-link .team__card figcaption {
  margin: 16px 0 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #cccccc;
  transition: all 0.5s ease-in-out;
}
.team__tabs .nav-item .nav-link:hover .team__card figure img {
  filter: inherit;
}
.team__tabs .nav-item .nav-link.active, .team__tabs .nav-item .nav-link:hover {
  background: none;
}
.team__tabs .nav-item .nav-link.active .team__card figcaption, .team__tabs .nav-item .nav-link:hover .team__card figcaption {
  color: #00793a;
}

.chemistry__row {
  padding: 2rem 0 0;
  border-top: 1px solid #666666;
  text-align: center;
  margin-top: 2rem;
}
.chemistry__row:first-child {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.chemistry__row:last-child {
  padding-bottom: 0;
}
.chemistry__row p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #cccccc;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .chemistry__row p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.chemistry__row figure img {
  max-width: 100%;
}

.team__tab__content .tab-pane {
  background: #1f1f1f;
  padding: 20px;
}
.team__tab__content .tab-pane p {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.milestone__section {
  position: relative;
  padding-bottom: 5rem;
}
.milestone__section .section__bg {
  opacity: 0.15;
}
.milestone__section .container {
  position: relative;
  z-index: 1;
}
.milestone__section .milestone__cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  margin: 0;
}
.milestone__section .milestone__cont .milestone__item {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.milestone__section .milestone__cont .milestone__item .milestone__lt {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.milestone__section .milestone__cont .milestone__item .milestone__lt .year {
  min-width: 130px;
  line-height: 31px;
  text-align: center;
  padding: 4px 10px 0;
  font-size: 1.625rem;
  font-family: "manropelight";
  color: #000000;
  background: #00793a;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .milestone__section .milestone__cont .milestone__item .milestone__lt .year {
    min-width: 80px;
    font-size: 1.25rem;
    line-height: 27px;
  }
}
.milestone__section .milestone__cont .milestone__item .milestone__rt {
  width: 50%;
  padding-left: 76px;
}
@media only screen and (max-width: 767px) {
  .milestone__section .milestone__cont .milestone__item .milestone__rt {
    padding-left: 20px;
  }
}
.milestone__section .milestone__cont .milestone__item .milestone__rt p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "manropelight";
}
@media only screen and (max-width: 767px) {
  .milestone__section .milestone__cont .milestone__item .milestone__rt p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.milestone__section .milestone__cont .milestone__item:after {
  content: "";
  width: 3px;
  height: calc(100% + 30px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #00793a;
}
.milestone__section .milestone__cont .milestone__item:nth-child(even) {
  flex-direction: row-reverse;
}
.milestone__section .milestone__cont .milestone__item:nth-child(even) .milestone__lt {
  display: flex;
  justify-content: flex-start;
}
.milestone__section .milestone__cont .milestone__item:nth-child(even) .milestone__lt .year {
  border-radius: 0 10px 10px 0;
}
.milestone__section .milestone__cont .milestone__item:nth-child(even) .milestone__rt {
  display: flex;
  justify-content: flex-end;
  padding: 0 76px 0 0;
}
.milestone__section .milestone__cont .milestone__item:nth-child(even) .milestone__rt p {
  text-align: right;
}
.milestone__section .milestone__cont .milestone__item:last-child:after {
  height: 100%;
}

.blog__dtl__section .blog__dtl__banner {
  width: 100%;
  height: 255px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog__dtl__section .blog__dtl__banner {
    height: 180px;
  }
}
.blog__dtl__section .blog__dtl__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__dtl__section .blog__dtl__cont {
  margin: 40px 0 0;
}
.blog__dtl__section .blog__dtl__cont h4 {
  font-size: 1.875rem;
  font-family: "manropelight";
  color: #00793a;
  text-transform: uppercase;
}
.blog__dtl__section .blog__dtl__cont p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "manropelight";
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .blog__dtl__section .blog__dtl__cont p {
    line-height: 1.75rem;
  }
}

.blog__article {
  display: flex;
  flex-direction: column;
  row-gap: 44px;
}
@media only screen and (min-width: 320px) and (max-width: 574.98px) {
  .blog__article {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 12px;
    margin-top: 40px;
  }
}
.blog__article .blog__card {
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
}
@media only screen and (min-width: 320px) and (max-width: 574.98px) {
  .blog__article .blog__card {
    width: calc(50% - 6px);
    padding-bottom: 12px;
  }
}
.blog__article .blog__card figure {
  width: 100%;
  height: 255px;
  position: relative;
  overflow: hidden;
}
.blog__article .blog__card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .blog__article .blog__card figure {
    height: 160px;
  }
}
.blog__article .blog__card figcaption {
  margin: 16px 0 0;
}
.blog__article .blog__card figcaption h6 {
  font-size: 1.875rem;
  line-height: 2rem;
  font-family: "manropelight";
  color: #999999;
}
@media only screen and (max-width: 767px) {
  .blog__article .blog__card figcaption h6 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.certi__listing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 80px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .certi__listing {
    gap: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .certi__listing {
    gap: 10px 5px;
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1299px) {
  .certi__listing {
    gap: 5px;
  }
}
.certi__listing li {
  width: 95px;
}
.certi__listing li a {
  display: block;
  width: 100%;
}
.certi__listing li a figure {
  width: 100%;
  height: 146px;
  position: relative;
  overflow: hidden;
  margin-bottom: 3px;
}
.certi__listing li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.certi__listing li a p {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.5;
  line-height: 14px;
}

.lightbox {
  z-index: 10551;
}
.lightbox .modal-dialog {
  margin: 0;
  height: 100%;
  max-width: inherit;
  width: 100%;
}
.lightbox .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
}
.lightbox .modal-dialog .modal-content .modal-body .ratio {
  background: none !important;
  aspect-ratio: inherit !important;
  height: 100vh;
}
.lightbox .modal-dialog .modal-content .modal-body .ratio:before {
  padding: 0 !important;
}

.modal-backdrop.show {
  opacity: 0.95;
  z-index: 10501;
}