html {
  overflow-y: scroll;
}

body {
  font-family: "Poppins", sans-serif !important;
  color: #333333 !important;
}

.disabledScroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.primary-text {
  color: #137d3a;
}
.primary-bg {
  background-color: #137d3a;
}
.primary-fill {
  fill: #137d3a;
}

.secondary-text {
  color: #f9e300;
}
.secondary-bg {
  background-color: #f9e300;
}
.secondary-fill {
  fill: #f9e300;
}

.monochroma-text {
  color: #f50009;
}
.monochroma-bg {
  background-color: #f50009;
}
.monochroma-fill {
  fill: #f50009;
}

.danger-text {
  color: #e94242;
}
.danger-bg {
  background-color: #e94242;
}
.danger-fill {
  fill: #e94242;
}

.warning-text {
  color: #ffcc00;
}
.warning-bg {
  background-color: #ffcc00;
}
.warning-fill {
  fill: #ffcc00;
}

.success-text {
  color: #33cc66;
}
.success-bg {
  background-color: #33cc66;
}
.success-fill {
  fill: #33cc66;
}

.title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  color: #1a1a1a;
  line-height: 3.375rem;
}

.subtitle-artwork {
  height: 0.25rem;
  width: 2.1rem;
  margin-inline-end: 0.7rem;
}
.subtitle-text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin: 0;
}

.paragraph {
  font-size: 1rem;
  line-height: 1.75rem;
}

.link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.link-text {
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-inline-end: 0.5rem;
}
.link-icon {
  height: 0.75rem;
  width: auto;
}

.button {
  display: inline-block;
  padding: 0.4rem 1.5rem;
  border: none;
  border-radius: 1.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: capitalize;
}
.button-primary {
  background-color: #137d3a;
  color: white;
}
.button-white {
  background-color: #fcfcfc;
  color: #137d3a;
  border: 1px solid #137d3a;
}
.button-secondary {
  background-color: #f9e300;
  color: #333333;
}

.rectangle-artwork {
  height: 3px;
  width: 2.1rem;
  display: inline-block;
}

.awsm-job-more {
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-inline-end: 0.5rem;
  color: green;
  text-decoration: none;
}

.awsm-job-post-title a {
  color: #000;
}

.section.noPageFound {
  min-height: 400px;
}

.noPageFound h1.error {
  font-size: 7rem;
}

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 300;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
}
#scrollToTop:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 570px) {
  .title {
    font-size: 2rem;
  }
}
p:has(.aligncenter) {
  text-align: center;
}

.circular-logo {
  position: relative;
  margin: 0 0.4rem;
}
.circular-logo .logo-bg {
  display: inline-block;
  width: 7.19rem;
  height: 7rem;
  position: relative;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 3.75rem 0 rgba(227, 226, 227, 0.4);
}
.circular-logo .img-wrap {
  position: absolute;
  width: 7.19rem;
  height: 7rem;
  top: 0;
}
.circular-logo .img-wrap .img {
  display: block;
  max-width: 70%;
  max-height: 60%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 992px) {
  .circular-logo .logo-bg {
    width: 4.25rem;
    height: 4.13rem;
  }
  .circular-logo .img-wrap {
    width: 4.25rem;
    height: 4.13rem;
  }
  .circular-logo .img-wrap .img {
    max-width: 85%;
    max-height: 65%;
  }
}
.corner-artwork-img-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.56rem;
}
.corner-artwork-img-container .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.corner-artwork-img-container .top-right-artwork {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.corner-artwork-img-container .bottom-left-artwork {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-item {
  display: flex;
  flex-direction: column;
  width: 20.48rem;
  gap: 1rem;
  transition: transform 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .news-item:hover {
    transform: scale(1.07);
  }
}
.news-item .img {
  flex: 2;
  width: 100%;
  max-height: 13.44rem;
  border-radius: 0.3rem;
}
.news-item .content {
  flex: 1;
}
.news-item .content .description {
  font-size: 1.13rem;
  line-height: 1.88rem;
  color: #0e0e0e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-item .content .date {
  font-size: 1rem;
  color: #757575;
}

.hero-card {
  height: 31.69rem;
  width: 33rem;
  border-radius: 0.63rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.hero-card .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.hero-card .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5490196078);
}
.hero-card .content {
  z-index: 10;
  color: white;
  width: 95%;
  padding: 0 0.63rem 1rem 0.63rem;
  margin-bottom: 1rem;
  border-radius: 0.7rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.hero-card .content .content-wrap {
  min-height: 200px;
}
.hero-card .content .card-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
.hero-card .content .card-description {
  font-size: 1rem;
  line-height: 1.56rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.hero-card .content .card-link {
  text-decoration: underline;
  color: white;
  font-size: 0.88rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .hero-card:hover .overlay {
    background-color: transparent;
  }
  .hero-card:hover .content {
    border-top: 0.35rem solid #ffcc00;
  }
  .hero-card:hover .content .content-wrap {
    padding-bottom: 1.7rem;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .hero-card:hover .content .card-title,
  .hero-card:hover .content .card-description {
    color: #333333;
  }
  .hero-card:hover .content .card-link {
    color: #137d3a;
  }
}
@keyframes cardAnimation {
  from {
    transform: scaleY(1) translateY(0);
  }
  to {
    transform: scaleY(1.04) translateY(1rem);
  }
}
@keyframes reverseCardAnimation {
  from {
    transform: scaleY(1.04) translateY(1rem);
  }
  to {
    transform: scaleY(1) translateY(0);
  }
}
@keyframes contentBgAnimation {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  25% {
    background-color: rgba(255, 255, 255, 0.25);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.5);
  }
  75% {
    background-color: rgba(255, 255, 255, 0.75);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@keyframes reverseContentBgAnimation {
  0% {
    background-color: rgb(255, 255, 255);
  }
  25% {
    background-color: rgba(255, 255, 255, 0.75);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.5);
  }
  75% {
    background-color: rgba(255, 255, 255, 0.25);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@keyframes cardContentAnimation {
  from {
    transform: translateY(0.6rem);
  }
  to {
    transform: translateY(1.6rem);
  }
}
@keyframes reverseCardContentAnimation {
  from {
    transform: translateY(1.6rem);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes cardImageAnimation {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.03);
  }
}
@keyframes reverseCardImageAnimation {
  from {
    transform: scale(1.03);
  }
  to {
    transform: scale(1);
  }
}
@keyframes siblingCardsAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(1.7rem);
  }
}
@keyframes reverseSiblingCardsAnimation {
  from {
    transform: translateY(1.7rem);
  }
  to {
    transform: translateY(0);
  }
}
.selectable-tab {
  background-color: #f4f5fa;
  padding: 1.25rem 1.88rem;
  border-radius: 0.75rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.selectable-tab.active .tab-overlay {
  display: none;
}
.selectable-tab .tab-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(244, 245, 250, 0.6);
  cursor: pointer;
}
.selectable-tab.primary-border {
  border-inline-start: 0.3rem solid #137d3a;
}
.selectable-tab.secondary-border {
  border-inline-start: 0.3rem solid #f9e300;
}
.selectable-tab.monochroma-border {
  border-inline-start: 0.3rem solid #f50009;
}
.selectable-tab .tab-title {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 1.75rem;
  line-height: 2.63rem;
  margin-bottom: 0;
}
.selectable-tab .tab-description {
  font-size: 1rem;
  line-height: 1.63rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.selectable-tab .tab-link {
  margin-inline-end: 0.5rem;
}

.image-stack {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .image-stack:hover .main-box {
    transform: rotate(0deg);
  }
  .image-stack:hover .primary-box {
    left: -0.44rem;
    transform: rotate(0deg);
  }
  .image-stack:hover .secondary-box {
    transform: rotate(0deg);
  }
  .image-stack:hover .monochroma-box {
    transform: rotate(0deg);
  }
}
.image-stack .main-box {
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.2509803922);
  transition: transform 0.3s ease-in-out;
  background-color: white;
  transform: rotate(4deg);
  border-radius: 1rem;
  position: absolute;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
}
.image-stack .main-box .img {
  margin-top: auto;
  margin-bottom: auto;
  height: 40%;
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.image-stack .main-box .content {
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.image-stack .main-box .content .description {
  font-size: 14px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.image-stack .monochroma-box {
  background-color: #f50009;
  width: 100%;
  height: 98%;
  position: absolute;
  top: 1.38rem;
  left: -0.63rem;
  z-index: 10;
  border-radius: 1rem;
  transform: rotate(-1.5deg);
  transition: transform 0.3s ease-in-out;
}
.image-stack .primary-box {
  background-color: #137d3a;
  position: absolute;
  width: 100%;
  height: 98%;
  top: 0.63rem;
  left: 0.31rem;
  z-index: 20;
  border-radius: 1rem;
  transform: rotate(4.5deg);
  transition: transform 0.3s ease-in-out;
}
.image-stack .secondary-box {
  background-color: #ffda56;
  position: absolute;
  width: 100%;
  height: 98%;
  top: 1rem;
  left: -0.31rem;
  z-index: 30;
  border-radius: 1rem;
  transform: rotate(-7deg);
  transition: transform 0.3s ease-in-out;
}

@media screen and (max-width: 992px) {
  .image-stack .main-box .content {
    padding: 1.25rem;
    text-align: justify;
    font-size: 0.8rem;
  }
}
.certificate-item {
  width: 12.13rem;
  background-color: white;
  border-radius: 0.63rem;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 570px) {
  .certificate-item:hover {
    transform: scale(1.07);
  }
}
.certificate-item .img {
  width: 12.13rem;
  height: 9.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.certificates {
  background-color: rgba(84, 163, 113, 0.0509803922);
  padding-top: 4rem;
  padding-bottom: 4rem;
  justify-content: space-around;
}
.certificates .fa-angle-right,
.certificates .fa-angle-left {
  color: #137d3a;
  cursor: pointer;
  font-size: 3rem;
  position: static;
}
.certificates .wrapper {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 15.63rem;
  width: 77%;
  padding: 0.63rem 1.25rem;
}
.certificates .wrapper::-webkit-scrollbar {
  display: none;
}
.certificates #certificatesModal {
  background-color: rgba(141, 139, 139, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.5s ease;
}
.certificates #certificatesModal .modal-content {
  width: 40.63rem;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.31rem;
  padding-bottom: 2rem;
  gap: 0.63rem;
}
.certificates #certificatesModal .close {
  color: gray;
  font-size: 2rem;
  align-self: flex-end;
  cursor: pointer;
}
.certificates #certificatesModal .close:hover {
  color: rgb(177, 175, 175);
}
.certificates #certificatesModal #modalImage {
  width: 30.31rem;
  height: 23.13rem;
}

@media screen and (max-width: 570px) {
  .certificates #certificatesModal .modal-content {
    width: 25rem;
  }
  .certificates #certificatesModal #modalImage {
    width: 21.25rem;
    height: 16.25rem;
  }
  .certificates #certificatesModal #modalTitle {
    font-size: 1rem;
    width: 60%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.locations .content .header {
  margin-bottom: 1rem;
}
.locations .content .list {
  margin-top: 4rem;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 570px) {
  .locations .content {
    margin-bottom: 3rem;
  }
  .locations .content .list {
    margin-top: 2rem;
  }
}
.card-stack {
  margin-top: 3.13rem;
  margin-bottom: 3.13rem;
  position: relative;
  display: flex;
  align-items: center;
  padding: 3.13rem 0;
  overflow: hidden;
}
.card-stack .wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 7rem;
  height: 20rem;
  margin-top: auto;
  margin-bottom: auto;
  background-color: rgba(84, 163, 113, 0.0509803922);
}
.card-stack .wrapper .title-bg {
  position: absolute;
  top: 32%;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.1);
  font-size: 4.63rem;
  line-height: 5.88rem;
  width: 50%;
  max-width: 43.75rem;
}
.card-stack .wrapper .content {
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-stack .wrapper .content .title {
  margin-bottom: 1.5rem;
}
.card-stack .wrapper .stack-col {
  display: flex;
  justify-content: end;
  align-items: center;
}
.card-stack .wrapper .stack-wrapper {
  position: relative;
  width: 21.1rem;
  height: 20.18rem;
}

@media screen and (max-width: 992px) and (min-width: 769px) {
  .card-stack .wrapper {
    height: -moz-fit-content;
    height: fit-content;
  }
  .card-stack .wrapper .stack-wrapper {
    height: 20.92rem;
  }
  .card-stack .wrapper .title-bg {
    display: none;
  }
  .card-stack .wrapper::before {
    top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .card-stack {
    padding-top: 2rem;
    margin: 0;
    background-color: rgba(84, 163, 113, 0.0509803922);
  }
  .card-stack .wrapper::before {
    width: 100%;
    height: 0;
  }
  .card-stack .wrapper .title-bg {
    display: none;
  }
  .card-stack .wrapper .stack-wrapper {
    top: 0;
    margin-top: 4rem;
    width: 20.78rem;
    height: 17.95rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.shareholders {
  background-color: #f5f5f5;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.shareholders .logos {
  justify-content: end;
}

@media screen and (max-width: 570px) {
  .shareholders .logos {
    justify-content: center;
    margin-top: 1rem;
  }
}
.overlapping-block {
  background-color: #f5f5f5;
  overflow-x: hidden;
}
.overlapping-block .content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.overlapping-block .content .paragraph {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
.overlapping-block .img-wrap {
  position: relative;
  padding-left: 5%;
}
.overlapping-block .img-wrap .img {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 570px) {
  .overlapping-block .img-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.footer {
  background-color: rgba(0, 0, 0, 0.9);
}
.footer .main-content {
  min-height: 3.13rem;
  padding-top: 3.13rem;
  align-items: center;
}
.footer .footer-link {
  color: white;
  text-decoration: none;
  font-size: 0.88rem;
  margin-right: 0.5rem;
  line-height: 1.38rem;
  text-transform: capitalize;
}
.footer .footer-link:hover {
  color: #f9e300;
}
.footer .links-separator {
  color: white;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.footer .copyright {
  font-size: 0.88rem;
  color: #ccc8c8;
  line-height: 1.38rem;
  display: flex;
  justify-content: end;
  padding-bottom: 3.13rem;
}

@media screen and (max-width: 570px) {
  .footer .main-content {
    align-items: start;
  }
  .footer .footer-link {
    display: block;
    margin-bottom: 0.5rem;
  }
  .footer .links-separator {
    display: none;
  }
  .footer .copyright {
    justify-content: center;
    align-self: flex-end;
    padding-bottom: 10px;
  }
}
#mainHeaderCarousel {
  display: flex;
  flex-direction: column;
}
#mainHeaderCarousel .carousel-indicators {
  list-style-type: none;
  justify-content: start;
  position: relative;
  margin-left: 0;
  margin-top: 3rem;
}
#mainHeaderCarousel .carousel-indicators li {
  color: white;
  border-radius: 50%;
  margin-right: 0.5rem;
  cursor: pointer;
}
#mainHeaderCarousel .carousel-indicators li .indicator-icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: white;
  border-radius: 50%;
  transition: animation 5s ease;
}
#mainHeaderCarousel .carousel-indicators li.active .indicator-icon {
  animation: gradientFill 7s ease;
}
#mainHeaderCarousel .carousel-inner {
  background-color: rgba(0, 0, 0, 0.8);
}
#mainHeaderCarousel .carousel-inner .carousel-item {
  height: 100vh;
  opacity: 1;
  transition: opacity 2s ease;
}
#mainHeaderCarousel .carousel-inner .carousel-item.active {
  opacity: 1;
}
#mainHeaderCarousel .carousel-inner .carousel-overlay {
  position: relative;
}
#mainHeaderCarousel .carousel-inner .carousel-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5098039216);
}
#mainHeaderCarousel .carousel-inner .carousel-caption {
  top: 0;
  height: 100vh;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10rem;
}
#mainHeaderCarousel .carousel-inner .carousel-caption .subtitle-text {
  color: white;
  font-weight: 400;
}
#mainHeaderCarousel .carousel-inner .carousel-caption .title {
  font-size: 2.4rem;
  color: white;
  line-height: 3.56rem;
  max-width: 25rem;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
#mainHeaderCarousel .carousel-inner .carousel-caption .description {
  font-size: 1rem;
  color: white;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 1rem;
}

@keyframes gradientFill {
  0% {
    background: rgb(19, 125, 58);
    background: linear-gradient(0deg, rgb(19, 125, 58) 0%, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  }
  10% {
    background: rgb(19, 125, 58);
    background: linear-gradient(0deg, rgb(19, 125, 58) 9%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 100%);
  }
  20% {
    background: rgb(19, 125, 58);
    background: linear-gradient(0deg, rgb(19, 125, 58) 19%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
  }
  30% {
    background: rgb(19, 125, 58);
    background: linear-gradient(0deg, rgb(19, 125, 58) 29%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 100%);
  }
  40% {
    background: rgb(19, 125, 58);
    background: linear-gradient(0deg, rgb(19, 125, 58) 39%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
  }
  50% {
    background: rgb(19, 125, 58);
    background: linear-gradient(0deg, rgb(19, 125, 58) 49%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  }
  60% {
    background: rgb(19, 125, 58);
    background: linear-gradient(0deg, rgb(19, 125, 58) 59%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
  }
  70% {
    background: rgb(19, 125, 58);
    background: linear-gradient(0deg, rgb(19, 125, 58) 69%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  }
  80% {
    background: rgb(19, 125, 58);
    background: linear-gradient(0deg, rgb(19, 125, 58) 79%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
  }
  90% {
    background: rgb(19, 125, 58);
    background: linear-gradient(0deg, rgb(19, 125, 58) 89%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
  }
  100% {
    background: rgb(19, 125, 58);
    background: linear-gradient(0deg, rgb(19, 125, 58) 100%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
  }
}
@media screen and (max-width: 768px) {
  #mainHeaderCarousel .carousel-indicators {
    margin-top: 2rem;
  }
  #mainHeaderCarousel .carousel-inner .carousel-caption .title {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-bottom: 0.5rem;
  }
  #mainHeaderCarousel .carousel-inner .description {
    text-align: start !important;
  }
}
@media screen and (max-width: 390px) {
  #mainHeaderCarousel .carousel-inner .carousel-caption .title {
    font-size: 1.6rem;
    line-height: 2.7rem;
    margin-bottom: 0.5rem;
  }
  #mainHeaderCarousel .carousel-inner .description {
    font-size: 0.8rem !important;
  }
}
.navBar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.navBar .logo {
  max-width: 85px;
  height: auto;
}
.navBar .navMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.navBar .navMenu .item {
  list-style: none;
  margin-right: 16px;
}
.navBar .navMenu .item .anchor {
  color: white;
}
.navBar .navMenu .item .anchor::after {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  background: transparent;
  transition: width 0.3s;
  margin-left: auto;
  margin-right: auto;
}
.navBar .navMenu .item .anchor.active::after, .navBar .navMenu .item .anchor:hover::after {
  background: #f50009;
}
.navBar .navMenu .item .dropdown {
  cursor: pointer;
}
.navBar .navMenu .item .dropdown .arrow {
  color: #f50009;
  font-size: 0.75rem;
}
.navBar .navMenu .item .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.8);
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.navBar .navMenu .item .dropdown .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: 500;
}
.navBar .navMenu .item .dropdown .dropdown-content a:hover {
  display: block;
  background-color: #ddd;
  color: #137d3a;
}
.navBar .navMenu .item .dropdown:hover .dropdown-content {
  display: block;
}
.navBar .navMenu .item .search-icon {
  color: white;
  cursor: pointer;
}

@media screen and (min-width: 996px) {
  .mobNavWrap {
    display: none;
  }
}
@media screen and (max-width: 995px) {
  .navBar {
    display: none;
  }
  .mobNavWrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    padding-top: 30px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    transition: background ease 0.7s;
  }
  .mobNavWrap .mobNavOverlay {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    padding-top: 40px;
    width: 100%;
    height: 0%;
  }
  .mobNavWrap.open {
    width: 100%;
    height: 101vh;
    background-color: #000;
    position: fixed;
  }
  .mobNavWrap.open .list {
    overflow-y: auto;
  }
  .mobNavWrap .header {
    display: flex;
    justify-content: space-between;
    z-index: 25;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .mobNavWrap .header .logo {
    max-width: 80px;
    height: auto;
  }
  .mobNavWrap .header .menuIcon {
    cursor: pointer;
  }
  .mobNavWrap .header .menuIcon .crossSvg {
    fill: #fff;
  }
  .mobNavWrap .header .menuIcon .crossSvg.hidden {
    display: none;
  }
  .mobNavWrap .header .menuIcon .burgerSvg g path {
    fill: #000;
  }
  .mobNavWrap .header .menuIcon .burgerSvg.white g path {
    fill: white;
  }
  .mobNavWrap .header .menuIcon .burgerSvg.hidden {
    display: none;
  }
  .mobNavWrap .menuItems {
    display: none;
    height: 100%;
  }
  .mobNavWrap .menuItems .navMob {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    top: 100px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .mobNavWrap .menuItems .navMob .list {
    list-style: none;
    padding: 0;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobNavWrap .menuItems .navMob .list .item,
  .mobNavWrap .menuItems .navMob .list .collapsibleItem {
    margin-bottom: 20px;
    animation: slideIn 0.8s ease forwards;
    -webkit-animation: slideIn 0.8s ease forwards;
    -moz-animation: slideIn 0.8s ease forwards;
    -ms-animation: slideIn 0.8s ease forwards;
    -o-animation: slideIn 0.8s ease forwards;
  }
  .mobNavWrap .menuItems .navMob .list .item .anchor,
  .mobNavWrap .menuItems .navMob .list .item .collapsibleItemHeader,
  .mobNavWrap .menuItems .navMob .list .collapsibleItem .anchor,
  .mobNavWrap .menuItems .navMob .list .collapsibleItem .collapsibleItemHeader {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mobNavWrap .menuItems .navMob .list .item:hover .anchor, .mobNavWrap .menuItems .navMob .list .item:focus .anchor, .mobNavWrap .menuItems .navMob .list .item:active .anchor,
  .mobNavWrap .menuItems .navMob .list .collapsibleItem:hover .anchor,
  .mobNavWrap .menuItems .navMob .list .collapsibleItem:focus .anchor,
  .mobNavWrap .menuItems .navMob .list .collapsibleItem:active .anchor {
    color: #137d3a;
  }
  .mobNavWrap .menuItems .navMob .list .collapsibleItem .collapsibleItemHeader .fa-angle-up {
    display: none;
  }
  .mobNavWrap .menuItems .navMob .list .collapsibleItem .collapsibleItemHeader.expanded {
    color: #137d3a;
  }
  .mobNavWrap .menuItems .navMob .list .collapsibleItem .collapsibleItemHeader.expanded .fa-angle-down {
    display: none;
  }
  .mobNavWrap .menuItems .navMob .list .collapsibleItem .collapsibleItemHeader.expanded .fa-angle-up {
    display: inline-block;
  }
  .mobNavWrap .menuItems .navMob .list .collapsibleItem .collapsibleItemContent {
    background-color: #141414;
    animation: slideDown 0.8s ease forwards;
  }
  .mobNavWrap .menuItems .navMob .list .collapsibleItem .collapsibleItemContent .anchor {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
  }
  .mobNavWrap .menuItems .navMob .list .collapsibleItem .collapsibleItemContent .anchor:hover, .mobNavWrap .menuItems .navMob .list .collapsibleItem .collapsibleItemContent .anchor:focus, .mobNavWrap .menuItems .navMob .list .collapsibleItem .collapsibleItemContent .anchor:active {
    color: #137d3a;
  }
  .mobNavWrap .menuItems.open {
    display: block;
  }
  @keyframes slideIn {
    0% {
      opacity: 0;
      transform: translate(-100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.banner-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.banner-wrap.with-tint::after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-wrap .title-grp {
  position: absolute;
  top: 70%;
  z-index: 10;
}
.banner-wrap .title-grp .artwork {
  background-color: #f50009;
  margin-inline-end: 0.7rem;
  height: 0.17rem;
  width: 2.1rem;
  display: block;
  margin-bottom: 15px;
}
.banner-wrap .title-grp .subtitle-text {
  font-weight: 400;
}
.banner-wrap .bg-title {
  font-size: 7vw;
  font-weight: 500;
  line-height: 144px;
  color: white;
  opacity: 0.4 !important;
  position: absolute;
  text-transform: uppercase;
  bottom: -6.5%;
}
.banner-wrap .page-banner {
  width: 100%;
  height: 50svh;
  min-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-us .content-wrap {
  padding-top: 50px;
  padding-bottom: 90px;
}

.single-news .page-banner {
  height: 100vh;
  -o-object-position: center;
     object-position: center;
}

.products-page .content-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
.products-page .content-wrap .product {
  background-color: rgba(84, 163, 113, 0.0509803922);
  margin-top: 30px;
}
.products-page .content-wrap .product .product-content {
  padding: 40px;
}
.products-page .content-wrap .product .product-media .image {
  width: 425px;
  height: 373px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.qhse {
  /* padding: 40px 45px !important; */
}
.qhse .paragraph {
  max-width: 1050px;
  margin: auto;
  padding: 0 40px 40px 40px !important;
}

.cardsGroup {
  gap: 50px;
  justify-content: center;
}
.cardsGroup .cardWrap {
  flex: 1;
  /*   max-width: 464px; */
}
.cardsGroup .singleCardWrap {
  flex: 1;
}
.cardsGroup .twoCardsWrap {
  flex: 1;
  gap: 50px;
  /*   max-width: 464px; */
}

.infoCard {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.infoCard .cardTitle {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
  margin-top: 15px;
  letter-spacing: -0.75px;
  text-transform: uppercase;
}
.infoCard .cardParagraph {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px; /* 175% */
  margin-top: 10px;
}

.awards {
  /* padding: 40px 45px !important; */
  padding-bottom: 50px !important;
}
.awards .paragraph {
  max-width: 1050px;
  margin: auto;
  padding: 0 40px 40px 40px !important;
}
.awards .awardsItemsWrap {
  /*  max-width: 978px; */
  margin: auto;
  gap: 10px;
}
.awards .awardsItemsWrap .awardItem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.awards .awardsItemsWrap .awardItem .titleSection,
.awards .awardsItemsWrap .awardItem .descriptionSection {
  padding: 25px 20px;
  min-height: 82px;
  display: flex;
  align-items: center;
}
.awards .awardsItemsWrap .awardItem .titleSection {
  flex: 1;
  justify-content: flex-start;
  gap: 10px;
  font-family: Oswald;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 39px; /* 162.5% */
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
.awards .awardsItemsWrap .awardItem .titleSection .awardImg {
  max-width: 36px;
  max-height: 36px;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.awards .awardsItemsWrap .awardItem .descriptionSection {
  flex: 4;
  min-width: 300px;
  justify-content: space-between;
}
.awards .awardsItemsWrap .awardItem .descriptionSection p {
  margin-bottom: 0;
}

.shareholderspage {
  padding-top: 40px;
  padding-bottom: 80px;
}
.shareholderspage .paragraph {
  padding-bottom: 40px;
}
.shareholderspage .shareholderCard {
  background-color: #eef6f1;
  margin-bottom: 50px;
  gap: 10%;
  align-items: center;
}
.shareholderspage .shareholderCard .shareholderContent {
  flex: 1.4;
  padding: 40px 60px;
  min-width: 440px;
}
.shareholderspage .shareholderCard .shareholderImage {
  display: flex;
  justify-content: center;
  position: relative;
  flex: 1;
}
.shareholderspage .shareholderCard .shareholderImage .img-wrap {
  top: 0;
  width: 200px;
  height: 200px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.shareholderspage .shareholderCard .shareholderImage .img-wrap .img {
  max-width: 70%;
  max-height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contentBlocksWrapper .siblingCards {
  gap: 50px;
}
.contentBlocksWrapper .siblingCards .infoCard {
  width: 50%;
}

.contentWithBGImg {
  padding: 48px;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}
.contentWithBGImg.originalPoints ul li {
  width: auto;
  display: list-item;
  background: transparent;
  list-style: disc;
}
.contentWithBGImg .originalPoints ul {
  display: block;
  list-style: disc;
}
.contentWithBGImg::before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2901960784);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.contentWithBGImg .title {
  position: relative;
  font-size: 1.5rem;
}
.contentWithBGImg p {
  color: #fff;
}
.contentWithBGImg ul {
  list-style: none;
  display: flex;
  gap: 30px;
  padding: 0;
  flex-wrap: wrap;
}
.contentWithBGImg ul li {
  background: #fff;
  width: 31%;
  padding: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contentWithBGImg ul.pointsFullWidth {
  width: 100%;
  display: block;
}
.contentWithBGImg ul.pointsFullWidth li {
  width: 100%;
  margin-bottom: 20px;
}
.contentWithBGImg .blockSideWrapper {
  padding: 140px 60px;
}
.contentWithBGImg .blockSideWrapper::before {
  position: absolute;
  background-color: rgba(243, 243, 243, 0.8196078431);
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  content: "";
}
.contentWithBGImg .blockSideWrapper p,
.contentWithBGImg .blockSideWrapper h2 {
  color: #000;
}
.contentWithBGImg .blockSideWrapper .customContentList ul {
  display: block;
}
.contentWithBGImg .blockSideWrapper .customContentList ul li {
  margin-bottom: 20px;
  padding: 16px 16px;
  width: 100%;
  background: #fff;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.blockSideWrapperLeft::before {
  left: 0;
}

.optionalComponentWrapper {
  z-index: 10;
}
.optionalComponentWrapper .mainGoalsTitle {
  /*  transform: rotate(90deg); */
  background-color: #fffde6;
}
.optionalComponentWrapper .item {
  background-color: #eef6f1;
}
.optionalComponentWrapper .goalPointsWrapper {
  width: 45%;
}

.mt50 {
  margin-top: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.primaryColorBg {
  background-color: #137d3a;
}

#breadcrumbs a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

/*news listing*/
.post-type-archive-news .card {
  border: none;
}
.post-type-archive-news .card .card-title a {
  font-size: 1.2rem;
  color: black !important;
  text-decoration: none;
}
.post-type-archive-news .card img {
  width: 100%;
  max-height: 13.44rem;
  border-radius: 0.3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-type-archive-news .card p a {
  color: #137d3a;
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-inline-end: 0.5rem;
}

@media screen and (max-width: 991px) {
  .shareholderspage .shareholderCard .shareholderImage {
    padding-bottom: 20px;
  }
  .contentWithBGImg .blockSideWrapper {
    padding: 10px;
  }
  .contentWithBGImg .blockSideWrapper::before {
    width: 100%;
  }
  .contentWithBGImg .pointsListItem {
    width: 45%;
  }
  .optionalComponentWrapper {
    justify-content: center;
  }
  .contentBlocksWrapper .siblingCards {
    flex-wrap: wrap;
  }
  .contentBlocksWrapper .siblingCards .infoCard {
    width: 100%;
  }
  .banner-wrap .title {
    font-size: 1.5rem;
  }
  .banner-wrap .page-banner {
    width: 100%;
    max-height: auto;
    height: auto;
    min-height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .shareholderspage .shareholderCard .shareholderContent {
    padding: 40px 20px;
    min-width: 100%;
  }
  .shareholderspage .shareholderCard .shareholderImage .img-wrap {
    width: 200px;
    height: 200px;
  }
  .banner-wrap .bg-title {
    display: none;
  }
  .banner-wrap .page-banner {
    height: 35vh;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: center;
       object-position: center;
  }
  .contentWithBGImg {
    padding: 30px 20px;
  }
  .contentWithBGImg .pointsListItem {
    width: 100%;
  }
  .awards .awardItem {
    margin-bottom: 30px;
  }
}
.min-vh-50 {
  min-height: 30vh;
}

#reverse-tree-container .card {
  min-height: 75px;
  height: 100%;
}

.text-justify {
  text-align: justify;
}

#search {
  align-items: center;
  background: rgba(0, 0, 0, 0.975);
  height: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: all 0.5s;
  width: 100vw;
  will-change: transform, opacity;
  z-index: -1;
}
#search.open {
  height: 100vh;
  width: 100vw;
  transition: opacity 0.5s;
  position: relative;
  height: 100vh !important;
  opacity: 1;
  width: 100% !important;
  z-index: 200;
}
#search.open .close-btn {
  display: block;
}

.searchbox,
.mobSearchBox {
  background: transparent;
  border: solid #fff;
  border-width: 0 0 1px 0;
  color: #fff;
  flex: 1 0 auto;
  font-size: 2rem;
  height: 2rem;
  max-width: 50vw;
  outline: 0;
  padding: 2rem 1rem;
}

.close-btn {
  display: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
}

#mobSearchform {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

#mobSearchBox {
  justify-self: center;
  font-size: 1.2rem;
  padding: 1rem 0.8rem;
}

.mobSearchWrapper {
  position: relative;
  display: flex;
  top: 40px;
  animation: slideIn 0.8s ease forwards;
}
.mobSearchWrapper .search-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}/*# sourceMappingURL=main.css.map */