@charset "UTF-8";
/*
@File: Troz. Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Default Btn Area CSS
** - Section Title CSS
** - Preloader Area CSS
** - Main Banner Area CSS
** - What We Do Area CSS
** - Why Choose Us Area CSS
** - Solutions Area CSS
** - Mission & Vision Area CSS
** - Testimonials Area CSS
** - Partner Area CSS
** - Loans Area CSS
** - Credit Debit Card Area CSS
** - Simplify Area CSS
** - Overview Area CSS
** - Enterprises Area CSS
** - Download App Area CSS
** - Main Banner Woman Area CSS
** - Fun Fact Area CSS
** - Services Area CSS
** - Features Area CSS
** - Main Banner Slide Area CSS
** - Blog Area CSS
** - Page Banner Area CSS
** - Team Area CSS
** - Investments Solutions Area CSS
** - Financial Future Area CSS
** - CTA Area CSS
** - Taxation Area CSS
** - Get Started Area CSS
** - Help Center Area CSS
** - FAQ Area CSS
** - Investments Funds Area CSS
** - Home Loans Area CSS
** - Video Area CSS
** - Pricing Area CSS
** - Privacy Policy Area CSS
** - Terms & Conditions Area CSS
** - Not Found Area CSS
** - Contact Info Area CSS
** - Contact Area CSS
** - Profile Authentication Area CSS
** - Widget Area CSS
** - Pagination Area CSS

*/
/*================================================
Default CSS
=================================================*/
:root {
  --main-fontFamily: "DM Sans", sans-serif;
  --heading-fontFamily: "Outfit", sans-serif;
  --primaryColor: #0A64BC;
  --secondaryColor: #B31942;
  --blackColor: #000000;
  --whiteColor: #ffffff;
  --paragraphColor: #4C4C4C;
  --fontSize: 15px;
  --transition: .6s;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--main-fontFamily);
  color: var(--paragraphColor);
  background-color: #F0F8FF;
}

p {
  color: var(--paragraphColor);
  margin-bottom: 15px;
  line-height: 1.8;
  font-weight: 400;
  font-size: var(--fontSize);
}
p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--blackColor);
  font-weight: 700;
  font-family: var(--heading-fontFamily);
}

a {
  text-decoration: none;
  outline: 0 !important;
  transition: var(--transition);
}

:focus {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

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

.ptb-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

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

/*================================================
Default Btn Area CSS
=================================================*/
.default-btn {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  padding: 12.5px 40px;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  font-size: 14px;
  border-radius: 100px;
  transition: var(--transition);
}
.default-btn:hover {
  background-color: var(--secondaryColor);
}

/*================================================
Section Title CSS
=================================================*/
.section-title-wrap {
  margin-bottom: 50px;
}
.section-title-wrap .sub {
  font-size: 16px;
  color: var(--primaryColor);
  display: block;
  margin-bottom: 12px;
}
.section-title-wrap h2 {
  font-size: 42px;
  margin-bottom: 0;
}
.section-title-wrap p {
  max-width: 535px;
  margin-left: auto;
}
.section-title-wrap .title-btn {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: end;
  align-items: center;
  color: var(--primaryColor);
}
.section-title-wrap .title-btn i {
  font-size: 18px;
  margin-left: 7px;
}
.section-title-wrap .title-btn:hover {
  color: var(--secondaryColor);
}

.section-title {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 50px;
}
.section-title .sub {
  font-size: 16px;
  color: var(--primaryColor);
  display: block;
  margin-bottom: 12px;
}
.section-title h2 {
  font-size: 42px;
  margin-bottom: 0;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: var(--primaryColor);
}
.preloader-area .loader {
  left: 0;
  right: 0;
  top: 48%;
  position: absolute;
  transform: translateY(-48%);
}
.preloader-area .loader .waviy span {
  animation: flip 2s infinite;
  color: var(--whiteColor);
  display: inline-block;
  animation-delay: 0.2s;
  font-size: 45px;
  font-weight: 800;
}
.preloader-area .loader .waviy span:nth-child(2) {
  animation-delay: 0.2s;
}
.preloader-area .loader .waviy span:nth-child(3) {
  animation-delay: 0.4s;
}
.preloader-area .loader .waviy span:nth-child(4) {
  animation-delay: 0.6s;
}
.preloader-area .loader .waviy span:nth-child(5) {
  animation-delay: 0.8s;
}
.preloader-area .loader::before {
  display: none;
}
.preloader-area .pre-image {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translateY(-50%);
}

@keyframes flip {
  0%, 80% {
    transform: rotateY(360deg);
  }
}
/*
Preloader Area Style*/
.preloader {
  background-color: var(--primaryColor);
  height: 100%;
  z-index: 9999;
}
.preloader .lds-ripple {
  position: absolute;
  width: 80px;
  height: 80px;
  animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
  left: 50%;
  top: 50%;
  transform: translate(-40px, -50px);
}
.preloader .preloader-container {
  width: 80px;
  height: 80px;
}
.preloader .petal {
  position: absolute;
  width: 30%;
  height: 50%;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  border-radius: 50%;
  z-index: 2;
}
.preloader .petal::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  transform-origin: bottom center;
  border-radius: 50%;
  background: #B31942;
  z-index: 2;
  animation: opacity-nine 0.8s infinite linear;
  opacity: 1;
  border-left: 1px solid var(--whiteColor);
}
.preloader .petal:nth-of-type(6) {
  transform: translate(-50%, 0%) rotate(225deg);
}
.preloader .petal:nth-of-type(6)::before {
  background-color: transparent;
  animation-delay: 0.5s;
}
.preloader .petal:nth-of-type(7) {
  transform: translate(-50%, 0%) rotate(270deg);
}
.preloader .petal:nth-of-type(7)::before {
  background-color: transparent;
  animation-delay: 0.6s;
}
.preloader .petal:nth-of-type(8) {
  transform: translate(-50%, 0%) rotate(315deg);
}
.preloader .petal:nth-of-type(8)::before {
  background-color: transparent;
  animation-delay: 0.7s;
}
.preloader .petal:nth-of-type(1) {
  transform: translate(-50%, 0%);
}
.preloader .petal:nth-of-type(1)::before {
  animation-delay: 0s;
}
.preloader .petal:nth-of-type(2) {
  transform: translate(-50%, 0%) rotate(45deg);
}
.preloader .petal:nth-of-type(2)::before {
  animation-delay: 0.1s;
}
.preloader .petal:nth-of-type(3) {
  transform: translate(-50%, 0%) rotate(90deg);
}
.preloader .petal:nth-of-type(3)::before {
  animation-delay: 0.2s;
}
.preloader .petal:nth-of-type(4) {
  transform: translate(-50%, 0%) rotate(135deg);
}
.preloader .petal:nth-of-type(4)::before {
  animation-delay: 0.3s;
}
.preloader .petal:nth-of-type(5) {
  transform: translate(-50%, 0%) rotate(180deg);
}
.preloader .petal:nth-of-type(5)::before {
  animation-delay: 0.4s;
}
.preloader .petal-1 {
  position: absolute;
  width: 30%;
  height: 50%;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  border-radius: 50%;
  z-index: -1;
}
.preloader .petal-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  transform-origin: bottom center;
  border-radius: 50%;
  background: #B31942;
  z-index: 2;
  animation: opacity-nine 0.8s infinite linear;
  opacity: 1;
}
.preloader .petal-1:nth-of-type(9) {
  transform: translate(-50%, 0%) rotate(225deg);
}
.preloader .petal-1:nth-of-type(9)::before {
  animation-delay: 0.5s;
}
.preloader .petal-1:nth-of-type(10) {
  transform: translate(-50%, 0%) rotate(270deg);
}
.preloader .petal-1:nth-of-type(10)::before {
  animation-delay: 0.6s;
}
.preloader .petal-1:nth-of-type(11) {
  transform: translate(-50%, 0%) rotate(315deg);
}
.preloader .petal-1:nth-of-type(11)::before {
  animation-delay: 0.7s;
}
.preloader .ball {
  position: absolute;
  width: 28%;
  height: 28%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid var(--whiteColor);
  background: #B31942;
  z-index: 3;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}
.preloader .text-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  font-size: 60px;
  color: #B31942;
  line-height: 1;
}

@keyframes opacity-nine {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.elementor-editor-active .navbar.sticky.troz-hide-adminbar {
  top: 0;
}
.elementor-editor-active [data-cue=bounceInDown], .elementor-editor-active [data-cue=bounceInLeft], .elementor-editor-active [data-cue=bounceInRight], .elementor-editor-active [data-cue=bounceInUp], .elementor-editor-active [data-cue=bounceIn], .elementor-editor-active [data-cue=fadeIn], .elementor-editor-active [data-cue=rotateIn], .elementor-editor-active [data-cue=slideInDown], .elementor-editor-active [data-cue=slideInLeft], .elementor-editor-active [data-cue=slideInRight], .elementor-editor-active [data-cue=slideInUp], .elementor-editor-active [data-cue=zoomIn], .elementor-editor-active [data-cue=zoomOut], .elementor-editor-active [data-cues=bounceInDown] > *, .elementor-editor-active [data-cues=bounceInLeft] > *, .elementor-editor-active [data-cues=bounceInRight] > *, .elementor-editor-active [data-cues=bounceInUp] > *, .elementor-editor-active [data-cues=bounceIn] > *, .elementor-editor-active [data-cues=fadeIn] > *, .elementor-editor-active [data-cues=rotateIn] > *, .elementor-editor-active [data-cues=slideInDown] > *, .elementor-editor-active [data-cues=slideInLeft] > *, .elementor-editor-active [data-cues=slideInRight] > *, .elementor-editor-active [data-cues=slideInUp] > *, .elementor-editor-active [data-cues=zoomIn] > *, .elementor-editor-active [data-cues=zoomOut] > * {
  opacity: 1;
}

/* Home One CSS 👇🏻 */
.linear-gradient-large-bg {
  position: relative;
  z-index: 1;
  background-color: var(--whiteColor);
  height: 100%;
}
.linear-gradient-large-bg::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #E4F2FF 0%, rgba(217, 217, 217, 0) 94.79%);
  z-index: -1;
  margin-top: 355px;
}

.solutions-area.bg {
  background-color: var(--whiteColor);
}
.solutions-area.bg .section-title-wrap {
  position: relative;
  z-index: 2;
}
.solutions-area.bg .solutions-card {
  z-index: 2;
  background-color: var(--whiteColor);
  position: relative;
  border: 1px solid #E4F2FF;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 150px;
}
.main-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.main-banner-content .sub {
  font-size: 16px;
  color: var(--primaryColor);
  display: block;
  margin-bottom: 10px;
}
.main-banner-content h1 {
  font-size: 70px;
  margin-bottom: 15px;
}
.main-banner-content p {
  margin-bottom: 0;
  font-size: 18px;
}
.main-banner-content .banner-btn {
  margin-top: 35px;
}

.main-banner-content-slide {
  max-width: 610px;
  margin-left: 0 !important;
}

.main-banner-pagination {
  display: flex;
  margin-top: 50px;
}
.main-banner-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  display: inline-block;
  background: transparent;
  border: 1px solid #8A8A8A;
  position: relative;
  transition: var(--transition);
  margin: 0 8px 0 0 !important;
}
.main-banner-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.main-banner-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #8A8A8A;
  border-radius: 50%;
  transition: var(--transition);
}
.main-banner-pagination .swiper-pagination-bullet:hover {
  border-color: var(--secondaryColor);
}
.main-banner-pagination .swiper-pagination-bullet:hover::before {
  background-color: var(--secondaryColor);
}
.main-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--secondaryColor);
}
.main-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--secondaryColor);
}

/*================================================
What We Do Area CSS
=================================================*/
.what-we-do-card {
  border-radius: 20px;
  background-color: #F0F8FF;
  margin-bottom: 25px;
  padding: 45px 40px;
}
.what-we-do-card .title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.what-we-do-card .title .icon {
  display: inline-block;
  height: 57px;
  width: 57px;
  background-color: var(--whiteColor);
  text-align: center;
  border-radius: 50px;
  position: relative;
}
.what-we-do-card .title .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.what-we-do-card .title h3 {
  font-size: 22px;
  margin-left: 17px;
  margin-bottom: 0;
}
.what-we-do-card .title h3 a {
  color: var(--blackColor);
}
.what-we-do-card .title h3 a:hover {
  color: var(--primaryColor);
}
.what-we-do-card p {
  margin-bottom: 25px;
}
.what-we-do-card .what-we-do-btn {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: var(--primaryColor);
}
.what-we-do-card .what-we-do-btn i {
  font-size: 18px;
  margin-left: 7px;
}
.what-we-do-card:hover .what-we-do-btn {
  color: var(--secondaryColor);
  letter-spacing: 1px;
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-us-inner {
  background-color: var(--primaryColor);
  border-radius: 20px;
}

.why-choose-us-image {
  position: relative;
  z-index: 1;
}
.why-choose-us-image .choose-img {
  border-radius: 20px;
}
.why-choose-us-image::before {
  position: absolute;
  content: "";
  right: -20px;
  top: 0;
  background-color: var(--secondaryColor);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
}

.why-choose-us-content {
  padding-left: 70px;
  padding-right: 70px;
}
.why-choose-us-content .sub {
  font-size: 16px;
  color: var(--whiteColor);
  display: block;
  margin-bottom: 12px;
}
.why-choose-us-content h2 {
  font-size: 42px;
  color: var(--whiteColor);
  margin-bottom: 0;
  max-width: 575px;
}
.why-choose-us-content .inner-card {
  position: relative;
  margin-top: 30px;
  padding-left: 40px;
}
.why-choose-us-content .inner-card i {
  font-size: 24px;
  color: var(--whiteColor);
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.why-choose-us-content .inner-card h4 {
  font-size: 18px;
  color: var(--whiteColor);
  margin-bottom: 14px;
}
.why-choose-us-content .inner-card p {
  color: #F9F9F9;
}
.why-choose-us-content .choose-btn {
  margin-top: 35px;
}
.why-choose-us-content .choose-btn .default-btn {
  background-color: transparent;
  border: 1px solid var(--whiteColor);
}
.why-choose-us-content .choose-btn .default-btn:hover {
  background-color: var(--whiteColor);
  color: var(--primaryColor);
}

.why-choose-us-area.bg {
  position: relative;
}
.why-choose-us-area.bg::before {
  position: absolute;
  content: "";
  height: 45%;
  width: 100%;
  background-color: var(--whiteColor);
  top: 0;
  left: 0;
}

.why-choose-us-wrap-area {
  background-color: var(--primaryColor);
}

.why-choose-us-wrap-content .sub {
  font-size: 16px;
  color: var(--whiteColor);
  display: block;
  margin-bottom: 12px;
}
.why-choose-us-wrap-content h2 {
  font-size: 42px;
  color: var(--whiteColor);
  margin-bottom: 0;
  max-width: 575px;
}
.why-choose-us-wrap-content .choose-btn {
  margin-top: 75px;
}
.why-choose-us-wrap-content .choose-btn .default-btn {
  background-color: transparent;
  border: 1px solid var(--whiteColor);
}
.why-choose-us-wrap-content .choose-btn .default-btn:hover {
  background-color: var(--whiteColor);
  color: var(--primaryColor);
}

.col-lg-6.col-sm-6:nth-child(2) .choose-wrap-card {
  margin-bottom: 45px;
}

.choose-wrap-card {
  position: relative;
  padding-left: 40px;
}
.choose-wrap-card i {
  font-size: 24px;
  color: var(--whiteColor);
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.choose-wrap-card h4 {
  font-size: 18px;
  color: var(--whiteColor);
  margin-bottom: 14px;
}
.choose-wrap-card p {
  color: #F9F9F9;
}

.why-choose-us-partner {
  border-top: 1px solid rgba(240, 248, 255, 0.2);
  margin-top: 100px;
  padding-top: 100px;
}
.why-choose-us-partner .title {
  max-width: 255px;
}
.why-choose-us-partner .title h4 {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--whiteColor);
  line-height: 1.4;
}
.why-choose-us-partner .item {
  text-align: end;
}

/*================================================
Solutions Area CSS
=================================================*/
.solutions-card {
  border-radius: 15px;
  background-color: var(--whiteColor);
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.solutions-card .top-content {
  padding: 40px 40px 25px 40px;
}
.solutions-card .top-content .icon {
  display: flex;
  height: 57px;
  width: 57px;
  background-color: #F0F8FF;
  text-align: center;
  border-radius: 50px;
  position: relative;
  margin-bottom: 12px;
}
.solutions-card .top-content .icon img {
  position: absolute;
  left: 0;
  right: 0;
  width: 26px !important;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.solutions-card .top-content h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.solutions-card .top-content h3 a {
  color: var(--blackColor);
}
.solutions-card .top-content h3 a:hover {
  color: var(--primaryColor);
}
.solutions-card .image a {
  display: block;
}
.solutions-card .bottom-content {
  padding: 25px 40px 40px 40px;
}
.solutions-card .bottom-content p {
  margin-bottom: 25px;
}
.solutions-card .bottom-content .solutions-btn {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: var(--primaryColor);
}
.solutions-card .bottom-content .solutions-btn i {
  font-size: 18px;
  margin-left: 7px;
}
.solutions-card:hover .bottom-content .solutions-btn {
  color: var(--secondaryColor);
  letter-spacing: 1px;
}

.solutions-pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.solutions-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  display: inline-block;
  background: transparent;
  border: 1px solid #8A8A8A;
  position: relative;
  transition: var(--transition);
  margin: 0 8px 0 0 !important;
}
.solutions-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.solutions-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #8A8A8A;
  border-radius: 50%;
  transition: var(--transition);
}
.solutions-pagination .swiper-pagination-bullet:hover {
  border-color: var(--secondaryColor);
}
.solutions-pagination .swiper-pagination-bullet:hover::before {
  background-color: var(--secondaryColor);
}
.solutions-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--secondaryColor);
}
.solutions-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--secondaryColor);
}

/*================================================
Mission & Vision Area CSS
=================================================*/
.mission-vision-area {
  position: relative;
  z-index: 1;
}

.mission-vision-inner {
  border-radius: 20px;
  background-color: #F0F8FF;
  padding-left: 100px;
  padding-right: 100px;
}

.mission-vision-top {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 50px;
}
.mission-vision-top .sub {
  font-size: 16px;
  color: var(--primaryColor);
  display: block;
  margin-bottom: 12px;
}
.mission-vision-top h2 {
  font-size: 42px;
  margin-bottom: 0;
}
.mission-vision-top .mission-vision-btn {
  margin-top: 30px;
}

.mission-vision-content {
  max-width: 535px;
}
.mission-vision-content .item {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.mission-vision-content .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.mission-vision-content .item h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.mission-vision-content .item p {
  margin-bottom: 0;
}
.mission-vision-content .item .list {
  padding-left: 0;
  margin-top: 17px;
  margin-bottom: 0;
}
.mission-vision-content .item .list li {
  font-size: 18px;
  list-style-type: none;
  font-weight: 700;
  color: var(--blackColor);
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
  font-family: var(--heading-fontFamily);
}
.mission-vision-content .item .list li:last-child {
  margin-bottom: 0;
}
.mission-vision-content .item .list li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}
.mission-vision-content.wrap-style-two {
  padding-left: 55px;
  max-width: 100%;
}
.mission-vision-content.wrap-style-two .mission-vision-btn {
  margin-top: 50px;
}

.mission-vision-image {
  position: relative;
  z-index: 1;
}
.mission-vision-image .main {
  border-radius: 20px;
}
.mission-vision-image::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  background-color: var(--secondaryColor);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
}
.mission-vision-image.without-before::before {
  display: none;
}

.mission-vision-wrap-area {
  position: relative;
  z-index: 1;
}
.mission-vision-wrap-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 505px;
  background-color: var(--primaryColor);
  z-index: -1;
}
.mission-vision-wrap-area .section-title .sub {
  color: var(--whiteColor);
}
.mission-vision-wrap-area .section-title h2 {
  color: var(--whiteColor);
}

.mission-vision-large-image .main {
  border-radius: 20px;
}

.mission-vision-wrap-box {
  background-color: var(--whiteColor);
  padding: 50px;
  border-radius: 20px;
  margin-top: 50px;
}
.mission-vision-wrap-box h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.mission-vision-wrap-box p {
  margin-bottom: 0;
}
.mission-vision-wrap-box .list {
  padding-left: 0;
  margin-top: 17px;
  margin-bottom: 0;
}
.mission-vision-wrap-box .list li {
  font-size: 18px;
  list-style-type: none;
  font-weight: 700;
  color: var(--blackColor);
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
  font-family: var(--heading-fontFamily);
}
.mission-vision-wrap-box .list li:last-child {
  margin-bottom: 0;
}
.mission-vision-wrap-box .list li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-card {
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #E4F2FF;
  padding: 25px;
  margin-bottom: 25px;
  transition: var(--transition);
}
.testimonials-card .image {
  position: relative;
  z-index: 1;
  margin-right: 20px;
}
.testimonials-card .image img {
  border-radius: 15px;
}
.testimonials-card .image::before {
  position: absolute;
  content: "";
  right: -7px;
  top: 0;
  background-color: var(--secondaryColor);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
}
.testimonials-card .content {
  max-width: 330px;
  padding-left: 20px;
}
.testimonials-card .content .icon {
  margin-bottom: 20px;
}
.testimonials-card .content p {
  margin-bottom: 0;
}
.testimonials-card .content .info {
  margin-top: 17px;
}
.testimonials-card .content .info h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.testimonials-card .content .info span {
  display: block;
  margin-top: 7px;
}
.testimonials-card:hover {
  border: 1px solid var(--primaryColor);
}

.testimonials-box {
  border-radius: 20px;
  background: var(--whiteColor);
  padding: 45px 50px;
  margin-bottom: 25px;
}
.testimonials-box .icon {
  margin-bottom: 20px;
}
.testimonials-box p {
  margin-bottom: 0;
}
.testimonials-box .info {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.testimonials-box .info .image img {
  border-radius: 15px;
}
.testimonials-box .info .title {
  margin-left: 15px;
}
.testimonials-box .info .title h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.testimonials-box .info .title span {
  display: block;
  margin-top: 7px;
}

.testimonials-inner-box {
  border-radius: 20px;
  background-color: var(--whiteColor);
  padding: 30px 70px 30px 30px;
  margin-bottom: 25px;
}
.testimonials-inner-box .testimonials-image img {
  border-radius: 20px;
}
.testimonials-inner-box .testimonials-content {
  padding-left: 35px;
}
.testimonials-inner-box .testimonials-content .icon {
  margin-bottom: 20px;
}
.testimonials-inner-box .testimonials-content p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
}
.testimonials-inner-box .testimonials-content .bottom {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.testimonials-inner-box .testimonials-content .bottom::before {
  position: absolute;
  content: "";
  left: 55%;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-55%);
  width: 1px;
  height: 100%;
  background-color: #DCDCDC;
}
.testimonials-inner-box .testimonials-content .bottom .info {
  display: flex;
  align-items: center;
}
.testimonials-inner-box .testimonials-content .bottom .info .image img {
  border-radius: 15px;
}
.testimonials-inner-box .testimonials-content .bottom .info .title {
  margin-left: 15px;
}
.testimonials-inner-box .testimonials-content .bottom .info .title h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.testimonials-inner-box .testimonials-content .bottom .info .title span {
  display: block;
  margin-top: 7px;
}

.testimonials-slide .testimonials-card {
  border: 1px solid rgba(10, 100, 188, 0.25);
}
.testimonials-slide .testimonials-card:hover {
  border: 1px solid var(--primaryColor);
}

.testimonials-pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.testimonials-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  display: inline-block;
  background: transparent;
  border: 1px solid #8A8A8A;
  position: relative;
  transition: var(--transition);
  margin: 0 8px 0 0 !important;
}
.testimonials-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.testimonials-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #8A8A8A;
  border-radius: 50%;
  transition: var(--transition);
}
.testimonials-pagination .swiper-pagination-bullet:hover {
  border-color: var(--secondaryColor);
}
.testimonials-pagination .swiper-pagination-bullet:hover::before {
  background-color: var(--secondaryColor);
}
.testimonials-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--secondaryColor);
}
.testimonials-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--secondaryColor);
}

/*================================================
Partner Area CSS
=================================================*/
.partner-title {
  text-align: center;
  margin-bottom: 50px;
}
.partner-title span {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--heading-fontFamily);
}

.partner-item {
  text-align: center;
  margin-bottom: 25px;
}

/*================================================
Loans Area CSS
=================================================*/
.loans-area {
  position: relative;
  z-index: 1;
}
.loans-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #E4F2FF 0%, rgba(217, 217, 217, 0) 77.19%);
  z-index: -1;
}

.loans-card {
  margin-bottom: 25px;
}
.loans-card .icon {
  display: flex;
  height: 57px;
  width: 57px;
  background-color: var(--primaryColor);
  text-align: center;
  border-radius: 50px;
  position: relative;
  margin-bottom: 20px;
}
.loans-card .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.loans-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.loans-card h3 a {
  color: var(--blackColor);
}
.loans-card h3 a:hover {
  color: var(--primaryColor);
}
.loans-card p {
  max-width: 310px;
  margin-bottom: 20px;
}
.loans-card .loans-btn {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: var(--primaryColor);
}
.loans-card .loans-btn i {
  font-size: 18px;
  margin-left: 7px;
}

.loans-large-image {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  padding-top: 7px;
}
.loans-large-image img {
  border-radius: 20px !important;
}
.loans-large-image::before {
  position: absolute;
  content: "";
  right: 0;
  right: 0;
  top: 0;
  background-color: var(--secondaryColor);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
}

.loans-area-with-large-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-top: 545px;
  padding-bottom: 50px;
}

.loans-inner-box {
  max-width: 845px;
  border-radius: 20px;
  border: 3px solid var(--whiteColor);
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  margin: 0 0 0 auto;
  padding: 50px 65px;
  position: relative;
  z-index: 1;
}
.loans-inner-box .loans-card {
  margin-bottom: 0;
}
.loans-inner-box .loans-card h3 a {
  color: var(--whiteColor);
}
.loans-inner-box .loans-card h3 a:hover {
  color: var(--primaryColor);
}
.loans-inner-box .loans-card p {
  color: var(--whiteColor);
}
.loans-inner-box .loans-pagination {
  display: flex;
  justify-content: end;
  position: absolute;
  top: 50px;
  right: 65px !important;
  left: auto !important;
}
.loans-inner-box .loans-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  display: inline-block;
  background: transparent;
  border: 1px solid #8A8A8A;
  position: relative;
  z-index: 1;
  transition: var(--transition);
  margin: 0 8px 0 0 !important;
}
.loans-inner-box .loans-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.loans-inner-box .loans-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #8A8A8A;
  border-radius: 50%;
  transition: var(--transition);
}
.loans-inner-box .loans-pagination .swiper-pagination-bullet:hover {
  border-color: var(--secondaryColor);
}
.loans-inner-box .loans-pagination .swiper-pagination-bullet:hover::before {
  background-color: var(--secondaryColor);
}
.loans-inner-box .loans-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--secondaryColor);
}
.loans-inner-box .loans-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--secondaryColor);
}

/*================================================
Credit Debit Card Area CSS
=================================================*/
.credit-debit-card-area {
  position: relative;
  z-index: 1;
}

.credit-debit-card-content .sub {
  font-size: 16px;
  color: var(--primaryColor);
  display: block;
  margin-bottom: 12px;
}
.credit-debit-card-content h2 {
  font-size: 42px;
  margin-bottom: 15px;
}
.credit-debit-card-content p {
  margin-bottom: 0;
  max-width: 537px;
}
.credit-debit-card-content .credit-btn {
  margin-top: 30px;
}

.credit-debit-card-image {
  position: relative;
  z-index: 1;
  text-align: center;
}
.credit-debit-card-image::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 495px;
  height: 495px;
  border-radius: 495px;
  background: linear-gradient(180deg, rgba(10, 100, 188, 0.6) 0%, rgba(179, 25, 66, 0.6) 100%);
  filter: blur(135px);
  margin: auto;
  z-index: -1;
}

/*================================================
Simplify Area CSS
=================================================*/
.simplify-card {
  border-radius: 15px;
  border: 1px solid #E4F2FF;
  padding: 40px;
  margin-bottom: 25px;
  transition: var(--transition);
}
.simplify-card .icon {
  display: flex;
  height: 57px;
  width: 57px;
  background-color: #F0F8FF;
  text-align: center;
  border-radius: 50px;
  position: relative;
  margin-bottom: 20px;
}
.simplify-card .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.simplify-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.simplify-card h3 a {
  color: var(--blackColor);
}
.simplify-card p {
  margin-bottom: 18px;
  transition: var(--transition);
}
.simplify-card .simplify-btn {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: var(--primaryColor);
}
.simplify-card .simplify-btn i {
  font-size: 18px;
  margin-left: 7px;
}
.simplify-card:hover {
  background-color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}
.simplify-card:hover h3 a {
  color: var(--whiteColor);
}
.simplify-card:hover p {
  color: #E5E5E5;
}
.simplify-card:hover .simplify-btn {
  color: var(--whiteColor);
}
.simplify-card.wrap-style-two {
  border: none;
  border-left: 1px solid rgba(10, 100, 188, 0.35);
  border-radius: 0;
}
.simplify-card.wrap-style-two .icon {
  background-color: var(--whiteColor);
}
.simplify-card.wrap-style-two p {
  margin-bottom: 0;
}

.simplify-area-with-large-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 385px;
  position: relative;
  z-index: 1;
}
.simplify-area-with-large-bg::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 230px;
  background-color: #F0F8FF;
  z-index: -1;
}

.simplify-inner-item {
  background-color: var(--primaryColor);
  padding: 90px 60px;
  border-radius: 20px;
}
.simplify-inner-item .simplify-card {
  border-radius: 0;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.simplify-inner-item .simplify-card h3 a {
  color: var(--whiteColor);
}
.simplify-inner-item .simplify-card p {
  color: var(--whiteColor);
}
.simplify-inner-item .col-lg-6:nth-child(1) .simplify-card {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 15px;
  padding-bottom: 40px;
}
.simplify-inner-item .col-lg-6:nth-child(2) .simplify-card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 40px;
  padding-bottom: 40px;
}
.simplify-inner-item .col-lg-6:nth-child(3) .simplify-card {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 15px;
  padding-top: 40px;
}
.simplify-inner-item .col-lg-6:nth-child(4) .simplify-card {
  padding-left: 40px;
  padding-top: 40px;
}

.simplify-partner {
  padding-bottom: 100px;
}
.simplify-partner .item {
  text-align: end;
}

.simplify-area.bg-with-main-color {
  background-color: var(--primaryColor);
}
.simplify-area.bg-with-main-color .section-title .sub {
  color: var(--whiteColor);
}
.simplify-area.bg-with-main-color .section-title h2 {
  color: var(--whiteColor);
}
.simplify-area.bg-with-main-color .simplify-card.wrap-style-two {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.simplify-area.bg-with-main-color .simplify-card.wrap-style-two h3 a {
  color: var(--whiteColor);
}
.simplify-area.bg-with-main-color .simplify-card.wrap-style-two p {
  color: var(--whiteColor);
}
.simplify-area.bg-with-main-color .simplify-card.wrap-style-two:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

/*================================================
Overview Area CSS
=================================================*/
.overview-inner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 95px;
  border-radius: 20px;
}

.overview-content {
  max-width: 490px;
}
.overview-content h2 {
  font-size: 42px;
  margin-bottom: 15px;
  color: var(--whiteColor);
}
.overview-content p {
  margin-bottom: 0;
  color: var(--whiteColor);
}
.overview-content .overview-btn {
  margin-top: 30px;
}
.overview-content .overview-btn .default-btn {
  background-color: var(--secondaryColor);
}
.overview-content .overview-btn .default-btn:hover {
  background-color: var(--primaryColor);
}

.overview-area-with-large-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 180px;
}
.overview-area-with-large-bg .overview-content {
  padding-left: 70px;
  max-width: 555px;
}

/*================================================
Enterprises Area CSS
=================================================*/
.enterprises-content {
  padding-left: 20px;
}
.enterprises-content .sub {
  font-size: 16px;
  color: var(--primaryColor);
  display: block;
  margin-bottom: 12px;
}
.enterprises-content h2 {
  font-size: 42px;
  margin-bottom: 15px;
}
.enterprises-content p {
  margin-bottom: 0;
  max-width: 537px;
}
.enterprises-content .enterprises-btn {
  margin-top: 30px;
}

.enterprises-image {
  position: relative;
  padding-right: 100px;
  padding-bottom: 80px;
}
.enterprises-image .wrap-one {
  position: relative;
}
.enterprises-image .wrap-one img {
  border-radius: 20px;
}
.enterprises-image .wrap-one::before {
  position: absolute;
  content: "";
  right: -12px;
  top: 0;
  background-color: var(--secondaryColor);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
}
.enterprises-image .wrap-two {
  position: absolute;
  right: 30px;
  bottom: 0;
  max-width: 280px;
  background-color: var(--whiteColor);
  border-radius: 20px;
}
.enterprises-image .wrap-two img {
  border-radius: 20px;
  padding: 10px;
}

/*================================================
Download App Area CSS
=================================================*/
.download-app-area {
  background-color: var(--primaryColor);
  padding-top: 90px;
  overflow: hidden;
}

.download-app-content {
  position: relative;
  top: -47px;
  margin-right: -35px;
}
.download-app-content .sub {
  font-size: 16px;
  color: var(--whiteColor);
  display: block;
  margin-bottom: 12px;
}
.download-app-content h2 {
  font-size: 42px;
  margin-bottom: 0;
  color: var(--whiteColor);
}
.download-app-content .download-app-btn {
  display: flex;
  padding-left: 0;
  margin-top: 50px;
  margin-bottom: 0;
}
.download-app-content .download-app-btn li {
  display: inline-block;
  list-style: none;
}
.download-app-content .download-app-btn li:last-child {
  margin-right: 0;
}
.download-app-content .download-app-btn li a {
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: var(--whiteColor);
  box-shadow: 0px 0px 33px 0px rgba(0, 179, 204, 0.15);
  padding: 12px 30px;
  margin-right: 18px;
  transition: var(--transition);
}
.download-app-content .download-app-btn li a .title {
  margin-left: 15px;
}
.download-app-content .download-app-btn li a .title span {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
  color: var(--paragraphColor);
  transition: var(--transition);
}
.download-app-content .download-app-btn li a .title h5 {
  font-weight: 600;
  font-size: 16px;
  color: var(--primaryColor);
  margin-bottom: 0;
  transition: var(--transition);
}
.download-app-content .download-app-btn li a:hover {
  background-color: var(--secondaryColor);
}
.download-app-content .download-app-btn li a:hover .title span {
  color: var(--whiteColor);
}
.download-app-content .download-app-btn li a:hover .title h5 {
  color: var(--whiteColor);
}

.download-app-image {
  text-align: center;
  position: relative;
  z-index: 1;
}
.download-app-image::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 45px;
  margin: auto;
  display: inline-block;
  width: 725px;
  height: 725px;
  border-radius: 725px;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

/* Home Two CSS 👇🏻 */
/*================================================
Main Banner Woman Area CSS
=================================================*/
.main-banner-woman-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.main-banner-woman-content {
  max-width: 580px;
}
.main-banner-woman-content .sub {
  font-size: 16px;
  color: var(--primaryColor);
  display: block;
  margin-bottom: 10px;
}
.main-banner-woman-content h1 {
  font-size: 70px;
  margin-bottom: 15px;
}
.main-banner-woman-content p {
  margin-bottom: 0;
  font-size: 18px;
}
.main-banner-woman-content .banner-btn {
  margin-top: 35px;
}

.main-banner-woman-image {
  padding-left: 120px;
  position: relative;
}
.main-banner-woman-image .main {
  border-radius: 20px;
}
.main-banner-woman-image .checked-list {
  position: absolute;
  top: 90px;
  left: 5px;
  padding-left: 0;
  margin-bottom: 0;
}
.main-banner-woman-image .checked-list li {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: var(--whiteColor);
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 20px 30px;
  color: var(--blackColor);
  font-weight: 700;
  font-size: 16px;
  font-family: var(--heading-fontFamily);
  width: -moz-max-content;
  width: max-content;
}
.main-banner-woman-image .checked-list li img {
  margin-right: 10px;
}
.main-banner-woman-image .checked-list li:last-child {
  margin-bottom: 0;
}
.main-banner-woman-image .checked-list li:nth-child(2) {
  margin-left: -35px;
}
.main-banner-woman-image .checked-list li:nth-child(3) {
  margin-left: -75px;
}

/*================================================
Fun Fact Area CSS
=================================================*/
.fun-fact-card {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.fun-fact-card h2 {
  font-size: 52px;
  color: var(--secondaryColor);
  margin-bottom: 0;
  font-weight: 600;
}
.fun-fact-card p {
  font-size: 16px;
  margin-left: 17px;
  margin-bottom: 0;
}
.fun-fact-card p span {
  display: block;
}

.funfact-number-red .fun-fact-card h2 {
  color: #B31942;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  position: relative;
  z-index: 1;
}
.services-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 674px;
  background-color: var(--primaryColor);
  z-index: -1;
}
.services-area .section-title-wrap .sub {
  color: var(--whiteColor);
}
.services-area .section-title-wrap h2 {
  color: var(--whiteColor);
}
.services-area .section-title-wrap .title-btn {
  color: var(--whiteColor);
}
.services-area .section-title-wrap .title-btn:hover {
  color: var(--blackColor);
}

.services-card {
  border-radius: 15px;
  background: var(--whiteColor);
  margin-bottom: 25px;
}
.services-card .image {
  position: relative;
}
.services-card .image a img {
  border-radius: 15px 15px 0px 0px;
}
.services-card .image .icon {
  display: inline-block;
  height: 75px;
  width: 75px;
  background-color: #F0F8FF;
  border-radius: 50%;
  position: absolute;
  left: 50px;
  bottom: -35px;
}
.services-card .image .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.services-card .content {
  padding: 60px 50px 40px;
}
.services-card .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.services-card .content h3 a {
  color: var(--blackColor);
}
.services-card .content h3 a:hover {
  color: var(--primaryColor);
}
.services-card .content p {
  margin-bottom: 20px;
}
.services-card .content .services-btn {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: var(--primaryColor);
}
.services-card .content .services-btn i {
  font-size: 18px;
  margin-left: 7px;
}
.services-card .content.wrap-two {
  padding: 45px 55px 45px;
}
.services-card:hover .content .services-btn {
  color: var(--secondaryColor);
  letter-spacing: 1px;
}

.services-pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.services-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  display: inline-block;
  background: transparent;
  border: 1px solid #8A8A8A;
  position: relative;
  transition: var(--transition);
  margin: 0 8px 0 0 !important;
}
.services-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.services-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #8A8A8A;
  border-radius: 50%;
  transition: var(--transition);
}
.services-pagination .swiper-pagination-bullet:hover {
  border-color: var(--secondaryColor);
}
.services-pagination .swiper-pagination-bullet:hover::before {
  background-color: var(--secondaryColor);
}
.services-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--secondaryColor);
}
.services-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--secondaryColor);
}

/*================================================
Features Area CSS
=================================================*/
.features-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.features-content {
  background-color: var(--whiteColor);
  padding: 100px 65px;
  border-radius: 20px;
}
.features-content .sub {
  font-size: 16px;
  color: var(--primaryColor);
  display: block;
  margin-bottom: 12px;
}
.features-content h2 {
  font-size: 42px;
  margin-bottom: 0;
  max-width: 475px;
}
.features-content .inner-content {
  margin-top: 50px;
}
.features-content .inner-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.features-content .inner-content p {
  margin-bottom: 0;
}

/* Home Three CSS 👇🏻 */
/*================================================
Main Banner Slide Area CSS
=================================================*/
.main-slider-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 280px;
  padding-bottom: 485px;
}
.main-slider-item::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 88.02%);
  z-index: -1;
}
.main-slider-item .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.main-slider-content {
  max-width: 685px;
}
.main-slider-content .sub {
  font-size: 16px;
  color: var(--whiteColor);
  display: block;
  margin-bottom: 10px;
}
.main-slider-content h1 {
  font-size: 70px;
  margin-bottom: 15px;
  color: var(--whiteColor);
}
.main-slider-content p {
  margin-bottom: 0;
  font-size: 18px;
  color: #F9F9F9;
  max-width: 610px;
}
.main-slider-content .slider-btn {
  margin-top: 35px;
}

.main-slider {
  position: relative;
}

.main-slider-bottom-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 1;
}
.main-slider-bottom-item .what-we-do-card {
  border-radius: 20px;
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin-bottom: 0;
}
.main-slider-bottom-item .what-we-do-card .title .icon {
  background-color: rgba(0, 0, 0, 0.44);
}
.main-slider-bottom-item .what-we-do-card .title .icon img {
  filter: invert(100%) sepia(5%) saturate(21%) hue-rotate(197deg) brightness(107%) contrast(107%);
}
.main-slider-bottom-item .what-we-do-card .title h3 a {
  color: var(--whiteColor);
}
.main-slider-bottom-item .what-we-do-card p {
  color: var(--whiteColor);
}
.main-slider-bottom-item .what-we-do-card .what-we-do-btn {
  color: var(--whiteColor);
}

/*================================================
Blog Area CSS
=================================================*/
.blog-card {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 30px;
}
.blog-card::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 75%;
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(10, 100, 188, 0.2);
  z-index: -1;
  transition: var(--transition);
}
.blog-card .post-image {
  border-radius: 15px;
  position: relative;
  z-index: 1;
  padding-bottom: 7px;
}
.blog-card .post-image a img {
  border-radius: 15px;
}
.blog-card .post-image::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--secondaryColor);
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 15px;
}
.blog-card .post-content {
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
.blog-card .post-content span {
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}
.blog-card .post-content h2, .blog-card .post-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 1.4;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-card .post-content h2 a, .blog-card .post-content h3 a {
  color: var(--blackColor);
}
.blog-card .post-content h2 a:hover, .blog-card .post-content h3 a:hover {
  color: var(--primaryColor);
}
.blog-card .post-content p {
  margin-bottom: 17px;
}
.blog-card .post-content .blog-btn {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: var(--primaryColor);
}
.blog-card .post-content .blog-btn i {
  font-size: 18px;
  margin-left: 7px;
}
.blog-card:hover::before {
  border: 1px solid var(--primaryColor);
}
.blog-card:hover .post-content .blog-btn {
  color: var(--secondaryColor);
  letter-spacing: 1px;
}
.blog-card.sticky::before {
  background-color: var(--whiteColor);
}

.blog-without-img .blog-card::before {
  height: 100%;
}

/* All Inner Pages CSS 👇🏻 */
/*================================================
Page Banner Area CSS
=================================================*/
.page-banner-area.with-overflow-hidden {
  overflow: hidden;
}
.page-banner-area.wrap-style {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-banner-area.wrap-style-single {
  padding-top: 30px;
  padding-bottom: 60px;
}
.page-banner-area.main {
  padding-top: 30px;
}
.page-banner-area.main .page-banner-content h2, .page-banner-area.main .page-banner-content h3, .page-banner-area.main .page-banner-content h4 {
  font-size: 36px;
  margin-bottom: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.page-banner-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.page-banner-list li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.page-banner-list li::before {
  position: absolute;
  content: ">";
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
}
.page-banner-list li:last-child {
  margin-right: 0;
}
.page-banner-list li:last-child::before {
  display: none;
}
.page-banner-list li a {
  color: var(--paragraphColor);
}
.page-banner-list li a:hover {
  color: var(--primaryColor);
}

.page-banner-inner-area {
  margin-top: 70px;
}
.page-banner-inner-area.inner-style-wrap {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-banner-inner-area.inner-style-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  border-radius: 20px;
  border: 1px solid rgba(10, 100, 188, 0.2);
  width: auto;
  height: 100%;
  margin-right: 230px;
  z-index: -1;
}
.page-banner-inner-area.inner-style-wrap .page-banner-content {
  padding-left: 80px;
}
.page-banner-inner-area.inner-style-wrap .page-banner-content h2 a {
  color: var(--blackColor);
}
.page-banner-inner-area.inner-style-wrap .page-banner-content h2 a:hover {
  color: var(--primaryColor);
}
.page-banner-inner-area.inner-style-wrap .page-banner-content .read-btn {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: var(--primaryColor);
  margin-top: 30px;
}
.page-banner-inner-area.inner-style-wrap .page-banner-content .read-btn i {
  font-size: 18px;
  margin-left: 7px;
}
.page-banner-inner-area.inner-style-wrap.blog-without-img::before {
  margin-right: 0;
}

.page-banner-content .sub {
  font-size: 16px;
  color: var(--primaryColor);
  display: block;
  margin-bottom: 12px;
}
.page-banner-content h2 {
  font-size: 42px;
  margin-bottom: 0;
}
.page-banner-content h2 span {
  color: var(--primaryColor);
}
.page-banner-content.extra-right {
  margin-right: -20px;
}

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

.page-banner-image {
  position: relative;
  z-index: 1;
  margin-left: 130px;
  padding-left: 10px;
}
.page-banner-image .main {
  border-radius: 15px;
}
.page-banner-image::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--secondaryColor);
  border-radius: 15px;
  z-index: -1;
}
.page-banner-image.without-before {
  margin-left: 130px;
  padding-left: 0;
  margin-right: -170px;
}
.page-banner-image.without-before::before {
  display: none;
}
.page-banner-image.without-before img {
  border-radius: 0;
}

/*================================================
Team Area CSS
=================================================*/
.team-area.bg-white-color {
  background-color: var(--whiteColor);
}

.team-content .sub {
  font-size: 16px;
  color: var(--primaryColor);
  display: block;
  margin-bottom: 12px;
}
.team-content h2 {
  font-size: 42px;
  margin-bottom: 0;
}
.team-content .team-btn {
  margin-top: 50px;
}

.team-card {
  margin-bottom: 25px;
}
.team-card .team-image img {
  border-radius: 15px;
}
.team-card .team-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  padding-left: 20px;
}
.team-card .team-content .title h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.team-card .team-content .title span {
  display: block;
  margin-top: 10px;
}
.team-card .team-content .icon a {
  color: var(--paragraphColor);
  margin-right: 10px;
}
.team-card .team-content .icon a:last-child {
  margin-right: 0;
}
.team-card .team-content .icon a i {
  font-size: 18px;
}
.team-card .team-content .icon a:hover {
  color: var(--primaryColor);
}

.team-pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.team-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  display: inline-block;
  background: transparent;
  border: 1px solid #8A8A8A;
  position: relative;
  transition: var(--transition);
  margin: 0 8px 0 0 !important;
}
.team-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.team-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #8A8A8A;
  border-radius: 50%;
  transition: var(--transition);
}
.team-pagination .swiper-pagination-bullet:hover {
  border-color: var(--secondaryColor);
}
.team-pagination .swiper-pagination-bullet:hover::before {
  background-color: var(--secondaryColor);
}
.team-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--secondaryColor);
}
.team-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--secondaryColor);
}

/*================================================
Investments Solutions Area CSS
=================================================*/
.investments-solutions-inner {
  background-color: var(--primaryColor);
  border-radius: 20px;
}
.investments-solutions-inner .nav {
  list-style-type: none;
  border: none;
  margin-bottom: 0;
  background-color: var(--whiteColor);
  width: 100%;
  padding: 100px 60px;
  border-radius: 20px;
}
.investments-solutions-inner .nav .nav-item {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}
.investments-solutions-inner .nav .nav-item:last-child {
  margin-bottom: 0;
}
.investments-solutions-inner .nav .nav-item .nav-link {
  border: none;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid #D9D9D9;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 35px;
  transition: var(--transition);
}
.investments-solutions-inner .nav .nav-item .nav-link .icon {
  display: flex;
  align-items: center;
}
.investments-solutions-inner .nav .nav-item .nav-link .icon img {
  transition: var(--transition);
}
.investments-solutions-inner .nav .nav-item .nav-link .icon h3 {
  font-size: 22px;
  margin-bottom: 0;
  margin-left: 17px;
  transition: var(--transition);
}
.investments-solutions-inner .nav .nav-item .nav-link i {
  font-size: 22px;
  color: var(--blackColor);
  transition: var(--transition);
}
.investments-solutions-inner .nav .nav-item .nav-link:hover, .investments-solutions-inner .nav .nav-item .nav-link.active {
  background-color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}
.investments-solutions-inner .nav .nav-item .nav-link:hover .icon img, .investments-solutions-inner .nav .nav-item .nav-link.active .icon img {
  filter: invert(96%) sepia(100%) saturate(17%) hue-rotate(260deg) brightness(104%) contrast(106%);
}
.investments-solutions-inner .nav .nav-item .nav-link:hover .icon h3, .investments-solutions-inner .nav .nav-item .nav-link.active .icon h3 {
  color: var(--whiteColor);
}
.investments-solutions-inner .nav .nav-item .nav-link:hover i, .investments-solutions-inner .nav .nav-item .nav-link.active i {
  color: var(--whiteColor);
}
.investments-solutions-inner .tab-content .tab-pane {
  padding: 15px 80px 15px 55px;
}
.investments-solutions-inner .investments-content h2 {
  font-size: 42px;
  margin-bottom: 15px;
  color: var(--whiteColor);
}
.investments-solutions-inner .investments-content p {
  color: var(--whiteColor);
  margin-bottom: 0;
}
.investments-solutions-inner .investments-content img {
  border-radius: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.investments-solutions-inner .investments-content .investments-btn {
  margin-top: 30px;
}
.investments-solutions-inner .investments-content .investments-btn .default-btn {
  background-color: transparent;
  border: 1px solid var(--whiteColor);
}
.investments-solutions-inner .investments-content .investments-btn .default-btn:hover {
  background-color: var(--whiteColor);
  color: var(--primaryColor);
}

#wp-service-bg .solutions-area.bg {
  background-color: #F0F8FF;
}

.investments-solutions-tabs .nav {
  padding: 0;
  list-style-type: none;
  border: none;
  margin-bottom: 0;
  max-width: 537px;
}
.investments-solutions-tabs .nav .nav-item {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}
.investments-solutions-tabs .nav .nav-item:last-child {
  margin-bottom: 0;
}
.investments-solutions-tabs .nav .nav-item .nav-link {
  border: none;
  background-color: transparent;
  border-radius: 10px;
  border: none;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 25px 30px;
  transition: var(--transition);
}
.investments-solutions-tabs .nav .nav-item .nav-link .number {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #F1F4FE;
  color: var(--primaryColor);
  font-weight: 400;
  font-size: 33px;
  text-align: center;
  border-radius: 50px;
  font-family: var(--heading-fontFamily);
}
.investments-solutions-tabs .nav .nav-item .nav-link h3 {
  font-size: 22px;
  margin-bottom: 0;
  margin-left: 17px;
  transition: var(--transition);
}
.investments-solutions-tabs .nav .nav-item .nav-link:hover, .investments-solutions-tabs .nav .nav-item .nav-link.active {
  background-color: var(--whiteColor);
}
.investments-solutions-tabs .tab-content .tab-pane {
  text-align: end;
}

/*================================================
Financial Future Area CSS
=================================================*/
.financial-future-image .main {
  border-radius: 20px;
}

.financial-future-content {
  padding-left: 55px;
}
.financial-future-content .sub {
  font-size: 16px;
  color: var(--primaryColor);
  display: block;
  margin-bottom: 12px;
}
.financial-future-content h2 {
  font-size: 42px;
  margin-bottom: 0;
}
.financial-future-content .inner-content {
  margin-top: 40px;
}
.financial-future-content .inner-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.financial-future-content .inner-content p {
  margin-bottom: 0;
}
.financial-future-content .financial-future-btn {
  margin-top: 35px;
}

/*================================================
CTA Area CSS
=================================================*/
.cta-inner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  padding-left: 100px;
  padding-right: 100px;
}
.cta-inner .content {
  max-width: 685px;
  margin: auto;
  text-align: center;
}
.cta-inner .content h2 {
  font-size: 42px;
  margin-bottom: 17px;
  color: var(--whiteColor);
}
.cta-inner .content p {
  margin-bottom: 0;
  max-width: 490px;
  margin: auto;
  color: var(--whiteColor);
}
.cta-inner .content .cta-btn {
  margin-top: 30px;
}
.cta-inner .content .cta-btn .default-btn {
  background-color: var(--secondaryColor);
}
.cta-inner .content .cta-btn .default-btn:hover {
  background-color: var(--primaryColor);
}
.cta-inner.cta-two .content {
  margin: 0 0;
  text-align: start;
}
.cta-inner.cta-two .content p {
  margin: 0 0;
}

/*================================================
Taxation Area CSS
=================================================*/
.taxation-content {
  max-width: 530px;
}
.taxation-content .sub {
  font-size: 16px;
  color: var(--primaryColor);
  display: block;
  margin-bottom: 12px;
}
.taxation-content h2 {
  font-size: 42px;
  margin-bottom: 17px;
}
.taxation-content p {
  margin-bottom: 0;
}
.taxation-content .taxation-btn {
  margin-top: 30px;
}

.taxation-image .main {
  border-radius: 20px;
}

/*================================================
Get Started Area CSS
=================================================*/
.get-started-image {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.get-started-image .main {
  border-radius: 20px;
}
.get-started-image::before {
  display: inline-block;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-color: var(--secondaryColor);
  height: 90%;
  width: 97%;
  z-index: -1;
  border-radius: 20px;
}

.get-started-content h2 {
  font-size: 42px;
  margin-bottom: 0;
}

.get-started-right-content p {
  margin-bottom: 0;
}
.get-started-right-content .get-started-btn {
  margin-top: 30px;
}

/*================================================
Help Center Area CSS
=================================================*/
.help-center-area {
  background-color: var(--primaryColor);
  padding-top: 140px;
  padding-bottom: 140px;
}

.help-center-content {
  max-width: 860px;
  margin: auto;
  text-align: center;
}
.help-center-content .sub {
  font-size: 16px;
  color: var(--whiteColor);
  display: block;
  margin-bottom: 12px;
}
.help-center-content h2 {
  font-size: 42px;
  margin-bottom: 35px;
  color: var(--whiteColor);
}
.help-center-content form {
  position: relative;
}
.help-center-content form .input-newsletter {
  display: inline-block;
  width: 100%;
  height: 57px;
  background-color: var(--whiteColor);
  border-radius: 100px;
  border: none;
  outline: 0;
  box-shadow: unset;
  padding: 15px 25px;
  color: var(--paragraphColor);
}
.help-center-content form .input-newsletter::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.help-center-content form .input-newsletter::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.help-center-content form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.help-center-content form .input-newsletter:focus::placeholder {
  color: transparent;
}
.help-center-content form button {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 25px;
  color: var(--primaryColor);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition: var(--transition);
}
.help-center-content form button:hover {
  color: var(--secondaryColor);
}
.help-center-content .list {
  padding-left: 0;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 0;
}
.help-center-content .list li {
  list-style-type: none;
  margin-right: 12px;
}
.help-center-content .list li:last-child {
  margin-right: 0;
}
.help-center-content .list li a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid var(--whiteColor);
  color: var(--whiteColor);
  font-size: 14px;
}
.help-center-content .list li a:hover {
  background-color: var(--whiteColor);
  color: var(--primaryColor);
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
  max-width: 872px;
  margin: auto;
}
.faq-accordion .accordion-item {
  margin-bottom: 10px;
  background: transparent;
  border: none;
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion-item .accordion-button {
  color: var(--blackColor);
  position: relative;
  text-align: start;
  box-shadow: unset;
  margin-bottom: 0;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 75px 20px 30px;
  transition: var(--transition);
  background: transparent;
  border-radius: 100px;
  font-family: var(--heading-fontFamily);
  background: var(--whiteColor);
}
.faq-accordion .accordion-item .accordion-button::before {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\ea13";
  font-family: "remixicon";
  font-size: 27px;
  color: var(--blackColor);
  line-height: 1;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--primaryColor);
  border-radius: 20px 20px 0 0;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed)::before {
  content: "\f1af";
  color: var(--primaryColor);
}
.faq-accordion .accordion-item .accordion-button.collapsed {
  border-radius: 100px;
}
.faq-accordion .accordion-item .accordion-body {
  padding: 25px 30px;
  border-top: 1px solid #F7F5F0;
  background: var(--whiteColor);
  border-radius: 0 0 20px 20px;
}

/*================================================
Investments Funds Area CSS
=================================================*/
.investments-funds-area {
  background-color: var(--primaryColor);
}
.investments-funds-area .section-title {
  max-width: 710px;
}
.investments-funds-area .section-title .sub {
  color: var(--whiteColor);
}
.investments-funds-area .section-title h2 {
  color: var(--whiteColor);
}

.investments-funds-card {
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 25px;
  padding: 45px 55px;
  transition: var(--transition);
}
.investments-funds-card .icon {
  display: flex;
  height: 57px;
  width: 57px;
  background-color: #F0F8FF;
  border-radius: 50%;
  position: relative;
  margin-bottom: 22px;
}
.investments-funds-card .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.investments-funds-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.investments-funds-card h3 a {
  color: var(--whiteColor);
}
.investments-funds-card p {
  color: #F9F9F9;
  margin-bottom: 0;
  transition: var(--transition);
}
.investments-funds-card:hover {
  background-color: var(--whiteColor);
}
.investments-funds-card:hover h3 a {
  color: var(--blackColor);
}
.investments-funds-card:hover p {
  color: var(--paragraphColor);
}

/*================================================
Home Loans Area CSS
=================================================*/
.home-loans-inner {
  border-radius: 20px;
  border: 1px solid rgba(10, 100, 188, 0.15);
  padding: 85px 100px;
  padding-bottom: 75px;
}
.home-loans-inner .item {
  max-width: 445px;
  margin-bottom: 25px;
}
.home-loans-inner .home-loans-content {
  margin-bottom: 25px;
}
.home-loans-inner .home-loans-content:last-child {
  margin-bottom: 0;
}
.home-loans-inner .home-loans-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.home-loans-inner .home-loans-content p {
  margin-bottom: 0;
}

/*================================================
Video Area CSS
=================================================*/
.video-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 470px;
  padding-bottom: 470px;
}

.video-wrap-view {
  text-align: center;
}
.video-wrap-view .video-btn {
  display: inline-block;
  height: 140px;
  width: 142px;
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  border: 3.5px solid var(--whiteColor);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  border-radius: 50%;
  text-align: center;
  transition: var(--transition);
}
.video-wrap-view .video-btn i {
  font-size: 85px;
  color: var(--primaryColor);
  position: absolute;
  left: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.video-wrap-view .video-btn:hover {
  background: var(--whiteColor);
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area .section-title {
  max-width: 640px;
}

.pricing-inner {
  background-color: var(--whiteColor);
  border-radius: 20px;
  max-width: 1100px;
  margin: auto;
}

.pricing-item {
  border-bottom: 1px solid #E4E7FB;
  margin-left: 72px;
  display: flex;
  justify-content: space-between;
}
.pricing-item .content {
  margin-top: 45px;
  margin-bottom: 45px;
}
.pricing-item .content h3 {
  font-size: 22px;
  margin-bottom: 25px;
}
.pricing-item .content .list {
  padding-left: 0;
  margin-bottom: 0;
}
.pricing-item .content .list li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 27px;
}
.pricing-item .content .list li:last-child {
  margin-bottom: 0;
}
.pricing-item .content .list li i {
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pricing-item .price {
  background-color: var(--primaryColor);
  border-left: 5px solid var(--secondaryColor);
  width: 220px;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 100%;
  justify-content: center;
}
.pricing-item .price h4 {
  margin-bottom: 0;
  font-size: 22px;
  color: var(--whiteColor);
}
.pricing-item .price h4 span {
  font-size: 17px;
  font-weight: 500;
}
.pricing-item:first-child .content {
  margin-top: 70px;
}
.pricing-item:first-child .price {
  border-radius: 20px 20px 0 0;
}
.pricing-item:last-child {
  border-bottom: none;
}
.pricing-item:last-child .content {
  margin-bottom: 70px;
}
.pricing-item:last-child .price {
  border-radius: 0 0 20px 20px;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content {
  max-width: 1240px;
  margin: auto;
}
.privacy-policy-content .h1, .privacy-policy-content .h2, .privacy-policy-content .h3, .privacy-policy-content .h4, .privacy-policy-content .h5, .privacy-policy-content .h6, .privacy-policy-content h1, .privacy-policy-content h2, .privacy-policy-content h3, .privacy-policy-content h4, .privacy-policy-content h5, .privacy-policy-content h6 {
  font-size: 22px;
  margin-bottom: 15px;
}
.privacy-policy-content .h1:not(:first-child), .privacy-policy-content .h2:not(:first-child), .privacy-policy-content .h3:not(:first-child), .privacy-policy-content .h4:not(:first-child), .privacy-policy-content .h5:not(:first-child), .privacy-policy-content .h6:not(:first-child), .privacy-policy-content h1:not(:first-child), .privacy-policy-content h2:not(:first-child), .privacy-policy-content h3:not(:first-child), .privacy-policy-content h4:not(:first-child), .privacy-policy-content h5:not(:first-child), .privacy-policy-content h6:not(:first-child) {
  margin-top: 30px;
}
.privacy-policy-content strong {
  color: var(--blackColor);
  font-weight: 500;
}
.privacy-policy-content p a {
  color: var(--primaryColor);
}
.privacy-policy-content p a:hover {
  text-decoration: underline;
}
.privacy-policy-content ul li, .privacy-policy-content ol li {
  color: var(--paragraphColor);
  margin-bottom: 20px;
}
.privacy-policy-content ul li a, .privacy-policy-content ol li a {
  color: var(--primaryColor);
}
.privacy-policy-content ul li a:hover, .privacy-policy-content ol li a:hover {
  text-decoration: underline;
}
.privacy-policy-content ul li:last-child, .privacy-policy-content ol li:last-child {
  margin-bottom: 0;
}

/*================================================
Terms & Conditions Area CSS
=================================================*/
.terms-conditions-content {
  max-width: 1140px;
  margin: auto;
}
.terms-conditions-content .h1, .terms-conditions-content .h2, .terms-conditions-content .h3, .terms-conditions-content .h4, .terms-conditions-content .h5, .terms-conditions-content .h6, .terms-conditions-content h1, .terms-conditions-content h2, .terms-conditions-content h3, .terms-conditions-content h4, .terms-conditions-content h5, .terms-conditions-content h6 {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.terms-conditions-content .h1:not(:first-child), .terms-conditions-content .h2:not(:first-child), .terms-conditions-content .h3:not(:first-child), .terms-conditions-content .h4:not(:first-child), .terms-conditions-content .h5:not(:first-child), .terms-conditions-content .h6:not(:first-child), .terms-conditions-content h1:not(:first-child), .terms-conditions-content h2:not(:first-child), .terms-conditions-content h3:not(:first-child), .terms-conditions-content h4:not(:first-child), .terms-conditions-content h5:not(:first-child), .terms-conditions-content h6:not(:first-child) {
  margin-top: 25px;
}
.terms-conditions-content strong {
  color: var(--blackColor);
  font-weight: 500;
}
.terms-conditions-content p a {
  color: var(--primaryColor);
}
.terms-conditions-content p a:hover {
  text-decoration: underline;
}
.terms-conditions-content ul li, .terms-conditions-content ol li {
  color: var(--paragraphColor);
  margin-bottom: 20px;
}
.terms-conditions-content ul li a, .terms-conditions-content ol li a {
  color: var(--primaryColor);
}
.terms-conditions-content ul li a:hover, .terms-conditions-content ol li a:hover {
  text-decoration: underline;
}
.terms-conditions-content ul li:last-child, .terms-conditions-content ol li:last-child {
  margin-bottom: 0;
}

/*================================================
Not Found Area CSS
=================================================*/
.not-found-content img {
  margin-bottom: 35px;
}
.not-found-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}
.not-found-content .default-btn {
  margin-top: 15px;
}

/*================================================
Contact Info Area CSS
=================================================*/
.contact-info-card {
  background-color: var(--whiteColor);
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 45px 65px;
  text-align: center;
  transition: var(--transition);
  border: 1px solid var(--whiteColor);
}
.contact-info-card .icon {
  margin-bottom: 22px;
}
.contact-info-card .icon i {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  font-size: 32px;
  text-align: center;
  border-radius: 50px;
}
.contact-info-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.contact-info-card span {
  display: block;
  line-height: 1.8;
}
.contact-info-card span a {
  color: var(--paragraphColor);
}
.contact-info-card span a:hover {
  color: var(--primaryColor);
}
.contact-info-card:hover {
  border: 1px solid var(--primaryColor);
}

/*================================================
Contact Area CSS
=================================================*/
.contact-wrap-form {
  background-color: var(--whiteColor);
  border-radius: 10px;
  padding: 50px 45px;
  max-width: 985px;
  margin: auto;
}
.contact-wrap-form h3 {
  font-size: 25px;
  margin-bottom: 30px;
}
.contact-wrap-form form .form-group {
  margin-bottom: 25px;
  position: relative;
}
.contact-wrap-form form .form-group label {
  font-size: 14px;
  color: var(--blackColor);
  display: inline-block;
  font-weight: 600;
  margin-bottom: 12px;
}
.contact-wrap-form form .form-group .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 20px;
  background-color: #F0F8FF;
  border: none;
  box-shadow: unset;
  outline: 0;
  height: 62px;
  color: var(--paragraphColor);
  transition: var(--transition);
  font-size: 15px;
  padding: 15px 25px;
}
.contact-wrap-form form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.contact-wrap-form form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.contact-wrap-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.contact-wrap-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.contact-wrap-form form .form-group textarea.form-control {
  min-height: 150px;
}
.contact-wrap-form form .default-btn {
  border: none;
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.profile-authentication-inner {
  background-color: var(--whiteColor);
  border-radius: 20px;
}

.profile-authentication-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.profile-authentication-box {
  padding: 185px 100px;
  text-align: center;
}
.profile-authentication-box .logo {
  margin-bottom: 50px;
}
.profile-authentication-box .logo .black-logo {
  display: block;
  margin: auto;
}
.profile-authentication-box .logo .white-logo {
  display: none;
  margin: auto;
}
.profile-authentication-box .authentication-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.profile-authentication-box .authentication-form .form-group label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.profile-authentication-box .authentication-form .form-group label i {
  font-size: 18px;
  color: var(--primaryColor);
}
.profile-authentication-box .authentication-form .form-group .form-control {
  display: inline-block;
  border-radius: 100px;
  background: #F2F2F8;
  width: 100%;
  height: 50px;
  padding: 15px 47px 15px 47px;
  border: none;
  outline: 0;
  box-shadow: unset;
  color: var(--paragraphColor);
}
.profile-authentication-box .authentication-form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.profile-authentication-box .authentication-form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.profile-authentication-box .authentication-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.profile-authentication-box .authentication-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.profile-authentication-box .authentication-form .form-group .eye-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  font-size: 18px;
  color: var(--paragraphColor);
  transition: var(--transition);
  background-color: transparent;
}
.profile-authentication-box .authentication-form .form-group .eye-btn:hover {
  color: var(--primaryColor);
}
.profile-authentication-box .authentication-form .default-btn {
  width: 100%;
  border: none;
  justify-content: center;
  padding: 14.5px 40px;
}
.profile-authentication-box .authentication-form .sub-bottom {
  font-size: 15px;
  color: var(--primaryColor);
  margin-top: 20px;
  display: block;
}
.profile-authentication-box .authentication-form .sub-bottom:hover {
  color: var(--secondaryColor);
}
.profile-authentication-box .authentication-form .bottom-content {
  margin-top: 35px;
  padding-top: 35px;
  position: relative;
}
.profile-authentication-box .authentication-form .bottom-content::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 9.47%, #D9D9D9 49.43%, rgba(217, 217, 217, 0) 81.86%);
  width: 100%;
  height: 1px;
}
.profile-authentication-box .authentication-form .bottom-content span {
  display: block;
  margin-bottom: 25px;
}
.profile-authentication-box .authentication-form .bottom-content .default-btn {
  background-color: transparent;
  border: 1px solid var(--primaryColor);
  color: var(--primaryColor);
}
.profile-authentication-box .authentication-form .bottom-content .default-btn:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

/*================================================
Widget Area CSS
=================================================*/
.widget-area {
  margin-left: 45px;
}
.widget-area.left {
  margin-left: 0;
  margin-right: 45px;
}
.widget-area .widget {
  margin-bottom: 55px;
}
.widget-area .widget .widget-title, .widget-area .widget .wp-block-heading {
  margin-bottom: 25px;
  font-size: 22px;
  position: relative;
  padding-bottom: 20px;
}
.widget-area .widget .widget-title::before, .widget-area .widget .wp-block-heading::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #E1E1E1;
  width: 100%;
  height: 1px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form .search-field {
  display: inline-block;
  height: 60px;
  background: var(--whiteColor);
  border: none;
  font-weight: 400;
  outline: 0;
  box-shadow: unset;
  color: var(--paragraphColor);
  padding: 15px 65px 15px 25px;
  width: 100%;
  border-radius: 100px;
}
.widget-area .widget_search form .search-field::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.widget-area .widget_search form .search-field::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.widget-area .widget_search form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}
.widget-area .widget_search form button {
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 22px;
  color: var(--blackColor);
  position: absolute;
  right: 20px;
  transition: var(--transition);
}
.widget-area .widget_havasu_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 25px;
}
.widget-area .widget_havasu_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_havasu_posts_thumb .item .thumb {
  float: left;
  overflow: hidden;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 15px;
}
.widget-area .widget_havasu_posts_thumb .item .thumb .fullimage {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 15px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_havasu_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 7.5px;
}
.widget-area .widget_havasu_posts_thumb .item .info span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--paragraphColor);
}
.widget-area .widget_havasu_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}
.widget-area .widget_havasu_posts_thumb .item .info .title a {
  display: inline-block;
  color: var(--blackColor);
}
.widget-area .widget_havasu_posts_thumb .item .info .title a:hover {
  color: var(--primaryColor);
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--heading-fontFamily);
}
.widget-area .widget_categories ul li a {
  color: var(--blackColor);
  font-weight: 600;
}
.widget-area .widget_categories ul li a:hover {
  color: var(--primaryColor);
}
.widget-area .widget_categories ul li span {
  color: var(--paragraphColor);
  font-size: 15px;
  font-weight: 400;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_tag_cloud .tagcloud {
  margin-top: -7px;
}
.widget-area .widget_tag_cloud .tagcloud a {
  padding: 10px 20px;
  display: inline-block;
  background-color: transparent;
  text-transform: uppercase;
  color: var(--blackColor);
  border: 1px solid var(--paragraphColor);
  border-radius: 100px;
  margin-right: 5px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
}
.widget-area .widget_tag_cloud .tagcloud a:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 30px;
  text-align: center;
}
.pagination-area.css-top {
  margin-top: 45px;
}
.pagination-area .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  overflow: hidden;
  line-height: 42px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  color: var(--blackColor);
  background-color: var(--whiteColor);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 600;
  margin-left: 8px;
  margin-right: 8px;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
  color: var(--whiteColor);
  background: var(--primaryColor);
}
.pagination-area .page-numbers.next, .pagination-area .page-numbers.prev {
  line-height: 40px;
  font-size: 22px;
}