@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
:root {
  --bemox-font: "Roboto", sans-serif;
  --bemox-heading-font: "Space Grotesk", sans-serif;
  --bemox-text: #636363;
  --bemox-text-rgb: 99, 99, 99;
  --bemox-text-gray: #3E3E3E;
  --bemox-text-gray-rgb: 62, 62, 62;
  --bemox-text-gray2: #D1C7C7;
  --bemox-text-gray2-rgb: 209, 199, 199;
  --bemox-white: #fff;
  --bemox-white-rgb: 255, 255, 255;
  --bemox-base: #C3EE18;
  --bemox-base-rgb: 195, 238, 24;
  --bemox-primary: #222222;
  --bemox-primary-rgb: 34, 34, 34;
  --bemox-black: #000000;
  --bemox-black-rgb: 0, 0, 0;
  --bemox-black2: #131111;
  --bemox-black2-rgb: 19, 17, 17;
  --bemox-black3: #040404;
  --bemox-black3-rgb: 4, 4, 4;
  --bemox-black4: #333333;
  --bemox-black4-rgb: 51, 51, 51;
  --bemox-gray: #B9B9B9;
  --bemox-gray-rgb: 185, 185, 185;
  --bemox-border-color: #DDDDDD;
  --bemox-border-color-rgb: 221, 221, 221;
  --bemox-letter-space: 0.1em;
  --bemox-letter-space-xl: 0.2em;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.bemox-btn {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-black3, #040404);
  transition: 500ms;
  padding: 13.5px 30px 13.5px 20px;
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  border-radius: 100px;
  pointer-events: auto;
  gap: 13px;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.bemox-btn__icon {
  font-size: 12px;
  color: var(--bemox-black3, #040404);
  border: 1px solid var(--bemox-black3, #040404);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 23px;
  border-radius: 100px;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  overflow: hidden;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.bemox-btn__icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.bemox-btn__icon i:last-child {
  visibility: hidden;
  left: -40px;
  transform: translate(-50%, 0);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.bemox-btn:hover .bemox-btn__icon i {
  left: 200%;
}
.bemox-btn:hover .bemox-btn__icon i:last-child {
  transform: translate(-50%, -50%);
  left: 50%;
  visibility: visible;
}
.bemox-btn--black {
  background-color: var(--bemox-black3, #040404);
  color: var(--bemox-white, #fff);
}
.bemox-btn--black .bemox-btn__icon {
  border-color: var(--bemox-white, #fff);
  color: var(--bemox-white, #fff);
}
.bemox-btn--two {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-base, #C3EE18);
}
.bemox-btn--two .bemox-btn__icon {
  border-color: var(--bemox-white, #fff);
  color: var(--bemox-white, #fff);
}
.bemox-btn--white {
  color: #131111;
  background-color: var(--bemox-white, #fff);
}
.bemox-btn--white .bemox-btn__icon {
  border-color: #131111;
  color: #131111;
}

.bemox-btn__text {
  overflow: hidden;
}

.bemox-btn__text {
  display: flex;
}

.bemox-btn:hover .bemox-btn__text span {
  display: inline-block;
  opacity: 0;
  transition: none;
  transform: translateX(-10px) scale(1.2);
  will-change: transform, opacity;
}

.bemox-btn:hover .bemox-btn__text span.animate {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.bemox-circle-btn__wrapper a {
  width: 135px;
  height: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bemox-white, #fff);
  font-size: 30px;
  color: var(--bemox-black3, #040404);
  font-weight: 300;
  overflow: hidden;
}
.bemox-circle-btn__wrapper a .bemox-circle-btn__text {
  color: var(--bemox-primary, #222222);
  font-weight: 600;
  font-size: 16px;
  line-height: 138%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.5s ease-out;
}
@media (max-width: 1420px) {
  .bemox-circle-btn__wrapper a {
    font-size: 25px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .bemox-circle-btn__wrapper a {
    margin-left: auto;
    margin-right: auto;
  }
}
.bemox-circle-btn__wrapper a:hover {
  transform: scale(1.1);
  border-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
}
.bemox-circle-btn__wrapper a:hover .bemox-circle-btn__dot {
  width: 280px;
  height: 280px;
}
.bemox-circle-btn__wrapper a .bemox-circle-btn__dot {
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 0;
  height: 0;
  background-color: var(--bemox-base, #C3EE18);
  line-height: 20px;
  border-radius: 50%;
  transition: all 0.5s ease-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sec-title {
  position: relative;
  line-height: 1;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .sec-title {
    padding-bottom: 46px;
  }
}
.sec-title__tagline {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--bemox-black4, #333333);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.sec-title__tagline img {
  animation: rotateSVG 3s linear infinite;
}
@media (max-width: 767px) {
  .sec-title__tagline {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .sec-title__tagline {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .sec-title__tagline {
    font-size: 16px;
  }
}
.sec-title__title {
  margin: 0;
  font-weight: 700;
  font-size: 45px;
  line-height: 107%;
  color: #222222;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .sec-title__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sec-title__title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .sec-title__title {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .sec-title__title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .sec-title__title br {
    display: none;
  }
}
.sec-title .sec-title__title__shape {
  position: absolute;
  top: -34px;
  right: -43px;
}
.sec-title .sec-title__title__shape img {
  animation: float-bob-y-2 4s linear infinite;
}
@media (max-width: 767px) {
  .sec-title .sec-title__title__shape {
    display: none;
  }
}
.sec-title--white .sec-title__tagline,
.sec-title--white .sec-title__title {
  color: var(--bemox-white, #fff);
}
.sec-title--two .sec-title__tagline img {
  animation: none;
}
.sec-title--two .sec-title__title {
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
}
.sec-title--four .sec-title__tagline {
  color: var(--bemox-base, #C3EE18);
}
.sec-title--four .sec-title__tagline img {
  animation: slideLeft 3s linear infinite;
}
.sec-title--four .sec-title__tagline img:last-child {
  animation: slideRight 3s linear infinite;
}
.sec-title--five .sec-title__tagline {
  letter-spacing: 0.1em;
  color: var(--bemox-white, #fff);
}
.sec-title--five .sec-title__tagline img {
  animation: slideLeft 3s linear infinite;
}
.sec-title--five .sec-title__title {
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
}

.width-90 {
  width: 90px;
  display: block;
  height: 1px;
}

.sec-title-three {
  position: relative;
  line-height: 1;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .sec-title-three {
    padding-bottom: 46px;
  }
}
.sec-title-three__tagline {
  display: inline-block;
  margin-bottom: 18px;
}
.sec-title-three__tagline__text {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--bemox-base, #C3EE18);
  padding: 12px 29px 12px 45px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--bemox-black3, #040404);
}
@media (max-width: 767px) {
  .sec-title-three__tagline__text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .sec-title-three__tagline__text {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .sec-title-three__tagline__text {
    font-size: 16px;
  }
}
.sec-title-three__tagline__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bemox-base, #C3EE18);
  transform: translateX(calc(-100% + 18px));
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}
.sec-title-three__title {
  margin: 0;
  font-weight: 700;
  font-size: 45px;
  line-height: 107%;
  color: #222222;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .sec-title-three__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sec-title-three__title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .sec-title-three__title {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .sec-title-three__title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .sec-title-three__title br {
    display: none;
  }
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  color: var(--bemox-text, #636363);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--bemox-base, #C3EE18);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  color: var(--bemox-black, #000000);
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bemox-text, #636363);
  font-family: var(--bemox-font, "Roboto", sans-serif);
}
@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: var(--bemox-base, #C3EE18);
  border-radius: 100px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: visible;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.gutter-x-0 {
  --bs-gutter-x: 0px;
}

.section-space {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-top {
  padding-top: 130px;
}
@media (max-width: 767px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-bottom {
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

.bw-dark {
  background-color: #040404;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bemox-slick__carousel--with-shadow .slick-list {
  overflow: visible;
}
.bemox-slick__carousel--with-shadow .slick-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.bemox-slick__carousel--with-shadow .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.bemox-slick__carousel--basic-nav.slick-slider .slick-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.bemox-slick__carousel--basic-nav.slick-slider .slick-nav button {
  border: none;
  outline: none;
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--bemox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50%;
  color: var(--bemox-white, #fff);
  transition: all 500ms ease;
}
.bemox-slick__carousel--basic-nav.slick-slider .slick-nav button:hover {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-base, #C3EE18);
  border-color: var(--bemox-base, #C3EE18);
}
.bemox-slick__carousel--basic-nav.slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-top: 50px;
  list-style: none;
}
.bemox-slick__carousel--basic-nav.slick-slider .slick-dots button {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background-color: var(--bemox-black3, #040404);
  border: none;
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  margin: 0;
  transition: all 300ms ease;
}
.bemox-slick__carousel--basic-nav.slick-slider .slick-dots button::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  left: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid var(--bemox-base, #C3EE18);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bemox-slick__carousel--basic-nav.slick-slider .slick-dots button:hover {
  background-color: var(--bemox-base, #C3EE18);
}
.bemox-slick__carousel--basic-nav.slick-slider .slick-dots button:hover::after {
  transform: scale(1);
}
.bemox-slick__carousel--basic-nav.slick-slider .slick-dots li.slick-active button {
  background-color: var(--bemox-base, #C3EE18);
}
.bemox-slick__carousel--basic-nav.slick-slider .slick-dots li.slick-active button::after {
  transform: scale(1);
}
.bemox-slick__carousel--basic-nav.slick-slider .slick-dots.disabled {
  display: none;
}
.bemox-slick__carousel--basic-nav.slick-slider .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.bemox-slick__carousel--basic-nav.slick-slider .owl-nav.disabled {
  display: none;
}

.bemox-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.bemox-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.bemox-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.bemox-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.bemox-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--bemox-black3, #040404);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  color: var(--bemox-black3, #040404);
  transition: all 500ms ease;
}
.bemox-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-base, #C3EE18);
  border-color: var(--bemox-base, #C3EE18);
}
.bemox-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.bemox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  background-color: rgba(var(--bemox-text-rgb, 99, 99, 99), 0.4);
  border: none;
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  margin: 0;
  transition: all 300ms ease;
}
.bemox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.bemox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .bemox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--bemox-base, #C3EE18);
}
.bemox-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled {
  display: none;
}
.bemox-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.bemox-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  background-color: var(--bemox-black2, #131111);
}
.bootstrap-select .dropdown-item {
  color: var(--bemox-white, #fff);
}
.bootstrap-select .dropdown-item:hover {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-primary, #222222);
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-primary, #222222);
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--bemox-black, #000000);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--bemox-base, #C3EE18);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

/* Scroll To Top */
#scroll-percentage {
  position: absolute;
}

.scroll-top {
  height: 60px;
  width: 60px;
  background-color: var(--bemox-white, #fff);
  border-radius: 50%;
  position: fixed;
  bottom: 35px;
  right: 30px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 100;
}

.scroll-top.active {
  bottom: 40px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: 500ms ease-in-out 0s normal none 1 running scroll-Top;
  transition: 0.3s;
}

.scroll-top-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-black3, #040404);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 600;
}

.scroll-top-value i {
  font-size: 20px;
}

@-webkit-keyframes scroll-Top {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scroll-Top {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/* post paginations */
.post-pagination {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.post-pagination--mt0 {
  margin-top: 0px;
}
.post-pagination a {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: var(--bemox-base, #C3EE18);
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 400ms ease;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--bemox-black4, #333333);
}
.post-pagination a.active, .post-pagination a:hover {
  background-color: var(--bemox-black3, #040404);
  color: var(--bemox-white, #fff);
  border-color: var(--bemox-base, #C3EE18);
}
.post-pagination .dots {
  color: var(--bemox-black, #000000);
  font-size: 16px;
  font-weight: 500;
  margin: 0 13px;
}

.blog-list .post-pagination,
.blog-grid-left .post-pagination,
.blog-grid-right .post-pagination {
  justify-content: flex-start;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--bemox-black, #000000);
  color: var(--bemox-white, #fff);
  font-family: var(--bemox-font, "Roboto", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--bemox-font, "Roboto", sans-serif);
}
.ui-datepicker-calendar td {
  background-color: var(--bemox-gray, #B9B9B9);
  background-image: none;
  font-family: var(--bemox-font, "Roboto", sans-serif);
  color: var(--bemox-text, #636363);
}
.ui-datepicker-calendar td a {
  border-color: var(--bemox-border-color, #DDDDDD);
  background-color: var(--bemox-gray, #B9B9B9);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--bemox-border-color, #DDDDDD);
  background-color: var(--bemox-gray, #B9B9B9);
  background-image: none;
  color: var(--bemox-text, #636363);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-base, #C3EE18);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-base, #C3EE18);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--bemox-white, #fff);
  color: var(--bemox-black, #000000);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

.bw-animated-right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: none !important;
  transition: all 0.8s !important;
  transition-delay: 0.3s !important;
  transform: none !important;
  opacity: 1 !important;
}

.bw-animated-right.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bw-animated-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: none !important;
  transition: all 0.9s !important;
  transition-delay: 0.4s !important;
  opacity: 1 !important;
  transform: none !important;
}

.bw-animated-left.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bw-animated-top {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: none !important;
  transition: all 0.9s !important;
  transition-delay: 0.4s !important;
  opacity: 1 !important;
  transform: none !important;
}

.bw-animated-top.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bw-blur-bottom {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 70px;
  left: 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
  -webkit-mask: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%) add;
  mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
  mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
  overflow: visible;
  position: fixed;
  right: 0;
  pointer-events: none;
  z-index: 999;
}

/* cursor text */
.custom-cursor-text {
  position: fixed;
  top: 0;
  left: 0;
  width: 155px;
  height: 155px;
  border-radius: 100px;
  pointer-events: none;
  opacity: 0;
  z-index: 9999;
  transform: translate(-50%, -50%) scale(0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--bemox-base, #C3EE18);
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
}
.custom-cursor-text .cursor-label {
  margin-bottom: 12px;
}
.custom-cursor-text--dark {
  color: var(--bemox-white, #fff);
}

.img-container {
  overflow: hidden;
}

.img-container img {
  width: 100%;
  height: 130%;
  object-fit: cover;
  will-change: transform;
}

.bw-split-text-two > div,
.bw-split-text > div {
  display: inline-block;
  background-size: 200% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to left, rgba(var(--bemox-black-rgb, 19, 19, 19), 0.1) 50%, var(--bemox-black, #131313) 50%);
}

.bw-split-text-two > div {
  display: inline-block;
  background-size: 200% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to left, rgba(var(--bemox-black-rgb, 19, 19, 19), 0.1) 50%, var(--bemox-black, #131313) 50%);
}

.bw-split-text-two > div:first-child {
  padding-left: var(--line-padding, 0);
}

@media (max-width: 991px) {
  .bw-split-text-two > div:first-child {
    padding-left: var(--line-padding-mobile, 0);
  }
}
.service-five__sec-title > .bw-split-text > div {
  background-image: linear-gradient(to left, var(--bemox-black3, #040404) 50%, var(--bemox-base, #C3EE18) 50%);
}

.sec-title--five > .bw-split-text-two > div {
  background-image: linear-gradient(to left, #393939 50%, var(--bemox-white, #ffffff) 50%);
}

.why-choose-five__sec-title > .bw-split-text > div {
  background-image: linear-gradient(to left, #222222 50%, var(--bemox-white, #ffffff) 50%);
}

.why-choose-five__title.bw-split-text-two > div {
  background-image: linear-gradient(to left, #222222 50%, var(--bemox-white, #ffffff) 50%);
}

.border-title > .bw-split-text > div {
  background-image: linear-gradient(to left, rgba(var(--bemox-white-rgb, 19, 19, 19), 0.1) 50%, var(--bemox-black, #131313) 50%);
}

/* 🔥 BASE STYLE */
.bw-split-text-three > div {
  display: inline-block;
  background-size: 200% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-image: linear-gradient(to left, var(--bw3-bg-start, rgba(19, 19, 19, 0.1)) 50%, var(--bemox-base, #6C43E3) 50%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--bemox-base, #ffffff);
}

/* 🔥 OPTIONAL THEME CONTROL */
.bw-split-text-three {
  --bw3-bg-start: rgba(19,19,19,0.1);
  --bw3-bg-end: #6C43E3;
  --bw3-stroke-start: #ffffff;
  --bw3-stroke-end: #6C43E3;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--bemox-white, #fff);
  z-index: 99999999999999;
}
.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: var(--bemox-black3, #040404);
}
.loader-wrap .loader-wrap-heading .load-text {
  font-size: 120px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--bemox-black3, #040404);
  z-index: 20;
}
@media (max-width: 767px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 50px;
  }
}
.loader-wrap .load-text span {
  -webkit-animation: bw-loading 1s infinite alternate;
  animation: bw-loading 1s infinite alternate;
  color: #ffffff;
}
.loader-wrap .load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loader-wrap .load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.loader-wrap .load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loader-wrap .load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loader-wrap .load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loader-wrap .load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loader-wrap .load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes bw-loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bw-loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**CUSTOM CURSOR SETUP**/
/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.video-area__thumb {
  height: 767px;
  width: 100%;
}
@media (max-width: 1199px) {
  .video-area__thumb {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .video-area__thumb {
    height: 500px;
  }
}
.video-area__thumb img {
  margin-left: -10%;
  object-fit: cover;
  width: 100%;
  height: 767px;
}
@media (max-width: 1199px) {
  .video-area__thumb img {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .video-area__thumb img {
    height: 500px;
  }
}
.video-area__inner {
  position: absolute;
  bottom: 0;
  left: 62%;
  width: 365px;
  height: 355px;
  background: var(--bemox-base, #C3EE18);
  border-radius: 10px 10px 0px 0px;
  margin-right: 0;
  margin-left: auto;
  padding: 42px 40px 30px;
  z-index: 1;
}
@media (max-width: 991px) {
  .video-area__inner {
    left: auto;
    right: 0;
  }
}
@media (max-width: 575px) {
  .video-area__inner {
    padding: 30px;
    width: 100%;
    height: auto;
  }
}
.video-area__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 68px;
  height: 76px;
  background-color: var(--bemox-base, #C3EE18);
  left: -67px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 575px) {
  .video-area__inner::after {
    display: none;
  }
}
.video-area .video-area__text {
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 159%;
  color: var(--bemox-black, #000000);
  border-bottom: 1px solid var(--bemox-black4, #333333);
  padding-bottom: 54px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .video-area .video-area__text {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}
.video-area__video {
  display: flex;
  align-items: center;
  gap: 20px;
}
.video-area__icon {
  max-width: 58px;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bemox-black4, #333333);
  font-size: 21px;
  color: var(--bemox-base, #C3EE18);
  position: relative;
  z-index: 1;
}
.video-area__icon::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  border: 3px solid var(--bemox-base, #C3EE18);
}
.video-area__title {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-weight: 700;
  font-size: 16px;
  line-height: 156%;
  color: var(--bemox-primary, #222222);
  display: block;
}

.video-area-four {
  position: relative;
  z-index: 1;
}
.video-area-four__inner {
  overflow: hidden;
  border-radius: 0 0 1000px 1000px;
}
.video-area-four__thumb {
  position: relative;
  z-index: 1;
}
.video-area-four__thumb::after {
  content: "";
  position: absolute;
  bottom: -163px;
  left: 50%;
  transform: translateX(-50%);
  width: 336px;
  height: 336px;
  border-radius: 50%;
  background-color: var(--bemox-base, #C3EE18);
}
.video-area-four__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.video-area-four__content .video-area-four__video {
  max-width: 58px;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bemox-white, #fff);
  font-size: 21px;
  color: var(--bemox-base, #C3EE18);
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.video-area-four__content .video-area-four__video::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  border: 3px solid var(--bemox-base, #C3EE18);
}
.video-area-four__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 114%;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
}
.video-area-four__shape {
  position: absolute;
  right: 0;
  right: 0%;
  z-index: -1;
}
@media (max-width: 767px) {
  .video-area-four__shape {
    display: none;
  }
}
.video-area-four__shape img {
  animation: rotateSVG 3s linear infinite;
}
@media (max-width: 1400px) {
  .video-area-four__shape img {
    width: 200px;
    object-fit: cover;
  }
}

.team-area-two {
  position: relative;
}
.team-area-two__top {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .team-area-two__top {
    padding-bottom: 80px;
  }
}
.team-area-two__top .sec-title {
  padding-bottom: 0;
}
.team-area-two__top__btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .team-area-two__top__btn {
    justify-content: start;
  }
}

.team-card-two {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  margin-bottom: 40px;
}
.team-card-two__thumb {
  position: relative;
  z-index: 1;
}
.team-card-two__thumb img {
  object-fit: cover;
  width: 100%;
}
.team-card-two__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bemox-black3, #040404);
  transition: all 0.4s ease-in-out;
}
.team-card-two__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(115, 115, 115, 0) 0%, #C7F316 87.91%);
}
.team-card-two__content {
  position: absolute;
  bottom: 25px;
  left: 29px;
  z-index: 1;
}
.team-card-two__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
}
.team-card-two__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card-two__name a:hover {
  background-size: 100% 1px;
}
.team-card-two__deg {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}
.team-card-two__social {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  cursor: pointer;
}
.team-card-two__social__box {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 400;
  color: var(--bemox-black3, #040404);
  transition: all 0.4s ease-in-out;
  background-color: var(--bemox-base, #C3EE18);
  position: relative;
  z-index: 2;
}
.team-card-two__social__inner {
  display: flex;
  align-items: center;
  gap: 9px;
  transform: translateX(-110%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.team-card-two__social__inner a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  background-color: var(--bemox-white, #fff);
  color: var(--bemox-black3, #040404);
  transition: all 0.4s ease-in-out;
}
.team-card-two__social__inner a:hover {
  background-color: var(--bemox-base, #C3EE18);
}
.team-card-two__social:hover .team-card-two__social__box {
  transform: rotate(45deg);
}
.team-card-two__social:hover .team-card-two__social__inner {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.team-card-two .svg-wrap {
  position: absolute;
  bottom: 15px;
  right: 14px;
  z-index: 1;
}
.team-card-two .svg-wrap {
  display: inline-block;
  animation: rotateSVG 10s linear infinite;
  animation-delay: 1s;
}
.team-card-two .p1 {
  animation: slideLeft 3s ease-in-out infinite;
}
.team-card-two .p2 {
  animation: slideRight 3s ease-in infinite;
  transition: all 0.4s ease-in-out;
}
.team-card-two .team-card-two__shape {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  border: 17px solid var(--bemox-black3, #040404);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}
.team-card-two .team-card-two__shape .team-card-two__dot {
  position: absolute;
  top: 27px;
  left: -17px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: var(--bemox-base, #C3EE18);
}
.team-card-two:hover {
  margin-top: -40px;
}
.team-card-two:hover .team-card-two__thumb::after {
  visibility: hidden;
  opacity: 0;
}
.team-card-two:hover .team-card-two__name,
.team-card-two:hover .team-card-two__deg {
  color: var(--bemox-black3, #040404);
}
.team-card-two:hover .p2 {
  fill: var(--bemox-black, #000000);
}
.team-card-two:hover .team-card-two__shape {
  margin-bottom: -40px;
}

.team-three {
  position: relative;
}
.team-three .sec-title-three {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.team-three__item {
  position: relative;
  z-index: 1;
  background-color: var(--bemox-black3, #040404);
  border-radius: 600px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .team-three__item {
    text-align: center;
  }
}
.team-three__item img {
  object-fit: cover;
  filter: grayscale(100%);
  position: relative;
  transition: all 0.4s ease-in-out;
  height: 538px;
}
@media (max-width: 1199px) and (min-width: 768px), (max-width: 425px) {
  .team-three__item img {
    height: 380px;
    text-align: center;
  }
}
.team-three__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(115, 115, 115, 0) 0%, #C7F316 87.91%);
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.team-three__item::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 17px;
  height: 67px;
  border-radius: 20px;
  background-color: var(--bemox-base, #C3EE18);
  transition: all 0.4s ease-in-out;
  opacity: 0.35;
}
.team-three__item:hover img {
  filter: grayscale(0%);
}
.team-three__item:hover::after {
  visibility: visible;
  opacity: 1;
}
.team-three__item:hover::before {
  top: -10px;
  opacity: 1;
}
.team-three__item:hover .team-three__social {
  transform: translateX(-50%) translateY(0);
  visibility: visible;
  opacity: 1;
}
.team-three__author {
  text-align: center;
  padding-top: 70px;
  position: relative;
  margin-bottom: -20px;
}
.team-three__author .team-three__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
}
.team-three__author .team-three__designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
}
.team-three__social {
  position: absolute;
  bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  gap: 10px;
  transform: translateX(-50%) translateY(100px);
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.team-three__social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  background-color: var(--bemox-white, #fff);
  color: var(--bemox-black3, #040404);
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}
.team-three__social a:hover {
  background-color: var(--bemox-black3, #040404);
  color: var(--bemox-white, #fff);
}
.team-three__social a:nth-child(1), .team-three__social a:nth-child(5) {
  margin-top: -65px;
}
.team-three__social a:nth-child(3) {
  margin-left: 7px;
  margin-right: 7px;
}
.team-three__social a:nth-child(2), .team-three__social a:nth-child(4) {
  margin-top: -25px;
}

.team-five {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #363636;
}
.team-five__top {
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .team-five__top {
    padding-bottom: 50px;
  }
}
.team-five__top .sec-title {
  padding-bottom: 0;
}
.team-five__top .sec-title .sec-title__tagline {
  margin-bottom: 13px;
}
.team-five__top .team-five__top__btn {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .team-five__top .team-five__top__btn {
    margin-top: 57px;
  }
}
.team-five__item {
  background-color: #232323;
  position: relative;
  z-index: 1;
  border-radius: 1000px 1000px 0 0;
  padding: 24px;
  padding-bottom: 1px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.team-five__item::after, .team-five__item::before {
  content: "";
  position: absolute;
  height: 60px;
  width: calc(50% + 50px);
  background-color: var(--bemox-black3, #040404);
  bottom: -0.99px;
  left: -0.99px;
  z-index: -1;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.team-five__item::before {
  left: auto;
  right: -0.99px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.team-five__item__thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.team-five__item__thumb::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
  border-radius: 50%;
  background-color: var(--bemox-white, #fff);
  z-index: -2;
  transition: all 0.4s ease-in-out;
}
.team-five__item__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(var(--bemox-black3-rgb, 4, 4, 4), 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.team-five__item__thumb img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.team-five__item__thumb__border::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  width: calc(100% + 13px);
  height: 5px;
  background-color: var(--bemox-base, #C3EE18);
  z-index: -1;
  transform: scale(0.5);
  transition: all 0.4s ease-in-out;
}
.team-five__item__thumb__border::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  height: calc(100% + 12px);
  width: 5px;
  background-color: var(--bemox-base, #C3EE18);
  z-index: -1;
  transform: scale(0.5);
  transition: all 0.4s ease-in-out;
}
.team-five__item__thumb__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateX(90deg);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.team-five__item__thumb__social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bemox-white, #fff);
  font-size: 17px;
  color: var(--bemox-black3, #040404);
  transition: all 0.4s ease-in-out;
}
.team-five__item__thumb__social a:hover {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
}
.team-five__item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 6px;
  text-align: center;
}
.team-five__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-five__item__title a:hover {
  background-size: 100% 1px;
}
.team-five__item__dec {
  text-align: center;
  font-weight: 400;
  margin-bottom: 23px;
  transition: all 0.4s ease-in-out;
}
.team-five__item__social-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.team-five__item .team-five__item__shape {
  width: 198px;
  height: 198px;
  border-radius: 50%;
  position: absolute;
  top: -74px;
  left: -46px;
  background-color: var(--bemox-base, #C3EE18);
  transition: all 0.4s ease-in-out;
  z-index: -2;
}
.team-five__item:hover .team-five__item__shape {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
}
.team-five__item:hover .team-five__item__social-box {
  background-color: var(--bemox-white, #fff);
  transform: rotate(45deg);
  color: var(--bemox-base, #C3EE18);
}
.team-five__item:hover .team-five__item__title,
.team-five__item:hover .team-five__item__dec {
  color: var(--bemox-white, #fff);
}
.team-five__item:hover .team-five__item__thumb__border::before, .team-five__item:hover .team-five__item__thumb__border::after {
  transform: scale(1);
}
.team-five__item:hover .team-five__item__thumb::before {
  opacity: 1;
  visibility: visible;
}
.team-five__item:hover .team-five__item__thumb__social {
  transform: translate(-50%, -50%) rotateX(0deg);
}
.team-five__carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
  list-style: none;
  padding: 0;
}
.team-five__carousel .owl-dots span {
  display: none;
}
.team-five__carousel .owl-dots button {
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  background-color: var(--bemox-black3, #040404);
  border: none;
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  margin: 0;
  transition: all 300ms ease;
}
.team-five__carousel .owl-dots button::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: transparent;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  border: 2px solid var(--bemox-white, #fff);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-five__carousel .owl-dots button.active, .team-five__carousel .owl-dots button:hover {
  background-color: var(--bemox-base, #C3EE18);
}
.team-five__carousel .owl-dots button.active::after, .team-five__carousel .owl-dots button:hover::after {
  border-color: var(--bemox-base, #C3EE18);
}

.blog-list-card {
  position: relative;
  z-index: 1;
}
.blog-list-card__image {
  position: relative;
  overflow: hidden;
  display: block;
}
.blog-list-card__image img {
  object-fit: cover;
  width: 100%;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.blog-list-card__image__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bemox-black3-rgb, 4, 4, 4), 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-25%);
  z-index: 1;
  transition: opacity 500ms ease 0ms, transform 500ms ease 0ms;
}
.blog-list-card__image__link::before, .blog-list-card__image__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--bemox-white, #fff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-list-card__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-list-card__content {
  padding-top: 30px;
}
.blog-list-card__meta {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}
.blog-list-card__category {
  color: var(--bemox-black4, #333333);
  border-radius: 30px;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  padding: 7px 21px;
  background-color: var(--bemox-base, #C3EE18);
  transition: all 0.4s ease-in-out;
}
.blog-list-card__category:hover {
  background-color: var(--bemox-black, #000000);
  color: var(--bemox-white, #fff);
}
.blog-list-card__info__date {
  margin: 0;
}
.blog-list-card__info {
  display: flex;
  align-items: center;
}
.blog-list-card__info__text {
  margin: 0;
  position: relative;
  color: var(--bemox-text, #636363);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  font-family: var(--bemox-font, "Roboto", sans-serif);
}
.blog-list-card__info__text:not(:last-child)::after {
  content: "/";
  margin-left: 6px;
  margin-right: 6px;
  font-size: 16px;
  color: var(--bemox-text, #636363);
  font-weight: 400;
}
.blog-list-card__info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-list-card__info__text a:hover {
  background-size: 100% 1px;
}
.blog-list-card__info__text a:hover {
  color: var(--bemox-base, #C3EE18);
}
.blog-list-card__comment {
  margin: 0;
  position: relative;
  color: var(--bemox-text, #636363);
  font-size: 16px;
  font-weight: 400;
  line-height: 168%;
  text-transform: capitalize;
}
.blog-list-card__comment a {
  color: inherit;
}
.blog-list-card__comment a:hover {
  color: var(--bemox-base, #C3EE18);
}
.blog-list-card__comment__icon {
  margin-right: 5px;
}
.blog-list-card__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  text-transform: capitalize;
  margin-bottom: 12px;
  max-width: 682px;
  width: 100%;
  color: var(--bemox-black, #000000);
}
.blog-list-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-list-card__title a:hover {
  background-size: 100% 1px;
}
.blog-list-card__title a:hover {
  color: var(--bemox-base, #C3EE18);
}
.blog-list-card__text {
  margin-bottom: 40px;
  max-width: 710px;
  width: 100%;
}
.blog-list-card:hover .blog-list-card__image img {
  transform: scale(1.1);
}
.blog-list-card:hover .blog-list-card__image .blog-list-card__image__link {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.blog-list-card:hover .blog-list-card__image::after {
  transform: translate(0%, 0%);
  opacity: 1;
  visibility: visible;
}

.blog-card-two {
  position: relative;
  z-index: 1;
}
.blog-card-two__thumb {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.blog-card-two__thumb img {
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .blog-card-two__thumb {
    margin-bottom: 15px;
  }
}
.blog-card-two__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.blog-card-two__link__icon {
  width: 55.22px;
  height: 31.75px;
  border: 1px solid var(--bemox-black, #000000);
  border-radius: 100px;
  font-size: 18px;
  color: var(--bemox-black, #000000);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: normal;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.blog-card-two__link__icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.blog-card-two__link__icon i:last-child {
  visibility: hidden;
  left: -40px;
  transform: translate(-50%, 0);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.blog-card-two__link__icon:hover i {
  left: 200%;
}
.blog-card-two__link__icon:hover i:last-child {
  transform: translate(-50%, -50%);
  left: 50%;
  visibility: visible;
}
.blog-card-two__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(115, 115, 115, 0) 0%, #C7F316 87.91%);
  transition: all 0.4s ease-in-out;
}
.blog-card-two__user {
  display: inline-flex;
  align-items: center;
  background-color: var(--bemox-base, #C3EE18);
  border-radius: 50px;
  padding: 0 25px 0 0;
  gap: 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  transition: all 0.4s ease-in-out;
}
.blog-card-two__user img {
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--bemox-white, #fff);
}
.blog-card-two__user .user__name {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--bemox-primary, #222222);
  margin-bottom: 0;
}
.blog-card-two__content {
  position: relative;
  z-index: 1;
  padding-left: 54px;
}
@media (max-width: 1199px) {
  .blog-card-two__content {
    padding-left: 0;
  }
}
.blog-card-two__date {
  background-color: var(--bemox-black3, #040404);
  width: 54px;
  height: auto;
  text-align: center;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: var(--bemox-white, #fff);
  padding: 11px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .blog-card-two__date {
    top: -89px;
  }
}
.blog-card-two__date span {
  margin-top: 11px;
  padding: 4px 0 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  color: var(--bemox-black4, #333333);
  background-color: var(--bemox-base, #C3EE18);
  display: block;
  transition: all 0.4s ease-in-out;
}
.blog-card-two__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 18px 11px;
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
  margin-bottom: 13px;
}
@media (max-width: 1199px) {
  .blog-card-two__meta {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-card-two .tag {
  font-weight: 500;
  font-size: 16px;
  color: var(--bemox-black, #000000);
  text-transform: uppercase;
}
.blog-card-two .massage {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--bemox-text, #636363);
}
.blog-card-two__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 20px;
}
.blog-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-two__title a:hover {
  background-size: 100% 1px;
}
@media (max-width: 1199px) {
  .blog-card-two__title {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-card-two__arrow {
  position: absolute;
  top: -5%;
  left: 47%;
  font-size: 40px;
  color: var(--bemox-text, #636363);
  line-height: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .blog-card-two__arrow {
    display: none;
  }
}
.blog-card-two:hover .blog-card-two__link {
  visibility: visible;
  opacity: 1;
}
.blog-card-two:hover .blog-card-two__thumb img {
  transform: scale(1.1);
}
.blog-card-two:hover .blog-card-two__user .user-image img {
  transform: scale(1);
}
.blog-card-two:hover .blog-card-two__user {
  background-color: var(--bemox-white, #fff);
}
.blog-card-two:hover .blog-card-two__date {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-primary, #222222);
}
.blog-card-two:hover .blog-card-two__date .month {
  background-color: var(--bemox-primary, #222222);
  color: var(--bemox-white, #fff);
}
.blog-card-two:hover .blog-card-two__arrow {
  color: var(--bemox-base, #C3EE18);
}

.blog-area-two {
  position: relative;
  z-index: 1;
}
.blog-area-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.blog-card {
  position: relative;
  z-index: 1;
}
.blog-card__image {
  margin-bottom: 25px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.blog-card__image img {
  object-fit: cover;
  width: 100%;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.blog-card__content__inner {
  position: relative;
  z-index: 1;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
  margin-bottom: 20px;
}
.blog-card__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-transform: capitalize;
  color: var(--bemox-black, #000000);
  margin-bottom: 0;
  padding-left: 47px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 375px) {
  .blog-card__title {
    font-size: 20px;
  }
}
.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__title a:hover {
  background-size: 100% 1px;
}
.blog-card__news {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  border-radius: 10px;
  padding: 6px 5px;
  display: inline-block;
  position: absolute;
  top: 38%;
  left: 0;
  transform: rotate(-180deg) translateY(50%);
  writing-mode: vertical-rl;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.blog-card__news::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--bemox-base, #C3EE18);
  transform: translateY(-50%) rotate(45deg);
  right: 50%;
  bottom: 13px;
  z-index: -2;
  transition: all 0.4s ease-in-out;
}
.blog-card__news::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bemox-black, #000000);
  right: 0;
  top: 0;
  border-radius: 10px;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.blog-card__user {
  display: flex;
  align-items: center;
  gap: 14px;
}
.blog-card__user__img {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-card__user__name {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  margin-bottom: 0;
}
.blog-card__user__designation {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  margin-bottom: 0;
  color: var(--bemox-text, #636363);
}
.blog-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-card__btn {
  width: 48px;
  height: 28px;
  border-radius: 50px;
  border: 1px solid var(--bemox-black, #000000);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bemox-black, #000000);
  font-size: 12px;
  transform: rotate(-90deg);
  transition: all 0.4s ease-in-out;
}
.blog-card__btn:hover {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-black, #000000);
  border-color: var(--bemox-base, #C3EE18);
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}
.blog-card:hover .blog-card__news {
  color: var(--bemox-black3, #040404);
}
.blog-card:hover .blog-card__news::before {
  background-color: var(--bemox-base, #C3EE18);
}
.blog-card:hover .blog-card__news::after {
  background-color: var(--bemox-black3, #040404);
}
.blog-card:hover .blog-card__btn {
  transform: rotate(0deg);
}
.blog-card:hover .blog-card__content__inner {
  border-color: var(--bemox-base, #C3EE18);
}

.blog-one__top {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .blog-one__top {
    padding-bottom: 50px;
  }
}
.blog-one__top .sec-title {
  padding-bottom: 0;
}

.blog-five {
  position: relative;
}
.blog-five__top {
  margin-bottom: 40px;
}
.blog-five .blog-five__top__btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .blog-five .blog-five__top__btn {
    justify-content: start;
    align-items: start;
    margin-top: 20px;
  }
}
.blog-five__sec-title__title {
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bemox-black3, #040404);
  margin-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .blog-five__sec-title__title {
    font-size: 150px;
  }
}
@media (max-width: 575px) {
  .blog-five__sec-title__title {
    font-size: 120px;
  }
}
.blog-five__sec-title .special-stroke .blog-five__sec-title__title {
  -webkit-text-stroke: 1px var(--bemox-white, #fff);
}
.blog-five__item {
  overflow: hidden;
  border: 1px solid #272727;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
}
.blog-five__item__thumb {
  position: relative;
  z-index: 1;
}
.blog-five__item__thumb__item {
  margin: 10px;
  height: 319px;
  overflow: hidden;
  border-radius: 20px;
}
.blog-five__item__thumb__item img {
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
  height: 319px;
  transition: all 0.4s ease-in-out;
}
.blog-five__item__date {
  width: 74px;
  height: auto;
  position: absolute;
  top: 30px;
  left: 40px;
}
.blog-five__item__date .day {
  width: 74px;
  height: 69.89px;
  border-radius: 10px;
  background-color: var(--bemox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 35px;
  line-height: 86%;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
}
.blog-five__item__date .month {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-base, #C3EE18);
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 50px;
}
.blog-five__item__content {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  padding-top: 65px;
}
@media (max-width: 991px) {
  .blog-five__item__content {
    padding: 40px;
    padding-top: 20px;
  }
}
@media (max-width: 425px) {
  .blog-five__item__content {
    padding: 20px;
    padding-top: 20px;
  }
}
.blog-five__item .shape {
  position: absolute;
  bottom: -30px;
  right: 40px;
}
@media (max-width: 991px) {
  .blog-five__item .shape {
    bottom: 30px;
  }
}
.blog-five__item .shape img {
  transition: all 0.4s ease-in-out;
}
.blog-five__item .shape img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 425px) {
  .blog-five__item .shape {
    display: none;
  }
}
.blog-five__item .shape-two {
  right: 100px;
}
.blog-five__item__meta {
  display: inline-flex;
  align-items: center;
  gap: 19px;
  border: 1px solid #363636;
  border-radius: 100px;
  padding: 13px 30px;
}
.blog-five__item__info, .blog-five__item__comment {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #B2AFA6;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-five__item__info span,
.blog-five__item__info a, .blog-five__item__comment span,
.blog-five__item__comment a {
  color: inherit;
  transition: all 0.4s ease-in-out;
}
.blog-five__item__info:hover, .blog-five__item__comment:hover {
  color: var(--bemox-base, #C3EE18);
}
.blog-five__item__title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 146%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 20px;
  max-width: 385px;
}
.blog-five__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-five__item__title a:hover {
  background-size: 100% 1px;
}
@media (max-width: 575px) {
  .blog-five__item__title {
    max-width: 100%;
  }
}
@media (max-width: 425px) {
  .blog-five__item__title {
    font-size: 22px;
  }
}
.blog-five__item__tag {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  position: absolute;
  top: 0%;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  height: 127%;
  text-align: center;
  display: block;
  background-color: #232323;
  transform: rotate(-180deg);
  position: absolute;
  writing-mode: vertical-rl;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .blog-five__item__tag {
    transform: rotate(0deg);
    position: relative;
    writing-mode: horizontal-tb;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
.blog-five__item--two .blog-five__item__tag {
  left: auto;
  right: 0;
}
.blog-five__item--two .blog-five__item__content {
  padding-left: 50px;
}
@media (max-width: 425px) {
  .blog-five__item--two .blog-five__item__content {
    padding-left: 20px;
  }
}
.blog-five__item .bemox-btn:hover {
  background-color: var(--bemox-base, #C3EE18);
}
.blog-five__item .bemox-btn:hover .bemox-btn__text {
  color: var(--bemox-white, #fff);
}
.blog-five__item .bemox-btn:hover .bemox-btn__icon {
  border-color: var(--bemox-white, #fff);
  color: var(--bemox-white, #fff);
}
.blog-five__item:hover {
  border-color: var(--bemox-base, #C3EE18);
}
.blog-five__item:hover .blog-five__item__thumb__item img {
  transform: scale(1.1);
}
.blog-five__item:hover .shape img:first-child {
  opacity: 0;
  visibility: hidden;
}
.blog-five__item:hover .shape img:last-child {
  visibility: visible;
  opacity: 1;
}
.blog-five__item:hover .blog-five__item__tag {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
}
.blog-five__item + .blog-five__item {
  margin-top: 30px;
}
.blog-five .gutter-y-50 {
  --bs-gutter-y: 0 ;
}

.blog-card-six {
  position: relative;
  z-index: 1;
}
.blog-card-six__image a {
  display: block;
  overflow: hidden;
}
.blog-card-six__image a img {
  object-fit: cover;
  width: 100%;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.blog-card-six__category {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  text-transform: uppercase;
  background-color: var(--bemox-black3, #040404);
  max-width: 130px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}
.blog-card-six__content {
  text-align: center;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  border-top: none;
  padding-top: 1px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.blog-card-six__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ECF8F8;
  z-index: -1;
  transform: rotateY(90deg);
  transition: all 0.4s ease-in-out;
}
.blog-card-six__author {
  position: relative;
  z-index: 1;
  margin-top: -35px;
  background: var(--bemox-white, #fff);
  box-shadow: 0px 0px 10.3px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-right: 20px;
  margin-bottom: 15px;
}
.blog-card-six__author .author-image img {
  border-radius: 50%;
}
.blog-card-six__author .name {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  margin-bottom: 0;
}
.blog-card-six__author .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #B2AFA6;
  margin-bottom: 0;
}
.blog-card-six__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--bemox-black, #000000);
  margin-bottom: 13px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .blog-card-six__title {
    font-size: 20px;
  }
}
.blog-card-six__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-six__title a:hover {
  background-size: 100% 1px;
}
.blog-card-six__title a:hover {
  color: var(--bemox-base, #C3EE18);
}
.blog-card-six .news {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  padding: 2px 5px;
  border-radius: 5px;
  background-color: var(--bemox-black, #000000);
  margin-bottom: -12px;
  display: flex;
  width: 55px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.blog-card-six .news::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  background: var(--bemox-base, #C3EE18);
  transform: translateX(50%);
  right: 50%;
  bottom: -8px;
  z-index: -2;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transition: all 0.4s ease-in-out;
}
.blog-card-six .blog-card-six__btn {
  text-align: center;
  margin-top: 50px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: translateY(50px);
}
.blog-card-six .blog-card-six__btn .bemox-btn {
  color: var(--bemox-white, #fff);
}
.blog-card-six .blog-card-six__btn .bemox-btn .bemox-btn__icon {
  border-color: var(--bemox-white, #fff);
  color: var(--bemox-white, #fff);
}
.blog-card-six:hover {
  border-color: #ECF8F8;
}
.blog-card-six:hover .blog-card-six__category {
  background-color: var(--bemox-base, #C3EE18);
}
.blog-card-six:hover .blog-card-six__content::after {
  transform: rotateY(0deg);
}
.blog-card-six:hover .news {
  background-color: var(--bemox-base, #C3EE18);
}
.blog-card-six:hover .news::after {
  background-color: var(--bemox-black, #000000);
}
.blog-card-six:hover .blog-card-six__btn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.bw-hover-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.bw-hover-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.blog-three {
  position: relative;
  z-index: 1;
  background-color: var(--bemox-black3, #040404);
}
.blog-three .sec-title-three__title {
  color: var(--bemox-white, #fff);
}
.blog-three .sec-title-three__tagline__text {
  border: 1px solid var(--bemox-base, #C3EE18);
}
.blog-three .sec-title-three {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .blog-three .sec-title-three {
    padding-bottom: 0px;
  }
}
.blog-three__top {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(var(--bemox-white-rgb, 255, 255, 255), 0.14);
}
@media (min-width: 992px) {
  .blog-three__top {
    padding-bottom: 46px;
  }
}
.blog-three__top__btn {
  display: flex;
  align-items: end;
  justify-content: end;
}
@media (max-width: 767px) {
  .blog-three__top__btn {
    display: block;
  }
}
.blog-three__item {
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog-three__item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-three__item__content {
  display: flex;
  align-items: start;
  gap: 35px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  padding-top: 38px;
  padding-bottom: 30px;
  margin-bottom: -65px;
}
@media (max-width: 991px) {
  .blog-three__item__content {
    padding-bottom: 20px;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.blog-three__item__content__left {
  position: absolute;
}
@media (max-width: 991px) {
  .blog-three__item__content__left {
    position: relative;
    width: 100%;
  }
}
.blog-three__item__content__right {
  padding-left: 113px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .blog-three__item__content__right {
    padding-left: 0;
  }
}
.blog-three__item .tag {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
  border-radius: 50px;
  padding: 10px 20px;
  background-color: var(--bemox-base, #C3EE18);
  position: absolute;
  top: 20px;
  left: 20px;
}
.blog-three__item .date-box {
  display: flex;
  align-items: center;
  width: 78px;
  height: 54px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .blog-three__item .date-box {
    display: none;
  }
}
.blog-three__item .date {
  width: 54px;
  height: 54px;
  background-color: var(--bemox-white, #fff);
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 107%;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-three__item .month {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 188%;
  text-transform: uppercase;
  color: #333333;
  transform: rotate(-90deg);
  height: 24px;
  width: 54px;
  background-color: var(--bemox-base, #C3EE18);
  display: block;
  position: absolute;
  right: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-three__item__thumb {
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  transform: translateX(-100%);
  top: -38px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .blog-three__item__thumb img {
    width: 250px;
    height: 195px;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .blog-three__item__thumb {
    position: relative;
    top: auto;
    transform: translateX(0%);
  }
  .blog-three__item__thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.blog-three__item__thumb .tag {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .blog-three__item__thumb .tag {
    visibility: visible;
    opacity: 1;
  }
}
.blog-three__item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  max-width: 470px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .blog-three__item__title {
    font-size: 20px;
  }
}
.blog-three__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-three__item__title a:hover {
  background-size: 100% 1px;
}
.blog-three__item__text {
  margin-bottom: 0;
  color: #D1C7C7;
  max-width: 370px;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100px);
}
@media (max-width: 1199px) and (min-width: 992px) {
  .blog-three__item__text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .blog-three__item__text {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
  }
}
.blog-three__item__text span {
  padding-top: 16.5px;
  transform: translateY(-100%);
  display: block;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .blog-three__item__text span {
    transform: translateY(0%);
  }
}
.blog-three__item__meta-box {
  padding-top: 38px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .blog-three__item__meta-box {
    margin-left: -20px;
  }
}
@media (max-width: 991px) {
  .blog-three__item__meta-box {
    padding-top: 0px;
  }
}
.blog-three__item__meta-box .blog-three__item__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .blog-three__item__meta-box .blog-three__item__meta {
    justify-content: start;
    gap: 20px;
  }
}
.blog-three__item__meta-box .blog-three__item__meta .blog-three__item__author,
.blog-three__item__meta-box .blog-three__item__meta .blog-three__item__comment {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #D1C7C7;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .blog-three__item__meta-box .blog-three__item__meta .blog-three__item__author,
  .blog-three__item__meta-box .blog-three__item__meta .blog-three__item__comment {
    font-size: 14px;
  }
}
.blog-three__item__meta-box .blog-three__item__meta .blog-three__item__author a,
.blog-three__item__meta-box .blog-three__item__meta .blog-three__item__comment a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #D1C7C7;
}
.blog-three__item__meta-box .blog-three__item__meta .blog-three__item__author a:hover,
.blog-three__item__meta-box .blog-three__item__meta .blog-three__item__comment a:hover {
  color: var(--bemox-base, #C3EE18);
}
.blog-three__item__meta-box .blog-three__item__btn {
  padding-top: 30px;
  transform: translateY(-100%);
  opacity: 0;
  margin-bottom: -60px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .blog-three__item__meta-box .blog-three__item__btn {
    padding-top: 20px;
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
    margin-bottom: 0;
  }
}
.blog-three__item.active, .blog-three__item:hover {
  margin-bottom: 0;
}
.blog-three__item.active .date-box, .blog-three__item:hover .date-box {
  transform: translateX(-100%);
}
.blog-three__item.active .blog-three__item__thumb, .blog-three__item:hover .blog-three__item__thumb {
  transform: translateX(0);
}
.blog-three__item.active .blog-three__item__content, .blog-three__item:hover .blog-three__item__content {
  margin-bottom: 0;
}
.blog-three__item.active .blog-three__item__content__right, .blog-three__item:hover .blog-three__item__content__right {
  padding-left: 374px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .blog-three__item.active .blog-three__item__content__right, .blog-three__item:hover .blog-three__item__content__right {
    padding-left: 270px;
  }
}
@media (max-width: 991px) {
  .blog-three__item.active .blog-three__item__content__right, .blog-three__item:hover .blog-three__item__content__right {
    padding-left: 0;
  }
}
.blog-three__item.active .blog-three__item__text, .blog-three__item:hover .blog-three__item__text {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.blog-three__item.active .blog-three__item__text span, .blog-three__item:hover .blog-three__item__text span {
  transform: translateY(0);
}
.blog-three__item.active .tag, .blog-three__item:hover .tag {
  visibility: visible;
  opacity: 1;
}
.blog-three__item.active .blog-three__item__btn, .blog-three__item:hover .blog-three__item__btn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 0;
}
.blog-three__item.active .blog-three__item__author span,
.blog-three__item.active .blog-three__item__comment span, .blog-three__item:hover .blog-three__item__author span,
.blog-three__item:hover .blog-three__item__comment span {
  color: var(--bemox-base, #C3EE18);
}
.blog-three__item + .blog-three__item {
  border-top: 1px solid rgba(var(--bemox-white-rgb, 255, 255, 255), 0.14);
}

.blog-four {
  position: relative;
  z-index: 1;
  background-color: #ECF8F8;
}
.blog-four__item {
  background-color: transparent;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 575px) {
  .blog-four__item {
    background-color: var(--bemox-white, #fff);
  }
}
.blog-four__item__thumb {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.blog-four__item__thumb img {
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
  filter: blur(0px);
  transition: all 0.4s ease-in-out;
}
.blog-four__item__thumb__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bemox-black3-rgb, 4, 4, 4), 0.6);
  visibility: hidden;
  transform: translateY(-100px);
  opacity: 0;
}
.blog-four__item .date-box {
  width: 54px;
  height: auto;
  position: absolute;
  top: 20px;
  right: 20px;
}
.blog-four__item .date-box .date {
  width: 100%;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: var(--bemox-white, #fff);
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 28px;
  line-height: 107%;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  transition: all 0.4s ease-in-out;
}
.blog-four__item .date-box .month {
  width: 100%;
  background-color: var(--bemox-base, #C3EE18);
  border-radius: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: all 0.4s ease-in-out;
}
.blog-four__item__content {
  padding: 30px 33px 40px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .blog-four__item__content {
    padding: 30px 25px 40px;
  }
}
@media (max-width: 991px) and (min-width: 767px), (max-width: 575px) {
  .blog-four__item__content {
    padding: 30px 20px;
  }
}
.blog-four__item__meta {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 575px) {
  .blog-four__item__meta {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .blog-four__item__meta {
    gap: 15px;
  }
}
.blog-four__item__meta::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: calc(100% - 100px);
  background-color: var(--bemox-border-color, #DDDDDD);
  z-index: -1;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .blog-four__item__meta::after {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .blog-four__item__meta::after {
    width: 100%;
  }
}
.blog-four__item__meta .blog-four__item__meta__list {
  display: flex;
  align-items: center;
  gap: 89px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .blog-four__item__meta .blog-four__item__meta__list {
    gap: 20px;
  }
}
.blog-four__item__meta__shape {
  position: absolute;
  top: 5px;
  right: 150px;
  font-size: 55px;
  line-height: 0;
  color: #D9D9D9;
}
.blog-four__item__meta__shape i {
  line-height: 30px;
}
@media (max-width: 1199px) {
  .blog-four__item__meta__shape {
    display: none;
  }
}
.blog-four__item .blog-four__item__author__text,
.blog-four__item .blog-four__item__comment__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #636363;
  margin-bottom: 0;
}
.blog-four__item__category {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  padding: 10.5px 30px;
  border-radius: 100px;
  background-color: var(--bemox-black3, #040404);
  transition: all 0.4s ease-in-out;
}
.blog-four__item__category:hover {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-base, #C3EE18);
}
.blog-four__item .blog-four__item__comment__icon {
  margin-right: 5px;
}
.blog-four__item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-transform: capitalize;
  color: var(--bemox-black, #000000);
  margin-bottom: 23px;
}
@media (max-width: 991px) and (min-width: 767px), (max-width: 575px) {
  .blog-four__item__title {
    font-size: 20px;
  }
}
.blog-four__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-four__item__title a:hover {
  background-size: 100% 1px;
}
.blog-four__item__btn .bemox-btn {
  background-color: transparent;
  border: 1px solid var(--bemox-black3, #040404);
}
.blog-four__item__btn .bemox-btn:hover {
  background-color: var(--bemox-black3, #040404);
}
.blog-four__item__btn .bemox-btn:hover .bemox-btn__text {
  color: var(--bemox-white, #fff);
}
.blog-four__item__btn .bemox-btn:hover .bemox-btn__icon {
  border-color: var(--bemox-base, #C3EE18);
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
}
.blog-four__item__shape {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 554.000000 600.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,600.000000) scale(0.100000,-0.100000)" fill="" stroke="none"> <path d="M115 5981 c-48 -22 -79 -54 -100 -103 -13 -33 -15 -337 -15 -2880 0 -2743 1 -2844 19 -2883 22 -48 54 -79 103 -100 33 -13 232 -15 1808 -15 1578 0 1775 2 1808 16 39 16 86 56 105 89 8 14 14 133 17 380 5 385 5 380 59 438 60 65 16 62 791 67 510 4 711 8 725 17 33 19 73 66 89 105 14 33 16 285 16 2383 0 2095 -2 2350 -15 2383 -21 49 -52 81 -100 103 -39 18 -134 19 -2655 19 -2521 0 -2616 -1 -2655 -19z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 554.000000 600.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,600.000000) scale(0.100000,-0.100000)" fill="" stroke="none"> <path d="M115 5981 c-48 -22 -79 -54 -100 -103 -13 -33 -15 -337 -15 -2880 0 -2743 1 -2844 19 -2883 22 -48 54 -79 103 -100 33 -13 232 -15 1808 -15 1578 0 1775 2 1808 16 39 16 86 56 105 89 8 14 14 133 17 380 5 385 5 380 59 438 60 65 16 62 791 67 510 4 711 8 725 17 33 19 73 66 89 105 14 33 16 285 16 2383 0 2095 -2 2350 -15 2383 -21 49 -52 81 -100 103 -39 18 -134 19 -2655 19 -2521 0 -2616 -1 -2655 -19z"/> </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;
  background-color: var(--bemox-white, #fff);
  z-index: -1;
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 575px) {
  .blog-four__item__shape {
    display: none;
  }
}
.blog-four__item__round {
  position: absolute;
  bottom: 5px;
  right: 30px;
}
.blog-four__item__round svg {
  animation: rotateSVG 3s linear infinite;
}
@media (max-width: 991px) and (min-width: 767px), (max-width: 575px) {
  .blog-four__item__round svg {
    width: 50px;
    height: 50px;
  }
}
.blog-four__item__round svg rect {
  stroke: #DDDDDD;
  transition: all 0.4s ease-in-out;
}
.blog-four__item:hover .blog-four__item__thumb img {
  filter: blur(4px);
  transform: scale(1.1);
}
.blog-four__item:hover .blog-four__item__thumb__link {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.blog-four__item:hover .date-box .date {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
}
.blog-four__item:hover .date-box .month {
  background-color: var(--bemox-white, #fff);
  color: var(--bemox-primary, #222222);
}
.blog-four__item:hover .blog-four__item__round svg rect {
  stroke: var(--bemox-base, #C3EE18);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin: 0;
}
@media (min-width: 576px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  color: var(--bemox-black, #000000);
  cursor: pointer;
  margin: 0 0 18px;
}
.form-one label.error {
  color: red;
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 14px;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  color: var(--bemox-text, #636363);
  font-size: 14px;
}
.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
  display: block;
  width: 100%;
  height: 60px;
  background-color: var(--bemox-gray, #B9B9B9);
  color: var(--bemox-text, #636363);
  font-size: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  border: none;
  border-radius: 0px;
  outline: none;
  font-family: var(--bemox-font, "Roboto", sans-serif);
  transition: all 500ms ease;
  padding: 0 30px;
}
.form-one .bootstrap-select > .dropdown-toggle:focus,
.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one textarea:focus {
  color: var(--bemox-black, #000000);
  font-weight: 500;
  border-color: var(--bemox-white, #fff);
}
.form-one textarea {
  height: 185px;
  padding-top: 20px;
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--bemox-base, #C3EE18);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--bemox-base, #C3EE18);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}
.custom-cursor__hover {
  background-color: var(--bemox-base, #C3EE18);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  background-color: var(--bemox-black, #000000);
}
.main-footer__top__inner {
  padding: 102px 0 70px;
  border-bottom: 1px solid #404040;
}
.main-footer__bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
}
@media (max-width: 767px) {
  .main-footer__bottom__inner {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
    padding: 15px 0;
  }
}
.main-footer__copyright {
  color: var(--bemox-text-gray2, #D1C7C7);
  margin-bottom: 0;
}
.main-footer__bottom__links {
  display: flex;
  align-items: center;
  gap: 25px;
}
.main-footer__bottom__links a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #D1C7C7;
  margin-bottom: 0;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.main-footer__bottom__links a:hover {
  color: var(--bemox-base, #C3EE18);
}
.main-footer .main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.main-footer .main-footer__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bemox-black3-rgb, 4, 4, 4), 0.92);
}
.main-footer__contant a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 100px;
  background-color: var(--bemox-base, #C3EE18);
  gap: 40px;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 100px;
  line-height: 128px;
  text-transform: uppercase;
  color: var(--bemox-black3, #040404);
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 1199px) {
  .main-footer__contant a {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .main-footer__contant a {
    font-size: 70px;
    line-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .main-footer__contant a {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .main-footer__contant a {
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .main-footer__contant a {
    font-size: 30px;
    gap: 10px;
  }
}
.main-footer__contant__icon {
  font-weight: 400;
  font-size: 70px;
}
@media (max-width: 991px) {
  .main-footer__contant__icon {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .main-footer__contant__icon {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .main-footer__contant__icon {
    font-size: 28px;
  }
}
@media (max-width: 425px) {
  .main-footer__contant__icon {
    font-size: 20px;
  }
}
.main-footer--two {
  margin-top: 88px;
}
@media (max-width: 991px) {
  .main-footer--two {
    margin-top: 0;
    padding-top: 60px;
  }
}
.main-footer--two .main-footer__top__inner {
  padding-top: 1px;
}
.main-footer--two .main-footer__contant {
  margin-top: -87px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .main-footer--two .main-footer__contant {
    margin-top: 0;
  }
}
.main-footer--five {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: 100px;
}
.main-footer--five .main-footer__top__inner {
  padding-bottom: 0;
}

.footer-widget__logo {
  display: block;
  margin-bottom: 21px;
}
.footer-widget__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 142%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .footer-widget__title {
    margin-bottom: 20px;
  }
}
.footer-widget__text {
  color: var(--bemox-text-gray2, #D1C7C7);
  margin-bottom: 20px;
}
.footer-widget__newsletter {
  position: relative;
  z-index: 1;
  margin-bottom: 39px;
}
.footer-widget__newsletter input[type=text] {
  height: 50px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #18191D;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #D1C7C7;
}
.footer-widget__newsletter input[type=text]::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #D1C7C7;
}
.footer-widget__newsletter .newsletter__btn {
  width: 50px;
  height: 50px;
  display: flex;
  border: none;
  outline: none;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-base, #C3EE18);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 17px;
  color: var(--bemox-black3, #040404);
}
.footer-widget__newsletter--two {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-widget__newsletter--two .newsletter__btn {
  position: relative;
  border-radius: 3px;
}
.footer-widget__newsletter--two input[type=text] {
  width: calc(100% - 60px);
  background-color: transparent;
  border: 1px solid rgba(var(--bemox-border-color-rgb, 221, 221, 221), 0.16);
  border-radius: 3px;
}
.footer-widget__social {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer-widget__social__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #D1C7C7;
  display: block;
}
.footer-widget__social__box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-widget__social__box a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #18191D;
  color: var(--bemox-white, #fff);
}
.footer-widget__links {
  margin: 0;
}
.footer-widget__links li {
  line-height: normal;
}
.footer-widget__links li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #D1C7C7;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-left: 0px;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.footer-widget__links li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: var(--bemox-base, #C3EE18);
  border-radius: 50%;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  visibility: hidden;
}
.footer-widget__links li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0px;
  height: 1px;
  background-color: var(--bemox-base, #C3EE18);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.footer-widget__links li a:hover {
  color: var(--bemox-base, #C3EE18);
  padding-left: 30px;
}
.footer-widget__links li a:hover::after {
  left: 15px;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.footer-widget__links li a:hover::before {
  width: 20px;
}
.footer-widget__links li + li {
  margin-top: 22px;
}
.footer-widget__instagram {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 12px;
}
.footer-widget__instagram a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.footer-widget__instagram a img {
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
.footer-widget__instagram a:hover img {
  transform: scale(1.1);
}
.footer-widget .footer-widget__info__list {
  margin: 0;
}
.footer-widget .footer-widget__info__item {
  display: flex;
  align-items: start;
  gap: 13px;
}
.footer-widget .footer-widget__info__icon {
  font-size: 16px;
  color: #D1C7C7;
  line-height: 162%;
  margin-top: 3px;
}
.footer-widget .footer-widget__info__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #D1C7C7;
  margin-bottom: 0;
}
.footer-widget .footer-widget__info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget .footer-widget__info__text a:hover {
  background-size: 100% 1px;
}
.footer-widget .footer-widget__info__text a:hover {
  color: var(--bemox-base, #C3EE18);
}
.footer-widget .footer-widget__info__text + .footer-widget__info__text {
  margin-top: 4px;
}
.footer-widget .footer-widget__info__item + .footer-widget__info__item {
  margin-top: 10px;
}
.footer-widget--about {
  margin-right: 64px;
}
@media (max-width: 1199px) {
  .footer-widget--about {
    margin-right: 0;
  }
}
.footer-widget--links {
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .footer-widget--links {
    margin-left: 0;
  }
}
.footer-widget--links-two {
  margin-left: -35px;
}
@media (max-width: 1199px) {
  .footer-widget--links-two {
    margin-left: 0;
  }
}
.footer-widget--contact-two {
  margin-top: 50px;
  background-color: var(--bemox-base, #C3EE18);
  padding: 25px;
  text-align: center;
}
@media (max-width: 575px) {
  .footer-widget--contact-two {
    margin-top: 0;
  }
}
.footer-widget--contact-two a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 128px;
  text-transform: uppercase;
  gap: 50px;
}
.footer-widget--contact-two a span {
  display: block;
  line-height: normal;
}
@media (max-width: 991px) {
  .footer-widget--contact-two a {
    font-size: 50px;
    line-height: 100%;
  }
}
@media (max-width: 575px) {
  .footer-widget--contact-two a {
    font-size: 25px;
  }
}
.footer-widget--contact-two a i {
  color: inherit;
  color: var(--bemox-white, #fff);
  font-size: 80px;
}
@media (max-width: 991px) {
  .footer-widget--contact-two a i {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .footer-widget--contact-two a i {
    font-size: 20px;
  }
}
.footer-widget--contact-two a span {
  color: var(--bemox-base, #C3EE18);
  text-shadow: -1px 0 0 var(--bemox-white, #fff), 1px 0 0 var(--bemox-white, #fff), 0 -1px 0 var(--bemox-white, #fff), 0 1px 0 var(--bemox-white, #fff), -1px -1px 0 var(--bemox-white, #fff), 1px -1px 0 var(--bemox-white, #fff), -1px 1px 0 var(--bemox-white, #fff), 1px 1px 0 var(--bemox-white, #fff);
}

.main-footer-three {
  background-color: var(--bemox-base, #C3EE18);
}
.main-footer-three__box {
  border-left: 1px solid rgba(var(--bemox-black3-rgb, 4, 4, 4), 0.53);
  border-right: 1px solid rgba(var(--bemox-black3-rgb, 4, 4, 4), 0.53);
  width: 100%;
}
.main-footer-three__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(var(--bemox-black3-rgb, 4, 4, 4), 0.53);
  width: 100%;
}
@media (max-width: 991px) {
  .main-footer-three__top {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.main-footer-three__top__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-left: 70px;
  padding-right: 50px;
  flex: 0 0 auto;
  width: 69.66%;
}
@media (max-width: 1199px) {
  .main-footer-three__top__left {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .main-footer-three__top__left {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    padding: 0 20px 40px;
  }
}
.main-footer-three__middle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(var(--bemox-black3-rgb, 4, 4, 4), 0.53);
  padding-top: 65px;
  padding-bottom: 65px;
}
.main-footer-three__hello {
  display: block;
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-weight: 700;
  font-size: 30px;
  line-height: 83%;
  color: var(--bemox-base, #C3EE18);
  margin-bottom: 0;
  text-shadow: -1px 0 0 var(--bemox-primary, #222222), 1px 0 0 var(--bemox-primary, #222222), 0 -1px 0 var(--bemox-primary, #222222), 0 1px 0 var(--bemox-primary, #222222), -1px -1px 0 var(--bemox-primary, #222222), 1px -1px 0 var(--bemox-primary, #222222), -1px 1px 0 var(--bemox-primary, #222222), 1px 1px 0 var(--bemox-primary, #222222);
}
@media (max-width: 425px) {
  .main-footer-three__hello {
    font-size: 20px;
  }
}
.main-footer-three__email {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  color: var(--bemox-primary, #222222);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .main-footer-three__email {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .main-footer-three__email {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .main-footer-three__email {
    font-size: 20px;
  }
}
.main-footer-three__logo {
  padding: 40px 70px;
  border-right: 1px solid rgba(var(--bemox-black3-rgb, 4, 4, 4), 0.53);
  flex: 0 0 auto;
  width: 30.34%;
}
@media (max-width: 1199px) {
  .main-footer-three__logo {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .main-footer-three__logo {
    padding: 20px;
    border: none;
    padding-top: 50px;
  }
}
.main-footer-three__logo .footer-logo {
  display: block;
  margin: 0;
}
.main-footer-three__social {
  display: flex;
  align-items: center;
  gap: 18px;
}
.main-footer-three__social__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bemox-black4, #333333);
  margin-bottom: 0;
}
.main-footer-three__social__box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-footer-three__social__box a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--bemox-black3, #040404);
  color: var(--bemox-black3, #040404);
  transition: all 0.3s ease-in-out;
}
.main-footer-three__social__box a:hover {
  background-color: var(--bemox-black3, #040404);
  color: var(--bemox-white, #fff);
}
.main-footer-three .footer-newsletter__newsletter {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 425px) {
  .main-footer-three .footer-newsletter__newsletter {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.main-footer-three .footer-newsletter__newsletter input[type=text] {
  height: 50px;
  width: 255px;
  border: none;
  outline: 1px solid rgba(var(--bemox-black3-rgb, 4, 4, 4), 0.53);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--bemox-black4, #333333);
  line-height: 162%;
  background-color: transparent;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .main-footer-three .footer-newsletter__newsletter input[type=text] {
    width: 100%;
  }
}
.main-footer-three .footer-newsletter__newsletter input[type=text]::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bemox-black4, #333333);
}
.main-footer-three .footer-newsletter__newsletter .newsletter__btn {
  width: 50px;
  height: 50px;
  display: flex;
  border: none;
  outline: none;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-black3, #040404);
  font-size: 17px;
  color: var(--bemox-white, #fff);
  position: relative;
  border-radius: 3px;
}
.main-footer-three__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px;
}
@media (max-width: 767px) {
  .main-footer-three__bottom {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 12px;
  }
}
.main-footer-three__copyright {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--bemox-black4, #333333);
  margin-bottom: 0;
}
.main-footer-three__bottom__links {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 0;
}
.main-footer-three__bottom__links a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--bemox-black4, #333333);
  margin-bottom: 0;
  margin-bottom: 0;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.main-footer-three__bottom__links a:hover {
  color: var(--bemox-black, #000000);
}
.main-footer-three__text-slider {
  border-top: 1px solid rgba(var(--bemox-black3-rgb, 4, 4, 4), 0.53);
  padding-top: 25px;
  margin-bottom: -25px;
}
.main-footer-three__text-slider__inner {
  width: 100%;
  display: flex;
  align-items: center;
  animation: textScrolling 25s linear infinite;
  animation-direction: reverse;
  will-change: transform;
  position: relative;
  white-space: nowrap;
}
.main-footer-three__text-slider__inner:hover {
  animation-play-state: paused;
}
.main-footer-three__text-slider__item {
  display: flex;
  align-items: center;
  gap: 46px;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
}
@media (max-width: 1199px) {
  .main-footer-three__text-slider__item {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .main-footer-three__text-slider__item {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .main-footer-three__text-slider__item {
    font-size: 80px;
  }
}

.main-footer-four {
  background-color: var(--bemox-black, #000000);
  position: relative;
  z-index: 1;
}
.main-footer-four__content {
  padding-top: 53px;
}
.main-footer-four__recourse-link, .main-footer-four__service-link {
  display: flex;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .main-footer-four__recourse-link, .main-footer-four__service-link {
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    align-items: start;
  }
}
.main-footer-four__recourse-link__text, .main-footer-four__service-link__text {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #B2AFA6;
  margin-bottom: 0;
}
.main-footer-four__recourse-link__list, .main-footer-four__service-link__list {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .main-footer-four__recourse-link__list, .main-footer-four__service-link__list {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.main-footer-four__recourse-link__list li, .main-footer-four__service-link__list li {
  position: relative;
  z-index: 1;
  padding-left: 21px;
}
.main-footer-four__recourse-link__list li a, .main-footer-four__service-link__list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #B2AFA6;
  margin-bottom: 0;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  position: relative;
  z-index: 1;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-footer-four__recourse-link__list li a:hover, .main-footer-four__service-link__list li a:hover {
  background-size: 100% 1px;
}
.main-footer-four__recourse-link__list li::before, .main-footer-four__service-link__list li::before {
  content: "";
  max-width: 12px;
  width: 100%;
  height: 12px;
  background-color: var(--bemox-black, #000000);
  border-radius: 50%;
  border: 1px solid var(--bemox-white, #fff);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
.main-footer-four__recourse-link__list li:hover a, .main-footer-four__service-link__list li:hover a {
  color: var(--bemox-base, #C3EE18);
}
.main-footer-four__recourse-link__list li:hover::before, .main-footer-four__service-link__list li:hover::before {
  background-color: var(--bemox-base, #C3EE18);
  border-color: var(--bemox-base, #C3EE18);
}
.main-footer-four__service-link {
  margin-bottom: 10px;
}
.main-footer-four .logo {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 0;
  padding-left: 36px;
  position: relative;
  margin-bottom: 10px;
  line-height: normal;
}
.main-footer-four .logo::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 30px;
  width: 6px;
  background-color: var(--bemox-base, #C3EE18);
  border-radius: 20px;
  z-index: -1;
}
@media (max-width: 575px) {
  .main-footer-four .logo::after {
    top: 0;
    bottom: 0;
  }
}
.main-footer-four .logo .logo-letter {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 220px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  display: inline-block;
  opacity: 0;
  transform: translateX(-100px);
}
@media (max-width: 1199px) {
  .main-footer-four .logo .logo-letter {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .main-footer-four .logo .logo-letter {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .main-footer-four .logo .logo-letter {
    font-size: 80px;
  }
}
@media (max-width: 425px) {
  .main-footer-four .logo .logo-letter {
    font-size: 60px;
  }
}
.main-footer-four .footer-widget {
  background-color: var(--bemox-base, #C3EE18);
  margin-left: 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .main-footer-four .footer-widget {
    margin-left: 0;
  }
}
.main-footer-four .footer-widget__contact {
  padding: 55px 55px 55px 65px;
}
@media (max-width: 1199px) {
  .main-footer-four .footer-widget__contact {
    padding: 55px 20px 40px;
  }
}
.main-footer-four .footer-widget__contact__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 142%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 38px;
}
.main-footer-four .footer-widget__contact .footer-widget__info__text a:hover {
  color: var(--bemox-black, #000000);
}
.main-footer-four .footer-btn {
  background-color: var(--bemox-white, #fff);
  border-radius: 10px;
  padding: 33px 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .main-footer-four .footer-btn {
    padding: 33px 20px;
  }
}
@media (max-width: 767px) {
  .main-footer-four .footer-btn {
    padding: 20px 20px;
  }
}
.main-footer-four .footer-btn__text {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: var(--bemox-black, #000000);
}
@media (max-width: 1199px) {
  .main-footer-four .footer-btn__text {
    font-size: 30px;
  }
}
.main-footer-four .footer-btn__icon {
  font-size: 28px;
  color: var(--bemox-black, #000000);
  line-height: normal;
}
.main-footer-four__bottom {
  background-color: var(--bemox-base, #C3EE18);
  padding: 22px 31px;
  margin-top: -53px;
}
@media (max-width: 991px) {
  .main-footer-four__bottom {
    margin-top: 0px;
  }
}
.main-footer-four__copyright {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area {
  position: relative;
  padding: 130px 0;
  background-color: var(--bemox-black3, #040404);
}
.contact-area .form-one__group {
  grid-gap: 30px;
}
.contact-area .sec-title .sec-title__title,
.contact-area .sec-title .sec-title__tagline {
  color: var(--bemox-white, #fff);
}
.contact-area .sec-title .bw-split-text > div {
  background-image: linear-gradient(to left, rgba(var(--bemox-white-rgb, 19, 19, 19), 0.1) 50%, var(--bemox-white) 50%);
}
.contact-area__left {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: start;
}
@media (max-width: 991px) {
  .contact-area__left {
    display: block;
  }
}
.contact-area__left .contact-area__big-title {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 500;
  font-size: 160px;
  line-height: 100%;
  text-align: end;
  color: rgba(24, 25, 29, 0.65);
  transform: rotate(-31.74deg);
  position: absolute;
  right: 45px;
  bottom: 80px;
}
@media (max-width: 1440px) {
  .contact-area__left .contact-area__big-title {
    font-size: 100px;
    bottom: 200px;
  }
}
@media (max-width: 991px) {
  .contact-area__left .contact-area__big-title {
    position: relative;
    bottom: auto;
    right: auto;
    transform: rotate(0deg);
    text-align: left;
    margin-bottom: 30px;
  }
  .contact-area__left .contact-area__big-title br {
    display: none;
  }
}
@media (max-width: 991px) {
  .contact-area__left .contact-area__big-title {
    font-size: 70px;
  }
}
@media (max-width: 425px) {
  .contact-area__left .contact-area__big-title {
    font-size: 50px;
  }
}
.contact-area__left .contact-area__big-title .letter {
  transition: color 0.3s ease;
  white-space: pre;
}
.contact-area__left .contact-area__big-title .letter.active,
.contact-area__left .contact-area__big-title .letter:hover {
  color: var(--bemox-base, #C3EE18);
}
.contact-area__call {
  margin-top: 295px;
  display: flex;
  align-items: start;
  flex-direction: column;
}
@media (max-width: 991px) {
  .contact-area__call {
    margin-top: 0;
  }
}
.contact-area__call .contact-area__icon {
  font-size: 50px;
  color: var(--bemox-base, #C3EE18);
  transition: all 0.3s ease-in-out;
}
.contact-area__call .contact-area__call__subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 118%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  margin-bottom: 20px;
  display: block;
}
.contact-area__call .contact-area__call__link {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 400;
  font-size: 30px;
  line-height: 87%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-area__call .contact-area__call__link:hover {
  background-size: 100% 1px;
}
.contact-area__call:hover .contact-area__icon {
  animation: scaleContact 0.6s linear;
}
.contact-area .bootstrap-select > .dropdown-toggle,
.contact-area textarea,
.contact-area input[type=text],
.contact-area input[type=email] {
  height: 50px;
  background-color: #18191D;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  padding-left: 30px;
  color: #D1C7C7;
}
.contact-area .bootstrap-select > .dropdown-toggle:focus, .contact-area .bootstrap-select > .dropdown-toggle::placeholder,
.contact-area textarea:focus,
.contact-area textarea::placeholder,
.contact-area input[type=text]:focus,
.contact-area input[type=text]::placeholder,
.contact-area input[type=email]:focus,
.contact-area input[type=email]::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #D1C7C7;
}
.contact-area textarea {
  height: 145px;
}
.contact-area .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}
.contact-area .bootstrap-select > .dropdown-toggle {
  padding: 0 20px;
  background-color: #18191D;
  border-radius: 5px;
  border: none;
  outline: none !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #D1C7C7;
}
.contact-area .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.contact-area .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.contact-area .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  font-family: "icomoon" !important;
  content: "\e92c";
  font-size: 12px;
  color: #D1C7C7;
  border: none;
}
.contact-area .bemox-btn {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: var(--bemox-primary, #222222);
  justify-content: center;
}
.contact-area .bemox-btn i {
  font-size: 22px;
}

.contact-six {
  position: relative;
  z-index: 1;
  background-color: #ECF8F8;
}
.contact-six .sec-title {
  padding-bottom: 32px;
}
@media (max-width: 1199px) {
  .contact-six__content {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .contact-six__content {
    padding-bottom: 80px;
  }
}
.contact-six .bootstrap-select > .dropdown-toggle,
.contact-six textarea,
.contact-six input[type=text],
.contact-six input[type=email] {
  height: 50px;
  background-color: var(--bemox-white, #fff);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  padding-left: 30px;
  color: var(--bemox-text, #636363);
}
.contact-six .bootstrap-select > .dropdown-toggle:focus, .contact-six .bootstrap-select > .dropdown-toggle::placeholder,
.contact-six textarea:focus,
.contact-six textarea::placeholder,
.contact-six input[type=text]:focus,
.contact-six input[type=text]::placeholder,
.contact-six input[type=email]:focus,
.contact-six input[type=email]::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bemox-text, #636363);
}
.contact-six textarea {
  height: 145px;
}
.contact-six .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}
.contact-six .bootstrap-select > .dropdown-toggle {
  padding: 0 20px;
  background-color: var(--bemox-white, #fff);
  border-radius: 5px;
  border: none;
  outline: none !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bemox-text, #636363);
}
.contact-six .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.contact-six .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.contact-six .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  font-family: "icomoon" !important;
  content: "\e92c";
  font-size: 12px;
  color: var(--bemox-text, #636363);
  border: none;
}
.contact-six .bemox-btn {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  justify-content: center;
}
.contact-six .bemox-btn i {
  font-size: 22px;
}
.contact-six__thumb {
  position: relative;
  z-index: 1;
}
.contact-six__thumb__item {
  position: relative;
  left: -150px;
}
@media (max-width: 1366px) {
  .contact-six__thumb__item {
    left: 0;
  }
}
.contact-six__thumb__item img {
  max-width: 100%;
}
.contact-six__thumb__shape {
  position: absolute;
  bottom: 0;
  left: -200px;
  z-index: -2;
}
@media (max-width: 1366px) {
  .contact-six__thumb__shape {
    left: -80px;
  }
  .contact-six__thumb__shape img {
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-six__thumb__shape {
    left: 0px;
  }
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar {
  position: relative;
  z-index: 1;
  background-color: var(--bemox-base, #C3EE18);
}
@media (max-width: 991px) {
  .topbar {
    display: none;
  }
}
.topbar .container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar__info {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.topbar__info li {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: normal;
}
.topbar__info li p, .topbar__info li a {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
}
.topbar__info li + li {
  padding-left: 22px;
  margin-left: 22px;
  border-left: 1px solid var(--bemox-white, #fff);
}
.topbar__info .topbar__info__icon {
  color: var(--bemox-white, #fff);
}
.topbar__social {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-white, #fff);
  padding: 12px 47px 11px;
  margin-bottom: 0;
  gap: 10px;
  border-radius: 500px;
}
.topbar__social a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bemox-text, #636363);
  border: 1px solid var(--bemox-text, #636363);
  transition: all 0.4s ease-in-out;
}
.topbar__social a:hover {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-base, #C3EE18);
  border-color: var(--bemox-base, #C3EE18);
}
.topbar__social p {
  margin-bottom: 0;
  margin-right: 6px;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 999;
  background-color: var(--bemox-black3, #040404);
}
.main-header__inner {
  display: flex;
  align-items: center;
  background-color: transparent;
  position: relative;
}
@media (max-width: 1199px) {
  .main-header__inner {
    padding: 20px 0;
  }
}
.main-header__logo {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: auto;
  margin-right: 100px;
  z-index: 2;
}
@media (max-width: 1440px) {
  .main-header__logo {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .main-header__logo {
    margin-right: 0;
  }
}
.main-header__logo__shape {
  position: absolute;
  top: -25px;
  left: -50px;
  z-index: -1;
}
@media (max-width: 767px) {
  .main-header__logo__shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header__btn {
    display: none;
  }
}
.main-header__right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.main-header--one {
  border-bottom: 1px solid #272727;
}
.main-header--one .main-header__nav {
  margin-left: auto;
  margin-right: 48px;
}
@media (min-width: 1440px) {
  .main-header--one .container {
    max-width: 1410px;
  }
}
.main-header--two {
  border-bottom: 1px solid rgba(var(--bemox-black4-rgb, 51, 51, 51), 0.14);
}
.main-header--two .container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.main-header--two {
  background-color: var(--bemox-base, #C3EE18);
}
.main-header--two .bw-popup-box-trigger-item {
  background-color: var(--bemox-black3, #040404);
}
.main-header--two .bw-popup-box-trigger-item__inner span {
  background-color: var(--bemox-white, #fff);
}
.main-header--two .main-menu .main-menu__list > li > a {
  color: var(--bemox-black3, #040404);
}
.main-header--two .main-menu .main-menu__list > li > a::after {
  color: var(--bemox-black3, #040404);
}
.main-header--two .main-header__inner {
  justify-content: space-between;
}
.main-header--two .main-header__nav {
  margin-left: auto;
  margin-right: 30px;
}
.main-header--two .main-menu .main-menu__list > li.current > a,
.main-header--two .main-menu .main-menu__list > li:hover > a {
  color: var(--bemox-primary, #222222);
  text-shadow: 0 0 0.5px currentColor;
}
.main-header--two .main-menu .main-menu__list > li.current > a::after,
.main-header--two .main-menu .main-menu__list > li:hover > a::after {
  color: var(--bemox-primary, #222222);
}
.main-header--two .main-menu .main-menu__list > li > a {
  position: relative;
  z-index: 1;
}
.main-header--two .main-menu .main-menu__list > li.dropdown > a::after {
  color: var(--bemox-black3, #040404);
}
.main-header--two .main-menu .main-menu__list > li > a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -48px;
  transform: scaleX(0);
  transition: all 500ms ease;
  background-color: var(--bemox-primary, #222222);
}
.main-header--two .main-menu .main-menu__list > li.current > a,
.main-header--two .main-menu .main-menu__list > li:hover > a {
  color: var(--bemox-primary, #222222);
}
.main-header--two .main-menu .main-menu__list > li.current > a::before,
.main-header--two .main-menu .main-menu__list > li.megamenu:hover > a::before,
.main-header--two .main-menu .main-menu__list > li.dropdown:hover > a::before,
.main-header--two .main-menu .main-menu__list > li:hover > a::before {
  transform: scaleX(1);
}
.main-header--two .mobile-nav__btn span {
  background-color: var(--bemox-black3, #040404);
}
.main-header--three {
  background-color: transparent;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .main-header--three {
    margin-top: 0;
    background-color: var(--bemox-white, #fff);
  }
}
.main-header--three::after, .main-header--three::before {
  content: "";
  width: 470px;
  height: 15px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%);
  background-color: var(--bemox-black3, #040404);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}
@media (max-width: 1199px) {
  .main-header--three::after, .main-header--three::before {
    display: none;
  }
}
.main-header--three::after {
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  top: -15px;
  background-color: var(--bemox-base, #C3EE18);
}
.main-header--three .container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.main-header--three .main-header__inner {
  padding: 0px 30px;
  justify-content: space-between;
  border-radius: 50px;
  background-color: var(--bemox-white, #fff);
}
@media (max-width: 1199px) {
  .main-header--three .main-header__inner {
    padding: 15px 0;
    border-radius: 0;
  }
}
.main-header--three .main-menu .main-menu__list > li > a {
  color: var(--bemox-primary, #222222);
}
.main-header--three .main-menu .main-menu__list > li.dropdown > a::after {
  color: var(--bemox-primary, #222222);
}
.main-header--three .main-menu .main-menu__list > li.current > a,
.main-header--three .main-menu .main-menu__list > li:hover > a {
  color: var(--bemox-base, #C3EE18);
  text-shadow: 0 0 0.5px currentColor;
}
.main-header--three .main-menu .main-menu__list > li.current > a::after,
.main-header--three .main-menu .main-menu__list > li:hover > a::after {
  color: var(--bemox-base, #C3EE18);
}
.main-header--three .bw-popup-box-trigger-item {
  background-color: var(--bemox-black3, #040404);
}
.main-header--three .bw-popup-box-trigger-item .bw-popup-box-trigger-item__inner span {
  background-color: var(--bemox-white, #fff);
}
.main-header--three .mobile-nav__btn span {
  background-color: var(--bemox-black3, #040404);
}
@media (min-width: 1440px) {
  .main-header--five .container, .main-header--four .container {
    max-width: 1410px;
  }
}
.main-header--five .main-header__nav, .main-header--four .main-header__nav {
  margin-left: auto;
  margin-right: 48px;
}
.main-header--five .bw-popup-box-trigger-item__inner span, .main-header--four .bw-popup-box-trigger-item__inner span {
  background-color: var(--bemox-white, #fff);
}
.main-header--five .main-menu .main-menu__list > li > a, .main-header--four .main-menu .main-menu__list > li > a {
  color: var(--bemox-white, #fff);
}
.main-header--five .main-header__inner, .main-header--four .main-header__inner {
  justify-content: space-between;
}
.main-header--five .main-header__nav, .main-header--four .main-header__nav {
  margin-left: auto;
  margin-right: 30px;
}
.main-header--five .main-menu .main-menu__list > li.current > a,
.main-header--five .main-menu .main-menu__list > li:hover > a, .main-header--four .main-menu .main-menu__list > li.current > a,
.main-header--four .main-menu .main-menu__list > li:hover > a {
  color: var(--bemox-base, #C3EE18);
  text-shadow: 0 0 0.5px currentColor;
}
.main-header--five .main-header__btn, .main-header--four .main-header__btn {
  color: var(--bemox-white, #fff);
}
.main-header--five .main-header__btn .bemox-btn__icon, .main-header--four .main-header__btn .bemox-btn__icon {
  border-color: var(--bemox-white, #fff);
  color: var(--bemox-white, #fff);
}
.main-header--four {
  background-color: transparent;
}
.main-header--five {
  border-bottom: 1px solid #272727;
}
.main-header--five .main-header__btn {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-base, #C3EE18);
}
.main-header--five .main-header__btn .bemox-btn__icon {
  border-color: var(--bemox-white, #fff);
  color: var(--bemox-white, #fff);
}
.main-header--six {
  background-color: transparent;
  margin-top: 30px;
}
.main-header--six .container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.main-header--six .main-header__inner {
  justify-content: space-between;
  border-radius: 50px;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 1199px) {
  .main-header--six .main-header__inner {
    padding: 20px 0;
  }
}
.main-header--six .main-menu .main-menu__list > li.dropdown > a::after {
  color: var(--bemox-black3, #040404);
}
.main-header--six .main-header__inner__box {
  padding: 0 30px 0 78px;
  background-color: var(--bemox-white, #fff);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1199px) {
  .main-header--six .main-header__inner__box {
    padding: 0;
  }
}
.main-header--six .main-header__inner {
  justify-content: left;
  width: 100%;
}
.main-header--six .main-menu .main-menu__list > li {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-header--six .main-header__logo {
  padding: 20px 30px;
  background-color: var(--bemox-white, #fff);
  border-radius: 100px;
  margin-right: 0;
}
.main-header--six .main-menu .main-menu__list > li > a {
  color: var(--bemox-primary, #222222);
}
.main-header--six .main-menu .main-menu__list > li.current > a,
.main-header--six .main-menu .main-menu__list > li:hover > a {
  color: var(--bemox-base, #C3EE18);
  text-shadow: 0 0 0.5px currentColor;
}
.main-header--six .bw-popup-box-trigger-item {
  background-color: var(--bemox-black3, #040404);
}
.main-header--six .bw-popup-box-trigger-item .bw-popup-box-trigger-item__inner span {
  background-color: var(--bemox-white, #fff);
}
.main-header--six .mobile-nav__btn span {
  background-color: var(--bemox-black3, #040404);
}
@media (max-width: 1199px) {
  .main-header--six {
    margin-top: 0;
    background-color: var(--bemox-white, #fff);
  }
  .main-header--six .main-header__logo {
    padding: 0;
  }
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--bemox-primary, #222222);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--bemox-black-rgb, 0, 0, 0), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}
.sticky-header--cloned .demo-one__card .bemox-btn:hover .bemox-btn__text span {
  display: inline-block;
  opacity: 1;
  transition: none;
  transform: translateX(0px) scale(1);
  will-change: transform, opacity;
}

.main-header--two.sticky-header--cloned {
  background-color: var(--bemox-base, #C3EE18);
  border-bottom: 1px solid var(--bemox-base, #C3EE18);
}

.main-header--three.sticky-header--cloned {
  background-color: var(--bemox-white, #fff);
  margin-top: 0;
}
.main-header--three.sticky-header--cloned::after, .main-header--three.sticky-header--cloned::before {
  display: none;
}
.main-header--three.sticky-header--cloned .main-header__inner {
  border-radius: 0;
}

.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li > a {
  color: var(--bemox-primary, #222222);
}
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li > a.current, .main-header--three.sticky-header--cloned .main-menu .main-menu__list > li > a:hover {
  color: var(--bemox-base, #C3EE18);
}

.main-header--four.sticky-header--cloned {
  background-color: var(--bemox-black3, #040404);
}
.main-header--four.sticky-header--cloned .main-menu .main-menu__list > li > a {
  color: var(--bemox-white, #fff);
}

.main-header--six.sticky-header--cloned {
  background-color: var(--bemox-white, #fff);
  margin-top: 0;
}

.mobile-nav__btn {
  width: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 1199px) {
  .mobile-nav__btn {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--bemox-white, #fff);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
.mobile-nav__btn:hover span {
  background-color: var(--bemox-base, #C3EE18);
  transform: translateX(-3px);
}
.mobile-nav__btn:hover span:nth-child(2) {
  transform: translateX(4px);
}

.bw-popup-box-trigger-item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  border: none;
  outline: none;
  background-color: var(--bemox-base, #C3EE18);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .bw-popup-box-trigger-item {
    display: none;
  }
}
.bw-popup-box-trigger-item__inner {
  width: 27px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bw-popup-box-trigger-item__inner span {
  width: 22px;
  height: 2px;
  display: block;
  background-color: var(--bemox-black3, #040404);
  border-radius: 5px;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transform: translateX(-2px);
}
.bw-popup-box-trigger-item__inner span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
  transform: translateX(3px);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.bw-popup-box-trigger-item:hover .bw-popup-box-trigger-item__inner span {
  transform: translateX(2px);
}
.bw-popup-box-trigger-item:hover .bw-popup-box-trigger-item__inner span:nth-child(2) {
  transform: translateX(-3px);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  padding-top: 46px;
  padding-bottom: 46px;
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 600;
  color: var(--bemox-white, #fff);
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li + li {
  margin-left: 40px;
}
@media (max-width: 1440px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 25px;
  }
}
.main-menu .main-menu__list > li > a {
  display: flex;
  align-items: center;
  color: var(--bemox-white, #fff);
  position: relative;
  transition: all 500ms ease;
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-weight: 500;
  line-height: 19px;
  font-size: 16px;
  padding-right: 16px;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--bemox-base, #C3EE18);
  text-shadow: 0 0 0.5px currentColor;
}
.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li:hover > a::after {
  color: var(--bemox-base, #C3EE18);
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--bemox-white, #fff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--bemox-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.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: -15px !important;
  right: -15px !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  transition: all 300ms linear 0ms;
  transform: perspective(500px) rotateX(-20deg);
  transform-origin: 50% 0%;
  pointer-events: none;
}
.main-menu .main-menu__list li.megamenu:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: perspective(500px) rotateX(0);
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.main-menu .main-menu__list li ul li:last-child {
  margin-bottom: 0px;
}
.main-menu .main-menu__list li.megamenu ul li {
  margin: 0;
}
.main-menu .main-menu__list li ul li > a {
  font-size: 15px;
  line-height: 26px;
  color: var(--bemox-text, #636363);
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  padding: 8px 20px;
  transition: 400ms;
}
.main-menu .main-menu__list li ul .dropdown > a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: var(--bemox-white, #fff);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: var(--bemox-primary, #222222);
  color: var(--bemox-white, #fff);
}
.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 {
  /* after third level no menu */
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

.main-menu-five .main-menu__list > li.current > a,
.main-menu-five .main-menu__list > li:hover > a {
  color: var(--bemox-primary, #222222) !important;
  text-shadow: 0 0 0.5px currentColor;
}

@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(--bemox-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(--bemox-black, #000000);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--bemox-base, #C3EE18);
}
.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(--bemox-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--bemox-black3-rgb, 4, 4, 4), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
  overflow: hidden;
}
.demo-one__card .demo-one__btns-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
.demo-one__card .demo-one__btns-box .demo-one__btn {
  transform: translateY(-30px);
  opacity: 0;
  filter: blur(10px);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  margin-bottom: 15px;
}
.demo-one__card .demo-one__btns-box .demo-one__btn .bemox-btn {
  max-width: 160px;
  width: 100%;
  padding: 12px 20px 12px 15px;
  font-size: 14px;
}
.demo-one__card .demo-one__btns-box .demo-one__btn .bemox-btn .bemox-btn__icon {
  width: 30px;
  height: 20px;
  font-size: 10px;
}
.demo-one__card .demo-one__btns-box .demo-one__btn:last-child {
  transform: translateY(30px);
}
.demo-one__card:hover .demo-one__btns-box .demo-one__btn {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
.demo-one__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--bemox-black3, #040404);
  font-weight: 700;
}
.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__image {
  position: relative;
  display: block;
  overflow: hidden;
}
.demo-one__image img {
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.demo-one__image::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(var(--bemox-black3-rgb, 4, 4, 4), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  opacity: 0;
  transform: unset;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  pointer-events: none;
}
.demo-one__card:hover .demo-one__image::before {
  opacity: 1;
}
.demo-one__card:hover .demo-one__image img {
  transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scale(1.1);
}
.demo-one__title {
  padding-top: 28px;
  padding-bottom: 28px;
}

.home-showcase .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 20px;
}
.home-showcase__inner {
  max-height: 90vh;
  overflow-y: scroll;
  padding: 40px 40px 21px;
  background-color: var(--bemox-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--bemox-black3-rgb, 4, 4, 4), 0.07);
}
.home-showcase .demo-one__card {
  box-shadow: none;
}
.home-showcase .demo-one__title {
  padding: 0;
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 10px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
/*** Team Details **/
.team-details {
  position: relative;
  z-index: 1;
}
.team-details__image img {
  object-fit: cover;
  width: 100%;
}
.team-details__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
}
.team-details__designation {
  color: #5E5B5B;
  font-size: 16px;
  font-weight: 400;
  line-height: 156.25%;
  margin-bottom: 20px;
}
.team-details__text {
  margin: 0;
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
}
.team-details__box {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .team-details__box {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.team-details__box__content {
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  padding: 40px 30px 40px 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .team-details__box__content {
    padding: 40px 50px 40px 70px;
    border-left: none;
  }
}
.team-details__box__content::after {
  content: "";
  position: absolute;
  left: 50px;
  width: 2px;
  top: 40px;
  bottom: 40px;
  background-color: #D9D9D9;
  z-index: -2;
}
@media (max-width: 1199px) {
  .team-details__box__content::after {
    display: none;
  }
}
.team-details__box__content::before {
  content: "";
  position: absolute;
  left: 50px;
  width: 2px;
  top: 40px;
  height: 32px;
  background-color: var(--bemox-base, #C3EE18);
  z-index: -1;
  animation: slideTop 2s linear infinite;
}
@media (max-width: 1199px) {
  .team-details__box__content::before {
    display: none;
  }
}
.team-details__box__title {
  color: var(--bemox-black4, #333333);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.636%;
  text-transform: capitalize;
  margin: 0 0 15px;
}
.team-details__box__text {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}
.team-details__box__text::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid var(--bemox-base, #C3EE18);
  position: absolute;
  top: 5px;
  left: 0px;
}
.team-details__box__text::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--bemox-black, #000000);
  position: absolute;
  top: 9px;
  left: 4px;
}
.team-details__box__text + .team-details__box__text {
  margin-top: 15px;
}
.team-details__list {
  margin: 0;
  max-width: 320px;
  width: 100%;
}
.team-details__list__item {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 22px 10px 22px 30px;
  gap: 20px;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 600ms ease-in-out;
}
.team-details__list__item--two {
  padding: 22px 10px 22px 30px;
}
.team-details__list__item--two .team-details__list__icon {
  font-size: 65px;
  color: var(--bemox-base, #C3EE18);
}
.team-details__list__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bemox-base, #C3EE18);
  transform: translateY(-100%);
  transition: all 600ms ease-in-out;
  z-index: -1;
}
.team-details__list__item:hover {
  border-color: var(--bemox-base, #C3EE18);
}
.team-details__list__item:hover::after {
  transform: translateY(0%);
}
.team-details__list__icon {
  font-size: 40px;
  color: var(--bemox-black, #000000);
  line-height: normal;
  transition: all 600ms ease-in-out;
}
.team-details__list__title {
  color: #1B1A1A;
  text-transform: capitalize;
  font-size: 25px;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  display: block;
  transition: all 600ms ease-in-out;
}
.team-details__list__link {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  transition: all 600ms ease-in-out;
}
.team-details__list a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-details__list a:hover {
  background-size: 100% 1px;
}
.team-details__list p {
  margin-top: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 156.25%;
}

.team-skills-one {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.team-skills-one__title {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 10px;
}
.team-skills-one__text {
  margin-bottom: 20px;
}
.team-skills-one__certificate {
  display: flex;
  align-items: center;
  gap: 40px;
}
.team-skills-one__certificate img {
  object-fit: cover;
  width: 100%;
}
@media (max-width: 575px) {
  .team-skills-one__certificate {
    flex-direction: column;
  }
}
.team-skills-one__feature {
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
  .team-skills-one__feature {
    flex-wrap: wrap;
  }
}
.team-skills-one__feature__item {
  flex: 33%;
  width: 33%;
  padding: 30px;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
  .team-skills-one__feature__item {
    flex: 50%;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .team-skills-one__feature__item {
    flex: 100%;
    width: 100%;
  }
}
.team-skills-one__feature__item + .team-skills-one__feature__item {
  border-left: 1px solid var(--bemox-border-color, #DDDDDD);
}
@media (max-width: 575px) {
  .team-skills-one__feature__item + .team-skills-one__feature__item {
    border-left: none;
  }
}
.team-skills-one__funfact {
  color: var(--bemox-black3, #040404);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.team-skills-one__count-bar {
  max-width: 108px;
  width: 100%;
  height: 108px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.team-skills-one__count-bar .circle-progress {
  position: absolute;
  top: 0;
  left: 0;
}
.team-skills-one__funfact-text {
  text-align: center;
  color: var(--bemox-black3, #040404);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.team-skills-one__inner {
  padding-bottom: 130px;
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
}
@media (max-width: 767px) {
  .team-skills-one__inner {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .team-skills-one__inner {
    padding-bottom: 80px;
  }
}

.skill-area-one {
  position: relative;
  z-index: 1;
}
.skill-area-one__thumb__box {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 45px);
  overflow: hidden;
}
@media (max-width: 991px) {
  .skill-area-one__thumb__box {
    position: relative;
    width: 100%;
  }
  .skill-area-one__thumb__box img {
    object-fit: cover;
    width: 100%;
  }
}
.skill-area-one__thumb__text-box {
  text-align: center;
  padding: 28px;
  border-radius: 10px;
  position: absolute;
  bottom: 30px;
  z-index: 1;
  right: 30px;
  left: 30px;
  border: 3px solid var(--bemox-white, #fff);
  background: linear-gradient(270deg, rgba(32, 157, 47, 0.6) 0%, rgba(7, 34, 10, 0.6) 44.5%);
}
.skill-area-one__thumb__text {
  color: var(--bemox-white, #fff);
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  .skill-area-one__thumb__text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .skill-area-one__content {
    margin-right: 70px;
  }
}
.skill-area-one__content .sec-title {
  padding-bottom: 10px;
}
.skill-area-one__content .skill-area-one__text {
  margin-bottom: 15px;
}
.skill-area-one__progess {
  margin-bottom: 40px;
}
.skill-area-one__shape {
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: -1;
}
.skill-area-one__shape img {
  animation: movebounce2 3s ease-in-out infinite;
}

/*team-Progress*/
.progress-box__inner .progress-box__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.progress-box__inner .progress-box__text,
.progress-box__inner .progress-box__title {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  color: var(--bemox-black2, #131111);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 144.444%;
  margin: 0;
}
.progress-box__inner .progress-box__bar {
  height: 16px;
  background-color: transparent;
  border: 1px solid var(--bemox-base, #C3EE18);
  position: relative;
  border-radius: 20px;
}
.progress-box__inner .progress-box__bar .progress-box__bar__inner {
  position: absolute;
  bottom: 3px;
  top: 3px;
  left: 3px;
  border-radius: 20px;
  background-color: var(--bemox-base, #C3EE18);
  transition: all 800ms linear;
  background-image: url(../images/shapes/team-shape-1-1.png);
  background-repeat: repeat;
  background-size: cover;
  background-position: top left;
}
.progress-box__inner .progress-box__number {
  width: 21px;
  height: 25px;
  background-color: var(--bemox-base, #C3EE18);
  position: absolute;
  bottom: 11px;
  right: -8px;
  -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 25.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,25.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M63 235 c-39 -16 -50 -37 -54 -95 -3 -41 -2 -45 19 -42 17 3 28 -7 49 -42 15 -25 30 -46 33 -46 3 0 18 21 33 46 21 35 32 45 49 42 21 -3 22 1 19 42 -4 59 -16 79 -56 96 -42 17 -51 17 -92 -1z m89 -42 c22 -20 25 -73 3 -73 -9 0 -21 -11 -27 -25 -14 -31 -22 -31 -36 0 -6 14 -18 25 -27 25 -21 0 -20 48 2 72 20 22 61 23 85 1z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 25.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,25.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M63 235 c-39 -16 -50 -37 -54 -95 -3 -41 -2 -45 19 -42 17 3 28 -7 49 -42 15 -25 30 -46 33 -46 3 0 18 21 33 46 21 35 32 45 49 42 21 -3 22 1 19 42 -4 59 -16 79 -56 96 -42 17 -51 17 -92 -1z m89 -42 c22 -20 25 -73 3 -73 -9 0 -21 -11 -27 -25 -14 -31 -22 -31 -36 0 -6 14 -18 25 -27 25 -21 0 -20 48 2 72 20 22 61 23 85 1z"/> </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;
}

.progress-box__inner + .progress-box__inner {
  margin-top: 25px;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-area {
  position: relative;
  z-index: 1;
  counter-reset: funfactCount;
}
.funfact-area__list {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .funfact-area__list {
    flex-wrap: wrap;
    gap: 50px 30px;
  }
}
@media (max-width: 575px) {
  .funfact-area__list {
    gap: 70px;
  }
}
.funfact-area__list li + li {
  margin-left: -35px;
}
@media (max-width: 991px) {
  .funfact-area__list li + li {
    margin-left: 0;
  }
}
.funfact-area__list li {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .funfact-area__list li {
    flex: 0 0 auto;
    width: 47%;
  }
}
@media (max-width: 575px) {
  .funfact-area__list li {
    flex: 0 0 auto;
    width: 100%;
  }
}
.funfact-area__list__count {
  text-align: center;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 70px;
  line-height: 80%;
  background: linear-gradient(180deg, #000000 0%, rgba(102, 102, 102, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  counter-increment: funfactCount;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.funfact-area__list__count::before {
  content: counters(funfactCount, ".", decimal-leading-zero);
}
.funfact-area__list li:hover .funfact-area__list__count {
  visibility: visible;
  opacity: 1;
}
.funfact-area__list li:hover .funfact-area__item {
  margin-top: -50px;
}
.funfact-area__item {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 425px) {
  .funfact-area__item {
    width: 259px;
    height: 259px;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .funfact-area__item {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 575px) {
  .funfact-area__item {
    margin-left: auto;
    margin-right: auto;
  }
}
.funfact-area__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bemox-primary, #222222);
  transform: translateY(85%);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.funfact-area__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  border: 1px dashed var(--bemox-primary, #222222);
  visibility: hidden;
  opacity: 0;
}
.funfact-area__item__count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: var(--bemox-primary, #222222);
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  padding-bottom: 28px;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  transition: all 0.4s ease-in-out;
}
.funfact-area__item__count span {
  color: inherit;
}
.funfact-area__item__count::after {
  content: "";
  position: absolute;
  bottom: 7.3px;
  width: 97px;
  height: 2px;
  background-color: var(--bemox-primary, #222222);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.funfact-area__item__count::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 15.71px;
  height: 15.71px;
  background-color: var(--bemox-base, #C3EE18);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.funfact-area__item__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  text-transform: capitalize;
  color: var(--bemox-black4, #333333);
  margin-bottom: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.funfact-area__item:hover::after {
  background-color: var(--bemox-base, #C3EE18);
  transform: translateY(0%);
}
.funfact-area__item:hover::before {
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.funfact-area__item:hover .funfact-area__item__count {
  color: var(--bemox-primary, #222222);
}
.funfact-area__item:hover .funfact-area__item__count::before, .funfact-area__item:hover .funfact-area__item__count::after {
  background-color: var(--bemox-primary, #222222);
}
.funfact-area__item:hover .funfact-area__item__text {
  color: var(--bemox-primary, #222222);
}

.funfact-area-two {
  position: relative;
}
.funfact-area-two__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .funfact-area-two__list {
    flex-wrap: wrap;
    gap: 30px;
    align-items: start;
  }
}
.funfact-area-two__list li {
  flex: 0 0 auto;
  width: 25%;
}
@media (max-width: 991px) {
  .funfact-area-two__list li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 425px) {
  .funfact-area-two__list li {
    width: 100%;
  }
}
.funfact-area-two__item {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (max-width: 991px) {
  .funfact-area-two__item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 425px) {
  .funfact-area-two__item {
    max-width: 270px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.funfact-area-two__item__count {
  font-weight: 500;
  font-size: 80px;
  line-height: 132%;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  display: flex;
  align-items: center;
  margin-bottom: 19px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .funfact-area-two__item__count {
    font-size: 60px;
    line-height: 100%;
  }
}
.funfact-area-two__item__count::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 30%;
  width: 4px;
  height: 9px;
  background-color: var(--bemox-base, #C3EE18);
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.funfact-area-two__item__count::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--bemox-black3, #040404);
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.funfact-area-two__item__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .funfact-area-two__item__text {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .funfact-area-two__item__text {
    font-size: 16px;
  }
}
.funfact-area-two__item:hover .funfact-area-two__item__count::before {
  width: 100%;
  visibility: visible;
}
.funfact-area-two__item:hover .funfact-area-two__item__count::after {
  transform: scale(2.2);
}

.funfact-three {
  position: relative;
  z-index: 1;
  padding-bottom: 348px;
}
@media (max-width: 991px) {
  .funfact-three {
    padding-bottom: 130px;
  }
}
.funfact-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
.funfact-three__list {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .funfact-three__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 425px) {
  .funfact-three__list {
    gap: 30px;
  }
}
.funfact-three__list li {
  flex: 0 0 auto;
  width: 25%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .funfact-three__list li {
    width: 50%;
  }
}
@media (max-width: 425px) {
  .funfact-three__list li {
    width: 100%;
  }
}
.funfact-three__list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -62.88px;
  width: 63px;
  height: 63px;
  background-color: var(--bemox-base, #C3EE18);
  z-index: -1;
  transition: all 0.4s ease-in-out;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media (max-width: 991px) {
  .funfact-three__list li::after {
    display: none;
  }
}
.funfact-three__list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -62.88px;
  width: 63px;
  height: 63px;
  background-color: var(--bemox-base, #C3EE18);
  z-index: -1;
  transition: all 0.4s ease-in-out;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 991px) {
  .funfact-three__list li::before {
    display: none;
  }
}
.funfact-three__list li:first-child::before {
  display: none;
}
.funfact-three__list li:last-child::after {
  display: none;
}
.funfact-three__list li:nth-child(even) {
  transform: translateY(100%);
}
@media (max-width: 991px) {
  .funfact-three__list li:nth-child(even) {
    transform: translateY(0%);
  }
}
.funfact-three__list li:nth-child(even)::after {
  top: 0;
  bottom: auto;
  right: -62.88px;
  width: 63px;
  height: 63px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.funfact-three__list li:nth-child(even)::before {
  top: 0;
  bottom: auto;
  left: -62.88px;
  width: 63px;
  height: 63px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.funfact-three__list__item {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
  padding: 30px 42px;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 767px) {
  .funfact-three__list__item {
    padding: 20px;
  }
}
.funfact-three__list .funfact-three__item__count {
  display: flex;
  align-items: center;
  justify-content: start;
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 132%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
  .funfact-three__list .funfact-three__item__count {
    font-size: 50px;
  }
}
.funfact-three__list .funfact-three__item__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
  .funfact-three__list .funfact-three__item__text {
    font-size: 16px;
  }
}
.funfact-three__shape-one {
  position: absolute;
  top: 0;
  right: 5%;
  z-index: -1;
}
.funfact-three__shape-one img {
  animation: slideRight 3s linear infinite;
}
@media (max-width: 1340px) {
  .funfact-three__shape-one {
    display: none;
  }
}
.funfact-three__shape-two {
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: -1;
}
.funfact-three__shape-two img {
  animation: slideRight 3s linear infinite;
}
@media (max-width: 1340px) {
  .funfact-three__shape-two {
    display: none;
  }
}

.funfact-six {
  position: relative;
}
.funfact-six__list {
  margin-bottom: 0;
  display: flex;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  background-color: var(--bemox-white, #fff);
  position: relative;
  z-index: 1;
  margin-bottom: -50px;
}
@media (max-width: 991px) {
  .funfact-six__list {
    flex-wrap: wrap;
  }
}
.funfact-six__list__item {
  flex: 0 0 auto;
  width: 25%;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .funfact-six__list__item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .funfact-six__list__item {
    width: 100%;
  }
}
.funfact-six__list__item__count {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 16.5px 10px;
  font-weight: 500;
  font-size: 80px;
  line-height: 132%;
  margin-bottom: 0;
  color: var(--bemox-white, #fff);
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
  position: relative;
  z-index: 1;
  text-shadow: -1px 0 0 var(--bemox-primary, #222222), 1px 0 0 var(--bemox-primary, #222222), 0 -1px 0 var(--bemox-primary, #222222), 0 1px 0 var(--bemox-primary, #222222), -1px -1px 0 var(--bemox-primary, #222222), 1px -1px 0 var(--bemox-primary, #222222), -1px 1px 0 var(--bemox-primary, #222222), 1px 1px 0 var(--bemox-primary, #222222);
}
.funfact-six__list__item__count span {
  color: inherit;
}
.funfact-six__list__item__count::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: var(--bemox-base, #C3EE18);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.funfact-six__list__item__count::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 11px;
  background-color: var(--bemox-base, #C3EE18);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.funfact-six__list__item__text {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
  width: 100%;
  padding: 16.5px 10px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}
.funfact-six__list__item__text::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background-color: var(--bemox-black3, #040404);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.funfact-six__list__item__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 9px;
  background-color: var(--bemox-black3, #040404);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.funfact-six__list__item:hover .funfact-six__list__item__text::before, .funfact-six__list__item:hover .funfact-six__list__item__text::after,
.funfact-six__list__item:hover .funfact-six__list__item__count::before,
.funfact-six__list__item:hover .funfact-six__list__item__count::after {
  visibility: visible;
  opacity: 1;
}
.funfact-six__list__item:hover .funfact-six__list__item__text {
  color: var(--bemox-white, #fff);
}
.funfact-six__list__item + .funfact-six__list__item {
  border-left: 1px solid var(--bemox-border-color, #DDDDDD);
}
.funfact-six--two .funfact-six__list {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: -101px;
  position: relative;
  z-index: 2;
}
.funfact-six--two .funfact-six__list__item__count::after,
.funfact-six--two .funfact-six__list__item__text::after {
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-area {
  position: relative;
  z-index: 1;
}
.testimonials-area__top {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .testimonials-area__top {
    margin-bottom: -115px;
  }
}
.testimonials-area__top .sec-title {
  margin-bottom: 0px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .testimonials-area__top .sec-title {
    padding-bottom: 0px;
  }
}
.testimonials-area__top .sec-title .sec-title__title__text {
  max-width: 400px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .testimonials-area__top .sec-title .sec-title__title__text {
    max-width: 100%;
  }
}
.testimonials-area__top .sec-title .sec-title__title {
  color: var(--bemox-primary, #222222);
  font-weight: 700;
  font-size: 45px;
  line-height: 107%;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .testimonials-area__top .sec-title .sec-title__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .testimonials-area__top .sec-title .sec-title__title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .testimonials-area__top .sec-title .sec-title__title {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .testimonials-area__top .sec-title .sec-title__title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .testimonials-area__top .sec-title .sec-title__title br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .testimonials-area__top .sec-title__two {
    margin-left: -30px;
  }
}
.testimonials-area__thumb-carouse {
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .testimonials-area__thumb-carouse {
    margin-right: -32px;
  }
}
.testimonials-area__thumb-carouse img {
  object-fit: cover;
  width: 100%;
}
.testimonials-area__inner__quite {
  width: 107px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-black3, #040404);
  font-size: 53px;
  color: var(--bemox-white, #fff);
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .testimonials-area__inner__quite {
    font-size: 30px;
    width: 65px;
    height: 65px;
    margin-left: 0;
  }
}
.testimonials-area__carousel {
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  padding: 50px 50px 48px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .testimonials-area__carousel {
    padding: 30px;
  }
}
.testimonials-area__item__top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 6px;
}
.testimonials-area__item__top .icon {
  width: 24.5px;
  height: 24.5px;
  background-color: var(--bemox-base, #C3EE18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 50%;
  color: var(--bemox-black, #000000);
}
.testimonials-area__item__rating {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  margin-left: 18px;
}
.testimonials-area__item__text {
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 26px;
  color: #3E3E3E;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
}
.testimonials-area__item__text span {
  color: var(--bemox-base, #C3EE18);
}
@media (max-width: 1199px) and (min-width: 992px) {
  .testimonials-area__item__text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .testimonials-area__item__text {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.testimonials-area__item .author .author__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  margin-bottom: 4px;
}
@media (max-width: 575px) {
  .testimonials-area__item .author .author__name {
    font-size: 22px;
    padding: 0;
  }
}
.testimonials-area__item .author .author__dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #B2AFA6;
  margin-bottom: 0;
  text-transform: capitalize;
  margin-bottom: -4px;
}
.testimonials-area__thumb {
  position: relative;
  z-index: 1;
}
.testimonials-area__thumb__video {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid var(--bemox-white, #fff);
  padding: 3px;
  position: absolute;
  top: 24px;
  right: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .testimonials-area__thumb__video {
    right: 30px;
    top: 30px;
  }
}
.testimonials-area__thumb__video .video-popup {
  width: calc(100% - 5.8px);
  height: calc(100% - 5.8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--bemox-black3, #040404);
  background-color: var(--bemox-base, #C3EE18);
  border-radius: 50%;
}
.testimonials-area .bemox-slick__counter {
  position: absolute;
  bottom: 70px;
  right: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 240px;
  width: 100%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .testimonials-area .bemox-slick__counter {
    bottom: 35px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .testimonials-area .bemox-slick__counter {
    max-width: 120px;
    bottom: 30px;
  }
}
.testimonials-area .bemox-slick__counter span {
  font-weight: 600;
  font-size: 22px;
  line-height: 118%;
  color: var(--bemox-black, #000000);
  display: block;
}
.testimonials-area .bemox-slick__counter::after {
  content: "";
  width: 160px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/shapes/testimonials-counter-shape.png);
  position: absolute;
  top: 50%;
  left: 38px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .testimonials-area .bemox-slick__counter::after {
    width: 50px;
  }
}

.testimonials-two {
  position: relative;
  z-index: 1;
}
.testimonials-two__top {
  padding-bottom: 70px;
}
@media (min-width: 1200px) {
  .testimonials-two__top {
    padding-bottom: 50px;
  }
}
.testimonials-two__top .sec-title {
  padding-bottom: 0;
}
.testimonials-two__top .sec-title__tagline {
  padding-bottom: 20px;
}
.testimonials-two .sec-title__funfact {
  margin-bottom: 40px;
}
.testimonials-two .sec-title__funfact__count {
  display: flex;
  align-items: center;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 100px;
  line-height: 48%;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .testimonials-two .sec-title__funfact__count {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .testimonials-two .sec-title__funfact__count {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .testimonials-two .sec-title__funfact__count {
    font-size: 40px;
  }
}
.testimonials-two__thumb {
  position: relative;
  z-index: 1;
}
.testimonials-two__thumb__item {
  margin-top: -70px;
}
.testimonials-two__thumb__item img {
  object-fit: cover;
  width: 100%;
}
.testimonials-two__thumb__shape {
  position: absolute;
  bottom: 80px;
  position: absolute;
  left: 60px;
  right: 35px;
  height: 459px;
  background: var(--bemox-base, #C3EE18);
  border-radius: 1000px 1000px 0 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .testimonials-two__thumb__shape {
    left: 10px;
    right: 10px;
    bottom: 0;
  }
}
.testimonials-two__thumb .shape-quite {
  position: absolute;
  top: 40px;
  left: 40px;
}
.testimonials-two__thumb .shape-quite img {
  animation: slideTop 3s ease-in-out infinite;
}
.testimonials-two__item {
  position: relative;
  background: var(--bemox-white, #fff);
  border-radius: 20px;
  box-shadow: 0px 0px 10.3px rgba(0, 0, 0, 0.12);
  padding: 45px 50px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .testimonials-two__item {
    padding: 30px;
  }
}
.testimonials-two__item::after {
  width: 90px;
  height: 90px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--bemox-base, #C3EE18);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: -1;
}
.testimonials-two__item__top {
  margin-bottom: 20px;
}
.testimonials-two__item .star {
  display: flex;
  align-items: center;
  gap: 6px;
}
.testimonials-two__item .star .icon {
  width: 24.5px;
  height: 24.5px;
  background-color: var(--bemox-base, #C3EE18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 50%;
  color: var(--bemox-black, #000000);
}
.testimonials-two__item__rating {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: var(--bemox-text, #636363);
  margin-bottom: 0;
  margin-left: 10px;
}
.testimonials-two__item .quite {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-black3, #040404);
  font-size: 25px;
  color: var(--bemox-white, #fff);
  border-radius: 50%;
  position: absolute;
  top: 17px;
  right: 27px;
}
.testimonials-two__item__text {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 158%;
  text-transform: capitalize;
  color: var(--bemox-text, #636363);
  margin-bottom: 150px;
}
@media (max-width: 575px) {
  .testimonials-two__item__text {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.testimonials-two__item__autor .name {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  margin-bottom: 4px;
}
.testimonials-two__item__autor .dectraption {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #B2AFA6;
  margin-bottom: 0;
  text-transform: capitalize;
  margin-bottom: -4px;
}
.testimonials-two__inner-box {
  position: relative;
  z-index: 1;
  padding-right: 66px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .testimonials-two__inner-box {
    padding-right: 0;
  }
}
.testimonials-two__inner-box::after {
  content: "";
  background: #ECF8F8;
  border-radius: 20px;
  height: 375px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .testimonials-two__inner-box::after {
    display: none;
  }
}
.testimonials-two__inner {
  position: relative;
  z-index: 1;
}
.testimonials-two__author {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  background-color: var(--bemox-black2, #131111);
  border-radius: 100px;
  gap: 18px;
  right: 50px;
  bottom: 130px;
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .testimonials-two__author {
    gap: 0;
  }
}
@media (max-width: 575px) {
  .testimonials-two__author {
    display: none;
  }
}
.testimonials-two__author__item {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}
.testimonials-two__author__item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  background-color: var(--bemox-base, #C3EE18);
  z-index: -1;
}
.testimonials-two__author__item img {
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--bemox-black2, #131111);
}
.testimonials-two__author__item.active::after {
  transform: translateX(-50%) scaleY(1);
}
.testimonials-two__author__item.active img {
  border-color: var(--bemox-white, #fff);
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .testimonials-two__author__item + .testimonials-two__author__item {
    margin-left: -10px;
  }
}
.testimonials-two .owl-nav {
  position: absolute;
  bottom: 47px;
  right: 50px;
}
@media (max-width: 500px) {
  .testimonials-two .owl-nav {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 20px;
  }
}
.testimonials-two .bemox-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  width: 53px;
  height: 53px;
}

@media (max-width: 991px) {
  .testimonials-four {
    background-color: #ECF8F8;
  }
}
.testimonials-four__inner {
  display: flex;
  align-items: center;
  background-color: #ECF8F8;
  border-radius: 1000px;
  position: relative;
  z-index: 1;
  padding: 58px;
  overflow: hidden;
  gap: 35px;
}
@media (max-width: 991px) {
  .testimonials-four__inner {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    border-radius: 0;
    padding: 0;
  }
}
.testimonials-four__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  background-color: var(--bemox-base, #C3EE18);
  z-index: -1;
}
@media (max-width: 991px) {
  .testimonials-four__inner::after {
    display: none;
  }
}
.testimonials-four__thumb-box {
  flex: 0 0 auto;
  width: 362px;
}
@media (max-width: 991px) {
  .testimonials-four__thumb-box {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 425px) {
  .testimonials-four__thumb-box {
    width: 100%;
  }
}
.testimonials-four__carousel-box {
  flex: 0 0 auto;
  width: calc(100% - 365px);
}
@media (max-width: 991px) {
  .testimonials-four__carousel-box {
    width: 100%;
  }
}
.testimonials-four__shape {
  position: absolute;
  right: 0;
  top: 0;
}
.testimonials-four__item__top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 6px;
}
.testimonials-four__item__top .icon {
  width: 24.5px;
  height: 24.5px;
  background-color: var(--bemox-base, #C3EE18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 50%;
  color: var(--bemox-white, #fff);
}
@media (max-width: 425px) {
  .testimonials-four__item__top .icon {
    font-size: 14px;
    width: 18px;
    height: 18px;
  }
}
.testimonials-four__item__rating {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  margin-left: 10px;
}
@media (max-width: 425px) {
  .testimonials-four__item__rating {
    font-size: 14px;
  }
}
.testimonials-four__item__text {
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 26px;
  color: #3E3E3E;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .testimonials-four__item__text {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.testimonials-four__item__text span {
  color: var(--bemox-base, #C3EE18);
  font-weight: 600;
}
.testimonials-four__item .author .author__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  margin-bottom: 4px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .testimonials-four__item .author .author__name {
    font-size: 20px;
  }
}
.testimonials-four__item .author .author__dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #B2AFA6;
  margin-bottom: 0;
  text-transform: capitalize;
  margin-bottom: -4px;
}
.testimonials-four__quite {
  position: absolute;
  bottom: 60px;
  right: 190px;
  font-size: 88px;
  transform: rotate(180deg);
  color: #656565;
  line-height: 0;
}
@media (max-width: 1199px) {
  .testimonials-four__quite {
    right: 50px;
    bottom: 70px;
  }
}
@media (max-width: 991px) {
  .testimonials-four__quite {
    right: 30px;
    bottom: 60px;
    font-size: 50px;
  }
}
.testimonials-four__thumb {
  position: relative;
  z-index: 1;
}
.testimonials-four__thumb__item {
  border: 12px solid var(--bemox-white, #fff);
  border-radius: 50%;
}
.testimonials-four__thumb__item img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
}
.testimonials-four .thumb-quite {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 35px;
  color: var(--bemox-white, #fff);
  position: absolute;
  top: 30px;
  right: 27px;
  background-color: var(--bemox-black3, #040404);
}
.testimonials-four .slick-dots {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
.testimonials-four .slick-dots button {
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  margin: 0;
  transition: all 300ms ease;
}
.testimonials-four .slick-dots button::after {
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: transparent;
  content: "";
  left: 3px;
  top: 3px;
  border-radius: 50%;
  border: 2px solid var(--bemox-black3, #040404);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonials-four .slick-dots button:hover {
  background-color: var(--bemox-base, #C3EE18);
}
.testimonials-four .slick-dots button:hover::after {
  border-color: var(--bemox-base, #C3EE18);
}
.testimonials-four .slick-dots li.slick-active button {
  background-color: var(--bemox-base, #C3EE18);
}
.testimonials-four .slick-dots li.slick-active button::after {
  border-color: var(--bemox-base, #C3EE18);
}
.testimonials-four .slick-dots.disabled {
  display: none;
}

/*--------------------------------------------------------------
# why-choose
--------------------------------------------------------------*/
.why-choose-area {
  position: relative;
  z-index: 1;
  background-color: #ECF8F8;
  height: 200vh;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .why-choose-area {
    height: auto;
  }
}
.why-choose-area__inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.why-choose-area__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shapes/why-choose-shape.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.why-choose-area .sec-title {
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .why-choose-area .sec-title {
    padding-bottom: 11px;
  }
}
.why-choose-area__content {
  padding-top: 120px;
  margin-right: 18px;
  position: relative;
  z-index: 1;
}
.why-choose-area__feature {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 470px;
  margin-bottom: 25px;
}
.why-choose-area__feature .icon {
  max-width: 66px;
  width: 100%;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-white, #fff);
  border: 1px solid var(--bemox-base, #C3EE18);
  border-radius: 5px;
  font-size: 37px;
  color: var(--bemox-primary, #222222);
  transition: all 0.4s ease-in-out;
}
.why-choose-area__feature .text {
  margin-bottom: 0;
}
.why-choose-area__feature:hover .icon {
  background-color: var(--bemox-base, #C3EE18);
}
.why-choose-area__list__area {
  background-color: var(--bemox-base, #C3EE18);
  padding: 40px 116px 47px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .why-choose-area__list__area {
    padding: 40px 40px 40px;
  }
}
@media (max-width: 425px) {
  .why-choose-area__list__area {
    padding: 30px 20px 30px;
  }
}
.why-choose-area__list__area::after {
  content: "";
  width: 108px;
  height: 137px;
  position: absolute;
  bottom: 0;
  left: -0.8px;
  background-color: #ECF8F8;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .why-choose-area__list__area::after {
    display: none;
  }
}
.why-choose-area__list__area__btn {
  position: absolute;
  z-index: 2;
  bottom: 91px;
  left: 0;
  transform: rotate(-129.47deg);
}
@media (max-width: 1199px) {
  .why-choose-area__list__area__btn {
    position: relative;
    bottom: 0;
    transform: rotate(0);
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .why-choose-area__list__area__shape {
    display: none;
  }
}
.why-choose-area__list__area__shape::after {
  content: "";
  width: 280px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -0.8px;
  background-color: #ECF8F8;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.why-choose-area__list__area__shape::before {
  content: "";
  width: 280px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -0.8px;
  background-color: var(--bemox-white, #fff);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.why-choose-area__list {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.why-choose-area__list__item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: calc(var(--i) * 75px);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .why-choose-area__list__item {
    margin-left: 0;
  }
}
.why-choose-area__list__item:hover .icon {
  background-color: var(--bemox-black3, #040404);
  color: var(--bemox-base, #C3EE18);
}
.why-choose-area__list__item + .why-choose-area__list__item {
  margin-top: 29px;
}
@media (max-width: 1199px) {
  .why-choose-area__list__item + .why-choose-area__list__item {
    margin-top: 15px;
  }
}
.why-choose-area__list .icon {
  max-width: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 50px;
  border: 1px solid var(--bemox-primary, #222222);
  font-size: 22px;
  color: var(--bemox-primary, #222222);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .why-choose-area__list .icon {
    max-width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.why-choose-area__list .text {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  text-transform: uppercase;
  color: var(--bemox-black3, #040404);
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.why-choose-area__list .text:hover {
  background-size: 100% 1px;
}
@media (max-width: 575px) {
  .why-choose-area__list .text {
    font-size: 18px;
  }
}
.why-choose-area__list .text:hover {
  font-weight: 900;
}
.why-choose-area__thumb {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% - 175px);
  overflow: hidden;
}
.why-choose-area__thumb img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .why-choose-area__thumb {
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
  }
  .why-choose-area__thumb img {
    object-fit: cover;
    width: 100%;
  }
}
.why-choose-area__shape {
  position: absolute;
  left: 50%;
  top: calc(50vh + 50%);
  transform: translate(-50%, -50%);
}

.marketing-solution {
  position: relative;
  z-index: 1;
  counter-reset: marketingCount;
}
.marketing-solution__top {
  margin-bottom: 35px;
}
.marketing-solution__top .sec-title {
  padding-bottom: 13px;
}
.marketing-solution__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.6;
  z-index: -1;
}
.marketing-solution__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 20px;
  padding-bottom: 51px;
}
@media (max-width: 991px) {
  .marketing-solution__list {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .marketing-solution__list {
    justify-content: center;
  }
}
.marketing-solution__list__item {
  position: relative;
  z-index: 1;
}
.marketing-solution__list__item::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 20px;
  background: #040404;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: all 0.4s ease-in-out;
}
.marketing-solution__list__item__icon {
  max-width: 72px;
  width: 100%;
  height: 72px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-base, #C3EE18);
  font-size: 45px;
  color: var(--bemox-primary, #222222);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) and (min-width: 768px), (max-wid) {
  .marketing-solution__list__item__icon {
    max-width: 50px;
    max-height: 50px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .marketing-solution__list__item__icon {
    width: 72px;
  }
}
@media (max-width: 375px) {
  .marketing-solution__list__item__icon {
    max-width: 60px;
    max-height: 60px;
    width: 60px;
    font-size: 40px;
  }
}
.marketing-solution__list__item__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bemox-black3, #040404);
  transition: all 0.4s ease-in-out;
  transform: rotateY(90deg);
  z-index: -1;
}
.marketing-solution__list__item__text {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 22px;
  line-height: 114%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .marketing-solution__list__item__text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .marketing-solution__list__item__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .marketing-solution__list__item__text {
    display: none;
  }
}
.marketing-solution__list__item__number {
  font-weight: 700;
  font-size: 24px;
  line-height: 104%;
  text-transform: capitalize;
  color: var(--bemox-base, #C3EE18);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .marketing-solution__list__item__number {
    display: none;
  }
}
.marketing-solution__list__item__number {
  text-shadow: -1px 0 0 var(--bemox-black, #000000), 1px 0 0 var(--bemox-black, #000000), 0 -1px 0 var(--bemox-black, #000000), 0 1px 0 var(--bemox-black, #000000), -1px -1px 0 var(--bemox-black, #000000), 1px -1px 0 var(--bemox-black, #000000), -1px 1px 0 var(--bemox-black, #000000), 1px 1px 0 var(--bemox-black, #000000);
  counter-increment: marketingCount;
}
.marketing-solution__list__item__number::before {
  content: counters(marketingCount, ".", decimal-leading-zero) ".";
}
.marketing-solution__list__item .marketing-solution__list__box {
  background-color: var(--bemox-black3, #040404);
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.marketing-solution__list__item .marketing-solution__list__box::after {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  bottom: -6px;
  right: -9px;
  background-color: var(--bemox-base, #C3EE18);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.marketing-solution__list__item.active-btn::before, .marketing-solution__list__item:hover::before {
  transform: translateX(-50%) translateY(19px);
}
.marketing-solution__list__item.active-btn .marketing-solution__list__box::after, .marketing-solution__list__item:hover .marketing-solution__list__box::after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  content: "";
  position: absolute;
  border-radius: 0;
}
.marketing-solution__list__item.active-btn .marketing-solution__list__item__number, .marketing-solution__list__item:hover .marketing-solution__list__item__number {
  visibility: visible;
  opacity: 1;
}
.marketing-solution__list__item.active-btn .marketing-solution__list__item__text, .marketing-solution__list__item:hover .marketing-solution__list__item__text {
  color: var(--bemox-primary, #222222);
}
.marketing-solution__list__item.active-btn .marketing-solution__list__item__icon, .marketing-solution__list__item:hover .marketing-solution__list__item__icon {
  color: var(--bemox-white, #fff);
}
.marketing-solution__list__item.active-btn .marketing-solution__list__item__icon::after, .marketing-solution__list__item:hover .marketing-solution__list__item__icon::after {
  transform: rotateY(0deg);
}
.marketing-solution__thumb img {
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
.marketing-solution .marketing-area__content {
  background-color: var(--bemox-white, #fff);
}

.why-choose-five {
  position: relative;
  background-color: var(--bemox-base, #C3EE18);
  padding-top: 235px;
  counter-reset: chooseFive;
  z-index: 1;
}
@media (max-width: 991px) {
  .why-choose-five {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .why-choose-five {
    padding-top: 180px;
  }
}
.why-choose-five__top {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .why-choose-five__top {
    margin-bottom: 40px;
  }
}
.why-choose-five__sec-title {
  margin-bottom: 15px;
}
.why-choose-five__sec-title .sec-title__tagline {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
}
.why-choose-five__sec-title .why-choose-five__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 107%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
}
.why-choose-five__top {
  position: relative;
}
.why-choose-five__top__shape {
  position: absolute;
  left: 0;
  bottom: 0;
  animation: slideLeft 3s ease-in-out infinite;
}
@media (max-width: 1199px) {
  .why-choose-five__top__shape {
    display: none;
  }
}
.why-choose-five__text {
  max-width: 511px;
  width: 100%;
  color: var(--bemox-white, #fff);
  margin-bottom: 22px;
}
.why-choose-five__feature {
  margin-bottom: 50px;
}
.why-choose-five__feature__item {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 7px;
  border-radius: 1000px;
  border: 1px dashed var(--bemox-white, #fff);
  max-width: 430px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.why-choose-five__feature__item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bemox-black3, #040404);
  z-index: -1;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
}
.why-choose-five__feature .icon {
  max-width: 56px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bemox-white, #fff);
  transition: all 0.4s ease-in-out;
  font-size: 32px;
  color: var(--bemox-base, #C3EE18);
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .why-choose-five__feature .icon {
    max-width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.why-choose-five__feature .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 104%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.why-choose-five__feature .title:hover {
  background-size: 100% 1px;
}
.why-choose-five__feature .title {
  cursor: pointer;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .why-choose-five__feature .title {
    font-size: 20px;
  }
}
.why-choose-five__feature__item-box + .why-choose-five__feature__item-box {
  margin-top: 30px;
}
.why-choose-five__feature__item-box {
  position: relative;
  z-index: 1;
}
.why-choose-five__feature__number {
  font-weight: 700;
  font-size: 35px;
  line-height: 71%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  opacity: 0;
  visibility: hidden;
  counter-increment: chooseFive;
  transition: all 0.4s ease-in-out;
}
.why-choose-five__feature__number::before {
  content: counters(chooseFive, ".", decimal-leading-zero);
}
.why-choose-five__feature__item-box:hover .why-choose-five__feature__item {
  margin-left: 45px;
  border-color: var(--bemox-black3, #040404);
  border-style: solid;
}
.why-choose-five__feature__item-box:hover .why-choose-five__feature__item::before {
  transform: translateX(0);
}
.why-choose-five__feature__item-box:hover .why-choose-five__feature__item .icon {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
}
.why-choose-five__feature__item-box:hover .why-choose-five__feature__number {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.why-choose-five__thumb {
  position: relative;
  z-index: 1;
}
.why-choose-five__thumb__item {
  margin-left: 85px;
}
@media (max-width: 575px) {
  .why-choose-five__thumb__item {
    margin-left: 0;
  }
}
.why-choose-five__thumb__item img {
  object-fit: cover;
  width: 100%;
  border-radius: 30px;
}
.why-choose-five__thumb__item-small {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -52px;
}
.why-choose-five__thumb__item-small img {
  object-fit: cover;
  border-radius: 30px;
}
.why-choose-five__thumb__item-small::after {
  content: "";
  position: absolute;
  width: 145px;
  top: -10px;
  right: -10px;
  background-color: var(--bemox-white, #fff);
  bottom: -10px;
  border-radius: 0 30px 30px 0;
  z-index: -2;
}
@media (max-width: 575px) {
  .why-choose-five__thumb__item-small::after {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .why-choose-five__thumb__item-small {
    left: -15px;
  }
}
@media (max-width: 575px) {
  .why-choose-five__thumb__item-small {
    position: relative;
    margin-top: 20px;
    left: 0;
    transform: translateY(0%);
  }
  .why-choose-five__thumb__item-small img {
    width: 100%;
  }
}
.why-choose-five__shape {
  position: absolute;
  bottom: 120px;
  left: 90px;
}
@media (max-width: 1440px) {
  .why-choose-five__shape {
    left: 0;
  }
}
@media (max-width: 1366px) {
  .why-choose-five__shape {
    display: none;
  }
}
.why-choose-five__letter {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 500;
  font-size: 230px;
  line-height: 293px;
  color: var(--bemox-base, #C3EE18);
  text-transform: uppercase;
  transform: rotate(-180deg);
  position: absolute;
  writing-mode: vertical-rl;
  z-index: -1;
  top: 8%;
  right: 0;
  text-shadow: -1px 0 0 rgba(255, 255, 255, 0.44), 1px 0 0 rgba(255, 255, 255, 0.44), 0 -1px 0 rgba(255, 255, 255, 0.44), 0 1px 0 rgba(255, 255, 255, 0.44), -1px -1px 0 rgba(255, 255, 255, 0.44), 1px -1px 0 rgba(255, 255, 255, 0.44), -1px 1px 0 rgba(255, 255, 255, 0.44), 1px 1px 0 rgba(255, 255, 255, 0.44);
}
.why-choose-five__letter .letter {
  transition: color 0.3s ease;
  white-space: pre;
}
.why-choose-five__letter .letter.active,
.why-choose-five__letter .letter:hover {
  color: var(--bemox-primary, #222222);
}
@media (max-width: 1440px) {
  .why-choose-five__letter {
    font-size: 150px;
    line-height: 100%;
  }
}
@media (max-width: 1366px) {
  .why-choose-five__letter {
    display: none;
  }
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.footer-cta {
  position: relative;
  z-index: 1;
  background-color: var(--bemox-base, #C3EE18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-cta__title {
  text-align: center;
}
.footer-cta__title-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.15em;
  color: var(--bemox-black, #000000);
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .footer-cta__title-subtitle {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .footer-cta__title-subtitle {
    font-size: 14px;
  }
}
.footer-cta__title-title {
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  color: var(--bemox-black, #000000);
  margin-bottom: 0;
}
@media (max-width: 1650px) {
  .footer-cta__title-title {
    font-size: 160px;
  }
}
@media (max-width: 1199px) {
  .footer-cta__title-title {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .footer-cta__title-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-cta__title-title {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .footer-cta__title-title {
    font-size: 50px;
  }
}
.footer-cta .footer-cta__title__email {
  text-align: end;
  margin-top: -15px;
  transform: translateX(-40px);
}
@media (max-width: 991px) {
  .footer-cta .footer-cta__title__email {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.footer-cta .footer-cta__title__email-link {
  font-weight: 500;
  font-size: 28px;
  line-height: 89%;
  color: var(--bemox-primary, #222222);
  border: 1px solid var(--bemox-black, #000000);
  border-radius: 100px;
  padding: 11px 36px;
}
@media (max-width: 1199px) {
  .footer-cta .footer-cta__title__email-link {
    font-size: 20px;
    transform: translateX(-10px);
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .footer-cta .footer-cta__title__email-link {
    text-align: center;
    display: inline-block;
    transform: translateX(30px);
  }
}
.footer-cta .footer-cta__btn {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer-cta .footer-cta__btn {
    text-align: center;
  }
}
.footer-cta .footer-cta__btn .bemox-btn {
  background-color: var(--bemox-black, #000000);
  color: var(--bemox-white, #fff);
}
.footer-cta .footer-cta__btn .bemox-btn .bemox-btn__icon {
  border-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-base, #C3EE18);
}
.footer-cta__logo {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.footer-cta__logo img {
  width: 70%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .footer-cta__logo {
    transform: translate(0%, 0%);
    top: 50px;
    right: 20px;
  }
}
@media (max-width: 800px) {
  .footer-cta__logo {
    display: none;
  }
}
.footer-cta__image-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-cta__image-one img {
  width: 70%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .footer-cta__image-one {
    top: 50px;
    left: 20px;
    transform: translate(0%, 0%);
  }
}
@media (max-width: 800px) {
  .footer-cta__image-one {
    display: none;
  }
}
.footer-cta__image-two {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(-50%, 50%);
}
.footer-cta__image-two img {
  width: 70%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .footer-cta__image-two {
    right: 50px;
    bottom: -50px;
    transform: translate(0%, 0%);
  }
}
@media (max-width: 800px) {
  .footer-cta__image-two {
    display: none;
  }
}
.footer-cta__image-one, .footer-cta__image-two, .footer-cta__title-subtitle, .footer-cta__title__email, .footer-cta__btn, .footer-cta__title-title, .footer-cta__image-one, .footer-cta__image-two {
  opacity: 0;
  will-change: transform, opacity;
}
@media (max-width: 991px) {
  .footer-cta__image-one, .footer-cta__image-two, .footer-cta__title-subtitle, .footer-cta__title__email, .footer-cta__btn, .footer-cta__title-title, .footer-cta__image-one, .footer-cta__image-two {
    opacity: 1;
    visibility: visible;
  }
}

.cta-six {
  position: relative;
  z-index: 1;
}
.cta-six__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.cta-six__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 43px 70px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cta-six__inner {
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  .cta-six__inner {
    padding: 40px 30px;
  }
}
.cta-six__thumb {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cta-six__thumb img {
  animation: slideRight 3s linear infinite;
}
@media (max-width: 767px) {
  .cta-six__thumb {
    display: none;
  }
}
.cta-six__thumb__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cta-six__thumb__shape img {
  animation: none;
}
.cta-six__list {
  margin-bottom: 0;
}
.cta-six__list__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-transform: uppercase;
  color: #D1C7C7;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}
.cta-six__list__item i {
  transition: all 0.3s ease;
  font-size: 18px;
}
.cta-six__list__item span {
  position: relative;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.cta-six__list__item span:hover {
  background-size: 100% 1px;
}
.cta-six__list__item:hover i {
  color: var(--bemox-base, #C3EE18);
}
.cta-six__list__item + .cta-six__list__item {
  margin-top: 18px;
}
.cta-six__content {
  flex: 0 0 auto;
  width: 68.38%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cta-six__content {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .cta-six__content {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .cta-six__content {
    width: 100%;
  }
}

.footer-cta-five {
  position: relative;
  z-index: 1;
  padding: 116px 0;
}
.footer-cta-five__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.footer-cta-five__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bemox-base, #C3EE18);
  opacity: 0.82;
}
.footer-cta-five::after, .footer-cta-five::before {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  background-color: var(--bemox-black3, #040404);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media (max-width: 1600px) {
  .footer-cta-five::after, .footer-cta-five::before {
    display: none;
  }
}
.footer-cta-five::after {
  left: auto;
  right: 0;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.footer-cta-five__inner {
  padding-left: 50px;
  border-radius: 1000px;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-cta-five__inner {
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    border: none;
  }
}
@media (max-width: 575px) {
  .footer-cta-five__inner .footer-cta-five__logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .footer-cta-five__inner .footer-cta-five__logo img {
    width: 250px;
    height: auto !important;
  }
}
.footer-cta-five__btn .bemox-btn {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 54px;
  border-radius: 1000px;
  width: 412px;
}
@media (max-width: 1199px) {
  .footer-cta-five__btn .bemox-btn {
    width: 250px;
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  .footer-cta-five__btn .bemox-btn {
    flex-direction: row;
    padding: 10px 20px;
  }
}
.footer-cta-five__btn .bemox-btn .bemox-btn__text {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 45px;
  line-height: 57px;
  color: var(--bemox-black, #000000);
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .footer-cta-five__btn .bemox-btn .bemox-btn__text {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .footer-cta-five__btn .bemox-btn .bemox-btn__text {
    font-size: 20px;
    line-height: 100%;
  }
}
.footer-cta-five__btn .bemox-btn .bemox-btn__icon {
  width: 74px;
  height: 42px;
  font-size: 20px;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-one__filter__list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.gallery-one__filter__list li {
  cursor: pointer;
}
.gallery-one__filter__list li span {
  display: block;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-size: 16px;
  background-color: #ECF8F8;
  transition: all 500ms ease;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--bemox-primary, #222222);
  padding: 14px 24px;
  line-height: 1.2em;
}
.gallery-one__filter__list li.active span, .gallery-one__filter__list li:hover span {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-black, #000000);
}
.gallery-one__card {
  position: relative;
  overflow: hidden;
  background-color: var(--bemox-black, #000000);
  margin: 0 0 30px;
}
.gallery-one__card img {
  max-width: 100%;
  width: 100%;
  opacity: 1;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scale(1);
  object-fit: cover;
  object-position: center;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.gallery-one__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--bemox-primary-rgb, 34, 34, 34), 76%);
  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;
  width: 80px;
  height: 80px;
  background-color: transparent;
  border-radius: 50%;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--bemox-base, #C3EE18);
}
.gallery-one__card__hover .img-popup:hover i {
  animation: iconTranslateY 0.4s forwards;
}
.gallery-one__card:hover img {
  transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scale(1.1);
}
.gallery-one__card:hover .gallery-one__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}
.gallery-one .bemox-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single {
  padding: 34px 32px;
  background-color: #ECF8F8;
  border-radius: 10px;
}
@media (min-width: 992px) and (max-width: 1199px), (max-width: 375px) {
  .sidebar__single {
    padding: 26px 25px;
  }
}
.sidebar .sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__search {
  position: relative;
}
.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  padding-left: 20px;
  border-radius: 10px;
  padding-right: 44px;
  outline: none;
  border: 0;
  width: 100%;
  height: 55px;
  background-color: var(--bemox-white, #fff);
  transition: all 400ms ease;
  font-weight: 400;
  font-size: 16px;
  line-height: 168%;
  color: var(--bemox-text, #636363);
}
.sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: var(--bemox-base, #C3EE18);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--bemox-primary, #222222);
  transition: all 400ms ease;
  border-radius: 50%;
}
.sidebar__search button[type=submit]:hover {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-black2, #131111);
}
.sidebar__title {
  position: relative;
  margin-bottom: 34px;
  text-transform: capitalize;
  color: #122F2A;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sidebar__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 39px;
  height: 3px;
  background-color: var(--bemox-base, #C3EE18);
}
.sidebar__categories-wrapper {
  padding-bottom: 34px;
}
@media (min-width: 992px) and (max-width: 1199px), (max-width: 375px) {
  .sidebar__categories-wrapper {
    padding-bottom: 27px;
  }
}
.sidebar__categories {
  margin: 0;
}
.sidebar__categories-title {
  margin-bottom: 28px;
}
.sidebar__categories-title::after {
  width: 67px;
}
.sidebar__categories li:not(:last-child) {
  margin-bottom: 15px;
}
.sidebar__categories li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
  color: var(--bemox-text, #636363);
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 360px) {
  .sidebar__categories li a {
    font-size: 16px;
  }
}
.sidebar__categories li a span {
  color: inherit;
}
.sidebar__categories li a:hover {
  color: var(--bemox-base, #C3EE18);
}
.sidebar__categories__text {
  display: flex;
  align-items: center;
  gap: 11px;
}
.sidebar__categories__icon {
  display: inline-flex;
  font-size: 12px;
  overflow: hidden;
}
.sidebar__tags {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.sidebar__tags .bemox-btn {
  color: var(--bemox-text-gray, #3E3E3E);
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 168%;
  padding: 2px 25px;
  border-radius: 0;
  background-color: var(--bemox-white, #fff);
  text-transform: capitalize;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.sidebar__tags .bemox-btn::after, .sidebar__tags .bemox-btn::before {
  display: none;
}
.sidebar__tags .bemox-btn:hover {
  color: var(--bemox-primary, #222222);
  background-color: var(--bemox-base, #C3EE18);
}
.sidebar__posts__item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 13px;
}
.sidebar__posts__item:hover .sidebar__posts__image img {
  transform: scale(1) rotate(0deg);
}
.sidebar__posts__item:hover .sidebar__posts__image::after {
  transform: translateX(0%);
}
.sidebar__posts__item + .sidebar__posts__item {
  margin-top: 29px;
}
.sidebar__posts__image {
  overflow: hidden;
  height: 78px;
  max-width: 94px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.sidebar__posts__image img {
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease-in-out;
  transform: scale(1.1) rotate(-5deg);
}
.sidebar__posts__image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bemox-black-rgb, 0, 0, 0), 0.6);
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
}
.sidebar__posts__meta {
  display: flex;
  align-items: center;
  color: var(--bemox-text-gray, #3E3E3E);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 10px;
  margin-bottom: 14px;
}
.sidebar__posts__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  margin: 0;
}
.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}
.sidebar__posts__title a:hover {
  color: var(--bemox-base, #C3EE18);
}

/*** Sidebar Service ***/
.service-sidebar__single {
  position: relative;
  z-index: 1;
  padding: 30px;
  background-color: #ECF8F8;
}
.service-sidebar__single__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 18px;
  color: var(--bemox-primary, #222222);
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .service-sidebar__single {
    padding: 20px;
  }
}
.service-sidebar__nav {
  margin: 0;
  position: relative;
}
.service-sidebar__nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 20px 11px 20px;
  border-radius: 30px;
  background-color: var(--bemox-white, #fff);
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  transition: all 0.5s ease-in-out;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .service-sidebar__nav li a {
    font-size: 16px;
    padding: 10px;
    padding-left: 20px;
  }
}
.service-sidebar__nav li a .icon {
  max-width: 32px;
  width: 100%;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-base, #C3EE18);
  font-size: 16px;
  color: var(--bemox-black3, #040404);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .service-sidebar__nav li a .icon {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}
.service-sidebar__nav li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bemox-black, #000000);
  z-index: -1;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
}
.service-sidebar__nav li a:hover {
  color: var(--bemox-white, #fff);
}
.service-sidebar__nav li a:hover .icon {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
}
.service-sidebar__nav li a:hover::after {
  transform: translateX(0%);
}
.service-sidebar__nav li.current a {
  color: var(--bemox-white, #fff);
}
.service-sidebar__nav li.current a .icon {
  background-color: var(--bemox-white, #fff);
  color: var(--bemox-base, #C3EE18);
}
.service-sidebar__nav li.current a::after {
  transform: translateX(0%);
}
.service-sidebar__nav li + li {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .service-sidebar__nav li + li {
    margin-top: 12px;
  }
}

/*Header Right Menu Style*/
.header-right-sidebar {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(100%);
  transform-origin: left center;
  transition: transform 600ms ease 600ms, visibility 600ms ease 600ms;
  position: fixed;
  visibility: hidden;
  background: transparent;
}
.header-right-sidebar__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bemox-black, #000000);
  opacity: 0.6;
  cursor: url(../images/close.png), auto;
}
.header-right-sidebar__content {
  max-width: calc(50% - 30px);
  width: 100%;
  z-index: 10;
  position: relative;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  overflow-y: auto;
  padding: 50px 44px;
  padding-left: 70px;
  overflow: hidden;
  overflow-y: auto;
  background-color: var(--bemox-black3, #040404);
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
  transition: opacity 800ms ease 0ms, visibility 800ms ease 0ms, transform 800ms ease 0ms;
}
.header-right-sidebar__logo-box {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
}
.header-right-sidebar__container {
  padding-top: 40px;
}
.header-right-sidebar__container__about {
  padding-bottom: 40px;
}
.header-right-sidebar__container__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  color: var(--bemox-white, #fff);
  text-transform: capitalize;
  margin-bottom: 22px;
}
.header-right-sidebar__container__text {
  margin-bottom: 0;
  color: rgba(var(--bemox-white-rgb, 255, 255, 255), 0.8);
}
.header-right-sidebar__container__list {
  padding-bottom: 40px;
}
.header-right-sidebar__container__list__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-right-sidebar__container__list__item:hover .header-right-sidebar__container__icon {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-base, #C3EE18);
}
.header-right-sidebar__container__list__item + .header-right-sidebar__container__list__item {
  margin-top: 25px;
}
.header-right-sidebar__container__list__title {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
}
.header-right-sidebar__container__list a,
.header-right-sidebar__container__list p {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--bemox-gray, #B9B9B9);
}
.header-right-sidebar__container__list a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.header-right-sidebar__container__list a:hover {
  background-size: 100% 1px;
}
.header-right-sidebar__container__list a:hover {
  color: var(--bemox-white, #fff);
}
.header-right-sidebar__container__icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--bemox-base, #C3EE18);
  background: var(--bemox-gray, #B9B9B9);
  transition: all 0.4s ease-in-out;
}
.header-right-sidebar__container .newsletter-box input[type=email] {
  width: 100%;
  border: 1px solid rgba(var(--bemox-white-rgb, 255, 255, 255), 0.6);
  outline: none;
  height: 60px;
  background-color: transparent;
  color: var(--bemox-text, #636363);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  padding-left: 30px;
  padding-right: 60px;
  transition: all 500ms ease;
}
.header-right-sidebar__container .newsletter-box input[type=email]:focus {
  color: var(--bemox-text, #636363);
}
.header-right-sidebar__container .newsletter-box input[type=email]::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: var(--bemox-text, #636363);
}
.header-right-sidebar__container .newsletter-box .bemox-btn {
  border-radius: 0;
  margin-top: 20px;
}
.header-right-sidebar__thumb {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.header-right-sidebar__thumb img {
  object-fit: cover;
  width: 100%;
}
.header-right-sidebar.isActive {
  visibility: visible;
  transform: translateX(0%);
}
.header-right-sidebar.isActive .header-right-sidebar__content {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}

.header-right-sidebar__close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 0px;
  line-height: 50px;
  color: var(--bemox-base, #C3EE18);
  cursor: pointer;
  border: none;
  outline: none;
  background: var(--bemox-base, #C3EE18);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 300ms ease-in-out, opacity 0.4s linear;
  overflow: hidden;
}
.header-right-sidebar__close:hover {
  background-color: var(--bemox-white, #fff);
  color: var(--bemox-black, #000000);
  font-size: 20px;
}
.header-right-sidebar__close:hover::before, .header-right-sidebar__close:hover::after {
  background-image: linear-gradient(45deg, var(--bemox-black3, #040404), transparent, transparent, var(--bemox-black3, #040404));
  width: 70px;
  opacity: 0;
}
.header-right-sidebar__close::before, .header-right-sidebar__close::after {
  content: "";
  width: 20px;
  height: 2px;
  background-image: linear-gradient(45deg, var(--bemox-black3, #040404) 50%, transparent, var(--bemox-black3, #040404) 50%);
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out, opacity 0.4s linear;
  transition: all 300ms ease-in-out, opacity 0.4s linear;
}
.header-right-sidebar__close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Blog details
--------------------------------------------------------------*/
.blog-details__image {
  position: relative;
  margin-bottom: 40px;
}
.blog-details__image img {
  object-fit: cover;
  width: 100%;
}
.blog-details .blog-list-card__meta {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.blog-details .blog-list-card__user {
  display: flex;
  align-items: center;
  gap: 11px;
}
.blog-details .blog-list-card__user .user img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
  border: 2px solid var(--bemox-base, #C3EE18);
}
.blog-details .blog-list-card__user .blog-list-card__user__name {
  color: var(--bemox-text-gray, #3E3E3E);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.blog-details .blog-list-card__user .blog-list-card__user__name:hover {
  color: var(--bemox-base, #C3EE18);
}
.blog-details__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 118.182%;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.blog-details__text {
  margin: 0;
}
.blog-details__text + .blog-details__text {
  margin-top: 11px;
}
.blog-details .blog-list-card__comment__icon {
  color: var(--bemox-base, #C3EE18);
}
.blog-details__post {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding-top: 29px;
  padding-bottom: 29px;
  border-top: 1px solid var(--bemox-border-color, #DDDDDD);
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
}
.blog-details__tags {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-details__tags__title {
  color: var(--bemox-black, #000000);
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 19px;
  margin: 0;
  color: var(--bemox-black4, #333333);
}
.blog-details__tags .sidebar__tags a {
  color: var(--bemox-text, #636363);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 30px;
  background-color: #ECF8F8;
}
.blog-details__tags .sidebar__tags a:hover {
  color: var(--bemox-primary, #222222);
  background-color: var(--bemox-base, #C3EE18);
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one {
  margin-top: 54px;
}
.comments-one__title {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #122F2A;
  text-transform: capitalize;
}
.comments-one__list {
  margin: 0;
  margin-top: 45px;
}
.comments-one__card {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .comments-one__card {
    flex-direction: column;
    gap: 18px;
  }
}
.comments-one__card__image {
  position: relative;
  margin-right: 20px;
  border-radius: 50%;
}
.comments-one__card__image img {
  border-radius: 50%;
}
.comments-one__card__title {
  margin: 0;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: var(--bemox-black, #000000);
}
.comments-one__card__text {
  margin: 0;
}
.comments-one__card__date {
  margin-top: 23px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--bemox-text, #636363);
}
.comments-one__card__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comments-one__card__btn a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--bemox-base, #C3EE18);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.comments-one__card__btn a:hover {
  color: var(--bemox-black, #000000);
  font-weight: 600;
}
.comments-one__card__content {
  position: relative;
}

.comments-form {
  margin-top: 40px;
}
.comments-form__title {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #122F2A;
  text-transform: capitalize;
}
.comments-form__form {
  margin-top: 30px;
}
.comments-form textarea,
.comments-form input,
.comments-form input[type=text],
.comments-form input[type=email] {
  height: 67px;
  background-color: #ECF8F8;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--bemox-text, #636363);
  width: 100%;
  border: none;
  outline: none;
}
.comments-form textarea:focus, .comments-form textarea::placeholder,
.comments-form input:focus,
.comments-form input::placeholder,
.comments-form input[type=text]:focus,
.comments-form input[type=text]::placeholder,
.comments-form input[type=email]:focus,
.comments-form input[type=email]::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bemox-text, #636363);
}
.comments-form textarea {
  height: 200px;
}

.comments-two {
  padding-top: 40px;
}
.comments-two__title {
  margin: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 30px;
  color: var(--bemox-primary, #222222);
}
.comments-two__list {
  margin: 0;
  margin-top: 45px;
}
.comments-two__card {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .comments-two__card {
    flex-direction: column;
    gap: 18px;
  }
}
.comments-two__card__image {
  position: relative;
  margin-right: 30px;
  border-radius: 50%;
}
.comments-two__card__image img {
  border-radius: 50%;
}
.comments-two__card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 478px) {
  .comments-two__card__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.comments-two__card__title {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 348px) {
  .comments-two__card__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.comments-two__card__title h3 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: var(--bemox-primary, #222222);
}
.comments-two__card__title p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: var(--bemox-base, #C3EE18);
}
.comments-two__card__review {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--bemox-primary, #222222);
  letter-spacing: 3px;
}
.comments-two__card__text {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.comments-two__card__btn {
  margin-top: 23px;
}
.comments-two__card__btn .bemox-btn {
  font-size: 16px;
  font-weight: 600;
}
.comments-two__card__btn .bemox-btn > i {
  border: none;
  background-color: var(--bemox-gray, #B9B9B9);
  color: var(--bemox-primary, #222222);
  padding: 5px 22px;
}
.comments-two__card__content {
  position: relative;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
}
.product__sidebar {
  position: relative;
}
.product__sidebar--title {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  text-transform: capitalize;
  color: var(--bemox-black, #000000);
}
.product__search {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #ECF8F8;
}
.product__search form {
  border-radius: 0;
  position: relative;
}
.product__search form input[type=text] {
  width: 100%;
  height: 55px;
  background-color: var(--bemox-white, #fff);
  padding-left: 20px;
  padding-right: 80px;
  outline: none;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--bemox-text, #636363);
  border-radius: 5px;
}
.product__search form input[type=text]::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--bemox-text, #636363);
}
.product__search button {
  border: none;
  outline: none;
  background-color: var(--bemox-base, #C3EE18);
  position: absolute;
  top: 50%;
  right: 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  font-size: 20px;
  color: var(--bemox-white, #fff);
  transition: all 500ms ease;
}
.product__price-ranger {
  padding: 24px 28px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #ECF8F8;
}
.product__price-ranger #slider-range {
  margin: 0;
  background: var(--bemox-border-color, #DDDDDD);
  border: none;
  height: 7px;
  border-radius: 16px;
  position: relative;
}
.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--bemox-base, #C3EE18);
}
.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: -5px;
  background: var(--bemox-base, #C3EE18);
  border: 0;
  height: 15.7px;
  width: 15.7px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}
.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 0 0px;
}
.product__price-ranger .ranger-min-max-block__price {
  display: flex;
  align-items: center;
  gap: 2px;
}
.product__price-ranger .ranger-min-max-block input[type=text] {
  position: relative;
  display: inline-block;
  width: 40px;
  border: none;
  outline: none;
  padding: 0;
  text-align: center;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--bemox-black, #000000);
}
.product__price-ranger .ranger-min-max-block span {
  position: relative;
  background-color: var(--bemox-text, #636363);
  width: 10px;
  height: 1px;
}
.product__price-ranger .ranger-min-max-block button {
  position: relative;
  display: block;
  float: right;
  text-align: center;
  border: none;
  margin: 0;
  cursor: pointer;
  padding: 0 16px;
  background-color: var(--bemox-white, #fff);
  height: 28px;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border-radius: 5px;
  color: var(--bemox-black, #000000);
}
.product__price-ranger .ranger-min-max-block button:hover {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-primary, #222222);
}
.product__categories {
  padding: 24px 30px 34px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #ECF8F8;
}
.product__categories ul {
  margin-bottom: 0;
}
.product__categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13.5px 20px;
  transition: all 500ms ease;
  background-color: var(--bemox-white, #fff);
  border-radius: 30px;
  color: #7A8385;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}
.product__categories ul li a i {
  margin-right: 6px;
  transition: all 500ms ease;
  font-size: 10px;
}
.product__categories ul li a:hover {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-black4, #333333);
}
.product__categories ul li + li {
  margin-top: 15px;
}
.product__info-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .product__info-top {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
}
.product__showing-text {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: var(--bemox-primary, #222222);
}
.product__showing-sort {
  margin: 0;
}
.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 210px !important;
  font-family: var(--bemox-font, "Roboto", sans-serif);
}
.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  position: relative;
  height: 50px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  text-transform: capitalize;
  background-color: var(--bemox-black3, #040404) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--bemox-white, #fff) !important;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  border-radius: 10px;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-size: 12px;
  font-weight: 600;
  font-family: "icomoon" !important;
  content: "\e92c";
  color: var(--bemox-base, #C3EE18);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--bemox-border-color, #DDDDDD);
}
.product__showing-sort .bootstrap-select .dropdown-menu {
  border-radius: 10px;
}
.product__showing-sort .bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 25px;
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-black3, #040404);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: var(--bemox-font, "Roboto", sans-serif);
  text-transform: capitalize;
}
.product__showing-sort .bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.product__showing-sort .bootstrap-select .dropdown-menu > li:hover > a,
.product__showing-sort .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--bemox-base, #C3EE18);
  color: var(--bemox-primary, #222222);
  border-color: var(--bemox-primary, #222222);
}
.product__item {
  position: relative;
  transition: all 500ms ease;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  padding-top: 30px;
  padding-bottom: 0px;
  border-radius: 10px;
  overflow: hidden;
}
.product__item__img {
  text-align: center;
  max-width: 182px;
  height: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.product__item__img img {
  text-align: center;
  transition: all 500ms ease;
  transform: scale(1);
  object-fit: cover;
  width: auto !important;
}
.product__item__btn {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.product__item__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: var(--bemox-base, #C3EE18);
  border-radius: 50%;
  color: var(--bemox-black4, #333333);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
}
.product__item__btn a:hover {
  background-color: var(--bemox-black3, #040404);
  color: var(--bemox-base, #C3EE18);
}
.product__item__btn a:nth-child(1) {
  transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
}
.product__item__btn a:nth-child(2) {
  transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
}
.product__item__btn a:nth-child(3) {
  transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
}
.product__item__btn a:nth-child(4) {
  transition: transform 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
}
.product__item__btn a + a {
  margin-top: 10px;
}
.product__item .bemox-btn {
  font-weight: 500;
  font-size: 13.959px;
  line-height: 18px;
  color: var(--bemox-black4, #333333);
  border-radius: 4px;
  padding: 10px 22px;
  background-color: #ECF8F8;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.product__item .bemox-btn:hover {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-primary, #222222);
}
.product__item:hover .product__item__img img {
  transform: scale(1.05);
}
.product__item:hover .product__item__btn a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.product__item__content-wrap {
  position: relative;
  background-color: var(--bemox-white, #fff);
  transition: all 500ms ease;
  border-radius: 0 0 30px 30px;
}
.product__item__content {
  position: relative;
  padding: 22px 22px 40px;
  text-align: center;
}
.product__item__ratings {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--bemox-base, #C3EE18);
  letter-spacing: 2px;
  transition: all 500ms ease;
  margin-bottom: 20px;
}
.product__item__title {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  color: var(--bemox-black3, #040404);
}
.product__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product__item__title a:hover {
  background-size: 100% 1px;
}
.product__item__price {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: var(--bemox-text, #636363);
  margin-bottom: 10px;
}
.product__item:hover .product__item__ratings {
  color: var(--bemox-base, #C3EE18);
}
.product__item:hover {
  border-color: var(--bemox-base, #C3EE18);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.0784313725);
}

.product-one {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .product-one {
    padding: 80px 0;
  }
}

.product-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .product-pagination {
    margin-top: 10px;
    gap: 5px;
  }
}
.product-pagination a,
.product-pagination span {
  width: 45px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  background-color: transparent;
  color: var(--bemox-black, #000000);
  border-radius: 20px;
  transition: all 500ms ease;
}
.product-pagination a:hover, .product-pagination a.current,
.product-pagination span:hover,
.product-pagination span.current {
  border-color: var(--bemox-base, #C3EE18);
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-black, #000000);
}
.product-pagination .prev {
  width: auto;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0 16px;
  margin-right: 10px;
  border-radius: 10px;
}
.product-pagination .next {
  width: auto;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0 16px;
  border-radius: 10px;
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Shop details
--------------------------------------------------------------*/
.product-details {
  position: relative;
}
.product-details__product {
  display: flex;
  gap: 30px 22px;
}
@media (max-width: 991px) {
  .product-details__product {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-details__thumb-box {
  width: 120px;
}
@media (max-width: 991px) {
  .product-details__thumb-box {
    width: 100%;
  }
}
.product-details__carousel-box {
  margin-bottom: 5px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
}
@media (max-width: 991px) {
  .product-details__carousel-box {
    width: 100%;
    margin: 0;
  }
}
.product-details__thumb {
  --slick-gutter: 13px;
  width: 126px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-details__thumb {
    width: 100%;
  }
}
.product-details__thumb .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}
.product-details__thumb .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .product-details__thumb .slick-slide {
    margin-left: calc(var(--slick-gutter) / 2);
    margin-right: calc(var(--slick-gutter) / 2);
  }
}
@media (min-width: 992px) {
  .product-details__thumb .slick-slide {
    margin-top: calc(var(--slick-gutter) / 2);
    margin-bottom: calc(var(--slick-gutter) / 2);
  }
}
.product-details__thumb__item {
  position: relative;
  cursor: pointer;
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  z-index: 2;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-details__thumb__item {
    width: 114px;
    height: 114px;
  }
}
@media (max-width: 991px) {
  .product-details__thumb__item {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .product-details__thumb__item {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 575px) {
  .product-details__thumb__item {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 480px) {
  .product-details__thumb__item {
    width: 83px;
    height: 83px;
  }
}
@media (max-width: 430px) {
  .product-details__thumb__item {
    width: 105px;
    height: 105px;
  }
}
@media (max-width: 390px) {
  .product-details__thumb__item {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 360px) {
  .product-details__thumb__item {
    width: 83px;
    height: 83px;
  }
}
.product-details__thumb__item img {
  position: relative;
  cursor: pointer;
  max-width: 100%;
  height: auto;
  z-index: 1;
}
.product-details__thumb__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-70%);
  background-color: RGBA(var(--bemox-black-rgb, 0, 0, 0), 0.6);
  transition: all 500ms ease;
  z-index: 1;
}
.product-details__thumb__hover .img-popup {
  display: inline-block;
  font-size: 27px;
  color: var(--bemox-white, #fff);
}
.product-details__thumb__hover .img-popup:hover {
  color: var(--bemox-base, #C3EE18);
}
.product-details__thumb .slick-slide.slick-current .product-details__thumb__hover {
  opacity: 1;
  transform: translateY(0%);
}
.product-details__carousel {
  --slick-gutter: 10px;
}
@media (max-width: 991px) {
  .product-details__carousel {
    width: 100%;
  }
}
.product-details__carousel .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}
.product-details__carousel .slick-slide {
  margin-top: calc(var(--slick-gutter) / 2);
  margin-bottom: calc(var(--slick-gutter) / 2);
}
.product-details__image {
  height: 491px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .product-details__image {
    height: 100%;
    padding: 20px 20px 43px;
  }
}
.product-details__image__title {
  display: inline-block;
  padding: 7px 14px;
  font-size: 16px;
  color: var(--bemox-white, #fff);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  border-radius: 5px;
  background-color: var(--bemox-base, #C3EE18);
  position: absolute;
  top: 20px;
  left: 20px;
}
.product-details__image img {
  max-width: 100%;
  object-fit: cover;
}
.product-details__content {
  margin-right: 65px;
}
@media (max-width: 1199px) {
  .product-details__content {
    margin-right: 0;
  }
}
.product-details__title {
  margin: 0 0 16px;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
}
.product-details__price-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 13px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
}
@media (max-width: 575px) {
  .product-details__price-inner {
    flex-direction: column;
    justify-content: start;
    gap: 5px;
    align-items: start;
  }
}
.product-details__price__regular {
  color: var(--bemox-base, #C3EE18);
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}
.product-details__color-inner {
  margin-bottom: 30px;
}
.product-details__review {
  font-size: 16px;
  letter-spacing: 2px;
  color: var(--bemox-base, #C3EE18);
  display: flex;
  align-items: center;
}
.product-details__review a {
  color: var(--bemox-base, #C3EE18);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
}
.product-details__excerpt {
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
}
.product-details__color__title {
  color: #788284;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--bemox-font, "Roboto", sans-serif);
  margin-bottom: 8px;
}
.product-details__color {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 35px;
}
.product-details__color button {
  width: 22px;
  height: 22px;
  border-radius: 1px;
  background-color: transparent;
  transition: all 500ms ease;
}
.product-details__color button:nth-child(1) {
  background-color: #151212;
  border: 2px solid rgba(205, 168, 141, 0.72);
}
.product-details__color button:nth-child(2) {
  background-color: #EE2761;
  border: 2px solid rgba(143, 142, 142, 0.7215686275);
}
.product-details__color button:nth-child(3) {
  background-color: #9033E6;
  border: 2px solid rgba(231, 173, 190, 0.72);
}
.product-details__color button:nth-child(4) {
  background-color: #33B387;
  border: 2px solid rgba(231, 173, 190, 0.72);
}
.product-details__color button:nth-child(5) {
  background-color: #FF9601;
  border: 2px solid rgba(231, 173, 190, 0.72);
}
.product-details__buttons {
  margin-bottom: 30px;
}
.product-details__socials {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-details__socials__title {
  mcolor: var(--bemox-border-color, #DDDDDD);
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-right: 12px;
}
.product-details__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  background-color: var(--bemox-border-color, #DDDDDD);
  color: var(--bemox-black, #000000);
}
.product-details__socials a:hover {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
}
.product-details__description {
  margin-top: 50px;
  padding-top: 45px;
  border-top: 1px solid var(--bemox-border-color, #DDDDDD);
}
.product-details__description__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.product-details__description__text {
  margin: 0;
}
.product-details__description__text + .product-details__description__lists {
  margin-top: 24px;
}
.product-details__description__lists {
  max-width: 780px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px 50px;
  margin: 0;
}
@media (min-width: 576px) {
  .product-details__description__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-details__description__lists li {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 8px;
  color: var(--bemox-text, #636363);
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
}
.product-details__description__lists li i {
  transition: all 0.4s ease-in-out;
  margin-top: 5px;
  font-size: 18px;
  color: var(--bemox-black, #000000);
}
.product-details__description__lists li:hover i {
  color: var(--bemox-base, #C3EE18);
}
.product-details__description__lists + .product-details__description__text {
  margin-top: 24px;
}
.product-details__comment {
  border-top: 1px solid var(--bemox-border-color, #DDDDDD);
  margin: 30px 0 0;
  padding: 30px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .product-details__comment {
    margin: 44px 0 0;
    padding: 43px 0 0;
  }
}
.product-details__review-title {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 700;
}
.product-details__comment-box {
  position: relative;
  padding: 11px 0 52px 200px;
  margin-bottom: 45px;
  min-height: 166px;
}
@media (max-width: 767px) {
  .product-details__comment-box {
    padding-left: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.product-details__comment-box__thumb {
  width: 168px;
  height: 168px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  margin: 0;
  border: none;
}
@media (max-width: 767px) {
  .product-details__comment-box__thumb {
    position: relative;
    margin: 0 0 20px;
  }
}
.product-details__comment-box__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.product-details__comment-box__meta {
  margin: 0 0 20px;
  color: var(--bemox-black, #000000);
  font-size: 22px;
  font-weight: 700;
  line-height: 108.333%;
}
.product-details__comment-box__date {
  margin-left: 20px;
  display: inline-block;
  text-transform: inherit;
  letter-spacing: 0;
  color: var(--bemox-base, #C3EE18);
  font-size: 16px;
  font-weight: 600;
  line-height: 162.5%;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.product-details__comment-box__date::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 20px;
  height: 1px;
  background-color: var(--bemox-base, #C3EE18);
}
.product-details__comment-box__text {
  margin: 0;
}
.product-details__comment-box__ratings {
  position: absolute;
  right: 0;
  top: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  font-size: 16px;
  color: var(--bemox-base, #C3EE18);
}
@media (max-width: 767px) {
  .product-details__comment-box__ratings {
    position: relative;
    top: 0;
    margin: 0 0 22px;
  }
}
.product-details__form {
  position: relative;
}
.product-details__form .row {
  --bs-gutter-x: 20px;
}
.product-details__form-title {
  margin-bottom: 18px;
  color: var(--bemox-black, #000000);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
.product-details__form-ratings {
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  font-size: 25px;
  color: var(--bemox-base, #C3EE18);
  margin: 0 0 40px;
}
.product-details__form-ratings i {
  color: var(--bemox-base, #C3EE18);
  font-size: 400;
}
.product-details__form-ratings__label {
  display: inline-block;
  letter-spacing: 0;
  color: var(--bemox-text, #636363);
  margin: 0 17px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.product-details__form__form {
  margin-top: 0;
}
.product-details__form__form .form-one__control input,
.product-details__form__form .form-one__control textarea {
  background: #ecf8f8;
  border-color: transparent;
  color: var(--bemox-text, #636363);
  font-weight: 400;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 2px;
  height: 50px;
}
.product-details__form__form .form-one__control input::placeholder,
.product-details__form__form .form-one__control textarea::placeholder {
  color: var(--bemox-text, #636363);
  font-weight: 500;
  font-size: 16px;
}
.product-details__form__form .form-one__control textarea {
  height: 122px;
}

.quantity-box {
  position: relative;
  width: auto;
  height: 46px;
  display: flex;
  margin-bottom: 30px;
}
.quantity-box input {
  width: 70px;
  height: 46px;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  color: var(--bemox-black, #000000);
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
}
.quantity-box button {
  width: 60px;
  height: auto;
  color: var(--bemox-text, #636363);
  font-size: 13px;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 500ms ease;
}
.quantity-box button:hover, .quantity-box button:focus, .quantity-box button:active {
  background: var(--bemox-black, #000000);
  color: var(--bemox-white, #fff);
  border-color: var(--bemox-border-color, #DDDDDD);
}
.quantity-box button.sub {
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  bottom: 1px;
  top: auto;
  border-radius: 0;
}
.quantity-box button.add {
  border-radius: 0;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
}
.quantity-box button.add::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.quantity-box button:hover {
  color: var(--bemox-white, #fff);
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  background-color: var(--bemox-white, #fff);
}
.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}
.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 24px;
}
@media (max-width: 1199px) {
  .cart-page__table {
    min-width: 1170px;
  }
}
.cart-page__table thead tr {
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
}
.cart-page__table thead tr th {
  padding: 0 30px 20px;
  font-size: 25px;
  color: var(--bemox-black4, #333333);
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border: 0 !important;
  box-shadow: none;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
}
@media (max-width: 767px) {
  .cart-page__table thead tr th {
    font-size: 20px;
  }
}
.cart-page__table thead tr th:first-child {
  padding-left: 0;
}
.cart-page__table thead tr th:last-child {
  padding-right: 0;
  text-align: right;
}
.cart-page__table tbody tr td {
  font-size: 19px;
  font-weight: 500;
  color: var(--bemox-black4, #333333);
  text-transform: capitalize;
  line-height: normal;
  vertical-align: middle;
  border-top: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 0 !important;
  border-right: 1px solid var(--bemox-border-color, #DDDDDD);
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
  padding: 28.5px 30px;
  letter-spacing: 0;
}
.cart-page__table tbody tr td.cart-page__table__total {
  text-align: center;
}
.cart-page__table tbody tr td .cart-page__table__remove {
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bemox-black4, #333333);
  font-size: 19px;
  line-height: 1;
}
.cart-page__table tbody tr td .cart-page__table__remove:hover {
  color: var(--bemox-base, #C3EE18);
}
.cart-page__table tbody tr td:first-child {
  padding-left: 0px;
}
.cart-page__table tbody tr td:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.cart-page__table__meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cart-page__table__meta__img {
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
}
.cart-page__table__meta__img img {
  max-width: 100%;
  height: auto;
}
.cart-page__table__meta__title {
  margin: 0;
  font-size: 25px;
  color: var(--bemox-black4, #333333);
  font-weight: 600;
  line-height: 1.318;
}
@media (max-width: 767px) {
  .cart-page__table__meta__title {
    font-size: 20px;
  }
}
.cart-page__table__meta__title a {
  color: inherit;
}
.cart-page__table__meta__title a:hover {
  color: var(--bemox-base, #C3EE18);
}
.cart-page__table__meta__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.cart-page__table__meta__title a:hover {
  background-size: 100% 1px;
}
.cart-page__table__quantity {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-page__table__quantity__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}
.cart-page__table__quantity .quantity-box {
  position: relative;
  width: 172px;
  height: 41px;
  border-radius: 50px;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  margin-bottom: 0;
}
.cart-page__table__quantity .quantity-box__input {
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  width: 50px;
  height: 100%;
  font-family: var(--bemox-font, "Roboto", sans-serif);
  padding: 0;
  outline: none;
  font-size: 19px;
  font-weight: 500;
  color: var(--bemox-black4, #333333);
  line-height: 1;
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: all 500ms ease;
}
.cart-page__table__quantity {
  /* Chrome, Safari, Edge */
}
.cart-page__table__quantity input::-webkit-outer-spin-button,
.cart-page__table__quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-page__table__quantity {
  /* Firefox */
}
.cart-page__table__quantity input[type=number] {
  -moz-appearance: textfield;
}
.cart-page__table__quantity .quantity-box__btn {
  border: none;
  outline: none;
  background-color: var(--bemox-white, #fff);
  padding: 0;
  display: inline-flex;
  font-size: 8px;
  color: var(--bemox-black4, #333333);
  transition: all 500ms ease;
}
.cart-page__table__quantity .quantity-box__btn.add {
  width: 16px;
  background-color: #F5F2EF;
  height: 12px;
  position: absolute;
  top: 8px;
  right: 21px;
  z-index: 1;
}
.cart-page__table__quantity .quantity-box__btn.add::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--bemox-black4, #333333);
  position: absolute;
  top: 3px;
  left: 6px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.cart-page__table__quantity .quantity-box__btn.sub {
  width: 16px;
  background-color: #F5F2EF;
  height: 12px;
  position: absolute;
  right: 21px;
  bottom: 8px;
  z-index: 1;
}
.cart-page__table__quantity .quantity-box__btn.sub::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--bemox-black4, #333333);
  position: absolute;
  bottom: 3px;
  left: 6px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.cart-page__table__quantity .quantity-box__btn:hover {
  color: var(--bemox-base, #C3EE18);
}
.cart-page__bottom {
  margin-top: 8px;
}
.cart-page__coupone__form {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .cart-page__coupone__form {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.cart-page__coupone__form input[type=text] {
  display: block;
  width: 270px;
  height: 50px;
  border: none;
  background-color: #ECF8F8;
  padding-left: 19px;
  padding-right: 19px;
  outline: none;
  border-radius: 50px;
  transition: all 500ms ease;
  color: var(--bemox-text, #636363);
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
}
.cart-page__coupone__form input[type=text]:focus {
  color: var(--bemox-black4, #333333);
}
@media (max-width: 1199px) {
  .cart-page__coupone__form input[type=text] {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .cart-page__coupone__form input[type=text] {
    width: 100%;
  }
}
.cart-page__coupone .cart-page__btn {
  font-size: 15px;
}
.cart-page__cart-total {
  max-width: 260px;
  position: relative;
  margin: 0px 0px 30px auto;
}
@media (max-width: 1199px) {
  .cart-page__cart-total {
    margin: 0px 0px 30px;
  }
}
.cart-page__cart-total li + li {
  margin-top: 17px;
}
.cart-page__cart-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.cart-page__cart-total li span {
  text-transform: uppercase;
  color: var(--bemox-text, #636363);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: block;
}
.cart-page__cart-total li .cart-page__cart-total__title {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.318;
  text-transform: capitalize;
  display: block;
  color: var(--bemox-black4, #333333);
}
.cart-page__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1199px) {
  .cart-page__button {
    gap: 25px;
    justify-content: flex-start;
  }
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
}
.checkout-page .bs-gutter-x-20 {
  --bs-gutter-x: 20px;
}
.checkout-page__billing-address {
  position: relative;
}
.checkout-page__billing-address__title {
  margin: 0 0 20px;
  color: var(--bemox-black, #000000);
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
}
.checkout-page__shipping-address {
  position: relative;
}
@media (max-width: 991px) {
  .checkout-page__shipping-address {
    margin: 50px 0 0;
  }
}
.checkout-page__shipping-address__title {
  margin: 0 0 20px;
  color: var(--bemox-black, #000000);
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
}
.checkout-page__coupon {
  background-color: #ecf8f8;
  padding: 15px 20px;
  margin-bottom: 25px;
}
.checkout-page__coupon h3 {
  color: var(--bemox-black4, #333333);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
.checkout-page__input-box {
  position: relative;
  line-height: 1;
  margin: 0 0 30px;
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle,
.checkout-page__input-box input[type=text],
.checkout-page__input-box input[type=email],
.checkout-page__input-box input[type=tel],
.checkout-page__input-box textarea {
  height: 50px;
  width: 100%;
  border: none;
  background-color: #ecf8f8;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  display: block;
  color: var(--bemox-text, #636363);
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle::placeholder,
.checkout-page__input-box input[type=text]::placeholder,
.checkout-page__input-box input[type=email]::placeholder,
.checkout-page__input-box input[type=tel]::placeholder,
.checkout-page__input-box textarea::placeholder {
  color: var(--bemox-text, #636363);
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
}
.checkout-page__input-box textarea {
  height: 200px;
  padding-top: 20px;
}
.checkout-page__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.checkout-page__input-box .bootstrap-select .dropdown-menu {
  border: none;
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle {
  border-radius: 0;
  position: relative;
  height: 50px;
  outline: none !important;
  border: 0;
  background-color: #ecf8f8 !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  color: var(--bemox-text, #636363);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "icomoon" !important;
  content: "\e92c";
  font-weight: 400;
  font-size: 14px;
  color: var(--bemox-text, #636363);
}
.checkout-page__input-box .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(var(--bemox-gray-rgb, 185, 185, 185), 0.4);
}
.checkout-page__input-box .bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  color: var(--bemox-white, #fff);
  background: var(--bemox-black, #000000);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout-page__input-box .bootstrap-select .dropdown-menu > li:hover > a,
.checkout-page__input-box .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
  border-color: var(--bemox-gray, #B9B9B9);
}
.checkout-page__check-box {
  position: relative;
  display: block;
}
.checkout-page__check-box input[type=checkbox] {
  display: none;
}
.checkout-page__check-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--bemox-text, #636363);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  cursor: pointer;
}
.checkout-page__check-box label span:before {
  position: absolute;
  top: 0;
  left: 5px;
  line-height: 20px;
  display: inline-block;
  color: var(--bemox-white, #fff);
  font-family: "Font Awesome 5 Free" !important;
  content: "\f00c";
  font-size: 10px;
  font-weight: 900;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.checkout-page__check-box input[type=checkbox] + label span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 19px;
  height: 19px;
  background-color: var(--bemox-black, #000000);
  border-radius: 50%;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.checkout-page__check-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}
.checkout-page__details {
  margin-top: 25px;
  margin-bottom: 60px;
}
.checkout-page__details__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  text-shadow: 0 0 0.1px currentColor;
  text-transform: capitalize;
}
.checkout-page__details__check-box input[type=checkbox] {
  display: none;
}
.checkout-page__details__check-box label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: var(--bemox-gray, #B9B9B9);
  font-size: 16px;
  font-weight: 600;
  line-height: 162.5%;
  text-transform: uppercase;
}
.checkout-page__details__check-box label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  transition: all 300ms ease;
}
.checkout-page__details__check-box label span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: var(--bemox-black, #000000);
  position: absolute;
  font-size: 12px;
  left: 4px;
  bottom: 2px;
  font-weight: 900;
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.checkout-page__details__check-box input[type=checkbox]:checked + label span:before {
  color: var(--bemox-base, #C3EE18);
  visibility: visible;
  opacity: 1;
}
.checkout-page__check-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
}
.checkout-page__shipping__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: var(--bemox-black, #000000);
}
.checkout-page__your-order {
  position: relative;
}
.checkout-page__your-order__title {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .checkout-page__your-order__title {
    font-size: 28px;
  }
}
.checkout-page__cost-process-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: var(--bemox-black3, #040404);
}
.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 0;
}
.checkout-page__order-table thead tr th {
  margin: 0;
  padding: 15.5px 0;
  border: none;
  border-top: 1px solid var(--bemox-border-color, #DDDDDD);
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 16px;
  line-height: 162%;
  text-transform: uppercase;
  color: var(--bemox-black3, #040404);
}
.checkout-page__order-table thead tr th:last-child {
  text-align: right;
}
.checkout-page__order-table tbody tr td {
  color: var(--bemox-black, #000000);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  padding: 0 0 24px;
  text-transform: uppercase;
  border: none;
}
.checkout-page__order-table tbody tr td:last-child {
  text-align: right;
}
.checkout-page__order-table .pro__price {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  color: var(--bemox-text, #636363);
}
.checkout-page__order-table tbody tr:first-child td {
  padding-top: 25px;
}
.checkout-page__order-table tbody tr:last-child td {
  padding-bottom: 26px;
  padding-top: 26px;
  border-top: 1px solid var(--bemox-border-color, #DDDDDD);
}
.checkout-page__order-table tbody tr:last-child td.pro__price {
  color: var(--bemox-black, #000000);
  font-weight: 700;
}
.checkout-page__payment {
  background-color: #ECF8F8;
  padding: 40px 45px 17px;
  min-height: 295px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .checkout-page__payment {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .checkout-page__payment {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.checkout-page__payment__item {
  position: relative;
}
.checkout-page__payment__title {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: var(--bemox-text, #636363);
}
.checkout-page__payment__title::before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid var(--bemox-base, #C3EE18);
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  position: relative;
  top: 1px;
  transition: all 500ms ease;
}
.checkout-page__payment__title img {
  margin-left: 15px;
}
.checkout-page__payment__item--active .checkout-page__payment__title::before {
  border-color: var(--bemox-base, #C3EE18);
  content: "\f111";
  color: var(--bemox-base, #C3EE18);
}
.checkout-page__payment__content {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: var(--bemox-text, #636363);
  margin-bottom: 20px;
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Case Study
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login-page__info {
  background-color: var(--bemox-primary, #222222);
  padding: 30px 50px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .login-page__info {
    margin-bottom: 20px;
  }
}
.login-page__info p {
  margin: 0;
  color: var(--bemox-white, #fff);
  font-weight: 500;
  font-size: 18px;
}
.login-page__info p a {
  display: inline-block;
  color: var(--bemox-base, #C3EE18);
  transition: all 500ms ease;
}
.login-page__info p a:hover {
  color: var(--bemox-white, #fff);
  text-shadow: 0 0 1px currentColor;
}
.login-page__wrap {
  position: relative;
  padding: 58px 40px;
  background-color: var(--bemox-white, #fff);
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  box-shadow: 0px 6px 60px 0px rgba(0, 0, 0, 0.1);
}
.login-page__wrap__title {
  font-weight: 600;
  font-size: 30px;
  color: var(--bemox-primary, #222222);
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .login-page__wrap__title {
    margin-top: 50px;
  }
}
.login-page__form {
  position: relative;
  display: block;
  padding-right: 32px;
}
@media (max-width: 991px) {
  .login-page__form {
    padding-right: 0px;
  }
}
.login-page__form-right {
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 991px) {
  .login-page__form-right {
    padding-left: 0px;
  }
}
.login-page__form-right::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--bemox-border-color, #DDDDDD);
}
@media (max-width: 991px) {
  .login-page__form-right::after {
    content: none;
  }
}
.login-page__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 24px;
}
.login-page__form-input-box input[type=email],
.login-page__form-input-box input[type=password] {
  height: 55px;
  width: 100%;
  border: none;
  background-color: #ECF8F8;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  outline: none;
  font-size: 15px;
  color: var(--bemox-text, #636363);
  display: block;
  font-weight: 400;
}
.login-page__checked-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}
.login-page__checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--bemox-text, #636363);
  text-transform: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}
.login-page__checked-box label span:before {
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  border-bottom: 2px solid var(--bemox-primary, #222222);
  border-right: 2px solid var(--bemox-primary, #222222);
  content: "";
  width: 5px;
  height: 8px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.login-page__checked-box input[type=checkbox] {
  display: none;
}
.login-page__checked-box input[type=checkbox] + label span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
}
.login-page__checked-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}
.login-page__form-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.login-page__form-forgot-password {
  position: relative;
  display: block;
  margin-left: 0px;
  flex: 0 0 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .login-page__form-forgot-password {
    margin-left: 20px;
    flex: 0 0 auto;
    margin-top: 0;
  }
}
.login-page__form-forgot-password a {
  color: var(--bemox-text, #636363);
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.login-page__form-forgot-password a:hover {
  background-size: 100% 1px;
}
.login-page__form-forgot-password a:hover {
  color: var(--bemox-base, #C3EE18);
}

/*--------------------------------------------------------------
# error 404
--------------------------------------------------------------*/
.error-area {
  position: relative;
}
.error-area__content {
  text-align: center;
}
.error-area__thumb {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .error-area__thumb {
    margin-bottom: 20px;
  }
  .error-area__thumb img {
    object-fit: cover;
    width: 100%;
  }
}
.error-area__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 131%;
  text-align: center;
  color: var(--bemox-primary, #222222);
  margin-bottom: 11px;
}
@media (max-width: 425px) {
  .error-area__title {
    font-size: 30px;
    line-height: 100%;
  }
}
.error-area__text {
  text-align: center;
  color: #636363;
  margin-bottom: 26px;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-one {
  counter-reset: count;
  position: relative;
}
@media (max-width: 767px) {
  .faq-one {
    padding: 80px 0;
  }
}
.faq-one__content {
  padding-right: 22px;
}
@media (max-width: 1199px) {
  .faq-one__content {
    padding-right: 0px;
  }
}
.faq-one__content .sec-title {
  padding-bottom: 28px;
}
.faq-one__top {
  padding-bottom: 35px;
}
.faq-one__top .sec-title {
  padding-bottom: 13px;
}
.faq-one__accordion {
  position: relative;
}
.faq-one__accordion .accrodion {
  position: relative;
  transition: all 500ms ease;
  counter-increment: count;
  border-radius: 5px;
  background-color: #ECF8F8;
}
.faq-one__accordion .accrodion__number {
  margin-top: -1px;
  margin-left: -1px;
  margin-bottom: -1px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-black3, #040404);
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  border-radius: 5px;
}
.faq-one__accordion .accrodion__number::before {
  content: counters(count, ".", decimal-leading-zero);
  position: relative;
  display: inline-block;
}
.faq-one__accordion .accrodion + .accrodion {
  margin-top: 30px;
}
.faq-one__accordion .accrodion-title {
  padding-right: 30px;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  background-color: var(--bemox-white, #fff);
  cursor: pointer;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.faq-one__accordion .accrodion-title__title {
  flex: 1;
  padding-left: 20px;
  margin: 0;
  transition: all 500ms ease;
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  text-transform: capitalize;
  color: var(--bemox-black, #000000);
}
@media (max-width: 767px) {
  .faq-one__accordion .accrodion-title__title {
    font-size: 18px;
  }
}
.faq-one__accordion .accrodion-title__icon {
  padding: 10px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  transition: all 500ms ease;
  background-color: transparent;
  color: var(--bemox-black, #000000);
}
.faq-one__accordion .active .accrodion-title {
  background-color: var(--bemox-black, #000000);
  border-color: var(--bemox-black, #000000);
}
.faq-one__accordion .active .accrodion-title .accrodion-title__title {
  color: var(--bemox-white, #fff);
}
.faq-one__accordion .active .accrodion__number {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-black, #000000);
}
.faq-one__accordion .active .accrodion-title__icon {
  transform: translateY(-50%) rotate(-180deg);
  color: var(--bemox-base, #C3EE18);
}
.faq-one__accordion .accrodion-content {
  position: relative;
  z-index: 1;
}
.faq-one__accordion .accrodion-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--bemox-base, #C3EE18);
  width: 34px;
  height: 34px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.faq-one__accordion .accrodion-content::before {
  content: "";
  position: absolute;
  bottom: 11px;
  right: 11px;
  background-color: var(--bemox-black3, #040404);
  width: 18px;
  height: 18px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.faq-one__accordion .accrodion-content .inner {
  padding: 15px;
  display: flex;
  align-items: center;
  max-width: 800px;
  gap: 20px;
}
@media (max-width: 767px) {
  .faq-one__accordion .accrodion-content .inner {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.faq-one__accordion .accrodion-content p {
  margin: 0;
  font-weight: 400;
  line-height: 150%;
}
.faq-one__accordion .accrodion-content p a {
  color: var(--bemox-base, #C3EE18);
  text-decoration: underline;
  font-weight: 500;
}
.faq-one__accordion .accrodion-image {
  border-radius: 5px;
  border: 3px solid var(--bemox-white, #fff);
}
.faq-one__accordion .accrodion-image img {
  object-fit: cover;
  border-radius: 3px;
}
.faq-one__thumb {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.faq-one__thumb img {
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.faq-one__call {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  padding: 4px 30px 7px 0;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.faq-one__call:hover {
  background-size: 100% 1px;
}
.faq-one__call::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bemox-base, #C3EE18);
  z-index: -1;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
.faq-one__call__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bemox-white, #fff);
  transition: all 0.4s ease-in-out;
}
.faq-one__call:hover .faq-one__call__icon {
  background-color: var(--bemox-black, #000000);
  color: var(--bemox-white, #fff);
}
.faq-one--page .container {
  max-width: 970px;
}

/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
.price-card {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  margin-top: 20px;
  background-color: #ECF8F8;
  padding: 1px 20px 20px;
}
.price-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 41%, 0 100%);
  width: 100%;
  height: 200px;
  background-color: rgba(108, 67, 227, 0.1);
  z-index: -1;
  border-radius: 20px 20px 0 0;
  transition: all 0.4s ease-in-out;
}
.price-card__top {
  text-align: center;
  margin-top: -19px;
  margin-bottom: 30px;
}
.price-card__top__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 222%;
  text-align: center;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 50px;
  background-color: var(--bemox-base, #C3EE18);
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.price-card__price {
  width: 167px;
  height: 167px;
  background-color: var(--bemox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .price-card__price {
    width: 140px;
    height: 140px;
    font-size: 35px;
  }
}
.price-card__month {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-weight: 600;
  font-size: 16px;
  line-height: 80%;
  text-align: center;
  text-transform: capitalize;
  color: var(--bemox-black4, #333333);
  margin-top: 10px;
}
.price-card__list {
  border-radius: 10px;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}
.price-card__list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bemox-text, #636363);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
  z-index: 1;
  transition: all 400ms ease-in-out;
  overflow: hidden;
}
.price-card__list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bemox-black3, #040404);
  transition: all 400ms ease-in-out;
  transform: translateY(-100%);
  z-index: -1;
}
.price-card__list li:hover {
  border-color: var(--bemox-black3, #040404);
  color: var(--bemox-white, #fff);
}
.price-card__list li:hover::after {
  transform: translateY(0);
}
.price-card__list li + li {
  border-top: 1px solid var(--bemox-border-color, #DDDDDD);
}
.price-card__btn {
  text-align: center;
}
.price-card__btn .bemox-btn {
  background-color: var(--bemox-black3, #040404);
  color: var(--bemox-white, #fff);
}
.price-card__btn .bemox-btn .bemox-btn__icon {
  border-color: var(--bemox-white, #fff);
  color: var(--bemox-white, #fff);
}
.price-card:hover::after {
  background-color: var(--bemox-base, #C3EE18);
}
.price-card:hover .price-card__top__title {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-black3, #040404);
}

/*--------------------------------------------------------------
# text-slider
--------------------------------------------------------------*/
.text-slider {
  position: relative;
  z-index: 1;
  background-color: var(--bemox-base, #C3EE18);
  padding: 53px 0;
  transform: rotate(7.47deg) translateX(-10%);
  width: 120%;
  margin-top: -100px;
}
@media (max-width: 991px) {
  .text-slider {
    padding: 30px;
  }
}
.text-slider__inner {
  width: 110%;
  display: flex;
  align-items: center;
  gap: 42px;
  animation: textScrolling 25s linear infinite;
  animation-direction: reverse;
  will-change: transform;
  position: relative;
  white-space: nowrap;
}
.text-slider__inner:hover {
  animation-play-state: paused;
}
.text-slider__item {
  display: flex;
  align-items: center;
  gap: 46px;
  font-weight: 700;
  font-size: 45px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bemox-black3, #040404);
}
@media (max-width: 991px) {
  .text-slider__item {
    font-size: 35px;
  }
}
.text-slider__item span {
  width: 144px;
  position: relative;
}
.text-slider__item span::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: var(--bemox-black3, #040404);
  border-radius: 50%;
}
.text-slider__item span::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  width: 130px;
  height: 2px;
  background: var(--bemox-black3, #040404);
}
.text-slider__item:nth-child(odd) {
  color: var(--bemox-base, #C3EE18);
  text-shadow: -1px 0 0 #040404, 1px 0 0 #040404, 0 -1px 0 #040404, 0 1px 0 #040404, -1px -1px 0 #040404, 1px -1px 0 #040404, -1px 1px 0 #040404, 1px 1px 0 #040404;
}
.text-slider--two {
  margin-top: 0;
  transform: rotate(-7.47deg) translateX(-10%);
  background-color: var(--bemox-black3, #040404);
}
.text-slider--two .text-slider__item {
  color: var(--bemox-white, #fff);
}
.text-slider--two .text-slider__item span::after, .text-slider--two .text-slider__item span::before {
  background-color: var(--bemox-white, #fff);
}
.text-slider--two .text-slider__item:nth-child(odd) {
  color: var(--bemox-black3, #040404);
  text-shadow: -1px 0 0 var(--bemox-white, #fff), 1px 0 0 var(--bemox-white, #fff), 0 -1px 0 var(--bemox-white, #fff), 0 1px 0 var(--bemox-white, #fff), -1px -1px 0 var(--bemox-white, #fff), 1px -1px 0 var(--bemox-white, #fff), -1px 1px 0 var(--bemox-white, #fff), 1px 1px 0 var(--bemox-white, #fff);
}
.text-slider--two .text-slider__inner {
  animation-direction: normal;
}
.text-slider--four {
  transform: rotate(0) translateX(0%);
  margin: 0;
  padding: 74px 0;
}
@media (max-width: 575px) {
  .text-slider--four {
    padding: 40px 0;
  }
}
.text-slider--four .text-slider__item {
  color: var(--bemox-white, #fff);
}
.text-slider--four .text-slider__item:nth-child(odd) {
  color: var(--bemox-base, #C3EE18);
  text-shadow: -1px 0 0 var(--bemox-white, #fff), 1px 0 0 var(--bemox-white, #fff), 0 -1px 0 var(--bemox-white, #fff), 0 1px 0 var(--bemox-white, #fff), -1px -1px 0 var(--bemox-white, #fff), 1px -1px 0 var(--bemox-white, #fff), -1px 1px 0 var(--bemox-white, #fff), 1px 1px 0 var(--bemox-white, #fff);
}
.text-slider--four .text-slider__item span::after, .text-slider--four .text-slider__item span::before {
  background-color: var(--bemox-white, #fff);
}
.text-slider--white .text-slider__item {
  color: var(--bemox-white, #fff);
}
.text-slider--white .text-slider__item:nth-child(odd) {
  color: var(--bemox-base, #C3EE18);
  text-shadow: -1px 0 0 var(--bemox-white, #fff), 1px 0 0 var(--bemox-white, #fff), 0 -1px 0 var(--bemox-white, #fff), 0 1px 0 var(--bemox-white, #fff), -1px -1px 0 var(--bemox-white, #fff), 1px -1px 0 var(--bemox-white, #fff), -1px 1px 0 var(--bemox-white, #fff), 1px 1px 0 var(--bemox-white, #fff);
}
.text-slider--white .text-slider__item span::after, .text-slider--white .text-slider__item span::before {
  background-color: var(--bemox-white, #fff);
}
.text-slider--six {
  transform: rotate(-7.47deg) translateX(-10%);
  background-color: var(--bemox-black3, #040404);
}
@media (max-width: 991px) {
  .text-slider--six {
    transform: rotate(0deg) translateX(0%);
  }
}
.text-slider--six .text-slider__item {
  color: var(--bemox-white, #fff);
}
.text-slider--six .text-slider__item span::after, .text-slider--six .text-slider__item span::before {
  background-color: var(--bemox-white, #fff);
}
.text-slider--six .text-slider__item:nth-child(odd) {
  color: var(--bemox-black3, #040404);
  text-shadow: -1px 0 0 var(--bemox-white, #fff), 1px 0 0 var(--bemox-white, #fff), 0 -1px 0 var(--bemox-white, #fff), 0 1px 0 var(--bemox-white, #fff), -1px -1px 0 var(--bemox-white, #fff), 1px -1px 0 var(--bemox-white, #fff), -1px 1px 0 var(--bemox-white, #fff), 1px 1px 0 var(--bemox-white, #fff);
}
.text-slider--six .text-slider__inner {
  animation-direction: normal;
}

.text-slider__area {
  padding: 100px 0;
  overflow: hidden;
}
.text-slider__area--six {
  margin-top: -125px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  overflow: visible;
}
@media (max-width: 991px) {
  .text-slider__area--six svg {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .text-slider__area--six svg {
    width: 600px;
  }
}
.text-slider__area--six .text-slider__shape {
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
}
.text-slider__area--six .text-slider__shape .path-base {
  stroke: #222;
  stroke-width: 2;
  fill: none;
}
.text-slider__area--six .text-slider__shape .animated-path {
  stroke: var(--bemox-base, #C3EE18);
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 40 200;
  stroke-dashoffset: 0;
  animation: moveStroke 3s linear infinite;
}
@keyframes moveStroke {
  to {
    stroke-dashoffset: -240;
  }
}
.text-slider__area--five {
  padding: 200px 0 105px;
}
@media (max-width: 991px) {
  .text-slider__area--five {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .text-slider__area--five .text-slider {
    transform: rotate(0deg) translateX(0%);
    margin-top: 0;
  }
}

.text-slider__area_two {
  overflow: hidden;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .text-slider__area_two {
    padding-bottom: 0;
  }
}
.text-slider__area_two .text-slider {
  transform: rotate(5.15deg) translateX(-10%);
  margin-top: -48px;
}
@media (max-width: 767px) {
  .text-slider__area_two .text-slider {
    transform: rotate(0deg) translateX(0%);
    margin-top: 0px;
  }
}
.text-slider__area_two .text-slider--two {
  background-color: transparent;
  transform: rotate(0) translateX(0%);
  margin-top: 0;
}
.text-slider__area_two .text-slider--two .text-slider__item {
  color: var(--bemox-black3, #040404);
}
.text-slider__area_two .text-slider--two .text-slider__item span::before, .text-slider__area_two .text-slider--two .text-slider__item span::after {
  background-color: var(--bemox-black3, #040404);
}
.text-slider__area_two .text-slider--two .text-slider__item:nth-child(odd) {
  color: var(--bemox-white, #fff);
  text-shadow: -1px 0 0 #040404, 1px 0 0 #040404, 0 -1px 0 #040404, 0 1px 0 #040404, -1px -1px 0 #040404, 1px -1px 0 #040404, -1px 1px 0 #040404, 1px 1px 0 #040404;
}
.text-slider__area_two--five {
  padding-bottom: 100px;
}
.text-slider__area_two--five .text-slider__item {
  color: var(--bemox-white, #fff);
}
.text-slider__area_two--five .text-slider__item span::before, .text-slider__area_two--five .text-slider__item span::after {
  background-color: var(--bemox-white, #fff);
}
.text-slider__area_two--five .text-slider__item:nth-child(odd) {
  color: var(--bemox-base, #C3EE18);
  text-shadow: -1px 0 0 var(--bemox-white, #fff), 1px 0 0 var(--bemox-white, #fff), 0 -1px 0 var(--bemox-white, #fff), 0 1px 0 var(--bemox-white, #fff), -1px -1px 0 var(--bemox-white, #fff), 1px -1px 0 var(--bemox-white, #fff), -1px 1px 0 var(--bemox-white, #fff), 1px 1px 0 var(--bemox-white, #fff);
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes textScrolling {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(12px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-12px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideTop {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideBottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotateSVG {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateSVGTwo {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(360deg);
  }
}
@keyframes rotateScale {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.8);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes scrollDot {
  0% {
    opacity: 1;
    transform: translateX(11px);
  }
  70% {
    opacity: 1;
    transform: translateX(80px);
  }
  100% {
    opacity: 0;
    transform: translateX(80px);
  }
}
@keyframes scrollDot2 {
  0% {
    opacity: 1;
    transform: translateX(11px);
  }
  70% {
    opacity: 1;
    transform: translateX(64px);
  }
  100% {
    opacity: 0;
    transform: translateX(64px);
  }
}
@keyframes scaleFull {
  0% {
    transform: scale(0.7) translateX(-50%);
  }
  50% {
    transform: scale(1) translateX(-50%);
  }
  100% {
    transform: scale(0.7) translateX(-50%);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  25% {
    transform: rotate(-3deg) translateX(-10px);
  }
  50% {
    transform: rotate(3deg) translateX(10px);
  }
  75% {
    transform: rotate(-2deg) translateX(-5px);
  }
  100% {
    transform: rotate(0deg) translateX(0);
  }
}
@keyframes scaleContact {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes shine {
  0% {
    transform: skewX(-25deg) translateX(0);
  }
  100% {
    transform: skewX(-25deg) translateX(250%);
  }
}
@keyframes shake-vertical-alternate {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateX(-8px);
  }
  20%, 40%, 60% {
    transform: translateX(8px);
  }
  80% {
    transform: translateX(6.4px);
  }
  90% {
    transform: translateX(-6.4px);
  }
}
.hover\:shine {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hover\:shine::before {
  position: absolute;
  content: "";
  top: 0;
  left: -140%;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transition: 0.5s ease;
  z-index: 1;
}
.hover\:shine:is(:hover, :focus-within)::before {
  animation: shine 1s ease forwards;
}

/* Add transition effect */
.bw-img-anim-left,
.bw-img-anim-right {
  transition: clip-path 0.5s ease-out;
}

.letters-fade-in .char {
  display: inline-block;
  transform: translate(-24px, 0px);
  -webkit-transform: translate(-24px, 0px);
  opacity: 0;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease;
  transition-delay: var(--transition-delay);
  white-space: pre;
  margin-right: 0;
}

.letters-fade-in.is-visible .char {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
  filter: blur(0);
  -webkit-filter: blur(0);
}

.letters-fade-in .word {
  display: inline-block;
  white-space: nowrap;
}

.letters-fade-in.is-visible .char {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.parallax-view {
  overflow: hidden;
  position: relative;
}

.parallax-view img {
  width: 100%;
  height: 110%;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--bemox-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--bemox-white, #fff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bemox-black, #000000);
  opacity: 0.3;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--bemox-black, #000000);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 0px;
  line-height: 40px;
  color: var(--bemox-black, #000000);
  cursor: pointer;
  border: none;
  outline: none;
  background-color: var(--bemox-base, #C3EE18);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 300ms ease-in-out, opacity 0.4s linear;
  overflow: hidden;
}
.mobile-nav__close:hover {
  background-color: var(--bemox-white, #fff);
  color: var(--bemox-black, #000000);
  font-size: 20px;
}
.mobile-nav__close:hover::before, .mobile-nav__close:hover::after {
  background-image: linear-gradient(45deg, var(--bemox-black, #000000), transparent, transparent, var(--bemox-black, #000000));
  width: 70px;
  opacity: 0;
}
.mobile-nav__close::before, .mobile-nav__close::after {
  content: "";
  width: 20px;
  height: 2px;
  background-image: linear-gradient(45deg, var(--bemox-black, #000000) 50%, transparent, var(--bemox-black, #000000) 50%);
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out, opacity 0.4s linear;
  transition: all 300ms ease-in-out, opacity 0.4s linear;
}
.mobile-nav__close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--bemox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--bemox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--bemox-white, #fff);
  font-size: 14px;
  font-family: var(--bemox-font, "Roboto", sans-serif);
  text-transform: uppercase;
  font-weight: 500;
  height: 46px;
  letter-spacing: var(--bemox-letter-space, 0.1em);
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--bemox-base, #C3EE18);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--bemox-base, #C3EE18);
  border: none;
  outline: none;
  color: var(--bemox-black, #000000);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--bemox-white, #fff);
  color: var(--bemox-black, #000000);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--bemox-black, #000000);
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: var(--bemox-base, #C3EE18);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: var(--bemox-white, #fff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--bemox-base, #C3EE18);
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--bemox-base, #C3EE18);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 13px;
  margin-right: 10px;
  color: var(--bemox-black, #000000);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000;
  opacity: 0.9;
  cursor: url(../images/close.png), auto;
}
@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup__form {
  position: relative;
}
.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: var(--bemox-white, #fff);
  font-size: 15px;
  color: var(--bemox-text, #636363);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}
.search-popup__form .bemox-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.9;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: var(--bemox-black, #000000);
  position: relative;
  display: flex;
  justify-content: start;
  align-items: end;
  min-height: 662px;
}
@media (max-width: 1199px) {
  .page-header {
    min-height: 561px;
  }
}
@media (max-width: 991px) {
  .page-header {
    min-height: 461px;
  }
}
@media (max-width: 767px) {
  .page-header {
    min-height: 361px;
  }
}
@media (min-width: 1440px) {
  .page-header .container {
    max-width: 1410px;
  }
}
.page-header .container {
  position: relative;
  z-index: 1;
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 347px;
  width: 1260px;
  background: linear-gradient(180deg, rgba(114, 140, 13, 0) 56.01%, #C6F216 100%);
}
@media (max-width: 1440px) {
  .page-header::after {
    width: 991px;
  }
}
.page-header__title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 75px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
}
@media (max-width: 991px) {
  .page-header__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .page-header__title {
    font-size: 40px;
  }
}
.page-header__content {
  display: inline-block;
  background-color: var(--bemox-white, #fff);
  padding: 0px 60px 28px 60px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .page-header__content {
    padding: 0px 30px 20px;
  }
}
.page-header .page-header__bg__wrap__shape {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bemox-white, #fff);
  width: 10%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.page-header .page-header__bg__wrap__shape:nth-child(2) {
  left: 10%;
}
.page-header .page-header__bg__wrap__shape:nth-child(3) {
  left: 20%;
}
.page-header .page-header__bg__wrap__shape:nth-child(4) {
  left: 30%;
}
.page-header .page-header__bg__wrap__shape:nth-child(5) {
  left: 40%;
}
.page-header .page-header__bg__wrap__shape:nth-child(6) {
  left: 50%;
}
.page-header .page-header__bg__wrap__shape:nth-child(7) {
  left: 60%;
}
.page-header .page-header__bg__wrap__shape:nth-child(8) {
  left: 70%;
}
.page-header .page-header__bg__wrap__shape:nth-child(9) {
  left: 80%;
}
.page-header .page-header__bg__wrap__shape:nth-child(10) {
  left: 90%;
}

.bemox-breadcrumb {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  background-color: var(--bemox-base, #C3EE18);
  width: fit-content;
  margin-bottom: 9px;
  padding: 5px 20px;
}
@media (max-width: 767px) {
  .bemox-breadcrumb {
    padding: 5px 15px;
  }
}
.bemox-breadcrumb li {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
}
@media (max-width: 767px) {
  .bemox-breadcrumb li {
    font-size: 15px;
  }
}
.bemox-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  position: relative;
  top: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.bemox-breadcrumb li span {
  color: inherit;
  display: inline-flex;
}
.bemox-breadcrumb li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.bemox-breadcrumb li a:hover {
  background-size: 100% 1px;
}
.bemox-breadcrumb li a:hover {
  color: var(--bemox-primary, #222222);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}
.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 430px;
  width: 100%;
  mix-blend-mode: luminosity;
}
.google-map__contact {
  overflow: hidden;
  background-color: var(--bemox-gray, #B9B9B9);
}

.contact-map {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .contact-map {
    padding-bottom: 80px;
  }
}
.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 1654px;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  position: relative;
  background-color: var(--bemox-white, #fff);
}
.client-carousel.section-space-bottom {
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .client-carousel.section-space-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .client-carousel.section-space-bottom {
    padding-bottom: 60px;
  }
}
.client-carousel--two::before, .client-carousel--two::after {
  display: none;
}
.client-carousel--three {
  background-color: var(--bemox-white, #fff);
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
}
.client-carousel--three::before, .client-carousel--three::after {
  display: none;
}
.client-carousel--three .client-carousel__item {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  border-left: 1px solid var(--bemox-border-color, #DDDDDD);
  transition: all 400ms ease;
}
@media (max-width: 767px) {
  .client-carousel--three .client-carousel__item {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .client-carousel--three .client-carousel__item {
    padding: 60px 0;
  }
}
.client-carousel--three .client-carousel__item::after {
  background-color: var(--bemox-base, #C3EE18);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  height: 0;
  transition: all 400ms ease;
}
.client-carousel--three .client-carousel__hover {
  border-radius: 0;
}
.client-carousel--three .client-carousel__carousel .slick-slide {
  margin: 0 0px;
}
.client-carousel--three .client-carousel__carousel .slick-list {
  margin: 0 0px;
}
.client-carousel--three .client-carousel__item__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  border: 1px solid transparent;
  transition: all 400ms ease;
  max-width: 210px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .client-carousel--three .client-carousel__item__inner {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
.client-carousel--three .client-carousel__item__inner img {
  max-width: 122px;
  width: 100%;
  object-fit: cover;
}
.client-carousel--three .client-carousel__item:hover {
  background-color: var(--bemox-base, #C3EE18);
}
.client-carousel--three .client-carousel__item:hover .client-carousel__item__inner {
  background-color: transparent;
  border-color: var(--bemox-black3, #040404);
}
.client-carousel--three .client-carousel__hover {
  background-color: transparent;
  border: none;
}
.client-carousel--five {
  background-color: var(--bemox-black3, #040404);
  border-bottom: 1px solid #363636;
}
.client-carousel--five::before, .client-carousel--five::after {
  display: none;
}
.client-carousel--five .client-carousel__item {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  border-left: 1px solid #363636;
  transition: all 400ms ease;
}
@media (max-width: 767px) {
  .client-carousel--five .client-carousel__item {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .client-carousel--five .client-carousel__item {
    padding: 60px 0;
  }
}
.client-carousel--five .client-carousel__item::after {
  background-color: #232323;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  height: 0;
  transition: all 400ms ease;
}
.client-carousel--five .client-carousel__hover {
  border-radius: 0;
}
.client-carousel--five .client-carousel__carousel .slick-slide {
  margin: 0 0px;
}
.client-carousel--five .client-carousel__carousel .slick-list {
  margin: 0 0px;
}
.client-carousel--five .client-carousel__item__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  border: 1px solid transparent;
  transition: all 400ms ease;
  max-width: 210px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .client-carousel--five .client-carousel__item__inner {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
.client-carousel--five .client-carousel__item__inner img {
  max-width: 122px;
  width: 100%;
  object-fit: cover;
}
.client-carousel--five .client-carousel__item:hover {
  background-color: #232323;
}
.client-carousel--five .client-carousel__item:hover .client-carousel__item__inner {
  background-color: transparent;
  border-color: var(--bemox-base, #C3EE18);
}
.client-carousel--five .client-carousel__hover {
  background-color: transparent;
  border: none;
}
.client-carousel::before, .client-carousel::after {
  content: "";
  width: calc(50% - 106px);
  height: 2px;
  background-color: var(--bemox-border-color, #DDDDDD);
  position: absolute;
  top: 14px;
  left: 0px;
}
@media (max-width: 575px) {
  .client-carousel::before, .client-carousel::after {
    display: none;
  }
}
.client-carousel::after {
  left: auto;
  right: 0px;
}
.client-carousel__content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.client-carousel__title {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  color: var(--bemox-black4, #333333);
  text-transform: uppercase;
  line-height: 1.625;
  background-color: var(--bemox-white, #fff);
  margin-bottom: 105px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .client-carousel__title {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .client-carousel__title {
    margin-bottom: 50px;
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .client-carousel__title {
    display: block;
    width: 100%;
  }
}
.client-carousel__title span {
  color: var(--bemox-base, #C3EE18);
  margin: 0 2px;
}
.client-carousel__title .client-carousel__icon {
  margin-right: 15px;
}
@media (max-width: 425px) {
  .client-carousel__title .client-carousel__icon {
    display: none;
  }
}
.client-carousel__title .client-carousel__icon:last-child {
  margin-right: 0;
  margin-left: 15px;
}
.client-carousel__carousel {
  position: relative;
}
.client-carousel__carousel .slick-slide {
  margin: 0 20px;
}
.client-carousel__carousel .slick-list {
  margin: 0 -20px;
}
.client-carousel__item {
  position: relative;
  padding: 17.5px 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .client-carousel__item {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
.client-carousel__item img {
  max-width: 122px;
  width: 100%;
  object-fit: cover;
}
.client-carousel__image {
  margin: auto;
}
.client-carousel__hover {
  padding: 17.5px 35px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--bemox-base, #C3EE18);
  background-color: var(--bemox-base, #C3EE18);
  border-radius: 50px;
  transition: opacity 300ms ease;
}
.client-carousel__item:hover .client-carousel__hover {
  opacity: 1;
}

.slick-slide {
  margin: 0 15px;
}

.slick-list {
  margin: 0 -15px;
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.slider-three {
  position: relative;
  z-index: 1;
  background-color: #ECF8F8;
  padding: 163px 0 115px;
  overflow: hidden;
}
.slider-three .container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.slider-three__thumb {
  position: relative;
  z-index: 1;
  margin-right: -20px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .slider-three__thumb {
    margin-right: -100px;
  }
}
@media (max-width: 991px) {
  .slider-three__thumb {
    margin-right: 0;
  }
}
.slider-three__thumb__item {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600.000000 600.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,600.000000) scale(0.100000,-0.100000)" fill=" " stroke="none"> <path d="M2428 5750 c-137 -23 -289 -106 -371 -201 -53 -61 -491 -745 -524 -818 -35 -78 -53 -165 -53 -261 0 -106 18 -181 71 -289 69 -140 119 -182 531 -444 382 -243 421 -265 513 -293 82 -25 257 -25 340 0 172 51 293 154 420 356 43 69 146 230 228 359 159 249 187 301 212 396 20 77 19 230 -1 308 -31 119 -101 237 -187 313 -65 57 -715 473 -812 520 -112 54 -247 74 -367 54z"/> <path d="M4302 4500 c-124 -33 -244 -109 -324 -206 -18 -22 -132 -196 -253 -385 -120 -189 -238 -369 -261 -400 -85 -111 -209 -208 -344 -266 -133 -57 -189 -68 -360 -68 -134 0 -166 3 -235 24 -118 35 -180 69 -559 310 -474 303 -481 306 -671 306 -124 0 -201 -17 -295 -65 -64 -33 -156 -108 -198 -162 -66 -86 -472 -728 -503 -793 -31 -69 -59 -191 -59 -260 0 -81 29 -197 72 -284 70 -145 133 -198 543 -457 385 -244 426 -267 518 -291 75 -19 221 -21 297 -4 168 39 313 150 422 322 416 656 420 662 513 755 138 139 287 217 477 250 166 29 358 5 510 -64 36 -16 233 -136 437 -266 204 -130 392 -246 417 -256 79 -34 159 -50 256 -50 173 0 309 54 433 173 65 62 105 119 301 427 257 403 268 424 295 528 51 200 -6 427 -144 578 -64 69 -83 83 -512 356 -315 201 -331 211 -414 240 -85 30 -263 34 -359 8z"/> <path d="M3142 2579 c-79 -12 -177 -47 -247 -90 -101 -61 -163 -137 -356 -439 -338 -528 -346 -544 -356 -715 -7 -117 14 -214 68 -324 71 -144 125 -189 553 -460 203 -128 395 -244 426 -257 177 -72 398 -53 567 48 124 74 178 148 601 822 87 139 114 228 114 371 0 94 -4 122 -28 194 -33 101 -102 209 -171 272 -57 51 -751 496 -824 528 -103 46 -241 66 -347 50z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600.000000 600.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,600.000000) scale(0.100000,-0.100000)" fill=" " stroke="none"> <path d="M2428 5750 c-137 -23 -289 -106 -371 -201 -53 -61 -491 -745 -524 -818 -35 -78 -53 -165 -53 -261 0 -106 18 -181 71 -289 69 -140 119 -182 531 -444 382 -243 421 -265 513 -293 82 -25 257 -25 340 0 172 51 293 154 420 356 43 69 146 230 228 359 159 249 187 301 212 396 20 77 19 230 -1 308 -31 119 -101 237 -187 313 -65 57 -715 473 -812 520 -112 54 -247 74 -367 54z"/> <path d="M4302 4500 c-124 -33 -244 -109 -324 -206 -18 -22 -132 -196 -253 -385 -120 -189 -238 -369 -261 -400 -85 -111 -209 -208 -344 -266 -133 -57 -189 -68 -360 -68 -134 0 -166 3 -235 24 -118 35 -180 69 -559 310 -474 303 -481 306 -671 306 -124 0 -201 -17 -295 -65 -64 -33 -156 -108 -198 -162 -66 -86 -472 -728 -503 -793 -31 -69 -59 -191 -59 -260 0 -81 29 -197 72 -284 70 -145 133 -198 543 -457 385 -244 426 -267 518 -291 75 -19 221 -21 297 -4 168 39 313 150 422 322 416 656 420 662 513 755 138 139 287 217 477 250 166 29 358 5 510 -64 36 -16 233 -136 437 -266 204 -130 392 -246 417 -256 79 -34 159 -50 256 -50 173 0 309 54 433 173 65 62 105 119 301 427 257 403 268 424 295 528 51 200 -6 427 -144 578 -64 69 -83 83 -512 356 -315 201 -331 211 -414 240 -85 30 -263 34 -359 8z"/> <path d="M3142 2579 c-79 -12 -177 -47 -247 -90 -101 -61 -163 -137 -356 -439 -338 -528 -346 -544 -356 -715 -7 -117 14 -214 68 -324 71 -144 125 -189 553 -460 203 -128 395 -244 426 -257 177 -72 398 -53 567 48 124 74 178 148 601 822 87 139 114 228 114 371 0 94 -4 122 -28 194 -33 101 -102 209 -171 272 -57 51 -751 496 -824 528 -103 46 -241 66 -347 50z"/> </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: 100%;
}
.slider-three__thumb__item img {
  object-fit: cover;
  width: 100%;
}
.slider-three__title {
  margin-bottom: 7px;
}
.slider-three__title__box {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .slider-three__title__box {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0;
  }
}
.slider-three__title__text {
  font-weight: 700;
  font-size: 80px;
  line-height: 112%;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  margin-bottom: 0;
}
@media (max-width: 1460px) {
  .slider-three__title__text {
    font-size: 60px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .slider-three__title__text {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .slider-three__title__text {
    font-size: 50px;
  }
}
@media (max-width: 425px) {
  .slider-three__title__text {
    font-size: 45px;
  }
}
.slider-three__title__icon {
  position: relative;
  z-index: 1;
  max-width: 101px;
  height: 57px;
  width: 100%;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-base, #C3EE18);
  width: 100%;
  color: var(--bemox-primary, #222222);
  font-size: 31px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .slider-three__title__icon {
    max-width: 80px;
    height: 45px;
    font-size: 25px;
  }
}
@media (max-width: 425px) {
  .slider-three__title__icon {
    max-width: 70px;
    height: 35px;
    font-size: 20px;
  }
}
.slider-three__title__icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.slider-three__title__icon i:last-child {
  visibility: hidden;
  left: -40px;
  transform: translate(-50%, 0);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.slider-three__title__icon:hover {
  background-color: var(--bemox-black3, #040404);
}
.slider-three__title__icon:hover i {
  left: 200%;
  color: var(--bemox-white, #fff);
}
.slider-three__title__icon:hover i:last-child {
  transform: translate(-50%, -50%);
  left: 50%;
  visibility: visible;
}
.slider-three__text {
  max-width: 595px;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 40px;
}
.slider-three__funfact {
  position: relative;
  z-index: 1;
  background-color: var(--bemox-white, #fff);
  border-radius: 10px;
  display: flex;
  align-items: center;
  max-width: 565px;
  width: 100%;
}
@media (max-width: 991px) {
  .slider-three__funfact {
    margin-left: auto;
    margin-right: auto;
  }
}
.slider-three__funfact__item {
  flex: 0 0 auto;
  width: 50%;
}
.slider-three__funfact__item__count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 500;
  font-size: 80px;
  line-height: 132%;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 9px;
  width: 100%;
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
}
@media (max-width: 767px) {
  .slider-three__funfact__item__count {
    font-size: 60px;
  }
}
@media (max-width: 425px) {
  .slider-three__funfact__item__count {
    font-size: 40px;
  }
}
.slider-three__funfact__item__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  text-transform: uppercase;
  color: var(--bemox-font, "Roboto", sans-serif);
  margin-bottom: 0;
  text-align: center;
  padding: 20px 10px;
}
@media (max-width: 425px) {
  .slider-three__funfact__item__text {
    font-size: 14px;
    padding: 10px 5px;
  }
}
.slider-three__funfact__item + .slider-three__funfact__item {
  border-left: 1px solid var(--bemox-border-color, #DDDDDD);
  position: relative;
  z-index: 1;
}
.slider-three__funfact__item + .slider-three__funfact__item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--bemox-base, #C3EE18);
  bottom: 58px;
  left: -10px;
}
.slider-three__awards {
  display: flex;
  align-items: center;
  gap: 31px;
  max-width: 370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .slider-three__awards {
    margin-left: 0;
    margin-right: auto;
    margin-top: 20px;
  }
}
.slider-three__awards__image {
  display: flex;
  align-items: center;
  gap: 10px;
}
.slider-three__awards__image img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--bemox-white, #fff);
}
.slider-three__awards__image img + img {
  margin-left: -25px;
}
.slider-three__awards__count {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
  margin-bottom: 0;
  display: flex;
  padding-bottom: 0;
}
.slider-three__awards__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: var(--bemox-black4, #333333);
  margin-bottom: 0;
}
.slider-three__awards .slider-three__awards__funfat {
  position: relative;
  z-index: 1;
}
.slider-three__awards .slider-three__awards__funfat::after {
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  width: 2px;
  height: 100%;
  border-radius: 20px;
  background-color: var(--bemox-black3, #040404);
  z-index: -1;
}
.slider-three__awards .slider-three__awards__funfat::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -14px;
  width: 2px;
  height: 26px;
  border-radius: 20px;
  background-color: var(--bemox-base, #C3EE18);
  z-index: 1;
}
.slider-three__tag {
  position: absolute;
  right: 78px;
  bottom: 192px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1460px) {
  .slider-three__tag {
    right: 20px;
    bottom: 120px;
  }
}
@media (max-width: 575px) {
  .slider-three__tag {
    position: relative;
    margin-top: 20px;
    margin-left: 40px;
    left: auto;
    bottom: auto;
  }
}
.slider-three__tag a {
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 0;
  margin-left: calc(var(--i) * 40px);
  transition: all 0.4s ease-in-out;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.slider-three__tag a::after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 10px;
  background-color: var(--bemox-base, #C3EE18);
  position: absolute;
  top: 50%;
  transform: translateX(10px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.slider-three__tag a:hover {
  color: var(--bemox-base, #C3EE18);
}
.slider-three__tag a:hover::after {
  width: 44px;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1460px) {
  .slider-three__tag a {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .slider-three__tag a {
    margin-left: calc(var(--i) * 40px);
  }
}
.slider-three .slider-three__title__mordern {
  display: block;
  position: relative;
}
.slider-three svg {
  display: block;
  position: absolute;
  top: -90px;
  left: -160px;
  z-index: -1;
}
@media (max-width: 1460px) {
  .slider-three svg {
    left: -180px;
  }
}
@media (max-width: 767px) {
  .slider-three svg {
    left: -220px;
  }
}
@media (max-width: 575px) {
  .slider-three svg {
    left: -100px;
    top: -115px;
  }
}
@media (max-width: 425px) {
  .slider-three svg {
    left: -145px;
  }
}
.slider-three text {
  font-size: 120px;
  font-weight: 700;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  fill: transparent;
  stroke: var(--bemox-black3, #040404);
  stroke-width: 1;
  stroke-dasharray: 8 6;
  animation: dashMove 3s linear infinite;
}
@media (max-width: 1460px) {
  .slider-three text {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .slider-three text {
    font-size: 80px;
  }
}
@media (max-width: 425px) {
  .slider-three text {
    font-size: 70px;
  }
}
@keyframes dashMove {
  to {
    stroke-dashoffset: 200;
  }
}

.lines-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  pointer-events: none;
  z-index: -1;
}

.line {
  width: 1px;
  margin-right: 70px;
  border-left: 2px dashed rgba(var(--bemox-border-color-rgb, 221, 221, 221), 0.6);
  height: 100%;
  position: relative;
  pointer-events: auto;
  transition: 0.3s ease;
  z-index: 1;
}
.line:nth-child(even)::before {
  content: "";
  height: 27px;
  width: 27px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--bemox-base, #C3EE18);
  top: 0;
  left: -2px;
  animation: moveLine var(--duration) linear infinite;
  animation-delay: var(--delay);
}
.line:nth-child(4n)::before {
  background-color: var(--bemox-primary, #222222);
}
.line:hover::before {
  animation-play-state: paused;
}

.line::after {
  animation: moveLine var(--duration) linear infinite;
  animation-delay: var(--delay);
}

.line.small-gap {
  margin-right: 25px;
}

.small-gap {
  position: relative;
}

@keyframes moveLine {
  from {
    top: -40px;
    opacity: 0;
  }
  to {
    top: 100%;
  }
}
.main-slider-one {
  position: relative;
}
.main-slider-one__carousel {
  position: relative;
  width: 100%;
}
.main-slider-one__carousel.owl-carousel .owl-dots {
  left: 50px;
  margin: auto 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 56%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 1499px) {
  .main-slider-one__carousel.owl-carousel .owl-dots {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__carousel.owl-carousel .owl-dots {
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    top: auto;
    bottom: 40px;
    width: 100%;
  }
}
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: var(--bemox-gray, #B9B9B9);
  border: none;
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  margin: 22px 0;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .main-slider-one__carousel.owl-carousel .owl-dots .owl-dot {
    margin: 0 11px;
  }
}
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  left: -7.5px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid var(--bemox-base, #C3EE18);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot:hover, .main-slider-one__carousel.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--bemox-base, #C3EE18);
}
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot:hover::after, .main-slider-one__carousel.owl-carousel .owl-dots .owl-dot.active::after {
  transform: scale(1);
}
.main-slider-one__item {
  background-color: var(--bemox-black, #000000);
  position: relative;
  z-index: 3;
  padding-top: 260px;
  padding-bottom: 267px;
}
@media (max-width: 991px) {
  .main-slider-one__item {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}
.main-slider-one__item__shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1999;
  width: auto !important;
}
.main-slider-one__item__shape-2 {
  position: absolute;
  right: -80px;
  bottom: -22px;
  z-index: 1999;
  width: auto !important;
}
.main-slider-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  transform: scale(1);
  transition: transform 10000ms ease, -webkit-transform 10000ms ease;
  overflow: hidden;
}
.main-slider-one__overlay-one {
  background: linear-gradient(90deg, var(--bemox-primary, #222222) -11.78%, rgba(var(--bemox-primary-rgb, 34, 34, 34), 0) 94.59%);
  position: absolute;
  left: 0;
  top: 0;
  width: 62%;
  height: 100%;
}
.main-slider-one__overlay-two {
  background: linear-gradient(0deg, var(--bemox-primary, #222222) -11.78%, rgba(var(--bemox-primary-rgb, 34, 34, 34), 0) 94.59%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 241px;
}
.main-slider-one__content {
  position: relative;
  display: inline-block;
  z-index: 3;
  overflow: hidden;
}
.main-slider-one__title {
  color: var(--bemox-white, #fff);
  font-size: 90px;
  line-height: 100px;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  overflow: hidden;
  margin: 0 0 5px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(400px);
}
@media (max-width: 991px) {
  .main-slider-one__title {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__title {
    font-size: 40px;
    line-height: 45px;
  }
}
.main-slider-one__title::after {
  content: "";
  width: 101%;
  height: 100%;
  position: absolute;
  top: 2px;
  left: 100%;
  background: currentColor;
  transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  z-index: 3;
  transform: translateX(-100%);
  transition-delay: 1s;
}
.main-slider-one__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: var(--bemox-gray, #B9B9B9);
  margin-bottom: 31px;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(-400px);
}
.main-slider-one__btn {
  position: relative;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(200px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}
.main-slider-one__btn .bemox-btn > span {
  background-color: var(--bemox-white, #fff);
}
.main-slider-one__btn .bemox-btn:hover {
  color: var(--bemox-base, #C3EE18);
}
.main-slider-one:hover .bemox-btn {
  animation-name: wobbleTop;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.main-slider-one .active .main-slider-one__bg {
  transform: scale(1.1);
}
.main-slider-one .active .main-slider-one__text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1100ms;
}
.main-slider-one .active .main-slider-one__title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1300ms;
}
.main-slider-one .active .main-slider-one__title::after {
  transform: translateX(1%);
  transition-delay: 1500ms;
}
.main-slider-one .active .main-slider-one__btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1700ms;
}

.success-stories-area {
  width: 100%;
  position: relative;
  height: 100vh !important;
  display: flex;
  overflow: hidden;
}
.success-stories-area .success-stories-area__list {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 50%;
}
.success-stories-area .success-stories-area__list.w-right {
  left: auto;
  right: 0;
}
.success-stories-area .success-stories-area__list__item {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-six {
  position: relative;
  z-index: 1;
  background-color: var(--bemox-black3, #040404);
  height: 1023px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .hero-six {
    height: auto;
  }
}
.hero-six .container {
  max-width: 1690px;
}
.hero-six__awards {
  background-color: var(--bemox-white, #fff);
  border-radius: 100px;
  padding: 13px;
  max-width: 400px;
  width: 100%;
  justify-content: start;
  margin-left: 0;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 32px;
}
@media (max-width: 475px) {
  .hero-six__awards {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
    border-radius: 5px;
  }
}
.hero-six__awards .slider-three__awards__funfat {
  position: relative;
  z-index: 1;
}
.hero-six__awards .slider-three__awards__funfat::after {
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  width: 2px;
  height: 100%;
  border-radius: 20px;
  background-color: var(--bemox-base, #C3EE18);
  z-index: -1;
}
@media (max-width: 475px) {
  .hero-six__awards .slider-three__awards__funfat::after {
    display: none;
  }
}
.hero-six__awards .slider-three__awards__funfat::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -14px;
  width: 2px;
  height: 26px;
  border-radius: 20px;
  background-color: var(--bemox-black, #000000);
  z-index: 1;
}
@media (max-width: 475px) {
  .hero-six__awards .slider-three__awards__funfat::before {
    display: none;
  }
}
.hero-six__item__content {
  z-index: 1;
  transform: rotate(-90deg) translateX(-300px) scaleX(1.4);
  position: relative;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
}
@media (max-width: 1500px) {
  .hero-six__item__content {
    transform: rotate(0deg);
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .hero-six__item__content {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .hero-six__item__content {
    padding-left: 0px;
  }
}
.hero-six__item {
  position: relative;
  z-index: 3;
  padding: 250px 0 123px;
  height: 1023px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .hero-six__item {
    height: auto;
    padding-bottom: 180px;
  }
}
@media (max-width: 575px) {
  .hero-six__item {
    padding-left: 0;
    padding-bottom: 80px;
    padding-top: 150px;
  }
}
.hero-six__item__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .hero-six__item__title {
    text-align: center;
    justify-content: center;
  }
}
.hero-six__item__title__text {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  text-align: start;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  text-transform: capitalize;
  display: block;
}
@media (max-width: 767px) {
  .hero-six__item__title__text {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-six__item__title__text {
    font-size: 45px;
  }
}
.hero-six__item__title__text--two {
  display: flex;
  align-items: center;
  gap: 30px;
}
.hero-six__item__title strong {
  width: 137px;
  height: 61px;
  border-radius: 50px;
  background-color: transparent;
  border: 5px solid var(--bemox-base, #C3EE18);
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-six__item__title strong {
    width: 130px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .hero-six__item__title strong {
    display: none;
  }
}
.hero-six__item__title strong::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: var(--bemox-base, #C3EE18);
  animation: scrollDot 2s infinite ease;
}
.hero-six__item__text {
  max-width: 315px;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--bemox-white, #fff);
  margin-left: 280px;
  margin-top: -100px;
}
.hero-six__item__text span {
  display: inline-block;
  width: 85px;
}
@media (max-width: 767px) {
  .hero-six__item__text span {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-six__item__text {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-six__item__btn {
    margin-bottom: 30px;
  }
}
.hero-six__item__btn .bemox-btn {
  color: var(--bemox-white, #fff);
}
.hero-six__item__btn .bemox-btn .bemox-btn__icon {
  border-color: var(--bemox-white, #fff);
  color: var(--bemox-white, #fff);
}
.hero-six .hero-six__item__thumb {
  position: absolute;
  right: 6%;
  bottom: 120px;
  z-index: 1;
  text-align: center;
}
@media (max-width: 1800px) {
  .hero-six .hero-six__item__thumb {
    right: 0;
  }
}
@media (max-width: 1500px) {
  .hero-six .hero-six__item__thumb {
    right: -13%;
  }
}
@media (max-width: 1300px) {
  .hero-six .hero-six__item__thumb {
    right: -20%;
  }
}
@media (max-width: 1199px) {
  .hero-six .hero-six__item__thumb {
    display: none;
  }
}
.hero-six .hero-six__item__thumb__item {
  text-align: center;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(100%);
}
.hero-six .hero-six__item__shape {
  position: absolute;
  top: -18%;
  right: 5%;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
}
@media (max-width: 1800px) {
  .hero-six .hero-six__item__shape {
    right: -10%;
  }
}
@media (max-width: 1199px) {
  .hero-six .hero-six__item__shape {
    display: none;
  }
}
.hero-six .hero-six__item__thumb__shape {
  position: absolute;
  top: -20px;
  right: -6%;
  z-index: -1;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
}
@media (max-width: 1800px) {
  .hero-six .hero-six__item__thumb__shape {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .hero-six .hero-six__item__thumb__shape {
    display: none;
  }
}
.hero-six .shape-round {
  width: 353px;
  height: 353px;
  position: absolute;
  top: 4%;
  left: 35%;
  border-radius: 50%;
  background-color: var(--bemox-white, #fff);
  border: 3px dashed var(--bemox-base, #C3EE18);
  z-index: -1;
  transform: translateX(-50%);
  animation: rotateSVG 8s ease-in-out infinite;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
}
.hero-six .hero-six__bottom {
  background-color: var(--bemox-white, #fff);
  display: flex;
  justify-content: end;
  align-items: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
}
@media (max-width: 575px) {
  .hero-six .hero-six__bottom {
    display: none;
  }
}
.hero-six .hero-six__bottom::after {
  content: "";
  position: absolute;
  top: 0;
  width: 767px;
  height: 100%;
  background-color: var(--bemox-black3, #040404);
  left: 143px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
@media (max-width: 1700px) {
  .hero-six .hero-six__bottom::after {
    left: 0;
  }
}
@media (max-width: 1500px) {
  .hero-six .hero-six__bottom::after {
    display: none;
  }
}
.hero-six .hero-six__bottom__list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero-six .hero-six__bottom__list {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 5px;
  }
}
.hero-six .hero-six__bottom__nav {
  width: 240px;
  height: 123px;
  background-color: var(--bemox-base, #C3EE18);
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-six .hero-six__bottom__nav .hero-six__bottom__nav__list {
  display: flex;
  justify-content: end;
  gap: 20px;
}
@media (max-width: 767px) {
  .hero-six .hero-six__bottom__nav .hero-six__bottom__nav__list {
    justify-content: start;
  }
}
.hero-six .hero-six__bottom__nav .hero-six__bottom__nav__list button {
  border: none;
  outline: none;
  width: 69px;
  height: 69px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--bemox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  color: var(--bemox-white, #fff);
  transition: all 500ms ease;
}
.hero-six .hero-six__bottom__nav .hero-six__bottom__nav__list button:hover {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-black3, #040404);
  border-color: var(--bemox-black3, #040404);
}
.hero-six .hero-six__bottom__list__item {
  padding-top: 49px;
  padding-bottom: 49px;
}
@media (max-width: 1199px) {
  .hero-six .hero-six__bottom__list__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero-six .hero-six__bottom__list__item {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
.hero-six .hero-six__bottom__list__item .icon {
  max-width: 40px;
  height: 40px;
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bemox-black3, #040404);
  font-size: 22px;
  color: var(--bemox-black3, #040404);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .hero-six .hero-six__bottom__list__item .icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero-six .hero-six__bottom__list__item .icon {
    position: relative;
    top: auto;
    transform: translateY(0);
  }
}
.hero-six .hero-six__bottom__list__item p {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  text-transform: uppercase;
  color: var(--bemox-black3, #040404);
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .hero-six .hero-six__bottom__list__item p {
    font-size: 16px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .hero-six .hero-six__bottom__list__item p {
    padding: 0;
  }
}
.hero-six .hero-six__bottom__list__item p span {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.hero-six .hero-six__bottom__list__item p span:hover {
  background-size: 100% 1px;
}
.hero-six .hero-six__bottom__list__item:hover .icon {
  border-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-base, #C3EE18);
}
.hero-six .hero-six__bottom__list__item + .hero-six__bottom__list__item {
  padding-left: 60px;
  margin-left: 60px;
  border-left: 1px solid var(--bemox-border-color, #DDDDDD);
}
@media (max-width: 1199px) {
  .hero-six .hero-six__bottom__list__item + .hero-six__bottom__list__item {
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .hero-six .hero-six__bottom__list__item + .hero-six__bottom__list__item {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}
.hero-six .hero-six__border-wrapper {
  position: absolute;
  inset: 20px;
  pointer-events: none;
  width: 835px;
  left: 112px;
  top: 112px;
}
@media (max-width: 1700px) {
  .hero-six .hero-six__border-wrapper {
    left: 20px;
  }
}
@media (max-width: 1500px) {
  .hero-six .hero-six__border-wrapper {
    right: 20px;
    width: auto;
  }
}
@media (max-width: 575px) {
  .hero-six .hero-six__border-wrapper {
    display: none;
  }
}
.hero-six .hero-six__border {
  position: absolute;
  display: grid;
}
.hero-six .hero-six__border.top,
.hero-six .hero-six__border.bottom {
  left: 0;
  right: 0;
  height: 33px;
  grid-template-columns: repeat(auto-fill, 33px);
}
.hero-six .hero-six__border.top {
  top: 0;
}
.hero-six .hero-six__border.bottom {
  bottom: 0;
}
.hero-six .hero-six__border.left,
.hero-six .hero-six__border.right {
  top: 0;
  bottom: 0;
  width: 33px;
  grid-template-rows: repeat(auto-fill, 33px);
}
.hero-six .hero-six__border.left {
  left: 0;
}
.hero-six .hero-six__border.right {
  right: 0;
}
.hero-six .cell {
  width: 33px;
  height: 33px;
  border: 1px solid #272727;
  background: transparent;
  box-sizing: border-box;
  transition: 0.3s;
}
.hero-six .cell.active {
  background: #6C43E3;
  box-shadow: 0 0 12px #6C43E3;
  border-color: transparent;
}
.hero-six .active .hero-six__item__content {
  opacity: 1;
  transform: rotate(-90deg) translateX(0px) scaleX(1);
  transition-delay: 1500ms;
}
@media (max-width: 1500px) {
  .hero-six .active .hero-six__item__content {
    transform: rotate(0deg) translateX(0px) scaleX(1);
  }
}
.hero-six .active .hero-six__item__thumb__item {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1500ms;
}
.hero-six .active .hero-six__item__thumb__shape {
  opacity: 1;
  transition-delay: 1300ms;
}
.hero-six .active .hero-six__item__shape {
  opacity: 1;
  transition-delay: 1300ms;
}
.hero-six .active .hero-six__item__shape img {
  animation: rotateSVG 5s ease-in-out inherit;
}
.hero-six .active .shape-round {
  opacity: 1;
  transition-delay: 1300ms;
}

/*--------------------------------------------------------------
# Hero One
--------------------------------------------------------------*/
.hero-area-one {
  position: relative;
  background: var(--bemox-black3, #040404);
  overflow: hidden;
  padding: 225px 0 150px;
}
@media (max-width: 1199px) {
  .hero-area-one {
    padding: 150px 0 150px;
  }
}
.hero-area-one #diamondCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
}
.hero-area-one .container {
  position: relative;
  z-index: 2;
}
.hero-area-one__card {
  background-color: #131313;
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(var(--bemox-white-rgb, 255, 255, 255), 0.14);
  padding: 20px;
  overflow: hidden;
  z-index: 1;
  max-width: 366px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 991px) {
  .hero-area-one__card {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .hero-area-one__card {
    max-width: 100%;
    width: 100%;
  }
}
.hero-area-one__card img {
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.hero-area-one__card__image {
  margin-bottom: 30px;
}
.hero-area-one__card__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: var(--bemox-white, #fff);
  text-transform: capitalize;
  font-family: var(--bemox-font, "Roboto", sans-serif);
  margin-bottom: 0;
}
.hero-area-one__card__content {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 575px) {
  .hero-area-one__card__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 425px) {
  .hero-area-one__card__content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.hero-area-one__card__video {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 58px;
  width: 100%;
  height: 58px;
}
.hero-area-one__card__video .video-area__icon {
  max-width: 58px;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bemox-black4, #333333);
  font-size: 21px;
  color: var(--bemox-base, #C3EE18);
  position: relative;
  z-index: 1;
}
.hero-area-one__card__video .video-area__icon::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  border: 3px solid var(--bemox-base, #C3EE18);
}
.hero-area-one__card::after {
  content: "";
  position: absolute;
  top: -21px;
  right: -37px;
  width: 139px;
  height: 120px;
  background: var(--bemox-base, #C3EE18);
  border-radius: 200px;
  z-index: -1;
}
.hero-area-one .container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.hero-area-one__title {
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .hero-area-one__title {
    justify-content: center;
    align-items: center;
  }
}
.hero-area-one__title__text {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 120px;
  line-height: 117%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  text-align: start;
  position: relative;
  z-index: 1;
}
.hero-area-one__title__text:nth-child(2) {
  text-align: end;
}
@media (max-width: 1366px) {
  .hero-area-one__title__text {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  .hero-area-one__title__text {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero-area-one__title__text {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-area-one__title__text {
    font-size: 50px;
  }
}
@media (max-width: 425px) {
  .hero-area-one__title__text {
    font-size: 40px;
  }
}
.hero-area-one__title__text .text-line {
  position: relative;
  z-index: 1;
}
.hero-area-one__title__text .text-line::after {
  content: "";
  width: 16.3px;
  height: 200px;
  position: absolute;
  bottom: 115px;
  right: 41px;
  background-color: var(--bemox-white, #fff);
}
@media (max-width: 1366px) {
  .hero-area-one__title__text .text-line::after {
    width: 12.5px;
    right: 31px;
    bottom: 88px;
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .hero-area-one__title__text .text-line {
    display: none;
  }
}
.hero-area-one__title__text .text-line-two {
  color: var(--bemox-base, #C3EE18);
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .hero-area-one__title__text .text-line-two {
    display: none;
  }
}
.hero-area-one__title__text .text-line-two::after {
  content: "";
  width: 16.3px;
  height: 200px;
  position: absolute;
  top: 115px;
  right: 29px;
  background-color: var(--bemox-base, #C3EE18);
}
@media (max-width: 1366px) {
  .hero-area-one__title__text .text-line-two::after {
    width: 12.5px;
    right: 22px;
    top: 85px;
    height: 220px;
  }
}
.hero-area-one__title__text--two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .hero-area-one__title__text--two {
    justify-content: start;
    gap: 30px;
  }
}
.hero-area-one__title strong {
  width: 167px;
  height: 84px;
  border-radius: 50px;
  background-color: transparent;
  border: 5px solid var(--bemox-base, #C3EE18);
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-area-one__title strong {
    height: 50px;
    width: 120px;
    border-width: 3px;
  }
}
@media (max-width: 575px) {
  .hero-area-one__title strong {
    display: none;
  }
}
.hero-area-one__title strong::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 11px;
  width: 43px;
  height: 43px;
  border-radius: 50px;
  background-color: var(--bemox-base, #C3EE18);
  animation: scrollDot 2s infinite ease;
}
@media (max-width: 767px) {
  .hero-area-one__title strong::before {
    width: 20px;
    height: 20px;
    top: 10px;
  }
}
.hero-area-one__title__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .hero-area-one__title__box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}
.hero-area-one__title__box__arrow {
  position: absolute;
  width: 262px;
  height: 1px;
  right: 125px;
  background-color: #D9D9D9;
}
@media (max-width: 1199px) {
  .hero-area-one__title__box__arrow {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .hero-area-one__title__box__arrow {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .hero-area-one__title__box__arrow {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .hero-area-one__title__box__arrow {
    display: none;
  }
}
.hero-area-one__title__box__arrow::after, .hero-area-one__title__box__arrow::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #D9D9D9;
  position: absolute;
  top: -4.5px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.hero-area-one__title__box__arrow::after {
  right: -10.5px;
  left: auto;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.hero-area-one__title__shape {
  position: absolute;
  top: -50px;
  right: -70px;
  animation: swing 3s ease-in-out infinite;
}
@media (max-width: 1199px) {
  .hero-area-one__title__shape {
    right: 0;
  }
}
@media (max-width: 1099px) {
  .hero-area-one__title__shape {
    right: -70px;
  }
}
@media (max-width: 991px) {
  .hero-area-one__title__shape {
    right: 0px;
  }
}
@media (max-width: 575px) {
  .hero-area-one__title__shape {
    display: none;
  }
}
.hero-area-one__title__link {
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background-color: var(--bemox-base, #C3EE18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  color: var(--bemox-black, #000000);
  transition: all 0.4s ease-in-out;
}
.hero-area-one__title__link i {
  transition: all 0.4s ease-in-out;
}
.hero-area-one__title__link:hover {
  background-color: var(--bemox-white, #fff);
  color: var(--bemox-black, #000000);
  transform: scale(0.9);
}
.hero-area-one__title__link:hover i {
  transform: rotate(40deg);
}
.hero-area-one__title__arrow {
  position: absolute;
  top: 50%;
  right: 117px;
}
.hero-area-one__box {
  max-width: 480px;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: start;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: -125px;
}
@media (max-width: 1199px) {
  .hero-area-one__box {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .hero-area-one__box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.hero-area-one__box .image {
  position: relative;
  z-index: 1;
  max-width: 170px;
  width: 100%;
}
.hero-area-one__box .image img {
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero-area-one__box .image::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 83px;
  height: 83px;
  background-color: var(--bemox-base, #C3EE18);
  border-radius: 50%;
  animation: scaleFull 2s ease-in-out infinite;
}
.hero-area-one__box .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--bemox-white, #fff);
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .hero-area-one__box .text {
    font-size: 18px;
  }
}
.hero-area-one__box .text span {
  width: 74px;
  height: 16px;
  display: inline-block;
  line-height: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .hero-area-one__box .text span {
    display: none;
  }
}
.hero-area-one__box .text span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C6F216;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 6px;
}
.hero-area-one__box .text span::before {
  content: "";
  width: 2px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--bemox-white, #fff);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
}
.hero-area-one__shape {
  position: absolute;
  top: 220px;
  left: 8%;
  display: inline-block;
  animation: rotateSVG 10s linear infinite;
  animation-delay: 1s;
}
@media (max-width: 1366px) {
  .hero-area-one__shape {
    display: none;
  }
}
.hero-area-one__shape .p1 {
  animation: slideLeft 3s ease-in-out infinite;
}
.hero-area-one__shape .p2 {
  animation: slideRight 3s ease-in infinite;
  transition: all 0.4s ease-in-out;
}

.banner-image {
  position: relative;
  z-index: 1;
}
.banner-image__box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.banner-image__social {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 820px;
  margin: 0 auto;
  background-color: var(--bemox-base, #C3EE18);
  padding: 30px 30px 30px 40px;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.banner-image__social__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--bemox-black3, #040404);
  margin-bottom: 0;
  text-transform: uppercase;
}
.banner-image__social__inner {
  display: flex;
  align-items: center;
}
.banner-image__social__inner a {
  position: relative;
  z-index: 1;
  padding: 16px 27px;
  border-top: 1px solid var(--bemox-black3, #040404);
  border-bottom: 1px solid var(--bemox-black3, #040404);
  border-left: 1px solid var(--bemox-black3, #040404);
  transition: all 0.3s ease;
}
.banner-image__social__inner a:last-child {
  border-right: 1px solid var(--bemox-black3, #040404);
}
.banner-image__social__inner a .banner-icon-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--bemox-black3, #040404);
}
.banner-image__social__inner a .banner-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.banner-image__social__inner a:hover {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-black3, #040404);
}
.banner-image__social__inner a:hover .banner-icon-text {
  visibility: hidden;
  opacity: 0;
}
.banner-image__social__inner a:hover .banner-icon {
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  font-size: 20px;
}
.banner-image__social::before, .banner-image__social::after {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(var(--bemox-base-rgb, 195, 238, 24), 0.6);
}
.banner-image__social::after {
  right: -99.55px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.banner-image__social::before {
  left: -99.55px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.banner-image__wrap__shape {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bemox-white, #fff);
  width: 10%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.banner-image__wrap__shape:nth-child(2) {
  left: 10%;
}
.banner-image__wrap__shape:nth-child(3) {
  left: 20%;
}
.banner-image__wrap__shape:nth-child(4) {
  left: 30%;
}
.banner-image__wrap__shape:nth-child(5) {
  left: 40%;
}
.banner-image__wrap__shape:nth-child(6) {
  left: 50%;
}
.banner-image__wrap__shape:nth-child(7) {
  left: 60%;
}
.banner-image__wrap__shape:nth-child(8) {
  left: 70%;
}
.banner-image__wrap__shape:nth-child(9) {
  left: 80%;
}
.banner-image__wrap__shape:nth-child(10) {
  left: 90%;
}
.banner-image img {
  object-fit: cover;
  width: 100%;
  height: 780px;
}
@media (max-width: 1199px) {
  .banner-image img {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .banner-image img {
    height: 500px;
  }
}

.banner-image-three {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .banner-image-three {
    height: auto;
  }
}
.banner-image-three .banner-image-three__image {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(10, 1fr);
}
@media (max-width: 991px) {
  .banner-image-three .banner-image-three__image {
    height: auto;
    display: block;
  }
}
.banner-image-three img {
  object-fit: cover;
  width: 100%;
}
.banner-image-three .banner-image-three__image img {
  display: none;
}
@media (max-width: 991px) {
  .banner-image-three .banner-image-three__image img {
    height: auto;
    display: block;
  }
}
.banner-image-three .piece {
  background-size: cover;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-image-three__logo {
  position: absolute;
  bottom: 80px;
  right: 80px;
}
.banner-image-three__logo img {
  object-fit: cover;
  width: auto;
}
@media (max-width: 767px) {
  .banner-image-three__logo {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
  }
  .banner-image-three__logo img {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .banner-image-three__logo img {
    width: 100px;
    height: auto;
  }
}

.banner-five {
  position: relative;
  z-index: 1;
}
.banner-five::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bemox-black-rgb, 0, 0, 0), 0.6);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .banner-five::after {
    visibility: visible;
    opacity: 1;
  }
}
.banner-five__image {
  height: 900px;
  position: relative;
  z-index: 1;
}
.banner-five__image img {
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-five__image {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .banner-five__image {
    display: 400px;
  }
}
.banner-five__group-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1199px) {
  .banner-five__group-shape img {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .banner-five__group-shape img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-five__group-shape {
    display: none;
  }
}
.banner-five__inner {
  display: flex;
  align-items: end;
  justify-content: center;
}
.banner-five__video__content {
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.banner-five__video__content .banner-five__video__content__video {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--bemox-base, #C3EE18);
  background-color: var(--bemox-white, #fff);
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.banner-five__video__content .banner-five__video__content__video::after {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  right: -11px;
  bottom: -11px;
  border: 5px solid var(--bemox-white, #fff);
  border-radius: 50%;
}
.banner-five__video__content .banner-five__video__content__title {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 35px;
  line-height: 71%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
}

.hero-two {
  position: relative;
  background: var(--bemox-base, #C3EE18);
  overflow: hidden;
  padding: 285px 0 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .hero-two {
    padding: 150px 0 0;
  }
}
.hero-two .container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.hero-two__content {
  margin-left: 40px;
  margin-bottom: 125px;
}
@media (max-width: 991px) {
  .hero-two__content {
    margin-left: 0;
    margin-bottom: 80px;
  }
}
.hero-two__title {
  padding-bottom: 27px;
  font-weight: 700;
  font-size: 80px;
  line-height: 112%;
  color: var(--bemox-primary, #222222);
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  margin-bottom: 0;
  display: inline-block;
}
@media (max-width: 1466px) and (min-width: 1199px) {
  .hero-two__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .hero-two__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-two__title {
    font-size: 45px;
  }
}
@media (max-width: 425px) {
  .hero-two__title {
    font-size: 40px;
  }
}
.hero-two__title__box {
  display: flex;
  align-items: center;
}
.hero-two__title .title-border {
  position: relative;
  z-index: 1;
  display: inline;
}
.hero-two__title .title-border::after {
  content: "";
  width: 145px;
  height: 9px;
  background-color: var(--bemox-primary, #222222);
  bottom: 7px;
  right: 35px;
  position: absolute;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 1466px) and (min-width: 1199px) {
  .hero-two__title .title-border::after {
    width: 80px;
    height: 6px;
    right: 25px;
  }
}
@media (max-width: 991px) {
  .hero-two__title .title-border::after {
    display: none;
  }
}
.hero-two__title .image {
  max-width: 92px;
  width: 100%;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bemox-black3, #040404);
  overflow: hidden;
  margin-right: 15px;
}
.hero-two__title .image img {
  animation: rotateSVG 3s ease-in-out infinite;
}
@media (max-width: 991px) {
  .hero-two__title .image {
    max-width: 70px;
    width: 100%;
    height: 70px;
  }
  .hero-two__title .image img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .hero-two__title .image {
    display: none;
  }
}
.hero-two .shape {
  max-width: 745px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ABCF1B;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .hero-two .shape {
    width: 100%;
    max-width: 95%;
    margin-bottom: 20px;
  }
}
.hero-two .shape::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -10px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: var(--bemox-black3, #040404);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.hero-two .shape::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: var(--bemox-black3, #040404);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.hero-two__text {
  max-width: 740px;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--bemox-black4, #333333);
  margin-bottom: 40px;
}
.hero-two__btn-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 425px) {
  .hero-two__btn-box {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.hero-two__btn-box .bemox-btn--white {
  background-color: var(--bemox-white, #fff);
}
.hero-two__btn-box .bemox-btn--white .bemox-btn__icon {
  border-color: var(--bemox-black4, #333333);
  color: var(--bemox-black4, #333333);
}
.hero-two__btn-box .bemox-btn--black .bemox-btn__icon {
  border-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-base, #C3EE18);
}
.hero-two .hero-two__slider {
  background-color: var(--bemox-black3, #040404);
  padding: 55px 0;
  position: relative;
}
.hero-two .hero-two__slider .hero-two__slider__inner {
  display: flex;
  align-items: center;
  gap: 45px;
  animation: textScrolling 25s linear infinite;
  animation-direction: reverse;
  will-change: transform;
  position: relative;
  white-space: nowrap;
}
.hero-two .hero-two__slider .hero-two__slider__item {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 58%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-two .hero-two__slider .hero-two__slider__item img {
  animation: rotateSVG 5s linear infinite;
}
.hero-two .hero-two__slider .hero-two__slider__item:nth-child(2n) {
  color: var(--bemox-black3, #040404);
  text-shadow: -1px 0 0 var(--bemox-base, #C3EE18), 1px 0 0 var(--bemox-base, #C3EE18), 0 -1px 0 var(--bemox-base, #C3EE18), 0 1px 0 var(--bemox-base, #C3EE18), -1px -1px 0 var(--bemox-base, #C3EE18), 1px -1px 0 var(--bemox-base, #C3EE18), -1px 1px 0 var(--bemox-base, #C3EE18), 1px 1px 0 var(--bemox-base, #C3EE18);
}
.hero-two__thumb {
  width: 480px;
  height: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .hero-two__thumb {
    height: 100%;
    width: 100%;
  }
}
.hero-two__thumb__item {
  position: absolute;
  bottom: -50%;
  left: -55%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .hero-two__thumb__item {
    position: relative;
    text-align: center;
    bottom: 0;
    left: 0;
  }
  .hero-two__thumb__item img {
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .hero-two__thumb__item img {
    object-fit: cover;
    width: 100%;
  }
}
.hero-two__thumb__shape {
  position: absolute;
  bottom: -50%;
  left: -55%;
  z-index: 1;
}
@media (max-width: 1466px) and (min-width: 1199px) {
  .hero-two__thumb__shape {
    left: -59%;
  }
}
@media (max-width: 1199px) {
  .hero-two__thumb__shape {
    text-align: center;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .hero-two__thumb__shape img {
    object-fit: cover;
    width: 100%;
  }
}
.hero-two__shape-one {
  position: absolute;
  top: 20%;
  right: 90px;
}
.hero-two__shape-one img {
  animation: slideRight 3s ease-in-out infinite;
}
.hero-two__text-round {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-black3, #040404);
  z-index: 1;
  position: absolute;
  bottom: 235px;
  right: 95px;
}
@media (max-width: 1600px) {
  .hero-two__text-round {
    right: 10px;
    bottom: 200px;
  }
}
@media (max-width: 991px) {
  .hero-two__text-round {
    right: 10px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .hero-two__text-round {
    position: relative;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.hero-two__text-round .hero-two__text-round__link {
  max-width: 68px;
  width: 100%;
  border-radius: 50%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-base, #C3EE18);
  position: relative;
  z-index: 1;
}
.hero-two__text-round .hero-two__text-round__link img {
  width: 68px;
  height: auto;
  object-fit: cover;
}
.hero-two__text-round .hero-two__text-image {
  position: absolute;
  top: 17px;
  left: 17px;
}
.hero-two__text-round .hero-two__text-image img {
  animation: rotateSVG 10s ease-in-out infinite;
}
.hero-two__shape-two {
  position: absolute;
  bottom: 200px;
  right: 16%;
  z-index: -1;
}
@media (max-width: 991px) {
  .hero-two__shape-two {
    display: none;
  }
}
.hero-two__shape-two img {
  animation: slideRight 3s ease-in-out infinite;
}
.hero-two__shape-three {
  position: absolute;
  top: 28%;
  right: 65%;
}
.hero-two__shape-three img {
  animation: scaleContact 4s ease-in-out infinite;
}

.hero-four {
  position: relative;
  padding-top: 190px;
  padding-bottom: 320px;
}
@media (max-width: 991px) {
  .hero-four {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .hero-four {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}
.hero-four__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.hero-four__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bemox-black3-rgb, 4, 4, 4), 0.94);
  z-index: -2;
}
.hero-four__bg::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50px;
  background-repeat: repeat;
  background-size: cover;
  background-image: url(../images/shapes/her-3-1-shape.png);
  z-index: -1;
}
.hero-four__content {
  position: relative;
  z-index: 3;
  margin-left: 160px;
}
@media (max-width: 1199px) {
  .hero-four__content {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .hero-four__content {
    text-align: center;
  }
}
.hero-four__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 112%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .hero-four__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-four__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .hero-four__title {
    font-size: 40px;
    text-align: center;
    justify-content: center;
  }
}
.hero-four__title__text {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.hero-four__title__text .hero-four__text-shape-two {
  position: absolute;
  top: -50px;
  right: -70px;
  animation: swing 3s ease-in-out infinite;
}
@media (max-width: 767px) {
  .hero-four__title__text .hero-four__text-shape-two {
    top: -40px;
    right: -80px;
  }
  .hero-four__title__text .hero-four__text-shape-two img {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .hero-four__title__text .hero-four__text-shape-two {
    display: none;
  }
}
.hero-four__title__text--one {
  margin-left: -160px;
}
@media (max-width: 1199px) {
  .hero-four__title__text--one {
    margin-left: 0;
  }
}
.hero-four__title__text--one svg {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -20px;
}
.hero-four__wight-font {
  font-weight: 400;
  color: var(--bemox-base, #C3EE18);
  position: relative;
  z-index: 1;
}
.hero-four__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--bemox-white, #fff);
  line-height: normal;
  margin-bottom: 30px;
  max-width: 560px;
  width: 100%;
}
@media (max-width: 767px) {
  .hero-four__text {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .hero-four__text {
    text-align: center;
  }
}
.hero-four__text__bar {
  width: 74px;
  height: 1px;
  background: var(--bemox-base, #C3EE18);
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
  border-radius: 6px;
  margin-right: 12px;
  margin-bottom: 7px;
}
@media (max-width: 575px) {
  .hero-four__text__bar {
    display: none;
  }
}
.hero-four__text__bar::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  width: 2px;
  height: 5px;
  background: var(--bemox-white, #fff);
  border-radius: 30px;
}
.hero-four__shape-one {
  position: absolute;
  top: 30%;
  left: -20%;
}
@media (max-width: 1199px) {
  .hero-four__shape-one {
    display: none;
  }
}
.hero-four__shape-two {
  position: absolute;
  right: 3%;
  bottom: 35%;
}
@media (max-width: 1499px) {
  .hero-four__shape-two {
    right: 0;
  }
  .hero-four__shape-two img {
    object-fit: cover;
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .hero-four__shape-two {
    display: none;
  }
}
.hero-four__shape-three {
  position: absolute;
  top: 25%;
  left: -40%;
}
.hero-four__shape-three img {
  animation: slideTop 3s ease-in-out infinite;
}
@media (max-width: 1199px) {
  .hero-four__shape-three {
    display: none;
  }
}
.hero-four svg .shape {
  fill: none;
  stroke: var(--bemox-base, #C3EE18);
  stroke-width: 3;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}
@media (max-width: 991px) {
  .hero-four svg {
    width: 90px;
    height: 85px;
  }
}
@media (max-width: 767px) {
  .hero-four svg {
    width: 80px;
    height: 65px;
  }
}
@media (max-width: 575px) {
  .hero-four svg {
    display: none;
  }
}

.hero-four__banner {
  position: relative;
  padding-top: 1px;
}
.hero-four__banner__inner {
  margin-top: -365px;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-four__banner__inner {
    margin-top: -180px;
  }
}
@media (max-width: 767px) {
  .hero-four__banner__inner {
    margin-top: 80px;
  }
}
.hero-four__banner__thumb {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600.000000 329.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,329.000000) scale(0.100000,-0.100000)" fill=" " stroke="none"> <path d="M2883 3274 c-47 -17 -114 -77 -139 -126 -9 -17 -19 -60 -22 -93 l-4 -61 -56 19 c-48 16 -81 18 -251 15 -215 -3 -231 -7 -299 -72 -59 -55 -75 -99 -80 -213 l-4 -103 -917 0 -917 0 -55 -27 c-60 -31 -112 -92 -129 -151 -15 -54 -14 -2218 1 -2277 14 -54 75 -127 133 -158 l41 -22 2815 0 2815 0 40 22 c47 25 95 74 121 123 18 34 19 90 19 1495 0 1405 -1 1461 -19 1495 -26 49 -74 98 -121 123 l-40 22 -1445 2 c-1259 1 -1450 0 -1487 -13z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600.000000 329.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,329.000000) scale(0.100000,-0.100000)" fill=" " stroke="none"> <path d="M2883 3274 c-47 -17 -114 -77 -139 -126 -9 -17 -19 -60 -22 -93 l-4 -61 -56 19 c-48 16 -81 18 -251 15 -215 -3 -231 -7 -299 -72 -59 -55 -75 -99 -80 -213 l-4 -103 -917 0 -917 0 -55 -27 c-60 -31 -112 -92 -129 -151 -15 -54 -14 -2218 1 -2277 14 -54 75 -127 133 -158 l41 -22 2815 0 2815 0 40 22 c47 25 95 74 121 123 18 34 19 90 19 1495 0 1405 -1 1461 -19 1495 -26 49 -74 98 -121 123 l-40 22 -1445 2 c-1259 1 -1450 0 -1487 -13z"/> </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;
}
.hero-four__banner__thumb img {
  object-fit: cover;
  width: 100%;
  height: 642px;
  margin-left: -13%;
}
@media (max-width: 1199px) {
  .hero-four__banner__thumb img {
    height: 510px;
  }
}
@media (max-width: 991px) {
  .hero-four__banner__thumb img {
    height: 390px;
  }
}
@media (max-width: 767px) {
  .hero-four__banner__thumb img {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .hero-four__banner__thumb {
    mask: none;
  }
}
.hero-four__banner__thumb .funfact-shape {
  position: absolute;
  bottom: -58%;
  right: -15%;
}
@media (max-width: 767px) {
  .hero-four__banner__thumb .funfact-shape {
    bottom: -58%;
    right: -15%;
  }
}
.hero-four__banner__funfact {
  position: absolute;
  bottom: 30px;
  right: 50px;
  z-index: 2;
}
.hero-four__banner__funfact__inner {
  display: flex;
  align-items: end;
  gap: 10px;
}
.hero-four__banner__funfact__count {
  font-weight: 700;
  font-size: 50px;
  line-height: 126%;
  text-transform: capitalize;
  color: var(--bemox-base, #C3EE18);
  margin-bottom: 0;
  display: flex;
  gap: 0;
  text-shadow: -1px 0 0 var(--bemox-white, #fff), 1px 0 0 var(--bemox-white, #fff), 0 -1px 0 var(--bemox-white, #fff), 0 1px 0 var(--bemox-white, #fff), -1px -1px 0 var(--bemox-white, #fff), 1px -1px 0 var(--bemox-white, #fff), -1px 1px 0 var(--bemox-white, #fff), 1px 1px 0 var(--bemox-white, #fff);
}
@media (max-width: 767px) {
  .hero-four__banner__funfact__count {
    font-size: 40px;
  }
}
.hero-four__banner__funfact__text {
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  line-height: 250%;
  margin-bottom: 0;
}
.hero-four__banner__funfact__letter {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 126%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
}
@media (max-width: 575px) {
  .hero-four__banner__funfact__letter {
    color: var(--bemox-black3, #040404);
    font-size: 30px;
  }
}

.hero-five {
  position: relative;
  z-index: 1;
  background-color: var(--bemox-base, #C3EE18);
  overflow: hidden;
}
.hero-five__content {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.hero-five__item {
  padding: 292px 0 150px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .hero-five__item {
    padding: 220px 0 150px;
  }
}
.hero-five__item__social {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 200px;
  background-color: transparent;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(-200px) translateY(-50%);
}
@media (max-width: 1600px) {
  .hero-five__item__social {
    display: none;
  }
}
.hero-five__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  display: block;
  height: 100%;
  background-color: var(--bemox-black3, #040404);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: -1;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(-200px);
}
@media (max-width: 1600px) {
  .hero-five__item::after {
    display: none;
  }
}
.hero-five__item__social-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.hero-five__item__social__btn {
  border: none;
  width: 61px;
  height: 61px;
  background-color: var(--bemox-white, #fff);
  color: var(--bemox-black3, #040404);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.hero-five__item__social__btn:hover {
  background-color: var(--bemox-white, #fff);
  transform: rotate(225deg) scale(0.9);
}
.hero-five__item__social__link {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 18px;
  transform: rotateX(90deg);
  transition: all 0.4s ease-in-out;
}
.hero-five__item__social__link a {
  width: 61px;
  height: 61px;
  background-color: var(--bemox-white, #fff);
  color: var(--bemox-base, #C3EE18);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.hero-five__item__social__link a:hover {
  background-color: var(--bemox-base, #C3EE18);
  transform: scale(0.9);
  color: var(--bemox-white, #fff);
}
.hero-five__item__social__link a:nth-child(2) {
  margin-left: 30px;
}
.hero-five__item__social__link a:nth-child(3) {
  margin-left: 30px;
}
.hero-five .hero-five__item__social__link {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.hero-five .hero-five__item__social__btn:hover + .hero-five__item__social__link {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}
.hero-five__tagline {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  padding: 12px 30px;
  border-radius: 100px;
  border: 1px dashed var(--bemox-white, #fff);
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  margin-bottom: 7px;
}
.hero-five__tagline img {
  animation: slideLeft 5s linear infinite;
}
.hero-five__tagline {
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(200px);
}
@media (max-width: 575px) {
  .hero-five__tagline {
    font-size: 16px;
    padding: 7px 15px;
    margin-bottom: 10px;
  }
}
.hero-five__title {
  font-weight: 700;
  font-size: 75px;
  line-height: 107%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 15px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(200px);
}
.hero-five__title__highlight {
  display: inline;
  position: relative;
  z-index: 1;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--bemox-white, #fff);
}
.hero-five__title__highlight::after {
  content: "";
  width: 200px;
  height: 8px;
  background-color: var(--bemox-white, #fff);
  bottom: 8px;
  right: 0px;
  position: absolute;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 1466px) and (min-width: 1199px) {
  .hero-five__title__highlight::after {
    width: 80px;
    height: 6px;
    right: 25px;
  }
}
@media (max-width: 991px) {
  .hero-five__title__highlight::after {
    display: none;
  }
}
@media (max-width: 1400px) {
  .hero-five__title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .hero-five__title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-five__title {
    font-size: 45px;
  }
}
.hero-five__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: var(--bemox-white, #fff);
  margin-bottom: 35px;
  max-width: 570px;
  width: 100%;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(200px);
}
.hero-five .hero-five__btn {
  display: flex;
  align-items: center;
  gap: 30px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(200px);
}
.hero-five .hero-five__btn .bemox-btn--black .bemox-btn__icon {
  border-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-base, #C3EE18);
}
@media (max-width: 475px) {
  .hero-five .hero-five__btn {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
  }
}
.hero-five__banner {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 1600px) {
  .hero-five__banner {
    right: -10%;
  }
}
@media (max-width: 1199px) {
  .hero-five__banner {
    right: -20%;
  }
}
@media (max-width: 991px) {
  .hero-five__banner {
    display: none;
  }
}
.hero-five__banner__item {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600.000000 571.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,571.000000) scale(0.100000,-0.100000)" fill="" stroke="none"> <path d="M816 5677 c219 -89 413 -265 514 -467 155 -309 154 -699 -4 -1174 -123 -369 -333 -778 -626 -1216 -93 -139 -248 -404 -336 -575 -324 -627 -433 -1159 -319 -1562 87 -306 311 -547 615 -662 l55 -21 2643 0 2642 0 0 2855 0 2855 -2632 0 -2633 0 81 -33z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600.000000 571.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,571.000000) scale(0.100000,-0.100000)" fill="" stroke="none"> <path d="M816 5677 c219 -89 413 -265 514 -467 155 -309 154 -699 -4 -1174 -123 -369 -333 -778 -626 -1216 -93 -139 -248 -404 -336 -575 -324 -627 -433 -1159 -319 -1562 87 -306 311 -547 615 -662 l55 -21 2643 0 2642 0 0 2855 0 2855 -2632 0 -2633 0 81 -33z"/> </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: 100%;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
}
.hero-five__banner__item img {
  object-fit: cover;
  width: 100%;
  height: 900px;
}
.hero-five__banner__item-shape {
  position: absolute;
  top: 0;
  right: 13px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600.000000 571.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,571.000000) scale(0.100000,-0.100000)" fill="" stroke="none"> <path d="M816 5677 c219 -89 413 -265 514 -467 155 -309 154 -699 -4 -1174 -123 -369 -333 -778 -626 -1216 -93 -139 -248 -404 -336 -575 -324 -627 -433 -1159 -319 -1562 87 -306 311 -547 615 -662 l55 -21 2643 0 2642 0 0 2855 0 2855 -2632 0 -2633 0 81 -33z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600.000000 571.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,571.000000) scale(0.100000,-0.100000)" fill="" stroke="none"> <path d="M816 5677 c219 -89 413 -265 514 -467 155 -309 154 -699 -4 -1174 -123 -369 -333 -778 -626 -1216 -93 -139 -248 -404 -336 -575 -324 -627 -433 -1159 -319 -1562 87 -306 311 -547 615 -662 l55 -21 2643 0 2642 0 0 2855 0 2855 -2632 0 -2633 0 81 -33z"/> </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: 100%;
  background-color: var(--bemox-white, #fff);
  z-index: -1;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
}
.hero-five .hero-five__awards {
  position: absolute;
  max-width: 395px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  border-radius: 100px;
  padding: 13px 23px 11px 12px;
  background-color: var(--bemox-white, #fff);
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(-50%) translateY(-200px);
}
@media (max-width: 991px) {
  .hero-five .hero-five__awards {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    left: auto;
    bottom: auto;
    transform: translateX(0%);
  }
}
@media (max-width: 475px) {
  .hero-five .hero-five__awards {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
    border-radius: 5px;
  }
}
.hero-five .hero-five__awards .slider-three__awards__funfat {
  position: relative;
  z-index: 1;
}
.hero-five .hero-five__awards .slider-three__awards__funfat::after {
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  width: 2px;
  height: 100%;
  border-radius: 20px;
  background-color: var(--bemox-base, #C3EE18);
  z-index: -1;
}
@media (max-width: 475px) {
  .hero-five .hero-five__awards .slider-three__awards__funfat::after {
    display: none;
  }
}
.hero-five .hero-five__awards .slider-three__awards__funfat::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -14px;
  width: 2px;
  height: 26px;
  border-radius: 20px;
  background-color: var(--bemox-black, #000000);
  z-index: 1;
}
@media (max-width: 475px) {
  .hero-five .hero-five__awards .slider-three__awards__funfat::before {
    display: none;
  }
}
.hero-five__shape-one {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  opacity: 0;
  transform: translateX(-50%) scale(0);
  transition: transform 1200ms ease, opacity 1200ms ease, scale 1200ms ease;
}
.hero-five__shape-two {
  position: absolute;
  bottom: 2%;
  left: 8%;
  z-index: -1;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(200px);
}
@media (max-width: 1600px) {
  .hero-five__shape-two {
    left: 0;
  }
}
@media (max-width: 1400px) {
  .hero-five__shape-two {
    display: none;
  }
}
.hero-five .bemox-slick__counter {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 210px;
  width: 100%;
  background-color: var(--bemox-white, #fff);
  padding: 20px 23px;
}
.hero-five .bemox-slick__counter span {
  font-weight: 600;
  font-size: 22px;
  line-height: 118%;
  color: var(--bemox-black, #000000);
  display: block;
}
.hero-five .bemox-slick__counter::after {
  content: "";
  width: 82px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/shapes/hero-5-1-shape.png);
  position: absolute;
  top: 50%;
  left: 67px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hero-five .bemox-slick__counter::after {
    width: 50px;
  }
}
.hero-five .slick-active .hero-five__tagline {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition-delay: 1100ms;
}
.hero-five .slick-active .hero-five__title {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition-delay: 1300ms;
}
.hero-five .slick-active .hero-five__text {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition-delay: 1500ms;
}
.hero-five .slick-active .hero-five__banner__item-shape,
.hero-five .slick-active .hero-five__banner__item {
  opacity: 1;
  transform: translateX(0) scaleX(1);
  filter: blur(0);
  transition-delay: 1000ms;
}
.hero-five .slick-active .hero-five__item__social {
  opacity: 1;
  transition-delay: 1000ms;
  transform: translateX(0px) translateY(-50%);
}
.hero-five .slick-active .hero-five__btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1500ms;
}
.hero-five .slick-active::after {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1000ms;
}
.hero-five .slick-active .hero-five__awards {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  transition-delay: 1000ms;
}
@media (max-width: 991px) {
  .hero-five .slick-active .hero-five__awards {
    transform: translateX(0%) translateY(0px);
  }
}
.hero-five .slick-active .hero-five__shape-one {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.hero-five .slick-active .hero-five__shape-one img {
  animation: scaleContact 3s ease-in-out infinite;
}
.hero-five .slick-active .hero-five__shape-two {
  transform: translateX(0px);
  opacity: 1;
}
.hero-five .slick-active .hero-five__shape-two img {
  animation: scrollDot2 3s ease-in-out infinite;
}

/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/
.feature-six {
  position: relative;
  z-index: 1;
  counter-reset: featureSixCount;
}
.feature-six__item {
  background-color: #ECF8F8;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .feature-six__item {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature-six__item__thumb-box {
  height: 281px;
  position: relative;
  z-index: 1;
}
.feature-six__item__content {
  padding: 36px 30px 33px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .feature-six__item__content {
    padding: 30px 15px 40px;
  }
}
.feature-six__item__thumb {
  overflow: hidden;
  top: -73px;
  right: -74px;
  width: 355px;
  height: 347px;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: start;
  justify-content: end;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .feature-six__item__thumb {
    width: 100%;
  }
}
.feature-six__item__thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.feature-six__item .icon {
  font-size: 60px;
  width: 96px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: start;
  color: var(--bemox-base, #C3EE18);
  line-height: normal;
  background-color: transparent;
  border: 3px solid transparent;
  border-bottom: none;
  transition: all 0.4s ease-in-out;
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: -36px;
}
.feature-six__item .icon i {
  transition: all 0.4s ease-in-out;
}
.feature-six__item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 104%;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
  margin-bottom: 12px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .feature-six__item__title {
    font-size: 20px;
  }
}
.feature-six__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.feature-six__item__title a:hover {
  background-size: 100% 1px;
}
.feature-six__item__title a:hover {
  color: var(--bemox-black, #000000);
}
.feature-six__item__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}
.feature-six__item__number {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 40px;
  line-height: 62%;
  text-transform: uppercase;
  color: #ECF8F8;
  counter-increment: featureSixCount;
  transform: rotate(-180deg);
  position: absolute;
  writing-mode: vertical-rl;
  top: 30px;
  left: 30px;
  transition: all 0.4s ease-in-out;
  text-shadow: -1px 0 0 var(--bemox-primary, #222222), 1px 0 0 var(--bemox-primary, #222222), 0 -1px 0 var(--bemox-primary, #222222), 0 1px 0 var(--bemox-primary, #222222), -1px -1px 0 var(--bemox-primary, #222222), 1px -1px 0 var(--bemox-primary, #222222), -1px 1px 0 var(--bemox-primary, #222222), 1px 1px 0 var(--bemox-primary, #222222);
}
.feature-six__item__number::before {
  content: counters(featureSixCount, ".", decimal-leading-zero) ".";
}
.feature-six__item__btn {
  position: absolute;
  bottom: 0;
  right: 35px;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.feature-six__item__btn a {
  width: 47px;
  height: 34px;
  background: var(--bemox-base, #C3EE18);
  border-radius: 500px 500px 0px 0px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bemox-white, #fff);
  font-size: 14px;
}
.feature-six__item__btn a i {
  transform: translateY(50px);
  transition: all 0.4s ease-in-out;
}
.feature-six__item__btn::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -10px;
  right: -10px;
  top: -10px;
  border-radius: 500px 500px 0px 0px;
  background-color: transparent;
  border: 1px dashed var(--bemox-base, #C3EE18);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.feature-six__item:hover {
  background-color: var(--bemox-base, #C3EE18);
}
.feature-six__item:hover .feature-six__item__number {
  opacity: 0;
}
.feature-six__item:hover .feature-six__item__thumb {
  top: 0px;
  right: 0px;
  width: 100%;
  height: 281px;
  border-radius: 0%;
}
.feature-six__item:hover .feature-six__item__title a,
.feature-six__item:hover .feature-six__item__description {
  color: var(--bemox-white, #fff);
}
.feature-six__item:hover .icon {
  background-color: var(--bemox-black3, #040404);
  border-color: #ECF8F8;
  bottom: 0;
  color: var(--bemox-white, #fff);
}
.feature-six__item:hover .icon i {
  transform: translateX(18px);
}
.feature-six__item:hover .feature-six__item__btn {
  transform: translateY(0px);
}
.feature-six__item:hover .feature-six__item__btn a {
  background-color: var(--bemox-black3, #040404);
  color: var(--bemox-white, #fff);
}
.feature-six__item:hover .feature-six__item__btn a i {
  transform: translateY(0px);
}
.feature-six__item:hover .feature-six__item__btn::after {
  border-color: var(--bemox-white, #fff);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
}
.about-one .sec-title {
  padding-bottom: 13px;
}
@media (min-width: 1200px) {
  .about-one__content__inner {
    margin-left: 54px;
  }
}
.about-one__text {
  max-width: 380px;
  width: 100%;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
  margin-bottom: 35px;
}
.about-one__list {
  margin-bottom: 54px;
}
.about-one__list li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-one__list li:hover .about-one__list__icon {
  background-color: var(--bemox-base, #C3EE18);
}
.about-one__list li + li {
  margin-top: 20px;
}
.about-one__list__icon {
  max-width: 40px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  transition: all 0.4s ease-in-out;
}
.about-one__list__text {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  text-transform: uppercase;
  color: var(--bemox-black, #000000);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.about-one__list__text:hover {
  background-size: 100% 1px;
}
.about-one__thumb {
  position: relative;
}
.about-one__thumb::after {
  content: "";
  background: var(--bemox-base, #C3EE18);
  position: absolute;
  width: 50px;
  height: 69px;
  top: 0;
  left: -50px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 575px) {
  .about-one__thumb::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .about-one__thumb {
    margin-right: -54px;
  }
}
.about-one__thumb__item {
  position: relative;
}
@media (min-width: 1200px) {
  .about-one__thumb__item {
    margin-right: 78px;
  }
}
@media (max-width: 575px) {
  .about-one__thumb__item {
    margin-right: 40px;
  }
}
@media (max-width: 425px) {
  .about-one__thumb__item {
    margin-right: 0px;
  }
}
.about-one__thumb__item-small {
  position: absolute;
  bottom: 113px;
  right: 0px;
}
@media (max-width: 425px) {
  .about-one__thumb__item-small {
    position: relative;
    bottom: 0;
    right: auto;
    margin-top: 20px;
  }
}
.about-one__thumb__item-small img {
  border: 10px solid var(--bemox-white, #fff);
  border-right: none;
  object-fit: cover;
}
@media (max-width: 425px) {
  .about-one__thumb__item-small img {
    border: none;
    width: 100%;
  }
}
.about-one__thumb__exprince {
  position: absolute;
  bottom: 0;
  right: 0;
}
.about-one__thumb__funfact {
  display: flex;
  align-items: center;
  background-color: var(--bemox-black3, #040404);
  height: 85px;
  gap: 27px;
  padding-right: 35px;
  position: relative;
  z-index: 1;
}
.about-one__thumb__funfact::after {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  height: 85px;
  width: 32px;
  background-color: var(--bemox-black3, #040404);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
}
.about-one__thumb__funfact__text {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
}
.about-one__thumb__count {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  text-transform: uppercase;
  color: var(--bemox-black3, #040404);
  transform: rotate(-90deg);
  padding: 12px 15px;
  background-color: var(--bemox-base, #C3EE18);
  margin-bottom: 0;
  margin-left: -11px;
}
.about-one__text-round {
  max-width: 202px;
  width: 100%;
  height: 202px;
  left: -101px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bemox-black3, #040404);
  position: absolute;
  top: 85px;
  z-index: 1;
  border: 16px solid var(--bemox-white, #fff);
}
@media (max-width: 575px) {
  .about-one__text-round {
    position: relative;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    top: auto;
  }
}
.about-one__text-round__link {
  max-width: 72px;
  width: 100%;
  border-radius: 50%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-base, #C3EE18);
  font-size: 30px;
  color: var(--bemox-black3, #040404);
  transition: all 0.4s ease-in-out;
}
.about-one__text-round__link:hover {
  color: var(--bemox-black3, #040404);
  background-color: var(--bemox-white, #fff);
  transform: rotate(40deg);
}
.about-one__text-image {
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: -1;
}
.about-one__text-image img {
  animation: rotateSVG 8s linear infinite;
}
.about-one__shape {
  position: absolute;
  right: 164px;
  bottom: 150px;
}
@media (max-width: 1599px) {
  .about-one__shape {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .about-one__shape {
    display: none;
  }
}

.about-two__top {
  margin-bottom: 35px;
}
.about-two__top .sec-title {
  padding-bottom: 13px;
}
.about-two__top .sec-title .sec-title__title {
  position: relative;
  z-index: 1;
}
.about-two__top .sec-title .sec-title__title__shape {
  width: 64px;
  height: 6px;
  background: var(--bemox-black3, #040404);
  border-radius: 50px;
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
  position: absolute;
  top: 20px;
  left: 0;
}
.about-two__top .sec-title .sec-title__title__shape::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.1px;
  width: 16px;
  height: 6px;
  background: var(--bemox-base, #C3EE18);
  border-radius: 30px;
  animation: slideLeft 3s ease-in-out infinite;
}
.about-two .sec-title__text {
  margin-bottom: 0;
}
.about-two__thumb {
  position: relative;
  z-index: 1;
}
.about-two__thumb img {
  border-radius: 10px;
  object-fit: cover;
}
.about-two__thumb__item-small {
  text-align: end;
}
.about-two__thumb--two {
  display: flex;
  gap: 30px;
}
@media (max-width: 575px) {
  .about-two__thumb--two {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .about-two__thumb--two .about-two__thumb__item img {
    object-fit: cover;
    width: 100%;
  }
}
.about-two__thumb__item__small-one {
  position: relative;
  z-index: 1;
}
.about-two__thumb__item__small-one::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -0.9px;
  width: 40px;
  height: 40px;
  background-color: var(--bemox-white, #fff);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.about-two__funfat {
  padding-left: 110px;
  margin-bottom: 85px;
}
@media (max-width: 1199px) {
  .about-two__funfat {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.about-two__funfat__inner {
  display: flex;
  align-items: end;
  gap: 10px;
}
.about-two__funfat__count {
  font-weight: 700;
  font-size: 50px;
  line-height: 126%;
  text-transform: capitalize;
  color: var(--bemox-base, #C3EE18);
  margin-bottom: 0;
}
.about-two__funfat__text {
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--bemox-black, #000000);
  line-height: 250%;
  margin-bottom: 0;
}
.about-two__funfat__letter {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 126%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  text-shadow: -1px 0 0 #414243, 1px 0 0 #414243, 0 -1px 0 #414243, 0 1px 0 #414243, -1px -1px 0 #414243, 1px -1px 0 #414243, -1px 1px 0 #414243, 1px 1px 0 #414243;
}
.about-two .about-two__shape {
  top: 80px;
  animation: slideBottom 3s linear infinite;
  animation-delay: 1s;
  position: absolute;
  display: inline-block;
}
@media (max-width: 1199px) {
  .about-two .about-two__shape {
    top: auto;
  }
}
.about-two .p1 {
  animation: slideTop 3s ease-in-out infinite;
}
.about-two .p2 {
  animation: slideBottom 3s ease-in infinite;
  transition: all 0.4s ease-in-out;
}
.about-two .bemox-circle-btn__wrapper a {
  margin-top: 30px;
  width: 150px;
  height: 150px;
  background-color: var(--bemox-base, #C3EE18);
}
.about-two .bemox-circle-btn__wrapper a .bemox-circle-btn__dot {
  background-color: var(--bemox-black3, #040404);
}
.about-two .bemox-circle-btn__wrapper a:hover .bemox-circle-btn__text {
  color: var(--bemox-white, #fff);
}
.about-two .bemox-circle-btn__wrapper a:hover .bemox-circle-btn__dot {
  width: 300px;
  height: 300px;
}

.about-three {
  position: relative;
  z-index: 1;
}
.about-three__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 107%;
  text-align: center;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
}
@media (max-width: 1340px) {
  .about-three__title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .about-three__title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .about-three__title {
    font-size: 30px;
  }
}
.about-three__text-round {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-black3, #040404);
  z-index: 1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 52px;
}
.about-three__text-round .about-three__text-round__link {
  max-width: 68px;
  width: 100%;
  border-radius: 50%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-base, #C3EE18);
  position: relative;
  z-index: 1;
}
.about-three__text-round .about-three__text-round__link img {
  width: 68px;
  height: auto;
  object-fit: cover;
}
.about-three__text-round .about-three__text-image {
  position: absolute;
  top: 17px;
  left: 17px;
}
.about-three__text-round .about-three__text-image img {
  animation: rotateSVG 10s ease-in-out infinite;
}
.about-three__top {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.about-three__shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about-three__bottom__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 600.000000 273.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,273.000000) scale(0.100000,-0.100000)" fill=" " stroke="none"> <path d="M690 2711 c-325 -72 -562 -295 -662 -623 -22 -71 -22 -85 -26 -681 -3 -529 -1 -619 13 -695 63 -335 296 -588 632 -684 65 -19 101 -23 223 -22 127 1 156 4 233 27 109 33 192 75 278 138 64 47 148 130 182 179 l17 24 17 -24 c32 -47 118 -132 178 -177 79 -60 175 -107 282 -140 78 -23 105 -26 233 -26 118 -1 160 3 223 21 166 46 353 166 446 286 l43 55 37 -47 c263 -330 747 -418 1112 -202 90 53 177 127 229 194 l42 56 21 -28 c105 -140 270 -253 454 -309 77 -23 106 -26 233 -27 122 -1 158 3 223 22 335 96 569 350 632 684 14 76 16 166 13 695 -4 596 -4 610 -26 681 -150 492 -629 749 -1109 597 -145 -46 -310 -159 -402 -275 l-38 -48 -43 54 c-84 105 -219 203 -349 253 -354 137 -760 30 -991 -261 l-38 -47 -52 65 c-99 122 -271 231 -436 276 -64 17 -107 21 -224 21 -129 0 -155 -3 -233 -26 -104 -32 -190 -74 -272 -132 -59 -42 -154 -135 -188 -185 l-17 -24 -17 24 c-62 89 -194 200 -305 256 -168 85 -391 114 -568 75z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600.000000 273.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,273.000000) scale(0.100000,-0.100000)" fill=" " stroke="none"> <path d="M690 2711 c-325 -72 -562 -295 -662 -623 -22 -71 -22 -85 -26 -681 -3 -529 -1 -619 13 -695 63 -335 296 -588 632 -684 65 -19 101 -23 223 -22 127 1 156 4 233 27 109 33 192 75 278 138 64 47 148 130 182 179 l17 24 17 -24 c32 -47 118 -132 178 -177 79 -60 175 -107 282 -140 78 -23 105 -26 233 -26 118 -1 160 3 223 21 166 46 353 166 446 286 l43 55 37 -47 c263 -330 747 -418 1112 -202 90 53 177 127 229 194 l42 56 21 -28 c105 -140 270 -253 454 -309 77 -23 106 -26 233 -27 122 -1 158 3 223 22 335 96 569 350 632 684 14 76 16 166 13 695 -4 596 -4 610 -26 681 -150 492 -629 749 -1109 597 -145 -46 -310 -159 -402 -275 l-38 -48 -43 54 c-84 105 -219 203 -349 253 -354 137 -760 30 -991 -261 l-38 -47 -52 65 c-99 122 -271 231 -436 276 -64 17 -107 21 -224 21 -129 0 -155 -3 -233 -26 -104 -32 -190 -74 -272 -132 -59 -42 -154 -135 -188 -185 l-17 -24 -17 24 c-62 89 -194 200 -305 256 -168 85 -391 114 -568 75z"/> </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: 533px;
}
@media (max-width: 1199px) {
  .about-three__bottom__thumb {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .about-three__bottom__thumb {
    mask: none;
    height: auto;
  }
}
.about-three__bottom__thumb img {
  object-fit: cover;
  width: 100%;
  margin-left: -15%;
}
.about-three__bottom__thumb__text {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 150px;
  line-height: 32%;
  text-align: center;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  position: absolute;
  bottom: 7%;
}
@media (max-width: 991px) {
  .about-three__bottom__thumb__text {
    position: relative;
    font-size: 80px;
    color: var(--bemox-black3, #040404);
    bottom: 0;
    line-height: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about-three__bottom__thumb__text {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .about-three__bottom__thumb__text {
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .about-three__bottom__thumb__text {
    font-size: 30px;
  }
}
.about-three__bottom__thumb__text .letter {
  transition: color 0.3s ease;
  white-space: pre;
}
.about-three__bottom__thumb__text .letter.active,
.about-three__bottom__thumb__text .letter:hover {
  color: var(--bemox-base, #C3EE18);
}
.about-three__shape-one {
  position: absolute;
  top: 20%;
  left: 0;
}
@media (max-width: 991px) {
  .about-three__shape-one {
    display: none;
  }
}
.about-three__shape-two {
  position: absolute;
  bottom: 5%;
  right: 0;
}
@media (max-width: 991px) {
  .about-three__shape-two {
    display: none;
  }
}

.about-four {
  position: relative;
  z-index: 1;
}
.about-four .sec-title .sec-title__title {
  margin-bottom: 12px;
}
.about-four .sec-title__text {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bemox-text, #636363);
  max-width: 471px;
}
.about-four__feature {
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .about-four__feature {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
}
.about-four__feature__item {
  flex: 0 0 auto;
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .about-four__feature__item {
    width: 100%;
  }
}
.about-four__feature__item:hover .icon {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
}
.about-four__feature .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bemox-black, #000000);
  font-size: 35px;
  color: var(--bemox-white, #fff);
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.about-four__feature .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  margin-bottom: 9px;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.about-four__feature .title:hover {
  background-size: 100% 1px;
}
.about-four__feature .title {
  cursor: pointer;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .about-four__feature .title {
    font-size: 20px;
  }
}
.about-four__feature__shape {
  position: absolute;
  top: 10px;
  left: 99px;
}
.about-four__feature__shape img {
  animation: slideLeft 3s ease-in-out infinite;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .about-four__feature__shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-four__feature__shape {
    display: none;
  }
}
.about-four__thumb {
  margin-right: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-four__thumb {
    margin-right: 0;
  }
}
.about-four__thumb__item {
  width: 100%;
  height: 100%;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 531.000000 574.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,574.000000) scale(0.100000,-0.100000)" fill="" stroke="none"> <path d="M2554 5726 c-60 -19 -69 -24 -729 -406 -55 -32 -212 -123 -350 -202 -137 -80 -353 -205 -480 -278 -126 -73 -261 -151 -299 -173 -39 -22 -88 -57 -111 -78 -83 -76 -128 -216 -107 -325 26 -126 87 -206 215 -280 45 -26 136 -79 202 -117 66 -38 165 -95 220 -127 312 -180 1074 -621 1217 -703 175 -100 241 -127 318 -127 99 0 124 11 525 245 55 32 188 109 295 170 107 62 265 153 350 202 85 49 263 152 395 228 524 301 525 302 578 413 68 145 38 311 -76 422 -20 19 -168 111 -329 204 -161 93 -360 209 -443 256 -82 48 -224 130 -315 182 -914 529 -876 509 -985 507 -27 0 -68 -6 -91 -13z"/> <path d="M272 3864 c-107 -28 -205 -117 -249 -224 -17 -43 -18 -102 -18 -1180 l0 -1135 32 -66 c18 -37 52 -84 76 -106 47 -43 40 -39 697 -418 256 -148 605 -350 775 -448 171 -99 351 -201 400 -227 111 -58 181 -70 276 -45 120 30 197 93 252 204 l32 66 0 1130 0 1130 -23 58 c-42 102 -94 143 -412 327 -638 367 -858 494 -1130 651 -157 91 -326 189 -376 218 -139 79 -221 95 -332 65z"/> <path d="M4840 3864 c-30 -8 -102 -42 -160 -76 -58 -34 -247 -143 -420 -243 -173 -100 -391 -226 -485 -280 -341 -197 -473 -273 -640 -369 -281 -163 -305 -182 -354 -300 l-26 -61 -3 -1075 c-2 -658 1 -1099 7 -1138 26 -170 161 -298 334 -318 89 -11 162 15 357 128 96 56 362 209 590 341 403 233 609 352 949 548 181 104 235 150 278 237 l28 57 0 1150 0 1150 -23 47 c-52 103 -138 174 -248 203 -71 18 -112 18 -184 -1z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 531.000000 574.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,574.000000) scale(0.100000,-0.100000)" fill="" stroke="none"> <path d="M2554 5726 c-60 -19 -69 -24 -729 -406 -55 -32 -212 -123 -350 -202 -137 -80 -353 -205 -480 -278 -126 -73 -261 -151 -299 -173 -39 -22 -88 -57 -111 -78 -83 -76 -128 -216 -107 -325 26 -126 87 -206 215 -280 45 -26 136 -79 202 -117 66 -38 165 -95 220 -127 312 -180 1074 -621 1217 -703 175 -100 241 -127 318 -127 99 0 124 11 525 245 55 32 188 109 295 170 107 62 265 153 350 202 85 49 263 152 395 228 524 301 525 302 578 413 68 145 38 311 -76 422 -20 19 -168 111 -329 204 -161 93 -360 209 -443 256 -82 48 -224 130 -315 182 -914 529 -876 509 -985 507 -27 0 -68 -6 -91 -13z"/> <path d="M272 3864 c-107 -28 -205 -117 -249 -224 -17 -43 -18 -102 -18 -1180 l0 -1135 32 -66 c18 -37 52 -84 76 -106 47 -43 40 -39 697 -418 256 -148 605 -350 775 -448 171 -99 351 -201 400 -227 111 -58 181 -70 276 -45 120 30 197 93 252 204 l32 66 0 1130 0 1130 -23 58 c-42 102 -94 143 -412 327 -638 367 -858 494 -1130 651 -157 91 -326 189 -376 218 -139 79 -221 95 -332 65z"/> <path d="M4840 3864 c-30 -8 -102 -42 -160 -76 -58 -34 -247 -143 -420 -243 -173 -100 -391 -226 -485 -280 -341 -197 -473 -273 -640 -369 -281 -163 -305 -182 -354 -300 l-26 -61 -3 -1075 c-2 -658 1 -1099 7 -1138 26 -170 161 -298 334 -318 89 -11 162 15 357 128 96 56 362 209 590 341 403 233 609 352 949 548 181 104 235 150 278 237 l28 57 0 1150 0 1150 -23 47 c-52 103 -138 174 -248 203 -71 18 -112 18 -184 -1z"/> </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;
}
.about-four__thumb__item img {
  object-fit: cover;
  width: 100%;
}
.about-four__thumb__shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-four__shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}
.about-four__shape img {
  animation: slideTop 3s ease-in-out infinite;
}
@media (max-width: 767px) {
  .about-four__shape {
    display: none;
  }
}

.about-six {
  position: relative;
  z-index: 1;
}
.about-six .sec-title {
  padding-bottom: 13px;
}
.about-six .sec-title__title {
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .about-six .sec-title__text {
    margin-left: 50px;
  }
}
@media (min-width: 1200px) {
  .about-six__content {
    margin-left: 50px;
  }
}
.about-six__feature {
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  margin-bottom: 30px;
}
.about-six__feature__item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 26px 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-six__feature__item {
    padding: 20px 18px;
  }
}
@media (max-width: 425px) {
  .about-six__feature__item {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.about-six__feature__item::after, .about-six__feature__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 50%;
  background-color: var(--bemox-base, #C3EE18);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.about-six__feature__item::after {
  top: auto;
  bottom: 0;
  background-color: var(--bemox-black3, #040404);
}
.about-six__feature__item .icon {
  max-width: 70px;
  width: 100%;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-black3, #040404);
  font-size: 36px;
  color: var(--bemox-white, #fff);
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-six__feature__item .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bemox-base, #C3EE18);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.about-six__feature__item .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
  margin-bottom: 5px;
}
.about-six__feature__item .text {
  margin-bottom: 0;
}
.about-six__feature__item:hover .icon::after {
  transform: scale(2);
}
.about-six__feature__item:hover::after, .about-six__feature__item:hover::before {
  opacity: 1;
}
.about-six__feature__item + .about-six__feature__item {
  border-top: 1px solid var(--bemox-border-color, #DDDDDD);
}
.about-six__thumb {
  position: relative;
  z-index: 1;
}
.about-six__thumb__item {
  margin-right: 50px;
}
@media (max-width: 425px) {
  .about-six__thumb__item {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .about-six__thumb__item {
    margin-right: 70px;
  }
}
.about-six__thumb__item img {
  object-fit: cover;
  width: 100%;
}
.about-six__thumb__item-small {
  position: absolute;
  bottom: 95px;
  left: -86px;
  box-shadow: -1px 0px 8.1px rgba(0, 0, 0, 0.18);
}
.about-six__thumb__item-small img {
  animation: slideBottom 3s ease-in-out infinite;
}
@media (max-width: 425px) {
  .about-six__thumb__item-small {
    position: relative;
    bottom: auto;
    left: 0;
    text-align: center;
    margin-top: 20px;
  }
}
.about-six__thumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 32px;
  width: 14px;
  height: 258px;
  background-color: var(--bemox-base, #C3EE18);
  z-index: -1;
}
@media (max-width: 425px) {
  .about-six__thumb::after {
    display: none;
  }
}
.about-six__thumb__item-shape {
  width: 202px;
  height: 202px;
  border-radius: 50%;
  position: absolute;
  top: 131px;
  right: -30px;
  background-color: var(--bemox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-six__thumb__item-shape img {
  width: 125px;
  height: 125px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 125.000000 125.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,125.000000) scale(0.100000,-0.100000)" fill=" " stroke="none"> <path d="M520 1068 l0 -183 -130 130 -130 130 -77 -78 -78 -77 130 -130 130 -130 -183 0 -182 0 0 -105 0 -105 182 0 183 0 -130 -130 -130 -130 78 -77 77 -78 130 130 130 130 0 -183 0 -182 105 0 105 0 0 182 0 183 130 -130 130 -130 77 78 78 77 -130 130 -130 130 183 0 182 0 0 105 0 105 -182 0 -183 0 130 130 130 130 -78 77 -77 78 -130 -130 -130 -130 0 183 0 182 -105 0 -105 0 0 -182z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 125.000000 125.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,125.000000) scale(0.100000,-0.100000)" fill=" " stroke="none"> <path d="M520 1068 l0 -183 -130 130 -130 130 -77 -78 -78 -77 130 -130 130 -130 -183 0 -182 0 0 -105 0 -105 182 0 183 0 -130 -130 -130 -130 78 -77 77 -78 130 130 130 130 0 -183 0 -182 105 0 105 0 0 182 0 183 130 -130 130 -130 77 78 78 77 -130 130 -130 130 183 0 182 0 0 105 0 105 -182 0 -183 0 130 130 130 130 -78 77 -77 78 -130 -130 -130 -130 0 183 0 182 -105 0 -105 0 0 -182z"/> </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;
}
.about-six__thumb__item-shape::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px dashed var(--bemox-base, #C3EE18);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 425px) {
  .about-six__thumb__item-shape {
    position: relative;
    top: auto;
    left: 0;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-six .about-six__shape {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-six .about-six__shape {
    display: none;
  }
}
.about-six .about-six__shape img {
  animation: slideBottom 3s ease-in-out infinite;
}

/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-one {
  position: relative;
  z-index: 1;
  background-color: var(--bemox-black3, #040404);
}
.service-one__top {
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .service-one__top {
    padding-bottom: 46px;
  }
}
.service-one__top .sec-title {
  padding-bottom: 0;
}
.service-one__top__btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .service-one__top__btn {
    justify-content: start;
  }
}
.service-one__bottom {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-one__bottom__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  border-radius: 50px;
  border: 1px solid rgba(var(--bemox-white-rgb, 255, 255, 255), 0.24);
  padding: 13px 30px;
}
.service-one__bottom__text a {
  text-decoration: underline;
}

.service-card {
  position: relative;
  z-index: 1;
  background-color: var(--bemox-white, #fff);
  padding: 50px 40px 40px;
  overflow: hidden;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .service-card {
    padding: 30px;
  }
}
@media (max-width: 425px) {
  .service-card {
    padding: 30px 25px;
  }
}
.service-card::before {
  position: absolute;
  width: 98px;
  height: 85px;
  content: "";
  border-radius: 50%;
  top: 40px;
  right: -42px;
  background-color: var(--bemox-base, #C3EE18);
  z-index: -2;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.service-card::after {
  content: "";
  width: 98px;
  height: 85px;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: -42px;
  background-color: var(--bemox-white, #fff);
  z-index: -1;
  transform: scale(0);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 165px;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
@media (max-width: 1199px) and (min-width: 992px) {
  .service-card__top {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .service-card__top {
    padding-bottom: 150px;
  }
}
.service-card__icon {
  font-size: 60px;
  color: var(--bemox-black3, #040404);
  line-height: normal;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.service-card__number {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-transform: uppercase;
  color: var(--bemox-black4, #333333);
  border-radius: 50px;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  padding: 5px 20px;
  background-color: var(--bemox-white, #fff);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.service-card__content {
  overflow: hidden;
}
.service-card__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 104%;
  text-transform: capitalize;
  color: var(--bemox-black, #000000);
  margin-bottom: 12px;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
@media (max-width: 1199px) and (min-width: 767px) {
  .service-card__title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .service-card__title {
    font-size: 22px;
  }
}
.service-card__title a {
  color: inherit;
  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__title a:hover {
  color: var(--bemox-primary, #222222);
}
.service-card__text {
  margin-bottom: 0;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.service-card__btn {
  margin-top: 25px;
  margin-bottom: -75px;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.service-card__btn .bemox-btn {
  background-color: var(--bemox-white, #fff);
  color: var(--bemox-black3, #040404);
}
.service-card__btn .bemox-btn .bemox-btn__icon {
  border-color: var(--bemox-black3, #040404);
  color: var(--bemox-black3, #040404);
}
@media (max-width: 1199px) {
  .service-card__image img {
    object-fit: cover;
    width: 100%;
  }
}
.service-card:hover .service-card__top {
  padding-bottom: 90px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .service-card:hover .service-card__top {
    padding-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .service-card:hover .service-card__top {
    padding-bottom: 75px;
  }
}
.service-card:hover .service-card__number {
  background-color: var(--bemox-black3, #040404);
  color: var(--bemox-white, #fff);
}
.service-card:hover .service-card__text {
  color: var(--bemox-black4, #333333);
}
.service-card:hover .service-card__btn {
  margin-bottom: 0;
}
.service-card:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 0;
  right: 0;
}
.service-card:hover::after {
  transform: scale(1);
}

.service-three {
  position: relative;
  z-index: 1;
  background-color: var(--bemox-black3, #040404);
  counter-reset: serviceThreeCounter;
}
.service-three__top {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .service-three__top {
    padding-bottom: 46px;
  }
}
.service-three__top .sec-title-three {
  padding-bottom: 0;
}
.service-three__top .sec-title-three .sec-title-three__tagline__text {
  border: 1px solid var(--bemox-base, #C3EE18);
}
.service-three__top .sec-title-three .sec-title-three__title {
  color: var(--bemox-white, #fff);
}
.service-three__item {
  border: 1px solid rgba(var(--bemox-white-rgb, 255, 255, 255), 0.21);
  padding: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.service-three__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--bemox-base, #C3EE18);
  transform: translate(-100%, -100%);
  transition: all 0.4s ease-in-out;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.service-three__item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  counter-increment: serviceThreeCounter;
  margin-bottom: 120px;
  transition: all 0.4s ease-in-out;
}
.service-three__item__top::after {
  content: counters(serviceThreeCounter, ".", decimal-leading-zero);
  transition: all 0.4s ease-in-out;
}
.service-three__item__top::before {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  left: 75px;
  right: 30px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.21);
  transition: all 0.4s ease-in-out;
}
.service-three__item__icon {
  text-align: center;
  margin-bottom: 105px;
  transition: all 0.4s ease-in-out;
}
.service-three__item__icon svg path {
  fill: var(--bemox-base, #C3EE18);
  transition: all 0.4s ease-in-out;
}
.service-three__item__content {
  text-align: center;
  margin-bottom: -80px;
  transition: all 0.4s ease-in-out;
}
.service-three__item__content .bemox-btn .bemox-btn__icon {
  border-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-base, #C3EE18);
}
.service-three__item__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 104%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  margin-bottom: 23px;
}
.service-three__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-three__item__title a:hover {
  background-size: 100% 1px;
}
.service-three__item__title a:hover {
  color: var(--bemox-primary, #222222);
}
.service-three__item:hover {
  border-color: var(--bemox-base, #C3EE18);
}
.service-three__item:hover::after {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.service-three__item:hover .service-three__item__top {
  color: var(--bemox-black, #000000);
}
.service-three__item:hover .service-three__item__top::after {
  color: var(--bemox-black, #000000);
}
.service-three__item:hover .service-three__item__top::before {
  background-color: var(--bemox-black, #000000);
}
.service-three__item:hover .service-three__item__title {
  color: var(--bemox-black, #000000);
}
.service-three__item:hover .service-three__item__content {
  margin-bottom: 0;
}
.service-three__item:hover .service-three__item__icon {
  margin-bottom: 74px;
  transform: scale(0.9);
}
.service-three__item:hover .service-three__item__icon svg path {
  fill: var(--bemox-black, #000000);
  transition: all 0.4s ease-in-out;
}
.service-three__item:hover .service-three__item__top {
  margin-bottom: 70px;
}
.service-three .service-three__custom-nav {
  display: flex;
  justify-content: end;
  gap: 20px;
}
@media (max-width: 767px) {
  .service-three .service-three__custom-nav {
    justify-content: start;
  }
}
.service-three .service-three__custom-nav button {
  border: none;
  outline: none;
  width: 69px;
  height: 69px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--bemox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  color: var(--bemox-white, #fff);
  transition: all 500ms ease;
}
.service-three .service-three__custom-nav button:hover {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-base, #C3EE18);
  border-color: var(--bemox-base, #C3EE18);
}

.service-four {
  position: relative;
  z-index: 1;
  background-color: #ECF8F8;
}
.service-four__item {
  padding: 26px 0;
  border-top: 1px solid var(--bemox-border-color, #DDDDDD);
  position: relative;
}
.service-four__item:last-child {
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
}
.service-four__item .number {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-transform: uppercase;
  color: var(--bemox-black4, #333333);
  display: inline;
  padding: 6px 21px;
  border-radius: 50px;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  background-color: var(--bemox-white, #fff);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .service-four__item .number {
    margin-bottom: 20px;
  }
}
.service-four__item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .service-four__item__content {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
}
.service-four__item .content-box {
  display: flex;
  align-items: center;
  gap: 27px;
  flex: 0 0 auto;
  width: 80%;
}
@media (max-width: 575px) {
  .service-four__item .content-box {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
  }
}
.service-four__item .icon {
  font-size: 60px;
  color: var(--bemox-black, #000000);
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.service-four__item .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 104%;
  text-transform: capitalize;
  color: var(--bemox-black, #000000);
  margin-bottom: 15px;
}
.service-four__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-four__item .title a:hover {
  background-size: 100% 1px;
}
.service-four__item .title a:hover {
  color: var(--bemox-base, #C3EE18);
}
.service-four__item .text {
  text-transform: capitalize;
  margin-bottom: 0;
}
.service-four__item__btn {
  flex: 0 0 auto;
  width: 20%;
}
@media (max-width: 575px) {
  .service-four__item__btn {
    width: 100%;
  }
}
.service-four__item__btn .service-four__btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--bemox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 17px;
  color: var(--bemox-base, #C3EE18);
  margin-left: auto;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .service-four__item__btn .service-four__btn {
    margin-left: 0;
    margin-right: auto;
  }
}
.service-four__item__btn .service-four__btn:hover {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
}
.service-four__item:hover .number {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
  border-color: var(--bemox-base, #C3EE18);
}
.service-four__item:hover .icon {
  color: var(--bemox-base, #C3EE18);
  animation: shake-vertical-alternate 1s ease-in-out 0s 1 alternate none;
}
.service-four__item:hover .service-four__item__btn a {
  transform: rotate(40deg);
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
}
.service-four__image__box {
  position: absolute;
  top: 50%;
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 3;
}
.service-four__image__box img {
  object-fit: cover;
  border-radius: 10px;
}
.service-four__shape {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .service-four__shape {
    display: none;
  }
}
.service-four__shape img {
  animation: slideLeft 3s ease-in-out infinite;
}

.service-five {
  position: relative;
  z-index: 1;
}
.service-five__sec-title {
  padding-bottom: 50px;
}
.service-five__sec-title__title {
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bemox-black3, #040404);
  margin-bottom: 3px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .service-five__sec-title__title {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  .service-five__sec-title__title {
    font-size: 80px;
  }
}
@media (max-width: 425px) {
  .service-five__sec-title__title {
    font-size: 60px;
  }
}
.service-five__sec-title .special-stroke .service-five__sec-title__title {
  -webkit-text-stroke: 1px var(--bemox-white, #fff);
}
.service-five__item {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(var(--bemox-white-rgb, 255, 255, 255), 0.14);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.service-five__item:first-child {
  border-top: 1px solid rgba(var(--bemox-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 991px) {
  .service-five__item {
    flex-wrap: wrap;
  }
}
.service-five__item__number {
  flex: 0 0 auto;
  width: 18.8%;
  color: var(--bemox-black3, #040404);
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 120px;
  line-height: 153px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  text-shadow: -1px 0 0 #393939, 1px 0 0 #393939, 0 -1px 0 #393939, 0 1px 0 #393939, -1px -1px 0 #393939, 1px -1px 0 #393939, -1px 1px 0 #393939, 1px 1px 0 #393939;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .service-five__item__number {
    font-size: 70px;
    width: 10%;
  }
}
@media (max-width: 991px) {
  .service-five__item__number {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .service-five__item__number {
    font-size: 70px;
  }
}
.service-five__item__title-box {
  flex: 0 0 auto;
  width: 42.31%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .service-five__item__title-box {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .service-five__item__title-box {
    width: 70%;
  }
}
.service-five__item__title-box .title {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 116%;
  text-transform: capitalize;
  color: #393939;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  transition: all 0.4s ease-in-out;
}
.service-five__item__title-box .title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-five__item__title-box .title a:hover {
  background-size: 100% 1px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .service-five__item__title-box .title {
    font-size: 30px;
  }
}
.service-five__item__title-box .service-five__item__shape {
  position: absolute;
  top: 10px;
}
.service-five__item__title-box .service-five__item__shape svg path {
  stroke: var(--bemox-base, #C3EE18);
  transition: all 0.4s ease-in-out;
  fill: var(--bemox-black3, #040404);
}
.service-five__item__content {
  flex: 0 0 auto;
  width: 38.89%;
  padding: 50px 0 50px 50px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, rgba(115, 115, 115, 0.28) 100%);
}
@media (max-width: 1199px) and (min-width: 992px) {
  .service-five__item__content {
    width: 50.89%;
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .service-five__item__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service-five__item__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
    padding: 20px 0;
  }
}
.service-five__item__content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  width: 100%;
}
@media (max-width: 767px) {
  .service-five__item__content-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
}
.service-five__item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #D1C7C7;
  margin-bottom: 0;
  text-transform: capitalize;
  max-width: 277px;
  transition: all 0.4s ease-in-out;
}
.service-five__item__btn {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.service-five__item__btn a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bemox-white, #fff);
  font-size: 22px;
  color: var(--bemox-base, #C3EE18);
  transition: all 0.4s ease-in-out;
}
.service-five__item__thumb__item {
  position: absolute;
  top: 0;
  left: -128px;
  transform: rotateX(90deg);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .service-five__item__thumb__item {
    left: -70px;
  }
  .service-five__item__thumb__item img {
    width: 200px;
    height: 176px;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .service-five__item__thumb__item {
    left: -49px;
  }
}
@media (max-width: 767px) {
  .service-five__item__thumb__item {
    left: 0;
    position: relative;
    z-index: 1;
    transform: rotateX(0deg);
  }
}
.service-five__item__thumb__item .service-five__item__btn--thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(40deg);
  z-index: 1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bemox-base, #C3EE18);
  font-size: 22px;
  color: var(--bemox-white, #fff);
  transition: all 0.4s ease-in-out;
}
.service-five__item__thumb__item .service-five__item__btn--thumb:hover {
  color: var(--bemox-base, #C3EE18);
  background-color: var(--bemox-white, #fff);
  transform: translate(-50%, -50%) rotate(40deg) scale(0.9);
}
@media (max-width: 767px) {
  .service-five__item__thumb__item .service-five__item__btn--thumb {
    display: none;
  }
}
.service-five__item:hover {
  border-color: var(--bemox-base, #C3EE18);
  padding-left: 49px;
}
@media (max-width: 767px) {
  .service-five__item:hover {
    padding-left: 0;
  }
}
.service-five__item:hover .service-five__item__number {
  color: var(--bemox-white, #fff);
  text-shadow: -1px 0 0 var(--bemox-white, #fff), 1px 0 0 var(--bemox-white, #fff), 0 -1px 0 var(--bemox-white, #fff), 0 1px 0 var(--bemox-white, #fff), -1px -1px 0 var(--bemox-white, #fff), 1px -1px 0 var(--bemox-white, #fff), -1px 1px 0 var(--bemox-white, #fff), 1px 1px 0 var(--bemox-white, #fff);
}
@media (max-width: 767px) {
  .service-five__item:hover .service-five__item__number {
    padding-left: 30px;
  }
}
.service-five__item:hover .service-five__item__shape svg {
  animation: rotateSVGTwo 3s ease-in-out infinite;
}
.service-five__item:hover .service-five__item__shape svg path {
  stroke: var(--bemox-white, #fff);
  fill: var(--bemox-base, #C3EE18);
}
.service-five__item:hover .title {
  color: var(--bemox-white, #fff);
}
.service-five__item:hover .service-five__item__btn {
  visibility: hidden;
  opacity: 0;
  transform: translateX(100px);
}
@media (max-width: 767px) {
  .service-five__item:hover .service-five__item__btn {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
  }
}
.service-five__item:hover .service-five__item__text {
  color: var(--bemox-white, #fff);
  transform: translateX(103px);
}
@media (max-width: 1199px) and (min-width: 992px) {
  .service-five__item:hover .service-five__item__text {
    transform: translateX(135px);
  }
}
@media (max-width: 991px) {
  .service-five__item:hover .service-five__item__text {
    transform: translateX(200px);
  }
}
@media (max-width: 767px) {
  .service-five__item:hover .service-five__item__text {
    transform: translateX(0px);
  }
}
.service-five__item:hover .service-five__item__thumb__item {
  transform: rotate(0);
}
.service-five__item:hover .service-five__item__content {
  background-color: var(--bemox-base, #C3EE18);
  background: linear-gradient(none);
}
.service-five__item__item + .service-five__item__item {
  border-top: 1px solid rgba(var(--bemox-white-rgb, 255, 255, 255), 0.14);
}
.service-five__item__item + .service-five__item__item:hover {
  border-color: var(--bemox-base, #C3EE18);
}

.service-six {
  position: relative;
  background-color: var(--bemox-black3, #040404);
  padding-top: 150px;
}
@media (min-width: 992px) {
  .service-six {
    padding-top: 180px;
  }
}
.service-six .sec-title .sec-title__title {
  color: var(--bemox-white, #fff);
}
.service-six__inner__box {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .service-six__inner__box {
    gap: 30px;
  }
}
.service-six__inner__box + .service-six__inner__box {
  border-top: none;
}
.service-six__item {
  flex: 0 0 auto;
  width: 33.3333%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(var(--bemox-border-color-rgb, 221, 221, 221), 0.5);
}
@media (max-width: 991px) {
  .service-six__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .service-six__item {
    width: 100%;
  }
}
.service-six__item__thumb img {
  object-fit: cover;
  width: 100%;
}
.service-six__item__normal {
  background-color: var(--bemox-black3, #040404);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.service-six__item__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--bemox-base, #C3EE18);
  z-index: 1;
  transform: translateY(100%) scale(0.9);
  transition: all 0.4s ease-in-out;
}
.service-six__item__hover .service-six__item__top {
  margin: 10px;
  margin-bottom: 0;
  background-color: var(--bemox-white, #fff);
}
.service-six__item__hover .service-six__item__top .icon {
  color: var(--bemox-base, #C3EE18);
}
.service-six__item__hover .service-six__item__top .number {
  background-color: var(--bemox-black3, #040404);
  color: var(--bemox-white, #fff);
}
.service-six__item__hover .service-six__item__title,
.service-six__item__hover .service-six__item__text,
.service-six__item__hover .service-six__item__list li {
  color: var(--bemox-white, #fff);
}
.service-six__item .service-six__item__link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bemox-white, #fff);
  color: var(--bemox-base, #C3EE18);
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.service-six__item .service-six__item__link:hover {
  background-color: var(--bemox-black3, #040404);
  color: var(--bemox-white, #fff);
}
.service-six__item__content {
  padding: 30px 60px 25px 30px;
}
@media (max-width: 1199px) {
  .service-six__item__content {
    padding: 30px 25px;
  }
}
@media (max-width: 375px) {
  .service-six__item__content {
    padding: 25px 15px;
  }
}
.service-six__item__shape {
  position: absolute;
  top: 52px;
  right: 15px;
}
@media (max-width: 1199px) {
  .service-six__item__shape {
    display: none;
  }
}
.service-six__item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 104%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  margin-bottom: 15px;
}
.service-six__item__title a {
  color: inherit;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 375px) {
  .service-six__item__title {
    font-size: 22px;
  }
}
.service-six__item__text {
  text-transform: capitalize;
  color: var(--bemox-text-gray2, #D1C7C7);
  margin-bottom: 15px;
}
.service-six__item__list {
  margin-bottom: 0;
}
.service-six__item__list li {
  display: flex;
  align-items: center;
  font-style: normal;
  text-transform: uppercase;
  gap: 8px;
  color: var(--bemox-text-gray2, #D1C7C7);
  font-size: 16px;
}
.service-six__item__list li i {
  font-size: 18px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 375px) {
  .service-six__item__list li {
    font-size: 15px;
  }
}
.service-six__item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #6C43E3;
  margin: 0 10px 10px;
  padding: 23px 30px;
}
@media (max-width: 575px) {
  .service-six__item__top {
    padding: 15px 20px;
  }
}
.service-six__item__top .icon {
  font-size: 60px;
  color: var(--bemox-white, #fff);
  line-height: normal;
}
@media (max-width: 575px) {
  .service-six__item__top .icon {
    font-size: 40px;
  }
}
.service-six__item__top .number {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  padding: 5px 20px;
  border-radius: 100px;
  border: 1px solid var(--bemox-white, #fff);
}
.service-six__item:hover {
  border-color: var(--bemox-base, #C3EE18);
}
.service-six__item:hover .service-six__item__normal {
  transform: translateY(-100%) scale(0.9);
}
.service-six__item:hover .service-six__item__hover {
  transform: translateY(0%) scale(1);
}

.service-skill {
  position: relative;
  z-index: 1;
}
.service-skill .sec-title {
  padding-bottom: 6px;
}
.service-skill .sec-title .sec-title__title {
  margin-bottom: 17px;
}
.service-skill .sec-title .sec-title__text {
  max-width: 480px;
}
.service-skill::after {
  content: "";
  position: absolute;
  height: 393px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #ECF8F8;
  z-index: -2;
}
.service-skill__skills {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .service-skill__skills {
    margin-bottom: 40px;
  }
}
.service-skill__progress .progress-box__bar {
  height: 56px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.service-skill__progress .progress-box__bar::after {
  content: "";
  background-color: #ECF8F8;
  position: absolute;
  clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media (max-width: 575px) {
  .service-skill__progress .progress-box__bar {
    height: 40px;
  }
}
.service-skill__progress .progress-box__bar__inner {
  position: absolute;
  height: 100%;
  transform: translateY(0);
  top: 0;
  left: 0;
  transition: all 800ms linear;
  width: 0px;
  display: flex;
  align-items: center;
  padding-left: 21px;
}
@media (max-width: 575px) {
  .service-skill__progress .progress-box__bar__inner {
    padding-left: 15px;
  }
}
.service-skill__progress .progress-box__bar__inner::after {
  content: "";
  background-color: var(--bemox-black3, #040404);
  position: absolute;
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0%);
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.service-skill__progress .progress-box__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 139%;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--bemox-white, #fff);
}
@media (max-width: 575px) {
  .service-skill__progress .progress-box__title {
    font-size: 16px;
  }
}
.service-skill__progress .progress-box__number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 500;
  font-size: 24px;
  line-height: 104%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  padding: 4px 18px;
  background-color: var(--bemox-base, #C3EE18);
  clip-path: polygon(20% 0, 80% 0, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
}
@media (max-width: 575px) {
  .service-skill__progress .progress-box__number {
    font-size: 18px;
    padding: 4px 12px;
    right: -10px;
  }
}
.service-skill__progress + .service-skill__progress {
  margin-top: 20px;
}
.service-skill__thumb {
  position: relative;
  z-index: 1;
  margin-left: 30px;
}
@media (min-width: 1200px) {
  .service-skill__thumb {
    margin-left: 50px;
  }
}
@media (min-width: 1200px) {
  .service-skill__thumb__item {
    margin-right: 30px;
  }
}
.service-skill__thumb__item img {
  object-fit: cover;
  width: 100%;
}
.service-skill__thumb__shape {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .service-skill__thumb__shape {
    display: none;
  }
}
.service-skill__thumb__content {
  background-color: var(--bemox-base, #C3EE18);
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  bottom: 65px;
  left: -30px;
}
@media (max-width: 575px) {
  .service-skill__thumb__content {
    bottom: 0;
  }
}
.service-skill__thumb__content::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0.99px;
  top: -29px;
  background-color: var(--bemox-base, #C3EE18);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.service-skill__thumb__content .service-skill__thumb__count {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 700;
  font-size: 50px;
  line-height: 50%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .service-skill__thumb__content .service-skill__thumb__count {
    font-size: 30px;
  }
}
.service-skill__thumb__content .service-skill__thumb__count span {
  color: inherit;
}
.service-skill__thumb__content .service-skill__thumb__text {
  max-width: 150px;
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  padding: 25px 0;
  padding-left: 17px;
  margin-left: 17px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .service-skill__thumb__content .service-skill__thumb__text {
    font-size: 14px;
    padding: 15px 0;
    padding-left: 15px;
  }
}
.service-skill__thumb__content .service-skill__thumb__text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #FFFFFF 50%, rgba(115, 115, 115, 0) 100%);
}
.service-skill .service-skill__inner {
  position: relative;
  z-index: 1;
}
.service-skill .service-skill__bottom-shape {
  position: absolute;
  height: 393px;
  width: 1430px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: var(--bemox-white, #fff);
  z-index: -1;
}
.service-skill .service-skill__bottom-shape::after, .service-skill .service-skill__bottom-shape::before {
  content: "";
  position: absolute;
  width: 245px;
  height: 175px;
  top: 0;
  background: var(--bemox-base, #C3EE18);
  left: -245px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.service-skill .service-skill__bottom-shape::after {
  left: auto;
  right: -245px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

/*--------------------------------------------------------------
# Service details
--------------------------------------------------------------*/
.service-details {
  margin-bottom: 45px;
}
.service-details__image img {
  object-fit: cover;
  width: 100%;
}

.marketing-area__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  margin-bottom: 10px;
}
.marketing-area__text {
  margin-bottom: 40px;
}
.marketing-area__thumb {
  border-radius: 20px;
  overflow: hidden;
}
.marketing-area__thumb img {
  object-fit: cover;
  height: 100%;
  width: auto;
  border-radius: 20px;
}
.marketing-area__content {
  background-color: #ECF8F8;
  position: relative;
  border-radius: 20px;
  padding: 44px 35px 45px;
}
.marketing-area__content .marketing-area__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 114%;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  margin-bottom: 10px;
}
.marketing-area__content .marketing-area__text {
  margin-bottom: 12px;
}
.marketing-area__list {
  margin-bottom: 28px;
}
.marketing-area__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  text-transform: capitalize;
  color: var(--bemox-black3, #040404);
  font-family: var(--bemox-font, "Roboto", sans-serif);
  padding: 5px 0;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.marketing-area__list li:hover {
  background-color: var(--bemox-black3, #040404);
  color: var(--bemox-base, #C3EE18);
  padding: 5px 15px;
}
.marketing-area__list li:hover span {
  text-decoration: underline;
}
.marketing-area .marketing-area__text__two {
  margin-top: 40px;
  margin-bottom: 0;
}
.marketing-area .marketing-area__text__two + .marketing-area__text__two {
  margin-top: 15px;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}
body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--bemox-white, #fff);
  box-shadow: 0px 0px 100px 0px rgba(var(--bemox-black3-rgb, 4, 4, 4), 0.08);
}
body.boxed-wrapper .topbar-one,
body.boxed-wrapper .main-header {
  padding: 0 20px;
}
body.boxed-wrapper .hero-area-one {
  padding: 120px 0;
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process-area {
  position: relative;
  z-index: 1;
  background-color: var(--bemox-black3, #040404);
  counter-reset: workProcessCount;
}
.work-process-area__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
@media (max-width: 991px) {
  .work-process-area__top {
    margin-bottom: 30px;
  }
}
.work-process-area__title__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 107%;
  color: var(--bemox-white, #fff);
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .work-process-area__title__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .work-process-area__title__title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .work-process-area__title__title {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .work-process-area__title__title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .work-process-area__title__title br {
    display: none;
  }
}
.work-process-area__title__subtitle {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .work-process-area__title__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .work-process-area__title__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .work-process-area__title__subtitle {
    font-size: 16px;
  }
}
.work-process-area__title__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
}
.work-process-area__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 150px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .work-process-area__inner {
    margin-top: 0;
    margin-bottom: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .work-process-area__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.work-process-area__item {
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding: 50px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 425px) {
  .work-process-area__item {
    padding: 30px 20px;
    background-color: var(--bemox-white, #fff);
    border-radius: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .work-process-area__item {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .work-process-area__item {
    background-color: var(--bemox-white, #fff);
    border-radius: 20px;
  }
}
.work-process-area__item__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .work-process-area__item__shape {
    display: none;
  }
}
.work-process-area__item__shape svg {
  top: 0;
  width: 100%;
  height: 100%;
}
.work-process-area__item__shape svg path {
  fill: var(--bemox-white, #fff);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .work-process-area__item:hover {
    background-color: var(--bemox-base, #C3EE18);
  }
}
.work-process-area__item:hover .work-process-area__item__shape svg path {
  fill: var(--bemox-base, #C3EE18);
}
.work-process-area__item:hover .work-process-area__count {
  background-color: var(--bemox-black3, #040404);
  color: var(--bemox-white, #fff);
}
.work-process-area__item:hover .work-process-area__text {
  color: var(--bemox-black4, #333333);
}
.work-process-area__count {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: workProcessCount;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  margin-bottom: 8px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70.000000 70.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,70.000000) scale(0.050000,-0.050000)" fill=" " stroke="none"> <path d="M637 1328 c-50 -50 -54 -51 -113 -20 -87 45 -98 41 -124 -38 -22 -66 -28 -70 -112 -70 l-88 0 0 -89 c0 -83 -4 -90 -70 -114 -80 -29 -82 -36 -38 -120 30 -59 30 -63 -24 -119 l-55 -58 55 -58 c54 -56 54 -60 24 -119 -45 -86 -41 -97 38 -123 66 -22 70 -28 70 -112 l0 -88 89 0 c83 0 90 -4 114 -70 29 -80 36 -82 121 -38 60 31 63 30 121 -28 l60 -59 53 60 c53 59 55 60 117 28 88 -46 99 -42 125 37 22 66 28 70 112 70 l88 0 0 88 c0 84 4 90 70 112 79 26 83 37 38 124 -32 62 -32 63 30 117 l62 54 -62 60 c-60 59 -61 62 -30 122 45 86 41 97 -38 123 -66 22 -70 28 -70 112 l0 88 -88 0 c-84 0 -90 4 -112 70 -26 79 -37 83 -123 38 -59 -30 -63 -29 -115 20 -66 63 -61 63 -125 0z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70.000000 70.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,70.000000) scale(0.050000,-0.050000)" fill=" " stroke="none"> <path d="M637 1328 c-50 -50 -54 -51 -113 -20 -87 45 -98 41 -124 -38 -22 -66 -28 -70 -112 -70 l-88 0 0 -89 c0 -83 -4 -90 -70 -114 -80 -29 -82 -36 -38 -120 30 -59 30 -63 -24 -119 l-55 -58 55 -58 c54 -56 54 -60 24 -119 -45 -86 -41 -97 38 -123 66 -22 70 -28 70 -112 l0 -88 89 0 c83 0 90 -4 114 -70 29 -80 36 -82 121 -38 60 31 63 30 121 -28 l60 -59 53 60 c53 59 55 60 117 28 88 -46 99 -42 125 37 22 66 28 70 112 70 l88 0 0 88 c0 84 4 90 70 112 79 26 83 37 38 124 -32 62 -32 63 30 117 l62 54 -62 60 c-60 59 -61 62 -30 122 45 86 41 97 -38 123 -66 22 -70 28 -70 112 l0 88 -88 0 c-84 0 -90 4 -112 70 -26 79 -37 83 -123 38 -59 -30 -63 -29 -115 20 -66 63 -61 63 -125 0z"/> </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;
  background-color: var(--bemox-base, #C3EE18);
  transition: all 0.4s ease-in-out;
}
.work-process-area__count::before {
  content: counters(workProcessCount, ".", decimal-leading-zero) ". ";
}
.work-process-area__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  margin-bottom: 8px;
}
.work-process-area__text {
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.work-process-area__list {
  margin-bottom: 0;
}
.work-process-area__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  text-transform: capitalize;
  color: #0E0F11;
}
.work-process-area__list li + li {
  margin-top: 10px;
}
.work-process-area__inner .item:nth-child(2) .work-process-area__item {
  transform: translateY(100px);
}
@media (max-width: 991px) {
  .work-process-area__inner .item:nth-child(2) .work-process-area__item {
    transform: translateY(0);
  }
}
.work-process-area__inner .item:nth-child(3) .work-process-area__item {
  transform: translateY(200px);
}
@media (max-width: 991px) {
  .work-process-area__inner .item:nth-child(3) .work-process-area__item {
    transform: translateY(0);
  }
}
.work-process-area__shape-line {
  position: absolute;
  top: 100%;
  left: -190px;
  transform: translateY(-50%);
  z-index: -1;
}
.work-process-area__shape-line img {
  animation: slideLeft 3s ease-in-out infinite;
}
@media (max-width: 991px) {
  .work-process-area__shape-line {
    display: none;
  }
}

.work-process-four {
  background-color: var(--bemox-black3, #040404);
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .work-process-four {
    margin-top: 0;
  }
}
.work-process-four .work-process-four__shape {
  position: absolute;
  height: 82px;
  width: 100%;
  position: absolute;
  top: -40px;
  left: 0;
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  .work-process-four .work-process-four__shape {
    display: none;
  }
}
.work-process-four__item {
  background-color: var(--bemox-white, #fff);
  border-radius: 500px;
  padding: 28px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.work-process-four__item--two {
  margin-top: -120px;
}
@media (max-width: 991px) {
  .work-process-four__item--two {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .work-process-four__item {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .work-process-four__item {
    border-radius: 10px;
    width: 100%;
    padding: 20px 0 0;
  }
}
.work-process-four__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bemox-base, #C3EE18);
  z-index: -1;
  left: 0;
  top: 0;
  transform: translateY(calc(-100% + 47px));
  transition: all 0.3s ease-in-out;
}
.work-process-four__item__step {
  font-weight: 600;
  font-size: 16px;
  line-height: 156%;
  display: flex;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  padding: 6px 23px 4.5px;
  padding-left: 46px;
  border-radius: 100px;
  background-color: var(--bemox-black, #000000);
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border: 2px solid var(--bemox-white, #fff);
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.work-process-four__item__step::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid var(--bemox-base, #C3EE18);
  background-color: var(--bemox-black, #000000);
  transition: all 0.3s ease-in-out;
}
.work-process-four__item__step::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 29px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--bemox-white, #fff);
  transition: all 0.3s ease-in-out;
}
.work-process-four__item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  text-align: center;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  margin-bottom: 8px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .work-process-four__item__title {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
.work-process-four__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.work-process-four__item__title a:hover {
  background-size: 100% 1px;
}
.work-process-four__item__title a:hover {
  color: var(--bemox-primary, #222222);
}
.work-process-four__item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: var(--bemox-text, #636363);
  margin-bottom: 20px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .work-process-four__item__text {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.work-process-four__item__link {
  margin-bottom: -25px;
  position: relative;
  z-index: 1;
}
.work-process-four__item__link a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-white, #fff);
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.work-process-four__item__image img {
  border-radius: 0 0 500px 500px;
}
@media (max-width: 767px) {
  .work-process-four__item__image {
    width: 100%;
  }
  .work-process-four__item__image img {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
  }
}
.work-process-four__item:hover::after {
  transform: translateY(0%);
}
.work-process-four__item:hover .work-process-four__item__step {
  background-color: var(--bemox-white, #fff);
  color: var(--bemox-black4, #333333);
}
.work-process-four__item:hover .work-process-four__item__step span {
  background-color: var(--bemox-white, #fff);
}
.work-process-four__item:hover .work-process-four__item__text,
.work-process-four__item:hover .work-process-four__item__title a {
  color: var(--bemox-white, #fff);
}
.work-process-four__item:hover .work-process-four__item__link a {
  background-color: var(--bemox-black3, #040404);
  color: var(--bemox-white, #fff);
  transform: rotate(40deg);
}
.work-process-four__more {
  margin-top: -80px;
}
@media (max-width: 991px) {
  .work-process-four__more {
    margin-top: 0;
  }
}
.work-process-four .container {
  position: relative;
  z-index: 1;
}
.work-process-four__angle {
  position: absolute;
  top: 0%;
  left: -20%;
  z-index: -1;
}
.work-process-four__angle img {
  transform: rotate(-8deg);
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/
.work-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .work-area {
    padding-top: 80px;
  }
}
.work-area__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
}
@media (max-width: 991px) {
  .work-area__top {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .work-area__top {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.work-area__sec-title {
  display: flex;
  align-items: center;
}
.work-area__sec-title__sec-shape {
  margin-right: 33px;
}
@media (max-width: 767px) {
  .work-area__sec-title__sec-shape {
    display: none;
  }
}
.work-area__sec-title__sec-shape img {
  animation: scaleContact 4s ease-in-out infinite;
}
.work-area__sec-title__title {
  font-weight: 700;
  font-size: 150px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  -webkit-text-stroke: 1px #040404;
}
@media (max-width: 1199px) {
  .work-area__sec-title__title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .work-area__sec-title__title {
    font-size: 70px;
  }
}
.work-area__sec-title__date {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bemox-black3, #040404);
  margin-left: 22px;
}
@media (max-width: 767px) {
  .work-area__sec-title__date {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .work-area .work-area__shape {
    display: none;
  }
}
.work-area__post-filter {
  margin-bottom: 0;
  max-width: calc(50% - 115px);
  margin-left: auto;
  margin-right: 0;
  margin-bottom: -165px;
}
@media (max-width: 991px) {
  .work-area__post-filter {
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: auto;
  }
}
.work-area__post-filter li {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding-left: 0px;
  transition: all 0.4s ease-in-out;
}
.work-area__post-filter li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0px;
  height: 3px;
  border-radius: 10px;
  background-color: var(--bemox-base, #C3EE18);
  transition: all 0.4s ease-in-out;
}
.work-area__post-filter li.active, .work-area__post-filter li:hover {
  color: var(--bemox-base, #C3EE18);
  padding-left: 50px;
}
.work-area__post-filter li.active::before, .work-area__post-filter li:hover::before {
  width: 30px;
}
.work-area__post-filter li + li {
  margin-top: 19px;
}
.work-area__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.work-area .work-area__item {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: end;
  gap: 30px;
}
@media (max-width: 991px) {
  .work-area .work-area__item {
    display: block;
    width: 100%;
  }
}
.work-area .work-area__item .work-box + .work-box {
  margin-bottom: 147px;
}
@media (max-width: 991px) {
  .work-area .work-area__item .work-box + .work-box {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.work-area .work-area__item--two {
  margin-top: 216px;
  padding-left: 115px;
}
@media (max-width: 991px) {
  .work-area .work-area__item--two {
    padding-left: 15px;
    margin-top: 30px;
  }
}
.work-area .work-area__item--three {
  margin-top: 198px;
}
@media (max-width: 991px) {
  .work-area .work-area__item--three {
    margin-top: 30px;
  }
}
.work-area .work-area__item--full {
  width: 100%;
  flex: 100%;
}
.work-area .thumb {
  margin-bottom: 27px;
}
.work-area .thumb .image {
  overflow: hidden;
  position: relative;
  cursor: none;
}
.work-area .thumb .image a {
  display: block;
}
.work-area .thumb .image img {
  object-fit: cover;
  width: 100%;
  cursor: none;
}
.work-area .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 104%;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.work-area .content .title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.work-area .content .title a:hover {
  background-size: 100% 1px;
}
.work-area .content .title a:hover {
  color: var(--bemox-base, #C3EE18);
}
.work-area .content .meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.work-area .content .meta span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--bemox-text, #636363);
  display: block;
  border-radius: 50px;
  padding: 4px 20px;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  transition: all 0.4s ease-in-out;
}
.work-area .content .meta span:hover {
  color: var(--bemox-primary, #222222);
  background-color: var(--bemox-base, #C3EE18);
  border-color: var(--bemox-base, #C3EE18);
}

.project-area {
  background-color: var(--bemox-black3, #040404);
  position: relative;
  z-index: 1;
}
.project-area__text-slider {
  margin-top: -18px;
  margin-bottom: 25px;
}
.project-area__text-slider__inner {
  display: flex;
  align-items: center;
  gap: 42px;
  animation: textScrolling 25s linear infinite;
  animation-direction: reverse;
  will-change: transform;
  position: relative;
  white-space: nowrap;
}
.project-area__text-slider__inner:hover {
  animation-play-state: paused;
}
.project-area__text-slider__item {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-weight: 700;
  font-size: 150px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .project-area__text-slider__item {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .project-area__text-slider__item {
    font-size: 80px;
  }
}
.project-area__text-slider__item span {
  color: var(--bemox-black3, #040404);
  text-shadow: -1px 0 0 var(--bemox-white, #fff), 1px 0 0 var(--bemox-white, #fff), 0 -1px 0 var(--bemox-white, #fff), 0 1px 0 var(--bemox-white, #fff), -1px -1px 0 var(--bemox-white, #fff), 1px -1px 0 var(--bemox-white, #fff), -1px 1px 0 var(--bemox-white, #fff), 1px 1px 0 var(--bemox-white, #fff);
}
.project-area__text-slider--four {
  margin-bottom: 230px;
}
@media (max-width: 991px) {
  .project-area__text-slider--four {
    margin-bottom: 40px;
  }
}
.project-area__text-slider--four .project-area__text-slider__item {
  color: var(--bemox-white, #fff);
}
.project-area__text-slider--four .project-area__text-slider__item span {
  color: var(--bemox-black, #000000);
}
.project-area .project-area__tab {
  margin-bottom: 85px;
}
@media (max-width: 575px) {
  .project-area .project-area__tab {
    margin-bottom: 40px;
  }
}
.project-area .project-area__tab__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 425px) {
  .project-area .project-area__tab__list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.project-area .project-area__tab__item {
  font-weight: 600;
  font-size: 18px;
  line-height: 139%;
  text-align: center;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  padding: 11px 25px;
  border: 1px solid rgba(var(--bemox-white-rgb, 255, 255, 255), 0.2);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .project-area .project-area__tab__item {
    font-size: 16px;
  }
}
@media (max-width: 575px) and (min-width: 426px) {
  .project-area .project-area__tab__item {
    padding: 9px 10px;
    font-size: 14px;
  }
}
.project-area .project-area__tab__item::after {
  transform: rotateY(90deg);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bemox-base, #C3EE18);
  transition: all 0.4s ease-in-out;
  z-index: -1;
  overflow: hidden;
}
.project-area .project-area__tab__item:last-child {
  margin-top: 25px;
}
@media (max-width: 425px) {
  .project-area .project-area__tab__item:last-child {
    margin-top: 0;
  }
}
.project-area .project-area__tab__item:first-child {
  margin-top: 25px;
}
@media (max-width: 425px) {
  .project-area .project-area__tab__item:first-child {
    margin-top: 0;
  }
}
.project-area .project-area__tab__item.active, .project-area .project-area__tab__item:hover {
  border-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-black3, #040404);
}
.project-area .project-area__tab__item.active::after, .project-area .project-area__tab__item:hover::after {
  transform: rotateY(0deg);
}
.project-area__item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-area__item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-area__item .year {
  font-weight: 400;
  font-size: 25px;
  line-height: 96%;
  text-transform: uppercase;
  color: var(--bemox-black4, #333333);
  display: inline-block;
  padding: 7px 22px;
  border-radius: 50px;
  border: 1px solid var(--bemox-black4, #333333);
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  transform: translateY(-120px);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .project-area__item .year {
    font-size: 18px;
  }
}
.project-area__item__thumb {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.project-area__item__thumb::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -30px;
  width: 186px;
  height: 186px;
  border-radius: 50%;
  background-color: var(--bemox-base, #C3EE18);
  transition: all 0.4s ease-in-out;
  transform: translate(100%, -100%);
}
@media (max-width: 767px) {
  .project-area__item__thumb::after {
    width: 160px;
    height: 160px;
  }
}
.project-area__item__thumb img {
  object-fit: cover;
  width: 100%;
}
.project-area__item__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: var(--bemox-base, #C3EE18);
  text-align: center;
  border-radius: 10px;
  transform: translateY(125%);
  transition: all 0.4s ease-in-out;
  padding: 30px 20px;
  z-index: 2;
}
@media (max-width: 767px) and (min-width: 576px) {
  .project-area__item__content {
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.project-area__item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 104%;
  text-transform: capitalize;
  color: var(--bemox-black, #000000);
  margin-bottom: 22px;
}
.project-area__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-area__item__title a:hover {
  background-size: 100% 1px;
}
.project-area__item .tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--bemox-black4, #333333);
  display: inline-block;
  border-radius: 50px;
  padding: 3.5px 20px;
  border: 1px solid var(--bemox-black4, #333333);
  transition: all 0.4s ease-in-out;
}
.project-area__item__link {
  width: 78px;
  height: 45px;
  border-radius: 50px;
  font-size: 20px;
  border: 1px solid var(--bemox-black4, #333333);
  color: var(--bemox-black4, #333333);
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transform: translateY(-120px);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
@media (max-width: 991px) {
  .project-area__item__link {
    width: 55px;
    height: 35px;
    font-size: 16px;
  }
}
.project-area__item__link i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.project-area__item__link i:last-child {
  visibility: hidden;
  left: -40px;
  transform: translate(-50%, 0);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.project-area__item__link:hover i {
  left: 200%;
}
.project-area__item__link:hover i:last-child {
  transform: translate(-50%, -50%);
  left: 50%;
  visibility: visible;
}
.project-area__item:hover .project-area__item__thumb::after {
  transform: translate(0%, 0%);
}
.project-area__item:hover .project-area__item__content {
  transform: translateY(0);
}
.project-area__item:hover .year,
.project-area__item:hover .project-area__item__link {
  transform: translateY(0);
}

.project-area-three {
  position: relative;
  z-index: 1;
  counter-reset: projectThreeCounter;
}
.project-area-three__text-slider {
  position: relative;
  z-index: 1;
  width: 120%;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .project-area-three__text-slider {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .project-area-three__text-slider {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .project-area-three__text-slider {
    margin-bottom: 60px;
  }
}
.project-area-three__text-slider__inner {
  width: 110%;
  display: flex;
  align-items: center;
  animation: textScrolling 25s linear infinite;
  animation-direction: reverse;
  will-change: transform;
  position: relative;
  white-space: nowrap;
}
.project-area-three__text-slider__inner:hover {
  animation-play-state: paused;
}
.project-area-three__text-slider__item {
  font-weight: 700;
  font-size: 250px;
  line-height: 190px;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .project-area-three__text-slider__item {
    font-size: 150px;
    line-height: 100%;
  }
}
@media (max-width: 991px) {
  .project-area-three__text-slider__item {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .project-area-three__text-slider__item {
    font-size: 80px;
  }
}
.project-area-three__text-slider__item span {
  color: var(--bemox-white, #fff);
  text-shadow: -1px 0 0 var(--bemox-primary, #222222), 1px 0 0 var(--bemox-primary, #222222), 0 -1px 0 var(--bemox-primary, #222222), 0 1px 0 var(--bemox-primary, #222222), -1px -1px 0 var(--bemox-primary, #222222), 1px -1px 0 var(--bemox-primary, #222222), -1px 1px 0 var(--bemox-primary, #222222), 1px 1px 0 var(--bemox-primary, #222222);
}
.project-area-three__item {
  padding: 25px 0 0;
  border-top: 1px solid var(--bemox-border-color, #DDDDDD);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-area-three__item:last-child {
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
}
.project-area-three__item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .project-area-three__item__content {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 15px;
  }
}
.project-area-three__item__category {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--bemox-black4, #333333);
  padding: 5px 20px;
  border: 1px solid var(--bemox-black4, #333333);
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
.project-area-three__item__title-box {
  display: flex;
  align-items: start;
  gap: 20px;
  counter-increment: projectThreeCounter;
}
@media (max-width: 575px) {
  .project-area-three__item__title-box {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
  }
}
.project-area-three__item__title-box .number {
  position: relative;
}
.project-area-three__item__title-box .number::before {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--bemox-black, #000000);
  content: "NO : " counters(projectThreeCounter, ".", decimal-leading-zero);
  transition: all 0.4s ease-in-out;
}
.project-area-three__item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  text-transform: uppercase;
  color: var(--bemox-black, #000000);
  margin-bottom: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .project-area-three__item__title {
    font-size: 20px;
  }
}
.project-area-three__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-area-three__item__title a:hover {
  background-size: 100% 1px;
}
.project-area-three__item__title a:hover {
  color: var(--bemox-base, #C3EE18);
}
.project-area-three__item .bemox-btn__icon {
  width: 78px;
  height: 44.85px;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
.project-area-three__item .bemox-btn__icon:hover {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-black3, #040404);
  border-color: var(--bemox-base, #C3EE18);
}
@media (max-width: 991px) and (min-width: 768px) {
  .project-area-three__item .bemox-btn__icon {
    width: 50px;
    height: 30px;
    font-size: 16px;
  }
}
.project-area-three__item__image-box {
  overflow: hidden;
  position: relative;
}
.project-area-three__item__image-box img {
  object-fit: cover;
  width: 100%;
  position: relative;
}
.project-area-three__item__image-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: var(--bemox-base, #C3EE18);
  transition: all 0.4s ease-in-out;
  margin-bottom: -130px;
}
@media (max-width: 991px) {
  .project-area-three__item__image-box::after {
    width: 200px;
    height: 200px;
    margin-bottom: -100px;
  }
}
.project-area-three__item__year {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .project-area-three__item__year {
    bottom: 20px;
  }
}
.project-area-three__item__year span {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 96%;
  text-transform: uppercase;
  color: var(--bemox-black4, #333333);
  display: inline-block;
  padding: 8px 22px;
  border-radius: 50px;
  border: 1px solid var(--bemox-black4, #333333);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) and (min-width: 768px) {
  .project-area-three__item .shape svg {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .project-area-three__item .shape svg {
    display: none;
  }
}
.project-area-three__item .project-area-three__item__image-box {
  display: none;
}
.project-area-three__item.active .project-area-three__item__category, .project-area-three__item:hover .project-area-three__item__category {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-black3, #040404);
  border-color: var(--bemox-base, #C3EE18);
}
.project-area-three__item.active .shape svg rect,
.project-area-three__item.active .shape svg path, .project-area-three__item:hover .shape svg rect,
.project-area-three__item:hover .shape svg path {
  fill: var(--bemox-base, #C3EE18);
}
.project-area-three__item.active .project-area-three__item__image-box, .project-area-three__item:hover .project-area-three__item__image-box {
  height: 100%;
}
.project-area-three__item.active .project-area-three__item__image-box img, .project-area-three__item:hover .project-area-three__item__image-box img {
  transform: scaleZ(1);
}

.work-area__five {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .work-area__five {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .work-area__five {
    padding-bottom: 30px;
  }
}
.work-area__five__top {
  margin-bottom: 25px;
}
.work-area__five__sec-title__title {
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bemox-black3, #040404);
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .work-area__five__sec-title__title {
    font-size: 150px;
  }
}
@media (max-width: 575px) {
  .work-area__five__sec-title__title {
    font-size: 120px;
  }
}
.work-area__five__sec-title .special-stroke .work-area__five__sec-title__title {
  -webkit-text-stroke: 1px var(--bemox-white, #fff);
}
.work-area__five__btns-box {
  margin-left: -30px;
}
.work-area__five__post-filter {
  display: inline-flex;
  align-self: center;
  justify-content: end;
  border: 1px solid #404040;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .work-area__five__post-filter {
    flex-wrap: wrap;
    border: none;
    gap: 10px;
    justify-content: start;
    align-items: start;
  }
}
.work-area__five__post-filter li {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-weight: 600;
  font-size: 18px;
  line-height: 139%;
  text-align: center;
  color: var(--bemox-white, #fff);
  padding: 17px 28px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1366px) {
  .work-area__five__post-filter li {
    padding: 15px 25px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .work-area__five__post-filter li {
    padding: 15px 20px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .work-area__five__post-filter li {
    padding: 15px 20px;
    font-size: 16px;
    border: 1px solid #404040;
  }
}
.work-area__five__post-filter li span {
  color: inherit;
}
.work-area__five__post-filter li.active, .work-area__five__post-filter li:hover {
  background-color: var(--bemox-base, #C3EE18);
  border-color: var(--bemox-base, #C3EE18);
}
.work-area__five__post-filter li + li {
  border-left: 1px solid #404040;
}
.work-area__five__inner .work-area__five__item {
  margin-bottom: 50px;
}
.work-area__five__item .thumb {
  margin-bottom: 24px;
}
.work-area__five__item .thumb .image {
  overflow: hidden;
  position: relative;
  cursor: none;
}
.work-area__five__item .thumb .image a {
  display: block;
  overflow: hidden;
  border-radius: 30px;
}
.work-area__five__item .thumb .image img {
  object-fit: cover;
  width: 100%;
  cursor: none;
}
.work-area__five__item .thumb.thumb-two {
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
}
.work-area__five__item .thumb.thumb-two .image img {
  width: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .work-area__five__item .thumb.thumb-two .image img {
    width: 100%;
    cursor: pointer;
  }
}
.work-area__five__item .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 104%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 18px;
}
@media (max-width: 575px) {
  .work-area__five__item .content .title {
    font-size: 20px;
  }
}
.work-area__five__item .content .title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.work-area__five__item .content .title a:hover {
  background-size: 100% 1px;
}
.work-area__five__item .content .title a:hover {
  color: var(--bemox-base, #C3EE18);
}
.work-area__five__item .content .meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.work-area__five__item .content .meta span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #D1C7C7;
  display: block;
  border-radius: 50px;
  padding: 4px 20px;
  border: 1px solid #DDDDDD;
  transition: all 0.4s ease-in-out;
}
.work-area__five__item .content .meta span:hover {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-base, #C3EE18);
  border-color: var(--bemox-base, #C3EE18);
}

.project-area-six {
  position: relative;
  z-index: 1;
  counter-reset: projectCountSix;
}
.project-area-six__item + .project-area-six__item {
  margin-top: 30px;
}
.project-area-six__item {
  display: flex;
  align-items: center;
  gap: 30px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .project-area-six__item {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.project-area-six__item--two {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .project-area-six__item--two {
    flex-direction: column;
  }
}
.project-area-six__item__content {
  position: relative;
  padding: 50px 56px;
  z-index: 1;
  border: 1px solid var(--bemox-black3, #040404);
  max-width: 580px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1366px) {
  .project-area-six__item__content {
    max-width: 480px;
    padding: 40px 30px;
  }
}
@media (max-width: 1199px) {
  .project-area-six__item__content {
    max-width: 400px;
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .project-area-six__item__content {
    max-width: 100%;
    width: 100%;
    padding: 40px 30px;
  }
}
@media (max-width: 425px) {
  .project-area-six__item__content {
    padding: 30px 15px;
  }
}
.project-area-six__item__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ECF8F8;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.project-area-six__item__content::after {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: 72px;
  right: 72px;
  background-color: var(--bemox-base, #C3EE18);
  z-index: -2;
  transform: scale(0.5);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .project-area-six__item__content::after {
    top: -15px;
    bottom: -15px;
    left: 10px;
    right: 10px;
  }
}
.project-area-six__item__top {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
}
@media (max-width: 425px) {
  .project-area-six__item__top {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
  }
}
.project-area-six__item__top span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--bemox-text, #636363);
  display: inline-block;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  border-radius: 50px;
  padding: 5px 20px;
  transition: all 0.4s ease-in-out;
}
.project-area-six__item__top span:hover {
  background-color: var(--bemox-base, #C3EE18);
  border-color: var(--bemox-base, #C3EE18) !important;
  color: var(--bemox-white, #fff);
}
.project-area-six__item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.project-area-six__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-area-six__item__title a:hover {
  background-size: 100% 1px;
}
.project-area-six__item__title a:hover {
  color: var(--bemox-base, #C3EE18);
}
@media (max-width: 425px) {
  .project-area-six__item__title {
    font-size: 20px;
  }
}
.project-area-six__item__number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 27px;
  position: relative;
  z-index: 1;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
  counter-increment: projectCountSix;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 425px) {
  .project-area-six__item__number {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
  }
}
.project-area-six__item__number::after {
  content: counters(projectCountSix, ".", decimal-leading-zero) ".";
}
@media (max-width: 1199px) and (min-width: 992px) {
  .project-area-six__item__number {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .project-area-six__item__number {
    font-size: 150px;
  }
}
@media (max-width: 575px) {
  .project-area-six__item__number {
    font-size: 100px;
  }
}
@media (max-width: 425px) {
  .project-area-six__item__number {
    font-size: 80px;
  }
}
.project-area-six__item__text {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
  max-width: 290px;
  transition: all 0.4s ease-in-out;
}
.project-area-six__item__thumb {
  overflow: hidden;
}
@media (max-width: 991px) {
  .project-area-six__item__thumb img {
    object-fit: cover;
    width: 100%;
  }
}
.project-area-six__item:hover .project-area-six__item__content::before {
  background-color: var(--bemox-black3, #040404);
}
.project-area-six__item:hover .project-area-six__item__content::after {
  transform: scale(1);
}
.project-area-six__item:hover .project-area-six__item__top span {
  border-color: var(--bemox-white, #fff);
  color: var(--bemox-white, #fff);
}
.project-area-six__item:hover .project-area-six__item__title {
  color: var(--bemox-white, #fff);
}
.project-area-six__item:hover .project-area-six__item__text,
.project-area-six__item:hover .project-area-six__item__number {
  color: var(--bemox-white, #fff);
}

.project-four-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-four-area .project-slider-wrapper {
  margin-left: -90px;
  margin-right: -90px;
}
@media (max-width: 1079px) {
  .project-four-area .project-slider-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.project-four-area .project-item__thumb {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600.000000 542.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,542.000000) scale(0.100000,-0.100000)" fill="" stroke="none"> <path d="M174 5366 c-63 -29 -120 -85 -148 -145 l-21 -46 0 -2465 0 -2465 23 -46 c30 -61 86 -116 147 -145 63 -30 120 -31 423 -4 313 27 2984 251 4172 350 569 47 996 87 1026 95 64 18 136 80 172 149 l27 51 0 2020 0 2020 -24 45 c-44 86 -127 150 -212 164 -18 4 -475 42 -1014 86 -1148 93 -1348 110 -3351 275 -567 47 -1062 85 -1100 85 -51 0 -82 -6 -120 -24z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600.000000 542.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,542.000000) scale(0.100000,-0.100000)" fill="" stroke="none"> <path d="M174 5366 c-63 -29 -120 -85 -148 -145 l-21 -46 0 -2465 0 -2465 23 -46 c30 -61 86 -116 147 -145 63 -30 120 -31 423 -4 313 27 2984 251 4172 350 569 47 996 87 1026 95 64 18 136 80 172 149 l27 51 0 2020 0 2020 -24 45 c-44 86 -127 150 -212 164 -18 4 -475 42 -1014 86 -1148 93 -1348 110 -3351 275 -567 47 -1062 85 -1100 85 -51 0 -82 -6 -120 -24z"/> </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%;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.project-four-area .project-item__thumb img {
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .project-four-area .project-item__thumb {
    mask: none;
    height: 400px;
  }
  .project-four-area .project-item__thumb img {
    object-fit: cover;
    height: 100%;
  }
}
.project-four-area .project-item .project-item__content {
  visibility: hidden;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.4s ease-in-out;
}
.project-four-area .project-four-slider .owl-item.active.center .project-item__thumb {
  mask: none;
  transform: scaleX(1.1);
  border-radius: 30px;
  clip-path: inset(0% 0% 0% 0% round 20px);
}
.project-four-area .project-four-slider .owl-item.active.center .project-item__thumb img {
  object-fit: cover;
  width: 100%;
}
.project-four-area .project-four-slider .owl-item.active.center .project-item__content {
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
}
.project-four-area .project-four-slider .owl-item.active.center + .owl-item.active .project-item__thumb {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600.000000 542.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,542.000000) scale(0.100000,-0.100000)" fill="" stroke="none"> <path d="M5440 5374 c-211 -19 -2696 -228 -4035 -339 -793 -66 -1166 -100 -1203 -112 -66 -20 -134 -79 -170 -147 l-27 -51 0 -2020 0 -2020 23 -42 c48 -90 127 -153 213 -167 18 -3 144 -15 279 -26 965 -78 3078 -251 3725 -305 429 -35 918 -76 1087 -90 387 -32 428 -32 494 -1 63 29 120 85 148 145 l21 46 0 2465 0 2465 -23 46 c-30 61 -86 116 -147 145 -59 28 -148 30 -385 8z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600.000000 542.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,542.000000) scale(0.100000,-0.100000)" fill="" stroke="none"> <path d="M5440 5374 c-211 -19 -2696 -228 -4035 -339 -793 -66 -1166 -100 -1203 -112 -66 -20 -134 -79 -170 -147 l-27 -51 0 -2020 0 -2020 23 -42 c48 -90 127 -153 213 -167 18 -3 144 -15 279 -26 965 -78 3078 -251 3725 -305 429 -35 918 -76 1087 -90 387 -32 428 -32 494 -1 63 29 120 85 148 145 l21 46 0 2465 0 2465 -23 46 c-30 61 -86 116 -147 145 -59 28 -148 30 -385 8z"/> </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;
}
.project-four-area .project-item__content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: -75px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) and (min-width: 1080px), (max-width: 767px) {
  .project-four-area .project-item__content {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .project-four-area .project-item__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    margin-top: 0;
  }
}
.project-four-area .project-item__year {
  width: 85px;
  height: 138px;
  background: var(--bemox-white, #fff);
  box-shadow: 0px -1px 6.2px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1466px) and (min-width: 1080px), (max-width: 767px) {
  .project-four-area .project-item__year {
    width: 70px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .project-four-area .project-item__year {
    width: 138px;
    height: 85px;
  }
}
.project-four-area .project-item__year span {
  display: block;
  font-weight: 400;
  font-size: 25px;
  line-height: 96%;
  text-transform: uppercase;
  color: var(--bemox-base, #C3EE18);
  transform: rotate(-90deg);
  padding: 9.5px 21px;
  border: 1px solid var(--bemox-base, #C3EE18);
  border-radius: 100px;
}
@media (max-width: 1466px) and (min-width: 1080px), (max-width: 767px) {
  .project-four-area .project-item__year span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .project-four-area .project-item__year span {
    transform: rotate(0deg);
  }
}
.project-four-area .project-item__content__box {
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 33px;
  justify-content: start;
  background-color: var(--bemox-base, #C3EE18);
  padding: 32px 40px 32px;
}
@media (max-width: 1466px) and (min-width: 1080px), (max-width: 767px) {
  .project-four-area .project-item__content__box {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .project-four-area .project-item__content__box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.project-four-area .project-item__content__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 104%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 18px;
}
@media (max-width: 1466px) and (min-width: 1080px) {
  .project-four-area .project-item__content__title {
    font-size: 20px;
  }
}
.project-four-area .project-item__content__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-four-area .project-item__content__title a:hover {
  background-size: 100% 1px;
}
.project-four-area .tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  display: inline;
  padding: 5px 20px;
  border-radius: 100px;
  border: 1px solid var(--bemox-white, #fff);
}
.project-four-area .project-item__content__btn a .project-item__btn__icon {
  width: 78px;
  height: 45px;
  border: 1px solid var(--bemox-white, #fff);
  border-radius: 100px;
  font-size: 22px;
  color: var(--bemox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
@media (max-width: 1466px) and (min-width: 1080px), (max-width: 767px) {
  .project-four-area .project-item__content__btn a .project-item__btn__icon {
    font-size: 18px;
    width: 60px;
    height: 30px;
  }
}
.project-four-area .project-item__content__btn a .project-item__btn__icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.project-four-area .project-item__content__btn a .project-item__btn__icon i:last-child {
  visibility: hidden;
  left: -40px;
  transform: translate(-50%, 0);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.project-four-area .project-item__content__btn a .project-item__btn__icon:hover i {
  left: 200%;
}
.project-four-area .project-item__content__btn a .project-item__btn__icon:hover i:last-child {
  transform: translate(-50%, -50%);
  left: 50%;
  visibility: visible;
}
.project-four-area .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 50px !important;
  list-style: none;
  padding: 0;
}
.project-four-area .owl-dots button {
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  background-color: var(--bemox-white, #fff);
  border: none;
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  margin: 0;
  transition: all 300ms ease;
}
.project-four-area .owl-dots button span {
  display: none !important;
}
.project-four-area .owl-dots button::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: transparent;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  border: 2px solid var(--bemox-black3, #040404);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-four-area .owl-dots button.active, .project-four-area .owl-dots button:hover {
  background-color: var(--bemox-base, #C3EE18);
}
.project-four-area .owl-dots button.active::after, .project-four-area .owl-dots button:hover::after {
  border-color: var(--bemox-base, #C3EE18);
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  position: relative;
  z-index: 1;
}
.project-details__content {
  position: relative;
  z-index: 1;
  padding-bottom: 130px;
  border-bottom: 1px solid var(--bemox-border-color, #DDDDDD);
}
@media (max-width: 767px) {
  .project-details__content {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .project-details__content {
    padding-bottom: 80px;
  }
}
.project-details__image {
  position: relative;
  margin-bottom: 60px;
}
.project-details__image img {
  object-fit: cover;
  width: 100%;
}
.project-details__top {
  margin: 0;
  background-color: var(--bemox-base, #C3EE18);
  max-width: 909px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: -117px;
  padding: 50px 60px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-details__top::after {
  content: "";
  position: absolute;
  top: 33px;
  bottom: 33px;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, rgba(136, 136, 136, 0.5) 0%, #222222 50%, rgba(136, 136, 136, 0.5) 100%);
}
@media (max-width: 991px) {
  .project-details__top {
    padding: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .project-details__top {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }
}
.project-details__info {
  margin: 0;
  flex: 50%;
  width: 50%;
}
@media (max-width: 767px) {
  .project-details__info {
    flex: 100%;
    width: 100%;
  }
}
.project-details__info li {
  display: flex;
  align-items: center;
}
.project-details__info li + li {
  margin-top: 16px;
}
.project-details__info__text, .project-details__info__title {
  max-width: 175px;
  width: 100%;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
}
@media (max-width: 991px) {
  .project-details__info__text, .project-details__info__title {
    font-size: 18px;
  }
}
.project-details__info__icon {
  margin-right: 15px;
}
.project-details__info + .project-details__info {
  padding-left: 98px;
}
.project-details__title {
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
}
.project-details__text {
  margin-bottom: 15px;
}
.project-details__feature {
  margin-top: 30px;
  margin-bottom: 45px;
}
.project-details__feature__title {
  font-family: var(--bemox-font, "Roboto", sans-serif);
  font-weight: 700;
  font-size: 24px;
  line-height: 188%;
  text-transform: uppercase;
  color: var(--bemox-black4, #333333);
  margin-bottom: 16px;
}
.project-details__feature__inner {
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  margin-bottom: 30px;
}
.project-details__feature__item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 22px 25px;
}
.project-details__feature__item .icon {
  max-width: 70px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bemox-black3, #040404);
  color: var(--bemox-white, #fff);
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
.project-details__feature__item .icon:hover {
  background-color: var(--bemox-base, #C3EE18);
  color: var(--bemox-black3, #040404);
}
.project-details__feature__item .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
  margin-bottom: 5px;
}
.project-details__feature__item .text {
  margin-bottom: 0;
}
.project-details__feature__item + .project-details__feature__item {
  border-top: 1px solid var(--bemox-border-color, #DDDDDD);
}

/*--------------------------------------------------------------
# Mixed 
--------------------------------------------------------------*/
.awards-area {
  position: relative;
  z-index: 1;
  background-color: var(--bemox-black3, #040404);
}
.awards-area__item {
  position: relative;
  border-top: 1px solid rgba(var(--bemox-border-color-rgb, 221, 221, 221), 0.26);
  transform: scale(0.7);
  opacity: 0;
  will-change: transform, opacity;
}
.awards-area__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: var(--bemox-base, #C3EE18);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.awards-area__item:last-child {
  border-bottom: 1px solid rgba(var(--bemox-border-color-rgb, 221, 221, 221), 0.26);
}
.awards-area__item__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .awards-area__item__inner {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.awards-area__item__title, .awards-area__item__date, .awards-area__item__catagory {
  color: var(--bemox-white, #fff);
  font-weight: 700;
  font-size: 22px;
  line-height: 128%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  flex: 0 0 auto;
  width: 25%;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .awards-area__item__title, .awards-area__item__date, .awards-area__item__catagory {
    width: 30%;
  }
}
.awards-area__item__catagory {
  text-align: center;
  width: 25%;
}
@media (max-width: 767px) {
  .awards-area__item__catagory {
    width: 30%;
    text-align: start;
  }
}
@media (max-width: 440px) {
  .awards-area__item__catagory {
    width: 100%;
    text-align: start;
  }
}
.awards-area__item__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.awards-area__item__link a {
  width: 60px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--bemox-border-color, #DDDDDD);
  border-radius: 50px;
  margin-left: 0px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
  color: var(--bemox-border-color, #DDDDDD);
}
.awards-area__item__title {
  width: 30%;
}
@media (max-width: 767px) {
  .awards-area__item__title {
    width: 100%;
  }
}
.awards-area__item__link {
  width: 30%;
}
@media (max-width: 767px) {
  .awards-area__item__link {
    width: 30%;
  }
}
@media (max-width: 440px) {
  .awards-area__item__link {
    width: 100%;
    text-align: start;
  }
}
.awards-area__item__date {
  display: flex;
  align-items: center;
  padding-left: 30px;
  width: 25%;
}
@media (max-width: 767px) {
  .awards-area__item__date {
    width: 30%;
  }
}
@media (max-width: 440px) {
  .awards-area__item__date {
    width: 100%;
    text-align: start;
  }
}
.awards-area__item__date::after, .awards-area__item__date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid var(--bemox-base, #C3EE18);
  transition: all 0.4s ease-in-out;
}
.awards-area__item__date::after {
  left: 7px;
}
.awards-area__item__box {
  position: absolute;
  top: 50%;
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%) rotate(-12.6deg);
  opacity: 0;
  z-index: 3;
  border: 2px solid var(--bemox-white, #fff);
}
.awards-area__item:hover::after {
  height: 100%;
}
.awards-area__item:hover .awards-area__item__inner {
  padding: 27px 30px;
}
.awards-area__item:hover .awards-area__item__link a {
  border-color: var(--bemox-black3, #040404);
  color: var(--bemox-black3, #040404);
}
.awards-area__item:hover .awards-area__item__title,
.awards-area__item:hover .awards-area__item__date,
.awards-area__item:hover .awards-area__item__catagory {
  color: var(--bemox-black3, #040404);
}
.awards-area__item:hover .awards-area__item__date::before, .awards-area__item:hover .awards-area__item__date::after {
  border-color: var(--bemox-black3, #040404);
}

.instagram-area {
  position: relative;
  background-color: var(--bemox-white, #fff);
  margin-left: -228px;
  margin-right: -228px;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .instagram-area {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.instagram-area__item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.instagram-area__item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
.instagram-area__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(115, 115, 115, 0) 0%, var(--bemox-base, #C3EE18) 87.91%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.instagram-area__item:hover::after {
  opacity: 1;
}
.instagram-area__item:hover .instagram-area__content {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.instagram-area__item:hover img {
  transform: scale(1.1);
}
.instagram-area .instagram-area__content {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  transform: translateY(100px);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.instagram-area .instagram-area__content a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.instagram-area .instagram-area__content a i {
  font-size: 43px;
  color: var(--bemox-black3, #040404);
}
@media (max-width: 1440px) and (min-width: 575px) {
  .instagram-area .instagram-area__content a i {
    font-size: 25px;
  }
}
.instagram-area .instagram-area__content a span {
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
}
@media (max-width: 1440px) and (min-width: 575px) {
  .instagram-area .instagram-area__content a span {
    font-size: 20px;
  }
}
.instagram-area .instagram-area__content__arrow {
  position: absolute;
  bottom: 30px;
  left: 85px;
}
@media (max-width: 1440px) and (min-width: 575px) {
  .instagram-area .instagram-area__content__arrow {
    display: none;
  }
}

.award-three {
  position: relative;
  z-index: 1;
}
.award-three__thumb {
  margin-right: -30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .award-three__thumb {
    width: 100%;
    max-width: 411px;
    min-height: 496px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}
.award-three__thumb__item {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transform: scale(0.7);
}
.award-three__thumb__item img {
  object-fit: cover;
  width: 100%;
}
.award-three__thumb__item.active {
  transform: scale(1);
  opacity: 1;
  transition: all 500ms ease;
}
.award-three__content {
  background-color: #ECF8F8;
}
.award-three__list {
  margin-bottom: 0;
}
.award-three__list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 26px 25px 53px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .award-three__list__item {
    padding: 15px 25px 15px 30px;
  }
}
@media (max-width: 767px) {
  .award-three__list__item {
    padding: 15px 20px;
  }
}
@media (max-width: 575px) {
  .award-three__list__item {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.award-three__list__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 53px;
  right: 50px;
  height: 1px;
  background-color: var(--bemox-border-color, #DDDDDD);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
@media (max-width: 767px) {
  .award-three__list__item::after {
    left: 0;
    right: 0;
  }
}
.award-three__list__item:last-child::after {
  display: none;
}
.award-three__list__item.active, .award-three__list__item:hover {
  background-color: var(--bemox-base, #C3EE18);
  padding-left: 30px;
}
@media (max-width: 767px) {
  .award-three__list__item.active, .award-three__list__item:hover {
    padding-left: 20px;
  }
}
.award-three__list__item.active .year::before, .award-three__list__item.active .year::after, .award-three__list__item:hover .year::before, .award-three__list__item:hover .year::after {
  border-color: var(--bemox-black3, #040404);
}
.award-three__list .year {
  display: flex;
  align-items: center;
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 22px;
  line-height: 218%;
  text-align: center;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .award-three__list .year {
    font-size: 18px;
  }
}
.award-three__list .year::after, .award-three__list .year::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid var(--bemox-base, #C3EE18);
  transition: all 0.3s ease-in-out;
}
.award-three__list .year::after {
  left: 7px;
}
.award-three__list .title,
.award-three__list .catagory {
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 22px;
  line-height: 218%;
  text-align: center;
  text-transform: capitalize;
  color: var(--bemox-primary, #222222);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .award-three__list .title,
  .award-three__list .catagory {
    font-size: 18px;
  }
}

.solution-four {
  position: relative;
  background-color: var(--bemox-black3, #040404);
  z-index: 1;
}
@media (max-width: 1199px) {
  .solution-four {
    padding: 130px 0;
  }
}
.solution-four .sec-title {
  padding-bottom: 30px;
}
.solution-four .sec-title .sec-title__title {
  color: var(--bemox-white, #fff);
  margin-bottom: 19px;
}
.solution-four .sec-title .sec-title__text {
  color: var(--bemox-white, #fff);
  max-width: 480px;
  width: 100%;
  margin-bottom: 0;
}
.solution-four__thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .solution-four__thumb {
    position: relative;
    right: auto;
    width: auto;
    top: auto;
    margin-left: 200px;
  }
  .solution-four__thumb img {
    object-fit: cover;
    width: 100%;
  }
  .solution-four__thumb .solution-four__thumb__item img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .solution-four__thumb {
    margin-left: 0;
  }
}
.solution-four .solution-four__thumb__shape {
  position: absolute;
  left: -15px;
  bottom: 0;
}
@media (max-width: 1199px) {
  .solution-four .solution-four__thumb__shape {
    display: none;
  }
}
.solution-four .solution-four__thumb__flawer {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: -200px;
  background-color: var(--bemox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 20px;
}
@media (max-width: 575px) {
  .solution-four .solution-four__thumb__flawer {
    width: 100%;
    border-radius: 0;
    position: relative;
    left: auto;
    margin-top: 20px;
  }
}
.solution-four .section-space {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .solution-four .section-space {
    padding: 0;
  }
}
.solution-four__inner {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .solution-four__inner {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.solution-four__inner__thumb img {
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
.solution-four__inner__accordion {
  flex: 0 0 auto;
  width: 65%;
}
@media (max-width: 767px) {
  .solution-four__inner__accordion {
    width: 100%;
  }
}
.solution-four .accrodion {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.solution-four .accrodion .accrodion-title__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  text-transform: capitalize;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 19px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .solution-four .accrodion .accrodion-title__title {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
}
.solution-four .accrodion .accrodion-title__check {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--bemox-white, #fff);
  color: var(--bemox-white, #fff);
  font-size: 12px;
}
.solution-four .accrodion .accrodion-title__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bemox-white, #fff);
  border-radius: 50%;
  font-size: 17px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .solution-four .accrodion .accrodion-title__icon {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .solution-four .accrodion .accrodion-title__icon {
    right: -10px;
  }
}
.solution-four .accrodion .accrodion-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  max-width: 390px;
}
@media (max-width: 575px) {
  .solution-four .accrodion .accrodion-text {
    font-size: 14px;
  }
}
.solution-four .accrodion .accrodion-content .inner {
  padding: 0px 30px 15px;
}
@media (max-width: 575px) {
  .solution-four .accrodion .accrodion-content .inner {
    padding: 0px 20px 15px;
  }
}
.solution-four .accrodion {
  border-top: 1px solid rgba(var(--bemox-white-rgb, 255, 255, 255), 0.34);
  border-left: 1px solid rgba(var(--bemox-white-rgb, 255, 255, 255), 0.34);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.solution-four .accrodion:last-child {
  border-bottom: 1px solid rgba(var(--bemox-white-rgb, 255, 255, 255), 0.34);
}
.solution-four .accrodion::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 20px);
  background-color: var(--bemox-base, #C3EE18);
  border-radius: 0 1000px 1000px 0;
  transition: all 0.4s ease-in-out;
  transform: translateX(-100%);
  z-index: -1;
}
@media (max-width: 425px) {
  .solution-four .accrodion::after {
    width: 100%;
    border-radius: 0;
  }
}
.solution-four .accrodion.active .accrodion-title__title {
  padding-bottom: 10px;
}
.solution-four .accrodion.active, .solution-four .accrodion:hover {
  border-color: transparent;
}
.solution-four .accrodion.active::after, .solution-four .accrodion:hover::after {
  transform: translateX(0);
}
.solution-four .accrodion.active .accrodion-title__icon, .solution-four .accrodion:hover .accrodion-title__icon {
  background-color: var(--bemox-white, #fff);
  color: var(--bemox-base, #C3EE18);
  transform: translateY(-50%) rotate(40deg);
}
.solution-four__btn {
  margin-top: 30px;
}
.solution-four__shape {
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  z-index: -1;
}
.solution-four__shape img {
  animation: slideRight 3s linear infinite;
}

.tab-area {
  position: relative;
  z-index: 1;
}
.tab-area__top {
  text-align: center;
  margin-bottom: 40px;
}
.tab-area__top__shape {
  margin-bottom: 46px;
}
.tab-area .tab-area__tab {
  position: relative;
  z-index: 1;
}
.tab-area__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 107%;
  text-align: center;
  color: var(--bemox-primary, #222222);
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .tab-area__title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .tab-area__title {
    font-size: 30px;
  }
}
.tab-area__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 499.000000 328.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,328.000000) scale(0.100000,-0.100000)" fill="" stroke="none"> <path d="M0 1640 l0 -1643 121 6 c551 30 1052 339 1331 821 102 176 186 428 205 613 6 55 10 -41 14 -337 5 -358 8 -424 23 -480 117 -421 524 -682 946 -606 292 53 544 269 635 546 40 122 45 185 46 585 1 267 4 358 10 305 66 -586 465 -1111 1011 -1328 187 -74 415 -122 584 -122 l64 0 0 1640 0 1640 -64 0 c-36 0 -116 -7 -178 -15 -453 -60 -850 -298 -1125 -675 -144 -198 -266 -511 -290 -747 -6 -55 -10 41 -14 337 -5 379 -7 421 -26 485 -94 324 -350 554 -673 605 -444 70 -869 -242 -940 -690 -5 -36 -10 -236 -11 -445 -1 -267 -4 -358 -10 -305 -33 292 -162 602 -348 835 -50 62 -179 191 -251 250 -264 215 -597 343 -939 362 l-121 6 0 -1643z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 499.000000 328.000000"  preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,328.000000) scale(0.100000,-0.100000)" fill="" stroke="none"> <path d="M0 1640 l0 -1643 121 6 c551 30 1052 339 1331 821 102 176 186 428 205 613 6 55 10 -41 14 -337 5 -358 8 -424 23 -480 117 -421 524 -682 946 -606 292 53 544 269 635 546 40 122 45 185 46 585 1 267 4 358 10 305 66 -586 465 -1111 1011 -1328 187 -74 415 -122 584 -122 l64 0 0 1640 0 1640 -64 0 c-36 0 -116 -7 -178 -15 -453 -60 -850 -298 -1125 -675 -144 -198 -266 -511 -290 -747 -6 -55 -10 41 -14 337 -5 379 -7 421 -26 485 -94 324 -350 554 -673 605 -444 70 -869 -242 -940 -690 -5 -36 -10 -236 -11 -445 -1 -267 -4 -358 -10 -305 -33 292 -162 602 -348 835 -50 62 -179 191 -251 250 -264 215 -597 343 -939 362 l-121 6 0 -1643z"/> </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;
  height: 340px;
  width: 100%;
}
.tab-area__thumb img {
  object-fit: cover;
  width: 100%;
}
.tab-area .client-capsule-wrapper {
  height: 300px;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 575px) {
  .tab-area .client-capsule-wrapper {
    height: 250px;
  }
}
.tab-area .client-capsule-wrapper [data-t-throwable-el] {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  will-change: transform;
  user-select: none;
  pointer-events: auto;
  transition: none;
  cursor: grab;
}
.tab-area .client-capsule-wrapper [data-t-throwable-el]:active {
  cursor: grabbing;
}
.tab-area .client-box {
  display: inline-block;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3125;
  text-transform: uppercase;
  border-radius: 100px;
  color: var(--bemox-black3, #040404);
  background-color: var(--bemox-base, #C3EE18);
}
@media (max-width: 575px) {
  .tab-area .client-box {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media (max-width: 425px) {
  .tab-area .client-box {
    padding: 5px 7px;
    font-size: 12px;
  }
}
.tab-area .bg-black {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-black3, #040404);
}
.tab-area .tab-area__line-wrapper {
  display: grid;
  gap: 5px 0;
}
.tab-area .tab-area__line {
  border-bottom: 1px solid var(--bemox-black3, #040404);
}

.tab-six {
  position: relative;
  z-index: 1;
}
@media (min-width: 1300px) {
  .tab-six .container {
    max-width: 1270px;
  }
}
.tab-six__inner {
  text-align: center;
}
.tab-six__top {
  text-align: center;
  margin-bottom: 40px;
}
.tab-six__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 107%;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .tab-six__title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tab-six__title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .tab-six__title {
    font-size: 25px;
  }
}
.tab-six .client-capsule-wrapper {
  height: 350px;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.tab-six .client-capsule-wrapper [data-t-throwable-el] {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: auto;
  transition: none;
  cursor: grab;
}
.tab-six .client-capsule-wrapper [data-t-throwable-el]:active {
  cursor: grabbing;
}
.tab-six .client-box {
  display: inline-block;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3125;
  text-transform: uppercase;
  border-radius: 100px;
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-base, #C3EE18);
}
@media (max-width: 991px) {
  .tab-six .client-box {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .tab-six .client-box {
    padding: 5px 7px;
    font-size: 12px;
  }
}
.tab-six .bg-black {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-black3, #040404);
}
.tab-six .tab-area__line-wrapper {
  display: grid;
  gap: 4.57px 0;
}
.tab-six .tab-area__line {
  border-bottom: 1px solid var(--bemox-black3, #040404);
}

.agency-area {
  position: relative;
  background-color: var(--bemox-black, #000000);
  counter-reset: agencyCountTwo;
}
.agency-area__top {
  padding-bottom: 100px;
}
.agency-area .sec-title {
  padding-bottom: 0px;
}
.agency-area .sec-title__title {
  color: var(--bemox-white, #fff);
}
.agency-area__item {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.agency-area__item__inner {
  max-height: 365px;
  background-color: var(--bemox-white, #fff);
  border-radius: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 65px 0;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
  border: 5px solid var(--bemox-white, #fff);
  overflow: hidden;
}
.agency-area__item__inner::before, .agency-area__item__inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 37px;
  transition: all 0.4s ease-in-out;
  background-color: var(--bemox-base, #C3EE18);
  transform: translateY(-100%);
}
.agency-area__item__inner::after {
  top: auto;
  bottom: 0;
  transform: translateY(100%);
}
.agency-area__item__funfact {
  text-align: center;
}
.agency-area__item__count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 62%;
  text-align: center;
  text-transform: capitalize;
  color: var(--bemox-black, #000000);
  margin-bottom: 30px;
}
.agency-area__item__logo {
  margin-bottom: 22px;
}
.agency-area__item__logo img {
  object-fit: cover;
  height: 134px;
}
.agency-area__item__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 104%;
  text-align: center;
  text-transform: uppercase;
  color: var(--bemox-primary, #222222);
  margin-bottom: 0;
}
.agency-area__item__number {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--bemox-heading-font, "Space Grotesk", sans-serif);
  font-weight: 700;
  font-size: 50px;
  line-height: 50%;
  text-align: center;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  margin-bottom: 0;
  counter-increment: agencyCountTwo;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: translateY(50px) translateX(-50%);
}
.agency-area__item__number::before {
  content: counters(agencyCountTwo, ".", decimal-leading-zero);
}
.agency-area__item:hover .agency-area__item__inner {
  transform: translateY(-50px);
  border-color: var(--bemox-base, #C3EE18);
}
.agency-area__item:hover .agency-area__item__inner::before, .agency-area__item:hover .agency-area__item__inner::after {
  transform: translateY(0);
}
.agency-area__item:hover .agency-area__item__number {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px) translateX(-50%);
}
.agency-area .agency-area__custom-nav {
  display: flex;
  justify-content: end;
  gap: 20px;
}
@media (max-width: 767px) {
  .agency-area .agency-area__custom-nav {
    justify-content: start;
  }
}
.agency-area .agency-area__custom-nav button {
  border: none;
  outline: none;
  width: 69px;
  height: 69px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--bemox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  color: var(--bemox-white, #fff);
  transition: all 500ms ease;
}
.agency-area .agency-area__custom-nav button:hover {
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-base, #C3EE18);
  border-color: var(--bemox-base, #C3EE18);
}

.banner-six {
  position: relative;
  z-index: 1;
  height: 917px;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-six {
    height: auto;
  }
}
.banner-six__image img {
  object-fit: cover;
  width: 100%;
  height: 917px;
}
@media (max-width: 1199px) {
  .banner-six__image img {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .banner-six__image img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .banner-six__image img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .banner-six__image img {
    height: auto;
  }
}
.banner-six__logo {
  width: 406px;
  height: 402px;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 81px 20px 39px;
  background-color: var(--bemox-white, #fff);
  mask: url("../images/shapes/banner--6-1-shape.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .banner-six__logo {
    mask: none;
    background-color: transparent;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
  }
}
.banner-six__logo a {
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .banner-six__logo a img {
    width: 100px;
    height: auto;
  }
}

.why-us-area {
  position: relative;
  z-index: 1;
}
.why-us-area__text {
  max-width: 520px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #D1C7C7;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .why-us-area__text {
    width: 100%;
    max-width: 100%;
  }
}
.why-us-area__left .sec-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.why-us-area__text + .why-us-area__text {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .why-us-area__text + .why-us-area__text {
    margin-top: 10px;
  }
}
.why-us-area__thumb {
  margin-top: -190px;
  position: relative;
  z-index: 1;
  margin-right: -220px;
  text-align: end;
}
@media (max-width: 1440px) {
  .why-us-area__thumb {
    margin-top: 30px;
    margin-inline-end: 0;
  }
}
.why-us-area__thumb__item-one img {
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .why-us-area__thumb__item-one img {
    object-fit: cover;
    width: 100%;
  }
}
.why-us-area__thumb__item-small {
  position: absolute;
  bottom: 0;
  right: 250px;
  z-index: 1;
}
@media (max-width: 767px) {
  .why-us-area__thumb__item-small {
    position: relative;
    right: 0;
    margin-top: 30px;
  }
  .why-us-area__thumb__item-small img {
    object-fit: cover;
    width: 100%;
  }
}
.why-us-area__thumb__item-small::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 260px;
  height: calc(100% + 10px);
  background-color: var(--bemox-white, #fff);
  z-index: -1;
  border-radius: 0 50px 0 0;
}
.why-us-area__thumb__item-small img {
  border-radius: 50px 50px 0px 50px;
  object-fit: cover;
}
.why-us-area__thumb__item-small__shape {
  position: absolute;
  bottom: -100px;
  left: -50px;
  z-index: -1;
}
.why-us-area__thumb__item-small__shape img {
  animation: slideLeft 2.5s ease-in-out infinite;
}
.why-us-area__cercle__btn a {
  width: 154px;
  height: 154px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 138%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bemox-white, #fff);
  background-color: var(--bemox-base, #C3EE18);
  position: absolute;
  bottom: 210px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .why-us-area__cercle__btn a {
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 1199px) {
  .why-us-area__cercle__btn a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.why-us-area__cercle__btn a .bemox-circle-btn__text {
  color: inherit;
}
.why-us-area__cercle__btn a .icon-arrow-top {
  font-size: 22px;
  color: var(--bemox-white, #fff);
}
.why-us-area__cercle__btn a .bemox-circle-btn__dot {
  background-color: var(--bemox-white, #fff);
}
.why-us-area__cercle__btn a:hover {
  color: var(--bemox-black, #000000);
}
.why-us-area__cercle__btn a:hover span {
  color: inherit;
}
.why-us-area .why-us-area__shape-image {
  margin-left: -200px;
  position: relative;
  z-index: 1;
  margin-bottom: 38px;
}
@media (max-width: 1440px) {
  .why-us-area .why-us-area__shape-image {
    margin-left: -100px;
  }
}
@media (max-width: 1199px) {
  .why-us-area .why-us-area__shape-image {
    display: none;
  }
}
.why-us-area .why-us-area__shape-image::after {
  border-radius: 100px;
  content: "";
  position: absolute;
  top: 50px;
  left: 55px;
  box-sizing: border-box;
  width: 205.04px;
  height: 283.73px;
  border: 2px solid var(--bemox-base, #C3EE18);
  border-radius: 400px;
  transform: rotate(-38.65deg);
  z-index: -1;
}
@media (max-width: 1199px) {
  .why-us-area .why-us-area__shape-arrow {
    display: none;
  }
}
.why-us-area .why-us-area__shape-arrow img {
  animation: slideTop 2s ease-in-out infinite;
}
.why-us-area__shape {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .why-us-area__shape {
    display: none;
  }
}

.coming-soon-area {
  position: relative;
  z-index: 1;
  background-color: var(--bemox-base, #C3EE18);
  padding: 300px 0 130px;
}
.coming-soon-area__subtitle {
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--bemox-black3, #040404);
  font-size: 22px;
  font-weight: 900;
}
.coming-soon-area .coming-soon-area__title {
  font-size: 80px;
  font-weight: 800;
  line-height: 100%;
  color: var(--bemox-black3, #040404);
  margin-bottom: 30px;
}
.coming-soon-area__text {
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: var(--bemox-black, #000000);
}
.coming-soon-area .coming-soon-area__info {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 575px) {
  .coming-soon-area .coming-soon-area__info {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.coming-soon-area .coming-soon-area__info a {
  text-transform: uppercase;
  color: var(--bemox-black3, #040404);
  font-size: 22px;
  font-weight: 700;
}
.coming-soon-area .box-count {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}
.coming-soon-area .box-count .box-count-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.coming-soon-area .box-count .countdown-section {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 auto;
  width: 180px;
  height: 180px;
  padding: 20px;
  background-color: #6C43E3;
  position: relative;
  border-radius: 10px;
}
.coming-soon-area .box-count .countdown-section .countdown-period {
  color: var(--bemox-white, #fff);
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  text-transform: capitalize;
}
.coming-soon-area .box-count .countdown-amount {
  color: var(--bemox-white, #fff);
  margin-bottom: 5px;
  font-size: 72px !important;
  font-weight: 600;
  line-height: 1.2 !important;
  margin-bottom: 0;
}
/*# sourceMappingURL=bemox.css.map */
