/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--alefox-font, "Rubik", sans-serif);
  color: var(--alefox-text, #636363);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--alefox-base, #44a05b);
  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(--alefox-heading-font, "Inter", serif);
  color: var(--alefox-black, #122f2a);
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base {
  background-color: var(--alefox-base, #44a05b);
}

.background-gray {
  background-color: var(--alefox-gray, #f6f4ec);
}

.background-black {
  background-color: var(--alefox-black, #122f2a);
}

.background-black-2 {
  background-color: var(--alefox-black2, #202221);
}

.alefox-text-dark {
  color: var(--alefox-text-dark, #b7b7b7);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.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-60 {
  --bs-gutter-y: 60px;
}

.index-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: transparent;
  border-radius: 0;
  color: var(--alefox-black, #122f2a);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--alefox-font, "Rubik", sans-serif);
  padding: 14px 40px;
  transition: 500ms;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.index-btn-item {
  position: absolute;
  background-color: var(--alefox-base, #44a05b);
}
.index-btn-item:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}
.index-btn-item:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}
.index-btn-item:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}
.index-btn-item:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}
.index-btn:hover {
  color: var(--alefox-black, #122f2a);
}
.index-btn:hover .index-btn-item {
  animation-play-state: paused;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--alefox-base, #44a05b);
}
.preloader {
  position: fixed;
  background-color: var(--alefox-black, #122f2a);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  background-color: var(--alefox-black, #122f2a);
  z-index: 99;
  opacity: 0;
  padding: 6px;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.scroll-top--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top::after {
  position: absolute;
  content: "\e91d";
  font-family: "icon" !important;
  text-align: center;
  line-height: 50px;
  font-size: 17px;
  color: var(--alefox-base, #44a05b);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.scroll-top__circle path {
  stroke: var(--alefox-base, #44a05b);
  stroke-width: 4;
  fill: none;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* post paginations */
.index-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.index-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.index-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.index-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.index-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  width: 60px;
  height: 60px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  opacity: 1;
  align-items: center;
  color: var(--alefox-base, #44a05b);
  border-radius: 50%;
  border: 1px solid var(--alefox-border-color, #dddddd);
  font-size: 20px;
  transition: all 500ms ease;
}
.index-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  background-color: var(--alefox-base, #44a05b);
  border-color: var(--alefox-base, #44a05b);
  color: var(--alefox-white, #fff);
}
.index-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.index-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: var(--alefox-border-color, #dddddd);
  border: none;
  position: relative;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.index-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span::after {
  width: 22px;
  height: 22px;
  position: absolute;
  content: "";
  left: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid var(--alefox-base, #44a05b);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.index-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .index-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--alefox-base, #44a05b);
}
.index-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span::after, .index-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span::after {
  transform: scale(1);
}
.index-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled {
  display: none;
}
.index-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.index-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

.sec-title {
  position: relative;
  line-height: 1;
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .sec-title {
    padding-bottom: 49px;
    margin-top: -2px;
  }
}
.sec-title-tagline {
  margin: 0;
  color: var(--alefox-base, #44a05b);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-family: var(--alefox-font, "Rubik", sans-serif);
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 14px;
}
.sec-title-tagline-left-leaf {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 2px;
  margin-right: 10px;
  overflow: hidden;
  animation: treeMove2 4s linear 0s infinite;
}
.sec-title-tagline-right-leaf {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 2px;
  margin-left: 10px;
  overflow: hidden;
  animation: treeMove2 4s linear 0s infinite;
}
.sec-title-title {
  margin: 0;
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
  margin: 0;
}
.sec-title-title > span {
  color: var(--alefox-base, #44a05b);
}
@media (min-width: 768px) {
  .sec-title-title {
    font-size: 30px;
    line-height: 50px;
  }
}
.sec-title.text-left .sec-title-tagline-right-leaf, .sec-title.text-end .sec-title-tagline-right-leaf {
  display: none;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.blog-card {
  position: relative;
}
.blog-card-image {
  position: relative;
  overflow: hidden;
}
.blog-card-image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
}
.blog-card-image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-card-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.blog-card-image-link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--alefox-base-rgb, 68, 160, 91), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card-image-link::before, .blog-card-image-link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--alefox-white, #fff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card-image-link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card:hover .blog-card-image > a {
  opacity: 1;
  transform: translateY(0);
}
.blog-card:hover .blog-card-image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.blog-card:hover .blog-card-image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-card-content {
  background-color: var(--alefox-white, #fff);
  padding: 23px 25px 33px;
  border-radius: 10px;
  text-align: center;
  margin: -25px 10px 0;
  position: relative;
  z-index: 10;
  transition: all 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-card:hover .blog-card-content {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.blog-card-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
  margin-bottom: 6px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-meta {
    gap: 10px;
  }
}
.blog-card-meta li {
  color: var(--alefox-text, #636363);
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.blog-card-meta li i {
  color: var(--alefox-base, #44a05b);
  font-size: 16px;
  margin-right: 9px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-meta li i {
    margin-right: 5px;
  }
}
.blog-card-meta li i.icofont-comment {
  position: relative;
  top: 2px;
}
.blog-card-meta li a {
  color: inherit;
}
.blog-card-meta li a:hover {
  color: var(--alefox-base, #44a05b);
}
.blog-card-title {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 9px;
  font-weight: bold;
}
.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-title a:hover {
  color: var(--alefox-base, #44a05b);
}
.blog-card-text {
  margin: 0 0 25px;
}
.blog-card-link {
  color: var(--alefox-text, #636363);
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  padding: 0 15px 0 9px;
  transition: 0.3s all ease;
  position: relative;
}
.blog-card-link::before {
  position: absolute;
  content: "";
  left: 0;
  z-index: -1;
  background-color: var(--alefox-base, #44a05b);
  width: 38px;
  height: 38px;
  border-radius: 100px;
  transition: 0.4s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.blog-card-link i {
  font-size: 20px;
  margin-right: 15px;
  color: var(--alefox-white, #fff);
  transition: 0.3s all ease;
}
.blog-card-link:hover {
  color: var(--alefox-white, #fff);
}
.blog-card-link:hover::before {
  width: 100%;
}

.blog {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 767px) {
  .blog {
    padding: 80px 0;
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin: 0;
}
@media (min-width: 576px) {
  .form-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-control__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 14px;
}
.form-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: 55px;
  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(--alefox-text, #636363);
  font-size: 16px;
  font-weight: 400;
}
.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
  display: block;
  width: 100%;
  height: 55px;
  background-color: var(--alefox-gray, #f6f4ec);
  color: var(--alefox-text, #636363);
  font-size: 16px;
  font-weight: 400;
  border: none;
  border: 1px solid var(--alefox-border-color, #dddddd);
  filter: drop-shadow(-2.424px 4.373px 14.5px rgba(0, 0, 0, 0.03));
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
}
.form-one textarea {
  height: 195px;
  padding-top: 20px;
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.form-one .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 600;
  font-size: 16px;
  color: var(--alefox-text, #636363);
  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(--alefox-base, #44a05b);
  -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(--alefox-base, #44a05b);
  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(--alefox-base, #44a05b);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  background-color: var(--alefox-black, #122f2a);
}
.main-footer-top {
  padding-top: 70px;
  padding-bottom: 30px;
}
.main-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-size: cover;
  background-position: center center;
}
.main-footer .container {
  position: relative;
}
.main-footer-bottom {
  text-align: center;
}
.main-footer-bottom-inner {
  padding: 33px 0;
  border-top: 1px solid rgba(var(--alefox-white-rgb, 255, 255, 255), 0.1);
}
.main-footer-copyright {
  margin: 0;
  color: var(--alefox-text-dark, #b7b7b7);
}

.footer-widget {
  margin-bottom: 40px;
}
.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 28px;
}
.footer-widget__newsletter {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.footer-widget__newsletter input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 58px;
  background-color: var(--alefox-black2, #202221);
  color: var(--alefox-text-dark, #b7b7b7);
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 20px;
  transition: all 500ms ease;
}
.footer-widget__newsletter input[type=text]:focus {
  color: var(--alefox-white, #fff);
}
.footer-widget__newsletter button[type=submit] {
  background-color: transparent;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--alefox-base, #44a05b);
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}
.footer-widget__newsletter button[type=submit]:hover {
  color: var(--alefox-white, #fff);
}
.footer-widget-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--alefox-white, #fff);
  text-transform: capitalize;
  margin: 0;
  margin-top: 21px;
  margin-bottom: 33px;
}
.footer-widget-info {
  margin: 0;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 43px;
  max-width: 265px;
}
.footer-widget-info li {
  font-size: 16px;
  color: var(--alefox-gray, #f6f4ec);
  font-weight: 400;
  line-height: 28px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 13px;
}
.footer-widget-info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget-info li a:hover {
  background-size: 100% 1px;
}
.footer-widget-info li a:hover {
  color: var(--alefox-base, #44a05b);
}
.footer-widget-info-icon {
  font-size: 17px;
  color: var(--alefox-base, #44a05b);
  position: absolute;
  left: 0;
  top: 0;
}
.footer-widget__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-widget__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--alefox-white-rgb, 255, 255, 255), 0.19);
  font-size: 15px;
  color: var(--alefox-text-dark, #b7b7b7);
  transition: all 500ms ease;
  border-radius: 50%;
}
.footer-widget__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.footer-widget__social a:hover {
  background-color: var(--alefox-base, #44a05b);
  color: var(--alefox-white, #fff);
}
.footer-widget__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}
@media (min-width: 1200px) {
  .footer-widget-links-two {
    margin-left: -30px;
  }
}
.footer-widget-links {
  margin-top: -10px;
  margin-bottom: -13px;
}
.footer-widget-links li {
  font-size: 16px;
  color: var(--alefox-gray, #f6f4ec);
  font-weight: 400;
  line-height: 41px;
}
.footer-widget-links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget-links li a:hover {
  background-size: 100% 1px;
}
.footer-widget-links li a:hover {
  color: var(--alefox-base, #44a05b);
}
.footer-widget--blog {
  position: relative;
}
.footer-widget__post {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}
.footer-widget__post li {
  position: relative;
  min-height: 87px;
  padding: 8px 0 0 112px;
  margin-top: 20px;
  max-width: 270px;
}
.footer-widget__post img {
  width: 85px;
  height: 87px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}
.footer-widget__post__date {
  display: block;
  line-height: 1;
  font-size: 14px;
  color: var(--alefox-text-dark, #b7b7b7);
  margin-bottom: 8px;
}
.footer-widget__post__title {
  color: var(--alefox-white, #fff);
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
}
.footer-widget__post__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__post__title a:hover {
  background-size: 100% 1px;
}
.footer-widget__post__title a:hover {
  color: var(--alefox-base, #44a05b);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
  position: relative;
  z-index: 1;
  background-color: var(--alefox-base, #44a05b);
  overflow: hidden;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .contact {
    padding: 80px 0;
  }
}
.contact::after {
  position: absolute;
  right: -125px;
  bottom: -125px;
  width: 255px;
  height: 255px;
  background-color: var(--alefox-base, #44a05b);
  border-radius: 50%;
  content: "";
  opacity: 0.85;
  animation: zoomsIn 4s linear 0s infinite;
}
@media (max-width: 1500px) {
  .contact::after {
    display: none;
  }
}
.contact-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 67.8%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-bg::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(14, 14, 14, 0.85);
}
@media (max-width: 767px) {
  .contact-bg {
    width: 100%;
  }
}
.contact-shape {
  width: 216px;
  height: 127px;
  position: absolute;
  left: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  animation: movebounce3 4s linear infinite;
}
@media (max-width: 1800px) {
  .contact-shape {
    left: 1%;
  }
}
@media (max-width: 1400px) {
  .contact-shape {
    display: none;
  }
}
.contact-form {
  padding: 40px 45px 45px;
  position: relative;
  z-index: 10;
  background-color: var(--alefox-white, #fff);
  text-align: center;
}
@media (max-width: 991px) {
  .contact-form {
    margin: 0;
    padding: 40px 25px 45px;
  }
}
.contact-form .sec-title {
  padding-bottom: 39px;
}
.contact-form .bootstrap-select > .dropdown-toggle,
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  background-color: var(--alefox-white, #fff);
}
.contact-form .index-btn {
  margin: 0;
  width: 100%;
  color: var(--alefox-base, #44a05b);
}
.contact-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 370px;
}
.contact-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 50px 60px;
}
@media (max-width: 991px) {
  .contact-item {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .contact-item {
    padding: 40px;
  }
}
.contact-item::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px dashed var(--alefox-base, #44a05b);
  transform: scale(1.1);
  z-index: -1;
  opacity: 0;
  transition: all 400ms linear;
}
.contact-item:hover::before {
  opacity: 1;
  transform: scale(1);
}
.contact-item-icon {
  width: 64px;
  height: 64px;
  background-color: var(--alefox-base, #44a05b);
  color: var(--alefox-white, #fff);
  font-size: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 400ms linear;
}
.contact-item-icon span {
  display: inline-block;
  transition: all 400ms linear;
  transform: scale(1);
}
.contact-item:hover .contact-item-icon {
  background-color: var(--alefox-white, #fff);
  color: var(--alefox-base, #44a05b);
}
.contact-item:hover .contact-item-icon span {
  transform: scale(0.9);
}
.contact-item-title {
  color: var(--alefox-white, #fff);
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
}
.contact-item-text {
  color: var(--alefox-white, #fff);
  margin: 0;
}
.contact-item-text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-item-text a:hover {
  background-size: 100% 1px;
}
.contact-item-text a:hover {
  color: var(--alefox-base, #44a05b);
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/

.topbar-two {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  text-align: center;
}
.topbar-two__inner {
  display: inline-block;
  background-color: var(--alefox-base, #44a05b);
  font-size: 17px;
  font-weight: 500;
  color: var(--alefox-white, #fff);
  padding: 8px 43px;
  clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%);
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  background-color: var(--alefox-white, #fff);
  position: relative;
}
.main-header-inner {
  display: flex;
  align-items: center;
  padding: 0 80px;
  position: relative;
}
@media (max-width: 1600px) {
  .main-header-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1320px) {
  .main-header-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .main-header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .main-header-inner {
    padding: 20px 0;
  }
}
.main-header-title {
  display: flex;
  position: relative;
  top: 7px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .main-header-title {
    width: auto;
  }
}
@media (min-width: 768px) {
  .main-header-title .mobile-nav-btn {
    margin-left: 30px;
  }
}
.main-header__btn {
  display: none;
  margin-left: 30px;
  font-size: 10px;
  padding: 11px 29px;
}
.main-header__btn::before {
  background-color: var(--alefox-base, #44a05b);
}
.main-header__btn::after {
  background-color: var(--alefox-black, #122f2a);
}
.main-header__btn:hover {
  color: var(--alefox-white, #fff);
}
@media (min-width: 768px) {
  .main-header__btn {
    display: inline-flex;
  }
}
.main-header-right {
  display: flex;
  align-items: center;
  padding: 9.5px 0;
  margin-left: auto;
}
.main-header-right__border {
  margin: 0 45px;
  width: 1px;
  height: 50px;
  background-color: var(--alefox-border-color, #dddddd);
}
@media (max-width: 1600px) {
  .main-header-right__border {
    margin: 0 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .main-header-right__border {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header-right__border {
    display: none;
  }
}
.main-header__cart, .main-header-search {
  position: relative;
  font-size: 22px;
  color: var(--alefox-black, #122f2a);
  transition: all 500ms ease;
  margin-left: 20px;
  line-height: 1em;
}
.main-header__cart:hover, .main-header-search:hover {
  color: var(--alefox-base, #44a05b);
}
.main-header__cart__count, .main-header-search__count {
  width: 17px;
  height: 17px;
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: var(--alefox-base, #44a05b);
  border-radius: 50%;
  font-size: 8px;
  color: var(--alefox-white, #fff);
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header__call {
  position: relative;
  min-height: 40px;
  padding: 5px 0 0 70px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .main-header__call {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header__call {
    display: none;
  }
}
.main-header__call__icon {
  width: 50px;
  height: 50px;
  background-color: var(--alefox-base, #44a05b);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--alefox-white, #fff);
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-header__call__icon span {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-header__call:hover .main-header__call__icon span {
  animation: iconTranslateY 0.4s forwards;
}
.main-header__call__title {
  line-height: 1;
  display: block;
  margin: 0 0 7px;
  font-size: 15px;
  color: var(--alefox-text, #636363);
}
.main-header__call__text {
  line-height: 1.2;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--alefox-black, #122f2a);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header__call__text:hover {
  background-size: 100% 1px;
}
.main-header__call__text:hover {
  color: var(--alefox-base, #44a05b);
}
.main-header__nav {
  margin-left: 125px;
  margin-right: auto;
}
@media (max-width: 1600px) {
  .main-header__nav {
    margin-left: 80px;
  }
}

.main-header {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 9;
  width: 100%;
}
.main-header.sticky-header--cloned {
  background-color: var(--alefox-black2, #202221);
  top: 0;
}
.main-header.sticky-header--cloned .main-menu .main-menu__list > li > a::before {
  bottom: -35px;
}
.main-header .main-header-inner {
  max-width: 1270px;
  background-color: var(--alefox-black2, #202221);
  border-radius: 100px;
  padding: 0 50px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .main-header .main-header-inner {
    padding: 18px 40px;
  }
}
@media (max-width: 500px) {
  .main-header .main-header-inner {
    padding: 18px 30px;
  }
}
.main-header .main-header__nav {
  margin-right: 0;
  margin-left: auto;
}
.main-header .main-menu .main-menu__list > li {
  padding-top: 31px;
  padding-bottom: 31px;
}
.main-header .main-menu .main-menu__list > li > a {
  color: var(--alefox-white, #fff);
}
.main-header .main-menu .main-menu__list > li > a::before {
  position: absolute;
  content: "";
  left: auto;
  bottom: -31px;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 3px;
  background: currentColor;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.main-header .main-menu .main-menu__list > li.current > a,
.main-header .main-menu .main-menu__list > li:hover > a {
  color: var(--alefox-base, #44a05b);
}
.main-header .main-menu .main-menu__list > li.current > a::before,
.main-header .main-menu .main-menu__list > li:hover > a::before {
  width: 100%;
  left: 0;
  right: auto;
}
.main-header .main-header__cart,
.main-header .main-header-search {
  color: var(--alefox-white, #fff);
}
.main-header .main-header__cart:hover,
.main-header .main-header-search:hover {
  color: var(--alefox-base, #44a05b);
}
.main-header .main-header-right {
  border-left: 1px solid RGBA(var(--alefox-white-rgb, 255, 255, 255), 0.2);
  margin-left: 40px;
  padding: 0 0 0 21px;
}
.main-header .mobile-nav-btn span {
  background-color: var(--alefox-white, #fff);
}
@media (max-width: 1199px) {
  .main-header .mobile-nav-btn {
    margin-left: -65px;
    margin-right: 20px;
  }
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--alefox-white, #fff);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--alefox-black-rgb, 18, 47, 42), 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 .main-menu .main-menu__list > li {
  padding-top: 35px;
  padding-bottom: 35px;
}

.mobile-nav-btn {
  width: 24px;
  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: -50px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .mobile-nav-btn {
    margin-left: -40px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .mobile-nav-btn {
    display: none;
  }
}
.mobile-nav-btn span {
  width: 100%;
  height: 2px;
  background-color: var(--alefox-black, #122f2a);
}
.mobile-nav-btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.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: 41px;
  padding-bottom: 41px;
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a::after {
  position: relative;
  right: 0;
  top: 2px;
  border-radius: 0;
  font-size: 10px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  color: inherit;
  line-height: 10px;
  margin-left: 3px;
}
.main-menu .main-menu__list > li + li {
  margin-left: 51px;
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 35px;
  }
}
.main-menu .main-menu__list > li > a {
  display: flex;
  align-items: center;
  color: var(--alefox-black, #122f2a);
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--alefox-heading-font, "Inter", serif);
  letter-spacing: 0;
  position: relative;
  font-size: 16px;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--alefox-base, #44a05b);
  text-shadow: 0 0 0.5px currentColor;
}
.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(--alefox-white, #fff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--alefox-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: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list li ul li > a {
  font-size: 15px;
  line-height: 26px;
  color: var(--alefox-black, #122f2a);
  font-family: var(--alefox-heading-font, "Inter", serif);
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  padding: 8px 20px;
  transition: 400ms;
  margin-bottom: 4px;
}
.main-menu .main-menu__list li ul li > a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 6px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: var(--alefox-base, #44a05b);
  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(--alefox-gray, #f6f4ec);
  color: var(--alefox-base, #44a05b);
}
.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

@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(--alefox-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;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact {
  position: relative;
}
.funfact--about {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .funfact--about {
    padding-bottom: 80px;
  }
}
.funfact-list {
  position: relative;
  z-index: 2;
  margin: 0 0 0;
  padding: 40px 40px;
  line-height: 1;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: space-between;
  background-color: var(--alefox-white, #fff);
  filter: drop-shadow(0 0 55px rgba(0, 0, 0, 0.07));
  border-radius: 150px;
}
@media (max-width: 1199px) {
  .funfact-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 60px;
  }
}
@media (max-width: 767px) {
  .funfact-list {
    grid-template-columns: repeat(1, 1fr);
    border-radius: 100px;
    padding: 30px 40px;
  }
}
.funfact-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 18px;
  padding: 15px 30px;
}
@media (max-width: 991px) {
  .funfact-list li {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .funfact-list li {
    padding: 15px 30px;
  }
}
.funfact-list li:hover .funfact-list-text {
  background-size: 100% 1px;
}
.funfact-list li:hover .funfact-list-icon {
  background-color: var(--alefox-base, #44a05b);
}
.funfact-list li:hover .funfact-list-icon span {
  transform: scale(0.9);
}
.funfact-list li + li::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  content: "";
  background-color: var(--alefox-border-color, #dddddd);
}
@media (max-width: 1199px) {
  .funfact-list li + li::after {
    display: none;
  }
}
.funfact-list-icon {
  width: 70px;
  height: 70px;
  background-color: var(--alefox-black2, #202221);
  color: var(--alefox-white, #fff);
  font-size: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 400ms linear;
}
.funfact-list-icon span {
  display: inline-block;
  transition: all 400ms linear;
  transform: scale(1);
}
.funfact-list-number {
  display: flex;
  align-items: center;
  margin: 0 0 4px;
  line-height: 1.2;
  font-size: 36px;
  font-weight: 700;
}
.funfact-list-text {
  font-size: 17px;
  line-height: 1.2;
  margin: 0;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 300ms linear;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {
  position: relative;
  padding: 120px 0;
  background-color: var(--alefox-black2, #202221);
}
@media (max-width: 767px) {
  .testimonials {
    padding: 80px 0;
  }
}
.testimonials__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}
.testimonials .sec-title-title {
  color: var(--alefox-white, #fff);
}
.testimonials-wrapper {
  position: relative;
}
.testimonials-wrapper__quote {
  position: absolute;
  bottom: 55px;
  left: 0;
  width: 100%;
  height: 118px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.testimonials-carousel {
  position: relative;
  text-align: center;
  margin: auto;
}
.testimonials-item {
  position: relative;
  margin: 0 0 22px;
}
.testimonials-item-ratings {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffa415;
  font-size: 34px;
  letter-spacing: 7px;
  margin-bottom: 22px;
}
.testimonials-item-quote {
  font-size: 20px;
  line-height: 50px;
  font-weight: 400;
  color: var(--alefox-white, #fff);
  font-style: italic;
}
@media (max-width: 1199px) {
  .testimonials-item-quote br {
    display: none;
  }
}
.testimonials-carousel-thumb {
  max-width: 475px;
  margin: auto;
  position: relative;
}
@media (max-width: 500px) {
  .testimonials-carousel-thumb {
    max-width: 300px;
  }
}
.testimonials-carousel-thumb .item {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 30px 0 0;
}
.testimonials-carousel-thumb .item .testimonials-meta-thumb {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
  display: block;
  position: relative;
  margin-bottom: 22px;
}
.testimonials-carousel-thumb .item .testimonials-meta-thumb::after {
  position: absolute;
  left: -5px;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: auto;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  content: "";
  border: 5px solid var(--alefox-base, #44a05b);
  visibility: hidden;
  opacity: 0;
  transition: 500ms ease;
  transform: scale(0.8);
}
.testimonials-carousel-thumb .item .testimonials-meta-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials-carousel-thumb .slick-active.slick-center .item .testimonials-meta-thumb::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.testimonials-carousel-thumb .slick-active.slick-center .item .testimonials-meta {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.testimonials-meta {
  position: relative;
  display: block;
  visibility: hidden;
  margin-left: -43%;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20%);
  transition: 500ms ease;
}
.testimonials-meta-name {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--alefox-white, #fff);
  font-family: var(--alefox-heading-font, "Inter", serif);
}
.testimonials-meta-designation {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  color: var(--alefox-white, #fff);
  opacity: 0.8;
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  background-color: var(--alefox-base, #44a05b);
  padding: 80px 0;
  overflow: hidden;
}
.cta-one__shape-left {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 142px;
  height: 152px;
  background-position: left bottom;
  background-repeat: no-repeat;
  animation: treeMove 3s linear 0s infinite;
}
@media (max-width: 1500px) {
  .cta-one__shape-left {
    display: none;
  }
}
.cta-one__shape-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  animation: shapeMove 3s linear 0s infinite;
}
@media (max-width: 1500px) {
  .cta-one__shape-right {
    display: none;
  }
}
.cta-one-thumb {
  position: relative;
  text-align: right;
}
@media (max-width: 991px) {
  .cta-one-thumb {
    text-align: left;
    margin-bottom: 30px;
  }
}
.cta-one-thumb img {
  max-width: 100%;
}
.cta-one-content {
  position: relative;
  padding: 0 0 0 0;
}
@media (min-width: 1200px) {
  .cta-one-content {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .cta-one-content {
    padding-left: 0;
  }
}
.cta-one-title {
  font-size: 40px;
  line-height: 54px;
  color: var(--alefox-white, #fff);
  font-weight: bold;
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .cta-one-title {
    font-size: 34px;
    line-height: 44px;
  }
}
.cta-one-text {
  color: var(--alefox-white, #fff);
  margin: 0 0 34px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-one-text br {
    display: none;
  }
}
.cta-one .index-btn {
  color: var(--alefox-white, #fff);
}
.cta-one .index-btn-item {
  background-color: var(--alefox-white, #fff);
}

.cta-tre {
  position: relative;
  background-color: var(--alefox-black2, #202221);
  padding: 120px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .cta-tre {
    padding: 80px 0;
  }
}
.cta-tre__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.35;
}
.cta-tre .container {
  position: relative;
  z-index: 1;
}
.cta-tre__sub-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--alefox-white, #fff);
  font-family: var(--alefox-font, "Rubik", sans-serif);
  text-transform: uppercase;
  letter-spacing: 1.08px;
  margin-bottom: 20px;
}
.cta-tre-title {
  color: var(--alefox-white, #fff);
  font-size: 25px;
  line-height: 50px;
  font-weight: 800;
  margin: 0 0 39px;
}
.cta-tre-title span {
  background-color: var(--alefox-white, #fff);
  border-radius: 10px;
  color: var(--alefox-base, #44a05b);
  padding: 3px 10px;
}
@media (max-width: 767px) {
  .cta-tre-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.cta-tre-countdown {
  position: relative;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .cta-tre-countdown {
    gap: 15px;
  }
}
.cta-tre-countdown li {
  border: 1px solid var(--alefox-base, #44a05b);
  border-radius: 10px;
  text-align: center;
  font-family: var(--alefox-heading-font, "Inter", serif);
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}
.cta-tre-countdown li::after {
  background: rgba(var(--alefox-base-rgb, 68, 160, 91), 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}
.cta-tre-countdown li:hover::after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}
.cta-tre-countdown li span {
  font-size: 40px;
  font-weight: 700;
  display: block;
  color: var(--alefox-white, #fff);
  padding-top: 35px;
}
@media (max-width: 767px) {
  .cta-tre-countdown li span {
    font-size: 30px;
    padding-top: 30px;
  }
}
.cta-tre-countdown li i {
  text-transform: capitalize;
  color: var(--alefox-white, #fff);
  background-color: var(--alefox-base, #44a05b);
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  margin-top: 33px;
  padding: 12px 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .cta-tre-countdown li i {
    font-size: 15px;
    margin-top: 27px;
    padding: 10px 10px;
  }
}
.cta-tre .index-btn {
  color: var(--alefox-base, #44a05b);
}

.cta-two {
  position: relative;
  padding: 0 0 120px;
}
.cta-two-wrapper {
  position: relative;
  border: 1px solid var(--alefox-border-color, #dddddd);
  border-radius: 10px;
  padding: 10px;
}
.cta-two-content {
  position: relative;
  padding: 0 0 0 55px;
}
@media (max-width: 1199px) {
  .cta-two-content {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .cta-two-content {
    padding: 45px 30px;
  }
}
@media (max-width: 767px) {
  .cta-two-content {
    padding: 45px 15px;
  }
}
.cta-two-content .sec-title {
  padding-bottom: 12px;
}
@media (max-width: 1199px) {
  .cta-two-content .sec-title-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.cta-two-content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cta-two-content-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-top: 19px;
}
@media (max-width: 767px) {
  .cta-two-content-list li {
    flex-wrap: wrap;
  }
}
.cta-two-content-list li i {
  font-size: 34px;
  color: var(--alefox-base, #44a05b);
  display: inline-block;
  transition: all 600ms ease;
}
.cta-two-content-list li span {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 400ms ease;
}
.cta-two-content-list li:hover i {
  transform: rotateY(180deg);
}
.cta-two-content-list li:hover .cta-two-content-list-title::after {
  background-color: var(--alefox-base, #44a05b);
}
.cta-two-content-list li:hover span {
  background-size: 100% 1px;
}
.cta-two-content-list-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  min-width: 138px;
  position: relative;
}
.cta-two-content-list-title::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background-color: var(--alefox-black2, #202221);
  content: "";
  transition: all 400ms ease;
}
.cta-two-image {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.cta-two-image::after {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 59%;
  height: 47%;
  background-color: var(--alefox-base, #44a05b);
  border-radius: 0 10px 0 0;
  z-index: -1;
  content: "";
}
.cta-two-image::before {
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 59%;
  height: 47%;
  background-color: var(--alefox-base, #44a05b);
  border-radius: 0 0 0 10px;
  z-index: -1;
  content: "";
}
.cta-two-image img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .cta-two .text-end {
    text-align: left !important;
  }
}

.product {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .product {
    padding: 80px 0;
  }
}
.product-btn {
  position: relative;
  text-align: right;
  margin: 16px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-btn .index-btn {
    padding: 14px 20px;
  }
}
@media (max-width: 767px) {
  .product-btn {
    text-align: left;
    margin: 0 0 40px;
  }
}
.product-item {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--alefox-white, #fff);
  transition: all 500ms ease;
  filter: drop-shadow(0 0 68px rgba(0, 0, 0, 0.06));
}
@media (max-width: 767px) {
  .product-item {
    display: block;
  }
}
.product-item:hover {
  filter: drop-shadow(0 0 68px rgba(0, 0, 0, 0.1));
}
.product-item-img {
  background-color: var(--alefox-gray2, #e1eff0);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  width: 45%;
  min-height: 200px;
}
@media (max-width: 767px) {
  .product-item-img {
    width: 100%;
  }
}
.product-item-img::after {
  background: rgba(var(--alefox-white-rgb, 255, 255, 255), 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}
.product-item-img img {
  width: auto !important;
  height: auto;
  transition: all 500ms ease;
  max-width: 100%;
}
.product-item:hover .product-item-img img {
  transform: scale(1.05);
}
.product-item:hover .product-item-img::after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}
.product-item-flash {
  position: absolute;
  left: 18px;
  top: 0;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.product-item-flash-off {
  background-color: var(--alefox-base, #44a05b);
  color: var(--alefox-white, #fff);
  font-size: 11px;
  font-weight: 500;
  padding: 8px 5px;
  letter-spacing: 0.6px;
  line-height: 0.8;
  text-transform: capitalize;
}
.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(--alefox-white, #fff);
  border-radius: 50%;
  color: var(--alefox-black, #122f2a);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
}
.product-item-btn a:hover {
  background-color: var(--alefox-base, #44a05b);
  color: var(--alefox-white, #fff);
}
.product-item-btn a:nth-child(1) {
  transition: transform 350ms 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 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(3) {
  transition: transform 650ms 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:hover .product-item-btn a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.product-item-content {
  position: relative;
  padding: 20px 30px;
  width: 55%;
}
@media (min-width: 1200px) {
  .product-item-content {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .product-item-content {
    width: 100%;
    padding: 30px;
  }
}
.product-item-cats {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  margin-bottom: -3px;
}
.product-item-cats a {
  color: inherit;
}
.product-item-cats a:hover {
  color: var(--alefox-base, #44a05b);
}
.product-item-title {
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--alefox-black2, #202221);
  font-weight: bold;
  margin: 0;
  margin-bottom: 12px;
}
.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-title a:hover {
  color: var(--alefox-base, #44a05b);
}
.product-item-price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 13px;
}
.product-item-ratings {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  color: var(--alefox-base, #44a05b);
  letter-spacing: 6px;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes cloudMove {
  0% {
    background-position: 1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes startIconOne {
  0% {
    transform: scale(1) rotate(0);
  }
  100% {
    transform: scale(0.5) rotate(45deg);
  }
}
@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes widths {
  0% {
    width: 0%;
  }
  50% {
    width: 97%;
    left: 0;
  }
  100% {
    width: 0;
  }
}
@keyframes widths {
  0% {
    width: 0%;
  }
  50% {
    width: 97%;
    left: 0;
  }
  100% {
    width: 0;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes treeMove2 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-10deg) translateX(0);
    transform: rotate(-10deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(0);
    transform: rotate(10deg) translateX(0);
  }
}
@keyframes treeMove3 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-10deg) translateX(0);
    transform: rotate(-3deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(3deg) translateX(0);
    transform: rotate(3deg) translateX(0);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-2deg) translateX(5px);
  }
  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes zump {
  0%, 100% {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes zumpX {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 100%;
  }
}
@keyframes zumpXX {
  0%, 100% {
    left: -20%;
  }
  50% {
    left: 50%;
  }
}
@keyframes zoom-hover {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}
@keyframes zoomsIn {
  100%, 0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}
@keyframes shrinkAnim {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 0 50%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
@keyframes shrinkAnim2 {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 100% 50%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
@keyframes rollInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes vibrant {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes blinkAnim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes movebounce2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes movebounce3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes shapeMove {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes zumpXtwo {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(5px);
  }
}
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes shadows {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--alefox-white-rgb, 255, 255, 255), 0.2), 0 0 0 30px rgba(var(--alefox-white-rgb, 255, 255, 255), 0.2), 0 0 0 50px rgba(var(--alefox-white-rgb, 255, 255, 255), 0.2);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(var(--alefox-white-rgb, 255, 255, 255), 0.2), 0 0 0 50px rgba(var(--alefox-white-rgb, 255, 255, 255), 0.2), 0 0 0 70px rgba(var(--alefox-white-rgb, 255, 255, 255), 0);
  }
}

/*--------------------------------------------------------------
# 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;
  border-radius: 10px;
  overflow: hidden;
}
.search-popup-form input[type=search],
.search-popup-form input[type=text] {
  width: 100%;
  background-color: var(--alefox-white, #fff);
  font-size: 15px;
  color: var(--alefox-text, #636363);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}
.search-popup-form .index-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  color: var(--alefox-black, #122f2a);
  background-color: transparent;
  font-size: 20px;
}
.search-popup-form .index-btn i {
  margin: 0;
}
.search-popup-form .index-btn:hover {
  color: var(--alefox-base, #44a05b);
}
.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;
}

.main-slider {
  position: relative;
  overflow: hidden;
}
.main-slider-carousel.owl-carousel {
  position: relative;
  width: 100%;
}
.main-slider-carousel.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px;
  z-index: 99;
  gap: 25px;
  transform: none;
}
@media (max-width: 767px) {
  .main-slider-carousel.owl-carousel .owl-dots {
    bottom: 40px;
  }
}
.main-slider-carousel.owl-carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: var(--alefox-base, #44a05b);
  border: none;
  position: relative;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-slider-carousel.owl-carousel .owl-dots .owl-dot span::after {
  width: 22px;
  height: 22px;
  position: absolute;
  content: "";
  left: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-color: var(--alefox-base, #44a05b);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: -1;
}
.main-slider-carousel.owl-carousel .owl-dots .owl-dot:hover span,
.main-slider-carousel.owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--alefox-white, #fff);
}
.main-slider-carousel.owl-carousel .owl-dots .owl-dot:hover span::after,
.main-slider-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  transform: scale(1);
}
.main-slider-item {
  position: relative;
  background-color: var(--alefox-black, #122f2a);
  padding-top: 315px;
  padding-bottom: 220px;
}
@media (max-width: 1199px) {
  .main-slider-item {
    padding-top: 250px;
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .main-slider-item {
    padding-top: 200px;
    padding-bottom: 140px;
  }
}
.main-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-slider-bg__color {
  background-color: var(--alefox-black, #122f2a);
  width: 16.66%;
  height: 100%;
  display: block;
  position: absolute;
  transition: all 500ms ease;
}
.main-slider-bg__color:nth-child(2), .main-slider-bg__color:nth-child(4), .main-slider-bg__color:nth-child(6) {
  top: 0;
}
.main-slider-bg__color:nth-child(2) {
  left: 16.66%;
}
.main-slider-bg__color:nth-child(4) {
  left: 49.98%;
}
.main-slider-bg__color:nth-child(6) {
  left: 83.3%;
}
.main-slider-bg__color:nth-child(1), .main-slider-bg__color:nth-child(3), .main-slider-bg__color:nth-child(5) {
  bottom: 0;
}
.main-slider-bg__color:nth-child(1) {
  left: 0;
}
.main-slider-bg__color:nth-child(3) {
  left: 33.32%;
}
.main-slider-bg__color:nth-child(5) {
  left: 66.64%;
}
.main-slider-bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--alefox-black2-rgb, 32, 34, 33), 0.8);
}
.main-slider-content {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.main-slider-sub-title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: var(--alefox-white, #fff);
  margin-bottom: 12px;
  background-image: url(../images/shapes/slider-title-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  font-family: var(--alefox-font, "Rubik", sans-serif);
  text-transform: uppercase;
  padding: 26px 91px 20px;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(-200px);
  opacity: 0;
}
@media (max-width: 767px) {
  .main-slider-sub-title {
    font-size: 18px;
    padding: 16px 60px 10px;
  }
}
.main-slider-title {
  font-size: 65px;
  line-height: 81px;
  color: var(--alefox-white, #fff);
  font-weight: 700;
  margin: 0 0 18px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(400px);
}
.main-slider-title span {
  color: var(--alefox-base, #44a05b);
  position: relative;
}
.main-slider-title span::after {
  position: absolute;
  right: 26px;
  bottom: 3px;
  content: "";
  background-color: var(--alefox-base, #44a05b);
  height: 7px;
  width: 215px;
}
@media (max-width: 767px) {
  .main-slider-title span::after {
    width: 115px;
    right: 13px;
    height: 3px;
    bottom: 1px;
  }
}
@media (max-width: 767px) {
  .main-slider-title {
    font-size: 36px;
    line-height: 50px;
  }
}
.main-slider-text {
  font-size: 18px;
  line-height: 28px;
  color: var(--alefox-white, #fff);
  overflow: hidden;
  margin: 0 0 42px;
}
.main-slider-text-one {
  margin: 0;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(-300px);
}
@media (max-width: 767px) {
  .main-slider-text {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 35px;
  }
}
.main-slider-btn {
  position: relative;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}
@media (max-width: 767px) {
  .main-slider-btn {
    gap: 15px;
  }
}
.main-slider-btn .index-btn {
  color: var(--alefox-base, #44a05b);
}
@media (max-width: 767px) {
  .main-slider-btn .index-btn {
    padding: 14px 20px;
  }
}
.main-slider-btn {
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}
.main-slider-btn .index-btn {
  color: var(--alefox-white, #fff);
}
.main-slider-btn .index-btn-item {
  background-color: var(--alefox-white, #fff);
}
.main-slider-shape-one {
  position: absolute;
  left: 19%;
  bottom: 220px;
  margin: auto;
  width: 225px;
  height: 369px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(-300px);
}
@media (max-width: 1699px) {
  .main-slider-shape-one {
    left: 5%;
  }
}
@media (max-width: 1199px) {
  .main-slider-shape-one {
    display: none;
  }
}
.main-slider-shape-one img {
  animation: treeMove3 4s linear 0s infinite;
}
.main-slider-shape-two {
  position: absolute;
  right: 19%;
  bottom: 220px;
  margin: auto;
  width: 225px;
  height: 369px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(300px);
}
@media (max-width: 1699px) {
  .main-slider-shape-two {
    right: 5%;
  }
}
@media (max-width: 1199px) {
  .main-slider-shape-two {
    display: none;
  }
}
.main-slider-shape-two img {
  animation: treeMove3 4s linear 0s infinite;
}
.main-slider .active .main-slider-bg__color {
  height: 0;
}
.main-slider .active .main-slider-sub-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1100ms;
}
.main-slider .active .main-slider-title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1400ms;
}
.main-slider .active .main-slider-text-one {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1600ms;
}
.main-slider .active .main-slider-btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1800ms;
}
.main-slider .active .main-slider-btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 2000ms;
}
.main-slider .active .main-slider-shape-one,
.main-slider .active .main-slider-shape-two {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2100ms;
}

/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/
.feature {
  position: relative;
  background-color: var(--alefox-base, #44a05b);
  padding: 120px 0;
}
@media (max-width: 767px) {
  .feature {
    padding: 80px 0;
  }
}
.feature__item {
  position: relative;
  z-index: 2;
  padding: 43px 25px 39px;
  overflow: hidden;
  transition: all 300ms ease;
  border-radius: 10px;
  border: 1px solid rgba(var(--alefox-white-rgb, 255, 255, 255), 0.2);
}
.feature__item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 0;
  background-color: var(--alefox-black2, #202221);
  visibility: hidden;
  transition: all ease 0.4s;
}
.feature__item:hover {
  border-color: transparent;
}
.feature__item:hover::after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.feature__item__icon {
  color: var(--alefox-white, #fff);
  font-size: 72px;
  line-height: 1;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: inline-block;
  transition: all ease 0.4s;
}
.feature__item__icon::after {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: -1;
  content: "";
  transition: all ease 0.4s;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: var(--alefox-white, #fff);
  opacity: 0.3;
  animation: zoomsIn 4s linear 0s infinite;
}
.feature__item__icon span {
  transition: all ease 0.4s;
  display: inline-block;
  transform: scale(1);
}
.feature-item-icon-bg {
  color: rgba(var(--alefox-white-rgb, 255, 255, 255), 0.03);
  opacity: 0;
  font-size: 290px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.4s;
  transform: scale(0.9);
}
.feature__item:hover .feature-item-icon-bg {
  opacity: 1;
  transform: scale(1);
}
.feature__item:hover .feature__item__icon {
  color: var(--alefox-base, #44a05b);
}
.feature__item:hover .feature__item__icon::after {
  opacity: 1;
}
.feature__item:hover .feature__item__icon span {
  transform: scale(0.9);
}
.feature__item__title {
  margin: 15px 0 18px;
  font-size: 22px;
  color: var(--alefox-white, #fff);
  font-weight: 700;
  transition: all 300ms linear;
}
.feature__item:hover .feature__item__text, .feature__item:hover .feature__item__title {
  color: var(--alefox-white, #fff);
}
.feature__item__text {
  position: relative;
  z-index: 2;
  color: var(--alefox-white, #fff);
  line-height: 28px;
  margin: 0;
  transition: all 300ms linear;
}
.feature__item__shape {
  position: absolute;
  right: 35px;
  bottom: -5px;
  width: 35px;
  height: 74px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: treeMove2 6s linear 0s infinite;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
  position: relative;
  z-index: 2;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .about {
    padding: 80px 0;
  }
}
.about__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  animation: movebounce3 4s linear infinite;
}
@media (max-width: 1700px) {
  .about__shape {
    display: none;
  }
}
.about-image {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.about-image::after {
  position: absolute;
  left: -20px;
  bottom: -20px;
  content: "";
  width: 278px;
  height: 278px;
  background-color: var(--alefox-base, #44a05b);
  z-index: -1;
}
.about-image img {
  max-width: 100%;
  height: auto;
}
.about-image__two {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 169px;
  height: 169px;
  background-color: var(--alefox-white, #fff);
  border-radius: 50%;
  padding: 11px;
  animation: treeMove2 4s linear 0s infinite;
}
@media (max-width: 767px) {
  .about-image__two {
    display: none;
  }
}
.about-content {
  position: relative;
}
@media (max-width: 991px) {
  .about-content {
    margin-top: 55px;
  }
}
.about-content .sec-title {
  padding-bottom: 21px;
}
.about-content-text {
  margin: 0 0 18px;
}
@media (min-width: 1200px) {
  .about-content-text {
    padding-right: 50px;
  }
}
.about-content-quote {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .about-content-quote {
    padding-right: 30px;
  }
}
.about-content-quote i {
  flex-shrink: 0;
  font-size: 48px;
  line-height: 48px;
  color: var(--alefox-base, #44a05b);
  transform: scale(1);
  transition: all 0.5s ease;
}
.about-content-quote:hover i {
  transform: scale(0.9);
}
.about-content-border {
  position: relative;
  width: 100%;
  max-width: 84%;
  height: 1px;
  background-color: var(--alefox-border-color, #dddddd);
  margin: 26px 0;
}
.about-content-border::after {
  width: 7px;
  height: 7px;
  content: "";
  background-color: var(--alefox-base, #44a05b);
  border-radius: 50%;
  left: 0;
  top: -3px;
  position: absolute;
  animation: zumpX 15s linear infinite;
}
.about-content-list {
  margin: 30px 0 40px;
  padding: 0;
}
.about-content-list li {
  list-style: none;
  min-height: 31px;
  padding: 0 0 0 42px;
  margin: 0 0 20px;
  position: relative;
}
.about-content-list li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 31px;
  background-color: var(--alefox-black2, #202221);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--alefox-white, #fff);
  transition: all 0.4s ease;
}
.about-content-list li:hover span {
  background-color: var(--alefox-base, #44a05b);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.service {
  position: relative;
  margin-top: -90px;
  padding: 210px 0 120px;
}
@media (max-width: 767px) {
  .service {
    padding: 160px 0 80px;
  }
}
.service-bg {
  position: absolute;
  width: 100%;
  height: 586px;
  left: 0;
  top: 0;
  background-color: var(--alefox-gray, #f6f4ec);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
.service__shape {
  position: absolute;
  right: 2%;
  bottom: -80px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  animation: shapeMove 4s linear 0s infinite;
  z-index: 1;
}
@media (max-width: 1400px) {
  .service__shape {
    display: none;
  }
}
.service-item {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: var(--alefox-white, #fff);
  border: 1px solid var(--alefox-border-color, #dddddd);
  border-radius: 10px;
  padding: 0;
  margin-bottom: 25px;
}
.service-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--alefox-black2, #202221);
  z-index: -1;
  border-radius: 10px;
  transform: scale(1, 0);
  perspective: 400px;
  visibility: hidden;
  transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
  transform-origin: bottom center;
}
.service-item:hover::after {
  transform: scale(1, 1);
  visibility: visible;
  transform-origin: top center;
}
.service-item-image {
  position: relative;
  margin: -1px 0 0;
  transition: all 500ms ease;
}
.service-item-image img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.service-item-content {
  position: relative;
  padding: 0 32px 49px;
  margin-top: -45px;
}
.service-item-content__shape {
  display: block;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}
.service-item-icon {
  width: 90px;
  height: 90px;
  background-color: var(--alefox-white, #fff);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--alefox-base, #44a05b);
  margin: 0 auto 0;
  font-size: 48px;
  position: relative;
  line-height: 1;
  transition: all 500ms ease;
}
.service-item-icon span {
  display: block;
  transform: scale(1);
  transition: transform 500ms ease;
}
.service-item:hover .service-item-icon {
  background-color: var(--alefox-base, #44a05b);
  color: var(--alefox-white, #fff);
}
.service-item:hover .service-item-icon span {
  transform: scale(0.9);
}
.service-item-title {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2em;
  margin: 20px 0 12px;
}
.service-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-item-title a:hover {
  background-size: 100% 1px;
}
.service-item-title a:hover {
  color: var(--alefox-base, #44a05b);
}
.service-item:hover .service-item-title {
  color: var(--alefox-white, #fff);
}
.service-item-text {
  margin: 0;
  line-height: 28px;
  transition: all 300ms ease;
}
.service-item:hover .service-item-text {
  color: var(--alefox-white, #fff);
}
.service-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--alefox-base, #44a05b);
  transition: all 500ms ease;
  line-height: 1em;
  filter: drop-shadow(0 0 6.5px rgba(0, 0, 0, 0.04));
  border: 1px solid var(--alefox-border-color, #dddddd);
  background-color: var(--alefox-white, #fff);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  transform: rotate(-45deg);
}
.service-item-link:hover {
  background-color: var(--alefox-base, #44a05b);
  color: var(--alefox-white, #fff);
  border-color: var(--alefox-base, #44a05b);
  transform: rotate(0);
}
.service-item-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 10px 10px;
  opacity: 0.55;
  transition: all 700ms ease;
}
.service-item:hover .service-item-shape {
  height: 95px;
}

/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/

.project {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .project {
    padding: 80px 0;
  }
}
.project .container {
  max-width: 1600px;
}
.project-item {
  position: relative;
  overflow: hidden;
}
.project-item img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.project-item:hover img {
  transform: scale(1.03) rotate(1deg);
}
.project-item:hover .project-item-content::after {
  height: 100%;
  opacity: 1;
}
.project-item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 100px 20px 30px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1199px) {
  .project-item-content {
    padding-left: 25px;
  }
}
.project-item-content::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: rgba(var(--alefox-base-rgb, 68, 160, 91), 0.88);
  border-radius: 0;
  z-index: -1;
  transition: all 0.4s ease;
  opacity: 0;
}
.project-item-cats {
  color: var(--alefox-white, #fff);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 4px;
  opacity: 0;
  transform: translateX(-700px) scale(0.1) skewX(95deg);
  transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.project-item:hover .project-item-cats {
  opacity: 1;
  transform: translateX(0px) scale(1) skewX(0deg);
}
.project-item-title {
  font-size: 22px;
  color: var(--alefox-white, #fff);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 28px;
  margin: 0;
  opacity: 0;
  transform: translateX(-700px) scale(0.1) skewX(95deg);
  transition: transform 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.project-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-item-title a:hover {
  background-size: 100% 1px;
}
.project-item-title a:hover {
  color: var(--alefox-black2, #202221);
}
.project-item:hover .project-item-title {
  opacity: 1;
  transform: translateX(0px) scale(1) skewX(0deg);
}
.project-item-rm {
  width: 50px;
  height: 50px;
  background-color: var(--alefox-white, #fff);
  color: var(--alefox-base, #44a05b);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease;
  transform: translateX(100px) scale(0.1) rotate(-135deg);
  transition: transform 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.project-item-rm:hover {
  transform: rotate(0deg) !important;
  color: var(--alefox-white, #fff);
  background-color: var(--alefox-black2, #202221);
  transition: all 0.4s ease;
}
.project-item:hover .project-item-rm {
  opacity: 1;
  transform: translateX(0px) scale(1) rotate(-135deg);
}
