﻿
.main-menu .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>.megamenu {
  position: static;
}

.main-menu .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.main-menu .main-menu__list li ul li:last-child {
  margin-bottom: 0;
}

.main-menu .main-menu__list li ul li>a {
  display: block;
  color: var(--laboix-text, #6A6A6A);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding: 10px 20px;
  text-shadow: 0 0 0 0.2px currentColor;
  margin-bottom: -1px;
}

.main-menu .main-menu__list li ul li.current>a,
.main-menu .main-menu__list li ul li:hover>a {
  background-color: var(--laboix-white, #fff);
  color: var(--laboix-base, #021936);
}

.main-menu .main-menu__list li ul li.current>a::after,
.main-menu .main-menu__list li ul li:hover>a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-menu .main-menu__list li ul li>ul {
  top: 0;
  left: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul {
  display: none;
}

.main-menu .sub-menu .dropdown::before {
  position: absolute;
  right: 20px;
  top: 35%;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  font-family: "icomoon" !important;
  content: "\e91f";
  color: var(--laboix-secondary, #2a5c34);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
  line-height: 1;
  z-index: 1;
}

.main-menu .sub-menu .dropdown:hover::before {
  visibility: visible;
  opacity: 1;
  transform: scaleX(1);
}

@media (min-width: 1200px) and (max-width: 1400px) {

  .main-menu__list li:nth-last-child(1) ul li>ul,
  .main-menu__list li:nth-last-child(2) ul li>ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--laboix-white, #fff);
  display: block !important;
  margin: 0;
}

.main-menu__list>li.megamenu-clickable>ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}

.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--laboix-black, #000);
}

@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}

.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--laboix-base, #021936);
}

.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}

.megamenu-popup .megamenu-clickable--close span::before,
.megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.demo-one .row {
  --bs-gutter-y: 30px;
}

.demo-one__card {
  background-color: var(--laboix-border-color2, #F3F3F3);
  box-shadow: 0px 10px 60px 0px rgba(var(--laboix-black-rgb, 0, 0, 0), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}

.demo-one__card:hover {
  transform: translateY(-10px);
}

.demo-one__title {
  margin: 0;
  color: var(--laboix-base, #021936);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.demo-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.demo-one__title a:hover {
  background-size: 100% 1px;
}

.demo-one__title a:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.demo-one__image {
  position: relative;
  overflow: hidden;
}

.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}

.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}

.demo-one__btns {
  background-color: rgba(var(--laboix-black-rgb, 0, 0, 0), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}

.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}

.demo-one__btn {
  font-size: 14px;
  padding: 15px 30px;
}

.demo-one__btn::before {
  background-color: var(--laboix-base, #021936);
}

.demo-one__btn::after {
  background-color: var(--laboix-black, #000);
}

.demo-one__btn:hover {
  color: var(--laboix-white, #fff);
}

@media (min-width: 768px) {
  .demo-one__btn {
    display: inline-flex;
  }
}

.demo-one__title {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.home-showcase {
  margin-top: 0px;
  margin-bottom: -20px;
}

.home-showcase .container {
  max-width: 1350px;
}

.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}

.home-showcase__inner {
  padding: 40px 40px 21px;
  margin-left: 55px;
  margin-right: -55px;
  background-color: var(--laboix-border-color2, #F3F3F3);
  box-shadow: 0px 10px 60px 0px rgba(var(--laboix-black-rgb, 0, 0, 0), 0.07);
}

@media (max-width: 1400px) {
  .home-showcase__inner {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.home-showcase .demo-one__card {
  box-shadow: none;
}

.home-showcase .demo-one__btns {
  flex-direction: column;
}

.home-showcase .demo-one__btn {
  min-width: 135px;
  text-align: center;
  justify-content: center;
}

.home-showcase .demo-one__title {
  padding: 0;
  margin-top: 15px;
  padding-bottom: 15px;
  color: var(--laboix-base, #021936);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

/*--------------------------------------------------------------
# Why choose
--------------------------------------------------------------*/
.join-us-tow {
  padding-top: 120px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .join-us-tow {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .join-us-tow {
    padding-top: 80px;
  }
}

.join-us-tow__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  filter: grayscale(100%);
}

.join-us-tow::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 85%;
  background: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.9);
  top: 0;
  left: 0;
  z-index: -1;
}

.join-us-tow .sec-title {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .join-us-tow .sec-title {
    padding-bottom: 0px;
  }
}

.join-us-tow__link {
  text-align: start;
}

@media (min-width: 992px) {
  .join-us-tow__link {
    text-align: end;
  }
}

.join-us-tow__top {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .join-us-tow__top {
    padding-bottom: 57px;
  }
}

.join-us-tow__item {
  background-color: var(--laboix-white, #fff);
  margin-top: 70px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}

.join-us-tow__content {
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
  padding: 1px 30px 30px;
}

@media (min-width: 576px) {
  .join-us-tow__content {
    padding: 1px 50px 30px;
  }
}

.join-us-tow__content:hover {
  background-color: var(--laboix-secondary, #2a5c34);
}

.join-us-tow__content:hover .join-us-tow__icon {
  background-color: var(--laboix-base, #021936);
}

.join-us-tow__content:hover .join-us-tow__title {
  color: var(--laboix-white, #fff);
}

.join-us-tow__content:hover .join-us-tow__text {
  color: var(--laboix-white, #fff);
}

.join-us-tow__icon {
  position: relative;
  margin-top: -50px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 102 121"><path d="M51 0.043457L102 30.0435V90.0435L51 120.043L0 90.0435V30.0435L51 0.043457Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 102 121"><path d="M51 0.043457L102 30.0435V90.0435L51 120.043L0 90.0435V30.0435L51 0.043457Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 102px;
  height: 121px;
  background: var(--laboix-secondary, #2a5c34);
  font-size: 60px;
  color: var(--laboix-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
  transition: all 0.4s ease-in-out;
}

.join-us-tow__icon i {
  color: inherit;
}

.join-us-tow__title {
  color: var(--laboix-base, #021936);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 17px;
}

.join-us-tow__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.join-us-tow__title a:hover {
  background-size: 100% 1px;
}

.join-us-tow__text {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.join-us-tow__shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.choose-us-one {
  position: relative;
  z-index: 1;
  padding-bottom: 240px;
}

.choose-us-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  mix-blend-mode: plus-darker;
  z-index: -1;
}

.choose-us-one__left {
  padding-top: 120px;
}

@media (max-width: 1199px) {
  .choose-us-one__left {
    padding-top: 80px;
  }
}

.choose-us-one__top {
  margin-bottom: 40px;
}

.choose-us-one__top__text {
  color: var(--laboix-text-gray, #97A5B7);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.choose-us-one__top .sec-title {
  padding-bottom: 18px;
}

.choose-us-one__feature {
  display: flex;
  margin-right: -30px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .choose-us-one__feature {
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  .choose-us-one__feature {
    flex-direction: column;
    gap: 70px;
  }
}

.choose-us-one__feature__item {
  background: var(--laboix-black2, #011126);
  padding: 10px 36px 30px;
}

@media (max-width: 1199px) and (min-width: 767px) {
  .choose-us-one__feature__item {
    padding: 10px 25px 25px;
  }
}

.choose-us-one__feature__item:not(:first-of-type) {
  border-left: 1px solid rgba(var(--laboix-white-rgb, 255, 255, 255), 0.1);
}

.choose-us-one__feature__item:hover .choose-us-one__feature__thumb::after {
  visibility: visible;
  opacity: 1;
}

.choose-us-one__feature__title {
  color: var(--laboix-white, #fff);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 18px;
}

.choose-us-one__feature__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.choose-us-one__feature__title a:hover {
  background-size: 100% 1px;
}

.choose-us-one__feature__text {
  color: var(--laboix-text-gray, #97A5B7);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.choose-us-one__feature__thumb {
  position: relative;
  margin-top: -51px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180.000000 203.000000"> <g transform="translate(0.000000,203.000000) scale(0.100000,-0.100000)"> <path d="M448 1768 l-448 -251 0 -506 1 -506 450 -251 449 -252 450 252 449 251 1 506 0 506 -448 252 c-247 138 -450 251 -453 251 -2 0 -205 -113 -451 -252z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180.000000 203.000000"> <g transform="translate(0.000000,203.000000) scale(0.100000,-0.100000)"> <path d="M448 1768 l-448 -251 0 -506 1 -506 450 -251 449 -252 450 252 449 251 1 506 0 506 -448 252 c-247 138 -450 251 -453 251 -2 0 -205 -113 -451 -252z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 180px;
  height: 203px;
  background: transparent;
  margin-bottom: 30px;
  position: relative;
}

.choose-us-one__feature__thumb::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.7);
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.choose-us-one__link {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 575px) {
  .choose-us-one__link {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}

.choose-us-one__link__btn {
  background-color: var(--laboix-white, #fff);
  color: var(--laboix-base, #021936);
}

.choose-us-one__link__btn:hover {
  color: var(--laboix-white, #fff);
}

.choose-us-one__funfact {
  display: flex;
  align-items: center;
  gap: 14px;
}

.choose-us-one__funfact__count {
  color: var(--laboix-secondary, #2a5c34);
  font-size: 50px;
  font-weight: 600;
  line-height: 36%;
  display: flex;
}

.choose-us-one__funfact__text {
  color: var(--laboix-white, #fff);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 128.571%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.choose-us-one__funfact__text br {
  display: block;
}

.choose-us-one__thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 100%;
}

@media (max-width: 991px) {
  .choose-us-one__thumb {
    margin-top: 30px;
    position: static;
    width: 100%;
  }
}

.choose-us-one__thumb img {
  width: 100%;
  object-fit: cover;
}

.why-choose-us {
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .why-choose-us {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .why-choose-us {
    padding: 80px 0px;
  }
}

.why-choose-us__top {
  border-bottom: 1px solid var(--laboix-border-color, #DBDBDB);
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.why-choose-us__top .sec-title {
  padding-bottom: 18px;
}

.why-choose-us__top__text {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.why-choose-us__feature {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .why-choose-us__feature {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
  }
}

.why-choose-us__feature__item:not(:last-of-type) {
  padding-right: 35px;
  border-right: 1px solid var(--laboix-border-color, #DBDBDB);
  margin-right: 40px;
}

@media (max-width: 1199px) {
  .why-choose-us__feature__item:not(:last-of-type) {
    padding-right: 25px;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .why-choose-us__feature__item:not(:last-of-type) {
    padding-right: 0px;
    border-right: 0px solid rgba(2, 25, 54, 0.1);
    margin-right: 0px;
  }
}

.why-choose-us__feature__item:hover .why-choose-us__feature__icon {
  transform: rotateY(360deg);
  background: var(--laboix-base, #021936);
}

.why-choose-us__feature__icon {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 53 64"><path d="M26.5 0.50293L53 16.2529V47.7529L26.5 63.5029L0 47.7529V16.2529L26.5 0.50293Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 53 64"><path d="M26.5 0.50293L53 16.2529V47.7529L26.5 63.5029L0 47.7529V16.2529L26.5 0.50293Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 53px;
  height: 64px;
  background: var(--laboix-secondary, #2a5c34);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--laboix-white, #fff);
  font-size: 26px;
  margin-bottom: 13px;
  transition: all 0.9s ease-in-out;
}

.why-choose-us__feature__title {
  color: var(--laboix-base, #021936);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
}

.why-choose-us__feature__text {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.why-choose-us__link {
  margin-top: 40px;
}

.why-choose-us__image {
  text-align: end;
  position: relative;
  z-index: 1;
}

.why-choose-us__image__item {
  position: relative;
  margin-right: -50px;
}

@media (max-width: 991px) {
  .why-choose-us__image__item {
    margin-right: 0px;
  }

  .why-choose-us__image__item img {
    object-fit: cover;
    width: 100%;
  }
}

.why-choose-us__image__item__two {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 301.000000"> <g transform="translate(0.000000,301.000000) scale(0.050000,-0.050000)"> <path d="M2118 5504 c-468 -272 -1046 -606 -1285 -744 l-433 -250 0 -1501 0 -1500 55 -32 c30 -17 321 -184 645 -372 1857 -1073 1888 -1090 1932 -1072 24 9 611 345 1305 747 l1263 729 0 1501 0 1500 -335 193 c-184 106 -765 441 -1291 745 -526 304 -967 551 -980 551 -13 -1 -407 -224 -876 -495z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 301.000000"> <g transform="translate(0.000000,301.000000) scale(0.050000,-0.050000)"> <path d="M2118 5504 c-468 -272 -1046 -606 -1285 -744 l-433 -250 0 -1501 0 -1500 55 -32 c30 -17 321 -184 645 -372 1857 -1073 1888 -1090 1932 -1072 24 9 611 345 1305 747 l1263 729 0 1501 0 1500 -335 193 c-184 106 -765 441 -1291 745 -526 304 -967 551 -980 551 -13 -1 -407 -224 -876 -495z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 300px;
  height: 301px;
  position: absolute;
  bottom: -5%;
  left: 0%;
  animation: topAni 4s ease-in-out infinite;
}

@media (max-width: 767px) {
  .why-choose-us__image__item__two {
    width: 200px;
    height: 201px;
  }
}

.choose-us-two {
  position: relative;
  background: var(--laboix-base, #021936);
}

.choose-us-two__top {
  margin-bottom: 50px;
}

.choose-us-two__top .sec-title {
  padding-bottom: 22px;
}

.choose-us-two__top__text {
  color: var(--laboix-text-gray, #97A5B7);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  margin-bottom: 0;
}

.choose-us-two__right {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .choose-us-two__right {
    padding-top: 30px;
  }
}

.choose-us-two__list {
  margin-bottom: -20px;
}

.choose-us-two__list__item {
  padding: 30px 40px 36px;
  background: #032146;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 25px;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .choose-us-two__list__item {
    padding: 20px;
    gap: 20px;
  }
}

.choose-us-two__list__item:hover {
  background: var(--laboix-secondary, #2a5c34);
}

.choose-us-two__list__item:hover .choose-us-two__text {
  color: var(--laboix-white, #fff);
}

.choose-us-two__list__item+.choose-us-two__list__item {
  margin-top: 20px;
}

.choose-us-two__title {
  color: var(--laboix-white, #fff);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}

.choose-us-two__text {
  max-width: 340px;
  width: 100%;
  color: var(--laboix-text-gray, #97A5B7);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  margin-bottom: -5px;
  padding-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.choose-us-two__thumb {
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 49%;
}

@media (max-width: 991px) {
  .choose-us-two__thumb {
    position: relative;
    width: 100%;
  }
}

.choose-us-two__thumb__item img {
  object-fit: cover;
  width: 100%;
}

.choose-us-two__thumb__shape {
  position: absolute;
  top: 20%;
  right: 5%;
  animation: textRotate 4s ease-in-out infinite;
}

.choose-us-two__thumb__shape--two {
  position: absolute;
  top: 20%;
  left: 10%;
  animation: heroleft 4s ease-in-out infinite;
}

@media (max-width: 575px) {
  .choose-us-two__thumb__shape--two {
    display: none;
  }
}

@media (max-width: 575px) {
  .choose-us-two__thumb__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
  background: var(--laboix-white, #fff);
  position: relative;
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .funfact-one {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .funfact-one {
    padding-bottom: 80px;
  }
}

.funfact-one__inner {
  margin-top: -140px;
  background: var(--laboix-secondary, #2a5c34);
  padding: 30px;
  z-index: 1;
  position: relative;
}

.funfact-one__item {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 27px;
}

.funfact-one__item::after {
  position: absolute;
  bottom: 0%;
  top: 15px;
  left: 0%;
  right: 0%;
  content: "";
  background-color: var(--laboix-white, #fff);
  opacity: 0.1;
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.funfact-one__item:hover .funfact-one__icon {
  background-color: var(--laboix-white, #fff);
  color: var(--laboix-secondary, #2a5c34);
}

.funfact-one__item:hover::after {
  background-color: var(--laboix-base, #021936);
}

.funfact-one__icon {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 81 91"> <path d="M40.5 0L81 22.75V68.25L40.5 91L0 68.25V22.75L40.5 0Z"/> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 81 91"> <path d="M40.5 0L81 22.75V68.25L40.5 91L0 68.25V22.75L40.5 0Z"/> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 81px;
  height: 91px;
  background: var(--laboix-base, #021936);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: var(--laboix-white, #fff);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 5px;
  transition: all 0.4s ease-in-out;
}

.funfact-one__count {
  color: var(--laboix-white, #fff);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.2px;
  margin-bottom: 0;
  display: flex;
  gap: 0;
  justify-content: center;
}

.funfact-one__text {
  color: var(--laboix-white, #fff);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  background: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 575px) {
  .funfact-one__text br {
    display: none;
  }
}

.gutter-x-18 {
  --bs-gutter-x: 18px;
}

.funfact-two {
  position: relative;
  z-index: 1;
  background: var(--laboix-secondary, #2a5c34);
  padding: 100px 0px 70px;
}

.funfact-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.13;
}

.funfact-two__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.funfact-two__item {
  position: relative;
  z-index: 1;
  text-align: center;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  margin-bottom: 30px;
}

.funfact-two__item:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.funfact-two__item:hover .funfact-two__icon {
  background-color: var(--laboix-white, #fff);
  color: var(--laboix-secondary, #2a5c34);
}

@media (max-width: 991px) {
  .funfact-two__item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .funfact-two__item:nth-child(2) {
    border-right: 0px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 575px) {
  .funfact-two__item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .funfact-two__item:not(:last-of-type) {
    border-right: 0px solid rgba(255, 255, 255, 0.2);
  }
}

.funfact-two__icon {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 81 91"> <path d="M40.5 0L81 22.75V68.25L40.5 91L0 68.25V22.75L40.5 0Z"/> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 81 91"> <path d="M40.5 0L81 22.75V68.25L40.5 91L0 68.25V22.75L40.5 0Z"/> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 99.593px;
  height: 115px;
  background: var(--laboix-base, #021936);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: var(--laboix-white, #fff);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 5px;
  transition: all 0.4s ease-in-out;
}

.funfact-two__count {
  color: var(--laboix-white, #fff);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.2px;
  margin-bottom: 0;
  display: flex;
  gap: 0;
  justify-content: center;
}

.funfact-two__text {
  color: var(--laboix-white, #fff);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  background: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 575px) {
  .funfact-two__text br {
    display: none;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  padding: 120px 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .testimonials-one {
    padding: 100px 0px;
  }
}

@media (max-width: 991px) {
  .testimonials-one {
    padding: 80px 0px;
  }
}

.testimonials-one__item {
  padding-top: 80px;
}

.testimonials-one__content {
  background: var(--laboix-border-color2, #F3F3F3);
  padding: 80px 44px 45px 50px;
  position: relative;
}

.testimonials-one__content::after {
  position: absolute;
  bottom: -20px;
  top: -20px;
  left: 20px;
  right: 20px;
  border: 1px solid var(--laboix-secondary, #2a5c34);
  background-color: transparent;
  content: "";
  z-index: -1;
  animation: borderScale 4s ease-in-out infinite;
}

.testimonials-one__author {
  display: inline-flex;
  align-items: end;
  gap: 30px;
  margin-top: -160px;
  position: absolute;
}

.testimonials-one__author__thumb {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: -75px;
  position: relative;
  z-index: 2;
}

.testimonials-one__author__thumb img {
  object-fit: cover;
  width: 100%;
}

.testimonials-one__author__content {
  padding: 23px 80px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.testimonials-one__author__content::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--laboix-base, #021936);
  content: "";
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

.testimonials-one__author__name {
  color: var(--laboix-white, #fff);
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 0;
  margin-bottom: -1px;
}

.testimonials-one__author__deg {
  display: block;
  color: var(--laboix-white, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 178.529%;
  padding-bottom: 0;
  margin-bottom: -1px;
}

.testimonials-one__text {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.testimonials-one__star {
  font-size: 22px;
  color: var(--laboix-secondary, #2a5c34);
  letter-spacing: 1px;
  margin-bottom: -4px;
}

.testimonials-one__carousel .owl-nav .owl-prev,
.testimonials-one__carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39 45"><path d="M19.5 44.9995L9.83506e-07 33.7495L2.95052e-06 11.2495L19.5 -0.000489986L39 11.2495L39 33.7495L19.5 44.9995Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39 45"><path d="M19.5 44.9995L9.83506e-07 33.7495L2.95052e-06 11.2495L19.5 -0.000489986L39 11.2495L39 33.7495L19.5 44.9995Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 40px;
  height: 49px;
  background: var(--laboix-secondary, #2a5c34) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.testimonials-one__carousel .owl-nav .owl-prev span,
.testimonials-one__carousel .owl-nav .owl-next span {
  font-size: 13px;
  color: var(--laboix-white, #fff);
  transition: all 0.5s ease-in-out;
}

.testimonials-one__carousel .owl-nav .owl-prev:hover,
.testimonials-one__carousel .owl-nav .owl-next:hover {
  background: var(--laboix-border-color2, #F3F3F3) !important;
}

.testimonials-one__carousel .owl-nav .owl-prev:hover span,
.testimonials-one__carousel .owl-nav .owl-next:hover span {
  color: var(--laboix-base, #021936);
}

.testimonials-one__carousel .owl-nav .owl-prev {
  top: 55%;
  left: -55px;
}

.testimonials-one__carousel .owl-nav .owl-next {
  top: 55%;
  right: -55px;
}

.testimonials-one__shape {
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: -1;
  animation: topAni 4s ease-in-out infinite;
}

.testimonials-two {
  padding: 105px 0px 120px 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .testimonials-two {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .testimonials-two {
    padding: 80px 0px;
  }
}

.testimonials-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -2;
}

.testimonials-two__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.81);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.testimonials-two__thumb {
  position: relative;
  z-index: 1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 414.000000"> <g transform="translate(0.000000,414.000000) scale(0.050000,-0.050000)"> <path d="M2150 7888 c-132 -61 -289 -134 -350 -162 -60 -28 -155 -72 -210 -96 -55 -25 -235 -108 -400 -185 -307 -143 -337 -157 -770 -355 -137 -63 -261 -124 -275 -135 -20 -16 -24 -561 -20 -2651 l5 -2632 430 -248 c237 -136 520 -299 630 -363 110 -64 434 -250 720 -415 286 -165 648 -374 805 -464 l286 -164 1434 827 1435 828 5 2631 c4 2090 0 2635 -20 2651 -14 11 -526 250 -1138 532 l-1112 513 -608 0 -607 -1 -240 -111z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 414.000000"> <g transform="translate(0.000000,414.000000) scale(0.050000,-0.050000)"> <path d="M2150 7888 c-132 -61 -289 -134 -350 -162 -60 -28 -155 -72 -210 -96 -55 -25 -235 -108 -400 -185 -307 -143 -337 -157 -770 -355 -137 -63 -261 -124 -275 -135 -20 -16 -24 -561 -20 -2651 l5 -2632 430 -248 c237 -136 520 -299 630 -363 110 -64 434 -250 720 -415 286 -165 648 -374 805 -464 l286 -164 1434 827 1435 828 5 2631 c4 2090 0 2635 -20 2651 -14 11 -526 250 -1138 532 l-1112 513 -608 0 -607 -1 -240 -111z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 373px;
  height: 500px;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .testimonials-two__thumb {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .testimonials-two__thumb {
    margin-bottom: 30px;
  }
}

.testimonials-two__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.testimonials-two__content {
  margin-left: 40px;
  margin-right: -20px;
}

@media (max-width: 991px) {
  .testimonials-two__content {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.testimonials-two__star {
  font-size: 22px;
  color: var(--laboix-secondary, #2a5c34);
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.testimonials-two__text {
  color: var(--laboix-white, #fff);
  font-size: 30px;
  font-weight: 500;
  line-height: 166.667%;
  padding-bottom: 37px;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199px) {
  .testimonials-two__text {
    font-size: 22px;
  }
}

.testimonials-two__author {
  display: flex;
  align-items: center;
  margin-left: 160px;
  gap: 21px;
}

.testimonials-two__author__thumb {
  display: flex;
  align-items: center;
}

.testimonials-two__author__thumb:hover .testimonials-two__author__thumb__item:not(:first-of-type) {
  margin-left: -5px;
}

.testimonials-two__author__title {
  color: var(--laboix-white, #fff);
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 0;
  margin-bottom: -2px;
}

.testimonials-two__author__deg {
  display: block;
  color: var(--laboix-border-color, #DBDBDB);
  font-size: 14px;
  font-weight: 500;
  line-height: 178.529%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.testimonials-two::after {
  content: "";
  width: 388px;
  height: 650px;
  background-color: rgba(var(--laboix-secondary-rgb, 14, 189, 102), 1);
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  top: 0;
  right: 0;
  z-index: 0;
}

@media (max-width: 991px) {
  .testimonials-two::after {
    display: none;
  }
}

.testimonials-two::before {
  content: "";
  width: 430px;
  height: 100%;
  background-color: rgba(var(--laboix-white-rgb, 255, 255, 255), 1);
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .testimonials-two::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .testimonials-two__carousel .owl-nav {
    display: none;
  }
}

.testimonials-two__carousel .owl-nav .owl-prev,
.testimonials-two__carousel .owl-nav .owl-next {
  bottom: 60px;
  position: absolute;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39 45"><path d="M19.5 44.9995L9.83506e-07 33.7495L2.95052e-06 11.2495L19.5 -0.000489986L39 11.2495L39 33.7495L19.5 44.9995Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39 45"><path d="M19.5 44.9995L9.83506e-07 33.7495L2.95052e-06 11.2495L19.5 -0.000489986L39 11.2495L39 33.7495L19.5 44.9995Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 40px;
  height: 49px;
  background: #324B64 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 991px) {

  .testimonials-two__carousel .owl-nav .owl-prev,
  .testimonials-two__carousel .owl-nav .owl-next {
    bottom: 0;
  }
}

.testimonials-two__carousel .owl-nav .owl-prev span,
.testimonials-two__carousel .owl-nav .owl-next span {
  font-size: 12px;
  color: var(--laboix-white, #fff);
  transition: all 0.5s ease-in-out;
}

.testimonials-two__carousel .owl-nav .owl-prev:hover,
.testimonials-two__carousel .owl-nav .owl-next:hover {
  background: var(--laboix-secondary, #2a5c34) !important;
}

.testimonials-two__carousel .owl-nav .owl-prev:hover span,
.testimonials-two__carousel .owl-nav .owl-next:hover span {
  color: var(--laboix-white, #fff);
}

.testimonials-two__carousel .owl-nav .owl-prev {
  right: 60px;
}

.testimonials-two__carousel .owl-nav .owl-next {
  right: 0px;
}

.testimonials-two__meta-thumb {
  position: relative;
  z-index: 1;
}

.testimonials-two .carousel-thumb__two {
  position: absolute;
  left: 44%;
  bottom: 22%;
  max-width: 150px;
  width: 100%;
}

@media (max-width: 991px) {
  .testimonials-two .carousel-thumb__two {
    left: 22%;
    bottom: 9%;
  }
}

@media (max-width: 575px) {
  .testimonials-two .carousel-thumb__two {
    left: 10%;
    bottom: 7%;
  }
}

.testimonials-two .carousel-thumb__two .owl-item:not(:first-of-type) {
  margin-left: -10px;
}

.testimonials-two .carousel-thumb__two .active.center .item__thumb {
  position: relative;
  z-index: 1;
  display: block;
}

.testimonials-two .carousel-thumb__two .active.center .item__thumb::after {
  position: absolute;
  top: -3px;
  left: -2.5px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56.000000 65.000000"> <g transform="translate(0.000000,65.000000) scale(0.050000,-0.050000)"> <path d="M280 1122 l-270 -158 0 -324 0 -324 272 -159 272 -158 272 156 273 155 0 330 0 330 -264 150 c-146 83 -269 152 -275 155 -5 2 -131 -66 -280 -153z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56.000000 65.000000"> <g transform="translate(0.000000,65.000000) scale(0.050000,-0.050000)"> <path d="M280 1122 l-270 -158 0 -324 0 -324 272 -159 272 -158 272 156 273 155 0 330 0 330 -264 150 c-146 83 -269 152 -275 155 -5 2 -131 -66 -280 -153z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 60px;
  height: 70px;
  background: var(--laboix-secondary, #2a5c34);
  content: "";
  z-index: 0;
}

.testimonials-two__meta-thumb {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56.000000 65.000000"> <g transform="translate(0.000000,65.000000) scale(0.050000,-0.050000)"> <path d="M280 1122 l-270 -158 0 -324 0 -324 272 -159 272 -158 272 156 273 155 0 330 0 330 -264 150 c-146 83 -269 152 -275 155 -5 2 -131 -66 -280 -153z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56.000000 65.000000"> <g transform="translate(0.000000,65.000000) scale(0.050000,-0.050000)"> <path d="M280 1122 l-270 -158 0 -324 0 -324 272 -159 272 -158 272 156 273 155 0 330 0 330 -264 150 c-146 83 -269 152 -275 155 -5 2 -131 -66 -280 -153z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 55px;
  height: 64px;
}

.testimonials-two__meta-thumb img {
  position: relative;
  z-index: 1;
}

.testimonials-fore {
  padding: 120px 0px;
}

.testimonials-fore__card {
  padding-top: 70px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .testimonials-fore__card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.testimonials-fore__inner {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
}

.testimonials-fore__inner:hover .testimonials-fore__star {
  background: var(--laboix-secondary, #2a5c34);
}

.testimonials-fore__inner:hover .testimonials-fore__star::after {
  background: var(--laboix-secondary, #2a5c34);
}

.testimonials-fore__inner:hover .testimonials-fore__author__quite {
  background: var(--laboix-base, #021936);
}

.testimonials-fore__content {
  padding: 1px 30px 0px;
  position: relative;
}

.testimonials-fore__content__shape {
  position: absolute;
  top: 35%;
  left: 15%;
}

.testimonials-fore__thumb {
  position: relative;
  z-index: 1;
}

.testimonials-fore__author__image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -65px;
  margin-bottom: 25px;
}

.testimonials-fore__author__image img {
  object-fit: cover;
  width: 100%;
}

.testimonials-fore__author__quite {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 35"> <path d="M16.5 0L33 8.75V26.25L16.5 35L0 26.25V8.75L16.5 0Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 35"> <path d="M16.5 0L33 8.75V26.25L16.5 35L0 26.25V8.75L16.5 0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 33px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--laboix-secondary, #2a5c34);
  font-size: 12px;
  line-height: normal;
  color: var(--laboix-white, #fff);
  position: absolute;
  top: 50px;
  right: calc(100% - 230px);
  transition: all 0.4s ease-in-out;
}

.testimonials-fore__author {
  margin-bottom: 10px;
}

.testimonials-fore__name {
  text-align: center;
  color: var(--laboix-base, #021936);
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.testimonials-fore__deg {
  text-align: center;
  color: var(--laboix-text, #6A6A6A);
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 178.529%;
}

.testimonials-fore__text {
  color: var(--laboix-text, #6A6A6A);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  margin-bottom: 23px;
}

.testimonials-fore__star {
  text-align: center;
  padding: 18px 0px;
  background: var(--laboix-base, #021936);
  color: var(--laboix-white, #fff);
  font-size: 24px;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.testimonials-fore__star::after {
  position: absolute;
  left: 0;
  bottom: -29px;
  content: "";
  width: 39px;
  height: 30px;
  background: var(--laboix-base, #021936);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.video-cta {
  position: relative;
  z-index: 1;
  padding-top: 120px;
}

@media (max-width: 1199px) {
  .video-cta {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  .video-cta {
    padding-top: 80px;
  }
}

.video-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.video-cta__video {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 161 182"> <path d="M80.5 0.790039L161 46.04V136.54L80.5 181.79L0 136.54V46.04L80.5 0.790039Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 161 182"> <path d="M80.5 0.790039L161 46.04V136.54L80.5 181.79L0 136.54V46.04L80.5 0.790039Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 161px;
  height: 181px;
  background-color: var(--laboix-secondary, #2a5c34);
  margin-left: auto;
  margin-right: 44%;
  font-size: 38px;
  color: var(--laboix-white, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -30px;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 991px) {
  .video-cta__video {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -70px;
  }
}

@media (max-width: 1199px) {
  .video-cta__video {
    width: 140px;
    height: 150px;
    font-size: 30px;
  }
}

.video-cta__video:hover {
  background: var(--laboix-white, #fff);
}

.video-cta__video:hover a {
  color: var(--laboix-base, #021936);
}

.video-cta__content {
  padding: 120px 50px 80px;
  background: var(--laboix-base, #021936);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 99.000000"> <g transform="translate(0.000000,99.000000) scale(0.050000,-0.050000)" > <path d="M0 990 l0 -990 3000 0 3000 0 0 990 0 990 -1242 0 -1241 0 -287 -160 c-158 -88 -297 -160 -310 -160 -13 0 -152 72 -309 160 l-284 160 -1164 0 -1163 0 0 -990z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 99.000000"> <g transform="translate(0.000000,99.000000) scale(0.050000,-0.050000)" > <path d="M0 990 l0 -990 3000 0 3000 0 0 990 0 990 -1242 0 -1241 0 -287 -160 c-158 -88 -297 -160 -310 -160 -13 0 -152 72 -309 160 l-284 160 -1164 0 -1163 0 0 -990z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media (max-width: 991px) {
  .video-cta__content {
    background: var(--laboix-base, #021936);
    mask: none;
  }
}

@media (max-width: 767px) {
  .video-cta__content {
    padding: 100px 30px 50px;
  }
}

.video-cta__title {
  color: var(--laboix-white, #fff);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 117.5%;
  letter-spacing: -0.8px;
  margin-top: -10px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .video-cta__title {
    font-size: 30px;
  }
}

.video-cta__text {
  color: var(--laboix-text-gray, #97A5B7);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  max-width: 639px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}

.video-cta__link {
  text-align: center;
}

.video-cta__link .laboix-btn::before {
  background: var(--laboix-white, #fff);
}

.video-cta__link .laboix-btn:hover {
  color: var(--laboix-secondary, #2a5c34);
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.gallery-one .container-fluid {
  width: 100%;
  max-width: 1572px;
}

.gallery-one--page {
  padding-top: 120px;
}

.gallery-one .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.gallery-one__carousel .owl-nav {
  display: none !important;
}

.gallery-one__filter__list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-one__filter__list li {
  cursor: pointer;
}

.gallery-one__filter__list li span {
  display: block;
  font-size: 14px;
  background-color: var(--laboix-border-color2, #F3F3F3);
  transition: all 500ms ease;
  font-weight: 600;
  padding: 15px 20px;
  line-height: normal;
}

.gallery-one__filter__list li.active span,
.gallery-one__filter__list li:hover span {
  background-color: var(--laboix-secondary, #2a5c34);
  color: var(--laboix-white, #fff);
}

.gallery-one__card {
  position: relative;
  overflow: hidden;
  background-color: var(--laboix-black, #000);
}

.gallery-one__card img {
  transform: scale(1);
  max-width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
}

.gallery-one__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}

.gallery-one__card__hover .img-popup {
  position: relative;
}

.gallery-one__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
  mix-blend-mode: screen;
}

.gallery-one__card:hover .gallery-one__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}

.gallery-one__card__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--laboix-secondary, #2a5c34);
  transition: all 0.5s ease-in-out;
}
