/*
@File: Banco WP Theme Style

* 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 CSS
** - Section Title CSS
** - Preloader Area CSS
** - Main Banner Area CSS
** - About Area CSS
** - Features Area CSS
** - Feature Details Area CSS
** - Investments Area CSS
** - Choose Us Area CSS
** - Create Account Area CSS
** - Download App Area CSS
** - Testimonial Area CSS
** - FAQ Area CSS
** - Contact Area CSS
** - Contact Information Area CSS
** - Blog Area CSS
** - Money Transfer Banner Area CSS
** - Money Transfer Area CSS
** - Process Area CSS
** - Countries Area CSS
** - Compare Pricing Area CSS
** - Mobile Wallet Banner Area CSS
** - Overview Area CSS
** - Page Banner Area CSS
** - Proposal Area CSS
** - Profile Authentication Area CSS
** - Terms of Service Area CSS
** - Privacy Policy Area CSS
** - 404 Error Area CSS
** - Coming Soon Area CSS
** - Pagination CSS
** - Widget Sidebar CSS
** - Go Top Area CSS

*/
/*================================================
Default CSS
=================================================*/
:root {
  --fontFamily: "Barlow", sans-serif;
  --main-color: #0066FF;
  --yellow-color: #FFC700;
  --red-color: #FB5D59;
  --purple-color: #7400E8;
  --white-color: #ffffff;
  --black-color: #070F38;
  --paragraph-color: #707070;
  --font-size: 16px;
  --transition: .6s;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--fontFamily);
  font-size: var(--font-size);
}

a {
  text-decoration: none;
  transition: var(--transition);
  color: var(--black-color);
  font-family: var(--fontFamily);
}
a:hover, a:focus {
  color: var(--main-color);
}

button {
  outline: 0 !important;
}

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

i {
  line-height: normal;
}

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

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

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

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

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

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

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

.pt-0 .ptb-100 {
  padding-top: 0 !important;
}
.pt-0 .pt-100 {
  padding-top: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--black-color);
  font-weight: 800;
  font-family: var(--fontFamily);
}
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

/*================================================
Default Btn CSS
=================================================*/
.default-btn {
  display: inline-flex;
  align-items: center;
  padding: 18px 30px;
  font-weight: 600;
  background-color: var(--main-color);
  color: var(--white-color);
  transition: var(--transition);
  border-radius: 5px;
  border: 1px solid var(--main-color);
  outline: none;
}
.default-btn img {
  transition: var(--transition);
  margin-left: 8px;
}
.default-btn:hover {
  background-color: var(--yellow-color);
  color: var(--black-color);
  border: 1px solid var(--yellow-color);
}
.default-btn:hover img {
  filter: invert(100%) sepia(6%) saturate(6763%) hue-rotate(192deg) brightness(89%) contrast(113%);
}
.default-btn.with-border {
  background-color: transparent;
  border: 1px solid var(--yellow-color);
  color: var(--yellow-color) !important;
}
.default-btn.with-border:hover {
  background-color: var(--yellow-color);
  color: var(--white-color) !important;
  border: 1px solid var(--yellow-color);
}
.default-btn.with-border:hover img {
  filter: invert(100%) sepia(10%) saturate(6763%) hue-rotate(192deg) brightness(100%) contrast(115%);
}
.default-btn i {
  margin-left: 8px;
  font-size: 20px;
  position: relative;
  top: 1.5px;
}

/*================================================
Section Title CSS
=================================================*/
.section-title-wrap {
  position: relative;
  padding-left: 45px;
  max-width: 630px;
  margin-bottom: 50px;
}
.section-title-wrap span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 10px;
  writing-mode: vertical-lr;
}
.section-title-wrap h3 {
  font-size: 53px;
  margin-bottom: 0;
}

.section-title {
  text-align: center;
  max-width: 775px;
  margin: 0 auto 30.5px;
}
.section-title span {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  color: var(--main-color);
}
.section-title h3 {
  font-size: 53px;
  margin-bottom: 0;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: var(--white-color);
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  right: 0;
}
.preloader .lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.preloader .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.preloader .lds-spinner div::after {
  content: " ";
  display: block;
  position: absolute;
  top: 5px;
  left: 35px;
  width: 5px;
  height: 20px;
  border-radius: 20%;
  background: var(--main-color);
}
.preloader .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.preloader .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.preloader .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.preloader .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.preloader .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.preloader .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.preloader .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.preloader .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.preloader .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.preloader .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.preloader .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.preloader .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 70px;
}
.main-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.main-banner-content {
  position: relative;
  z-index: 1;
  margin-right: -85px;
  top: -50px;
}
.main-banner-content .sub {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
}
.main-banner-content .sub img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-banner-content h1, .main-banner-content h2, .main-banner-content h3, .main-banner-content h4, .main-banner-content h5, .main-banner-content h6 {
  font-size: 105px;
  line-height: 107px;
  margin-bottom: 22px;
}
.main-banner-content p {
  max-width: 740px;
}
.main-banner-content .banner-btn {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.main-banner-content .banner-btn li {
  list-style-type: none;
  display: inline-block;
  margin-right: 12px;
}
.main-banner-content .banner-btn li:last-child {
  margin-right: 0;
}
.main-banner-content .banner-btn li .default-btn.with-border {
  background-color: transparent;
  border: 1px solid var(--yellow-color);
  color: var(--black-color) !important;
}
.main-banner-content .banner-btn li .default-btn.with-border:hover {
  background-color: var(--yellow-color);
  border: 1px solid var(--yellow-color);
  color: var(--black-color) !important;
}
.main-banner-content .banner-btn li .default-btn.with-border:hover img {
  filter: unset;
}

.main-banner-image {
  margin-left: -30px;
  position: relative;
  filter: drop-shadow(-5px 15px 30px rgba(0, 0, 0, 0.18));
}
.main-banner-image .rocket {
  position: absolute;
  left: -45px;
  bottom: 120px;
  animation: moveleftbounce 7s linear infinite;
}

.main-banner-shape {
  position: absolute;
  right: 0;
  top: 90px;
  z-index: -1;
}

@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
/*================================================
About Area CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}
.about-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.about-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: -100px;
  width: 265px;
  height: 455px;
  background: #FAFAFA;
  z-index: -1;
}
.about-area.without-before-color::before {
  display: none;
}

.about-content {
  max-width: 840px;
  margin: auto;
  position: relative;
  padding-left: 45px;
}
.about-content.with-max-width {
  max-width: 735px;
}
.about-content span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 5px;
  writing-mode: vertical-lr;
}
.about-content h3 {
  font-size: 53px;
  line-height: 58px;
  margin-bottom: 20px;
}
.about-content p {
  max-width: 740px;
}
.about-content .about-btn {
  margin-top: 30px;
}
.about-content .about-btn .default-btn img {
  width: auto;
}

.about-image-right-slides .right-item {
  margin-top: 185px;
  position: relative;
  z-index: 1;
}
.about-image-right-slides .right-item::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 32px;
  height: 75px;
  background-color: var(--purple-color);
  right: 0;
  top: -40px;
  z-index: -1;
}
.about-image-right-slides .right-item img {
  width: auto;
}

.about-slides.owl-theme .owl-dots {
  position: absolute;
  bottom: 25%;
  left: 35%;
  right: 0;
}
.about-slides.owl-theme .owl-dots .owl-dot {
  position: relative;
}
.about-slides.owl-theme .owl-dots .owl-dot::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -8px;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-bottom: 1px dashed #D9D9D9;
}
.about-slides.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background-color: #D1CFDB;
  transition: var(--transition);
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 35px;
  border: 2px solid #D9D9D9;
}
.about-slides.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  content: "1";
  font-size: 18px;
  color: #C3C3C3;
  line-height: 20px;
  top: -2px;
  left: -15px;
  transition: var(--transition);
}
.about-slides.owl-theme .owl-dots .owl-dot:nth-child(2) span::before {
  content: "2";
  left: 25px;
}
.about-slides.owl-theme .owl-dots .owl-dot:nth-child(3) span::before {
  content: "3";
  left: 25px;
}
.about-slides.owl-theme .owl-dots .owl-dot:nth-child(4) span::before {
  content: "4";
  left: 25px;
}
.about-slides.owl-theme .owl-dots .owl-dot:nth-child(5) span::before {
  content: "5";
  left: 25px;
}
.about-slides.owl-theme .owl-dots .owl-dot:nth-child(6) span::before {
  content: "6";
  left: 25px;
}
.about-slides.owl-theme .owl-dots .owl-dot:nth-child(7) span::before {
  content: "7";
  left: 25px;
}
.about-slides.owl-theme .owl-dots .owl-dot:nth-child(8) span::before {
  content: "8";
  left: 25px;
}
.about-slides.owl-theme .owl-dots .owl-dot:nth-child(9) span::before {
  content: "9";
  left: 25px;
}
.about-slides.owl-theme .owl-dots .owl-dot:nth-child(10) span::before {
  content: "10";
  left: 25px;
}
.about-slides.owl-theme .owl-dots .owl-dot:hover span, .about-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--main-color);
  border: 2px solid #D9D9D9;
}
.about-slides.owl-theme .owl-dots .owl-dot:hover span::before, .about-slides.owl-theme .owl-dots .owl-dot.active span::before {
  font-size: 28px;
  color: var(--black-color);
}
.about-slides.owl-theme .owl-dots .owl-dot:first-child span {
  margin-left: 0;
}
.about-slides.owl-theme .owl-dots .owl-dot:last-child span {
  margin-right: 0;
}
.about-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.about-wrap-shape {
  position: absolute;
  bottom: 8%;
  left: 18%;
  z-index: -1;
  transform: translateY(-8%) translateX(-18%);
}
.about-wrap-shape img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*================================================
Features Area CSS
=================================================*/
.features-content {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 45px;
  padding-right: 30px;
}
.features-content span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 45px;
  writing-mode: vertical-lr;
}
.features-content h3 {
  font-size: 53px;
  margin-bottom: 15px;
}
.features-content p {
  max-width: 450px;
}
.features-content h4 {
  font-size: 28px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.features-content .features-btn {
  margin-top: 25px;
}
.features-content.with-relative {
  padding-left: 0;
}
.features-content.with-relative span {
  position: relative;
  top: 0;
  writing-mode: unset;
  margin-bottom: 10px;
}
.features-content.with-relative .features-btn .default-btn {
  background-color: var(--red-color);
  border: 1px solid var(--red-color);
}
.features-content.with-relative .features-btn .default-btn:hover {
  background-color: var(--purple-color);
  border: 1px solid var(--purple-color);
  color: var(--white-color) !important;
}
.features-content.with-relative .features-btn .default-btn:hover img {
  filter: unset;
}

.features-image {
  background-image: url(../../assets/images/features/features1.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.features-image.bg-2 {
  background-image: url(../../assets/images/features/features2.webp);
}
.features-image.bg-3 {
  background-image: url(../../assets/images/features/features3.webp);
}
.features-image.bg-4 {
  background-image: url(../../assets/images/features/features4.webp);
}
.features-image.bg-5 {
  background-image: url(../../assets/images/features/features5.webp);
}
.features-image.bg-6 {
  background-image: url(../../assets/images/features/features6.webp);
}
.features-image.bg-7 {
  background-image: url(../../assets/images/features/features7.webp);
}
.features-image.with-relative {
  margin-left: -25px;
}

.features-list-tabs {
  margin-left: 35px;
}
.features-list-tabs .nav {
  padding-left: 0;
  list-style-type: none;
  display: block;
  border: none;
  margin-bottom: 0;
}
.features-list-tabs .nav .nav-item {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.features-list-tabs .nav .nav-item .nav-link {
  color: var(--main-color);
  border: none;
  padding: 22px 20px;
  background-color: var(--white-color);
  position: relative;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  width: 100%;
}
.features-list-tabs .nav .nav-item .nav-link span img {
  transition: var(--transition);
}
.features-list-tabs .nav .nav-item .nav-link:hover, .features-list-tabs .nav .nav-item .nav-link.active {
  background-color: var(--main-color);
  color: var(--white-color);
}
.features-list-tabs .nav .nav-item .nav-link:hover span img, .features-list-tabs .nav .nav-item .nav-link.active span img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(349deg) brightness(120%) contrast(115%);
}

.awesome-features-image {
  text-align: center;
  margin-right: 30px;
}
.awesome-features-image.video-gif {
  background-color: #110F11;
}

.awesome-features-content {
  position: relative;
  padding-left: 45px;
}
.awesome-features-content .sub {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 12px;
  writing-mode: vertical-lr;
}
.awesome-features-content h3 {
  font-size: 53px;
  margin-bottom: 0;
}
.awesome-features-content .list-tabs {
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: -180px;
}
.awesome-features-content .list-tabs .nav {
  padding-left: 0;
  list-style-type: none;
  display: block;
  border: none;
  margin-bottom: 0;
}
.awesome-features-content .list-tabs .nav .nav-item {
  display: inline-block;
  border-radius: 5px;
  margin-right: 15px;
}
.awesome-features-content .list-tabs .nav .nav-item:last-child {
  margin-right: 0;
}
.awesome-features-content .list-tabs .nav .nav-item .nav-link {
  color: var(--main-color);
  padding: 20px 25px;
  border: 1px solid #E0E8F4;
  background-color: var(--white-color);
  position: relative;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
}
.awesome-features-content .list-tabs .nav .nav-item .nav-link span img {
  transition: var(--transition);
  margin-right: 12px;
}
.awesome-features-content .list-tabs .nav .nav-item .nav-link:hover, .awesome-features-content .list-tabs .nav .nav-item .nav-link.active {
  background-color: var(--main-color);
  color: var(--white-color);
  border: 1px solid var(--main-color);
}
.awesome-features-content .list-tabs .nav .nav-item .nav-link:hover span img, .awesome-features-content .list-tabs .nav .nav-item .nav-link.active span img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(349deg) brightness(120%) contrast(115%);
}
.awesome-features-content .inner-content h4 {
  font-size: 28px;
  margin-bottom: 20px;
}
.awesome-features-content .inner-content p {
  color: #110F11;
}
.awesome-features-content .inner-content .features-btn .default-btn {
  background-color: var(--red-color);
  border: 1px solid var(--red-color);
}
.awesome-features-content .inner-content .features-btn .default-btn:hover {
  background-color: var(--black-color);
  border: 1px solid var(--black-color);
  color: var(--white-color) !important;
}
.awesome-features-content .inner-content .features-btn .default-btn:hover img {
  filter: unset;
}

.features-box {
  background: #E7EFFC;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 25px;
  transition: var(--transition);
}
.features-box span {
  font-size: 18px;
  color: var(--main-color);
  font-weight: 500;
  transition: var(--transition);
}
.features-box span img {
  transition: var(--transition);
}
.features-box:hover {
  background-color: var(--main-color);
}
.features-box:hover span {
  color: var(--white-color);
}
.features-box:hover span img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(349deg) brightness(120%) contrast(115%);
}

/*================================================
Feature Details Area CSS
=================================================*/
.feature-details-image {
  text-align: center;
  background-color: #110F11;
}

.feature-details-content {
  padding-left: 55px;
}
.feature-details-content h3 {
  font-size: 53px;
  margin-bottom: 30px;
}
.feature-details-content p {
  margin-bottom: 0;
}
.feature-details-content .list {
  padding-left: 0;
  margin-top: 18px;
  margin-bottom: 30px;
}
.feature-details-content .list li {
  list-style-type: none;
  margin-bottom: 15px;
  color: #2A174E;
  position: relative;
  padding-left: 30px;
}
.feature-details-content .list li i {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: var(--main-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.feature-details-content .default-btn {
  background-color: var(--red-color);
  border: 1px solid var(--red-color);
}
.feature-details-content .default-btn:hover {
  background-color: var(--black-color);
  border: 1px solid var(--black-color);
  color: var(--white-color) !important;
}
.feature-details-content .default-btn:hover img {
  filter: unset;
}

/*================================================
Investments Area CSS
=================================================*/
.investments-area {
  background-color: #FAFAFA;
  position: relative;
  z-index: 1;
}
.investments-area::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(../img/shape-bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 640px;
  height: 100%;
  z-index: -1;
}
.investments-area.investments-style-two::before {
  left: 0;
  right: auto;
}
.investments-area.investments-style-two .investments-image {
  margin-right: -65px;
  margin-left: 0;
}
.investments-area.investments-style-two .investments-content {
  margin-left: auto;
  padding-left: 20px;
}

.investments-content {
  max-width: 650px;
  position: relative;
  padding-left: 45px;
}
.investments-content span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 5px;
  writing-mode: vertical-lr;
}
.investments-content h3 {
  font-size: 53px;
  line-height: 58px;
  margin-bottom: 20px;
}
.investments-content .color-black {
  color: var(--black-color);
  font-size: 18px;
}
.investments-content.with-relative {
  padding-left: 0;
}
.investments-content.with-relative span {
  position: relative;
  top: 0;
  writing-mode: unset;
  margin-bottom: 10px;
}
.investments-content.with-relative .color-black {
  max-width: 565px;
}
.investments-content.with-relative p {
  max-width: 570px;
}

.investments-image {
  position: relative;
  z-index: 1;
  margin-left: -65px;
}
.investments-image .blur-shape {
  position: absolute;
  left: -120px;
  top: 0;
  z-index: -1;
}

.investments-landing-rev-shape {
  position: absolute;
  left: 20%;
  top: -35px;
  z-index: -1;
  max-width: 88px;
  transform: translateX(-20%);
}
.investments-landing-rev-shape img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*================================================
Choose Us Area CSS
=================================================*/
.choose-us-area {
  position: relative;
  z-index: 1;
}

.choose-us-card {
  background-color: var(--black-color);
  padding: 55px 50px;
}
.choose-us-card .icon {
  margin-bottom: 45px;
}
.choose-us-card h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.choose-us-card h3 a {
  color: #B9BAC2;
}
.choose-us-card p {
  color: #84858B;
}
.choose-us-card.color-two {
  background-color: var(--yellow-color);
}
.choose-us-card.color-two h3 a {
  color: var(--black-color);
}
.choose-us-card.color-two p {
  color: #4C5481;
}
.choose-us-card.color-three {
  background-color: transparent;
}
.choose-us-card.color-three h3 a {
  color: #393E59;
}
.choose-us-card.color-three p {
  color: var(--paragraph-color);
}
.choose-us-card.color-four {
  background-color: var(--purple-color);
}
.choose-us-card.color-four h3 a {
  color: var(--white-color);
}
.choose-us-card.color-four p {
  color: #C8B7D8;
}
.choose-us-card.color-five {
  background: #FAFAFA;
}
.choose-us-card.color-five h3 a {
  color: #393E59;
}
.choose-us-card.color-five p {
  color: var(--paragraph-color);
}
.choose-us-card.color-six {
  background: var(--main-color);
}
.choose-us-card.color-six h3 a {
  color: #EFE6F9;
}
.choose-us-card.color-six p {
  color: #C8B7D8;
}

.choose-us-content {
  position: relative;
  padding-left: 45px;
  margin-left: 70px;
  margin-top: -10px;
}
.choose-us-content span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 5px;
  writing-mode: vertical-lr;
}
.choose-us-content h3 {
  font-size: 45px;
  line-height: 58px;
  margin-bottom: 20px;
}

.choose-us-btn {
  text-align: center;
  background-color: var(--main-color);
  padding: 135px 50px;
  transition: var(--transition);
}
.choose-us-btn a span {
  font-size: 18px;
  font-weight: bold;
  color: var(--white-color);
  display: block;
  margin-bottom: 30px;
}
.choose-us-btn:hover {
  background-color: var(--red-color);
}

.choose-us-shape-1 {
  position: absolute;
  bottom: 20%;
  left: 20%;
  transform: translateY(-20%) translateX(-20%);
  z-index: -1;
}
.choose-us-shape-1 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.choose-us-shape-2 {
  position: absolute;
  bottom: 0;
  right: 18%;
  transform: translateX(-18%);
  z-index: -1;
}

/*================================================
Create Account Area CSS
=================================================*/
.create-account-content {
  position: relative;
  padding-left: 45px;
}
.create-account-content span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 5px;
  writing-mode: vertical-lr;
}
.create-account-content h3 {
  font-size: 53px;
  line-height: 58px;
  margin-bottom: 20px;
}
.create-account-content .create-account-btn .default-btn.red-color {
  background-color: var(--red-color);
  border: 1px solid var(--red-color);
}
.create-account-content .create-account-btn .default-btn.red-color:hover {
  background-color: var(--black-color);
  border: 1px solid var(--black-color);
  color: var(--white-color) !important;
}
.create-account-content .create-account-btn .default-btn.red-color:hover img {
  filter: unset;
}

.create-account-tabs .nav {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  border: none;
  margin-top: 40px;
  margin-bottom: 30px;
}
.create-account-tabs .nav .nav-item {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}
.create-account-tabs .nav .nav-item:last-child {
  margin-right: 0;
}
.create-account-tabs .nav .nav-item .nav-link {
  border: none;
  display: inline-block;
  padding: 22px 55px;
  background-color: #F1E8FB;
  color: var(--purple-color);
  position: relative;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
}
.create-account-tabs .nav .nav-item .nav-link:hover, .create-account-tabs .nav .nav-item .nav-link.active {
  background-color: var(--purple-color);
  color: var(--white-color);
}

.create-account-inner-content .create-account-btn {
  margin-top: 30px;
}

.create-account-image {
  margin-left: 70px;
  position: relative;
  z-index: 1;
  padding-left: 120px;
}
.create-account-image::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 390px;
  height: 408px;
  background: #FAFAFA;
  z-index: -1;
}
.create-account-image::after {
  position: absolute;
  content: "";
  left: 50px;
  bottom: 30px;
  height: 30px;
  width: 30px;
  background-color: var(--yellow-color);
  z-index: -1;
}

/*================================================
Download App Area CSS
=================================================*/
.download-app-area {
  position: relative;
  z-index: 1;
}

.download-app-image {
  padding-right: 80px;
}

.download-app-content {
  position: relative;
  padding-left: 45px;
  margin-left: 15px;
}
.download-app-content .sub {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 5px;
  writing-mode: vertical-lr;
}
.download-app-content h3 {
  font-size: 53px;
  line-height: 58px;
  margin-bottom: 20px;
}
.download-app-content .btn-box {
  margin-top: 30px;
}
.download-app-content .btn-box .google-play-btn {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--main-color);
  padding: 17.5px 30px 15.5px 75px;
  font-size: 12px;
}
.download-app-content .btn-box .google-play-btn img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.download-app-content .btn-box .google-play-btn img::before {
  font-size: 35px;
}
.download-app-content .btn-box .google-play-btn span {
  display: block;
  font-weight: 600;
  margin-top: 2px;
  font-size: var(--font-size);
}
.download-app-content .btn-box .google-play-btn:hover {
  background-color: var(--black-color);
}
.download-app-content .btn-box .apple-store-btn {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--purple-color);
  padding: 17.5px 30px 15.5px 75px;
  font-size: 12px;
  margin-left: 15px;
}
.download-app-content .btn-box .apple-store-btn img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.download-app-content .btn-box .apple-store-btn img::before {
  font-size: 35px;
}
.download-app-content .btn-box .apple-store-btn span {
  display: block;
  font-weight: 600;
  margin-top: 2px;
  font-size: var(--font-size);
}
.download-app-content .btn-box .apple-store-btn:hover {
  background-color: var(--black-color);
}

.download-app-landing-rev-shape {
  position: absolute;
  right: 8%;
  bottom: 8%;
  z-index: -1;
  transform: translateY(-8%) translateX(-8%);
}
.download-app-landing-rev-shape img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.download-app-landing-rev-shape.with-top {
  top: 10%;
  bottom: auto;
  right: 20%;
  left: auto;
  max-width: 100px;
  transform: translateY(-10%) translateX(-20%);
}

/*================================================
Testimonial Area CSS
=================================================*/
.testimonial-area {
  background: #FAFAFA;
  overflow: hidden;
}
.testimonial-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.testimonial-area.with-white-color {
  background-color: var(--white-color);
  position: relative;
  z-index: 1;
}
.testimonial-area.with-white-color .testimonial-card {
  background: #FDF9F9;
}

.testimonial-card {
  padding: 40px 30px;
  background-color: var(--white-color);
}
.testimonial-card .list {
  padding: 0;
  display: flex;
  margin-bottom: 25px;
}
.testimonial-card .list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.testimonial-card .list li:last-child {
  margin-right: 0;
}
.testimonial-card .list li img {
  width: auto;
}
.testimonial-card p {
  color: var(--black-color);
  font-size: 18px;
  margin-bottom: 0;
}
.testimonial-card .info {
  margin-top: 25px;
}
.testimonial-card .info img {
  width: auto;
}
.testimonial-card .info .title {
  margin-left: 15px;
}
.testimonial-card .info .title h3 {
  font-weight: 500;
  color: var(--main-color);
  font-size: 18px;
  margin-bottom: 2px;
}
.testimonial-card .info .title span {
  color: var(--paragraph-color);
  font-size: 14px;
  font-weight: 500;
}

.testimonial-slides.owl-theme .owl-dots {
  position: absolute;
  right: 100px;
  top: -115px;
}
.testimonial-slides.owl-theme .owl-dots .owl-dot {
  position: relative;
}
.testimonial-slides.owl-theme .owl-dots .owl-dot::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -8px;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-bottom: 1px dashed #D9D9D9;
}
.testimonial-slides.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background-color: #D1CFDB;
  transition: var(--transition);
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 20px;
  border: 2px solid #D9D9D9;
}
.testimonial-slides.owl-theme .owl-dots .owl-dot:hover span, .testimonial-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--main-color);
  border: 2px solid #D9D9D9;
}
.testimonial-slides.owl-theme .owl-dots .owl-dot:hover span::before, .testimonial-slides.owl-theme .owl-dots .owl-dot.active span::before {
  font-size: 28px;
  color: var(--black-color);
}
.testimonial-slides.owl-theme .owl-dots .owl-dot:first-child span {
  margin-left: 0;
}
.testimonial-slides.owl-theme .owl-dots .owl-dot:last-child span {
  margin-right: 0;
}
.testimonial-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.testimonial-wrap-area {
  background-color: var(--main-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial-wrap-left {
  margin-left: 80px;
}

.testimonial-wrap-item {
  max-width: 680px;
  padding-left: 80px;
}
.testimonial-wrap-item .list {
  padding: 0;
  margin-bottom: 30px;
}
.testimonial-wrap-item .list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
}
.testimonial-wrap-item .list li:last-child {
  margin-right: 0;
}
.testimonial-wrap-item p {
  color: var(--white-color);
  font-size: 20px;
  margin-bottom: 0;
}
.testimonial-wrap-item .info {
  margin-top: 25px;
}
.testimonial-wrap-item .info img {
  width: auto;
}
.testimonial-wrap-item .info .title {
  margin-left: 15px;
}
.testimonial-wrap-item .info .title h3 {
  font-weight: 500;
  color: var(--yellow-color);
  font-size: 18px;
  margin-bottom: 2px;
}
.testimonial-wrap-item .info .title span {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
}

.testimonial-wrap-slides.owl-theme .owl-dots {
  text-align: start;
}
.testimonial-wrap-slides.owl-theme .owl-dots .owl-dot {
  position: relative;
}
.testimonial-wrap-slides.owl-theme .owl-dots .owl-dot::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -8px;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-bottom: 1px dashed #8FBCFF;
}
.testimonial-wrap-slides.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background: #5796F5;
  transition: var(--transition);
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 20px;
}
.testimonial-wrap-slides.owl-theme .owl-dots .owl-dot:hover span, .testimonial-wrap-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--white-color);
  border: 2px solid #8FBCFF;
  transform: scale(1.1);
}
.testimonial-wrap-slides.owl-theme .owl-dots .owl-dot:first-child span {
  margin-left: 0;
}
.testimonial-wrap-slides.owl-theme .owl-dots .owl-dot:last-child span {
  margin-right: 0;
}
.testimonial-wrap-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 55px;
  position: relative;
  left: 82px;
}

.testimonial-wrap-large-text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.testimonial-rocket {
  position: absolute;
  left: 25%;
  bottom: 50px;
  z-index: -1;
  transform: translateX(-25%);
  animation: moveleftbounce 7s linear infinite;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-area {
  position: relative;
  z-index: 1;
}

.faq-list-tabs {
  text-align: center;
}
.faq-list-tabs .nav {
  padding-left: 0;
  list-style-type: none;
  display: inline-flex;
  border: none;
  margin-bottom: 55px;
  background-color: var(--white-color);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.07);
  padding: 8px;
}
.faq-list-tabs .nav .nav-item {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}
.faq-list-tabs .nav .nav-item:last-child {
  margin-right: 0;
}
.faq-list-tabs .nav .nav-item .nav-link {
  border: none;
  display: inline-block;
  padding: 22px 55px;
  background-color: transparent;
  color: var(--purple-color);
  position: relative;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
}
.faq-list-tabs .nav .nav-item .nav-link:hover, .faq-list-tabs .nav .nav-item .nav-link.active {
  background-color: var(--purple-color);
  color: var(--white-color);
}

.faq-accordion .accordion .accordion-item {
  border: 0;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: transparent;
}
.faq-accordion .accordion .accordion-item .accordion-button {
  border-top: 1px solid #F0F6FE;
  border-bottom: 1px solid #F0F6FE;
  border-radius: 5px;
  box-shadow: unset;
  position: relative;
  padding: 25px 65px 25px 25px;
  background-color: #D3E5FF;
  color: var(--main-color) !important;
  font-size: 18px;
  font-weight: 500;
}
.faq-accordion .accordion .accordion-item .accordion-button::after {
  position: absolute;
  content: "\ea4a";
  top: 24px;
  right: 25px;
  font-family: boxicons;
  background-image: unset;
  transform: unset;
  font-size: 28px;
}
.faq-accordion .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\ea57";
  background-image: unset;
}
.faq-accordion .accordion .accordion-item .accordion-button.collapsed {
  background-color: transparent;
}
.faq-accordion .accordion .accordion-item .accordion-body {
  padding: 15px 25px 0;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion-image {
  padding-left: 50px;
}

.faq-wrap-shape-1 {
  position: absolute;
  top: 20%;
  left: 15%;
  z-index: -1;
  transform: translateY(-20%) translateX(-15%);
  animation: animationFramesOne 10s infinite linear;
}

.faq-wrap-shape-2 {
  position: absolute;
  top: -50px;
  left: 22%;
  z-index: -1;
  transform: translateX(-22%);
  animation: moveleftbounce 7s linear infinite;
}

.faq-wrap-shape-3 {
  position: absolute;
  top: 10%;
  right: 15%;
  z-index: -1;
  transform: translateY(-10%) translateX(-15%);
  animation: animationFramesOne 10s infinite linear;
}

.faq-wrap-shape-4 {
  position: absolute;
  top: 8%;
  left: 15%;
  transform: translateY(-8%) translateX(-15%);
  z-index: -1;
  animation: moveleftbounce 2s linear infinite;
}

.faq-wrap-shape-5 {
  position: absolute;
  top: 8%;
  right: 15%;
  transform: translateY(-8%) translateX(-15%);
  z-index: -1;
  animation: moveleftbounce 2s linear infinite;
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
/*================================================
Contact Area CSS
=================================================*/
.contact-area {
  background-color: var(--purple-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-animation .text {
  writing-mode: vertical-rl;
  color: rgba(7, 15, 56, 0.1);
  font-size: 140px;
  white-space: nowrap;
  font-weight: 800;
  position: absolute;
  top: -100px;
  margin-left: -70px;
  letter-spacing: -0.01em;
  animation: scrollUp 100s ease-in-out infinite normal;
}
.contact-animation .text.two {
  margin-left: -50px;
  color: rgba(7, 15, 56, 0.5);
  animation: scrollUpTwo 90s ease-in-out infinite normal;
}
.contact-animation .text.three {
  margin-left: -25px;
  animation: scrollUp 80s ease-in-out infinite normal;
}

@keyframes scrollUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-80%);
  }
}
@keyframes scrollUpTwo {
  from {
    transform: translateY(-80%);
  }
  to {
    transform: translateY(0);
  }
}
.contact-form {
  padding-left: 85px;
}
.contact-form .content {
  position: relative;
  padding-left: 45px;
  margin-bottom: 65px;
}
.contact-form .content span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--white-color);
  position: absolute;
  left: 0;
  top: 5px;
  writing-mode: vertical-lr;
}
.contact-form .content h3 {
  font-size: 58px;
  line-height: px;
  margin-bottom: 20px;
  color: var(--white-color);
}
.contact-form .form-group {
  margin-bottom: 35px;
}
.contact-form .form-group .form-control {
  display: inline-block;
  border: none;
  border-bottom: 1px solid #9B75C0;
  color: #DFBDFF;
  background-color: transparent;
  box-shadow: unset;
  border-radius: 0;
  padding: 15px 0;
}
.contact-form .form-group .form-control::-moz-placeholder {
  color: #DFBDFF;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.contact-form .form-group .form-control::placeholder {
  color: #DFBDFF;
  transition: var(--transition);
}
.contact-form .form-group .form-control:focus {
  border-bottom: 1px solid var(--white-color);
}
.contact-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.contact-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.contact-form .form-group .list-unstyled {
  margin-top: 10px;
}
.contact-form .form-group .list-unstyled li {
  color: var(--red-color);
}
.contact-form .text-danger {
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 0;
}
.contact-form .default-btn {
  background-color: var(--yellow-color);
  color: var(--black-color) !important;
  border: 1px solid var(--yellow-color);
}
.contact-form .default-btn img {
  filter: invert(100%) sepia(6%) saturate(6763%) hue-rotate(192deg) brightness(89%) contrast(113%);
}
.contact-form .default-btn:hover {
  background-color: var(--black-color);
  color: var(--white-color) !important;
  border: 1px solid var(--black-color);
}
.contact-form .default-btn:hover img {
  filter: unset;
}
.contact-form .wpcf7 form .wpcf7-response-output {
  margin: 2em 0 0 !important;
  padding: 0 !important;
  border: none !important;
  color: #ffffff !important;
}

.contact-ellipse-shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

/*================================================
Contact Information Area CSS
=================================================*/
.contact-information-card {
  margin-bottom: 25px;
}
.contact-information-card .content {
  position: relative;
}
.contact-information-card .content .icon img {
  border-radius: 10px;
  max-width: 132px;
}
.contact-information-card .content .title {
  margin-left: 30px;
}
.contact-information-card .content .title h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.contact-information-card .content .title a {
  color: var(--paragraph-color);
  display: block;
}
.contact-information-card .content .title a:hover {
  color: var(--main-color);
}
.contact-information-card .content .title span {
  color: var(--paragraph-color);
}

/*================================================
Blog Area CSS
=================================================*/
.blog-large-card {
  position: relative;
}
.blog-large-card .large-image {
  overflow: hidden;
}
.blog-large-card .large-image img {
  transition: var(--transition);
  height: 520px;
}
.blog-large-card .large-content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -38.03%, #070F38 100%);
  padding: 35px 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.blog-large-card .large-content span {
  color: var(--white-color);
  display: block;
  margin-bottom: 15px;
}
.blog-large-card .large-content h3 {
  font-size: 28px;
  margin-bottom: 0;
  line-height: 32px;
}
.blog-large-card .large-content h3 a {
  color: var(--white-color);
}
.blog-large-card:hover .large-image img {
  transform: scale(1.1);
}
.blog-large-card:hover .large-content h3 a {
  color: var(--yellow-color);
}

.blog-small-card .small-image {
  overflow: hidden;
}
.blog-small-card .small-image img {
  transition: var(--transition);
}
.blog-small-card .small-content {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-top: 25px;
}
.blog-small-card .small-content span {
  color: var(--main-color);
  display: block;
  margin-bottom: 15px;
}
.blog-small-card .small-content span a {
  color: var(--main-color);
}
.blog-small-card .small-content span a:hover {
  color: var(--black-color);
}
.blog-small-card .small-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 32px;
}
.blog-small-card .small-content h3 a {
  color: var(--black-color);
}
.blog-small-card .small-content.with-bg {
  background-color: #f3f3f3;
  padding: 30px;
  margin-top: 0;
}
.blog-small-card:hover .small-image img {
  transform: scale(1.1);
}
.blog-small-card:hover .small-content h3 a {
  color: var(--purple-color);
}
.blog-small-card.without-left {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 25px;
}
.blog-small-card.with-size .small-content h3 {
  font-size: 24px;
}

.blog-slides.owl-theme .owl-dots {
  position: absolute;
  right: 0;
  top: -115px;
}
.blog-slides.owl-theme .owl-dots .owl-dot {
  position: relative;
}
.blog-slides.owl-theme .owl-dots .owl-dot::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -8px;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-bottom: 1px dashed #D9D9D9;
}
.blog-slides.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background-color: #D1CFDB;
  transition: var(--transition);
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 20px;
  border: 2px solid #D9D9D9;
}
.blog-slides.owl-theme .owl-dots .owl-dot:hover span, .blog-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--main-color);
  border: 2px solid #D9D9D9;
}
.blog-slides.owl-theme .owl-dots .owl-dot:hover span::before, .blog-slides.owl-theme .owl-dots .owl-dot.active span::before {
  font-size: 28px;
  color: var(--black-color);
}
.blog-slides.owl-theme .owl-dots .owl-dot:first-child span {
  margin-left: 0;
}
.blog-slides.owl-theme .owl-dots .owl-dot:last-child span {
  margin-right: 0;
}
.blog-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

/*================================================
Money Transfer Banner Area CSS
=================================================*/
.money-transfer-banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 100px;
}
.money-transfer-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.money-transfer-banner-content .sub {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
}
.money-transfer-banner-content .sub img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.money-transfer-banner-content h1, .money-transfer-banner-content h2, .money-transfer-banner-content h3, .money-transfer-banner-content h4, .money-transfer-banner-content h5, .money-transfer-banner-content h5 {
  font-size: 110px;
  line-height: 105px;
  margin-bottom: 22px;
  font-weight: 900;
}
.money-transfer-banner-content p {
  max-width: 700px;
}
.money-transfer-banner-content .banner-btn {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.money-transfer-banner-content .banner-btn li {
  list-style-type: none;
  display: inline-block;
  margin-right: 12px;
}
.money-transfer-banner-content .banner-btn li:last-child {
  margin-right: 0;
}
.money-transfer-banner-content .banner-btn li .default-btn {
  background-color: var(--main-color);
}
.money-transfer-banner-content .banner-btn li .default-btn:hover {
  background-color: var(--black-color);
  border: 1px solid var(--black-color);
  color: var(--white-color) !important;
}
.money-transfer-banner-content .banner-btn li .default-btn:hover img {
  filter: unset;
}
.money-transfer-banner-content .banner-btn li .default-btn.with-border {
  background-color: var(--red-color);
  border: 1px solid var(--red-color);
  color: var(--white-color) !important;
}
.money-transfer-banner-content .banner-btn li .default-btn.with-border:hover {
  background-color: var(--purple-color);
  border: 1px solid var(--purple-color);
  color: var(--white-color) !important;
}
.money-transfer-banner-content .banner-btn li .default-btn.with-border:hover img {
  filter: unset;
}
.money-transfer-banner-content .support-box {
  margin-top: 35px;
}
.money-transfer-banner-content .support-box .images img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: -20px;
}
.money-transfer-banner-content .support-box .images img:last-child {
  margin-right: 0;
}
.money-transfer-banner-content .support-box .text {
  margin-left: 15px;
}
.money-transfer-banner-content .support-box .text p {
  font-size: 18px;
}
.money-transfer-banner-content .support-box .text p span {
  color: var(--purple-color);
  font-weight: 500;
}

.money-transfer-banner-image {
  margin-left: -30px;
}

.money-transfer-banner-shape-1 {
  position: absolute;
  left: -5px;
  top: 38%;
  transform: translateY(-38%);
  z-index: -1;
  animation: fadeIn 1s infinite alternate;
}

.money-transfer-banner-shape-2 {
  position: absolute;
  left: 55px;
  top: 15%;
  transform: translateY(-15%);
  z-index: -1;
}

.money-transfer-banner-shape-3 {
  position: absolute;
  top: 10%;
  left: 52%;
  transform: translateY(-10%) translateX(-52%);
  z-index: -1;
}

.money-transfer-banner-shape-4 {
  position: absolute;
  top: 10%;
  left: 22%;
  transform: translateY(-10%) translateX(-22%);
  z-index: -1;
}
.money-transfer-banner-shape-4 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.money-transfer-banner-shape-5 {
  position: absolute;
  bottom: 55px;
  left: 45%;
  transform: translateX(-45%);
  z-index: -1;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.money-transfer-banner-animation {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -11;
}
.money-transfer-banner-animation .animation-one {
  position: absolute;
  right: -90px;
  top: -150px;
  animation: fadeIn 1.5s infinite alternate;
}
.money-transfer-banner-animation .animation-two {
  position: relative;
  top: 110px;
  right: -88px;
  animation: fadeIn 2s infinite alternate;
}
.money-transfer-banner-animation .animation-three {
  position: absolute;
  right: -90px;
  bottom: -65px;
  animation: fadeIn 1.5s infinite alternate;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
/*================================================
Money Transfer Area CSS
=================================================*/
.money-transfer-area {
  background: #FDF9F9;
  position: relative;
  z-index: 1;
}
.money-transfer-area.with-white-color {
  background-color: var(--white-color);
}
.money-transfer-area.with-white-color .money-transfer-form {
  background: #F8F8F8;
}

.money-transfer-form {
  background-color: var(--white-color);
  padding: 50px;
  border-radius: 10px;
  position: relative;
}
.money-transfer-form .form-group {
  margin-bottom: 20px;
}
.money-transfer-form .form-group label {
  color: var(--black-color);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.money-transfer-form .form-group .form-control {
  background: #EFEFEF;
  border: none;
  height: auto;
  line-height: initial;
  color: var(--black-color);
  outline: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
  font-weight: 600;
}
.money-transfer-form .form-group .form-control::-moz-placeholder {
  color: #999999;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.money-transfer-form .form-group .form-control::placeholder {
  color: #999999;
  transition: var(--transition);
}
.money-transfer-form .form-group .form-control:focus {
  box-shadow: unset;
}
.money-transfer-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent !important;
}
.money-transfer-form .form-group .form-control:focus::placeholder {
  color: transparent !important;
}
.money-transfer-form .form-group .select-box {
  background-color: var(--black-color);
  border: none;
  color: var(--white-color);
  font-weight: bold;
  padding: 15px 25px;
  height: 100%;
  font-size: 20px;
  transition: var(--transition);
}
.money-transfer-form .form-group .select-box img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.money-transfer-form .form-group .select-box::after {
  display: none;
}
.money-transfer-form .form-group .select-box select {
  display: inline-block;
  background-color: var(--black-color);
  border: none;
  color: var(--white-color);
  font-weight: bold;
  float: right;
}
.money-transfer-form .form-group .select-box select:hover {
  box-shadow: unset;
  border: none;
}
.money-transfer-form .icon {
  font-size: 24px;
  text-align: center;
  position: relative;
  top: 12px;
  cursor: pointer;
}
.money-transfer-form .exchange-rate {
  background: #EFEFEF;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  font-weight: 700;
}
.money-transfer-form .exchange-btn {
  background-color: var(--yellow-color);
  border: 1px solid var(--yellow-color);
  width: 240px;
  padding: 20px;
  margin: 0 auto 30px;
  text-align: center;
  font-weight: 500;
  color: var(--white-color);
  transition: var(--transition);
  border-radius: 5px;
  display: block;
}
.money-transfer-form .exchange-btn:hover {
  background-color: var(--purple-color);
  border: 1px solid var(--purple-color);
  color: var(--white-color) !important;
}
.money-transfer-form .exchange-btn:hover img {
  filter: unset;
}
.money-transfer-form .latest-rate {
  color: var(--black-color);
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}
.money-transfer-form .amount-currency-info {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.money-transfer-form .amount-currency-info::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 35px;
  width: 1px;
  height: 220px;
  background-color: #E5E5E5;
  z-index: -1;
}
.money-transfer-form .amount-currency-info li {
  margin-bottom: 15px;
}
.money-transfer-form .amount-currency-info li:last-child {
  margin-bottom: 0;
}
.money-transfer-form .amount-currency-info li .info-icon {
  margin-right: 25px;
}
.money-transfer-form .amount-currency-info li .info-icon i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: var(--yellow-color);
  text-align: center;
  font-size: 28px;
  color: var(--black-color);
  border-radius: 50%;
}
.money-transfer-form .amount-currency-info li .info-left {
  margin-right: 20px;
}
.money-transfer-form .amount-currency-info li .info-left b {
  color: var(--black-color);
  font-weight: 500;
}
.money-transfer-form .amount-currency-info li .info-left span {
  color: var(--paragraph-color);
}
.money-transfer-form .amount-currency-info li .info-right {
  position: relative;
  padding-right: 35px;
}
.money-transfer-form .amount-currency-info li .info-right .amount-currency-select button {
  border: none;
  background: #F2E6FF;
  border-radius: 5px;
  color: var(--purple-color);
  padding: 5px 40px 5px 15px;
  border-radius: 5px;
}
.money-transfer-form .amount-currency-info li .info-right .amount-currency-select button img {
  max-width: 20px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.money-transfer-form .amount-currency-info li .info-right .amount-currency-select button::after {
  display: none;
}
.money-transfer-form .amount-currency-info li .info-right .amount-currency-select button::before {
  content: "\ea4a";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: var(--purple-color);
  font-family: boxicons;
}
.money-transfer-form .amount-currency-info li .info-right .amount-currency-select button .currency-name {
  color: var(--purple-color);
}
.money-transfer-form .amount-currency-info li .info-right .amount-currency-select .dropdown-menu[style] {
  right: 0 !important;
  left: auto !important;
  transform: translateY(42px) !important;
}
.money-transfer-form .amount-currency-info li .info-right .amount-currency-select .currency-dropdown-menu {
  border-radius: 5px;
  border: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 0;
  width: 100%;
}
.money-transfer-form .amount-currency-info li .info-right .amount-currency-select .currency-dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  color: var(--paragraph-color);
  padding: 5px 20px;
  border-bottom: 1px solid #eeeeee;
  border-radius: 5px;
  margin-bottom: 0;
}
.money-transfer-form .amount-currency-info li .info-right .amount-currency-select .currency-dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.money-transfer-form .amount-currency-info li .info-right .amount-currency-select .currency-dropdown-menu .dropdown-item img {
  width: 25px;
  margin-right: 10px;
}
.money-transfer-form .amount-currency-info li .info-right .amount-currency-select .currency-dropdown-menu .dropdown-item.selected {
  background-color: var(--main-color);
  color: var(--white-color);
  border-radius: 5px;
}
.money-transfer-form .amount-currency-info li .info-right .amount-currency-select .currency-dropdown-menu .dropdown-item:active {
  color: var(--white-color);
  background-color: var(--main-color);
}
.money-transfer-form .amount-currency-info li .info-right .fee-text {
  display: block;
  color: var(--paragraph-color);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.money-transfer-form .amount-currency-info li .info-right span {
  color: var(--paragraph-color);
}
.money-transfer-form .amount-currency-info li:nth-child(2) .info-right {
  padding-right: 0;
}
.money-transfer-form .amount-currency-info li:nth-child(3) .info-right {
  padding-right: 0;
}
.money-transfer-form .amount-delivery-time {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.money-transfer-form .amount-delivery-time span {
  color: #646464;
  font-weight: 500;
}
.money-transfer-form .amount-delivery-time span b {
  font-weight: 500;
  color: #5C5C5C;
}
.money-transfer-form .amount-btn-group {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}
.money-transfer-form .amount-btn-group li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
.money-transfer-form .amount-btn-group li:last-child {
  margin-right: 0;
}
.money-transfer-form .amount-btn-group li .default-btn {
  background-color: var(--red-color);
  border: 1px solid var(--red-color);
}
.money-transfer-form .amount-btn-group li .default-btn:hover {
  background-color: var(--purple-color);
  border: 1px solid var(--purple-color);
  color: var(--white-color) !important;
}
.money-transfer-form .amount-btn-group li .default-btn:hover img {
  filter: unset;
}
.money-transfer-form .amount-btn-group li:nth-child(2) .default-btn {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}
.money-transfer-form .amount-btn-group li:nth-child(2) .default-btn:hover {
  background-color: var(--purple-color);
  border: 1px solid var(--purple-color);
  color: var(--white-color) !important;
}
.money-transfer-form .amount-btn-group li:nth-child(2) .default-btn:hover img {
  filter: unset;
}
.money-transfer-form .landing-rev-shape {
  position: absolute;
  right: -50px;
  top: -50px;
}
.money-transfer-form .landing-rev-shape img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.money-transfer-content {
  padding-left: 130px;
}
.money-transfer-content span {
  color: var(--main-color);
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.money-transfer-content h3 {
  font-size: 53px;
  margin-bottom: 20px;
  max-width: 400px;
}
.money-transfer-content p {
  max-width: 430px;
}
.money-transfer-content p a {
  font-weight: 500;
  color: var(--purple-color);
  position: relative;
  padding-right: 18px;
}
.money-transfer-content p a i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.money-transfer-shape-1 {
  position: absolute;
  bottom: 15%;
  right: 10%;
  z-index: -1;
  transform: translateY(-15%) translateX(-10%);
  animation: moveleftbounce 2s linear infinite;
}

.money-transfer-shape-2 {
  position: absolute;
  top: 5%;
  right: 10%;
  z-index: -1;
  transform: translateY(-5%) translateX(-10%);
}

/*================================================
Process Area CSS
=================================================*/
.process-area {
  position: relative;
  z-index: 1;
  padding-bottom: 250px;
  overflow: hidden;
}
.process-area .section-title-wrap {
  margin: 0 auto 50px;
  padding-left: 0;
  max-width: 645px;
}
.process-area .section-title-wrap span {
  position: relative;
  top: 0;
  writing-mode: unset;
  margin-bottom: 10px;
}

.process-line-arrow {
  position: relative;
  z-index: 1;
}
.process-line-arrow .line-arrow {
  position: absolute;
  left: 30px;
  top: -8px;
  margin: auto;
  z-index: -1;
  text-align: center;
}

.col-lg-3:nth-child(2) .process-card {
  margin-top: 100px;
  position: relative;
  left: 30px;
}
.col-lg-3:nth-child(3) .process-card {
  margin-top: 200px;
  position: relative;
  left: 55px;
}

.process-card {
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 25px;
  transition: var(--transition);
}
.process-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  transition: var(--transition);
}
.process-card p {
  transition: var(--transition);
}
.process-card:hover {
  background-color: var(--red-color);
}
.process-card:hover h3 {
  color: var(--white-color);
}
.process-card:hover p {
  color: var(--white-color);
}

.process-image-1 {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: -1;
}

.process-image-2 {
  position: absolute;
  bottom: 15%;
  left: 25%;
  transform: translateY(-15%) translateX(-25%);
  z-index: -1;
}

.process-image-3 {
  position: absolute;
  bottom: 8%;
  right: 15%;
  transform: translateY(-8%) translateX(-15%);
  z-index: -1;
}

.process-image-4 {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: -1;
}

/*================================================
Countries Area CSS
=================================================*/
.countries-area {
  background: #FDF9F9;
}
.countries-area .section-title {
  max-width: 855px;
}
.countries-area .section-title p {
  max-width: 745px;
  margin: 20px auto 0;
}

.countries-card {
  background-color: var(--white-color);
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 30px 25px;
  transition: var(--transition);
}
.countries-card .title {
  position: relative;
  padding: 10.5px 0 10.5px 60px;
  margin-bottom: 15px;
}
.countries-card .title .image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.countries-card .title .image img {
  max-width: 45px;
  border-radius: 50%;
}
.countries-card .title h3 {
  font-size: 18px;
  font-weight: bold;
}
.countries-card .send-money-btn {
  font-size: 15px;
  color: var(--main-color);
  font-weight: 600;
  transition: var(--transition);
  position: relative;
  padding-right: 25px;
}
.countries-card .send-money-btn i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
}
.countries-card .send-money-btn:hover {
  color: var(--red-color);
}
.countries-card:hover {
  transform: translateY(-5px);
}

.countries-bottom-text {
  text-align: center;
  margin-top: 25px;
}
.countries-bottom-text p {
  max-width: 465px;
  margin: 0 auto 0;
}
.countries-bottom-text p a {
  color: var(--purple-color);
  position: relative;
  padding-right: 18px;
}
.countries-bottom-text p a i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*================================================
Compare Pricing Area CSS
=================================================*/
.compare-pricing-area {
  position: relative;
  z-index: 1;
}
.compare-pricing-area.max-width-style .section-title-wrap {
  max-width: 100%;
}
.compare-pricing-area.max-width-style .compare-pricing-table .cheapest {
  left: -35%;
}

.compare-pricing-content {
  max-width: 470px;
}
.compare-pricing-content span {
  font-size: 14px;
  color: var(--main-color);
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.compare-pricing-content h3 {
  font-size: 58px;
  margin-bottom: 20px;
}
.compare-pricing-content .compare-pricing-btn {
  margin-top: 25px;
}

.compare-pricing-table {
  position: relative;
  overflow-x: unset;
  margin-top: 15px;
}
.compare-pricing-table .cheapest {
  display: inline-block;
  background-color: #4DB378;
  position: absolute;
  border-radius: 50px;
  top: -15px;
  z-index: 999;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px 5px 35px;
}
.compare-pricing-table .cheapest i {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: var(--white-color);
  color: #4DB378;
  border-radius: 50px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.compare-pricing-table .cheapest span {
  font-size: 12px;
  color: var(--white-color);
  font-weight: 500;
  position: relative;
  top: -1px;
}
.compare-pricing-table table {
  margin-bottom: 0;
}
.compare-pricing-table table thead tr {
  border: none;
  position: relative;
}
.compare-pricing-table table thead tr th {
  border: none;
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 40px 45px;
  white-space: nowrap;
  color: var(--black-color);
  font-weight: 600;
  background: #FAFAFA;
}
.compare-pricing-table table thead tr th.bg-purple {
  background-color: var(--purple-color);
  border-bottom: 1px solid #8E30EC;
  position: relative;
}
.compare-pricing-table table thead tr th.bg-purple .cheapest-box {
  display: inline-block;
  background-color: #4DB378;
  position: relative;
  padding: 5px 15px 5px 35px;
  border-radius: 50px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: -moz-fit-content;
  width: fit-content;
}
.compare-pricing-table table thead tr th.bg-purple .cheapest-box i {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: var(--white-color);
  color: #4DB378;
  border-radius: 50px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.compare-pricing-table table thead tr th.bg-purple .cheapest-box span {
  font-size: 12px;
  color: var(--white-color);
  font-weight: 500;
  position: relative;
  top: -1px;
}
.compare-pricing-table table thead tr th:last-child {
  border-bottom: 1px solid #EDEDED;
}
.compare-pricing-table table thead tr th.with-border {
  border-bottom: 1px solid #EDEDED;
}
.compare-pricing-table table tbody tr {
  border: none;
}
.compare-pricing-table table tbody tr td {
  border: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 40px 45px;
  font-weight: 600;
  color: var(--black-color);
  background: #FAFAFA;
}
.compare-pricing-table table tbody tr td span {
  display: block;
  font-size: 14px;
  color: #757171;
  margin-top: 10px;
  font-weight: 500;
}
.compare-pricing-table table tbody tr td span i {
  color: var(--main-color);
}
.compare-pricing-table table tbody tr td.bg-purple {
  background-color: var(--purple-color);
  border-bottom: 1px solid #8E30EC;
}
.compare-pricing-table table tbody tr td.bg-purple b {
  font-size: 18px;
  font-weight: bold;
  color: var(--white-color);
}
.compare-pricing-table table tbody tr td.bg-purple .color-39E280 {
  color: #39E280;
}
.compare-pricing-table table tbody tr td.bg-purple .semi-bold {
  font-weight: 600;
  font-size: var(--font-size);
}
.compare-pricing-table table tbody tr td.bg-purple .color-C6CECA {
  color: #C6CECA;
}
.compare-pricing-table table tbody tr td .bold {
  font-size: 18px;
  font-weight: bold;
}
.compare-pricing-table table tbody tr td .color-red {
  color: var(--red-color);
}
.compare-pricing-table table tbody tr td .medium {
  font-weight: 500;
}
.compare-pricing-table table tbody tr td.with-border {
  border-bottom: 1px solid #EDEDED;
}
.compare-pricing-table table tbody:not(:first-child) {
  border-top: unset;
}

.compare-pricing-shape {
  position: absolute;
  left: 12%;
  top: -35px;
  z-index: -1;
  transform: translateX(-12%);
}
.compare-pricing-shape img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*================================================
Mobile Wallet Banner Area CSS
=================================================*/
.mobile-wallet-banner-area {
  background-image: url(../../assets/images/mobile-wallet/bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}
.mobile-wallet-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.mobile-wallet-banner-image {
  position: relative;
}
.mobile-wallet-banner-image .wrap-shape-1 {
  position: absolute;
  left: -100px;
  top: -25px;
  z-index: -1;
  animation: moveleftbounce 5s linear infinite;
}
.mobile-wallet-banner-image .wrap-shape-2 {
  position: absolute;
  right: 80px;
  top: 195px;
  animation: moveleftbounce 5s linear infinite;
}
.mobile-wallet-banner-image .wrap-shape-3 {
  position: absolute;
  left: 0;
  bottom: 110px;
  animation: moveleftbounce 5s linear infinite;
}

.mobile-wallet-banner-content {
  padding-left: 10px;
}
.mobile-wallet-banner-content .sub {
  color: var(--yellow-color);
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
}
.mobile-wallet-banner-content .sub img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-wallet-banner-content h1, .mobile-wallet-banner-content h2, .mobile-wallet-banner-content h3, .mobile-wallet-banner-content h4, .mobile-wallet-banner-content h5, .mobile-wallet-banner-content h6 {
  font-size: 113px;
  line-height: 113px;
  margin-bottom: 22px;
  color: var(--white-color);
  font-weight: 900;
}
.mobile-wallet-banner-content p {
  max-width: 720px;
  color: #E0E0E0;
  font-size: 18px;
}
.mobile-wallet-banner-content .btn-box {
  margin-top: 30px;
}
.mobile-wallet-banner-content .btn-box .google-play-btn {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--main-color);
  padding: 17.5px 30px 15.5px 75px;
  font-size: 12px;
}
.mobile-wallet-banner-content .btn-box .google-play-btn img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-wallet-banner-content .btn-box .google-play-btn img::before {
  font-size: 35px;
}
.mobile-wallet-banner-content .btn-box .google-play-btn span {
  display: block;
  font-weight: 600;
  margin-top: 2px;
  font-size: var(--font-size);
}
.mobile-wallet-banner-content .btn-box .google-play-btn:hover {
  background-color: var(--black-color);
}
.mobile-wallet-banner-content .btn-box .apple-store-btn {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--red-color);
  padding: 17.5px 30px 15.5px 75px;
  font-size: 12px;
  margin-left: 15px;
}
.mobile-wallet-banner-content .btn-box .apple-store-btn img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-wallet-banner-content .btn-box .apple-store-btn img::before {
  font-size: 35px;
}
.mobile-wallet-banner-content .btn-box .apple-store-btn span {
  display: block;
  font-weight: 600;
  margin-top: 2px;
  font-size: var(--font-size);
}
.mobile-wallet-banner-content .btn-box .apple-store-btn:hover {
  background-color: var(--black-color);
}

/*================================================
Overview Area CSS
=================================================*/
.overview-area {
  background-image: url(../../assets/images/overview/overview-bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.overview-content {
  position: relative;
  padding-left: 45px;
}
.overview-content span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 12px;
  writing-mode: vertical-lr;
}
.overview-content h3 {
  font-size: 53px;
  margin-bottom: 20px;
}
.overview-content p {
  color: #646464;
  max-width: 510px;
}
.overview-content .overview-btn {
  margin-top: 20px;
}
.overview-content .overview-btn .default-btn {
  background-color: var(--red-color);
  border: 1px solid var(--red-color);
}
.overview-content .overview-btn .default-btn:hover {
  background-color: var(--black-color);
  border: 1px solid var(--black-color);
  color: var(--white-color) !important;
}
.overview-content .overview-btn .default-btn:hover img {
  filter: unset;
}

.overview-image {
  position: relative;
  left: 70px;
}
.overview-image .wrap-shape-1 {
  position: absolute;
  left: -30px;
  top: 0;
  animation: moveleftbounce 2s linear infinite;
}
.overview-image .wrap-shape-2 {
  position: absolute;
  bottom: -125px;
  left: 50px;
  animation: moveleftbounce 2s linear infinite;
}
.overview-image .wrap-shape-3 {
  position: absolute;
  right: 0;
  bottom: 150px;
  animation: moveleftbounce 2s linear infinite;
}

/*================================================
Page Banner Area CSS
=================================================*/
.page-banner-area {
  background-image: url(../img/page-banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 165px;
  padding-bottom: 165px;
}

.page-banner-content {
  text-align: center;
}
.page-banner-content h2, .page-banner-content h3, .page-banner-content h4, .page-banner-content h5, .page-banner-content h6, .page-banner-content h1 {
  font-size: 80px;
  margin-bottom: 10px;
  color: var(--white-color);
  font-weight: 900;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.page-banner-content ul {
  padding-left: 0;
  margin-bottom: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: inherit;
  word-break: break-all;
}
.page-banner-content ul li {
  display: inline-block;
  list-style-type: none;
  font-weight: 600;
  color: var(--white-color);
  position: relative;
  margin-left: 35px;
}
.page-banner-content ul li::before {
  content: "\ebbd";
  position: absolute;
  left: -30px;
  top: -5px;
  font-family: boxicons;
  color: var(--white-color);
  font-size: 28px;
}
.page-banner-content ul li:first-child {
  margin-left: 0;
}
.page-banner-content ul li:first-child::before {
  display: none;
}
.page-banner-content ul li a {
  display: block;
  color: var(--white-color);
  transition: var(--transition);
}
.page-banner-content ul li a:hover {
  color: var(--main-color);
}
.page-banner-content ul li:last-child {
  color: var(--yellow-color);
}
.page-banner-content ul li:last-child::before {
  color: var(--yellow-color);
}

/*================================================
Proposal Area CSS
=================================================*/
.proposal-area {
  position: relative;
  z-index: 1;
}
.proposal-area .section-title-wrap {
  max-width: 685px;
}
.proposal-area .section-title-wrap h3 {
  margin-bottom: 20px;
}
.proposal-area .container-fluid {
  overflow: hidden;
}

.proposal-content h1 {
  color: #F0F0F0;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 160px;
  line-height: 160px;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.proposal-shape {
  position: absolute;
  top: 0;
  right: 30%;
  transform: translateX(-30%);
  z-index: -1;
  animation: moveleftbounce 2s linear infinite;
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.authentication-content h3 {
  font-size: 53px;
  margin-bottom: 0;
}
.authentication-content .authentication-tabs .nav {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  border: none;
  margin-top: 30px;
  margin-bottom: 35px;
}
.authentication-content .authentication-tabs .nav .nav-item {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}
.authentication-content .authentication-tabs .nav .nav-item:last-child {
  margin-right: 0;
}
.authentication-content .authentication-tabs .nav .nav-item .nav-link {
  border: none;
  display: inline-block;
  padding: 22px 100px;
  background-color: #F1E8FB;
  color: var(--purple-color);
  position: relative;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
}
.authentication-content .authentication-tabs .nav .nav-item .nav-link:hover, .authentication-content .authentication-tabs .nav .nav-item .nav-link.active {
  background-color: var(--purple-color);
  color: var(--white-color);
}
.authentication-content .authentication-form .form-group {
  margin-bottom: 25px;
}
.authentication-content .authentication-form .form-group .form-control {
  display: inline-block;
  border: none;
  color: #999999;
  border-bottom: 1px solid #E1E1E1;
  background-color: transparent;
  box-shadow: unset;
  border-radius: 0;
  padding: 15px 0;
  font-size: 18px;
}
.authentication-content .authentication-form .form-group .form-control::-moz-placeholder {
  color: #999999;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.authentication-content .authentication-form .form-group .form-control::placeholder {
  color: #999999;
  transition: var(--transition);
}
.authentication-content .authentication-form .form-group .form-control:focus {
  border-bottom: 1px solid var(--main-color);
}
.authentication-content .authentication-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.authentication-content .authentication-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.authentication-content .authentication-form .form-group .form-cookies-consent {
  margin-bottom: 0;
}
.authentication-content .authentication-form .form-group .form-cookies-consent a {
  color: var(--purple-color);
}
.authentication-content .authentication-form .form-group .form-cookies-consent [type=checkbox]:checked, .authentication-content .authentication-form .form-group .form-cookies-consent [type=checkbox]:not(:checked) {
  display: none;
}
.authentication-content .authentication-form .form-group .form-cookies-consent [type=checkbox]:checked + label, .authentication-content .authentication-form .form-group .form-cookies-consent [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  color: #999999;
  font-size: 18px;
}
.authentication-content .authentication-form .form-group .form-cookies-consent [type=checkbox]:checked + label:before, .authentication-content .authentication-form .form-group .form-cookies-consent [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
  border: 1px solid var(--purple-color);
  border-radius: 0;
  background: transparent;
}
.authentication-content .authentication-form .form-group .form-cookies-consent [type=checkbox]:checked + label:after, .authentication-content .authentication-form .form-group .form-cookies-consent [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: var(--main-color);
  position: absolute;
  top: 4px;
  left: 0;
  transition: all 0.2s ease;
  border-radius: 0;
}
.authentication-content .authentication-form .form-group .form-cookies-consent [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.authentication-content .authentication-form .form-group .form-cookies-consent [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.authentication-content .authentication-form .form-group .form-cookies-consent [type=checkbox]:hover + label:before {
  border-color: var(--main-color);
}
.authentication-content .authentication-form .form-group .form-cookies-consent [type=checkbox]:checked + label:before {
  border-color: var(--main-color);
}
.authentication-content .authentication-form .default-btn {
  background-color: var(--red-color);
  border: none;
  color: var(--white-color) !important;
}
.authentication-content .authentication-form .default-btn:hover {
  background-color: var(--main-color);
}

.authentication-image {
  position: relative;
  margin: 0 30px 20px 50px;
}
.authentication-image::before {
  position: absolute;
  content: "";
  height: 42px;
  width: 42px;
  background-color: var(--yellow-color);
  left: -25px;
  bottom: -20px;
}
.authentication-image::after {
  position: absolute;
  content: "";
  height: 75px;
  width: 75px;
  background-color: var(--main-color);
  top: 100px;
  right: -30px;
}

/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-content h3, .terms-of-service-content h2 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
}
.terms-of-service-content .blockquote, .terms-of-service-content blockquote {
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: #e6f2f5;
  padding: 25px;
  border-radius: 10px;
}
.terms-of-service-content .blockquote p, .terms-of-service-content blockquote p {
  margin-bottom: 0;
  line-height: 1.9;
}
.terms-of-service-content .blockquote::after, .terms-of-service-content blockquote::after {
  display: none;
}
.terms-of-service-content .blockquote::before, .terms-of-service-content blockquote::before {
  display: none;
}
.terms-of-service-content ol, .terms-of-service-content ul {
  margin-top: 20px;
}
.terms-of-service-content ol li, .terms-of-service-content ul li {
  margin-bottom: 10px;
  color: var(--paragraph-color);
  line-height: 1.8;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
}
.privacy-policy-content .blockquote, .privacy-policy-content blockquote {
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: #e6f2f5;
  padding: 25px;
  border-radius: 10px;
}
.privacy-policy-content .blockquote p, .privacy-policy-content blockquote p {
  margin-bottom: 0;
  line-height: 1.9;
}
.privacy-policy-content .blockquote::after, .privacy-policy-content blockquote::after {
  display: none;
}
.privacy-policy-content .blockquote::before, .privacy-policy-content blockquote::before {
  display: none;
}
.privacy-policy-content ol, .privacy-policy-content ul {
  margin-top: 20px;
}
.privacy-policy-content ol li, .privacy-policy-content ul li {
  margin-bottom: 10px;
  color: var(--paragraph-color);
  line-height: 1.8;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-content {
  text-align: center;
}
.error-content h3 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 35px;
}
.error-content p {
  max-width: 550px;
  margin: auto;
}
.error-content .default-btn {
  margin-top: 25px;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  background-image: url(../../assets/images/coming-soon-bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}

.coming-soon-content {
  max-width: 650px;
  background-color: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding: 35px;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin: 0 auto 0 0;
  transition: var(--transition);
  border: 1px solid var(--white-color);
}
.coming-soon-content .logo {
  display: inline-block;
}
.coming-soon-content h2 {
  font-size: 35px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.coming-soon-content #timer {
  margin-top: 35px;
}
.coming-soon-content #timer div {
  background: var(--red-color);
  color: var(--white-color);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  transition: var(--transition);
}
.coming-soon-content #timer div:hover {
  transform: translateY(-5px);
}
.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 15px;
  font-weight: 500;
}
.coming-soon-content #timer div:hover {
  background-color: var(--main-color);
}
.coming-soon-content ul {
  margin: 0;
  padding-left: 0;
}
.coming-soon-content ul li {
  background: var(--red-color);
  color: var(--white-color);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 400;
  transition: var(--transition);
}
.coming-soon-content ul li:hover {
  transform: translateY(-5px);
}
.coming-soon-content ul li span {
  display: block;
  margin-top: -2px;
  font-size: 40px;
  font-weight: 500;
}
.coming-soon-content ul li:hover {
  background-color: var(--main-color);
}
.coming-soon-content form {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
.coming-soon-content form .form-group .form-control {
  height: 60px;
  padding: 15px 20px;
  line-height: initial;
  color: var(--paragraph-color);
  background-color: var(--white-color);
  border: 1px solid #E5E7EC;
  box-shadow: -12px 8px 25px rgba(217, 35, 12, 0.03);
  border-radius: 8px;
  transition: var(--transition);
}
.coming-soon-content form .form-group .form-control::-moz-placeholder {
  color: var(--paragraph-color);
}
.coming-soon-content form .form-group .form-control::placeholder {
  color: var(--paragraph-color);
}
.coming-soon-content form .form-group .form-control:focus {
  border: 1px solid var(--main-color);
}
.coming-soon-content form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.coming-soon-content form .form-group .form-control:focus::placeholder {
  color: transparent;
  transition: var(--transition);
}
.coming-soon-content form .validation-danger {
  margin-top: 15px;
  color: red;
}
.coming-soon-content form .validation-success {
  margin-top: 15px;
}
.coming-soon-content .newsletter-form .input-newsletter {
  height: 60px;
  padding: 15px 20px;
  line-height: initial;
  color: var(--paragraph-color);
  background-color: var(--white-color);
  border: 1px solid #E5E7EC;
  box-shadow: -12px 8px 25px rgba(217, 35, 12, 0.03);
  border-radius: 8px;
  transition: var(--transition);
  width: 100%;
  margin-bottom: 15px;
}
.coming-soon-content .newsletter-form .input-newsletter::-moz-placeholder {
  color: var(--paragraph-color);
}
.coming-soon-content .newsletter-form .input-newsletter::placeholder {
  color: var(--paragraph-color);
}
.coming-soon-content .newsletter-form .input-newsletter:focus {
  border: 1px solid var(--main-color);
  outline: none;
  box-sizing: none;
}
.coming-soon-content .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.coming-soon-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
  transition: var(--transition);
}
.coming-soon-content .newsletter-form .default-btn {
  width: 100%;
  border: none;
  border-radius: 8px;
  text-align: center;
  justify-content: center;
}
.coming-soon-content:hover {
  border: 1px solid var(--red-color);
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  margin-top: 20px;
  text-align: center;
}
.pagination-area .page-numbers {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 58px;
  background-color: var(--white-color);
  border: 1px solid #D3E5FF;
  color: #132361;
  text-align: center;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: 600;
  font-size: 18px;
}
.pagination-area .page-numbers:last-child {
  margin-right: 0;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
  color: var(--white-color);
  background-color: var(--purple-color);
  border: 1px solid var(--purple-color);
}
.pagination-area .page-numbers:hover i, .pagination-area .page-numbers.current i {
  color: var(--white-color);
}
.pagination-area .page-numbers i {
  font-size: 24px;
  position: relative;
  top: 4px;
  color: var(--main-color);
}
.pagination-area .page-numbers.prev {
  background-color: #D3E5FF;
  border: 1px solid #D3E5FF;
}
.pagination-area .page-numbers.prev img {
  position: relative;
  top: -2px;
}
.pagination-area .page-numbers.next {
  background-color: #D3E5FF;
  border: 1px solid #D3E5FF;
}
.pagination-area .page-numbers.next img {
  position: relative;
  top: -2px;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area {
  padding-left: 10px;
}
.widget-area.with-left {
  padding-left: 0;
  padding-right: 10px;
}
.widget-area.with-zero {
  padding-left: 0;
  padding-right: 0;
}
.widget-area .widget {
  margin-bottom: 35px;
}
.widget-area .widget .widget-title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form .search-field {
  height: 70px;
  border: none;
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 15px 70px 15px 20px;
  transition: var(--transition);
  outline: 0;
  background: #D3E5FF;
  color: #4B72AB;
}
.widget-area .widget_search form .search-field::-moz-placeholder {
  color: #4B72AB;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.widget-area .widget_search form .search-field::placeholder {
  color: #4B72AB;
  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;
  background-color: var(--yellow-color);
  color: var(--white-color);
  height: 60px;
  line-height: 60px;
  padding: 0 20px 0;
  transition: var(--transition);
  line-height: 0;
  position: absolute;
  right: 5px;
  top: 5px;
}
.widget-area .widget_search form button i {
  font-size: 28px;
}
.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  color: var(--white-color);
  background-color: var(--red-color);
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.widget-area .widget_categories ul li::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 12px;
  background-color: #E9E9E9;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li a {
  color: var(--paragraph-color);
  background-color: var(--white-color);
}
.widget-area .widget_categories ul li a:hover {
  color: var(--main-color);
}
.widget-area .widget_categories ul li a:nth-child(1) {
  padding-right: 20px;
}
.widget-area .widget_categories ul li a:nth-child(2) {
  padding-left: 20px;
}
.widget-area .widget_categories ul li span {
  color: var(--paragraph-color);
  float: right;
  position: relative;
  z-index: 1;
  background: #fff;
  padding-left: 13px;
}
.widget-area .widget_recent_post {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_recent_post .item {
  overflow: hidden;
  margin-bottom: 25px;
}
.widget-area .widget_recent_post .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_recent_post .item .thumb {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-right: 20px;
  z-index: 1;
}
.widget-area .widget_recent_post .item .thumb .fullimage {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_recent_post .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/images/blog/blog1.webp);
}
.widget-area .widget_recent_post .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/images/blog/blog2.webp);
}
.widget-area .widget_recent_post .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/images/blog/blog3.webp);
}
.widget-area .widget_recent_post .item .thumb::before, .widget-area .widget_recent_post .item .thumb::after {
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: "";
  background-color: var(--white-color);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.widget-area .widget_recent_post .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}
.widget-area .widget_recent_post .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}
.widget-area .widget_recent_post .item .info {
  overflow: hidden;
  position: relative;
  top: 10px;
}
.widget-area .widget_recent_post .item .info span {
  display: block;
  color: var(--main-color);
  font-size: 14px;
  margin-bottom: 10px;
}
.widget-area .widget_recent_post .item .info .title {
  margin-bottom: 0;
  line-height: 28px;
  font-size: 18px;
  font-weight: 600;
  color: var(--black-color);
}
.widget-area .widget_recent_post .item .info .title a {
  display: inline-block;
}
.widget-area .widget_recent_post .item:hover .thumb::before, .widget-area .widget_recent_post .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.widget-area .widget_banco_posts_thumbs {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_banco_posts_thumbs .item {
  overflow: hidden;
  margin-bottom: 25px;
}
.widget-area .widget_banco_posts_thumbs .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_banco_posts_thumbs .item .thumb {
  float: left;
  width: 85px;
  height: 100px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-right: 20px;
  z-index: 1;
}
.widget-area .widget_banco_posts_thumbs .item .thumb .fullimage {
  width: 85px;
  height: 100px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_banco_posts_thumbs .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/images/blog/blog1.webp);
}
.widget-area .widget_banco_posts_thumbs .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/images/blog/blog2.webp);
}
.widget-area .widget_banco_posts_thumbs .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/images/blog/blog3.webp);
}
.widget-area .widget_banco_posts_thumbs .item .thumb::before, .widget-area .widget_banco_posts_thumbs .item .thumb::after {
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: "";
  background-color: var(--white-color);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.widget-area .widget_banco_posts_thumbs .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}
.widget-area .widget_banco_posts_thumbs .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}
.widget-area .widget_banco_posts_thumbs .item .info {
  overflow: hidden;
  position: relative;
  top: 8px;
}
.widget-area .widget_banco_posts_thumbs .item .info p {
  display: block;
  color: var(--main-color);
  font-size: 14px;
  margin-bottom: 10px;
}
.widget-area .widget_banco_posts_thumbs .item .info .title {
  margin-bottom: 0;
  line-height: 28px;
  font-size: 17px;
  font-weight: 600;
  color: var(--black-color);
}
.widget-area .widget_banco_posts_thumbs .item .info .title a {
  display: inline-block;
}
.widget-area .widget_banco_posts_thumbs .item:hover .thumb::before, .widget-area .widget_banco_posts_thumbs .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 18px;
}
.widget-area .tagcloud a {
  display: inline-block;
  background: #F2E4FF;
  color: var(--purple-color);
  padding: 8px 15px;
  border: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  margin-top: 8px;
  margin-right: 5px;
  font-size: 14.5px !important;
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: var(--white-color);
  background-color: var(--purple-color);
}
.widget-area .widget_follow .list {
  padding-left: 0;
  margin-bottom: 0;
}
.widget-area .widget_follow .list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.widget-area .widget_follow .list li:last-child {
  margin-right: 0;
}
.widget-area .widget_follow .list li a i {
  color: var(--main-color);
  transition: var(--transition);
  font-size: 22px;
}
.widget-area .widget_follow .list li a i:hover {
  color: var(--red-color);
}

/*================================================
Go Top Area CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: var(--white-color);
  background-color: var(--main-color);
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  transition: var(--transition);
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 45%;
  transform: translateY(-45%);
  text-align: center;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}
.go-top:hover {
  background-color: var(--red-color);
  color: var(--white-color);
  transition: var(--transition);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.et-demo-options-toolbar {
  position: fixed;
  top: 50%;
  width: 40px;
  right: 0;
  line-height: 60px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 99999;
  background: #fff;
  text-align: center;
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}

.et-demo-options-toolbar a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #111;
}

.et-demo-options-toolbar a:focus, .et-demo-options-toolbar a:hover {
  color: #111 !important;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:before,
[class*=hint--]:after {
  position: absolute;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: 0.3s ease;
  transition-delay: 0ms;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  transition-delay: 0.1s;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #000;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 15px;
  white-space: nowrap;
  border-radius: 5px;
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:before,
[aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
  display: none !important;
}

.hint--top-left:before {
  border-top-color: #000;
}

.hint--top-right:before {
  border-top-color: #000;
}

.hint--top:before {
  border-top-color: #000;
}

.menu-rt {
  transform: rotate(-180deg);
  top: 5px;
  position: relative;
}

/* Start "Investment Banking Demo CSS & "Digital Demo CSS" */
/* Investment Banking Demo CSS */
img {
  max-width: 100%;
  height: auto;
}

.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

/*================================================
Demo Four Hero CSS
=================================================*/
.demo-four-hero-area {
  margin-top: -92px;
  position: relative;
  z-index: 999;
}
.demo-four-hero-area .container-fluid {
  max-width: 1900px;
  padding-left: 100px;
  padding-right: 100px;
}
.demo-four-hero-area .about-slides-item {
  padding-top: 485px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.demo-four-hero-area .hero-shape1 {
  position: absolute;
  top: 135px;
  left: 0;
  z-index: 999;
}
.demo-four-hero-area .hero-shape2 {
  position: absolute;
  right: 0;
  bottom: 283px;
  z-index: 999;
}

.demo-four-hero-content {
  max-width: 760px;
}
.demo-four-hero-content .title {
  display: flex;
  align-self: center;
  color: var(--yellow-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 0.9px;
  text-transform: capitalize;
}
.demo-four-hero-content .title img {
  margin-right: 5px;
}
.demo-four-hero-content h1 {
  color: var(--white-color);
  font-size: 105px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}
.demo-four-hero-content h2 {
  color: var(--white-color);
  font-size: 94px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}
.demo-four-hero-content h3 {
  color: var(--white-color);
  font-size: 85px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}
.demo-four-hero-content h4 {
  color: var(--white-color);
  font-size: 80px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}
.demo-four-hero-content h5 {
  color: var(--white-color);
  font-size: 75px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}
.demo-four-hero-content h6 {
  color: var(--white-color);
  font-size: 70px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}
.demo-four-hero-content p {
  color: var(--Para, #D9D9D9);
  margin-bottom: 30px;
}
.demo-four-hero-content .default-btn {
  border-radius: 50px;
}
.demo-four-hero-content .default-btn.style2 {
  margin-left: 20px;
}

.four-banner-slides.owl-theme .owl-dots {
  position: absolute;
  top: 19%;
  left: auto;
  right: 118px;
}
.four-banner-slides.owl-theme .owl-dots .owl-dot {
  position: relative;
  margin-bottom: 100px;
  display: block;
}
.four-banner-slides.owl-theme .owl-dots .owl-dot::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 10px;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
}
.four-banner-slides.owl-theme .owl-dots .owl-dot span {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  background-color: transparent;
}
.four-banner-slides.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  font-size: 18px;
  color: var(--white-color);
  transition: var(--transition);
}
.four-banner-slides.owl-theme .owl-dots .owl-dot:nth-child(1) span::before {
  content: "1";
  left: 6px;
}
.four-banner-slides.owl-theme .owl-dots .owl-dot:nth-child(2) span::before {
  content: "2";
}
.four-banner-slides.owl-theme .owl-dots .owl-dot:nth-child(3) span::before {
  content: "3";
}
.four-banner-slides.owl-theme .owl-dots .owl-dot:nth-child(3)::before {
  display: none;
}
.four-banner-slides.owl-theme .owl-dots .owl-dot:nth-child(4) span::before {
  content: "4";
  left: 25px;
}
.four-banner-slides.owl-theme .owl-dots .owl-dot:nth-child(5) span::before {
  content: "5";
  left: 25px;
}
.four-banner-slides.owl-theme .owl-dots .owl-dot:nth-child(6) span::before {
  content: "6";
  left: 25px;
}
.four-banner-slides.owl-theme .owl-dots .owl-dot:nth-child(7) span::before {
  content: "7";
  left: 25px;
}
.four-banner-slides.owl-theme .owl-dots .owl-dot:nth-child(8) span::before {
  content: "8";
  left: 25px;
}
.four-banner-slides.owl-theme .owl-dots .owl-dot:nth-child(9) span::before {
  content: "9";
  left: 25px;
}
.four-banner-slides.owl-theme .owl-dots .owl-dot:nth-child(10) span::before {
  content: "10";
  left: 25px;
}
.four-banner-slides.owl-theme .owl-dots .owl-dot:hover span::before, .four-banner-slides.owl-theme .owl-dots .owl-dot.active span::before {
  color: var(--main-color);
}
.four-banner-slides.owl-theme .owl-dots .owl-dot:first-child span {
  margin-left: 0;
}
.four-banner-slides.owl-theme .owl-dots .owl-dot:last-child span {
  margin-right: 0;
}
.four-banner-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.demo-four-small-content {
  max-width: 310px;
  margin-left: auto;
}
.demo-four-small-content h3 {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.22px;
  margin-bottom: 15px;
}
.demo-four-small-content p {
  color: var(--Para, #D9D9D9);
  margin-bottom: 20px;
}
.demo-four-small-content a {
  color: var(--yellow-color);
  font-weight: 500;
  letter-spacing: -0.48px;
  display: block;
  text-transform: capitalize;
}

/*================================================
Demo Four About CSS
=================================================*/
.demo-four-about {
  overflow: hidden;
  position: relative;
}
.demo-four-about .about-content .about-btn .default-btn {
  border-radius: 50px;
}

.four-about-slides.owl-theme .owl-dots {
  bottom: 35%;
  left: 40%;
}

.about-contact-animation {
  position: absolute;
  bottom: 125px;
}
.about-contact-animation .about-text {
  color: rgba(7, 15, 56, 0.1);
  font-size: 100px;
  white-space: nowrap;
  font-weight: 800;
  position: absolute;
  top: -100px;
  margin-left: -70px;
  letter-spacing: -0.01em;
  animation: scrollLeft 100s ease-in-out infinite normal;
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-80%);
  }
}
/*================================================
Four Secure CSS
=================================================*/
.four-secure-area {
  background: var(--black-color);
}

.secure-widget {
  padding-right: 20px;
}
.secure-widget .icon {
  margin-bottom: 30px;
}
.secure-widget h3 {
  color: var(--white-color);
  font-size: 28px;
  letter-spacing: -0.25px;
  margin-bottom: 15px;
}
.secure-widget p {
  color: var(--Para, #D9D9D9);
  text-transform: capitalize;
}

.col-lg-3:nth-child(4) .secure-widget {
  margin-left: 32px;
  padding-right: 0;
}
.col-lg-3:nth-child(3) .secure-widget {
  margin-left: 30px;
  padding-right: 0;
}
.col-lg-3:nth-child(2) .secure-widget {
  margin-left: 20px;
  padding-right: 0;
}

/*================================================
Four Features CSS
=================================================*/
.features-image.four-bg1 {
  background-image: url(../images/new-images/features1.jpg);
}

.four-features-area .features-btn .default-btn {
  border-radius: 50px;
}

/*================================================
Four Service Investor CSS
=================================================*/
.four-service-investor-area {
  background: #EEEAF1;
}
.four-service-investor-area .container-fluid {
  max-width: 1900px;
  padding-left: 100px;
  padding-right: 100px;
}
.four-service-investor-area .section-title-wrap {
  max-width: 500px;
}
.four-service-investor-area .section-title-content {
  text-align: end;
  max-width: 460px;
  margin-left: auto;
}
.four-service-investor-area .section-title-content .default-btn {
  border-radius: 50px;
}
.four-service-investor-area .section-title-content p {
  margin-bottom: 15px;
}

.four-service-card {
  padding: 50px;
  position: relative;
  z-index: 1;
  height: 410px;
  background-color: var(--white-color);
}
.four-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: var(--transition);
  opacity: 0;
  background: var(--black-color);
  -webkit-clip-path: polygon(0% 6%, 6% 6%, 6% 0%, 94% 0%, 94% 6%, 100% 6%, 100% 94%, 94% 94%, 94% 100%, 6% 100%, 6% 94%, 0% 94%);
          clip-path: polygon(0% 6%, 6% 6%, 6% 0%, 94% 0%, 94% 6%, 100% 6%, 100% 94%, 94% 94%, 94% 100%, 6% 100%, 6% 94%, 0% 94%);
}
.four-service-card .plus-icon {
  margin-bottom: 40px;
}
.four-service-card h3 {
  color: var(--Black-color);
  font-size: 28px;
  font-weight: 800;
  transition: var(--transition);
  letter-spacing: -0.25px;
  margin-bottom: 90px;
}
.four-service-card h3 a {
  color: var(--Black-color);
}
.four-service-card p {
  text-align: end;
  font-weight: 400 !important;
}
.four-service-card .four-read-more-button {
  text-align: end;
  margin-top: -43px;
}
.four-service-card .read-more-btn {
  text-align: end;
  position: relative;
  z-index: 2;
  color: var(--yellow-color);
  font-weight: 500;
  opacity: 0;
  letter-spacing: -0.48px;
  text-transform: capitalize;
}
.four-service-card:hover::before {
  opacity: 1;
}
.four-service-card:hover .plus-icon {
  opacity: 0;
}
.four-service-card:hover h3 {
  margin-bottom: 22px;
  color: var(--white-color);
}
.four-service-card:hover h3 a {
  color: var(--white-color);
}
.four-service-card:hover p {
  color: var(--Para, #D9D9D9);
}
.four-service-card:hover .four-read-more-button {
  margin-top: 15px;
  margin-bottom: 25px;
}
.four-service-card:hover .read-more-btn {
  opacity: 1;
}

/*================================================
Four Transaction CSS
=================================================*/
.inner-four-transaction {
  padding: 100px;
  text-align: center;
  position: relative;
  background: linear-gradient(308deg, #512BEE 3.79%, #06F 48.72%, #06F 103.62%);
}
.inner-four-transaction .content {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.inner-four-transaction .content h2 {
  color: #FFF;
  text-align: center;
  font-size: 53px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}
.inner-four-transaction .content .default-btn {
  color: var(--Dark, #070F38) !important;
  border-radius: 114px;
  border: 1px solid var(--yellow-color);
  background: var(--yellow-color);
}
.inner-four-transaction .content .default-btn:hover {
  color: var(--white-color) !important;
  background-color: var(--main-color);
}
.inner-four-transaction .tr-video {
  width: 201px;
  height: 176px;
  bottom: -77px;
  left: 166px;
  position: absolute;
  transform: rotate(-15deg);
  flex-shrink: 0;
}
.inner-four-transaction .tr-video video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.inner-four-transaction .transaction-image {
  position: absolute;
  right: 112px;
  bottom: -50px;
}

.demo-four-transaction {
  position: relative;
  z-index: 1;
}
.demo-four-transaction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  width: 100%;
  z-index: -1;
  background: #EEEAF1;
}

/*================================================
Four Global CSS
=================================================*/
.four-global-area {
  position: relative;
  overflow: hidden;
}

.global-contact-animation .text {
  writing-mode: vertical-rl;
  color: rgba(7, 15, 56, 0.5);
  font-family: "TT Firs Neue";
  font-size: 30px;
  white-space: nowrap;
  font-weight: 400;
  position: absolute;
  top: -100px;
  margin-left: 48.4%;
  letter-spacing: -0.01em;
  animation: scrollUp 100s ease-in-out infinite normal;
}

.four-global-image {
  position: relative;
  text-align: end;
}
.four-global-image span {
  position: absolute;
  left: 75px;
  top: 68px;
  border-radius: 10px 10px 0px 10px;
  background: #FFC700;
  color: var(--black-color);
  display: inline-block;
  width: 265px;
  font-weight: 500;
  text-align: center;
  height: 46px;
  line-height: 46px;
}
.four-global-image span img {
  margin-right: 5px;
}

.four-global-content {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 45px;
  padding-right: 110px;
}
.four-global-content span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 45px;
  writing-mode: vertical-lr;
}
.four-global-content h3 {
  font-size: 53px;
  margin-bottom: 15px;
}
.four-global-content p {
  margin-bottom: 30px;
}
.four-global-content h5 {
  color: var(--black-color);
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.four-global-content .default-btn {
  border-radius: 114px;
}

/*================================================
Four Travel Business Sidebar CSS
=================================================*/
.four-travel-business-area {
  overflow: hidden;
}
.four-travel-business-area .container-fluid {
  max-width: 1900px;
  padding-left: 100px;
  padding-right: 100px;
}

.business-contact-animation {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.business-contact-animation .business-text {
  color: rgba(7, 15, 56, 0.1);
  font-size: 100px;
  white-space: nowrap;
  position: relative;
  font-weight: 800;
  letter-spacing: -0.01em;
  animation: scrollLeft 30s ease-in-out infinite normal;
}

.travel-business-widget {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.travel-business-widget.style1 {
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -30px;
}
.travel-business-widget.style2 {
  margin-top: -30px;
}
.travel-business-widget .item {
  color: var(--white-color);
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  padding: 57px 0;
  letter-spacing: -0.25px;
  position: relative;
  width: 209px;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white-color);
}
.travel-business-widget .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(7, 15, 56, 0.4);
}

/*================================================
Demo Five Banner CSS
=================================================*/
.demo-five-banner-area {
  border-radius: 30px;
  margin-top: -95px;
  margin-bottom: -125px;
  background: #070F38;
  padding-top: 220px;
  padding-bottom: 376px;
  margin-left: 50px;
  margin-right: 50px;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.demo-five-banner-area .banner-five-shape1 {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: -1;
}
.demo-five-banner-area .banner-five-shape2 {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: -1;
}
.demo-five-banner-area .banner-five-color1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.demo-five-banner-area .banner-five-color2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.demo-five-banner-area .five-banner-card1 {
  position: absolute;
  left: 121px;
  transform: rotate(-25.23deg);
  bottom: 263px;
}
.demo-five-banner-area .five-banner-card2 {
  position: absolute;
  right: 150px;
  bottom: 261px;
  transform: rotate(26.395deg);
}

.five-banner-content {
  text-align: center;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
.five-banner-content .title {
  color: var(--yellow-color);
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
  letter-spacing: 0.9px;
  text-transform: capitalize;
}
.five-banner-content h2 {
  color: var(--white-color);
  font-size: 90px;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}
.five-banner-content p {
  color: var(--Para, #D9D9D9);
  text-transform: capitalize;
  max-width: 727px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.five-banner-content .default-btn {
  border-radius: 50px;
}
.five-banner-content .default-btn.style2 {
  margin-left: 20px;
}

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

/*================================================
Digital Payment CSS
=================================================*/
.digital-payment-area {
  position: relative;
  overflow: hidden;
}
.digital-payment-area .about-text {
  top: -150px;
}

.digital-payment-content {
  position: relative;
  padding-left: 45px;
  padding-right: 30px;
}
.digital-payment-content span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 5px;
  writing-mode: vertical-lr;
}
.digital-payment-content h3 {
  font-size: 53px;
  margin-bottom: 65px;
}
.digital-payment-content p {
  margin-bottom: 30px;
}
.digital-payment-content .image {
  padding-right: 40px;
}
.digital-payment-content .default-btn {
  border-radius: 114px;
}

.digital-payment-image {
  padding-top: 140px;
}

/*================================================
Five Secure CSS
=================================================*/
.five-secure-area .secure-widget h3 {
  color: var(--black-color);
}
.five-secure-area .secure-widget p {
  color: var(--Para_01, #707070);
}

/*================================================
Five Finance CSS
=================================================*/
.five-finance-area .section-title {
  max-width: 800px;
}

.five-finance-content {
  padding-right: 120px;
}
.five-finance-content .accordion {
  position: relative;
  padding-left: 85px;
}
.five-finance-content .accordion::before {
  content: "";
  position: absolute;
  left: 10px;
  height: 93%;
  top: 13px;
  width: 1px;
  border: dashed 1px #E2DFE5;
}
.five-finance-content .accordion .accordion-item {
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding-bottom: 50px;
}
.five-finance-content .accordion .accordion-item:last-child {
  padding-bottom: 0;
}
.five-finance-content .accordion .accordion-item .accordion-button {
  background-color: transparent;
  border: none;
  color: var(--black-color);
  font-size: 28px;
  font-weight: 700;
  box-shadow: unset;
  padding: 0;
  letter-spacing: -0.25px;
  position: relative;
}
.five-finance-content .accordion .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  left: -84px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D9D6DD;
}
.five-finance-content .accordion .accordion-item .accordion-button:focus {
  box-shadow: unset;
}
.five-finance-content .accordion .accordion-item .accordion-button::after {
  display: none;
}
.five-finance-content .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  background-color: var(--main-color);
}
.five-finance-content .accordion .accordion-item .accordion-body {
  padding: 20px 0 50px 0;
  border: none;
  line-height: 1.7;
  color: var(--Para_01, #707070);
}

.five-finance-box {
  background: #F0EFF5;
  padding: 70px 50px;
}
.five-finance-box .finance-widget {
  padding: 50px;
  border-radius: 20px;
  background-color: var(--white-color);
}
.five-finance-box .finance-widget h4 {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.2px;
  margin-bottom: 25px;
}
.five-finance-box .finance-widget label {
  color: #6A6B77;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 500;
}
.five-finance-box .finance-widget .content-select {
  border-radius: 10px;
  background: #F0EFF5;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}
.five-finance-box .finance-widget .content-select h5 {
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.five-finance-box .finance-widget .content-select .content span {
  color: #9697A0;
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-bottom: -3px;
}
.five-finance-box .finance-widget .amount-currency-select {
  height: 100%;
}
.five-finance-box .finance-widget .amount-currency-select button {
  background-color: var(--white-color);
  border: none;
  padding: 5px 35px 5px 5px;
  height: 100%;
  border-radius: 90px;
  color: var(--black-color);
  transition: var(--transition);
  font-size: 14px;
}
.five-finance-box .finance-widget .amount-currency-select button img {
  position: relative;
  width: 31px;
  height: 31px;
  border-radius: 50px;
  margin-right: 5px;
}
.five-finance-box .finance-widget .amount-currency-select button::after {
  display: none;
}
.five-finance-box .finance-widget .amount-currency-select button::before {
  content: "\ea4a";
  display: block;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  right: 16px;
  color: var(--black-color);
  font-family: boxicons;
}
.five-finance-box .finance-widget .amount-currency-select button span {
  color: var(--black-color);
  position: relative;
  top: 2px;
}
.five-finance-box .finance-widget .amount-currency-select .dropdown-menu[style] {
  right: -56px !important;
  left: auto !important;
  transform: translateY(41px) !important;
}
.five-finance-box .finance-widget .amount-currency-select .currency-dropdown-menu {
  border-radius: 0;
  border: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 0;
  overflow-y: scroll;
  height: 170px;
  width: 100%;
}
.five-finance-box .finance-widget .amount-currency-select .currency-dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  color: var(--paragraph-color);
  font-size: 15px;
  padding: 10px 20px;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
}
.five-finance-box .finance-widget .amount-currency-select .currency-dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.five-finance-box .finance-widget .amount-currency-select .currency-dropdown-menu .dropdown-item img {
  margin-right: 10px;
  border-radius: 5px;
}
.five-finance-box .finance-widget .amount-currency-select .currency-dropdown-menu .dropdown-item.selected {
  background-color: var(--main-color);
  color: var(--white-color) !important;
  border-radius: 0;
}
.five-finance-box .finance-widget .amount-currency-select .currency-dropdown-menu .dropdown-item:active {
  color: var(--white-color);
  background-color: var(--main-color);
}
.five-finance-box .finance-widget .user-list-select {
  height: 100%;
  margin-bottom: 20px;
}
.five-finance-box .finance-widget .user-list-select button {
  border-radius: 10px;
  background: #F0EFF5;
  border: none;
  padding: 15px 200px 15px 20px;
  width: 100%;
  height: 100%;
  color: var(--black-color);
  transition: var(--transition);
  font-size: 16px;
}
.five-finance-box .finance-widget .user-list-select button img {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  margin-right: 8px;
}
.five-finance-box .finance-widget .user-list-select button::after {
  display: none;
}
.five-finance-box .finance-widget .user-list-select button::before {
  content: "\ea4a";
  display: block;
  position: absolute;
  top: 48%;
  transform: translateY(-45%);
  right: 22px;
  color: var(--black-color);
  font-family: boxicons;
}
.five-finance-box .finance-widget .user-list-select button span {
  color: var(--black-color);
  position: relative;
  top: 2px;
}
.five-finance-box .finance-widget .user-list-select .dropdown-menu[style] {
  right: 0px !important;
  left: auto !important;
  transform: translateY(65px) !important;
}
.five-finance-box .finance-widget .user-list-select .currency-dropdown-menu {
  border-radius: 10px;
  border: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 0;
  overflow-y: scroll;
  height: 170px;
  width: 100%;
}
.five-finance-box .finance-widget .user-list-select .currency-dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  color: var(--paragraph-color);
  font-size: 15px;
  padding: 10px 20px;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
}
.five-finance-box .finance-widget .user-list-select .currency-dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.five-finance-box .finance-widget .user-list-select .currency-dropdown-menu .dropdown-item img {
  margin-right: 10px;
  border-radius: 5px;
}
.five-finance-box .finance-widget .user-list-select .currency-dropdown-menu .dropdown-item.selected {
  background-color: var(--main-color);
  color: var(--white-color) !important;
  border-radius: 0;
}
.five-finance-box .finance-widget .user-list-select .currency-dropdown-menu .dropdown-item:active {
  color: var(--white-color);
  background-color: var(--main-color);
}
.five-finance-box .finance-widget .form-group.to {
  float: right;
}
.five-finance-box .finance-widget .form-group .amo-text {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 25px;
}
.five-finance-box .finance-widget .form-group .form-control {
  border-radius: 10px;
  background: #F0EFF5;
  padding: 20px 20px;
  margin-bottom: 30px;
}
.five-finance-box .finance-widget .form-group .select-box {
  background-color: var(--white-color);
  border: 1px solid #F0EFF5;
  padding: 5px 35px 5px 5px;
  height: 100%;
  border-radius: 90px;
  color: var(--black-color);
  transition: var(--transition);
  font-size: 14px;
  width: 160px;
  position: relative;
}
.five-finance-box .finance-widget .form-group .select-box::before {
  content: "\ea4a";
  font-family: boxicons !important;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  right: 16px;
  color: var(--black-color);
}
.five-finance-box .finance-widget .form-group .select-box img {
  border-radius: 50%;
  height: 34px;
  width: 34px;
}
.five-finance-box .finance-widget .form-group .select-box select {
  display: inline-block;
  background-color: var(--white-color);
  border: none;
  color: var(--black-color);
  margin-left: 10px;
  height: 35px;
  background-image: none;
  position: relative;
  width: 70px;
  font-weight: 500;
}
.five-finance-box .finance-widget .form-group .select-box select:hover, .five-finance-box .finance-widget .form-group .select-box select:focus {
  outline: none;
  box-shadow: none;
}
.five-finance-box .finance-widget .exchange-rate {
  margin-top: 25px;
  background: var(--white-color);
  color: var(--black-color);
  text-align: center;
  margin-bottom: 25px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #F0EFF5;
  border-radius: 10px;
}
.five-finance-box .finance-widget .icon {
  font-size: 18px;
  text-align: center;
  position: relative;
  top: 15px;
  cursor: pointer;
  background: #F0EFF5;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}
.five-finance-box .finance-widget .default-btn {
  border-radius: 114px;
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}
.five-finance-box .finance-widget .last-p {
  padding-left: 20px;
  padding-right: 20px;
}
.five-finance-box .finance-widget .last-p a {
  font-weight: 700;
  color: var(--Purple, #7203E3);
}

/*================================================
Payment Solution CSS
=================================================*/
.payment-solution-service-area {
  position: relative;
  z-index: 1;
}
.payment-solution-service-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 21%;
  width: 100%;
  z-index: -1;
  background: #EEEAF1;
}

.payment-solution-widget {
  padding: 60px;
  background: linear-gradient(308deg, #512BEE 3.79%, #06F 48.72%, #06F 103.62%);
}
.payment-solution-widget.style2 {
  background: var(--yellow-color);
  margin-top: 80px;
}
.payment-solution-widget.style2 h2 {
  color: var(--black-color);
}
.payment-solution-widget.style2 p {
  color: #707070;
  margin-bottom: 22px;
  padding-right: 40px;
}
.payment-solution-widget.style2 ul li {
  color: var(--black-color);
  border-color: rgba(255, 255, 255, 0.35);
}
.payment-solution-widget.style2 .default-btn {
  color: var(--white-color) !important;
  background: linear-gradient(308deg, #512BEE 3.79%, #06F 48.72%, #06F 103.62%);
}
.payment-solution-widget.style2 .default-btn:hover {
  background-color: var(--white-color);
  color: var(--main-color);
}
.payment-solution-widget h2 {
  color: var(--white-color);
  font-size: 53px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.payment-solution-widget p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 50px;
}
.payment-solution-widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px;
}
.payment-solution-widget ul li {
  position: relative;
  padding-left: 36px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  color: var(--white-color);
}
.payment-solution-widget ul li img {
  position: absolute;
  left: 0;
  top: 30px;
}
.payment-solution-widget ul li:first-child {
  border-top: solid 1px rgba(255, 255, 255, 0.15);
}
.payment-solution-widget .default-btn {
  border-radius: 114px;
  color: var(--main-color) !important;
  background-color: var(--white-color) !important;
}

/*================================================
Five Blog CSS
=================================================*/
.five-blog-item {
  background: #EEEAF1;
  padding: 45px 40px 50px 40px;
}
.five-blog-item span {
  color: var(--main-color);
  text-transform: capitalize;
  display: block;
  margin-bottom: 15px;
}
.five-blog-item h3 {
  font-size: 28px;
  margin-bottom: 15px;
  letter-spacing: -0.25px;
}
.five-blog-item h3 a {
  color: var(--black-color);
  transition: 0.7s;
}
.five-blog-item h3:hover a {
  color: var(--main-color);
}

.five-blog-area .section-title-wrap {
  max-width: 655px;
}

.five-blog-slides.owl-theme .owl-dots {
  position: absolute;
  right: 0;
  top: -115px;
}
.five-blog-slides.owl-theme .owl-dots .owl-dot {
  position: relative;
}
.five-blog-slides.owl-theme .owl-dots .owl-dot::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -8px;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-bottom: 1px dashed #D9D9D9;
}
.five-blog-slides.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background-color: #D1CFDB;
  transition: var(--transition);
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 20px;
  border: 2px solid #D9D9D9;
}
.five-blog-slides.owl-theme .owl-dots .owl-dot:hover span, .five-blog-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--main-color);
  border: 2px solid #D9D9D9;
}
.five-blog-slides.owl-theme .owl-dots .owl-dot:hover span::before, .five-blog-slides.owl-theme .owl-dots .owl-dot.active span::before {
  font-size: 28px;
  color: var(--black-color);
}
.five-blog-slides.owl-theme .owl-dots .owl-dot:first-child span {
  margin-left: 0;
}
.five-blog-slides.owl-theme .owl-dots .owl-dot:last-child span {
  margin-right: 0;
}
.five-blog-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

/*================================================
Five Countries CSS
=================================================*/
.five-countries-area {
  position: relative;
}
.five-countries-area .section-title {
  max-width: 855px;
}
.five-countries-area .section-title h3 {
  margin-bottom: 20px;
}
.five-countries-area .compare-shape {
  position: absolute;
  top: 67px;
  left: 265px;
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.five-countries-area .countries-card {
  border-radius: 4px;
  background: #F8F8FB;
}

/* End "Investment Banking Demo CSS & "Digital Demo CSS" *//*# sourceMappingURL=banco-main-style.css.map */