/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Main Slider
# Page Header
# Google Map
# Client Carousel
# Blog Details
# Blog Deault
# Blog Sidebar
# Footer
# FAQ
# Testimonials
# Why Choose
# Funfact
# Call To Action
# Trusted Company
# Features
# Services
# About
# Video
# team
# contact
# credit Card
# How Works
# Loan Calculator
# Loan Eligibility
# Apply Now
# Thank You
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@600;700&display=swap");

.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-90 {
  padding-top: 90px;
}

.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-70 {
  padding-bottom: 70px;
}

.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;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-card {
  background-color: var(--thm-black);
  position: relative;
}

.video-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.2;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.video-card .container {
  position: relative;
}

.video-card .container p {
  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;
  color: var(--thm-base);
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
}

.video-card .container p img {
  margin-right: 10px;
}

.video-card .container h3 {
  margin: 0;
  color: #fff;
  letter-spacing: -0.04em;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 45px;
}

@media (max-width: 575px) {
  .video-card .container h3 {
    font-size: 40px;
  }

  .video-card .container h3 br {
    display: none;
  }
}

@media (max-width: 375px) {
  .video-card .container h3 {
    font-size: 30px;
  }
}

.video-card__btn-block {
  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;
}

.video-card__btn {
  width: 63px;
  height: 63px;
  border-radius: 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;
  text-align: center;
  font-size: 12px;
  margin-left: 30px;
  background-color: var(--thm-primary);
  color: #fff;
}

.video-card__btn:hover {
  color: var(--thm-primary);
  background-color: #fff;
}

.video-card-two {
  padding-top: 100px;
  position: relative;
  z-index: 11;
}

.video-card-two .inner-container {
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #242323;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 65px;
  padding-bottom: 20px;
  position: relative;
  z-index: 11;
}

@media (max-width: 991px) {
  .video-card-two .inner-container {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    padding-right: 20px;
    border-radius: 4px !important;
  }
}

.video-card-two h3 {
  margin: 0;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -0.05em;
  font-weight: bold;
  color: #fff;
  padding-left: 22px;
  position: relative;
  left: 30px;
}

@media (max-width: 1199px) {
  .video-card-two h3 {
    left: 0;
    font-size: 30px;
    line-height: 1.5;
  }
}

@media (max-width: 991px) {
  .video-card-two h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
  }
}

.video-card-two p {
  margin: 0;
  padding-left: 70px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  color: #9e9e9e;
}

@media (max-width: 1199px) {
  .video-card-two p {
    padding-left: 0;
  }
}

.video-card-two__box {
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  .video-card-two__box {
    width: 251px;
    height: 251px;
    margin-left: auto;
    display: block;
    margin-right: auto;
  }
}

.video-card-two__box>img {
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .video-card-two__box>img {
    max-width: 100%;
  }
}

.video-card-two__box-btn {
  width: 56px;
  height: 56px;
  background-color: var(--thm-base);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}

.video-card-two__box-btn:hover {
  color: #fff;
  background-color: var(--thm-primary);
}

@media (max-width: 575px) {
  .video-card-two__box-btn {
    top: 50%;
    right: auto;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}

.team-3-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

@media (min-width: 576px) {
  .team-3-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .team-3-col {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.team-4-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

@media (min-width: 576px) {
  .team-4-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .team-4-col {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.team-card {
  position: relative;
}

.team-card:hover .team-card__social {
  opacity: 1;
  visibility: visible;
}

.team-card__image {
  border-top-left-radius: 185px;
  border-top-right-radius: 185px;
  overflow: hidden;
}

.team-card__image>img {
  width: 100%;
}

.team-card__social {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.team-card__social a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: var(--thm-secondary);
  color: #fff;
  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;
  text-align: center;
  font-size: 14px;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.team-card__social a+a {
  margin-left: 10px;
}

.team-card__social a:hover {
  background-color: #fff;
  color: var(--thm-secondary);
}

.team-card__social a:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--thm-special);
  color: #fff;
}

.team-card__social a:nth-child(2):hover {
  color: var(--thm-special);
  background-color: #fff;
}

.team-card__social a:nth-child(3) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--thm-base);
  color: #fff;
}

.team-card__social a:nth-child(3):hover {
  color: var(--thm-base);
  background-color: #fff;
}

.team-card__social a:nth-child(4) {
  background-color: var(--thm-primary);
  color: #fff;
}

.team-card__social a:nth-child(4):hover {
  color: var(--thm-primary);
  background-color: #fff;
}

.team-card__content {
  background-color: var(--thm-secondary);
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -50px;
  position: relative;
  z-index: 10;
  border-radius: 4px;
}

.team-card__content h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.team-card__content p {
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.content-bg-1 .team-card__content {
  background-color: var(--thm-secondary);
}

.content-bg-2 .team-card__content {
  background-color: var(--thm-base);
}

.content-bg-3 .team-card__content {
  background-color: var(--thm-primary);
}

.content-bg-4 .team-card__content {
  background-color: var(--thm-special);
}

.content-bg-5 .team-card__content {
  background-color: #4bb2ed;
}

.content-bg-6 .team-card__content {
  background-color: #c94bed;
}

.team-4-col .team-card__content {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -20px;
}

.team-about {
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 991px) {
  .team-about-page {
    padding: 80px 0 50px;
  }
}

@media (max-width: 425px) {
  .team-about-page {
    padding: 60px 0 30px;
  }
}

.team-about__top {
  margin-bottom: 50px;
}

.team-about__top .block-title {
  margin-bottom: 0;
}

.team-about__top-text {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 25px;
}

@media (min-width: 992px) {
  .team-about__top-text {
    padding-right: 40px;
    margin-top: 0;
  }
}

.blog-home {
  padding-top: 100px;
  padding-bottom: 60px;
}

.blog-home__two {
  padding-top: 140px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .blog-home {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .blog-home {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.block-title .blog-title__h2 {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .block-title .blog-title__h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 425px) {
  .block-title .blog-title__h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .blog-page {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .blog-page {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.blog-card {
  margin-bottom: 40px;
}

.blog-card__image {
  position: relative;
  overflow: hidden;
  background-color: var(--thm-black);
  border-radius: 4px;
}

.blog-card__image img {
  width: 100%;
  border-radius: 4px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.blog-card__image>span {
  background-color: var(--thm-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 4px;
  z-index: 10;
  padding: 12px 20px;
}

.blog-card:hover .blog-card__image>img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

.blog-card__content {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 20px 30px;
  position: relative;
  margin-top: -30px;
  border-radius: 4px;
}

.blog-card__content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--thm-black);
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .blog-card__content h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.blog-card__content h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-card__content h3 a:hover {
  color: var(--thm-base);
}

.blog-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.blog-card__meta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--thm-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 13px;
  margin-right: 0px;
  line-height: 1;
}

.blog-card__meta a>i {
  color: var(--thm-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 5px;
}

.blog-card__meta a:hover {
  color: var(--thm-base);
}

.blog-card__meta a:not(:last-child):after {
  background-color: #ccc;
  display: inline-block;
  content: "";
  width: 1px;
  height: 16px;
  vertical-align: middle;
  margin: 0 15px;
}

.blog-card__bottom {
  overflow: hidden;
  position: relative;
  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;
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 20px;
}

.blog-card-bottom-readmore {
  display: block;
  margin-top: 0;
}

.readmore-card-link {
  position: relative;
  color: var(--thm-color);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .5s ease;
  outline: none;
}

.readmore-card-link:hover {
  color: var(--thm-base);
}

.readmore-card-link>i {
  font-size: 16px;
  margin-right: 10px;
  color: var(--thm-base);
}

.blog_comment a {
  color: var(--thm-color);
  font-size: 14px;
}

.blog_comment i {
  font-size: 16px;
  margin-right: 10px;
  color: var(--thm-base);
}

.blog_comment a:hover {
  color: var(--thm-base);
}

/*--------------------------------------------------------------
# Blog Home Featured
--------------------------------------------------------------*/
.blog-home--featured {
  background: linear-gradient(180deg, #eef4fb 0%, #f8fbff 100%);
}

.blog-home--featured .row>[class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.blog-home--featured .blog-card {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  border-radius: 18px;
  overflow: hidden;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 18px 45px rgba(12, 33, 57, 0.12);
  box-shadow: 0 18px 45px rgba(12, 33, 57, 0.12);
  -webkit-transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}

.blog-home--featured .blog-card:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 24px 56px rgba(9, 28, 49, 0.18);
  box-shadow: 0 24px 56px rgba(9, 28, 49, 0.18);
}

.blog-home--featured .blog-card__image {
  min-height: 220px;
  border-radius: 18px 18px 0 0;
  position: relative;
  overflow: hidden;
}

.blog-home--featured .blog-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(75% 90% at 12% 10%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 62%),
    radial-gradient(60% 70% at 88% 90%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 65%);
}

.blog-home--featured .row>[class*="col-"]:nth-child(1) .blog-card__image {
  background: linear-gradient(135deg, #006fe8 0%, #00b7ff 56%, #40e4ff 100%);
}

.blog-home--featured .row>[class*="col-"]:nth-child(2) .blog-card__image {
  background: linear-gradient(135deg, #0f9f8f 0%, #11c2a4 54%, #53d8ff 100%);
}

.blog-home--featured .row>[class*="col-"]:nth-child(3) .blog-card__image {
  background: linear-gradient(135deg, #ff7a18 0%, #ff4776 55%, #ff6a3d 100%);
}

.blog-home--featured .blog-card__image img {
  display: none;
}

.blog-home--featured .blog-card__image>span {
  top: 20px;
  left: 20px;
  border-radius: 999px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.blog-home--featured .blog-card__hero-icon {
  position: absolute;
  right: 20px;
  bottom: 14px;
  font-size: 72px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.28);
  z-index: 2;
}

.blog-home--featured .blog-card__content {
  margin-top: 0;
  border-radius: 0 0 18px 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dce9f6;
  border-top: 0;
  min-height: 325px;
  height: 100%;
  padding: 26px 24px 20px 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-home--featured .blog-card__meta {
  margin-bottom: 14px;
}

.blog-home--featured .blog-card__meta a {
  font-size: 12px;
}

.blog-home--featured .blog-card__content h3 {
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-home--featured .blog-card__excerpt {
  margin: 0;
  color: #425d76;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-home--featured .blog-card__bottom {
  margin-top: auto;
  padding-top: 14px;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .blog-home--featured .blog-card__content {
    min-height: 345px;
  }

  .blog-home--featured .blog-card__content h3 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .blog-home--featured .blog-card__content {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .blog-home--featured .row>[class*="col-"] {
    margin-bottom: 22px;
  }

  .blog-home--featured .blog-card__image {
    min-height: 200px;
  }

  .blog-home--featured .blog-card__content {
    min-height: 0;
  }
}

/*--------------------------------------------------------------
# News Hub
--------------------------------------------------------------*/
.news-hub {
  background: linear-gradient(180deg, #f3f8fd 0%, #f8fbff 100%);
}

.news-hub__intro {
  max-width: 860px;
  margin-bottom: 10px;
}

.news-grid-row {
  margin-top: 10px;
}

.news-grid-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.news-grid-card {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 45px rgba(15, 46, 76, 0.08);
  box-shadow: 0 20px 45px rgba(15, 46, 76, 0.08);
  -webkit-transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}

.news-grid-card:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 26px 60px rgba(12, 33, 57, 0.15);
  box-shadow: 0 26px 60px rgba(12, 33, 57, 0.15);
}

.news-grid-card .blog-card__image {
  border-radius: 0;
  aspect-ratio: 16 / 10;
  min-height: 220px;
  position: relative;
  overflow: hidden;
}

.news-grid-card .blog-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(75% 90% at 12% 10%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 62%),
    radial-gradient(60% 70% at 88% 90%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 65%);
}

.news-grid-card--1 .blog-card__image {
  background: linear-gradient(135deg, #006fe8 0%, #00b7ff 56%, #40e4ff 100%);
}

.news-grid-card--2 .blog-card__image {
  background: linear-gradient(135deg, #0f9f8f 0%, #11c2a4 54%, #53d8ff 100%);
}

.news-grid-card--3 .blog-card__image {
  background: linear-gradient(135deg, #ff7a18 0%, #ff4776 55%, #ff6a3d 100%);
}

.news-grid-card--4 .blog-card__image {
  background: linear-gradient(135deg, #5a52ff 0%, #7a6dff 52%, #39c4ff 100%);
}

.news-grid-card--5 .blog-card__image {
  background: linear-gradient(135deg, #00a86b 0%, #00c48c 50%, #5de0b7 100%);
}

.news-grid-card--6 .blog-card__image {
  background: linear-gradient(135deg, #f95f62 0%, #ff8d4d 55%, #ffc35b 100%);
}

.news-grid-card--7 .blog-card__image {
  background: linear-gradient(135deg, #2e4dff 0%, #4f79ff 48%, #68b5ff 100%);
}

.news-grid-card--8 .blog-card__image {
  background: linear-gradient(135deg, #008a7a 0%, #00b29a 52%, #56d8c8 100%);
}

.news-grid-card--9 .blog-card__image {
  background: linear-gradient(135deg, #7a2cff 0%, #b13bff 50%, #ff69b8 100%);
}

.news-grid-card--10 .blog-card__image {
  background: linear-gradient(135deg, #e34f26 0%, #ff7d45 52%, #ffb36a 100%);
}

.news-grid-card .blog-card__image img {
  display: none;
}

.news-grid-card .blog-card__image>span {
  top: 16px;
  left: 16px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  font-weight: 600;
}

.news-grid-card .blog-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  min-height: 295px;
  height: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dfebf6;
  border-top: 0;
  padding: 28px 24px 22px 24px;
}

.news-grid-card .blog-card__content h3 {
  font-size: 27px;
  line-height: 1.15;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-grid-card .blog-card__meta {
  margin-bottom: 12px;
}

.news-grid-card .blog-card__meta a {
  font-size: 12px;
}

.news-card-excerpt {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-grid-card .blog-card__bottom {
  margin-top: auto;
}

.news-articles {
  background-color: #f8fbff;
}

.news-article-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.news-article-card {
  background-color: #fff;
  border-radius: 14px;
  border: 1px solid #deebf7;
  padding: 30px 28px 26px 28px;
  -webkit-box-shadow: 0 12px 35px rgba(15, 46, 76, 0.08);
  box-shadow: 0 12px 35px rgba(15, 46, 76, 0.08);
}

.news-article-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.news-article-card__meta span {
  display: inline-block;
  line-height: 1;
  color: #45627c;
  background-color: #edf4fb;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
}

.news-article-card h3 {
  margin: 0 0 14px 0;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: 0.2px;
}

.news-article-card p {
  margin-bottom: 14px;
}

.news-article-card p:last-of-type {
  margin-bottom: 20px;
}

.news-article-card__back {
  color: var(--thm-primary);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.news-article-card__back:hover {
  color: var(--thm-base);
}

@media (max-width: 1199px) {
  .news-grid-card .blog-card__content {
    min-height: 315px;
  }

  .news-grid-card .blog-card__content h3 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .news-article-list {
    grid-template-columns: 1fr;
  }

  .news-grid-card .blog-card__content {
    min-height: 285px;
  }

  .news-article-card h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .news-grid-col {
    margin-bottom: 22px;
  }

  .news-grid-card .blog-card__image {
    min-height: 210px;
  }

  .news-grid-card .blog-card__content {
    min-height: 275px;
  }

  .news-article-card {
    padding: 24px 20px 20px 20px;
  }

  .news-article-card h3 {
    font-size: 26px;
  }
}

@media (max-width: 425px) {
  .news-grid-card .blog-card__content h3 {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
# Common
-------------------------------------   -------------------------*/
:root {
  --thm-font: "Inter", sans-serif;
  --heading-font: "Rajdhani", serif;
  --thm-color: #555c63;
  --thm-color-rgb: 121, 132, 144;
  --thm-base: #008fd5;
  --thm-base-rgb: 0, 143, 213;
  --thm-primary: #004aa1;
  --thm-primary-rgb: 0, 74, 161;
  --thm-secondary: #ed4b4b;
  --thm-secondary-rgb: 237, 75, 75;
  --thm-special: #5366c2;
  --thm-special-rgb: 83, 102, 194;
  --thm-black: #0c2139;
  --thm-black-rgb: 12, 33, 57;
  --thm-black2: #1d1c1c;
  --thm-black2-rgb: 29, 28, 28;
  --thm-text-dark: #ffffffa6;
  --thm-text-dark-rgb: 142, 150, 160;
  --thm-form-input: #eff2f6;
}

body {
  font-family: var(--thm-font);
  color: var(--thm-color);
  font-size: 16px;
  line-height: 25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--thm-black);
  font-weight: 700;
}

@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;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base {
  background-color: var(--thm-base);
}

.background-primary {
  background-color: var(--thm-primary);
}

.background-secondary {
  background-color: var(--thm-secondary);
}

.background-special {
  background-color: var(--thm-special);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--thm-base);
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 500;
  font-family: var(--thm-font);
  padding: 15px 30px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--thm-base);
  color: #fff;
}

.thm-btn:hover {
  color: var(--thm-base);
  background-color: #fff;
}

.block-text {
  font-size: 16px;
  line-height: 25px;
  color: var(--thm-color);
}

.block-title {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .block-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 425px) {
  .block-title {
    margin-bottom: 20px;
  }
}

.block-title p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: var(--thm-color);
  margin: 0;
  line-height: 1;
  position: relative;
  top: -10px;
}

.block-title p::after {
  content: '';
  width: 43px;
  height: 3px;
  background-color: var(--thm-base);
  border-radius: 4px;
  margin-left: 10px;
}

.block-title h2 {
  margin: 0;
  color: var(--thm-black);
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 481px) {
  .block-title h2 {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .block-title h2 {
    font-size: 44px;
    line-height: 1.2;
  }
}

@media (max-width: 575px) {
  .block-title h2 br {
    display: none;
  }
}

.ul-list-one {
  margin-bottom: 0;
}

.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  font-weight: 500;
  color: var(--thm-black);
}

@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}

.ul-list-one li::before {
  content: "\e907";
  color: var(--thm-secondary);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(120% 160% at -12% -18%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 62%),
    radial-gradient(90% 130% at 112% 118%, rgba(201, 221, 213, 0.42) 0%, rgba(201, 221, 213, 0) 64%),
    linear-gradient(160deg, #f8fbfa 0%, #eff5f2 52%, #e9f1ed 100%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.preloader::before {
  content: "";
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    rgba(24, 104, 77, 0.04) 0deg,
    rgba(24, 104, 77, 0.2) 135deg,
    rgba(24, 104, 77, 0.9) 300deg,
    rgba(24, 104, 77, 0.08) 360deg
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
  -webkit-animation: preloaderSpin 1.05s linear infinite, preloaderRingPulse 2.2s ease-in-out infinite;
  animation: preloaderSpin 1.05s linear infinite, preloaderRingPulse 2.2s ease-in-out infinite;
  -webkit-box-shadow: 0 10px 24px rgba(12, 47, 36, 0.14);
  box-shadow: 0 10px 24px rgba(12, 47, 36, 0.14);
}

.preloader::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  background: url("../images/favicon.png") center / contain no-repeat;
  -webkit-filter: drop-shadow(0 5px 10px rgba(9, 41, 31, 0.22));
  filter: drop-shadow(0 5px 10px rgba(9, 41, 31, 0.22));
  -webkit-animation: preloaderIconFloat 1.8s ease-in-out infinite;
  animation: preloaderIconFloat 1.8s ease-in-out infinite;
}

@-webkit-keyframes preloaderSpin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes preloaderSpin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes preloaderRingPulse {
  0%,
  100% {
    opacity: 0.84;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}

@keyframes preloaderRingPulse {
  0%,
  100% {
    opacity: 0.84;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}

@-webkit-keyframes preloaderIconFloat {
  0%,
  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(-2px) scale(1.035);
    transform: translateY(-2px) scale(1.035);
  }
}

@keyframes preloaderIconFloat {
  0%,
  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(-2px) scale(1.035);
    transform: translateY(-2px) scale(1.035);
  }
}

@media (prefers-reduced-motion: reduce) {
  .preloader::before,
  .preloader::after {
    -webkit-animation: none !important;
    animation: none !important;
  }
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 54px;
  height: 54px;
  background: var(--thm-base);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  border-radius: 50%;
  transition: all .4s ease;
}

@media (max-width: 767px) {
  .scroll-to-top {
    right: 20px;
    bottom: 20px;
  }
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 20px;
  line-height: 52px;
}

.scroll-to-top:hover {
  background-color: var(--thm-black);
}

.scroll-to-top:hover i {
  color: #fff;
}

/* post paginations */
.post-pagination {
  margin-bottom: 0;
  margin-top: 0px;
}

@media (min-width: 992px) {
  .post-pagination {
    margin-top: 0px;
  }
}

.post-pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  background-color: #eff2f6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--thm-color);
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

@media (min-width: 992px) {
  .post-pagination a {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

.post-pagination a:hover {
  background-color: var(--thm-primary);
  color: #fff;
}

.post-pagination li:first-child a {
  background-color: var(--thm-base);
  color: #fff;
}

.post-pagination li:last-child a {
  background-color: var(--thm-black);
  color: #fff;
}

.post-pagination li+li {
  margin-left: 10px;
}

/* custom animations */
@-webkit-keyframes shapeMover {

  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {

  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one .form-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  margin: 0;
}

@media (min-width: 576px) {
  .form-one .form-group {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.form-one .form-control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
}

.form-one .form-control-full {
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: -1;
}

.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
  display: block;
  width: 100%;
  height: 73px;
  border-radius: 36.5px;
  background-color: #f1f1f1;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
}

.form-one textarea {
  border-radius: 30px;
  height: 195px;
  padding-top: 20px;
}

.form-one .thm-btn {
  padding: 24.5px 57.5px;
}

.form-one .thm-btn:hover {
  background-color: var(--thm-primary);
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-menu .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li {
  padding-top: 14px;
  padding-bottom: 14px;
}

.main-menu .main-menu__list,
.stricky-header .main-menu__list {
  margin-left: auto;
  border-right: 1px solid #e6eaef;
  padding-right: 0;
  margin-right: 30px;
}

/*
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 14px;
  padding-bottom: 14px;
}*/
.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 40px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-family: var(--thm-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--thm-color);
  -webkit-transition: 500ms;
  transition: 500ms;
  position: relative;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background-color: var(--thm-base);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--thm-black);
  text-shadow: 0px 0 0 currentColor;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.main-menu .main-menu__list li.search-btn,
.stricky-header .main-menu__list li.search-btn {
  margin-left: 30px;
  margin-right: 30px;
}

.main-menu .main-menu__list li.search-btn a::before,
.stricky-header .main-menu__list li.search-btn a::before {
  display: none;
}

.main-menu .main-menu__list li.search-btn i,
.stricky-header .main-menu__list li.search-btn i {
  font-size: 20px;
}

.main-menu .main-menu__list li.cart-btn a,
.stricky-header .main-menu__list li.cart-btn a {
  position: relative;
}

.main-menu .main-menu__list li.cart-btn span,
.stricky-header .main-menu__list li.cart-btn span {
  width: 20px;
  height: 20px;
  border-radius: 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;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-family: var(--thm-font);
  background-color: var(--thm-primary);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  -webkit-transition: background-color 500ms, color 500ms;
  transition: background-color 500ms, color 500ms;
}

.main-menu .main-menu__list li.cart-btn:hover span,
.stricky-header .main-menu__list li.cart-btn:hover span {
  background-color: #fff;
  color: var(--thm-black);
}

.main-menu .main-menu__list li.cart-btn i,
.stricky-header .main-menu__list li.cart-btn i {
  font-size: 23px;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  z-index: 99;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
  border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--thm-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list li ul li:last-child>a,
.stricky-header .main-menu__list li ul li:last-child>a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
  background-color: var(--thm-primary);
  color: #fff;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .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,
.stricky-header .main-menu__list li ul li>ul ul {
  display: none;
}

.main-header__info-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-header__info-phone>i {
  font-size: 32px;
  color: var(--thm-base);
}

.main-header__info-phone-content {
  margin-left: 20px;
}

.main-header__info-phone-content span {
  display: block;
  color: var(--thm-color);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.main-header__info-phone-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  color: var(--thm-black);
}

.main-header__info-phone-content h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__info-phone-content h3 a:hover {
  color: var(--thm-base);
}

.main-menu .main-header__info,
.stricky-header .main-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 14px;
}

.main-menu .container,
.stricky-header .container {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-family: "Manrope", sans-serif;
  min-height: 40px;
  line-height: 1.15;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: normal;
}

.mobile-nav__content .main-menu__list li a {
  font-family: "Manrope", sans-serif;
}

.lang-switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border-radius: 999px;
  border: 1px solid rgba(20, 68, 53, 0.24);
  background: rgba(255, 255, 255, 0.82);
  -webkit-box-shadow: 0 8px 18px rgba(10, 42, 32, 0.1);
  box-shadow: 0 8px 18px rgba(10, 42, 32, 0.1);
}

.lang-switch__btn {
  border: 0;
  min-width: 36px;
  height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: transparent;
  color: #24463b;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-transition: all 220ms ease;
  transition: all 220ms ease;
}

.lang-switch__btn:hover,
.lang-switch__btn:focus {
  color: #123129;
  background: rgba(35, 111, 81, 0.12);
}

.lang-switch__btn.is-active {
  color: #ffffff;
  background: linear-gradient(145deg, #1f6a4f 0%, #2a7a5d 100%);
  -webkit-box-shadow: 0 8px 16px rgba(12, 44, 34, 0.22);
  box-shadow: 0 8px 16px rgba(12, 44, 34, 0.22);
}

.stricky-header .lang-switch {
  border-color: rgba(21, 66, 51, 0.2);
  background: rgba(255, 255, 255, 0.74);
}

.main-header .main-menu .logo-box .lang-switch--mobile {
  display: none;
  margin-left: auto;
  margin-right: 10px;
}

.main-header .main-menu .logo-box .lang-switch--mobile .lang-switch__btn {
  min-width: 32px;
  height: 28px;
  padding: 0 9px;
  font-size: 11px;
}

.main-header__info-phone-content {
  min-width: 0;
  max-width: 188px;
}

.main-header__info-phone-content span,
.main-header__info-phone-content h3,
.main-header__info-phone-content h3 a {
  white-space: normal;
}

.main-header__info-phone-content span {
  max-width: 188px;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (min-width: 992px) {
  .main-menu .container {
    min-height: 92px;
  }
}

@media (min-width: 1200px) {
  .stricky-header .container {
    min-height: 72px;
  }
}

body.is-lang-bm .main-header__info-phone-content span,
body.is-lang-bm .stricky-header .main-header__info-phone-content span {
  text-transform: none;
  letter-spacing: 0.03em;
}

.lang-break {
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 40px;
  line-height: 1.05;
}

@media (min-width: 1200px) {
  .main-header .main-menu > .container,
  .stricky-header .container {
    display: grid;
    grid-template-columns: minmax(184px, 216px) minmax(0, 1fr) auto;
    align-items: center;
    column-gap: clamp(12px, 1.2vw, 22px);
    width: 100%;
    max-width: none;
    padding-left: clamp(20px, 2.2vw, 36px);
    padding-right: clamp(20px, 2.2vw, 36px);
  }

  .main-menu .logo-box,
  .stricky-header .logo-box {
    grid-column: 1;
    margin-right: 0;
    justify-self: start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .main-menu .logo-box > a img {
    width: clamp(184px, 12.8vw, 216px);
    height: auto;
  }

  .stricky-header .logo-box > a img {
    width: clamp(170px, 11.4vw, 194px);
    height: auto;
  }

  .main-menu .main-menu__list,
  .stricky-header .main-menu__list {
    grid-column: 2;
    justify-self: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-right: clamp(12px, 0.9vw, 16px);
    gap: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .main-menu .main-menu__list > li,
  .stricky-header .main-menu__list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .main-menu .main-menu__list > li + li,
  .stricky-header .main-menu__list > li + li {
    margin-left: 0;
  }

  .main-menu .main-menu__list > li:not(.search-btn),
  .stricky-header .main-menu__list > li:not(.search-btn) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
  }

  .main-menu .main-menu__list li.search-btn,
  .stricky-header .main-menu__list li.search-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 0;
    margin-right: 0;
  }

  .main-menu .main-menu__list > li > a,
  .stricky-header .main-menu__list > li > a {
    font-size: clamp(14px, 0.78vw, 16px);
    letter-spacing: 0;
    min-height: 36px;
    white-space: nowrap;
  }

  body.is-lang-bm .main-menu .main-menu__list > li > a,
  body.is-lang-bm .stricky-header .main-menu__list > li > a {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  body.is-lang-bm .main-menu .main-menu__list > li > a .lang-break,
  body.is-lang-bm .stricky-header .main-menu__list > li > a .lang-break {
    text-align: center;
    align-items: center;
  }

  .main-menu .main-header__info,
  .stricky-header .main-header__info {
    grid-column: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 0;
    justify-self: end;
    gap: clamp(8px, 0.8vw, 12px);
    white-space: nowrap;
  }

  .main-header__info-phone-content {
    max-width: 168px;
  }

  .main-header__info-phone-content span {
    max-width: 168px;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .main-header .main-menu > .container,
  .stricky-header .container {
    grid-template-columns: minmax(168px, 198px) minmax(0, 1fr) auto;
    column-gap: 12px;
    padding-left: clamp(18px, 1.8vw, 24px);
    padding-right: clamp(18px, 1.8vw, 24px);
  }

  .main-menu .logo-box > a img {
    width: clamp(172px, 13.8vw, 198px);
  }

  .main-menu .main-menu__list,
  .stricky-header .main-menu__list {
    gap: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 6px;
  }

  .main-menu .main-menu__list > li > a,
  .stricky-header .main-menu__list > li > a {
    font-size: 14px;
  }

  .main-header__info-phone-content {
    max-width: 152px;
  }

  .main-header__info-phone-content span {
    max-width: 152px;
    font-size: 10px;
  }

  .main-header__info-phone-content h3 {
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  .main-menu .main-menu__list,
  .stricky-header .main-menu__list {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    gap: clamp(8px, 0.65vw, 14px);
    padding-right: 0;
  }
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--thm-primary);
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  overflow: hidden;
  isolation: isolate;
  background-color: rgba(228, 240, 252, 0.42);
  background-image:
    radial-gradient(120% 180% at -10% -20%, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.06) 58%),
    radial-gradient(95% 140% at 110% 120%, rgba(90, 177, 255, 0.3) 0%, rgba(90, 177, 255, 0) 62%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(214, 232, 248, 0.34) 100%);
  -webkit-backdrop-filter: blur(20px) saturate(190%) contrast(112%);
  backdrop-filter: blur(20px) saturate(190%) contrast(112%);
  border-bottom: 1px solid rgba(8, 50, 89, 0.2);
  width: 100%;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow:
    0 18px 35px -22px rgba(3, 21, 39, 0.55),
    0 1px 0 rgba(255, 255, 255, 0.42) inset;
  box-shadow:
    0 18px 35px -22px rgba(3, 21, 39, 0.55),
    0 1px 0 rgba(255, 255, 255, 0.42) inset;
}

.stricky-header::before {
  content: "";
  position: absolute;
  inset: -24px -50px -22px -50px;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(32% 110% at 12% 38%, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.02) 72%),
    radial-gradient(36% 125% at 62% -15%, rgba(148, 219, 255, 0.4) 0%, rgba(148, 219, 255, 0) 74%),
    radial-gradient(34% 130% at 88% 80%, rgba(111, 187, 255, 0.36) 0%, rgba(111, 187, 255, 0) 75%);
  -webkit-filter: blur(16px);
  filter: blur(16px);
  opacity: 0.9;
}

.stricky-header::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.46) 4%, rgba(255, 255, 255, 0.02) 30%, rgba(255, 255, 255, 0) 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.02) 48%, rgba(255, 255, 255, 0.2) 100%);
  opacity: 0.8;
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none;
  }
}

.stricky-header .container {
  position: relative;
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.stricky-header.stricked-menu:not(.main-menu__two) .main-menu__list {
  border-right-color: rgba(10, 52, 93, 0.18);
}

.stricky-header.stricked-menu:not(.main-menu__two) .main-menu__list>li>a {
  color: #0b2846;
}

.stricky-header.stricked-menu:not(.main-menu__two) .main-menu__list>li.current>a,
.stricky-header.stricked-menu:not(.main-menu__two) .main-menu__list>li:hover>a {
  color: #041c34;
  text-shadow: none;
}

.stricky-header.stricked-menu:not(.main-menu__two) .main-menu__list li.search-btn i,
.stricky-header.stricked-menu:not(.main-menu__two) .main-header__info-phone>i {
  color: #0a4f8f;
}

.stricky-header.stricked-menu:not(.main-menu__two) .main-header__info-phone-content span {
  color: #31506f;
  font-weight: 600;
}

.stricky-header.stricked-menu:not(.main-menu__two) .main-header__info-phone-content h3 {
  color: #081f37;
}

.topbar {
  background-color: #eff2f6;
}

@media (max-width: 991px) {
  .topbar {
    display: none;
  }
}

.topbar .container {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topbar__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topbar__left>a {
  font-size: 14px;
  font-weight: 400;
  color: var(--thm-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbar__left>a:hover {
  color: var(--thm-base);
}

.topbar__left>a:not(:last-of-type)::after {
  content: '/';
  margin-left: 10px;
  margin-right: 10px;
}

.topbar__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 30px;
}

.topbar__social a {
  color: var(--thm-black);
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 42px;
}

.topbar__social a:hover {
  color: var(--thm-primary);
}

.topbar__social a+a {
  margin-left: 24px;
}

.topbar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbar__right>a {
  color: var(--thm-color);
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.topbar__right>a+a {
  margin-left: 30px;
}

.topbar__right>a>i {
  font-size: 14px;
  color: var(--thm-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 10px;
}

.topbar__right>a:hover {
  color: var(--thm-base);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .topbar .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .topbar__left,
  .topbar__right {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .topbar__social {
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 16px;
  }

  .topbar__left>a,
  .topbar__right>a {
    font-size: 13px;
    white-space: nowrap;
  }

  .topbar__left>a:not(:last-of-type)::after {
    margin-left: 8px;
    margin-right: 8px;
  }

  .topbar__right>a+a {
    margin-left: 16px;
  }
}

.main-menu__two {
  background-color: #0c2139;
}

.main-menu__two .main-menu__list {
  border-right: 1px solid #e6eaef;
}

.main-menu__two .main-menu__list>li>a {
  color: #b0c2d7;
}

.main-menu__two .main-menu__list>li.current>a,
.main-menu__two .main-menu__list>li:hover>a {
  color: #fff;
}

.main-menu__two .main-header__info-phone-content span {
  color: var(--thm-text-dark);
}

.main-menu__two .main-header__info-phone-content h3 {
  color: #fff;
}

.main-menu__two .mobile-nav__toggler {
  color: var(--thm-text-dark);
}

.main-menu .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 425px) {
  .main-menu .logo-box {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  .main-menu .logo-box .mobile-nav__toggler {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .main-menu .main-header__info {
    margin-left: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu .container {
    padding-right: 62px;
  }

  .main-menu .logo-box .mobile-nav__toggler {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0;
    line-height: 1;
  }
}

@media (max-width: 991px) {
  .main-menu .container {
    padding-top: 14px;
    padding-bottom: 14px;
    min-height: 0;
  }

  .main-menu .logo-box {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-menu .main-header__info {
    display: none;
  }

  .main-header .main-menu .logo-box .lang-switch--mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (max-width: 425px) {
  .main-menu .main-header__info {
    display: none;
  }
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@-webkit-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 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% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@-webkit-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 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);
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  z-index: 999;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black);
  opacity: 0.8;
  cursor: pointer;
}

.mobile-nav__content {
  max-width: 425px;
  width: 100%;
  background-color: #0c2139fa;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: visibility 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: visibility 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, visibility 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, visibility 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: visibility 0.9s ease 0.5s, opacity 0.9s ease 0.9s, -webkit-transform 0.9s ease 0.9s;
  transition: visibility 0.9s ease 0.5s, opacity 0.9s ease 0.9s, -webkit-transform 0.9s ease 0.9s;
  transition: transform 0.9s ease 0.9s, visibility 0.9s ease 0.5s, opacity 0.9s ease 0.9s;
  transition: transform 0.9s ease 0.9s, visibility 0.9s ease 0.5s, opacity 0.9s ease 0.9s, -webkit-transform 0.9s ease 0.9s;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 50px;
  right: 15px;
  font-size: 30px;
  color: #fff;
  font-weight: 100;
  cursor: pointer;
}

.mobile-nav__close:after,
.mobile-nav__close:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  top: 0;
  right: 3px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-nav__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(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(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #fff;
  font-size: 15px;
  font-family: var(--thm-font);
  font-weight: 400;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--thm-base);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--thm-base);
  border: none;
  outline: none;
  color: #fff;
  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;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__language img {
  border-radius: 50%;
  margin-right: 10px;
}

.mobile-nav__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 70px;
}

.mobile-nav__language .bootstrap-select>.dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  color: #fff;
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 18px;
  color: #fff;
  -webkit-transition: 500ms;
  transition: 500ms;
  margin-right: 15px;
}

.mobile-nav__social a+a {
  margin-left: 10px;
}

.mobile-nav__social a:hover {
  color: var(--thm-primary);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: inherit;
  display: block;
  line-height: 1.45;
  text-transform: none;
  word-break: break-word;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--thm-primary);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--thm-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
}

.mobile-nav__container .main-header-four__form,
.mobile-nav__container .logo-box {
  display: none;
}

.mobile-nav__container .main-header__info {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 991;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
  padding-right: 80px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}

.search-popup__content .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.search-popup__content .thm-btn i {
  margin: 0;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  overflow: hidden;
  position: relative;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--thm-black);
}

.main-slider .swiper-slide .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-position: center;
  -webkit-transition: -webkit-transform 7000ms ease;
  transition: -webkit-transform 7000ms ease;
  transition: transform 7000ms ease;
  transition: transform 7000ms ease, -webkit-transform 7000ms ease;
}

.main-slider .swiper-slide .image-layer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.main-slider .swiper-slide .container {
  padding-top: 150px;
  padding-bottom: 274px;
}

@media (max-width: 991px) {
  .main-slider .swiper-slide .container {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media (max-width: 425px) {
  .main-slider .swiper-slide .container {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.main-slider .swiper-slide p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #c9d8ea;
  opacity: 0;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

@media (max-width: 375px) {
  .main-slider .swiper-slide p {
    font-size: 18px;
  }
}

.main-slider .swiper-slide h2 {
  margin: 0;
  color: #fff;
  font-size: 80px;
  margin-top: 15px;
  margin-bottom: 40px;
  line-height: 1.1;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
}

@media (max-width: 1199px) {
  .main-slider .swiper-slide h2 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .main-slider .swiper-slide h2 {
    font-size: 60px;
  }
}

@media (max-width: 425px) {
  .main-slider .swiper-slide h2 {
    font-size: 50px;
  }
}

@media (max-width: 375px) {
  .main-slider .swiper-slide h2 {
    font-size: 40px;
    line-height: 1.3;
  }
}

.main-slider .swiper-slide .thm-btn {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition-delay: 2500ms;
  transition-delay: 2500ms;
  -webkit-transition: opacity 2000ms ease, color 500ms ease,
    background 500ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, color 500ms ease,
    background 500ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
    background 500ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
    background 500ms ease, -webkit-transform 2000ms ease;
}

.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider__nav {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 425px) {
  .main-slider__nav {
    display: none;
  }
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 991px) {

  .main-slider__nav .swiper-button-next,
  .main-slider__nav .swiper-button-prev {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  opacity: 1;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .main-slider__nav .swiper-button-prev {
    margin-top: 10px;
  }
}

.main-slider__two .swiper-slide .container {
  padding-top: 150px;
  padding-bottom: 270px;
}

@media (max-width: 991px) {
  .main-slider__two .swiper-slide .container {
    padding-top: 140px;
    padding-bottom: 170px;
  }
}

.main-slider__two .swiper-slide h2 {
  font-size: 80px;
  max-width: 705px;
}

@media (max-width: 991px) {
  .main-slider__two .swiper-slide h2 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .main-slider__two .swiper-slide h2 {
    font-size: 55px;
  }
}

@media (max-width: 480px) {
  .main-slider__two .swiper-slide h2 {
    font-size: 45px;
  }
}

@media (max-width: 375px) {
  .main-slider__two .swiper-slide h2 {
    font-size: 38px;
    line-height: 1.3;
  }
}

.main-slider__two .swiper-slide p {
  color: #fff;
  border-bottom: 3px solid var(--thm-base);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  padding-bottom: 5px;
}

.main-slider__two .swiper-slide .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 375px) {
  .main-slider__two .swiper-slide .button-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.main-slider__two .swiper-slide .button-wrap .thm-btn:nth-of-type(2) {
  background-color: var(--thm-primary);
  margin-left: 10px;
}

@media (max-width: 375px) {
  .main-slider__two .swiper-slide .button-wrap .thm-btn:nth-of-type(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}

.main-slider__two .swiper-slide .button-wrap .thm-btn:nth-of-type(2):hover {
  background-color: #fff;
  color: var(--thm-black);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: var(--thm-black);
  position: relative;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image:
    radial-gradient(128% 150% at -8% -18%,
      rgba(177, 211, 236, 0.34) 0%,
      rgba(177, 211, 236, 0.1) 34%,
      rgba(177, 211, 236, 0) 62%),
    radial-gradient(110% 140% at 112% 118%,
      rgba(124, 167, 203, 0.3) 0%,
      rgba(124, 167, 203, 0.08) 32%,
      rgba(124, 167, 203, 0) 62%),
    linear-gradient(122deg, #10263a 0%, #1b476b 48%, #2f739a 100%) !important;
}

.page-header .container {
  position: relative;
  z-index: 10;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .page-header .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .page-header .container {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (max-width: 480px) {
  .page-header .container {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.page-header .container h2 {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-top: 3px;
  letter-spacing: .5px;
}

@media (max-width: 991px) {
  .page-header .container h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .page-header .container h2 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .page-header .container h2 {
    font-size: 28px;
  }
}

.thm-breadcrumb {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.09);
  padding: 6px 11px 6px 6px;
  border-radius: 4px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .thm-breadcrumb {
    margin-bottom: 8px;
    padding: 5px 8px 5px 5px;
  }
}

.thm-breadcrumb li {
  line-height: 1;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.thm-breadcrumb li:not(:last-of-type) {
  margin-right: 6px;
}

.thm-breadcrumb li:first-child {
  margin-left: 10px;
}

.thm-breadcrumb li a {
  padding-bottom: 3px;
  color: inherit;
}

.thm-breadcrumb li a:hover {
  color: #fff;
}

.thm-breadcrumb span a {
  margin: 0 10px;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map__home-two {
  width: 100%;
}

.google-map__home-two iframe {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 550px;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel__has-border-top {
  border-top: 1px solid #e6eaef;
}

.client-carousel__has-top-shadow {
  -webkit-box-shadow: 0px -1px 0px 0px RGBA(227, 227, 227, 0.004);
  box-shadow: 0px -1px 0px 0px RGBA(227, 227, 227, 0.004);
}

.client-carousel .swiper-slide {
  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;
}

.client-carousel img {
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0.3;
  max-width: 100%;
}

.client-carousel img:hover {
  opacity: .8;
}

@media (max-width: 991px) {
  .client-carousel {
    padding: 60px 0px;
  }
}

.pro-marquee {
  position: relative;
  overflow: hidden;
  padding: 36px 0;
  background:
    radial-gradient(130% 180% at 0% 0%, rgba(118, 199, 255, 0.22) 0%, rgba(118, 199, 255, 0) 58%),
    radial-gradient(110% 170% at 100% 100%, rgba(87, 149, 255, 0.2) 0%, rgba(87, 149, 255, 0) 62%),
    linear-gradient(125deg, #081b36 0%, #0f356d 50%, #0a274f 100%);
}

.pro-marquee__frame {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 18px 0 16px;
  background: transparent;
}

.pro-marquee__label {
  margin: 0 3vw 12px;
  color: #d3ecff;
  font-size: clamp(12px, 1.05vw, 16px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.pro-marquee__viewport {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%);
}

.pro-marquee__track {
  --marquee-duration: 34s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: proMarqueeMove var(--marquee-duration) linear infinite;
  animation: proMarqueeMove var(--marquee-duration) linear infinite;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  contain: layout paint style;
}

.pro-marquee:hover .pro-marquee__track {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.pro-marquee__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pro-marquee__chip {
  display: inline-block;
  white-space: nowrap;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: clamp(13px, 1.15vw, 18px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.015em;
  color: #fff;
}

.pro-marquee__row .pro-marquee__chip:nth-child(6n + 1) {
  background: rgba(255, 102, 120, 0.34);
  border-color: rgba(255, 123, 140, 0.55);
}

.pro-marquee__row .pro-marquee__chip:nth-child(6n + 2) {
  background: rgba(54, 177, 255, 0.32);
  border-color: rgba(80, 188, 255, 0.55);
}

.pro-marquee__row .pro-marquee__chip:nth-child(6n + 3) {
  background: rgba(0, 200, 150, 0.3);
  border-color: rgba(73, 215, 171, 0.55);
}

.pro-marquee__row .pro-marquee__chip:nth-child(6n + 4) {
  background: rgba(140, 115, 255, 0.32);
  border-color: rgba(156, 133, 255, 0.55);
}

.pro-marquee__row .pro-marquee__chip:nth-child(6n + 5) {
  background: rgba(255, 162, 48, 0.31);
  border-color: rgba(255, 178, 80, 0.56);
}

.pro-marquee__row .pro-marquee__chip:nth-child(6n + 6) {
  background: rgba(0, 184, 170, 0.32);
  border-color: rgba(58, 208, 196, 0.56);
}

@-webkit-keyframes proMarqueeMove {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes proMarqueeMove {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 767px) {
  .pro-marquee {
    padding: 28px 0;
  }

  .pro-marquee__frame {
    border-radius: 0;
    padding: 15px 0 14px;
  }

  .pro-marquee__label {
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 10px;
  }

  .pro-marquee__chip {
    font-size: 13px;
    padding: 9px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pro-marquee__track {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: none;
    transform: none;
  }

  .pro-marquee__row[aria-hidden="true"] {
    display: none;
  }
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .blog-details {
    padding: 80px 0;
  }
}

@media (max-width: 425px) {
  .blog-details {
    padding: 60px 0;
  }
}

.blog-details .blog-card__image {
  margin-bottom: 20px;
}

.blog-details__content {
  margin-top: 10px;
}

.blog-details__content h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  color: var(--thm-black);
  margin-bottom: 25px;
}

.blog-details__content p {
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.66;
}

.blog-details__quote {
  background-color: #eff2f6;
  font-size: 18px;
  color: #0c2139;
  padding: 35px 25px;
  margin: 25px 0;
  border-radius: 0 4px 4px 0;
  position: relative;
  line-height: 34px;
  font-style: italic;
  border-left: 4px solid #004aa1;
}

.blog-details__quote cite {
  font-size: 16px;
  font-weight: 700;
}

.blog-card__image-box .blog-card__image {
  width: 380px;
  height: 220px;
}

@media (max-width: 1199px) {
  .blog-card__image-box .blog-card__image {
    height: auto;
  }
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e6eaef;
  margin-top: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-details__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-details__tags span {
  color: var(--thm-black);
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 480px) {
  .blog-details__tags {
    margin-bottom: 15px;
  }
}

.blog-details__tags span {
  color: var(--thm-black);
  font-weight: 500;
  font-size: 18px;
}

.blog-details__tags a {
  font-size: 14px;
  color: #fff;
  margin-right: 8px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: var(--thm-base);
  padding: 8px 14px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 4px;
  text-transform: capitalize;
  font-weight: 400;
}

.blog-details__tags a:hover {
  background-color: var(--thm-primary);
  color: #fff;
}

.blog-details__author {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  .blog-details__author {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.blog-details__author>img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
  border-radius: 4px;
}

@media (max-width: 1199px) {
  .blog-details__author>img {
    margin-right: 0px;
    margin-bottom: 30px;
    width: 170px;
  }
}

.blog-details__author h3 {
  margin: 0;
  font-size: 20px;
  color: var(--thm-black);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 35px;
}

@media (max-width: 1199px) {
  .blog-details__author h3 {
    margin-bottom: 20px;
  }
}

.blog-details__author p {
  margin: 0;
  color: var(--thm-color);
}

.blog-details__box-title {
  margin: 0;
  font-size: 30px;
  color: var(--thm-black);
  margin-bottom: 20px;
}

.blog-comment__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e6eaef;
  margin-bottom: 60px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .blog-comment__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.blog-comment__box>img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .blog-comment__box>img {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.blog-comment__box p {
  margin: 0;
}

.blog-comment__box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px;
}

@media (max-width: 375px) {
  .blog-comment__box-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.blog-comment__box-top h3 {
  margin: 0;
  line-height: 1;
  color: var(--thm-black);
  font-size: 20px;
  font-weight: 400;
}

.blog-comment__box-top span {
  font-size: 14px;
  font-weight: 500;
  color: var(--thm-primary);
  margin-left: 10px;
}

@media (max-width: 375px) {
  .blog-comment__box-top span {
    margin-left: 0;
    margin-top: 5px;
  }
}

.blog-comment__box-top .thm-btn {
  padding: 7.5px 19.5px;
  margin-left: auto;
}

@media (max-width: 375px) {
  .blog-comment__box-top .thm-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

.blog-comment__box-top .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 50px;
  }
}
.blog-sidebar {
  position: relative;
}
.blog-sidebar:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  bottom: -10px;
  z-index: -1;
  width: 5000px;
  left: 0px;
  background-color: #eff2f6;
  margin-top: -90px;
  margin-bottom: -90px;
}

@media (max-width: 991px) {
  .blog-sidebar:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .blog-sidebar__details {
    margin-top: 20px;
  }
}

@media (max-width: 425px) {
  .blog-sidebar__details {
    margin-top: 10px;
  }
}

.blog-sidebar__box {
  margin-bottom: 30px;
  padding-left: 35px;
  padding-bottom: 10px;
}

.blog-sidebar__box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .blog-sidebar__box {
    padding-left: 0;
  }
}

.blog-sidebar__box-title {
  font-size: 20px;
  color: var(--thm-black);
  margin: 0;
  font-weight: 500;
  line-height: 1;
}

.blog-sidebar__search {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .blog-sidebar__search {
    padding-left: 0;
  }
}

.search-field {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  color: var(--thm-color);
  height: 56px;
  padding-left: 20px;
  margin-bottom: 0;
  border: 1px solid #dce4ed;
}

.search-submit {
  padding: 0;
  width: 60px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  outline: none !important;
  border: none;
  background-color: var(--thm-base);
  color: #fff;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.blog-sidebar__categories ul li {
  text-align: right;
  margin-bottom: 10px;
  display: block;
  line-height: 1.4;
  color: var(--thm-black2);
}

.blog-sidebar__categories ul {
  margin-bottom: 0;
}

.blog-sidebar__categories ul li a {
  float: left;
  color: var(--thm-black2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-sidebar__categories ul li a:hover {
  color: var(--thm-base);
}

.blog-sidebar__categories ul li i {
  font-size: 14px;
}

.blog-sidebar__categories ul li a span {
  margin-left: 10px;
}

.blog-sidebar .footer-widget__post-list-content h3 {
  color: var(--thm-color);
}

@media (max-width: 1199px) {
  .blog-sidebar .footer-widget__post-list-content h3 {
    line-height: 18px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar .footer-widget__post-list-content h3 {
    line-height: 26px;
    font-size: 20px;
  }
}

.blog-sidebar .footer-widget__post-list li+li {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .blog-sidebar .footer-widget__post-list li+li {
    padding-top: 15px;
    margin-top: 15px;
  }
}

@media (max-width: 425px) {
  .blog-sidebar .footer-widget__post-list li+li {
    padding-top: 20px;
    margin-top: 20px;
  }
}

.blog-sidebar .footer-widget__post-list li h3 a {
  color: var(--thm-black2);
}

.blog-sidebar .service-sidebar__category-list {
  margin-top: -10px;
}

.blog-sidebar__post {
  margin-bottom: 40px;
}

.blog-sidebar__tags-list {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.blog-sidebar__tags-list li {
  margin-right: 10px;
}

.blog-sidebar__tags-list li a {
  font-size: 14px !important;
  color: var(--thm-black2);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #fff;
  padding: 8px 14px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #dce4ed;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.blog-sidebar__tags-list li a:hover {
  background: var(--thm-primary);
  border: 1px solid var(--thm-primary);
  color: #fff;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.blog-sidebar__call .service-sidebar__call {
  margin: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  background-color: #0c2139;
  background-image: url(../images/backgrounds/footer-bg-1-1.jpg);
  background-position: top left;
  background-size: cover;
  z-index: 0;
  padding-top: 90px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .site-footer {
    padding: 60px 0px;
  }
}

@media (max-width: 425px) {
  .site-footer {
    padding: 40px 0px 35px;
  }
}

.footer-widget {
  margin-bottom: 20px;
}

.footer-widget__title {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.site-footer .footer-widget__about > a img {
  width: clamp(236px, 18vw, 278px);
  max-width: 100%;
  height: auto;
}

.footer-widget__about p {
  color: #b0c2d7;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.footer-widget__about-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-widget__about-phone>i {
  font-size: 38px;
  color: var(--thm-base);
}

.footer-widget__about-phone-content {
  margin-left: 20px;
}

.footer-widget__about-phone-content span {
  display: block;
  color: #b0c2d7;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}

.footer-widget__about-phone-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  color: #fff;
}

.footer-widget__about-phone-content h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__about-phone-content h3 a:hover {
  color: var(--thm-base);
}

@media (min-width: 1200px) {
  .footer-widget__link {
    margin-left: 0px;
  }
}

.footer-widget__link-list {
  margin-top: 15px;
  margin-bottom: 0;
}

.footer-widget__link-list li a {
  display: block;
  line-height: 37px;
  color: #b0c2d7;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__link-list li a:hover {
  color: #008fd5;
}

.footer-widget__link-list li a i {
  color: #b0c2d7;
  margin-right: 10px;
  font-weight: 400;
  font-size: 15px;
}

.footer-widget__contact {
  background-color: #09192c;
  padding: 30px;
  padding-bottom: 25px;
}

@media (min-width: 1200px) {
  .footer-widget__contact {
    margin-left: 30px;
  }
}

.footer-widget__contact h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.footer-widget__contact-list {
  margin: 0;
}

.footer-widget__contact-list li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 20px;
}

.footer-widget__contact-list li a {
  display: block;
  position: relative;
  color: #b0c2d7;
  font-size: 16px;
  line-height: 24px;
  padding-left: 25px;
  text-transform: none;
  word-break: break-word;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-list li a:hover {
  color: #fff;
}

.footer-widget__contact-list li a:hover>i {
  color: #fff;
}

.footer-widget__contact-list li a>i {
  position: absolute;
  top: 6px;
  font-size: 14px;
  color: var(--thm-base);
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 1200px) {
  .footer-widget__post {
    margin-left: 0px;
  }
}

.footer-widget__post-list {
  margin-bottom: 0;
  margin-top: 30px;
}

.footer-widget__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-widget__post-list hr {
  background-color: #b0c2d7;
  height: 0.1px;
  margin-top: 30px;
}

.footer-widget__post-list li+li {
  border-top: 1px solid #ffffff1a;
  padding-top: 25px;
  margin-top: 25px;
}

.footer-widget__post-list li>img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-widget__post-list-content {
  margin-left: 20px;
}

.footer-widget__post-list-content span {
  font-size: 12px;
  color: var(--thm-base);
  line-height: 1;
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .footer-widget__post-list-content span {
    margin-top: 10px;
  }
}

@media (max-width: 425px) {
  .footer-widget__post-list-content span {
    margin-top: 0;
  }
}

.footer-widget__post-list-content h3 {
  font-size: 20px;
  line-height: 26px;
  color: var(--thm-text-dark);
  margin-bottom: 0;
}

.footer-widget__post-list-content h3 a {
  color: #b0c2d7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer-widget__post-list-content h3 a:hover {
  color: var(--thm-base);
}

.bottom-footer {
  background-color: #09192c;
  padding-top: 27.5px;
  padding-bottom: 27.5px;
}

.bottom-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .bottom-footer {
    padding: 25px 0px;
  }
}

@media (max-width: 667px) {
  .bottom-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.bottom-footer p {
  font-size: 16px;
  color: var(--thm-text-dark);
  margin: 0;
}

@media (max-width: 667px) {
  .bottom-footer p {
    margin-bottom: 20px;
  }
}

.bottom-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom-footer__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 41px;
  height: 41px;
  background-color: #ffffff2b;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.bottom-footer__social a:hover {
  background-color: var(--thm-base);
  color: #fff;
}

.bottom-footer__social a+a {
  margin-left: 10px;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq-one {
  background-color: #0c2139;
  position: relative;
  padding: 100px 0;
  padding-top: 360px;
}

@media (max-width: 991px) {
  .faq-one {
    padding-top: 330px;
    padding-bottom: 80px;
  }
}

.faq-one__box .main-header__info-phone>i {
  font-size: 38px;
  color: #fff;
}

.faq-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.02;
  background-size: cover;
}

.faq-one__content {
  padding-right: 41px;
}

.faq-one__content p {
  color: #b0c2d7;
  margin-top: 35px;
}

@media (max-width: 425px) {
  .faq-one__content p {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .faq-one__content {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .faq-one__content {
    margin-bottom: 40px;
  }
}

.faq-one .block-title {
  max-width: 520px;
}

.faq-one .block-title p {
  color: var(--thm-text-dark);
}

.faq-one .block-title h2 {
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

.faq-one #accordion li {
  border-radius: 4px;
}

.faq-one #accordion li+li {
  margin-top: 20px;
}

.faq-one ul {
  margin-top: 25px;
}

.faq-one #accordion .para-title {
  position: relative;
  color: var(--thm-black);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  margin-bottom: 0;
  padding: 25px 40px;
  background-color: #fff;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .faq-one #accordion .para-title {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.faq-one #accordion .para-title span {
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 440px) {
  .faq-one #accordion .para-title span {
    max-width: 95%;
  }
}

.faq-one #accordion .para-title.active {
  color: var(--thm-base);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.faq-one #accordion .para-title.active i {
  color: var(--thm-base);
}

.faq-one #accordion .para-title i {
  font-size: 16px;
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 480px) {
  .faq-one #accordion .para-title i {
    right: 20px;
  }
}

.faq-one #accordion .collapse {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one #accordion p {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #fff;
  margin: 0;
  padding: 0 40px;
  padding-bottom: 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 480px) {
  .faq-one #accordion p {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.faq-one__faq-page {
  background-color: #fff;
  padding-top: 100px;
}

@media (max-width: 991px) {
  .faq-one__faq-page {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media (max-width: 425px) {
  .faq-one__faq-page {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.faq-one__faq-page #accordion li {
  background-color: #eff2f6;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__faq-page #accordion li.active {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.faq-one__faq-page #accordion li .para-title {
  background-color: #eff2f6;
}

.faq-one__faq-page #accordion li .para-title.active {
  background-color: #fff;
}

.faq-one__faq-page #accordion li .collapse {
  background-color: #eff2f6;
}

.faq-one__box {
  background-color: var(--thm-primary);
  border-radius: 4px;
}

@media (max-width: 991px) {
  .faq-one__box {
    margin-top: 60px;
  }
}

.faq-one__box img {
  width: 100%;
}

.faq-one__box .main-header__info-phone {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

.faq-one__box .main-header__info-phone-content span {
  color: #f5f5f5;
  font-size: 12px;
}

.faq-one__box .main-header__info-phone-content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #eff2f6;
  background-image: url(../images/shapes/testimonials-map-1-1.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.testimonials-one .block-title {
  margin-bottom: 40px;
}

.testimonials-one__box {
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 0;
  position: relative;
  padding: 35px 50px;
  padding-bottom: 60px;
  border-left: 3px solid var(--thm-primary);
  transition: all .5s ease;
  margin-bottom: 40px;
}

.testimonials-one__box:after {
  position: absolute;
  content: '"';
  font-size: 110px;
  line-height: normal;
  bottom: -5px;
  right: 50px;
  color: #000;
  opacity: .2;
  font-weight: 400;
  font-style: italic;
}

.testimonials-one .swiper-slide {
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.testimonials-one__box p {
  position: relative;
  font-style: italic;
}

@media (max-width: 991px) {
  .testimonials-one {
    padding-top: 70px;
    margin-bottom: 70px;
  }
}

.testimonials-one__box p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 4px);
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 500ms ease;
}

.testimonials-one__box p span {
  position: relative;
}

.testimonials-one__box-main {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.testimonials-one__box-info {
  position: absolute;
  bottom: 0;
  left: 35px;
  width: 72px;
  height: 72px;
  border-radius: 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;
  background: linear-gradient(145deg, #0e6fbb 0%, #0b4e8d 100%);
  -webkit-box-shadow: 0 10px 24px rgba(8, 42, 72, 0.24);
  box-shadow: 0 10px 24px rgba(8, 42, 72, 0.24);
}

.testimonials-one__box-main .testimonials-one__box-info {
  bottom: -35px;
}

.testimonials-one__box-main .testimonials-one__box {
  padding: 35px 40px 60px 35px;
}

.testimonials-one__box-info>img {
  display: none;
}

.testimonials-one__box-info>i {
  font-size: 30px;
  color: #fff;
  line-height: 1;
}

.testimonials-one .swiper-slide .testimonials-one__box {
  width: 100%;
  min-height: 100%;
  margin-bottom: 0;
  padding-bottom: 96px;
}

.testimonials-page .row>[class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials-page .testimonials-one__box-main .testimonials-one__box {
  width: 100%;
  padding-bottom: 96px;
  margin-bottom: 0;
}

.testimonials-page .testimonials-one__box-main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.testimonials-one__box h3 {
  margin: 0;
  font-size: 18px;
  color: #004aa4;
  line-height: 1;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 7px;
}

.testimonials-one__box .testi_sname {
  font-size: 14px;
  color: var(--thm-black);
  font-weight: 500;
}

.testimonials-one__box-info span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.testimonials-one__box:hover {
  border-left: 3px solid var(--thm-base);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.testimonials-one__swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .testimonials-one__swiper-pagination {
    text-align: center;
    margin-top: 30px;
  }
}

@media (max-width: 425px) {
  .testimonials-one__swiper-pagination {
    margin-top: 0px;
  }
}

.testimonials-one__swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #0c2139;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.testimonials-one__swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--thm-base);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.testimonials-one__about-page {
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .testimonials-one__about-page {
    margin-bottom: 0;
    padding-top: 40px;
  }
}

.testimonials-one__about-page .swiper-slide {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .testimonials-one__about-page .swiper-slide {
    margin-bottom: 0;
  }
}

.testimonials-one__about-page .testimonials-one__swiper-pagination {
  text-align: right;
}

.testimonials-page {
  background-color: #eff2f6;
}

@media (max-width: 991px) {
  .testimonials-page {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

@media (max-width: 425px) {
  .testimonials-page {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose {
  background-color: #fff;
  padding-bottom: 90px;
  margin-top: 0px;
  position: relative;
}

@media (max-width: 991px) {
  .why-choose {
    padding-bottom: 60px;
  }
}

.why-choose__shape-1 {
  position: absolute;
  top: 60px;
  right: 300px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

.why-choose__shape-2 {
  position: absolute;
  bottom: 0;
  right: 100px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.why-choose .container {
  position: relative;
}

.why-choose .row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.why-choose .row>[class*="col-lg-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.why-choose__image {
  position: relative;
  width: 570px;
  height: 587px;
  max-width: 100%;
}

.why-choose__image>img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  background-color: #f3f7fc;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .why-choose .row>[class*="col-lg-"] {
    display: block;
  }

  .why-choose__image {
    width: 100%;
    height: auto;
  }

  .why-choose__image>img {
    max-width: 100%;
    height: auto;
    background-color: transparent;
  }
}

.why-choose__image>p {
  position: absolute;
  bottom: calc(100% + 20px);
  left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.why-choose__image>p>i {
  font-size: 60px;
  color: #fff;
  margin-right: 20px;
}

.why-choose__image::before {
  content: "";
  width: 10000px;
  height: calc(100% + 100px);
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--thm-primary);
  border-radius: 4px;
}

@media (max-width: 991px) {
  .why-choose__image::before {
    right: auto;
    left: -100%;
  }
}

.why-choose__content {
  padding-top: 65px;
  margin-left: 35px;
}

@media (max-width: 1199px) {
  .why-choose__content {
    margin-left: 0;
  }
}

@media (max-width: 425px) {
  .why-choose__content {
    padding-top: 50px;
  }
}

.why-choose__content .block-title {
  margin-bottom: 20px;
}

.why-choose__content>p {
  margin-bottom: 40px;
  color: #555c63;
}

@media (max-width: 991px) {
  .why-choose__content>p {
    margin-bottom: 30px;
  }
}

.why-choose__box {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .why-choose__box {
    margin-bottom: 30px;
  }
}

.why-choose__box h3 {
  font-size: 18px;
  font-family: "Inter";
  font-weight: 600;
  margin: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}

.why-choose__box h3>i {
  color: var(--thm-primary);
  margin-right: 10px;
}

.why-choose__box p {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #555c63;
}

.why-choose__progress+.why-choose__progress {
  margin-top: 20px;
}

.why-choose__progress-top {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-choose__progress-top h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.why-choose__progress-top span {
  font-size: 14px;
  color: var(--thm-color);
}

.why-choose__progress-bar {
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.why-choose__progress-bar>span {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  height: 100%;
  background-color: var(--thm-base);
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
  position: relative;
  padding: 90px 0;
  background-color: var(--thm-base);
}

@media (max-width: 991px) {
  .funfact-one {
    padding: 60px 0px;
  }
}

.funfact-one__bg {
  position: absolute;
  background-color: var(--thm-base);
  background-image: none !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-blend-mode: hard-light;
  background-position: center center;
}

.funfact-one .container {
  position: relative;
}

.funfact-one .container [class*=col-]:not(:first-of-type) {
  position: relative;
}

.funfact-one .container [class*=col-]:not(:first-of-type)::before {
  content: '';
  width: 3px;
  height: 43px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 4px;
}

@media (max-width: 991px) {
  .funfact-one .container [class*=col-]:not(:first-of-type)::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .funfact-one .container [class*=col-]:nth-child(3n)::before {
    display: none;
  }
}

.funfact-one__box {
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .funfact-one__box {
    margin-bottom: 30px;
  }
}

.funfact-one__box h3 {
  font-size: 54px;
  line-height: 1.2 !important;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.funfact-one__box p {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
  background-color: var(--thm-primary);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 90px 0;
  background-blend-mode: hard-light;
}

.call-to-action::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--thm-primary);
  opacity: 0.9;
}

.call-to-action .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .call-to-action {
    padding: 60px 0px;
  }

  .call-to-action .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.call-to-action .left-content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .call-to-action .left-content p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.call-to-action .left-content p span:not(:first-of-type)::before {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}

.call-to-action .left-content h3 {
  margin: 0;
  font-size: 44px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .call-to-action .left-content h3 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .call-to-action .right-content {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Trusted Company
--------------------------------------------------------------*/
.trusted-company {
  background-color: #0c2139;
  position: relative;
  padding: 100px 0;
}

.trusted-company__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.02;
  background-size: cover;
}

.trusted-company .block-title {
  max-width: 520px;
}

.trusted-company .block-title p {
  color: #b0c2d7;
}

.trusted-company .block-title h2 {
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

.trusted-company__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .trusted-company__image {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .trusted-company {
    padding: 70px 0;
  }
}

@media (max-width: 480px) {
  .trusted-company__image {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .trusted-company {
    padding: 60px 0;
  }
}

.trusted-company__image>img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
}

.trusted-company__visual {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  height: 173px;
  border-radius: 10px;
  border: 1px solid rgba(123, 194, 255, 0.35);
  background:
    radial-gradient(72% 78% at 26% 20%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 64%),
    linear-gradient(145deg, #0f71c6 0%, #1299dd 52%, #39bcff 100%);
  -webkit-box-shadow: 0 16px 28px rgba(2, 18, 34, 0.26);
  box-shadow: 0 16px 28px rgba(2, 18, 34, 0.26);
  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;
}

.trusted-company__visual i {
  font-size: 78px;
  line-height: 1;
  color: #eef8ff;
  text-shadow: 0 8px 18px rgba(4, 29, 54, 0.32);
}

.trusted-company__image p {
  margin: 0;
  margin-left: 30px;
  padding-right: 25px;
  color: #b0c2d7;
}

@media (max-width: 1199px) {
  .trusted-company__image p {
    margin-left: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .trusted-company__visual {
    width: 188px;
    height: 164px;
  }

  .trusted-company__visual i {
    font-size: 72px;
  }

  .trusted-company__image p {
    margin-left: 30px;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .trusted-company__visual {
    width: 200px;
    height: 173px;
  }

  .trusted-company__visual i {
    font-size: 74px;
  }

  .trusted-company__image p {
    margin-left: 0;
    margin-top: 30px;
  }
}

.trusted-company__list {
  list-style-type: none;
  padding: 0;
  margin-top: 25px;
  font-weight: 400;
}

.trusted-company__list-item {
  margin-bottom: 5px;
  color: #b0c2d7;
}

.trusted-company__list-item i {
  color: #008fd5;
  font-size: 15px;
}

.trusted-company__list-text {
  padding-left: 5px;
}

@media (max-width: 576px) {
  .trusted-company__list-2 {
    margin-top: -10px;
  }
}

.trusted-company__box+.trusted-company__box {
  margin-top: 20px;
}

.trusted-company__box {
  background-color: #fff;
  border-radius: 4px;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.trusted-company__box-wrap {
  position: relative;
  margin-left: 30px;
  margin-top: -70px;
  z-index: 1;
}

.trusted-company__box-wrap:before {
  content: "";
  width: 10000px;
  height: calc(100% + 150px);
  position: absolute;
  left: -40px;
  top: -100px;
  z-index: -1;
  background-color: var(--thm-primary);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (max-width: 1199px) {
  .trusted-company__box-wrap {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .trusted-company__box-wrap {
    margin: 0;
    margin-top: 100px;
  }

  .trusted-company__box-wrap:before {
    margin: 0;
    left: -150px;
    top: -80px;
  }
}

.trusted-company__box>span {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: var(--thm-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.trusted-company__box p {
  margin-bottom: 0;
  color: var(--thm-black);
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-left: 25px;
  max-width: 390px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.trusted-company__box:hover {
  background-color: var(--thm-base);
}

.trusted-company__box:hover>span {
  background-color: #fff;
  color: var(--thm-black);
}

.trusted-company__box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.feature-one {
  background:
    radial-gradient(90% 80% at 8% 12%, rgba(136, 211, 255, 0.28) 0%, rgba(136, 211, 255, 0) 60%),
    radial-gradient(75% 75% at 88% 85%, rgba(255, 169, 215, 0.24) 0%, rgba(255, 169, 215, 0) 58%),
    linear-gradient(155deg, #eef3fb 0%, #e8f0fa 44%, #edf4fc 100%);
  padding-bottom: 120px;
  padding-top: 330px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.feature-one::before {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  right: -140px;
  top: -220px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(52, 175, 255, 0.32) 0%, rgba(52, 175, 255, 0) 72%);
  -webkit-filter: blur(8px);
  filter: blur(8px);
  z-index: 0;
}

.feature-one::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  left: -120px;
  bottom: -180px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(155, 136, 255, 0.25) 0%, rgba(155, 136, 255, 0) 72%);
  -webkit-filter: blur(6px);
  filter: blur(6px);
  z-index: 0;
}

@media (max-width: 991px) {
  .feature-one {
    padding: 95px 0 60px;
  }
}

@media (max-width: 425px) {
  .feature-one {
    padding: 70px 0 50px;
  }
}

.feature-one__shape-1 {
  position: absolute;
  bottom: 140px;
  left: 210px;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.feature-one__shape-2 {
  position: absolute;
  top: 340px;
  right: 225px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.feature-one__shape-3 {
  position: absolute;
  top: 130px;
  left: 300px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}

.feature-one .block-text {
  margin-top: 0px;
  font-weight: 400;
}

.feature-one .block-title {
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

.feature-one .block-title p {
  color: #0e71b8;
  font-weight: 600;
}

.feature-one .block-title h2 {
  color: #0b2848;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .feature-one .block-title h2 {
    background: linear-gradient(120deg, #0b2f55 0%, #1062ad 52%, #0d8fd3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.feature-one .row {
  position: relative;
  z-index: 1;
}

.feature-one .row>[class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .feature-one .block-text {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .feature-one .block-text {
    margin-bottom: 30px;
  }
}

.feature-one__box {
  width: 100%;
  height: 100%;
  min-height: 218px;
  background-color: #fff;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 22px 42px rgba(10, 33, 61, 0.16);
  box-shadow: 0 22px 42px rgba(10, 33, 61, 0.16);
  -webkit-transition: -webkit-transform 350ms ease, -webkit-box-shadow 350ms ease;
  transition: -webkit-transform 350ms ease, -webkit-box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease, -webkit-box-shadow 350ms ease;
  overflow: hidden;
  isolation: isolate;
}

@media (max-width: 1199px) {
  .feature-one__box {
    min-height: 205px;
    padding: 30px 24px;
  }
}

.feature-one__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background:
    radial-gradient(75% 95% at 0% 0%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 52%);
  pointer-events: none;
}

.feature-one__box i {
  position: relative;
  z-index: 2;
  font-size: 54px;
  color: #fff;
  margin-right: 22px;
  min-width: 68px;
  text-align: center;
}

.feature-one__box i::after {
  content: "";
  width: 68px;
  height: 68px;
  background-color: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.feature-one__box i::before {
  position: relative;
  z-index: 11;
}

.feature-one__box p {
  position: relative;
  z-index: 2;
  font-size: 21px;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  text-shadow: 0 6px 16px rgba(7, 26, 49, 0.24);
  margin: 0;
}

@media (max-width: 1199px) {
  .feature-one__box p {
    font-size: 20px;
  }
}

.feature-one .row>[class*="col-"]:nth-child(1) .feature-one__box {
  background: linear-gradient(145deg, #0168df 0%, #00a8ff 52%, #45ddff 100%);
}

.feature-one .row>[class*="col-"]:nth-child(2) .feature-one__box {
  background: linear-gradient(145deg, #4a47df 0%, #7262ff 50%, #3ea7ff 100%);
}

.feature-one .row>[class*="col-"]:nth-child(3) .feature-one__box {
  background: linear-gradient(145deg, #ff5d45 0%, #ff3f7d 52%, #ff7d38 100%);
}

.feature-one .row>[class*="col-"]:nth-child(4) .feature-one__box {
  background: linear-gradient(145deg, #009b8a 0%, #00bf97 50%, #41d7bd 100%);
}

.feature-one .row>[class*="col-"]:nth-child(5) .feature-one__box {
  background: linear-gradient(145deg, #005dc9 0%, #1f88eb 52%, #45c0ff 100%);
}

.feature-one .row>[class*="col-"]:nth-child(6) .feature-one__box {
  background: linear-gradient(145deg, #9a32d8 0%, #d246ad 50%, #ff6681 100%);
}

.feature-one .row>[class*="col-"]:nth-child(7) .feature-one__box {
  background: linear-gradient(145deg, #007f73 0%, #00a88f 52%, #46d6b6 100%);
}

.feature-one .row>[class*="col-"]:nth-child(8) .feature-one__box {
  background: linear-gradient(145deg, #2666d0 0%, #3f8af1 50%, #67b1ff 100%);
}

.feature-one .row>[class*="col-"]:nth-child(9) .feature-one__box {
  background: linear-gradient(145deg, #a43f9a 0%, #d75ea7 52%, #ff7f9a 100%);
}

.feature-one__box:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 28px 52px rgba(8, 28, 53, 0.24);
  box-shadow: 0 28px 52px rgba(8, 28, 53, 0.24);
}

@media (max-width: 991px) {
  .feature-one .block-title {
    margin-bottom: 34px;
  }

  .feature-one .row>[class*="col-"] {
    margin-bottom: 22px;
  }

  .feature-one__box {
    min-height: 188px;
  }
}

@media (max-width: 767px) {
  .feature-one .row>[class*="col-"] {
    margin-bottom: 18px;
  }

  .feature-one .row>[class*="col-"]:nth-child(n+5) {
    display: none;
  }

  .feature-one .row>[class*="col-"]:nth-child(4) {
    margin-bottom: 0;
  }

  .feature-one__box {
    min-height: 170px;
    padding: 24px 20px;
    border-radius: 16px;
  }

  .feature-one__box i {
    font-size: 45px;
    margin-right: 16px;
    min-width: 54px;
  }

  .feature-one__box i::after {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }

  .feature-one__box p {
    font-size: 18px;
    line-height: 1.24;
  }
}

@media (max-width: 425px) {
  .feature-one__box {
    min-height: 156px;
    padding: 22px 18px;
  }

  .feature-one__box p {
    font-size: 17px;
  }
}

.feature-two {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  z-index: 100;
}

@media (max-width: 991px) {
  .feature-two {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 0px;
    margin-top: 70px;
  }
}

@media (max-width: 991px) {
  .feature-two {
    margin-top: 25px;
  }
}

.feature-two__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 30px 40px;
  margin: 0;
  margin-bottom: 30px;
}

.feature-two__box::before {
  content: "";
  width: 100%;
  height: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 991px) {
  .feature-two__box::before {
    background-color: var(--thm-base);
  }
}

.feature-two__box:hover::before {
  height: 100%;
}

@media (max-width: 991px) {
  .feature-two__box:hover::before {
    background-color: var(--thm-black);
  }
}

.feature-two__box>i {
  font-size: 60px;
  color: var(--thm-base);
  position: relative;
  z-index: 10;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__box:hover>i {
  color: var(--thm-black);
}

@media (max-width: 991px) {
  .feature-two__box:hover>i {
    color: #fff;
  }
}

.feature-two__box p {
  margin: 0;
  margin-left: 20px;
  color: #fff;
  max-width: 160px;
  font-size: 18px;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

@media (max-width: 1199px) {
  .feature-two__box p {
    font-size: 20px;
    line-height: 1.4em;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .feature-two__box p {
    color: var(--thm-black);
  }
}

.feature-two__box:hover p {
  color: var(--thm-black);
}

@media (max-width: 991px) {
  .feature-two__box:hover p {
    color: #fff;
  }
}

.feature-three {
  padding: 100px 0 70px;
  background: #eff2f6;
}

@media (max-width: 991px) {
  .feature-three {
    padding: 70px 0 40px;
  }
}

@media (max-width: 425px) {
  .feature-three {
    padding: 60px 0 30px;
  }
}

.feature-three__card {
  background: #fff;
}

@media (max-width: 991px) {
  .feature-three__card {
    padding: 60px 0 40px;
  }
}

.feature-three__box {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.feature-three__box-inner {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}

.feature-three__box-inner::before {
  content: "";
  width: 248px;
  height: 248px;
  background-color: rgba(var(--thm-black-rgb), 0.1);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.feature-three__box-inner i {
  position: relative;
  font-size: 60px;
  color: var(--thm-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}

.feature-three__box-inner i::before {
  position: relative;
  z-index: 10;
}

.feature-three__box-inner i::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #eff2f6;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-three__box-inner h3 {
  width: 100%;
  max-width: 165px;
  font-size: 26px;
  line-height: 30px;
  color: var(--thm-black);
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 13px;
}

.feature-three__box-inner h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-three__box-inner h3 a:hover {
  color: #fff;
}

.feature-three__box-inner p {
  width: 100%;
  max-width: 190px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--thm-color);
  font-size: 16px;
  line-height: 30px;
}

.feature-three__box:hover {
  background-color: var(--thm-primary);
}

.feature-three__box:hover .feature-three__box-inner::before {
  opacity: 1;
}

.feature-three__box:hover .feature-three__box-inner i::after {
  background-color: rgba(255, 255, 255, 0.1);
}

.feature-three__box:hover .feature-three__box-inner h3 a,
.feature-three__box:hover .feature-three__box-inner p,
.feature-three__box:hover .feature-three__box-inner i {
  color: #fff;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-one {
  padding-top: 100px;
  margin-bottom: -253px;
  position: relative;
  z-index: 10;
}

@media (max-width: 1199px) {
  .service-one {
    margin-bottom: -228px;
  }
}

@media (max-width: 991px) {
  .service-page {
    padding: 80px 0 40px;
  }
}

@media (max-width: 425px) {
  .service-page {
    padding: 60px 0 20px;
  }
}

@media (max-width: 991px) {
  .service-one {
    margin-bottom: 0;
    padding-top: 60px;
  }
}

.service-one__card {
  border-radius: 4px;
}

@media (max-width: 991px) {
  .service-one__card {
    margin-bottom: 60px;
  }
}

.service-one__image {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}

.service-one__image .post-thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
}

.service-one--home .service-one__image .post-thumbnail {
  height: 248px;
}

.service-one__image .post-thumbnail:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: .7;
  z-index: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #008fd5;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.service-one__card:hover .service-one__image .post-thumbnail:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.service-one__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 1199px) {
  .service-one--home .service-one__image .post-thumbnail {
    height: 232px;
  }
}

@media (max-width: 767px) {
  .service-one--home .service-one__image .post-thumbnail {
    height: 220px;
  }
}

.service-one__card:hover .service-one__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.service-one__content {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.service-one__content h3 {
  color: var(--thm-black);
  font-size: 28px;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.service-one__content h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-one__content p {
  margin-bottom: 20px;
  color: var(--thm-color);
}

/*--------------------------------------------------------------
# About: Glass Cards
--------------------------------------------------------------*/
.why-choose-one--glass {
  padding: 80px 0;
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.2) 45%, rgba(255, 255, 255, 0) 68%),
    radial-gradient(140% 160% at 100% 100%, rgba(186, 217, 241, 0.42) 0%, rgba(186, 217, 241, 0.1) 45%, rgba(186, 217, 241, 0) 70%),
    linear-gradient(145deg, #eef4fb 0%, #dce7f3 52%, #eaf1f8 100%);
}

.why-choose-one--glass .row {
  margin-top: 2px;
}

.why-choose-one--glass .row > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.why-choose-one--glass .service-one__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.why-choose-one--glass .service-one__content {
  width: 100%;
  height: 100%;
  min-height: 275px;
  margin-bottom: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(246, 250, 255, 0.86) 100%);
  -webkit-backdrop-filter: blur(10px) saturate(130%);
  backdrop-filter: blur(10px) saturate(130%);
  -webkit-box-shadow: 0 16px 30px rgba(7, 24, 42, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 30px rgba(7, 24, 42, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.why-choose-one--glass .service-one__content h3 {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1.12;
}

.why-choose-one--glass .service-one__content h3 a {
  color: #0a223b;
}

.why-choose-one--glass .service-one__content h3 a:hover {
  color: #0e3a65;
}

.why-choose-one--glass .service-one__content p {
  margin-bottom: 0;
  color: #18354f;
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .why-choose-one--glass {
    padding: 60px 0;
  }

  .why-choose-one--glass .service-one__content {
    min-height: 248px;
  }

  .why-choose-one--glass .service-one__content h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .why-choose-one--glass .service-one__content {
    min-height: 220px;
  }
}

.service-icon {
  position: absolute;
  z-index: 99;
  background: #008fd5;
  text-align: center;
  color: #fff;
  font-size: 40px;
  top: -40px;
  right: 30px;
  border-radius: 4px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.service-one__card:hover .service-one__link {
  background-color: var(--thm-base);
  color: #fff;
}

.service-one__card:hover .service-icon {
  background-color: var(--thm-primary);
  -webkit-transform: translateX(-110px) translateY(-100px);
  transform: translateX(-110px) translateY(-100px);
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.service-one__link {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--thm-primary);
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  line-height: 50px;
}

.service-one__home-two {
  position: relative;
  margin-bottom: 0;
  padding: 100px 0 80px;
  background-color: #eff2f6;
}

@media (max-width: 991px) {
  .service-one__home-two {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media (max-width: 425px) {
  .service-one__home-two {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}

.service-one__home-two__shape-1 {
  position: absolute;
  z-index: 10;
  top: 70px;
  left: 245px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

.service-one__home-two__shape-2 {
  position: absolute;
  z-index: 10;
  top: 100px;
  right: 366px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

.service-one__home-two__shape-3 {
  position: absolute;
  z-index: 10;
  right: 146px;
  top: 450px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*
.service-one__home-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 670px;
  background-color: #eff2f6;
}
*/
.service-one__home-two .container {
  position: relative;
}

.service-two {
  background-color: #eff2f6;
  padding-bottom: 70px;
  margin-top: -60px;
  position: relative;
}

@media (max-width: 991px) {
  .service-two {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .service-two {
    padding-bottom: 40px;
  }
}

.service-second {
  background-color: #fff;
  padding: 30px 35px 30px 40px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 10;
  margin-top: 35px;
  margin-bottom: 15px;
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}

@media (max-width: 1199px) {
  .service-second {
    padding: 30px 45px 30px 40px;
  }
}

.service-second:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.service-second-info-icon {
  padding-bottom: 15px;
}

.service-icon2 {
  font-size: 54px;
  line-height: 1.1;
  color: #004aa1;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.service-second:hover .service-icon2 {
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-second h3 a {
  font-size: 30px;
  margin-top: 5px;
  color: var(--thm-black);
}

.service-second__content {
  position: relative;
  padding-top: 25px;
}

.service-second .service-second__content:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  top: 0;
  right: -40px;
  background-color: #e6e8eb;
  left: -40px;
  width: calc(100% + 75px);
}

.service-second .service-second__content:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  top: 0;
  left: -40px;
  width: calc(100% + 75px);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}

.service-second__content p {
  position: relative;
}

.service-second .service-second-right-icon-box {
  position: absolute;
  right: -10px;
  bottom: 20px;
  z-index: -1;
}

.service-second .service-second-right-icon-box i {
  font-size: 100px;
  color: rgba(50, 50, 50, 0.05);
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.service-second:hover .service-second-right-icon-box i {
  color: rgba(50, 50, 50, 0.1);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.service-second:hover .service-second__content:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #004aa1;
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}

.service-two__shape-1 {
  position: absolute;
  top: 95px;
  left: 250px;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.service-two__shape-3 {
  position: absolute;
  bottom: 65px;
  left: 200px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

.service-two__shape-2 {
  position: absolute;
  top: 158px;
  right: 196px;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.service-two .container {
  position: relative;
  margin-top: -30px;
  z-index: 100;
}

.service-two .service-two__card {
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #fff;
  padding: 50px 70px 50px 50px;
  padding-bottom: 42px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .service-two .service-two__card {
    padding: 40px;
  }
}

.service-two .service-two__card::before {
  content: "";
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

.service-two .service-two__card>i {
  position: relative;
  font-size: 60px;
  color: var(--thm-base);
  position: relative;
}

.service-two .service-two__card>i::before {
  position: relative;
  z-index: 10;
}

.service-two .service-two__card>i::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #eff2f6;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.service-two .service-two__card h3 {
  margin-top: 20px;
  margin-bottom: 25px;
  position: relative;
  color: var(--thm-black);
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.service-two .service-two__card h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-two .service-two__card h3 a:hover {
  color: var(--thm-base);
}

.service-two .service-two__card p {
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}

.service-two .service-two__card-link {
  position: relative;
  color: var(--thm-color);
  font-weight: 500;
}

.service-two .service-two__card-link i {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.service-second .service-two__card-link {
  position: relative;
  color: var(--thm-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 500ms ease;
}

.service-second .service-two__card-link>i {
  font-size: 20px;
  margin-right: 10px;
}

.service-two .service-two__card-link:hover {
  color: var(--thm-primary);
}

.service-two .service-two__card:hover {
  background-color: var(--thm-primary);
}

.service-sidebar__category {
  padding: 0px 20px 50px 20px;
  padding-bottom: 35px;
}

@media (max-width: 991px) {
  .service-sidebar__category {
    padding: 0;
    padding-bottom: 35px;
  }
}

.service-sidebar__category h3 {
  margin: 0;
  font-size: 20px;
  color: var(--thm-black);
  line-height: 1;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .service-sidebar__category h3 {
    padding-left: 15px;
  }
}

.service-sidebar__category-list {
  margin-bottom: 0;
}

.service-sidebar__category-list li {
  line-height: 1;
}

.service-sidebar__category-list li a {
  display: block;
  padding: 12px 30px;
  color: var(--thm-color);
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .service-sidebar__category-list li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.service-sidebar__category-list li:hover a {
  color: var(--thm-black);
  text-shadow: 0px 0 0 currentColor;
  background-color: #fff;
}

.service-sidebar {
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .service-sidebar {
    padding-bottom: 70px;
  }
}

@media (max-width: 425px) {
  .service-sidebar {
    padding-bottom: 40px;
  }
}

.service-sidebar:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  bottom: -550px;
  z-index: -1;
  width: 5000px;
  left: auto;
  right: 0;
  background-color: #eff2f6;
  margin-top: -90px;
  margin-bottom: -90px;
}

@media (max-width: 991px) {
  .service-sidebar:before {
    display: none;
  }
}

.serivces-widget-list {
  list-style: none;
  padding: 0;
}

.serivces-widget-list li {
  margin-bottom: 10px;
  display: block;
  line-height: 1.4;
}

.serivces-widget-list li a {
  display: block;
  padding: 15px 20px;
  margin: 0 0 10px;
  position: relative;
  background-color: #fff;
  border: none;
  z-index: 1;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border: 1px solid #dce4ed;
  color: #0c2139;
}

.serivces-widget-list li a:before {
  content: "";
  width: 5px;
  left: -1px;
  bottom: 50%;
  background: #004aa1;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  z-index: 1;
}

.serivces-widget-list li a:hover {
  color: var(--thm-base);
}

.serivces-widget-list li i {
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  font-size: 13px;
}

.serivces-widget-list li a:hover:before,
.serivces-widget-list li.service-active a:before {
  height: 100%;
  bottom: 0;
}

.document-widget-post {
  margin-left: 20px;
  padding: 0px 20px 35px 0px;
}

@media (max-width: 991px) {
  .document-widget-post {
    padding: 0;
    margin: 0;
    padding-bottom: 35px;
  }
}

.service-sidebar__call {
  position: relative;
  border-radius: 4px;
  padding: 50px 40px;
  padding-right: 35px;
  margin: 0px 20px 50px 20px;
  background-color: #0c2139;
  z-index: 0;
}

@media (max-width: 991px) {
  .service-sidebar__call {
    margin: 0;
    padding-bottom: 35px;
  }
}

.blog-sidebar__box-title {
  font-size: 23px;
  color: var(--thm-black);
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #dce4ed;
}

.blog-sidebar__box-title:after {
  content: '';
  width: 60px;
  height: 4px;
  background: var(--thm-base);
  position: absolute;
  bottom: -2px;
  left: 0;
}

.pylon-links {
  margin-bottom: 10px;
  padding: 14px 15px;
  background-color: #fff;
  border: 1px solid #dce4ed;
}

.pylon-links i {
  padding-right: 11px;
  font-size: 18px;
  color: #008fd5;
}

.pylon-links a {
  color: var(--thm-black);
}

.pylon-links a:hover,
.pylon-links a:active,
.pylon-links a:focus {
  color: var(--thm-base);
}

.service-sidebar__call-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image: radial-gradient(circle at 14% 16%, rgba(70, 193, 164, 0.34) 0%, rgba(70, 193, 164, 0) 48%),
    radial-gradient(circle at 85% 82%, rgba(84, 147, 233, 0.3) 0%, rgba(84, 147, 233, 0) 54%),
    linear-gradient(130deg, #0f2f46 0%, #1d5a54 52%, #1c3f69 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.95;
  z-index: -1;
}

.service-sidebar__call i {
  position: relative;
  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;
  color: var(--thm-base);
  font-size: 32px;
  width: 67px;
  height: 67px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 30px;
}

.service-sidebar__call h3 {
  color: #fff;
  font-size: 26px;
  line-height: 1;
  margin: 0;
  max-width: 250px;
  margin-bottom: 10px;
}

.service-sidebar__call h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-sidebar__call h3 a:hover {
  color: var(--thm-base);
}

.pylon-mail a {
  font-size: 16px;
  color: var(--thm-base);
}

.service-sidebar__call .pylon-mail a {
  color: #eafff5;
  font-weight: 500;
}

.service-sidebar__call .pylon-mail a:hover,
.service-sidebar__call .pylon-mail a:focus {
  color: #ffffff;
}

.service-sidebar__call p {
  margin: 0;
  color: #fff;
  margin-top: 10px;
}

.service-details {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .service-details {
    padding: 80px 0 60px;
  }
}

@media (max-width: 425px) {
  .service-details {
    padding: 60px 0 40px;
  }
}

.service-details__image>img {
  border-radius: 4px;
}

.service-details__content p {
  color: var(--thm-color);
}

.service-details__content>.row {
  margin-top: 60px;
  margin-bottom: 60px;
}

.service-details__content-image {
  border-radius: 4px;
}

@media (max-width: 1199px) {
  .service-details__content-image {
    margin-bottom: 30px;
  }
}

.service-details__content>h3 {
  margin: 0;
  color: var(--thm-black);
  font-size: 34px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.service-details__content h4 {
  color: var(--thm-black);
  font-size: 28px;
  margin: 0;
  margin-top: 20px;
}

.service-details .about-two__list {
  margin-top: 20px;
  margin-bottom: 40px;
}

.service-details .about-two__list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: var(--thm-black);
  font-weight: 500;
}

.service-details__criteria-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 42px;
}

.service-details__criteria-card {
  border-radius: 14px;
  border: 1px solid rgba(18, 49, 41, 0.14);
  background:
    radial-gradient(88% 110% at 100% 0%, rgba(152, 236, 203, 0.22) 0%, rgba(152, 236, 203, 0) 58%),
    linear-gradient(148deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 251, 246, 0.96) 100%);
  -webkit-box-shadow: 0 16px 32px rgba(9, 34, 26, 0.14);
  box-shadow: 0 16px 32px rgba(9, 34, 26, 0.14);
  padding: 24px 22px 22px;
  position: relative;
  overflow: hidden;
  scroll-margin-top: 132px;
  -webkit-transition: border-color 220ms ease, -webkit-box-shadow 220ms ease, -webkit-transform 220ms ease;
  transition: border-color 220ms ease, -webkit-box-shadow 220ms ease, -webkit-transform 220ms ease;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, -webkit-box-shadow 220ms ease, -webkit-transform 220ms ease;
}

.service-details__criteria-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(90deg, #2ecf9a 0%, #1f6a4f 52%, #123129 100%);
}

.service-details__criteria-tag {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid rgba(31, 106, 79, 0.24);
  background: rgba(31, 106, 79, 0.12);
  color: #165941;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 7px 12px;
}

.service-details__criteria-tag i {
  margin-right: 7px;
}

.service-details__criteria-card h5 {
  margin: 14px 0 12px;
  font-size: 24px;
  line-height: 1.2;
  color: #123129;
}

.service-details__criteria-card .service-details__list {
  margin-top: 0;
  margin-bottom: 24px;
}

.service-details__criteria-card .service-details__list li {
  color: #234b3f;
  font-weight: 600;
  line-height: 1.45;
  white-space: pre-line;
}

.service-details__criteria-card .thm-btn {
  padding: 12px 20px;
}

.service-details__criteria-card:target {
  border-color: rgba(31, 106, 79, 0.34);
  -webkit-box-shadow: 0 22px 40px rgba(8, 35, 26, 0.2);
  box-shadow: 0 22px 40px rgba(8, 35, 26, 0.2);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.service-details__criteria-card:target .service-details__criteria-tag {
  background: rgba(31, 106, 79, 0.18);
  border-color: rgba(31, 106, 79, 0.34);
}

@media (max-width: 991px) {
  .service-details__criteria-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 32px;
  }

  .service-details__criteria-card {
    scroll-margin-top: 112px;
    padding: 20px 18px 18px;
  }

  .service-details__criteria-card h5 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .service-details__criteria-card h5 {
    font-size: 20px;
  }
}

.service-sidebar__label {
  margin-bottom: 12px;
  color: #1a4337;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-sidebar__label--spaced {
  margin-top: 12px;
}

.service-details-page .service-details .row {
  row-gap: 28px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-details-page .service-sidebar:before {
  display: none;
}

@media (min-width: 992px) {
  .service-details-page .service-sidebar {
    position: sticky;
    top: 128px;
  }
}

.service-details-page .service-sidebar__category {
  margin-bottom: 20px;
  padding: 22px 18px 16px;
  border-radius: 14px;
  background:
    radial-gradient(86% 110% at 100% 0%, rgba(122, 216, 180, 0.2) 0%, rgba(122, 216, 180, 0) 58%),
    linear-gradient(148deg, #f8fdf9 0%, #edf6f1 100%);
  border: 1px solid rgba(18, 49, 41, 0.14);
}

.service-details-page .serivces-widget-list li {
  margin-bottom: 10px;
}

.service-details-page .serivces-widget-list li a {
  margin: 0;
  border-radius: 11px;
  border: 1px solid rgba(18, 49, 41, 0.14);
  background: #ffffff;
  color: #123129;
  font-weight: 600;
  font-size: 17px;
  padding: 14px 40px 14px 16px;
}

.service-details-page .serivces-widget-list li a:before {
  left: 0;
  top: 0;
  bottom: auto;
  width: 4px;
  height: 100%;
  border-radius: 11px 0 0 11px;
  background: linear-gradient(180deg, #2ecf9a 0%, #1f6a4f 100%);
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.service-details-page .serivces-widget-list li i {
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1f6a4f;
}

.service-details-page .serivces-widget-list li a:hover,
.service-details-page .serivces-widget-list li.service-active a {
  color: #103529;
  border-color: rgba(31, 106, 79, 0.36);
  background: linear-gradient(145deg, #ffffff 0%, #f1fbf6 100%);
  -webkit-box-shadow: 0 10px 20px rgba(8, 33, 25, 0.1);
  box-shadow: 0 10px 20px rgba(8, 33, 25, 0.1);
}

.service-details-page .serivces-widget-list li a:hover:before,
.service-details-page .serivces-widget-list li.service-active a:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.service-details-page .document-widget-post {
  margin: 0 0 20px;
  padding: 20px 18px 18px;
  border-radius: 14px;
}

.service-details-page .pylon-links {
  border-radius: 10px;
  margin-bottom: 12px;
}

.service-details-page .pylon-links i {
  color: #1f6a4f;
}

.service-details-page .service-sidebar__call {
  margin: 0;
  border-radius: 14px;
  padding: 30px 24px;
}

.service-details-page .service-details__content {
  border-radius: 16px;
  padding: 28px 28px 24px;
}

.service-details-page .service-details__image {
  border-radius: 14px;
  overflow: hidden;
  background: #e7efe9;
}

.service-details-page .service-details__image > img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.service-details-page .service-details__content > h3 {
  margin-top: 22px;
}

.service-details-page .service-details__quick-links {
  margin: 18px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.service-details-page .service-details__quick-links a {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid rgba(31, 106, 79, 0.28);
  background: rgba(31, 106, 79, 0.1);
  color: #165941;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 14px;
  line-height: 1.2;
  -webkit-transition: all 220ms ease;
  transition: all 220ms ease;
}

.service-details-page .service-details__quick-links a:hover {
  background: rgba(31, 106, 79, 0.18);
  border-color: rgba(31, 106, 79, 0.38);
  color: #123129;
}

.service-details-page .service-details__criteria-wrap {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (max-width: 1199px) {
  .service-details-page .service-details__content {
    padding: 24px 22px 22px;
  }

  .service-details-page .serivces-widget-list li a {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .service-details-page .service-sidebar {
    position: static;
    top: auto;
    padding-bottom: 30px;
  }

  .service-details-page .service-sidebar__category {
    padding: 18px 16px 14px;
  }

  .service-details-page .document-widget-post {
    padding: 18px 16px 14px;
    margin-bottom: 16px;
  }

  .service-details-page .service-sidebar__call {
    padding: 24px 18px;
  }

  .service-details-page .service-details__content {
    padding: 20px 16px 18px;
  }

  .service-details-page .service-details__quick-links {
    margin-top: 14px;
    margin-bottom: 24px;
    gap: 8px;
  }
}

.service-details #accordion li {
  background-color: #eff2f6;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details #accordion li.active {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.service-details #accordion li .para-title {
  background-color: #eff2f6;
  font-size: 20px;
}

.service-details #accordion li .para-title.active {
  background-color: #fff;
}

.service-details #accordion li .collapse {
  background-color: #eff2f6;
}

.service-page .service-one__card {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services: Modern Page
--------------------------------------------------------------*/
.service-page--modern {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(130% 120% at 0% 0%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(110% 120% at 100% 100%, rgba(18, 120, 214, 0.14) 0%, rgba(18, 120, 214, 0) 62%),
    linear-gradient(150deg, #eff4fb 0%, #e8f0fa 45%, #edf3fb 100%);
}

.service-modern__title p {
  color: #0f8ed6;
}

.service-modern__title h2 {
  max-width: 740px;
  margin-bottom: 18px;
}

.service-modern__intro {
  margin: 0;
  margin-bottom: 36px;
  max-width: 920px;
  color: #355270;
  font-size: 18px;
  line-height: 1.85;
}

.service-modern__kpi-row {
  margin-bottom: 46px;
}

.service-modern__kpi-row>[class*="col-"],
.service-modern__grid>[class*="col-"],
.service-modern__steps-row>[class*="col-"],
.service-modern__detail-row>[class*="col-"],
.service-modern__policy-row>[class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.service-modern__kpi {
  width: 100%;
  min-height: 160px;
  height: 100%;
  border-radius: 16px;
  padding: 26px 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 249, 255, 0.92) 100%);
  border: 1px solid rgba(18, 97, 165, 0.14);
  -webkit-box-shadow: 0 14px 30px rgba(9, 37, 71, 0.12);
  box-shadow: 0 14px 30px rgba(9, 37, 71, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-modern__kpi h3 {
  margin: 0;
  margin-bottom: 8px;
  color: #082645;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.service-modern__kpi p {
  margin: 0;
  color: #2b4e6e;
  line-height: 1.5;
}

.service-modern__section-head {
  margin-bottom: 24px;
}

.service-modern__section-head h3 {
  margin: 0;
  margin-bottom: 8px;
  color: #0a2747;
  font-size: 32px;
  line-height: 1.2;
}

.service-modern__section-head p {
  margin: 0;
  color: #3f5f7f;
}

.service-modern__card {
  width: 100%;
  height: 100%;
  min-height: 352px;
  border-radius: 18px;
  padding: 28px 24px 24px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.97) 0%, rgba(243, 248, 255, 0.94) 100%);
  border: 1px solid rgba(14, 92, 157, 0.16);
  -webkit-box-shadow: 0 16px 34px rgba(8, 35, 66, 0.11);
  box-shadow: 0 16px 34px rgba(8, 35, 66, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}

.service-modern__card:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 20px 38px rgba(8, 35, 66, 0.15);
  box-shadow: 0 20px 38px rgba(8, 35, 66, 0.15);
}

.service-modern__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(145deg, #0e8bd3 0%, #0c5bb8 100%);
  -webkit-box-shadow: 0 10px 20px rgba(12, 91, 184, 0.32);
  box-shadow: 0 10px 20px rgba(12, 91, 184, 0.32);
}

.service-modern__card h4 {
  margin: 0;
  margin-bottom: 12px;
  color: #092747;
  font-size: 28px;
  line-height: 1.15;
}

.service-modern__card p {
  margin: 0;
  margin-bottom: 16px;
  color: #3a5a79;
  line-height: 1.65;
}

.service-modern__card ul {
  margin: auto 0 0;
  padding-left: 0;
}

.service-modern__card ul li {
  position: relative;
  padding-left: 20px;
  color: #1f4868;
  line-height: 1.55;
}

.service-modern__card ul li+li {
  margin-top: 6px;
}

.service-modern__card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0e8bd3 0%, #0c5bb8 100%);
}

.service-modern__steps-row {
  margin-top: 4px;
  margin-bottom: 6px;
}

.service-modern__step {
  width: 100%;
  height: 100%;
  min-height: 258px;
  border-radius: 16px;
  padding: 24px 22px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.95) 0%, rgba(241, 248, 255, 0.9) 100%);
  border: 1px solid rgba(15, 96, 164, 0.16);
  -webkit-box-shadow: 0 12px 28px rgba(11, 39, 71, 0.1);
  box-shadow: 0 12px 28px rgba(11, 39, 71, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service-modern__step-no {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #0f8ed6;
}

.service-modern__step h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #0a2949;
  font-size: 24px;
  line-height: 1.2;
}

.service-modern__step p {
  margin: 0;
  color: #395c7b;
  line-height: 1.65;
}

.service-modern__detail-row {
  margin-top: 10px;
}

.service-modern__panel {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border-radius: 18px;
  padding: 30px 28px;
  background: linear-gradient(160deg, rgba(7, 41, 73, 0.96) 0%, rgba(9, 74, 124, 0.9) 100%);
  border: 1px solid rgba(145, 201, 241, 0.2);
  -webkit-box-shadow: 0 16px 32px rgba(7, 27, 52, 0.22);
  box-shadow: 0 16px 32px rgba(7, 27, 52, 0.22);
}

.service-modern__panel h3 {
  margin: 0;
  margin-bottom: 16px;
  color: #fff;
  font-size: 30px;
  line-height: 1.15;
}

.service-modern__panel ul {
  margin: 0;
  padding-left: 0;
}

.service-modern__panel ul li {
  color: rgba(236, 245, 255, 0.95);
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-modern__panel ul li+li {
  margin-top: 10px;
}

.service-modern__panel ul li i {
  color: #49b7ff;
  margin-right: 10px;
  margin-top: 7px;
  font-size: 14px;
}

.service-modern__policy-row {
  margin-top: 2px;
}

.service-modern__policy-card {
  width: 100%;
  height: 100%;
  min-height: 204px;
  border-radius: 14px;
  padding: 24px 22px;
  border: 1px solid rgba(10, 82, 144, 0.2);
  -webkit-box-shadow: 0 12px 26px rgba(8, 34, 66, 0.11);
  box-shadow: 0 12px 26px rgba(8, 34, 66, 0.11);
}

.service-modern__policy-row .col-lg-4:nth-child(1) .service-modern__policy-card {
  background: linear-gradient(150deg, #e7f4ff 0%, #d8edff 100%);
}

.service-modern__policy-row .col-lg-4:nth-child(2) .service-modern__policy-card {
  background: linear-gradient(150deg, #eaf9f4 0%, #dff4eb 100%);
}

.service-modern__policy-row .col-lg-4:nth-child(3) .service-modern__policy-card {
  background: linear-gradient(150deg, #f0f3ff 0%, #e6ebff 100%);
}

.service-modern__policy-card h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #082746;
  font-size: 24px;
  line-height: 1.2;
}

.service-modern__policy-card p {
  margin: 0;
  color: #2f5576;
  line-height: 1.6;
}

.service-modern__cta {
  margin-top: 8px;
  margin-bottom: 10px;
  border-radius: 18px;
  padding: 34px 34px;
  background: linear-gradient(130deg, #0b3156 0%, #0d568d 55%, #0f8ed6 100%);
  border: 1px solid rgba(168, 220, 255, 0.35);
  -webkit-box-shadow: 0 20px 36px rgba(8, 29, 53, 0.24);
  box-shadow: 0 20px 36px rgba(8, 29, 53, 0.24);
  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;
  gap: 24px;
}

.service-modern__cta-content {
  max-width: 740px;
}

.service-modern__cta-content h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
  font-size: 34px;
  line-height: 1.15;
}

.service-modern__cta-content p {
  margin: 0;
  color: rgba(238, 247, 255, 0.95);
  line-height: 1.65;
}

.service-modern__cta-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-modern__cta-actions .thm-btn {
  min-width: 170px;
  text-align: center;
}

.service-modern__cta-alt {
  background-color: transparent;
  border: 1px solid rgba(234, 245, 255, 0.65);
  color: #fff;
}

.service-modern__cta-alt:hover {
  border-color: #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1199px) {
  .service-modern__card {
    min-height: 372px;
  }

  .service-modern__step {
    min-height: 280px;
  }

  .service-modern__cta-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .service-page--modern {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .service-modern__intro {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.75;
  }

  .service-modern__kpi {
    min-height: 142px;
  }

  .service-modern__section-head h3 {
    font-size: 30px;
  }

  .service-modern__card {
    min-height: 330px;
  }

  .service-modern__step {
    min-height: 230px;
  }

  .service-modern__panel {
    min-height: 290px;
  }

  .service-modern__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 26px;
  }

  .service-modern__cta-content h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .service-modern__title h2 {
    font-size: 46px;
  }

  .service-modern__section-head h3 {
    font-size: 28px;
  }

  .service-modern__card h4,
  .service-modern__panel h3,
  .service-modern__policy-card h4 {
    font-size: 26px;
  }

  .service-modern__steps-row>[class*="col-"] {
    margin-bottom: 20px;
  }

  .service-modern__kpi-row>[class*="col-"],
  .service-modern__grid>[class*="col-"],
  .service-modern__detail-row>[class*="col-"],
  .service-modern__policy-row>[class*="col-"] {
    margin-bottom: 20px;
  }

  .service-modern__cta-actions {
    width: 100%;
  }

  .service-modern__cta-actions .thm-btn {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .service-page--modern {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .service-modern__title h2 {
    font-size: 40px;
  }

  .service-modern__intro {
    font-size: 16px;
    line-height: 1.68;
  }

  .service-modern__kpi h3 {
    font-size: 26px;
  }

  .service-modern__card,
  .service-modern__step,
  .service-modern__panel,
  .service-modern__policy-card {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-modern__cta {
    padding: 24px 20px;
  }

  .service-modern__cta-content h3 {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one__content {
  margin-top: 80px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .about-one__content {
    padding-top: 0px;
    margin-top: 30px;
  }
}

.about-one__content p {
  margin: 0;
  padding-right: 35px;
  text-align: justify;
}

.about-one__content .block-title h2 {
  font-size: 45px;
}

.about-one__content .about-one__text {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  color: var(--thm-primary);
  margin-top: -10px;
  margin-bottom: 30px;
}

.feature-four__box-inner {
  position: relative;
}

.feature-four__box-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 4px);
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.feature-four__box-inner i:after {
  content: "";
  width: 68px;
  height: 68px;
  background-color: #eff2f6;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feature-four__box-inner i {
  font-size: 54px;
  color: var(--thm-base);
  position: relative;
  z-index: 10;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.feature-four__box-inner h3 {
  font-size: 22px;
}

.feature-four__box-icon {
  position: absolute;
  left: 0;
  top: 40px;
}

.feature-four__box-right {
  position: relative;
  padding-left: 90px;
  float: left;
}

.feature-four__box-right p {
  margin-bottom: 30px;
}

@media (max-width: 425px) {
  .about-one__content .about-one__text {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.about-one__form {
  margin-top: -120px;
  position: relative;
  z-index: 10;
  margin-left: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

@media (max-width: 1199px) {
  .about-one__form {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .about-one__form {
    margin-top: 40px;
  }
}

.about-one__form-content {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 60px;
  padding-top: 30px;
}

@media (max-width: 425px) {
  .about-one__form-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.about-one__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: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .about-one__form-content p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about-one__form-content p {
    font-size: 16px;
  }
}

@media (max-width: 425px) {
  .about-one__form-content p {
    display: block;
    text-align: center;
  }
}

.about-one__form-content p span {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .about-one__form-content p span {
    font-size: 14px;
  }
}

@media (max-width: 490px) {
  .about-one__form-content p span {
    max-width: 100px;
  }
}

.about-one__form-content p i {
  font-style: normal;
}

.about-one__form-content p b {
  font-weight: 400;
  color: var(--thm-black);
  line-height: 1;
  display: block;
}

@media (max-width: 425px) {
  .about-one__form-content p b {
    margin-top: 10px;
  }
}

.about-one__form-content p+p {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e6eaef;
}

.about-one__form h3 {
  text-align: center;
  margin: 0;
  font-size: 30px;
  color: #fff;
  background-color: var(--thm-primary);
  font-weight: 700;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 42px;
  padding-bottom: 52px;
  position: relative;
}

@media (max-width: 375px) {
  .about-one__form h3 {
    font-size: 24px;
  }
}

.about-one__form h3::after {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(../images/shapes/about-form-shape-1-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-one__form .thm-btn {
  width: 100%;
  margin-top: 35px;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}

.about-one__form .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.about-one__form .noUi-horizontal {
  height: 7px;
  border-radius: 4px;
  background-color: #eff2f6;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.about-one__form .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  background: var(--thm-base);
  border-radius: 50%;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.about-one__form .noUi-horizontal .noUi-handle::before,
.about-one__form .noUi-horizontal .noUi-handle::after {
  display: none;
}

.about-one__form .noUi-tooltip {
  border: none;
  padding: 0;
  color: var(--thm-color);
  font-size: 15px;
  background-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.about-one__form .noUi-horizontal .noUi-tooltip {
  bottom: 185%;
  font-weight: 500;
}

.about-one__form .noUi-connect {
  background-color: var(--thm-base);
  border-radius: 4px;
}

.about-one__form .input-box {
  margin-bottom: 30px;
}

.about-one__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;
  font-size: 15px;
  color: var(--thm-color);
  margin-bottom: 10px;
}

.input-box__top span {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .input-box__top span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .input-box__top span {
    font-size: 16px;
  }
}

.about-two {
  position: relative;
  padding: 100px 0;
}

@media (max-width: 991px) {
  .about-two {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .about-two {
    padding: 60px 0;
  }
}

.about-two__content {
  margin-left: 70px;
}

.about-two .about-two__content {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .about-two__content {
    margin-left: 0;
  }
}

.about-two__shape-1 {
  position: absolute;
  left: 200px;
  bottom: 450px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

.about-two__shape-2 {
  position: absolute;
  top: 50px;
  right: 300px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

.about-two__shape-3 {
  position: absolute;
  right: 250px;
  bottom: 200px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.about-two .container {
  position: relative;
}

.about-two__image {
  position: relative;
}

.about-two__image::before {
  content: "";
  width: 20px;
  height: 338px;
  background-color: var(--thm-base);
  position: absolute;
  top: 0;
  left: -50px;
  border-radius: 4px;
}

.about-two__image>img {
  border-radius: 4px;
}

@media (max-width: 1199px) {
  .about-two__image>img {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .about-two__content {
    margin-top: 50px;
  }
}

.about-two__content>P {
  margin-top: 25px;
  margin-bottom: 40px;
}

.about-two__content .block-title h2 {
  line-height: 1.08;
}

.about-two__content .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.about-two__box {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
  max-width: 250px;
  border-radius: 4px;
  padding: 45px 20px 45px 40px;
  position: absolute;
  bottom: 30px;
  left: -50px;
}

@media (max-width: 667px) {
  .about-two__box {
    left: 30px;
  }
}

.about-two__box>i {
  position: relative;
  font-size: 60px;
  color: var(--thm-base);
  position: relative;
}

.about-two__box>i::before {
  position: relative;
  z-index: 10;
}

.about-two__box>i::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #eff2f6;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.about-two__box h3 {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: var(--thm-black);
  margin-top: 10px;
}

.about-two__list {
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-two__list li {
  color: var(--thm-black);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
}

@media (max-width: 1199px) {
  .about-two__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4;
  }

  .about-two__list i {
    position: relative;
    top: -10px;
  }
}

@media (max-width: 991px) {
  .about-two__list i {
    top: 0;
  }
}

@media (max-width: 1199px) {
  .about-two__list li+li {
    margin-top: 10px;
  }
}

.about-two__list li>i {
  color: var(--thm-base);
  margin-right: 10px;
}

.about-two .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 480px) {
  .about-two .button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.about-two .main-header__info-phone {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}

@media (max-width: 480px) {
  .about-two .main-header__info-phone {
    margin-left: 0;
    margin-top: 20px;
  }
}

.about-two .main-header__info-phone>i {
  width: 67px;
  height: 67px;
  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;
  text-align: center;
  background-color: #eff2f6;
  border-radius: 50%;
}

.about-three {
  padding-top: 100px;
  padding-bottom: 60px;
}

.about-three .block-title h2 {
  max-width: 580px;
}

@media (max-width: 991px) {
  .about-three {
    padding: 80px 0 30px;
  }
}

@media (max-width: 425px) {
  .about-three {
    padding: 60px 0 40px;
  }
}

.about-three .block-title {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .about-three .block-text {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .about-three .block-text {
    margin-top: 0;
  }
}

.about-three__image {
  border-radius: 4px;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .about-three__image {
    position: relative;
  }
}

.about-three__image>img {
  width: 100%;
}

.about-three__image-text {
  width: 333px;
  text-align: center;
  background-color: var(--thm-base);
  line-height: 76px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transform: rotate(-90deg) translate(95.5%, -91px);
  transform: rotate(-90deg) translate(95.5%, -91px);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

@media (max-width: 1199px) {
  .about-three__image-text {
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
    width: 100%;
    bottom: 0;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.video-one {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .video-one {
    margin-top: 80px;
  }
}

.video-one__box {
  background-color: #0c2139;
  width: 100%;
  position: relative;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -280px;
  position: relative;
  z-index: 10;
  padding-top: 130px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 110px;
}

@media (max-width: 575px) {
  .video-one__box {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}

.video-one__box-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  position: absolute;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: hard-light;
  background-position: center center;
  border-radius: 4px;
}

.video-one__btn {
  width: 100px;
  height: 100px;
  background-color: var(--thm-base);
  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;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.video-one__btn:hover {
  background-color: #fff;
  color: var(--thm-black);
}

.video-one__btn::before {
  content: "";
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.video-one h3 {
  text-align: center;
  color: #fff;
  margin: 0;
  max-width: 747px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 60px;
  font-weight: 700;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .video-one h3 {
    font-size: 32px;
  }
}

.video-two {
  background-color: #0c2139;
  position: relative;
  padding-bottom: 110px;
  padding-top: 135px;
}

.video-two__bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  position: absolute;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: hard-light;
  background-position: center center;
  border-radius: 4px;
  background-attachment: fixed;
}

.video-two .container {
  position: relative;
}

.video-two .video-one__btn {
  margin-left: auto;
  margin-right: auto;
}

.video-two h3 {
  text-align: center;
  color: #fff;
  margin: 0;
  max-width: 747px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 60px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .video-two h3 {
    font-size: 32px;
  }
}

/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
.team-home {
  background-color: #eff2f6;
  padding: 100px 0;
  position: relative;
}

.team-home__content {
  margin-right: 30px;
}

@media (max-width: 991px) {
  .team-home {
    padding: 60px 0;
  }
}

.team-home__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 733px;
  height: calc(100% + 60px);
  background-color: var(--thm-primary);
  background-blend-mode: hard-light;
  overflow: hidden;
  border-bottom-left-radius: 4px;
}

@media (max-width: 1199px) {
  .team-home__bg {
    width: 62 0px;
  }
}

@media (max-width: 991px) {
  .team-home__bg {
    display: none;
  }
}

.team-home__content .block-title {
  margin-bottom: 30px;
}

.team-home__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--thm-primary);
  opacity: 0.9;
}

.team-home__shape-1 {
  position: absolute;
  top: 133px;
  left: 225px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

.team-home__shape-2 {
  position: absolute;
  bottom: 0;
  left: 104px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.team-home__content>P {
  margin-bottom: 0;
  margin-top: -10px;
  padding-right: 45px;
}

@media (max-width: 1199px) {
  .team-home__content>P {
    max-width: 650px;
  }
}

@media (max-width: 767px) {
  .team-home__content>P {
    max-width: 650px;
  }
}

.team-home__carousel-wrap {
  width: 100%;
  max-width: 1170px;
  position: absolute;
  top: 100px;
  right: -185px;
}

@media (max-width: 1650px) {
  .team-home__carousel-wrap {
    right: -240px;
  }
}

@media (max-width: 1550px) {
  .team-home__carousel-wrap {
    right: -300px;
  }
}

@media (max-width: 1400px) {
  .team-home__carousel-wrap {
    right: -350px;
  }
}

@media (max-width: 1280px) {
  .team-home__carousel-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    right: -420px;
  }
}

@media (max-width: 1199px) {
  .team-home__carousel-wrap {
    right: -450px;
  }
}

@media (max-width: 991px) {
  .team-home__carousel-wrap {
    position: relative;
    top: auto;
    right: 0;
  }
}

.team-home__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

@media (max-width: 425px) {
  .team-home__nav {
    margin-top: 30px;
  }
}

.team-home__nav .swiper-button-next,
.team-home__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: var(--thm-color);
  border: 2px solid var(--thm-color);
  border-radius: 50%;
  opacity: .4;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-home__nav .swiper-button-next:hover,
.team-home__nav .swiper-button-prev:hover {
  opacity: 1;
  border-color: var(--thm-base);
  color: var(--thm-base);
}

.team-home__nav .swiper-button-next::after,
.team-home__nav .swiper-button-prev::after {
  display: none;
}

.team-home__nav .swiper-button-prev {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .team-page {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media (max-width: 425px) {
  .team-page {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.team-one__card {
  position: relative;
  border-radius: 4px;
}

.team-one__image {
  border-radius: 4px;
  overflow: hidden;
}

.team-one__image>img {
  width: 100%;
  border-radius: 4px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.team-one__card:hover .team-one__image>img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.team-one__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  border-top-right-radius: 4px;
  background-color: var(--thm-base);
  padding: 40px 50px;
}

.team-one__content h3 {
  margin: 0;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.team-one__content span {
  display: block;
  margin: 0;
  line-height: 1;
  color: #fff;
  margin-top: 15px;
  font-size: 16px;
}

.team-one__social {
  background-color: #fff;
  width: 100%;
  position: absolute;
  border-top-right-radius: 4px;
  bottom: 100%;
  left: 0;
  max-width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.team-one__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 49px;
  color: var(--thm-black);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__social a:hover {
  color: var(--thm-primary);
}

.team-one__social a+a {
  margin-left: 30px;
}

.team-one__card:hover .team-one__social {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.team-details {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .team-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 568px) {
  .team-details {
    padding-bottom: 65px;
  }
}

@media (max-width: 425px) {
  .team-details {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}

.team-details__img {
  width: 100%;
}

@media (min-width: 1200px) {
  .team-details__content {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .team-details__content {
    margin-top: 10px;
  }
}

.pylon-team-pic-box {
  padding: 35px;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pylon-team-pic-box h3 {
  margin: 0;
  font-size: 32px;
  color: var(--thm-black);
  margin-bottom: 5px;
}

.pylon_member_designation {
  margin-bottom: 20px;
}

.team-details__content h2 {
  margin: 0;
  color: var(--thm-black);
  font-size: 32px;
  line-height: 1;
  margin-bottom: 15px;
}

.team-details__content>span {
  font-size: 18px;
  color: var(--thm-base);
  display: block;
  line-height: 1;
}

.team-details__content p+p {
  margin: 0;
  margin-bottom: 30px;
}

.team-details__certificates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.team-details__certificates img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 32%;
}

@media (max-width: 568px) {
  .team-details__certificates>img {
    width: 44%;
    margin-bottom: 15px;
  }
}

.team-details__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-details__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 41px;
  height: 41px;
  background-color: #eff2f6;
  color: #0c2139;
  font-size: 13px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.team-details__social a:hover {
  background-color: var(--thm-base);
  color: #fff;
}

.team-details__social a+a {
  margin-left: 10px;
}

.team-details .why-choose__progress-bar {
  background-color: #eff2f6;
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.contact-one {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .contact-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .contact-one {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}

@media (max-width: 480px) {
  .contact-one .block-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .contact-one__content {
    margin-bottom: 50px;
  }
}

.contact-one__content {
  padding-bottom: 10px;
}

.contact-one__content .block-title {
  margin-bottom: 25px;
}

.contact-one__content>p {
  margin: 0;
  margin-bottom: 45px;
}

.contact-one__box+.contact-one__box {
  border-top: 1px solid #e6eaef;
  margin-top: 25px;
  padding-top: 25px;
}

.contact-one__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

@media (min-width: 1200px) {
  .contact-one__box {
    margin-right: 30px;
  }
}

.contact-one__box:hover i {
  background-color: var(--thm-primary);
}

.contact-one__box i {
  width: 65px;
  height: 65px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--thm-base);
  color: #fff;
  font-size: 18px;
  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;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}

.contact-one__box-content {
  margin-left: 20px;
}

.contact-one__box-content h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--thm-black);
  line-height: 1;
  margin-bottom: 10px;
}

.contact-one__box-content a {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  display: block;
  color: var(--thm-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__box-content a:hover {
  color: var(--thm-primary);
}

@media (max-width: 425px) {
  .contact-one__box-content a {
    max-width: 180px;
  }
}

.contact-one__form {
  margin-top: 10px;
}

.contact-one__form-consent label {
  display: contents;
}

.contact-one__form .low-gutters {
  margin-left: -10px;
  margin-right: -10px;
}

.contact-one__form .low-gutters>[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.contact-one__form-input {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: var(--thm-form-input);
  color: var(--thm-color);
  height: 67px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  font-size: 15px;
}

.contact-one__form-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--thm-form-input);
}

.contact-one__form-box {
  margin-top: 40px;
}

.contact-one__form textarea {
  height: 140px;
  padding-top: 20px;
}

.contact-one__form .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.contact-one__form label strong {
  font-size: 12px !important;
  color: #0c2139;
}

.contact-one__form-submit {
  margin-top: 10px;
}

.contact-two {
  padding-top: 100px;
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .contact-two {
    padding: 80px 40px;
  }
}

@media (max-width: 425px) {
  .contact-two {
    padding: 60px 30px;
  }
}

.contact-two .about-one__form {
  margin-top: 0;
}

@media (max-width: 991px) {
  .contact-two .about-one__form {
    margin-top: 50px;
  }
}

@media (max-width: 425px) {
  .contact-two .about-one__form {
    margin-top: 30px;
  }
}

.contact-two .contact-one__form>p {
  margin: 0;
  margin-top: -10px;
  margin-bottom: 35px;
}

.contact-two .contact-one__form textarea {
  height: 185px;
}

/*--------------------------------------------------------------
# credit Card
--------------------------------------------------------------*/
.credit-card {
  padding-top: 100px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .credit-card {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

@media (max-width: 425px) {
  .credit-card {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}

.credit-card__box {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 991px) {
  .credit-card__box {
    margin-bottom: 50px;
  }
}

.credit-card__box-image {
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #eff2f6;
  background-blend-mode: multiply;
}

.credit-card__box-image img {
  max-width: 100%;
  padding: 34px;
}

.credit-card__box:hover .credit-card__box-image {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.credit-card__box h3 {
  color: var(--thm-black);
  font-size: 28px;
  margin: 0;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}

.credit-card__box h3 a {
  font-weight: 700;
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.credit-card__box p {
  margin: 0;
  color: var(--thm-color);
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.credit-card__link {
  background-color: #eff2f6;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--thm-color);
  margin-top: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.credit-card__box:hover .credit-card__link {
  background-color: var(--thm-primary);
  color: #fff;
}

.credit-card__details {
  padding-top: 100px;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .credit-card__details {
    padding-top: 80px;
  }
}

@media (max-width: 425px) {
  .credit-card__details {
    padding-top: 60px;
  }
}

.credit-card__details .about-two__image {
  display: inline-block;
}

.credit-card__details .about-two__image::before {
  width: 100%;
  height: calc(100% - 60px);
  background-color: var(--thm-primary);
  top: 30px;
  left: -30px;
}

.credit-card__details .about-two__image>img {
  position: relative;
  z-index: 10;
}

.credit-card__details .about-two__content {
  margin-left: 10px;
  margin-top: 50px;
}

.credit-card__details .about-two__content .block-title h2 {
  letter-spacing: -.01em;
}

.credit-card__details .about-two__list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.credit-card__details .about-two__list li+li {
  margin-top: 3px;
}

/*--------------------------------------------------------------
# How Works
--------------------------------------------------------------*/
.how-works {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .how-works {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 425px) {
  .how-works {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.how-works__image {
  border-radius: 4px;
}

@media (max-width: 767px) {
  .how-works__image {
    max-width: 100%;
  }
}

.how-works__content {
  position: relative;
  margin-top: 60px;
  border-radius: 4px;
  padding: 60px;
  padding-bottom: 55px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px black;
  box-shadow: 0px 10px 60px 0px black;
}

@media (max-width: 1199px) {
  .how-works__content {
    padding: 50px;
  }
}

@media (max-width: 991px) {
  .how-works__content {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .how-works__content {
    padding: 40px 30px;
  }
}

.how-works .block-title h2 {
  letter-spacing: -.01em;
  line-height: 1.08;
}

.how-works .block-text {
  margin-top: -10px;
}

/*--------------------------------------------------------------
# Loan Calculator
--------------------------------------------------------------*/
.loan-slider-box {
  margin-bottom: 30px;
}

.loan-main-heading.block-title {
  margin-bottom: 40px;
}

.loan-main-heading p {
  line-height: 1.66;
  margin: 0;
}

.loan-main-heading h3 {
  font-size: 34px;
}

.single-loan-slider h4 {
  font-size: 22px;
}

.loan-slider-box .ui-widget-content {
  border: none !important;
  background: #eff2f6 !important;
}

.single-loan-slider .ui-slider .ui-slider-range {
  background: var(--thm-base);
}

.single-loan-slider .ui-slider-horizontal .ui-slider-handle {
  top: -4px !important;
  margin-left: -5px !important;
}

.single-loan-slider .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border: 3px solid var(--thm-base);
  background: #fff;
  border-radius: 50%;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-loan-counter {
  font-weight: 600;
  font-size: 18px;
  color: #6e6d6e;
  margin-bottom: 30px;
}

.single-loan-counter h6 {
  margin-top: 14px;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: #6e6d6e;
}

.single-loan-counter {
  font-weight: 600;
  font-size: 18px;
  color: #6e6d6e;
  margin-bottom: 30px;
}

.about-total-loan-form {
  padding: 30px 40px 40px;
}

.about-total-loan-form-calculation {
  text-align: center;
}

@media (max-width: 767px) {
  .about-total-loan-form {
    padding: 30px;
  }
}

/*--------------------------------------------------------------
# Loan Eligibility
--------------------------------------------------------------*/
.eligibility-slider-box .single-loan-counter {
  margin-bottom: 20px;
}

.loan-eligibility-form {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: var(--thm-primary);
  border-radius: 4px;
  font-size: 18px;
  padding: 50px 40px;
}

@media (max-width: 767px) {
  .loan-eligibility-form {
    margin-top: 20px;
    padding: 35px 30px;
  }
}

.loan-eligibility-inner-heading h4 {
  font-size: 28px;
  color: #fff;
}

@media (max-width: 991px) {
  .loan-eligibility-inner-heading h4 {
    font-size: 22px;
  }
}

.loan-eligibility-inner-heading-dollor {
  font-size: 36px;
}

@media (max-width: 991px) {
  .loan-eligibility-inner-heading-dollor {
    font-size: 24px;
  }
}

.loan-eligibility-total {
  font-size: 36px;
  line-height: 1.2;
  display: inline-block;
}

@media (max-width: 991px) {
  .loan-eligibility-total {
    font-size: 24px;
  }
}

.loan-eligibility-monthly {
  font-size: 20px;
  line-height: 1.2;
  display: inline-block;
}

.eligibility-inner-heading {
  margin-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (max-width: 991px) {
  .eligibility-inner-heading h4 {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .eligibility-inner-heading {
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.loan-eligibility-details {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .loan-eligibility-details {
    margin-top: 20px;
  }
}

.loan-eligibility-details small {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
  .loan-eligibility-details small {
    line-height: 20px;
  }
}

/*--------------------------------------------------------------
# Apply Now
--------------------------------------------------------------*/
.apply-one {
  padding-top: 60px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .apply-one {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .apply-one {
    padding-top: 25px;
    padding-bottom: 60px;
  }
}

@media (max-width: 425px) {
  .apply-one {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}

.apply-one .block-title {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Thank You
--------------------------------------------------------------*/
.thank-you-page {
  padding: 100px 0;
  background-color: #eff2f6;
}

@media (max-width: 991px) {
  .thank-you-page {
    padding: 70px 0;
  }
}

@media (max-width: 425px) {
  .thank-you-page {
    padding: 50px 0;
  }
}

.thank-you {
  text-align: center;
}

.thank-you h2 {
  font-family: inter;
  font-size: 52px;
}

@media (max-width: 991px) {
  .thank-you h2 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .thank-you h2 {
    font-size: 38px;
  }
}

.thank-you p {
  font-size: 30px;
  color: var(--thm-black);
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .thank-you p {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .thank-you p {
    font-size: 22px;
  }
}

.thank-you .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}

/* update 20-12-2022 */
.sec-title-two {
  margin-bottom: 45px;
}

.sec-title-two__tagline {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(270.47deg, #0C2139 9.68%, #004AA1 63.53%, #28B8FF 89.55%);
  border-radius: 27px;
  position: relative;
  padding-left: 11px;
  padding-right: 14px;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.sec-title-two__tagline::before {
  content: '';
  border-radius: 27px;
  background: linear-gradient(268.38deg, #004AA1 -5.06%, #28B8FF 87.64%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60%;
}

.sec-title-two__tagline i {
  position: relative;
  font-size: 14px;
  margin-right: 5px;
}

.sec-title-two__tagline>span {
  position: relative;
}

.sec-title-two__title {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  color: #0C2139;
  margin: 0;
  margin-top: 15px;
}

@media (min-width: 768) {
  .sec-title-two__title {
    font-size: 50px;
  }
}

.sec-title-two__title--light {
  color: #fff;
}

/* footer two */
.site-footer-two__shape-1 {
  background-image: url(../images/update-20-12-2022/shapes/footer-s-1.png);
  width: 298px;
  height: 224px;
  position: absolute;
  left: 0;
  bottom: 38px;
  display: none;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (min-width: 1200px) {
  .site-footer-two__shape-1 {
    display: block;
  }
}

.site-footer-two__shape-2 {
  background-image: url(../images/update-20-12-2022/shapes/footer-s-2.png);
  width: 224px;
  height: 302px;
  position: absolute;
  right: 78px;
  display: none;
  bottom: 0;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@media (min-width: 1200px) {
  .site-footer-two__shape-2 {
    display: block;
  }
}

.site-footer-two__shape-3 {
  background-image: url(../images/update-20-12-2022/shapes/footer-s-3.png);
  width: 317px;
  height: 140px;
  position: absolute;
  top: 65px;
  display: none;
  left: 280px;
}

@media (min-width: 1200px) {
  .site-footer-two__shape-3 {
    display: block;
  }
}

.site-footer-two__shape-4 {
  background-image: url(../images/update-20-12-2022/shapes/footer-s-4.png);
  width: 220px;
  height: 140px;
  position: absolute;
  top: 120px;
  display: none;
  right: 0;
}

@media (min-width: 1200px) {
  .site-footer-two__shape-4 {
    display: block;
  }
}

.site-footer-two__main {
  padding-bottom: 25px;
  padding-top: 110px;
  background-color: #0D213A;
  position: relative;
}

@media (min-width: 1200px) {
  .site-footer-two__main {
    padding-top: 360px;
  }
}

.site-footer-two__main .container {
  position: relative;
}

.site-footer-two__widget {
  margin-bottom: 30px;
}

.site-footer-two__widget--about {
  position: relative;
}

.site-footer-two__widget--about::before {
  content: '';
  width: 0;
  height: 100%;
  border-left: 1px dashed #fff;
  position: absolute;
  top: 0;
  left: calc(100% + 48px);
  display: none;
}

@media (min-width: 1200px) {
  .site-footer-two__widget--about::before {
    display: block;
  }
}

@media (min-width: 1200px) {
  .site-footer-two__widget--about {
    margin-right: -19px;
    padding-top: 14px;
  }
}

@media (min-width: 1200px) {
  .site-footer-two__widget--menu {
    margin-left: 85px;
    margin-right: -35px;
  }
}

@media (min-width: 1200px) {
  .site-footer-two__widget--info {
    margin-left: 52px;
  }
}

.site-footer-two__widget__title {
  color: #fff;
  font-family: var(--heading-font);
  margin: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
}

.site-footer-two__widget__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 187.02%;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  margin-top: 32px;
}

@media (min-width: 1200px) {
  .site-footer-two__widget__text {
    margin-right: -6px;
  }
}

.site-footer-two__widget__time {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 187.02%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px dashed #FFFFFF;
  border-bottom: 1px dashed #FFFFFF;
  padding-top: 33px;
  padding-bottom: 33px;
  margin-top: 76px;
}

.site-footer-two__widget__time>i {
  font-size: 58px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.site-footer-two__widget__menu {
  margin: 0;
  margin-top: 16px;
}

.site-footer-two__widget__menu li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 187.02%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.site-footer-two__widget__menu li a:hover {
  background-size: 100% 1px;
}

.site-footer-two__widget__menu li a:hover {
  color: var(--thm-base);
}

.site-footer-two__widget__info {
  border-radius: 14px;
  background-color: #07172B;
  margin: 0;
  padding: 39px 36px 35px;
  margin-top: 23px;
}

.site-footer-two__widget__info li {
  position: relative;
  padding-left: 56px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  min-height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer-two__widget__info li+li {
  margin-top: 21px;
}

.site-footer-two__widget__info li a {
  color: inherit;
  background: -webkit-gradient-(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-two__widget__info li a:hover {
  background-size: 100% 1px;
}

.site-footer-two__widget__info li i {
  width: 43px;
  height: 43px;
  border: 1px solid #112A49;
  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;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.site-footer-two__widget__social {
  border-radius: 14px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: linear-gradient(143.01deg, #004AA1 11.97%, #008FD5 93.37%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 36px;
}

.site-footer-two__widget__social span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-right: auto;
}

.site-footer-two__widget__social a {
  font-size: 21px;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-two__widget__social a:hover {
  opacity: 0.85;
}

.site-footer-two__widget__social a+a {
  margin-left: 15px;
}

.site-footer-two__widget__gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin-top: 23px;
}

@media (min-width: 768px) {
  .site-footer-two__widget__gallery {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.site-footer-two__widget__gallery li img {
  width: 100%;
  border-radius: 14px;
}

.site-footer-two__bottom {
  background-color: #07172A;
  text-align: center;
  padding: 26.045px 0;
}

.site-footer-two__bottom p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 187.02%;
  color: #fff;
}

/* cta one */
.cta-one {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
  z-index: 10;
}

@media (min-width: 1200px) {
  .cta-one {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -250px;
  }
}

.cta-one .sec-title-two {
  margin-bottom: 13px;
}

.cta-one__inner {
  border-radius: 30px;
  background-color: #004AA1;
  background-size: cover;
  background-position: top center;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .cta-one__inner {
    padding-bottom: 120px;
  }
}

.cta-one__text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 187.02%;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  width: 760px;
  max-width: 100%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

.cta-one__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}

.cta-one__form input[type=email],
.cta-one__form input[type=text] {
  border: none;
  outline: none;
  width: 100%;
  max-width: 346px;
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 53px;
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  .cta-one__form input[type=email],
  .cta-one__form input[type=text] {
    margin-bottom: 0;
  }
}

.cta-one__form button[type=submit] {
  border: none;
  outline: none;
  width: 183px;
  height: 60px;
  background-color: #FFFFFF;
  border-radius: 53px;
  font-weight: 500;
  font-size: 16px;
  color: #008FD5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 8px;
}

.cta-one__form button[type=submit]:hover {
  background-color: #0C2139;
  color: #fff;
}

/* Blog One */
.blog-one {
  position: relative;
  padding-top: 90px;
}

@media (min-width: 992px) {
  .blog-one {
    padding-top: 120px;
  }
}

@media (min-width: 1200px) {
  .blog-one {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}

.blog-one::before {
  content: '';
  width: 100%;
  height: 510px;
  background-color: #0F2643;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/update-20-12-2022/shapes/blog-one-s-1.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.blog-one .sec-title-two {
  margin-bottom: 15px;
}

.blog-one .container {
  position: relative;
}

.blog-one__top {
  padding-left: 00px;
}

@media (min-width: 992px) {
  .blog-one__top {
    padding-left: 30px;
  }
}

.blog-one__bottom {
  background-color: #fff;
  padding: 30px;
  padding-bottom: 0;
  border-radius: 20px;
}

.blog-one__single {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .blog-one__single {
    margin-bottom: 0;
  }
}

.blog-one__single__image {
  position: relative;
}

.blog-one__single__image img {
  width: 100%;
}

.blog-one__single__image::after {
  content: '';
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background-color: rgba(15, 38, 67, 0.79);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border-radius: 20px;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.blog-one__single:hover .blog-one__single__image::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.blog-one__single__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #FFFFFF;
  border: 6px solid #E9E9E9;
  -webkit-box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  position: absolute;
  left: calc(50% - 27px);
  bottom: 13px;
  font-size: 15px;
  border-radius: 50%;
  color: #0F2643;
  -webkit-transition: background 500ms ease, border 500ms ease, color 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, border 500ms ease, color 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, border 500ms ease, color 500ms ease, transform 500ms ease;
  transition: background 500ms ease, border 500ms ease, color 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 10;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.blog-one__single__arrow:hover {
  background-color: #0F2643;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.blog-one__single:hover .blog-one__single__arrow {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-one__single__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #0C2139;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 10px;
  padding: 7.5px 20px;
  z-index: 10;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
}

.blog-one__single:hover .blog-one__single__category {
  background-color: #008FD5;
  -webkit-transform: translate(25px, 25px);
  transform: translate(25px, 25px);
}

.blog-one__single__meta {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #BEBEBE;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 19px;
}

.blog-one__single__meta li {
  font-size: 18px;
  color: #555C63;
}

.blog-one__single__meta li a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-one__single__meta li a:hover {
  color: #0c2139;
}

.blog-one__single__meta__date {
  background-color: #F5F5F5;
  border-radius: 41px;
  padding: 7.5px 18px;
}

.blog-one__single__meta__date i {
  color: #008FD5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 16px;
  margin-right: 10px;
}

.blog-one__single__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #0C2139;
  margin: 0;
  margin-bottom: 11px;
}

.blog-one__single__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__single__title a:hover {
  background-size: 100% 1px;
}

.blog-one__single__btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #0C2139;
  border: 1.5px solid #008FD5;
  border-radius: 43px;
  padding: 14px 26px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-one__single__btn:hover {
  background-color: #008FD5;
  color: #fff;
}

.blog-one__single__text {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #555C63;
}

/* How Works Two */
.how-works-two {
  background-color: #F3F3F3;
  background-image: url(../images/update-20-12-2022/shapes/how-works-two-bg-1-1.jpg);
  background-size: cover;
  background-position: bottom center;
  counter-reset: howWorksTwoCount;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

@media (min-width: 992px) {
  .how-works-two {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .how-works-two {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.how-works-two__shape-1 {
  position: absolute;
  background-image: url(../images/update-20-12-2022/shapes/how-works-two-s-1.png);
  width: 284px;
  height: 125px;
  position: absolute;
  top: 80px;
  right: 60px;
  display: none;
}

@media (min-width: 1200px) {
  .how-works-two__shape-1 {
    display: block;
  }
}

.how-works-two__shape-2 {
  position: absolute;
  background-image: url(../images/update-20-12-2022/shapes/how-works-two-s-1.png);
  width: 284px;
  height: 125px;
  position: absolute;
  bottom: 80px;
  left: 60px;
  display: none;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (min-width: 1200px) {
  .how-works-two__shape-2 {
    display: block;
  }
}

.how-works-two__single {
  background: #FFFFFF;
  border-radius: 30px;
  counter-increment: howWorksTwoCount;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0 0px 0px #0C2139;
  box-shadow: 0 0px 0px #0C2139;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.how-works-two__single::before {
  content: counters(howWorksTwoCount, ".");
  width: 63px;
  height: 63px;
  background-color: #008FD5;
  border: 6px solid #F3F3F3;
  position: absolute;
  top: -22px;
  right: 40px;
  display: block;
  border-radius: 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;
  color: #fff;
  font-family: "Rajdhani";
  font-weight: 600;
  font-size: 30px;
  z-index: 10;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.how-works-two__single:hover::before {
  background-color: #0C2139;
  border-color: #F3F3F3;
}

.how-works-two__single:hover {
  -webkit-box-shadow: 0 7px 0px #0C2139;
  box-shadow: 0 7px 0px #0C2139;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.how-works-two__single__inner {
  overflow: hidden;
  padding: 25px;
  padding-top: 52px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 30px;
}

.how-works-two__single:hover .how-works-two__single__inner {
  background-color: #008FD5;
}

.how-works-two__single__icon {
  color: #008FD5;
  font-size: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.how-works-two__single:hover .how-works-two__single__icon {
  color: #fff;
}

.how-works-two__single__icon__floated {
  font-size: 140px;
  color: #F9F9F9;
  line-height: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: -20px;
  right: -30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.how-works-two__single:hover .how-works-two__single__icon__floated {
  color: #1C9CDB;
}

.how-works-two__single__title {
  font-weight: 600;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #0C2139;
  margin: 0;
  margin-top: 21px;
  margin-bottom: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.how-works-two__single__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.how-works-two__single__title a:hover {
  background-size: 100% 1px;
}

.how-works-two__single:hover .how-works-two__single__title a {
  color: #fff;
}

.how-works-two__single__text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #555C63;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.how-works-two__single:hover .how-works-two__single__text {
  color: #fff;
}

.how-works-two .row {
  position: relative;
}

@media (min-width: 1200px) {
  .how-works-two .row {
    padding: 68.5px 0;
  }
}

.how-works-two .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/update-20-12-2022/shapes/how-works-two-s-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}

@media (min-width: 1200px) {
  .how-works-two .row::before {
    display: block;
  }
}

.how-works-two .row [class*=col-]:nth-child(even) {
  position: relative;
}

@media (min-width: 1200px) {
  .how-works-two .row [class*=col-]:nth-child(even) {
    margin-top: 80px;
  }
}

.how-works-two__btns {
  margin-top: 0px;
}

@media (min-width: 1200px) {
  .how-works-two__btns {
    margin-top: 50px;
  }
}

.how-works-two__btns a {
  background: #0C2139;
  border-radius: 43px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 20px 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.how-works-two__btns a:hover {
  background-color: #008FD5;
  color: #fff;
}

/* testimonials two */
.testimonials-two {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

@media (min-width: 992px) {
  .testimonials-two {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .testimonials-two {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.testimonials-two__shape-1 {
  background-image: url(../images/update-20-12-2022/shapes/testi-s-1.png);
  width: 591px;
  height: 356px;
  position: absolute;
  top: 210px;
  display: none;
  left: -170px;
}

@media (min-width: 1350px) {
  .testimonials-two__shape-1 {
    display: block;
  }
}

@media (min-width: 1700px) {
  .testimonials-two__shape-1 {
    left: 0;
  }
}

.testimonials-two__shape-2 {
  background-image: url(../images/update-20-12-2022/shapes/testi-s-2.png);
  width: 591px;
  height: 356px;
  position: absolute;
  top: 210px;
  display: none;
  right: -170px;
}

@media (min-width: 1350px) {
  .testimonials-two__shape-2 {
    display: block;
  }
}

@media (min-width: 1700px) {
  .testimonials-two__shape-2 {
    right: 0;
  }
}

.testimonials-two__shape-3 {
  background-image: url(../images/update-20-12-2022/shapes/testi-s-3.png);
  width: 239px;
  height: 28px;
  position: absolute;
  top: 373px;
  left: 250px;
  display: none;
}

@media (min-width: 1350px) {
  .testimonials-two__shape-3 {
    display: block;
  }
}

@media (min-width: 1700px) {
  .testimonials-two__shape-3 {
    left: 440px;
  }
}

.testimonials-two__shape-4 {
  background-image: url(../images/update-20-12-2022/shapes/testi-s-4.png);
  width: 239px;
  height: 28px;
  position: absolute;
  top: 373px;
  right: 250px;
  display: none;
}

@media (min-width: 1350px) {
  .testimonials-two__shape-4 {
    display: block;
  }
}

@media (min-width: 1700px) {
  .testimonials-two__shape-4 {
    right: 440px;
  }
}

.testimonials-two__shape-5 {
  font-size: 104px;
  color: #EFEFEF;
  position: absolute;
  bottom: 80px;
  left: 375px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.testimonials-two__shape-6 {
  font-size: 104px;
  color: #EFEFEF;
  position: absolute;
  top: 80px;
  right: 375px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.testimonials-two .container {
  position: relative;
}

.testimonials-two__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #0C2139;
  margin: 0;
  text-align: center;
  margin-top: 20px;
}

.testimonials-two__designation {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #555C63;
  text-align: center;
  margin: 0;
}

.testimonials-two__text {
  margin: 0;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #555C63;
  margin-top: 8px;
  margin-bottom: 22px;
}

.testimonials-two__stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-two__stars i {
  font-size: 22px;
  color: #FFBE3F;
}

.testimonials-two__stars i+i {
  margin-left: 10px;
}

.testimonials-two__carousel {
  width: 100%;
  max-width: 644px;
  margin: 0px auto;
}

.testimonials-two__carousel__slider {
  width: 100%;
  height: auto;
  margin: 0 0 0px 0;
  text-align: center;
  overflow: visible;
}

.testimonials-two__carousel__slider .swiper-slide {
  width: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonials-two__carousel__slider .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

.testimonials-two__carousel__thumbs {
  width: 90%;
  padding: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .testimonials-two__carousel__thumbs {
    width: 81.5%;
  }
}

.testimonials-two__carousel__thumbs .swiper-slide {
  width: 175px;
  height: 175px;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0.48);
  transform: scale(0.48);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.testimonials-two__carousel__thumbs .swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.testimonials-two__carousel__thumbs .swiper-slide img {
  border-radius: 50%;
  width: auto;
  height: 100%;
}

.testimonials-two__carousel .swiper-button-next,
.testimonials-two__carousel .swiper-button-prev {
  width: 73px;
  height: 73px;
  background-color: #F4F4F4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: #008FD5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: none;
}

.testimonials-two__carousel .swiper-button-next:hover,
.testimonials-two__carousel .swiper-button-prev:hover {
  color: #fff;
  background-color: #0C2139;
}

@media (min-width: 1200px) {

  .testimonials-two__carousel .swiper-button-next,
  .testimonials-two__carousel .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -95px;
  }
}

.testimonials-two__carousel .swiper-button-next::after,
.testimonials-two__carousel .swiper-button-prev::after {
  display: none;
}

@media (min-width: 1200px) {
  .testimonials-two__carousel .swiper-button-prev {
    left: -255px;
  }
}

@media (min-width: 1200px) {
  .testimonials-two__carousel .swiper-button-next {
    right: -255px;
  }
}

/* why choose two */
.why-choose-two {
  padding-top: 90px;
}

@media (min-width: 992px) {
  .why-choose-two {
    padding-top: 120px;
  }
}

@media (min-width: 1200px) {
  .why-choose-two {
    padding-top: 150px;
  }
}

.why-choose-two__shape-1 {
  background-image: url(../images/update-20-12-2022/shapes/progress-s-1-1.png);
  width: 104px;
  height: 236px;
  position: absolute;
  z-index: -1;
  top: -36px;
  left: -36px;
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.why-choose-two__shape-2 {
  background-image: url(../images/update-20-12-2022/shapes/progress-s-1-2.png);
  width: 104px;
  height: 236px;
  position: absolute;
  right: -70px;
  bottom: 25px;
  z-index: -1;
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.why-choose-two__inner {
  border-radius: 40px;
  background-color: #E7E7E9;
  padding: 80px 30px;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

@media (min-width: 768px) {
  .why-choose-two__inner {
    background-position: top right;
    padding: 80px 50px;
  }
}

@media (min-width: 1200px) {
  .why-choose-two__inner {
    padding: 100px;
  }
}

.why-choose-two__inner::after {
  content: '';
  width: 483px;
  height: 483px;
  background: linear-gradient(143.01deg, #004AA1 11.97%, #008FD5 93.37%);
  border-radius: 30px;
  position: absolute;
  bottom: -40px;
  right: -40px;
  z-index: -1;
  display: none;
}

@media (min-width: 992px) {
  .why-choose-two__inner::after {
    display: block;
  }
}

.why-choose-two .sec-title-two {
  margin-bottom: 0;
}

.why-choose-two__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #555C63;
  width: 100%;
  max-width: 449px;
  margin-bottom: 40px;
  margin-top: 5px;
}

.why-choose-two__progress {
  margin-bottom: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  width: 100%;
  max-width: 792px;
}

@media (min-width: 768px) {
  .why-choose-two__progress {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .why-choose-two__progress {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
  }
}

.why-choose-two__progress li {
  position: relative;
}

.why-choose-two__progress li .circleGraphic {
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
}

.why-choose-two__progress__box {
  width: 167px;
  height: 167px;
  padding: 20px;
  position: relative;
}

.why-choose-two__progress__box>span {
  width: 100%;
  background: rgba(255, 255, 255, 0.46);
  height: 100%;
  border-radius: 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;
  text-align: center;
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-size: 43.3521px;
  line-height: 1em;
  text-align: center;
  letter-spacing: -0.01em;
  color: #0C2139;
  border-radius: 50%;
  z-index: 10;
  position: relative;
}

.why-choose-two__progress__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #0C2139;
  margin: 0;
  padding-left: 13px;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .why-choose-two__progress__title {
    text-align: center;
  }
}

/* trusted company two */
.trusted-company-two {
  background: -webkit-gradient(linear, left top, left bottom, from(#E6EDF0), to(rgba(217, 217, 217, 0)));
  background: linear-gradient(180deg, #E6EDF0 0%, rgba(217, 217, 217, 0) 100%);
  position: relative;
  padding-top: 90px;
}

@media (min-width: 992px) {
  .trusted-company-two {
    padding-top: 120px;
  }
}

@media (min-width: 1200px) {
  .trusted-company-two {
    padding-top: 460px;
    margin-top: -310px;
  }
}

.trusted-company-two__shape-1 {
  background-image: url(../images/update-20-12-2022/shapes/trusted-company-s-3.png);
  width: 581px;
  height: 605px;
  position: absolute;
  top: 0;
  left: -364px;
  z-index: 1;
  display: none;
}

@media (min-width: 1200px) {
  .trusted-company-two__shape-1 {
    display: block;
  }
}

.trusted-company-two__shape-2 {
  background-image: url(../images/update-20-12-2022/shapes/trusted-company-s-1.png);
  width: 362px;
  height: 252px;
  position: absolute;
  top: -150px;
  right: -30%;
  z-index: 10;
  display: none;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (min-width: 1200px) {
  .trusted-company-two__shape-2 {
    display: block;
  }
}

.trusted-company-two__shape-3 {
  background-image: url(../images/update-20-12-2022/shapes/trusted-company-s-2.png);
  width: 1272px;
  height: 610px;
  position: absolute;
  top: 0;
  left: -165px;
  display: none;
}

@media (min-width: 1200px) {
  .trusted-company-two__shape-3 {
    display: block;
  }
}

.trusted-company-two .sec-title-two {
  margin-bottom: 0;
}

.trusted-company-two .row,
.trusted-company-two .container {
  position: relative;
}

.trusted-company-two__content {
  max-width: 515px;
}

@media (min-width: 1200px) {
  .trusted-company-two__content {
    padding-left: 55px;
  }
}

.trusted-company-two__image {
  position: relative;
  padding: 31px;
  display: inline-block;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #0C2139;
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  .trusted-company-two__image {
    padding: 51px;
    margin-bottom: 0;
  }
}

.trusted-company-two__image::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 10000px;
  height: 100%;
  background-color: #0C2139;
}

.trusted-company-two__image img {
  position: relative;
  border-radius: 50%;
  z-index: 11;
  max-width: 100%;
}

@media (min-width: 992px) {
  .trusted-company-two__image img {
    max-width: unset;
  }
}

.trusted-company-two__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #555C63;
  margin: 0;
  margin-bottom: 28px;
  margin-top: 15px;
  max-width: 515px;
}

.trusted-company-two__list {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  width: 100%;
  max-width: 428px;
}

.trusted-company-two__list li {
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
  padding-left: 25px;
  background-image: url(../images/update-20-12-2022/shapes/trusted-company-s-5.png);
  background-position: top right;
  background-repeat: no-repeat;
}

.trusted-company-two__list li::before {
  content: '';
  width: 7px;
  height: 100%;
  background: linear-gradient(143.01deg, #004AA1 11.97%, #008FD5 93.37%);
  border-radius: 20px 0px 0px 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.trusted-company-two__list__count {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #008FD5;
  text-transform: uppercase;
  margin-bottom: 9px;
  margin-top: 23px;
}

.trusted-company-two__list__text {
  margin: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #0C2139;
  margin-bottom: 24px;
}

.trusted-company-two__author {
  border-radius: 12px;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 45px;
}

@media (min-width: 768px) {
  .trusted-company-two__author {
    margin-top: 25px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(../images/update-20-12-2022/shapes/trusted-company-s-4.png);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 515px;
  }
}

.trusted-company-two__author__image {
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .trusted-company-two__author__image {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.trusted-company-two__author__image img {
  border-radius: 50%;
}

.trusted-company-two__author__content {
  position: relative;
}

.trusted-company-two__author__name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #0C2139;
  margin: 0;
  margin-bottom: 5px;
}

.trusted-company-two__author__designation {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #008FD5;
  margin: 0;
  margin-bottom: 4px;
}

.trusted-company-two__author__text {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #555C63;
  margin: 0;
}

/* loan calculator two */
.loan-calculator-two {
  padding-top: 90px;
  position: relative;
  z-index: 10;
  padding-bottom: 90px;
}

@media (min-width: 992px) {
  .loan-calculator-two {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .loan-calculator-two {
    padding-top: 150px;
    padding-bottom: 0;
  }
}

.loan-calculator-two__shape-1 {
  background-image: url(../images/update-20-12-2022/shapes/loan-calculator-bg-s-1.png);
  width: 284px;
  height: 125px;
  position: absolute;
  top: -61px;
  z-index: -1;
  right: 130px;
}

.loan-calculator-two__shape-2 {
  background-image: url(../images/update-20-12-2022/shapes/loan-calculator-bg-s-2.png);
  width: 284px;
  height: 125px;
  position: absolute;
  bottom: 245px;
  left: -95px;
  z-index: -1;
}

.loan-calculator-two .container {
  position: relative;
}

.loan-calculator-two .container::before {
  content: '';
  height: 115px;
  background-color: black;
  border-radius: 100%;
  position: absolute;
  top: 93px;
  left: 45px;
  right: 45px;
  background: #373737;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  z-index: -1;
}

.loan-calculator-two__inner {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 49px 39px #DEE3E6;
  box-shadow: 0px 49px 39px #DEE3E6;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  border-radius: 20px;
  width: 100%;
  padding: 80px 30px;
  position: relative;
  z-index: 10;
}

@media (min-width: 1200px) {
  .loan-calculator-two__inner {
    padding: 100px 120px;
    background-image: url(../images/update-20-12-2022/shapes/loan-calculator-bg-border.png);
    margin-bottom: -310px;
  }
}

.loan-calculator-two__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #555C63;
  margin: 0;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .loan-calculator-two .loan-slider-box {
    margin-right: 30px;
  }
}

.loan-calculator-two .single-loan-slider {
  margin-bottom: 19px;
}

.loan-calculator-two .single-loan-slider__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
}

.loan-calculator-two .single-loan-slider__top h4 {
  margin: 0;
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #0C2139;
}

.loan-calculator-two .single-loan-slider__top h6 {
  margin: 0;
}

.loan-calculator-two .single-loan-slider__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #A5A5A5;
  padding-top: 16px;
}

.loan-calculator-two .single-loan-counter {
  margin: 0;
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #008FD5;
}

.loan-calculator-two__form {
  background: #1F1F1F;
  -webkit-box-shadow: 2px 41px 26px rgba(177, 177, 177, 0.25);
  box-shadow: 2px 41px 26px rgba(177, 177, 177, 0.25);
  border-radius: 20px;
  padding: 30px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .loan-calculator-two__form {
    padding: 55px;
    margin-left: 9px;
  }
}

@media (min-width: 768px) {
  .loan-calculator-two__form {
    margin-top: 0;
  }
}

.loan-calculator-two__form p {
  margin: 0;
  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;
}

.loan-calculator-two__form p span {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #C4C4C4;
}

.loan-calculator-two__form p b {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  text-align: right;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.loan-calculator-two__form p b i {
  font-style: normal;
}

.loan-calculator-two__form p:not(:last-of-type) {
  padding-bottom: 12px;
  margin-bottom: 13px;
  border-bottom: 1px solid #3D3D3D;
}

.loan-calculator-two__form__emi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 21px;
  margin-bottom: 30px;
}

.loan-calculator-two__form__emi span {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.loan-calculator-two__form__emi b {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #008FD5;
}

.loan-calculator-two__form__emi b i {
  font-style: normal;
}

.loan-calculator-two__form .thm-btn {
  background: #FFFFFF;
  border-radius: 43px;
  width: 100%;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #0C2139;
  padding: 17.5px 30px;
  margin-top: 20px;
}

.loan-calculator-two__form .thm-btn:hover {
  background-color: #008FD5;
  color: #FFFFFF;
}

.loan-calculator-two .ui-slider-horizontal {
  height: 2px;
}

.loan-calculator-two .single-loan-slider .ui-slider .ui-slider-handle {
  background: #FFFFFF;
  border: 2px solid #008FD5;
  -webkit-box-shadow: 0px 4px 4px rgba(143, 143, 143, 0.25);
  box-shadow: 0px 4px 4px rgba(143, 143, 143, 0.25);
  top: -10px !important;
}

/* Service Three */
.service-three {
  position: relative;
  z-index: 9;
}

.service-three__top {
  position: relative;
  padding-left: 15px;
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 305px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .service-three__top {
    padding-top: 120px;
  }
}

@media (min-width: 1200px) {
  .service-three__top {
    padding-top: 150px;
  }
}

@media (min-width: 768px) {
  .service-three__top {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .service-three__top {
    padding-left: 150px;
  }
}

.service-three__top__shape {
  background-color: #008FD5;
  background-image: url(../images/update-20-12-2022/shapes/service-three-bg-1-1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  border-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 10000px;
  height: 100%;
}

.service-three__top__btns {
  position: relative;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .service-three__top__btns {
    margin-top: 0;
  }
}

.service-three__top__btn {
  border: 2px solid #fff;
  border-radius: 43px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.01em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 17px 22.5px;
}

.service-three__top__btn:hover {
  background-color: #fff;
  color: #008FD5;
}

.service-three .sec-title-two {
  position: relative;
  margin-bottom: 0;
}

.service-three .owl-carousel {
  margin-left: 15px;
  margin-top: -256px;
}

@media (min-width: 768px) {
  .service-three .owl-carousel {
    margin-left: 80px;
  }
}

@media (min-width: 1200px) {
  .service-three .owl-carousel {
    margin-left: 150px;
  }
}

.service-three .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.service-three .owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.service-three .owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.service-three .owl-carousel .owl-item.active+.owl-item {
  opacity: 1;
  visibility: visible;
}

.service-three .owl-nav {
  margin-top: 40px;
}

.service-three .owl-nav [class*=owl-] {
  border: none;
  outline: none;
}

.service-three .owl-nav [class*=owl-]+[class*=owl-] {
  margin-left: 10px;
}

.service-three .owl-nav [class*=owl-] span {
  width: 73px;
  height: 73px;
  background-color: #ECECEC;
  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;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: #008FD5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-three .owl-nav [class*=owl-] span:hover {
  color: #fff;
  background-color: #0C2139;
}

.service-three__single {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 41px 26px rgba(177, 177, 177, 0.25);
  box-shadow: 2px 41px 26px rgba(177, 177, 177, 0.25);
  border-radius: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-three__single:hover {
  background-color: #0C2139;
}

.service-three__single__inner {
  overflow: hidden;
  position: relative;
  padding: 50px;
}

.service-three__single__shape {
  background-image: url(../images/update-20-12-2022/shapes/service-three-single-s-1.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-three__single:hover .service-three__single__shape {
  opacity: 0;
  visibility: hidden;
}

.service-three__single__shape-2 {
  background-image: url(../images/update-20-12-2022/shapes/service-three-single-s-2.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-three__single:hover .service-three__single__shape-2 {
  opacity: 1;
  visibility: visible;
}

.service-three__single__content {
  position: relative;
}

.service-three__single__icon {
  width: 86px;
  height: 86px;
  background-color: #0C2139;
  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;
  color: #fff;
  font-size: 45px;
  border-radius: 50%;
  margin-bottom: 27px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-three__single:hover .service-three__single__icon {
  background-color: #008FD5;
}

.service-three__single__title {
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #0C2139;
}

.service-three__single__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-three__single__title a:hover {
  background-size: 100% 1px;
}

.service-three__single:hover .service-three__single__title a {
  color: #fff;
}

.service-three__single__text {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #555C63;
  margin-top: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-three__single:hover .service-three__single__text {
  color: #fff;
}

/* Introduction One */
.introduction-one {
  position: relative;
  padding: 0 0 90px;
}

@media (min-width: 992px) {
  .introduction-one {
    padding: 0 0 120px;
  }
}

@media (min-width: 1200px) {
  .introduction-one {
    padding: 0 0 150px;
  }
}

.introduction-one__shape-1 {
  position: absolute;
  width: 262px;
  height: 252px;
  background-image: url(../images/update-20-12-2022/shapes/intro-s-1-2.png);
  top: 170px;
  right: 0;
  display: none;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (min-width: 1200px) {
  .introduction-one__shape-1 {
    display: block;
  }
}

.introduction-one .container {
  position: relative;
}

.introduction-one .sec-title-two {
  margin-bottom: 20px;
}

.introduction-one .sec-title-two__title {
  font-weight: 400;
}

.introduction-one .sec-title-two__title span {
  font-weight: 700;
  color: #008FD5;
}

.introduction-one__image {
  position: relative;
  display: inline-block;
  margin-bottom: 150px;
}

@media (min-width: 992px) {
  .introduction-one__image {
    margin-bottom: 0;
  }
}

.introduction-one__image::before {
  content: '';
  position: absolute;
  width: 372px;
  height: 343px;
  background: #0C2139;
  bottom: -30px;
  left: -30px;
  border-radius: 20px;
  display: none;
}

@media (min-width: 768px) {
  .introduction-one__image::before {
    display: block;
  }
}

.introduction-one__image img {
  position: relative;
  border-radius: 20px;
  max-width: 100%;
}

.introduction-one__image__shape-1 {
  position: absolute;
  width: 125px;
  height: 284px;
  background-image: url(../images/update-20-12-2022/shapes/intro-s-1-3.png);
  top: -30px;
  left: -50px;
  z-index: -1;
}

.introduction-one__image__shape-2 {
  position: absolute;
  width: 125px;
  height: 284px;
  right: 40px;
  bottom: -140px;
  background-image: url(../images/update-20-12-2022/shapes/intro-s-1-3.png);
}

.introduction-one__image__caption {
  background: linear-gradient(53.01deg, #004AA1 11.97%, #008FD5 93.37%);
  border-radius: 20px;
  position: absolute;
  bottom: -80px;
  left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 31px 25px;
}

.introduction-one__image__caption::before {
  content: '';
  position: absolute;
  border-radius: 20px;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: 1px dashed #FFFFFF;
}

.introduction-one__image__caption__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1.5px solid #008FD5;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: relative;
  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;
  color: #fff;
  font-size: 21px;
  margin-right: 8px;
}

.introduction-one__image__caption__content {
  position: relative;
}

.introduction-one__image__caption__title {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: -7px;
}

.introduction-one__image__caption__text {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin: 0;
  color: #FFFFFF;
}

.introduction-one__btn {
  border-radius: 43px;
  color: #fff;
  background-color: #0C2139;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 20.5px 31px;
}

.introduction-one__btn:hover {
  background-color: #008FD5;
  color: #ffffff;
}

.introduction-one__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.introduction-one__box__icon {
  font-size: 58px;
  color: #0C2139;
  margin-right: 18px;
}

.introduction-one__box__title {
  margin: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 144%;
  letter-spacing: -0.01em;
  color: #004AA1;
}

.introduction-one__text {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #555C63;
  margin-top: 21px;
}

.introduction-one__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 370px;
  margin-bottom: 28px;
  margin-top: 19px;
}

@media (min-width: 425px) {
  .introduction-one__caption {
    background-image: url(../images/update-20-12-2022/shapes/intro-s-1-1.png);
    padding: 37.5px 13px 28.5px 29px;
  }
}

.introduction-one__caption__icon {
  width: 56px;
  height: 56px;
  border: 1.5px solid #008FD5;
  border-radius: 50%;
  font-size: 24px;
  color: #0C2139;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}

.introduction-one__caption__title {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #0C2139;
}

.introduction-one__caption__text {
  margin: 0;
  margin-top: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #555C63;
}

/* service four */
.service-four {
  padding: 90px 0;
}

@media (min-width: 992px) {
  .service-four {
    padding: 120px 0;
  }
}

@media (min-width: 1200px) {
  .service-four {
    padding: 150px 0;
  }
}

.service-four__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 87px;
  background-color: #C0EAFF;
  -webkit-filter: blur(69px);
  filter: blur(69px);
  z-index: -1;
}

.service-four .container {
  position: relative;
}

.service-four__single {
  background: #FFFFFF;
  border: 1px solid #CAE7F5;
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .service-four__single {
    margin-bottom: 0;
  }
}

.service-four__single::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 20px;
  background: linear-gradient(143.01deg, #004AA1 11.97%, #008FD5 93.37%);
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-four__single:hover::before {
  opacity: 1;
  visibility: visible;
}

.service-four__single::after {
  content: '';
  position: absolute;
  top: 18px;
  left: 8px;
  right: 8px;
  bottom: -1px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 0px #0c2139;
  box-shadow: 0 5px 0px #0c2139;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-four__single:hover::after {
  opacity: 1;
  visibility: visible;
}

.service-four__single__shape {
  background-image: url(../images/update-20-12-2022/shapes/service-four-s-1.png);
  width: 162px;
  height: 89px;
  position: absolute;
  top: 20px;
  right: 0px;
}

.service-four__single__inner {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 38px;
}

.service-four__single__icon {
  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;
  text-align: center;
  width: 105px;
  height: 108px;
  border-radius: 50%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  position: relative;
  background: #0C2139;
}

.service-four__single__icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(143.01deg, #004AA1 11.97%, #008FD5 93.37%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-four__single__icon::after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: linear-gradient(324.31deg, rgba(156, 156, 156, 0.18) 11.85%, rgba(255, 255, 255, 0) 80.16%);
}

.service-four__single__icon i {
  position: relative;
  font-size: 46px;
  color: #fff;
  z-index: 10;
}

.service-four__single:hover .service-four__single__icon::before {
  opacity: 0;
  visibility: hidden;
}

.service-four__single__title {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #0C2139;
  margin: 0;
  margin-bottom: 9px;
  margin-top: 23px;
}

.service-four__single__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-four__single__title a:hover {
  background-size: 100% 1px;
}

.service-four__single:hover .service-four__single__title a {
  color: #fff;
}

.service-four__single__text {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #555C63;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-four__single:hover .service-four__single__text {
  color: #fff;
}

/* main slider two */
.main-slider-two .swiper-slide .image-layer {
  background-color: #004AA1;
  background-size: unset;
  background-position: top right;
}

.main-slider-two .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  padding-left: 150px;
  padding-right: 150px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 992px) {
  .main-slider-two .container-fluid {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .main-slider-two .container-fluid {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.main-slider-two .container-fluid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/update-20-12-2022/shapes/slider-bg-1-1.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.main-slider-two .swiper-slide p {
  padding: 4px 26px 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #0C2139;
  border-radius: 27px;
  margin: 0;
}

@media (min-width: 768px) {
  .main-slider-two .swiper-slide p {
    font-size: 16px;
  }
}

.main-slider-two .swiper-slide h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin: 0;
  margin-top: 14px;
}

.main-slider-two .swiper-slide h2 span {
  font-weight: 600;
}

@media (min-width: 992px) {
  .main-slider-two .swiper-slide h2 {
    font-size: 60px;
  }
}

.main-slider-two .swiper-slide .main-slider-two__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  max-width: 392px;
  opacity: 0;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  margin-bottom: 24px;
  margin-top: 17px;
}

.main-slider-two .swiper-slide-active .main-slider-two__text {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-two .swiper-slide .thm-btn {
  background: #0C2139;
  border-radius: 52px;
}

.main-slider-two .swiper-slide .thm-btn:hover {
  background-color: #fff;
  color: #0C2139;
}

/* main header two */
.main-header-two__info__inner {
  border-bottom: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-two__info__list {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .main-header-two__info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-header-two__info__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid #E0E0E0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-header-two__info__list li:last-child {
  padding-right: 0;
}

.main-header-two__info__list__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F3F3F3;
  color: #008FD5;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 12px;
}

li:nth-child(2) .main-header-two__info__list__icon {
  background-color: #008FD5;
  color: #fff;
}

li:nth-child(3) .main-header-two__info__list__icon,
li:nth-child(2):hover .main-header-two__info__list__icon,
li:hover .main-header-two__info__list__icon {
  background-color: #0C2139;
  color: #fff;
}

li:nth-child(3):hover .main-header-two__info__list__icon {
  background-color: #008FD5;
  color: #fff;
}

.main-header-two__info__list__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #555C63;
}

.main-header-two__info__list__info {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #0C2139;
}

.main-header-two__info__list__info a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__info__list__info a:hover {
  background-size: 100% 1px;
}

.main-header-two__info .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
}

@media (min-width: 1200px) {
  .main-header-two__info .logo-box {
    padding: 0;
    width: unset;
  }
}

.main-header-two__info .logo-box .mobile-nav__toggler {
  font-size: 20px;
  color: #0C2139;
}

@media (min-width: 1200px) {
  .main-header-two__info .logo-box .mobile-nav__toggler {
    display: none;
  }
}

.main-header-two__menu {
  display: none;
}

@media (min-width: 1200px) {
  .main-header-two__menu {
    display: block;
  }
}

.main-header-two__menu .container {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-header-two__menu .main-menu__list {
  margin-left: 0;
  margin-right: 0;
  border: 0;
}

.main-header-two__menu .main-menu__list>li {
  padding-top: 18.5px;
  padding-bottom: 18.5px;
}

.main-header-two__menu .main-menu__list>li>a {
  font-weight: 400;
}

.main-header-two__menu .main-menu__list>li>a::before {
  bottom: auto;
  top: calc(100% + 15px);
  background-color: #0C2139;
}

.main-header-two__form {
  border-radius: 26px;
  overflow: hidden;
  width: 100%;
  max-width: 260px;
}

.main-header-two__form form {
  overflow: hidden;
  border-radius: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
}

.main-header-two__form form input[type=text],
.main-header-two__form form input[type=search] {
  background-color: #EEEEEE;
  border: none;
  outline: none;
  height: 39px;
  width: calc(100% - 48px);
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #A6A6A6;
  padding-left: 16px;
  padding-right: 16px;
}

.main-header-two__form form button[type=submit] {
  width: 48px;
  height: 39px;
  background-color: #008FD5;
  padding: 0;
  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: 19px;
  color: #fff;
  border-radius: 26px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.main-header-two__form form button[type=submit]:hover {
  background-color: #0C2139;
}

/* topbar two */
.topbar-two {
  background-color: #004AA1;
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
}

@media (min-width: 992px) {
  .topbar-two {
    display: block;
  }
}

.topbar-two .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbar-two .topbar__social {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
}

.topbar-two .topbar__social a {
  color: #fff;
  line-height: 1;
  font-size: 18px;
}

.topbar-two .topbar__right>a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.topbar-two .topbar__right>a:hover {
  opacity: 0.8;
}

.topbar-two .topbar__right>a+a {
  margin-left: 60px;
}

.topbar-two .topbar__right>a>i {
  color: #fff;
}

.topbar-two__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-left: auto;
  border-right: 1px solid #fff;
  margin-right: 30px;
  padding-right: 25px;
}

.topbar-two__menu li {
  line-height: 17px;
}

.topbar-two__menu li+li {
  margin-left: 20px;
}

.topbar-two__menu li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.topbar-two__menu li a:hover {
  background-size: 100% 1px;
}






/***
==================================================
Update All Css 08-06-2023
==================================================
***/


/***
==================================================
Sec Title Three
==================================================
***/
.sec-title-three {
  position: relative;
  display: block;
  margin-top: -6px;
  padding-bottom: 47px;
}

.sec-title-three .sub-title {
  position: relative;
  display: block;
}

.sec-title-three .sub-title p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.sec-title-three .sub-title p span {
  color: var(--thm-base);
}

.sec-title-three h2 {
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 500;
}

.sec-title-three.style4 .sub-title p {
  color: var(--thm-base);
}


/***
=====================================================
  Thm Btn2
=====================================================
***/
.thm-btn2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--thm-base);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 65px;
  font-family: var(--thm-font);
  transition: all 0.3s linear;
  z-index: 1;
  padding: 0px 50px 0px;
  overflow: hidden;
  border-radius: 0px;
}

.thm-btn2:before {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: var(--thm-black);
}

.thm-btn2:hover:before {
  top: -40%;
}

.thm-btn2:hover {
  color: #ffffff;
}

/***
==================================================
Main Header Four
==================================================
***/
.main-header__four {
  position: relative;
  display: block;
}

.main-header__four-inner {
  position: relative;
  display: block;
}

.main-header__four .logo-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 310px;
  width: 100%;
  background: var(--thm-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.main-header__four .logo-box a {
  position: relative;
  display: inline-block;
}

.main-header__four-top {
  position: relative;
  display: block;
}

.main-header__four-top .container {
  max-width: 100%;
  padding: 0;
}

.main-header__four-top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 310px;
  padding-right: 60px;
  background: var(--thm-primary);
  z-index: 6;
}

.main-header__four-top .topbar__right>a {
  color: #ffffff;
}

.main-header__four-top .topbar__right>a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.main-header__four-top .topbar__right>a>i {
  color: #ffffff;
}

.main-header__four-top .topbar__left>a {
  color: #ffffff;
}

.main-header__four-top .topbar__left>a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.main-header__four-top .topbar__left>a:not(:last-of-type)::after {
  color: rgba(255, 255, 255, 0.5);
}


.main-header__four-top .topbar__social {
  background-color: transparent;
  padding-left: 40px;
  padding-right: 0px;
  margin-right: 0px;
}

.main-header__four-top .topbar__social a {
  color: #ffffff;
  font-size: 15px;
}


.main-header__four-bottom {
  position: relative;
  display: block;
}

.main-header__four-bottom .logo-box {
  display: none;
}

.main-header__four-bottom-inner {
  position: relative;
  display: block;
  padding-left: 360px;
  padding-right: 60px;
}

.main-header__four-bottom-inner .container {
  max-width: 100%;
  display: block;
  padding: 0;
}

.main-header__four-bottom-inner-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header__four-bottom-left {
  position: relative;
  display: flex;
  align-items: center;
}


.main-header-four__form {
  position: relative;
  display: block;
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
  max-width: 210px;
  padding-right: 25px;
}

.main-header-four__form::before {
  position: absolute;
  top: -3px;
  right: 0;
  bottom: -3px;
  width: 1px;
  background: #e6eaef;
  content: "";
}

.main-header-four__form form {
  overflow: hidden;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 210px;
}

.main-header-four__form form input[type=text],
.main-header-four__form form input[type=search] {
  background-color: #ffffff;
  border: 0px solid #dddddd;
  outline: none;
  height: 45px;
  width: calc(100% - 30px);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: var(--thm-color);
  padding-left: 0px;
  padding-right: 5px;
}

.main-header-four__form form button[type=submit] {
  width: 30px;
  height: 45px;
  background-color: transparent;
  padding: 0;
  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: 19px;
  color: var(--thm-black);
  border-radius: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.main-header-four__form form button[type=submit]:hover {
  color: var(--thm-primary);
}

.main-menu__list-outer {
  position: relative;
  display: block;
  padding-left: 50px;
}

.main-header__four-bottom .main-menu .main-menu__list>li {
  padding-top: 33px;
  padding-bottom: 33px;
}

.main-header__four-bottom .main-menu .main-menu__list {
  margin-left: auto;
  border-right: 0px solid #e6eaef;
  padding-right: 0;
  margin-right: 0px;
}


.main-header__four-bottom-right {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.main-header__four-bottom-right::before {
  position: absolute;
  top: -8px;
  left: 0;
  bottom: -9px;
  width: 1px;
  background: #e6eaef;
  content: "";
}

.main-header__four-bottom-right .main-header__info-phone-content h3 {
  font-size: 16px;
  font-weight: 500;
}

.main-header__four-bottom-btn {
  position: relative;
  display: block;
  margin-left: 50px;
}

.main-header__four-bottom-btn a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--thm-base);
  padding: 0px 50px 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header__four-bottom-btn a:hover {
  background: var(--thm-black);
}


.stricky-header--two .main-header-four__form {
  display: none;
}

.stricky-header--two .main-menu__list {
  border-right: 0cm solid #e6eaef;
  margin-right: 0px;
}

.stricky-header--two .main-header__info-phone {
  display: none;
}

.stricky-header--two .main-header__four-bottom-right {
  padding-left: 0px;
}

.stricky-header--two .main-header__four-bottom-right::before {
  display: none;
}

.stricky-header--two .main-header__four-bottom-inner-box {
  width: 100%;
}


.mobile-nav__container .main-header__four-bottom-left {
  display: block;
}

.mobile-nav__container .mobile-nav__toggler {
  display: none;
}

.mobile-nav__container .main-menu__list-outer {

  padding-left: 0px;
}



/***
==================================================
Main Header Five
==================================================
***/
.main-header__five {
  position: relative;
  display: block;
  z-index: 5;
}

.main-header__five:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 40px;
  right: 0;
  background: #ffffff;
  content: "";
  z-index: -1;
}

.main-header__five-inner {
  position: relative;
  display: block;
}

.main-header__five .main-menu .container {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.main-header__five-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 310px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header__five-left .logo-box {
  position: relative;
  display: block;
}

.main-header__five-left .logo-box a {
  position: relative;
  display: inline-block;
}


.main-header__five-top {
  position: relative;
  display: block;
  padding: 11px 0px 14px;
}

.main-header__five-top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header__five-top .topbar__social {
  background-color: transparent;
  padding-left: 30px;
  padding-right: 0px;
  margin-right: 0px;
}


.main-header__five-bottom {
  position: relative;
  display: block;
  z-index: 5;
}

.main-header__five-bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-image: -moz-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  padding: 0px 20px 0px 45px;
}

.main-header__five-bottom-left {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .main-header__five-bottom-left {
    width: auto;
  }
}

.main-header__five-bottom-left .logo-box {
  margin-right: 30px;
}

@media (min-width: 1200px) {
  .main-header__five-bottom-left .logo-box {
    display: none;
  }
}

.main-header__five .main-menu .main-menu__list {
  border-right: 0px solid #e6eaef;
  margin-right: 0px;
}

.main-header__five .main-menu .main-menu__list>li>a {
  color: #9fcbff;
}

.main-header__five .main-menu .main-menu__list>li.current>a,
.main-header__five .main-menu .main-menu__list>li:hover>a {
  color: #ffffff;
}

.stricky-header--three.stricky-header .main-menu__list>li>a {
  color: rgba(255, 255, 255, 0.7);
}

.stricky-header--three.stricky-header .main-menu__list>li.current>a,
.stricky-header--three.stricky-header .main-menu__list>li:hover>a {
  color: #ffffff;
}

.main-header__five .main-menu .main-menu__list>li>a::before {
  display: none;
}

.main-header__five .main-menu .main-menu__list>li {
  padding-top: 28px;
  padding-bottom: 27px;
}


.main-header__five-bottom-right {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.main-header__five-bottom-right::before {
  position: absolute;
  top: -4px;
  left: 0;
  bottom: 1px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}

.main-header__five-bottom-right .search-btn {
  position: relative;
  display: block;
}

.main-header__five-bottom-right .search-btn a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header__five-bottom-right .search-btn a:hover {
  color: var(--thm-black);
}

.main-header__five-bottom-btn {
  position: relative;
  display: block;
  margin-left: 30px;
}

.main-header__five-bottom-btn a {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  text-transform: capitalize;
  background: #ffffff;
  padding: 0px 50px 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header__five-bottom-btn a:hover {
  background: var(--thm-black);
  color: #ffffff;
}


.main-header__five-right {
  position: relative;
  display: block;
  padding-left: 0px;
  position: absolute;
  top: 0;
  right: 0;
  width: 305px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header__five-right::before {
  position: absolute;
  top: 20px;
  left: 28px;
  bottom: 23px;
  width: 1px;
  background: #e6eaef;
  content: "";
}

.main-header__five-right .main-header__info-phone-content h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.main-header__five-right .main-header__info-phone-content span {
  margin-bottom: 3px;
}



.stricky-header--three .main-header__five-top {
  display: none;
}

.stricky-header--three.stricky-header .main-menu__list>li>a::before {
  display: none;
}

.stricky-header--three.stricky-header .main-menu__list {
  border-right: 0px solid #e6eaef;
  margin-right: 0px;
}

.stricky-header--three .main-header__five-bottom {
  width: 100%;
}

.stricky-header--three.stricky-header {
  background: var(--thm-primary);
  padding: 19px 0px 18px;
}

.stricky-header--three.stricky-header .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.stricky-header--three .main-header__five-bottom-inner {
  background: transparent;
  padding: 0px 0px 0px 0px;
}


.mobile-nav__container .main-header__five-bottom-inner {
  display: block;
}

.mobile-nav__container .main-header__five-bottom-right {
  display: none;
}


/***
==================================================
Main Slider Four
==================================================
***/
.main-slider-four {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-four__inner {
  position: relative;
  display: block;
}

.main-slider-four__single {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-four__single .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
  z-index: 2;
  opacity: 0;
  transform: translateX(100%);
}

.main-slider-four .active .main-slider-four__single .shape1 {
  transform: translate(0);
  transition: all 2000ms ease;
  transition-delay: 400ms;
  opacity: 0.1;
}

.main-slider-four__single .shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: screen;
  z-index: 2;
  opacity: 0;
  transform: translateX(100%);
}

.main-slider-four .active .main-slider-four__single .shape2 {
  transform: translate(0);
  transition: all 1500ms ease;
  transition-delay: 300ms;
  opacity: 1;
}

.main-slider-four__single .shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  z-index: 2;
  opacity: 0;
  transform: translateX(100%);
}

.main-slider-four .active .main-slider-four__single .shape3 {
  opacity: 0.2;
  transform: translate(0);
  transition: all 1000ms ease;
  transition-delay: 200ms;
}

.main-slider-four .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  background-position: center center;
  background-attachment: scroll;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.main-slider-four .active .image-layer {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.main-slider-four .image-layer::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #09192c;
  opacity: 0.6;
  z-index: -1;
  content: "";
}

.main-slider-four__content {
  position: relative;
  display: block;
  padding: 173px 0px 185px;
  z-index: 5;
}

.main-slider-four__content .title {
  position: relative;
  display: block;
  margin-bottom: 35px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
  transform: perspective(400px) rotateY(0deg) translateX(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.main-slider-four .active .main-slider-four__content .title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.main-slider-four__content .title h2 {
  color: #ffffff;
  font-size: 90px;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
}

.main-slider-four__content .btn-box {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.main-slider-four .active .main-slider-four__content .btn-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.main-slider-four .owl-theme .owl-nav {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 70px;
  padding: 0 15px;
  line-height: 0px;
  z-index: 100;
}

.main-slider-four .owl-carousel .owl-nav button.owl-next,
.main-slider-four .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border-radius: 50%;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
  border: none;
  outline: none;
  z-index: 100;
}

.main-slider-four .owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}

.main-slider-four .owl-carousel .owl-nav button.owl-next:hover,
.main-slider-four .owl-carousel .owl-nav button.owl-prev:hover {
  color: #ffffff;
  background: var(--thm-black);
}

.main-slider-four .owl-carousel .owl-nav button.owl-prev span::before {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
}

.main-slider-four .owl-carousel .owl-nav button.owl-next span::before {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
}

/***
==================================================
Main Slider Five
==================================================
***/
.main-slider-five {
  position: relative;
  display: block;
  margin-top: -40px;
  z-index: 1;
}

.main-slider-five__inner {
  position: relative;
  display: block;
}

.main-slider-five__single {
  position: relative;
  display: block;
}

.main-slider-five .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  background-position: center center;
  background-attachment: scroll;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.main-slider-five .active .image-layer {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.main-slider-five .image-layer::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #09192c;
  opacity: 0.7;
  z-index: -1;
  content: "";
}

.main-slider-five__content {
  position: relative;
  display: block;
  padding: 194px 0px 180px;
  z-index: 5;
}

.main-slider-five__content-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-five .active .main-slider-five__content-list {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.main-slider-five__content-list li {
  position: relative;
  display: block;
  margin-right: 30px;
}

.main-slider-five__content-list li:last-child {
  margin-right: 0;
}

.main-slider-five__content-list li p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.main-slider-five__content-list li p span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 15px;
  top: 1px;
  padding-right: 8px;
}

.main-slider-five__content .title {
  position: relative;
  display: block;
  margin-top: 11px;
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-five .active .main-slider-five__content .title {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.main-slider-five__content .title h2 {
  color: #ffffff;
  font-size: 80px;
  line-height: 90px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-slider-five__content .btn-box {
  position: relative;
  display: block;
  margin-top: 32px;
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-five .active .main-slider-five__content .btn-box {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.main-slider-five__content .btn-box .btn1 {
  position: relative;
}

.main-slider-five__content .btn-box .btn2 {
  position: relative;
  margin-left: 6px;
  background: #ffffff;
  color: var(--thm-black);
}

.main-slider-five__content .btn-box .btn2:hover {
  color: #ffffff;
}

.main-slider-five .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 100;
  margin: 0 auto;
}

.main-slider-five .owl-carousel .owl-nav button.owl-next,
.main-slider-five .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border-radius: 50%;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
  border: none;
  outline: none;
  z-index: 100;
}

.main-slider-five .owl-carousel .owl-nav button.owl-prev {
  margin-right: 0px;
  float: left;
  left: 0;
}

.main-slider-five .owl-carousel .owl-nav button.owl-next {
  float: right;
  right: 0;
}

.main-slider-five .owl-carousel .owl-nav button.owl-next:hover,
.main-slider-five .owl-carousel .owl-nav button.owl-prev:hover {
  color: #ffffff;
  background: var(--thm-base);
}

.main-slider-five .owl-carousel .owl-nav button.owl-prev span::before {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
}

.main-slider-five .owl-carousel .owl-nav button.owl-next span::before {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
}

/***
==================================================
Feature Five
==================================================
***/
.feature-five {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 60px 0px 90px;
  z-index: 1;
}

.feature-five__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.feature-five__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
}

.feature-five__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
}

.feature-five__single-img .inner .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 40px 40px 40px;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom left;
  transform-origin: top left;
  z-index: 1;
}

.feature-five__single:hover .feature-five__single-img .inner .overlay-content {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom left;
  transform-origin: top left;
}

.feature-five__single-img .inner .overlay-content::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 20px;
  right: 0;
  background: rgba(var(--thm-black-rgb), 0.85);
  content: "";
  z-index: -1;
}

.feature-five__single-img .inner .overlay-content .top-content {
  position: relative;
  display: flex;
  align-items: center;
}

.feature-five__single-img .inner .overlay-content .top-content .icon-box {
  position: relative;
  display: block;
}

.feature-five__single-img .inner .overlay-content .top-content .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 60px;
}

.feature-five__single-img .inner .overlay-content .top-content .title-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.feature-five__single-img .inner .overlay-content .top-content .title-box h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
}

.feature-five__single-img .inner .overlay-content .top-content .title-box h3 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.feature-five__single-img .inner .overlay-content .top-content .title-box h3 a:hover {
  color: var(--thm-base);
}

.feature-five__single-img .inner .overlay-content .text-box {
  position: relative;
  display: block;
  margin-top: 18px;
}

.feature-five__single-img .inner .overlay-content .text-box p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.feature-five__single-img .inner .overlay-content .btn-box {
  position: absolute;
  right: 0;
  bottom: 0;
}

.feature-five__single-img .inner .overlay-content .btn-box a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 40px;
  padding: 0px 30px 0px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--thm-primary);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.feature-five__single-img .inner .overlay-content .btn-box a:hover {
  background: var(--thm-base);
}

.feature-five__single-img .inner img {
  width: 100%;
}

.feature-five__single-img .content-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 40px;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.feature-five__single:hover .feature-five__single-img .content-box {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.feature-five__single-img .content-box .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: var(--thm-base);
}

.feature-five__single-img .content-box .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 60px;
}

.feature-five__single-img .content-box .text-box {
  position: relative;
  display: block;
  background: rgba(var(--thm-primary-rgb), 0.9);
  padding: 22px 30px 22px;
}

.feature-five__single-img .content-box .text-box h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}


/***
==================================================
About Four
==================================================
***/
.about-four {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
  z-index: 1;
}

.about-four__img {
  position: relative;
  display: block;
  margin-right: 30px;
  z-index: 1;
}

.about-four__img .shape1 {
  position: absolute;
  left: -160px;
  bottom: -55px;
  z-index: -1;
}

.about-four__img1 {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.about-four__img1::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}

.about-four__img1:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-four__img1 img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.about-four__img1:hover img {
  transform: scale(1);
}

.about-four__img2 {
  position: absolute;
  top: 70px;
  right: 0;
  max-width: 300px;
  width: 100%;
  border: 6px solid #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
}

.about-four__img2 .inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about-four__img2 .inner::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.about-four__img2:hover .inner::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-four__img2 .inner img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.about-four__img2:hover .inner img {
  transform: scale(1);
}

.about-four__content {
  position: relative;
  display: block;
  margin-left: -5px;
}

.about-four__content .sec-title-three {
  padding-bottom: 31px;
}

.about-four__content-text1 {
  position: relative;
  display: block;
}

.about-four__content-text1 h2 {
  color: var(--thm-primary);
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 36px;
}

.about-four__content-text1 p {
  margin: 0;
}

.about-four__content-text2 {
  position: relative;
  display: block;
  margin-top: 41px;
}

.about-four__content-text2 ul {
  position: relative;
  display: flex;
  align-items: center;
}

.about-four__content-text2 ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 49px;
  margin-left: 48px;
}

.about-four__content-text2 ul li:first-child {
  margin-left: 0;
}

.about-four__content-text2 ul li:last-child {
  padding-right: 0;
}

.about-four__content-text2 ul li::before {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 8px;
  width: 2px;
  background: #e6eaef;
  content: "";
}

.about-four__content-text2 ul li:last-child:before {
  display: none;
}

.about-four__content-text2 ul li .icon-box {
  position: relative;
  display: block;
}

.about-four__content-text2 ul li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 60px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.about-four__content-text2 ul li:hover .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.about-four__content-text2 ul li .text-box {
  position: relative;
  display: block;
  margin-left: 17px;
}

.about-four__content-text2 ul li .text-box h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
}

.about-four__content-text2 .btn-box {
  position: relative;
  display: block;
  margin-top: 51px;
}

.about-four__content-text2 .btn-box .thm-btn2 {
  background: var(--thm-primary);
}

/***
==================================================
Services Four
==================================================
***/
.services-four {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
  z-index: 1;
}

.services-four__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.services-four__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-four__single-img {
  position: relative;
  display: block;
}

.services-four__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.services-four__single-img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--thm-black-rgb), 0.6);
  opacity: 0;
  z-index: 1;
  content: "";
}

.services-four__single:hover .services-four__single-img .inner::before {
  opacity: 1;
}

.services-four__single-img .inner img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.services-four__single:hover .services-four__single-img .inner img {
  transform: scale(1);
}

.services-four__single-img .inner .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: var(--thm-base);
  border-radius: 50%;
  border: 1px solid var(--thm-black);
  z-index: 5;
}

.services-four__single-img .inner .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 32px;
}

.services-four__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 12px 30px 28px;
}

.services-four__single-content h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.services-four__single-content h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-four__single-content h3 a:hover {
  color: var(--thm-base);
}

.services-four__single-content p {
  margin: 0;
}

/***
==================================================
Counter Two
==================================================
***/
.counter-two {
  position: relative;
  display: block;
  padding: 106px 0px 220px;
  z-index: 1;
}

.counter-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.counter-two__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--thm-black-rgb), 0.7);
  content: "";
  z-index: -2;
}

.counter-two__inner {
  position: relative;
  display: block;
}

.counter-two__inner .title-box {
  position: relative;
  display: block;
  margin-bottom: 44px;
}

.counter-two__inner .title-box h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 700;
}

.counter-two__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-two__list li {
  position: relative;
  display: block;
  padding-right: 70px;
  margin-left: 70px;
}

.counter-two__list li:first-child {
  margin-left: 0;
}

.counter-two__list li:last-child {
  padding-right: 0;
}

.counter-two__list li::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
}

.counter-two__list li:last-child:before {
  display: none;
}

.counter-two__list li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  border: 5px solid var(--thm-base);
  margin: 0 auto 17px;
}

.counter-two__list li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 50px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.counter-two__list li:hover .icon-box span::before {
  transform: scale(0.9);
}

.counter-two__list li .text-box {
  position: relative;
  display: block;
}

.counter-two__list li .text-box h3 {
  font-size: 60px;
  line-height: 0.8em !important;
  font-weight: 500;
  color: #fff;
  margin: 0;
  margin-bottom: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter-two__list li .text-box p {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.counter-two .odometer.odometer-auto-theme,
.counter-two .odometer.odometer-theme-default {
  line-height: 0.8em;
}

/***
==================================================
Counter Two
==================================================
***/
.contact-three {
  position: relative;
  display: block;
  padding: 0px 0px 120px;
  margin-top: -100px;
  z-index: 5;
}

.contact-three .auto-container {
  position: static;
  max-width: 1400px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.contact-three__inner {
  position: relative;
  display: block;
  padding: 100px 60px 0px;
  z-index: 1;
}

.contact-three__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 100px;
  right: 0;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  content: "";
  z-index: -1;
}

.contact-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 100px;
  right: 0;
  opacity: 0.1;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.contact-three__content {
  position: relative;
  display: block;
  max-width: 505px;
  width: 100%;
}

.contact-three__content .sec-title-three {
  padding-bottom: 30px;
}

.contact-three__content .text-box {
  position: relative;
  display: block;
}

.contact-three__content .text-box p {
  margin: 0;
}

.contact-three__content-list {
  position: relative;
  display: block;
  margin-top: 33px;
}

.contact-three__content-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.contact-three__content-list li:last-child {
  margin-bottom: 0;
}

.contact-three__content-list li p {
  color: var(--thm-black);
  font-weight: 500;
}

.contact-three__content-list li p span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 15px;
  padding-right: 9px;
}

.contact-three__calculator {
  position: relative;
  display: block;
  margin-left: -30px;
  z-index: 1;
}

.contact-three__calculator .shape1 {
  position: absolute;
  top: -20px;
  left: -20px;
  opacity: 0.25;
  z-index: -1;
}

.contact-three__calculator .about-one__form {
  margin-top: 0px;
  position: relative;
  z-index: 10;
  margin-left: 0px;
  background-color: var(--thm-primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.contact-three__calculator .about-one__form .input-box__top {
  font-weight: 400;
  color: #a8cefb;
  margin-bottom: 12px;
}

.contact-three__calculator .input-box__top span {
  font-size: 15px;
  font-weight: 400;
}

.contact-three__calculator .about-one__form .noUi-tooltip {
  color: #a8cefb;
}

.contact-three__calculator .about-one__form .noUi-horizontal .noUi-tooltip {
  font-weight: 400;
}

.contact-three__calculator .about-one__form .noUi-tooltip {
  border: 0px solid #D9D9D9;
  border-radius: 0px;
  background: var(--thm-primary);
  color: #a8cefb;
  padding: 0px;
}

.contact-three__calculator .about-one__form .noUi-connect {
  background-color: #ffffff;
}

.contact-three__calculator .noUi-connects {
  border-radius: 3px;
  background: #1a5cab;
}

.contact-three__calculator .about-one__form .input-box {
  margin-bottom: 34px;
}

.contact-three__calculator .about-one__form-content p {
  color: #ffffff;
}

.contact-three__calculator .about-one__form-content p span {
  font-size: 18px;
  font-weight: 400;
}

.contact-three__calculator .about-one__form-content p b {
  font-size: 18px;
  font-weight: 500;
  color: #a8cefb;
}

.contact-three__calculator .about-one__form-content p+p {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-three__calculator .about-one__form .thm-btn2 {
  margin-top: 32px;
  width: 100%;
  text-align: center;
}

.contact-three__calculator .about-one__form-content {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-top: 54px;
}

/***
==================================================
Testimonials Three
==================================================
***/
.testimonials-three {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
  z-index: 1;
}

.testimonials-three__inner {
  position: relative;
  display: block;
}

.testimonials-three__single {
  position: relative;
  display: block;
}

.testimonials-three__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-three__single-content .inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 36px 40px 28px;
  z-index: 1;
}

.testimonials-three__single-content:before {
  position: absolute;
  left: 40px;
  bottom: -30px;
  border-top: 30px solid #ffffff;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  width: 70px;
  content: "";
}

.testimonials-three__single-content .shape1 {
  position: absolute;
  right: 0px;
  bottom: -50px;
  z-index: -1;
}

.testimonials-three__single-content .shape2 {
  position: absolute;
  right: 0px;
  bottom: -155px;
  z-index: -2;
}

.testimonials-three__single-content .shape3 {
  position: absolute;
  right: -50px;
  bottom: 55px;
  opacity: 0.4;
  z-index: -3;
}

.testimonials-three__stars {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.testimonials-three__stars i:before {
  color: #ffb164;
  font-size: 15px;
}

.testimonials-three__single-content p {
  font-size: 18px;
  line-height: 36px;
}

.testimonials-three__single .author-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 105px;
  margin-top: 50px;
}

.testimonials-three__single .author-box .img-box {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--thm-base);
}

.testimonials-three__single .author-box .img-box img {
  width: 100%;
}

.testimonials-three__single .author-box .title-box {
  position: relative;
  display: block;
  margin-left: 15px;
}

.testimonials-three__single .author-box .title-box h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.testimonials-three__single .author-box .title-box p {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  text-transform: capitalize;
}

.testimonials-three__inner .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonials-three__inner .owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonials-three__inner .owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/***
==================================================
Benefits One
==================================================
***/
.benefits-one {
  position: relative;
  display: block;
  z-index: 1;
}

.benefits-one .shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.25;
}

.benefits-one::before {
  position: absolute;
  top: 95px;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-form-input);
  content: "";
  z-index: -1;
}

.benefits-one__img {
  position: relative;
  display: block;
  margin-right: 25px;
}

.benefits-one__img .shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.benefits-one__img img {
  width: auto;
  float: right;
}

.benefits-one__img .counter-box {
  position: absolute;
  left: -225px;
  bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 165px;
  height: 165px;
  background: #ffffff;
  border-radius: 50%;
  overflow: hidden;
}

.benefits-one__img .counter-box h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.benefits-one__img .counter-box p {
  margin: 0;
  line-height: 20px;
}

.benefits-one .odometer.odometer-auto-theme,
.benefits-one .odometer.odometer-theme-default {
  line-height: 30px;
}

.benefits-one__content {
  position: relative;
  display: block;
  padding-top: 220px;
  margin-left: 65px;
}

.benefits-one__content .sec-title-three {
  padding-bottom: 39px;
}

.benefits-one__content-list {
  position: relative;
  display: block;
}

.benefits-one__content-list li {
  position: relative;
  display: block;
  padding-left: 95px;
  margin-bottom: 26px;
}

.benefits-one__content-list li:last-child {
  margin-bottom: 0;
}

.benefits-one__content-list li .icon-box {
  position: absolute;
  top: 6px;
  left: 0;
}

.benefits-one__content-list li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 65px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.benefits-one__content-list li:hover .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.benefits-one__content-list li .text-box {
  position: relative;
  display: block;
}

.benefits-one__content-list li .text-box h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}

.benefits-one__content-list li .text-box p {
  margin: 0;
}

/***
==================================================
Call To Action Two
==================================================
***/
.call-to-action.style2 {
  position: relative;
  display: block;
  background: var(--thm-base);
  background-blend-mode: luminosity;
  background-attachment: scroll;
  padding: 115px 0px 123px;
}

.call-to-action.style2 .left-content h3 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.call-to-action.style2 .left-content p {
  margin-bottom: 11px;
}

.call-to-action.style2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -moz-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  opacity: 0.9;
}


/***
==================================================
Blog Two
==================================================
***/
.blog-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 113px;
  z-index: 1;
}

.blog-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-two__single-img {
  position: relative;
  display: block;
}

.blog-two__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
}


.blog-two__single-img .inner:before,
.blog-two__single-img .inner:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  z-index: 1;
}

.blog-two__single:hover .blog-two__single-img .inner::before {
  background-color: rgba(255, 255, 255, 0.2);
  right: 50%;
  left: 50%;
}

.blog-two__single:hover .blog-two__single-img .inner::after {
  background-color: rgba(255, 255, 255, 0.2);
  top: 50%;
  bottom: 50%;
}

.blog-two__single-img .inner .date-box {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 70px;
  height: 70px;
  background: var(--thm-base);
  z-index: 5;
}

.blog-two__single-img .inner .date-box h2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 18px;
  font-weight: 700;
}

.blog-two__single-img .inner .date-box h2 span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.blog-two__single-img .inner img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.blog-two__single:hover .blog-two__single-img .inner img {
  transform: scale(1);
}

.blog-two__single-content {
  position: relative;
  display: block;
  border: 1px solid #e6eaef;
  padding: 30px 40px 0px;
  border-top: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-two__single:hover .blog-two__single-content {
  border-color: var(--thm-black);
}

.blog-two__single-content-inner {
  position: relative;
  display: block;
}

.blog-two__single-content .meta-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 12px;
}

.blog-two__single-content .meta-box li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 0;
}

.blog-two__single-content .meta-box li::before {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  width: 1px;
  background: var(--thm-color);
  content: "";
  transform: rotate(20deg);
}

.blog-two__single-content .meta-box li:last-child:before {
  display: none;
}

.blog-two__single-content .meta-box li:last-child {
  margin-right: 0px;
}

.blog-two__single-content .meta-box li .icon {
  position: relative;
  display: block;
}

.blog-two__single-content .meta-box li .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 15px;
}

.blog-two__single-content .meta-box li .text {
  position: relative;
  display: block;
  margin-left: 5px;
  margin-top: 0;
}

.blog-two__single-content .meta-box li .text p {
  color: var(--thm-color);
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.blog-two__single-content .meta-box li .text p a {
  color: var(--thm-color);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-two__single-content .meta-box li .text p a:hover {
  color: var(--thm-base);
}

.blog-two__single-content h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 13px;
}

.blog-two__single-content h2 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-two__single-content h2 a:hover {
  color: var(--thm-base);
}

.blog-two__single-content p {
  margin: 0;
}

.blog-two__single-content .btn-box {
  position: relative;
  display: block;
  margin-top: 33px;
  margin-bottom: -24px;
  z-index: 1;
}

.blog-two__single-content .btn-box a {
  position: relative;
  display: block;
  color: var(--thm-color);
  font-size: 12px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background: #e6eaef;
  text-align: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.blog-two__single-content .btn-box a:hover {
  color: #ffffff;
  background: var(--thm-black);
}


/***
==================================================
Client Carousel Two
==================================================
***/
.client-carousel--two {
  position: relative;
  display: block;
  padding: 0px 0px 70px;
}

.client-carousel--two__inner {
  position: relative;
  display: block;
  border-top: 1px solid #e6eaef;
  padding-top: 70px;
}

.client-carousel--two .swiper-slide {
  position: relative;
  padding: 30px 0px 30px;
  z-index: 1;
}

.client-carousel--two .swiper-slide:hover img {
  opacity: 0.6;
}

.client-carousel--two .swiper-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-form-input);
  transform: scaleX(0.8) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 0;
  z-index: -1;
  content: "";
}

.client-carousel--two .swiper-slide:hover::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}


/***
==================================================
Footer Three
==================================================
***/
.site-footer--style3 {
  position: relative;
  display: block;
}

.site-footer--style3 .footer-widget__about p {
  margin-top: 23px;
  margin-bottom: 30px;
  color: #8e96a0;
}

.site-footer--style3 .footer-widget__about-phone-content span {
  font-size: 10px;
  color: #8e96a0;
}

.site-footer--style3 .footer-widget__about-phone-content h3 {
  font-size: 16px;
  font-weight: 500;
}

.site-footer--style3 .footer-widget__about-phone>i {
  font-size: 35px;
}

.site-footer--style3 .footer-widget__link-list li a {
  color: #8e96a0;
}

.site-footer--style3 .footer-widget__link-list li a:hover {
  color: var(--thm-base);
}

.site-footer--style3 .footer-widget__post-list-content span {
  font-weight: 700;
}

.site-footer--style3 .footer-widget__post-list-content h3 {

  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.site-footer--style3 .footer-widget__post-list-content h3 a {
  color: #8e96a0;
}

.site-footer--style3 .footer-widget__post-list-content h3 a:hover {
  color: var(--thm-base);
}

.site-footer--style3 .footer-widget__post-list li+li {
  border-top: 0px solid #ffffff1a;
  padding-top: 18px;
  margin-top: 25px;
}

.site-footer--style3 .footer-widget__contact h3 {
  font-size: 18px;
  font-weight: 500;
}

.site-footer--style3 .footer-widget__contact-list li a {
  color: #8e96a0;
  font-size: 14px;
}

.site-footer--style3 .footer-widget__contact-list li+li {
  padding-top: 15px;
  margin-top: 15px;
}

.site-footer--style3 .footer-widget__contact {
  background-color: #09192c;
  padding: 38px 40px 32px;
  border-radius: 4px;
}

.site-footer--style3 .footer-widget__title {
  font-size: 18px;
  font-weight: 500;
  margin-top: -3px;
}

.site-footer--style3 .footer-widget__post-list {
  margin-top: 35px;
}

.site-footer--style3 .footer-widget__link-list {
  margin-top: 21px;
}

.site-footer--style3.site-footer {
  padding-top: 100px;
  padding-bottom: 80px;
}

.site-footer--style3 .footer-widget__link {
  margin-left: 45px;
}

.site-footer--style3 .footer-widget__post {
  margin-left: 55px;
  margin-right: -30px;
}

.site-footer--style3 .footer-widget__contact {
  margin-left: 70px;
}


/***
==================================================
Bottom Footer Three
==================================================
***/
.bottom-footer.style3 {
  position: relative;
  display: block;
}

.bottom-footer.style3 p {
  color: #8e96a0;
}

.bottom-footer.style3 .bottom-footer__social a {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: var(--thm-black);
}

.bottom-footer.style3 .bottom-footer__social a:hover {
  background: var(--thm-base);
  color: #ffffff;
}

/***
==================================================
About Five
==================================================
***/
.about-five {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  z-index: 1;
}

.about-five__img {
  position: relative;
  display: block;
  margin-right: 40px;
  z-index: 1;
}

.about-five__img .shape1 {
  position: absolute;
  bottom: -90px;
  left: 50px;
  z-index: 1;
}

.about-five__img1 {
  position: relative;
  display: block;
  overflow: hidden;
  float: right;
  z-index: 2;
}

.about-five__img1::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.about-five__img1:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-five__img1 img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.about-five__img1:hover img {
  transform: scale(1);
}

.about-five__img2 {
  position: absolute;
  left: 0;
  bottom: -140px;
  z-index: 1;
}

.about-five__img2 img {
  width: 100%;
}

.about-five__content {
  position: relative;
  display: block;
}

.about-five__content .sec-title-three {
  padding-bottom: 29px;
}

.about-five__content-text1 {
  position: relative;
  display: block;
}

.about-five__content-text1 h3 {
  color: var(--thm-primary);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}

.about-five__content-text1 p {
  margin: 0;
}

.about-five__progress {
  position: relative;
  display: block;
  margin-top: 25px;
}

.about-five__progress-top {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 440px;
  width: 100%;
}

.about-five__progress-top h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.about-five__progress-top span {
  font-size: 16px;
  color: var(--thm-color);
}

.about-five__progress-bar {
  width: 100%;
  height: 13px;
  background-color: var(--thm-form-input);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.about-five__progress-bar>span {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  height: 100%;
  background-color: var(--thm-base);
}

.about-five__content-bottom {
  position: relative;
  display: block;
  margin-top: 46px;
}

.about-five__content-bottom-left {
  position: relative;
  display: block;
}

.about-five__content-bottom-left ul {
  position: relative;
  display: block;
}

.about-five__content-bottom-left ul li {
  position: relative;
  display: block;
  margin-bottom: 4px;
}

.about-five__content-bottom-left ul li:last-child {
  margin-bottom: 0;
}

.about-five__content-bottom-left ul li p {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.about-five__content-bottom-left ul li p span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 15px;
  padding-right: 4px;
}

.about-five__content-bottom-left .btn-box {
  position: relative;
  display: block;
  margin-top: 33px;
}

.about-five__content-bottom-left .btn-box .thm-btn2 {
  background: var(--thm-primary);
}

.about-five__content-bottom-right {
  position: relative;
  display: block;
  background-image: -moz-linear-gradient(0deg, rgb(0, 74, 161) 0%, rgb(0, 143, 213) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 74, 161) 0%, rgb(0, 143, 213) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 74, 161) 0%, rgb(0, 143, 213) 100%);
  box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.07);
  padding: 15px 15px 15px;
}

.about-five__content-bottom-right .inner {
  position: relative;
  display: block;
  background: var(--thm-black);
  border: 2px solid #ffffff;
  padding: 30px 30px 33px;
  padding-right: 35px;
}

.about-five__content-bottom-right-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3px;
}

.about-five__content-bottom-right-top .counter-box {
  position: relative;
  display: block;
}

.about-five__content-bottom-right-top .counter-box h2 {
  font-size: 48px;
  line-height: 0.8em !important;
  font-weight: 700;
  color: #fff;
  margin: 0;
  margin-bottom: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-five .odometer.odometer-auto-theme,
.about-five .odometer.odometer-theme-default {
  line-height: 0.8em;
}

.about-five__content-bottom-right-top .icon-box {
  position: relative;
  display: block;
}

.about-five__content-bottom-right-top .icon-box span::before {
  color: var(--thm-base);
  font-size: 45px;
}

.about-five__content-bottom-right .inner .text-box {
  position: relative;
  display: block;
}

.about-five__content-bottom-right .inner .text-box p {
  color: #ffffff;
}

/***
==================================================
Feature Six
==================================================
***/
.feature-six {
  position: relative;
  display: block;
  margin-bottom: -70px;
  z-index: 5;
}

.feature-six__inner {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 42px 60px 48px;
  padding-right: 0;
  z-index: 1;
}

.feature-six__inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-primary);
  height: 4px;
  content: "";
}

.feature-six__single {
  position: relative;
  display: block;
}

.feature-six__single::before {
  position: absolute;
  top: 8px;
  right: 20px;
  bottom: 4px;
  width: 1px;
  background: #e6eaef;
  content: "";
}

.feature-six__single.lc:before {
  display: none;
}

.feature-six__single-inner {
  position: relative;
  display: block;
  padding-left: 70px;
}

.feature-six__single .icon-box {
  position: absolute;
  top: 6px;
  left: 0;
}

.feature-six__single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 60px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.feature-six__single:hover .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.feature-six__single .content-box {
  position: relative;
  display: block;
}

.feature-six__single .content-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.feature-six__single .content-box h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.feature-six__single .content-box h3 a:hover {
  color: var(--thm-base);
}

.feature-six__single .content-box p {
  margin: 0;
}

/***
==================================================
Services Five
==================================================
***/
.services-four--five {
  position: relative;
  display: block;
  padding: 190px 0px 90px;
}

.services-four--five .container {
  position: static;
  max-width: 1500px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.services-four--five__inner {
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}

.services-four--five .services-four__single {
  width: 20%;
  float: left;
  padding: 0px 15px 0px;
}

.services-four--five .services-four__single-img .icon-box {
  position: absolute;
  left: 30px;
  bottom: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: var(--thm-base);
  border-radius: 50%;
  z-index: 5;
}

.services-four--five .services-four__single-img .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 32px;
}

.services-four--five .services-four__single-content {
  padding: 44px 30px 28px;
}

/***
==================================================
Benefits Two
==================================================
***/
.benefits-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
  z-index: 1;
}

.benefits-two__content {
  position: relative;
  display: block;
  max-width: 580px;
  width: 100%;
  padding-top: 120px;
}

.benefits-two__content .sec-title-three {
  padding-bottom: 30px;
}

.benefits-two__content-text1 {
  position: relative;
  display: block;
}

.benefits-two__content-text1 p {
  margin: 0;
}

.benefits-two__content-text2 {
  position: relative;
  display: block;
  margin-top: 59px;
}

.benefits-two__content-text2-single {
  position: relative;
  display: block;
}

.benefits-two__content-text2-single .icon-box {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.benefits-two__content-text2-single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 60px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.benefits-two__content-text2-single:hover .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.benefits-two__content-text2-single .content-box {
  position: relative;
  display: block;
}

.benefits-two__content-text2-single .content-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 35px;
}

.benefits-two__content-text2-single .content-box p {
  margin: 0;
}


.benefits-two__img {
  position: relative;
  display: block;
  margin-left: 21px;
}

.benefits-two__img img {
  width: auto;
}

.benefits-two__img .overlay-content {
  position: absolute;
  top: 120px;
  left: 120px;
  background: rgba(var(--thm-primary-rgb), 0.9);
  padding: 50px 50px 50px;
  z-index: 5;
}

.benefits-two__img .overlay-content .icon-box {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.benefits-two__img .overlay-content .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 65px;
}

.benefits-two__img .overlay-content .title-box {
  position: relative;
  display: block;
}

.benefits-two__img .overlay-content .title-box h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

.benefits-two__img .overlay-content .btn-box {
  position: relative;
  display: block;
  margin-top: 62px;
}

.benefits-two__img .overlay-content .btn-box .thm-btn2 {
  background: #ffffff;
  color: var(--thm-black);
  line-height: 45px;
}

.benefits-two__img .overlay-content .btn-box .thm-btn2:hover {
  color: #ffffff;
}

/***
==================================================
Testimonials Four
==================================================
***/
.testimonials-four {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
  z-index: 1;
}

.testimonials-four .container {
  position: static;
  max-width: 1490px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.testimonials-four__inner {
  position: relative;
  display: block;
}

.testimonials-four__single {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 10px 30px 28px 30px;
  z-index: 1;
}

.testimonials-four__single::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -moz-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  height: 70px;
  content: "";
}

.testimonials-four__single-inner {
  position: relative;
  display: block;
  padding-left: 150px;
}

.testimonials-four__single .left-content {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.testimonials-four__single .left-content .img-box {
  position: relative;
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.testimonials-four__single .left-content .img-box img {
  width: 100%;
}

.testimonials-four__stars {
  position: relative;
  display: block;
  margin-top: 16px;
}

.testimonials-four__stars i:before {
  color: #fcaf63;
  font-size: 15px;
}

.testimonials-four__single .left-content p {
  font-size: 14px;
  line-height: 24px;
}

.testimonials-four__single .right-content {
  position: relative;
  display: block;
  padding-top: 10px;
}

.testimonials-four__single .right-content h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 50px;
}

.testimonials-four__single .right-content p {
  margin: 0;
}


.testimonials-four__inner .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonials-four__inner .owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonials-four__inner .owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/***
==================================================
Slogan One
==================================================
***/
.slogan-one {
  position: relative;
  display: block;
}

.slogan-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.slogan-one__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--thm-black-rgb), 0.7);
  content: "";
  z-index: -2;
}

.slogan-one__inner {
  position: relative;
  display: block;
  padding: 106px 0px 200px;
}

.slogan-one__inner .title-box {
  position: relative;
  display: block;
}

.slogan-one__inner .title-box h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 700;
}

.slogan-one__inner .btn-box {
  position: relative;
  display: block;
  margin-top: 44px;
}

.slogan-one__inner .btn-box .btn1 {
  position: relative;
}

.slogan-one__inner .btn-box .btn2 {
  position: relative;
  margin-left: 6px;
  background: #ffffff;
  color: var(--thm-black);
}

.slogan-one__inner .btn-box .btn2:hover {
  color: #ffffff;
}

/***
==================================================
Slogan One
==================================================
***/
.counter-three {
  position: relative;
  display: block;
  margin-top: -80px;
  padding-bottom: 100px;
  z-index: 5;
}

.counter-three__inner {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 90px 100px 68px;
}

.counter-three__inner ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-three__inner ul li {
  position: relative;
  display: block;
  text-align: center;
  padding-right: 94px;
  margin-left: 62px;
}

.counter-three__inner ul li:last-child {
  padding-right: 0;
}

.counter-three__inner ul li:first-child {
  margin-left: 0;
}

.counter-three__inner ul li::before {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 4px;
  width: 1px;
  background: #e6eaef;
  content: "";
}

.counter-three__inner ul li:last-child:before {
  display: none;
}

.counter-three__inner ul li h2 {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 0.8em;
  font-weight: 700;
  margin-bottom: 14px;
}

.counter-three__inner ul li h2 .plus {
  position: absolute;
  top: -15px;
  right: -28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: var(--thm-base);
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}

.counter-three__inner ul li p {
  margin: 0;
}

.counter-three .odometer.odometer-auto-theme,
.counter-three .odometer.odometer-theme-default {
  line-height: 0.8em;
}


/***
==================================================
Contact Four
==================================================
***/
.contact-three--four {
  position: relative;
  display: block;
  margin-top: 0;
  z-index: 1;
}

.contact-three--four__img {
  position: absolute;
  right: 65px;
  bottom: 0;
  z-index: 2;
}

.contact-three--four::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -moz-linear-gradient(52deg, rgb(0, 143, 213) 0%, rgb(239, 242, 246) 100%);
  background-image: -webkit-linear-gradient(52deg, rgb(0, 143, 213) 0%, rgb(239, 242, 246) 100%);
  background-image: -ms-linear-gradient(52deg, rgb(0, 143, 213) 0%, rgb(239, 242, 246) 100%);
  z-index: -1;
  content: "";
}

.contact-four__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.15;
  background-blend-mode: darken;
  z-index: -1;
}

.contact-three--four .contact-three__content {
  position: relative;
  display: block;
  max-width: 410px;
  width: 100%;
  padding-top: 120px;
}

.contact-three--four .contact-three__content .sec-title-three .sub-title p {
  color: #ffffff;
}

.contact-three--four .contact-three__content .sec-title-three h2 {
  color: #ffffff;
}

.contact-three--four .contact-three__content .text-box p {
  color: #ffffff;
}

.contact-three--four .contact-three__content-list li p {
  color: #ffffff;
}

.contact-three--four .contact-three__content-list li p span::before {
  color: var(--thm-black);
}


.contact-three--four .contact-three__calculator .about-one__form {
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.contact-three--four .contact-three__calculator {
  position: relative;
  display: block;
  margin-left: 0px;
  max-width: 500px;
  width: 100%;
}

.contact-three--four .about-one__form .input-box__top {
  color: var(--thm-color);
}

.contact-three--four .contact-three__calculator .about-one__form .noUi-tooltip {
  background: #ffffff;
  color: var(--thm-color);
}

.contact-three--four .contact-three__calculator .about-one__form-content p {
  color: var(--thm-color);
}

.contact-three--four .contact-three__calculator .about-one__form-content p b {
  color: var(--thm-black);
}

.contact-three--four .contact-three__calculator .about-one__form .noUi-connect {
  background-color: var(--thm-base);
}

.contact-three--four .about-one__form .noUi-horizontal .noUi-handle {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.contact-three--four .contact-three__calculator .noUi-connects {
  background: #eff2f6;
}

.contact-three--four .contact-three__calculator .about-one__form-content p+p {
  border-top: 1px solid #e6eaef;
}

/***
==================================================
Blog Three
==================================================
***/
.blog-two.style3 {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
}

.blog-two.style3 .blog-two__single-content .meta-box {
  justify-content: left;
}

.blog-two.style3 .blog-two__single-content {
  padding: 40px 40px 22px;
  border: none;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.blog-two__single-img .date-box {
  position: absolute;
  left: 40px;
  bottom: -20px;
  width: 90px;
  height: 40px;
  background: var(--thm-base);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 5;
}

.blog-two__single-img .date-box p {
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

/***
==================================================
Cta Two
==================================================
***/
.cta-two {
  position: relative;
  display: block;
}

.cta-two__inner {
  position: relative;
  display: flex;
  align-items: center;
  background-image: -moz-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  padding: 74px 80px 69px;
  z-index: 1;
}

.cta-two__img {
  position: absolute;
  right: 65px;
  bottom: 0;
}

.cta-two__pattern {
  position: absolute;
  top: 0;
  left: 350px;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.cta-two__left {
  position: relative;
  display: block;
}

.cta-two__left p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.cta-two__left h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: capitalize;
}

.cta-two__right {
  position: relative;
  display: block;
  margin-left: 80px;
}

.cta-two__right ul {
  position: relative;
  display: block;
}

.cta-two__right ul li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.cta-two__right ul li p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
}

.cta-two__right ul li p span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  padding-right: 5px;
}

.main-header__five-bottom-btn {
  display: none;
}

@media (min-width: 768px) {
  .main-header__five-bottom-btn {
    display: block;
  }
}

/* ===============================================================
   Green Theme Override (Premium Visual System)
   Keep structure/layout unchanged; visual-only overrides.
=============================================================== */
:root {
  --thm-color: #35564a;
  --thm-color-rgb: 53, 86, 74;
  --thm-base: #1f6a4f;
  --thm-base-rgb: 31, 106, 79;
  --thm-primary: #123129;
  --thm-primary-rgb: 18, 49, 41;
  --thm-secondary: #ed4b4b;
  --thm-secondary-rgb: 237, 75, 75;
  --thm-special: #1f8a66;
  --thm-special-rgb: 31, 138, 102;
  --thm-black: #0f211c;
  --thm-black-rgb: 15, 33, 28;
  --thm-black2: #0b1714;
  --thm-black2-rgb: 11, 23, 20;
  --thm-text-dark: #ecf5f0c7;
  --thm-text-dark-rgb: 236, 245, 240;
  --thm-form-input: #ecf6f1;
  --surface-0: #f4fbf7;
  --surface-1: #ffffff;
  --surface-2: #f8fffb;
  --border-subtle: rgba(18, 49, 41, 0.14);
  --shadow-1: 0 10px 30px rgba(0, 0, 0, 0.08);
  --shadow-2: 0 20px 48px rgba(0, 0, 0, 0.14);
  --focus-mint: #2ecf9a;
  --ink-pressed: #0e2631;
}

/* Topbar removed globally (safe across all pages) */
.topbar {
  display: none !important;
}

body {
  background-color: var(--surface-0);
  color: var(--thm-color);
}

a {
  color: var(--thm-primary);
}

a:hover,
a:focus {
  color: var(--thm-base);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-black);
}

::selection {
  background: rgba(46, 207, 154, 0.24);
  color: #0c1f1a;
}

/* Header + sticky glass */
.main-header .main-menu {
  background: rgba(248, 255, 251, 0.82);
  border-bottom: 1px solid rgba(18, 49, 41, 0.1);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  backdrop-filter: blur(12px) saturate(130%);
}

.main-menu .main-menu__list,
.stricky-header .main-menu__list {
  border-right-color: rgba(18, 49, 41, 0.14);
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  color: #24463b;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: #102f27;
}

.main-menu .main-menu__list li.search-btn i,
.main-header__info-phone > i {
  color: var(--thm-base);
}

.stricky-header {
  background-color: rgba(226, 242, 235, 0.78);
  background-image:
    radial-gradient(125% 180% at -10% -20%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.08) 58%),
    radial-gradient(95% 140% at 110% 120%, rgba(89, 173, 137, 0.24) 0%, rgba(89, 173, 137, 0) 62%),
    linear-gradient(135deg, rgba(247, 253, 249, 0.68) 0%, rgba(224, 240, 232, 0.5) 100%);
  border-bottom: 1px solid rgba(18, 49, 41, 0.2);
}

.stricky-header::before {
  background:
    radial-gradient(32% 110% at 12% 38%, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.03) 72%),
    radial-gradient(36% 125% at 62% -15%, rgba(124, 205, 170, 0.3) 0%, rgba(124, 205, 170, 0) 74%),
    radial-gradient(34% 130% at 88% 80%, rgba(98, 179, 143, 0.26) 0%, rgba(98, 179, 143, 0) 75%);
}

.stricky-header.stricked-menu:not(.main-menu__two) .main-menu__list > li > a {
  color: #18372d;
}

.stricky-header.stricked-menu:not(.main-menu__two) .main-menu__list > li.current > a,
.stricky-header.stricked-menu:not(.main-menu__two) .main-menu__list > li:hover > a {
  color: #0d2a22;
}

/* Hero and page heading readability overlays */
.main-slider .swiper-slide .image-layer::before {
  background: linear-gradient(
    132deg,
    rgba(9, 26, 21, 0.64) 0%,
    rgba(14, 45, 36, 0.46) 56%,
    rgba(22, 70, 56, 0.3) 100%
  );
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

.main-slider .swiper-slide p {
  color: #d9eee4;
}

.page-header__bg {
  background-image:
    radial-gradient(128% 150% at -8% -18%, rgba(164, 210, 191, 0.32) 0%, rgba(164, 210, 191, 0.08) 34%, rgba(164, 210, 191, 0) 62%),
    radial-gradient(110% 140% at 112% 118%, rgba(123, 175, 154, 0.28) 0%, rgba(123, 175, 154, 0.06) 32%, rgba(123, 175, 154, 0) 62%),
    linear-gradient(122deg, #0c211b 0%, #123129 50%, #1d4f41 100%) !important;
}

/* Core surfaces */
.about-one__form,
.service-one__content,
.contact-one__content,
.loan-slider-box,
.loan-eligibility-form,
.faq-one #accordion li,
.service-details__content,
.service-sidebar__category,
.document-widget-post,
.thank-you,
.service-modern__kpi,
.service-modern__card,
.service-modern__step,
.service-modern__policy-card,
.news-article-card,
.article-shell,
.article-side-box {
  background-color: var(--surface-1);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-1);
}

.service-modern__panel,
.service-modern__cta {
  box-shadow: var(--shadow-2);
}

.faq-one #accordion li.active {
  border-color: rgba(18, 49, 41, 0.2);
}

/* Inputs and controls */
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea,
select,
.form-control,
.contact-one__form-input,
.bootstrap-select > .dropdown-toggle {
  background-color: var(--thm-form-input);
  border: 1px solid var(--border-subtle);
  color: #17362e;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
.form-control:focus,
.contact-one__form-input:focus,
.bootstrap-select > .dropdown-toggle:focus {
  border-color: rgba(31, 106, 79, 0.5);
  box-shadow: 0 0 0 3px rgba(46, 207, 154, 0.22);
}

/* Buttons */
.thm-btn,
.service-modern__cta-actions .thm-btn,
.search-popup__content .thm-btn {
  background: linear-gradient(145deg, #1f6a4f 0%, #2a7a5d 100%);
  border: 1px solid rgba(11, 49, 37, 0.35);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(12, 39, 31, 0.2);
}

.thm-btn:hover,
.service-modern__cta-actions .thm-btn:hover,
.search-popup__content .thm-btn:hover {
  background: #174f3d;
  border-color: rgba(11, 49, 37, 0.42);
  color: #ffffff;
}

.thm-btn:active,
.service-modern__cta-actions .thm-btn:active,
.search-popup__content .thm-btn:active {
  background: var(--ink-pressed);
  border-color: rgba(10, 35, 28, 0.46);
}

.service-modern__cta-alt {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(224, 248, 238, 0.62);
}

.service-modern__cta-alt:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.86);
}

/* Icon accents (keep size untouched) */
.service-icon {
  background: linear-gradient(145deg, #1f6a4f 0%, #184f3d 100%);
}

.service-one__card:hover .service-icon {
  background-color: #0f3026;
}

.footer-widget__about-phone > i,
.footer-widget__contact-list li a > i,
.contact-one__box > i,
.main-header__info-phone > i {
  color: var(--thm-base);
}

/* Footer dark system */
.site-footer {
  background-color: #0f221d;
  background-image:
    linear-gradient(160deg, rgba(9, 24, 20, 0.9) 0%, rgba(15, 34, 29, 0.88) 55%, rgba(20, 47, 40, 0.84) 100%),
    url(../images/backgrounds/footer-bg-1-1.jpg);
}

.footer-widget__contact {
  background-color: #0b1814;
  border: 1px solid rgba(143, 196, 173, 0.15);
}

.footer-widget__about p,
.footer-widget__link-list li a,
.footer-widget__post-list-content h3 a,
.footer-widget__contact-list li a {
  color: #c9dfd3;
}

.footer-widget__about-phone-content span,
.footer-widget__link-list li a i {
  color: #9ec3b2;
}

.footer-widget__post-list-content span,
.footer-widget__link-list li a:hover,
.footer-widget__post-list-content h3 a:hover {
  color: #6fd0a9;
}

.bottom-footer {
  background-color: #0a1512;
}

.bottom-footer__social a {
  background-color: rgba(214, 240, 229, 0.16);
}

.bottom-footer__social a:hover {
  background-color: var(--thm-base);
}

/* Premium interaction timing */
a,
button,
input,
textarea,
select,
.thm-btn,
.service-one__card,
.service-modern__card,
.service-modern__step,
.service-modern__policy-card,
.faq-one #accordion li {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

:focus-visible {
  outline: 2px solid rgba(46, 207, 154, 0.95);
  outline-offset: 2px;
}

/* ===============================================================
   Green Heading + Candy Tint Refinement
   Keep feature-one card gradients intact; apply subtle green tint only.
=============================================================== */
.block-title p,
.sec-title-two__tagline,
.sec-title-three .sub-title p {
  color: #1f6a4f !important;
}

.block-title p::after,
.sec-title-two__tagline::before {
  background-color: #1f6a4f !important;
}

.sec-title-three .sub-title p span {
  color: #1f6a4f !important;
}

.block-title h2,
.block-title .blog-title__h2,
.sec-title-two__title,
.sec-title-three h2 {
  color: #123129 !important;
}

/* Remove blue gradient text treatment for this header only */
.feature-one .block-title h2 {
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #123129 !important;
  color: #123129 !important;
}

.feature-one .block-title p {
  color: #1f6a4f !important;
}

/* Green candy overlay while preserving existing card gradients */
.feature-one__box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(10, 47, 36, 0.26) 0%,
    rgba(24, 93, 70, 0.18) 46%,
    rgba(46, 207, 154, 0.1) 100%
  );
  mix-blend-mode: multiply;
}

/* Trusted Company readability + icon color fix */
.trusted-company .block-title h2 {
  color: #ffffff !important;
}

.trusted-company .trusted-company__visual i,
.trusted-company .trusted-company__list-item i {
  color: #2ecf9a !important;
}

/* Trusted Company icon tile + sub-header contrast refinement */
.trusted-company .trusted-company__visual {
  border-color: rgba(46, 207, 154, 0.42) !important;
  background:
    radial-gradient(72% 78% at 26% 20%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 64%),
    linear-gradient(145deg, #1f6a4f 0%, #1a7e5c 52%, #2aa67b 100%) !important;
}

.trusted-company .trusted-company__visual i {
  color: #ffffff !important;
  text-shadow: 0 8px 18px rgba(8, 40, 31, 0.35);
}

.trusted-company .block-title p {
  color: #d3efe2 !important;
}

.trusted-company .block-title p::after {
  background-color: #7be0ba !important;
}

/* Home service cards: replace blue hover image overlay with green */
.service-one--home .service-one__image .post-thumbnail:before {
  background: linear-gradient(
    145deg,
    rgba(18, 49, 41, 0.86) 0%,
    rgba(31, 106, 79, 0.82) 56%,
    rgba(46, 207, 154, 0.72) 100%
  ) !important;
  opacity: 0.62;
}

/* Testimonials: Fiverr-like green for borrower title + icon badge */
.testimonials-one__box h3 {
  color: #1dbf73 !important;
}

.testimonials-one__box-info {
  background: linear-gradient(145deg, #1dbf73 0%, #129e60 100%) !important;
  -webkit-box-shadow: 0 10px 24px rgba(18, 72, 48, 0.24);
  box-shadow: 0 10px 24px rgba(18, 72, 48, 0.24);
}

/* Testimonials cards: lock title/subtitle to consistent bottom position */
.testimonials-one__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.testimonials-one__box p {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.testimonials-one__box h3 {
  margin-top: auto;
  margin-bottom: 7px;
}

.testimonials-one__box .testi_sname {
  display: block;
  min-height: 1.4em;
}

/* Temporary: hide all social media icon groups site-wide */
.topbar__social,
.mobile-nav__social,
.bottom-footer__social,
.team-card__social,
.team-one__social,
.team-details__social,
.site-footer-two__widget__social {
  display: none !important;
}

/* Trusted company: remove bluish cast, keep deep green/ink background */
.trusted-company {
  background-color: #0f241d !important;
  background-image:
    radial-gradient(120% 150% at -10% -15%, rgba(74, 145, 113, 0.2) 0%, rgba(74, 145, 113, 0) 55%),
    radial-gradient(100% 140% at 108% 120%, rgba(46, 207, 154, 0.12) 0%, rgba(46, 207, 154, 0) 60%),
    linear-gradient(135deg, #0b1b17 0%, #123129 52%, #153b31 100%) !important;
}

.trusted-company__bg {
  opacity: 0.055 !important;
  filter: hue-rotate(86deg) saturate(62%) brightness(82%);
}

/* Header/sticky icon + support text color correction */
.main-header .main-menu__list li.search-btn i,
.stricky-header .main-menu__list li.search-btn i,
.stricky-header.stricked-menu:not(.main-menu__two) .main-menu__list li.search-btn i,
.main-header .main-header__info-phone > i,
.stricky-header .main-header__info-phone > i,
.stricky-header.stricked-menu:not(.main-menu__two) .main-header__info-phone > i {
  color: #1f6a4f !important;
}

.main-header .main-header__info-phone-content span,
.stricky-header .main-header__info-phone-content span {
  color: #2f755b !important;
}

.main-header .main-header__info-phone-content h3,
.main-header .main-header__info-phone-content h3 a,
.stricky-header .main-header__info-phone-content h3,
.stricky-header .main-header__info-phone-content h3 a {
  color: #123129 !important;
}

/* Floating WhatsApp CTA (kept clear of back-to-top button) */
.whatsapp-float {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(145deg, #25d366 0%, #1fb55a 100%);
  color: #ffffff;
  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: 28px;
  line-height: 1;
  z-index: 998;
  -webkit-box-shadow: 0 12px 24px rgba(14, 87, 45, 0.28);
  box-shadow: 0 12px 24px rgba(14, 87, 45, 0.28);
  -webkit-transition: bottom 420ms ease, background 240ms ease;
  transition: bottom 420ms ease, background 240ms ease;
}

.whatsapp-float.is-shifted {
  bottom: 114px;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: #ffffff;
  background: linear-gradient(145deg, #1fc75d 0%, #199b4e 100%);
}

@media (max-width: 767px) {
  .whatsapp-float {
    right: 20px;
    bottom: 20px;
  }

  .whatsapp-float.is-shifted {
    bottom: 94px;
  }
}

/* Contact page info card fix: prevent cropped look + keep icons visible */
.contact-one .contact-one__content {
  background-image: none !important;
  border-radius: 4px;
  overflow: hidden;
  padding: 28px 28px 20px !important;
}

.contact-one .contact-one__box i,
.contact-one .contact-one__box i::before,
.contact-one .contact-one__box:hover i,
.contact-one .contact-one__box:hover i::before {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .contact-one .contact-one__content {
    padding: 22px 18px 16px !important;
  }
}

/* Independent process timeline section */
.process-timeline-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 100px 0;
  background:
    radial-gradient(120% 140% at -10% -20%, rgba(108, 186, 149, 0.22) 0%, rgba(108, 186, 149, 0) 58%),
    radial-gradient(90% 120% at 108% 118%, rgba(46, 207, 154, 0.14) 0%, rgba(46, 207, 154, 0) 62%),
    linear-gradient(138deg, rgba(12, 36, 29, 0.93) 0%, rgba(18, 49, 41, 0.9) 52%, rgba(24, 73, 59, 0.9) 100%),
    url(../images/shapes/trust-bg-1-1.png);
  background-size: cover, cover, cover, cover;
  background-position: center center, center center, center center, center center;
}

.process-timeline-section .block-title {
  margin-bottom: 40px;
}

.process-timeline-section .block-title h2 {
  color: #ffffff !important;
}

.process-timeline-section .block-title p.process-timeline-section__eyebrow {
  color: #effff7 !important;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(5, 24, 18, 0.36);
  letter-spacing: 0.05em;
}

.process-timeline-section .block-title p.process-timeline-section__eyebrow::after {
  background-color: #9df2cf !important;
}

.process-timeline-section__eyebrow i {
  color: #ffffff;
  background: linear-gradient(145deg, #1f6a4f 0%, #2ea97d 100%);
  border: 1px solid rgba(235, 255, 247, 0.65);
  border-radius: 999px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 8px;
  font-size: 13px;
  -webkit-box-shadow: 0 6px 16px rgba(7, 39, 29, 0.28);
  box-shadow: 0 6px 16px rgba(7, 39, 29, 0.28);
}

.process-timeline {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 84px;
  overflow: visible;
  counter-reset: processStep;
}

.process-timeline::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 36px;
  bottom: 36px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8ef0c6 0%, #52c795 50%, #2f8d69 100%);
  -webkit-box-shadow: 0 0 0 1px rgba(198, 255, 232, 0.34), 0 0 18px rgba(98, 214, 166, 0.34);
  box-shadow: 0 0 0 1px rgba(198, 255, 232, 0.34), 0 0 18px rgba(98, 214, 166, 0.34);
}

.process-timeline::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 34px;
  bottom: 34px;
  width: 12px;
  border-radius: 999px;
  background: rgba(146, 238, 202, 0.2);
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.process-step {
  position: relative;
  counter-increment: processStep;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  background-color: #ffffff;
  border: 1px solid rgba(18, 49, 41, 0.12);
  border-radius: 8px;
  padding: 26px 30px 26px 96px;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  overflow: visible;
}

.process-step + .process-step {
  margin-top: 18px;
}

.process-step::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  width: 60px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(142, 240, 197, 0.95) 0%, rgba(76, 181, 139, 0.45) 100%);
  -webkit-box-shadow: 0 0 10px rgba(117, 222, 176, 0.42);
  box-shadow: 0 0 10px rgba(117, 222, 176, 0.42);
}

.process-step::after {
  content: "";
  position: absolute;
  left: -67px;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #e6fff1;
  border: 3px solid #1f6a4f;
  -webkit-box-shadow: 0 0 0 3px rgba(166, 245, 212, 0.24), 0 4px 14px rgba(23, 89, 64, 0.34);
  box-shadow: 0 0 0 3px rgba(166, 245, 212, 0.24), 0 4px 14px rgba(23, 89, 64, 0.34);
}

.process-step__marker {
  position: absolute;
  left: -36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 72px;
  height: 72px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #1f6a4f 0%, #174f3d 100%);
  color: #ffffff;
  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: 0;
  border: 1px solid rgba(239, 255, 248, 0.48);
  -webkit-box-shadow: 0 10px 20px rgba(13, 64, 48, 0.32);
  box-shadow: 0 10px 20px rgba(13, 64, 48, 0.32);
}

.process-step__marker::before {
  content: counter(processStep, decimal-leading-zero);
  font-family: var(--heading-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #effff8;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 8px rgba(5, 27, 20, 0.35);
}

.process-step__marker::after {
  display: none;
}

.process-step:last-child .process-step__marker::after {
  display: none;
}

.process-step__content h3 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.05;
  color: #10251f;
}

.process-step__content {
  position: relative;
  width: 100%;
  padding-left: 42px;
}

.process-step:not(:last-child) .process-step__content::after {
  display: none;
}

.process-step:not(:last-child) .process-step__content::before {
  content: "\f107";
  position: absolute;
  left: -10px;
  top: 50%;
  z-index: 2;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  color: #1d7557;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 0 8px 16px rgba(17, 68, 51, 0.12);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.process-step__content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: #27453b;
}

.process-timeline__actions {
  margin-top: 30px;
  text-align: center;
}

.process-timeline__actions .thm-btn {
  min-width: 220px;
}

@media (max-width: 991px) {
  .process-timeline-section {
    padding: 80px 0;
  }

  .process-timeline {
    padding-left: 72px;
  }

  .process-step {
    padding: 22px 22px 22px 84px;
  }

  .process-step::before {
    left: -48px;
    width: 48px;
  }

  .process-step::after {
    left: -55px;
    width: 13px;
    height: 13px;
    border-width: 3px;
  }

  .process-step__marker {
    left: -32px;
    width: 64px;
    height: 64px;
  }

  .process-step__marker::before {
    font-size: 26px;
  }

  .process-step__content h3 {
    font-size: 24px;
  }

  .process-step__content {
    padding-left: 36px;
  }

  .process-step:not(:last-child) .process-step__content::before {
    left: -8px;
    font-size: 20px;
  }

  .process-step__content p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .process-timeline-section {
    padding: 64px 0;
  }

  .process-timeline {
    padding-left: 56px;
  }

  .process-timeline::before {
    left: 16px;
    top: 30px;
    bottom: 30px;
    width: 3px;
  }

  .process-timeline::after {
    left: 13px;
    top: 28px;
    bottom: 28px;
    width: 8px;
  }

  .process-step {
    gap: 16px;
    padding: 18px 14px 18px 70px;
  }

  .process-step::before {
    left: -40px;
    width: 40px;
    height: 2px;
  }

  .process-step::after {
    left: -45px;
    width: 10px;
    height: 10px;
    border-width: 2px;
    -webkit-box-shadow: 0 0 0 2px rgba(166, 245, 212, 0.24), 0 4px 10px rgba(23, 89, 64, 0.3);
    box-shadow: 0 0 0 2px rgba(166, 245, 212, 0.24), 0 4px 10px rgba(23, 89, 64, 0.3);
  }

  .process-step__marker {
    left: -29px;
    width: 58px;
    height: 58px;
  }

  .process-step__marker::before {
    font-size: 22px;
  }

  .process-step__content h3 {
    font-size: 21px;
  }

  .process-step__content {
    padding-left: 30px;
  }

  .process-step:not(:last-child) .process-step__content::before {
    left: -7px;
    font-size: 18px;
  }

  .process-step__content p {
    font-size: 16px;
    line-height: 1.38;
  }

  .process-timeline__actions {
    margin-top: 22px;
  }

  .process-timeline__actions .thm-btn {
    width: 100%;
    max-width: 320px;
  }
}

/* About page story + founders premium section */
.about-story {
  position: relative;
  background:
    radial-gradient(120% 160% at -5% -10%, rgba(65, 153, 117, 0.16) 0%, rgba(65, 153, 117, 0) 58%),
    radial-gradient(80% 120% at 105% 115%, rgba(46, 207, 154, 0.12) 0%, rgba(46, 207, 154, 0) 62%),
    linear-gradient(180deg, #f3faf6 0%, #edf7f2 100%);
}

.about-story__panel {
  border-radius: 14px;
  padding: 40px 42px;
  border: 1px solid rgba(18, 49, 41, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 251, 247, 0.95) 100%);
  -webkit-box-shadow: 0 18px 44px rgba(12, 33, 26, 0.12);
  box-shadow: 0 18px 44px rgba(12, 33, 26, 0.12);
}

.about-story .block-title h2 {
  color: #123129;
  max-width: 760px;
}

.about-story .block-title p {
  color: #1f6a4f;
}

.about-story__lead,
.about-story .block-text {
  color: #2c4a3f;
  margin-left: 0;
}

.about-story__lead {
  font-weight: 600;
}

.about-story__timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.about-story__milestone {
  position: relative;
  min-height: 226px;
  -webkit-perspective: 1400px;
  perspective: 1400px;
}

.about-story__milestone-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 226px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 720ms cubic-bezier(0.23, 0.78, 0.24, 1);
  transition: -webkit-transform 720ms cubic-bezier(0.23, 0.78, 0.24, 1);
  transition: transform 720ms cubic-bezier(0.23, 0.78, 0.24, 1);
  transition: transform 720ms cubic-bezier(0.23, 0.78, 0.24, 1), -webkit-transform 720ms cubic-bezier(0.23, 0.78, 0.24, 1);
}

.about-story__milestone:hover .about-story__milestone-inner,
.about-story__milestone:focus-within .about-story__milestone-inner {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.about-story__milestone-face {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  border: 1px solid rgba(18, 49, 41, 0.14);
  padding: 18px 18px 16px;
  -webkit-box-shadow: 0 12px 24px rgba(7, 28, 21, 0.11);
  box-shadow: 0 12px 24px rgba(7, 28, 21, 0.11);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-story__milestone-face--front {
  background:
    radial-gradient(92% 120% at 100% 0%, rgba(212, 255, 241, 0.28) 0%, rgba(212, 255, 241, 0) 60%),
    linear-gradient(140deg, rgba(15, 85, 73, 0.96) 0%, rgba(19, 95, 82, 0.95) 55%, rgba(24, 110, 92, 0.94) 100%);
  border-color: rgba(209, 255, 236, 0.36);
  -webkit-box-shadow: 0 14px 28px rgba(8, 31, 24, 0.2);
  box-shadow: 0 14px 28px rgba(8, 31, 24, 0.2);
}

.about-story__milestone-face--back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  border-color: rgba(205, 252, 232, 0.32);
  background:
    radial-gradient(96% 120% at 100% 0%, rgba(173, 249, 217, 0.2) 0%, rgba(173, 249, 217, 0) 62%),
    linear-gradient(145deg, rgba(12, 50, 42, 0.97) 0%, rgba(16, 67, 57, 0.96) 56%, rgba(25, 87, 74, 0.95) 100%);
  -webkit-box-shadow: 0 14px 28px rgba(6, 24, 19, 0.24);
  box-shadow: 0 14px 28px rgba(6, 24, 19, 0.24);
}

.about-story__milestone--foundation .about-story__milestone-face--back {
  background:
    radial-gradient(96% 120% at 100% 0%, rgba(188, 237, 255, 0.24) 0%, rgba(188, 237, 255, 0) 62%),
    linear-gradient(145deg, rgba(10, 52, 83, 0.98) 0%, rgba(12, 69, 106, 0.97) 56%, rgba(16, 90, 124, 0.96) 100%);
  border-color: rgba(188, 237, 255, 0.34);
}

.about-story__milestone--foundation .about-story__milestone-face--front {
  background:
    radial-gradient(90% 116% at 100% 0%, rgba(199, 243, 255, 0.26) 0%, rgba(199, 243, 255, 0) 60%),
    linear-gradient(140deg, rgba(20, 73, 106, 0.96) 0%, rgba(22, 87, 121, 0.95) 55%, rgba(27, 98, 137, 0.94) 100%);
  border-color: rgba(199, 243, 255, 0.34);
}

.about-story__milestone--workflow .about-story__milestone-face--back {
  background:
    radial-gradient(96% 120% at 100% 0%, rgba(225, 206, 255, 0.24) 0%, rgba(225, 206, 255, 0) 62%),
    linear-gradient(145deg, rgba(62, 34, 98, 0.98) 0%, rgba(85, 47, 128, 0.97) 56%, rgba(110, 66, 153, 0.96) 100%);
  border-color: rgba(225, 206, 255, 0.34);
}

.about-story__milestone--workflow .about-story__milestone-face--front {
  background:
    radial-gradient(90% 116% at 100% 0%, rgba(235, 220, 255, 0.24) 0%, rgba(235, 220, 255, 0) 60%),
    linear-gradient(140deg, rgba(87, 57, 128, 0.96) 0%, rgba(102, 67, 142, 0.95) 55%, rgba(120, 84, 158, 0.94) 100%);
  border-color: rgba(235, 220, 255, 0.34);
}

.about-story__milestone--compliance .about-story__milestone-face--back {
  background:
    radial-gradient(96% 120% at 100% 0%, rgba(255, 231, 188, 0.24) 0%, rgba(255, 231, 188, 0) 62%),
    linear-gradient(145deg, rgba(105, 61, 18, 0.98) 0%, rgba(132, 79, 24, 0.97) 56%, rgba(154, 98, 32, 0.96) 100%);
  border-color: rgba(255, 231, 188, 0.34);
}

.about-story__milestone--compliance .about-story__milestone-face--front {
  background:
    radial-gradient(90% 116% at 100% 0%, rgba(255, 237, 210, 0.23) 0%, rgba(255, 237, 210, 0) 60%),
    linear-gradient(140deg, rgba(141, 85, 33, 0.96) 0%, rgba(162, 101, 40, 0.95) 55%, rgba(182, 118, 48, 0.94) 100%);
  border-color: rgba(255, 237, 210, 0.34);
}

.about-story__milestone--today .about-story__milestone-face--back {
  background:
    radial-gradient(96% 120% at 100% 0%, rgba(180, 255, 229, 0.24) 0%, rgba(180, 255, 229, 0) 62%),
    linear-gradient(145deg, rgba(10, 76, 55, 0.98) 0%, rgba(14, 98, 69, 0.97) 56%, rgba(19, 122, 82, 0.96) 100%);
  border-color: rgba(180, 255, 229, 0.34);
}

.about-story__milestone--today .about-story__milestone-face--front {
  background:
    radial-gradient(90% 116% at 100% 0%, rgba(203, 255, 234, 0.24) 0%, rgba(203, 255, 234, 0) 60%),
    linear-gradient(140deg, rgba(16, 101, 77, 0.96) 0%, rgba(21, 120, 90, 0.95) 55%, rgba(27, 137, 102, 0.94) 100%);
  border-color: rgba(203, 255, 234, 0.34);
}

.about-story__milestone--foundation .about-story__year {
  background: linear-gradient(135deg, #2a7db1 0%, #1b4d7b 100%);
}

.about-story__milestone--workflow .about-story__year {
  background: linear-gradient(135deg, #915dcf 0%, #5b3a9a 100%);
}

.about-story__milestone--compliance .about-story__year {
  background: linear-gradient(135deg, #d7943f 0%, #925920 100%);
}

.about-story__milestone--today .about-story__year {
  background: linear-gradient(135deg, #1f9f71 0%, #136548 100%);
}

.about-story__year {
  display: inline-block;
  align-self: flex-start;
  min-width: 74px;
  margin-bottom: 8px;
  border-radius: 999px;
  padding: 4px 12px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #1f6a4f 0%, #123129 100%);
}

.about-story__milestone-face h3 {
  margin: 2px 0 8px;
  color: #123129;
  font-size: 26px;
}

.about-story__milestone-face p {
  margin: 0;
  color: #2d4f42;
}

.about-story__milestone-face--front h3 {
  color: #ffffff;
}

.about-story__milestone-face--front p {
  color: rgba(236, 255, 247, 0.94);
}

.about-story__milestone-face--back h3 {
  color: #ffffff;
}

.about-story__milestone-face--back p {
  color: rgba(234, 255, 245, 0.93);
}

.about-story__milestone-list {
  margin: 2px 0 0;
}

.about-story__milestone-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(232, 255, 245, 0.92);
}

.about-story__milestone-list li + li {
  margin-top: 7px;
}

.about-story__milestone-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  background: #dcfff2;
  -webkit-box-shadow: 0 0 0 4px rgba(220, 255, 242, 0.16);
  box-shadow: 0 0 0 4px rgba(220, 255, 242, 0.16);
}

.about-story__milestone-hint {
  margin-top: auto;
  color: rgba(231, 255, 245, 0.88);
  font-size: 13px;
  font-weight: 600;
}

.about-story__closing {
  margin: 20px 0 0;
  font-size: clamp(20px, 1.9vw, 30px);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #123129;
  text-align: center;
}

.about-story__actions {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-story__btn-alt {
  background: linear-gradient(145deg, #154b3a 0%, #0f3127 100%) !important;
}

.about-story__btn-alt:hover {
  background: linear-gradient(145deg, #1f6a4f 0%, #154b3a 100%) !important;
}

.about-story__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #1b5f48;
}

.about-story__link:hover {
  color: #123129;
}

.founders-section {
  position: relative;
  padding: 110px 0 90px;
  background:
    radial-gradient(90% 140% at 0% 100%, rgba(35, 111, 81, 0.14) 0%, rgba(35, 111, 81, 0) 62%),
    linear-gradient(180deg, #f6fcf8 0%, #edf8f2 100%);
}

.founders-section .block-title h2 {
  color: #123129;
}

.founders-section .block-title p {
  color: #1f6a4f;
}

.founders-section__intro {
  max-width: 760px;
  margin: -8px auto 32px;
  text-align: center;
  color: #38574c;
}

.founders-section__cta {
  max-width: 860px;
  margin: 0 auto 34px;
  border-radius: 12px;
  border: 1px solid rgba(18, 49, 41, 0.14);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.97) 0%, rgba(236, 248, 242, 0.95) 100%);
  -webkit-box-shadow: 0 12px 26px rgba(9, 39, 29, 0.1);
  box-shadow: 0 12px 26px rgba(9, 39, 29, 0.1);
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

.founders-section__cta p {
  margin: 0;
  font-weight: 600;
  color: #234638;
}

.founders-section__cta-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.founders-section__cta-call {
  background: linear-gradient(145deg, #154b3a 0%, #0f3127 100%) !important;
}

.founders-section__cta-call:hover {
  background: linear-gradient(145deg, #1f6a4f 0%, #154b3a 100%) !important;
}

.founders-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(18, 49, 41, 0.15);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.97) 0%, rgba(241, 251, 246, 0.95) 100%);
  -webkit-box-shadow: 0 16px 36px rgba(9, 31, 24, 0.11);
  box-shadow: 0 16px 36px rgba(9, 31, 24, 0.11);
  height: 100%;
}

.founders-card__photo {
  height: 260px;
  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;
  background:
    linear-gradient(140deg, rgba(26, 97, 72, 0.95) 0%, rgba(18, 49, 41, 0.96) 68%),
    repeating-linear-gradient(135deg, rgba(182, 255, 225, 0.16) 0 10px, rgba(182, 255, 225, 0.03) 10px 20px);
  color: #d9f8e9;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.founders-card__photo span {
  border: 1px dashed rgba(230, 255, 244, 0.55);
  border-radius: 999px;
  padding: 8px 16px;
}

.founders-card__content {
  padding: 26px 26px 28px;
}

.founders-card__eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1f6a4f;
  font-weight: 700;
}

.founders-card__content h3 {
  margin: 0 0 7px;
  color: #0f2922;
}

.founders-card__role {
  margin: 0 0 14px;
  color: #2f6b54;
  font-weight: 600;
}

.founders-card__content p {
  color: #36584b;
}

.founders-card__list {
  margin: 16px 0 0;
}

.founders-card__list li {
  position: relative;
  padding-left: 18px;
  color: #28453a;
}

.founders-card__list li + li {
  margin-top: 6px;
}

.founders-card__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2ecf9a;
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-box-shadow: 0 0 0 4px rgba(46, 207, 154, 0.16);
  box-shadow: 0 0 0 4px rgba(46, 207, 154, 0.16);
}

@media (max-width: 991px) {
  .about-story__panel {
    padding: 32px 28px;
  }

  .about-story__actions .thm-btn {
    min-width: 180px;
  }

  .about-story__timeline {
    grid-template-columns: 1fr;
  }

  .about-story__milestone {
    min-height: auto;
    -webkit-perspective: none;
    perspective: none;
  }

  .about-story__milestone-inner {
    min-height: auto;
    -webkit-transform: none !important;
    transform: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .about-story__milestone-face {
    position: relative;
    inset: auto;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }

  .about-story__milestone-face--back {
    -webkit-transform: none;
    transform: none;
  }

  .about-story__milestone-hint {
    display: none;
  }

  .founders-section {
    padding: 90px 0 78px;
  }

  .founders-section__cta {
    padding: 16px;
    margin-bottom: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .founders-card__photo {
    height: 230px;
  }
}

@media (max-width: 767px) {
  .about-story__panel {
    padding: 26px 20px;
    border-radius: 10px;
  }

  .about-story__closing {
    font-size: clamp(18px, 5.2vw, 22px);
    line-height: 1.3;
  }

  .founders-section__intro {
    margin: -4px auto 26px;
  }

  .about-story__actions {
    gap: 10px;
  }

  .about-story__actions .thm-btn {
    width: 100%;
    text-align: center;
  }

  .about-story__link {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-story__milestone-face {
    padding: 16px 14px 14px;
    border-radius: 10px;
  }

  .about-story__milestone-face h3 {
    font-size: 24px;
  }

  .founders-section__cta {
    margin-bottom: 24px;
  }

  .founders-section__cta-actions {
    width: 100%;
  }

  .founders-section__cta-actions .thm-btn {
    width: 100%;
    text-align: center;
  }

  .founders-card {
    margin-bottom: 20px;
  }

  .founders-card__photo {
    height: 208px;
  }

  .founders-card__content {
    padding: 22px 18px;
  }
}

/* About page: Why Choose section green candy cards */
.why-choose-one--glass {
  background:
    radial-gradient(115% 130% at 0% 0%, rgba(147, 233, 197, 0.26) 0%, rgba(147, 233, 197, 0) 55%),
    radial-gradient(105% 135% at 100% 100%, rgba(117, 214, 173, 0.22) 0%, rgba(117, 214, 173, 0) 58%),
    linear-gradient(145deg, #edf8f2 0%, #dff1e7 52%, #e8f6ef 100%) !important;
}

.why-choose-one--glass .service-one__content {
  border: 1px solid rgba(18, 49, 41, 0.12) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 250, 246, 0.96) 100%) !important;
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-box-shadow: 0 14px 28px rgba(9, 39, 29, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 14px 28px rgba(9, 39, 29, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
  position: relative;
  overflow: hidden;
}

.why-choose-one--glass .service-one__content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(46, 207, 154, 0.84) 0%, rgba(31, 106, 79, 0.82) 100%);
}

.why-choose-one--glass .service-one__content::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -48px;
  top: -62px;
  border-radius: 50%;
  opacity: 0.52;
  pointer-events: none;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95) 0%, rgba(220, 248, 236, 0.6) 34%, rgba(220, 248, 236, 0) 70%);
}

.why-choose-one--glass .service-one__content h3 a {
  color: #123129 !important;
}

.why-choose-one--glass .service-one__content h3 a:hover {
  color: #1f6a4f !important;
}

.why-choose-one--glass .service-one__content p {
  color: #2f4d42 !important;
}

.why-choose-one--glass .service-one__card:hover .service-one__content {
  border-color: rgba(31, 106, 79, 0.28) !important;
  -webkit-box-shadow: 0 18px 34px rgba(7, 33, 25, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 18px 34px rgba(7, 33, 25, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

.why-choose-one--glass .row > [class*="col-"]:nth-child(1) .service-one__content {
  background: linear-gradient(145deg, rgba(249, 255, 252, 0.98) 0%, rgba(235, 250, 243, 0.98) 100%) !important;
}

.why-choose-one--glass .row > [class*="col-"]:nth-child(2) .service-one__content {
  background: linear-gradient(145deg, rgba(249, 255, 251, 0.98) 0%, rgba(228, 247, 238, 0.98) 100%) !important;
}

.why-choose-one--glass .row > [class*="col-"]:nth-child(3) .service-one__content {
  background: linear-gradient(145deg, rgba(249, 255, 252, 0.98) 0%, rgba(232, 248, 241, 0.98) 100%) !important;
}

.why-choose-one--glass .row > [class*="col-"]:nth-child(4) .service-one__content {
  background: linear-gradient(145deg, rgba(250, 255, 252, 0.98) 0%, rgba(229, 246, 237, 0.98) 100%) !important;
}

.why-choose-one--glass .row > [class*="col-"]:nth-child(5) .service-one__content {
  background: linear-gradient(145deg, rgba(250, 255, 253, 0.98) 0%, rgba(231, 249, 242, 0.98) 100%) !important;
}

.why-choose-one--glass .row > [class*="col-"]:nth-child(6) .service-one__content {
  background: linear-gradient(145deg, rgba(249, 255, 252, 0.98) 0%, rgba(227, 246, 236, 0.98) 100%) !important;
}

/* Homepage: single-source qualification + loan types hub */
.loan-hub {
  padding-top: 86px;
  padding-bottom: 86px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 140% at -8% -10%, rgba(92, 182, 143, 0.22) 0%, rgba(92, 182, 143, 0) 56%),
    radial-gradient(100% 130% at 108% 112%, rgba(46, 207, 154, 0.2) 0%, rgba(46, 207, 154, 0) 62%),
    linear-gradient(135deg, #eef8f3 0%, #e0f1e8 52%, #ebf7f1 100%);
}

.loan-hub .block-title p {
  color: #1f6a4f !important;
}

.loan-hub .block-title p::after {
  background-color: #1f6a4f !important;
}

.loan-hub .block-title h2 {
  color: #123129 !important;
}

.loan-hub__row {
  margin-top: 6px;
}

.loan-hub__card {
  height: 100%;
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(18, 49, 41, 0.14);
  padding: 26px 26px 24px;
  background:
    linear-gradient(148deg, rgba(255, 255, 255, 0.97) 0%, rgba(241, 251, 246, 0.96) 100%);
  -webkit-box-shadow: 0 16px 32px rgba(9, 34, 26, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 32px rgba(9, 34, 26, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  overflow: hidden;
}

.loan-hub__card--primary {
  border-radius: 16px;
  border-color: rgba(23, 82, 61, 0.2);
  background:
    radial-gradient(90% 120% at 104% -10%, rgba(171, 238, 211, 0.35) 0%, rgba(171, 238, 211, 0) 56%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 250, 245, 0.98) 100%);
  -webkit-box-shadow: 0 20px 42px rgba(8, 36, 28, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 42px rgba(8, 36, 28, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.loan-hub__card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #2ecf9a 0%, #1f6a4f 100%);
}

.loan-hub__card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  right: -64px;
  top: -70px;
  background: radial-gradient(circle at 34% 34%, rgba(255, 255, 255, 0.92) 0%, rgba(218, 247, 234, 0.58) 36%, rgba(218, 247, 234, 0) 72%);
  opacity: 0.54;
  pointer-events: none;
}

.loan-hub__card h3 {
  margin: 0 0 18px;
  color: #123129;
  font-size: 29px;
}

.loan-hub__list {
  margin: 0;
}

.loan-hub__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #24473b;
  font-weight: 600;
  line-height: 1.35;
}

.loan-hub__list li + li {
  margin-top: 12px;
}

.loan-hub__list li i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
  color: #ffffff;
  background: linear-gradient(145deg, #1f6a4f 0%, #123129 100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 14px;
  -webkit-box-shadow: 0 8px 16px rgba(10, 51, 38, 0.28);
  box-shadow: 0 8px 16px rgba(10, 51, 38, 0.28);
}

.loan-hub__note {
  margin: 16px 0 0;
  color: #2f5a4b;
  font-weight: 500;
}

.loan-hub__checks {
  background:
    radial-gradient(80% 110% at 100% 0%, rgba(109, 214, 172, 0.24) 0%, rgba(109, 214, 172, 0) 64%),
    linear-gradient(145deg, rgba(23, 82, 61, 0.12) 0%, rgba(23, 82, 61, 0.06) 100%);
  border: 1px solid rgba(31, 106, 79, 0.18);
  border-radius: 12px;
  padding: 18px 18px 16px;
  margin-top: 6px;
}

.loan-hub__checks h4 {
  margin: 0 0 14px;
  color: #123129;
  font-size: 24px;
  line-height: 1.1;
}

.loan-hub__checks ul {
  margin: 0;
}

.loan-hub__checks ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #21473a;
  font-weight: 600;
}

.loan-hub__checks ul li + li {
  margin-top: 10px;
}

.loan-hub__checks ul li i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  background: linear-gradient(145deg, #2ea97d 0%, #1f6a4f 100%);
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 12px;
}

.loan-hub__story-link {
  display: inline-block;
  margin-top: 15px;
  font-weight: 700;
  color: #1f6a4f;
}

.loan-hub__story-link i {
  margin-left: 7px;
  font-size: 13px;
}

.loan-hub__actions {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .loan-hub {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .loan-hub__card {
    margin-bottom: 22px;
  }

  .loan-hub__checks {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .loan-hub {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .loan-hub__card {
    padding: 20px 18px 18px;
    border-radius: 11px;
  }

  .loan-hub__card h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .loan-hub__actions {
    margin-top: 18px;
  }

  .loan-hub__list li i {
    width: 36px;
    height: 36px;
  }

  .loan-hub__checks {
    padding: 16px 14px 14px;
    border-radius: 10px;
  }

  .loan-hub__checks h4 {
    font-size: 20px;
  }
}

/* Home loan cards layout (keeps existing card design intact) */
.service-one--home {
  --home-loan-image-h: 248px;
  --home-loan-content-h: 348px;
  --home-loan-card-h: calc(var(--home-loan-image-h) + var(--home-loan-content-h));
  margin-bottom: 0;
  padding-bottom: 0;
  background: transparent;
  position: relative;
  z-index: 2;
}

.service-one--home .container {
  position: relative;
}

.service-one--home .service-one__grid {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  position: relative;
  isolation: isolate;
  padding-bottom: 0;
}

.service-one--home .service-one__grid > [class*="col-"] {
  display: flex;
  position: relative;
  z-index: 1;
}

.service-one--home .service-one__grid .service-one__card {
  margin-bottom: 0 !important;
  min-height: var(--home-loan-card-h);
  height: var(--home-loan-card-h);
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  isolation: isolate;
}

.service-one--home .service-one__card[data-card-target] {
  cursor: pointer;
}

.service-one--home .service-one__card[data-card-target]:focus-visible {
  outline: 2px solid rgba(31, 106, 79, 0.9);
  outline-offset: 4px;
}

.service-one--home .service-one__image .post-thumbnail {
  height: var(--home-loan-image-h);
}

.service-one--home .service-one__content {
  min-height: var(--home-loan-content-h);
  height: var(--home-loan-content-h);
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: block;
  position: relative;
  z-index: 2;
  perspective: 1400px;
  overflow: visible;
}

.service-one--home .service-one__content-flip {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: var(--home-loan-content-h);
  transform-style: preserve-3d;
  transition: transform .7s cubic-bezier(0.23, 0.78, 0.25, 1);
}

.service-one--home .service-one__card:hover .service-one__content-flip,
.service-one--home .service-one__card:focus-within .service-one__content-flip {
  transform: rotateY(180deg);
}

.service-one--home .service-one__content-face {
  position: absolute;
  inset: 0;
  min-height: var(--home-loan-content-h);
  padding: 30px 30px 112px;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.service-one--home .service-one__content-face .service-icon {
  z-index: 160;
}

.service-one--home .service-one__card:hover .service-icon {
  -webkit-transform: none;
  transform: none;
}

.service-one--home .service-one__content-face--back {
  transform: rotateY(180deg);
  padding: 24px 24px 20px;
  border: 1px solid rgba(214, 255, 240, 0.28);
  box-shadow: 0 12px 30px rgba(8, 31, 24, 0.24);
}

.service-one--home .service-one__grid > [class*="col-"]:nth-child(1) .service-one__content-face--back {
  background:
    radial-gradient(90% 110% at 100% 0%, rgba(207, 244, 255, 0.2) 0%, rgba(207, 244, 255, 0) 62%),
    linear-gradient(148deg, rgba(15, 59, 91, 0.97) 0%, rgba(17, 74, 106, 0.96) 54%, rgba(24, 95, 128, 0.95) 100%);
}

.service-one--home .service-one__grid > [class*="col-"]:nth-child(2) .service-one__content-face--back {
  background:
    radial-gradient(90% 110% at 100% 0%, rgba(196, 255, 232, 0.2) 0%, rgba(196, 255, 232, 0) 62%),
    linear-gradient(148deg, rgba(10, 63, 59, 0.97) 0%, rgba(13, 82, 75, 0.96) 54%, rgba(17, 103, 82, 0.95) 100%);
}

.service-one--home .service-one__grid > [class*="col-"]:nth-child(3) .service-one__content-face--back {
  background:
    radial-gradient(90% 110% at 100% 0%, rgba(201, 248, 255, 0.2) 0%, rgba(201, 248, 255, 0) 62%),
    linear-gradient(148deg, rgba(13, 56, 82, 0.97) 0%, rgba(16, 70, 100, 0.96) 54%, rgba(18, 88, 116, 0.95) 100%);
}

.service-one--home .service-one__content-face--back h3 {
  font-size: 24px;
  line-height: 1.12;
  margin-bottom: 8px;
}

.service-one--home .service-one__content-face--back h3,
.service-one--home .service-one__content-face--back h3 a,
.service-one--home .service-one__content-face--back > p,
.service-one--home .service-one__content-face--back .service-one__criteria li {
  color: rgba(238, 255, 248, 0.96);
}

.service-one--home .service-one__content-face--back .service-one__criteria li {
  white-space: pre-line;
}

.service-one--home .service-one__content-face--front > p {
  margin-bottom: 0;
}

.service-one--home .service-one__use-intro {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 10px;
}

.service-one--home .service-one__use-list {
  margin: 0 0 12px;
  padding: 0;
  min-height: 112px;
}

.service-one--home .service-one__use-list li {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.4;
}

.service-one--home .service-one__use-list li + li {
  margin-top: 6px;
}

.service-one--home .service-one__use-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.75;
}

.service-one--home .service-one__content-face--back > p {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.35;
}

.service-one--home .service-one__criteria {
  margin: 0;
  padding: 0;
}

.service-one--home .service-one__criteria li {
  position: relative;
  padding-left: 16px;
  line-height: 1.2;
  font-size: 14px;
}

.service-one--home .service-one__criteria li + li {
  margin-top: 4px;
}

.service-one--home .service-one__criteria li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  background: #e7fff5;
  box-shadow: 0 0 0 3px rgba(231, 255, 245, 0.2);
}

.service-one--home .service-one__content-face .service-one__actions {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 12px;
}

.service-one--home .service-one__content-face .service-one__actions > * {
  flex: 0 0 auto;
}

.service-one--home .service-one__content-face--back .service-one__link {
  background-color: rgba(255, 255, 255, 0.92);
  color: #124336;
  box-shadow: 0 10px 22px rgba(4, 24, 18, 0.24);
}

.service-one--home .service-one__content-face--back .service-one__link:hover {
  background-color: #ffffff;
  color: #0d3a2d;
}

.service-one--home .service-one__content-face--back .service-one__wa-link {
  border-color: rgba(226, 255, 242, 0.72);
  background: linear-gradient(145deg, #13644a 0%, #1d7f5d 52%, #31b885 100%);
}

.service-one--home .service-one__content .service-one__link {
  margin-top: 0;
}

.service-one--home .service-one__wa-link {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(178, 246, 218, 0.66);
  background: linear-gradient(145deg, #0f4f3b 0%, #1a6a4f 52%, #2fae7f 100%);
  box-shadow:
    0 11px 24px rgba(10, 49, 36, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease, border-color .25s ease;
}

.service-one--home .service-one__wa-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.06) 38%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.service-one--home .service-one__wa-link i {
  font-size: 17px;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.service-one--home .service-one__wa-link:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 28px rgba(9, 46, 34, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  border-color: rgba(205, 255, 236, 0.84);
  filter: saturate(108%);
}

@media (max-width: 1199px) and (min-width: 768px) {
  .service-one--home {
    --home-loan-image-h: 232px;
    --home-loan-content-h: 340px;
    --home-loan-card-h: calc(var(--home-loan-image-h) + var(--home-loan-content-h));
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .service-one--home .service-one__content-face {
    padding: 26px 24px 102px;
  }

  .service-one--home .service-one__content-face .service-one__actions {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
  .service-one--home .service-one__grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .service-one--home .service-one__grid > [class*="col-"] {
    display: flex;
  }

  .service-one--home + .feature-one {
    margin-top: 0;
    padding-top: 72px;
  }
}

@media (max-width: 767px) {
  .service-one--home {
    --home-loan-image-h: 220px;
    --home-loan-content-h: auto;
    --home-loan-card-h: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    background: transparent;
  }

  .service-one--home .service-one__grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
    padding-bottom: 0;
  }

  .service-one--home .service-one__grid > [class*="col-"] {
    display: block;
  }

  .service-one--home .service-one__grid .service-one__card {
    min-height: 0;
    height: auto;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(8, 35, 26, 0.16);
  }

  .service-one--home .service-one__image {
    display: block;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    background: #dbe9e3;
  }

  .service-one--home .service-one__image .post-thumbnail {
    height: clamp(190px, 54vw, 236px);
  }

  .service-one--home .service-one__image .post-thumbnail::before {
    display: none !important;
  }

  .service-one--home .service-one__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none !important;
    opacity: 1;
  }

  .service-one--home .service-one__content {
    min-height: 0;
    height: auto;
    border-radius: 0 0 16px 16px;
  }

  .service-one--home .service-one__content-face {
    padding: 22px 18px 18px;
    border-radius: 0 0 16px 16px;
    box-shadow: none;
    border: 1px solid rgba(18, 49, 41, 0.13);
    border-top: 0;
  }

  .service-one--home .service-one__content-flip {
    min-height: auto;
    height: auto;
    transform: none !important;
  }

  .service-one--home .service-one__content-face {
    position: relative;
    inset: auto;
    min-height: auto;
    transform: none !important;
  }

  .service-one--home .service-one__content-face--back {
    display: none;
  }

  .service-one--home .service-one__content-face .service-icon {
    top: -30px;
    right: 16px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 30px;
  }

  .service-one--home .service-one__content-face--front > p {
    margin-bottom: 10px;
  }

  .service-one--home .service-one__use-list {
    min-height: 0;
    margin-bottom: 16px;
  }

  .service-one--home .service-one__content-face .service-one__actions {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 10px;
  }

  .service-one--home .service-one__link,
  .service-one--home .service-one__wa-link {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }

  .service-one--home .service-one__wa-link i {
    font-size: 16px;
  }

  .service-one--home .service-one__grid {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-one--home .service-one__content-flip {
    transition: none;
  }

  .service-one--home .service-one__card:hover .service-one__content-flip,
  .service-one--home .service-one__card:focus-within .service-one__content-flip {
    transform: none;
  }
}

/* Keep healthy gap between loan cards and next section heading */
.service-one--home + .feature-one {
  margin-top: -348px;
  padding-top: 404px;
  position: relative;
  z-index: 1;
}

.service-one--home + .feature-one .block-title {
  margin-top: 0;
}

@media (max-width: 767px) {
  .service-one--home + .feature-one {
    margin-top: 0;
    padding-top: 64px;
  }

  .service-one--home + .feature-one .block-title {
    margin-top: 0;
  }
}

@media (max-width: 425px) {
  .service-one--home + .feature-one {
    margin-top: 0;
    padding-top: 70px;
  }

  .service-one--home + .feature-one .block-title {
    margin-top: 24px;
  }
}

/* ===============================================================
   Loan Hub Premium (world-class eligibility section)
=============================================================== */
.loan-hub--premium {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(120% 130% at -8% -18%, rgba(96, 192, 151, 0.22) 0%, rgba(96, 192, 151, 0) 54%),
    radial-gradient(95% 120% at 106% 112%, rgba(46, 207, 154, 0.18) 0%, rgba(46, 207, 154, 0) 58%),
    linear-gradient(140deg, #ecf8f2 0%, #dbefe4 52%, #e9f7ef 100%) !important;
}

.loan-hub--premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 45%),
    repeating-linear-gradient(135deg, rgba(17, 70, 53, 0.05) 0 2px, rgba(17, 70, 53, 0) 2px 14px);
  pointer-events: none;
  z-index: -1;
}

.loan-hub--premium .block-title p {
  color: #1a6f52 !important;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.loan-hub--premium .block-title p::after {
  background-color: #1a6f52 !important;
}

.loan-hub--premium .block-title h2 {
  color: #0f2d24 !important;
}

.loan-hub--premium .loan-hub__row {
  margin-top: 14px;
}

.loan-hub--premium .loan-hub__stage {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(15, 50, 39, 0.14);
  background:
    radial-gradient(80% 110% at 102% -8%, rgba(156, 241, 203, 0.25) 0%, rgba(156, 241, 203, 0) 56%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.97) 0%, rgba(240, 251, 245, 0.97) 100%);
  -webkit-box-shadow: 0 26px 52px rgba(8, 36, 27, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 52px rgba(8, 36, 27, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  padding: 30px 30px 24px;
  overflow: hidden;
}

.loan-hub--premium .loan-hub__stage::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 6px;
  background: linear-gradient(90deg, #2ecf9a 0%, #1f6a4f 52%, #123129 100%);
}

.loan-hub--premium .loan-hub__stage-head {
  margin-bottom: 24px;
}

.loan-hub--premium .loan-hub__stage-kicker {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 12px;
  font-weight: 800;
  color: #1b6f53;
}

.loan-hub--premium .loan-hub__stage-head h3 {
  margin: 0;
  color: #0f2b23;
  font-size: 42px;
  line-height: 1.04;
}

.loan-hub--premium .loan-hub__stage-intro {
  margin: 14px 0 0;
  max-width: 780px;
  color: #2f5a4b;
  font-size: 18px;
  line-height: 1.42;
}

.loan-hub--premium .loan-hub__criteria-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14px 1fr;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.loan-hub--premium .loan-hub__criterion {
  border-radius: 12px;
  border: 1px solid rgba(18, 49, 41, 0.12);
  background:
    linear-gradient(145deg, rgba(247, 255, 251, 0.98) 0%, rgba(232, 248, 240, 0.98) 100%);
  padding: 14px 14px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 102px;
  -webkit-transition: -webkit-transform 180ms ease, -webkit-box-shadow 180ms ease;
  transition: -webkit-transform 180ms ease, -webkit-box-shadow 180ms ease;
  transition: transform 180ms ease, box-shadow 180ms ease;
  transition: transform 180ms ease, box-shadow 180ms ease, -webkit-transform 180ms ease, -webkit-box-shadow 180ms ease;
}

.loan-hub--premium .loan-hub__criterion:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 14px 24px rgba(8, 40, 30, 0.12);
  box-shadow: 0 14px 24px rgba(8, 40, 30, 0.12);
}

.loan-hub--premium .loan-hub__criterion-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  background: linear-gradient(145deg, #1f6a4f 0%, #123129 100%);
  -webkit-box-shadow: 0 10px 20px rgba(10, 52, 39, 0.26);
  box-shadow: 0 10px 20px rgba(10, 52, 39, 0.26);
}

.loan-hub--premium .loan-hub__criterion-content h4 {
  margin: 0 0 4px;
  font-size: 21px;
  line-height: 1.05;
  color: #123129;
}

.loan-hub--premium .loan-hub__criterion-content p {
  margin: 0;
  color: #2f5749;
  font-weight: 600;
  line-height: 1.26;
}

.loan-hub--premium .loan-hub__proof {
  border-radius: 14px;
  border: 1px solid rgba(181, 255, 226, 0.24);
  padding: 22px 20px 18px;
  background:
    radial-gradient(120% 130% at 100% 0%, rgba(101, 231, 181, 0.2) 0%, rgba(101, 231, 181, 0) 55%),
    linear-gradient(145deg, #123129 0%, #0f2a23 58%, #143b31 100%);
  -webkit-box-shadow: 0 16px 30px rgba(7, 35, 27, 0.28);
  box-shadow: 0 16px 30px rgba(7, 35, 27, 0.28);
}

.loan-hub--premium .loan-hub__proof h4 {
  margin: 0 0 14px;
  font-size: 27px;
  line-height: 1.05;
  color: #ffffff;
}

.loan-hub--premium .loan-hub__proof ul {
  margin: 0;
}

.loan-hub--premium .loan-hub__proof ul li {
  color: #e3fff3;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loan-hub--premium .loan-hub__proof ul li + li {
  margin-top: 10px;
}

.loan-hub--premium .loan-hub__proof ul li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  background: rgba(46, 207, 154, 0.16);
  border: 1px solid rgba(181, 255, 226, 0.35);
  color: #bfffe1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 12px;
}

.loan-hub--premium .loan-hub__trustpills {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.loan-hub--premium .loan-hub__trustpills span {
  display: inline-block;
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 12px;
  font-weight: 700;
  color: #e8fff5;
  background: rgba(46, 207, 154, 0.18);
  border: 1px solid rgba(156, 255, 218, 0.28);
}

.loan-hub--premium .loan-hub__actions {
  margin-top: 30px;
}

.loan-hub--premium .loan-hub__actions .thm-btn {
  min-width: 340px;
  background: linear-gradient(145deg, #1f6a4f 0%, #123129 100%) !important;
  border: 1px solid rgba(223, 255, 242, 0.38);
  -webkit-box-shadow: 0 16px 30px rgba(9, 46, 34, 0.28);
  box-shadow: 0 16px 30px rgba(9, 46, 34, 0.28);
}

.loan-hub--premium .loan-hub__actions .thm-btn:hover {
  background: linear-gradient(145deg, #2a8e68 0%, #1a5d47 100%) !important;
}

.loan-hub--premium .loan-hub__story-link--cta {
  display: inline-block;
  margin-left: 18px;
  font-weight: 700;
  color: #174f3d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.loan-hub--premium .loan-hub__story-link--cta i {
  margin-left: 8px;
}

@media (max-width: 1199px) {
  .loan-hub--premium .loan-hub__stage-head h3 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .loan-hub--premium .loan-hub__stage {
    padding: 24px 22px 20px;
  }

  .loan-hub--premium .loan-hub__stage-head {
    margin-bottom: 16px;
  }

  .loan-hub--premium .loan-hub__stage-head h3 {
    font-size: 31px;
  }

  .loan-hub--premium .loan-hub__stage-intro {
    font-size: 16px;
  }

  .loan-hub--premium .loan-hub__criteria-grid {
    grid-template-columns: 1fr;
  }

  .loan-hub--premium .loan-hub__proof {
    margin-top: 16px;
  }

  .loan-hub--premium .loan-hub__actions .thm-btn {
    min-width: 280px;
  }

  .loan-hub--premium .loan-hub__story-link--cta {
    display: block;
    margin: 14px 0 0;
  }
}

@media (max-width: 767px) {
  .loan-hub--premium .loan-hub__stage {
    border-radius: 12px;
    padding: 18px 16px 16px;
  }

  .loan-hub--premium .loan-hub__stage-head h3 {
    font-size: 26px;
  }

  .loan-hub--premium .loan-hub__criterion {
    min-height: 88px;
    padding: 12px;
  }

  .loan-hub--premium .loan-hub__criterion-icon {
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }

  .loan-hub--premium .loan-hub__criterion-content h4 {
    font-size: 18px;
  }

  .loan-hub--premium .loan-hub__proof h4 {
    font-size: 23px;
  }

  .loan-hub--premium .loan-hub__actions .thm-btn {
    min-width: 100%;
  }
}

/* Loan hub contrast boost: trusted-green depth */
.loan-hub--premium {
  background:
    radial-gradient(110% 120% at -12% -20%, rgba(98, 191, 154, 0.18) 0%, rgba(98, 191, 154, 0) 58%),
    radial-gradient(96% 126% at 112% 118%, rgba(46, 207, 154, 0.14) 0%, rgba(46, 207, 154, 0) 62%),
    linear-gradient(155deg, #f4fbf7 0%, #ecf7f1 54%, #f7fcf9 100%) !important;
}

.loan-hub--premium::before {
  opacity: 1;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 46%),
    repeating-linear-gradient(135deg, rgba(16, 74, 55, 0.035) 0 2px, rgba(16, 74, 55, 0) 2px 16px);
}

.loan-hub--premium .block-title p {
  color: #1a6f52 !important;
}

.loan-hub--premium .block-title p::after {
  background-color: #1f7d5c !important;
}

.loan-hub--premium .block-title h2 {
  color: #113429 !important;
  text-shadow: none;
}

.loan-hub--premium .loan-hub__stage {
  background:
    radial-gradient(96% 110% at 102% -8%, rgba(178, 244, 216, 0.3) 0%, rgba(178, 244, 216, 0) 62%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.99) 0%, rgba(244, 252, 248, 0.98) 100%);
  border: 1px solid rgba(18, 49, 41, 0.14);
  -webkit-box-shadow: 0 18px 38px rgba(8, 36, 27, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(8, 36, 27, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.loan-hub--premium .loan-hub__criterion {
  background: linear-gradient(145deg, rgba(255, 255, 255, 1) 0%, rgba(244, 252, 248, 0.98) 100%);
  border-color: rgba(18, 49, 41, 0.16);
}

.loan-hub--premium .loan-hub__criterion-content h4 {
  color: #0f2f25;
}

.loan-hub--premium .loan-hub__criterion-content p,
.loan-hub--premium .loan-hub__stage-intro {
  color: #2b4f42;
}

.loan-hub--premium .loan-hub__stage-note {
  margin: 14px 2px 0;
  color: #2d5447;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 500;
}

.loan-hub--premium .loan-hub__actions .thm-btn {
  background: linear-gradient(145deg, #227a5b 0%, #154a39 100%) !important;
  border-color: rgba(226, 255, 242, 0.56);
}

.loan-hub--premium .loan-hub__story-link--cta {
  color: #1a5d46;
  text-decoration-color: rgba(26, 93, 70, 0.34);
}

/* Homepage quick self-check: simplified, direct checklist */
.loan-hub--quick {
  padding-top: 64px;
  padding-bottom: 60px;
}

.loan-hub--quick .block-title {
  margin-bottom: 12px;
}

.loan-hub--quick .block-title h2 {
  margin: 0;
  font-size: clamp(46px, 4vw, 72px);
  line-height: 0.98;
}

.loan-hub--quick .loan-hub__row {
  margin-top: 2px;
}

.loan-hub--quick .loan-hub__stage {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 22px 22px 28px;
  border-radius: 16px;
}

.loan-hub--quick .loan-hub__quick-list {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 12px;
  align-items: stretch;
}

.loan-hub--quick .loan-hub__quick-list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 13px 16px 13px 46px;
  border-radius: 14px;
  border: 1px solid rgba(18, 49, 41, 0.16);
  background: linear-gradient(160deg, #ffffff 0%, #f5fbf8 100%);
  background-size: 180% 180%;
  background-position: 0% 50%;
  box-shadow: 0 8px 18px rgba(11, 44, 33, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  color: #13342a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0.005em;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease, background-position 420ms ease, color 260ms ease;
}

.loan-hub--quick .loan-hub__quick-list li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 78%);
  transform: translateX(-125%);
  transition: transform 520ms ease;
  pointer-events: none;
}

.loan-hub--quick .loan-hub__quick-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: linear-gradient(145deg, #26a56d 0%, #15533e 100%);
  box-shadow: 0 0 0 4px rgba(28, 122, 86, 0.16);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(1) {
  background: linear-gradient(160deg, #ffffff 0%, #eefaf4 100%);
  border-color: rgba(31, 109, 81, 0.18);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(1)::before {
  background: linear-gradient(145deg, #24b37f 0%, #126044 100%);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(2) {
  background: linear-gradient(160deg, #ffffff 0%, #edf9fb 100%);
  border-color: rgba(27, 97, 106, 0.2);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(2)::before {
  background: linear-gradient(145deg, #2f9daf 0%, #1a5f6a 100%);
  box-shadow: 0 0 0 4px rgba(39, 130, 145, 0.16);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(3) {
  background: linear-gradient(160deg, #ffffff 0%, #f1f9f1 100%);
  border-color: rgba(48, 114, 67, 0.2);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(3)::before {
  background: linear-gradient(145deg, #53a35c 0%, #2b6634 100%);
  box-shadow: 0 0 0 4px rgba(83, 163, 92, 0.16);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(4) {
  background: linear-gradient(160deg, #ffffff 0%, #f7f6ef 100%);
  border-color: rgba(121, 105, 44, 0.2);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(4)::before {
  background: linear-gradient(145deg, #b39a34 0%, #6f5c1f 100%);
  box-shadow: 0 0 0 4px rgba(179, 154, 52, 0.16);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(5) {
  background: linear-gradient(160deg, #ffffff 0%, #f7f2fb 100%);
  border-color: rgba(95, 65, 143, 0.2);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(5)::before {
  background: linear-gradient(145deg, #8a67c9 0%, #54358f 100%);
  box-shadow: 0 0 0 4px rgba(138, 103, 201, 0.16);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(6) {
  background: linear-gradient(160deg, #ffffff 0%, #f5f1ff 100%);
  border-color: rgba(84, 76, 147, 0.2);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(6)::before {
  background: linear-gradient(145deg, #7468c9 0%, #433e91 100%);
  box-shadow: 0 0 0 4px rgba(116, 104, 201, 0.16);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(1):hover,
.loan-hub--quick .loan-hub__quick-list li:nth-child(1):focus-visible {
  background: linear-gradient(142deg, #defeed 0%, #a9e9cb 54%, #d9fff1 100%);
  border-color: rgba(22, 122, 87, 0.34);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(2):hover,
.loan-hub--quick .loan-hub__quick-list li:nth-child(2):focus-visible {
  background: linear-gradient(142deg, #e2f8ff 0%, #a9e3ef 54%, #dcf8ff 100%);
  border-color: rgba(28, 107, 117, 0.34);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(3):hover,
.loan-hub--quick .loan-hub__quick-list li:nth-child(3):focus-visible {
  background: linear-gradient(142deg, #e8fae8 0%, #b8e7bd 54%, #e5fbe7 100%);
  border-color: rgba(42, 110, 55, 0.34);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(4):hover,
.loan-hub--quick .loan-hub__quick-list li:nth-child(4):focus-visible {
  background: linear-gradient(142deg, #fdf8de 0%, #f1df98 54%, #fff7d5 100%);
  border-color: rgba(126, 98, 35, 0.36);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(5):hover,
.loan-hub--quick .loan-hub__quick-list li:nth-child(5):focus-visible {
  background: linear-gradient(142deg, #f5ebff 0%, #d9bdf7 54%, #f4e9ff 100%);
  border-color: rgba(95, 65, 143, 0.36);
}

.loan-hub--quick .loan-hub__quick-list li:nth-child(6):hover,
.loan-hub--quick .loan-hub__quick-list li:nth-child(6):focus-visible {
  background: linear-gradient(142deg, #efeaff 0%, #cfc3ff 54%, #ece6ff 100%);
  border-color: rgba(84, 76, 147, 0.36);
}

.loan-hub--quick .loan-hub__quick-list li:hover,
.loan-hub--quick .loan-hub__quick-list li:focus-visible {
  transform: translateY(-4px);
  background-position: 100% 50%;
  color: #0f3027;
  box-shadow: 0 16px 26px rgba(11, 44, 33, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.loan-hub--quick .loan-hub__quick-list li:hover::after,
.loan-hub--quick .loan-hub__quick-list li:focus-visible::after {
  transform: translateX(125%);
}

.loan-hub--quick .loan-hub__quick-cta {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(18, 49, 41, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.loan-hub--quick .loan-hub__quick-help {
  margin: 0;
  text-align: center;
  color: #123129;
  font-weight: 800;
  font-size: clamp(34px, 2.9vw, 50px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

/* Global section heading cleanup: keep only one main header (hide mini subtitle line) */
.block-title p,
.block-title p::after {
  display: none !important;
}

.loan-hub--quick .loan-hub__actions {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: nowrap;
}

.loan-hub--quick .loan-hub__actions .thm-btn {
  min-width: 230px;
  padding: 12px 24px;
  text-align: center;
  white-space: nowrap;
}

.loan-hub--quick .loan-hub__actions .thm-btn--agent {
  background: linear-gradient(145deg, #0f4f3a 0%, #0b3e2e 100%) !important;
  border-color: rgba(233, 255, 245, 0.65);
}

@media (max-width: 991px) {
  .loan-hub--quick {
    padding-top: 52px;
    padding-bottom: 50px;
  }

  .loan-hub--quick .loan-hub__stage {
    padding: 16px 13px 20px;
  }

  .loan-hub--quick .loan-hub__quick-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .loan-hub--quick .loan-hub__quick-list li {
    min-height: 52px;
    font-size: 15px;
    padding: 10px 11px 10px 36px;
    border-radius: 11px;
    box-shadow: 0 6px 14px rgba(11, 44, 33, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }

  .loan-hub--quick .loan-hub__quick-list li::before {
    left: 14px;
    width: 9px;
    height: 9px;
    box-shadow: 0 0 0 3px rgba(28, 122, 86, 0.16);
  }

  .loan-hub--quick .loan-hub__quick-cta {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(18, 49, 41, 0.12);
    gap: 12px;
  }

  .loan-hub--quick .loan-hub__quick-help {
    font-size: clamp(25px, 5.4vw, 34px);
    line-height: 1.04;
    text-align: center;
    white-space: nowrap;
  }

  .loan-hub--quick .loan-hub__actions {
    width: auto;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .loan-hub--quick .loan-hub__actions .thm-btn {
    width: auto;
    min-width: 190px;
  }
}

@media (max-width: 767px) {
  .loan-hub--quick .block-title {
    margin-bottom: 14px;
  }

  .loan-hub--quick .block-title h2 {
    font-size: 36px;
    line-height: 1;
  }

  .loan-hub--quick .loan-hub__quick-list li {
    font-size: 14px;
    line-height: 1.3;
    padding: 9px 10px 9px 34px;
  }

  .loan-hub--quick .loan-hub__quick-list li::before {
    left: 13px;
    width: 9px;
    height: 9px;
  }

  .loan-hub--quick .loan-hub__quick-help {
    font-size: clamp(23px, 6.8vw, 30px);
    line-height: 1.06;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .loan-hub--quick .loan-hub__quick-list li,
  .loan-hub--quick .loan-hub__quick-list li::after {
    transition: none;
  }

  .loan-hub--quick .loan-hub__quick-list li:hover,
  .loan-hub--quick .loan-hub__quick-list li:focus-visible {
    transform: none;
  }
}

/* Bottom footer copyright: centered + improved readability */
.bottom-footer .container {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  text-align: center;
}

.bottom-footer p {
  width: 100%;
  margin: 0 !important;
  text-align: center;
  color: #d7ebe1;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.bottom-footer {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Hero slider: safe full-screen height (never above viewport) */
:root {
  --hero-vh-safe: 100vh;
}

@supports (height: 100svh) {
  :root {
    --hero-vh-safe: 100svh;
  }
}

.main-slider,
.main-slider .thm-swiper__slider,
.main-slider .thm-swiper__slider .swiper-wrapper,
.main-slider .thm-swiper__slider .swiper-slide,
.main-slider .swiper-slide .image-layer {
  height: var(--hero-vh-safe);
  min-height: var(--hero-vh-safe);
  max-height: 100vh;
}

.main-slider .swiper-slide .container {
  min-height: var(--hero-vh-safe);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: clamp(96px, 12vh, 150px);
  padding-bottom: clamp(92px, 16vh, 210px);
}

.main-slider .swiper-slide .container .row {
  width: 100%;
}

@media (max-width: 767px) {
  .main-slider .swiper-slide .container {
    padding-top: clamp(88px, 14vh, 124px);
    padding-bottom: clamp(78px, 12vh, 118px);
  }
}

/* Footer typography contrast boost */
.site-footer .footer-widget__title,
.site-footer .footer-widget__about-phone-content h3,
.site-footer .footer-widget__about-phone-content h3 a,
.site-footer .footer-widget__post-list-content h3 a {
  color: #f3fbf7;
}

.site-footer .footer-widget__about p,
.site-footer .footer-widget__contact-list li a,
.site-footer .footer-widget__link-list li a {
  color: #dfefe7;
}

.site-footer .footer-widget__about-phone-content span,
.site-footer .footer-widget__post-list-content span {
  color: #bce7d6;
}

.site-footer .footer-widget__link-list li a:hover,
.site-footer .footer-widget__post-list-content h3 a:hover,
.site-footer .footer-widget__contact-list li a:hover,
.site-footer .footer-widget__about-phone-content h3 a:hover {
  color: #ffffff;
}

/* Services page: full green premium revamp (page-scoped) */
.services-page .page-header__bg {
  -webkit-filter: saturate(0.92) hue-rotate(-18deg) brightness(0.86);
  filter: saturate(0.92) hue-rotate(-18deg) brightness(0.86);
}

.services-page .service-page--modern {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(118% 148% at -8% -14%, rgba(141, 224, 192, 0.2) 0%, rgba(141, 224, 192, 0) 58%),
    radial-gradient(106% 136% at 112% 116%, rgba(170, 225, 208, 0.18) 0%, rgba(170, 225, 208, 0) 62%),
    linear-gradient(146deg, #f4fbf8 0%, #eaf5ef 48%, #f7fcf9 100%);
}

.services-page .service-page--modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(70% 94% at 16% 24%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.08) 52%, rgba(255, 255, 255, 0) 78%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.04) 48%, rgba(255, 255, 255, 0) 76%);
  pointer-events: none;
  z-index: -1;
}

.services-page .service-modern__title p {
  color: #1f6a4f;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-page .service-modern__title h2 {
  color: #0f2d24;
}

.services-page .service-modern__intro {
  color: #2e5447;
}

.services-page .service-modern__section-head h3 {
  color: #123129;
}

.services-page .service-modern__section-head p {
  color: #355f51;
}

.services-page .service-modern__loan-showcase {
  position: relative;
  margin-bottom: 44px;
  padding: 34px 30px 28px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(169, 230, 210, 0.36);
  background:
    radial-gradient(96% 132% at -4% -12%, rgba(73, 194, 152, 0.3) 0%, rgba(73, 194, 152, 0) 58%),
    radial-gradient(92% 128% at 104% 118%, rgba(81, 158, 230, 0.28) 0%, rgba(81, 158, 230, 0) 62%),
    linear-gradient(138deg, #0f3646 0%, #165242 49%, #1f3f67 100%);
  -webkit-box-shadow: 0 24px 42px rgba(7, 32, 24, 0.24);
  box-shadow: 0 24px 42px rgba(7, 32, 24, 0.24);
}

.services-page .service-modern__loan-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.02) 46%, rgba(255, 255, 255, 0) 75%),
    radial-gradient(74% 90% at 78% 20%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 64%);
}

.services-page .service-modern__section-head--loans {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.services-page .service-modern__section-head--loans h3 {
  color: #ffffff;
}

.services-page .service-modern__section-head--loans p {
  color: rgba(241, 255, 248, 0.94);
}

.services-page .service-modern__grid--loans {
  position: relative;
  z-index: 1;
}

.services-page .service-modern__card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 0;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.services-page .service-modern__card-link:hover,
.services-page .service-modern__card-link:focus {
  text-decoration: none;
  color: inherit;
}

.services-page .service-modern__card-link:focus-visible .service-modern__card {
  outline: 2px solid rgba(238, 255, 248, 0.95);
  outline-offset: 4px;
}

.services-page .service-modern__card-link > .service-modern__card {
  width: 100%;
}

.services-page .service-modern__kpi {
  background:
    radial-gradient(86% 104% at 102% -8%, rgba(181, 245, 221, 0.26) 0%, rgba(181, 245, 221, 0) 56%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 250, 244, 0.95) 100%);
  border-color: rgba(18, 49, 41, 0.14);
  -webkit-box-shadow: 0 18px 30px rgba(8, 34, 25, 0.11);
  box-shadow: 0 18px 30px rgba(8, 34, 25, 0.11);
}

.services-page .service-modern__kpi h3 {
  color: #113227;
}

.services-page .service-modern__kpi p {
  color: #3b6455;
}

.services-page .service-modern__card {
  background:
    radial-gradient(84% 106% at 100% -10%, rgba(190, 248, 226, 0.22) 0%, rgba(190, 248, 226, 0) 58%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.99) 0%, rgba(238, 250, 243, 0.97) 100%);
  border-color: rgba(18, 49, 41, 0.15);
  -webkit-box-shadow: 0 18px 34px rgba(8, 34, 25, 0.11);
  box-shadow: 0 18px 34px rgba(8, 34, 25, 0.11);
}

.services-page .service-modern__card:hover {
  -webkit-box-shadow: 0 22px 40px rgba(7, 30, 22, 0.16);
  box-shadow: 0 22px 40px rgba(7, 30, 22, 0.16);
  border-color: rgba(31, 106, 79, 0.32);
}

.services-page .service-modern__icon {
  background: linear-gradient(145deg, #1f6a4f 0%, #123129 100%);
  -webkit-box-shadow: 0 12px 22px rgba(11, 51, 38, 0.26);
  box-shadow: 0 12px 22px rgba(11, 51, 38, 0.26);
  color: #ffffff;
}

.services-page .service-modern__card h4 {
  color: #103126;
}

.services-page .service-modern__card p {
  color: #355e50;
}

.services-page .service-modern__card ul li {
  color: #234b3f;
}

.services-page .service-modern__card ul li::before {
  background: linear-gradient(145deg, #2ecf9a 0%, #1f6a4f 100%);
}

.services-page .service-modern__grid--loans .service-modern__card:not(.service-modern__card--flip) {
  border-color: rgba(228, 250, 241, 0.44);
  background:
    radial-gradient(88% 110% at 100% 0%, rgba(185, 248, 226, 0.18) 0%, rgba(185, 248, 226, 0) 62%),
    linear-gradient(148deg, rgba(21, 68, 84, 0.95) 0%, rgba(17, 56, 73, 0.94) 52%, rgba(20, 76, 66, 0.94) 100%);
  -webkit-box-shadow: 0 18px 34px rgba(4, 24, 20, 0.3);
  box-shadow: 0 18px 34px rgba(4, 24, 20, 0.3);
}

.services-page .service-modern__grid--loans .col-lg-4:nth-child(1) .service-modern__card:not(.service-modern__card--flip) {
  background:
    radial-gradient(88% 110% at 100% 0%, rgba(210, 252, 240, 0.2) 0%, rgba(210, 252, 240, 0) 62%),
    linear-gradient(148deg, rgba(24, 69, 96, 0.96) 0%, rgba(20, 53, 88, 0.95) 48%, rgba(23, 83, 87, 0.94) 100%);
}

.services-page .service-modern__grid--loans .col-lg-4:nth-child(2) .service-modern__card:not(.service-modern__card--flip) {
  background:
    radial-gradient(88% 110% at 100% 0%, rgba(200, 252, 233, 0.2) 0%, rgba(200, 252, 233, 0) 62%),
    linear-gradient(148deg, rgba(19, 77, 73, 0.96) 0%, rgba(20, 63, 74, 0.95) 48%, rgba(20, 87, 60, 0.94) 100%);
}

.services-page .service-modern__grid--loans .col-lg-4:nth-child(3) .service-modern__card:not(.service-modern__card--flip) {
  background:
    radial-gradient(88% 110% at 100% 0%, rgba(202, 244, 255, 0.18) 0%, rgba(202, 244, 255, 0) 62%),
    linear-gradient(148deg, rgba(38, 74, 104, 0.96) 0%, rgba(24, 58, 92, 0.95) 48%, rgba(22, 75, 113, 0.94) 100%);
}

.services-page .service-modern__grid--loans .service-modern__card:not(.service-modern__card--flip):hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  border-color: rgba(237, 255, 247, 0.72);
  -webkit-box-shadow: 0 24px 40px rgba(3, 18, 15, 0.35);
  box-shadow: 0 24px 40px rgba(3, 18, 15, 0.35);
}

.services-page .service-modern__grid--loans .service-modern__icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(235, 255, 246, 0.42);
  -webkit-box-shadow: 0 12px 22px rgba(6, 26, 22, 0.26);
  box-shadow: 0 12px 22px rgba(6, 26, 22, 0.26);
}

.services-page .service-modern__grid--loans .service-modern__card:not(.service-modern__card--flip) h4,
.services-page .service-modern__grid--loans .service-modern__card:not(.service-modern__card--flip) p,
.services-page .service-modern__grid--loans .service-modern__card:not(.service-modern__card--flip) ul li {
  color: #ffffff;
}

.services-page .service-modern__grid--loans .service-modern__card:not(.service-modern__card--flip) p {
  color: rgba(240, 255, 249, 0.95);
}

.services-page .service-modern__grid--loans .service-modern__card:not(.service-modern__card--flip) ul li {
  color: rgba(233, 255, 246, 0.92);
}

.services-page .service-modern__grid--loans .service-modern__card:not(.service-modern__card--flip) ul li::before {
  background: #e9fff4;
  -webkit-box-shadow: 0 0 0 4px rgba(233, 255, 244, 0.18);
  box-shadow: 0 0 0 4px rgba(233, 255, 244, 0.18);
}

.services-page .service-modern__grid--loans .service-modern__card--flip {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 0;
  min-height: 470px;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-perspective: 1600px;
  perspective: 1600px;
}

.services-page .service-modern__grid--loans .service-modern__card--flip:hover {
  -webkit-transform: none;
  transform: none;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.services-page .service-modern__grid--loans .service-modern__card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 470px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 760ms cubic-bezier(0.22, 0.78, 0.25, 1);
  transition: -webkit-transform 760ms cubic-bezier(0.22, 0.78, 0.25, 1);
  transition: transform 760ms cubic-bezier(0.22, 0.78, 0.25, 1);
  transition: transform 760ms cubic-bezier(0.22, 0.78, 0.25, 1), -webkit-transform 760ms cubic-bezier(0.22, 0.78, 0.25, 1);
}

.services-page .service-modern__grid--loans .service-modern__card-link:hover .service-modern__card-inner,
.services-page .service-modern__grid--loans .service-modern__card-link:focus-visible .service-modern__card-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.services-page .service-modern__grid--loans .service-modern__card-face {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 28px 24px 24px;
  border-radius: 18px;
  border: 1px solid rgba(228, 250, 241, 0.44);
  -webkit-box-shadow: 0 18px 34px rgba(4, 24, 20, 0.3);
  box-shadow: 0 18px 34px rgba(4, 24, 20, 0.3);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.services-page .service-modern__grid--loans .service-modern__card-face--front {
  z-index: 2;
}

.services-page .service-modern__grid--loans .service-modern__card-face--back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.services-page .service-modern__grid--loans .col-lg-4:nth-child(1) .service-modern__card-face--front {
  background:
    radial-gradient(88% 110% at 100% 0%, rgba(210, 252, 240, 0.2) 0%, rgba(210, 252, 240, 0) 62%),
    linear-gradient(148deg, rgba(24, 69, 96, 0.96) 0%, rgba(20, 53, 88, 0.95) 48%, rgba(23, 83, 87, 0.94) 100%);
}

.services-page .service-modern__grid--loans .col-lg-4:nth-child(2) .service-modern__card-face--front {
  background:
    radial-gradient(88% 110% at 100% 0%, rgba(200, 252, 233, 0.2) 0%, rgba(200, 252, 233, 0) 62%),
    linear-gradient(148deg, rgba(19, 77, 73, 0.96) 0%, rgba(20, 63, 74, 0.95) 48%, rgba(20, 87, 60, 0.94) 100%);
}

.services-page .service-modern__grid--loans .col-lg-4:nth-child(3) .service-modern__card-face--front {
  background:
    radial-gradient(88% 110% at 100% 0%, rgba(202, 244, 255, 0.18) 0%, rgba(202, 244, 255, 0) 62%),
    linear-gradient(148deg, rgba(38, 74, 104, 0.96) 0%, rgba(24, 58, 92, 0.95) 48%, rgba(22, 75, 113, 0.94) 100%);
}

.services-page .service-modern__grid--loans .col-lg-4:nth-child(1) .service-modern__card-face--back {
  background:
    radial-gradient(84% 105% at 98% 2%, rgba(224, 255, 247, 0.17) 0%, rgba(224, 255, 247, 0) 60%),
    linear-gradient(152deg, rgba(13, 57, 86, 0.98) 0%, rgba(15, 48, 79, 0.97) 54%, rgba(14, 72, 88, 0.96) 100%);
}

.services-page .service-modern__grid--loans .col-lg-4:nth-child(2) .service-modern__card-face--back {
  background:
    radial-gradient(84% 105% at 98% 2%, rgba(224, 255, 243, 0.17) 0%, rgba(224, 255, 243, 0) 60%),
    linear-gradient(152deg, rgba(11, 64, 70, 0.98) 0%, rgba(12, 52, 65, 0.97) 54%, rgba(14, 74, 57, 0.96) 100%);
}

.services-page .service-modern__grid--loans .col-lg-4:nth-child(3) .service-modern__card-face--back {
  background:
    radial-gradient(84% 105% at 98% 2%, rgba(224, 246, 255, 0.16) 0%, rgba(224, 246, 255, 0) 60%),
    linear-gradient(152deg, rgba(21, 60, 97, 0.98) 0%, rgba(14, 46, 83, 0.97) 54%, rgba(15, 67, 106, 0.96) 100%);
}

.services-page .service-modern__grid--loans .service-modern__card-face h4,
.services-page .service-modern__grid--loans .service-modern__card-face p,
.services-page .service-modern__grid--loans .service-modern__card-face ul li {
  color: #ffffff;
}

.services-page .service-modern__grid--loans .service-modern__card-face p {
  color: rgba(240, 255, 249, 0.95);
}

.services-page .service-modern__grid--loans .service-modern__card-face ul li {
  color: rgba(233, 255, 246, 0.92);
}

.services-page .service-modern__grid--loans .service-modern__card-face ul li::before {
  background: #e9fff4;
  -webkit-box-shadow: 0 0 0 4px rgba(233, 255, 244, 0.18);
  box-shadow: 0 0 0 4px rgba(233, 255, 244, 0.18);
}

.services-page .service-modern__grid--loans .service-modern__card-face--front ul {
  margin: auto 0 0;
}

.services-page .service-modern__grid--loans .service-modern__card-face--back ul {
  margin: 6px 0 0;
}

.services-page .service-modern__grid--loans .service-modern__flip-hint,
.services-page .service-modern__grid--loans .service-modern__flip-note {
  margin-top: auto;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.35;
  color: rgba(245, 255, 250, 0.9);
}

.services-page .service-modern__grid--loans .service-modern__flip-note {
  color: rgba(236, 255, 248, 0.96);
}

body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card-face h4,
body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card-face p,
body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card-face ul li,
body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__flip-hint,
body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__flip-note {
  overflow-wrap: anywhere;
  word-break: normal;
}

body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card-face {
  gap: 10px;
}

body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card-face p,
body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card-face ul li {
  line-height: 1.5;
}

body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card-face--back {
  justify-content: flex-start;
}

body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card-face--back p,
body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card-face--back ul li {
  font-size: 14px;
  line-height: 1.42;
}

body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card-face--back h4 {
  font-size: 24px;
  line-height: 1.16;
}

body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card-face--back ul {
  margin-top: 2px;
}

body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__flip-note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.28;
}

body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__flip-hint,
body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__flip-note {
  display: none;
}

.services-page .service-modern__grid--loans .service-modern__card-link:hover .service-modern__card-face,
.services-page .service-modern__grid--loans .service-modern__card-link:focus-visible .service-modern__card-face {
  border-color: rgba(237, 255, 247, 0.72);
  -webkit-box-shadow: 0 24px 40px rgba(3, 18, 15, 0.35);
  box-shadow: 0 24px 40px rgba(3, 18, 15, 0.35);
}

.services-page .service-modern__step {
  background:
    radial-gradient(80% 106% at 98% -8%, rgba(178, 245, 218, 0.22) 0%, rgba(178, 245, 218, 0) 58%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.99) 0%, rgba(237, 250, 243, 0.95) 100%);
  border-color: rgba(18, 49, 41, 0.15);
  -webkit-box-shadow: 0 16px 30px rgba(8, 33, 25, 0.1);
  box-shadow: 0 16px 30px rgba(8, 33, 25, 0.1);
}

.services-page .service-modern__step-no {
  color: #165941;
  background: rgba(31, 106, 79, 0.14);
  border: 1px solid rgba(31, 106, 79, 0.24);
  padding: 6px 10px;
  border-radius: 999px;
}

.services-page .service-modern__step h4 {
  color: #123129;
}

.services-page .service-modern__step p {
  color: #375f51;
}

.services-page .service-modern__panel {
  background:
    radial-gradient(120% 130% at 100% 0%, rgba(88, 217, 169, 0.2) 0%, rgba(88, 217, 169, 0) 56%),
    linear-gradient(145deg, #0d2a22 0%, #123a2f 56%, #154738 100%);
  border-color: rgba(171, 243, 213, 0.28);
}

.services-page .service-modern__panel h3 {
  color: #ffffff;
}

.services-page .service-modern__panel ul li {
  color: #ddf8eb;
}

.services-page .service-modern__panel ul li i {
  color: #9cf2cd;
}

.services-page .service-modern__policy-card {
  border-color: rgba(18, 49, 41, 0.16);
  -webkit-box-shadow: 0 14px 28px rgba(8, 32, 24, 0.1);
  box-shadow: 0 14px 28px rgba(8, 32, 24, 0.1);
}

.services-page .service-modern__policy-row .col-lg-4:nth-child(1) .service-modern__policy-card {
  background: linear-gradient(145deg, #ecfaf3 0%, #def3e8 100%);
}

.services-page .service-modern__policy-row .col-lg-4:nth-child(2) .service-modern__policy-card {
  background: linear-gradient(145deg, #f1fcf7 0%, #e4f8ed 100%);
}

.services-page .service-modern__policy-row .col-lg-4:nth-child(3) .service-modern__policy-card {
  background: linear-gradient(145deg, #eaf7f1 0%, #dcf1e6 100%);
}

.services-page .service-modern__policy-card h4 {
  color: #123129;
}

.services-page .service-modern__policy-card p {
  color: #355f51;
}

.services-page .service-modern__cta {
  background:
    radial-gradient(110% 130% at 100% 0%, rgba(114, 236, 192, 0.2) 0%, rgba(114, 236, 192, 0) 54%),
    linear-gradient(132deg, #0d2a22 0%, #123a2f 58%, #1a5a46 100%);
  border-color: rgba(184, 251, 226, 0.34);
  -webkit-box-shadow: 0 22px 38px rgba(6, 26, 19, 0.28);
  box-shadow: 0 22px 38px rgba(6, 26, 19, 0.28);
}

.services-page .service-modern__cta-content h3 {
  color: #ffffff;
}

.services-page .service-modern__cta-content p {
  color: #dff9ec;
}

.services-page .service-modern__cta-actions .thm-btn {
  width: 250px;
  text-align: center;
  background: linear-gradient(145deg, #2ca57b 0%, #1a654d 100%);
  border-color: rgba(222, 255, 242, 0.4);
  color: #ffffff;
}

.services-page .service-modern__cta-actions .thm-btn:hover {
  background: linear-gradient(145deg, #36b888 0%, #1f7457 100%);
}

.services-page .service-modern__cta-alt {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(233, 255, 245, 0.62);
  color: #ffffff;
}

.services-page .service-modern__cta-alt:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.9);
  color: #ffffff;
}

@media (max-width: 767px) {
  .services-page .service-modern__cta-actions .thm-btn {
    width: 100%;
  }

  .services-page .service-modern__loan-showcase {
    padding: 24px 18px 20px;
    border-radius: 18px;
    margin-bottom: 34px;
  }

  .services-page .service-modern__section-head--loans {
    margin-bottom: 16px;
  }

  .services-page .service-modern__grid--loans .service-modern__card--flip,
  .services-page .service-modern__grid--loans .service-modern__card-inner {
    min-height: 430px;
  }

  .services-page .service-modern__grid--loans .service-modern__card-face {
    padding: 24px 18px 20px;
  }

  .services-page .service-modern__grid--loans .service-modern__flip-hint,
  .services-page .service-modern__grid--loans .service-modern__flip-note {
    font-size: 12px;
  }

  .services-page .service-modern__step-no {
    padding: 5px 9px;
    letter-spacing: 0.11em;
  }
}

@media (min-width: 768px) {
  body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card--flip,
  body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card-inner {
    min-height: clamp(520px, 50vw, 620px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card--flip,
  body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card-inner {
    min-height: clamp(540px, 56vw, 640px);
  }

  body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card-face {
    padding: 24px 20px 22px;
  }

  body.is-lang-bm .services-page .service-modern__grid--loans .service-modern__card-face h4 {
    font-size: 25px;
    line-height: 1.18;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-page .service-modern__grid--loans .service-modern__card-inner {
    -webkit-transition: none;
    transition: none;
  }
}

/* Services steps: premium fine-tune */
.services-page .service-modern__steps-row {
  position: relative;
  margin-top: 10px;
}

.services-page .service-modern__step {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(18, 49, 41, 0.18);
  background:
    radial-gradient(78% 112% at 105% -12%, rgba(197, 255, 232, 0.38) 0%, rgba(197, 255, 232, 0) 56%),
    linear-gradient(156deg, #f8fcfa 0%, #edf7f2 100%);
  -webkit-box-shadow: 0 18px 34px rgba(8, 33, 25, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 34px rgba(8, 33, 25, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  -webkit-transition: -webkit-transform 200ms ease, -webkit-box-shadow 200ms ease, border-color 200ms ease;
  transition: -webkit-transform 200ms ease, -webkit-box-shadow 200ms ease, border-color 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, -webkit-transform 200ms ease, -webkit-box-shadow 200ms ease;
}

.services-page .service-modern__step::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(90deg, #32c995 0%, #1f6a4f 55%, #123129 100%);
}

.services-page .service-modern__step::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  bottom: -88px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 207, 154, 0.15) 0%, rgba(46, 207, 154, 0) 70%);
  pointer-events: none;
}

.services-page .service-modern__step:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  border-color: rgba(31, 106, 79, 0.36);
  -webkit-box-shadow: 0 24px 40px rgba(6, 28, 21, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 40px rgba(6, 28, 21, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.services-page .service-modern__step-no {
  position: relative;
  display: inline-block;
  min-width: 132px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #0b3a2d;
  border-radius: 999px;
  border: 1px solid rgba(17, 75, 57, 0.5);
  background:
    linear-gradient(145deg, rgba(247, 255, 251, 0.98) 0%, rgba(212, 237, 226, 0.98) 100%);
  -webkit-box-shadow: 0 10px 20px rgba(9, 41, 31, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 20px rgba(9, 41, 31, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.services-page .service-modern__step-no::after {
  content: "\2193";
  margin-left: 8px;
  font-size: 11px;
  color: #0f4f3b;
}

.services-page .service-modern__step h4 {
  margin-top: 22px;
  margin-bottom: 14px;
  color: #0f3026;
  letter-spacing: -0.012em;
}

.services-page .service-modern__step p {
  color: #365d50;
  line-height: 1.58;
}

@media (max-width: 991px) {
  .services-page .service-modern__step {
    border-radius: 16px;
  }

  .services-page .service-modern__step-no {
    min-width: 118px;
    padding: 9px 13px;
  }
}

@media (max-width: 767px) {
  .services-page .service-modern__step {
    border-radius: 14px;
  }

  .services-page .service-modern__step::after {
    width: 132px;
    height: 132px;
    right: -62px;
    bottom: -68px;
  }

  .services-page .service-modern__step-no {
    min-width: 106px;
    padding: 8px 11px;
    letter-spacing: 0.12em;
  }

  .services-page .service-modern__step h4 {
    margin-top: 18px;
    margin-bottom: 12px;
  }
}

/* Contact form status alerts */
.contact-one__form-alert {
  display: none;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 0 14px;
  font-weight: 600;
  line-height: 1.45;
  border: 1px solid transparent;
}

.contact-one__form-alert.is-success {
  display: block;
  color: #0f4b37;
  background: #e8fff5;
  border-color: rgba(33, 142, 101, 0.35);
}

.contact-one__form-alert.is-error {
  display: block;
  color: #7a1f26;
  background: #fff1f2;
  border-color: rgba(188, 53, 69, 0.35);
}

/* Apply now simplified form */
.apply-page .apply-one {
  background:
    radial-gradient(120% 140% at -8% -20%, rgba(101, 204, 160, 0.16) 0%, rgba(101, 204, 160, 0) 58%),
    radial-gradient(92% 126% at 108% 114%, rgba(46, 207, 154, 0.1) 0%, rgba(46, 207, 154, 0) 60%),
    linear-gradient(140deg, #edf8f3 0%, #deefe6 52%, #e8f6f0 100%);
}

.apply-page .apply-simple__box {
  border-radius: 18px;
  background:
    radial-gradient(95% 120% at 100% -10%, rgba(190, 248, 226, 0.24) 0%, rgba(190, 248, 226, 0) 58%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 250, 243, 0.96) 100%);
  border: 1px solid rgba(18, 49, 41, 0.14);
  box-shadow: 0 20px 36px rgba(8, 34, 25, 0.12);
  padding: 28px 24px 12px;
}

.apply-page .apply-simple__header {
  position: relative;
  min-height: 74px;
  padding-right: 250px;
}

.apply-page .apply-simple__intro {
  margin: 8px 0 18px;
  color: #365f52;
  line-height: 1.65;
}

.apply-page .apply-simple__agent-btn {
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 220px;
  padding: 14px 20px;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(8, 37, 28, 0.2);
  perspective: 720px;
}

.apply-page .apply-simple__agent-icon-rotator {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

.apply-page .apply-simple__agent-icon {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.apply-page .apply-simple__agent-icon--text {
  color: #ffffff;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-animation: applyAgentLabelText 6s ease-in-out infinite;
  animation: applyAgentLabelText 6s ease-in-out infinite;
}

.apply-page .apply-simple__agent-icon--phone {
  color: #1f6a4f;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(225, 255, 240, 0.96) 100%);
  border-color: rgba(217, 255, 236, 0.9);
  box-shadow: 0 6px 14px rgba(5, 27, 20, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: applyAgentLabelPhone 6s ease-in-out infinite;
  animation: applyAgentLabelPhone 6s ease-in-out infinite;
}

.apply-page .apply-simple__agent-rotator {
  position: relative;
  display: inline-block;
  min-width: 142px;
  height: 1.2em;
  line-height: 1;
}

.apply-page .apply-simple__agent-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.apply-page .apply-simple__agent-label--text {
  -webkit-animation: applyAgentLabelText 6s ease-in-out infinite;
  animation: applyAgentLabelText 6s ease-in-out infinite;
}

.apply-page .apply-simple__agent-label--phone {
  letter-spacing: 0.01em;
  -webkit-animation: applyAgentLabelPhone 6s ease-in-out infinite;
  animation: applyAgentLabelPhone 6s ease-in-out infinite;
}

@-webkit-keyframes applyAgentLabelText {
  0%, 42% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  47%, 50% {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  51%, 92% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  97%, 100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes applyAgentLabelText {
  0%, 42% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  47%, 50% {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  51%, 92% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  97%, 100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@-webkit-keyframes applyAgentLabelPhone {
  0%, 46% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50%, 92% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  97%, 100% {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
}

@keyframes applyAgentLabelPhone {
  0%, 46% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50%, 92% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  97%, 100% {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .apply-page .apply-simple__agent-icon--text,
  .apply-page .apply-simple__agent-icon--phone,
  .apply-page .apply-simple__agent-label--text,
  .apply-page .apply-simple__agent-label--phone {
    -webkit-animation: none !important;
    animation: none !important;
  }

  .apply-page .apply-simple__agent-rotator {
    min-width: 0;
    height: auto;
  }

  .apply-page .apply-simple__agent-label {
    position: static;
    width: auto;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }

  .apply-page .apply-simple__agent-icon--phone,
  .apply-page .apply-simple__agent-label--phone {
    display: none;
  }
}

.apply-page .apply-simple__alert {
  display: none;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 0 16px;
  font-weight: 600;
  line-height: 1.45;
  border: 1px solid transparent;
}

.apply-page .apply-simple__alert.is-error {
  display: block;
  color: #7a1f26;
  background: #fff1f2;
  border-color: rgba(188, 53, 69, 0.35);
}

.apply-page #jobPeriodWrap {
  -webkit-transition: opacity 180ms ease;
  transition: opacity 180ms ease;
}

.apply-page .contact-one__form-submit .thm-btn {
  min-width: 240px;
}

@media (max-width: 991px) {
  .apply-page .apply-simple__header {
    padding-right: 224px;
  }

  .apply-page .apply-simple__agent-btn {
    min-width: 200px;
  }
}

@media (max-width: 767px) {
  .apply-page .apply-simple__box {
    border-radius: 14px;
    padding: 20px 14px 8px;
  }

  .apply-page .apply-simple__header {
    min-height: 0;
    padding-right: 0;
  }

  .apply-page .contact-one__form-submit .thm-btn {
    width: 100%;
    min-width: 0;
  }

  .apply-page .apply-simple__agent-btn {
    position: static;
    width: 100%;
    min-width: 0;
    margin-bottom: 12px;
  }

  .apply-page .apply-simple__agent-icon-rotator {
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
  }

  .apply-page .apply-simple__agent-icon {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
}

/* ===============================================================
   Mobile Theme Cleanup (remove legacy blue casts, keep desktop intact)
=============================================================== */
@media (max-width: 991px) {
  .main-header .main-menu {
    background:
      radial-gradient(96% 130% at -10% -15%, rgba(171, 238, 211, 0.34) 0%, rgba(171, 238, 211, 0) 58%),
      linear-gradient(145deg, rgba(248, 255, 251, 0.94) 0%, rgba(231, 245, 238, 0.94) 100%) !important;
    border-bottom: 1px solid rgba(18, 49, 41, 0.14);
  }

  .main-menu .container {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .main-menu .logo-box {
    gap: 12px;
  }

  .main-menu .logo-box > a img {
    width: clamp(128px, 38vw, 155px);
    height: auto;
  }

  .main-menu .mobile-nav__toggler {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid rgba(19, 76, 56, 0.28);
    background: linear-gradient(145deg, #2ca57b 0%, #1a654d 100%);
    -webkit-box-shadow: 0 10px 20px rgba(8, 40, 30, 0.2);
    box-shadow: 0 10px 20px rgba(8, 40, 30, 0.2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-menu .mobile-nav__toggler:hover,
  .main-menu .mobile-nav__toggler:focus {
    color: #ffffff;
    background: linear-gradient(145deg, #36b888 0%, #1f7457 100%);
    border-color: rgba(16, 67, 50, 0.34);
  }

  .mobile-nav__overlay {
    background: rgba(5, 20, 15, 0.64);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .mobile-nav__content {
    max-width: min(88vw, 420px);
    background:
      radial-gradient(94% 126% at -8% -16%, rgba(101, 208, 165, 0.28) 0%, rgba(101, 208, 165, 0) 58%),
      radial-gradient(82% 120% at 108% 116%, rgba(46, 207, 154, 0.18) 0%, rgba(46, 207, 154, 0) 60%),
      linear-gradient(145deg, #0c211a 0%, #123129 56%, #174738 100%);
    border-right: 1px solid rgba(187, 248, 224, 0.22);
    -webkit-box-shadow: 18px 0 36px rgba(3, 20, 14, 0.45);
    box-shadow: 18px 0 36px rgba(3, 20, 14, 0.45);
  }

  .mobile-nav__top {
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(188, 255, 226, 0.16);
  }

  .mobile-nav__close:after,
  .mobile-nav__close:before {
    background-color: #e8fff5;
  }

  .mobile-nav__content .main-menu__list ul,
  .mobile-nav__content .main-menu__list li:not(:last-child) {
    border-color: rgba(188, 255, 226, 0.14);
  }

  .mobile-nav__content .main-menu__list li a {
    color: #e9fff5;
    font-weight: 500;
  }

  .mobile-nav__content .main-menu__list li a:hover,
  .mobile-nav__content .main-menu__list li a.expanded {
    color: #9ef3cf;
  }

  .mobile-nav__content .main-menu__list li a button {
    background: linear-gradient(145deg, #2ca57b 0%, #1a654d 100%);
    border: 1px solid rgba(196, 255, 230, 0.2);
    -webkit-box-shadow: 0 8px 16px rgba(8, 41, 31, 0.24);
    box-shadow: 0 8px 16px rgba(8, 41, 31, 0.24);
  }

  .mobile-nav__content .main-menu__list li a button.expanded {
    background: #effff8;
    color: #123129;
    border-color: rgba(18, 49, 41, 0.22);
  }

  .mobile-nav__language .bootstrap-select > .dropdown-toggle,
  .mobile-nav__contact li {
    color: #def9eb;
  }

  .mobile-nav__contact li a:hover {
    color: #a8f4d4;
  }

  .mobile-nav__contact li > i {
    background: linear-gradient(145deg, #2ca57b 0%, #1a654d 100%);
    -webkit-box-shadow: 0 0 0 3px rgba(46, 207, 154, 0.18);
    box-shadow: 0 0 0 3px rgba(46, 207, 154, 0.18);
  }

  .faq-one {
    background-color: #0f241d;
    background-image:
      radial-gradient(118% 140% at -10% -18%, rgba(92, 184, 146, 0.2) 0%, rgba(92, 184, 146, 0) 55%),
      radial-gradient(96% 125% at 108% 116%, rgba(46, 207, 154, 0.14) 0%, rgba(46, 207, 154, 0) 60%),
      linear-gradient(135deg, #0b1d18 0%, #123129 52%, #164739 100%);
  }

  .faq-one__content p {
    color: #cce8dc;
  }

  .service-sidebar__call {
    background:
      radial-gradient(94% 120% at -10% -12%, rgba(100, 203, 162, 0.28) 0%, rgba(100, 203, 162, 0) 58%),
      linear-gradient(145deg, #0f2a22 0%, #123a2f 56%, #1a5a46 100%);
    border: 1px solid rgba(184, 249, 224, 0.2);
    -webkit-box-shadow: 0 16px 30px rgba(6, 28, 21, 0.2);
    box-shadow: 0 16px 30px rgba(6, 28, 21, 0.2);
  }

  .video-one__box,
  .video-two {
    background-color: #0f241d;
    background-image:
      radial-gradient(118% 140% at -10% -20%, rgba(86, 175, 139, 0.2) 0%, rgba(86, 175, 139, 0) 56%),
      radial-gradient(96% 122% at 108% 115%, rgba(46, 207, 154, 0.12) 0%, rgba(46, 207, 154, 0) 60%),
      linear-gradient(135deg, #0a1c17 0%, #123129 52%, #164638 100%);
  }
}

@media (max-width: 767px) {
  .mobile-nav__content {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .faq-one {
    padding-top: 300px;
    padding-bottom: 72px;
  }

  .service-sidebar__call {
    padding: 34px 24px 28px;
  }
}

/* Keep burger drawer green on all burger breakpoints (up to 1199px). */
@media (max-width: 1199px) {
  .mobile-nav__overlay {
    background: rgba(5, 20, 15, 0.64) !important;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .mobile-nav__content {
    background:
      radial-gradient(94% 126% at -8% -16%, rgba(101, 208, 165, 0.28) 0%, rgba(101, 208, 165, 0) 58%),
      radial-gradient(82% 120% at 108% 116%, rgba(46, 207, 154, 0.18) 0%, rgba(46, 207, 154, 0) 60%),
      linear-gradient(145deg, #0c211a 0%, #123129 56%, #174738 100%) !important;
    border-right: 1px solid rgba(187, 248, 224, 0.22) !important;
    -webkit-box-shadow: 18px 0 36px rgba(3, 20, 14, 0.45) !important;
    box-shadow: 18px 0 36px rgba(3, 20, 14, 0.45) !important;
  }
}

/* ===============================================================
   Mobile Footer + WhatsApp polish (desktop untouched)
=============================================================== */
@media (max-width: 767px) {
  .site-footer {
    overflow: visible;
    padding-top: 44px;
    padding-bottom: 26px;
  }

  .site-footer .row {
    row-gap: 14px;
  }

  .site-footer .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .site-footer .row > [class*="col-"]:nth-child(2),
  .site-footer .row > [class*="col-"]:nth-child(3) {
    width: calc(50% - 6px);
    max-width: calc(50% - 6px);
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
  }

  .footer-widget {
    margin-bottom: 0;
    padding: 18px 16px;
    border-radius: 12px;
    border: 1px solid rgba(176, 237, 212, 0.18);
    background:
      radial-gradient(90% 110% at 100% 0%, rgba(110, 215, 174, 0.16) 0%, rgba(110, 215, 174, 0) 58%),
      linear-gradient(145deg, rgba(15, 44, 36, 0.78) 0%, rgba(14, 39, 32, 0.7) 100%);
  }

  .footer-widget__title {
    font-size: 24px;
    line-height: 1.1;
  }

  .footer-widget__link-list li a {
    line-height: 32px;
    font-size: 17px;
  }

  .footer-widget__post-list {
    margin-top: 16px;
  }

  .footer-widget__post-list li + li {
    padding-top: 18px;
    margin-top: 18px;
  }

  .footer-widget__post-list-content {
    margin-left: 0;
  }

  .footer-widget__post-list-content h3 {
    font-size: 19px;
    line-height: 1.28;
  }

  .site-footer .row > [class*="col-"]:nth-child(2) .footer-widget,
  .site-footer .row > [class*="col-"]:nth-child(3) .footer-widget {
    height: 100%;
    padding: 16px 12px;
  }

  .site-footer .row > [class*="col-"]:nth-child(2) .footer-widget__title,
  .site-footer .row > [class*="col-"]:nth-child(3) .footer-widget__title {
    font-size: 21px;
  }

  .site-footer .row > [class*="col-"]:nth-child(2) .footer-widget__link-list li a {
    font-size: 15px;
    line-height: 28px;
  }

  .site-footer .row > [class*="col-"]:nth-child(3) .footer-widget__post-list-content h3 {
    font-size: 16px;
    line-height: 1.3;
  }

  .site-footer .row > [class*="col-"]:nth-child(3) .footer-widget__post-list-content span {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .site-footer .row > [class*="col-"]:first-child .footer-widget__about {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(128px, 40%) 12px minmax(0, 1fr);
    grid-template-columns: minmax(128px, 40%) minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .site-footer .row > [class*="col-"]:first-child .footer-widget__about > a {
    grid-column: 1;
    grid-row: 1;
    -ms-flex-item-align: start;
    align-self: start;
  }

  .site-footer .row > [class*="col-"]:first-child .footer-widget__about > a img {
    width: min(132px, 100%);
    height: auto;
  }

  .site-footer .row > [class*="col-"]:first-child .footer-widget__about > p {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 15px;
    line-height: 1.55;
  }

  .site-footer .row > [class*="col-"]:first-child .footer-widget__about .footer-widget__about-phone {
    grid-column: 1;
    grid-row: 2;
    margin-top: 2px;
    padding-top: 10px;
    border-top: 1px solid rgba(188, 255, 226, 0.16);
  }

  .site-footer .row > [class*="col-"]:first-child .footer-widget__about .footer-widget__about-phone > i {
    font-size: 30px;
  }

  .site-footer .row > [class*="col-"]:first-child .footer-widget__about .footer-widget__about-phone-content {
    margin-left: 10px;
  }

  .site-footer .row > [class*="col-"]:first-child .footer-widget__about .footer-widget__about-phone-content span {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .site-footer .row > [class*="col-"]:first-child .footer-widget__about .footer-widget__about-phone-content h3 {
    font-size: 20px;
    line-height: 1.1;
  }

  .footer-widget__contact {
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 22px 16px 18px;
    margin: 0;
    border-color: rgba(190, 249, 226, 0.22);
    background:
      radial-gradient(86% 110% at 102% -6%, rgba(109, 225, 181, 0.2) 0%, rgba(109, 225, 181, 0) 58%),
      linear-gradient(145deg, #0d2a22 0%, #123b2f 56%, #184f3f 100%);
    -webkit-box-shadow: 0 12px 24px rgba(6, 30, 23, 0.24);
    box-shadow: 0 12px 24px rgba(6, 30, 23, 0.24);
  }

  .footer-widget__contact h3 {
    margin-bottom: 16px;
  }

  .footer-widget__contact-list li + li {
    padding-top: 14px;
    margin-top: 14px;
  }

  .footer-widget__contact-list li a {
    font-size: 18px;
    line-height: 1.45;
    word-break: break-word;
  }

  .bottom-footer {
    padding-top: 12px;
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }

  .bottom-footer p {
    margin-bottom: 0 !important;
    font-size: 13px;
  }

  .scroll-to-top,
  .whatsapp-float {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  }

  .scroll-to-top {
    width: 46px;
    height: 46px;
  }

  .scroll-to-top i {
    line-height: 44px;
    font-size: 18px;
  }

  .whatsapp-float {
    width: 46px;
    height: 46px;
    font-size: 24px;
    -webkit-transition: -webkit-transform 420ms ease, background 240ms ease;
    transition: -webkit-transform 420ms ease, background 240ms ease;
    transition: transform 420ms ease, background 240ms ease;
    transition: transform 420ms ease, background 240ms ease, -webkit-transform 420ms ease;
  }

  .whatsapp-float.is-shifted {
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@media (max-width: 425px) {
  .site-footer {
    padding-top: 36px;
    padding-bottom: 22px;
  }

  .footer-widget {
    padding: 16px 14px;
  }

  .site-footer .row > [class*="col-"]:nth-child(2),
  .site-footer .row > [class*="col-"]:nth-child(3) {
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
  }

  .site-footer .row > [class*="col-"]:nth-child(2) .footer-widget,
  .site-footer .row > [class*="col-"]:nth-child(3) .footer-widget {
    padding: 14px 10px;
  }

  .site-footer .row > [class*="col-"]:first-child .footer-widget__about {
    -ms-grid-columns: minmax(116px, 42%) 10px minmax(0, 1fr);
    grid-template-columns: minmax(116px, 42%) minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 8px;
  }

  .site-footer .row > [class*="col-"]:first-child .footer-widget__about > a img {
    width: min(120px, 100%);
  }

  .site-footer .row > [class*="col-"]:first-child .footer-widget__about > p {
    font-size: 14px;
    line-height: 1.5;
  }

  .site-footer .row > [class*="col-"]:first-child .footer-widget__about .footer-widget__about-phone > i {
    font-size: 27px;
  }

  .site-footer .row > [class*="col-"]:first-child .footer-widget__about .footer-widget__about-phone-content h3 {
    font-size: 18px;
  }

  .footer-widget__title {
    font-size: 22px;
  }

  .footer-widget__link-list li a {
    line-height: 30px;
    font-size: 16px;
  }

  .footer-widget__post-list-content h3 {
    font-size: 18px;
  }

  .footer-widget__contact {
    padding: 20px 14px 16px;
  }

  .footer-widget__contact-list li a {
    font-size: 16px;
    line-height: 1.4;
  }

  .scroll-to-top,
  .whatsapp-float {
    width: 44px;
    height: 44px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  }

  .scroll-to-top i {
    line-height: 42px;
    font-size: 17px;
  }

  .whatsapp-float {
    font-size: 23px;
  }

  .whatsapp-float.is-shifted {
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    -webkit-transform: translateY(-48px);
    transform: translateY(-48px);
  }
}

body.mobile-nav-open .whatsapp-float {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/* Mobile-only: Why Choose Us section background to green system */
@media (max-width: 767px) {
  .feature-one {
    background:
      radial-gradient(98% 90% at 8% 10%, rgba(135, 216, 178, 0.28) 0%, rgba(135, 216, 178, 0) 58%),
      radial-gradient(84% 86% at 90% 88%, rgba(101, 201, 158, 0.22) 0%, rgba(101, 201, 158, 0) 56%),
      linear-gradient(156deg, #ecf8f2 0%, #def0e6 46%, #e9f6ef 100%);
  }

  .feature-one::before {
    background: radial-gradient(circle at 50% 50%, rgba(84, 186, 145, 0.26) 0%, rgba(84, 186, 145, 0) 72%);
  }

  .feature-one::after {
    background: radial-gradient(circle at 50% 50%, rgba(58, 160, 122, 0.2) 0%, rgba(58, 160, 122, 0) 72%);
  }
}

/* Home: Why Choose Us show-more CTA */
.feature-one__show-more {
  margin-top: 8px;
  position: relative;
  z-index: 2;
}

.feature-one__show-more .liquid-wave-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 56px;
  padding: 0 34px;
  border-radius: 999px;
  border: 1px solid rgba(18, 49, 41, 0.25);
  background: linear-gradient(145deg, #1f6a4f 0%, #123129 100%);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  touch-action: manipulation;
  box-shadow: 0 14px 30px rgba(8, 34, 26, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.feature-one__show-more .liquid-wave-btn span {
  position: relative;
  z-index: 3;
}

.feature-one__show-more .liquid-wave-btn::before {
  content: "";
  position: absolute;
  left: -20%;
  right: -20%;
  top: 108%;
  height: 240%;
  border-radius: 44%;
  background:
    linear-gradient(110deg, #30d88f 0%, #2ecf9a 28%, #45e9d3 55%, #5b82ff 78%, #31d284 100%);
  background-size: 220% 220%;
  z-index: 1;
  transform: translateY(0);
  transition: top 540ms cubic-bezier(0.2, 0.9, 0.2, 1);
  animation: liquid-wave-flow 6s linear infinite;
  pointer-events: none;
}

.feature-one__show-more .liquid-wave-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 48%);
  z-index: 2;
  pointer-events: none;
}

.feature-one__show-more .liquid-wave-btn:hover,
.feature-one__show-more .liquid-wave-btn:focus-visible {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(8, 34, 26, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.feature-one__show-more .liquid-wave-btn:hover::before,
.feature-one__show-more .liquid-wave-btn:focus-visible::before {
  top: -74%;
}

.feature-one__show-more .liquid-wave-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(46, 207, 154, 0.24), 0 18px 38px rgba(8, 34, 26, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

@keyframes liquid-wave-flow {
  0% {
    transform: translateY(0) rotate(0deg);
    background-position: 0% 50%;
  }
  50% {
    transform: translateY(-3%) rotate(7deg);
    background-position: 100% 50%;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    background-position: 0% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .feature-one__show-more .liquid-wave-btn,
  .feature-one__show-more .liquid-wave-btn::before {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 767px) {
  .feature-one__show-more {
    margin-top: 2px;
  }

  .feature-one__show-more .liquid-wave-btn {
    min-width: 170px;
    height: 50px;
    padding: 0 28px;
  }
}

@media (hover: none) and (pointer: coarse) {
  .feature-one__show-more .liquid-wave-btn:hover {
    transform: none;
    box-shadow: 0 14px 30px rgba(8, 34, 26, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }

  .feature-one__show-more .liquid-wave-btn:hover::before {
    top: 108%;
  }
}

/* About: target + color extension for detailed Why Choose cards */
#why-choose-detailed {
  scroll-margin-top: 125px;
}

#why-choose-detailed .service-one__content {
  border: 1px solid rgba(223, 255, 242, 0.34) !important;
  box-shadow: 0 16px 32px rgba(6, 28, 21, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}

#why-choose-detailed .service-one__content::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.34) 100%) !important;
}

#why-choose-detailed .service-one__content::after {
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.14) 34%, rgba(255, 255, 255, 0) 72%) !important;
  opacity: 0.82;
}

#why-choose-detailed .service-one__content h3,
#why-choose-detailed .service-one__content h3 a,
#why-choose-detailed .service-one__content h3 a:hover,
#why-choose-detailed .service-one__content p {
  color: #ffffff !important;
}

#why-choose-detailed .service-one__card:hover .service-one__content {
  box-shadow: 0 22px 42px rgba(6, 28, 21, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
  border-color: rgba(232, 255, 247, 0.5) !important;
}

#why-choose-detailed .row > [class*="col-"]:nth-child(1) .service-one__content {
  background: linear-gradient(136deg, #0f8f6d 0%, #30cf9e 56%, #1f7e5f 100%) !important;
}

#why-choose-detailed .row > [class*="col-"]:nth-child(2) .service-one__content {
  background: linear-gradient(136deg, #2d5fbe 0%, #4a90f0 52%, #69c3ff 100%) !important;
}

#why-choose-detailed .row > [class*="col-"]:nth-child(3) .service-one__content {
  background: linear-gradient(136deg, #6a3fae 0%, #8e5fd1 52%, #b08cff 100%) !important;
}

#why-choose-detailed .row > [class*="col-"]:nth-child(4) .service-one__content {
  background: linear-gradient(136deg, #0d6d83 0%, #1f96ae 55%, #57c6d8 100%) !important;
}

#why-choose-detailed .row > [class*="col-"]:nth-child(5) .service-one__content {
  background: linear-gradient(136deg, #8a3f95 0%, #b456b6 54%, #de73cb 100%) !important;
}

#why-choose-detailed .row > [class*="col-"]:nth-child(6) .service-one__content {
  background: linear-gradient(136deg, #a14a38 0%, #ca6a4d 54%, #ea9062 100%) !important;
}

#why-choose-detailed .row > [class*="col-"]:nth-child(7) .service-one__content {
  background: linear-gradient(136deg, #127777 0%, #1ea2a0 52%, #3ecbc5 100%) !important;
}

#why-choose-detailed .row > [class*="col-"]:nth-child(8) .service-one__content {
  background: linear-gradient(136deg, #495b1f 0%, #6d8731 54%, #95b64a 100%) !important;
}

#why-choose-detailed .row > [class*="col-"]:nth-child(9) .service-one__content {
  background: linear-gradient(136deg, #24587f 0%, #2d7cab 54%, #4aa2d1 100%) !important;
}

/* About page: merged trust + PDPA section */
.trust-pdpa--premium {
  padding: 82px 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(95% 120% at -8% -16%, rgba(97, 199, 157, 0.22) 0%, rgba(97, 199, 157, 0) 56%),
    radial-gradient(85% 115% at 108% 118%, rgba(60, 174, 133, 0.2) 0%, rgba(60, 174, 133, 0) 58%),
    linear-gradient(145deg, #eef8f3 0%, #e0f1e8 52%, #eaf6ef 100%);
}

.trust-pdpa--premium .block-title {
  margin-bottom: 10px;
}

.trust-pdpa__intro {
  max-width: 780px;
  margin: 0 auto 26px;
  color: #2e5548;
  font-size: 21px;
  line-height: 1.45;
}

.trust-pdpa__panel {
  border-radius: 18px;
  border: 1px solid rgba(18, 49, 41, 0.12);
  padding: 24px 24px 20px;
  background:
    radial-gradient(90% 120% at 100% 0%, rgba(180, 245, 220, 0.22) 0%, rgba(180, 245, 220, 0) 58%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.96) 0%, rgba(238, 250, 244, 0.95) 100%);
  box-shadow: 0 20px 42px rgba(8, 34, 26, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.trust-pdpa__card {
  height: 100%;
  border-radius: 14px;
  border: 1px solid rgba(18, 49, 41, 0.13);
  padding: 22px 20px 18px;
  background:
    radial-gradient(82% 110% at 96% 0%, rgba(202, 251, 231, 0.28) 0%, rgba(202, 251, 231, 0) 56%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(237, 249, 243, 0.95) 100%);
  box-shadow: 0 12px 26px rgba(10, 41, 31, 0.1);
}

.trust-pdpa__card h3 {
  margin: 0 0 14px;
  font-size: 30px;
  color: #123129;
  display: flex;
  align-items: center;
}

.trust-pdpa__card h3 i {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(145deg, #1f6a4f 0%, #123129 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  box-shadow: 0 8px 16px rgba(11, 44, 34, 0.24);
}

.trust-pdpa__list {
  margin: 0;
}

.trust-pdpa__list li {
  display: flex;
  align-items: flex-start;
  color: #294b40;
  font-weight: 600;
  line-height: 1.4;
}

.trust-pdpa__list li + li {
  margin-top: 10px;
}

.trust-pdpa__list li i {
  margin-right: 10px;
  margin-top: 2px;
  color: #1f6a4f;
  font-size: 15px;
}

.trust-pdpa__chips {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-pdpa__chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(21, 84, 63, 0.24);
  background: linear-gradient(145deg, rgba(235, 252, 245, 0.92) 0%, rgba(218, 245, 233, 0.9) 100%);
  color: #18493a;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 14px;
  letter-spacing: 0.01em;
}

@media (max-width: 991px) {
  .trust-pdpa--premium {
    padding: 64px 0;
  }

  .trust-pdpa__intro {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .trust-pdpa__panel {
    padding: 18px 16px 16px;
  }

  .trust-pdpa__card {
    margin-bottom: 14px;
  }

  .trust-pdpa__card h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .trust-pdpa__intro {
    font-size: 17px;
  }

  .trust-pdpa__card {
    padding: 18px 14px 14px;
  }

  .trust-pdpa__card h3 {
    font-size: 24px;
  }

  .trust-pdpa__card h3 i {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
}

/* Home hero: single video clip mode (no slider) */
.main-slider--clips {
  --hero-header-offset: 118px;
  position: relative;
  min-height: calc(100vh - var(--hero-header-offset));
  height: calc(100vh - var(--hero-header-offset));
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
}

.main-slider--clips__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: none !important;
  animation: heroClipVideoBreath 14s ease-in-out infinite alternate;
}

.main-slider--clips__overlay {
  display: none;
}

.main-slider--clips__texture {
  display: none;
}

.main-slider--clips__float {
  display: none;
}

.main-slider--clips__float--one {
  width: 320px;
  height: 320px;
  left: -88px;
  top: -102px;
  background: radial-gradient(circle at 35% 35%, rgba(124, 242, 194, 0.82) 0%, rgba(124, 242, 194, 0.18) 34%, rgba(124, 242, 194, 0) 70%);
  animation: heroClipFloat 10s ease-in-out infinite;
}

.main-slider--clips__float--two {
  width: 286px;
  height: 286px;
  right: -76px;
  bottom: -94px;
  background: radial-gradient(circle at 60% 42%, rgba(87, 191, 157, 0.72) 0%, rgba(87, 191, 157, 0.14) 36%, rgba(87, 191, 157, 0) 72%);
  animation: heroClipFloat 12s ease-in-out infinite reverse;
}

.main-slider--clips .container {
  position: relative;
  z-index: 3;
  padding-top: 124px;
  padding-bottom: 124px;
}

.main-slider--clips__content {
  max-width: 780px;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}

.main-slider--clips__eyebrow {
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  color: #26815F;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-shadow: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.main-slider--clips__eyebrow::after {
  content: "";
  width: 52px;
  height: 2px;
  margin-left: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(210, 255, 238, 0.98) 0%, rgba(210, 255, 238, 0.26) 100%);
}

.main-slider--clips__title {
  margin: clamp(8px, 1.4vw, 18px) 0 clamp(16px, 2.4vw, 30px);
  line-height: 0.95;
  position: relative;
  min-height: clamp(58px, 8.6vw, 116px);
}

.main-slider--clips__line {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: fit-content;
  color: #26815F;
  font-size: clamp(40px, 5.1vw, 78px);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  clip-path: inset(0 100% 0 0);
  transform: translate3d(0, calc(-50% + 24px), 0) scale(0.985);
  transform-origin: left center;
  filter: blur(8px);
  opacity: 0;
  animation: heroClipReveal 16s cubic-bezier(0.22, 0.8, 0.2, 1) infinite;
}

.main-slider--clips__line:nth-child(2) {
  animation-delay: 4s;
}

.main-slider--clips__line:nth-child(3) {
  animation-delay: 8s;
}

.main-slider--clips__line:nth-child(4) {
  animation-delay: 12s;
}

.main-slider--clips__sub {
  display: none;
}

.main-slider--clips__actions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.main-slider--clips__actions .thm-btn {
  min-width: 190px;
}

.main-slider--clips__btn-alt {
  background: linear-gradient(145deg, rgba(6, 30, 23, 0.9) 0%, rgba(8, 40, 30, 0.84) 100%) !important;
  border: 1px solid rgba(202, 255, 233, 0.5) !important;
  color: #ffffff !important;
}

.main-slider--clips__btn-alt:hover {
  background: linear-gradient(145deg, rgba(14, 79, 58, 0.96) 0%, rgba(10, 58, 43, 0.92) 100%) !important;
  border-color: rgba(232, 255, 244, 0.76) !important;
}

.main-slider--clips__marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  overflow: hidden;
  border-top: 1px solid rgba(171, 248, 219, 0.35);
  background: linear-gradient(90deg, rgba(4, 22, 17, 0.94) 0%, rgba(10, 46, 34, 0.92) 50%, rgba(4, 22, 17, 0.94) 100%);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.35);
}

.main-slider--clips__marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  min-width: 100%;
  padding: 14px 0;
  animation: heroMarqueeScroll 32s linear infinite;
}

.main-slider--clips__marquee-track span {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: #f5fff9;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0 26px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.main-slider--clips__marquee-track span::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: 26px;
  background: #9af9d0;
  box-shadow: 0 0 0 4px rgba(154, 249, 208, 0.18);
}

@keyframes heroClipReveal {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    transform: translate3d(0, calc(-50% + 24px), 0) scale(0.985);
    filter: blur(8px);
  }
  6%,
  18% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    transform: translate3d(0, -50%, 0) scale(1);
    filter: blur(0);
  }
  22%,
  100% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    transform: translate3d(0, calc(-50% - 16px), 0) scale(1.01);
    filter: blur(5px);
  }
}

@keyframes heroClipFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(12px, -16px, 0);
  }
}

@keyframes heroClipVideoBreath {
  0% {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.11) translate3d(1.5%, 1.2%, 0);
  }
}

@keyframes heroMarqueeScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes heroLiquidGlassShift {
  0% {
    opacity: 0.96;
    background-position: 0% 0%, 100% 100%, 0% 0%;
  }
  100% {
    opacity: 1;
    background-position: 8% 4%, 92% 96%, 100% 0%;
  }
}

@keyframes heroLiquidGlassDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@media (max-width: 991px) {
  .main-slider--clips {
    --hero-header-offset: 98px;
  }

  .main-slider--clips .container {
    padding-top: 110px;
    padding-bottom: 108px;
  }

  .main-slider--clips__content {
    padding: 0;
  }

  .main-slider--clips__actions .thm-btn {
    min-width: 170px;
  }
}

@media (max-width: 767px) {
  .main-slider--clips {
    --hero-header-offset: 84px;
    min-height: calc(100vh - var(--hero-header-offset));
    height: calc(100vh - var(--hero-header-offset));
  }

  .main-slider--clips .container {
    padding-top: 102px;
    padding-bottom: 98px;
  }

  .main-slider--clips__line {
    font-size: clamp(32px, 10vw, 48px);
    line-height: 1.02;
    padding: 0;
    max-width: 100%;
  }

  .main-slider--clips__title {
    margin: 8px 0 18px;
    min-height: clamp(62px, 20vw, 90px);
  }

  .main-slider--clips__eyebrow {
    font-size: 12px;
    padding: 0;
  }

  .main-slider--clips__actions {
    margin-top: 20px;
  }

  .main-slider--clips__actions .thm-btn {
    min-width: 0;
    width: 100%;
  }

  .main-slider--clips__marquee-track {
    padding: 12px 0;
    animation-duration: 24s;
  }

  .main-slider--clips__marquee-track span {
    font-size: 13px;
    padding: 0 18px;
  }

  .main-slider--clips__marquee-track span::after {
    margin-left: 18px;
  }
}

@supports (height: 100dvh) {
  .main-slider--clips {
    min-height: calc(100dvh - var(--hero-header-offset));
    height: calc(100dvh - var(--hero-header-offset));
  }

  @media (max-width: 767px) {
    .main-slider--clips {
      min-height: calc(100dvh - var(--hero-header-offset));
      height: calc(100dvh - var(--hero-header-offset));
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .main-slider--clips__video,
  .main-slider--clips__float,
  .main-slider--clips__line,
  .main-slider--clips__overlay,
  .main-slider--clips__texture,
  .main-slider--clips__marquee-track {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    clip-path: inset(0 0 0 0) !important;
  }

  .main-slider--clips__title {
    min-height: 0;
  }

  .main-slider--clips__line {
    position: static !important;
  }

  .main-slider--clips__line:not(:first-child) {
    display: none !important;
  }
}

/* Home hero (still-image cinematic override) */
.main-slider--clips {
  position: relative;
  background: #0b1f18;
}

.main-slider--clips::before {
  content: none;
}

.main-slider--clips::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(74% 92% at 16% 24%, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.04) 42%, rgba(255, 255, 255, 0) 78%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.01) 36%, rgba(255, 255, 255, 0) 74%);
  mix-blend-mode: screen;
  opacity: 0.3;
}

.main-slider--clips__bg {
  position: absolute;
  inset: -2%;
  z-index: 0;
  pointer-events: none;
  /* Backup image was: ../images/hero/hero-f.jpg */
  background-image: url("../images/hero/hero-alt.png");
  background-size: cover;
  background-position: center 42%;
  transform: scale(1.03);
  animation: heroStillPan 20s ease-in-out infinite alternate;
}

.main-slider--clips__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(112deg, rgba(7, 22, 17, 0.8) 0%, rgba(8, 26, 20, 0.66) 36%, rgba(9, 31, 24, 0.5) 58%, rgba(10, 35, 27, 0.78) 100%),
    radial-gradient(90% 122% at 12% 8%, rgba(44, 170, 122, 0.3) 0%, rgba(44, 170, 122, 0) 56%),
    radial-gradient(80% 100% at 92% 84%, rgba(7, 84, 63, 0.35) 0%, rgba(7, 84, 63, 0) 66%);
  animation: heroTintPulse 14s ease-in-out infinite alternate;
}

.main-slider--clips__float {
  display: block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border-radius: 50%;
}

.main-slider--clips__float--one {
  width: 340px;
  height: 340px;
  left: -120px;
  top: -120px;
  background: radial-gradient(circle at 36% 36%, rgba(118, 246, 192, 0.54) 0%, rgba(118, 246, 192, 0.14) 36%, rgba(118, 246, 192, 0) 72%);
  filter: blur(1px);
  animation: heroAccentFloat 11s ease-in-out infinite;
}

.main-slider--clips__float--two {
  width: 320px;
  height: 320px;
  right: -110px;
  bottom: -140px;
  background: radial-gradient(circle at 58% 44%, rgba(104, 223, 176, 0.42) 0%, rgba(104, 223, 176, 0.12) 38%, rgba(104, 223, 176, 0) 72%);
  filter: blur(1px);
  animation: heroAccentFloat 13s ease-in-out infinite reverse;
}

.main-slider--clips .container {
  z-index: 4;
}

.main-slider--clips__content {
  max-width: 760px;
}

.main-slider--clips__eyebrow {
  color: #d8ffef;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.34);
}

.main-slider--clips__eyebrow::after {
  background: linear-gradient(90deg, rgba(196, 255, 232, 0.98) 0%, rgba(196, 255, 232, 0.22) 100%);
}

.main-slider--clips__title {
  margin: clamp(8px, 1.4vw, 18px) 0 clamp(20px, 2.7vw, 34px);
  min-height: 0;
}

.main-slider--clips__line {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  width: auto;
  padding: 0;
  clip-path: none;
  color: #f3fff9;
  font-size: clamp(42px, 6vw, 92px);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.44);
  transform: translate3d(0, 16px, 0);
  filter: none;
  opacity: 0;
  animation: heroHeadlineIn 1.2s cubic-bezier(0.2, 0.75, 0.2, 1) 0.12s forwards;
}

.main-slider--clips__line--single br {
  display: block;
}

.main-slider--clips__marquee {
  border-top: 1px solid rgba(202, 255, 233, 0.34);
  background: linear-gradient(90deg, rgba(4, 22, 17, 0.9) 0%, rgba(8, 34, 26, 0.88) 50%, rgba(4, 22, 17, 0.9) 100%);
}

.main-slider--clips__marquee-track span {
  color: #effff7;
}

@keyframes heroStillPan {
  0% {
    transform: scale(1.03) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.1) translate3d(1.2%, -1%, 0);
  }
}

@keyframes heroTintPulse {
  0% {
    opacity: 0.94;
    background-position: 0% 0%, 0% 0%, 100% 100%;
  }
  100% {
    opacity: 1;
    background-position: 0% 0%, 8% 5%, 92% 96%;
  }
}

@keyframes heroAccentFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(14px, -18px, 0);
  }
}

@keyframes heroHeadlineIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes heroBrandHighlight {
  0%,
  100% {
    opacity: 0.24;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  50% {
    opacity: 0.4;
    transform: translate3d(-50%, -52%, 0) scale(1.012);
  }
}

@media (max-width: 767px) {
  .main-slider--clips::before {
    content: none;
  }

  .main-slider--clips__line {
    font-size: clamp(34px, 11vw, 54px);
    line-height: 0.96;
  }
}

@media (prefers-reduced-motion: reduce) {
  .main-slider--clips::before {
    content: none;
  }

  .main-slider--clips__bg,
  .main-slider--clips__veil,
  .main-slider--clips__float,
  .main-slider--clips__line {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
}

/* ===============================================================
   Footer Compliance Layout Refresh
=============================================================== */
.site-footer .footer-widget__registration {
  margin: 14px 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(188, 255, 227, 0.22);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(18, 55, 44, 0.62) 0%, rgba(12, 37, 30, 0.44) 100%);
  color: #dff8ec;
  font-size: 13px;
  line-height: 1.55;
}

.site-footer .footer-widget__registration strong {
  display: inline;
  margin-right: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer .footer-widget__about-text {
  margin-top: 0;
}

.site-footer .footer-widget__compliance-list li span {
  display: block;
  color: #d8f5e8;
  font-size: 15px;
  line-height: 1.52;
}

.site-footer .footer-widget__compliance-list li a {
  color: #d8f5e8;
}

.site-footer .footer-widget__compliance {
  padding: 24px 22px 20px;
}

.site-footer .footer-widget__compliance-list li + li {
  padding-top: 12px;
  margin-top: 12px;
}

@media (min-width: 992px) {
  .site-footer .row.justify-content-between > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .site-footer .row.justify-content-between > [class*="col-"] .footer-widget {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
}

.bottom-footer .container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bottom-footer p {
  text-align: center;
}

.bottom-footer__social {
  display: none;
}

@media (max-width: 767px) {
  .site-footer .row > [class*="col-"]:first-child .footer-widget__about > p.footer-widget__registration {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }

  .site-footer .row > [class*="col-"]:first-child .footer-widget__about > p.footer-widget__about-text {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
  }

  .site-footer .row > [class*="col-"]:first-child .footer-widget__about .footer-widget__about-phone {
    grid-column: 1 / span 2;
    grid-row: 3;
    margin-top: 6px;
  }

  .site-footer .footer-widget__compliance {
    padding: 20px 16px 16px;
  }

  .site-footer .footer-widget__compliance-list li + li {
    padding-top: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 425px) {
  .site-footer .footer-widget__registration {
    font-size: 12px;
    line-height: 1.5;
    padding: 9px 10px;
  }
}

/* Keep sentence starts capitalized inside card content across languages */
.service-one--home .service-one__use-list li::first-letter,
.service-one--home .service-one__content-face--back > p::first-letter,
.service-one--home .service-one__criteria li::first-letter,
.service-modern__card p::first-letter,
.service-modern__card ul li::first-letter,
.service-details__criteria-card p::first-letter,
.service-details__criteria-card .service-details__list li::first-letter,
.about-story__milestone-face p::first-letter,
.about-story__milestone-list li::first-letter,
.loan-hub--quick .loan-hub__quick-list li::first-letter,
.blog-card__excerpt::first-letter {
  text-transform: uppercase;
}

/* ===============================================================
   RG Kamyaabi-style footer restructure
=============================================================== */
.site-footer.site-footer--rg-style {
  background: #061421;
  background-image: none;
  padding-top: 108px;
  padding-bottom: 88px;
}

.site-footer--rg-style .container,
.bottom-footer--rg-style .container {
  max-width: 1424px;
}

.site-footer--rg-style .footer-rg__grid {
  row-gap: 40px;
}

.site-footer--rg-style .footer-widget {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer--rg-style .footer-rg__brand {
  max-width: 280px;
}

.site-footer--rg-style .footer-rg__logo-link {
  display: inline-block;
  margin-bottom: 28px;
}

.site-footer--rg-style .footer-widget__about > a img {
  width: clamp(210px, 14vw, 242px);
  max-width: 100%;
  height: auto;
}

.site-footer--rg-style .footer-rg__tagline {
  margin: 0;
  padding: 0;
  border: 0;
  color: #e8e3d8;
  font-size: 20px;
  line-height: 1.5;
}

.site-footer--rg-style .footer-widget__title,
.site-footer--rg-style .footer-widget__contact h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.site-footer--rg-style .footer-widget__link-list {
  margin-top: 0;
}

.site-footer--rg-style .footer-widget__link-list li + li {
  margin-top: 18px;
}

.site-footer--rg-style .footer-widget__link-list li a {
  display: inline;
  color: #e8e3d8;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.32;
  text-decoration: none;
}

.site-footer--rg-style .footer-widget__link-list li a i {
  display: none;
}

.site-footer--rg-style .footer-widget__link-list li a:hover,
.site-footer--rg-style .footer-widget__contact-list li a:hover {
  color: #ffffff;
}

.site-footer--rg-style .footer-rg__license {
  margin-left: 0;
}

.site-footer--rg-style .footer-rg__license-list p {
  margin: 0;
  color: #e8e3d8;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.46;
}

.site-footer--rg-style .footer-rg__license-list p + p {
  margin-top: 14px;
}

.site-footer--rg-style .footer-rg__license-list p:nth-child(3),
.site-footer--rg-style .footer-rg__license-list p:nth-child(5),
.site-footer--rg-style .footer-rg__license-list p:nth-child(7),
.site-footer--rg-style .footer-rg__license-list p:nth-child(8) {
  margin-top: 34px;
}

.site-footer--rg-style .footer-rg__license-list--compliance p {
  font-size: 16px;
  line-height: 1.5;
}

.site-footer--rg-style .footer-rg__license-list--compliance p + p {
  margin-top: 10px;
}

.site-footer--rg-style .footer-rg__license-list--compliance p:nth-child(n) {
  margin-top: 10px;
}

.site-footer--rg-style .footer-rg__license-list--compliance p:first-child {
  margin-top: 0;
}

.site-footer--rg-style .footer-rg__license-list--compliance strong {
  color: #ffffff;
  font-weight: 600;
}

.site-footer--rg-style .footer-rg__kpkt-notice {
  margin-top: 18px !important;
  padding-top: 16px;
  border-top: 1px solid rgba(137, 164, 189, 0.18);
  font-size: 13px !important;
  line-height: 1.55 !important;
  text-transform: uppercase;
}

.site-footer--rg-style .footer-rg__kpkt-notice a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: lowercase;
}

.bottom-footer.bottom-footer--rg-style {
  background: #061421;
  padding-top: 28px;
  padding-bottom: 12px;
}

.bottom-footer--rg-style .container {
  justify-content: center !important;
  border-top: 1px solid rgba(137, 164, 189, 0.18);
  padding-top: 24px;
  text-align: center;
}

.bottom-footer--rg-style p {
  width: 100%;
  margin: 0 !important;
  color: #d9d1c3;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .site-footer.site-footer--rg-style {
    padding-top: 84px;
    padding-bottom: 68px;
  }

  .site-footer--rg-style .footer-rg__brand {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .site-footer.site-footer--rg-style {
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 28px;
  }

  .site-footer--rg-style .footer-rg__grid {
    row-gap: 0;
    text-align: center;
  }

  .site-footer--rg-style .row > [class*="col-"]:first-child .footer-rg__brand {
    display: block;
  }

  .site-footer--rg-style .row > [class*="col-"],
  .site-footer--rg-style .row > [class*="col-"]:nth-child(2),
  .site-footer--rg-style .row > [class*="col-"]:nth-child(3) {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .site-footer--rg-style .footer-rg__logo-link {
    grid-column: auto;
    grid-row: auto;
    margin-bottom: 28px;
  }

  .site-footer--rg-style .row > [class*="col-"]:first-child .footer-widget__about > a img,
  .site-footer--rg-style .footer-widget__about > a img {
    width: min(250px, 72vw);
  }

  .site-footer--rg-style .row > [class*="col-"]:first-child .footer-widget__about > p.footer-rg__tagline,
  .site-footer--rg-style .footer-rg__tagline {
    grid-column: auto;
    grid-row: auto;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    color: #e8e3d8;
    font-size: 20px;
    line-height: 1.5;
  }

  .site-footer--rg-style .footer-rg__links,
  .site-footer--rg-style .footer-rg__services,
  .site-footer--rg-style .footer-rg__license {
    padding: 0;
  }

  .site-footer--rg-style .footer-widget__title,
  .site-footer--rg-style .footer-widget__contact h3 {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1.15;
  }

  .site-footer--rg-style .footer-widget__link-list li + li {
    margin-top: 18px;
  }

  .site-footer--rg-style .footer-widget__link-list li a {
    font-size: 19px;
    line-height: 1.3;
  }

  .site-footer--rg-style .footer-rg__services-col,
  .site-footer--rg-style .footer-rg__license-col {
    margin-top: 44px;
  }

  .site-footer--rg-style .footer-rg__license-list {
    max-width: 520px;
    margin: 0 auto;
  }

  .site-footer--rg-style .footer-rg__license-list p {
    color: #e8e3d8;
    font-size: 20px;
    line-height: 1.48;
  }

  .site-footer--rg-style .footer-rg__license-list--compliance p {
    font-size: 17px;
    line-height: 1.5;
  }

  .site-footer--rg-style .footer-rg__license-list p + p {
    margin-top: 16px;
  }

  .site-footer--rg-style .footer-rg__license-list--compliance p + p,
  .site-footer--rg-style .footer-rg__license-list--compliance p:nth-child(n) {
    margin-top: 12px;
  }

  .site-footer--rg-style .footer-rg__license-list--compliance p:first-child {
    margin-top: 0;
  }

  .site-footer--rg-style .footer-rg__license-list p:nth-child(3),
  .site-footer--rg-style .footer-rg__license-list p:nth-child(5),
  .site-footer--rg-style .footer-rg__license-list p:nth-child(7),
  .site-footer--rg-style .footer-rg__license-list p:nth-child(8) {
    margin-top: 34px;
  }

  .bottom-footer.bottom-footer--rg-style {
    padding-top: 0;
    padding-bottom: 18px;
  }

  .bottom-footer--rg-style .container {
    border-top-color: rgba(137, 164, 189, 0.16);
    padding-top: 20px;
  }

  .bottom-footer--rg-style p {
    font-size: 16px;
  }
}

@media (max-width: 425px) {
  .site-footer.site-footer--rg-style {
    padding-top: 88px;
    padding-bottom: 26px;
  }

  .site-footer--rg-style .footer-rg__tagline {
    font-size: 19px;
  }

  .site-footer--rg-style .footer-widget__title,
  .site-footer--rg-style .footer-widget__contact h3 {
    font-size: 27px;
  }

  .site-footer--rg-style .footer-widget__link-list li a,
  .site-footer--rg-style .footer-rg__license-list p {
    font-size: 19px;
  }

  .site-footer--rg-style .footer-rg__license-list--compliance p {
    font-size: 16px;
  }

  .site-footer--rg-style .footer-rg__kpkt-notice {
    font-size: 12px !important;
  }

  .site-footer--rg-style .footer-rg__services-col,
  .site-footer--rg-style .footer-rg__license-col {
    margin-top: 42px;
  }
}
