@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #393939;
  overflow-x: hidden;
  transition: all 0.5s ease;
  background-color: #ffffff;
}
body.locked {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}

h1 {
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.625rem;
  }
}

h2 {
  font-size: 2.125rem;
}
@media (max-width: 991px) {
  h2 {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.375rem;
  }
}

h3 {
  font-size: 1.75rem;
}
@media (max-width: 991px) {
  h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.125rem;
  }
}

p {
  font-size: 1rem;
  transition: all 0.3s ease;
  line-height: 2rem;
}
p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  p {
    line-height: 1.5rem;
  }
}

li {
  font-size: 16px;
  color: #393939;
  transition: all 0.5s ease;
}

.m__tb {
  margin-top: clamp(2.5rem, 5vw, 4.375rem);
  margin-bottom: clamp(2.5rem, 5vw, 4.375rem);
}
.m__tb--t {
  margin-top: clamp(2.5rem, 5vw, 4.375rem);
}
.m__tb--b {
  margin-bottom: clamp(2.5rem, 5vw, 4.375rem);
}

.p {
  padding: clamp(2.5rem, 5vw, 4.375rem);
}
.p__tb {
  padding-top: clamp(2.5rem, 5vw, 4.375rem);
  padding-bottom: clamp(2.5rem, 5vw, 4.375rem);
}
.p__tb--t {
  padding-top: clamp(2.5rem, 5vw, 4.375rem);
}
.p__tb--b {
  padding-bottom: clamp(2.5rem, 5vw, 4.375rem);
}

.l__container {
  width: 95%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 15px;
}
@media (max-width: 1150px) {
  .l__container {
    width: 98%;
  }
}
@media (max-width: 1100px) {
  .l__container {
    width: 100%;
  }
}

input {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control::placeholder,
input.form-control::placeholder {
  color: #797373;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.section__title {
  margin-bottom: 1.5rem;
}
.section__title h5 {
  color: #9f181c;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: clamp(0.625rem, 3vw, 1.25rem);
  text-transform: uppercase;
}
.section__title h1,
.section__title h2 {
  color: #213344;
  font-size: clamp(1.75rem, 3vw, 3.5rem);
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  text-transform: capitalize;
}
.section__title span {
  display: block;
  position: relative;
  height: 0.1875rem;
  width: 2.625rem;
  background-color: #011627;
  margin-top: 0.5rem;
}
.section__title span::before, .section__title span::after {
  content: "";
  height: 0.1875rem;
  width: 1.25rem;
  overflow: hidden;
  background-color: #011627;
}
.section__title span::before {
  position: absolute;
  top: 0;
  right: -2rem;
}
.section__title span::after {
  position: absolute;
  top: 0;
  right: -4rem;
}

.l__button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  border: 1px solid #000;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 1.25rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  display: inline-block;
  transition: all 0.5s ease;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 767px) {
  .l__button {
    padding: 0.5rem 1.25rem;
  }
}
.l__button--primary {
  color: #ffffff;
  background: linear-gradient(180deg, #87ea06 0%, #6dab24 100%);
  border-color: #6dab24;
}
.l__button--primary:hover {
  background: linear-gradient(180deg, #6dab24 0%, #87ea06 100%);
  color: #ffffff;
}
.l__button--secondary {
  color: #ffffff;
  background-color: #fdbf6b;
  border-color: #fdbf6b;
  box-shadow: 0px 4px 12px 0px #ffd8a3;
}
.l__button--secondary:hover {
  color: #fdbf6b;
}
.l__button--transparent {
  color: #6dab24;
  background-color: #ffffff;
  border-color: #6dab24;
}
.l__button--transparent:hover {
  border-color: #6dab24;
  color: #ffffff !important;
  background-color: #6dab24;
}
.l__button:hover:before {
  width: 100%;
}

.social__icon {
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.social__icon li {
  list-style: none;
}
.social__icon li:first-child {
  margin-left: 0;
}
.social__icon li a {
  display: block;
  transition: all 0.5s ease;
}

.owl-nav {
  margin: 0 !important;
  width: 100%;
}
.owl-nav button {
  height: 32px;
  width: 32px;
  overflow: hidden;
  border-radius: 50% !important;
  background-color: #6dab24 !important;
  color: #ffffff !important;
}

.breadcrumb {
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(1rem, 3vw, 1.25rem);
  margin-top: 0;
}
.breadcrumb-item {
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.breadcrumb-item a {
  color: #011627 !important;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none !important;
  text-transform: capitalize;
}
.breadcrumb-item.active {
  color: #011627 !important;
}
.breadcrumb-item::before {
  content: "/" !important;
  color: #011627 !important;
}
.breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb__mb {
  background-color: #fdbf6b;
  padding: 0.5rem 0;
}
.breadcrumb__mb .breadcrumb-item {
  font-size: 0.875rem;
  font-weight: 500;
}
.breadcrumb__mb .breadcrumb-item a {
  font-size: 0.875rem;
  font-weight: 500;
}
.breadcrumb__mb .breadcrumb-item::before {
  font-size: 0.75rem;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.pagination .page-link {
  background-color: #fdbf6b;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  background-color: #6dab24;
  border-color: #ffffff;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.main-header {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}
.main-header__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}
.main-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main-header__logo a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #6dab24;
  padding: 3rem 4.6875rem;
  clip-path: polygon(0 0, 100% 0%, 77% 100%, 0% 100%);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
}

.main-menu .main-menu__list > li {
  position: relative;
}
.main-menu .main-menu__list > li > ul, .main-menu .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 16rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  visibility: 0;
  opacity: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(6.25rem);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list > li + li {
  margin-left: 1.25rem;
}
@media (max-width: 1200px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 0.875rem;
  }
}
.main-menu .main-menu__list > li > a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #213344;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}
@media (max-width: 1200px) {
  .main-menu .main-menu__list > li > a {
    font-size: 0.9375rem;
  }
}
.main-menu .main-menu__list > li > a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  background-color: #6dab24;
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  left: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}
.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 0.9375rem;
}
.main-menu .main-menu__list > li.dropdown > a:after {
  position: absolute;
  top: 52%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 0.875rem;
  color: #151422;
  transform: translateY(-50%);
  font-weight: 700;
  z-index: 1;
}
.main-menu .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}
.main-menu .main-menu__list > li:hover > a {
  color: #6dab24;
}
.main-menu .main-menu__list > li:hover > a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}
.main-menu .main-menu__list > li:hover > a ::after {
  color: #6dab24;
}
.main-menu .main-menu__list > li:hover > ul, .main-menu .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > li > ul > li, .main-menu .main-menu__list > li > ul > li > ul > li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(21, 20, 34, 0.1);
}
.main-menu .main-menu__list > li > ul > li:last-child, .main-menu .main-menu__list > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.main-menu .main-menu__list > li > ul > li + li, .main-menu .main-menu__list > li > ul > li > ul > li + li {
  border-top: 0;
  margin-top: 0px;
}
.main-menu .main-menu__list > li > ul > li > a, .main-menu .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #393939;
  display: flex;
  text-transform: capitalize;
  padding: 0.625rem;
}
.main-menu .main-menu__list > li > ul > li:hover > a, .main-menu .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: #6dab24;
  color: #ffffff;
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: 500ms;
  padding: 0.625rem 1rem !important;
}
.main-menu .mobile-nav__toggler .main-menu .mobile-nav__toggler:hover {
  color: #151422;
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: all 0.3s ease;
  visibility: hidden;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: all 0.3s ease;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  transform: translateX(0);
}
.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
.mobile-nav__content {
  width: 18.75rem;
  background-color: #fdfffc;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 1.875rem 0.9375rem;
  visibility: 0;
  opacity: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .logo-box {
  margin-bottom: 1.5rem;
  display: inline-block;
}
.mobile-nav__content .logo-box img {
  height: 3.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.mobile-nav__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.125rem;
  cursor: pointer;
  background-color: #6dab24;
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.mobile-nav__content .main-menu__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-nav__content .main-menu__list > li > ul, .mobile-nav__content .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}
.mobile-nav__content .main-menu__list > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}
.mobile-nav__content .main-menu__list > li > a, .mobile-nav__content .main-menu__list > li > ul > li > a, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  line-height: 1.875rem;
  color: #011627;
  font-size: 1rem;
  font-weight: 500;
  height: 2.5rem;
  text-decoration: none;
  text-transform: capitalize;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: #6dab24;
}

.mobile-nav__content .main-menu__list {
  /* no menu after 2rd level dropdown */
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: #6dab24;
}
.mobile-nav__content .main-menu__list > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: transparent;
  color: #011627;
  border: none;
  outline: none;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
  padding: 0;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
  transform: rotate(0deg);
}
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 1.875rem;
}
.mobile-nav__top .main-menu__login a {
  color: #6dab24;
}
.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__contact {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #6dab24;
}
.mobile-nav__contact:last-child {
  border-bottom: none;
}
.mobile-nav__contact li {
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__contact li + li {
  margin-top: 0.9375rem;
}
.mobile-nav__contact li a {
  color: #011627;
  text-decoration: none;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #6dab24;
}
.mobile-nav__contact li > i {
  min-width: 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #6dab24;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  font-size: 0.6875rem;
  margin-right: 0.625rem;
  color: #fff;
}
.mobile-nav__contact li .l__button {
  font-size: 1rem;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

.main-header-two {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
}
.main-header-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  padding: 0.75rem 0.9375rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  z-index: 1;
}
.main-menu-two__wrapper.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
}
.main-menu-two__logo {
  position: relative;
  display: block;
}
.main-menu-two__logo a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__logo a img {
  height: 3.5rem;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 1100px) {
  .main-menu-two__logo a img {
    width: 9.375rem;
  }
}
.main-menu-two__left {
  position: relative;
  display: block;
}
.main-menu-two__main-menu-box {
  position: relative;
  display: block;
}
.main-menu-two__right {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.main-menu-two__btn-box {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.main-menu-two__btn-box .l__button--primary {
  font-size: 14px;
  padding: 7px 28px;
}
.main-menu-two__btn-box .l__button--transparent {
  color: #ffffff;
  background: linear-gradient(180deg, #87ea06 0%, #6dab24 100%);
  border-color: #6dab24;
}
.main-menu-two__btn-box .l__button--transparent:hover {
  background: linear-gradient(180deg, #6dab24 0%, #87ea06 100%);
  color: #ffffff;
}
@media (max-width: 1200px) {
  .main-menu-two__btn-box {
    gap: 0.875rem;
  }
}
@media (max-width: 1100px) {
  .main-menu-two__btn-box .l__button {
    padding: 0.875rem 1rem;
  }
}
@media (max-width: 1100px) {
  .main-menu-two__btn-box .l__button {
    padding: 0.625rem 0.75rem;
    font-size: 0.9375rem;
  }
  .main-menu-two__btn-box .l__button--transparent {
    height: 4.1875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}

@media (min-width: 1024px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.myHeader {
  background-color: #ffffff;
}

.footer {
  background-color: #f2f7eb;
  padding-top: clamp(2.5rem, 5vw, 3rem);
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer__title {
  font-size: clamp(1.375rem, 3vw, 1.625rem);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2.375rem;
  position: relative;
  color: #6dab24;
}
@media (max-width: 767px) {
  .footer__title {
    margin-bottom: 1rem;
    line-height: normal;
  }
}
.footer__desc p {
  text-align: justify;
}
.footer__desc .social__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.footer__desc .social__icon li {
  margin-bottom: 0;
}
.footer__desc .social__icon li a {
  display: block;
  color: #fdbf6b !important;
  height: 2.625rem;
  width: 2.625rem;
  overflow: hidden;
  line-height: 2.625rem;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
}
.footer__desc .social__icon img {
  height: 1.875rem;
  width: 1.875rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__desc .downloads .group__img {
  margin-top: 1.25rem;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}
.footer__desc .downloads .group__img img {
  height: 2rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__menu img {
  height: 3.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  list-style: none;
  margin-bottom: 0.75rem;
}
.footer__menu ul li a {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  text-decoration: none;
  position: relative;
  color: #393939;
}
.footer__menu ul li a:hover {
  color: #6dab24;
}
.footer__menu ul li:last-child {
  margin-bottom: 0;
}
.footer__menu p.text {
  font-size: 1rem;
  font-weight: 400;
  color: #393939;
}
.footer__menu li {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.footer__menu li i {
  color: #6dab24;
}
@media (max-width: 991px) {
  .footer__menu {
    margin-bottom: 1.5625rem;
  }
}
.footer__menu .info li {
  position: relative;
  padding-left: 1.5rem;
}
.footer__menu .info li i {
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.footer__menu .info li p {
  line-height: normal;
}
.footer__bottom {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-top: 1px solid #aee56d;
}
.footer__bottom .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 79px;
  padding: 0;
  margin: 0;
}
.footer__bottom .left li {
  list-style: none;
}
.footer__bottom .left li a {
  color: #e5e4e4;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}
.footer__bottom .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.footer__bottom .copyright p {
  margin-bottom: 0;
  display: inline-block;
}
.footer__bottom .copyright p img {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__bottom .copyright span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.footer__bottom .copyright span a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .footer__bottom .copyright {
    flex-direction: column;
  }
  .footer__bottom .copyright p {
    text-align: center;
    margin-top: 1rem;
  }
  .footer__bottom .copyright span {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer__bottom .copyright {
    flex-direction: column;
  }
  .footer__bottom .copyright p {
    text-align: center;
    margin-top: 1rem;
  }
  .footer__bottom .copyright span {
    flex-direction: column;
  }
}
.footer__social {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
.footer__social h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #393939;
}
.footer__social--icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
.footer__social--icon a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  text-decoration: none;
  color: #6dab24;
  overflow: hidden;
  transition: all 0.4s linear;
}
.footer__social--icon a:hover {
  color: #6dab24;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.owl-carousel .owl-dot span {
  background-color: #ffffff !important;
}
.owl-carousel .owl-dot.active span {
  background-color: #801926 !important;
  width: 1.25rem;
}

.btn__group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5625rem;
  margin-bottom: clamp(2rem, 3vw, 3rem);
}
.btn__group .l__button {
  padding: 1rem clamp(1.25rem, 3vw, 2.5rem);
}
.btn__group span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
}
.btn__group span a {
  color: #9f181c;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
}
.btn__group span a::before {
  content: "";
  height: 2px;
  width: 100%;
  overflow: hidden;
  background-color: #9f181c;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 480px) {
  .btn__group {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
}

.banner {
  position: relative;
  background-color: rgba(255, 255, 255, 0.01);
}
.banner__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  max-height: 43.75rem;
}
@media (max-width: 991px) {
  .banner__img img {
    max-height: 35rem;
  }
}
.banner__content {
  padding: 2rem 0;
  position: relative;
  z-index: 2;
}
.banner__content .content {
  margin-bottom: clamp(2rem, 3vw, 3rem);
}
.banner__content .content .text {
  font-size: 1.125rem;
  font-weight: 400;
}
.banner__content .content .section__title h1 {
  font-size: clamp(1.75rem, 2vw, 3rem);
}
.banner__content--info {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1.5rem;
}
.banner__content--info li {
  list-style: none;
  color: #465462;
  font-size: 1rem;
  font-weight: 500;
}
.banner__content--info li i {
  color: #72b520;
}
@media (max-width: 767px) {
  .banner__content--info {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .banner__content {
    padding: 2rem 0 0 0;
  }
}

.partner__box {
  border-radius: 0.9375rem;
  background: #f3ffe4;
  padding: clamp(2rem, 5vw, 4.375rem);
}
@media (max-width: 767px) {
  .partner__box {
    padding: 1rem;
  }
}
.partner__carousel {
  border-radius: 10px;
}
.partner__carousel .owl-dots button {
  height: 0.75rem;
  width: 0.75rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #d1d3ce;
  margin: 0.1875rem;
}
.partner__carousel .owl-dots button.active {
  background-color: #6dab24;
}
.partner__carousel .owl-dots button span {
  display: none !important;
}
.partner__card {
  border-radius: 0.9375rem;
  box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(236, 236, 236, 0.74);
  height: 11.25rem;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.partner__card img {
  height: 8rem;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 1200px) {
  .partner__card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .partner__card img {
    height: 5rem;
  }
}

.about__box {
  background-color: #f3ffe4;
  border-radius: 0.9375rem;
  padding: clamp(2rem, 5vw, 4.375rem);
}
.about__img {
  position: relative;
}
.about__img .bg {
  position: absolute;
  top: -15%;
  right: 0%;
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.about__img img {
  height: 560px;
  width: 75%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .about__img {
    position: sticky;
    top: 90px;
  }
  .about__img img {
    height: 560px;
    width: 80%;
    object-fit: cover;
    transition: all 0.5s ease;
    display: block;
  }
}
@media (max-width: 991px) {
  .about__img img {
    margin: auto;
    height: 21.875rem;
    width: 100%;
    object-fit: contain;
    transition: all 0.5s ease;
    display: block;
  }
}
.about__content .mission {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.125rem;
  width: 100%;
  margin-bottom: clamp(1.5rem, 3vw, 4.375rem);
}
.about__content .mission span {
  height: 5.875rem;
  width: 5.875rem;
  overflow: hidden;
  min-width: 5.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #e6fbce;
  border-radius: 50%;
}
.about__content .mission span img {
  height: 3.375rem;
  width: 3.375rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.about__content .mission h3 {
  font-size: clamp(1.5rem, 3vw, 1.625rem);
  font-weight: 500;
}
@media (max-width: 767px) {
  .about__content .mission {
    flex-direction: column;
  }
}
.about__detail--img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.625rem;
  display: block;
  max-height: 35rem;
  position: sticky;
  top: 90px;
}
@media (max-width: 991px) {
  .about__detail--img {
    max-height: 25rem;
    object-fit: contain;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .about__box {
    padding: 1rem;
  }
}

.mission__card {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}
.mission__card--icon {
  height: 5rem;
  width: 5rem;
  overflow: hidden;
  min-width: 5rem;
  border-radius: 50%;
  background-color: #e6fbce;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.mission__card--icon img {
  height: 2.5rem;
  width: 2.5rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.mission__card--content h3 {
  color: #213344;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .mission__card {
    flex-direction: column;
  }
}

.message--img {
  height: 34.0625rem;
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 5.625rem;
}
.message--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .message--img {
    height: 25rem;
  }
  .message--img img {
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .message--img {
    height: auto;
  }
  .message--img img {
    object-fit: contain;
  }
}

.team__card {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  border: 1px solid #e5e5e5;
  background: #fdfdfd;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}
.team__card--img {
  height: 19.375rem;
  width: 100%;
  overflow: hidden;
}
.team__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .team__card--img {
    height: 20rem;
  }
}
@media (max-width: 480px) {
  .team__card--img {
    height: 12rem;
  }
}
.team__card--content {
  padding: 1.25rem 1rem;
  text-align: center;
}
.team__card--content h3 {
  font-size: clamp(0.9375rem, 3vw, 1.25rem);
  font-weight: 600;
  color: #213344;
  margin-bottom: 0;
}
.team__card--content p {
  font-size: clamp(0.875rem, 3vw, 1rem);
  font-weight: 500;
}
@media (max-width: 767px) {
  .team__card--content {
    padding: 1rem;
  }
}

.service .section__title {
  margin-bottom: clamp(1.5rem, 3vw, 3.75rem);
}
.service__card {
  position: relative;
  border-radius: 15px;
  border: 1px solid rgba(236, 236, 236, 0.74);
  background: #fff;
  box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: clamp(1.25rem, 3vw, 2.5rem) clamp(1.25rem, 3vw, 1.75rem);
  transition: all 0.3s ease;
}
.service__card a {
  text-decoration: none;
}
.service__card--img {
  position: relative;
}
.service__card--img::before {
  content: "";
  height: 2.375rem;
  width: 2.375rem;
  overflow: hidden;
  background: linear-gradient(180deg, #edffd5 0%, #d8f8b1 100%);
  border-radius: 50%;
  position: absolute;
  top: -0.5rem;
  left: 0;
}
.service__card--img svg,
.service__card--img img {
  height: 4.5rem;
  width: 4.5rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  position: relative;
  z-index: 1;
}
.service__card--content {
  margin-top: clamp(1rem, 3vw, 1.625rem);
}
.service__card--content h3 {
  color: #213344;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease;
  margin-bottom: 1.25rem;
}
.service__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service__card--content a {
  color: #6dab24;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  font-weight: 500;
}
.service__card:hover {
  background: linear-gradient(209deg, #71a633 17.97%, #6dab24 82.69%);
}
.service__card:hover p,
.service__card:hover a,
.service__card:hover h3 {
  color: #ffffff;
}
.service__card:hover .service__card--img::before {
  background: #a6d370;
}
.service__card:hover .service__card--img svg path {
  fill: #ffffff;
}
.service__detail--box {
  border-radius: 0.9375rem;
  border: 1px solid rgba(236, 236, 236, 0.74);
  background: #fff;
  box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: clamp(1rem, 3vw, 1.875rem);
}
.service__detail--img img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  max-height: 25rem;
  border-radius: 0.625rem;
}

.choose {
  position: relative;
}
.choose__box {
  background-color: #f3ffe4;
  border-radius: 0.9375rem;
  padding: clamp(1rem, 5vw, 4.375rem);
  padding-bottom: clamp(1rem, 3vw, 1.875rem);
}
.choose__content .text {
  margin-bottom: 1.5rem;
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 400;
}
.choose__list {
  padding: 0;
  margin: 0;
  columns: 2;
}
.choose__list li {
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.875rem;
}
.choose__list li:last-child {
  margin-bottom: 0;
}
.choose__list li i {
  position: absolute;
  top: 0.25rem;
  left: 0;
  color: #6dab24;
}
.choose__list li span {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .choose__list {
    columns: 1;
  }
  .choose__list li {
    margin-bottom: 1rem;
  }
}
.choose__img {
  position: relative;
}
.choose__img .main {
  height: 19.375rem;
  width: 21.5625rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.9375rem;
  transform: rotate(-8.205deg);
}
@media (max-width: 991px) {
  .choose__img .main {
    transform: rotate(0deg);
    height: auto;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    display: block;
    max-height: 25rem;
  }
}
@media (max-width: 767px) {
  .choose__img .main {
    max-height: 18rem;
  }
}
.choose__img .main__second {
  height: 18.125rem;
  width: 19.875rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transform: rotate(18deg);
  margin-top: -20%;
  margin-left: 36%;
  margin-bottom: 3.125rem;
}
@media (max-width: 1100px) {
  .choose__img .main__second {
    margin-left: 30%;
  }
}
@media (max-width: 1050px) {
  .choose__img .main__second {
    margin-left: 25%;
  }
}
@media (max-width: 767px) {
  .choose__box {
    padding: 1rem;
  }
}

.testimonial {
  position: relative;
  overflow: hidden;
}
.testimonial .section__title {
  max-width: 31.25rem;
}
.testimonial__card {
  background-color: transparent;
  text-align: center;
}
.testimonial__card--content {
  position: relative;
  z-index: 1;
  padding: 0 2.8125rem 3.75rem 2.8125rem;
}
.testimonial__card p {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
}
.testimonial__card .author {
  position: relative;
  padding-top: 5.375rem;
}
.testimonial__card .author img {
  height: 5.125rem;
  width: 5.125rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  min-width: 5.125rem;
  border-radius: 50%;
  position: absolute;
  top: -0.875rem;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial__card .author h4 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.testimonial__card .author span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.testimonial__card .author span.icon {
  color: #6dab24;
}
.testimonial .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial .slick-current {
  margin-top: 2rem;
}
.testimonial .slick-current .testimonial__card::after {
  content: "";
  clip-path: polygon(12.083% 0.169%, 12.083% 0.169%, 9.783% 0.804%, 7.809% 1.464%, 6.132% 2.167%, 4.72% 2.928%, 3.543% 3.766%, 2.57% 4.696%, 1.77% 5.737%, 1.113% 6.904%, 0.569% 8.214%, 0.106% 9.685%, 4.856% 99.882%, 92.613% 99.882%, 92.613% 99.882%, 94.139% 98.955%, 95.451% 97.897%, 96.563% 96.661%, 97.487% 95.203%, 98.237% 93.475%, 98.827% 91.432%, 99.268% 89.028%, 99.576% 86.218%, 99.762% 82.955%, 99.84% 79.194%, 99.84% 79.194%, 99.008% 71.441%, 98.135% 64.241%, 97.213% 57.455%, 96.237% 50.94%, 95.2% 44.557%, 94.097% 38.165%, 92.922% 31.622%, 91.667% 24.788%, 90.327% 17.523%, 88.896% 9.685%, 88.896% 9.685%, 88.198% 8.591%, 87.549% 7.577%, 86.883% 6.651%, 86.132% 5.816%, 85.23% 5.08%, 84.108% 4.447%, 82.701% 3.923%, 80.941% 3.515%, 78.761% 3.227%, 76.094% 3.065%, 12.083% 0.169%);
  position: absolute;
  top: 4px;
  left: 37px;
  height: 86%;
  width: 95%;
  overflow: hidden;
  background: linear-gradient(180deg, #73b91e 0%, #6dab24 100%);
}
.testimonial .slick-current .testimonial__card::before {
  content: "";
  clip-path: polygon(1.079% 76.553%, 9.92% 12.71%, 9.92% 12.71%, 10.552% 11.34%, 11.199% 10.11%, 11.886% 9.002%, 12.643% 7.998%, 13.496% 7.081%, 14.473% 6.235%, 15.602% 5.441%, 16.91% 4.682%, 18.425% 3.941%, 20.175% 3.201%, 20.175% 3.201%, 26.007% 2.707%, 31.7% 2.285%, 37.343% 1.925%, 43.023% 1.614%, 48.827% 1.341%, 54.843% 1.095%, 61.157% 0.863%, 67.858% 0.636%, 75.033% 0.4%, 82.769% 0.145%, 82.769% 0.145%, 84.761% 0.724%, 86.6% 1.305%, 88.298% 1.942%, 89.867% 2.692%, 91.319% 3.611%, 92.668% 4.755%, 93.924% 6.181%, 95.101% 7.945%, 96.212% 10.102%, 97.268% 12.71%, 97.268% 12.71%, 97.514% 20.22%, 97.757% 27.323%, 97.991% 34.053%, 98.209% 40.445%, 98.406% 46.535%, 98.575% 52.357%, 98.711% 57.947%, 98.808% 63.338%, 98.859% 68.566%, 98.859% 73.667%, 98.859% 73.667%, 98.728% 75.779%, 98.492% 77.648%, 98.134% 79.301%, 97.636% 80.765%, 96.981% 82.066%, 96.15% 83.232%, 95.127% 84.289%, 93.894% 85.265%, 92.432% 86.187%, 90.725% 87.081%, 90.725% 87.081%, 80.092% 88.95%, 70.382% 90.642%, 61.512% 92.159%, 53.399% 93.504%, 45.959% 94.68%, 39.109% 95.689%, 32.764% 96.534%, 26.842% 97.219%, 21.259% 97.746%, 15.932% 98.117%, 15.932% 98.117%, 12.964% 97.13%, 10.359% 96.021%, 8.104% 94.737%, 6.186% 93.227%, 4.594% 91.44%, 3.314% 89.325%, 2.335% 86.83%, 1.645% 83.904%, 1.23% 80.496%, 1.079% 76.553%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #fafafa;
  z-index: 1;
}
.testimonial .slick-current .testimonial__card .author {
  padding-top: 4.375rem;
}
.testimonial .slick-current .testimonial__card .author img {
  height: 6.875rem;
  width: 6.875rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  min-width: 6.875rem;
  top: -3.4375rem;
}
.testimonial .slick-current .testimonial__card .author span {
  font-size: 18px;
}
.testimonial .slick-current .testimonial__card--content {
  padding: 0 3.125rem 4.375rem 3.125rem;
}
.testimonial .slick-current .testimonial__card p {
  font-size: 1.125rem;
  font-weight: 400;
}
@media (min-width: 991px) {
  .testimonial__card {
    margin-top: 2rem;
  }
  .testimonial__card::after {
    content: "";
    clip-path: polygon(9.144% 18.651%, 9.144% 18.651%, 8.564% 24.19%, 8.043% 29.287%, 7.578% 34.03%, 7.165% 38.502%, 6.802% 42.79%, 6.485% 46.979%, 6.212% 51.155%, 5.979% 55.402%, 5.782% 59.807%, 5.62% 64.454%, 5.62% 64.454%, 5.852% 66.215%, 6.142% 67.784%, 6.51% 69.178%, 6.976% 70.417%, 7.559% 71.521%, 8.28% 72.507%, 9.159% 73.396%, 10.216% 74.205%, 11.47% 74.954%, 12.942% 75.661%, 12.942% 75.661%, 19.145% 77.94%, 25.016% 80.12%, 30.608% 82.21%, 35.977% 84.218%, 41.176% 86.153%, 46.259% 88.023%, 51.28% 89.837%, 56.293% 91.604%, 61.353% 93.333%, 66.512% 95.03%, 66.512% 95.03%, 68.585% 95.166%, 70.416% 95.183%, 72.032% 95.08%, 73.459% 94.857%, 74.726% 94.514%, 75.858% 94.05%, 76.884% 93.465%, 77.83% 92.76%, 78.723% 91.933%, 79.591% 90.984%, 79.591% 90.984%, 81.281% 87.235%, 82.823% 83.379%, 84.251% 79.406%, 85.6% 75.303%, 86.904% 71.057%, 88.198% 66.658%, 89.517% 62.093%, 90.896% 57.35%, 92.368% 52.416%, 93.969% 47.281%, 93.969% 47.281%, 94.318% 45.348%, 94.497% 43.618%, 94.494% 42.066%, 94.295% 40.663%, 93.888% 39.384%, 93.259% 38.2%, 92.396% 37.084%, 91.286% 36.011%, 89.915% 34.951%, 88.271% 33.878%, 88.271% 33.878%, 81.359% 30.498%, 74.093% 26.981%, 66.727% 23.442%, 59.516% 19.999%, 52.714% 16.766%, 46.578% 13.861%, 41.361% 11.4%, 37.32% 9.498%, 34.708% 8.271%, 33.78% 7.837%, 33.78% 7.837%, 33.606% 7.742%, 33.114% 7.488%, 32.355% 7.116%, 31.378% 6.667%, 30.233% 6.184%, 28.97% 5.71%, 27.638% 5.284%, 26.287% 4.951%, 24.965% 4.752%, 23.724% 4.728%, 23.724% 4.728%, 22.392% 4.953%, 21.192% 5.207%, 20.106% 5.497%, 19.113% 5.827%, 18.195% 6.203%, 17.333% 6.631%, 16.507% 7.115%, 15.698% 7.662%, 14.887% 8.277%, 14.055% 8.965%, 14.055% 8.965%, 13.136% 9.805%, 12.341% 10.621%, 11.657% 11.432%, 11.075% 12.258%, 10.584% 13.12%, 10.175% 14.037%, 9.836% 15.028%, 9.558% 16.115%, 9.331% 17.316%, 9.144% 18.651%);
    position: absolute;
    top: 2rem;
    left: -2rem;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #73b91e 0%, #6dab24 100%);
  }
  .testimonial__card::before {
    content: "";
    clip-path: polygon(1.465% 18.102%, 1.465% 18.102%, 1.751% 24.462%, 2.027% 30.314%, 2.305% 35.756%, 2.596% 40.885%, 2.911% 45.798%, 3.259% 50.593%, 3.653% 55.368%, 4.102% 60.219%, 4.617% 65.245%, 5.21% 70.541%, 5.21% 70.541%, 5.754% 72.512%, 6.33% 74.256%, 6.961% 75.794%, 7.674% 77.143%, 8.492% 78.323%, 9.441% 79.354%, 10.545% 80.253%, 11.83% 81.041%, 13.32% 81.735%, 15.04% 82.356%, 15.04% 82.356%, 22.174% 84.173%, 28.929% 85.918%, 35.367% 87.596%, 41.547% 89.21%, 47.53% 90.761%, 53.376% 92.253%, 59.145% 93.69%, 64.898% 95.073%, 70.695% 96.407%, 76.596% 97.694%, 76.596% 97.694%, 78.876% 97.591%, 80.873% 97.382%, 82.616% 97.065%, 84.134% 96.634%, 85.456% 96.087%, 86.613% 95.42%, 87.634% 94.629%, 88.547% 93.71%, 89.383% 92.66%, 90.171% 91.476%, 90.171% 91.476%, 91.391% 87.009%, 92.432% 82.44%, 93.33% 77.752%, 94.12% 72.926%, 94.837% 67.944%, 95.519% 62.788%, 96.2% 57.442%, 96.916% 51.885%, 97.703% 46.102%, 98.597% 40.073%, 98.597% 40.073%, 98.656% 37.834%, 98.565% 35.848%, 98.304% 34.086%, 97.855% 32.519%, 97.2% 31.117%, 96.32% 29.85%, 95.195% 28.691%, 93.808% 27.61%, 92.139% 26.577%, 90.171% 25.564%, 90.171% 25.564%, 82.083% 22.584%, 73.586% 19.493%, 64.977% 16.39%, 56.553% 13.376%, 48.61% 10.551%, 41.445% 8.015%, 35.356% 5.868%, 30.639% 4.21%, 27.591% 3.142%, 26.509% 2.764%, 26.509% 2.764%, 26.303% 2.679%, 25.725% 2.451%, 24.836% 2.123%, 23.698% 1.735%, 22.372% 1.329%, 20.917% 0.946%, 19.396% 0.629%, 17.868% 0.419%, 16.396% 0.356%, 15.04% 0.484%, 15.04% 0.484%, 13.627% 0.904%, 12.362% 1.342%, 11.227% 1.805%, 10.2% 2.303%, 9.263% 2.845%, 8.394% 3.437%, 7.574% 4.09%, 6.784% 4.812%, 6.002% 5.61%, 5.21% 6.495%, 5.21% 6.495%, 4.349% 7.563%, 3.617% 8.588%, 3.007% 9.593%, 2.509% 10.604%, 2.118% 11.643%, 1.824% 12.734%, 1.619% 13.902%, 1.497% 15.17%, 1.448% 16.562%, 1.465% 18.102%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fafafa;
    z-index: 1;
  }
  .testimonial__card .icon {
    display: block;
    margin: 0.5rem 0;
  }
  .testimonial .slick-current + .slick-active .testimonial__card {
    position: relative;
    right: 5%;
  }
  .testimonial .slick-current + .slick-active .testimonial__card::after {
    content: "";
    clip-path: polygon(90.982% 18.676%, 90.982% 18.676%, 91.562% 24.227%, 92.083% 29.336%, 92.549% 34.089%, 92.961% 38.572%, 93.324% 42.87%, 93.641% 47.068%, 93.915% 51.254%, 94.148% 55.511%, 94.344% 59.926%, 94.507% 64.584%, 94.507% 64.584%, 94.274% 66.349%, 93.984% 67.921%, 93.617% 69.318%, 93.151% 70.561%, 92.568% 71.667%, 91.846% 72.656%, 90.968% 73.546%, 89.911% 74.357%, 88.657% 75.108%, 87.185% 75.817%, 87.185% 75.817%, 80.982% 78.101%, 75.111% 80.286%, 69.518% 82.38%, 64.149% 84.393%, 58.95% 86.332%, 53.867% 88.207%, 48.846% 90.026%, 43.833% 91.797%, 38.773% 93.529%, 33.614% 95.23%, 33.614% 95.23%, 31.541% 95.367%, 29.71% 95.383%, 28.094% 95.28%, 26.667% 95.057%, 25.4% 94.713%, 24.267% 94.248%, 23.242% 93.662%, 22.296% 92.955%, 21.403% 92.126%, 20.535% 91.175%, 20.535% 91.175%, 18.845% 87.417%, 17.303% 83.552%, 15.875% 79.57%, 14.526% 75.457%, 13.222% 71.202%, 11.927% 66.793%, 10.608% 62.217%, 9.23% 57.463%, 7.757% 52.518%, 6.156% 47.371%, 6.156% 47.371%, 5.808% 45.433%, 5.629% 43.7%, 5.632% 42.144%, 5.831% 40.738%, 6.238% 39.456%, 6.866% 38.269%, 7.729% 37.151%, 8.84% 36.075%, 10.211% 35.013%, 11.855% 33.938%, 11.855% 33.938%, 18.766% 30.55%, 26.033% 27.024%, 33.399% 23.477%, 40.61% 20.026%, 47.412% 16.786%, 53.548% 13.874%, 58.764% 11.407%, 62.806% 9.501%, 65.418% 8.271%, 66.346% 7.836%, 66.346% 7.836%, 66.52% 7.741%, 67.012% 7.487%, 67.771% 7.113%, 68.748% 6.664%, 69.893% 6.18%, 71.156% 5.704%, 72.488% 5.278%, 73.84% 4.944%, 75.161% 4.744%, 76.403% 4.72%, 76.403% 4.72%, 77.734% 4.945%, 78.934% 5.2%, 80.02% 5.49%, 81.013% 5.821%, 81.931% 6.198%, 82.794% 6.627%, 83.62% 7.113%, 84.429% 7.661%, 85.24% 8.277%, 86.072% 8.967%, 86.072% 8.967%, 86.99% 9.809%, 87.786% 10.627%, 88.47% 11.44%, 89.052% 12.268%, 89.543% 13.131%, 89.952% 14.05%, 90.29% 15.044%, 90.568% 16.133%, 90.795% 17.337%, 90.982% 18.676%);
    position: absolute;
    top: 2rem;
    left: 2rem;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #73b91e 0%, #6dab24 100%);
  }
  .testimonial .slick-current + .slick-active .testimonial__card::before {
    content: "";
    clip-path: polygon(98.38% 18.08%, 98.38% 18.08%, 98.096% 24.44%, 97.82% 30.292%, 97.543% 35.734%, 97.253% 40.863%, 96.939% 45.776%, 96.592% 50.572%, 96.199% 55.346%, 95.752% 60.198%, 95.238% 65.223%, 94.647% 70.52%, 94.647% 70.52%, 94.104% 72.49%, 93.53% 74.235%, 92.9% 75.772%, 92.19% 77.121%, 91.374% 78.302%, 90.428% 79.332%, 89.327% 80.232%, 88.046% 81.019%, 86.561% 81.714%, 84.845% 82.334%, 84.845% 82.334%, 77.733% 84.151%, 70.998% 85.897%, 64.579% 87.575%, 58.417% 89.188%, 52.452% 90.739%, 46.623% 92.231%, 40.871% 93.668%, 35.135% 95.052%, 29.355% 96.385%, 23.472% 97.672%, 23.472% 97.672%, 21.198% 97.569%, 19.207% 97.361%, 17.47% 97.043%, 15.956% 96.613%, 14.637% 96.066%, 13.484% 95.399%, 12.467% 94.608%, 11.556% 93.689%, 10.722% 92.639%, 9.937% 91.454%, 9.937% 91.454%, 8.72% 86.987%, 7.682% 82.419%, 6.787% 77.73%, 6% 72.904%, 5.284% 67.922%, 4.605% 62.767%, 3.926% 57.42%, 3.212% 51.864%, 2.427% 46.08%, 1.536% 40.051%, 1.536% 40.051%, 1.477% 37.812%, 1.568% 35.827%, 1.828% 34.065%, 2.275% 32.497%, 2.928% 31.095%, 3.806% 29.829%, 4.928% 28.67%, 6.311% 27.588%, 7.974% 26.555%, 9.937% 25.542%, 9.937% 25.542%, 18.001% 22.563%, 26.472% 19.471%, 35.056% 16.369%, 43.456% 13.355%, 51.375% 10.529%, 58.519% 7.993%, 64.59% 5.846%, 69.293% 4.189%, 72.332% 3.121%, 73.411% 2.742%, 73.411% 2.742%, 73.616% 2.657%, 74.192% 2.43%, 75.078% 2.101%, 76.213% 1.713%, 77.536% 1.307%, 78.986% 0.925%, 80.503% 0.608%, 82.026% 0.397%, 83.493% 0.335%, 84.845% 0.462%, 84.845% 0.462%, 86.255% 0.883%, 87.515% 1.32%, 88.647% 1.784%, 89.671% 2.282%, 90.606% 2.823%, 91.472% 3.416%, 92.289% 4.069%, 93.077% 4.79%, 93.857% 5.589%, 94.647% 6.473%, 94.647% 6.473%, 95.505% 7.541%, 96.235% 8.566%, 96.843% 9.572%, 97.339% 10.582%, 97.73% 11.621%, 98.023% 12.713%, 98.227% 13.881%, 98.349% 15.149%, 98.398% 16.54%, 98.38% 18.08%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fafafa;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .testimonial__card {
    margin-top: 2rem;
  }
  .testimonial .slick-active .testimonial__card::after {
    content: "";
    clip-path: polygon(12.083% 0.169%, 12.083% 0.169%, 9.783% 0.804%, 7.809% 1.464%, 6.132% 2.167%, 4.72% 2.928%, 3.543% 3.766%, 2.57% 4.696%, 1.77% 5.737%, 1.113% 6.904%, 0.569% 8.214%, 0.106% 9.685%, 4.856% 99.882%, 92.613% 99.882%, 92.613% 99.882%, 94.139% 98.955%, 95.451% 97.897%, 96.563% 96.661%, 97.487% 95.203%, 98.237% 93.475%, 98.827% 91.432%, 99.268% 89.028%, 99.576% 86.218%, 99.762% 82.955%, 99.84% 79.194%, 99.84% 79.194%, 99.008% 71.441%, 98.135% 64.241%, 97.213% 57.455%, 96.237% 50.94%, 95.2% 44.557%, 94.097% 38.165%, 92.922% 31.622%, 91.667% 24.788%, 90.327% 17.523%, 88.896% 9.685%, 88.896% 9.685%, 88.198% 8.591%, 87.549% 7.577%, 86.883% 6.651%, 86.132% 5.816%, 85.23% 5.08%, 84.108% 4.447%, 82.701% 3.923%, 80.941% 3.515%, 78.761% 3.227%, 76.094% 3.065%, 12.083% 0.169%);
    position: absolute;
    top: 4px;
    left: 37px;
    height: 86%;
    width: 95%;
    overflow: hidden;
    background: linear-gradient(180deg, #73b91e 0%, #6dab24 100%);
  }
  .testimonial .slick-active .testimonial__card::before {
    content: "";
    clip-path: polygon(1.079% 76.553%, 9.92% 12.71%, 9.92% 12.71%, 10.552% 11.34%, 11.199% 10.11%, 11.886% 9.002%, 12.643% 7.998%, 13.496% 7.081%, 14.473% 6.235%, 15.602% 5.441%, 16.91% 4.682%, 18.425% 3.941%, 20.175% 3.201%, 20.175% 3.201%, 26.007% 2.707%, 31.7% 2.285%, 37.343% 1.925%, 43.023% 1.614%, 48.827% 1.341%, 54.843% 1.095%, 61.157% 0.863%, 67.858% 0.636%, 75.033% 0.4%, 82.769% 0.145%, 82.769% 0.145%, 84.761% 0.724%, 86.6% 1.305%, 88.298% 1.942%, 89.867% 2.692%, 91.319% 3.611%, 92.668% 4.755%, 93.924% 6.181%, 95.101% 7.945%, 96.212% 10.102%, 97.268% 12.71%, 97.268% 12.71%, 97.514% 20.22%, 97.757% 27.323%, 97.991% 34.053%, 98.209% 40.445%, 98.406% 46.535%, 98.575% 52.357%, 98.711% 57.947%, 98.808% 63.338%, 98.859% 68.566%, 98.859% 73.667%, 98.859% 73.667%, 98.728% 75.779%, 98.492% 77.648%, 98.134% 79.301%, 97.636% 80.765%, 96.981% 82.066%, 96.15% 83.232%, 95.127% 84.289%, 93.894% 85.265%, 92.432% 86.187%, 90.725% 87.081%, 90.725% 87.081%, 80.092% 88.95%, 70.382% 90.642%, 61.512% 92.159%, 53.399% 93.504%, 45.959% 94.68%, 39.109% 95.689%, 32.764% 96.534%, 26.842% 97.219%, 21.259% 97.746%, 15.932% 98.117%, 15.932% 98.117%, 12.964% 97.13%, 10.359% 96.021%, 8.104% 94.737%, 6.186% 93.227%, 4.594% 91.44%, 3.314% 89.325%, 2.335% 86.83%, 1.645% 83.904%, 1.23% 80.496%, 1.079% 76.553%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fafafa;
    z-index: 1;
  }
  .testimonial .slick-active .testimonial__card .author {
    padding-top: 4.375rem;
  }
  .testimonial .slick-active .testimonial__card .author img {
    height: 6.875rem;
    width: 6.875rem;
    object-fit: cover;
    transition: all 0.5s ease;
    display: block;
    min-width: 6.875rem;
    top: -3.4375rem;
  }
  .testimonial .slick-active .testimonial__card .author span {
    font-size: 0.75rem;
  }
  .testimonial .slick-active .testimonial__card--content {
    padding: 0 3.125rem 4.375rem 3.125rem;
  }
  .testimonial .slick-active .testimonial__card p {
    font-size: 1.125rem;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .testimonial__card {
    margin-top: 1rem;
  }
}

.calculator__box {
  border-radius: 0.9375rem;
  background: #f3ffe4;
  padding: clamp(1.5rem, 3vw, 3.4375rem);
}
@media (max-width: 767px) {
  .calculator__box {
    padding: 1rem;
  }
}
.calculator .tab__buttons {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.calculator .tab__buttons--btn {
  list-style: none;
  cursor: pointer;
  color: #72b520;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  padding: 0.75rem;
  border-radius: 0.625rem;
  width: 33%;
  background-color: #e8ffcc;
}
.calculator .tab__buttons--btn:last-child {
  margin-bottom: 0;
}
.calculator .tab__buttons--btn.active, .calculator .tab__buttons--btn:hover {
  background-color: #6dab24;
  color: #ffffff;
}
.calculator .tab__contents--text {
  display: none;
}
.calculator .tab__contents--text.active {
  display: block;
}
.calculator .tab__contents .form label {
  color: #213344;
  font-size: 1.125rem;
  font-weight: 400;
}
.calculator .tab__contents .form input {
  height: 2.75rem;
  line-height: 2.75rem;
  border-radius: 0.625rem;
  border: 1px solid #6dab24;
  background: #fafafa;
}
.calculator .tab__contents .form .l__button--transparent {
  background-color: transparent;
}
.calculator .tab__contents .form .l__button--transparent:hover {
  background-color: #6dab24;
}
.calculator__result {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  border: 1px solid #eeecec;
  background: #ffffff;
  padding: clamp(1.5rem, 3vw, 2.375rem) clamp(1.5rem, 3vw, 1.875rem);
}
.calculator__result hr {
  margin: 0.3125rem 0;
}
.calculator__result .list {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  margin-bottom: 0.3125rem;
}
.calculator__result .list p {
  margin-bottom: 0;
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 400;
  color: #213344;
  line-height: normal;
}
.calculator__result .list p.note {
  font-size: 14px;
}
.calculator__result .list span {
  color: #213344;
  display: block;
  text-align: end;
  font-size: 0.875rem;
}
.calculator__result .list small {
  font-size: 0.875rem;
}
.calculator__result h6 {
  font-size: 0.875rem;
  font-weight: 400;
}
@media (max-width: 1300px) {
  .calculator__result {
    padding: 2rem;
  }
}
@media (max-width: 1200px) {
  .calculator__result {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .calculator__result {
    padding: 1rem;
  }
}

.blog__card {
  position: relative;
  overflow: hidden;
}
.blog__card a {
  text-decoration: none;
}
.blog__card--img {
  height: 21rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.blog__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.blog__card--content h3 {
  color: #011627;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content h3 a {
  transition: all 0.5s ease;
  color: #1e293b;
  text-decoration: none;
}
.blog__card--content p {
  color: #393939;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card:hover img {
  transform: scale(1.04);
}
.blog__card:hover a {
  color: #fdbf6b;
}
.blog__card:hover h3 {
  color: #6dab24;
}
@media (max-width: 991px) {
  .blog__card--img {
    height: 15rem;
  }
}
.blog__mid .blog__card:first-child .blog__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__end .blog__card {
  margin-bottom: 1.5rem;
}
.blog__end .blog__card--img {
  height: 10rem;
}
.blog__end .blog__card h3 {
  margin-bottom: 0;
}
.blog__list .blog__card {
  box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.9375rem;
  border: 1px solid rgba(236, 236, 236, 0.74);
  background: #fff;
}
.blog__list .blog__card--img {
  height: 13.75rem;
  border-radius: 0.9375rem 0.9375rem 0 0;
  margin-bottom: 0;
}
.blog__list .blog__card--content {
  padding: 0.875rem 0.75rem;
}
.blog__detail--img {
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.blog__detail--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.blog__detail img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
.blog__detail--content h1 {
  font-size: clamp(2rem, 3vw, 2.375rem);
}
.blog__detail--content h2 {
  font-size: clamp(1.75rem, 3vw, 2rem);
}
.blog__detail--content h3 {
  font-size: clamp(1.5rem, 3vw, 1.75rem);
}
.blog__detail--content h4 {
  font-size: clamp(1.375rem, 3vw, 1.5rem);
}
.blog__detail--content h5 {
  font-size: clamp(1.25rem, 3vw, 1.375rem);
}
.blog__detail--content h6 {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
}
.blog__detail--content .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.blog__detail--content .meta small {
  color: #0e0e0e;
  font-size: 11px;
  font-weight: 400;
  margin-right: 32px;
}
.blog__detail--content .meta span {
  color: #0e0e0e;
  font-size: 11px;
  font-weight: 500;
}
.blog__detail--content .meta h6 {
  color: #151b30;
  font-size: 16px;
  font-weight: 500;
}
.blog__detail .sidebar {
  position: sticky;
  top: 5rem;
}

.branch .section__title {
  max-width: 31.25rem;
}
.branch__card {
  padding: 1.25rem;
  box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(236, 236, 236, 0.74);
  background-color: #ffffff;
}
.branch__card ul {
  padding: 0;
  margin: 0;
}
.branch__card ul li {
  list-style: none;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.8rem;
  line-height: normal;
}
.branch__card ul li:last-child {
  margin-bottom: 0;
}
.branch__card ul li span {
  position: absolute;
  top: 0.375rem;
  left: 0;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.branch__card ul li span img {
  height: 1.25rem;
  width: 1.25rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .branch__card ul li span {
    top: 0.1875rem;
  }
}
.branch__card ul li p {
  color: #2c343d;
  line-height: normal;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.branch__card ul li p a {
  color: #2c343d;
  text-decoration: none;
}
.branch__card ul li p a:hover {
  color: #6dab24;
}
.branch__card ul li p small, .branch__card ul li p span {
  font-size: 1rem;
  font-weight: 400;
}
.branch__card ul li p.email {
  word-break: break-all;
}
.branch__card ul li:first-child span {
  background-color: transparent;
  height: auto;
  width: auto;
  left: -0.625rem;
}
.branch__card ul li:first-child span img {
  height: 2.6875rem;
  width: 2.6875rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  position: relative;
  z-index: 1;
}
.branch__card ul li:first-child span::before {
  content: "";
  height: 2rem;
  width: 2rem;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(180deg, #edffd5 0%, #d8f8b1 100%);
  position: absolute;
  top: -0.625rem;
  left: 0;
}
@media (max-width: 1300px) {
  .branch__card {
    padding: 1.875rem;
  }
}
@media (max-width: 1200px) {
  .branch__card {
    padding: 1.625rem;
  }
}
@media (max-width: 1100px) {
  .branch__card {
    padding: 1.375rem;
  }
}
@media (max-width: 1024px) {
  .branch__card {
    padding: 1.125rem;
  }
}
@media (max-width: 767px) {
  .branch__card {
    padding: 2rem 1rem;
  }
}

.adds img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.download__box {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.download__box h2 {
  font-size: clamp(1.5rem, 3vw, 1.625rem);
  font-weight: 500;
}
.download__list {
  border-radius: 0.9375rem;
  border: 1px solid rgba(236, 236, 236, 0.74);
  background: #fff;
  box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 0;
  margin: 0;
  padding: clamp(1rem, 3vw, 3.125rem) clamp(1rem, 3vw, 1.5625rem);
}
.download__list li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background-color: #f7ffec;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  margin-bottom: 0.75rem;
}
.download__list li:last-child {
  margin-bottom: 0;
}
.download__list li h3 {
  color: #393939;
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 400;
  margin-bottom: 0;
}
.download__list li .l__button {
  min-width: 7.8125rem;
  padding: 0.625rem 0.75rem;
}
@media (max-width: 767px) {
  .download__list li .l__button {
    min-width: auto;
  }
}

.pricing__box {
  margin-bottom: 3.125rem;
}
.pricing__box h2 {
  margin-bottom: clamp(1.125rem, 3vw, 1.5rem);
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  font-weight: 500;
}
.pricing__box:last-child {
  margin-bottom: 0;
}
.pricing__box .note {
  position: relative;
  padding-left: 55px;
  margin-top: 1.5rem;
  font-size: 0.875rem;
}
.pricing__box .note strong {
  font-size: 0.875rem;
  font-weight: 500;
  color: #080a0d;
  position: absolute;
  top: 0;
  left: 0;
}
.pricing__box .note p {
  font-size: 0.875rem;
  white-space: break-spaces;
  line-height: normal;
}
.pricing__table {
  width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  border-radius: 10px 10px 0px 0px;
  border: 1px solid rgba(229, 229, 229, 0.89);
  overflow: hidden;
  background-color: rgba(247, 255, 236, 0.8);
}
.pricing__table--head {
  background: #ebfcd6;
  padding: 1rem clamp(1rem, 3vw, 3.75rem);
}
.pricing__table--head p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1%;
  color: #040405;
  font-size: 1.125rem;
  font-weight: 400;
}
.pricing__table--body p {
  margin-bottom: 0;
  padding: 0.5rem clamp(1rem, 3vw, 3.75rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1%;
  font-size: clamp(0.875rem, 3vw, 1rem);
  font-weight: 400;
  border-top: 1px solid rgba(109, 171, 36, 0.2);
  color: #333333;
}

.notice__card {
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.04);
  border-radius: 0.625rem;
  border: 1px solid #f9f9f9;
  background: #fdfdfd;
  padding: clamp(1rem, 3vw, 1.5rem);
}
.notice__card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notice__card span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.notice__card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notice__card .l__button {
  padding: clamp(0.5rem, 3vw, 1rem) clamp(1.125rem, 3vw, 2.5rem);
}
.notice__detail img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  margin-bottom: 1.5rem;
}
.notice__detail .sidebar {
  position: sticky;
  top: 5.625rem;
}
.notice__detail .sidebar ul {
  padding: 0;
  margin: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  border-radius: 10px 10px 0px 0px;
  border: 1px solid rgba(229, 229, 229, 0.89);
  overflow: hidden;
  background-color: rgba(247, 255, 236, 0.8);
  padding: 1rem;
}
.notice__detail .sidebar ul li {
  list-style: none;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(109, 171, 36, 0.2);
}
.notice__detail .sidebar ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: none;
}
.notice__detail .sidebar ul li a {
  position: relative;
  padding-left: 30px;
  text-decoration: none;
  color: #213344;
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notice__detail .sidebar ul li a i {
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.notice__detail .sidebar ul li a:hover {
  color: #6dab24;
}

.gallery__card--img {
  height: 20.3125rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.gallery__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.5s ease;
}
.gallery__card:hover img {
  transform: scale(1.1);
}

.faq__accordion {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  border-radius: 0.625rem;
  border: 1px solid #e5e5e5;
  background: #fdfdfd;
  padding: clamp(1.25rem, 3vw, 2.5rem) clamp(1.25rem, 3vw, 1.75rem);
}
.faq .accordion {
  padding: 0;
  margin: 0;
}
.faq .accordion__item {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  background: rgba(247, 255, 236, 0.01);
  margin-bottom: 1rem;
  padding: 1.375rem;
}
.faq .accordion__title {
  position: relative;
  display: block;
  color: #363b41;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
}
.faq .accordion__title i {
  position: absolute;
  top: 0;
  right: 0;
}
.faq .accordion__content {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .faq .accordion__item {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
}

.contact {
  border-radius: 0.9375rem;
  border: 1px solid #6dab24;
  background: #fff;
  box-shadow: 2px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.05);
  padding: 0.6875rem 0;
  margin-bottom: 0.6875rem;
}
.contact__content {
  padding: clamp(2rem, 3vw, 6.5rem) clamp(2rem, 3vw, 3.3125rem) clamp(2rem, 3vw, 5.875rem) clamp(2rem, 3vw, 6.5rem);
}
.contact__content .title {
  color: #151b30;
  font-size: clamp(1.625rem, 3vw, 3rem);
  font-weight: 700;
  margin-bottom: 1.625rem;
  text-transform: capitalize;
}
.contact__content .title span {
  color: #6dab24;
}
.contact__content p {
  margin-bottom: 2.3125rem;
}
.contact__content ul {
  padding: 0;
  margin: 0;
}
.contact__content ul .info {
  margin-top: 0;
  background-image: none;
  padding: 0;
  padding-left: 3px;
}
.contact__content ul .info::before {
  display: none;
}
.contact__content ul .info_card {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.1875rem;
  margin-bottom: 1.5rem;
}
.contact__content ul .info_card .icon {
  height: 3.625rem;
  width: 3.625rem;
  overflow: hidden;
  border-radius: 50%;
  min-width: 3.625rem;
  line-height: 3.625rem;
  text-align: center;
  background-color: #e6fbce;
}
.contact__content ul .info_card .info h6 {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 500;
  color: #5d6c7c;
}
.contact__content ul .info_card .info span {
  color: #011627;
  font-size: 1rem;
  font-weight: 500;
  flex-wrap: wrap;
}
.contact__content ul .info_card .info span a {
  text-decoration: none;
  color: #011627;
}
.contact__content form h2 {
  color: #1b1b1b;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.9375rem;
}
.contact__content form .form-floating {
  margin-bottom: 2.125rem;
}
.contact__content form .form-floating .form-control {
  border-radius: 3px;
  border: 1px solid #ededed;
  background: #fff;
}
.contact__content form .form-floating label {
  font-size: 0.875rem;
  font-weight: 400;
  color: #1e1818;
}
.contact__content form .form-floating label span {
  color: #eb5757;
}
.contact__content form .form-floating textarea {
  height: 10.375rem;
}
.contact__content form .l__button--primary {
  padding: 0.5625rem 2.25rem;
}
@media (max-width: 767px) {
  .contact__content {
    padding: 1rem;
  }
  .contact__content form .form-floating {
    margin-bottom: 1rem;
  }
}

.map iframe {
  height: 24.875rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.9375rem;
}

.career__card {
  background-color: #fff;
  padding: 3rem 0 1.25rem 0;
  border: 1px solid #eaeff5;
  box-shadow: 0 4px 10px 0 rgba(41, 128, 185, 0.07);
  border-radius: 0.375rem;
  text-align: center;
  overflow: hidden;
  transition: 0.7s;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.career__card a {
  color: #393939;
}
.career__card--type {
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  padding: 0px 0.625rem;
  border-radius: 0.25rem;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.4375rem;
  display: inline-block;
  text-transform: uppercase;
  color: #1fb650 !important;
  border-color: rgba(31, 182, 80, 0.12) !important;
  background: rgba(31, 182, 80, 0.12);
}
.career__card--icon {
  height: 5.625rem;
  width: 5.625rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
}
.career__card--icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  padding: 0.25rem;
  border: 2px solid rgba(0, 0, 0, 0.03);
}
.career__card--content {
  margin-top: 1.125rem;
  padding: 0.5rem;
}
.career__card--content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.125rem;
}
.career__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.career__card:hover h3 {
  color: #6dab24;
}
.career__detail--head {
  padding: 1.5em 1em 1.5em 1.5em;
  border-radius: 6px;
  margin-bottom: 2.5rem;
  border: 1px solid #eaeff5;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
}
.career__detail--head .left {
  text-align: center;
  border-right: 1px solid #eaeff5;
}
.career__detail--head .left img {
  height: 5.625rem;
  width: 5.625rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  border: 1px solid #eaeff5;
  border-radius: 50%;
  margin: auto;
}
.career__detail--head .left .tag {
  color: #26ae61;
  background: rgba(38, 174, 97, 0.2);
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.25rem;
  text-align: center;
  margin-top: 1rem;
}
.career__detail--head .right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.career__detail--head .right ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.625rem;
}
.career__detail--head .right ul li a {
  text-decoration: none;
  color: #6dab24;
}
.career__detail--head .right ul li p {
  font-size: 0.875rem;
}
.career__detail--head .right ul li i {
  position: absolute;
  top: 0.625rem;
  left: 0;
}
.career__detail--body .box {
  border-radius: 6px;
  margin-bottom: 2.5rem;
  border: 1px solid #eaeff5;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  overflow: hidden;
}
.career__detail--body .box__title {
  color: #213344;
  background: #ebfcd6;
  padding: 1.25rem 1.5625rem;
  border-bottom: 1px solid #eaeff5;
  font-size: 1.25rem;
  font-weight: 600;
}
.career__detail--body .box__content {
  padding: 1.25rem;
}
.career__detail .sidebar {
  position: sticky;
  top: 6.25rem;
}
.career__detail .sidebar .box {
  border-radius: 6px;
  margin-bottom: 2.5rem;
  border: 1px solid #eaeff5;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  overflow: hidden;
  padding: 1rem;
}
.career__detail .sidebar .box h2 {
  border-bottom: 1px solid #eaeff5;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.career__detail .sidebar .box iframe {
  height: 18.75rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.career__detail .sidebar .box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.career__detail .sidebar .box ul li {
  margin-bottom: 0.625rem;
}
.career__detail .sidebar .box ul li a {
  display: block;
  padding: 0.625rem;
  background-color: rgba(109, 171, 36, 0.2);
  text-decoration: none;
  color: #393939;
}
.career__detail .sidebar .box ul li a:hover {
  color: #011627;
}

.investor__card {
  border-radius: 0.9375rem;
  overflow: hidden;
}
.investor__card--img {
  height: auto;
  width: 100%;
  overflow: hidden;
  max-height: 21.25rem;
  position: relative;
}
.investor__card--img a {
  position: relative;
  display: block;
}
.investor__card--img a span {
  height: 4.375rem;
  width: 4.375rem;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  transition: all 0.3s ease;
}
.investor__card--img a span img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  background-color: #ffffff;
}
.investor__card--img a span i {
  color: #ff0000;
  font-size: 2.5rem;
}
.investor__card--img a:hover span {
  height: 5rem;
  width: 5rem;
  overflow: hidden;
}
.investor__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

/* Default slide */
.center-slider .slick-slide {
  transform: scale(0.89);
  transition: all 0.4s ease-in-out;
}

.center-slider {
  margin-top: 1.25rem;
  height: 28.125rem;
}
@media (max-width: 991px) {
  .center-slider {
    height: auto;
  }
}

.modal-load .modal-body button {
  line-height: 1.875rem;
  height: 1.875rem;
  width: 1.875rem;
  background-color: #6dab24;
  border-radius: 50%;
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
  opacity: 1;
  background-image: none;
  font-size: 1.5rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .modal-load .modal-body button {
    right: 0;
  }
}
.modal-load .modal-body img {
  height: auto;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}

.float {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-85%) rotate(180deg);
  writing-mode: vertical-rl;
  z-index: 9;
}
.float .l__button {
  font-size: 1rem;
  font-weight: 500;
  border-radius: 1.375rem 0px 0.625rem 0px;
  padding: 2.5rem 1.125rem;
}
@media (max-width: 767px) {
  .float .l__button {
    padding: 2.5rem 0.5rem;
  }
}

.chat__btn {
  position: fixed;
  bottom: 4.5rem;
  right: 3%;
}
.chat__btn--icon {
  height: 3.375rem;
  width: 3.375rem;
  overflow: hidden;
  min-width: 3.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 50%;
  cursor: pointer;
  background-color: #a2161f;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.chat__btn--icon img {
  height: 2.1875rem;
  width: 2.1875rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.chat__btn--icon .close {
  display: none;
}
.chat__btn--social {
  height: 3.375rem;
  width: 3.375rem;
  overflow: hidden;
  min-width: 3.375rem;
  border-radius: 50%;
  cursor: pointer;
}
.chat__btn--social img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.chat__btn--social .show {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.chat__btn--social .show.viber {
  transform: translateY(-4rem);
}
.chat__btn--social .show.whatsapp {
  transform: translateY(-8rem);
}
.chat__btn--social .show.messanger {
  transform: translateY(-12rem);
}

.mobile__img img {
  height: auto;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.mobile .group__img {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0.75rem;
}
.mobile .group__img img {
  height: 4rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .mobile__img img {
    height: auto;
  }
  .mobile .group__img img {
    height: 3rem;
  }
}

.branches__box {
  background-color: #e6fbce;
  padding: clamp(1rem, 3vw, 1.375rem);
  border-radius: 0.5rem;
}
.branches__box .box {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.branches__box .box:last-child {
  margin-bottom: 0;
}
.branches__box .box h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: underline;
  color: #6dab24;
  margin-bottom: 0.75rem;
}
.branches__box .box p {
  color: #555555;
  margin-bottom: 0.5rem;
  line-height: normal;
}
.branches__box .box p:last-child {
  margin-bottom: 0;
}
.branches__box .box p strong {
  font-weight: 500;
  color: #333333;
}
.branches__box .box p a {
  color: #555555;
  text-decoration: none;
}
.branches__box .box p a:hover {
  color: #6dab24;
}
.branches__box .box iframe {
  height: 16rem;
  width: 100%;
  object-fit: cover;
}

.video__box {
  position: relative;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .video {
  aspect-ratio: 16/9;
  width: 100%;
}

#productContainer {
  --product-view-height: 100%;
}

#productContainer .f-thumbs.is-classic.is-vertical {
  height: var(--product-view-height, 100%);
}

.md\:max-w-lg {
  max-width: 90% !important;
}

/*
    Thumbnails
  */
.f-thumbs.is-classic {
  --f-thumb-width: 90px;
  --f-thumb-height: 135px;
  --f-thumb-gap: 0.5rem;
  --f-thumb-opacity: 1;
  --f-thumb-selected-opacity: 0.2;
  --f-button-color: #0d0c22;
  --f-button-hover-color: #ff3520;
  --f-button-bg: #fff;
  --f-button-hover-bg: #fff;
  --f-button-active-bg: #fff;
}

.f-thumbs.is-classic .f-thumbs__slide__img {
  object-fit: cover;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.f-thumbs.is-classic .f-carousel__nav .f-button[disabled] {
  display: none;
}

/*
    Main carousel
  */
#productCarousel {
  --f-carousel-spacing: 0;
  --f-button-width: 48px;
  --f-button-height: 48px;
  --f-button-border-radius: 0;
  --f-button-color: #0d0c22;
  --f-button-hover-color: #ff3520;
  --f-button-bg: #fff;
  --f-button-hover-bg: #fff;
  --f-button-active-bg: #fff;
  --f-button-svg-width: 28px;
  --f-button-svg-height: 28px;
  --f-button-svg-stroke-width: 1;
  --f-button-svg-filter: none;
  height: var(--product-view-height);
}

#productCarousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 500px;
}

#productCarousel .f-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-carousel__slide {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

#productCarousel .f-carousel__nav {
  opacity: 0;
  transition: opacity 0.15s;
}

@media (hover: hover) {
  #productCarousel:hover .f-carousel__nav {
    opacity: 1;
  }
}
/*
    Fancybox
  */
.fancybox__container {
  --fancybox-color: #0d0c22;
  --fancybox-bg: #fff;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
}

.fancybox__toolbar,
.fancybox__nav {
  --f-button-width: 60px;
  --f-button-height: 60px;
  --f-button-border-radius: 0;
  --f-button-color: #0d0c22;
  --f-button-hover-color: #ff3520;
  --f-button-bg: #fff;
  --f-button-hover-bg: #fff;
  --f-button-active-bg: #fff;
  --f-button-svg-width: 32px;
  --f-button-svg-height: 32px;
  --f-button-svg-stroke-width: 1;
  --f-button-svg-filter: none;
}

.fancybox__nav {
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-thumbs__slide__button {
  height: 5.625rem !important;
}

.error {
  margin: auto;
}
.error .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  width: 100%;
  text-align: center;
}
.error-page {
  background-color: #ffffff;
  padding: 50px;
}

/*# sourceMappingURL=style.css.map */
