/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Common
# Cards
# Topbar
# Navigations
# Home Showcase
# Mobile Nav
# Page Header
# Google Map
# Form
# Search Popup
# Contact
# Footer
# Sidebar
# Custom Cursor
# Animations
# Main Slider
# About
# Services
# Service Details
# Team Details
# Testimonials
# Gallery
# Company Info
# Why Choose
# Funfact
# Login
# Faq
# Apply Loan
# Loan
# Loan Reasons
# Loan Eligibility
# Company Transparency
# Features
# Worldwide
# Quick Loan
# Work Process
# Comments
# Error 404
# Boxed Home
--------------------------------------------------------------*/
:root {
  --easilon-font: "Montserrat", sans-serif;
  --easilon-text: #82828A;
  --easilon-text-rgb: 130, 130, 138;
  --easilon-base: #00CDE5;
  --easilon-base-rgb: 0, 205, 229;
  --easilon-gray: #A0A0C0;
  --easilon-gray-rgb: 160, 160, 192;
  --easilon-white: #ffffff;
  --easilon-white-rgb: 255, 255, 255;
  --easilon-white2: #F6F6F8;
  --easilon-white2-rgb: 246, 246, 248;
  --easilon-white3: #ECF0F5;
  --easilon-white3-rgb: 236, 240, 245;
  --easilon-black: #2B2B5E;
  --easilon-black-rgb: 43, 43, 94;
  --easilon-black2: #141414;
  --easilon-black2-rgb: 20, 20, 20;
  --easilon-black3: #1E2436;
  --easilon-black3-rgb: 30, 36, 54;
  --easilon-black4: #082545;
  --easilon-black4-rgb: 8, 37, 69;
  --easilon-border-color: #E6E6ED;
  --easilon-border-color-rgb: 230, 230, 237;
  --easilon-letter-space: -0.02em;
  --easilon-letter-space-xl: -0.03em;
  --section-space: 120px;
  --section-space2: 116px;
}

/*--------------------------------------------------------------
# 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(--easilon-font, "Montserrat", sans-serif);
  font-weight: 500;
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  line-height: 1.75;
  background-color: var(--easilon-white, #ffffff);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--easilon-base, #00CDE5);
  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(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-black, #2B2B5E);
}

@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(--easilon-base, #00CDE5);
}

.background-gray {
  background-color: var(--easilon-gray, #A0A0C0);
}

.background-white {
  background-color: var(--easilon-white, #ffffff);
}

.background-white-2 {
  background-color: var(--easilon-white2, #F6F6F8);
}

.background-black {
  background-color: var(--easilon-black, #2B2B5E);
}

.background-black-2 {
  background-color: var(--easilon-black2, #141414);
}

.easilon-text {
  color: var(--easilon-text, #82828A);
}

.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-two {
  padding-top: var(--section-space2, 118px);
  padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
  .section-space-two {
    padding-top: 97px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .section-space-two {
    padding-top: 77px;
    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);
}

.easilon-btn {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 20px 21px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--easilon-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
  transition: 500ms;
}

@media (max-width: 430px) {
  .easilon-btn {
    font-size: 14px;
  }
}

.easilon-btn::before,
.easilon-btn::after {
  content: "";
  background-color: var(--easilon-black, #2B2B5E);
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.easilon-btn::before {
  top: 0;
  left: 0;
  right: auto;
}

.easilon-btn::after {
  bottom: 0;
  right: 0;
  left: auto;
}

.easilon-btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.easilon-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.easilon-btn span {
  position: relative;
  top: 1px;
  color: inherit;
}

.easilon-btn__icon {
  position: relative;
  font-size: 14px;
  color: inherit;
  transition: all 400ms ease;
}

.easilon-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.easilon-btn__icon::after {
  content: "";
  width: 1px;
  height: calc(100% - 3px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  background-color: var(--easilon-white, #ffffff);
  transition: all 400ms ease;
}

.easilon-btn--black {
  background-color: var(--easilon-black, #2B2B5E);
}

.easilon-btn--black::before,
.easilon-btn--black::after {
  background-color: var(--easilon-base, #00CDE5);
}

.easilon-btn--white {
  color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white, #ffffff);
}

.easilon-btn--white::before,
.easilon-btn--white::after {
  background-color: var(--easilon-base, #00CDE5);
}

.easilon-btn--white .easilon-btn__icon::after {
  background-color: var(--easilon-base, #00CDE5);
}

.easilon-btn--white:hover {
  color: var(--easilon-white, #ffffff);
}

.easilon-btn--white:hover .easilon-btn__icon::after {
  background-color: var(--easilon-white, #ffffff);
}

.easilon-btn--border {
  padding: 19px 19.5px;
  color: var(--easilon-base, #00CDE5);
  background-color: transparent;
  border: 1px solid var(--easilon-base, #00CDE5);
}

.easilon-btn--border::before,
.easilon-btn--border::after {
  background-color: var(--easilon-base, #00CDE5);
}

.easilon-btn--border .easilon-btn__icon::after {
  background-color: var(--easilon-base, #00CDE5);
}

.easilon-btn--border:hover {
  color: var(--easilon-white, #ffffff);
}

.easilon-btn--border:hover .easilon-btn__icon::after {
  background-color: var(--easilon-white, #ffffff);
}

/* section title */
.sec-title {
  margin-bottom: 51px;
}

.sec-title--center {
  text-align: center;
}

.sec-title--center .sec-title__top {
  justify-content: center;
}

.sec-title__top {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.sec-title__shape {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.sec-title__shape__one,
.sec-title__shape__two {
  flex-shrink: 0;
  height: 4px;
  background-color: var(--easilon-base, #00CDE5);
}

.sec-title__shape__one {
  width: 11px;
}

.sec-title__shape__two {
  width: 18px;
}

.sec-title__tagline {
  margin-bottom: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-weight: 600;
  font-size: 16px;
  color: var(--easilon-base, #00CDE5);
  line-height: 1.4;
  text-transform: uppercase;
}

.sec-title__title {
  margin: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 45px;
  font-weight: 700;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.111;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .sec-title__title {
    font-size: 40px;
  }
}

@media (max-width: 430px) {
  .sec-title__title {
    font-size: 35px;
  }
}

.video-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-size: 18px;
  color: var(--easilon-base, #00CDE5);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.video-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.video-btn:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.video-btn>span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 1px solid var(--easilon-base, #00CDE5);
  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 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(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

/* progress bar */
.progress-box+.progress-box {
  margin-top: 21px;
}

.progress-box__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.875;
  text-transform: capitalize;
  margin-bottom: 8px;
}

@media (max-width: 575px) {
  .progress-box__title {
    font-size: 14px;
  }
}

.progress-box__bar {
  width: 100%;
  height: 6px;
  background-color: var(--easilon-border-color, #E6E6ED);
  position: relative;
}

.progress-box__bar__inner {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 800ms linear;
  width: 0px;
}

.progress-box__number {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  font-weight: 500;
  line-height: 1.875;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .progress-box__number {
    font-size: 14px;
  }
}

/* social links */
.social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.social-links a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--easilon-text, #82828A);
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  border-radius: 50%;
}

.social-links a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.social-links a:hover {
  color: var(--easilon-white2, #F6F6F8);
}

.social-links-two {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.social-links-two a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.25);
  overflow: hidden;
}

.social-links-two a:hover {
  background-color: var(--easilon-base, #00CDE5);
  border-color: var(--easilon-base, #00CDE5);
}

.social-links-two__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--easilon-border-color, #E6E6ED);
}

.social-links-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.social-links-two a:hover .social-links-two__icon {
  color: var(--easilon-white, #ffffff);
  animation: slideTop 0.5s;
}

/* ratings */
.easilon-ratings {
  display: flex;
  align-items: center;
  gap: 9px;
}

.easilon-ratings__icon {
  display: inline-flex;
  align-items: baseline;
  font-size: 16px;
  color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.easilon-ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* post paginations */
.post-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.post-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--easilon-white2, #F6F6F8);
  color: var(--easilon-text, #82828A);
  text-transform: capitalize;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
  line-height: 39px;
  border: 1px solid transparent;
  transition: all 400ms ease;
}

.post-pagination a .post-pagination__icon {
  position: relative;
  top: 1.5px;
  display: inline-flex;
  font-size: 14.77px;
  color: var(--easilon-text, #82828A);
  transition: all 400ms ease;
}

.post-pagination a .post-pagination__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.post-pagination a:hover {
  border-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-base, #00CDE5);
  background-color: transparent;
  text-shadow: 0px 0px 0.5px currentColor;
}

.post-pagination a:hover .post-pagination__icon {
  color: var(--easilon-base, #00CDE5);
}

.post-pagination li.active a {
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-black, #2B2B5E);
}

.post-pagination li.active a .post-pagination__icon {
  color: var(--easilon-white, #ffffff);
}

.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(--easilon-base, #00CDE5);
}

.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(--easilon-text, #82828A);
  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(--easilon-black, #2B2B5E);
}

@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 45px;
  }
}

.ul-list-one li::before {
  content: "\e907";
  color: var(--easilon-base, #00CDE5);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--easilon-black, #2B2B5E);
  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-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(--easilon-base, #00CDE5);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--easilon-black, #2B2B5E);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

.easilon-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}

.easilon-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.easilon-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 60px;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--easilon-black, #2B2B5E);
  background-color: var(--easilon-white2, #F6F6F8);
  border-radius: 50%;
  transition: all 400ms ease;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  outline: 0;
  border: 0;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 400ms ease;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
  border-radius: inherit;
  border: 1px solid var(--easilon-base, #00CDE5);
  transition: all 400ms ease;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover,
.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--easilon-base, #00CDE5);
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover::after,
.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span,
.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled+.owl-dots {
  margin-top: 60px;
}

.easilon-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.easilon-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

/* ui datepicker */
.ui-datepicker.ui-widget-content {
  border: 1px solid var(--easilon-border-color, #E6E6ED);
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-base, #00CDE5);
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  width: 257px;
  padding: 5px 8px 3px;
  background-color: var(--easilon-white, #ffffff);
  z-index: 99 !important;
}

@media (max-width: 360px) {
  .ui-datepicker.ui-widget-content {
    width: 270px;
  }
}

.ui-datepicker.ui-widget-content .ui-widget-header {
  border: 0 !important;
}

.ui-datepicker .ui-datepicker-header {
  padding: 6px 0;
  border-radius: 6px;
  background-image: none;
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-white, #ffffff);
  font-family: var(--easilon-font, "Montserrat", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-black, #2B2B5E);
}

.ui-datepicker-calendar td {
  background-color: var(--easilon-white, #ffffff);
  background-image: none;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-white, #ffffff);
}

.ui-datepicker-calendar td a {
  border-color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white2, #F6F6F8);
  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: transparent;
  background-color: var(--easilon-white2, #F6F6F8);
  background-image: none;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 500;
  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(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.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(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--easilon-white, #ffffff);
  color: var(--easilon-black, #2B2B5E);
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--easilon-white, #ffffff);
  color: var(--easilon-black, #2B2B5E);
}

.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 6px;
}

.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 6px;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.team-card {
  position: relative;
  transition: all 500ms ease;
  overflow: hidden;
}

.team-card__image {
  display: block;
}

.team-card__image img {
  position: relative;
  display: block;
  width: 100%;
}

.team-card__overlay {
  width: 100%;
  height: calc(100% - 125px);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(180deg, rgba(43, 43, 94, 0) 0%, #2B2B5E 100%);
  z-index: 1;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.team-card:hover .team-card__overlay {
  opacity: 1;
  visibility: visible;
}

.team-card .social-links-two {
  position: absolute;
  top: 20px;
  right: 20px;
  transform: scale(1, 0);
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transition: all 500ms ease;
  transform-origin: top right;
  z-index: 3;
}

@media (max-width: 1199px) {
  .team-card .social-links-two {
    top: 25px;
    right: 25px;
  }
}

.team-card .social-links-two__icon {
  color: var(--easilon-white, #ffffff);
}

.team-card .social-links-two a {
  border-color: var(--easilon-white, #ffffff);
}

@media (max-width: 375px) {
  .team-card .social-links-two a {
    width: 32px;
    height: 32px;
  }
}

.team-card .social-links-two a:hover {
  border-color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-base, #00CDE5);
}

.team-card .social-links-two a:hover .social-links-two__icon {
  color: var(--easilon-white, #ffffff);
}

.team-card:hover .social-links-two {
  opacity: 1;
  transform: scale(1, 1);
}

.team-card__identity {
  margin-right: 20px;
  position: absolute;
  left: 0;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(60px);
  padding: 17px 33px 18px 20px;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 3;
  transition: opacity 600ms ease, visibility 600ms ease, transform 600ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-card__identity {
    bottom: 25px;
  }
}

@media (max-width: 375px) {
  .team-card__identity {
    bottom: 25px;
  }
}

.team-card__identity::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 5px;
  height: calc(100% - 40px);
  background-color: var(--easilon-white, #ffffff);
}

.team-card:hover .team-card__identity {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.team-card__name {
  font-size: 18px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  line-height: 1.222;
  text-transform: uppercase;
  margin-bottom: 4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-card__name {
    font-size: 17px;
  }
}

@media (max-width: 375px) {
  .team-card__name {
    font-size: 16px;
  }
}

.team-card__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-card__name a:hover {
  background-size: 100% 1px;
}

.team-card__designation {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--easilon-white, #ffffff);
  line-height: 1.25;
}

.team-card__shape__one,
.team-card__shape__two {
  position: absolute;
  z-index: 2;
  width: 91px;
  height: 103px;
  stroke: var(--easilon-white, #ffffff);
  stroke-width: 3px;
  transition: all 500ms ease;
}

.team-card__shape__one {
  top: 0;
  left: 0;
  animation: zump 2s linear infinite;
}

.team-card__shape__two {
  right: 0;
  bottom: 0;
  animation: zumpBottom 2s linear infinite;
}

.team-card:hover .team-card__shape__one,
.team-card:hover .team-card__shape__two {
  stroke: var(--easilon-base, #00CDE5);
}

.team-card-two {
  position: relative;
  transition: all 500ms ease;
  overflow: hidden;
}

.team-card-two__image {
  display: block;
}

.team-card-two__image img {
  position: relative;
  display: block;
  width: 100%;
}

.team-card-two__hover {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transform-style: preserve-3d;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(43, 43, 94, 0) 0%, #2B2B5E 100%);
  border: 5px solid var(--easilon-base, #00CDE5);
  z-index: 2;
  transition: all 500ms ease-in-out;
}

.team-card-two__hover__inner {
  width: 100%;
}

.team-card-two:hover .team-card-two__hover {
  opacity: 1;
  transform: scaleX(1);
}

.team-card-two__social {
  margin-bottom: 20px;
  overflow: hidden;
}

.team-card-two .social-links-two {
  opacity: 0;
  transform: translateY(50px);
  justify-content: center;
  gap: 7px;
  transition: all 700ms ease 400ms;
}

.team-card-two .social-links-two__icon {
  color: var(--easilon-white, #ffffff);
}

.team-card-two .social-links-two a {
  border-color: var(--easilon-white, #ffffff);
}

@media (max-width: 375px) {
  .team-card-two .social-links-two a {
    width: 32px;
    height: 32px;
  }
}

.team-card-two .social-links-two a:hover {
  border-color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-base, #00CDE5);
}

.team-card-two .social-links-two a:hover .social-links-two__icon {
  color: var(--easilon-white, #ffffff);
}

.team-card-two:hover .social-links-two {
  opacity: 1;
  transform: translateY(0);
}

.team-card-two__identity {
  position: relative;
  padding: 16px 20px 12px 15px;
  background-color: var(--easilon-base, #00CDE5);
}

.team-card-two__identity::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  width: 5px;
  height: calc(100% - 40px);
  background-color: var(--easilon-white, #ffffff);
}

.team-card-two__name {
  margin-bottom: 4px;
  font-size: 18px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  line-height: 1.222;
  text-transform: uppercase;
}

.team-card-two__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-card-two__name a:hover {
  background-size: 100% 1px;
}

.team-card-two__designation {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--easilon-white, #ffffff);
  line-height: 1.25;
}

.team-one {
  background-color: var(--easilon-white, #ffffff);
}

.team-two {
  position: relative;
  background-color: var(--easilon-black, #2B2B5E);
}

.team-two .container {
  position: relative;
  z-index: 1;
}

.team-two__top {
  margin-bottom: 51px;
}

.team-two .sec-title {
  margin: 0;
}

.team-two .sec-title__title {
  color: var(--easilon-white, #ffffff);
}

.team-two__button {
  display: flex;
  justify-content: flex-end;
}

.team-two__button .easilon-btn {
  top: 7px;
}

@media (max-width: 991px) {
  .team-two__button .easilon-btn {
    top: 0;
  }
}

@media (min-width: 1200px) {
  .team-two__container {
    max-width: 1500px;
  }
}

.team-two__border-box {
  display: flex;
  width: calc(100% - 240px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .team-two__border-box {
    width: calc(100% - 180px);
  }
}

@media (max-width: 991px) {
  .team-two__border-box {
    width: calc(100% - 150px);
  }
}

@media (max-width: 767px) {
  .team-two__border-box {
    width: calc(100% - 100px);
  }
}

@media (max-width: 767px) {
  .team-two__border-box {
    width: calc(100% - 80px);
  }
}

.team-two__border {
  width: 20%;
  height: 100%;
  border-right: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  animation: animatedBorder3 1500ms infinite ease;
}

@media (max-width: 1199px) {
  .team-two__border {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .team-two__border {
    width: 33.333%;
  }
}

@media (max-width: 575px) {
  .team-two__border {
    width: 50%;
  }
}

.team-two__border--1 {
  border-left: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
}

@media (max-width: 575px) {
  .team-two__border--3 {
    display: none;
  }
}

@media (max-width: 991px) {
  .team-two__border--4 {
    display: none;
  }
}

@media (max-width: 1199px) {
  .team-two__border--5 {
    display: none;
  }
}

@keyframes animatedBorder3 {
  0% {
    border-color: RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  }

  50% {
    border-color: RGBA(var(--easilon-base-rgb, 0, 205, 229), 0.6);
  }

  100% {
    border-color: RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  }
}

.team-page {
  background-color: var(--easilon-white, #ffffff);
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar {
  display: none;
  background-color: var(--easilon-white2, #F6F6F8);
}

@media (min-width: 576px) {
  .topbar {
    display: block;
  }
}

.topbar .container-fluid {
  max-width: 1550px;
}

.topbar__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .topbar__inner {
    flex-direction: row;
  }
}

.topbar__info {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}

.topbar__info li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
  line-height: 1.2;
}

.topbar__info li:hover {
  color: var(--easilon-base, #00CDE5);
}

.topbar__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar__info li a:hover {
  background-size: 100% 1px;
}

.topbar__info__icon {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: var(--easilon-base, #00CDE5);
}

.topbar__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.topbar__info__icon--phone {
  font-size: 16px;
}

.topbar__right {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 767px) {
  .topbar__right {
    display: none;
  }
}

.topbar__pages {
  margin: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .topbar__pages {
    display: none;
  }
}

.topbar__pages li {
  font-weight: 500;
  font-size: 15px;
  color: var(--easilon-text, #82828A);
  line-height: 1.2;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.topbar__pages li:not(:last-of-type)::after {
  content: "/";
  font-size: 15px;
  color: var(--easilon-text, #82828A);
  line-height: 1.2;
  margin-left: 8px;
  margin-right: 8px;
}

.topbar__pages li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar__pages li a:hover {
  background-size: 100% 1px;
}

.topbar__pages li a:hover {
  color: var(--easilon-base, #00CDE5);
}

.topbar__social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.topbar__social a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: var(--easilon-text, #82828A);
}

.topbar__social a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.topbar__social a:hover {
  color: var(--easilon-base, #00CDE5);
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  position: relative;
  background-color: var(--easilon-white, #ffffff);
  z-index: 99;
}

.main-header .container-fluid {
  position: relative;
  z-index: 1;
  max-width: 1550px;
}

.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 1199px) {
  .main-header__inner {
    padding: 20px 0;
  }
}

.main-header__logo img {
  max-width: 100%;
  height: auto;
}

.main-header__right {
  display: flex;
  align-items: center;
}

.main-header__nav {
  margin-right: 78px;
}

@media (max-width: 1599px) {
  .main-header__nav {
    margin-right: 60px;
  }
}

.main-header__cart,
.main-header__search {
  position: relative;
  font-size: 16px;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1;
  transition: all 500ms ease;
}

.main-header__cart svg,
.main-header__search svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-header__cart:hover,
.main-header__search:hover {
  color: var(--easilon-base, #00CDE5);
}

@media (max-width: 1199px) {
  .main-header__search {
    margin-left: 50px;
  }

  .main-header__search::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: var(--easilon-border-color, #E6E6ED);
  }
}

@media (max-width: 425px) {
  .main-header__search {
    margin-left: 36px;
  }

  .main-header__search::before {
    left: -18px;
  }
}

.main-header__cart {
  margin-left: 40px;
}

@media (max-width: 1399px) {
  .main-header__cart {
    margin-left: 35px;
  }
}

@media (max-width: 425px) {
  .main-header__cart {
    margin-left: 25px;
  }
}

.main-header__btn {
  margin-left: 80px;
  padding: 17px 20.5px;
}

@media (max-width: 1599px) {
  .main-header__btn {
    margin-left: 60px;
  }
}

@media (max-width: 1399px) {
  .main-header__btn {
    margin-left: 40px;
  }
}

@media (max-width: 1199px) {
  .main-header__btn {
    margin-left: 50px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

@media (max-width: 991px) {
  .main-header__btn {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header__btn {
    display: none;
  }
}

.main-header__btn .easilon-btn__icon {
  font-size: 19px;
}

.main-header__btn .easilon-btn__icon::after {
  background-color: RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.25);
  height: calc(100% - 1px);
}

.main-header--two {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent;
}

@media (max-width: 575px) {
  .main-header--two {
    top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 360px) {
  .main-header--two {
    top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.main-header--two .container-fluid {
  position: relative;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 38px;
  background-color: var(--easilon-white, #ffffff);
}

@media (max-width: 1599px) {
  .main-header--two .container-fluid {
    padding-right: 24px;
  }
}

@media (max-width: 430px) {
  .main-header--two .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 375px) {
  .main-header--two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main-header--two .container-fluid::before,
.main-header--two .container-fluid::after {
  content: "";
  width: 226px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--easilon-black, #2B2B5E);
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}

@media (max-width: 412px) {

  .main-header--two .container-fluid::before,
  .main-header--two .container-fluid::after {
    display: none;
  }
}

.main-header--two .container-fluid::after {
  left: 10px;
  background-color: var(--easilon-base, #00CDE5);
  z-index: -1;
}

@media (max-width: 1199px) {
  .main-header--two .main-header__inner {
    padding: 20px 0;
  }
}

.main-header--two .main-header__logo,
.main-header--two .main-header__right {
  position: relative;
  z-index: 1;
}

.main-header--two .main-header__logo__light {
  display: none;
}

@media (min-width: 413px) {
  .main-header--two .main-header__logo__light {
    display: inline-block;
  }
}

.main-header--two .main-header__logo__dark {
  display: inline-block;
}

@media (min-width: 413px) {
  .main-header--two .main-header__logo__dark {
    display: none;
  }
}

.main-header--two .main-header__right-wrap {
  display: flex;
  align-items: center;
}

.main-header--two .main-header__nav {
  margin-right: 78px;
}

@media (max-width: 1599px) {
  .main-header--two .main-header__nav {
    margin-right: 70px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--two .main-header__nav {
    margin-right: 50px;
  }
}

.main-header--two .main-menu .main-menu__list>li {
  padding-top: 42.5px;
  padding-bottom: 42.5px;
}

.main-header--two .main-header__call {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 80px;
}

@media (max-width: 1799px) {
  .main-header--two .main-header__call {
    margin-left: 60px;
  }
}

@media (max-width: 1599px) {
  .main-header--two .main-header__call {
    display: none;
  }
}

.main-header--two .main-header__call__icon {
  display: inline-flex;
  font-size: 24px;
  color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.main-header--two .main-header__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-header--two .main-header__call:hover .main-header__call__icon {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header--two .main-header__call__number {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  line-height: 1.208;
}

.main-header--two .main-header__call__number:hover {
  color: var(--easilon-base, #00CDE5);
}

.main-header--two .main-header__call__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-header--two .main-header__call__number a:hover {
  background-size: 100% 1px;
}

.main-header--two .main-header__sidebar-btn {
  position: relative;
  margin-left: 98px;
  width: 30px;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 1799px) {
  .main-header--two .main-header__sidebar-btn {
    margin-left: 60px;
  }
}

@media (max-width: 575px) {
  .main-header--two .main-header__sidebar-btn {
    display: none;
  }
}

.main-header--two .main-header__sidebar-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% + 44px);
  background-color: var(--easilon-border-color, #E6E6ED);
}

@media (max-width: 1799px) {
  .main-header--two .main-header__sidebar-btn::before {
    left: -30px;
  }
}

@media (max-width: 1199px) {
  .main-header--two .main-header__sidebar-btn::before {
    height: calc(100% + 30px);
  }
}

.main-header--two .main-header__sidebar-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--easilon-base, #00CDE5);
  border-radius: 100px;
  transition: all 400ms ease;
}

.main-header--two .main-header__sidebar-btn span:nth-child(1) {
  width: 23px;
  margin-left: auto;
}

.main-header--two .main-header__sidebar-btn span:nth-child(2) {
  margin-top: 6px;
  margin-bottom: 6px;
}

.main-header--two .main-header__sidebar-btn span:nth-child(3) {
  width: 17px;
  margin-left: auto;
}

.main-header--two .main-header__sidebar-btn:hover span {
  width: 100%;
  background-color: var(--easilon-black, #2B2B5E);
}

.main-header--three {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

@media (max-width: 1199px) {
  .main-header--three .main-header__inner {
    padding: 0;
  }
}

@media (max-width: 375px) {
  .main-header--three .main-header__inner {
    padding: 20px 0;
  }
}

.main-header--three .main-header__logo {
  position: relative;
  padding: 24px 31px;
  background-color: var(--easilon-white, #ffffff);
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .main-header--three .main-header__logo {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 425px) {
  .main-header--three .main-header__logo {
    padding: 20px;
  }
}

@media (max-width: 375px) {
  .main-header--three .main-header__logo {
    padding: 0;
    background-color: transparent;
  }
}

.main-header--three .main-header__logo::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--easilon-base, #00CDE5);
}

@media (max-width: 375px) {
  .main-header--three .main-header__logo::after {
    display: none;
  }
}

@media (max-width: 375px) {
  .main-header--three .main-header__logo__dark {
    display: none;
  }
}

.main-header--three .main-header__logo__light {
  display: none;
}

@media (max-width: 375px) {
  .main-header--three .main-header__logo__light {
    display: inline-block;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .main-header--three .main-menu .main-menu__list>li+li {
    margin-left: 40px;
  }
}

.main-header--three .main-menu .main-menu__list>li {
  padding-top: 39px;
  padding-bottom: 39px;
}

.main-header--three .main-menu .main-menu__list>li>a {
  color: var(--easilon-white, #ffffff);
}

.main-header--three .mobile-nav__btn span {
  background-color: var(--easilon-white, #ffffff);
}

.main-header--three .main-header__cart,
.main-header--three .main-header__search {
  color: var(--easilon-white, #ffffff);
}

.main-header--three .main-header__cart:hover,
.main-header--three .main-header__search:hover {
  color: var(--easilon-base, #00CDE5);
}

.main-header--three .main-header__btn {
  margin-left: 60px;
}

@media (max-width: 1599px) {
  .main-header--three .main-header__btn {
    margin-left: 50px;
  }
}

@media (max-width: 1399px) {
  .main-header--three .main-header__btn {
    margin-left: 40px;
  }
}

@media (max-width: 1199px) {
  .main-header--three .main-header__btn {
    margin-left: 50px;
  }
}

.main-header--three .main-header__btn:hover {
  color: var(--easilon-base, #00CDE5);
}

.main-header--three .main-header__btn:hover .easilon-btn__icon::after {
  background-color: var(--easilon-base, #00CDE5);
}

.main-header--three .main-header__btn::before,
.main-header--three .main-header__btn::after {
  background-color: var(--easilon-white, #ffffff);
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--easilon-white, #ffffff);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--easilon-black-rgb, 43, 43, 94), 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.sticky-header--two .container-fluid::before,
.sticky-header--cloned.sticky-header--two .container-fluid::after {
  width: 256px;
  left: -30px;
}

@media (max-width: 575px) {

  .sticky-header--cloned.sticky-header--two .container-fluid::before,
  .sticky-header--cloned.sticky-header--two .container-fluid::after {
    width: 241px;
    left: -15px;
  }
}

.sticky-header--cloned.sticky-header--two .container-fluid::after {
  left: -20px;
}

@media (max-width: 575px) {
  .sticky-header--cloned.sticky-header--two .container-fluid::after {
    left: -5px;
  }
}

.sticky-header--cloned.sticky-header--three {
  background-color: var(--easilon-black, #2B2B5E);
  box-shadow: 0px 3px 18px rgba(var(--easilon-white-rgb, 255, 255, 255), 0.06);
}

.sticky-header--cloned.sticky-header--three .main-header__logo::after {
  display: none;
}

.mobile-nav__btn {
  width: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}

@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}

.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--easilon-black, #2B2B5E);
  transition: all 500ms ease;
}

.mobile-nav__btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mobile-nav__btn:hover span {
  background-color: var(--easilon-base, #00CDE5);
}

.main-menu {
  /* after third level no menu */
}

.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 {
  position: relative;
  padding-top: 47.5px;
  padding-bottom: 47.5px;
}

.main-menu .main-menu__list>li.dropdown>a {
  position: relative;
}

.main-menu .main-menu__list>li+li {
  margin-left: 44px;
}

@media (max-width: 1399px) {
  .main-menu .main-menu__list>li+li {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .main-menu .main-menu__list>li+li {
    margin-left: 35px;
  }
}

.main-menu .main-menu__list>li>a {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.25;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
  color: var(--easilon-base, #00CDE5);
  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(--easilon-white, #ffffff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--easilon-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-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  line-height: 26px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 600;
  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(--easilon-white, #ffffff);
  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(--easilon-base, #00CDE5);
  color: var(--easilon-white, #ffffff);
}

.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(--easilon-white, #ffffff);
  display: block !important;
  margin: 0;
}

.main-menu__list>li.megamenu-clickable>ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}

.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--easilon-black, #2B2B5E);
}

@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}

.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--easilon-base, #00CDE5);
}

.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}

.megamenu-popup .megamenu-clickable--close span::before,
.megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.demo-one .row {
  --bs-gutter-y: 30px;
}

.demo-one__card {
  background-color: var(--easilon-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(var(--easilon-black-rgb, 43, 43, 94), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}

.demo-one__card:hover {
  transform: translateY(-10px);
}

.demo-one__title {
  margin: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  text-transform: capitalize;
  font-size: 16px !important;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 600;
}

.demo-one__title:hover {
  color: var(--easilon-base, #00CDE5);
}

.demo-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.demo-one__title a:hover {
  background-size: 100% 1px;
}

.demo-one__image {
  position: relative;
  overflow: hidden;
}

.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}

.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}

.demo-one__btns {
  background-color: rgba(var(--easilon-black-rgb, 43, 43, 94), 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) {
  .demo-one__btns {
    flex-direction: column;
  }
}

@media (max-width: 412px) {
  .demo-one__btns {
    flex-direction: column;
  }
}

.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}

.demo-one__btn {
  padding: 16px;
  justify-content: center;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .demo-one__btn {
    min-width: 170px;
  }
}

@media (max-width: 767px) {
  .demo-one__btn {
    padding: 16px 20px;
  }
}

@media (max-width: 412px) {
  .demo-one__btn {
    min-width: 170px;
  }
}

.demo-one__btn::before,
.demo-one__btn::after {
  background-color: var(--easilon-white, #ffffff);
}

.demo-one__btn:hover {
  color: var(--easilon-base, #00CDE5);
}

.demo-one__btn:hover .easilon-btn__icon::after {
  background-color: var(--easilon-base, #00CDE5);
}

.demo-one__title {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--easilon-black2, #141414);
  opacity: 0.6;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--easilon-black, #2B2B5E);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: var(--easilon-white, #ffffff);
  cursor: pointer;
  transition: all 500ms ease;
}

.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__close:hover {
  color: var(--easilon-base, #00CDE5);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li>a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li>a {
  display: flex;
  justify-content: space-between;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  line-height: 30px;
  color: var(--easilon-white, #ffffff);
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>ul>li>a {
  font-size: 13px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--easilon-base, #00CDE5);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--easilon-base, #00CDE5);
  border: none;
  outline: none;
  color: var(--easilon-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--easilon-white, #ffffff);
  color: var(--easilon-black, #2B2B5E);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 17px;
  color: var(--easilon-white, #ffffff);
  transition: 500ms;
}

.mobile-nav__social a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__social a+a {
  margin-left: 20px;
}

.mobile-nav__social a:hover {
  color: var(--easilon-base, #00CDE5);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mobile-nav__contact li {
  color: var(--easilon-white, #ffffff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--easilon-base, #00CDE5);
}

.mobile-nav__contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--easilon-base, #00CDE5);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--easilon-white, #ffffff);
}

.mobile-nav__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: var(--easilon-black, #2B2B5E);
  position: relative;
  padding-top: 108px;
  padding-bottom: 111px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .page-header {
    padding-top: 88px;
    padding-bottom: 91px;
  }
}

.page-header__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header__bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: RGBA(var(--easilon-black-rgb, 43, 43, 94), 0.8);
}

.page-header .container {
  position: relative;
  z-index: 2;
}

.page-header__content {
  text-align: center;
}

.page-header__title {
  margin-bottom: 11px;
  font-size: 45px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.222;
}

@media (max-width: 767px) {
  .page-header__title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .page-header__title {
    font-size: 35px;
  }
}

.page-header__border-box {
  display: flex;
  width: calc(100% - 240px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 1199px) {
  .page-header__border-box {
    width: calc(100% - 180px);
  }
}

@media (max-width: 991px) {
  .page-header__border-box {
    width: calc(100% - 150px);
  }
}

@media (max-width: 767px) {
  .page-header__border-box {
    width: calc(100% - 100px);
  }
}

@media (max-width: 767px) {
  .page-header__border-box {
    width: calc(100% - 80px);
  }
}

.page-header__border {
  width: 20%;
  height: 100%;
  border-right: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  animation: animatedBorder2 1500ms infinite ease;
}

@media (max-width: 1199px) {
  .page-header__border {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .page-header__border {
    width: 33.333%;
  }
}

@media (max-width: 575px) {
  .page-header__border {
    width: 50%;
  }
}

.page-header__border--1 {
  border-left: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
}

@media (max-width: 575px) {
  .page-header__border--3 {
    display: none;
  }
}

@media (max-width: 991px) {
  .page-header__border--4 {
    display: none;
  }
}

@media (max-width: 1199px) {
  .page-header__border--5 {
    display: none;
  }
}

@keyframes animatedBorder2 {
  0% {
    border-color: RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  }

  50% {
    border-color: RGBA(var(--easilon-base-rgb, 0, 205, 229), 0.6);
  }

  100% {
    border-color: RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  }
}

.easilon-breadcrumb {
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
  flex-wrap: wrap;
}

.easilon-breadcrumb li {
  font-size: 16px;
  color: var(--easilon-white, #ffffff);
  line-height: 1.25;
  font-weight: 500;
  text-transform: capitalize;
  line-height: normal;
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .easilon-breadcrumb li {
    font-size: 15px;
  }
}

.easilon-breadcrumb li:not(:last-of-type)::after {
  content: "\e917";
  font-family: "icomoon" !important;
  font-size: 20px;
  color: var(--easilon-white, #ffffff);
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 0;
  margin-left: 7px;
  margin-right: 7px;
}

.easilon-breadcrumb li span,
.easilon-breadcrumb li a {
  display: inline-flex;
}

.easilon-breadcrumb li:not(:first-child) span {
  color: var(--easilon-base, #00CDE5);
  font-weight: 700;
}

.easilon-breadcrumb li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.easilon-breadcrumb li a:hover {
  background-size: 100% 1px;
}

.easilon-breadcrumb li a:hover {
  color: var(--easilon-base, #00CDE5);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}

.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 620px;
  width: 100%;
}

@media (max-width: 991px) {
  .google-map iframe {
    height: 450px;
  }
}

.google-map__contact {
  overflow: hidden;
  background-color: var(--easilon-white, #ffffff);
}

.contact-map {
  position: relative;
}

.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* ===============================
   LOAN WIZARD WRAPPER (SAFE CSS)
================================= */
.lw-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.lw-container {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.lw-progress {
  height: 6px;
  background: #e9ecef;
}

.lw-progress-bar {
  height: 100%;
  background: #1e5091;
  width: 0%;
  transition: width 0.3s ease;
}

.lw-form {
  padding: 40px;
}

.lw-step {
  display: none;
}

.lw-step.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

h2 {
  color: #1e3a5f;
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 600;
}

input[type="number"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: 2px solid #b4c5d2;
  border-radius: 8px;
  margin-bottom: 16px;
  transition: all 0.2s ease;
}

input:focus,
select:focus {
  outline: none;
  border-color: #1e5091;
}

input.lw-input-error {
  border-color: #dc3545;
}

.lw-options {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.lw-option {
  padding: 12px 20px;
  background: #f8f9fa;
  border: 2px solid #a5c1d5;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #495057;
}

.lw-option:hover {
  background: #e9ecef;
  border-color: #1e5091;
}

.lw-option.active {
  background: #1e5091;
  border-color: #1e5091;
  color: white;
}

.lw-btn {
  display: inline-block;
  margin: auto;
  padding: 14px 34px;
  background: #1e5091;
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.lw-btn:hover {
  background: #163d6f;
}

.lw-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.lw-back {
  margin-top: 16px;
  text-align: center;
  color: #1e5091;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

.lw-back:hover {
  text-decoration: underline;
}

.lw-error {
  color: #dc3545;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23495057' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.lw-name-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* ===============================
   POLICY PAGES DESIGN
================================= */

.policy-wrapper {
  background: #f4f6fb;
  padding: 20px 20px;
  font-family: 'Inter', sans-serif;
}

.policy-container {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.policy-title {
  font-size: 32px;
  font-weight: 700;
  color: #1c2b4a;
  margin-bottom: 10px;
}

.policy-date {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 40px;
}

.policy-section {
  margin-bottom: 35px;
}

.policy-section h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2d3e67;
  margin-bottom: 15px;
}

.policy-section p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 10px;
}

.policy-highlight {
  background: #f0f4ff;
  padding: 15px 20px;
  border-left: 4px solid #4DA9DC;
  border-radius: 6px;
  margin-top: 15px;
  font-size: 14px;
}

/* Responsive */

@media (max-width: 768px) {
  .policy-container {
    padding: 30px 20px;
  }

  .policy-title {
    font-size: 26px;
  }

  .policy-section h3 {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .form-one__group--grid {
    grid-template-columns: 1fr;
  }
}

.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.form-one__control__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 14px;
}

.form-one__control__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
}

.form-one .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.form-one .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 65px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--easilon-white2, #F6F6F8) !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-text, #82828A) !important;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 65px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.form-one .bootstrap-select>.dropdown-toggle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--easilon-text, #82828A);
}

.form-one .bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
}

.form-one .bootstrap-select .dropdown-menu {
  border: none;
}

.form-one .bootstrap-select .dropdown-menu>li>a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-black, #2B2B5E);
  background-color: var(--easilon-white2, #F6F6F8);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-one .bootstrap-select .dropdown-menu>li:hover>a,
.form-one .bootstrap-select .dropdown-menu>li.selected>a {
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-white, #ffffff);
  border-color: var(--easilon-base, #00CDE5);
}

.form-one .bootstrap-select>.dropdown-toggle {
  display: flex;
  align-items: center;
}

.form-one .bootstrap-select>.dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

.form-one label {
  margin-bottom: 11px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 16px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 500;
  line-height: 1.88;
}

.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=password],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  width: 100%;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-text, #82828A);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  padding: 0 20px;
  height: 65px;
  background-color: var(--easilon-white2, #F6F6F8);
  border: 1px solid transparent;
  transition: all 400ms ease;
}

.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one input[type=password]:focus,
.form-one input[type=tel]:focus,
.form-one textarea:focus {
  color: var(--easilon-black2, #141414);
  border-color: var(--easilon-base, #00CDE5);
}

.form-one textarea {
  height: 143px;
  padding: 20px 20px 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: #000000;
  opacity: 0.7;
  cursor: url(../images/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}

.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: var(--easilon-white, #ffffff);
  font-size: 15px;
  color: var(--easilon-text, #82828A);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
  transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--easilon-black2, #141414);
}

.search-popup__form .easilon-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;
}

.search-popup__form .easilon-btn__icon {
  font-size: 20px;
}

.search-popup__form .easilon-btn__icon::after {
  display: none;
}

.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;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  background-color: var(--easilon-white, #ffffff);
}

.contact-one__image {
  position: relative;
  padding: 259px 48px 48px 48px;
  width: 100%;
  max-width: 570px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .contact-one__image {
    padding-top: 150px;
  }
}

@media (max-width: 450px) {
  .contact-one__image {
    padding: 150px 30px 30px 30px;
  }
}

@media (max-width: 375px) {
  .contact-one__image {
    padding: 150px 25px 25px 25px;
  }
}

.contact-one__info {
  display: table;
  position: relative;
  margin: 0;
  z-index: 1;
}

@media (max-width: 412px) {
  .contact-one__info {
    display: block;
  }
}

.contact-one__info__shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(10.16deg);
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

@media (max-width: 450px) {
  .contact-one__info__shape {
    display: none;
  }
}

.contact-one__info:hover .contact-one__info__shape {
  transform: rotate(-10.16deg);
}

.contact-one__info__inner {
  position: relative;
  z-index: 1;
  padding: 30px 59px 30px 30px;
  background-color: var(--easilon-white, #ffffff);
}

@media (max-width: 450px) {
  .contact-one__info__inner {
    padding: 30px;
  }
}

.contact-one__info__item {
  display: flex;
  gap: 15px;
}

@media (max-width: 412px) {
  .contact-one__info__item {
    flex-direction: column;
  }
}

.contact-one__info__item+.contact-one__info__item {
  margin-top: 30px;
}

.contact-one__info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: var(--easilon-base, #00CDE5);
  border-radius: 50%;
  border: 1px solid var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.contact-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.contact-one__info__item:hover .contact-one__info__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.contact-one__info__content {
  position: relative;
  top: 5px;
}

@media (max-width: 412px) {
  .contact-one__info__content {
    top: 0;
  }
}

.contact-one__info__title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
}

.contact-one__info__text {
  font-weight: 400;
  color: var(--easilon-text, #82828A);
  font-size: 16px;
  line-height: 1.6;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.contact-one__info__text:hover {
  background-size: 100% 1px;
}

.contact-one__info__text:hover {
  color: var(--easilon-base, #00CDE5);
}

.contact-one__form__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.54;
  text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-one__form .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}

.contact-one__form__btn {
  padding: 15px 23px;
  font-weight: 700;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  background-color: var(--easilon-black, #2B2B5E);
}

.main-footer__top {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-footer--home .main-footer__top {
  padding-top: 76px;
}

.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  mix-blend-mode: color-burn;
  opacity: 0.3;
}

.main-footer .container {
  position: relative;
  z-index: 1;
}

.main-footer__bottom__inner {
  padding: 56px 0;
  border-top: 1px solid rgba(var(--easilon-border-color-rgb, 230, 230, 237), 0.25);
}

.main-footer__bottom__inner p {
  color: #A0A0C0;
  font-size: 12px;
  margin: 4px;
}

@media (max-width: 767px) {
  .main-footer__bottom__inner {
    padding-bottom: 48px;
  }
}

.main-footer__bottom__copyright {
  text-align: right;
}

@media (max-width: 767px) {
  .main-footer__bottom__copyright {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .main-footer__social {
    justify-content: center;
  }
}

.main-footer__copyright {
  margin: 0;
  color: var(--easilon-gray, #A0A0C0);
  text-transform: capitalize;
}

.footer-widget--links-one {
  margin-top: 37px;
  position: relative;
  left: 76px;
}

@media (max-width: 1199px) {
  .footer-widget--links-one {
    left: 10px;
  }
}

@media (max-width: 991px) {
  .footer-widget--links-one {
    margin-top: 0 !important;
    left: 0px;
  }
}

.footer-widget--links-two {
  margin-top: 37px;
  padding-left: 78px;
}

@media (max-width: 1199px) {
  .footer-widget--links-two {
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .footer-widget--links-two {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .footer-widget--links-two {
    padding-left: 0px;
  }
}

.footer-widget--contact {
  margin-top: 37px;
}

@media (max-width: 1199px) {
  .footer-widget--contact {
    margin-top: 0;
  }
}

.footer-widget__title {
  margin-bottom: 28px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: var(--easilon-white, #ffffff);
  text-transform: capitalize;
  line-height: 1.22;
}

.footer-widget__title::before,
.footer-widget__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: var(--easilon-base, #00CDE5);
  width: 10px;
  height: 2px;
}

.footer-widget__title::after {
  width: 29px;
  left: 14px;
}

.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 32px;
}

.footer-widget__about-text {
  font-size: 14px;
  margin-bottom: 32px;
  color: var(--easilon-gray, #A0A0C0);
}

@media (max-width: 991px) {
  .footer-widget__about-text {
    width: 100%;
    max-width: 500px;
  }
}

.footer-widget__newsletter {
  position: relative;
}

@media (max-width: 991px) {
  .footer-widget__newsletter {
    width: 100%;
    max-width: 500px;
  }
}

.footer-widget__newsletter input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 58px;
  background-color: var(--easilon-white, #ffffff);
  color: var(--easilon-text, #82828A);
  font-size: 14px;
  font-weight: 500;
  padding-left: 24px;
  padding-right: 56px;
  transition: all 500ms ease;
}

.footer-widget__newsletter input[type=text]:focus {
  color: var(--easilon-black2, #141414);
}

.footer-widget__newsletter button[type=submit] {
  position: relative;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--easilon-base, #00CDE5);
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.footer-widget__newsletter button[type=submit]:hover {
  color: var(--easilon-black, #2B2B5E);
}

.footer-widget__newsletter button[type=submit]::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background-color: var(--easilon-border-color, #E6E6ED);
  transition: all 500ms ease;
}

.footer-widget__newsletter button[type=submit]:hover::after {
  background-color: var(--easilon-black, #2B2B5E);
}

.footer-widget__links {
  margin: 0;
}

.footer-widget__links li+li {
  margin-top: 12px;
}

.footer-widget__links li {
  font-size: 16px;
  color: var(--easilon-gray, #A0A0C0);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.5;
}

.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(--easilon-base, #00CDE5);
}

.footer-widget__info {
  margin: 0;
  padding-top: 6px;
}

.footer-widget__info li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--easilon-gray, #A0A0C0);
  font-weight: 500;
  line-height: 1.2;
}

.footer-widget__info li+li {
  margin-top: 20px;
}

.footer-widget__info li:nth-child(1) {
  display: block;
}

.footer-widget__info li:nth-child(1) a {
  line-height: 1.866;
  text-transform: capitalize;
}

.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(--easilon-base, #00CDE5);
}

.footer-widget__info__icon {
  display: inline-flex;
  margin-right: 15px;
  font-size: 18px;
  color: var(--easilon-base, #00CDE5);
}

.footer-widget__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar-one {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.sidebar-one__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--easilon-black2, #141414);
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}

.sidebar-one__content {
  width: 310px;
  background-color: var(--easilon-black, #2B2B5E);
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sidebar-one__content::-webkit-scrollbar {
  display: none;
}

.sidebar-one.active .sidebar-one__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: var(--easilon-white, #ffffff);
  cursor: pointer;
  transition: all 400ms ease;
}

.sidebar-one__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar-one__close:hover {
  color: var(--easilon-base, #00CDE5);
}

.sidebar-one__item:not(:last-child) {
  margin-bottom: 40px;
}

.sidebar-one__title {
  position: relative;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 25px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.sidebar-one__title::before,
.sidebar-one__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: var(--easilon-base, #00CDE5);
  width: 20px;
  height: 2px;
}

.sidebar-one__title::after {
  width: 50px;
  left: 25px;
}

.sidebar-one__about__text {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--easilon-white2, #F6F6F8);
}

.sidebar-one__info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-one__info__list li {
  display: flex;
  font-size: 15px;
  color: var(--easilon-gray, #A0A0C0);
  font-weight: 500;
  line-height: 1.75;
}

.sidebar-one__info__list li+li {
  margin-top: 20px;
}

.sidebar-one__info__list li .sidebar-one__info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  font-size: 14px;
  color: var(--easilon-white, #ffffff);
  margin-right: 12px;
  background-color: var(--easilon-base, #00CDE5);
  overflow: hidden;
}

.sidebar-one__info__list li .sidebar-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar-one__info__list li:hover .sidebar-one__info__icon>* {
  animation: slideTop 500ms;
}

.sidebar-one__info__list li address {
  color: inherit;
  text-transform: capitalize;
  margin: 0;
}

.sidebar-one__info__list li a {
  position: relative;
  top: 1px;
  color: inherit;
}

.sidebar-one__info__list li a:hover {
  color: var(--easilon-base, #00CDE5);
}

.sidebar-one__newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-one__newsletter__input {
  outline: 0;
  border: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  color: var(--easilon-white, #ffffff);
  width: calc(100% - 45px);
  height: 50px;
  padding-left: 15px;
  background-color: rgba(var(--easilon-white-rgb, 255, 255, 255), 0.09);
  background-color: rgba(var(--easilon-white-rgb, 255, 255, 255), 0.09);
  transition: all 400ms ease;
}

.sidebar-one__newsletter__btn {
  outline: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 18px;
  color: var(--easilon-white, #ffffff);
  width: 45px;
  height: 50px;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 400ms ease;
}

.sidebar-one__newsletter__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar-one__newsletter__btn:hover {
  color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white, #ffffff);
}

.sidebar__single {
  background-color: var(--easilon-white2, #F6F6F8);
  padding: 30px;
}

@media (max-width: 1199px) {
  .sidebar__single {
    padding: 30px 25px;
  }
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 16px;
  margin-bottom: 30px;
}

.sidebar__form__title {
  margin-bottom: 25px;
}

.sidebar__search {
  display: flex;
  align-items: center;
  position: relative;
  height: 59px;
}

.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  padding-left: 20px;
  padding-right: 40px;
  outline: none;
  border: 0;
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  font-weight: 400;
  width: 100%;
  height: 100%;
  background-color: var(--easilon-white, #ffffff);
  border: 1px solid transparent;
  transition: all 400ms ease;
}

.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  color: var(--easilon-black2, #141414);
  border-color: var(--easilon-base, #00CDE5);
}

.sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: auto;
  font-size: 20px;
  color: var(--easilon-base, #00CDE5);
  transition: all 400ms ease;
  z-index: 2;
}

.sidebar__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar__search button[type=submit]:hover {
  color: var(--easilon-black, #2B2B5E);
}

.sidebar__search button[type=submit] i {
  color: inherit;
}

.sidebar__posts {
  margin-bottom: 0;
}

.sidebar__posts-title {
  margin-bottom: 30px;
}

.sidebar__posts__item {
  display: flex;
  gap: 16px;
}

.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}

.sidebar__posts__image {
  width: 80px;
  flex-shrink: 0;
}

.sidebar__posts__image img {
  width: 100%;
  display: block;
}

.sidebar__posts__content {
  position: relative;
  top: 2px;
  right: -1px;
  width: calc(100% - 80px);
}

.sidebar__posts__meta {
  margin: 0;
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}

.sidebar__posts__meta a {
  display: inline-flex;
  align-items: center;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-text, #82828A);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.sidebar__posts__meta a:hover {
  color: var(--easilon-black, #2B2B5E);
  text-shadow: 0 0 0.5px currentColor;
}

.sidebar__posts__meta__icon {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 11px;
  font-size: 12px;
  color: var(--easilon-base, #00CDE5);
}

.sidebar__posts__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar__posts__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.555;
}

.sidebar__posts__title:hover {
  color: var(--easilon-base, #00CDE5);
}

@media (max-width: 1199px) {
  .sidebar__posts__title {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .sidebar__posts__title {
    font-size: 18px;
  }
}

@media (max-width: 412px) {
  .sidebar__posts__title {
    font-size: 16px;
  }
}

@media (max-width: 359px) {
  .sidebar__posts__title {
    font-size: 14px;
  }
}

.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}

.sidebar__categories {
  margin-top: -15px;
  margin-bottom: -15px;
}

.sidebar__categories li:not(:last-child) {
  margin-bottom: 6px;
}

.sidebar__categories li a {
  position: relative;
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
  padding: 12px 0;
  z-index: 1;
}

.sidebar__categories li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.sidebar__categories li a span {
  color: var(--easilon-black, #2B2B5E);
  font-weight: 400;
  transition: all 500ms ease;
}

.sidebar__categories li a:hover {
  padding: 12px 12px;
  color: var(--easilon-white, #ffffff);
}

.sidebar__categories li a:hover::after {
  left: 0;
  width: 100%;
}

.sidebar__categories li a:hover span {
  color: var(--easilon-white, #ffffff);
  text-shadow: 0px 0px 0.5px currentColor;
}

.sidebar__tags-wrapper {
  padding-bottom: 31px;
}

.sidebar__tags-wrapper .sidebar__title {
  margin-bottom: 29px;
}

.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.sidebar__tags a {
  background-color: var(--easilon-white, #ffffff);
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  color: var(--easilon-black, #2B2B5E);
  line-height: 16px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 8px 12px 10px;
}

.sidebar__tags a:hover {
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-white, #ffffff);
}

.sidebar__comments-wrapper .sidebar__title {
  margin-bottom: 29.1px;
}

.sidebar__comments {
  padding-top: 2px;
  margin-bottom: 0px;
}

.sidebar__comments li {
  display: flex;
  align-items: center;
  gap: 21px;
}

.sidebar__comments li:not(:last-of-type) {
  margin-bottom: 31px;
}

.sidebar__comments__icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--easilon-base, #00CDE5);
  font-size: 20px;
  color: var(--easilon-white, #ffffff);
  border-radius: 50%;
  transition: all 500ms ease;
}

.sidebar__comments__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

li:hover .sidebar__comments__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-black, #2B2B5E);
}

.sidebar__comments__title {
  margin: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 16px;
  line-height: 1.562;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
  text-transform: capitalize;
}

.sidebar__comments__title:hover {
  color: var(--easilon-base, #00CDE5);
}

.sidebar__comments__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.sidebar__comments__title a:hover {
  background-size: 100% 1px;
}

.service-sidebar__single+.service-sidebar__single {
  margin-top: 30px;
}

.service-sidebar__info {
  background-color: var(--easilon-white2, #F6F6F8);
}

.service-sidebar__nav {
  margin: 0;
}

.service-sidebar__nav li {
  padding: 0 30px;
  position: relative;
}

.service-sidebar__nav li:not(:last-child)::before {
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: var(--easilon-border-color, #E6E6ED);
}

.service-sidebar__nav li::after {
  content: "";
  position: absolute;
  width: 0;
  height: calc(100% + 1px);
  top: -1px;
  right: 0;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
  transition: all 500ms ease;
}

.service-sidebar__nav li:hover::after {
  left: 0;
  width: 100%;
}

.service-sidebar__nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 21.5px 0 22.5px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 20px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
  transition: all 500ms ease;
  z-index: 2;
}

.service-sidebar__nav li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 6px;
  height: calc(100% - 60px);
  background-color: var(--easilon-base, #00CDE5);
}

.service-sidebar__nav li a .service-sidebar__nav__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--easilon-black, #2B2B5E);
  transition: all 500ms ease;
}

.service-sidebar__nav li a .service-sidebar__nav__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.service-sidebar__nav li:hover a {
  color: var(--easilon-white, #ffffff);
}

.service-sidebar__nav li:hover a .service-sidebar__nav__icon {
  color: var(--easilon-white, #ffffff);
}

.service-sidebar__nav li.current::after {
  left: 0;
  width: 100%;
  background-color: var(--easilon-base, #00CDE5);
}

.service-sidebar__nav li.current a {
  padding: 11.5px 0;
  color: var(--easilon-white, #ffffff);
  font-weight: 800;
}

.service-sidebar__nav li.current a .service-sidebar__nav__icon {
  color: var(--easilon-white, #ffffff);
}

.service-sidebar__contact {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  overflow: hidden;
}

.service-sidebar__contact__bg {
  position: relative;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: calc(100% + 5px);
  height: calc(100% - 186px);
  clip-path: polygon(0 35%, 100% 0%, 100% 99%, 0% 100%);
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
}

@media (max-width: 1199px) {
  .service-sidebar__contact__bg {
    height: calc(100% - 135px);
  }
}

.service-sidebar__contact__bg__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.15;
}

.service-sidebar__contact__inner {
  padding: 190px 30px 33px;
  position: relative;
  z-index: 11;
}

@media (max-width: 1199px) {
  .service-sidebar__contact__inner {
    padding: 190px 20px 33px;
  }
}

.service-sidebar__contact__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 36px;
  color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white, #ffffff);
  border-radius: 50%;
  margin: 0 auto 36px;
  overflow: hidden;
  z-index: 1;
  transition: all 400ms ease;
}

.service-sidebar__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 1199px) {
  .service-sidebar__contact__icon {
    font-size: 28px;
    width: 60px;
    height: 60px;
  }
}

.service-sidebar__contact:hover .service-sidebar__contact__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-black, #2B2B5E);
}

.service-sidebar__contact__time {
  font-size: 16px;
  color: var(--easilon-white, #ffffff);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
  margin-bottom: 11px;
}

@media (max-width: 1199px) {
  .service-sidebar__contact__time {
    font-size: 14px;
  }
}

.service-sidebar__contact__number {
  font-size: 30px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: uppercase;
  margin-bottom: 0;
}

.service-sidebar__contact__number:hover {
  color: var(--easilon-black, #2B2B5E);
}

@media (max-width: 1399px) {
  .service-sidebar__contact__number {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .service-sidebar__contact__number {
    font-size: 22px;
  }
}

.service-sidebar__contact__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-sidebar__contact__number a:hover {
  background-size: 100% 1px;
}

.service-sidebar__appointment {
  background-color: var(--easilon-white2, #F6F6F8);
}

.service-sidebar__appointment__title {
  margin: 0;
  padding: 12px 30px;
  font-size: 20px;
  font-weight: 800;
  color: var(--easilon-white, #ffffff);
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  line-height: 1.5;
  text-transform: capitalize;
  background-color: var(--easilon-black, #2B2B5E);
}

@media (max-width: 375px) {
  .service-sidebar__appointment__title {
    font-size: 18px;
  }
}

.service-sidebar__appointment__form {
  padding: 30px;
}

@media (max-width: 375px) {
  .service-sidebar__appointment__form {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.service-sidebar__appointment__form .form-one__group {
  grid-gap: 15px;
}

.service-sidebar__appointment__form input[type=text],
.service-sidebar__appointment__form input[type=email],
.service-sidebar__appointment__form input[type=password],
.service-sidebar__appointment__form input[type=tel] {
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  background-color: var(--easilon-white, #ffffff);
}

.service-sidebar__appointment__form__btn {
  margin-top: 15px;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--easilon-base, #00CDE5);
  -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(--easilon-base, #00CDE5);
  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(--easilon-base, #00CDE5);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# 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 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 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 shapeRotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(90deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes flowerRotate {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25%,
  75% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(10deg);
  }
}

@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes zoom {
  0% {
    transform: scale(1.3);
  }

  50% {
    transform: scale(0.7);
  }

  100% {
    transform: scale(1.3);
  }
}

@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes moveHorizontal2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }

  33.3% {
    transform: translateX(-3px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes smartMove {
  0% {
    width: 0;
  }

  15% {
    width: 202px;
  }

  85% {
    opacity: 1;
  }

  90% {
    width: 202px;
    opacity: 0;
  }

  100% {
    width: 0;
    opacity: 0;
  }
}

@keyframes float-bob-y {
  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 rectMove {

  0%,
  50%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%,
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes cloudMove {
  0% {
    background-position: -1920px 100%;
  }

  100% {
    background-position: 0 100%;
  }
}

@keyframes cloudMoveY {
  0% {
    background-position: 100% 1920px;
  }

  100% {
    background-position: 100% 0;
  }
}

@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes sliderLeft {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  51% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider-one {
  position: relative;
  overflow: hidden;
  background-color: var(--easilon-black, #2B2B5E);
}

.main-slider-one__carousel {
  position: relative;
  width: 100%;
}

.main-slider-one__carousel.owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  display: none;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 10px;
  z-index: 3;
}

@media (min-width: 1200px) {
  .main-slider-one__carousel.owl-carousel .owl-nav {
    display: flex;
  }
}

@media (min-width: 1400px) {
  .main-slider-one__carousel.owl-carousel .owl-nav {
    right: 40px;
  }
}

@media (min-width: 1600px) {
  .main-slider-one__carousel.owl-carousel .owl-nav {
    right: 60px;
  }
}

.main-slider-one__carousel.owl-carousel .owl-nav button {
  outline: none;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--easilon-white, #ffffff);
  background-color: transparent;
  border: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.25);
  border-radius: 50%;
  transition: all 400ms ease;
}

.main-slider-one__carousel.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-slider-one__carousel.owl-carousel .owl-nav button:hover {
  border-color: var(--easilon-black, #2B2B5E);
  color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-black, #2B2B5E);
}

.main-slider-one__carousel.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}

.main-slider-one__carousel.owl-carousel .owl-dots {
  counter-reset: sliderCount;
  margin: 0 !important;
  position: absolute;
  left: 50%;
  bottom: 220px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 40px;
}

@media (min-width: 992px) {
  .main-slider-one__carousel.owl-carousel .owl-dots {
    bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .main-slider-one__carousel.owl-carousel .owl-dots {
    flex-direction: column;
    gap: 25px;
    top: 50%;
    left: auto;
    left: 37px;
    bottom: auto;
    transform: translate(0%, -50%);
  }
}

.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;
  position: relative;
  background-color: transparent;
}

.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -17px;
  transform: scale(0.5);
  opacity: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .main-slider-one__carousel.owl-carousel .owl-dots .owl-dot span::before {
    left: -13px;
  }
}

.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot span::after {
  content: "0" counter(sliderCount);
  counter-increment: sliderCount;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  line-height: 1.142;
  text-align: center;
  color: var(--easilon-text, #82828A);
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .main-slider-one__carousel.owl-carousel .owl-dots .owl-dot span::after {
    color: var(--easilon-gray, #A0A0C0);
  }
}

.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot:hover span::before,
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot.active span::before {
  opacity: 1;
  transform: scale(1);
}

.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot:hover span::after,
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  color: var(--easilon-white2, #F6F6F8);
}

.main-slider-one__item {
  position: relative;
  z-index: 3;
  padding-top: 250px;
  padding-bottom: 250px;
  overflow: hidden;
  background-color: var(--easilon-black, #2B2B5E);
}

@media (max-width: 1199px) {
  .main-slider-one__item {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}

@media (max-width: 991px) {
  .main-slider-one__item {
    padding-top: 170px;
    padding-bottom: 330px;
  }
}

@media (max-width: 575px) {
  .main-slider-one__item {
    padding-top: 150px;
  }
}

@media (max-width: 430px) {
  .main-slider-one__item {
    padding-top: 130px;
  }
}

.main-slider-one__bg {
  width: calc(100% - 568px);
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  transform: scale(1);
  z-index: 1;
  transition: transform 8000ms ease;
}

@media (max-width: 1599px) {
  .main-slider-one__bg {
    width: calc(100% - 400px);
  }
}

@media (max-width: 1399px) {
  .main-slider-one__bg {
    width: calc(100% - 350px);
  }
}

@media (max-width: 1199px) {
  .main-slider-one__bg {
    width: 100%;
  }
}

.main-slider-one__bg::after {
  content: "";
  width: calc(100% + 5px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -5px;
  background: linear-gradient(90deg, var(--easilon-black, #2B2B5E) 0%, RGBA(var(--easilon-black-rgb, 43, 43, 94), 0.6) 25.9%, RGBA(var(--easilon-black-rgb, 43, 43, 94), 0) 100%);
}

@media (max-width: 1199px) {
  .main-slider-one__bg::after {
    width: 100%;
    left: 0;
    background: none;
    background-color: RGBA(var(--easilon-black-rgb, 43, 43, 94), 0.8);
  }
}

.main-slider-one__container {
  position: relative;
  z-index: 3;
}

@media (min-width: 1200px) {
  .main-slider-one__container {
    max-width: 100%;
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (min-width: 1400px) {
  .main-slider-one__container {
    padding-left: 130px;
    padding-right: 130px;
  }
}

@media (min-width: 1600px) {
  .main-slider-one__container {
    padding-left: 192px;
    padding-right: 192px;
  }
}

.main-slider-one .row {
  --bs-gutter-x: 50px;
}

.main-slider-one__content {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.main-slider-one__top {
  margin-bottom: 11px;
  overflow: hidden;
}

.main-slider-one__top__inner {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-one__sub-title-shape {
  position: relative;
  top: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.main-slider-one__sub-title-shape__one,
.main-slider-one__sub-title-shape__two {
  flex-shrink: 0;
  height: 4px;
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-one__sub-title-shape__one {
  width: 11px;
}

.main-slider-one__sub-title-shape__two {
  width: 18px;
}

.main-slider-one__sub-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: var(--easilon-white, #ffffff);
  line-height: 1.25;
  text-transform: capitalize;
}

.main-slider-one__sub-title span {
  color: var(--easilon-base, #00CDE5);
}

.main-slider-one__title {
  margin-bottom: 25px;
  display: inline-block;
  overflow: hidden;
  font-size: 65px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  line-height: 1.153;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
}

@media (max-width: 1399px) {
  .main-slider-one__title {
    font-size: 56px;
  }
}

@media (max-width: 1199px) {
  .main-slider-one__title {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .main-slider-one__title {
    font-size: 50px;
  }
}

@media (max-width: 430px) {
  .main-slider-one__title {
    font-size: 45px;
  }
}

@media (max-width: 375px) {
  .main-slider-one__title {
    font-size: 40px;
  }
}

.main-slider-one__title__inner {
  display: block;
  overflow: hidden;
}

.main-slider-one__title__text {
  display: block;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-one__button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.main-slider-one__button-group__inner {
  overflow: hidden;
}

.main-slider-one__button {
  opacity: 0;
  transform: translateY(150px);
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-one__btn-1:hover {
  color: var(--easilon-base, #00CDE5);
}

.main-slider-one__btn-1:hover .easilon-btn__icon::after {
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-one__btn-1::before,
.main-slider-one__btn-1::after {
  background-color: var(--easilon-white, #ffffff);
}

@media (max-width: 991px) {
  .main-slider-one__form-wrapper {
    padding-bottom: var(--section-space, 120px);
    background-color: var(--easilon-white, #ffffff);
  }
}

@media (max-width: 767px) {
  .main-slider-one__form-wrapper {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .main-slider-one__form-wrapper {
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .main-slider-one__form-wrapper__inner {
    margin-top: -150px;
    position: relative;
    z-index: 2;
  }
}

.main-slider-one__form {
  position: relative;
  position: absolute;
  top: 119px;
  right: 275px;
  width: 100%;
  max-width: 520px;
  z-index: 3 !important;
}

@media (max-width: 1799px) {
  .main-slider-one__form {
    top: 50%;
    right: 200px;
    transform: translateY(-50%);
  }
}

@media (max-width: 1599px) {
  .main-slider-one__form {
    right: 120px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .main-slider-one__form {
    max-width: 390px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider-one__form {
    max-width: 370px;
    right: 40px;
  }
}

@media (max-width: 991px) {
  .main-slider-one__form {
    max-width: 100%;
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    box-shadow: 0px 3px 18px rgba(var(--easilon-black-rgb, 43, 43, 94), 0.07);
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .main-slider-one__form .loan-calculator-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider-one__form .loan-calculator-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 375px) {
  .main-slider-one__form .loan-calculator-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 360px) {
  .main-slider-one__form .loan-calculator-form {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.main-slider-one__form .loan-calculator-form::before {
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-one__shape-one {
  display: inline-block !important;
  width: auto !important;
  position: absolute;
  top: 67px;
  left: -100%;
  opacity: 0.3;
  z-index: 2;
  transition: all 2000ms ease;
  animation: moveHorizontal2 2s linear infinite;
}

.main-slider-one__shape-two {
  display: inline-block !important;
  width: auto !important;
  position: absolute;
  right: -100%;
  bottom: 31px;
  opacity: 0.7;
  z-index: 2;
  transition: all 2000ms ease;
  animation: moveHorizontal 2s linear infinite;
}

.main-slider-one .active .main-slider-one__bg {
  transform: scale(1.2);
}

.main-slider-one .active .main-slider-one__top__inner {
  opacity: 1;
  transform: translateY(0);
}

.main-slider-one .active .main-slider-one__title__text {
  opacity: 1;
  transform: translateY(0);
}

.main-slider-one .active .main-slider-one__title__text--1 {
  transition-delay: 600ms;
}

.main-slider-one .active .main-slider-one__title__text--2 {
  transition-delay: 800ms;
}

.main-slider-one .active .main-slider-one__title__text--3 {
  transition-delay: 1000ms;
}

.main-slider-one .active .main-slider-one__button {
  opacity: 1;
  transform: translateY(0px);
}

.main-slider-one .active .main-slider-one__button--1 {
  transition-delay: 1200ms;
}

.main-slider-one .active .main-slider-one__button--2 {
  transition-delay: 1400ms;
}

.main-slider-one .active .main-slider-one__shape-one {
  left: 0;
}

.main-slider-one .active .main-slider-one__shape-two {
  right: 0;
}

@media (max-width: 767px) {
  .main-slider-one .active .main-slider-one__shape-two {
    bottom: -20px;
  }
}

.main-slider-two {
  position: relative;
  overflow: hidden;
  background-color: var(--easilon-white, #ffffff);
}

.main-slider-two__inner {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 515px;
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-two__inner__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
}

.main-slider-two__carousel {
  position: relative;
  width: 100%;
}

.main-slider-two__carousel.owl-carousel .owl-dots {
  counter-reset: sliderCount;
  margin: 0 !important;
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 40px;
}

@media (min-width: 1200px) {
  .main-slider-two__carousel.owl-carousel .owl-dots {
    flex-direction: column;
    gap: 25px;
    top: 50%;
    left: auto;
    left: 37px;
    bottom: auto;
    transform: translate(0%, -50%);
  }
}

.main-slider-two__carousel.owl-carousel .owl-dots .owl-dot span {
  position: relative;
  background-color: transparent;
}

.main-slider-two__carousel.owl-carousel .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -17px;
  transform: scale(0.5);
  opacity: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .main-slider-two__carousel.owl-carousel .owl-dots .owl-dot span::before {
    left: -13px;
  }
}

.main-slider-two__carousel.owl-carousel .owl-dots .owl-dot span::after {
  content: "0" counter(sliderCount);
  counter-increment: sliderCount;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  line-height: 1.142;
  text-align: center;
  color: var(--easilon-text, #82828A);
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .main-slider-two__carousel.owl-carousel .owl-dots .owl-dot span::after {
    color: var(--easilon-gray, #A0A0C0);
  }
}

.main-slider-two__carousel.owl-carousel .owl-dots .owl-dot:hover span::before,
.main-slider-two__carousel.owl-carousel .owl-dots .owl-dot.active span::before {
  opacity: 1;
  transform: scale(1);
}

.main-slider-two__carousel.owl-carousel .owl-dots .owl-dot:hover span::after,
.main-slider-two__carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  color: var(--easilon-white, #ffffff);
}

.main-slider-two__item {
  margin: 165px auto 0;
  width: calc(100% - 60px);
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--easilon-white2, #F6F6F8);
}

@media (max-width: 1199px) {
  .main-slider-two__item {
    margin-top: 150px;
  }
}

@media (max-width: 575px) {
  .main-slider-two__item {
    margin: 125px auto 0;
    width: calc(100% - 30px);
  }
}

@media (max-width: 360px) {
  .main-slider-two__item {
    margin-top: 0;
    width: 100%;
  }
}

.main-slider-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
  z-index: 1;
}

.main-slider-two__social {
  position: relative;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-100%);
  flex-direction: column;
  gap: 10px;
  z-index: 3;
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
}

@media (max-width: 1199px) {
  .main-slider-two__social {
    display: none;
  }
}

.main-slider-two__social::before,
.main-slider-two__social::after {
  content: "";
  width: 1px;
  height: 69px;
  background-color: var(--easilon-base, #00CDE5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.main-slider-two__social::before {
  top: -79px;
}

.main-slider-two__social::after {
  bottom: -79px;
}

.main-slider-two__social a {
  border-radius: 50%;
  border-color: RGBA(var(--easilon-text-rgb, 130, 130, 138), 0.25);
}

.main-slider-two__social a:hover {
  background-color: transparent;
}

.main-slider-two__social a:hover .social-links-two__icon {
  color: var(--easilon-base, #00CDE5);
}

.main-slider-two__social .social-links-two__icon {
  font-size: 16px;
  color: var(--easilon-text, #82828A);
}

.main-slider-two__container {
  padding-top: 200px;
  padding-bottom: 170px;
  position: relative;
  z-index: 2;
}

@media (min-width: 361px) {
  .main-slider-two__container {
    padding-top: 176px;
  }
}

@media (min-width: 1200px) {
  .main-slider-two__container {
    max-width: 100%;
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (min-width: 1300px) {
  .main-slider-two__container {
    padding-top: 200px;
    padding-bottom: 226px;
  }
}

@media (min-width: 1600px) {
  .main-slider-two__container {
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media (min-width: 1800px) {
  .main-slider-two__container {
    padding-left: 196px;
    padding-right: 196px;
  }
}

.main-slider-two .row {
  --bs-gutter-x: 50px;
}

.main-slider-two__content {
  position: relative;
  z-index: 3;
}

.main-slider-two__content__shape-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: -136px;
  border: 8px solid var(--easilon-black, #2B2B5E);
  opacity: 0;
  transition: all 1000ms ease;
  animation: zoom 3s linear infinite;
}

@media (max-width: 1599px) {
  .main-slider-two__content__shape-circle {
    top: -70px;
    right: -20px;
  }
}

@media (max-width: 1399px) {
  .main-slider-two__content__shape-circle {
    top: -80px;
    right: 20px;
  }
}

.main-slider-two__content__shape-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  right: -110px;
  bottom: 102px;
  width: 30px;
  height: 30px;
  opacity: 0;
  transition: all 1000ms ease;
  animation: textRotate 5s infinite linear;
}

@media (max-width: 1599px) {
  .main-slider-two__content__shape-close {
    right: -50px;
    bottom: 70px;
  }
}

@media (max-width: 1199px) {
  .main-slider-two__content__shape-close {
    right: 40px;
    bottom: -80px;
  }
}

.main-slider-two__content__shape-close::before,
.main-slider-two__content__shape-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: var(--easilon-base, #00CDE5);
  transform: rotate(-45deg);
  border-radius: 10px;
}

.main-slider-two__content__shape-close::after {
  transform: rotate(45deg);
}

.main-slider-two__top {
  margin-bottom: 11px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: transform 1400ms ease-in-out, opacity 1400ms ease;
}

.main-slider-two__sub-title-shape {
  position: relative;
  top: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.main-slider-two__sub-title-shape__one,
.main-slider-two__sub-title-shape__two {
  flex-shrink: 0;
  height: 4px;
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-two__sub-title-shape__one {
  width: 11px;
}

.main-slider-two__sub-title-shape__two {
  width: 18px;
}

.main-slider-two__sub-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.25;
  text-transform: capitalize;
}

.main-slider-two__sub-title span {
  color: var(--easilon-base, #00CDE5);
}

.main-slider-two__title {
  margin-bottom: 5px;
  display: inline-block;
  overflow: hidden;
  font-size: 65px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 700;
  line-height: 1.153;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: transform 1400ms ease-in-out, opacity 1400ms ease;
}

@media (max-width: 1599px) {
  .main-slider-two__title {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 50px;
  }
}

@media (max-width: 430px) {
  .main-slider-two__title {
    font-size: 45px;
  }
}

@media (max-width: 375px) {
  .main-slider-two__title {
    font-size: 40px;
  }
}

.main-slider-two__text-box {
  margin-bottom: 41px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: transform 1400ms ease-in-out, opacity 1400ms ease;
}

@media (min-width: 1800px) {
  .main-slider-two__text-box {
    padding-right: 118px;
  }
}

.main-slider-two__text {
  margin-bottom: 0;
  text-transform: capitalize;
}

.main-slider-two__button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: transform 1400ms ease-in-out, opacity 1400ms ease;
}

.main-slider-two__video {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-slider-two__video__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-size: 18px;
  color: var(--easilon-base, #00CDE5);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.main-slider-two__video__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-slider-two__video__btn:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-two__video__text {
  font-size: 15px;
  font-weight: 600;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.2;
  text-transform: uppercase;
}

.main-slider-two__image {
  position: relative;
  position: absolute;
  top: -4px;
  right: 0;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right;
  transform-style: preserve-3d;
  transition: transform 1500ms ease-in-out, opacity 1500ms ease;
}

@media (max-width: 1399px) {
  .main-slider-two__image {
    top: 50%;
    transform: translateY(-50%) scaleX(0);
  }
}

@media (max-width: 1299px) {
  .main-slider-two__image {
    display: none;
  }
}

.main-slider-two__image__inner {
  width: 100%;
  max-width: 694px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 891.000000"><g transform="translate(0.000000,891.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1270 8900 c0 -6 -44 -65 -98 -133 -110 -135 -136 -172 -245 -332 -99 -147 -157 -235 -157 -241 0 -2 -12 -23 -27 -47 -15 -23 -32 -51 -38 -62 -6 -11 -31 -56 -55 -100 -89 -163 -202 -401 -255 -535 -9 -25 -22 -54 -27 -64 -6 -11 -14 -31 -18 -45 -5 -14 -18 -51 -30 -81 -12 -30 -25 -68 -30 -85 -5 -16 -14 -46 -21 -65 -6 -19 -17 -51 -24 -70 -7 -19 -20 -61 -29 -92 -37 -133 -50 -175 -62 -217 -8 -25 -14 -53 -14 -64 0 -11 -6 -43 -14 -71 -37 -130 -97 -501 -113 -696 -10 -124 -10 -899 0 -1015 11 -128 36 -308 53 -390 8 -38 14 -80 14 -93 0 -12 6 -48 14 -80 8 -31 22 -93 31 -137 39 -180 129 -481 195 -655 12 -30 25 -66 30 -80 19 -53 49 -127 104 -252 33 -74 179 -367 211 -423 19 -33 38 -67 42 -75 17 -36 112 -189 191 -306 20 -31 42 -63 47 -72 17 -28 210 -285 250 -332 185 -223 298 -345 481 -520 281 -268 624 -528 964 -729 58 -34 112 -66 120 -71 48 -29 449 -224 525 -255 50 -20 104 -42 120 -49 17 -8 50 -21 75 -31 25 -9 60 -23 78 -31 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 51 -21 99 -37 138 -46 19 -4 49 -13 65 -18 17 -6 57 -18 90 -27 33 -9 81 -23 106 -31 26 -8 55 -14 64 -14 10 0 41 -6 69 -14 138 -38 500 -98 691 -113 128 -10 890 -10 1015 0 195 16 566 76 696 113 28 8 59 14 69 14 9 0 38 6 64 14 25 8 71 21 101 29 103 29 265 79 298 93 18 8 41 14 52 14 10 0 21 4 25 9 3 5 20 13 38 17 17 3 48 13 67 22 72 31 96 41 150 62 30 12 79 33 108 46 28 13 78 36 110 50 74 34 173 83 245 123 31 17 81 44 110 60 295 163 706 455 921 654 16 15 35 27 42 27 12 0 14 607 14 3775 l0 3775 -3865 0 c-2587 0 -3865 -3 -3865 -10z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 891.000000"><g transform="translate(0.000000,891.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1270 8900 c0 -6 -44 -65 -98 -133 -110 -135 -136 -172 -245 -332 -99 -147 -157 -235 -157 -241 0 -2 -12 -23 -27 -47 -15 -23 -32 -51 -38 -62 -6 -11 -31 -56 -55 -100 -89 -163 -202 -401 -255 -535 -9 -25 -22 -54 -27 -64 -6 -11 -14 -31 -18 -45 -5 -14 -18 -51 -30 -81 -12 -30 -25 -68 -30 -85 -5 -16 -14 -46 -21 -65 -6 -19 -17 -51 -24 -70 -7 -19 -20 -61 -29 -92 -37 -133 -50 -175 -62 -217 -8 -25 -14 -53 -14 -64 0 -11 -6 -43 -14 -71 -37 -130 -97 -501 -113 -696 -10 -124 -10 -899 0 -1015 11 -128 36 -308 53 -390 8 -38 14 -80 14 -93 0 -12 6 -48 14 -80 8 -31 22 -93 31 -137 39 -180 129 -481 195 -655 12 -30 25 -66 30 -80 19 -53 49 -127 104 -252 33 -74 179 -367 211 -423 19 -33 38 -67 42 -75 17 -36 112 -189 191 -306 20 -31 42 -63 47 -72 17 -28 210 -285 250 -332 185 -223 298 -345 481 -520 281 -268 624 -528 964 -729 58 -34 112 -66 120 -71 48 -29 449 -224 525 -255 50 -20 104 -42 120 -49 17 -8 50 -21 75 -31 25 -9 60 -23 78 -31 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 51 -21 99 -37 138 -46 19 -4 49 -13 65 -18 17 -6 57 -18 90 -27 33 -9 81 -23 106 -31 26 -8 55 -14 64 -14 10 0 41 -6 69 -14 138 -38 500 -98 691 -113 128 -10 890 -10 1015 0 195 16 566 76 696 113 28 8 59 14 69 14 9 0 38 6 64 14 25 8 71 21 101 29 103 29 265 79 298 93 18 8 41 14 52 14 10 0 21 4 25 9 3 5 20 13 38 17 17 3 48 13 67 22 72 31 96 41 150 62 30 12 79 33 108 46 28 13 78 36 110 50 74 34 173 83 245 123 31 17 81 44 110 60 295 163 706 455 921 654 16 15 35 27 42 27 12 0 14 607 14 3775 l0 3775 -3865 0 c-2587 0 -3865 -3 -3865 -10z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

@media (max-width: 1599px) {
  .main-slider-two__image__inner {
    max-width: 650px;
  }
}

@media (max-width: 1399px) {
  .main-slider-two__image__inner {
    max-width: 500px;
  }
}

.main-slider-two__image__shape-one {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: -107px;
  z-index: 1;
  animation: zump 2s linear infinite;
}

@media (max-width: 1799px) {
  .main-slider-two__image__shape-one {
    left: -85px;
  }
}

@media (max-width: 1599px) {
  .main-slider-two__image__shape-one {
    display: none !important;
  }
}

.main-slider-two__image__shape-two {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: -65px;
  bottom: -65px;
  z-index: 3;
}

@media (max-width: 1599px) {
  .main-slider-two__image__shape-two {
    max-width: 450px !important;
    left: -15px;
  }
}

@media (max-width: 1399px) {
  .main-slider-two__image__shape-two {
    max-width: 350px !important;
    bottom: -26px;
  }
}

.main-slider-two__image__shape-three {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -101px;
  z-index: 2;
  animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 1599px) {
  .main-slider-two__image__shape-three {
    max-width: 500px !important;
  }
}

@media (max-width: 1399px) {
  .main-slider-two__image__shape-three {
    max-width: 350px !important;
    bottom: -60px;
  }
}

.main-slider-two__image__shape-four {
  display: inline-block !important;
  width: auto !important;
  position: absolute;
  left: 38px;
  bottom: 16px;
  animation: shapeRotate 4s infinite linear;
}

.main-slider-two .active .main-slider-two__social {
  opacity: 1;
  transform: translateY(-50%);
  transition-delay: 400ms;
}

.main-slider-two .active .main-slider-two__top {
  opacity: 1;
  transform: scaleX(1);
}

.main-slider-two .active .main-slider-two__title {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 400ms;
}

.main-slider-two .active .main-slider-two__text-box {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 700ms;
}

.main-slider-two .active .main-slider-two__button {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1000ms;
}

.main-slider-two .active .main-slider-two__image {
  opacity: 1;
  transform: scaleX(1);
}

@media (max-width: 1399px) {
  .main-slider-two .active .main-slider-two__image {
    transform: translateY(-50%) scaleX(1);
  }
}

.main-slider-two .active .main-slider-two__content__shape-circle,
.main-slider-two .active .main-slider-two__content__shape-close {
  opacity: 1;
  transition-delay: 600ms;
}

.main-slider-three {
  position: relative;
  overflow: hidden;
  background-color: var(--easilon-black, #2B2B5E);
}

.main-slider-three__carousel {
  position: relative;
  width: 100%;
}

.main-slider-three__carousel .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 23px;
}

@media (max-width: 1599px) {
  .main-slider-three__carousel .slick-dots {
    bottom: 120px;
  }
}

.main-slider-three__carousel .slick-dots li {
  cursor: pointer;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--easilon-white, #ffffff);
  transition: all 400ms ease;
}

.main-slider-three__carousel .slick-dots li::after {
  content: "";
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
  border-radius: inherit;
  border: 1px solid var(--easilon-base, #00CDE5);
  transition: all 400ms ease;
}

.main-slider-three__carousel .slick-dots li:hover,
.main-slider-three__carousel .slick-dots li.slick-active {
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-three__carousel .slick-dots li:hover::after,
.main-slider-three__carousel .slick-dots li.slick-active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.main-slider-three__carousel .slick-dots li button {
  display: none;
}

.main-slider-three__carousel-counter {
  width: 37px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 991px) {
  .main-slider-three__carousel-counter {
    display: none;
  }
}

.main-slider-three__carousel-counter .slick-slide {
  position: relative;
  text-align: right;
  cursor: pointer;
}

.main-slider-three__carousel-counter__text {
  margin-left: auto;
  position: relative;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 14px;
  line-height: 1.142;
  text-align: center;
  color: var(--easilon-text, #82828A);
  font-weight: 600;
}

.main-slider-three__carousel-counter__text::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -16px;
  transform: scale(0.5);
  opacity: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .main-slider-three__carousel-counter__text::before {
    left: -13px;
  }
}

.main-slider-three__carousel-counter .slick-current+.slick-slide {
  position: relative;
}

.main-slider-three__carousel-counter .slick-current+.slick-slide .main-slider-three__carousel-counter__text {
  color: var(--easilon-white2, #F6F6F8);
}

.main-slider-three__carousel-counter .slick-current+.slick-slide .main-slider-three__carousel-counter__text::before {
  opacity: 1;
  transform: scale(1);
}

.main-slider-three__item {
  padding-top: 370px;
  padding-bottom: 290px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--easilon-black, #2B2B5E);
}

@media (max-width: 1599px) {
  .main-slider-three__item {
    padding-top: 330px;
  }
}

@media (max-width: 1399px) {
  .main-slider-three__item {
    padding-top: 300px;
  }
}

@media (max-width: 991px) {
  .main-slider-three__item {
    padding-top: 280px;
  }
}

@media (max-width: 575px) {
  .main-slider-three__item {
    padding-top: 250px;
  }
}

@media (max-width: 375px) {
  .main-slider-three__item {
    padding-top: 220px;
  }
}

.main-slider-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: scale(1);
  z-index: 1;
  transition: transform 8000ms ease;
}

.main-slider-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--easilon-black-rgb, 43, 43, 94), 0.75);
}

.main-slider-three__social {
  position: relative;
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translateY(-100%);
  flex-direction: column;
  gap: 10px;
  z-index: 4;
  opacity: 0;
  transition: transform 1100ms ease, opacity 1100ms ease;
}

@media (max-width: 1399px) {
  .main-slider-three__social {
    right: 35px;
  }
}

@media (max-width: 991px) {
  .main-slider-three__social {
    display: none;
  }
}

.main-slider-three__social a {
  border-radius: 50%;
  border-color: RGBA(var(--easilon-text-rgb, 130, 130, 138), 0.25);
}

.main-slider-three__social a:hover {
  background-color: transparent;
}

.main-slider-three__social a:hover .social-links-two__icon {
  color: var(--easilon-base, #00CDE5);
}

.main-slider-three__social .social-links-two__icon {
  font-size: 16px;
  color: var(--easilon-text, #82828A);
}

.main-slider-three__container {
  position: relative;
  z-index: 3;
}

.main-slider-three .row {
  --bs-gutter-x: 50px;
}

.main-slider-three__content {
  position: relative;
  text-align: center;
  z-index: 3;
}

.main-slider-three__top {
  margin-bottom: 16px;
  overflow: hidden;
}

.main-slider-three__top__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 11px;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-three__sub-title-shape {
  position: relative;
  top: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.main-slider-three__sub-title-shape__one,
.main-slider-three__sub-title-shape__two {
  flex-shrink: 0;
  height: 4px;
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-three__sub-title-shape__one {
  width: 11px;
}

.main-slider-three__sub-title-shape__two {
  width: 18px;
}

.main-slider-three__sub-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: var(--easilon-white, #ffffff);
  line-height: 1.25;
  text-transform: capitalize;
}

.main-slider-three__sub-title span {
  color: var(--easilon-base, #00CDE5);
}

.main-slider-three__title {
  margin-bottom: 31px;
  display: inline-block;
  overflow: hidden;
  font-size: 95px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  line-height: 1.105;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
}

@media (max-width: 1599px) {
  .main-slider-three__title {
    font-size: 80px;
  }
}

@media (max-width: 1399px) {
  .main-slider-three__title {
    font-size: 70px;
  }
}

@media (max-width: 1199px) {
  .main-slider-three__title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .main-slider-three__title {
    font-size: 50px;
  }
}

@media (max-width: 430px) {
  .main-slider-three__title {
    font-size: 45px;
  }
}

@media (max-width: 375px) {
  .main-slider-three__title {
    font-size: 40px;
  }
}

.main-slider-three__title__inner {
  display: block;
  overflow: hidden;
}

.main-slider-three__title__text {
  display: block;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-three__button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.main-slider-three__button-group__inner {
  overflow: hidden;
}

.main-slider-three__button {
  opacity: 0;
  transform: translateY(150px);
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-three__btn:hover {
  color: var(--easilon-base, #00CDE5);
}

.main-slider-three__btn:hover .easilon-btn__icon::after {
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-three__btn::before,
.main-slider-three__btn::after {
  background-color: var(--easilon-white, #ffffff);
}

.main-slider-three__video {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-slider-three__video__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-size: 18px;
  color: var(--easilon-base, #00CDE5);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.main-slider-three__video__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-slider-three__video__btn:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.main-slider-three__video__text {
  font-size: 15px;
  font-weight: 600;
  color: var(--easilon-white, #ffffff);
  line-height: 1.2;
  text-transform: uppercase;
}

.main-slider-three__border-box {
  display: flex;
  width: calc(100% - 240px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media (max-width: 1199px) {
  .main-slider-three__border-box {
    width: calc(100% - 180px);
  }
}

@media (max-width: 991px) {
  .main-slider-three__border-box {
    width: calc(100% - 150px);
  }
}

@media (max-width: 767px) {
  .main-slider-three__border-box {
    width: calc(100% - 100px);
  }
}

@media (max-width: 767px) {
  .main-slider-three__border-box {
    width: calc(100% - 80px);
  }
}

.main-slider-three__border {
  width: 20%;
  height: 100%;
  border-right: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  animation: animatedBorder1 1500ms infinite ease;
}

@media (max-width: 1199px) {
  .main-slider-three__border {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .main-slider-three__border {
    width: 33.333%;
  }
}

@media (max-width: 575px) {
  .main-slider-three__border {
    width: 50%;
  }
}

.main-slider-three__border--1 {
  border-left: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
}

@media (max-width: 575px) {
  .main-slider-three__border--3 {
    display: none;
  }
}

@media (max-width: 991px) {
  .main-slider-three__border--4 {
    display: none;
  }
}

@media (max-width: 1199px) {
  .main-slider-three__border--5 {
    display: none;
  }
}

.main-slider-three .slick-active .main-slider-three__bg {
  transform: scale(1.2);
}

.main-slider-three .slick-active .main-slider-three__social {
  opacity: 1;
  transform: translateY(-50%);
  transition-delay: 400ms;
}

.main-slider-three .slick-active .main-slider-three__top__inner {
  opacity: 1;
  transform: translateY(0);
}

.main-slider-three .slick-active .main-slider-three__title__text {
  opacity: 1;
  transform: translateY(0);
}

.main-slider-three .slick-active .main-slider-three__title__text--1 {
  transition-delay: 800ms;
}

.main-slider-three .slick-active .main-slider-three__title__text--2 {
  transition-delay: 1000ms;
}

.main-slider-three .slick-active .main-slider-three__button {
  opacity: 1;
  transform: translateY(0px);
}

.main-slider-three .slick-active .main-slider-three__button--1 {
  transition-delay: 1200ms;
}

.main-slider-three .slick-active .main-slider-three__button--2 {
  transition-delay: 1400ms;
}

@keyframes animatedBorder1 {
  0% {
    border-color: RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  }

  50% {
    border-color: RGBA(var(--easilon-base-rgb, 0, 205, 229), 0.6);
  }

  100% {
    border-color: RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  background-color: var(--easilon-white2, #F6F6F8);
  overflow: hidden;
}

@media (max-width: 450px) {
  .about-one {
    padding-top: 220px;
  }
}

.about-one--about {
  background-color: var(--easilon-white, #ffffff);
}

.about-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.25;
}

.about-one .container {
  position: relative;
  z-index: 1;
}

.about-one__image {
  padding-left: 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-one__image {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .about-one__image {
    padding-left: 50px;
  }
}

@media (max-width: 575px) {
  .about-one__image {
    padding-left: 40px;
  }
}

.about-one__image__inner {
  position: relative;
  display: table;
}

.about-one__image__inner img {
  max-width: 100%;
  height: auto;
}

.about-one__image__with-border {
  position: absolute;
  right: -100px;
  bottom: 50px;
  z-index: 1;
  border: 10px solid var(--easilon-white, #ffffff);
  filter: drop-shadow(0px 4px 60px rgba(117, 165, 67, 0.12));
  animation: moveHorizontal2 2s linear infinite;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-one__image__with-border {
    max-width: 200px !important;
    right: -50px;
  }
}

@media (max-width: 575px) {
  .about-one__image__with-border {
    display: none;
  }
}

.about-one__image__shape {
  position: absolute;
  top: 30px;
  right: -80px;
  animation: zumpBottom 2s linear infinite;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-one__image__shape {
    right: -65px;
  }
}

@media (max-width: 575px) {
  .about-one__image__shape {
    display: none;
  }
}

.about-one__experience {
  position: relative;
  position: absolute;
  top: 50px;
  left: -100px;
  padding: 34px 26px 19px;
  text-align: center;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-one__experience {
    left: -40px;
  }
}

@media (max-width: 767px) {
  .about-one__experience {
    left: -60px;
  }
}

@media (max-width: 575px) {
  .about-one__experience {
    left: -40px;
  }
}

@media (max-width: 450px) {
  .about-one__experience {
    top: -140px;
  }
}

.about-one__experience::before {
  content: "";
  width: 101px;
  height: 67px;
  background-color: var(--easilon-black, #2B2B5E);
  position: absolute;
  left: 0;
  bottom: -67px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-one__experience::before {
    width: 40px;
    height: 35px;
    bottom: -35px;
  }
}

@media (max-width: 767px) {
  .about-one__experience::before {
    width: 60px;
    height: 45px;
    bottom: -45px;
  }
}

@media (max-width: 575px) {
  .about-one__experience::before {
    width: 40px;
    height: 35px;
    bottom: -35px;
  }
}

.about-one__experience__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.25;
}

.about-one__experience__content {
  position: relative;
  z-index: 1;
}

.about-one__experience .video-btn {
  margin: 0 auto 27px;
  background-color: var(--easilon-white, #ffffff);
}

.about-one__experience .video-btn>span {
  border-color: RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.25);
}

.about-one__experience .video-btn:hover {
  background-color: var(--easilon-black, #2B2B5E);
}

.about-one__experience .video-btn:hover>span {
  border-color: RGBA(var(--easilon-black-rgb, 43, 43, 94), 0.25);
}

.about-one__experience__year {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.22;
  color: var(--easilon-white, #ffffff);
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

.about-one__experience__title {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: var(--easilon-white, #ffffff);
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

.about-one__content {
  position: relative;
}

@media (min-width: 992px) {
  .about-one__content {
    top: -3px;
  }
}

.about-one .sec-title {
  margin-bottom: 28px;
}

.about-one__text {
  margin-bottom: 27px;
  text-transform: capitalize;
}

.about-one__list {
  margin-bottom: 41px;
  display: flex;
  align-items: center;
  gap: 6px 46px;
  flex-wrap: wrap;
}

.about-one__list__item+.about-one__list__item {
  margin-top: 6px;
}

.about-one__list__item {
  display: flex;
  gap: 11px;
  font-weight: 600;
  font-size: 16px;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.75;
  text-transform: capitalize;
}

.about-one__list__icon {
  font-size: 18px;
  color: var(--easilon-base, #00CDE5);
}

.about-one__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-one__money {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 96px;
  bottom: 120px;
  opacity: 0.25;
  animation: moveHorizontal2 2s linear infinite;
}

@media (max-width: 1599px) {
  .about-one__money {
    left: 30px;
    bottom: 60px;
  }
}

@media (max-width: 1399px) {
  .about-one__money {
    display: none;
  }
}

.about-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: zumpBottom 2s linear infinite;
}

@media (max-width: 1599px) {
  .about-one__shape {
    max-width: 250px;
  }
}

@media (max-width: 1399px) {
  .about-one__shape {
    max-width: 200px;
  }
}

@media (max-width: 1199px) {
  .about-one__shape {
    display: none;
  }
}

.about-two {
  position: relative;
  background-color: var(--easilon-white2, #F6F6F8);
}

.about-two .container {
  position: relative;
  z-index: 1;
}

.about-two__image {
  position: relative;
  top: 3px;
}

@media (max-width: 991px) {
  .about-two__image {
    top: 0;
    padding-left: 35px;
  }
}

@media (max-width: 575px) {
  .about-two__image {
    padding: 0 15px;
  }
}

.about-two__image__inner {
  position: relative;
  display: table;
}

.about-two__image__inner::before {
  content: "";
  width: calc(100% - 70px);
  height: calc(100% - 66px);
  position: absolute;
  left: -47px;
  bottom: -48px;
  z-index: -1;
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
  border-left: 1px solid var(--easilon-border-color, #E6E6ED);
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
  animation: zump 2s linear infinite;
}

@media (max-width: 1199px) {
  .about-two__image__inner::before {
    left: -35px;
    bottom: -35px;
  }
}

@media (max-width: 575px) {
  .about-two__image__inner::before {
    left: -20px;
    bottom: -20px;
  }
}

.about-two__image__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--easilon-base, #00CDE5);
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(4.3deg);
  z-index: -1;
  animation: rotateShape 3s linear infinite;
}

.about-two__image__inner img {
  max-width: 100%;
  height: auto;
}

.about-two__image__two {
  position: absolute;
  top: 30px;
  right: 30px;
  border: 10px solid var(--easilon-white, #ffffff);
  z-index: 1;
  animation: zumpBottom 2s linear infinite;
}

@media (max-width: 1199px) {
  .about-two__image__two {
    max-width: 150px;
  }
}

@media (max-width: 490px) {
  .about-two__image__two {
    display: none;
  }
}

.about-two__experience {
  position: absolute;
  left: 0px;
  bottom: 40px;
  padding: 16px 32px;
  text-align: center;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
}

@media (max-width: 430px) {
  .about-two__experience {
    padding-left: 25px;
    padding-right: 25px;
    bottom: 0px;
  }
}

.about-two__experience__year {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.22;
  color: var(--easilon-white, #ffffff);
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .about-two__experience__year {
    font-size: 40px;
  }
}

.about-two__experience__title {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: var(--easilon-white, #ffffff);
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .about-two__content {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .about-two__content {
    margin-top: 0px;
  }
}

.about-two .sec-title {
  margin-bottom: 31px;
}

.about-two__info {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 430px) {
  .about-two__info {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-two__info__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  font-size: 40px;
  color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-black, #2B2B5E);
  transition: all 500ms ease;
}

.about-two__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-two__info:hover .about-two__info__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.about-two__info__text {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: var(--easilon-base, #00CDE5);
  line-height: 1.62;
  text-transform: capitalize;
}

.about-two__text {
  margin-bottom: 27px;
  text-transform: capitalize;
}

.about-two__list {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 12px 30px;
  flex-wrap: wrap;
}

.about-two__list li {
  display: flex;
  gap: 11px;
  font-weight: 600;
  font-size: 16px;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.75;
  text-transform: capitalize;
}

.about-two__list__icon {
  font-size: 18px;
  color: var(--easilon-base, #00CDE5);
}

.about-two__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-two__shape {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 1599px) {
  .about-two__shape {
    opacity: 0.8;
  }
}

@keyframes rotateShape {
  50% {
    transform: rotate(-4.3deg);
  }

  100% {
    transform: rotate(4.3deg);
  }
}

.about-three {
  position: relative;
  background-color: var(--easilon-white, #ffffff);
}

.about-three .container {
  position: relative;
  z-index: 1;
}

.about-three__image {
  position: relative;
}

.about-three__image__one {
  display: block;
  width: 100%;
}

.about-three__image__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 285px;
  padding: 0 0 15px 16px;
  background-color: var(--easilon-white, #ffffff);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-three__image__inner {
    max-width: 230px;
  }
}

@media (max-width: 767px) {
  .about-three__image__inner {
    max-width: 230px;
  }
}

@media (max-width: 575px) {
  .about-three__image__inner {
    display: none;
  }
}

.about-three__image__two {
  display: block;
  width: 100%;
}

.about-three__experience {
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--easilon-black, #2B2B5E);
  border-top: 15px solid var(--easilon-white, #ffffff);
  border-right: 15px solid var(--easilon-white, #ffffff);
}

@media (max-width: 430px) {
  .about-three__experience {
    border-width: 10px;
  }
}

.about-three__experience__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
}

.about-three__experience__content {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.about-three__experience__text {
  padding: 38.5px 16px;
  background-color: var(--easilon-base, #00CDE5);
}

@media (max-width: 1199px) {
  .about-three__experience__text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.about-three__experience__title {
  font-size: 16px;
  color: var(--easilon-white, #ffffff);
  font-weight: 700;
  line-height: 1.75;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
}

@media (max-width: 575px) {
  .about-three__experience__title br {
    display: inline;
  }
}

@media (max-width: 430px) {
  .about-three__experience__title {
    font-size: 14px;
  }
}

.about-three__experience__year {
  padding: 0 32.48px 0 38px;
  font-size: 65px;
  color: var(--easilon-black, #2B2B5E);
  text-shadow: 1px 1px 0 var(--easilon-white, #ffffff), -1px -1px 0 var(--easilon-white, #ffffff), 1px -1px 0 var(--easilon-white, #ffffff), -1px 1px 0 var(--easilon-white, #ffffff), 1px 1px 0 var(--easilon-white, #ffffff);
  font-weight: 700;
  line-height: 1.076;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 430px) {
  .about-three__experience__year {
    font-size: 60px;
  }
}

@media (max-width: 390px) {
  .about-three__experience__year {
    font-size: 55px;
  }
}

.about-three__content {
  position: relative;
}

@media (min-width: 992px) {
  .about-three__content {
    top: -2px;
    padding-left: 30px;
  }
}

.about-three .sec-title {
  margin-bottom: 23px;
}

.about-three__text {
  margin-bottom: 19px;
}

.about-three__inner {
  margin-bottom: 40px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 30px;
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.about-three__inner__item {
  width: 49.81%;
  display: flex;
  gap: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-three__inner__item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about-three__inner__item {
    width: 100%;
  }
}

.about-three__inner__icon {
  position: relative;
  top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  font-size: 30px;
  color: var(--easilon-white, #ffffff);
  border-radius: 50%;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.about-three__inner__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-three__inner__item:hover .about-three__inner__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-black, #2B2B5E);
}

.about-three__inner__title {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--easilon-black, #2B2B5E);
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

.about-three__inner__text {
  margin: 0;
}

.about-three__inner__image {
  width: 44.63%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-three__inner__image {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about-three__inner__image {
    width: 100%;
  }
}

.about-three__inner__image img {
  max-width: 100%;
  height: auto;
}

.about-three__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.about-three__director {
  display: flex;
  align-items: center;
  gap: 32px;
}

@media (max-width: 390px) {
  .about-three__director {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-three__director__info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-three__director__image {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.about-three__director__content {
  position: relative;
  top: -1px;
}

@media (max-width: 390px) {
  .about-three__director__content {
    top: 0;
  }
}

.about-three__director__content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% + 5px);
  background-color: var(--easilon-border-color, #E6E6ED);
}

@media (max-width: 390px) {
  .about-three__director__content::after {
    display: none;
  }
}

.about-three__director__designation {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.about-three__director__name {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-transform: capitalize;
}

.about-three__director__sign {
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
}

.about-three__shape-one,
.about-three__shape-two {
  max-width: 100%;
  height: auto;
  position: absolute;
  opacity: 0.3;
  animation: zumpBottom 2s linear infinite;
}

.about-three__shape-one {
  top: 120px;
  left: 0;
}

.about-three__shape-two {
  right: 0;
  bottom: 120px;
}

@media (max-width: 1699px) {
  .about-three__shape-two {
    max-width: 170px;
    bottom: 100px;
  }
}

@media (max-width: 1399px) {
  .about-three__shape-two {
    display: none;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-card {
  padding: 30px;
  border: 1px solid var(--easilon-border-color, #E6E6ED);
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .service-card {
    padding: 25px;
  }
}

.service-card__image {
  position: relative;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.service-card__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: -125%;
  z-index: 2;
  display: block;
  width: 75%;
  height: 100%;
  background: -webkit-linear-gradient(to right, RGBA(var(--easilon-black-rgb, 43, 43, 94), 0) 0%, RGBA(var(--easilon-base-rgb, 0, 205, 229)) 100%);
  background: linear-gradient(to right, RGBA(var(--easilon-black-rgb, 43, 43, 94), 0) 0%, RGBA(var(--easilon-base-rgb, 0, 205, 229)) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.service-card__image img {
  width: 100%;
  display: block;
  transition: all 500ms ease;
}

.service-card:hover .service-card__image::before {
  -webkit-animation: serviceCardShine 0.75s;
  animation: serviceCardShine 0.75s;
}

.service-card:hover .service-card__image img {
  transform: scale(1.1);
}

.service-card__content {
  display: flex;
  align-items: center;
  gap: 15px 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service-card__content {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 412px) {
  .service-card__content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.service-card__title {
  position: relative;
  margin: 0;
  padding: 16.5px 24px;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .service-card__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 500px) {
  .service-card__title {
    font-size: 18px;
  }
}

.service-card__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--easilon-white2, #F6F6F8);
  transition: all 500ms ease;
  z-index: -1;
}

.service-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-card__title a:hover {
  background-size: 100% 1px;
}

.service-card:hover .service-card__title {
  color: var(--easilon-white, #ffffff);
}

.service-card:hover .service-card__title::after {
  background-color: var(--easilon-black, #2B2B5E);
}

.service-card__btn {
  padding: 0;
  justify-content: center;
  flex-shrink: 0;
  width: 69px;
  height: 63px;
}

@media (max-width: 500px) {
  .service-card__btn {
    height: 60px;
  }
}

.service-card__btn .easilon-btn__icon {
  font-size: 25px;
}

.service-card__btn .easilon-btn__icon::after {
  display: none;
}

@keyframes serviceCardShine {
  100% {
    left: 125%;
  }
}

.services-one {
  position: relative;
  background-color: var(--easilon-black, #2B2B5E);
  counter-reset: offerServiceNumber;
}

.services-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
}

.services-one .container {
  position: relative;
  z-index: 1;
}

.services-one .sec-title {
  margin-bottom: 14px;
}

.services-one__slide {
  margin-bottom: 51px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 19px;
  animation: textScrolling 25s linear infinite;
  animation-direction: reverse;
  will-change: transform;
  position: relative;
  white-space: nowrap;
}

.services-one__slide:hover {
  animation-play-state: paused;
}

@keyframes textScrolling {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    transform: translate3d(0%, 0, 0);
  }
}

.services-one__slide__text {
  margin: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition: all 400ms ease;
}

@media (max-width: 575px) {
  .services-one__slide__text {
    font-size: 60px;
  }
}

.services-one__slide__text--one {
  color: var(--easilon-black, #2B2B5E);
  text-shadow: 1px 1px 0 var(--easilon-white, #ffffff), -1px -1px 0 var(--easilon-white, #ffffff), 1px -1px 0 var(--easilon-white, #ffffff), -1px 1px 0 var(--easilon-white, #ffffff), 1px 1px 0 var(--easilon-white, #ffffff);
}

.services-one__slide__text--two {
  color: var(--easilon-white, #ffffff);
}

.services-one__slide__icon {
  display: inline-flex;
  font-size: 30px;
  color: var(--easilon-base, #00CDE5);
}

.services-one__slide__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.services-one__main-tab-box {
  margin-bottom: 120px;
  position: relative;
  display: grid;
  grid-template-columns: 57.4% auto;
  grid-gap: 30px 0;
  align-items: center;
  border: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
}

@media (max-width: 1199px) {
  .services-one__main-tab-box {
    grid-template-columns: 50% auto;
  }
}

@media (max-width: 991px) {
  .services-one__main-tab-box {
    grid-template-columns: auto;
  }
}

@media (max-width: 767px) {
  .services-one__main-tab-box {
    margin-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .services-one__main-tab-box {
    margin-bottom: 80px;
  }
}

@media (max-width: 390px) {
  .services-one__main-tab-box {
    grid-gap: 20px 0;
  }
}

.services-one__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
}

@media (max-width: 991px) {
  .services-one__main-tab-box .tab-buttons {
    border: 0;
  }
}

.services-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

@media (max-width: 991px) {
  .services-one__main-tab-box .tab-buttons .tab-btn {
    border-bottom: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  }
}

@media (min-width: 992px) {
  .services-one__main-tab-box .tab-buttons .tab-btn:not(:last-child) {
    border-bottom: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  }
}

@media (max-width: 430px) {
  .services-one__main-tab-box .tab-buttons .tab-btn {
    padding-left: 20px;
  }
}

.services-one__main-tab-box .tab-buttons .tab-btn__inner {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 12px 30px 12px 77px;
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  font-size: 28px;
  color: var(--easilon-gray, #A0A0C0);
  font-weight: 600;
  line-height: 1.222;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__inner {
    font-size: 25px;
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__inner {
    padding-top: 17px;
    padding-bottom: 18px;
  }
}

@media (max-width: 575px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__inner {
    font-size: 20px;
    padding: 15px 30px 16px 40px;
  }
}

@media (max-width: 430px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__inner {
    padding-right: 20px;
    padding-left: 35px;
    font-size: 18px;
  }
}

.services-one__main-tab-box .tab-buttons .tab-btn__inner::after {
  content: counters(offerServiceNumber, ".", decimal-leading-zero);
  counter-increment: offerServiceNumber;
  font-size: 26px;
  color: var(--easilon-black, #2B2B5E);
  text-shadow: 1px 1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 0.25), -1px -1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 0.25), 1px -1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 0.25), -1px 1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 0.25), 1px 1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 0.25);
  font-weight: 700;
  text-transform: capitalize;
  position: absolute;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__inner::after {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__inner::after {
    font-size: 20px;
  }
}

@media (max-width: 430px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__inner::after {
    font-size: 18px;
  }
}

.services-one__main-tab-box .tab-buttons .tab-btn__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  font-size: 18px;
  color: var(--easilon-white, #ffffff);
  border-radius: 50%;
  border: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
  transition: all 500ms ease;
  z-index: 1;
}

.services-one__main-tab-box .tab-buttons .tab-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 1199px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__icon {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

@media (max-width: 430px) {
  .services-one__main-tab-box .tab-buttons .tab-btn__icon {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}

.services-one__main-tab-box .tab-buttons .tab-btn:hover .tab-btn__inner,
.services-one__main-tab-box .tab-buttons .tab-btn.active-btn .tab-btn__inner {
  color: var(--easilon-white, #ffffff);
}

.services-one__main-tab-box .tab-buttons .tab-btn:hover .tab-btn__inner::after,
.services-one__main-tab-box .tab-buttons .tab-btn.active-btn .tab-btn__inner::after {
  text-shadow: 1px 1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 1), -1px -1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 1), 1px -1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 1), -1px 1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 1), 1px 1px 0 RGBA(var(--easilon-white2-rgb, 246, 246, 248), 1);
}

.services-one__main-tab-box .tab-buttons .tab-btn:hover .tab-btn__inner .tab-btn__icon,
.services-one__main-tab-box .tab-buttons .tab-btn.active-btn .tab-btn__inner .tab-btn__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.services-one__main-tab-box .tabs-content {
  position: relative;
  display: block;
  z-index: 1;
}

.services-one__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.services-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}

.services-one__service {
  display: block;
  padding: 30px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .services-one__service {
    padding-top: 0px;
  }
}

@media (max-width: 390px) {
  .services-one__service {
    padding: 0 20px 20px;
  }
}

.services-one__service__image {
  display: block;
  position: relative;
  overflow: hidden;
}

.services-one__service__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
}

.services-one__service__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.services-one__service__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.services-one__service__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--easilon-base-rgb, 0, 205, 229), 0.8);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  z-index: 1;
  transition: opacity 500ms ease, transform 500ms ease;
}

.services-one__service__overlay::before,
.services-one__service__overlay::after {
  content: "";
  width: 28px;
  height: 2px;
  background-color: var(--easilon-white, #ffffff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services-one__service__overlay::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.services-one__service:hover .services-one__service__overlay {
  opacity: 1;
  transform: translateY(0);
}

.services-one__service:hover .services-one__service__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.services-one__service:hover .services-one__service__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.services-two {
  position: relative;
  background-color: var(--easilon-black, #2B2B5E);
}

.services-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
}

.services-two .container {
  position: relative;
  z-index: 1;
}

.services-two__top {
  margin-bottom: 51px;
}

.services-two .sec-title {
  margin: 0;
}

.services-two__button {
  display: flex;
  justify-content: flex-end;
}

.services-two__button .easilon-btn {
  top: 14px;
  padding: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .services-two__button .easilon-btn {
    top: 0;
  }
}

.services-two__button .easilon-btn::before,
.services-two__button .easilon-btn::after {
  display: block;
  position: absolute;
  content: "";
  height: 0%;
  width: 4px;
  background-color: var(--easilon-base, #00CDE5);
}

.services-two__button .easilon-btn::before {
  right: 0;
  top: 0;
  transition: all 0.1s ease;
}

.services-two__button .easilon-btn::after {
  left: 0;
  bottom: 0;
  transition: all 0.1s 0.2s ease;
}

.services-two__button .easilon-btn:hover::before {
  transition: all 0.1s 0.2s ease;
  height: 100%;
}

.services-two__button .easilon-btn:hover::after {
  transition: all 0.1s ease;
  height: 100%;
}

.services-two__button .easilon-btn .easilon-btn__border {
  display: block;
  position: relative;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.services-two__button .easilon-btn__border::before,
.services-two__button .easilon-btn__border::after {
  content: "";
  height: 4px;
  position: absolute;
  background-color: var(--easilon-base, #00CDE5);
}

.services-two__button .easilon-btn__border::before {
  left: 0;
  top: 0;
  width: 0%;
  transition: all 0.1s 0.1s ease;
}

.services-two__button .easilon-btn__border::after {
  left: 0;
  bottom: 0;
  width: 100%;
}

.services-two__button .easilon-btn:hover .easilon-btn__border::before {
  width: 100%;
}

.services-two .container-fluid {
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .services-two .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

.services-two .sec-title__title {
  color: var(--easilon-white, #ffffff);
}

.services-two .service-card {
  border-color: RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.2);
}

.services-two .service-card:hover .service-card__title::after {
  background-color: var(--easilon-base, #00CDE5);
}

.services-two .service-card__btn:hover::before,
.services-two .service-card__btn:hover::after {
  background-color: var(--easilon-white, #ffffff);
}

.services-two .service-card__btn:hover .easilon-btn__icon {
  color: var(--easilon-base, #00CDE5);
}

.services-three {
  position: relative;
  background-color: var(--easilon-white2, #F6F6F8);
}

.services-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.6;
}

.services-three .container {
  position: relative;
  z-index: 1;
}

.services-three__top {
  margin-bottom: 51px;
}

@media (max-width: 991px) {
  .services-three__top {
    margin-bottom: 70px;
  }
}

.services-three .sec-title {
  margin: 0;
}

.services-three__button {
  display: flex;
  justify-content: flex-end;
}

.services-three__button .video-btn {
  top: 40px;
  border: 0;
  background-color: var(--easilon-white, #ffffff);
}

.services-three__button .video-btn:hover {
  background-color: var(--easilon-base, #00CDE5);
}

@media (max-width: 991px) {
  .services-three__button .video-btn {
    top: 0;
  }
}

.services-three__card__image {
  display: block;
  position: relative;
  overflow: hidden;
}

.services-three__card__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
}

.services-three__card__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.services-three__card__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.services-three__card__overlay {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--easilon-black-rgb, 43, 43, 94), 0.8);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  z-index: 1;
  transition: opacity 500ms ease, transform 500ms ease;
}

.services-three__card:hover .services-three__card__overlay {
  opacity: 1;
  transform: translateY(0);
}

.services-three__card:hover .services-three__card__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.services-three__card:hover .services-three__card__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.services-three__card__content {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background-color: var(--easilon-white, #ffffff);
}

@media (max-width: 1199px) {
  .services-three__card__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.services-three__card__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-transform: capitalize;
}

.services-three__card__title:hover {
  color: var(--easilon-base, #00CDE5);
}

.services-three__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.services-three__card__title a:hover {
  background-size: 100% 1px;
}

.services-three__card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.services-three__card__btn:hover {
  background-color: var(--easilon-base, #00CDE5);
}

.services-three__card__btn__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.services-three__card__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.services-three__card__btn:hover .services-three__card__btn__icon {
  color: var(--easilon-white, #ffffff);
  animation: sliderLeft 0.5s;
}

.services-page {
  background-color: var(--easilon-white, #ffffff);
}

.services-page--carousel {
  background-color: var(--easilon-white2, #F6F6F8);
}

.services-page--carousel .services-page__carousel.owl-carousel button {
  background-color: var(--easilon-white, #ffffff);
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  background-color: var(--easilon-white, #ffffff);
}

.service-details__inner {
  margin-bottom: 36px;
}

.service-details__thumbnail {
  margin-bottom: 25px;
}

.service-details__thumbnail img {
  width: 100%;
  display: block;
}

.service-details__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
  margin-bottom: 17px;
}

.service-details__text {
  margin: 0;
  line-height: 1.875;
  text-transform: capitalize;
}

.service-details__inner-two {
  margin-bottom: 31px;
}

.service-details__inner-two__title {
  margin-bottom: 13px;
}

.service-details__text-two {
  margin-bottom: 26px;
  text-transform: capitalize;
  line-height: 1.875;
}

.service-details__info {
  position: relative;
  padding: 40px;
  background-color: var(--easilon-white2, #F6F6F8);
  overflow: hidden;
  margin-bottom: 31px;
}

@media (max-width: 1199px) {
  .service-details__info {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .service-details__info {
    padding: 25px;
  }
}

.service-details__info__image {
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(41% 0, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 1199px) {
  .service-details__info__image {
    right: -130px;
  }
}

@media (max-width: 991px) {
  .service-details__info__image {
    right: -100px;
  }
}

@media (max-width: 767px) {
  .service-details__info__image {
    display: none;
  }
}

.service-details__list {
  margin-bottom: 0;
  width: 100%;
  max-width: 380px;
}

@media (max-width: 991px) {
  .service-details__list {
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .service-details__list {
    max-width: 100%;
  }
}

.service-details__list li {
  position: relative;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 16px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 600;
  line-height: 1.25;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 575px) {
  .service-details__list li {
    font-size: 14px;
  }
}

.service-details__list li+li {
  margin-top: 20px;
}

.service-details__list li>.service-details__list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  font-size: 16px;
  color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white, #ffffff);
  border-radius: 50%;
  transition: all 400ms ease;
}

.service-details__list li>.service-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 575px) {
  .service-details__list li>.service-details__list__icon {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}

.service-details__list li:hover>.service-details__list__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

.service-details__faq__title {
  margin-bottom: 23px;
}

.service-details .faq-accordion .accordion-title {
  padding: 24.5px 20px 24.5px 78px;
  border: 1px solid var(--easilon-border-color, #E6E6ED);
}

.service-details .faq-accordion .accordion-content p {
  text-transform: capitalize;
}

.service-details .faq-accordion .active.accordion {
  border: 1px solid var(--easilon-border-color, #E6E6ED);
}

.service-details .faq-accordion .active .accordion-title {
  border: 0;
}

.service-details .taxi-booking {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .service-details .taxi-booking {
    margin-top: 100px;
  }
}

@media (max-width: 575px) {
  .service-details .taxi-booking {
    margin-top: 80px;
  }
}



/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-accordion {
  position: relative;
  z-index: 1;
}

.faq-accordion .accordion {
  background-color: var(--easilon-white, #ffffff);
}

.faq-accordion .accordion+.accordion {
  margin-top: 20px;
}

.faq-accordion .accordion-title {
  padding: 25.5px 20px 25.5px 78px;
  cursor: pointer;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .faq-accordion .accordion-title {
    padding-right: 20px;
  }
}

.faq-accordion .accordion-title h4 {
  margin: 0;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.faq-accordion .accordion-title h4::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--easilon-border-color, #E6E6ED);
  position: absolute;
  top: calc(100% + 11.5px);
  left: -21px;
  transition: all 600ms linear;
}

.faq-accordion .accordion-title__icon {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: -66px;
  transform: translateY(-50%);
  background-color: var(--easilon-black, #2B2B5E);
}

.faq-accordion .accordion-title__icon::after,
.faq-accordion .accordion-title__icon::before {
  width: 2px;
  height: 16px;
  position: absolute;
  background-color: var(--easilon-white, #ffffff);
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.faq-accordion .accordion-title__icon::after {
  width: 16px;
  height: 2px;
}

.faq-accordion .active .accordion-title {
  border: 0;
}

.faq-accordion .active .accordion-title h4::after {
  width: calc(100% + 51px);
}

@media (max-width: 1199px) {
  .faq-accordion .active .accordion-title h4::after {
    width: calc(100% + 41px);
  }
}

.faq-accordion .active .accordion-title__icon {
  background-color: var(--easilon-base, #00CDE5);
}

.faq-accordion .active .accordion-title__icon::after,
.faq-accordion .active .accordion-title__icon::before {
  background-color: var(--easilon-white, #ffffff);
  opacity: 0;
}

.faq-accordion .active .accordion-title__icon::after {
  opacity: 1;
}

.faq-accordion .accordion-content .inner {
  padding: 8px 20px 21px 13px;
}

.faq-accordion .accordion-content p {
  margin: 0;
  line-height: 1.875;
}

.faq-page-search {
  padding-top: 106px;
  background-color: var(--easilon-white, #ffffff);
}

@media (max-width: 767px) {
  .faq-page-search {
    padding-top: 86px;
  }
}

@media (max-width: 575px) {
  .faq-page-search {
    padding-top: 66px;
  }
}

.faq-page-search__content {
  text-align: center;
}

.faq-page-search__title {
  margin-bottom: 45px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .faq-page-search__title {
    font-size: 40px;
  }
}

@media (max-width: 430px) {
  .faq-page-search__title {
    font-size: 35px;
  }
}

.faq-page-search__form {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 770px;
}

.faq-page-search__form input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 55px;
  background-color: var(--easilon-white, #ffffff);
  color: var(--easilon-text, #82828A);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  padding-left: 23px;
  padding-right: 39px;
  border: 1px solid var(--easilon-border-color, #E6E6ED);
  transition: all 500ms ease;
}

@media (max-width: 575px) {
  .faq-page-search__form input[type=text] {
    padding-left: 20px;
  }
}

.faq-page-search__form input[type=text]:focus {
  border-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-black2, #141414);
}

.faq-page-search__form button[type=submit] {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--easilon-base, #00CDE5);
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.faq-page-search__form button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.faq-page-search__form button[type=submit]:hover {
  color: var(--easilon-black, #2B2B5E);
}

.faq-one {
  position: relative;
  background-color: var(--easilon-white2, #F6F6F8);
}

.faq-one .container {
  position: relative;
  z-index: 1;
}

.faq-one__image {
  position: relative;
  width: calc(100% - 55px);
}

@media (max-width: 1199px) {
  .faq-one__image {
    width: calc(100% - 32px);
  }
}

.faq-one__image__inner {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 882.000000"><g transform="translate(0.000000,882.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M6704 8811 c9 -14 -14 -19 -125 -25 -101 -7 -253 -22 -509 -51 -938 -107 -963 -109 -1610 -101 -300 3 -709 9 -910 12 -623 11 -1066 -27 -1415 -120 -149 -40 -168 -47 -325 -106 -85 -33 -261 -116 -312 -148 -14 -9 -48 -30 -75 -46 -161 -96 -464 -367 -581 -520 -25 -34 -49 -63 -52 -66 -10 -10 -127 -176 -171 -244 -119 -185 -286 -532 -329 -681 -5 -16 -20 -64 -34 -105 -41 -118 -52 -156 -101 -345 -65 -254 -122 -637 -146 -980 -13 -187 -6 -1118 9 -1305 20 -245 96 -703 138 -839 8 -25 14 -53 14 -64 0 -11 7 -40 14 -66 8 -25 23 -73 32 -106 29 -103 46 -159 57 -185 5 -14 13 -38 17 -55 29 -111 189 -494 262 -630 12 -22 37 -67 55 -100 18 -33 36 -67 40 -75 13 -29 97 -165 140 -228 24 -35 43 -65 43 -68 0 -3 5 -10 10 -17 6 -7 40 -52 77 -102 179 -242 379 -450 645 -671 129 -108 454 -299 633 -372 115 -47 264 -102 340 -125 489 -147 979 -213 1780 -237 1561 -49 2343 -51 2610 -8 39 6 86 12 105 15 176 19 482 104 655 182 99 45 111 51 165 81 219 125 379 266 524 460 76 103 82 111 126 198 112 223 157 552 114 841 -23 158 -67 374 -89 446 -7 22 -21 69 -30 105 -17 63 -33 120 -60 205 -7 22 -27 87 -45 145 -18 58 -46 146 -62 195 -15 50 -36 115 -44 145 -9 30 -23 70 -30 88 -8 18 -14 41 -14 52 0 11 -6 37 -14 57 -13 36 -25 79 -61 221 -109 431 -128 804 -59 1137 34 165 45 207 90 360 32 112 102 313 144 416 12 30 29 72 37 94 15 38 26 65 57 138 8 17 42 100 76 182 35 83 73 173 85 200 24 52 56 131 82 200 8 22 20 51 26 65 15 34 36 90 47 120 5 14 18 50 30 80 94 247 172 547 186 718 4 57 11 85 20 89 20 8 20 218 0 226 -9 4 -16 31 -21 79 -20 203 -119 438 -258 613 -37 46 -143 163 -168 185 -83 73 -312 230 -336 230 -3 0 -29 11 -58 24 -156 75 -418 143 -620 163 -55 6 -79 12 -77 21 1 9 -78 12 -374 12 -218 0 -373 -4 -370 -9z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 882.000000"><g transform="translate(0.000000,882.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M6704 8811 c9 -14 -14 -19 -125 -25 -101 -7 -253 -22 -509 -51 -938 -107 -963 -109 -1610 -101 -300 3 -709 9 -910 12 -623 11 -1066 -27 -1415 -120 -149 -40 -168 -47 -325 -106 -85 -33 -261 -116 -312 -148 -14 -9 -48 -30 -75 -46 -161 -96 -464 -367 -581 -520 -25 -34 -49 -63 -52 -66 -10 -10 -127 -176 -171 -244 -119 -185 -286 -532 -329 -681 -5 -16 -20 -64 -34 -105 -41 -118 -52 -156 -101 -345 -65 -254 -122 -637 -146 -980 -13 -187 -6 -1118 9 -1305 20 -245 96 -703 138 -839 8 -25 14 -53 14 -64 0 -11 7 -40 14 -66 8 -25 23 -73 32 -106 29 -103 46 -159 57 -185 5 -14 13 -38 17 -55 29 -111 189 -494 262 -630 12 -22 37 -67 55 -100 18 -33 36 -67 40 -75 13 -29 97 -165 140 -228 24 -35 43 -65 43 -68 0 -3 5 -10 10 -17 6 -7 40 -52 77 -102 179 -242 379 -450 645 -671 129 -108 454 -299 633 -372 115 -47 264 -102 340 -125 489 -147 979 -213 1780 -237 1561 -49 2343 -51 2610 -8 39 6 86 12 105 15 176 19 482 104 655 182 99 45 111 51 165 81 219 125 379 266 524 460 76 103 82 111 126 198 112 223 157 552 114 841 -23 158 -67 374 -89 446 -7 22 -21 69 -30 105 -17 63 -33 120 -60 205 -7 22 -27 87 -45 145 -18 58 -46 146 -62 195 -15 50 -36 115 -44 145 -9 30 -23 70 -30 88 -8 18 -14 41 -14 52 0 11 -6 37 -14 57 -13 36 -25 79 -61 221 -109 431 -128 804 -59 1137 34 165 45 207 90 360 32 112 102 313 144 416 12 30 29 72 37 94 15 38 26 65 57 138 8 17 42 100 76 182 35 83 73 173 85 200 24 52 56 131 82 200 8 22 20 51 26 65 15 34 36 90 47 120 5 14 18 50 30 80 94 247 172 547 186 718 4 57 11 85 20 89 20 8 20 218 0 226 -9 4 -16 31 -21 79 -20 203 -119 438 -258 613 -37 46 -143 163 -168 185 -83 73 -312 230 -336 230 -3 0 -29 11 -58 24 -156 75 -418 143 -620 163 -55 6 -79 12 -77 21 1 9 -78 12 -374 12 -218 0 -373 -4 -370 -9z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.faq-one__image__inner img {
  width: 100%;
  display: block;
}

.faq-one__image__border {
  position: absolute;
  top: 0;
  left: 30px;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: moveHorizontal2 2s infinite linear;
}

@media (max-width: 430px) {
  .faq-one__image__border {
    left: 25px;
  }
}

.faq-one .sec-title {
  margin-bottom: 33px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.faq-one .faq-accordion .accordion-title h4 {
  font-weight: 700;
}

.faq-one__shape {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  animation: moveHorizontal2 2s linear infinite;
}

@media (max-width: 991px) {
  .faq-one__shape {
    opacity: 0.6;
  }
}

.faq-page {
  background-color: var(--easilon-white2, #F6F6F8);
}

.faq-page__image img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Apply Loan
--------------------------------------------------------------*/
.apply-loan {
  background-color: var(--easilon-white, #ffffff);
}

.apply-loan__details+.apply-loan__details {
  margin-top: 30px;
}

.apply-loan__details {
  padding: 22px 60px 30px;
  background-color: var(--easilon-white2, #F6F6F8);
}

@media (max-width: 1199px) {
  .apply-loan__details {
    padding-left: 40px;
    padding-inline-end: 40px;
  }
}

@media (max-width: 991px) {
  .apply-loan__details {
    padding-left: 30px;
    padding-inline-end: 30px;
  }
}

@media (max-width: 375px) {
  .apply-loan__details {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.apply-loan__details__title {
  margin-bottom: 22px;
  padding-bottom: 21px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.233;
  text-transform: capitalize;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

@media (max-width: 430px) {
  .apply-loan__details__title {
    font-size: 25px;
  }
}

.apply-loan__form__row {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 22px;
}

.apply-loan__form label {
  margin-bottom: 16px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 15px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}

.apply-loan__form input[type=text],
.apply-loan__form input[type=email],
.apply-loan__form input[type=password],
.apply-loan__form input[type=tel],
.apply-loan__form textarea {
  display: block;
  width: 100%;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-text, #82828A);
  font-size: 15px;
  font-weight: 500;
  border: none;
  outline: none;
  padding: 0 28px;
  height: 67px;
  background-color: var(--easilon-white, #ffffff);
  border: 1px solid transparent;
  transition: all 400ms ease;
}

.apply-loan__form input[type=text]:focus,
.apply-loan__form input[type=email]:focus,
.apply-loan__form input[type=password]:focus,
.apply-loan__form input[type=tel]:focus,
.apply-loan__form textarea:focus {
  color: var(--easilon-black2, #141414);
  border-color: var(--easilon-base, #00CDE5);
}

@media (max-width: 1199px) {

  .apply-loan__form input[type=text],
  .apply-loan__form input[type=email],
  .apply-loan__form input[type=password],
  .apply-loan__form input[type=tel],
  .apply-loan__form textarea {
    padding: 0 20px;
    height: 55px;
  }
}

@media (max-width: 425px) {

  .apply-loan__form input[type=text],
  .apply-loan__form input[type=email],
  .apply-loan__form input[type=password],
  .apply-loan__form input[type=tel],
  .apply-loan__form textarea {
    font-size: 14px;
  }
}

.apply-loan__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
}

.apply-loan__form .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.apply-loan__form .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 67px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--easilon-white, #ffffff) !important;
  margin: 0;
  padding: 0;
  padding-left: 28px;
  padding-right: 28px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-text, #82828A) !important;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 67px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

@media (max-width: 1199px) {
  .apply-loan__form .bootstrap-select>.dropdown-toggle {
    padding: 0 20px;
    height: 55px;
    line-height: 55px;
  }
}

@media (max-width: 425px) {
  .apply-loan__form .bootstrap-select>.dropdown-toggle {
    font-size: 14px;
  }
}

.apply-loan__form .bootstrap-select>.dropdown-toggle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--easilon-text, #82828A);
}

@media (max-width: 1199px) {
  .apply-loan__form .bootstrap-select>.dropdown-toggle::before {
    right: 20px;
  }
}

.apply-loan__form .bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
}

.apply-loan__form .bootstrap-select .dropdown-menu {
  border: none;
}

.apply-loan__form .bootstrap-select .dropdown-menu>li>a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-black, #2B2B5E);
  background-color: var(--easilon-white, #ffffff);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.apply-loan__form .bootstrap-select .dropdown-menu>li:hover>a,
.apply-loan__form .bootstrap-select .dropdown-menu>li.selected>a {
  background-color: var(--easilon-base, #00CDE5);
  color: var(--easilon-white, #ffffff);
  border-color: var(--easilon-base, #00CDE5);
}

.apply-loan__form .bootstrap-select>.dropdown-toggle {
  display: flex;
  align-items: center;
}

.apply-loan__form .bootstrap-select>.dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

.apply-loan__form__date {
  position: relative;
}

.apply-loan__form__date__icon {
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--easilon-text, #82828A);
}

.apply-loan__form__date__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 1199px) {
  .apply-loan__form__date__icon {
    right: 20px;
  }
}

.apply-loan__form__btn {
  margin-top: 40px;
}

/*--------------------------------------------------------------
# Loan
--------------------------------------------------------------*/
.loan-calculator-form {
  padding: 34px 40px 40px;
  position: relative;
  z-index: 10;
  background-color: var(--easilon-white, #ffffff);
}

.loan-calculator-form::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: var(--easilon-black, #2B2B5E);
  position: absolute;
  top: 0;
  left: 0;
}

.loan-calculator-form__title {
  margin-bottom: 41px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.208;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

.loan-calculator-form__content p+p {
  padding-top: 27px;
  margin-top: 25px;
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
}

.loan-calculator-form__content p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--easilon-black, #2B2B5E);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 430px) {
  .loan-calculator-form__content p {
    display: block;
    text-align: center;
  }
}

.loan-calculator-form__content p span {
  color: inherit;
}

@media (max-width: 430px) {
  .loan-calculator-form__content p span {
    display: block;
  }
}

.loan-calculator-form__content p i {
  font-style: normal;
}

.loan-calculator-form__content p b {
  display: block;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
}

@media (max-width: 430px) {
  .loan-calculator-form__content p b {
    margin-top: 15px;
  }
}

.loan-calculator-form .noUi-horizontal {
  height: 6px;
  border-radius: 0;
  background-color: var(--easilon-white2, #F6F6F8);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loan-calculator-form .noUi-horizontal .noUi-handle {
  top: -9px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border: 4px solid var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white, #ffffff);
  border-radius: 50%;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loan-calculator-form .noUi-horizontal .noUi-handle::before,
.loan-calculator-form .noUi-horizontal .noUi-handle::after {
  display: none;
}

.loan-calculator-form .noUi-horizontal .noUi-tooltip {
  bottom: 146%;
  font-weight: 500;
}

.loan-calculator-form .noUi-tooltip {
  border: none;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
  font-size: 14px;
  line-height: 17px;
  background-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loan-calculator-form .noUi-connects {
  border-radius: 0;
}

.loan-calculator-form .noUi-connect {
  background-color: var(--easilon-base, #00CDE5);
  border-radius: 0;
}

.loan-calculator-form .input-box {
  margin-bottom: 37px;
}

.loan-calculator-form .input-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.loan-calculator-form .input-box__top-border {
  padding-top: 20px;
  border-top: 1px solid var(--easilon-border-color, #E6E6ED);
}

.loan-calculator-form .input-box__top span {
  color: var(--easilon-text, #82828A);
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
}

.loan-calculator-form__btn {
  margin-top: 46px;
  padding: 17px 20.5px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.loan-calculator-form__btn .easilon-btn__icon {
  font-size: 19px;
}

.loan-calculator-form__btn .easilon-btn__icon::after {
  background-color: RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.25);
  height: calc(100% - 1px);
}

.loan-two {
  background-color: var(--easilon-white, #ffffff);
}

.loan-two--home {
  padding-bottom: 0;
}

.loan-two--home .loan-two__inner {
  margin-bottom: -158px;
  z-index: 1;
}

.loan-two--service-details {
  background-color: var(--easilon-white2, #F6F6F8);
}

.loan-two--services {
  background-color: transparent;
}

.loan-two--services .loan-two__money {
  left: 20px;
  bottom: 120px;
  opacity: 0.25;
}

@media (max-width: 1199px) {
  .loan-two--services .loan-two__money {
    display: none;
  }
}

.loan-two__inner {
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  overflow: hidden;
}

.loan-two__form {
  margin-left: auto;
  padding: 60px;
  width: 100%;
  max-width: 591px;
  position: relative;
  background-color: var(--easilon-base, #00CDE5);
  z-index: 1;
}

@media (max-width: 1199px) {
  .loan-two__form {
    padding: 40px;
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .loan-two__form {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .loan-two__form {
    padding: 30px;
  }
}

@media (max-width: 412px) {
  .loan-two__form {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 375px) {
  .loan-two__form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.loan-two__form__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.4;
}

@media (max-width: 490px) {
  .loan-two .loan-calculator-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 375px) {
  .loan-two .loan-calculator-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 375px) {
  .loan-two .loan-calculator-form__btn {
    gap: 20px;
    font-size: 14px;
  }

  .loan-two .loan-calculator-form__btn .easilon-btn__icon::after {
    left: -10px;
  }
}

.loan-two__money {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: moveHorizontal2 2s linear infinite;
}

@media (max-width: 1199px) {
  .loan-two__money {
    max-width: 350px;
  }
}

@media (max-width: 991px) {
  .loan-two__money {
    display: none;
  }
}

.loan-two__video {
  width: 90px;
  height: 90px;
  position: relative;
  position: absolute;
  top: 50%;
  left: 159px;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 23px;
  color: var(--easilon-base, #00CDE5);
  background-color: RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.5);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.loan-two__video:hover {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
}

@media (max-width: 1199px) {
  .loan-two__video {
    left: 170px;
  }
}

@media (max-width: 991px) {
  .loan-two__video {
    display: none;
  }
}

.loan-two__video__ripple::before,
.loan-two__video__ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 RGBA(var(--easilon-white-rgb, 255, 255, 255), 0.25);
  -webkit-animation: producVideo 3s infinite;
  animation: popupVideo 3s infinite;
  border-radius: 50%;
}

.loan-two__video:hover .loan-two__video__ripple::before,
.loan-two__video:hover .loan-two__video__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--easilon-base-rgb, 0, 205, 229), 0.25);
}

.loan-two__video__ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.loan-two__video__ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@keyframes popupVideo {
  70% {
    box-shadow: 0 0 0 40px RGBA(var(--easilon-white-rgb, 255, 255, 255), 0);
  }

  100% {
    box-shadow: 0 0 0 0 RGBA(var(--easilon-white-rgb, 255, 255, 255), 0);
  }
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  right: auto;
  left: 0px;
}

/*--------------------------------------------------------------
# Loan Reasons
--------------------------------------------------------------*/
.loan-reasons-one {
  background-color: var(--easilon-white, #ffffff);
}

.loan-reasons-one__row {
  margin-bottom: 30px;
}

.loan-reasons-one__image {
  min-height: 370px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

@media (min-width: 992px) {
  .loan-reasons-one__image {
    height: 100%;
  }
}

.loan-reasons-one__content {
  position: relative;
  padding: 25px 30px 30px;
  background-color: var(--easilon-white2, #F6F6F8);
}

@media (max-width: 375px) {
  .loan-reasons-one__content {
    padding-bottom: 100px;
  }
}

@media (max-width: 360px) {
  .loan-reasons-one__content {
    padding-bottom: 120px;
  }
}

.loan-reasons-one__content__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.4;
}

.loan-reasons-one__content__inner {
  position: relative;
  z-index: 2;
}

.loan-reasons-one__content__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--easilon-base, #00CDE5);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}

.loan-reasons-one__content__btn:hover {
  background-color: var(--easilon-black, #2B2B5E);
}

.loan-reasons-one__content__btn__icon {
  display: inline-flex;
  font-size: 24px;
  color: var(--easilon-white, #ffffff);
  transition: all 500ms ease;
}

.loan-reasons-one__content__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.loan-reasons-one__content__btn:hover .loan-reasons-one__content__btn__icon {
  animation: sliderLeft 0.5s;
}

.loan-reasons-one__content__box {
  position: relative;
  position: absolute;
  right: 27px;
  bottom: 0;
  width: 234px;
  height: 117px;
  background-color: var(--easilon-black, #2B2B5E);
  border-radius: 1000px 1000px 0 0;
  z-index: 1;
  animation: moveHorizontal2 2s linear infinite;
}

@media (max-width: 991px) {
  .loan-reasons-one__content__box {
    width: 200px;
    height: 100px;
  }
}

.loan-reasons-one__content__box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  bottom: 11px;
  border: 2px solid var(--easilon-base, #00CDE5);
  border-radius: inherit;
}

.loan-reasons-one__content__box img {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 24px;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .loan-reasons-one__content__box img {
    max-width: 180px;
  }
}

.loan-reasons-one .sec-title {
  margin-bottom: 88px;
}

.loan-reasons-one__card {
  position: relative;
  padding: 22px 30px 27px;
  background-color: var(--easilon-white2, #F6F6F8);
}

.loan-reasons-one__card::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms linear;
}

.loan-reasons-one__card:hover::after {
  transform: scaleX(0);
}

.loan-reasons-one__card__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.4;
}

.loan-reasons-one__card__content {
  position: relative;
  z-index: 1;
}

.loan-reasons-one__card__title {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
}

.loan-reasons-one__card__text {
  margin: 0;
  line-height: 1.625;
}

/*--------------------------------------------------------------
# Loan Eligibility
--------------------------------------------------------------*/
.loan-eligibility__form__title {
  padding-bottom: 24px;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

.loan-eligibility__form__right {
  padding: 44px 50px 50px;
  position: relative;
  background-color: var(--easilon-black, #2B2B5E);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .loan-eligibility__form__right {
    padding: 34px 40px 40px;
  }
}

@media (max-width: 767px) {
  .loan-eligibility__form__right {
    padding: 34px 40px 40px;
  }
}

@media (max-width: 575px) {
  .loan-eligibility__form__right {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.loan-eligibility__form__right__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: screen;
  opacity: 0.3;
}

.loan-eligibility__single+.loan-eligibility__single {
  margin-top: 40px;
}

.loan-eligibility__single__top {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.loan-eligibility__single__title {
  font-size: 16px;
  color: var(--easilon-black, #2B2B5E);
  font-weight: 600;
  line-height: 1.5;
}

.loan-eligibility__single__amount {
  font-size: 16px;
  color: var(--easilon-text, #82828A);
  font-weight: 500;
  line-height: 1.5;
}

.loan-eligibility__range-slider {
  height: 7px;
  background-color: var(--easilon-base, #00CDE5);
}

.loan-eligibility .noUi-horizontal {
  height: 7px;
  border-radius: 0;
  background-color: var(--easilon-white2, #F6F6F8);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loan-eligibility .noUi-horizontal .noUi-handle {
  top: -9px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border: 4px solid var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white, #ffffff);
  border-radius: 50%;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loan-eligibility .noUi-horizontal .noUi-handle::before,
.loan-eligibility .noUi-horizontal .noUi-handle::after {
  display: none;
}

.loan-eligibility .noUi-horizontal .noUi-tooltip {
  bottom: 146%;
  font-weight: 500;
}

.loan-eligibility .noUi-tooltip {
  border: none;
  font-weight: 500;
  color: var(--easilon-text, #82828A);
  font-size: 14px;
  line-height: 17px;
  background-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loan-eligibility .noUi-connects {
  border-radius: 0;
}

.loan-eligibility .noUi-connect {
  background-color: var(--easilon-base, #00CDE5);
  border-radius: 0;
}

.loan-eligibility__content__inner {
  position: relative;
  z-index: 1;
}

.loan-eligibility__content__item {
  padding-bottom: 32px;
  border-bottom: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
}

.loan-eligibility__content__item:not(:last-child) {
  margin-bottom: 34px;
}

.loan-eligibility__content__title {
  margin-bottom: 16px;
  font-weight: 600;
  color: var(--easilon-white, #ffffff);
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .loan-eligibility__content__title {
    font-size: 20px;
  }
}

.loan-eligibility__content__amount {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--easilon-white, #ffffff);
  font-size: 45px;
  line-height: 1;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .loan-eligibility__content__amount {
    font-size: 40px;
  }
}

@media (max-width: 430px) {
  .loan-eligibility__content__amount {
    font-size: 35px;
  }
}

.loan-eligibility__content__sm-title {
  margin: 20px 0 0 0;
  font-weight: 600;
  color: var(--easilon-white, #ffffff);
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .loan-eligibility__content__sm-title {
    font-size: 16px;
  }
}

.loan-eligibility__content__btn {
  margin-top: 30px;
}

.loan-eligibility__content__btn::before,
.loan-eligibility__content__btn::after {
  background-color: var(--easilon-white, #ffffff);
}

.loan-eligibility__content__btn .easilon-btn__icon {
  font-size: 19px;
}

.loan-eligibility__content__btn:hover {
  color: var(--easilon-base, #00CDE5);
}

.loan-eligibility__content__btn:hover .easilon-btn__icon::after {
  background-color: var(--easilon-base, #00CDE5);
}

/*--------------------------------------------------------------
# Company Transparency
--------------------------------------------------------------*/
.company-transparency-one {
  position: relative;
  background-color: var(--easilon-black, #2B2B5E);
}

.company-transparency-one__bg {
  width: calc(100% - 215px);
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--easilon-black, #2B2B5E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: overlay;
}

@media (max-width: 1599px) {
  .company-transparency-one__bg {
    width: 100%;
  }
}

.company-transparency-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: -215px;
  width: calc(100% + 215px);
  height: 100%;
  background: linear-gradient(90deg, var(--easilon-black, #2B2B5E) 10.89%, RGBA(var(--easilon-black-rgb, 43, 43, 94), 0) 53.02%);
}

@media (max-width: 1599px) {
  .company-transparency-one__bg::after {
    width: 100%;
    left: 0;
  }
}

.company-transparency-one .container {
  position: relative;
  z-index: 2;
}

.company-transparency-one .sec-title__title {
  color: var(--easilon-white, #ffffff);
}

.company-transparency-one__main-tab-box {
  display: block;
  margin-bottom: 38px;
}

.company-transparency-one__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 1;
  margin-bottom: 22px;
}

.company-transparency-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 6.5px 9.5px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--easilon-white, #ffffff);
  line-height: 1;
  text-transform: capitalize;
  background-color: transparent;
  overflow: hidden;
  border: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.1);
  z-index: 1;
  transition: all 500ms ease;
}

.company-transparency-one__main-tab-box .tab-buttons .tab-btn::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--easilon-base, #00CDE5);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.company-transparency-one__main-tab-box .tab-buttons .tab-btn:hover,
.company-transparency-one__main-tab-box .tab-buttons .tab-btn.active-btn {
  color: var(--easilon-white, #ffffff);
  border-color: var(--easilon-base, #00CDE5);
}

.company-transparency-one__main-tab-box .tab-buttons .tab-btn:hover::after,
.company-transparency-one__main-tab-box .tab-buttons .tab-btn.active-btn::after {
  bottom: -50%;
}

.company-transparency-one__main-tab-box .tab-buttons .tab-btn.active-btn {
  text-shadow: 0px 0px 1px currentColor;
}

.company-transparency-one__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.company-transparency-one__main-tab-box .tabs-content .tab {
  padding-left: 10px;
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.company-transparency-one__main-tab-box .tabs-content .tab .tabs-content__text {
  margin-bottom: 0;
  width: 100%;
  max-width: 570px;
  color: var(--easilon-border-color, #E6E6ED);
  text-transform: capitalize;
}

.company-transparency-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
}

.company-transparency-one__call {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.company-transparency-one__call__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 47px;
  height: 47px;
  font-size: 20px;
  color: var(--easilon-base, #00CDE5);
  background-color: var(--easilon-white3, #ECF0F5);
  border-radius: 0px 1000px 1000px 1000px;
  transition: all 500ms ease;
}

.company-transparency-one__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.company-transparency-one__call:hover .company-transparency-one__call__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
  border-radius: 1000px 0px 1000px 1000px;
}

.company-transparency-one__call__title {
  margin-bottom: 7px;
  color: var(--easilon-white, #ffffff);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  text-transform: capitalize;
}

.company-transparency-one__call__number {
  color: var(--easilon-white, #ffffff);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-transform: capitalize;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.company-transparency-one__call__number:hover {
  background-size: 100% 1px;
}

.company-transparency-one__call__number:hover {
  color: var(--easilon-base, #00CDE5);
}

.company-transparency-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 67px;
  left: 0;
  opacity: 0.35;
  z-index: 1;
  animation: zumpBottom 2s linear infinite;
}

@media (max-width: 1799px) {
  .company-transparency-one__shape {
    opacity: 0.2;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-one {
  position: relative;
}

.features-one__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 226px;
  background-color: var(--easilon-white, #ffffff);
}

.features-one .container {
  position: relative;
  z-index: 1;
}

.features-one__inner {
  padding: 55px 60px 51px;
  position: relative;
  background-color: var(--easilon-white, #ffffff);
  z-index: 1;
  box-shadow: 0px 4px 60px rgba(117, 165, 67, 0.1);
  border-radius: 3px;
}

@media (max-width: 767px) {
  .features-one__inner {
    padding: 35px 40px 31px;
  }
}

@media (max-width: 490px) {
  .features-one__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.features-one__inner__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.07;
}

.features-one__image {
  width: calc(50% - 30px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-radius: 3px 0 0 3px;
  z-index: 1;
}

@media (max-width: 1199px) {
  .features-one__image {
    width: 42%;
  }
}

@media (max-width: 991px) {
  .features-one__image {
    width: 100%;
    min-height: 400px;
    position: relative;
    border-radius: 0;
  }
}

@media (max-width: 430px) {
  .features-one__image {
    min-height: 350px;
  }
}

.features-one__content {
  margin-left: auto;
  width: 100%;
  max-width: 504px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .features-one__content {
    max-width: 440px;
  }
}

@media (max-width: 991px) {
  .features-one__content {
    margin-top: 50px;
    max-width: 100%;
  }
}

.features-one .sec-title {
  margin-bottom: 23px;
}

.features-one__text {
  margin-bottom: 31px;
  text-transform: capitalize;
}

.features-one__features__item {
  display: flex;
  gap: 15px;
}

.features-one__features__item:not(:last-child) {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--easilon-border-color, #E6E6ED);
}

@media (max-width: 430px) {
  .features-one__features__item:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 30px;
  }
}

@media (max-width: 430px) {
  .features-one__features__item {
    display: block;
  }
}

.features-one__features__icon {
  position: relative;
  top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #00CDE5);
  transition: all 500ms ease;
}

.features-one__features__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 430px) {
  .features-one__features__icon {
    top: 0;
    margin-bottom: 30px;
  }
}

.features-one__features__item:hover .features-one__features__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-black, #2B2B5E);
}

.features-one__features__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}

.features-one__features__text {
  margin: 0;
  text-transform: capitalize;
}

.features-one__money {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -88px;
  right: 0;
  opacity: 0.25;
  animation: zumpBottom 2s linear infinite;
}

@media (max-width: 767px) {
  .features-one__money {
    display: none;
  }
}

/*--------------------------------------------------------------
# Worldwide
--------------------------------------------------------------*/
.worldwide-one {
  padding-top: 283px;
  position: relative;
  background-color: var(--easilon-white2, #F6F6F8);
  overflow: hidden;
}

@media (max-width: 1199px) {
  .worldwide-one {
    padding-top: 278px;
  }
}

@media (max-width: 767px) {
  .worldwide-one {
    padding-top: 258px;
  }
}

@media (max-width: 575px) {
  .worldwide-one {
    padding-top: 238px;
  }
}

.worldwide-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.4;
}

.worldwide-one .container {
  position: relative;
  z-index: 11;
}

.worldwide-one__content {
  position: relative;
  top: -8px;
}

@media (max-width: 1199px) {
  .worldwide-one__content {
    top: 0;
  }
}

.worldwide-one .sec-title {
  margin-bottom: 27px;
}

.worldwide-one__text-box {
  padding-right: 36px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .worldwide-one__text-box {
    padding-right: 0;
    width: 100%;
    max-width: 700px;
  }
}

.worldwide-one__text {
  margin: 0;
  text-transform: capitalize;
}

.worldwide-one__team {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.worldwide-one__team__images {
  display: flex;
  align-items: center;
}

.worldwide-one__team__image {
  margin-left: -11px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid var(--easilon-white, #ffffff);
  transition: all 500ms ease;
}

.worldwide-one__team__image:hover {
  border-color: var(--easilon-base, #00CDE5);
}

.worldwide-one__team__text {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  text-transform: capitalize;
}

.worldwide-one__location-wrap {
  position: relative;
  min-height: 494px;
}

@media (max-width: 1199px) {
  .worldwide-one__location-wrap {
    max-width: 570px;
  }
}

.worldwide-one__location {
  position: relative;
  position: absolute;
}

.worldwide-one__location--one {
  top: 0px;
  right: 0px;
}

.worldwide-one__location--one .worldwide-one__location__btn {
  top: 0;
  right: 0;
}

.worldwide-one__location--one .worldwide-one__location__popup {
  top: 19px;
  right: 18px;
}

.worldwide-one__location--two {
  top: 39.5%;
  right: 17.5%;
}

.worldwide-one__location--two .worldwide-one__location__btn {
  top: 0;
  right: 0;
}

.worldwide-one__location--two .worldwide-one__location__popup {
  top: 19px;
  right: 18px;
}

.worldwide-one__location--three {
  right: 3%;
  bottom: 23%;
}

.worldwide-one__location--three .worldwide-one__location__btn {
  top: 0;
  right: 0;
}

.worldwide-one__location--three .worldwide-one__location__popup {
  top: -130px;
  right: 18px;
}

@media (max-width: 450px) {
  .worldwide-one__location--three .worldwide-one__location__popup {
    top: auto;
    bottom: -19px;
  }
}

.worldwide-one__location--four {
  right: 35.1%;
  bottom: 38px;
}

.worldwide-one__location--four .worldwide-one__location__btn {
  top: 0;
  right: 0;
}

.worldwide-one__location--four .worldwide-one__location__popup {
  top: -130px;
  right: 18px;
}

@media (max-width: 450px) {
  .worldwide-one__location--four .worldwide-one__location__popup {
    top: auto;
    bottom: -19px;
  }
}

.worldwide-one__location--five {
  left: 14%;
  bottom: 75px;
}

.worldwide-one__location--five .worldwide-one__location__btn {
  top: 0;
  left: 0;
}

.worldwide-one__location--five .worldwide-one__location__popup {
  top: -139px;
  left: 18px;
}

@media (max-width: 450px) {
  .worldwide-one__location--five .worldwide-one__location__popup {
    top: auto;
    bottom: -19px;
  }
}

.worldwide-one__location--six {
  top: 30%;
  left: 0;
}

.worldwide-one__location--six .worldwide-one__location__btn {
  top: 0;
  left: 0;
}

.worldwide-one__location--six .worldwide-one__location__popup {
  top: -130px;
  left: 18px;
}

@media (max-width: 450px) {
  .worldwide-one__location--six .worldwide-one__location__popup {
    top: 19px;
  }
}

.worldwide-one__location--seven {
  top: 0;
  right: 44.7%;
}

.worldwide-one__location--seven .worldwide-one__location__btn {
  top: 0;
  left: 0;
}

.worldwide-one__location--seven .worldwide-one__location__popup {
  top: 19px;
  right: -19px;
}

.worldwide-one__location--eight {
  top: 18%;
  right: 25%;
}

.worldwide-one__location--eight .worldwide-one__location__btn {
  top: 0;
  left: 0;
}

.worldwide-one__location--eight .worldwide-one__location__popup {
  top: 19px;
  right: -18px;
}

.worldwide-one__location--nine {
  top: 46%;
  left: 33%;
}

.worldwide-one__location--nine .worldwide-one__location__btn {
  top: 0;
  left: 0;
}

.worldwide-one__location--nine .worldwide-one__location__popup {
  left: 18px;
  bottom: -19px;
}

.worldwide-one__location__btn {
  position: relative;
  position: absolute;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: transform 400ms ease;
  background-color: transparent;
  z-index: 1;
}

.worldwide-one__location__btn::before,
.worldwide-one__location__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(var(--easilon-base-rgb, 0, 205, 229), 0.1);
  box-shadow: 0 0 0 0 rgba(var(--easilon-base-rgb, 0, 205, 229), 0.2);
  z-index: -1;
  border-radius: 50%;
  transition: transform 500ms ease;
  -webkit-animation: worldwideBtn 3s infinite;
  animation: worldwideBtn 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.worldwide-one__location__btn::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@keyframes worldwideBtn {
  70% {
    box-shadow: 0 0 0 40px rgba(var(--easilon-base-rgb, 0, 205, 229), 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(var(--easilon-base-rgb, 0, 205, 229), 0);
  }
}

.worldwide-one__location__btn:hover::before,
.worldwide-one__location__btn:hover::after {
  transform: translate(-50%, -50%) scale(1.9);
  animation: none;
}

.worldwide-one__location__btn__box {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--easilon-base, #00CDE5);
}

.worldwide-one__location:hover .worldwide-one__location__btn::before,
.worldwide-one__location:hover .worldwide-one__location__btn::after {
  transform: translate(-50%, -50%) scale(1.9);
  animation: none;
}

.worldwide-one__location__popup {
  min-width: 313px;
  position: absolute;
  padding: 20px;
  display: none;
  align-items: flex-start;
  gap: 20px;
  background-color: var(--easilon-white, #ffffff);
  z-index: 11;
  box-shadow: 0px 4px 50px 6px RGBA(var(--easilon-base-rgb, 0, 205, 229), 0.1);
}

@media (max-width: 575px) {
  .worldwide-one__location__popup {
    min-width: 250px;
  }
}

@media (max-width: 450px) {
  .worldwide-one__location__popup {
    min-width: 200px;
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .worldwide-one__location__popup {
    min-width: 175px;
  }
}

.worldwide-one__location:hover .worldwide-one__location__popup {
  display: flex;
}

.worldwide-one__location__image {
  width: 76px;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .worldwide-one__location__image {
    width: 70px;
  }
}

@media (max-width: 450px) {
  .worldwide-one__location__image {
    width: 76px;
  }
}

.worldwide-one__location__image img {
  display: block;
  width: 100%;
}

.worldwide-one__location__title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.437;
}

.worldwide-one__location__text {
  margin-bottom: 13px;
  font-size: 15px;
  color: var(--easilon-gray, #A0A0C0);
  line-height: 1.6;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .worldwide-one__location__text {
    font-size: 14px;
  }
}

@media (max-width: 468px) {
  .worldwide-one__location__text {
    margin-bottom: 10px;
  }
}

.worldwide-one__location__contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  color: var(--easilon-base, #00CDE5);
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.285;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.worldwide-one__location__contact:hover {
  background-size: 100% 1px;
}

.worldwide-one__location__contact:hover {
  color: var(--easilon-base, #00CDE5);
}

.worldwide-one__location__contact__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--easilon-base, #00CDE5);
}

.worldwide-one__location__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Quick Loan
--------------------------------------------------------------*/
.quick-loan-one {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  margin-bottom: -116px;
}

.quick-loan-one--home-3 {
  margin: 0;
  background-color: var(--easilon-black, #2B2B5E);
}

.quick-loan-one .container {
  position: relative;
  z-index: 1;
}

.quick-loan-one__inner {
  position: relative;
  background-color: var(--easilon-white, #ffffff);
  box-shadow: 0px 4px 50px 10px rgba(0, 205, 229, 0.12);
}

.quick-loan-one__bg {
  width: 100%;
  max-width: 654px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--easilon-base, #00CDE5);
  clip-path: polygon(16% 0, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 1199px) {
  .quick-loan-one__bg {
    max-width: 420px;
  }
}

@media (max-width: 991px) {
  .quick-loan-one__bg {
    max-width: 100%;
    clip-path: none;
  }
}

.quick-loan-one__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: overlay;
  opacity: 0.4;
}

.quick-loan-one__content {
  width: 100%;
  max-width: 614px;
  padding: 56px 120px 49px 40px;
}

@media (max-width: 991px) {
  .quick-loan-one__content {
    padding-right: 40px;
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 430px) {
  .quick-loan-one__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.quick-loan-one .sec-title {
  margin: 0;
}

@media (max-width: 991px) {
  .quick-loan-one .sec-title {
    margin-bottom: 40px;
  }
}

.quick-loan-one .sec-title__title {
  font-size: 30px;
  letter-spacing: var(--easilon-letter-space, -0.02em);
  line-height: 1.5;
}

@media (max-width: 991px) {

  .quick-loan-one .sec-title__tagline,
  .quick-loan-one .sec-title__title {
    color: var(--easilon-white, #ffffff);
  }
}

@media (max-width: 991px) {

  .quick-loan-one .sec-title__shape__one,
  .quick-loan-one .sec-title__shape__two {
    background-color: var(--easilon-white, #ffffff);
  }
}

@media (min-width: 992px) {
  .quick-loan-one .easilon-btn {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 1;
  }
}

.quick-loan-one .easilon-btn::before,
.quick-loan-one .easilon-btn::after {
  background-color: var(--easilon-black, #2B2B5E);
}

.quick-loan-one__money {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 313px;
  bottom: 0;
  animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 1199px) {
  .quick-loan-one__money {
    display: none;
  }
}

.quick-loan-one__border-box {
  display: flex;
  width: calc(100% - 240px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .quick-loan-one__border-box {
    width: calc(100% - 180px);
  }
}

@media (max-width: 991px) {
  .quick-loan-one__border-box {
    width: calc(100% - 150px);
  }
}

@media (max-width: 767px) {
  .quick-loan-one__border-box {
    width: calc(100% - 100px);
  }
}

@media (max-width: 767px) {
  .quick-loan-one__border-box {
    width: calc(100% - 80px);
  }
}

.quick-loan-one__border {
  width: 20%;
  height: 100%;
  border-right: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
}

@media (max-width: 1199px) {
  .quick-loan-one__border {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .quick-loan-one__border {
    width: 33.333%;
  }
}

@media (max-width: 575px) {
  .quick-loan-one__border {
    width: 50%;
  }
}

.quick-loan-one__border--1 {
  border-left: 1px solid RGBA(var(--easilon-border-color-rgb, 230, 230, 237), 0.2);
}

@media (max-width: 575px) {
  .quick-loan-one__border--3 {
    display: none;
  }
}

@media (max-width: 991px) {
  .quick-loan-one__border--4 {
    display: none;
  }
}

@media (max-width: 1199px) {
  .quick-loan-one__border--5 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process-one {
  background-color: var(--easilon-white, #ffffff);
  counter-reset: workProcessNumber;
}

@media (min-width: 1200px) {
  .work-process-one__item--down {
    margin-top: 60px;
  }
}

.work-process-one__item__image {
  margin-bottom: 21px;
  padding-bottom: 46px;
  position: relative;
  width: 100%;
  max-width: 235px;
  text-align: center;
}

@media (max-width: 767px) {
  .work-process-one__item__image {
    margin-left: auto;
    margin-right: auto;
  }
}

.work-process-one__item__image img {
  position: relative;
  width: 129px;
  height: 129px;
  border-radius: 50%;
  z-index: 1;
}

.work-process-one__item__number {
  padding: 4.5px 10px;
  position: relative;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  font-weight: 700;
  font-size: 14px;
  color: var(--easilon-white2, #F6F6F8);
  line-height: 1.5;
  text-transform: capitalize;
  background-color: var(--easilon-base, #00CDE5);
  border-radius: 100px;
  transition: all 500ms ease;
}

.work-process-one__item__number::after {
  content: counters(workProcessNumber, ".", decimal-leading-zero);
  counter-increment: workProcessNumber;
  margin-left: 5px;
}

.work-process-one__item:hover .work-process-one__item__number {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-black, #2B2B5E);
}

.work-process-one__item__shape {
  width: 242px;
  height: 67px;
  position: absolute;
  left: 0;
  bottom: 13px;
  transition: all 500ms ease;
}

.work-process-one__item__shape path {
  stroke: var(--easilon-base, #00CDE5);
  stroke-width: 3;
  stroke-miterlimit: 10;
  transition: all 500ms ease;
}

.work-process-one__item:hover .work-process-one__item__shape {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.work-process-one__item__circle {
  width: 136px;
  height: 32px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  transition: all 500ms ease;
}

.work-process-one__item__circle path {
  fill: var(--easilon-white2, #F6F6F8);
  transition: all 500ms ease;
}

.work-process-one__item:hover .work-process-one__item__circle path {
  fill: var(--easilon-base, #00CDE5);
}

@media (max-width: 767px) {
  .work-process-one__item__content {
    text-align: center;
  }
}

.work-process-one__item__title {
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  text-transform: capitalize;
}

.work-process-one__item__text {
  margin: 0;
  line-height: 1.625;
}

.lw-error {
    color: red;
    font-size: 13px;
    margin-top: 6px;
}

.lw-input-error {
    border: 1px solid red !important;
}
