/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# variables
# Utility
# Common
# Hero Section
# Feature Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
:root {
  --eolexi-font: "DM Sans", serif;
  --eolexi-font2: "Sora", serif;
  --eolexi-heading-font: "Roboto Slab", serif;
  --eolexi-text: #636363;
  --eolexi-text-rgb: 99, 99, 99;
  --eolexi-text-gray: #C5C5C5;
  --eolexi-text-gray-rgb: 197, 197, 197;
  --eolexi-text-gray2: #566963;
  --eolexi-text-gray2-rgb: 86, 105, 99;
  --eolexi-base: #2F5CE9;
  --eolexi-base-rgb: 47, 92, 233;
  --eolexi-gray: #92918F;
  --eolexi-gray-rgb: 146, 145, 143;
  --eolexi-gray2: #7A8385;
  --eolexi-gray2-rgb: 122, 131, 133;
  --eolexi-gray3: #788284;
  --eolexi-gray3-rgb: 120, 130, 132;
  --eolexi-gray4: #8A91A8;
  --eolexi-gray4-rgb: 138, 145, 168;
  --eolexi-white: #FFFFFF;
  --eolexi-white-rgb: 255, 255, 255;
  --eolexi-white2: #F0F2F8;
  --eolexi-white2-rgb: 240, 242, 248;
  --eolexi-white3: #F5F2EF;
  --eolexi-white3-rgb: 245, 242, 239;
  --eolexi-white4: #D9D9D9;
  --eolexi-white4-rgb: 217, 217, 217;
  --eolexi-black: #222222;
  --eolexi-black-rgb: 34, 34, 34;
  --eolexi-black2: #162452;
  --eolexi-black2-rgb: 22, 36, 82;
  --eolexi-black3: #000000;
  --eolexi-black3-rgb: 0, 0, 0;
  --eolexi-black4: #333333;
  --eolexi-black4-rgb: 51, 51, 51;
  --eolexi-black5: #151316;
  --eolexi-black5-rgb: 21, 19, 22;
  --eolexi-black6: #121212;
  --eolexi-black6-rgb: 18, 18, 18;
  --eolexi-black7: #060606;
  --eolexi-black7-rgb: 6, 6, 6;
  --eolexi-border-color: #dddddd;
  --eolexi-border-color-rgb: 221, 221, 221;
  --section-space: 120px;
}

/*--------------------------------------------------------------
# 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(--eolexi-font, "DM Sans", serif);
  color: var(--eolexi-text, #636363);
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--eolexi-base, #2F5CE9);
  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(--eolexi-heading-font, "Roboto Slab", serif);
  color: var(--eolexi-black3, #000000);
}
@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(--eolexi-base, #2F5CE9);
}

.background-gray {
  background-color: var(--eolexi-gray, #92918F);
}

.background-black {
  background-color: var(--eolexi-black, #222222);
}

.background-black-2 {
  background-color: var(--eolexi-black2, #162452);
}

.eolexi-text-gray {
  color: var(--eolexi-text-gray, #C5C5C5);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.section-space {
  padding-top: var(--section-space, 120px);
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-top {
  padding-top: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-bottom {
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

.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-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.gutter-y-70 {
  --bs-gutter-y: 70px;
}

.gutter-y-80 {
  --bs-gutter-y: 80px;
}

.logo-retina img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* button */
.eolexi-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 10px 10px 10px 29px;
  background-color: var(--eolexi-base, #2F5CE9);
  z-index: 1;
  overflow: hidden;
  transition: 500ms;
}
@media (max-width: 430px) {
  .eolexi-btn {
    padding-left: 25px;
    gap: 24px;
  }
}
.eolexi-btn::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--eolexi-black2, #162452);
  z-index: -1;
  transition: all 500ms ease;
}
.eolexi-btn:hover::after {
  width: 100%;
  left: 0px;
}
.eolexi-btn__text {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: var(--eolexi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 500ms ease;
}
@media (max-width: 430px) {
  .eolexi-btn__text {
    font-size: 14px;
  }
}
.eolexi-btn__text span {
  display: inline-block;
}
.eolexi-btn:hover .eolexi-btn__text span {
  animation: slideRight 500ms;
}
.eolexi-btn__icon {
  width: 32px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--eolexi-white, #FFFFFF);
  font-size: 14px;
  color: var(--eolexi-base, #2F5CE9);
  overflow: hidden;
  transition: all 500ms ease;
}
@media (max-width: 430px) {
  .eolexi-btn__icon {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.eolexi-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.eolexi-btn:hover .eolexi-btn__icon {
  color: var(--eolexi-white, #FFFFFF);
  background-color: var(--eolexi-base, #2F5CE9);
}
.eolexi-btn:hover .eolexi-btn__icon > * {
  animation: slideRight 500ms;
}
.eolexi-btn--black {
  background-color: var(--eolexi-black2, #162452);
}
.eolexi-btn--black::after {
  background-color: var(--eolexi-base, #2F5CE9);
}
.eolexi-btn--black:hover .eolexi-btn__icon {
  color: var(--eolexi-base, #2F5CE9);
  background-color: var(--eolexi-white, #FFFFFF);
}
.eolexi-btn--white {
  background-color: var(--eolexi-white, #FFFFFF);
}
.eolexi-btn--white::after {
  background-color: var(--eolexi-base, #2F5CE9);
}
.eolexi-btn--white .eolexi-btn__text {
  color: var(--eolexi-black2, #162452);
}
.eolexi-btn--white:hover .eolexi-btn__text {
  color: var(--eolexi-white, #FFFFFF);
}
.eolexi-btn--white .eolexi-btn__icon {
  color: var(--eolexi-white, #FFFFFF);
  background-color: var(--eolexi-base, #2F5CE9);
}
.eolexi-btn--white:hover .eolexi-btn__icon {
  color: var(--eolexi-base, #2F5CE9);
  background-color: var(--eolexi-white, #FFFFFF);
}
.eolexi-btn--border {
  border: 1px solid var(--eolexi-base, #2F5CE9);
  background-color: transparent;
}
.eolexi-btn--border::after {
  background-color: var(--eolexi-base, #2F5CE9);
}
.eolexi-btn--border .eolexi-btn__text {
  color: var(--eolexi-black4, #333333);
}
.eolexi-btn--border:hover .eolexi-btn__text {
  color: var(--eolexi-white, #FFFFFF);
}
.eolexi-btn--border .eolexi-btn__icon {
  color: var(--eolexi-white, #FFFFFF);
  background-color: var(--eolexi-base, #2F5CE9);
}
.eolexi-btn--border:hover .eolexi-btn__icon {
  color: var(--eolexi-base, #2F5CE9);
  background-color: var(--eolexi-white, #FFFFFF);
}

.eolexi-btn-two {
  --tilt: 40px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--eolexi-base, #2F5CE9);
  padding: 14px 35px;
  font-size: 16px;
  color: var(--eolexi-white, #FFFFFF);
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  transition: all 500ms ease;
}
@media (max-width: 430px) {
  .eolexi-btn-two {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.eolexi-btn-two:hover {
  color: var(--eolexi-white, #FFFFFF);
}
.eolexi-btn-two span {
  position: relative;
  z-index: 1;
}
.eolexi-btn-two::before, .eolexi-btn-two::after {
  content: "";
  width: calc(100% + var(--tilt));
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(-100% - var(--tilt));
  background-color: var(--eolexi-black2, #162452);
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
  transition: transform 0.6s;
}
.eolexi-btn-two::before {
  left: calc(-100% - var(--tilt));
}
.eolexi-btn-two::after {
  left: 100%;
  transform: rotate(180deg);
}
.eolexi-btn-two:hover::before {
  transform: translateX(100%);
}
.eolexi-btn-two:hover::after {
  transform: rotate(180deg) translateX(100%);
}
.eolexi-btn-two--icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eolexi-btn-two--icon .eolexi-btn-two__icon {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  color: var(--eolexi-white, #FFFFFF);
}
.eolexi-btn-two--icon .eolexi-btn-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 430px) {
  .eolexi-btn-two--icon .eolexi-btn-two__icon {
    font-size: 10px;
  }
}

.video-btn {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: transparent;
  position: relative;
  border-radius: 50%;
  border: 4px solid var(--eolexi-white, #FFFFFF);
  font-size: 35px;
  color: var(--eolexi-white, #FFFFFF);
  transition: all 500ms ease;
}
.video-btn:hover {
  background-color: var(--eolexi-base, #2F5CE9);
  border-color: var(--eolexi-base, #2F5CE9);
}
.video-btn > span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 1px solid var(--eolexi-white, #FFFFFF);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
  -webkit-animation: pulse-animate 4s linear infinite;
  animation: pulse-animate 4s linear infinite;
}
.video-btn:hover > span {
  border-color: var(--eolexi-base, #2F5CE9);
}
.video-btn span:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.video-btn span:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.video-btn span:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
/* section title */
.sec-title {
  margin-bottom: 31px;
}
.sec-title--center {
  margin-bottom: 51px;
  text-align: center;
}
.sec-title--center .sec-title__top {
  justify-content: center;
}
.sec-title__top {
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 19px;
}
@media (max-width: 575px) {
  .sec-title__top {
    gap: 15px;
  }
}
.sec-title__shape {
  max-width: 100%;
  height: auto;
}
.sec-title__tagline {
  margin: 0;
  font-family: var(--eolexi-font, "DM Sans", serif);
  font-size: 22px;
  color: var(--eolexi-base, #2F5CE9);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.318;
}
@media (max-width: 991px) {
  .sec-title__tagline {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .sec-title__tagline {
    font-size: 16px;
  }
}
.sec-title__title {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.314;
}
@media (max-width: 575px) {
  .sec-title__title {
    font-size: 30px;
  }
}

/* ratings */
.eolexi-ratings {
  display: flex;
  align-items: center;
  gap: 9px;
}
.eolexi-ratings__icon {
  display: inline-flex;
  align-items: baseline;
  font-size: 16px;
  color: var(--eolexi-base, #2F5CE9);
  transition: all 500ms ease;
}
.eolexi-ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* social links */
.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-links a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--eolexi-base, #2F5CE9);
  overflow: hidden;
  transition: all 500ms ease;
}
.social-links__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--eolexi-white, #FFFFFF);
  transition: all 500ms ease;
}
.social-links__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.social-links a:hover {
  background-color: var(--eolexi-white, #FFFFFF);
}
.social-links a:hover .social-links__icon {
  color: var(--eolexi-base, #2F5CE9);
  animation: slideTop 400ms;
}

.social-links-two {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10.99px;
}
.social-links-two a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--eolexi-gray, #92918F);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}
.social-links-two__icon {
  display: inline-flex;
  font-size: 15px;
  color: var(--eolexi-gray, #92918F);
  transition: all 500ms ease;
}
.social-links-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.social-links-two a:hover {
  background-color: var(--eolexi-base, #2F5CE9);
  border-color: var(--eolexi-base, #2F5CE9);
}
.social-links-two a:hover .social-links-two__icon {
  color: var(--eolexi-white, #FFFFFF);
  animation: slideTop 400ms;
}

/* progress bar */
.progress-box + .progress-box {
  margin-top: 23px;
}
.progress-box__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--eolexi-text, #636363);
  line-height: 1.625;
}
.progress-box__bar {
  position: relative;
  width: 100%;
  height: 14px;
  border: 1px solid var(--eolexi-base, #2F5CE9);
  border-radius: 20px;
}
.progress-box__bar__inner {
  position: relative;
  position: absolute;
  height: calc(100% - 4px);
  width: 0%;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  background-color: var(--eolexi-base, #2F5CE9);
  border-radius: inherit;
  transition: all 800ms linear;
}
.progress-box__bar__inner::before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: var(--eolexi-base, #2F5CE9);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}
.progress-box__bar__inner::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--eolexi-white, #FFFFFF);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}
.progress-box__number {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  font-family: var(--eolexi-heading-font, "Roboto Slab", serif);
  font-size: 16px;
  color: var(--eolexi-text, #636363);
  font-weight: 600;
  line-height: 1.625;
}

/* post pagination */
.post-pagination {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991px) {
  .post-pagination {
    margin-top: 20px;
  }
}
.post-pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: var(--eolexi-base, #2F5CE9);
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  background-color: var(--eolexi-white2, #F0F2F8);
  border-radius: 5px;
  overflow: hidden;
  transition: all 400ms ease;
}
.post-pagination__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.post-pagination__btn:hover {
  color: var(--eolexi-white, #FFFFFF);
  background-color: var(--eolexi-base, #2F5CE9);
}
.post-pagination__btn.active {
  color: var(--eolexi-white, #FFFFFF);
  background-color: var(--eolexi-base, #2F5CE9);
}
.post-pagination__icon {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  color: var(--eolexi-base, #2F5CE9);
  transition: all 400ms ease;
}
.post-pagination__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.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(--eolexi-base, #2F5CE9);
}

.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--eolexi-text, #636363);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--eolexi-black, #222222);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 35px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--eolexi-base, #2F5CE9);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.eolexi-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.eolexi-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.eolexi-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.eolexi-owl__carousel--basic-nav.owl-carousel .owl-nav {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.eolexi-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--eolexi-black2, #162452);
  background-color: var(--eolexi-white2, #F0F2F8);
  border-radius: 50%;
  transition: all 400ms ease;
}
.eolexi-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 575px) {
  .eolexi-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.eolexi-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--eolexi-white, #FFFFFF);
  background-color: var(--eolexi-base, #2F5CE9);
}
.eolexi-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}
.eolexi-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.eolexi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  outline: 0;
  border: 0;
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--eolexi-black2, #162452);
  transition: all 400ms ease;
}
.eolexi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
  border-radius: inherit;
  border: 1px solid var(--eolexi-base, #2F5CE9);
  transition: all 400ms ease;
}
.eolexi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
}
.eolexi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .eolexi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--eolexi-base, #2F5CE9);
}
.eolexi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover::after, .eolexi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.eolexi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .eolexi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}
.eolexi-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 60px;
}
.eolexi-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.eolexi-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

.eolexi-slick__carousel.slick-slider .slick-dots {
  list-style: none;
  margin: 60px 0px 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.eolexi-slick__carousel.slick-slider .slick-dots li {
  position: relative;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--eolexi-black2, #162452);
  transition: all 400ms ease;
}
.eolexi-slick__carousel.slick-slider .slick-dots li::after {
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
  border-radius: inherit;
  border: 1px solid var(--eolexi-base, #2F5CE9);
  transition: all 400ms ease;
}
.eolexi-slick__carousel.slick-slider .slick-dots li:hover, .eolexi-slick__carousel.slick-slider .slick-dots li.slick-active {
  background-color: var(--eolexi-base, #2F5CE9);
}
.eolexi-slick__carousel.slick-slider .slick-dots li:hover::after, .eolexi-slick__carousel.slick-slider .slick-dots li.slick-active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.eolexi-slick__carousel.slick-slider .slick-dots li button {
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--eolexi-black, #222222);
  color: var(--eolexi-white, #FFFFFF);
  font-family: var(--eolexi-font, "DM Sans", serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--eolexi-font, "DM Sans", serif);
}
.ui-datepicker-calendar td {
  background-color: var(--eolexi-gray, #92918F);
  background-image: none;
  font-family: var(--eolexi-font, "DM Sans", serif);
  color: var(--eolexi-text, #636363);
}
.ui-datepicker-calendar td a {
  border-color: var(--eolexi-border-color, #dddddd);
  background-color: var(--eolexi-gray, #92918F);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--eolexi-border-color, #dddddd);
  background-color: var(--eolexi-gray, #92918F);
  background-image: none;
  color: var(--eolexi-text, #636363);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--eolexi-white, #FFFFFF);
  background-color: var(--eolexi-base, #2F5CE9);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--eolexi-white, #FFFFFF);
  background-color: var(--eolexi-base, #2F5CE9);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--eolexi-white, #FFFFFF);
  color: var(--eolexi-black, #222222);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--eolexi-base, #2F5CE9);
  color: var(--eolexi-white, #FFFFFF);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--eolexi-base, #2F5CE9);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--eolexi-black, #222222);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/* preloader */
.preloader {
  position: fixed;
  background-color: var(--eolexi-black2, #162452);
  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%;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background-color: var(--eolexi-black2, #162452);
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .hero-section {
    padding-top: 94px;
    padding-bottom: 166px;
  }
}
.hero-section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.04;
}
.hero-section .container {
  position: relative;
}
.hero-section__logo {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hero-section__content {
  text-align: center;
}
@media (min-width: 992px) {
  .hero-section__content {
    text-align: left;
  }
}
.hero-section__title {
  margin: 0;
  font-size: 38px;
  line-height: 1.23;
  color: var(--eolexi-white, #FFFFFF);
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 80px;
  margin-bottom: 20px;
}
@media (min-width: 375px) {
  .hero-section__title {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .hero-section__title {
    margin-top: 186px;
    font-size: 60px;
  }
}
.hero-section__text {
  margin: 0 0 30px;
  color: var(--eolexi-white, #FFFFFF);
  font-weight: 500;
}
@media (min-width: 1200px) {
  .hero-section__text {
    margin-bottom: 52px;
    font-size: 20px;
    line-height: 36px;
  }
}
.hero-section__text br {
  display: none;
}
@media (min-width: 768px) {
  .hero-section__text br {
    display: inherit;
  }
}
.hero-section .eolexi-btn::after {
  background-color: var(--eolexi-white, #FFFFFF);
}
.hero-section .eolexi-btn:hover .eolexi-btn__text {
  color: var(--eolexi-black2, #162452);
}
.hero-section__images {
  display: none;
}
.hero-section__images img {
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0px 4.10679px 41.0679px 5.13348px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px) {
  .hero-section__images {
    display: block;
  }
}
.hero-section__arrow {
  width: 158px;
  height: 90px;
  background-image: url(../images/eolexi-landing/hero-arrow-1.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 177px;
  left: 28%;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  display: none;
}
@media (min-width: 1200px) {
  .hero-section__arrow {
    display: block;
  }
}
@media (min-width: 1400px) {
  .hero-section__arrow {
    left: 30%;
  }
}
@media (min-width: 1500px) {
  .hero-section__arrow {
    left: 31%;
  }
}
@media (min-width: 1600px) {
  .hero-section__arrow {
    left: 33%;
  }
}
@media (min-width: 1700px) {
  .hero-section__arrow {
    left: 35%;
  }
}
.hero-section__badge {
  width: 133px;
  height: 133px;
  background-image: url(../images/eolexi-landing/hero-badge-1.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 70px;
  left: 49.5%;
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
  display: none;
}
@media (min-width: 1200px) {
  .hero-section__badge {
    display: block;
  }
}
@media (min-width: 1400px) {
  .hero-section__badge {
    top: 80px;
  }
}
@media (min-width: 1600px) {
  .hero-section__badge {
    top: 100px;
  }
}

@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/
.features-two {
  background-color: var(--eolexi-white2, #F0F2F8);
  padding-top: 80px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .features-two {
    padding-bottom: 40px;
  }
}
.features-two__box {
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .features-two__box {
    margin-bottom: 30px;
  }
}
.features-two__box img {
  max-height: 52px;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transform: scale(1);
}
.features-two__box:hover img {
  transform: scale(0.9);
}
.features-two__title {
  font-family: var(--eolexi-font, "DM Sans", serif);
  font-size: 20px;
  line-height: 36px;
  color: var(--eolexi-black, #222222);
  margin: 22px 0 0;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Demo Section
--------------------------------------------------------------*/
.demos-one {
  position: relative;
  padding: 120px 0 90px;
}
@media (max-width: 767px) {
  .demos-one {
    padding: 80px 0 50px;
  }
}
.demos-one__single {
  margin: 0 0 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  text-align: center;
  background-color: var(--eolexi-white, #FFFFFF);
  box-shadow: 0px 0px 60px 10px rgba(0, 0, 0, 0.1);
}
.demos-one__single:hover {
  transform: translateY(-10px);
}
.demos-one__single:hover .demos-one__buttons {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demos-one__single:hover .demos-one__image img {
  filter: blur(2px);
}
.demos-one__image {
  position: relative;
}
.demos-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demos-one__buttons {
  background-color: rgba(var(--eolexi-black2-rgb, 22, 36, 82), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .demos-one__buttons {
    flex-direction: column;
  }
}
@media (max-width: 412px) {
  .demos-one__buttons {
    flex-direction: column;
  }
}
.demos-one__buttons .eolexi-btn {
  padding-left: 20px;
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .demos-one__buttons .eolexi-btn {
    min-width: 169px;
    padding-left: 25px;
    justify-content: space-between;
  }
}
@media (max-width: 412px) {
  .demos-one__buttons .eolexi-btn {
    min-width: 169px;
    padding-left: 25px;
    justify-content: space-between;
  }
}
.demos-one__buttons .eolexi-btn::after {
  background-color: var(--eolexi-white, #FFFFFF);
}
.demos-one__buttons .eolexi-btn__text {
  font-size: 14px;
}
.demos-one__buttons .eolexi-btn:hover .eolexi-btn__text {
  color: var(--eolexi-black2, #162452);
}
.demos-one__buttons .eolexi-btn__icon {
  width: 30px;
  height: 30px;
  font-size: 12px;
}
.demos-one__text {
  text-align: center;
  padding-top: 29px;
  padding-bottom: 32px;
}
.demos-one__text__title {
  margin: 0;
  font-family: var(--eolexi-font, "DM Sans", serif);
  font-size: 20px;
  line-height: 30px;
  color: var(--eolexi-black, #222222);
  font-weight: 700;
}

/*--------------------------------------------------------------
#  Feature Section 02
--------------------------------------------------------------*/
.features-one {
  background-color: var(--eolexi-white2, #F0F2F8);
  padding: 107px 0 70px;
}
@media (max-width: 767px) {
  .features-one {
    padding: 70px 0 30px;
  }
}
.features-one__title {
  font-size: 50px;
  color: var(--eolexi-black, #222222);
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 63px;
}
@media (max-width: 767px) {
  .features-one__title {
    font-size: 35px;
    margin-bottom: 50px;
  }
}
.features-one__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1199px) {
  .features-one__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 991px) {
  .features-one__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .features-one__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.features-one__box {
  text-align: center;
  position: relative;
  margin: 0 0 46px;
}
@media (max-width: 767px) {
  .features-one__box {
    margin-left: auto;
    margin-right: auto;
  }
}
.features-one__box__image {
  width: 131px;
  height: 135px;
  background-color: var(--eolexi-white, #FFFFFF);
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-one__box__image img {
  max-height: 121px;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transform: scale(1);
}
.features-one__box__title {
  font-family: var(--eolexi-font, "DM Sans", serif);
  max-width: 131px;
  font-size: 15px;
  color: var(--eolexi-black, #222222);
  font-weight: 600;
  margin: 22px 0 0;
}
.features-one__box:hover .features-one__box__image img {
  transform: scale(0.9);
}

/*--------------------------------------------------------------
#  Footer Section
--------------------------------------------------------------*/
.main-footer {
  background-color: var(--eolexi-black2, #162452);
  position: relative;
  padding-top: 108px;
}
@media (max-width: 767px) {
  .main-footer {
    padding-top: 70px;
  }
}
.main-footer__bg {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.main-footer__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--eolexi-black2-rgb, 22, 36, 82), 0.9);
}
.main-footer .container {
  position: relative;
  z-index: 2;
}
.main-footer__title {
  margin: 0 0 20px;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--eolexi-white, #FFFFFF);
}
@media (min-width: 1200px) {
  .main-footer__title {
    font-size: 50px;
  }
}
.main-footer__text {
  margin: 0 0 27px;
  font-weight: 500;
  color: var(--eolexi-white, #FFFFFF);
}
@media (min-width: 1200px) {
  .main-footer__text {
    font-size: 26px;
  }
}
.main-footer .eolexi-btn::after {
  background-color: var(--eolexi-white, #FFFFFF);
}
.main-footer .eolexi-btn:hover .eolexi-btn__text {
  color: var(--eolexi-black2, #162452);
}
.main-footer__copyright {
  position: relative;
  border-top: 1px solid rgba(var(--eolexi-white-rgb, 255, 255, 255), 0.1);
  margin: 109px 0 0;
  padding: 33px 0 33px;
}
@media (max-width: 767px) {
  .main-footer__copyright {
    margin-top: 50px;
    padding: 23px 0 22px;
  }
}
.main-footer__copyright p {
  margin: 0;
  font-family: var(--eolexi-font, "DM Sans", serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: var(--eolexi-white, #FFFFFF);
}
/*# sourceMappingURL=eolexi-landing.css.map */
