﻿.main-slider-three__content {
  text-align: center;
}

.main-slider-three__title {
  margin-top: -13px;
  color: var(--laboix-white, #fff);
  text-align: center;
  font-size: 65px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.3px;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateY(200px);
}

@media (max-width: 1199px) {
  .main-slider-three__title {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .main-slider-three__title {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .main-slider-three__title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .main-slider-three__title {
    font-size: 40px;
  }
}

.main-slider-three__title::after {
  content: "";
  width: 101%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0%;
  background: currentColor;
  transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  z-index: 3;
  transform: translateY(500);
  transition-delay: 1s;
}

.main-slider-three__btn {
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1000ms ease;
}

.main-slider-three__btn .laboix-btn {
  color: var(--laboix-white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 112.5%;
  padding: 19px 33.5px;
  text-transform: capitalize;
}

.main-slider-three__btn .laboix-btn::before {
  background: var(--laboix-white, #fff);
}

.main-slider-three__btn .laboix-btn:hover {
  color: var(--laboix-base, #021936);
}

.main-slider-three__shape {
  position: absolute;
  z-index: -1;
  top: -15%;
  left: 120px;
  right: 120px;
  mix-blend-mode: luminosity;
  transition: all 1500ms ease;
  transform: perspective(400px) translateY(-100%);
  transform-origin: bottom;
  opacity: 0;
}

.main-slider-three__shape img {
  object-fit: cover;
  width: 100%;
  opacity: 0.6;
}

.main-slider-three__shape__two {
  position: absolute;
  z-index: 1;
}

.main-slider-three__shape__two--one {
  top: 10%;
  left: 0;
  transition: all 1500ms ease;
  transform: perspective(400px) translateX(-100%);
  transform-origin: left;
  opacity: 0;
}

.main-slider-three__shape__two--two {
  bottom: 0;
  right: 0;
  transition: all 1500ms ease;
  transform: perspective(400px) translateX(100%);
  transform-origin: right;
  opacity: 0;
}

@media (max-width: 767px) {
  .main-slider-three__shape__two {
    display: none;
  }
}

.main-slider-three .active .main-slider-three__bg {
  opacity: 1;
  transform: translatey(0) scaley(1);
  filter: blur(0);
  transition-delay: 1000ms;
}

.main-slider-three .active .main-slider-three__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1300ms;
}

.main-slider-three .active .main-slider-three__title::after {
  transform: translateY(100%);
  transition-delay: 1500ms;
}

.main-slider-three .active .main-slider-three__btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1300ms;
}

.main-slider-three .active .main-slider-three__shape {
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1700ms;
  opacity: 1;
}

.main-slider-three .active .main-slider-three__shape__two--one {
  transform: perspective(400px) translateX(0px);
  transition-delay: 1700ms;
  opacity: 1;
}

.main-slider-three .active .main-slider-three__shape__two--two {
  transform: perspective(400px) translateX(0px);
  transition-delay: 1700ms;
  opacity: 1;
}

/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/
.case-studies {
  padding-bottom: 150px;
  background: var(--laboix-white, #fff);
}

@media (max-width: 1080px) {
  .case-studies {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .case-studies {
    padding-bottom: 80px;
  }
}

.case-studies--home {
  padding-top: 130px;
}

@media (max-width: 1080px) {
  .case-studies--home {
    padding-top: 110px;
  }
}

@media (max-width: 767px) {
  .case-studies--home {
    padding-top: 90px;
  }
}

.case-studies .container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.case-studies__list {
  display: flex;
  gap: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 1080px) {
  .case-studies__list {
    flex-wrap: wrap;
  }
}

@media (max-width: 1080px) {
  .case-studies__list__item {
    flex: 0 0 50%;
    max-width: 48%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .case-studies__list__item {
    flex: 0 0 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-bottom: 30px;
  }
}

.case-studies__list__item__content {
  position: relative;
  z-index: 1;
}

.case-studies__list__item__thumb {
  max-height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.case-studies__list__item__thumb img {
  object-fit: cover;
  width: 100%;
}

.case-studies__list__item__thumb::after {
  transition: all 0.3s ease-in-out;
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background-color: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.9);
  top: 0;
  left: 0;
  bottom: 0;
}

.case-studies__list__item__hover {
  position: relative;
  text-align: center;
  margin-top: -130px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  padding-bottom: 15px;
  opacity: 0;
  visibility: hidden;
}

.case-studies__list__item__hover::after {
  position: absolute;
  content: "";
  width: 170px;
  height: 1px;
  background-color: var(--laboix-secondary, #2a5c34);
  bottom: 0%;
  left: 29%;
  transform: scaleX(0);
  transition: all 0.7s ease;
}

@media (max-width: 1299px) and (min-width: 991px) {
  .case-studies__list__item__hover::after {
    width: 120px;
    left: 29%;
  }
}

.case-studies__list__item__title {
  color: var(--laboix-white, #fff);
  font-size: 30px;
  font-weight: 700;
  line-height: 156.667%;
  letter-spacing: -0.6px;
  padding-bottom: 0;
  margin-bottom: -10px;
}

@media (max-width: 1299px) and (min-width: 991px) {
  .case-studies__list__item__title {
    font-size: 25px;
  }
}

.case-studies__list__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.case-studies__list__item__title a:hover {
  background-size: 100% 1px;
}

.case-studies__list__item__text {
  color: var(--laboix-secondary, #2a5c34);
  font-size: 20px;
  font-weight: 500;
  line-height: 235%;
  letter-spacing: -0.4px;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 1299px) and (min-width: 991px) {
  .case-studies__list__item__text {
    font-size: 18px;
  }
}

.case-studies__list__item:nth-child(odd) {
  margin-top: 50px;
}

@media (max-width: 1080px) {
  .case-studies__list__item:nth-child(odd) {
    margin-top: 0px;
  }
}

.case-studies__list__item:hover .case-studies__list__item__thumb::after {
  width: 100%;
  left: auto;
  right: 0;
}

.case-studies__list__item:hover .case-studies__list__item__hover {
  visibility: visible;
  opacity: 1;
}

.case-studies__list__item:hover .case-studies__list__item__hover::after {
  transform: scaleX(1);
}

.case-studies-two .container {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.case-studies-two__item {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.case-studies-two__item:hover .case-studies-two__thumb::after {
  visibility: visible;
  opacity: 1;
}

.case-studies-two__item:hover .case-studies-two__hover {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .case-studies-two__item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.case-studies-two__thumb {
  width: 100%;
  position: relative;
}

.case-studies-two__thumb img {
  object-fit: cover;
  width: 100%;
}

.case-studies-two__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.case-studies-two__hover {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: var(--laboix-secondary, #2a5c34);
  clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0 100%, 0 35%);
  max-width: 100%;
  width: 460px;
  height: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 55px;
  margin-right: 55px;
  margin-bottom: -100%;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1600px) {
  .case-studies-two__hover {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  .case-studies-two__hover {
    height: 200px;
  }
}

@media (max-width: 575px) {
  .case-studies-two__hover {
    height: 200px;
  }
}

.case-studies-two__icon {
  font-size: 70px;
  color: var(--laboix-white, #fff);
  text-align: center;
  opacity: 0.7;
  margin-bottom: 15px;
}

.case-studies-two__title {
  color: var(--laboix-white, #fff);
  font-size: 30px;
  font-weight: 700;
  line-height: 156.667%;
  letter-spacing: -0.6px;
  margin-bottom: 0;
  padding-bottom: -7px;
}

.case-studies-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.case-studies-two__title a:hover {
  background-size: 100% 1px;
}

.case-studies-two__text {
  color: var(--laboix-white, #fff);
  font-size: 20px;
  font-weight: 500;
  line-height: 235%;
  letter-spacing: -0.4px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.our-work {
  padding-bottom: 120px;
  background: var(--laboix-white, #fff);
}

@media (max-width: 991px) {
  .our-work {
    padding-bottom: 100px;
  }
}

@media (max-width: 80px) {
  .our-work {
    padding-bottom: 80px;
  }
}

.our-work__item {
  position: relative;
  max-width: 400px;
  z-index: 1;
}

.our-work__item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  right: -34%;
  top: 33px;
  border-top: 2px dashed var(--laboix-border-color, #DBDBDB);
  z-index: -1;
}

.personal-container {
  justify-content: center;
}

@media (max-width: 991px) {
  .our-work__item::after {
    display: none;
  }
}

.our-work__item--two::after {
  display: none;
}

.our-work__item__step {
  transition: all 0.4s ease-in-out;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 66"><path d="M28.1458 0.97168L56.2917 17.2217V49.7217L28.1458 65.9717L0 49.7217V17.2217L28.1458 0.97168Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 66"><path d="M28.1458 0.97168L56.2917 17.2217V49.7217L28.1458 65.9717L0 49.7217V17.2217L28.1458 0.97168Z"/></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: 57px;
  margin-left: 60px;
  margin-bottom: 24px;
  height: 66px;
  background-color: var(--laboix-border-color2, #F3F3F3);
  counter-increment: courseNumber;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--laboix-base, #021936);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.our-work__item__step::before {
  content: counters(courseNumber, ".", decimal-leading-zero);
}

@media (max-width: 575px) {
  .our-work__item__step {
    margin-bottom: 15px;
  }
}

.our-work__item__content {
  padding-left: 25px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .our-work__item__content {
    padding-left: 30px;
  }
}

.our-work__item__content::after {
  content: "";
  width: 19px;
  height: 141px;
  background: linear-gradient(90deg, #021936 -100.25%, rgba(255, 255, 255, 0) 30.29%);
  position: absolute;
  top: 10%;
  left: 0;
}

.our-work__item__title {
  color: var(--laboix-base, #021936);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 17px;
}

.our-work__item__title a {
  color: inherit;
}

.our-work__item__title a:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.our-work__item__text {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.our-work__item__content ul li {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
}

.our-work__item__shape {
  position: absolute;
  left: 0;
  top: 150px;
}

.our-work__item:hover .our-work__item__step {
  background-color: var(--laboix-secondary, #2a5c34);
  color: var(--laboix-white, #fff);
}

.our-work__item:hover .our-work__item__shape {
  animation: topAni 2s ease-in infinite;
}

.our-work-two {
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .our-work-two {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .our-work-two {
    padding: 80px 0px;
  }
}

.our-work-two__middle {
  position: relative;
  z-index: 1;
}

.our-work-two__image {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 466.000000"> <g transform="translate(0.000000,466.000000) scale(0.050000,-0.050000)"> <path d="M1495 8437 l-1495 -863 5 -2919 5 -2919 690 -399 c380 -220 875 -506 1100 -636 226 -130 583 -336 795 -459 211 -122 394 -222 406 -222 12 0 262 139 555 309 294 170 962 556 1484 857 l950 549 5 2920 5 2920 -1477 852 c-812 469 -1490 857 -1505 863 -15 5 -701 -378 -1523 -853z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 466.000000"> <g transform="translate(0.000000,466.000000) scale(0.050000,-0.050000)"> <path d="M1495 8437 l-1495 -863 5 -2919 5 -2919 690 -399 c380 -220 875 -506 1100 -636 226 -130 583 -336 795 -459 211 -122 394 -222 406 -222 12 0 262 139 555 309 294 170 962 556 1484 857 l950 549 5 2920 5 2920 -1477 852 c-812 469 -1490 857 -1505 863 -15 5 -701 -378 -1523 -853z"/> </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: 100%;
  height: 607px;
}

.our-work-two__image img {
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1199px) {
  .our-work-two__image {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .our-work-two__image {
    height: 500px;
  }
}

.our-work-two__shape {
  position: absolute;
  top: 3%;
  left: -5%;
  z-index: -1;
  animation: borderScale 4s ease-in-out infinite;
}

.our-work-two__shape img {
  width: 105%;
}

@media (max-width: 991px) {
  .our-work-two__shape {
    max-height: 500px;
    left: 20%;
    right: 20%;
  }

  .our-work-two__shape img {
    width: 75%;
  }
}

.our-work-two__item {
  background: var(--laboix-border-color2, #F3F3F3);
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 575px) {
  .our-work-two__item {
    padding: 20px;
    gap: 20px;
  }
}

.our-work-two__item__icon {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 58 68"> <path d="M29 0L58 17V51L29 68L0 51V17L29 0Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 58 68"> <path d="M29 0L58 17V51L29 68L0 51V17L29 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;
  max-width: 58px;
  width: 100%;
  height: 68px;
  background: var(--laboix-base, #021936);
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: courseNumber;
  transition: all 0.8s ease-in-out;
}

.our-work-two__item__icon::before {
  color: var(--laboix-white, #fff);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  content: counters(courseNumber, ".", decimal-leading-zero);
  transition: all 0.5s ease-in-out;
}

.our-work-two__item__title {
  color: var(--laboix-base, #021936);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
  padding-bottom: 0;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 575px) {
  .our-work-two__item__title {
    font-size: 20px;
  }
}

.our-work-two__item:hover {
  background: var(--laboix-secondary, #2a5c34);
}

.our-work-two__item:hover .our-work-two__item__title {
  color: var(--laboix-white, #fff);
}

.our-work-two__item:hover .our-work-two__item__icon {
  background: var(--laboix-white, #fff);
  transform: rotateY(360deg);
}

.our-work-two__item:hover .our-work-two__item__icon::before {
  color: var(--laboix-base, #021936);
}

.our-work-two__item+.our-work-two__item {
  margin-top: 30px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-two {
  padding: 120px 0px;
  position: relative;
  z-index: 1;
  background: var(--laboix-white, #fff);
}

@media (max-width: 991px) {
  .about-two {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .about-two {
    padding: 80px 0px;
  }
}

.about-two__thumb {
  position: relative;
}

.about-two__thumb img {
  object-fit: cover;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .about-two__thumb img {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
}

@media (max-width: 767px) {
  .about-two__thumb img {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
}

.about-two__thumb::after {
  width: 40px;
  height: 324px;
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  background: var(--laboix-secondary, #2a5c34);
  animation: topAni 4s ease-in-out infinite;
}

.about-two__thumb__item {
  position: relative;
  z-index: 1;
}

.about-two__thumb__item--two {
  position: relative;
  margin-top: -175px;
  margin-left: -99px;
  left: 0%;
  z-index: 1;
}

@media (max-width: 1199px) {
  .about-two__thumb__item--two {
    margin-top: -100px;
    margin-left: -60px;
  }

  .about-two__thumb__item--two img {
    object-fit: cover;
    width: 100%;
    object-fit: cover;
    height: auto;
    max-width: 260px;
  }
}

.about-two__items {
  position: absolute;
  top: 38%;
  right: 30px;
}

.about-two__box {
  background: var(--laboix-white, #fff);
  bottom: 0;
  right: 30px;
  display: inline-flex;
  padding: 22px 50px 22px 30px;
  align-items: center;
  gap: 25px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}

.about-two__box__icon {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89 105"><path d="M44.5 0L89 26.0957V78.287L44.5 104.383L0 78.287V26.0957L44.5 0Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89 105"><path d="M44.5 0L89 26.0957V78.287L44.5 104.383L0 78.287V26.0957L44.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: 89px;
  height: 105px;
  background: var(--laboix-secondary, #2a5c34);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  color: var(--laboix-white, #fff);
  transition: all 1s ease-in-out;
}

@media (max-width: 575px) {
  .about-two__box__icon {
    width: 49px;
    height: 59px;
    font-size: 18px;
  }
}

.about-two__box__subtitle {
  color: var(--laboix-text, #6A6A6A);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: -5px;
  display: block;
}

@media (max-width: 575px) {
  .about-two__box__subtitle {
    font-size: 15px;
  }
}

.about-two__box__text {
  color: var(--laboix-base, #021936);
  font-size: 30px;
  font-weight: 700;
  line-height: 193.333%;
  margin-bottom: 0;
  padding-bottom: 0;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.about-two__box__text:hover {
  background-size: 100% 1px;
}

@media (max-width: 575px) {
  .about-two__box__text {
    font-size: 20px;
  }
}

.about-two__box:hover .about-two__box__icon {
  transform: rotateY(360deg);
  background-color: var(--laboix-base, #021936);
}


@media (max-width: 1199px) {
  .about-two__left {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .about-two__right {
    margin-top: 40px;
  }
}

.about-two__top {
  margin-bottom: 63px;
}

.about-two__top .sec-title {
  padding-bottom: 25px;
}

.about-two__top__text {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.about-two__feature {
  display: flex;
  align-items: center;
  margin-bottom: 39px;
}

@media (max-width: 575px) {
  .about-two__feature {
    flex-direction: column;
    gap: 50px;
  }
}

.about-two__feature__item {
  padding: 0px 30px 20px;
  background: var(--laboix-white, #fff);
  transition: all 0.4s ease-in-out;
}

.about-two__feature__item:first-child {
  border-top: 1px solid var(--laboix-border-color, #DBDBDB);
  border-bottom: 1px solid var(--laboix-border-color, #DBDBDB);
  border-left: 1px solid var(--laboix-border-color, #DBDBDB);
}

.about-two__feature__item:first-child:hover {
  background-color: var(--laboix-border-color2, #F3F3F3);
  border-top: 1px solid var(--laboix-border-color2, #F3F3F3);
  border-bottom: 1px solid var(--laboix-border-color2, #F3F3F3);
  border-left: 1px solid var(--laboix-border-color2, #F3F3F3);
}

.about-two__feature__item:first-child:hover .about-two__feature__icon {
  background-color: var(--laboix-base, #021936);
  transform: rotateY(360deg);
}

.about-two__feature__item:last-child {
  background-color: var(--laboix-border-color2, #F3F3F3);
  border: 1px solid var(--laboix-border-color2, #F3F3F3);
}

.about-two__feature__item:last-child:hover {
  background-color: var(--laboix-white, #fff);
}

.about-two__feature__item:hover {
  background-color: var(--laboix-border-color2, #F3F3F3);
}

.about-two__feature__item:hover .about-two__feature__icon {
  background-color: var(--laboix-base, #021936);
  transform: rotateY(360deg);
}

.about-two__feature__icon {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59 69"><path d="M29.5 0L59 17.25V51.75L29.5 69L0 51.75V17.25L29.5 0Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59 69"><path d="M29.5 0L59 17.25V51.75L29.5 69L0 51.75V17.25L29.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: 59px;
  height: 69px;
  position: relative;
  margin-top: -33px;
  background: var(--laboix-secondary, #2a5c34);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--laboix-white, #fff);
  margin-bottom: 10px;
  transition: all 1s ease-in-out;
}

.about-two__feature__title {
  color: var(--laboix-base, #021936);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.about-two__feature__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.about-two__feature__title a:hover {
  background-size: 100% 1px;
}

.about-two__feature__text {
  color: var(--laboix-text, #6A6A6A);
  font-size: 14px;
  font-weight: 500;
  line-height: 185.714%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-two__list__item {
  color: var(--laboix-base, #021936);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-shadow: 0 0 0 5px currentColor;
}

.about-two__list__item i {
  font-size: 18px;
  color: var(--laboix-secondary, #2a5c34);
  margin-right: 10px;
}

.about-two__list__item+.about-two__list__item {
  margin-top: 20px;
}

.about-two__link {
  margin-top: 39px;
}

.about-two__shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: borderScale 4s ease-in-out infinite;
}

@media (max-width: 991px) {
  .about-two__shape {
    display: none;
  }
}

.about-two__shape--two {
  position: absolute;
  right: 0;
  bottom: 0%;
  animation: heroleft 4s ease-in-out infinite;
}

.about-two__shape--two img {
  object-fit: cover;
  filter: grayscale(100%);
}

@media (max-width: 991px) {
  .about-two__shape--two {
    display: none;
  }
}

.about-three {
  position: relative;
  z-index: 1;
  background-color: var(--laboix-base, #021936);
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .about-three {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .about-three {
    padding: 80px 0px;
  }
}

.about-three__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;
  mix-blend-mode: color;
}

.about-three__image {
  position: relative;
  z-index: 1;
  margin-right: 40px;
}

@media (max-width: 1199px) {
  .about-three__image {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .about-three__image {
    margin-bottom: 30px;
  }
}

.about-three__image__item {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 343.000000"> <g transform="translate(0.000000,343.000000) scale(0.050000,-0.050000)"> <path d="M1500 6204 l-1490 -655 -5 -2112 -5 -2112 595 -260 c327 -144 997 -437 1488 -653 492 -216 904 -392 916 -392 16 0 2609 1128 2949 1283 l52 24 -5 2111 -5 2111 -1490 654 c-820 360 -1494 655 -1500 655 -5 0 -680 -295 -1500 -654z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 343.000000"> <g transform="translate(0.000000,343.000000) scale(0.050000,-0.050000)"> <path d="M1500 6204 l-1490 -655 -5 -2112 -5 -2112 595 -260 c327 -144 997 -437 1488 -653 492 -216 904 -392 916 -392 16 0 2609 1128 2949 1283 l52 24 -5 2111 -5 2111 -1490 654 c-820 360 -1494 655 -1500 655 -5 0 -680 -295 -1500 -654z"/> </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: 528px;
  height: 603px;
}

@media (max-width: 1500px) {
  .about-three__image__item {
    width: 100%;
    height: 500px;
  }

  .about-three__image__item img {
    object-fit: cover;
    width: 100%;
  }
}

.about-three__image__item__two {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 343.000000"> <g transform="translate(0.000000,343.000000) scale(0.050000,-0.050000)"> <path d="M1500 6204 l-1490 -655 -5 -2112 -5 -2112 595 -260 c327 -144 997 -437 1488 -653 492 -216 904 -392 916 -392 16 0 2609 1128 2949 1283 l52 24 -5 2111 -5 2111 -1490 654 c-820 360 -1494 655 -1500 655 -5 0 -680 -295 -1500 -654z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 343.000000"> <g transform="translate(0.000000,343.000000) scale(0.050000,-0.050000)"> <path d="M1500 6204 l-1490 -655 -5 -2112 -5 -2112 595 -260 c327 -144 997 -437 1488 -653 492 -216 904 -392 916 -392 16 0 2609 1128 2949 1283 l52 24 -5 2111 -5 2111 -1490 654 c-820 360 -1494 655 -1500 655 -5 0 -680 -295 -1500 -654z"/> </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: 236px;
  height: 260px;
  position: absolute;
  bottom: -15%;
  right: 0;
}

@media (max-width: 991px) {
  .about-three__image__item__two {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .about-three__image__item__two {
    width: 180px;
    height: 200px;
  }
}

.about-three__image__funfact {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 216 245"><path d="M108 0.0750732L216 46.9034L216 197.247L108 244.075L0.000214611 197.247L0 46.9034L108 0.0750732Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 216 245"><path d="M108 0.0750732L216 46.9034L216 197.247L108 244.075L0.000214611 197.247L0 46.9034L108 0.0750732Z"/></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: 216px;
  height: 245px;
  background: rgba(var(--laboix-secondary-rgb, 14, 189, 102), 1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 19%;
  left: -19%;
}

@media (max-width: 991px) {
  .about-three__image__funfact {
    bottom: 19%;
    left: 0;
  }
}

.about-three__image__funfact__text {
  color: var(--laboix-white, #fff);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

@media (max-width: 767px) {
  .about-three__image__funfact {
    width: 180px;
    height: 200px;
  }
}

.about-three__image__shape {
  position: absolute;
  top: 10%;
  z-index: -1;
  right: -20px;
  animation: heroleft 4s ease-in-out infinite;
}

@media (max-width: 1500px) {
  .about-three__image__shape img {
    object-fit: cover;
    width: 90%;
  }
}

@media (max-width: 1199px) {
  .about-three__image__shape {
    right: 0px;
  }

  .about-three__image__shape img {
    object-fit: cover;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .about-three__image__shape img {
    object-fit: cover;
    width: 90%;
  }
}

.about-three__image__count {
  color: var(--laboix-white, #fff);
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 116.667%;
  display: flex;
  gap: 0;
  justify-content: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about-three__top {
  margin-bottom: 40px;
}

.about-three__top .sec-title {
  padding-bottom: 22px;
}

.about-three__top .sec-title .sec-title__title {
  color: var(--laboix-white, #fff);
}

.about-three__top__text {
  color: var(--laboix-text-gray, #97A5B7);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.about-three__feature {
  padding: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 1199px) {
  .about-three__feature {
    padding: 20px;
  }
}

.about-three__feature__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;
}

.about-three__feature__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(var(--laboix-secondary-rgb, 14, 189, 102), 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

.about-three__feature__icon__box {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 81 94"><path d="M40.5 0.0749512L81 23.325V69.825L40.5 93.075L0 69.825V23.325L40.5 0.0749512Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 81 94"><path d="M40.5 0.0749512L81 23.325V69.825L40.5 93.075L0 69.825V23.325L40.5 0.0749512Z"/></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: 94px;
  background: var(--laboix-white, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--laboix-secondary, #2a5c34);
  font-size: 48px;
  transition: all 0.7s ease-in-out;
}

.about-three__feature__title {
  color: var(--laboix-white, #fff);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

.about-three__feature__text {
  color: var(--laboix-white, #fff);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about-three__feature:hover .about-three__feature__icon__box {
  background: var(--laboix-base, #021936);
  transform: rotateY(360deg);
  color: var(--laboix-white, #fff);
}

.about-three__list {
  margin-top: 50px;
  margin-bottom: 0;
  margin-left: 0;
}

.about-three__list__item {
  color: var(--laboix-text-gray, #97A5B7);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.about-three__list__item i {
  resize: 18px;
  color: var(--laboix-secondary, #2a5c34);
  margin-right: 17px;
}

.about-three__list__item+.about-three__list__item {
  margin-top: 18px;
}

.about-three__link {
  margin-top: 50px;
}

.about-three__link__btn::before {
  background: var(--laboix-white, #fff);
}

.about-three__link__btn:hover {
  color: var(--laboix-base, #021936);
}

.about-three__shape {
  position: absolute;
  top: 5%;
  right: 5%;
  opacity: 0.3;
  animation: borderScale 4s ease-in-out infinite;
}

.about-three__shape__two {
  position: absolute;
  bottom: 2%;
  right: 2%;
  animation: topAni 4s ease-in-out infinite;
}

.about-fore {
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .about-fore {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .about-fore {
    padding: 80px 0px;
  }
}

.about-fore__top {
  margin-bottom: 28px;
}

.about-fore__top .sec-title {
  padding-bottom: 22px;
}

.about-fore__text {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.about-fore__feature {
  margin-bottom: 60px;
}

.about-fore__feature__item {
  display: flex;
  align-items: center;
  gap: 25px;
}

.about-fore__feature__item:not(:first-of-type) {
  border-top: 1px solid var(--laboix-border-color, #DBDBDB);
  margin-top: 35px;
  padding-top: 40px;
}

.about-fore__feature__item:hover .about-fore__feature__icon {
  transform: rotateY(180deg);
  color: var(--laboix-base, #021936);
}

.about-fore__feature__icon {
  font-size: 75px;
  color: var(--laboix-secondary, #2a5c34);
  transition: all 0.5s ease-in-out;
}

.about-fore__feature__title {
  margin-top: -4px;
  color: var(--laboix-base, #021936);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.about-fore__feature__text {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  margin-bottom: -4px;
  padding-bottom: 0;
}

.about-fore__right {
  margin-left: 20px;
  margin-right: -100px;
}

@media (max-width: 991px) {
  .about-fore__right {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.about-fore__item {
  position: relative;
  z-index: 1;
}

.about-fore__item__image {
  position: relative;
  z-index: 1;
}

.about-fore__item__image img {
  object-fit: cover;
  width: 100%;
}

.about-fore__item__logo {
  display: inline-flex;
  padding: 19px;
  background: var(--laboix-secondary, #2a5c34);
  position: absolute;
  top: 75px;
  right: -50px;
  z-index: 1;
  animation: topAni 4s ease-in-out infinite;
}

.about-fore__item__funfact {
  position: absolute;
  right: 40px;
  bottom: -18px;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px;
}

@media (max-width: 1199px) {
  .about-fore__item__funfact {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .about-fore__item__funfact {
    padding: 20px 10px;
  }
}

.about-fore__item__funfact__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;
}

.about-fore__item__funfact__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.7);
}

.about-fore__item__funfact__count {
  margin-top: -10px;
  color: var(--laboix-white, #fff);
  text-align: center;
  font-size: 53.333px;
  font-weight: 700;
  line-height: 115.989%;
  display: flex;
  gap: 0;
  justify-content: center;
  margin-bottom: 2px;
}

.about-fore__item__funfact__count .pluse {
  color: var(--laboix-secondary, #2a5c34);
  font-size: 53.333px;
  font-weight: 700;
  line-height: 61.861px;
  display: inline-block;
}

.about-fore__item__funfact__text {
  color: var(--laboix-white, #fff);
  text-align: center;
  font-size: 21.795px;
  font-weight: 700;
  line-height: 117.783%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-fore__item__funfact__shape {
  position: absolute;
  top: 10%;
  left: 20%;
  opacity: 0.2;
  z-index: -1;
}

.about-fore__item__call {
  z-index: 1;
  display: inline-flex;
  background: var(--laboix-secondary, #2a5c34);
  gap: 22px;
  align-items: center;
  padding: 15px 50px 15px 30px;
  position: absolute;
  margin-top: -80px;
  margin-left: 38px;
}

@media (max-width: 1199px) {
  .about-fore__item__call {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .about-fore__item__call {
    display: block;
    padding: 15px 30px;
    margin-top: -100px;
  }
}

.about-fore__item__icon {
  font-size: 45px;
  color: var(--laboix-base, #021936);
}

.about-fore__item__subtitle {
  color: var(--laboix-white, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 289.001%;
  margin-bottom: -15px;
  margin-top: -5px;
  padding-bottom: 0;
  display: block;
}

.about-fore__item__number {
  margin-top: -15px;
  color: var(--laboix-white, #fff);
  font-size: 21.795px;
  font-weight: 700;
  line-height: 241.667%;
  padding-bottom: 0;
  margin-bottom: -5px;
}

.about-fore__item__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.about-fore__item__number a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-card__inner {
  position: relative;
  background: var(--laboix-base, #021936);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.service-card__inner:hover {
  background: var(--laboix-secondary, #2a5c34);
}

.service-card__top {
  padding: 32px 30px 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-card__title {
  color: var(--laboix-white, #fff);
  font-size: 30px;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: -0.6px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .service-card__title {
    font-size: 25px;
  }
}

.service-card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-card__title a:hover {
  background-size: 100% 1px;
}

.service-card__icon {
  font-size: 60px;
  color: var(--laboix-white, #fff);
  opacity: 0.2;
}

.service-card__icon i {
  color: inherit;
}

.service-card__thumb {
  position: relative;
}

.service-card__thumb__item {
  position: relative;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 261.000000"> <g transform="translate(0.000000,261.000000) scale(0.050000,-0.050000)"> <path d="M4880 4790 c-610 -236 -1958 -755 -2995 -1154 l-1885 -726 0 -1455 0 -1455 3000 0 3000 0 0 2610 c0 1436 -2 2610 -5 2609 -3 0 -504 -193 -1115 -429z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 261.000000"> <g transform="translate(0.000000,261.000000) scale(0.050000,-0.050000)"> <path d="M4880 4790 c-610 -236 -1958 -755 -2995 -1154 l-1885 -726 0 -1455 0 -1455 3000 0 3000 0 0 2610 c0 1436 -2 2610 -5 2609 -3 0 -504 -193 -1115 -429z"/> </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;
}

.service-card__thumb__item img {
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.service-card__thumb__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.service-card__thumb__shape {
  position: absolute;
  top: 15px;
  left: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .service-card__thumb__shape {
    top: 0px;
  }
}

.service-card__thumb:hover .service-card__thumb__item img {
  transform: scale(1.1);
}

.service-card__thumb:hover .service-card__thumb__item::after {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 767px) {
  .service-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.service-one {
  position: relative;
  background-color: var(--laboix-white, #fff);
  padding: 120px 0;
}

.service-one__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 160px);
  margin-top: -160px;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--laboix-gray, #f9f6f1);
}

@media (min-width: 1400px) {
  .service-one__bg {
    width: calc(100% - 240px);
    left: 120px;
  }
}

@media (max-width: 767px) {
  .service-one {
    padding: 80px 0;
  }
}

.service-one .container {
  position: relative;
  z-index: 3;
  margin-top: -160px;
}

.service-one--page .container {
  margin-top: 0;
}

.service-one--page .service-one__bg {
  height: 100%;
  margin-top: 0;
}

.service-one .sec-title {
  text-align: center;
}

.service-one .col-lg-3 {
  width: 20%;
}

@media (max-width: 1199px) {
  .service-one .col-lg-3 {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .service-one .col-lg-3 {
    width: 100%;
  }
}

.service-one__item {
  position: relative;
  background-color: var(--laboix-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--laboix-black-rgb, 0, 0, 0), 0.07);
  margin-bottom: 30px;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left;
  transition: all 500ms ease;
}

.service-one__item__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 39px 30px 36px;
  transition: all 500ms ease;
}

.service-one__item__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: 500ms ease;
  transform: scale(1.2);
  z-index: -1;
}

.service-one__item__hover::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--laboix-black2-rgb, 1, 17, 38), 0.7);
}

.service-one__item:hover .service-one__item__hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.service-one__item:hover .service-one__item__title {
  color: var(--laboix-white, #fff);
}

.service-one__item__icon {
  font-size: 60px;
  line-height: 1;
  position: relative;
  z-index: 3;
  color: var(--laboix-base, #021936);
  display: inline-block;
  margin: 0 0 23px;
  transition: 500ms ease;
}

.service-one__item__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.service-one__item:hover .service-one__item__icon {
  color: var(--laboix-base, #021936);
}

.service-one__item:hover .service-one__item__icon span {
  transform: scale(0.9);
}

.service-one__item__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 125px;
  transition: all 300ms ease;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}

.service-one__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-one__item__title a:hover {
  background-size: 100% 1px;
}

.service-one__item__title a:hover {
  color: var(--laboix-base, #021936);
  background-size: 100% 1px;
}

.service-one__info {
  position: relative;
  max-width: 830px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid var(--laboix-border-color, #DBDBDB);
  padding: 17px 18px 16px 28px;
}

@media (max-width: 767px) {
  .service-one__info {
    display: block;
    text-align: center;
  }
}

.service-one__info__text {
  margin: 0;
}

.service-one__info .laboix-btn {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 11px 29px;
}

@media (max-width: 767px) {
  .service-one__info .laboix-btn {
    margin: 15px 0 10px;
  }
}

.service-page {
  padding: 120px 0px;
  position: relative;
  z-index: 1;
  background: var(--laboix-white, #fff);
}

@media (max-width: 991px) {
  .service-page {
    padding: 100px 0px;
  }
}

@media (max-width: 991px) {
  .service-page {
    padding: 80px 0px;
  }
}

.service-page--one {
  position: relative;
}

.service-page--one::after {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 45%;
  z-index: -2;
  background: var(--laboix-border-color2, #F3F3F3);
}

.service-page--home {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .service-page--home {
    padding: 80px 0;
  }
}

.service-page--home .sec-title {
  text-align: center;
}

.service-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.03;
  mix-blend-mode: luminosity;
  background: var(--laboix-border-color2, #F3F3F3);
  animation: bgSlide 10s ease-in-out infinite;
}

.service-page__carousel .owl-nav {
  display: none !important;
}

.service-two {
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .service-two {
    padding: 100px 0px;
  }
}

@media (max-width: 991px) {
  .service-two {
    padding: 80px 0px;
  }
}

.service-two__item {
  border: 1px solid var(--laboix-border-color, #DBDBDB);
  padding: 0px 40px 40px;
  height: 100%;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .service-two__item {
    padding: 0px 20px 30px;
  }
}

.service-two__item:hover .service-two__icon {
  background: var(--laboix-base, #021936);
}

.service-two__icon {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100.000000 92.000000"> <g transform="translate(0.000000,92.000000) scale(0.050000,-0.050000)" > <path d="M1 1205 l1 -635 487 -275 c268 -151 499 -275 514 -274 15 0 243 124 507 275 l480 276 5 634 6 634 -1001 0 -1000 0 1 -635z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100.000000 92.000000"> <g transform="translate(0.000000,92.000000) scale(0.050000,-0.050000)" > <path d="M1 1205 l1 -635 487 -275 c268 -151 499 -275 514 -274 15 0 243 124 507 275 l480 276 5 634 6 634 -1001 0 -1000 0 1 -635z"/> </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: 100px;
  height: 92px;
  background: var(--laboix-secondary, #2a5c34);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: var(--laboix-white, #fff);
  margin-bottom: 23px;
  transition: all 0.4s ease-in-out;
}

.service-two__title {
  color: var(--laboix-base, #021936);
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.48px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.service-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-two__title a:hover {
  background-size: 100% 1px;
}

@media (max-width: 991px) {
  .service-two__title {
    font-size: 23px;
  }
}

.service-two__text {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  padding-bottom: 0;
  margin-bottom: -2px;
}

.service-three {
  position: relative;
  z-index: 1;
}

.service-three__list {
  display: flex;
  gap: 0;
  position: relative;
  z-index: 1;
  margin-top: -90px;
  background: var(--laboix-white, #fff);
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .service-three__list {
    flex-direction: column;
  }
}

.service-three__list__item {
  display: flex;
  gap: 20px;
  padding: 40px 30px;
  background: var(--laboix-white, #fff);
  transition: all 0.5s ease-in-out;
}

.service-three__list__item:not(:first-of-type) {
  border-right: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}

@media (max-width: 991px) {
  .service-three__list__item:not(:first-of-type) {
    border-top: 0px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
  }
}

.service-three__list__item:nth-child(1) {
  border: 1px solid #DFDFDF;
}

.service-three__list__item:hover {
  border: 1px solid var(--laboix-base, #021936);
  background: var(--laboix-base, #021936);
}

.service-three__list__item:hover .service-three__list__title {
  color: var(--laboix-white, #fff);
}

.service-three__list__item:hover .service-three__list__text {
  color: var(--laboix-text-gray, #97A5B7);
}

.service-three__list__item:hover:not(:first-of-type) {
  border-right: 1px solid var(--laboix-base, #021936);
  border-top: 1px solid var(--laboix-base, #021936);
  border-bottom: 1px solid var(--laboix-base, #021936);
}

.service-three__list__item:hover:nth-child(1) {
  border: 1px solid var(--laboix-base, #021936);
}

.service-three__list__icon {
  font-size: 53px;
  color: var(--laboix-secondary, #2a5c34);
}

.service-three__list__icon i {
  color: inherit;
}

.service-three__list__title {
  margin-top: -5px;
  color: var(--laboix-base, #021936);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}

.service-three__list__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-three__list__title a:hover {
  background-size: 100% 1px;
}

.service-three__list__text {
  color: var(--laboix-text, #6A6A6A);
  font-size: 14px;
  font-weight: 500;
  line-height: 185.714%;
  margin-bottom: -9px;
  padding-bottom: 0px;
  transition: all 0.5s ease-in-out;
}

.service-fore {
  position: relative;
  z-index: 1;
}

.service-fore--page {
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .service-fore--page {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .service-fore--page {
    padding: 80px 0px;
  }
}

.service-fore__card {
  background: var(--laboix-base, #021936);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.service-fore__card:hover {
  background: var(--laboix-secondary, #2a5c34);
}

.service-fore__card:hover .service-fore__top::after {
  background: rgba(var(--laboix-white-rgb, 255, 255, 255), 0.1);
}

.service-fore__card:hover .service-fore__icon {
  background: var(--laboix-base, #021936);
}

.service-fore__card:hover .service-fore__thumb::after {
  visibility: visible;
  opacity: 1;
}

.service-fore__top {
  padding: 40px 20px 0px;
  position: relative;
  z-index: 1;
}

.service-fore__top::after {
  content: "";
  background: #062142;
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  top: 20px;
  z-index: -2;
  transition: all 0.4s ease-in-out;
}

.service-fore__title {
  color: var(--laboix-white, #fff);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: -0.6px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.service-fore__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-fore__title a:hover {
  background-size: 100% 1px;
}

.service-fore__icon {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 69 81"> <path d="M34.5 0L69 20.25V60.75L34.5 81L0 60.75V20.25L34.5 0Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 69 81"> <path d="M34.5 0L69 20.25V60.75L34.5 81L0 60.75V20.25L34.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: 69px;
  height: 81px;
  background: var(--laboix-secondary, #2a5c34);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: -40px;
  z-index: 1;
  font-size: 35px;
  color: var(--laboix-white, #fff);
  transition: all 0.4s ease-in-out;
}

.service-fore__thumb {
  position: relative;
}

.service-fore__thumb img {
  object-fit: cover;
  width: 100%;
}

.service-fore__thumb::after {
  position: absolute;
  top: 0%;
  left: 0%;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.4);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# Service details
--------------------------------------------------------------*/
.service-details {
  padding: 120px 0;
  padding-top: 100px;
}

@media (max-width: 767px) {
  .service-details {
    padding: 80px 0;
    padding-top: 60px;
  }
}

.service-details__thumbnail {
  margin-bottom: 40px;
}

.service-details__thumbnail img {
  max-width: 100%;
}

.service-details__title {
  margin: 0;
  margin-bottom: 15px;
  color: var(--laboix-base, #021936);
  font-size: 30px;
  font-weight: 700;
  line-height: 156.667%;
  letter-spacing: -0.6px;
}

.service-details__sub-title {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 17px;
  color: var(--laboix-secondary, #2a5c34);
  font-size: 30px;
  font-weight: 700;
  line-height: 156.667%;
}

.service-details__text {
  margin: 0;
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.service-details__text+.service-details__title {
  margin-top: 40px;
}

.service-details__text+.service-details__list {
  margin-top: 40px;
}

.service-details__text+.service-details__text {
  margin-top: 35px;
}

.service-details__list {
  margin-bottom: 0;
}

.service-details__list li {
  position: relative;
  color: var(--laboix-base, #021936);
  font-size: 18px;
  font-weight: 600;
  line-height: 261.111%;
  margin-bottom: -5px;
}

.service-details__list li i {
  color: var(--laboix-secondary, #2a5c34);
  margin-right: 7px;
}

@media (max-width: 575px) {
  .service-details__list li {
    line-height: 161.111%;
    font-size: 16px;
  }
}

.service-details__list li+li {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .service-details__list li+li {
    margin-top: 0;
  }
}

.service-details__single+.service-details__single {
  margin-top: 35px;
}

.service-details__benefit {
  margin-left: -30px;
}

@media (max-width: 1199px) {
  .service-details__benefit {
    margin-left: 0px;
  }
}

.service-details__benefit__title {
  margin: 0;
  font-size: 25px;
  font-size: 30px;
  font-weight: 800;
  line-height: 156.667%;
  letter-spacing: -0.9px;
  margin-bottom: -4px;
}

@media (min-width: 768px) {
  .service-details__benefit__title {
    font-size: 30px;
  }
}

.service-details__benefit__sub_title {
  margin-top: -3px;
  margin-bottom: 2px;
  color: var(--laboix-secondary, #2a5c34);
  font-size: 24px;
  font-weight: 700;
  line-height: 195.833%;
}

@media (max-width: 575px) {
  .service-details__benefit__sub_title {
    line-height: 135%;
  }
}

.service-details__benefit__text {
  max-width: 475px;
  line-height: 200%;
}

.service-details__single-inner .service-details__title {
  margin-top: -10px;
  margin-bottom: 28px;
}

.service-details__inner-item {
  display: flex;
  background: var(--laboix-white, #fff);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-details__inner-item .item-icon {
  background: var(--laboix-secondary, #2a5c34);
  width: 52px;
  margin-inline-start: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.service-details__inner-item .item-icon .icon {
  font-size: 25px;
  color: var(--laboix-white, #fff);
}

.service-details__inner-item .item-content {}

.service-details__inner-item .item__title {
  color: var(--laboix-base, #021936);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
}

.service-details__inner-item .item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-details__inner-item .item__title a:hover {
  background-size: 100% 1px;
}

.service-details__inner-item .item__dec {
  color: var(--laboix-text, #6A6A6A);
  font-size: 14px;
  font-weight: 600;
  line-height: 178.571%;
  padding-bottom: 0;
  margin-bottom: -3px;
}

.service-details__inner-item:hover .item-icon {
  background: var(--laboix-base, #021936);
}

.service-details .faq-page__accordion {
  padding-top: 20px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
.instagram-one {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .instagram-one {
    padding: 80px 0;
  }
}

@media (min-width: 1400px) {
  .instagram-one .container {
    max-width: 1380px;
  }
}

.instagram-one__title {
  display: block;
  text-align: center;
  position: relative;
  font-size: 14px;
  color: var(--laboix-text, #6A6A6A);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--laboix-font, "Lexend", sans-serif);
  letter-spacing: 2.8px;
  margin: 0 auto 39px;
}

.instagram-one__title span {
  display: inline-block;
  background-color: var(--laboix-white, #fff);
  position: relative;
  z-index: 2;
  padding: 0 28px;
}

@media (max-width: 550px) {
  .instagram-one__title span {
    padding: 0 18px;
  }
}

.instagram-one__title::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  width: 518px;
  height: 1px;
  content: "";
  background-color: var(--laboix-border-color, #DBDBDB);
}

@media (max-width: 550px) {
  .instagram-one__title::after {
    width: 100%;
  }
}

.instagram-one a {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.instagram-one a::before {
  position: absolute;
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  z-index: 3;
  color: var(--laboix-white, #fff);
  font-size: 30px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transition-delay: 0s;
}

.instagram-one a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(var(--laboix-black-rgb, 0, 0, 0), 0.5);
  visibility: hidden;
  transition: all ease 0.4s;
}

.instagram-one a:hover::after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.instagram-one a:hover::before {
  top: 50%;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}

.instagram-one a img {
  width: 100%;
  height: auto;
  transition: all ease 0.3s;
}

.instagram-one a:hover img {
  transform: scale(1.1) rotate(1.5deg);
  -moz-transform: scale(1.1) rotate(1.5deg);
  -webkit-transform: scale(1.1) rotate(1.5deg);
  -ms-transform: scale(1.1) rotate(1.5deg);
  -o-transform: scale(1.1) rotate(1.5deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.instagram-two {
  position: relative;
  z-index: 2;
  padding: 0 0;
  margin-bottom: -120px;
}

.instagram-two .container {
  max-width: 1670px;
}

.instagram-two a {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.instagram-two a::before {
  position: absolute;
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  z-index: 3;
  color: var(--laboix-white, #fff);
  font-size: 40px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transition-delay: 0s;
}

.instagram-two a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.9);
  visibility: hidden;
  transition: all ease 0.4s;
}

.instagram-two a:hover::after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.instagram-two a:hover::before {
  top: 50%;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}

.instagram-two a img {
  width: 100%;
  height: auto;
  transition: all ease 0.3s;
}

.instagram-two a:hover img {
  transform: scale(1.1) rotate(1.5deg);
  -moz-transform: scale(1.1) rotate(1.5deg);
  -webkit-transform: scale(1.1) rotate(1.5deg);
  -ms-transform: scale(1.1) rotate(1.5deg);
  -o-transform: scale(1.1) rotate(1.5deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*--------------------------------------------------------------
# Opening Time
--------------------------------------------------------------*/
.opening {
  position: relative;
  margin-bottom: -85px;
}

@media (max-width: 1199px) {
  .opening {
    margin-bottom: 0;
  }
}

.opening--home-three {
  margin-bottom: 0;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .opening--home-three {
    padding-bottom: 80px;
  }
}

.opening__wrapper {
  background-color: var(--laboix-base, #021936);
  position: relative;
  z-index: 2;
  padding: 39px 0;
}

@media (max-width: 767px) {
  .opening__wrapper {
    padding: 30px 20px;
    text-align: center;
  }
}

.opening__wrapper::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 100%;
  content: "";
  opacity: 0.102;
  background-image: linear-gradient(90deg, rgba(var(--laboix-black-rgb, 0, 0, 0), 0) 0%, rgba(var(--laboix-black-rgb, 0, 0, 0), 1) 100%);
}

@media (max-width: 991px) {
  .opening__wrapper::after {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .opening__wrapper::after {
    width: 155px;
  }
}

.opening__icon {
  font-size: 65px;
  color: var(--laboix-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0 0;
  margin-right: -10px;
  position: relative;
  z-index: 2;
}

.opening__title {
  color: var(--laboix-white, #fff);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin: 27px -30px 0 33px;
  position: relative;
}

@media (max-width: 767px) {
  .opening__title {
    margin: 20px 0 0;
  }
}

.opening__info {
  font-size: 12px;
  line-height: 30px;
  color: var(--laboix-white, #fff);
  text-transform: uppercase;
  padding: 12px 0 20px;
  margin: 0 0 0 -14px;
}

@media (max-width: 991px) {
  .opening__info {
    margin: 0 0 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .opening__info {
    margin: 0 0 0;
  }
}

.opening__info--last {
  margin-left: -45px;
  padding-left: 60px;
  border-left: 1px solid rgba(var(--laboix-white-rgb, 255, 255, 255), 0.2);
}

@media (max-width: 991px) {
  .opening__info--last {
    margin: 0 0 0;
    padding: 0;
    border: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .opening__info--last {
    margin-left: -30px;
    padding-left: 20px;
  }
}

.opening__info__text {
  display: block;
  font-size: 20px;
  text-transform: none;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}

body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--laboix-white, #fff);
  box-shadow: 0px 0px 100px 0px rgba(var(--laboix-black-rgb, 0, 0, 0), 0.08);
}

body.boxed-wrapper .main-slider-one__item {
  padding-top: 200px;
  padding-bottom: 220px;
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process-one {
  position: relative;
  counter-reset: count;
  padding: 120px 0 90px;
}

@media (max-width: 767px) {
  .work-process-one {
    padding: 80px 0 50px;
  }
}

.work-process-one .sec-title {
  text-align: center;
}

.work-process-one__border {
  width: 100%;
  height: 2px;
  background-color: var(--laboix-base, #021936);
  top: 103px;
  position: relative;
}

@media (max-width: 767px) {
  .work-process-one__border {
    display: none;
  }
}

.work-process-one__border::after {
  position: absolute;
  left: 0;
  top: -5px;
  width: 11px;
  height: 11px;
  background-color: var(--laboix-black, #000);
  border-radius: 50%;
  content: "";
}

.work-process-one__border::before {
  position: absolute;
  right: 0;
  top: -5px;
  width: 11px;
  height: 11px;
  background-color: var(--laboix-black, #000);
  border-radius: 50%;
  content: "";
}

.work-process-one__gradiant-left {
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 5%;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(-45deg, rgba(var(--laboix-base-rgb, 2, 25, 54), 1) 0%, rgba(var(--laboix-black-rgb, 0, 0, 0), 1) 100%) 1;
}

.work-process-one__gradiant-right {
  height: 100%;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 5%;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(-45deg, rgba(var(--laboix-black-rgb, 0, 0, 0), 1) 0%, rgba(var(--laboix-base-rgb, 2, 25, 54), 1) 100%) 1;
}

.work-process-one__item {
  position: relative;
  counter-increment: count;
  margin-bottom: 30px;
}

.work-process-one__item__thumb {
  display: inline-block;
  width: 202px;
  height: 202px;
  border: 2px solid var(--laboix-base, #021936);
  background-color: var(--laboix-white, #fff);
  border-radius: 50%;
  padding: 5px;
  position: relative;
  margin-bottom: 30px;
}

.work-process-one__item__thumb-wrap {
  background-color: var(--laboix-black, #000);
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.work-process-one__item__thumb-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background: rgba(var(--laboix-white-rgb, 255, 255, 255), 0.2);
  border-radius: 50%;
  transition: all 500ms linear;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}

.work-process-one__item__thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  opacity: 0.3;
}

.work-process-one__item__thumb__number {
  width: 67px;
  height: 67px;
  background-color: var(--laboix-base, #021936);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--laboix-white, #fff);
  font-family: var(--laboix-heading-font, "Lexend", sans-serif);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: -9px;
  top: 5px;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.work-process-one__item__thumb__number::before {
  content: counters(count, ".", decimal-leading-zero);
  position: absolute;
  top: -6px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-process-one__item__thumb__icon {
  width: 60px;
  height: 60px;
  font-size: 60px;
  color: var(--laboix-base, #021936);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.work-process-one__item:hover .work-process-one__item__thumb-wrap::after {
  -webkit-animation: zoom-hover 0.95s;
  animation: zoom-hover 0.95s;
}

.work-process-one__item:hover .work-process-one__item__thumb__number {
  transform: scale(0.95);
}

.work-process-one__item__content {
  position: relative;
  box-shadow: 0px 0px 60px 0px rgba(var(--laboix-black-rgb, 0, 0, 0), 0.07);
  background-color: var(--laboix-white, #fff);
  border-radius: 100px;
  padding: 24px 20px 26px;
}

.work-process-one__item__content::after {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 10px 25px;
  border-color: transparent transparent var(--laboix-white, #fff) transparent;
}

.work-process-one__item__title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.work-process-one__item__text {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}

/*# sourceMappingURL=laboix.css.map */
.footer-widget__logo img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.choose-us-two__icon img {
  width: 80px;
}

.title-person h2 {}

.title-person p {
  font-size: 20px;
  line-height: 44px;
}

.personal-container {
  margin-bottom: 30px;
}

.personal-container:nth-child(odd) {
  flex-direction: row-reverse;
  text-align: end;
}

/************************************/
/***         04. Hero css	      ***/
/************************************/

.hero {
  position: relative;
  background: url('../images/hero-bg.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 250px 0 190px;
  position: relative;
  top: -156px;
  margin-bottom: -125px;
}

.hero::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(270deg, rgba(23, 44, 69, 0.00) 0%, rgba(23, 44, 69, 0.80) 60.83%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero.hero-video .hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.hero.hero-video .hero-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero.hero-slider-layout {
  background: none;
  padding: 0;
}

.hero.hero-slider-layout .hero-slide {
  position: relative;
  padding: 250px 0 190px;
}

/* Medical Tests Live Search Styles */
.test-search-section {
  position: relative;
  z-index: 10;
  margin-top: -50px;
  /* Overlap with header slightly if needed, or adjust */
}

.test-search-filter-wrapper {
  background: #fff;
  padding: 10px;
  border-radius: 60px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
}

.test-search-filter {
  position: relative;
  display: flex;
  align-items: center;
}

.test-search-filter input {
  width: 100%;
  border: none;
  padding: 18px 60px 18px 30px;
  border-radius: 50px;
  font-size: 16px;
  color: var(--laboix-base, #021936);
  outline: none;
  background: #f8fbf9;
  transition: all 0.3s ease;
}

.test-search-filter input:focus {
  background: #fff;
  box-shadow: inset 0 0 0 2px var(--laboix-secondary, #2a5c34);
}

.test-search-filter .search-icon {
  position: absolute;
  right: 25px;
  font-size: 20px;
  color: var(--laboix-secondary, #2a5c34);
  pointer-events: none;
}

.test-item {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.test-item[style*="display: none"] {
  opacity: 0;
  transform: scale(0.9);
}

@media (max-width: 767px) {
  .test-search-filter input {
    padding: 15px 50px 15px 20px;
    font-size: 14px;
  }
}

/* Branches Page Specific Styles */
.branch-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--laboix-base, #021936);
  margin-bottom: 5px;
}

.branch-map-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--laboix-secondary, #2a5c34);
  text-decoration: none;
  transition: all 0.3s ease;
}

.branch-map-link i {
  margin-right: 5px;
}

.branch-map-link:hover {
  color: var(--laboix-base, #021936);
  transform: translateX(5px);
}

.service-details__inner-item .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* File Upload Styles */
.file-upload-container {
  display: flex;
  align-items: center;
  background-color: var(--laboix-border-color2, #F3F3F3);
  padding: 10px 30px;
  height: 60px;
  gap: 15px;
}

.file-upload-label {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--laboix-base, #021936);
  color: #fff;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 0;
  border-radius: 4px;
}

.file-upload-label:hover {
  background-color: var(--laboix-secondary, #2a5c34);
}

.file-upload-label i {
  font-size: 16px;
}

.file-name {
  color: var(--laboix-text, #6A6A6A);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

li.footer-widget__info__item {
  display: flex;
  align-items: center;
  gap: 5px;
}

li.footer-widget__info__item {
  margin: 0;
}


/* Branch & City Filter Styling */
.branch-tab-btn {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  color: #555;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
}

.branch-tab-btn:hover {
  border-color: var(--laboix-secondary, #2a5c34);
  color: var(--laboix-secondary, #2a5c34);
  transform: translateY(-2px);
}

.branch-tab-btn.active {
  background: var(--laboix-base, #021936);
  color: #fff;
  border-color: var(--laboix-base, #021936);
  box-shadow: 0 8px 20px rgba(2, 25, 54, 0.2);
}

.branch-tab-btn .badge {
  background: rgba(0, 0, 0, 0.1);
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 20px;
  font-weight: 700;
  color: #000;
}

.branch-tab-btn.active .badge {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.branch-card {
  transition: all 0.4s ease;
  overflow: hidden;
}

.branch-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1) !important;
}

.branch-map iframe {
  filter: grayscale(0.2);
  transition: filter 0.3s ease;
}

.branch-card:hover .branch-map iframe {
  filter: grayscale(0);
}

.branch-header h4 {
  color: var(--laboix-base, #021936);
  transition: color 0.3s ease;
}

.branch-card:hover .branch-header h4 {
  color: var(--laboix-secondary, #2a5c34);
}

.service-details__inner-item {
  gap: 15px;
}

.information-width {
  width: 50%;
}

.service-details__inner-item iframe {
  height: 150px !important;
  margin-inline-start: auto;
  max-width: 200px !important;
}

.main-header {
  transition: background-color 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease;
}

.main-header__logo img {
  transition: all 0.4s ease-in-out;
}

.main-header.is-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(2, 25, 54, 0.98) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: headerSlideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  z-index: 99999;
}

@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.main-header.is-sticky .main-header__logo img {
  height: 75px !important;
  padding: 5px;
}

/* Adjustments for topbar spacing if needed */
.main-header.is-sticky .main-header__inner {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .main-header__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 !important;
    height: 70px !important;
    max-height: 70px !important;
  }

  .main-header__logo {
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  .main-header__logo img {
    height: 45px !important;
    width: auto !important;
    padding: 0 !important;
  }

  .main-header__right {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 0 !important;
    position: relative;
    left: 25px;
  }

  /* Reset lang pill for Mobile */
  .lang-pill {
    margin: 0 !important;
    padding: 2px !important;
  }

  .lang-pill__item {
    padding: 2px 8px !important;
    font-size: 11px !important;
  }

  .mobile-nav__btn {
    margin: 0 !important;
    display: flex !important;
  }

  /* Toggler Colors based on context */
  .main-header--home:not(.is-sticky) .mobile-nav__toggler span {
    background-color: #fff !important;
  }

  .main-header--inner:not(.is-sticky) .mobile-nav__toggler span {
    background-color: var(--laboix-white, #021936) !important;
  }

  .main-header.is-sticky .mobile-nav__toggler span {
    background-color: #fff !important;
  }

  .custom-cursor.locked .main-header {
    z-index: 10001;
  }

  .mobile-nav__content .logo-box img {
    width: 70px;
  }

  .laboix-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .section-title h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .hero {
    padding: 164px 0 30px;
  }

  .hero-video video {
    height: 100% !important;
  }

  .blog-card__content {
    padding: 67px 20px 25px 20px;
  }

  .about-two__left {
    margin-left: 0px;
    margin-right: 66px;
  }

  .choose-us-two__list__item {
    padding: 22px 17px 20px;
    gap: 14px;
    flex-direction: column;
  }

  .choose-us-two__list {
    padding: 0;
  }

  .our-work__item__content::after {
    width: 100%;
    height: 4px;
    top: unset;
    bottom: -14px;
  }

  .our-work__item__shape {
    top: unset;
    bottom: -56px;
    transform: rotate(270deg);
    left: calc(50% - 20px) !important;
  }

  .team-card__content__inner,
  .title-person {
    text-align: start;
  }

  .team-card__content__inner {
    padding: 17px 15px 17px;
    gap: 5px;
  }

  .title-person h2 {
    font-size: 21px;
  }

  .title-person p {
    font-size: 14px;
    line-height: 30px;
  }

  .service-two {
    padding: 20px 0px;
  }

  .main-header.is-sticky .main-header__logo img {
    height: 45px !important;
  }

  .service-details__inner-item iframe {
    height: 130px !important;
    max-width: 130px !important;
  }

  .service-details__inner-item .item__dec {
    font-size: 12px;
  }

  .service-details__inner-item .item-icon {
    min-width: 42px;
    width: 42px;
  }

  .service-details__inner-item {
    gap: 8px;
  }

  .branch-map-link {
    font-size: 12px;
  }

  .service-two__item {
    padding: 0px 10px 26px;
  }

  .team-card__content {
    margin-left: 24px;
    margin-right: 15px;
  }

  .main-footer__inner {
    padding: 20px 0px 20px 0px;
  }

  .section-title p {
    color: #f4f4f4;
  }

  .about-two__left {
    margin-right: 50px !important;
    margin-left: -50px !important;
  }
}

@media (max-width: 767px) {
  .about-two {
    padding: 5px 0px;
  }
}