/*
@File: Luvion Template Styles

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

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

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

** - Default CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - About Area CSS
** - Featured Boxes Area CSS
** - Services Area CSS
** - Comparisons Area CSS
** - Features Area CSS
** - How It Works Area CSS
** - Team Area CSS
** - Invoicing Area CSS
** - Information Area CSS
** - Pricing Area CSS
** - FunFacts Area CSS
** - Feedback Area CSS
** - Ready To Talk Area CSS
** - Partner Area CSS
** - App Download Area CSS
** - Account Create Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Page Title Area CSS
** - Pagination Area CSS
** - Widget Sidebar Area CSS
** - 404 Error Area CSS
** - FAQ Area CSS
** - Login Area CSS
** - Signup Area CSS
** - Contact Area CSS
** - Footer Area CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bowlby+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
:root {
  --linear-gradient: linear-gradient(45deg, #86bf46, #406ca9);
  --primary-color: #0e314c;
  --secondary-color: #406ca9;
  --prime-blue: #049ad3;
}
img {
  max-width: 100%;
}

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

a {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
  outline: 0 !important;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
.read-link a {
  color: var(--prime-blue);
}
button {
  outline: 0 !important;
}

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

.bg-f7fafd {
  background-color: #f7fafd;
}

.bg-f6f4f8 {
  background-color: #f6f4f8;
}

.bg-f4fcff {
  background-color: #f4fcff;
}
.added_to_cart.wc-forward {
  margin-left: 25px;
  margin-right: 25px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

p {
  line-height: 1.7;
  margin-bottom: 15px;
  color: #151a33;
  font-weight: 300;
  font-size: 15px;
}
p:last-child {
  margin-bottom: 0;
}

.mfp-bg {
  position: fixed !important;
}

.mfp-wrap {
  position: fixed !important;
}

.mfp-container {
  position: fixed;
}

/*btn btn-primary*/

.btn {
  font-weight: 700;
  border: none;
  padding: 14.5px 30px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: initial;
  border-radius: 4px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.btn.disabled,
.btn:disabled {
  opacity: 1;
}
.btn-learn {
  position: relative;
  display: inline-block;
  border-radius: 45px;
  border: 1px solid #7ac03b;
  background: transparent;
  color: #7ac03b;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
}

.btn-learn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to right, #7ac03b 0%, #a8e063 51%, #7ac03b 100%);
  border-radius: 45px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.btn-learn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #fff;
  border-radius: 45px;
}

.btn-learn:hover {
  color: #fff;
  border-color: transparent;
}

.btn-learn:hover::after {
  opacity: 1;
  visibility: visible;
}
.btn-primary {
  background-color: transparent;
  color: #ffffff;
}
.btn-primary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #7ac03b 0%, #a8e063 51%, #7ac03b 100%);
  cursor: pointer;
  border-radius: 45px;
  transition: 0.5s;
}
.btn-primary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #7ac03b 0%, #a8e063 51%, #7ac03b 100%);
  cursor: pointer;
  border-radius: 45px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: unset !important;
}
.btn-primary:hover::before,
.btn-primary:focus::before {
  opacity: 0;
  visibility: hidden;
}
.btn-primary:hover::after,
.btn-primary:focus::after {
  opacity: 1;
  visibility: visible;
}
.btn-apply {
  background-color: #fff !important;
  margin-top: 15px;
}

/*section-title*/
.section-title {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: -9px;
}
.section-title h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}
.section-title .bar {
  height: 5px;
  width: 90px;
  background: var(--linear-gradient);
  margin: 15px auto 20px;
  position: relative;
  border-radius: 30px;
}
.section-title .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.6px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--secondary-color);
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.section-title p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

/*form-control*/
.form-control {
  height: 50px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 50px;
  color: var(--primary-color);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  transition: 0.5s;
}
.form-control:focus {
  box-shadow: unset !important;
  border-color: var(--secondary-color);
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: var(--linear-gradient);
  top: 0;
  left: 0;
}
.preloader .loader {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  transform: translateY(-43%);
  text-align: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.preloader .box {
  width: 100%;
  height: 100%;
  background: #ffffff;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
.preloader .shadow {
  width: 100%;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}

@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  50% {
    transform: scale(1.2, 1);
  }
}
/*================================================
Navbar Area CSS
=================================================*/
.logo {
  width: 210px;
}
.navbar-area .luvion-responsive-nav img {
  display: none;
}
.navbar-area.is-sticky .luvion-responsive-nav img {
  display: block;
}
.luvion-nav .navbar .navbar-brand img:nth-child(1) {
  display: block;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand img {
  transition: 0.5s;
}
.navbar-brand img:nth-child(2) {
  display: none;
}

.luvion-nav {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.luvion-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.luvion-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.luvion-nav .navbar .navbar-nav {
  font-family: "Poppins", sans-serif;
  margin-left: auto;
}
.luvion-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.luvion-nav .navbar .navbar-nav .nav-item a {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.luvion-nav .navbar .navbar-nav .nav-item a:hover,
.luvion-nav .navbar .navbar-nav .nav-item a:focus,
.luvion-nav .navbar .navbar-nav .nav-item a.active {
  color: #000;
}
.luvion-nav .navbar .navbar-nav .nav-item a i {
  font-size: 10px;
  margin-left: 1px;
}
.luvion-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.luvion-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.luvion-nav .navbar .navbar-nav .nav-item:hover a,
.luvion-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--secondary-color);
}
.luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 270px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}
.luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  color: var(--primary-color);
  font-size: 15.5px;
  font-weight: 500;
}
.luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--secondary-color);
}
.luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -270px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -270px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -270px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -270px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -270px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--secondary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.luvion-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.luvion-nav .navbar .others-options {
  margin-left: 25px;
}
.luvion-nav .navbar .others-options .login-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.luvion-nav .navbar .others-options .login-btn i {
  margin-right: 2px;
  color: #eae563;
}
.luvion-nav .navbar .others-options .login-btn:hover {
  color: #ffffff;
}

.navbar-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background-color: #f7f8fc;
  transition: 0.5s;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #f7f8fc !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: 0.5s;
}
/* .navbar-area.is-sticky .navbar-brand img:nth-child(1) {
  display: none;
} */
.navbar-area.is-sticky .navbar-brand img:nth-child(2) {
  display: block;
}
.navbar-area.is-sticky .luvion-nav {
  background-color: #f7f8fc;
}
.navbar-area.is-sticky .luvion-nav .navbar .navbar-nav .nav-item a {
  color: #2f2b2b;
}
.navbar-area.is-sticky .luvion-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area.is-sticky .luvion-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area.is-sticky .luvion-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--secondary-color);
}
.navbar-area.is-sticky .luvion-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-area.is-sticky .luvion-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--secondary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.navbar-area.is-sticky .luvion-nav .navbar .others-options .login-btn {
  color: var(--primary-color);
}
.navbar-area.is-sticky .luvion-nav .navbar .others-options .login-btn i {
  color: var(--secondary-color);
}
.navbar-area.is-sticky .luvion-nav .navbar .others-options .login-btn:hover {
  color: var(--secondary-color);
}
.navbar-area.navbar-style-two .navbar-brand img {
  display: block !important;
}
.navbar-area.navbar-style-two .luvion-nav .navbar .navbar-nav .nav-item a {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two .luvion-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area.navbar-style-two .luvion-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  a.active {
  color: var(--secondary-color);
}
.navbar-area.navbar-style-two .luvion-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item.active
  a {
  color: var(--secondary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.navbar-area.navbar-style-two .luvion-nav .others-options .login-btn {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two .luvion-nav .others-options .login-btn i {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two .luvion-nav .others-options .login-btn:hover {
  color: var(--secondary-color);
}

.luvion-responsive-nav span {
  top: 8px;
  height: 4px;
  margin-top: -6px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .join-ranks-title {
    font-size: 20px !important;
    width: 30% !important;
  }
  .about-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner-wrap-content {
    text-align: center;
  }
  .page-banner-wrap-content h2 {
    font-size: 50px !important;
  }
}
@media only screen and (max-width: 1390px) {
  .page-banner-wrap-content h2 {
    font-size: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  [class^="ri-"],
  [class*=" ri-"] {
    font-family: "remixicon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0deg) !important;
  }
  a.btn.cta-btn {
    width: 20px !important;
        height: 22px !important;
  }


  .luvion-responsive-nav span {
    height: 20px;
  }
  a.cart-contents {
    justify-content: start;
  }
  .luvion-responsive-nav {
    display: block;
  }
  .luvion-responsive-nav .luvion-responsive-menu {
    position: relative;
  }
  .luvion-responsive-nav .luvion-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }
  .luvion-responsive-nav
    .luvion-responsive-menu.mean-container
    .mean-nav
    ul
    li
    a.active {
    color: var(--secondary-color);
  }
  .luvion-responsive-nav
    .luvion-responsive-menu.mean-container
    .mean-nav
    ul
    li
    li
    a {
    font-size: 13.5px;
  }
  .luvion-responsive-nav .luvion-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 350px;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .luvion-responsive-nav .mean-container a.meanmenu-reveal {
    color: var(--secondary-color);
  }
  .luvion-responsive-nav .mean-container a.meanmenu-reveal span {
    background: var(--secondary-color);
  }
  .luvion-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .luvion-responsive-nav .logo a img:nth-child(2) {
    display: none;
  }
  .luvion-responsive-nav .others-options {
    position: absolute;
    right: 52px;
    top: 3px;
  }
  .luvion-responsive-nav .others-options .login-btn {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
  }
  .luvion-responsive-nav .others-options .login-btn i {
    margin-right: 2px;
    color: #eae563;
  }
  .luvion-responsive-nav .others-options .login-btn:hover {
    color: var(--secondary-color);
  }
  .navbar-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.is-sticky {
    border-bottom: none;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .navbar-area.is-sticky
    .luvion-responsive-nav
    .mean-container
    a.meanmenu-reveal {
    color: var(--primary-color);
  }
  .navbar-area.is-sticky
    .luvion-responsive-nav
    .mean-container
    a.meanmenu-reveal
    span {
    background: var(--primary-color);
  }
  .navbar-area.is-sticky .luvion-responsive-nav .logo a img:nth-child(1) {
    display: none;
  }
  .navbar-area.is-sticky .luvion-responsive-nav .logo a img:nth-child(2) {
    display: block;
  }
  .navbar-area.is-sticky .luvion-responsive-nav .others-options .login-btn {
    color: var(--primary-color);
  }
  .navbar-area.is-sticky .luvion-responsive-nav .others-options .login-btn i {
    color: var(--secondary-color);
  }
  .navbar-area.is-sticky
    .luvion-responsive-nav
    .others-options
    .login-btn:hover {
    color: var(--secondary-color);
  }
  .navbar-area.navbar-style-two
    .luvion-responsive-nav
    .mean-container
    a.meanmenu-reveal {
    color: var(--primary-color);
  }
  .navbar-area.navbar-style-two
    .luvion-responsive-nav
    .mean-container
    a.meanmenu-reveal
    span {
    background: var(--primary-color);
  }
  .navbar-area.navbar-style-two .luvion-responsive-nav .logo a img {
    display: inline-block !important;
  }
  .navbar-area.navbar-style-two
    .luvion-responsive-nav
    .others-options
    .login-btn {
    color: var(--primary-color);
  }
  .navbar-area.navbar-style-two
    .luvion-responsive-nav
    .others-options
    .login-btn
    i {
    color: var(--secondary-color);
  }
  .navbar-area.navbar-style-two
    .luvion-responsive-nav
    .others-options
    .login-btn:hover {
    color: var(--secondary-color);
  }
  .luvion-nav {
    display: none;
  }
}
/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  height: 100vh;
  /* background-image: url(../../assets/img/main-banner1.jpg); */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner-content {
  margin-top: 160px;
  /* max-width: 1010px; */
  position: relative;
  z-index: 2;
}
.main-banner-content h1 {
  margin-bottom: 0;
  color: #1c2c4d;
  font-size: 60px;
  font-weight: 900;
}
.main-banner-content p {
  color: #404040;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  /* max-width: 400px; */
  margin-top: 20px;
  margin-bottom: 0;
}
.main-title-4 {
  color: #404040;
}
.company-name {
  color: #7ac03b;

  display: inline-block;
  transition: opacity 0.4s ease;
}

.company-name.fade-out {
  opacity: 0;
}

.company-name.fade-in {
  opacity: 1;
}

.main-banner-content .btn {
  margin-top: 30px;
}

.main-banner-section {
  height: 800px;
  background-image: url(../../assets/img/main-banner2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-content {
  margin-top: -50px;
}
.banner-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
}
.banner-content p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
.banner-content .btn {
  margin-top: 30px;
}

.money-transfer-form {
  background-color: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 5px;
  margin-top: -50px;
  margin-left: 100px;
}
.money-transfer-form::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  width: 96%;
  opacity: 0.62;
  height: 50%;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}
.money-transfer-form::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  width: 96%;
  opacity: 0.62;
  height: 50%;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}
.money-transfer-form form {
  text-align: center;
}
.money-transfer-form form .form-group {
  margin-bottom: 15px;
  position: relative;
  background: var(--linear-gradient);
  padding: 36px 10px 12px 15px;
  border-radius: 5px;
}
.money-transfer-form form .form-group .amount-currency-select {
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
}
.money-transfer-form form .form-group .nice-select {
  border: none;
  background-color: var(--primary-color);
  border-radius: 0 5px 5px 0;
  height: 100%;
  padding: 0 35px 0 25px;
  line-height: 72px;
  font-size: 17px;
  font-weight: 700;
}
.money-transfer-form form .form-group .nice-select:after {
  right: 20px;
  border-color: #ffffff;
  width: 8px;
  height: 8px;
}
.money-transfer-form form .form-group .nice-select span {
  color: #ffffff;
}
.money-transfer-form form .form-group .nice-select .list {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 100%;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.money-transfer-form form .form-group .nice-select .list .option {
  line-height: initial;
  min-height: auto;
  text-align: center;
  margin-top: 12px;
  padding-left: 0;
  padding-right: 0;
}
.money-transfer-form form .form-group .nice-select .list .option:hover,
.money-transfer-form form .form-group .nice-select .list .option:focus,
.money-transfer-form form .form-group .nice-select .list .option.focus,
.money-transfer-form form .form-group .nice-select .list .option.selected {
  background-color: transparent;
}
.money-transfer-form form .form-group .nice-select .list .option:hover {
  color: var(--secondary-color);
}
.money-transfer-form form .form-group .nice-select .list .option:first-child {
  margin-top: 0;
}
.money-transfer-form form .form-group label {
  position: absolute;
  left: 15px;
  top: 10px;
  color: #f9f9f9;
  margin-bottom: 0;
  display: block;
  font-weight: 300;
  font-size: 13.5px;
}
.money-transfer-form form .form-group .form-control {
  background-color: transparent;
  border: none;
  padding-left: 0;
  height: auto;
  line-height: initial;
  padding-right: 95px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
}
.money-transfer-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.money-transfer-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.money-transfer-form form .currency-info {
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: left;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}
.money-transfer-form form .currency-info .bar {
  height: 100%;
  width: 2px;
  background: var(--linear-gradient);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.money-transfer-form form .currency-info .bar::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -1px;
  left: -2px;
  background: var(--linear-gradient);
}
.money-transfer-form form .currency-info .bar::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: -1px;
  left: -2px;
  background: var(--linear-gradient);
}
.money-transfer-form form .currency-info span {
  display: inline-block;
  color: #6084a4;
  font-size: 14px;
}
.money-transfer-form form .currency-info span strong {
  color: var(--primary-color);
}
.money-transfer-form form .currency-info span:last-child {
  margin-left: 15px;
}
.money-transfer-form form .money-transfer-info {
  color: #6084a4;
  font-size: 14px;
}
.money-transfer-form form .money-transfer-info strong {
  display: block;
  margin-top: 3px;
  color: var(--primary-color);
  font-size: 16px;
}
.money-transfer-form form button {
  margin-top: 15px;
}
.money-transfer-form form .btn::before {
  background: var(--linear-gradient);
}
.money-transfer-form form .btn::after {
  background: var(--linear-gradient);
}
.money-transfer-form form .terms-info {
  margin-top: 15px;
}
.money-transfer-form form .terms-info p {
  font-size: 14px;
}
.money-transfer-form form .terms-info p a {
  display: inline-block;
  color: var(--primary-color);
}
.money-transfer-form form .terms-info p a:hover {
  color: var(--secondary-color);
}

.banner-section {
  position: relative;
  z-index: 1;
  background: transparent url(../../assets/img/shape-bg.png) left bottom
    no-repeat;
  padding-top: 160px;
}

.hero-content {
  margin-top: -50px;
}
.hero-content h1 {
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
}
.hero-content p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 0;
}
.hero-content .btn {
  margin-top: 30px;
}

.hero-image {
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero-image .main-image img:nth-child(2) {
  position: absolute;
  left: -30px;
  bottom: 60px;
  border-radius: 5px;
}
.hero-image .main-image img:nth-child(3) {
  position: absolute;
  right: -80px;
  top: 110px;
}
.hero-image .main-mobile-image {
  display: none;
}
.hero-image .circle-image {
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  margin: 0 auto;
  z-index: -1;
}
.hero-image .video-btn {
  display: inline-block;
  position: absolute;
  z-index: 1;
  color: #ffffff;
  border-radius: 30px;
  padding: 10px 25px;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
.hero-image .video-btn i {
  margin-right: 2px;
}
.hero-image .video-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--linear-gradient);
  z-index: -1;
  border-radius: 30px;
  transition: 0.5s;
}
.hero-image .video-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--linear-gradient);
  border-radius: 30px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.hero-image .video-btn:hover::after {
  opacity: 1;
  visibility: visible;
}
.hero-image .video-btn:hover::before {
  opacity: 0;
  visibility: hidden;
}

.home-area {
  z-index: 1;
  position: relative;
  padding-top: 200px;
  padding-bottom: 250px;
  background-image: url(../../assets/img/banner-image/banner-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-area::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  opacity: 0.85;
  position: absolute;
  background-color: #3059bc;
}
.home-area:hover .home-slides.owl-theme .owl-nav {
  visibility: visible;
  opacity: 1;
}

.banner-item {
  position: relative;
}

.banner-item-content {
  z-index: 1;
  position: relative;
}
.banner-item-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
}
.banner-item-content p {
  color: #ffffff;
  max-width: 500px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}
.banner-item-content .btn {
  margin-top: 30px;
}

.banner-item-image {
  margin-left: -48px;
}

.home-slides.owl-theme .owl-nav {
  top: 50%;
  opacity: 0;
  right: -25px;
  margin-top: 0;
  position: absolute;
  visibility: hidden;
  transition: 0.5s;
  transform: translateY(-50%);
}
.home-slides.owl-theme .owl-nav [class*="owl-"] {
  padding: 0;
  width: 50px;
  height: 50px;
  margin: 5px 0;
  display: block;
  font-size: 20px;
  border-radius: 0;
  color: var(--primary-color);
  transition: 0.5s;
  background-color: #ffffff;
}
.home-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.owl-item.active .banner-item-content {
  overflow: hidden;
}
.owl-item.active .banner-item-content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.owl-item.active .banner-item-content p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.7s;
}
.owl-item.active .banner-item-content .btn {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.9s;
}
.owl-item.active .banner-item-image {
  overflow: hidden;
}
.owl-item.active .banner-item-image img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
}

/* New Demo */
.banner-slider-eight .main-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-slider-eight .main-banner.bg-8 {
  /* background-image: url(..//img/main-banner8.jpg); */
}
.banner-slider-eight.owl-carousel.owl-theme .owl-nav {
  margin-top: 0;
  transition: 0.5s;
}
.banner-slider-eight.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  transform: translateY(-50%);
  transition: all ease 0.5s;
  font-size: 20px;
  overflow: hidden;
}
.banner-slider-eight.owl-carousel.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 25px;
}
.banner-slider-eight.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  border: 1px solid var(--secondary-color);
  background-color: #ffffff;
  color: var(--secondary-color);
}

.banner-video {
  position: relative;
  overflow: hidden;
}
.banner-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}
.banner-video .main-banner-content {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.banner-video .main-banner {
  background-image: none;
}

/*================================================
About Area CSS
=================================================*/
.about-content {
  padding-right: 25px;
}
.about-content span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-size: 12.5px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.about-content h2 {
  font-size: 40px;
  font-weight: 700;
}
.about-content p {
  line-height: 1.8;
  color: #5d7079;
  margin-bottom: 0;
  margin-top: 12px;
}

.about-image {
  position: relative;
}
.about-image .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 61px;
  text-align: center;
  border-radius: 50%;
  background: var(--linear-gradient);
  color: #ffffff;
  font-size: 23px;
  z-index: 1;
}
.about-image .video-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  animation: ripple 1.9s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.about-image .video-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--linear-gradient);
  z-index: -1;
  border-radius: 50%;
  transition: 0.5s;
}
.about-image .video-btn:hover::before {
  opacity: 0;
  visibility: hidden;
}

@keyframes ripple {
  0%,
  35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/*================================================
Featured Boxes Area CSS
=================================================*/
.featured-boxes-area {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.featured-boxes-inner {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.featured-boxes-inner .col-lg-3 {
  border-right: 1px solid #eeeeee;
}
.featured-boxes-inner .col-lg-3:last-child {
  border-right: none;
}

.single-featured-box {
  text-align: center;
  position: relative;
  padding: 115px 25px 40px 25px;
  overflow: hidden;
}
.single-featured-box .icon {
  transition: 0.4s;
  color: var(--secondary-color);
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: -12px;
}
.single-featured-box .icon i::before {
  font-size: 55px;
}
.single-featured-box .icon.color-fb7756 {
  color: var(--secondary-color);
}
.single-featured-box .icon.color-facd60 {
  color: var(--secondary-color);
}
.single-featured-box .icon.color-1ac0c6 {
  color: var(--secondary-color);
}
.single-featured-box h3 {
  transition: 0.4s;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 22px;
  font-weight: 600;
}
.single-featured-box p {
  transition: 0.4s;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 0;
}
.single-featured-box .read-more-btn {
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6;
  font-size: 15px;
  font-weight: 400;
}
.single-featured-box .read-more-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  transition: 0.5s;
  height: 1px;
  background: var(--linear-gradient);
}
.single-featured-box .read-more-btn:hover::before {
  width: 100%;
}
.single-featured-box:hover .icon {
  top: 23px;
  animation: iconTop 0.4s ease-in-out;
}
.single-featured-box:hover h3 {
  transform: translateY(-20px);
}
.single-featured-box:hover p {
  transform: translateY(-20px);
}
.single-featured-box:hover .read-more-btn {
  opacity: 1;
  visibility: visible;
  bottom: 23px;
}

@keyframes iconTop {
  0% {
    transform: translate(-50%, 0);
  }
  25% {
    opacity: 0;
    transform: translate(-50%, -70%);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
/*================================================
Services Area CSS
=================================================*/
.services-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.overview-box {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center !important;
}
.overview-box .overview-content {
  flex: 0 0 50%;
  max-width: 50%;
}
.overview-box .overview-content .content {
  max-width: 640px;
  padding-left: 50px;
}
.overview-box .overview-content .content .sub-title {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-size: 12.5px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.overview-box .overview-content .content.left-content {
  margin-left: auto;
  padding-right: 50px;
  padding-left: 0;
}
.overview-box .overview-content .content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}
.overview-box .overview-content .content .bar {
  height: 5px;
  width: 90px;
  background: #f8f9fa;
  margin: 20px 0 25px;
  position: relative;
  border-radius: 30px;
}
.overview-box .overview-content .content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--secondary-color);
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.overview-box .overview-content .content .services-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  padding-left: 0;
  list-style-type: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  margin-top: -5px;
}
.overview-box .overview-content .content .services-list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.overview-box .overview-content .content .services-list li span {
  display: block;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  color: #6084a4;
  z-index: 1;
  border-radius: 5px;
  transition: 0.5s;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 400;
}
.overview-box .overview-content .content .services-list li span i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--secondary-color);
  transition: 0.5s;
}
.overview-box .overview-content .content .services-list li span i::before {
  font-size: 12px;
}
.overview-box .overview-content .content .services-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background: var(--linear-gradient);
  transition: 0.5s;
}
.overview-box .overview-content .content .services-list li span:hover {
  color: #ffffff;
}
.overview-box .overview-content .content .services-list li span:hover i {
  color: #ffffff;
}
.overview-box .overview-content .content .services-list li span:hover::before {
  width: 100%;
}
.overview-box .overview-content .content .features-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  padding-left: 0;
  list-style-type: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  margin-top: -5px;
}
.overview-box .overview-content .content .features-list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.overview-box .overview-content .content .features-list li span {
  display: block;
  color: #000;
  position: relative;
  padding-left: 31px;
  font-size: 14px;
  font-weight: 400;
}
.overview-box .overview-content .content .features-list li span i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  transition: 0.5s;
  width: 22px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  background: var(--linear-gradient);
  border-radius: 3px;
}
.overview-box .overview-content .content .features-list li span i::before {
  font-size: 10px;
}
.overview-box .overview-content .content .btn {
  margin-top: 30px;
}
.overview-box .overview-image {
  flex: 0 0 50%;
  max-width: 50%;
}
.overview-box .overview-image .image {
  text-align: center;
  position: relative;
  z-index: 1;
}
.overview-box .overview-image .image .circle-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  right: 0;
  margin: 0 auto;
}
.overview-box .overview-image .image .circle-img img {
  animation-name: rotateMe;
  animation-duration: 35s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(88px);
  }
}
@keyframes rotateMe {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*================================================
Comparisons Area CSS
=================================================*/
.comparisons-table {
  background-color: #ffffff;
  box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.05);
}
.comparisons-table table {
  margin-bottom: 0;
  text-align: center;
  --bs-table-bg: transparent;
}
.comparisons-table table thead tr {
  background: var(--linear-gradient);
}
.comparisons-table table thead th {
  vertical-align: middle;
  border: none;
  color: #ffffff;
  padding: 16px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 600;
}
.comparisons-table table thead th:nth-child(1) {
  text-align: left;
  padding-left: 50px;
}
.comparisons-table table tbody td {
  vertical-align: middle;
  color: var(--primary-color);
  padding: 16px 20px;
  border-color: #eeeeee;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.comparisons-table table tbody td:nth-child(1) {
  text-align: left;
  padding-left: 50px;
}
.comparisons-table table tbody td i {
  width: 20px;
  height: 20px;
  line-height: 17px;
  border-radius: 100%;
  background-color: var(--secondary-color);
  color: #ffffff;
  display: block;
  margin: 0 auto;
}
.comparisons-table table tbody td i::before {
  font-size: 8px;
}
.comparisons-table table tbody tr:nth-child(1) td i,
.comparisons-table table tbody tr:nth-child(8) td i {
  background-color: var(--secondary-color);
}
.comparisons-table table tbody tr:nth-child(2) td i,
.comparisons-table table tbody tr:nth-child(9) td i {
  background-color: var(--secondary-color);
}
.comparisons-table table tbody tr:nth-child(3) td i,
.comparisons-table table tbody tr:nth-child(10) td i {
  background-color: var(--secondary-color);
}
.comparisons-table table tbody tr:nth-child(5) td i,
.comparisons-table table tbody tr:nth-child(12) td i {
  background-color: var(--secondary-color);
}
.comparisons-table table tbody tr:nth-child(6) td i,
.comparisons-table table tbody tr:nth-child(13) td i {
  background-color: var(--secondary-color);
}
.comparisons-table table tbody tr:nth-child(7) td i,
.comparisons-table table tbody tr:nth-child(14) td i {
  background-color: var(--secondary-color);
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
  padding-bottom: 50px;
}

.single-features-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 30px;
  height: 300px;
}
.single-features-box .icon {
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  border-radius: 50%;
  color: var(--secondary-color);
  transition: 0.5s;
  margin-bottom: 18px;
}
.single-features-box .icon i::before {
  font-size: 35px;
}
.single-features-box .icon.bg-f78acb {
  color: var(--secondary-color);
}
.single-features-box .icon.bg-cdf1d8 {
  color: var(--secondary-color);
}
.single-features-box .icon.bg-c679e3 {
  color: var(--secondary-color);
}
.single-features-box .icon.bg-eb6b3d {
  color: var(--secondary-color);
}
.single-features-box h3 {
  margin-bottom: 0;
  transition: 0.5s;
  font-size: 22px;
  font-weight: 600;
}
.single-features-box h3 a {
  display: inline-block;
}
.single-features-box p {
  font-size: 14px;
  transition: 0.5s;
  margin-top: 10px;
  margin-bottom: 0;
}
.single-features-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: var(--linear-gradient);
  border-radius: 5px;
  transition: 0.5s;
}
.single-features-box:hover {
  transform: translateY(-10px);
}
.single-features-box:hover::before {
  width: 100%;
}
.single-features-box:hover .icon {
  transform: rotate(360deg);
  color: var(--secondary-color);
}
.single-features-box:hover h3 {
  color: #ffffff;
}
.single-features-box:hover h3 a {
  color: #ffffff;
}
.single-features-box:hover p {
  color: #ffffff;
}

.features-box-list {
  margin-left: auto;
  max-width: 465px;
}
.features-box-list .col-lg-12:last-child .features-box {
  margin-bottom: 0;
}

.features-box {
  margin-bottom: 20px;
  background-color: #ffffff;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 25px;
  padding-left: 110px;
}
.features-box .icon {
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  border-radius: 50%;
  color: var(--secondary-color);
  transition: 0.5s;
  position: absolute;
  left: 25px;
  top: 35px;
}
.features-box .icon i::before {
  font-size: 30px;
}
.features-box .icon.bg-f78acb {
  color: var(--secondary-color);
}
.features-box .icon.bg-cdf1d8 {
  color: var(--secondary-color);
}
.features-box .icon.bg-c679e3 {
  color: var(--secondary-color);
  background: #f8f9fa;
}
.features-box .icon.bg-eb6b3d {
  color: var(--secondary-color);
  background: #f8f9fa;
}
.features-box h3 {
  margin-bottom: 0;
  transition: 0.5s;
  font-size: 22px;
  font-weight: 600;
}
.features-box h3 a {
  display: inline-block;
}
.features-box p {
  font-size: 14px;
  transition: 0.5s;
  margin-top: 10px;
  margin-bottom: 0;
}
.features-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 2px;
  height: 100%;
  background: var(--linear-gradient);
  transition: 0.5s;
}
.features-box:hover {
  transform: translateY(-10px);
}
.features-box:hover::before {
  width: 100%;
}
.features-box:hover .icon {
  transform: rotate(360deg);
  color: var(--secondary-color);
  background-color: #ffffff;
}
.features-box:hover h3 {
  color: #ffffff;
}
.features-box:hover h3 a {
  color: #ffffff;
}
.features-box:hover p {
  color: #ffffff;
}

.features-image {
  text-align: center;
}

/*================================================
How It Works Area CSS
=================================================*/
.how-it-works-area {
  padding-bottom: 40px;
}

.single-how-it-works {
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.03);
  padding: 36px;
  border-radius: 5px;
  transition: 0.5s;
}
.single-how-it-works img {
  display: inline-block;
  margin-bottom: 30px;
}
.single-how-it-works h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.single-how-it-works p {
  margin-top: 12px;
  margin-bottom: 0;
}
.single-how-it-works:hover {
  transform: translateY(-10px);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

/*================================================
Team Area CSS
=================================================*/
.team-area {
  padding-bottom: 40px;
}

.single-team-member {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
}
.single-team-member .member-image {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.single-team-member .member-image img {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.single-team-member .member-image .social {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.single-team-member .member-image .social li {
  display: inline-block;
}
.single-team-member .member-image .social li a {
  margin: 0 2px;
  display: inline-block;
}
.single-team-member .member-image .social li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  color: #ffffff;
  font-size: 13px;
  transition: 0.5s;
}
.single-team-member .member-image .social li a i.fa-facebook-f {
  background: #3b5998;
}
.single-team-member .member-image .social li a i.fa-linkedin-in {
  background: #0077b5;
}
.single-team-member .member-image .social li a i:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}
.single-team-member .member-content {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-left: 10px;
  padding-right: 10px;
}
.single-team-member .member-content h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}
.single-team-member .member-content span {
  display: block;
  font-size: 13px;
  color: var(--secondary-color);
  margin-top: 8px;
}
.single-team-member .member-content p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
}
.single-team-member:hover .member-image .social {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}

/*================================================
Invoicing Area CSS
=================================================*/
.invoicing-area {
  overflow: hidden;
}

.invoicing-content {
  margin-left: auto;
  max-width: 625px;
}
.invoicing-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}
.invoicing-content .bar {
  height: 5px;
  width: 90px;
  background: #f8f9fa;
  margin: 20px 0 25px;
  position: relative;
  border-radius: 30px;
}
.invoicing-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--secondary-color);
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.invoicing-content p {
  margin-bottom: 0;
}
.invoicing-content .btn {
  margin-top: 20px;
}

.invoicing-image {
  text-align: center;
  position: relative;
  z-index: 1;
}
.invoicing-image .main-image img:nth-child(2) {
  position: absolute;
  left: 40px;
  top: 15px;
}
.invoicing-image .main-image img:nth-child(3) {
  position: absolute;
  left: 40px;
  top: 170px;
}
.invoicing-image .main-image img:nth-child(4) {
  position: absolute;
  right: 40px;
  top: 60px;
}
.invoicing-image .main-mobile-image {
  display: none;
}
.invoicing-image .circle-image img {
  position: absolute;
  z-index: -1;
}
.invoicing-image .circle-image img:nth-child(1) {
  top: -30px;
  left: 50px;
  animation: moveLeftBounce 5s linear infinite;
}
.invoicing-image .circle-image img:nth-child(2) {
  right: 50px;
  bottom: -30px;
  animation: moveBounce 5s linear infinite;
}

@keyframes moveBounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveLeftBounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
/*================================================
Information Area CSS
=================================================*/
.information-area {
  padding-top: 70px;
}
.information-area .col-lg-3:last-child .single-information-box {
  padding-left: 0;
}

.single-information-box {
  position: relative;
  padding-left: 55px;
}
.single-information-box .icon {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--secondary-color);
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.single-information-box .icon i::before {
  font-size: 20px;
}
.single-information-box h3 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
}
.single-information-box p {
  line-height: initial;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}
.single-information-box .btn-box .app-store-btn {
  border-radius: 3px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 10px 15px 10px 35px;
  font-size: 11px;
}
.single-information-box .btn-box .app-store-btn i {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.single-information-box .btn-box .app-store-btn i::before {
  font-size: 20px;
}
.single-information-box .btn-box .app-store-btn span {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.single-information-box .btn-box .app-store-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: -1;
  background: var(--linear-gradient);
  transition: 0.5s;
}
.single-information-box .btn-box .app-store-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: -1;
  background: var(--linear-gradient);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-information-box .btn-box .app-store-btn:hover {
  color: #ffffff;
}
.single-information-box .btn-box .app-store-btn:hover::after {
  opacity: 1;
  visibility: visible;
}
.single-information-box .btn-box .app-store-btn:hover::before {
  opacity: 0;
  visibility: hidden;
}
.single-information-box .btn-box .play-store-btn {
  margin-left: 5px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 10px 15px 10px 35px;
  font-size: 11px;
}
.single-information-box .btn-box .play-store-btn i {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.single-information-box .btn-box .play-store-btn i::before {
  font-size: 20px;
}
.single-information-box .btn-box .play-store-btn span {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.single-information-box .btn-box .play-store-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: -1;
  background: var(--linear-gradient);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-information-box .btn-box .play-store-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: -1;
  background: var(--linear-gradient);
  transition: 0.5s;
}
.single-information-box .btn-box .play-store-btn:hover {
  color: #ffffff;
}
.single-information-box .btn-box .play-store-btn:hover::after {
  opacity: 0;
  visibility: hidden;
}
.single-information-box .btn-box .play-store-btn:hover::before {
  opacity: 1;
  visibility: visible;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
  padding-bottom: 40px;
}

.single-pricing-box {
  background-color: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0 11px 60px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: 0.5s;
  border-radius: 5px;
}
.single-pricing-box .pricing-header h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}
.single-pricing-box .pricing-header p {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
}
.single-pricing-box .price {
  font-size: 50px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.single-pricing-box .price span {
  display: inline-block;
  margin-left: -10px;
  font-size: 18px;
  font-weight: 300;
}
.single-pricing-box .buy-btn {
  margin-bottom: 25px;
}
.single-pricing-box .buy-btn .btn {
  padding: 13px 30px;
  font-size: 13px;
}
.single-pricing-box .buy-btn .btn-primary {
  border-radius: 30px;
}
.single-pricing-box .buy-btn .btn-primary::after {
  border-radius: 30px;
}
.single-pricing-box .buy-btn .btn-primary::before {
  background: #7ac03b;
  border-radius: 30px;
}
.single-pricing-box .pricing-features {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-pricing-box .pricing-features li {
  margin-bottom: 12px;
  color: #6084a4;
  position: relative;
  padding-left: 19px;
  font-weight: 300;
}
.single-pricing-box .pricing-features li:last-child {
  margin-bottom: 0;
}
.single-pricing-box .pricing-features li i {
  color: var(--secondary-color);
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-pricing-box .pricing-features li i::before {
  font-size: 12px;
}
.single-pricing-box:hover .buy-btn .btn-primary::after {
  opacity: 1;
  visibility: visible;
}

/*================================================
FunFacts Area CSS
=================================================*/
.funfacts-area {
  position: relative;
  z-index: 1;
}
.funfacts-area .map-bg {
  position: absolute;
  z-index: -1;
  top: 120px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.funfacts-area .row {
  padding-left: 100px;
  padding-right: 100px;
}

.funfact {
  text-align: center;
}
.funfact h3 {
  color: var(--secondary-color);
  margin-bottom: 2px;
  font-size: 35px;
  font-weight: 600;
}
.funfact h3 .odometer {
  position: relative;
  top: -2px;
}
.funfact p {
  line-height: initial;
  margin-bottom: 0;
}

.contact-cta-box {
  margin: 70px auto 0;
  max-width: 600px;
  border: 1px dashed #ebebeb;
  padding: 30px 210px 30px 30px;
  border-radius: 5px;
  position: relative;
}
.contact-cta-box h3 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 22px;
}
.contact-cta-box p {
  margin-bottom: 0;
  line-height: initial;
}
.contact-cta-box .btn {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-slides {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
.feedback-slides .client-feedback {
  position: relative;
}
.feedback-slides .client-feedback .single-feedback {
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 60px;
  position: relative;
  padding-left: 170px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.feedback-slides .client-feedback .single-feedback .client-img {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 100px;
}
.feedback-slides .client-feedback .single-feedback .client-img img {
  border-radius: 50%;
  border: 2px solid var(--secondary-color);
  padding: 4px;
}
.feedback-slides .client-feedback .single-feedback h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}
.feedback-slides .client-feedback .single-feedback span {
  display: block;
  color: var(--secondary-color);
  margin-top: 5px;
  margin-bottom: 12px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.feedback-slides .client-feedback .single-feedback::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}
.feedback-slides .client-thumbnails {
  position: relative;
  margin: 0 85px;
}
.feedback-slides .client-thumbnails .item .img-fill {
  cursor: pointer;
  position: relative;
  text-align: center;
}
.feedback-slides .client-thumbnails .item .img-fill img {
  opacity: 0.4;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  padding: 3px;
  width: 85px;
}
.feedback-slides .client-thumbnails .item:hover .img-fill img,
.feedback-slides .client-thumbnails .item.slick-center .img-fill img {
  opacity: 1;
}
.feedback-slides .client-thumbnails .next-arrow,
.feedback-slides .client-thumbnails .prev-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: #5e5e5e;
  border: 1px solid #5e5e5e;
  z-index: 1;
  border-radius: 50%;
  line-height: 40px;
  outline: 0 !important;
  transition: 0.5s;
}
.feedback-slides .client-thumbnails .next-arrow::before,
.feedback-slides .client-thumbnails .next-arrow::before,
.feedback-slides .client-thumbnails .prev-arrow::before,
.feedback-slides .client-thumbnails .prev-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--linear-gradient);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  border-radius: 50%;
  z-index: -1;
}
.feedback-slides .client-thumbnails .next-arrow:hover,
.feedback-slides .client-thumbnails .prev-arrow:hover {
  color: #ffffff;
  border-color: var(--secondary-color);
}
.feedback-slides .client-thumbnails .next-arrow:hover::before,
.feedback-slides .client-thumbnails .prev-arrow:hover::before {
  opacity: 1;
  visibility: visible;
}
.feedback-slides .client-thumbnails .next-arrow {
  right: -20px;
}
.feedback-slides .client-thumbnails .prev-arrow {
  left: -20px;
}

/*================================================
Ready To Talk Area CSS
=================================================*/
.ready-to-talk {
  text-align: center;
  position: relative;
  background: var(--linear-gradient);
  padding-top: 70px;
  padding-bottom: 145px;
}

.ready-to-talk-content h3 {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
}
.ready-to-talk-content p {
  color: #ffffff;
  margin-bottom: 20px;
}
.ready-to-talk-content .btn-primary::after {
  background: #ffffff;
}
.ready-to-talk-content .btn-primary:hover,
.ready-to-talk-content .btn-primary:focus {
  color: var(--secondary-color) !important;
}
.ready-to-talk-content span a {
  margin-left: 15px;
  color: #ffffff;
  text-decoration: underline;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  text-align: center;
  position: relative;
  margin-top: -120px;
  background: transparent;
}
.partner-area h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.partner-inner {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  margin-top: 20px;
  text-align: center;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.partner-inner a {
  display: block;
  margin-top: 25px;
  position: relative;
}
.partner-inner a img {
  transition: 0.5s;
}
.partner-inner a img:nth-child(2) {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
.partner-inner a:hover img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.partner-inner a:hover img:nth-child(2) {
  opacity: 1;
  top: 0;
  visibility: visible;
}

/*================================================
App Download Area CSS
=================================================*/
.app-download-area {
  padding-top: 95px;
  padding-bottom: 50px;
}

.app-image {
  position: relative;
  z-index: 1;
  text-align: left;
}
.app-image .main-image img:nth-child(2) {
  position: absolute;
  right: 20px;
  top: 0;
}
.app-image .main-mobile-image {
  display: none;
}
.app-image .circle-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  z-index: -1;
  right: 0;
  margin: 0 auto;
}
.app-image .circle-img img {
  animation-name: rotateMe;
  animation-duration: 35s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.app-download-content {
  padding-left: 20px;
}
.app-download-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}
.app-download-content .bar {
  height: 5px;
  width: 90px;
  background: #f8f9fa;
  margin: 20px 0 25px;
  position: relative;
  border-radius: 30px;
}
.app-download-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--secondary-color);
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.app-download-content p {
  margin-bottom: 0;
  font-size: 20px;
}
.app-download-content .btn-box {
  margin-top: 25px;
}
.app-download-content .btn-box .app-store-btn {
  border-radius: 3px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 12px 25px 12px 60px;
  font-size: 12px;
}
.app-download-content .btn-box .app-store-btn i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.app-download-content .btn-box .app-store-btn i::before {
  font-size: 35px;
}
.app-download-content .btn-box .app-store-btn span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.app-download-content .btn-box .app-store-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: -1;
  background: var(--linear-gradient);
  transition: 0.5s;
}
.app-download-content .btn-box .app-store-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: -1;
  background: var(--linear-gradient);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.app-download-content .btn-box .app-store-btn:hover {
  color: #ffffff;
}
.app-download-content .btn-box .app-store-btn:hover::after {
  opacity: 1;
  visibility: visible;
}
.app-download-content .btn-box .app-store-btn:hover::before {
  opacity: 0;
  visibility: hidden;
}
.app-download-content .btn-box .play-store-btn {
  margin-left: 12px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 12px 25px 12px 60px;
  font-size: 12px;
}
.app-download-content .btn-box .play-store-btn i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.app-download-content .btn-box .play-store-btn i::before {
  font-size: 35px;
}
.app-download-content .btn-box .play-store-btn span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.app-download-content .btn-box .play-store-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: -1;
  background: var(--linear-gradient);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.app-download-content .btn-box .play-store-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: -1;
  background: var(--linear-gradient);
  transition: 0.5s;
}
.app-download-content .btn-box .play-store-btn:hover {
  color: #ffffff;
}
.app-download-content .btn-box .play-store-btn:hover::after {
  opacity: 0;
  visibility: hidden;
}
.app-download-content .btn-box .play-store-btn:hover::before {
  opacity: 1;
  visibility: visible;
}

/*================================================
Account Create Area CSS
=================================================*/
.account-create-area {
  position: relative;
  z-index: 1;
  background: var(--secondary-color);
  padding-top: 100px;
  padding-bottom: 100px;
}
.account-create-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  z-index: -1;
  background-image: url(../../assets/img/bg_lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200%;
}

.account-create-content {
  text-align: center;
}
.account-create-content h2 {
  color: #ffffff;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}
.account-create-content p {
  color: #ffffff;
  line-height: initial;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}
.account-create-content .btn-primary {
  margin-top: 30px;
  padding: 16px 30px;
}
.account-create-content .btn-primary::before {
  background: #7ac03b;
}
.account-create-content .btn-primary::after {
  background: #ffffff;
}
.account-create-content .btn-primary:hover,
.account-create-content .btn-primary:focus {
  color: var(--primary-color) !important;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
  padding-bottom: 70px;
}
.blog-area .pagination-area {
  margin-bottom: 30px;
}

.single-blog-post {
  background: #f7fafd;
  position: relative;
  transition: 0.5s;
  margin-bottom: 30px;
}
.single-blog-post .blog-image {
  position: relative;
}
.single-blog-post .blog-image a {
  display: block;
}
.single-blog-post .blog-image .date {
  position: absolute;
  left: 20px;
  bottom: -20px;
  background: var(--secondary-color);
  color: #ffffff;
  padding: 10px 16px 8px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}
.single-blog-post .blog-image .date i {
  margin-right: 2px;
}
.single-blog-post .blog-post-content {
  transition: 0.5s;
  padding-top: 40px;
  padding-left: 20px;
  height: 125px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.single-blog-post .blog-post-content h3 {
  line-height: 30px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}
.single-blog-post .blog-post-content span {
  display: block;
  color: var(--primary-color);
  font-size: 14.5px;
  margin-top: 13px;
  margin-bottom: 12px;
}
.single-blog-post .blog-post-content span a {
  color: #6084a4;
}
.single-blog-post .blog-post-content span a:hover {
  color: var(--secondary-color);
}
.single-blog-post .blog-post-content .read-more-btn {
  font-size: 14.5px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.single-blog-post .blog-post-content .read-more-btn i {
  font-size: 12px;
  margin-left: 2px;
}
.single-blog-post:hover {
  transform: translateY(-7px);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details .article-content {
  margin-top: 30px;
}
.blog-details .article-content .entry-meta {
  margin-bottom: 15px;
}
.blog-details .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  margin-right: 21px;
  font-weight: 300;
}
.blog-details .article-content .entry-meta ul li span {
  display: inline-block;
  color: var(--primary-color);
}
.blog-details .article-content .entry-meta ul li a {
  display: inline-block;
  color: #6084a4;
}
.blog-details .article-content .entry-meta ul li a:hover {
  color: var(--secondary-color);
}
.blog-details .article-content .entry-meta ul li i {
  color: var(--secondary-color);
  margin-right: 2px;
}
.blog-details .article-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: var(--secondary-color);
}
.blog-details .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}
.blog-details .article-content .entry-meta ul li:last-child::before {
  display: none;
}
.blog-details .article-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}
.blog-details .article-content p {
  line-height: 1.8;
}
.blog-details .article-content a {
  color: var(--prime-blue);
}
.blog-details .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-details .article-content .wp-block-gallery.columns-3 li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-details .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}
.blog-details .article-content .article-features-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 15px;
  margin-left: 20px;
}
.blog-details .article-content .article-features-list li {
  margin-bottom: 12px;
  color: #6084a4;
  position: relative;
  padding-left: 15px;
  font-weight: 300;
}
.blog-details .article-content .article-features-list li::before {
  background: var(--secondary-color);
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
}
.blog-details .article-content .article-features-list li:last-child {
  margin-bottom: 0;
}
.blog-details .article-footer {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
}
.blog-details .article-footer .article-tags {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details .article-footer .article-tags span {
  display: inline-block;
  color: var(--primary-color);
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.blog-details .article-footer .article-tags a {
  display: inline-block;
  color: #6084a4;
  font-weight: 300;
}
.blog-details .article-footer .article-tags a:hover {
  color: var(--secondary-color);
}
.blog-details .article-footer .article-share {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}
.blog-details .article-footer .article-share .social li {
  display: inline-block;
}
.blog-details .article-footer .article-share .social li a {
  color: var(--primary-color);
  background-color: #f7f7f7;
  width: 33px;
  height: 33px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  display: inline-block;
}
.blog-details .article-footer .article-share .social li a:hover {
  color: #ffffff;
  background-color: var(--secondary-color);
}

blockquote,
.blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
}
blockquote p,
.blockquote p {
  color: var(--primary-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 20px !important;
}
blockquote cite,
.blockquote cite {
  display: none;
}
blockquote::before,
.blockquote::before {
  color: #efefef;
  content: "\f10d";
  position: absolute;
  left: 50px;
  top: -60px;
  z-index: -1;
  font-family: "Poppins", sans-serif;
  font-size: 140px;
  font-weight: 900;
}

.comments-area {
  margin-top: 28px;
}
.comments-area .comments-title {
  line-height: initial;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
}
.comments-area ol,
.comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.comments-area .children {
  margin-left: 20px;
}
.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  color: var(--primary-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comments-area .comment-body .reply {
  margin-top: 15px;
}
.comments-area .comment-body .reply a {
  border: 1px solid #eeeeee;
  color: #6084a4;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.comments-area .comment-meta {
  margin-bottom: 0.8em;
}
.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comments-area .comment-author .fn {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-metadata {
  color: #6084a4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
}
.comments-area .comment-metadata a {
  color: #6084a4;
}
.comments-area .comment-metadata a:hover {
  color: var(--secondary-color);
}
.comments-area .comment-content p {
  font-size: 14px;
}
.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}
.comments-area
  .comment-respond
  .comment-reply-title
  #cancel-comment-reply-link {
  font-size: 15px;
  display: inline-block;
}
.comments-area .comment-respond .comment-form {
  overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 8px;
}
.comments-area .comment-respond .comment-notes .required {
  color: red;
}
.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}
.comments-area .comment-respond label {
  display: block;
  margin-bottom: 5px;
  color: var(--primary-color);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: 0.5s;
}
.comments-area .comment-respond input[type="date"]:focus,
.comments-area .comment-respond input[type="time"]:focus,
.comments-area .comment-respond input[type="datetime-local"]:focus,
.comments-area .comment-respond input[type="week"]:focus,
.comments-area .comment-respond input[type="month"]:focus,
.comments-area .comment-respond input[type="text"]:focus,
.comments-area .comment-respond input[type="email"]:focus,
.comments-area .comment-respond input[type="url"]:focus,
.comments-area .comment-respond input[type="password"]:focus,
.comments-area .comment-respond input[type="search"]:focus,
.comments-area .comment-respond input[type="tel"]:focus,
.comments-area .comment-respond input[type="number"]:focus,
.comments-area .comment-respond textarea:focus {
  border-color: var(--secondary-color);
}
.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #6084a4;
  font-weight: normal;
}
.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}
.comments-area .comment-respond .form-submit input {
  background-color: var(--secondary-color);
  border: none;
  color: #ffffff;
  padding: 11px 25px 10px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  transition: 0.5s;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: var(--secondary-color);
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-color: var(--primary-color);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 120px;
}
.page-title-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}
.page-title-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.04;
  height: 100%;
  z-index: -1;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 200%;
}

/* .page-title-area.item-bg1 {
  background-image: url(../../assets/img/page-title-bg1.jpg);
} */
/* .page-title-area.item-bg2 {
  background-image: url(../../assets/img/page-title-bg2.jpg);
} */

.page-title-content {
  text-align: center;
}
.page-title-content.page-bootcamp h2 {
  color: #ffffff;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}

.page-title-content h2 {
  color: #ffffff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}
.page-title-content p {
  color: #ffffff;
  max-width: 600px;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.page-title-section {
  background: transparent url(../../assets/img/page-title-shape.jpg) right top
    no-repeat;
  padding-top: 200px;
  padding-bottom: 120px;
}

.page-title-text {
  position: relative;
}
.page-title-text h2 {
  max-width: 700px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}
.page-title-text p {
  max-width: 600px;
  font-family: "Poppins", sans-serif;
  margin-top: 8px;
  margin-bottom: 0;
}
.page-title-text ul {
  padding-left: 0;
  list-style-type: none;
  font-family: "Poppins", sans-serif;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
}
.page-title-text ul li {
  display: inline-block;
  color: var(--secondary-color);
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
}
.page-title-text ul li a {
  color: var(--primary-color);
}
.page-title-text ul li a:hover {
  color: var(--secondary-color);
}
.page-title-text ul li::before {
  content: "\f054";
  position: absolute;
  right: -15px;
  top: 5px;
  color: var(--primary-color);
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
}
.page-title-text ul li:last-child::before {
  display: none;
}
.page-title-text ul li:first-child {
  margin-left: 0;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 20px;
  text-align: center;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 3px;
  display: inline-block;
  background: #ffffff;
  line-height: 42px;
  color: var(--primary-color);
  box-shadow: 0 2px 10px 0 #d8dde6;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
}
.pagination-area .page-numbers::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--linear-gradient);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
  color: #ffffff;
}
.pagination-area .page-numbers.current::before,
.pagination-area .page-numbers:hover::before,
.pagination-area .page-numbers:focus::before {
  opacity: 1;
  visibility: visible;
}

/*================================================
Widget Sidebar Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 30px;
}
.widget-area .widget:first-child {
  margin-top: 0;
}
.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
  font-size: 21px;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  background: var(--linear-gradient);
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.widget-area .widget_search {
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
  display: none;
}
.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.5s;
}
.widget-area .widget_search form .search-field:focus {
  border-color: var(--secondary-color);
}
.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: transparent;
}
.widget-area .widget_search form button::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--linear-gradient);
  top: 0;
  transition: 0.5s;
}
.widget-area .widget_search form button::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--linear-gradient);
  top: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.widget-area .widget_search form button:hover::before {
  opacity: 0;
  visibility: hidden;
}
.widget-area .widget_search form button:hover::after {
  opacity: 1;
  visibility: visible;
}
.widget-area .widget_luvion_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_luvion_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-area .widget_luvion_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_luvion_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}
.widget-area .widget_luvion_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_luvion_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/img/blog-image/1.jpg);
}
.widget-area .widget_luvion_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/img/blog-image/2.jpg);
}
.widget-area .widget_luvion_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/img/blog-image/3.jpg);
}
.widget-area .widget_luvion_posts_thumb .item .info {
  overflow: hidden;
}
.widget-area .widget_luvion_posts_thumb .item .info time {
  display: block;
  color: #6084a4;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 11px;
}
.widget-area .widget_luvion_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}
.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14.5px;
}
.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_recent_entries ul li::before {
  background: var(--secondary-color);
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
}
.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #6084a4;
  margin-top: 4px;
}
.widget-area .widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: var(--primary-color);
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14.5px;
}
.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_recent_comments ul li::before {
  background: var(--secondary-color);
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
}
.widget-area .widget_recent_comments ul li span {
  display: inline-block;
}
.widget-area .widget_recent_comments ul li a {
  display: inline-block;
}
.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-weight: 500;
  font-size: 14.5px;
}
.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_archive ul li::before {
  background: var(--secondary-color);
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-weight: 500;
  font-size: 14.5px;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li::before {
  background: var(--secondary-color);
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
}
.widget-area .widget_categories ul li .post-count {
  float: right;
}
.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-weight: 500;
  font-size: 14.5px;
}
.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_meta ul li::before {
  background: var(--secondary-color);
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}
.widget-area .tagcloud a {
  display: inline-block;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  position: relative;
  font-weight: 600;
  font-size: 13.5px !important;
  margin-top: 8px;
  margin-right: 4px;
}
.widget-area .tagcloud a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--linear-gradient);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: scale(0.8);
}
.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
  color: #ffffff;
  border-color: var(--secondary-color);
}
.widget-area .tagcloud a:hover::before,
.widget-area .tagcloud a:focus::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  height: 100vh;
}

.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}
.error-content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 15px;
}
.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-content span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-size: 12.5px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.faq-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}
.faq-content .bar {
  height: 5px;
  width: 90px;
  background: #f8f9fa;
  margin: 20px 0 25px;
  position: relative;
  border-radius: 30px;
}
.faq-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--secondary-color);
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.faq-content .faq-image {
  margin-top: 20px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
  border: none;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  padding: 12px 20px 12px 51px;
  color: var(--primary-color);
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: var(--secondary-color);
  color: #ffffff;
}
.faq-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 13px;
}
.faq-accordion .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}
.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
  font-size: 14.5px;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-contact {
  margin-top: 70px;
}

.faq-contact-form {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.faq-contact-form form .form-group {
  margin-bottom: 15px;
}
.faq-contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
}
.faq-contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.faq-contact-form form .row .col-lg-12,
.faq-contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}
.faq-contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
  line-height: initial;
}
.faq-contact-form form .btn {
  margin-top: 8px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.faq-contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.faq-contact-form form .help-block ul li {
  color: red;
  font-weight: 300;
}
.faq-contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: center !important;
}
.faq-contact-form form #msgSubmit.text-danger,
.faq-contact-form form #msgSubmit.text-success {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
}

/*================================================
Login Area CSS
=================================================*/
.login-image {
  height: 100%;
  width: 100%;
  background-image: url(../../assets/img/login-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.login-image img {
  display: none;
}

.login-content {
  height: 100vh;
}
.login-content .login-form {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.login-content .login-form .logo {
  margin-bottom: 35px;
}
.login-content .login-form .logo a {
  display: inline-block;
}
.login-content .login-form h3 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}
.login-content .login-form p {
  margin-top: 7px;
  margin-bottom: 0;
}
.login-content .login-form form {
  margin-top: 35px;
}
.login-content .login-form form .form-group {
  margin-bottom: 15px;
}
.login-content .login-form form .form-control {
  background-color: #ffffff;
  color: var(--primary-color);
  border: none;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.login-content .login-form form .btn {
  display: block;
  width: 100%;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.login-content .login-form form .forgot-password {
  text-align: right;
  margin-top: 15px;
}
.login-content .login-form form .forgot-password a {
  display: inline-block;
  color: var(--secondary-color);
  text-decoration: underline;
}
.login-content .login-form form .connect-with-social {
  margin-top: 15px;
}
.login-content .login-form form .connect-with-social button {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid var(--secondary-color);
  background-color: transparent;
  transition: 0.5s;
  padding: 11px 30px;
  border-radius: 2px;
  color: var(--secondary-color);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.login-content .login-form form .connect-with-social button i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 20px;
}
.login-content .login-form form .connect-with-social button.facebook {
  border-color: #3b5998;
  color: #3b5998;
}
.login-content .login-form form .connect-with-social button.facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
  border-color: #3b5998;
}
.login-content .login-form form .connect-with-social button.google {
  margin-top: 10px;
  border-color: #ea4335;
  color: #ea4335;
}
.login-content .login-form form .connect-with-social button.google:hover {
  background-color: #ea4335;
  color: #ffffff;
  border-color: #ea4335;
}
.login-content .login-form form .connect-with-social button:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
  border-color: var(--secondary-color);
}

/*================================================
Signup Area CSS
=================================================*/
.signup-image {
  height: 100%;
  width: 100%;
  background-image: url(../../assets/img/signup-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.signup-image img {
  display: none;
}

.signup-content {
  height: 100vh;
}
.signup-content .signup-form {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.signup-content .signup-form .logo {
  margin-bottom: 35px;
}
.signup-content .signup-form .logo a {
  display: inline-block;
}
.signup-content .signup-form h3 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}
.signup-content .signup-form p {
  margin-top: 7px;
  margin-bottom: 0;
}
.signup-content .signup-form form {
  margin-top: 35px;
}
.signup-content .signup-form form .form-group {
  margin-bottom: 15px;
}
.signup-content .signup-form form .form-control {
  background-color: #ffffff;
  color: var(--primary-color);
  border: none;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.signup-content .signup-form form .btn {
  display: block;
  width: 100%;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.signup-content .signup-form form .connect-with-social {
  margin-top: 20px;
}
.signup-content .signup-form form .connect-with-social span {
  display: block;
  text-transform: uppercase;
  color: #6084a4;
  margin-bottom: 20px;
}
.signup-content .signup-form form .connect-with-social button {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid var(--secondary-color);
  background-color: transparent;
  transition: 0.5s;
  padding: 11px 30px;
  border-radius: 2px;
  color: var(--secondary-color);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.signup-content .signup-form form .connect-with-social button i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 20px;
}
.signup-content .signup-form form .connect-with-social button.facebook {
  border-color: #3b5998;
  color: #3b5998;
}
.signup-content .signup-form form .connect-with-social button.facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
  border-color: #3b5998;
}
.signup-content .signup-form form .connect-with-social button.google {
  margin-top: 10px;
  border-color: #ea4335;
  color: #ea4335;
}
.signup-content .signup-form form .connect-with-social button.google:hover {
  background-color: #ea4335;
  color: #ffffff;
  border-color: #ea4335;
}
.signup-content .signup-form form .connect-with-social button:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
  border-color: var(--secondary-color);
}

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

.contact-form form .form-group {
  margin-bottom: 20px;
}
.contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
}
.contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.contact-form form .row .col-lg-12,
.contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}
.contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
  line-height: initial;
}
.contact-form form .btn {
  margin-top: 8px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.contact-form form .help-block ul li {
  color: red;
  font-weight: 300;
}
.contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: left !important;
}
.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 300;
}

.contact-info {
  padding-right: 25px;
}
.contact-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.contact-info ul li {
  position: relative;
  padding-left: 95px;
  color: #6084a4;
  margin-bottom: 35px;
  font-weight: 300;
  line-height: 1.7;
}
.contact-info ul li .icon {
  border: 1px dashed var(--secondary-color);
  width: 75px;
  height: 75px;
  line-height: 75px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.5s;
}
.contact-info ul li .icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--linear-gradient);
  border-radius: 50%;
  margin: 5px;
  z-index: -1;
  transition: 0.5s;
}
.contact-info ul li .icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--linear-gradient);
  border-radius: 50%;
  margin: 5px;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.contact-info ul li span {
  display: block;
  margin-bottom: 3px;
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.contact-info ul li a {
  display: block;
  color: #6084a4;
}
.contact-info ul li a:hover {
  color: var(--secondary-color);
}
.contact-info ul li:hover .icon {
  border-color: var(--secondary-color);
}
.contact-info ul li:hover .icon::before {
  opacity: 0;
  visibility: hidden;
}
.contact-info ul li:hover .icon::after {
  opacity: 1;
  visibility: visible;
}
.contact-info ul li:last-child {
  margin-bottom: 0;
}

.bg-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  text-align: center;
  margin: 0 auto;
  opacity: 0.5;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  background-color: #1c2c4d;
}

.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget .logo a {
  display: block;
}
.single-footer-widget .logo p {
  font-size: 14.5px;
  margin-top: 20px;
  margin-bottom: 0;
}
.single-footer-widget h3 {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 600;
}
.single-footer-widget .list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .list li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14.5px;
}
.single-footer-widget .list li a {
  color: #fff;
  display: inline-block;
}
.single-footer-widget .list li a:hover {
  padding-left: 5px;
  color: #fff;
}
.single-footer-widget .list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-contact-info {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.single-footer-widget .footer-contact-info li {
  position: relative;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.7;
  font-weight: 400;
  font-size: 14.5px;
}
.single-footer-widget .footer-contact-info li a {
  color: #fff;
  display: inline-block;
}
.single-footer-widget .footer-contact-info li a:hover {
  color: #fff;
}
.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li span {
  display: inline-block;
  font-weight: 500;
}
.single-footer-widget .social-links {
  padding-left: 0;
  list-style-type: none;
  margin-top: 13px;
  margin-bottom: 0;
}
.single-footer-widget .social-links li {
  margin-right: 2px;
  display: inline-block;
}
.single-footer-widget .social-links li a {
  width: 30px;
  text-align: center;
  line-height: 29px;
  height: 30px;
  border: 1px solid #ece9e9;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
}
.single-footer-widget .social-links li a:hover {
  color: #ffffff;
  border-color: var(--secondary-color);
  background-color: #fff;
}

.copyright-area {
  text-align: center;
  margin-top: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.copyright-area p {
  font-size: 14.5px;
}
.copyright-area p span {
  font-weight: 600;
}
.copyright-area p a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}
.copyright-area p a:hover {
  color: #fff;
}

.map-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  z-index: -1;
  opacity: 0.7;
}
.map-image img {
  max-width: 40%;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 50%;
  right: 15px;
  background: linear-gradient(to right, #7ac03b 0%, #a8e063 51%, #7ac03b 100%);
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
  color: #ffffff;
}
.go-top.active {
  top: 98%;
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--linear-gradient);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.go-top:hover,
.go-top:focus {
  color: #ffffff;
}
.go-top:hover::before,
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

/*================================================
Main Banner Area CSS
=================================================*/
.banner-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 90px;
}
.banner-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(151.59deg, #ff2f2f 10.43%, #000460 92.78%),
    radial-gradient(100% 246.94% at 100% 0, #fff 0, #020063 100%),
    linear-gradient(143.18deg, #1400ff 0.45%, #3a0000),
    linear-gradient(167.55deg, #ff002e, #ff003d 74.04%),
    linear-gradient(351.18deg, #b25bba 7.52%, #1700a7 77.98%),
    linear-gradient(202.44deg, #a90000 12.99%, #00ffe0 87.21%),
    linear-gradient(165.77deg, #b7d500 15.35%, #20a 89.57%);
  background-blend-mode: overlay, color-burn, screen, overlay, difference,
    difference, normal;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}
.banner-wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.banner-wrapper .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.banner-wrapper .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.banner-wrapper-content {
  max-width: 640px;
  padding-right: 20px;
  margin-left: auto;
  margin-top: -50px;
}
.banner-wrapper-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
}
.banner-wrapper-content p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 0;
}
.banner-wrapper-content .btn {
  margin-top: 30px;
}

.banner-wrapper-image {
  text-align: right;
}

/*================================================
Partner Area CSS
=================================================*/
.single-partner-item {
  text-align: center;
}
.single-partner-item img {
  display: inline-block !important;
  width: auto !important;
}

/*================================================
Payment Experience Area CSS
=================================================*/
.payment-experience-content h2 {
  margin-bottom: 18px;
  font-size: 40px;
  font-weight: 600;
}
.payment-experience-content .link-btn {
  display: inline-block;
  font-weight: 600;
  color: var(--secondary-color);
  position: relative;
  margin-top: 5px;
  line-height: 1;
}
.payment-experience-content .link-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--linear-gradient);
  transition: 0.5s;
}
.payment-experience-content .link-btn:hover::before {
  width: 0;
}

.single-payment-experience-box {
  margin-top: 20px;
}
.single-payment-experience-box .icon {
  margin-bottom: 22px;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 97px;
  background-color: #f3c7db;
  border-radius: 50%;
  position: relative;
  color: #ffffff;
  transition: 0.5s;
  font-size: 40px;
  padding-right: 5px;
}
.single-payment-experience-box .icon i {
  position: relative;
  z-index: 1;
}
.single-payment-experience-box .icon::before {
  content: "";
  transition: 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f281ac;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 5px;
}
.single-payment-experience-box h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}
.single-payment-experience-box:hover .icon {
  background-color: var(--primary-color);
}
.single-payment-experience-box:hover .icon::before {
  background-color: var(--secondary-color);
}

.col-lg-3:nth-child(2) .single-payment-experience-box .icon {
  background-color: #c1e9c5;
}
.col-lg-3:nth-child(2) .single-payment-experience-box .icon::before {
  background-color: #7dd179;
}
.col-lg-3:nth-child(2) .single-payment-experience-box:hover .icon {
  background-color: var(--primary-color);
}
.col-lg-3:nth-child(2) .single-payment-experience-box:hover .icon::before {
  background-color: var(--secondary-color);
}
.col-lg-3:nth-child(3) .single-payment-experience-box .icon {
  background-color: #bdc7d4;
}
.col-lg-3:nth-child(3) .single-payment-experience-box .icon::before {
  background-color: #73819c;
}
.col-lg-3:nth-child(3) .single-payment-experience-box:hover .icon {
  background-color: var(--primary-color);
}
.col-lg-3:nth-child(3) .single-payment-experience-box:hover .icon::before {
  background-color: var(--secondary-color);
}
.col-lg-3:nth-child(4) .single-payment-experience-box .icon {
  background-color: #bce5e5;
}
.col-lg-3:nth-child(4) .single-payment-experience-box .icon::before {
  background-color: #72c7c2;
}
.col-lg-3:nth-child(4) .single-payment-experience-box:hover .icon {
  background-color: var(--primary-color);
}
.col-lg-3:nth-child(4) .single-payment-experience-box:hover .icon::before {
  background-color: var(--secondary-color);
}

/*================================================
Support Area CSS
=================================================*/
.support-image {
  position: relative;
  padding-right: 130px;
  text-align: left;
}
.support-image img:nth-child(2) {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.support-content h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
}
.support-content .btn {
  margin-top: 10px;
}

/*================================================
Business Area CSS
=================================================*/
.business-area {
  background-color: #051947;
}

.business-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}
.business-content .single-business-box {
  margin-top: 35px;
}
.business-content .single-business-box h3 {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}
.business-content .single-business-box p {
  color: #ffffff;
  opacity: 0.9;
}

.business-image {
  margin-left: 50px;
  text-align: center;
  background: linear-gradient(125deg, #fdff9c 0%, #0500ff 100%),
    linear-gradient(180deg, #d3d3d3 0%, #161616 100%),
    linear-gradient(
      310deg,
      #00f0ff 0%,
      #00f0ff 20%,
      #0017e3 calc(20% + 1px),
      #0017e3 40%,
      #000f8f calc(40% + 1px),
      #000f8f 70%,
      #00073f calc(70% + 1px),
      #00073f 100%
    ),
    linear-gradient(
      285deg,
      #ffb6b9 0%,
      #ffb6b9 35%,
      #fae3d9 calc(35% + 1px),
      #fae3d9 45%,
      #bbded6 calc(45% + 1px),
      #bbded6 65%,
      #61c0bf calc(65% + 1px),
      #61c0bf 100%
    );
  background-blend-mode: overlay, overlay, exclusion, normal;
  padding: 50px;
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-area {
  padding-bottom: 40px;
}

.single-testimonials-box {
  box-shadow: 5px 5px #8b98b5;
  margin-bottom: 30px;
  padding: 30px;
  transition: 0.5s;
  border: 1px solid #8b98b5;
}
.single-testimonials-box .rating {
  margin-bottom: 15px;
}
.single-testimonials-box .rating i {
  font-size: 15px;
  color: #ffc107;
}
.single-testimonials-box p {
  margin: 0;
  color: #374d7f;
  font-size: 15px;
  font-weight: 500;
}
.single-testimonials-box h3 {
  color: var(--primary-color);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
}
.single-testimonials-box h3 span {
  font-weight: 400;
  color: #6084a4;
  display: inline-block;
  margin-left: 5px;
}
.single-testimonials-box:hover {
  box-shadow: 5px 5px var(--primary-color);
}

/*================================================
Global Area CSS
=================================================*/
.global-area {
  background-color: #051947;
}
.global-area .section-title h2 {
  color: #ffffff;
}
.global-area .section-title p {
  color: #ffffff;
}

.global-content {
  padding-right: 30px;
}
.global-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.global-content ul li {
  margin-bottom: 12px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.12);
  padding: 30px 40px 28px;
  position: relative;
  border-radius: 2px;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
}
.global-content ul li:last-child {
  margin-bottom: 0;
}
.global-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  border-radius: 2px;
  height: 100%;
  z-index: -1;
  background: var(--linear-gradient);
  transition: 0.5s;
}
.global-content ul li:hover::before {
  width: 100%;
}

/*================================================
Success Story Area CSS
=================================================*/
.success-story-inner {
  background-color: #051947;
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 90px;
  padding-right: 135px;
}
.success-story-inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
  z-index: -1;
  background: linear-gradient(
      125deg,
      #00ff57 0%,
      #010033 40%,
      #460043 70%,
      #f0ffc5 100%
    ),
    linear-gradient(55deg, #0014c9 0%, #410060 100%),
    linear-gradient(300deg, #ffc700 0%, #001aff 100%),
    radial-gradient(
      135% 215% at 115% 40%,
      #393939 0%,
      #393939 40%,
      #849561 calc(40% + 1px),
      #849561 60%,
      #eed690 calc(60% + 1px),
      #eed690 80%,
      #ecefd8 calc(80% + 1px),
      #ecefd8 100%
    ),
    linear-gradient(
      125deg,
      #282d4f 0%,
      #282d4f 40%,
      #23103a calc(40% + 1px),
      #23103a 70%,
      #a0204c calc(70% + 1px),
      #a0204c 88%,
      #ff6c00 calc(88% + 1px),
      #ff6c00 100%
    );
  background-blend-mode: overlay, screen, overlay, overlay, normal;
}
.success-story-inner .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
}
.success-story-inner .owl-theme .owl-nav [class*="owl-"] {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 48px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 10px 0;
  font-size: 18px;
  transition: 0.5s;
}
.success-story-inner .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.single-success-story-box .content {
  padding-right: 40px;
}
.single-success-story-box .content p {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}
.single-success-story-box .content h3 {
  color: #e8e8e8;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
}
.single-success-story-box .content h3 span {
  font-weight: 300;
  color: #e7e7e7;
  display: inline-block;
  margin-left: 5px;
}
.single-success-story-box .content .btn {
  margin-top: 30px;
}

/*================================================
Payment Features Area CSS
=================================================*/
.payment-features-area {
  position: relative;
  z-index: 1;
}
.payment-features-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #f4fcff;
  -webkit-clip-path: polygon(0 63%, 100% 30%, 100% 100%, 0% 100%);
  clip-path: polygon(0 63%, 100% 30%, 100% 100%, 0% 100%);
}

.payment-features-overview {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 70px;
}
.payment-features-overview .payment-features-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.payment-features-overview .payment-features-content .content {
  padding-left: 15px;
}
.payment-features-overview .payment-features-content .content h2 {
  margin-bottom: 18px;
  font-size: 40px;
  font-weight: 600;
}
.payment-features-overview .payment-features-content .content .link-btn {
  display: inline-block;
  font-weight: 600;
  color: var(--secondary-color);
  position: relative;
  margin-top: 5px;
  line-height: 1;
}
.payment-features-overview
  .payment-features-content
  .content
  .link-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--linear-gradient);
  transition: 0.5s;
}
.payment-features-overview
  .payment-features-content
  .content
  .link-btn:hover::before {
  width: 0;
}
.payment-features-overview .payment-features-image {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.payment-features-overview .payment-features-image .image {
  margin-right: 15px;
  text-align: center;
  background: linear-gradient(45deg, #000850 0%, #000320 100%),
    radial-gradient(100% 225% at 100% 0%, #ff6928 0%, #000000 100%),
    linear-gradient(225deg, #ff7a00 0%, #000000 100%),
    linear-gradient(
      135deg,
      #cdffeb 10%,
      #cdffeb 35%,
      #009f9d 35%,
      #009f9d 60%,
      #07456f 60%,
      #07456f 67%,
      #0f0a3c 67%,
      #0f0a3c 100%
    );
  background-blend-mode: screen, overlay, hard-light, normal;
  padding: 50px;
}
.payment-features-overview:first-child {
  margin-top: 0;
}
.payment-features-overview:nth-child(2) .payment-features-content .content,
.payment-features-overview:nth-child(4) .payment-features-content .content,
.payment-features-overview:nth-child(6) .payment-features-content .content {
  padding-left: 0;
  padding-right: 15px;
}
.payment-features-overview:nth-child(2) .payment-features-image .image,
.payment-features-overview:nth-child(4) .payment-features-image .image,
.payment-features-overview:nth-child(6) .payment-features-image .image {
  background: linear-gradient(123deg, #ffffff 0%, #00b2ff 100%),
    linear-gradient(236deg, #baff99 0%, #005e64 100%),
    linear-gradient(180deg, #ffffff 0%, #002a5a 100%),
    linear-gradient(
      225deg,
      #0094ff 20%,
      #bff4ed 45%,
      #280f34 45%,
      #280f34 70%,
      #ff004e 70%,
      #e41655 85%,
      #b30753 85%,
      #b30753 100%
    ),
    linear-gradient(
      135deg,
      #0e0220 15%,
      #0e0220 35%,
      #e40475 35%,
      #e40475 60%,
      #48e0e4 60%,
      #48e0e4 68%,
      #d7fbf6 68%,
      #d7fbf6 100%
    );
  background-blend-mode: overlay, overlay, overlay, darken, normal;
  margin-right: 0;
  margin-left: 15px;
}

/*================================================
Get Started Area CSS
=================================================*/
.get-started-area {
  background: linear-gradient(129.96deg, #ff2f2f 10.43%, #000460 92.78%),
    radial-gradient(100% 246.94% at 100% 0%, #ffffff 0%, #020063 100%),
    linear-gradient(58.72deg, #2200f2 0%, #530000 100%),
    linear-gradient(154.03deg, #b70000 0%, #ff003d 74.04%),
    linear-gradient(341.1deg, #ff0000 7.52%, #0038ff 77.98%),
    linear-gradient(136.23deg, #00c2ff 11.12%, #ff0000 86.47%),
    radial-gradient(57.37% 100% at 50% 0%, #b50000 0%, #0034bb 100%);
  background-blend-mode: overlay, color-burn, screen, overlay, difference,
    difference, normal;
}

.get-started-title h2 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
}

.get-started-content p {
  color: #e9fffe;
  font-size: 20px;
  font-weight: 500;
}

.dark-version {
  top: 25%;
  right: 20px;
  z-index: 99991;
  position: fixed;
  transform: translateY(-25%);
}
.dark-version .switch {
  width: 60px;
  height: 34px;
  position: relative;
  display: inline-block;
}
.dark-version .switch input {
  width: 0;
  height: 0;
  opacity: 0;
}
.dark-version .slider {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  transition: 0.5s;
  background: var(--secondary-color);
}
.dark-version .slider:before {
  top: 0;
  bottom: 0;
  width: 30px;
  left: 2.5px;
  content: "";
  height: 30px;
  margin: auto 0;
  position: absolute;
  transition: 0.5s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: white url("../img/sun.png");
  background-position: center;
  background-repeat: no-repeat;
}
.dark-version input:checked + .slider {
  background-color: var(--secondary-color);
}
.dark-version input:checked + .slider:before {
  transform: translateX(24px);
  background: white url("../img/night-mode.png");
  background-repeat: no-repeat;
  background-position: center;
}
.dark-version .slider.round {
  border-radius: 50px;
}
.dark-version .slider.round:before {
  border-radius: 50%;
}

.buy-now-btn {
  z-index: 9;
  right: 35px;
  width: 65px;
  height: 65px;
  bottom: 100px;
  position: fixed;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #81b441;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  animation-name: tada;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.buy-now-btn img {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.buy-now-btn::before {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  animation-delay: 0.2s;
  background-color: #81b441;
  animation: ripple 1.5s ease-out infinite;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
/*new-css "Home Demo - 6" */
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.wrap-section-title {
  max-width: 535px;
  margin: 0 0 50px 0;
}
.wrap-section-title span {
  font-size: 16.5px;
  color: var(--secondary-color);
  display: inline-block;
  margin-bottom: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}
.wrap-section-title h2 {
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1.4;
}

/*================================================
Navbar Area CSS
=================================================*/
.luvion-responsive-nav {
  display: none;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand img {
  transition: 0.5s;
}
.navbar-brand img:nth-child(2) {
  display: none;
}

.luvion-nav {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.luvion-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.luvion-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.luvion-nav .navbar .navbar-nav {
  font-family: "Poppins", sans-serif;
  margin-left: auto;
}
.luvion-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.luvion-nav .navbar .navbar-nav .nav-item a {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.luvion-nav .navbar .navbar-nav .nav-item a:hover,
.luvion-nav .navbar .navbar-nav .nav-item a:focus,
.luvion-nav .navbar .navbar-nav .nav-item a.active {
  color: #000;
}
.luvion-nav .navbar .navbar-nav .nav-item a i {
  font-size: 10px;
  margin-left: 1px;
}
.luvion-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.luvion-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.luvion-nav .navbar .navbar-nav .nav-item:hover a,
.luvion-nav .navbar .navbar-nav .nav-item.active a {
  color: #000;
}
.luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 270px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}
.luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  color: var(--primary-color);
  font-size: 15.5px;
  font-weight: 500;
}
.luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #000;
}
.luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -270px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -270px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -270px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -270px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -270px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #000;
}
.luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.luvion-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.luvion-nav .navbar .others-options {
  margin-left: 25px;
}
.luvion-nav .navbar .others-options .login-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.luvion-nav .navbar .others-options .login-btn i {
  margin-right: 2px;
  color: #eae563;
}
.luvion-nav .navbar .others-options .login-btn:hover {
  color: #ffffff;
}

.navbar-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background-color: rgb(0 0 0 / 0%);
  transition: 0.5s;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: 0.5s;
}
.navbar-area.is-sticky .navbar-brand img:nth-child(1) {
  display: none;
}
.navbar-area.is-sticky .navbar-brand img:nth-child(2) {
  display: block;
}
.navbar-area.is-sticky .luvion-nav {
  background-color: #ffffff;
}
.navbar-area.is-sticky .luvion-nav .navbar .navbar-nav .nav-item a {
  color: var(--primary-color);
}
.navbar-area.is-sticky .luvion-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area.is-sticky .luvion-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area.is-sticky .luvion-nav .navbar .navbar-nav .nav-item a.active {
  color: #000;
}
.navbar-area.is-sticky .luvion-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-area.is-sticky .luvion-nav .navbar .navbar-nav .nav-item.active a {
  color: #000;
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.navbar-area.is-sticky
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.navbar-area.is-sticky .luvion-nav .navbar .others-options .login-btn {
  color: var(--primary-color);
}
.navbar-area.is-sticky .luvion-nav .navbar .others-options .login-btn i {
  color: #000;
}
.navbar-area.is-sticky .luvion-nav .navbar .others-options .login-btn:hover {
  color: #000;
}
.navbar-area.navbar-style-two .navbar-brand img {
  display: block !important;
}
.navbar-area.navbar-style-two .luvion-nav .navbar .navbar-nav .nav-item a {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two .luvion-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area.navbar-style-two .luvion-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  a.active {
  color: #000;
}
.navbar-area.navbar-style-two .luvion-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item.active
  a {
  color: #000;
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #000;
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.navbar-area.navbar-style-two
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li.active
  a {
  color: #000;
}
.navbar-area.navbar-style-two .luvion-nav .others-options .login-btn {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two .luvion-nav .others-options .login-btn i {
  color: var(--primary-color);
}
.navbar-area.navbar-style-two .luvion-nav .others-options .login-btn:hover {
  color: #000;
}

.luvion-responsive-nav .mean-container a.meanmenu-reveal span {
  top: 8px;
  height: 4px;
  margin-top: -6px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .luvion-responsive-nav {
    display: block;
  }
  .luvion-responsive-nav .luvion-responsive-menu {
    position: relative;
  }
  .luvion-responsive-nav .luvion-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }
  .luvion-responsive-nav
    .luvion-responsive-menu.mean-container
    .mean-nav
    ul
    li
    a.active {
    color: #000;
  }
  .luvion-responsive-nav
    .luvion-responsive-menu.mean-container
    .mean-nav
    ul
    li
    li
    a {
    font-size: 13.5px;
  }
  .luvion-responsive-nav .luvion-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 350px;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .luvion-responsive-nav .mean-container a.meanmenu-reveal {
    color: var(--primary-color);
  }
  .luvion-responsive-nav .mean-container a.meanmenu-reveal span {
    background: var(--primary-color);
  }
  .luvion-responsive-nav .logo {
    position: relative;
    width: 20%;
    z-index: 999;
  }
  .luvion-responsive-nav .logo a img:nth-child(2) {
    display: block;
  }
  .luvion-responsive-nav .others-options {
    position: absolute;
    right: 52px;
    top: 3px;
  }
  .luvion-responsive-nav .others-options .login-btn {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
  }
  .luvion-responsive-nav .others-options .login-btn i {
    margin-right: 2px;
    color: #eae563;
  }
  .luvion-responsive-nav .others-options .login-btn:hover {
    color: #000;
  }
  .navbar-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.is-sticky {
    border-bottom: none;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .navbar-area.is-sticky
    .luvion-responsive-nav
    .mean-container
    a.meanmenu-reveal {
    color: var(--primary-color);
  }
  .navbar-area.is-sticky
    .luvion-responsive-nav
    .mean-container
    a.meanmenu-reveal
    span {
    background: var(--primary-color);
  }
  .navbar-area.is-sticky .luvion-responsive-nav .logo a img:nth-child(1) {
    display: none;
  }
  .navbar-area.is-sticky .luvion-responsive-nav .logo a img:nth-child(2) {
    display: block;
  }
  .navbar-area.is-sticky .luvion-responsive-nav .others-options .login-btn {
    color: var(--primary-color);
  }
  .navbar-area.is-sticky .luvion-responsive-nav .others-options .login-btn i {
    color: #000;
  }
  .navbar-area.is-sticky
    .luvion-responsive-nav
    .others-options
    .login-btn:hover {
    color: #000;
  }
  .navbar-area.navbar-style-two
    .luvion-responsive-nav
    .mean-container
    a.meanmenu-reveal {
    color: var(--primary-color);
  }
  .navbar-area.navbar-style-two
    .luvion-responsive-nav
    .mean-container
    a.meanmenu-reveal
    span {
    background: var(--primary-color);
  }
  .navbar-area.navbar-style-two .luvion-responsive-nav .logo a img {
    display: inline-block !important;
  }
  .navbar-area.navbar-style-two
    .luvion-responsive-nav
    .others-options
    .login-btn {
    color: var(--primary-color);
  }
  .navbar-area.navbar-style-two
    .luvion-responsive-nav
    .others-options
    .login-btn
    i {
    color: #000;
  }
  .navbar-area.navbar-style-two
    .luvion-responsive-nav
    .others-options
    .login-btn:hover {
    color: #000;
  }
  .luvion-nav {
    display: none;
  }
}
/*================================================
Main Banner Woman Area CSS
=================================================*/
.main-banner-woman-area {
  background-color: #fffdef;
  padding-top: 150px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-banner-woman-area .container {
  position: relative;
}
.main-banner-woman-area .banner-woman-list {
  left: 15px;
  bottom: 70px;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  list-style-type: none;
}
.main-banner-woman-area .banner-woman-list li {
  font-size: 16px;
  color: #5c5c5c;
  font-weight: 400;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-left: 45px;
}
.main-banner-woman-area .banner-woman-list li i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
  color: #dd2476;
  font-size: 16px;
  text-align: center;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.main-banner-woman-area .banner-woman-list li:last-child {
  margin-right: 0;
}
.main-banner-woman-area .banner-woman-list li:hover i {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.main-banner-woman-content {
  padding-right: 30px;
  position: relative;
  top: -85px;
}
.main-banner-woman-content h1 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0;
}
.main-banner-woman-content p {
  font-size: 20px;
  font-weight: 400;
  color: var(--primary-color);
  max-width: 390px;
  margin-top: 18px;
  margin-bottom: 0;
}
.main-banner-woman-content .btn-list {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.main-banner-woman-content .btn-list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
.main-banner-woman-content .btn-list li:last-child {
  margin-right: 0;
}
.main-banner-woman-content .btn-list li .discover-more-btn {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  transition: 0.5s;
}
.main-banner-woman-content .btn-list li .discover-more-btn:hover {
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
}

.main-banner-woman-image {
  text-align: center;
  position: relative;
}
.main-banner-woman-image img {
  z-index: 9;
  position: relative;
}
.main-banner-woman-image .woman-shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.main-banner-woman-image .woman-shape img {
  z-index: -1;
}

.banner-woman-shape {
  position: absolute;
  bottom: -20px;
  right: 1.2%;
  transform: translateX(-1.2%);
}

/*================================================
Partner Area CSS
=================================================*/
.single-partner-card {
  text-align: center;
  margin-bottom: 25px;
}
.single-partner-card a:nth-child(1) {
  display: block;
}
.single-partner-card a:nth-child(2) {
  display: none;
}

/*================================================
About Us Area CSS
=================================================*/
.about-us-area {
  background-color: #222222;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-us-content span {
  font-size: 16.5px;
  color: var(--secondary-color);
  display: inline-block;
  margin-bottom: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}
.about-us-content h3 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.4;
}
.about-us-content p {
  color: #ffffff;
  margin-bottom: 0;
}
.about-us-content .list {
  padding: 0;
  margin-top: 35px;
  margin-bottom: 0;
}
.about-us-content .list li {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 35px;
  position: relative;
  padding: 3.8px 0 2px 42px;
}
.about-us-content .list li i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 31.8px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
  color: #dd2476;
  font-size: 10px;
  text-align: center;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.about-us-content .list li:last-child {
  margin-bottom: 0;
}
.about-us-content .list li:hover i {
  background-color: var(--secondary-color);
  color: #ffffff;
}
.about-us-content .about-btn {
  margin-top: 30px;
}
.about-us-content .about-btn .sign-up-btn {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
  transition: 0.5s;
}
.about-us-content .about-btn .sign-up-btn:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.about-us-right-content {
  padding-left: 35px;
}
.about-us-right-content p {
  font-size: 20px;
  color: #ffffff;
}
.about-us-right-content .information {
  margin-top: 30px;
}
.about-us-right-content .information .title {
  margin-left: 15px;
}
.about-us-right-content .information .title h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
.about-us-right-content .information .title span {
  font-size: 12.8px;
  display: inline-block;
  margin-top: 12px;
  color: #ffffff;
}

.about-us-shape {
  position: absolute;
  right: -100px;
  bottom: -100px;
  z-index: -1;
}

/*================================================
Flexibility Area CSS
=================================================*/
.flexibility-content {
  padding-left: 30px;
  position: relative;
  top: -30px;
}
.flexibility-content span {
  font-size: 16.5px;
  color: var(--secondary-color);
  display: inline-block;
  margin-bottom: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}
.flexibility-content h3 {
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1.4;
}
.flexibility-content .list {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.flexibility-content .list li {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  background-color: #fffdef;
  color: #5c5c5c;
  padding: 20.5px 20px 20px 62px;
  width: 100%;
  border-radius: 5px;
}
.flexibility-content .list li i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 31.8px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
  color: #dd2476;
  font-size: 10px;
  text-align: center;
  border-radius: 30px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.flexibility-content .list li:last-child {
  margin-bottom: 0;
}
.flexibility-content .list li:hover i {
  background-color: var(--secondary-color);
  color: #ffffff;
}
.flexibility-content p {
  margin-top: 25px;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.funfacts-style-area {
  position: relative;
  z-index: 1;
}
.funfacts-style-area::before {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  background: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.funfacts-style-area::after {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  background: #f5f5f5;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.funfacts-style-inner-box {
  background-image: url(../../assets/img/home-six/funfacts-style-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.funfacts-style-inner-box .funfact h3 {
  color: #ffffff;
}
.funfacts-style-inner-box .funfact p {
  color: #ffffff;
}
.funfacts-style-inner-box .contact-cta-box {
  max-width: 800px;
  border: 1px solid rgba(255, 255, 255, 0.29);
}
.funfacts-style-inner-box .contact-cta-box h3 {
  color: #ffffff;
}
.funfacts-style-inner-box .contact-cta-box p {
  color: #ffffff;
}
.funfacts-style-inner-box .contact-cta-box .btn-primary::before {
  background: var(--primary-color);
}

/*================================================
Security Services Area CSS
=================================================*/
.security-services-area {
  background-color: #f5f5f5;
}

.security-services-card {
  padding: 30px;
  border-left: 1px solid var(--secondary-color);
  margin-bottom: 25px;
  transition: 0.5s;
}
.security-services-card .icon {
  margin-bottom: 30px;
  line-height: 1;
}
.security-services-card .icon i {
  color: var(--secondary-color);
}
.security-services-card .icon i::before {
  font-size: 50px;
}
.security-services-card h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.security-services-card p {
  margin-bottom: 18px;
}
.security-services-card .read-more-btn {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
  transition: 0.5s;
}
.security-services-card .read-more-btn:hover {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
.security-services-card:hover {
  background-color: #ffffff;
}

/*================================================
Awesome Features Area CSS
=================================================*/
.awesome-features-area {
  overflow: hidden;
}

.awesome-features-content {
  padding-right: 30px;
  position: relative;
  top: -30px;
}
.awesome-features-content span {
  font-size: 16.5px;
  color: var(--secondary-color);
  display: inline-block;
  margin-bottom: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}
.awesome-features-content h3 {
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1.4;
}
.awesome-features-content .list {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.awesome-features-content .list li {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  background-color: #fffdef;
  color: #5c5c5c;
  padding: 20.5px 20px 20px 62px;
  width: 100%;
  border-radius: 5px;
}
.awesome-features-content .list li i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 31.8px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
  color: #dd2476;
  font-size: 10px;
  text-align: center;
  border-radius: 30px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.awesome-features-content .list li:last-child {
  margin-bottom: 0;
}
.awesome-features-content .list li:hover i {
  background-color: var(--secondary-color);
  color: #ffffff;
}
.awesome-features-content p {
  margin-top: 25px;
}

.awesome-features-image {
  position: relative;
  top: 1px;
}

/*================================================
Testimonials Wrap Area CSS
=================================================*/
.testimonials-wrap-area {
  background-color: #222222;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonials-card {
  max-width: 750px;
  margin: auto;
  text-align: center;
  position: relative;
}
.testimonials-card p {
  font-size: 20px;
  color: #ffffff;
}
.testimonials-card .information {
  margin-top: 30px;
}
.testimonials-card .information img {
  width: auto;
  display: inline-block;
}
.testimonials-card .information .title {
  margin-left: 15px;
  text-align: left;
}
.testimonials-card .information .title h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
.testimonials-card .information .title span {
  font-size: 12.8px;
  display: inline-block;
  margin-top: 12px;
  color: #ffffff;
}
.testimonials-card .vector-icon-image {
  position: absolute;
  left: -162px;
  top: 0;
}

.testimonials-wrap-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.testimonials-wrap-slides.owl-theme .owl-nav [class*="owl-"] {
  padding: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  font-size: 30px;
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
  top: 45%;
  transform: translateY(-45%);
  left: 0;
  position: absolute;
  transition: 0.5s;
}
.testimonials-wrap-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  right: 0;
  left: auto;
}
.testimonials-wrap-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  color: var(--secondary-color);
}

.testimonials-wrap-shape {
  position: absolute;
  left: -100px;
  bottom: -100px;
  z-index: -1;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-card {
  margin-bottom: 25px;
}
.single-blog-card .image {
  position: relative;
  padding-right: 50px;
  border-radius: 15px;
}
.single-blog-card .image img {
  border-radius: 5px;
}
.single-blog-card .image .date {
  color: var(--secondary-color);
  transform: rotate(90deg);
  transform-origin: 0;
  position: absolute;
  padding-left: 60px;
  right: -38%;
  top: 25px;
}
.single-blog-card .image .date::before {
  left: 0;
  top: 50%;
  width: 50px;
  height: 1px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--secondary-color);
}
.single-blog-card .content {
  background-color: #ffffff;
  padding: 25px 25px 0 25px;
  position: relative;
  margin-top: -50px;
  z-index: 1;
  margin-left: 30px;
  border-radius: 5px;
}
.single-blog-card .content h3 {
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.single-blog-card .content p {
  margin-bottom: 18px;
}
.single-blog-card .content .read-more-btn {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
  transition: 0.5s;
}
.single-blog-card .content .read-more-btn:hover {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

/*================================================
Subscribe Wrap Area CSS
=================================================*/
.subscribe-wrap-inner-box {
  background-image: url(../../assets/img/home-six/subscribe-wrap-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 50px;
  border-radius: 20px;
}

.subscribe-wrap-box-content {
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.29);
  border-radius: 20px;
}
.subscribe-wrap-box-content .subscribe-content h3 {
  font-size: 34px;
  color: #ffffff;
  margin-bottom: 15px;
}
.subscribe-wrap-box-content .subscribe-content p {
  color: #ffffff;
  margin-bottom: 0;
}
.subscribe-wrap-box-content .newsletter-form {
  position: relative;
  padding-right: 180px;
}
.subscribe-wrap-box-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  height: 50px;
  padding-left: 18px;
  border-radius: 5px;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
}
.subscribe-wrap-box-content
  .newsletter-form
  .input-newsletter::-moz-placeholder {
  color: #ffffff;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.subscribe-wrap-box-content .newsletter-form .input-newsletter::placeholder {
  color: #ffffff;
  transition: 0.5s;
}
.subscribe-wrap-box-content
  .newsletter-form
  .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.subscribe-wrap-box-content
  .newsletter-form
  .input-newsletter:focus::placeholder {
  color: transparent;
}
.subscribe-wrap-box-content .newsletter-form .validation-danger {
  color: #ffffff;
  margin-top: 10px;
}
.subscribe-wrap-box-content .newsletter-form .validation-success {
  margin-top: 10px;
}
.subscribe-wrap-box-content .newsletter-form .btn-primary {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 5px;
  height: 50px;
}
.subscribe-wrap-box-content .newsletter-form .btn-primary::before {
  background: var(--primary-color);
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area.footer-style-wrap {
  background-color: #222222;
}
.footer-area.footer-style-wrap .single-footer-widget .logo a {
  display: block;
}
.footer-area.footer-style-wrap .single-footer-widget .logo p {
  color: #ffffff;
}
.footer-area.footer-style-wrap .single-footer-widget .social-links li a {
  background-color: #ffffff;
}
.footer-area.footer-style-wrap .single-footer-widget .social-links li a:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}
.footer-area.footer-style-wrap .single-footer-widget h3 {
  color: #ffffff;
  border-bottom: 1px solid #505050;
  padding-bottom: 18px;
  position: relative;
}
.footer-area.footer-style-wrap .single-footer-widget h3::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100px;
  background-color: var(--secondary-color);
  left: 0;
  bottom: -1px;
}
.footer-area.footer-style-wrap .single-footer-widget .list li {
  position: relative;
  padding-left: 15px;
}
.footer-area.footer-style-wrap .single-footer-widget .list li a {
  color: #ffffff;
}
.footer-area.footer-style-wrap .single-footer-widget .list li a:hover {
  color: var(--secondary-color);
}
.footer-area.footer-style-wrap .single-footer-widget .list li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: var(--secondary-color);
  border-radius: 50px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-area.footer-style-wrap .single-footer-widget .footer-contact-info li {
  color: #ffffff;
}
.footer-area.footer-style-wrap .single-footer-widget .footer-contact-info li a {
  color: #ffffff;
}
.footer-area.footer-style-wrap
  .single-footer-widget
  .footer-contact-info
  li
  a:hover {
  color: var(--secondary-color);
}
.footer-area.footer-style-wrap
  .single-footer-widget
  .footer-contact-info
  li
  span {
  color: #ffffff;
}
.footer-area.footer-style-wrap .copyright-area {
  border-top: 1px solid #3d3d3d;
}
.footer-area.footer-style-wrap .copyright-area p {
  color: #ffffff;
}
.footer-area.footer-style-wrap .copyright-area p a {
  color: #ffffff;
}
.footer-area.footer-style-wrap .copyright-area p a:hover {
  color: var(--secondary-color);
}

/* Start "Currency Transfer Provider Demo" "CSS" */
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.currency-transfer-provider-with-background-color {
  background-color: #f4f7f9;
}

.section-title.ctp-title {
  max-width: 1050px;
  margin-top: -10px;
  margin-bottom: 38px;
}
.section-title.ctp-title h2 {
  color: #212529;
  margin-bottom: 0;
  font-weight: bold;
}

/*================================================
Navbar Area CSS
=================================================*/
.currency-transfer-provider-navbar {
  background: rgba(0, 0, 0, 0.3);
}
.currency-transfer-provider-navbar.is-sticky {
  background-color: #ffffff !important;
}
.currency-transfer-provider-navbar.is-sticky .luvion-nav {
  background-color: transparent;
}
.currency-transfer-provider-navbar.is-sticky
  .luvion-nav
  .navbar
  .navbar-list
  ul
  li
  a {
  color: var(--primary-color);
}
.currency-transfer-provider-navbar.is-sticky
  .luvion-nav
  .navbar
  .navbar-list
  ul
  li
  a:hover {
  color: var(--secondary-color);
}
.currency-transfer-provider-navbar.is-sticky
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .language-option
  button {
  color: var(--primary-color);
}
.currency-transfer-provider-navbar.is-sticky
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .language-option
  button
  .globe-icon
  i {
  color: var(--primary-color);
}
.currency-transfer-provider-navbar.is-sticky
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .language-option
  button
  .chevron-down-icon
  i {
  color: var(--primary-color);
}
.currency-transfer-provider-navbar.is-sticky
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .login-btn {
  color: var(--primary-color);
}
.currency-transfer-provider-navbar.is-sticky
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .login-btn:hover {
  color: var(--secondary-color);
}
.currency-transfer-provider-navbar .luvion-nav .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}
.currency-transfer-provider-navbar .luvion-nav .navbar .navbar-list {
  padding: 0px 30px;
}
.currency-transfer-provider-navbar .luvion-nav .navbar .navbar-list ul {
  padding: 0;
  margin-bottom: 0;
}
.currency-transfer-provider-navbar .luvion-nav .navbar .navbar-list ul li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .navbar-list
  ul
  li::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 4px;
  height: 15px;
  width: 2px;
  background: var(--linear-gradient);
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .navbar-list
  ul
  li:last-child {
  margin-right: 0;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .navbar-list
  ul
  li:last-child::before {
  display: none;
}
.currency-transfer-provider-navbar .luvion-nav .navbar .navbar-list ul li a {
  color: #ffffff;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .navbar-list
  ul
  li
  a:hover {
  color: var(--secondary-color);
}
.currency-transfer-provider-navbar .luvion-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  transition: 0.5s;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  a:hover,
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  a:focus,
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  a.active {
  color: var(--secondary-color);
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item:hover
  a,
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item.active
  a {
  color: var(--secondary-color);
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  color: var(--primary-color);
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover,
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus,
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
}
.currency-transfer-provider-navbar .luvion-nav .navbar .others-options {
  margin-left: 30px;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item {
  margin-right: 25px;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item:last-child {
  margin-right: 0;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .login-btn {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .login-btn:hover {
  color: var(--secondary-color);
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .language-option {
  padding: 0;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .language-option
  button {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
  padding-left: 22px;
  padding-right: 20px;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .language-option
  button
  .globe-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .language-option
  button
  .globe-icon
  i {
  font-size: 15px;
  color: #ffffff;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .language-option
  button
  .chevron-down-icon {
  position: absolute;
  right: 0;
  top: -2px;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .language-option
  button
  .chevron-down-icon
  i {
  font-size: 12px;
  color: #ffffff;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .language-option
  button::after {
  display: none;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .language-option
  .language-dropdown-menu {
  border-radius: 0;
  border: 0;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 0;
  margin-top: 12px;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .language-option
  .language-dropdown-menu
  .dropdown-item {
  display: flex;
  align-items: center;
  color: #6084a4;
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .language-option
  .language-dropdown-menu
  .dropdown-item:last-child {
  border-bottom: none;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .language-option
  .language-dropdown-menu
  .dropdown-item
  img {
  width: 25px;
  margin-right: 10px;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .language-option
  .language-dropdown-menu
  .dropdown-item.selected {
  background-color: var(--secondary-color);
  color: #ffffff;
  border-radius: 0;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .language-option
  .language-dropdown-menu
  .dropdown-item:active {
  background-color: var(--secondary-color);
  color: #ffffff;
  border-radius: 0;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .btn-primary {
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .btn-primary::before {
  border-radius: 30px;
}
.currency-transfer-provider-navbar
  .luvion-nav
  .navbar
  .others-options
  .options-item
  .btn-primary::after {
  border-radius: 30px;
}

.others-option-for-responsive {
  display: none;
}
.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 52px;
  top: -32px;
  font-weight: 400;
}
.others-option-for-responsive .dot-menu .inner {
  display: flex;
  align-items: center;
  height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: 0.5s;
  background-color: #ffffff;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: var(--secondary-color);
}
.others-option-for-responsive .container {
  position: relative;
}
.others-option-for-responsive .container .container {
  position: absolute;
  right: 10px;
  top: 10px;
  max-width: 180px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: scaleX(0);
  z-index: 2;
  padding: 15px;
  border-radius: 0;
}
.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.others-option-for-responsive .option-inner .others-options {
  margin-left: 0;
  display: block !important;
  text-align: center;
}
.others-option-for-responsive .option-inner .others-options .options-item {
  margin-right: 0;
  margin-bottom: 20px;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item:last-child {
  margin-bottom: 0;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .login-btn {
  color: #6084a4;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .login-btn:hover {
  color: var(--secondary-color);
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .language-option
  button {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #6084a4;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
  padding-left: 22px;
  padding-right: 20px;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .language-option
  button
  .globe-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .language-option
  button
  .globe-icon
  i {
  font-size: 15px;
  color: #6084a4;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .language-option
  button
  .chevron-down-icon {
  position: absolute;
  right: 0;
  top: -2px;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .language-option
  button
  .chevron-down-icon
  i {
  font-size: 12px;
  color: #6084a4;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .language-option
  button::after {
  display: none;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .language-option
  .language-dropdown-menu {
  border-radius: 0;
  border: 0;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 0;
  margin-top: 12px;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .language-option
  .language-dropdown-menu
  .dropdown-item {
  display: flex;
  align-items: center;
  color: #6084a4;
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .language-option
  .language-dropdown-menu
  .dropdown-item:last-child {
  border-bottom: none;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .language-option
  .language-dropdown-menu
  .dropdown-item
  img {
  width: 25px;
  margin-right: 10px;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .language-option
  .language-dropdown-menu
  .dropdown-item.selected {
  background-color: var(--secondary-color);
  color: #ffffff;
  border-radius: 0;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .language-option
  .language-dropdown-menu
  .dropdown-item:active {
  background-color: var(--secondary-color);
  color: #ffffff;
  border-radius: 0;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .btn-primary {
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .btn-primary::before {
  border-radius: 30px;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .options-item
  .btn-primary::after {
  border-radius: 30px;
}

/*================================================
Currency Transfer Provider Banner Area CSS
=================================================*/
.ctp-banner-area {
  background-image: url(../../assets/img/currency-transfer-provider/banner/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 190px;
  padding-bottom: 100px;
}
.ctp-banner-area .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}
.ctp-banner-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90.09deg,
    #000000 0.07%,
    #000000 56.23%,
    rgba(0, 0, 0, 0) 91.07%
  );
  opacity: 0.5;
  z-index: -1;
}

.ctp-banner-content {
  position: relative;
  top: -10px;
}
.ctp-banner-content h1 {
  font-size: 75px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0;
}
.ctp-banner-content h1 span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.ctp-banner-content h1 span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-image: url(../../assets/img/currency-transfer-provider/banner/circle.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 318px;
  height: 97px;
  z-index: -1;
}
.ctp-banner-content .ctp-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.ctp-banner-content .ctp-list li {
  list-style-type: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.ctp-banner-content .ctp-list li:last-child {
  margin-bottom: 0;
}
.ctp-banner-content .ctp-list li img {
  position: absolute;
  left: 0;
  top: 2px;
}
.ctp-banner-content .video-view {
  margin-top: 30px;
}
.ctp-banner-content .video-view .video-btn i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: var(--linear-gradient);
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  border-radius: 50px;
}
.ctp-banner-content .video-view .video-btn span {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  margin-left: 10px;
}

.ctp-banner-form {
  max-width: 550px;
  margin-left: auto;
}
.ctp-banner-form .form-header {
  background: var(--linear-gradient);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
}
.ctp-banner-form .form-header span {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 12px;
}
.ctp-banner-form .form-header h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0;
}
.ctp-banner-form .form-content {
  background-color: #ffffff;
  padding: 50px 30px 40px;
  border-radius: 0 0 15px 15px;
  max-width: 490px;
  margin: auto;
}
.ctp-banner-form .form-content .form-group {
  position: relative;
  margin-bottom: 35px;
}
.ctp-banner-form .form-content .form-group.zero {
  margin-bottom: 0;
}
.ctp-banner-form .form-content .form-group label {
  display: block;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  position: absolute;
  left: 20px;
  top: -10px;
  z-index: 1;
  padding: 5px 10px;
  color: #57647c;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.ctp-banner-form .form-content .form-group .nice-select {
  height: auto;
  line-height: normal;
  padding: 40px 50px 15px 20px;
  float: unset;
  border: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background-color: #ffffff;
  color: #212529;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.ctp-banner-form .form-content .form-group .nice-select:after {
  right: 20px;
  border-bottom: 2px solid #212529;
  border-right: 2px solid #212529;
  width: 8px;
  height: 8px;
  margin-top: 8px;
}
.ctp-banner-form .form-content .form-group .nice-select .list {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 100%;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.ctp-banner-form .form-content .form-group .nice-select .list .option {
  line-height: initial;
  min-height: auto;
  margin-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Poppins", sans-serif;
  transition: 0.5s;
}
.ctp-banner-form .form-content .form-group .nice-select .list .option:hover,
.ctp-banner-form .form-content .form-group .nice-select .list .option:focus,
.ctp-banner-form .form-content .form-group .nice-select .list .option.focus,
.ctp-banner-form .form-content .form-group .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 500;
}
.ctp-banner-form .form-content .form-group .nice-select .list .option:hover {
  color: var(--secondary-color);
}
.ctp-banner-form
  .form-content
  .form-group
  .nice-select
  .list
  .option:first-child {
  margin-top: 0;
}
.ctp-banner-form .form-content .form-group .form-control {
  height: 100%;
  padding: 40px 100px 15px 20px;
  float: unset;
  border: none;
  font-size: 16.5px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background-color: #ffffff;
  color: #212529;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.ctp-banner-form .form-content .form-group .form-control::-moz-placeholder {
  color: #212529;
}
.ctp-banner-form .form-content .form-group .form-control::placeholder {
  color: #212529;
}
.ctp-banner-form .form-content .form-group .amount-currency-select {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.ctp-banner-form
  .form-content
  .form-group
  .amount-currency-select
  .nice-select {
  padding: 2px 25px 0 0;
  display: inline-block;
  border: none;
  line-height: normal;
  background-color: transparent;
}
.ctp-banner-form
  .form-content
  .form-group
  .amount-currency-select
  .nice-select:after {
  right: 5px;
  margin-top: -5px;
}
.ctp-banner-form
  .form-content
  .form-group
  .amount-currency-select
  .nice-select
  .list {
  width: auto;
}
.ctp-banner-form .form-content .info {
  margin-top: 18px;
  margin-bottom: 20px;
}
.ctp-banner-form .form-content .info p {
  font-size: 16px;
  color: #57647c;
  font-family: "Poppins", sans-serif;
}
.ctp-banner-form .form-content .info p span {
  color: #000000;
  font-weight: 600;
}
.ctp-banner-form .form-content .btn-primary {
  padding: 20px 30px;
  border-radius: 50px;
  background: var(--linear-gradient);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: block;
  width: 100%;
  transition: 0.5s;
}
.ctp-banner-form .form-content .btn-primary::before {
  border-radius: 50px;
  background: var(--linear-gradient);
  transition: 0.5s;
}
.ctp-banner-form .form-content .btn-primary::after {
  border-radius: 50px;
  background: var(--linear-gradient);
}

/*================================================
Countries Area CSS
=================================================*/
.ctp-countries-card {
  background-color: #ffffff;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  padding: 10px 20px 10px 10px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.ctp-countries-card img {
  margin-right: 10px;
  max-width: 40px;
}
.ctp-countries-card span {
  font-size: 16px;
  color: #212529;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.ctp-countries-card:hover {
  transform: translateY(-5px);
}

/*================================================
Money Transfer Area CSS
=================================================*/
.ctp-money-transfer-card {
  max-width: 385px;
  margin: 0 auto 25px;
  text-align: center;
  transition: 0.5s;
}
.ctp-money-transfer-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #212529;
}
.ctp-money-transfer-card .image {
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  height: 150px;
  width: 150px;
  line-height: 150px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.ctp-money-transfer-card .image .number {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background: var(--linear-gradient);
  color: #ffffff;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: 10px;
  transition: 0.5s;
  z-index: 1;
}
.ctp-money-transfer-card .image .number::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: var(--linear-gradient);
  border-radius: 50px;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.ctp-money-transfer-card p {
  margin-bottom: 0;
  color: #57647c;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.ctp-money-transfer-card:hover {
  transform: translateY(-5px);
}
.ctp-money-transfer-card:hover .image .number::before {
  opacity: 1;
  visibility: visible;
}

/*================================================
Choose Area CSS
=================================================*/
.ctp-choose-area {
  overflow: hidden;
}
.ctp-choose-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.ctp-choose-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.ctp-choose-image.with-border-radius {
  border-radius: 15px;
}

.ctp-choose-content {
  padding: 85px 90px;
}
.ctp-choose-content h3 {
  font-size: 40px;
  color: #212529;
  font-weight: bold;
  margin-bottom: 15px;
}
.ctp-choose-content p {
  color: #57647c;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  font-size: 16px;
}
.ctp-choose-content .choose-inner-card {
  margin-top: 25px;
}
.ctp-choose-content .choose-inner-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  position: relative;
  margin-bottom: 16.5px;
  padding-left: 40px;
}
.ctp-choose-content .choose-inner-card h4 .icon {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background: var(--linear-gradient);
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  transition: 0.5s;
  z-index: 1;
}
.ctp-choose-content .choose-inner-card h4 .icon::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background: var(--linear-gradient);
  border-radius: 50px;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.ctp-choose-content .choose-inner-card h4:hover .icon::before {
  opacity: 1;
  visibility: visible;
}
.ctp-choose-content.without-padding {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 50px;
}

/*================================================
Services Area CSS
=================================================*/
.ctp-services-card {
  margin-bottom: 25px;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 15px;
  padding: 25px;
  transition: 0.5s;
}
.ctp-services-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  position: relative;
  margin-bottom: 16.5px;
  padding: 10.5px 0 10.5px 65px;
}
.ctp-services-card h3 .icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: var(--linear-gradient);
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  transition: 0.5s;
  z-index: 1;
}
.ctp-services-card h3 .icon::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: var(--linear-gradient);
  border-radius: 50px;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.ctp-services-card h3 .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.ctp-services-card h3:hover .icon::before {
  opacity: 1;
  visibility: visible;
}
.ctp-services-card p {
  color: #57647c;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  font-size: 16px;
}
.ctp-services-card:hover {
  transform: translateY(-5px);
}

/*================================================
Key Features Area CSS
=================================================*/
.ctp-key-features-area {
  background-color: #e5f6f0;
}

.ctp-key-features-tabs .nav {
  padding: 0;
  list-style-type: none;
  border: none;
  text-align: center;
  justify-content: center;
  border-radius: 0;
}
.ctp-key-features-tabs .nav .nav-item {
  margin: 0;
  border-radius: 0;
  border: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-wrap: wrap;
}
.ctp-key-features-tabs .nav .nav-item .nav-link {
  color: #ffffff;
  border: none;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 128.5px;
  background: var(--linear-gradient);
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-radius: 0;
}
.ctp-key-features-tabs .nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--linear-gradient);
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.ctp-key-features-tabs .nav .nav-item .nav-link:hover::before,
.ctp-key-features-tabs .nav .nav-item .nav-link.active::before {
  opacity: 1;
  visibility: visible;
}
.ctp-key-features-tabs .tab-content .tab-pane {
  background-color: #ffffff;
  padding: 80px 100px;
  border-radius: 0 0 15px 15px;
}
.ctp-key-features-tabs .tab-content .tab-pane .ctp-key-features-image {
  background-image: url(../../assets/img/currency-transfer-provider/key-features.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
.ctp-key-features-tabs .tab-content .tab-pane .ctp-key-features-content {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 100px;
}
.ctp-key-features-tabs .tab-content .tab-pane .ctp-key-features-content p {
  color: #57647c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.ctp-key-features-tabs .tab-content .tab-pane .ctp-key-features-content .list {
  padding: 0;
  margin-bottom: 0;
}
.ctp-key-features-tabs
  .tab-content
  .tab-pane
  .ctp-key-features-content
  .list
  li {
  list-style-type: none;
  color: #57647c;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  padding-left: 28px;
}
.ctp-key-features-tabs
  .tab-content
  .tab-pane
  .ctp-key-features-content
  .list
  li:last-child {
  margin-bottom: 0;
}
.ctp-key-features-tabs
  .tab-content
  .tab-pane
  .ctp-key-features-content
  .list
  li
  i {
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*================================================
Working People Area CSS
=================================================*/
.ctp-working-people-area {
  overflow: hidden;
}
.ctp-working-people-area .container-fluid {
  padding-left: 35px;
  padding-right: 0;
}

.ctp-working-people-content {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 70px;
}
.ctp-working-people-content h3 {
  font-size: 40px;
  color: #212529;
  font-weight: bold;
  margin-bottom: 0;
}
.ctp-working-people-content .working-people-inner-card {
  position: relative;
  margin-top: 30px;
  padding-left: 125px;
}
.ctp-working-people-content .working-people-inner-card .icon {
  display: inline-block;
  height: 115px;
  width: 100px;
  line-height: 115px;
  background: var(--linear-gradient);
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  transition: 0.5s;
  z-index: 1;
}
.ctp-working-people-content .working-people-inner-card .icon::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 115px;
  width: 100px;
  line-height: 115px;
  background: var(--linear-gradient);
  border-radius: 10px;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.ctp-working-people-content .working-people-inner-card h4 {
  font-size: 20px;
  color: #212529;
  font-weight: 600;
  margin-bottom: 15px;
}
.ctp-working-people-content .working-people-inner-card p {
  color: #57647c;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  font-size: 16px;
}
.ctp-working-people-content .working-people-inner-card:hover .icon::before {
  opacity: 1;
  visibility: visible;
}

.ctp-working-people-image {
  display: inline-block;
  background-image: url(../../assets/img/currency-transfer-provider/working-people/working-people.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

/*================================================
Protec Area CSS
=================================================*/
.ctp-protec-card {
  background-color: #ffffff;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 35px 30px 35px 0;
  margin-bottom: 25px;
  transition: 0.5s;
}
.ctp-protec-card .content {
  position: relative;
  padding-left: 110px;
}
.ctp-protec-card .content .number {
  display: inline-block;
  width: 85px;
  height: 120px;
  line-height: 120px;
  background: #e5f6f0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.ctp-protec-card .content .number span {
  display: inline-block;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: rotate(-90deg);
}
.ctp-protec-card .content .number.color-two {
  background: #f8f5ee;
}
.ctp-protec-card .content h3 {
  font-size: 20px;
  color: #212529;
  font-weight: 600;
  margin-bottom: 15px;
}
.ctp-protec-card .content p {
  color: #57647c;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  font-size: 16px;
}
.ctp-protec-card:hover {
  transform: translateY(-5px);
}

/*================================================
App Area CSS
=================================================*/
.ctp-app-area {
  background-image: url(../../assets/img/currency-transfer-provider/app/app-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 50px;
}
.ctp-app-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.ctp-app-content {
  max-width: 630px;
  margin-left: auto;
  padding-right: 70px;
  position: relative;
  top: -25px;
}
.ctp-app-content .sub {
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin-bottom: 15px;
}
.ctp-app-content h3 {
  font-size: 40px;
  color: #212529;
  font-weight: bold;
  margin-bottom: 15px;
}
.ctp-app-content p {
  color: #57647c;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  font-size: 16px;
}
.ctp-app-content .btn-box {
  margin-top: 30px;
}
.ctp-app-content .btn-box .app-store-btn {
  border-radius: 50px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 11px 30px 10px 68px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.ctp-app-content .btn-box .app-store-btn i {
  position: absolute;
  left: 30px;
  top: 11px;
}
.ctp-app-content .btn-box .app-store-btn i::before {
  font-size: 25px;
}
.ctp-app-content .btn-box .app-store-btn span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.ctp-app-content .btn-box .app-store-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: -1;
  background: var(--linear-gradient);
  transition: 0.5s;
}
.ctp-app-content .btn-box .app-store-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: -1;
  background: var(--linear-gradient);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.ctp-app-content .btn-box .app-store-btn:hover {
  color: #ffffff;
}
.ctp-app-content .btn-box .app-store-btn:hover::after {
  opacity: 1;
  visibility: visible;
}
.ctp-app-content .btn-box .app-store-btn:hover::before {
  opacity: 0;
  visibility: hidden;
}
.ctp-app-content .btn-box .play-store-btn {
  margin-left: 12px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 11px 30px 10px 68px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.ctp-app-content .btn-box .play-store-btn i {
  position: absolute;
  left: 30px;
  top: 12px;
}
.ctp-app-content .btn-box .play-store-btn i::before {
  font-size: 25px;
}
.ctp-app-content .btn-box .play-store-btn span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.ctp-app-content .btn-box .play-store-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: -1;
  background: var(--linear-gradient);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.ctp-app-content .btn-box .play-store-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: -1;
  background: var(--linear-gradient);
  transition: 0.5s;
}
.ctp-app-content .btn-box .play-store-btn:hover {
  color: #ffffff;
}
.ctp-app-content .btn-box .play-store-btn:hover::after {
  opacity: 0;
  visibility: hidden;
}
.ctp-app-content .btn-box .play-store-btn:hover::before {
  opacity: 1;
  visibility: visible;
}
.ctp-app-content .info {
  margin-top: 30px;
}
.ctp-app-content .info span {
  color: #212529;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.ctp-app-image {
  text-align: end;
}

/*================================================
Reviews Area CSS
=================================================*/
.ctp-reviews-box {
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  background-color: #ffffff;
  padding: 30px 35px;
  transition: 0.5s;
  margin-bottom: 25px;
}
.ctp-reviews-box .rating {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.ctp-reviews-box .rating li {
  list-style-type: none;
  display: inline-block;
  margin-right: 1px;
}
.ctp-reviews-box .rating li:last-child {
  margin-right: 0;
}
.ctp-reviews-box .rating li span {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-left: 10px;
  color: #57647c;
}
.ctp-reviews-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 12px;
}
.ctp-reviews-box p {
  color: #57647c;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
  font-size: 16px;
}
.ctp-reviews-box h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #0a2049;
}
.ctp-reviews-box h4 span {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #57647c;
}
.ctp-reviews-box:hover {
  transform: translateY(-5px);
}

/*================================================
FAQ Area CSS
=================================================*/
.ctp-faq-accordion {
  max-width: 1095px;
  margin: auto;
}
.ctp-faq-accordion .accordion-item {
  background-color: #ffffff;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  margin-bottom: 15px;
  transition: 0.5s;
  border: none;
}
.ctp-faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.ctp-faq-accordion .accordion-item .accordion-button {
  color: #0a2049;
  position: relative;
  box-shadow: unset;
  margin-bottom: 0;
  display: block;
  border: none;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 75px 20px 30px;
  transition: 0.5s;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
}
.ctp-faq-accordion .accordion-item .accordion-button::before {
  position: absolute;
  content: "";
  right: 30px;
  top: 25px;
  display: inline-block;
  background-image: url(../../assets/img/currency-transfer-provider/arrow-circle-up.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.ctp-faq-accordion .accordion-item .accordion-button.collapsed::before {
  background-image: url(../../assets/img/currency-transfer-provider/arrow-circle-down.svg);
}
.ctp-faq-accordion .accordion-item .accordion-body {
  padding: 0 30px 30px 30px;
}
.ctp-faq-accordion .accordion-item .accordion-body p {
  color: #57647c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

/*================================================
Page Banner Area CSS
=================================================*/
.ctp-page-banner-area {
  background-image: url(../../assets/img/currency-transfer-provider/page-banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 185px;
  padding-bottom: 115px;
}
.ctp-page-banner-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90.09deg,
    #000000 0.07%,
    #000000 56.23%,
    rgba(0, 0, 0, 0) 91.07%
  );
  opacity: 0.5;
  z-index: -1;
}

.ctp-page-banner-content h3 {
  font-size: 80px;
  color: #ffffff;
  font-family: var(--linear-gradient);
  margin-bottom: 15px;
  font-weight: bold;
}
.ctp-page-banner-content .list {
  padding: 0;
  margin-bottom: 0;
}
.ctp-page-banner-content .list li {
  display: inline-block;
  list-style-type: none;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  position: relative;
  margin-left: 35px;
}
.ctp-page-banner-content .list li::before {
  content: "";
  position: absolute;
  left: -16.5px;
  top: 8px;
  height: 15px;
  width: 1px;
  background: #ffffff;
  transform: rotate(20deg);
}
.ctp-page-banner-content .list li:first-child {
  margin-left: 0;
}
.ctp-page-banner-content .list li:first-child::before {
  display: none;
}
.ctp-page-banner-content .list li a {
  display: block;
  color: #ffffff;
}
.ctp-page-banner-content .list li a:hover {
  color: var(--secondary-color);
}

/*================================================
About Area CSS
=================================================*/
.ctp-about-image {
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
.pt-6 {
  padding-top: 70px;
}
.pb-6 {
  padding-bottom: 70px;
}
.ctp-about-content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
}
.ctp-about-content span {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}
.ctp-about-content h3 {
  font-size: 40px;
  color: #212529;
  font-weight: bold;
  margin-bottom: 15px;
}
.ctp-about-content p {
  color: #57647c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.ctp-about-content h4 {
  font-size: 20px;
  color: #212529;
  font-weight: 600;
  margin-bottom: 15px;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.ctp-funfacts-inner-box {
  background-color: #ffffff;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding-left: 50px;
  padding-right: 50px;
}
.ctp-funfacts-inner-box .col-lg-3 {
  border-right: 1px solid #e0e0e0;
}
.ctp-funfacts-inner-box .col-lg-3:last-child {
  border-right: none;
}

.ctp-funfact-card {
  margin-bottom: 25px;
  text-align: center;
}
.ctp-funfact-card h3 {
  font-size: 50px;
  font-weight: bold;
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}
.ctp-funfact-card h3 .odometer {
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ctp-funfact-card h3 .odometer-value {
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ctp-funfact-card p {
  font-size: 18px;
  font-weight: 500;
  color: #57647c;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}

/*================================================
Team Area CSS
=================================================*/
.ctp-team-card {
  margin-bottom: 25px;
  transition: 0.5s;
}
.ctp-team-card .team-image {
  border-radius: 15px;
  overflow: hidden;
}
.ctp-team-card .team-image img {
  transition: 0.5s;
  border-radius: 15px;
}
.ctp-team-card .team-content {
  position: relative;
  margin-top: 25px;
  padding-right: 55px;
}
.ctp-team-card .team-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.ctp-team-card .team-content span {
  color: #57647c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
}
.ctp-team-card .team-content .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ctp-team-card .team-content .icon a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: var(--linear-gradient);
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  font-size: 15px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.ctp-team-card .team-content .icon a::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: var(--linear-gradient);
  border-radius: 50px;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.ctp-team-card .team-content .icon a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.ctp-team-card:hover {
  transform: translateY(-5px);
}
.ctp-team-card:hover .team-image img {
  transform: scale(1.1);
}
.ctp-team-card:hover .team-content .icon a::before {
  opacity: 1;
  visibility: visible;
}

/*================================================
Investors Area CSS
=================================================*/
.ctp-investors-card {
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  background-color: #ffffff;
  margin-bottom: 25px;
  padding: 15px 10px;
  transition: 0.5s;
  text-align: center;
}
.ctp-investors-card:hover {
  transform: translateY(-5px);
}

/*================================================
Send Money Online Area CSS
=================================================*/
.ctp-send-money-online-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 35px;
  margin-right: 35px;
  position: relative;
  z-index: 1;
}
.ctp-send-money-online-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.ctp-send-money-online-content h1 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0;
}
.ctp-send-money-online-content .ctp-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.ctp-send-money-online-content .ctp-list li {
  list-style-type: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.ctp-send-money-online-content .ctp-list li:last-child {
  margin-bottom: 0;
}
.ctp-send-money-online-content .ctp-list li img {
  position: absolute;
  left: 0;
  top: 2px;
}
.ctp-send-money-online-content .video-view {
  margin-top: 30px;
}
.ctp-send-money-online-content .video-view .video-btn i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: var(--linear-gradient);
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  border-radius: 50px;
}
.ctp-send-money-online-content .video-view .video-btn span {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  margin-left: 10px;
}

.ctp-send-money-online-form {
  max-width: 550px;
  margin-left: auto;
}
.ctp-send-money-online-form .form-header {
  background: var(--linear-gradient);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
}
.ctp-send-money-online-form .form-header span {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 12px;
}
.ctp-send-money-online-form .form-header h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0;
}
.ctp-send-money-online-form .form-content {
  background-color: #ffffff;
  padding: 50px 30px 0px;
  border-radius: 0 0 15px 15px;
  max-width: 490px;
  margin: auto;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary.w-100 {
  margin-top: 18px;
}
.ctp-send-money-online-form .form-content .form-group {
  position: relative;
  margin-bottom: 35px;
}
.ctp-send-money-online-form .form-content .form-group.zero {
  margin-bottom: 0;
}
.ctp-send-money-online-form .form-content .form-group label {
  display: block;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  position: absolute;
  left: 20px;
  top: -10px;
  z-index: 1;
  padding: 5px 10px;
  color: #57647c;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.ctp-send-money-online-form .form-content .form-group .nice-select {
  height: auto;
  line-height: normal;
  padding: 40px 50px 15px 20px;
  float: unset;
  border: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background-color: #ffffff;
  color: #212529;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.ctp-send-money-online-form .form-content .form-group .nice-select:after {
  right: 20px;
  border-bottom: 2px solid #212529;
  border-right: 2px solid #212529;
  width: 8px;
  height: 8px;
  margin-top: 8px;
}
.ctp-send-money-online-form .form-content .form-group .nice-select .list {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 100%;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.ctp-send-money-online-form
  .form-content
  .form-group
  .nice-select
  .list
  .option {
  line-height: initial;
  min-height: auto;
  margin-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Poppins", sans-serif;
  transition: 0.5s;
}
.ctp-send-money-online-form
  .form-content
  .form-group
  .nice-select
  .list
  .option:hover,
.ctp-send-money-online-form
  .form-content
  .form-group
  .nice-select
  .list
  .option:focus,
.ctp-send-money-online-form
  .form-content
  .form-group
  .nice-select
  .list
  .option.focus,
.ctp-send-money-online-form
  .form-content
  .form-group
  .nice-select
  .list
  .option.selected {
  background-color: transparent;
  font-weight: 500;
}
.ctp-send-money-online-form
  .form-content
  .form-group
  .nice-select
  .list
  .option:hover {
  color: var(--secondary-color);
}
.ctp-send-money-online-form
  .form-content
  .form-group
  .nice-select
  .list
  .option:first-child {
  margin-top: 0;
}
.ctp-send-money-online-form .form-content .form-group .form-control {
  height: 100%;
  padding: 40px 100px 15px 20px;
  float: unset;
  border: none;
  font-size: 16.5px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background-color: #ffffff;
  color: #212529;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.ctp-send-money-online-form
  .form-content
  .form-group
  .form-control::-moz-placeholder {
  color: #212529;
}
.ctp-send-money-online-form
  .form-content
  .form-group
  .form-control::placeholder {
  color: #212529;
}
.ctp-send-money-online-form .form-content .form-group .amount-currency-select {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.ctp-send-money-online-form
  .form-content
  .form-group
  .amount-currency-select
  .nice-select {
  padding: 2px 25px 0 0;
  display: inline-block;
  border: none;
  line-height: normal;
  background-color: transparent;
}
.ctp-send-money-online-form
  .form-content
  .form-group
  .amount-currency-select
  .nice-select:after {
  right: 5px;
  margin-top: -5px;
}
.ctp-send-money-online-form
  .form-content
  .form-group
  .amount-currency-select
  .nice-select
  .list {
  width: auto;
}
.ctp-send-money-online-form .form-content .info {
  margin-top: 18px;
  margin-bottom: 20px;
}
.ctp-send-money-online-form .form-content .info p {
  font-size: 16px;
  color: #57647c;
  font-family: "Poppins", sans-serif;
}
.ctp-send-money-online-form .form-content .info p span {
  color: #000000;
  font-weight: 600;
}
.ctp-send-money-online-form .form-content .btn-primary {
  padding: 20px 30px;
  border-radius: 50px;
  background: var(--linear-gradient);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: block;
  width: 100%;
  transition: 0.5s;
}
.ctp-send-money-online-form .form-content .btn-primary::before {
  border-radius: 50px;
  background: var(--linear-gradient);
  transition: 0.5s;
}
.ctp-send-money-online-form .form-content .btn-primary::after {
  border-radius: 50px;
  background: var(--linear-gradient);
}

/*================================================
Contact Area CSS
=================================================*/
.ctp-contact-form {
  background-color: #ffffff;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}
.ctp-contact-form h3 {
  font-size: 40px;
  font-weight: bold;
  color: #212529;
  margin-bottom: 40px;
}
.ctp-contact-form .form-group {
  position: relative;
  margin-bottom: 35px;
}
.ctp-contact-form .form-group label {
  display: block;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  position: absolute;
  left: 20px;
  top: -10px;
  z-index: 1;
  padding: 5px 10px;
  color: #57647c;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.ctp-contact-form .form-group .form-control {
  height: 100%;
  padding: 40px 20px 20px 20px;
  float: unset;
  border: none;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background-color: #ffffff;
  color: #212529;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.ctp-contact-form .form-group .form-control::-moz-placeholder {
  color: #212529;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.ctp-contact-form .form-group .form-control::placeholder {
  color: #212529;
  transition: 0.5s;
}
.ctp-contact-form .form-group .form-control:focus {
  border: 1px solid var(--secondary-color);
}
.ctp-contact-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.ctp-contact-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.ctp-contact-form .form-group textarea.form-control {
  height: 150px !important;
  line-height: normal;
}
.ctp-contact-form .form-group .list-unstyled li {
  color: var(--secondary-color);
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-top: 10px;
}
.ctp-contact-form .btn-primary {
  padding: 20px 30px;
  border-radius: 50px;
  width: 100%;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.ctp-contact-form .btn-primary::before {
  border-radius: 50px;
}
.ctp-contact-form .btn-primary::after {
  border-radius: 50px;
}
.ctp-contact-form .text-danger {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
}

.ctp-contact-information .information-box {
  background-color: #ffffff;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 25px;
}
.ctp-contact-information .information-box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #212529;
  margin-bottom: 18px;
}
.ctp-contact-information .information-box .contact-info {
  padding: 0;
  margin-bottom: 0;
}
.ctp-contact-information .information-box .contact-info li {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #57647c;
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 85px;
}
.ctp-contact-information .information-box .contact-info li:last-child {
  margin-bottom: 0;
}
.ctp-contact-information .information-box .contact-info li.email {
  padding-left: 65px;
}
.ctp-contact-information .information-box .contact-info li.phone {
  padding-left: 65px;
}
.ctp-contact-information .information-box .contact-info li .sub {
  font-family: "Poppins", sans-serif;
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}
.ctp-contact-information .information-box .contact-info li .info {
  margin-bottom: 10px;
}
.ctp-contact-information .information-box .contact-info li .info:last-child {
  margin-bottom: 0;
}
.ctp-contact-information .information-box .contact-info li .info span {
  color: #212529;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
  font-family: "Poppins", sans-serif;
}
.ctp-contact-information .information-box .contact-info li .info a {
  color: #57647c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.ctp-contact-information .information-box .contact-info li .info a:hover {
  color: var(--secondary-color);
}
.ctp-contact-information .information-box .time-info {
  padding: 0;
  margin-bottom: 0;
}
.ctp-contact-information .information-box .time-info li {
  list-style-type: none;
  margin-bottom: 15px;
}
.ctp-contact-information .information-box .time-info li:last-child {
  margin-bottom: 0;
}
.ctp-contact-information .information-box .time-info li .color {
  font-family: "Poppins", sans-serif;
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 16px;
  font-weight: 600;
}
.ctp-contact-information .information-box .time-info li span {
  color: #57647c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.ctp-contact-information .information-map .map {
  border-radius: 15px;
  width: 100%;
  height: 300px;
  margin-bottom: -8px;
}

/*================================================
Currency Area CSS
=================================================*/
.ctp-currency-image {
  display: inline-block;
  background-image: url(../../assets/img/currency-transfer-provider/currency.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}

.ctp-currency-content {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 80px;
}
.ctp-currency-content h3 {
  font-size: 40px;
  color: #212529;
  font-weight: bold;
  margin-bottom: 15px;
}
.ctp-currency-content p {
  color: #57647c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.ctp-currency-content .list {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.ctp-currency-content .list li {
  list-style-type: none;
  color: #57647c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.ctp-currency-content .list li:last-child {
  margin-bottom: 0;
}
.ctp-currency-content .list li img {
  position: absolute;
  left: 0;
  top: 3.5px;
}
.ctp-currency-content .currency-btn {
  margin-top: 30px;
}
.ctp-currency-content .currency-btn .btn-primary {
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.ctp-currency-content .currency-btn .btn-primary::before {
  border-radius: 30px;
}
.ctp-currency-content .currency-btn .btn-primary::after {
  border-radius: 30px;
}

/*================================================
World Area CSS
=================================================*/
.ctp-world-content {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 100px;
}
.ctp-world-content h3 {
  font-size: 40px;
  color: #212529;
  font-weight: bold;
  margin-bottom: 15px;
}
.ctp-world-content .world-inner-card {
  margin-top: 30px;
}
.ctp-world-content .world-inner-card h4 {
  font-size: 20px;
  color: #212529;
  font-weight: 600;
  margin-bottom: 15px;
}
.ctp-world-content .world-inner-card p {
  color: #57647c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}

.ctp-world-image {
  display: inline-block;
  background-image: url(../../assets/img/currency-transfer-provider/world.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}

/*================================================
Footer Area CSS
=================================================*/
.ctp-footer-area {
  background-color: #212529;
}
.ctp-footer-area .copyright-area {
  border-top: 1px solid #414243;
  margin-top: 75px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ctp-footer-area .copyright-area p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.ctp-footer-area .copyright-area p a {
  font-family: "Poppins", sans-serif;
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 16px;
  font-weight: 600;
}

.ctp-footer-widget {
  margin-bottom: 25px;
}
.ctp-footer-widget .logo {
  margin-bottom: 25px;
}
.ctp-footer-widget .social-links {
  padding: 0;
  margin-bottom: 0;
}
.ctp-footer-widget .social-links span {
  font-size: 16px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  display: block;
  margin-bottom: 15px;
}
.ctp-footer-widget .social-links li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}
.ctp-footer-widget .social-links li:last-child {
  margin-right: 0;
}
.ctp-footer-widget .social-links li a {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #57647c;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  font-size: 15px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.ctp-footer-widget .social-links li a::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: var(--linear-gradient);
  border-radius: 50px;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.ctp-footer-widget .social-links li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.ctp-footer-widget .social-links li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.ctp-footer-widget h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
}
.ctp-footer-widget .links {
  padding: 0;
  margin-bottom: 0;
}
.ctp-footer-widget .links li {
  list-style-type: none;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.ctp-footer-widget .links li:last-child {
  margin-bottom: 0;
}
.ctp-footer-widget .links li a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 22px;
}
.ctp-footer-widget .links li a:hover {
  color: var(--secondary-color);
}
.ctp-footer-widget .links li a::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: var(--linear-gradient);
  left: 0;
  top: 3.8px;
}
.ctp-footer-widget .info {
  padding: 0;
  margin-bottom: 0;
}
.ctp-footer-widget .info li {
  list-style-type: none;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.ctp-footer-widget .info li:last-child {
  margin-bottom: 0;
}
.ctp-footer-widget .info li span {
  font-family: "Poppins", sans-serif;
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 16px;
  font-weight: 600;
}
.ctp-footer-widget .info li a {
  color: #ffffff;
}
.ctp-footer-widget .info li a:hover {
  color: var(--secondary-color);
}

/* End "Currency Transfer Provider Demo" "CSS" */
/* Start "Digital Wallet", "Online Investment Platform" & "FinTech Platform" Demo Style CSS
==============================================================================================*/
/* Colors Style (Newly Added) */
.digital-wallet-home {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #8886b0;
}
.digital-wallet-home .h1,
.digital-wallet-home .h2,
.digital-wallet-home .h3,
.digital-wallet-home .h4,
.digital-wallet-home .h5,
.digital-wallet-home .h6,
.digital-wallet-home h1,
.digital-wallet-home h2,
.digital-wallet-home h3,
.digital-wallet-home h4,
.digital-wallet-home h5,
.digital-wallet-home h6 {
  font-family: "Poppins", sans-serif;
  color: #061029;
  font-weight: 400;
}
.digital-wallet-home .h1 a,
.digital-wallet-home .h2 a,
.digital-wallet-home .h3 a,
.digital-wallet-home .h4 a,
.digital-wallet-home .h5 a,
.digital-wallet-home .h6 a,
.digital-wallet-home h1 a,
.digital-wallet-home h2 a,
.digital-wallet-home h3 a,
.digital-wallet-home h4 a,
.digital-wallet-home h5 a,
.digital-wallet-home h6 a {
  color: #061029;
}
.digital-wallet-home .h1 a:hover,
.digital-wallet-home .h2 a:hover,
.digital-wallet-home .h3 a:hover,
.digital-wallet-home .h4 a:hover,
.digital-wallet-home .h5 a:hover,
.digital-wallet-home .h6 a:hover,
.digital-wallet-home h1 a:hover,
.digital-wallet-home h2 a:hover,
.digital-wallet-home h3 a:hover,
.digital-wallet-home h4 a:hover,
.digital-wallet-home h5 a:hover,
.digital-wallet-home h6 a:hover {
  color: var(--secondary-color);
}
.digital-wallet-home p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #8886b0;
  line-height: 1.8;
  font-weight: 400;
}

.online-investment-platform-home {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #8886b0;
}
.online-investment-platform-home .h1,
.online-investment-platform-home .h2,
.online-investment-platform-home .h3,
.online-investment-platform-home .h4,
.online-investment-platform-home .h5,
.online-investment-platform-home .h6,
.online-investment-platform-home h1,
.online-investment-platform-home h2,
.online-investment-platform-home h3,
.online-investment-platform-home h4,
.online-investment-platform-home h5,
.online-investment-platform-home h6 {
  font-family: "Poppins", sans-serif;
  color: #061029;
  font-weight: 700;
}
.online-investment-platform-home .h1 a,
.online-investment-platform-home .h2 a,
.online-investment-platform-home .h3 a,
.online-investment-platform-home .h4 a,
.online-investment-platform-home .h5 a,
.online-investment-platform-home .h6 a,
.online-investment-platform-home h1 a,
.online-investment-platform-home h2 a,
.online-investment-platform-home h3 a,
.online-investment-platform-home h4 a,
.online-investment-platform-home h5 a,
.online-investment-platform-home h6 a {
  color: #061029;
}
.online-investment-platform-home .h1 a:hover,
.online-investment-platform-home .h2 a:hover,
.online-investment-platform-home .h3 a:hover,
.online-investment-platform-home .h4 a:hover,
.online-investment-platform-home .h5 a:hover,
.online-investment-platform-home .h6 a:hover,
.online-investment-platform-home h1 a:hover,
.online-investment-platform-home h2 a:hover,
.online-investment-platform-home h3 a:hover,
.online-investment-platform-home h4 a:hover,
.online-investment-platform-home h5 a:hover,
.online-investment-platform-home h6 a:hover {
  color: var(--secondary-color);
}
.online-investment-platform-home p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #8886b0;
  line-height: 1.8;
  font-weight: 400;
}

.fin-tech-home {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #8886b0;
}
.fin-tech-home .h1,
.fin-tech-home .h2,
.fin-tech-home .h3,
.fin-tech-home .h4,
.fin-tech-home .h5,
.fin-tech-home .h6,
.fin-tech-home h1,
.fin-tech-home h2,
.fin-tech-home h3,
.fin-tech-home h4,
.fin-tech-home h5,
.fin-tech-home h6 {
  font-family: "Poppins", sans-serif;
  color: #061029;
  font-weight: 700;
}
.fin-tech-home .h1 a,
.fin-tech-home .h2 a,
.fin-tech-home .h3 a,
.fin-tech-home .h4 a,
.fin-tech-home .h5 a,
.fin-tech-home .h6 a,
.fin-tech-home h1 a,
.fin-tech-home h2 a,
.fin-tech-home h3 a,
.fin-tech-home h4 a,
.fin-tech-home h5 a,
.fin-tech-home h6 a {
  color: #061029;
}
.fin-tech-home .h1 a:hover,
.fin-tech-home .h2 a:hover,
.fin-tech-home .h3 a:hover,
.fin-tech-home .h4 a:hover,
.fin-tech-home .h5 a:hover,
.fin-tech-home .h6 a:hover,
.fin-tech-home h1 a:hover,
.fin-tech-home h2 a:hover,
.fin-tech-home h3 a:hover,
.fin-tech-home h4 a:hover,
.fin-tech-home h5 a:hover,
.fin-tech-home h6 a:hover {
  color: var(--secondary-color);
}
.fin-tech-home p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #8886b0;
  line-height: 1.8;
  font-weight: 400;
}

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

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

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

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

.section-wrap-title {
  margin-bottom: 50px;
  text-align: center;
}
.section-wrap-title .sub {
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 500;
  color: #0335ba;
  display: block;
  margin-bottom: 12px;
}
.section-wrap-title h2 {
  font-size: 45px;
  margin-bottom: 0;
  line-height: 1.4;
}
.section-wrap-title h2 span {
  display: block;
}

.default-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 7px;
  background: linear-gradient(136deg, #d80650 1.84%, #fe5d68 100%);
  color: #ffffff !important;
  font-weight: 600;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.default-btn::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}
.default-btn:hover::before {
  opacity: 1;
}

.header-with-position-absolute {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}

/*================================================
Top Header Area CSS
=================================================*/
.top-header-area {
  background-color: #f6d658;
  padding-top: 8px;
  padding-bottom: 8px;
}
.top-header-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.top-header-area.wrap-bg2 {
  background-color: transparent;
  padding-top: 18px;
  padding-bottom: 30px;
}
.top-header-area.wrap-bg2 .top-header-info .login-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #061029;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.5s;
}
.top-header-area.wrap-bg2 .top-header-info .login-btn:hover {
  background-color: #0335ba;
  color: #ffffff;
}
.top-header-area.wrap-bg2 .top-header-info .get-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #061029;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.5s;
}
.top-header-area.wrap-bg2 .top-header-info .get-btn:hover {
  background-color: #dd5c00;
  color: #ffffff;
}

.top-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-header-left i {
  color: #061029;
}
.top-header-left span {
  font-size: 14px;
  color: #061029;
}
.top-header-left span a {
  font-weight: 600;
  color: #032b95;
}
.top-header-left span a:hover {
  color: #dd5c00;
}

.top-header-info {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.top-header-info li {
  list-style-type: none;
  margin-right: 20px;
}
.top-header-info li .login-btn {
  font-size: 14px;
  font-weight: 500;
  color: #061029;
  transition: 0.5s;
}
.top-header-info li .login-btn:hover {
  color: #dd5c00;
}
.top-header-info li .register-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  background-color: #ffffff;
  color: #061029;
  font-size: 14px;
  font-weight: 500;
  gap: 7px;
  transition: 0.5s;
  border-radius: 5px;
}
.top-header-info li .register-btn:hover {
  background-color: #0335ba;
  color: #ffffff;
}
.top-header-info li:last-child {
  margin-right: 0;
}

/*================================================
Navbar Area CSS
=================================================*/
.digital-wallet-navbar {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.digital-wallet-navbar .luvion-nav .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.digital-wallet-navbar .luvion-nav .navbar .navbar-brand img:nth-child(1) {
  display: none;
}
.digital-wallet-navbar .luvion-nav .navbar .navbar-brand img:nth-child(2) {
  display: block;
}
.digital-wallet-navbar .luvion-nav .navbar .navbar-nav {
  font-family: "Poppins", sans-serif;
  margin-left: auto;
}
.digital-wallet-navbar .luvion-nav .navbar .navbar-nav .nav-item a {
  color: #061029;
  font-size: 15px;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
}
.digital-wallet-navbar .luvion-nav .navbar .navbar-nav .nav-item a i {
  margin-left: 2px;
  position: relative;
  top: -1px;
}
.digital-wallet-navbar .luvion-nav .navbar .navbar-nav .nav-item a:hover,
.digital-wallet-navbar .luvion-nav .navbar .navbar-nav .nav-item a:focus,
.digital-wallet-navbar .luvion-nav .navbar .navbar-nav .nav-item a.active {
  color: #0335ba;
}
.digital-wallet-navbar .luvion-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.digital-wallet-navbar .luvion-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.digital-wallet-navbar .luvion-nav .navbar .navbar-nav .nav-item:hover a,
.digital-wallet-navbar .luvion-nav .navbar .navbar-nav .nav-item.active a {
  color: #0335ba;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  color: #061029;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover,
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus,
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: #0335ba;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #061029;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0335ba;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #061029;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0335ba;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #061029;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0335ba;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #061029;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0335ba;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #061029;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0335ba;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #061029;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0335ba;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #0335ba;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #0335ba;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #0335ba;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #0335ba;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #0335ba;
}
.digital-wallet-navbar
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li.active
  a {
  color: #0335ba;
}
.digital-wallet-navbar .luvion-nav .navbar .others-options {
  margin-left: 50px;
}
.digital-wallet-navbar.oip-style {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.digital-wallet-navbar.oip-style .luvion-nav .navbar .navbar-brand {
  display: none;
}
.digital-wallet-navbar.oip-style .luvion-nav .navbar .navbar-nav {
  font-family: "Poppins", sans-serif;
  margin-right: auto;
  margin-left: 0;
}
.digital-wallet-navbar.oip-style .luvion-nav .navbar .others-options .links {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.digital-wallet-navbar.oip-style .luvion-nav .navbar .others-options .links li {
  margin-right: 35px;
}
.digital-wallet-navbar.oip-style
  .luvion-nav
  .navbar
  .others-options
  .links
  li
  a {
  font-size: 15px;
  font-weight: 500;
  color: #061029;
}
.digital-wallet-navbar.oip-style
  .luvion-nav
  .navbar
  .others-options
  .links
  li
  a:hover {
  color: #0335ba;
}
.digital-wallet-navbar.oip-style
  .luvion-nav
  .navbar
  .others-options
  .links
  li:last-child {
  margin-right: 0;
}
.digital-wallet-navbar.oip-style.border-tb-black {
  border-top: 1px solid rgba(6, 16, 41, 0.1);
  border-bottom: 1px solid rgba(6, 16, 41, 0.1);
}
.digital-wallet-navbar.oip-style.border-tb-black.is-sticky {
  border: none;
}
.digital-wallet-navbar.oip-style.border-tb-black.is-sticky .luvion-nav {
  background-color: transparent;
}
.digital-wallet-navbar.fin-tech-style {
  background-color: #061029;
  padding-top: 30px;
  padding-bottom: 0;
}
.digital-wallet-navbar.fin-tech-style.is-sticky {
  background-color: #0e0e0e !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.digital-wallet-navbar.fin-tech-style.is-sticky .luvion-nav {
  background-color: transparent;
}
.digital-wallet-navbar.fin-tech-style.is-sticky .luvion-nav .navbar {
  border-bottom: none;
  padding-bottom: 0;
}
.digital-wallet-navbar.fin-tech-style .luvion-nav .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.digital-wallet-navbar.fin-tech-style .luvion-nav .navbar .navbar-brand {
  margin-right: 100px;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-brand
  img:nth-child(1) {
  display: block;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-brand
  img:nth-child(2) {
  display: none;
}
.digital-wallet-navbar.fin-tech-style .luvion-nav .navbar .navbar-nav {
  font-family: "Poppins", sans-serif;
  margin-right: auto;
  margin-left: 0;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  a {
  color: #8886b0;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 7px;
  margin-left: 5px;
  margin-right: 5px;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  a:hover,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  a:focus,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  a.active {
  color: var(--secondary-color);
  background-color: #132144;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item:first-child
  a {
  margin-left: 0;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item:last-child
  a {
  margin-right: 0;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item:hover
  a,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item:focus
  a,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item.active
  a {
  color: var(--secondary-color);
  background-color: #132144;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu {
  top: 52px !important;
  border-radius: 7px;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  background-color: transparent !important;
  margin: 0 !important;
  color: #8886b0;
  padding: 8px 12px !important;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
  background-color: transparent !important;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  background-color: transparent !important;
  margin: 0 !important;
  color: #8886b0;
  padding: 8px 12px !important;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
  background-color: transparent !important;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  background-color: transparent !important;
  margin: 0 !important;
  color: #8886b0;
  padding: 8px 12px !important;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
  background-color: transparent !important;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  background-color: transparent !important;
  margin: 0 !important;
  color: #8886b0;
  padding: 8px 12px !important;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
  background-color: transparent !important;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  background-color: transparent !important;
  margin: 0 !important;
  color: #8886b0;
  padding: 8px 12px !important;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
  background-color: transparent !important;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  background-color: transparent !important;
  margin: 0 !important;
  color: #8886b0;
  padding: 8px 12px !important;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
  background-color: transparent !important;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  background-color: transparent !important;
  margin: 0 !important;
  color: #8886b0;
  padding: 8px 12px !important;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--secondary-color);
  background-color: transparent !important;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li.active
  a {
  color: var(--secondary-color);
}
.digital-wallet-navbar.fin-tech-style .luvion-nav .navbar .others-options {
  margin-left: 30px;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .others-options
  .info-btns {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .others-options
  .info-btns
  li {
  margin-right: 15px;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .others-options
  .info-btns
  li
  .login-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #061029;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.5s;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .others-options
  .info-btns
  li
  .login-btn:hover {
  background-color: #0335ba;
  color: #ffffff;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .others-options
  .info-btns
  li
  .get-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #061029;
  border: 1px solid #434177;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.5s;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .others-options
  .info-btns
  li
  .get-btn:hover {
  background-color: #dd5c00;
  color: #ffffff;
  border: 1px solid #dd5c00;
}
.digital-wallet-navbar.fin-tech-style
  .luvion-nav
  .navbar
  .others-options
  .info-btns
  li:last-child {
  margin-right: 0;
}

/*================================================
Navbar Area CSS
=================================================*/
.digital-wallet-banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(
    181deg,
    #09256d 0.09%,
    #0b329b 48.53%,
    #0438ca 75.13%,
    #0339d3 98.03%
  );
  padding-top: 165px;
  padding-bottom: 100px;
}

.digital-wallet-banner-content {
  text-align: center;
  max-width: 1100px;
  margin: auto;
}
.digital-wallet-banner-content h1 {
  font-size: 85px;
  color: #ffffff;
  margin-bottom: 30px;
}
.digital-wallet-banner-content p {
  color: #bebdd1;
  max-width: 937px;
  margin: auto;
}

.digital-wallet-banner-view {
  margin-top: 200px;
}
.digital-wallet-banner-view h1 {
  white-space: nowrap;
  font-size: 200px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.3);
  animation: marquee 7s linear infinite forwards;
  font-weight: 100;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  letter-spacing: -20px;
}
.digital-wallet-banner-view h1 sup {
  position: relative;
  top: -12px;
  margin: 0 25px;
}
.digital-wallet-banner-view h1:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-66.6%);
  }
}
.digital-wallet-banner-shape1 {
  position: absolute;
  left: -55px;
  top: -85px;
  z-index: -1;
}

.digital-wallet-banner-shape2 {
  position: absolute;
  right: 0;
  top: -125px;
  z-index: -1;
}

/*================================================
DW About Area CSS
=================================================*/
.dw-about-area {
  position: relative;
  z-index: 1;
  margin-top: -435px;
}
.dw-about-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.dw-about-content {
  max-width: 485px;
  position: relative;
  top: -20px;
}
.dw-about-content .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  color: #0335ba;
}
.dw-about-content h2 {
  font-size: 42px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.dw-about-content h2 span {
  display: block;
}
.dw-about-content p {
  margin-bottom: 0;
  max-width: 455px;
}

.dw-about-image {
  text-align: center;
}

.dw-about-items {
  padding-left: 0;
  position: relative;
  top: 0;
}
.dw-about-items .item {
  display: flex;
  gap: 30px;
  align-items: start;
  margin-bottom: 30px;
}
.dw-about-items .item .icon {
  line-height: 1;
}
.dw-about-items .item .icon i {
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
}
.dw-about-items .item .content h3 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.dw-about-items .item .content p {
  margin-bottom: 0;
}
.dw-about-items .item:last-child {
  margin-bottom: 0;
}
.dw-about-items .item:nth-child(1) {
  padding-left: 45px;
}
.dw-about-items .item:nth-child(3) {
  padding-left: 45px;
}

/*================================================
DW Payment Area CSS
=================================================*/
.dw-payment-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.dw-payment-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 995px;
  border-radius: 20px;
  background: #f4f5f6;
  max-width: 1490px;
  margin: auto;
  z-index: -1;
}

.dw-payment-left-card {
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
  border-radius: 20px;
  padding: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.dw-payment-left-card h3 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1.5px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  line-height: 1.4;
}
.dw-payment-left-card h3 strong {
  font-weight: 700;
}
.dw-payment-left-card .plus-btn {
  margin-top: 165px;
}
.dw-payment-left-card .plus-btn a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  color: #0335ba;
  font-size: 23.5px;
  border-radius: 50px;
  transition: 0.5s;
}
.dw-payment-left-card .plus-btn a i:hover {
  background-color: #0335ba;
  color: #ffffff;
}
.dw-payment-left-card .wrap-image {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: -1;
  max-width: 330px;
}
.dw-payment-left-card .wrap-image img {
  border-radius: 10px;
  border: 4px solid #ffffff;
}
.dw-payment-left-card .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.dw-payment-right-card {
  background: linear-gradient(105deg, #f6d658 8.43%, #ff9041 92.59%);
  border-radius: 20px;
  padding: 32px 30px 32px 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.dw-payment-right-card .content {
  max-width: 220px;
}
.dw-payment-right-card .content h3 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1.5px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}
.dw-payment-right-card .content h3 strong {
  font-weight: 700;
}
.dw-payment-right-card .content .plus-btn {
  margin-top: 80px;
}
.dw-payment-right-card .content .plus-btn a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  color: #0335ba;
  font-size: 23.5px;
  border-radius: 50px;
  transition: 0.5s;
}
.dw-payment-right-card .content .plus-btn a i:hover {
  background-color: #0335ba;
  color: #ffffff;
}
.dw-payment-right-card .wrap-image {
  max-width: 315px;
}
.dw-payment-right-card .wrap-image img {
  border-radius: 10px;
  border: 4px solid #ffffff;
}
.dw-payment-right-card .shape {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: -1;
}

.dw-payment-inner {
  background-color: #061029;
  padding: 80px 50px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 50px;
  display: flex;
  align-items: end;
  gap: 20px;
  justify-content: space-between;
}
.dw-payment-inner .left {
  max-width: 380px;
}
.dw-payment-inner .left h3 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1.5px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  color: #ffffff;
}
.dw-payment-inner .left h3 strong {
  font-weight: 700;
}
.dw-payment-inner .left .plus-btn {
  margin-top: 70px;
}
.dw-payment-inner .left .plus-btn a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  color: #0335ba;
  font-size: 23.5px;
  border-radius: 50px;
  transition: 0.5s;
}
.dw-payment-inner .left .plus-btn a i:hover {
  background-color: #0335ba;
  color: #ffffff;
}
.dw-payment-inner .right {
  max-width: 350px;
}
.dw-payment-inner .right p {
  margin-bottom: 0;
  color: #a7a7ba;
}
.dw-payment-inner .shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.dw-payment-inner .shape2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.advertise-view {
  margin-top: 50px;
}
.advertise-view h1 {
  white-space: nowrap;
  font-size: 120px;
  margin-bottom: 0;
  color: rgba(6, 16, 41, 0.1);
  animation: marquee 7s linear infinite forwards;
  font-weight: 100;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  letter-spacing: -12px;
}
.advertise-view h1 sup {
  position: relative;
  top: -12px;
  margin: 0 25px;
}
.advertise-view h1:hover {
  animation-play-state: paused;
}

.payment-mobile {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 1;
  max-width: 260px;
  margin: auto;
}

/*================================================
DW Travel Area CSS
=================================================*/
.dw-travel-area {
  overflow: hidden;
}

.dw-travel-content .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  color: #0335ba;
}
.dw-travel-content h2 {
  font-size: 45px;
  margin-bottom: 15px;
  line-height: 1.4;
  max-width: 660px;
}
.dw-travel-content p {
  margin-bottom: 0;
  max-width: 615px;
}

.dw-travel-card {
  display: flex;
  gap: 45px;
  align-items: center;
  margin-top: 50px;
}
.dw-travel-card .image img {
  border-radius: 20px;
  max-width: 165px;
  width: auto;
}
.dw-travel-card .content {
  max-width: 475px;
}
.dw-travel-card .content h3 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.dw-travel-card .content strong {
  display: block;
  font-weight: 400;
  color: #061029;
  margin-bottom: 12px;
  font-size: 15px;
}
.dw-travel-card .content p {
  margin-bottom: 0;
  font-size: 15px;
}

.dw-travel-slides.owl-theme .owl-dots .owl-dot span {
  width: 25.5px;
  height: 3.5px;
  margin: 0 7px;
  display: block;
  border-radius: 5px;
  background: #dbdae9;
  transition: 0.5s;
}
.dw-travel-slides.owl-theme .owl-dots .owl-dot:hover span,
.dw-travel-slides.owl-theme .owl-dots .owl-dot.active span {
  width: 85px;
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
}
.dw-travel-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  text-align: start;
  margin-top: 55px;
}

.dw-travel-image {
  position: relative;
  padding-left: 90px;
}
.dw-travel-image img {
  border-radius: 20px;
}
.dw-travel-image .wrap {
  background: #e5e6f8;
  box-shadow: 0px 4px 54px 0px rgba(55, 58, 78, 0.06);
  padding: 20px;
  display: flex;
  align-items: start;
  gap: 10px;
  border-radius: 20px;
  max-width: 275px;
  position: absolute;
  top: 50px;
  left: 0;
}
.dw-travel-image .wrap i {
  font-size: 25px;
  color: #0335ba;
}
.dw-travel-image .wrap p {
  font-weight: 500;
  color: #061029;
  margin-bottom: 0;
  font-style: italic;
  font-family: "Poppins", sans-serif;
}

/*================================================
DW Overview Area CSS
=================================================*/
.dw-overview-area {
  overflow: hidden;
}
.dw-overview-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.dw-overview-card {
  border-radius: 20px 0px 0px 20px;
  background: linear-gradient(136deg, #d80650 1.84%, #fe5d68 100%);
  padding: 50px 55px 0px 55px;
  text-align: center;
}
.dw-overview-card h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  letter-spacing: -1.5px;
}
.dw-overview-card h3 strong {
  font-weight: 700;
}
.dw-overview-card .image {
  margin-top: 65px;
  position: relative;
}
.dw-overview-card .image .plus-btn {
  position: absolute;
  right: 0;
  bottom: 50px;
}
.dw-overview-card .image .plus-btn a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  color: #0335ba;
  font-size: 23.5px;
  border-radius: 50px;
  transition: 0.5s;
}
.dw-overview-card .image .plus-btn a i:hover {
  background-color: #0335ba;
  color: #ffffff;
}
.dw-overview-card.wrap2 {
  border-radius: 0;
  background: linear-gradient(152deg, #0335ba 7.3%, #011854 96.06%);
}
.dw-overview-card.wrap3 {
  border-radius: 0;
  background: linear-gradient(326deg, #31eec8 22.31%, #0ddaed 79.02%);
}
.dw-overview-card.wrap4 {
  border-radius: 0px 20px 20px 0px;
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
}

/*================================================
DW Key Area CSS
=================================================*/
.dw-key-image {
  position: sticky;
  top: 140px;
  padding-right: 30px;
}
.dw-key-image img {
  border-radius: 20px 0 0 20px;
}

.dw-key-content {
  padding-left: 100px;
}
.dw-key-content .top {
  margin-bottom: 75px;
}
.dw-key-content .top .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  color: #0335ba;
}
.dw-key-content .top h2 {
  font-size: 45px;
  margin-bottom: 0;
  line-height: 1.4;
}
.dw-key-content .inner-items .item {
  margin-bottom: 65px;
}
.dw-key-content .inner-items .item h3 {
  font-family: "Poppins", sans-serif;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.dw-key-content .inner-items .item h3 i {
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dw-key-content .inner-items .item h3 span {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
}
.dw-key-content .inner-items .item p {
  margin-bottom: 0;
}
.dw-key-content .inner-items .item:last-child {
  margin-bottom: 0;
}

/*================================================
DW Security Area CSS
=================================================*/
.dw-security-area {
  position: relative;
  z-index: 1;
}
.dw-security-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #061029;
  max-width: 1490px;
  margin: auto;
  z-index: -1;
}
.dw-security-area .section-wrap-title .sub {
  color: #f6d658;
}
.dw-security-area .section-wrap-title h2 {
  color: #ffffff;
}

.dw-security-card {
  position: sticky;
  top: 140px;
}
.dw-security-card .image {
  border-radius: 20px;
  overflow: hidden;
}
.dw-security-card .image img {
  border-radius: 20px;
  transition: 0.5s;
}
.dw-security-card .content {
  margin-top: 35px;
}
.dw-security-card .content h3 {
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.dw-security-card .content p {
  margin-bottom: 0;
  color: #a7a7ba;
}

.col-xl-4:nth-child(1) .dw-security-card {
  margin-top: 150px;
}
.col-xl-4:nth-child(2) .dw-security-card {
  margin-top: 0;
}
.col-xl-4:nth-child(3) .dw-security-card {
  margin-top: -150px;
}

/*================================================
DW FAQ Area CSS
=================================================*/
.dw-faq-area {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.dw-faq-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #f4f5f6;
  max-width: 1490px;
  margin: auto;
  z-index: -1;
}

.dw-faq-accordion {
  max-width: 1095px;
  margin: auto;
}
.dw-faq-accordion .accordion-item {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: 0.5s;
  border: none;
  padding: 25px 30px;
}
.dw-faq-accordion .accordion-item .accordion-button {
  color: #061029;
  position: relative;
  box-shadow: unset;
  display: block;
  border: none;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  transition: 0.5s;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
}
.dw-faq-accordion .accordion-item .accordion-button::before {
  position: absolute;
  content: "\ea4d";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "remixicon" !important;
  font-size: 15px;
  color: #0335ba;
}
.dw-faq-accordion .accordion-item .accordion-button.collapsed::before {
  content: "\ea77";
}
.dw-faq-accordion .accordion-item .accordion-body {
  border-top: 1px solid rgba(3, 53, 186, 0.1);
  padding: 20px 0 0 0;
  margin-top: 20px;
}
.dw-faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-link-btn {
  text-align: center;
  margin-top: 30px;
}
.faq-link-btn p a {
  font-weight: 700;
  color: #0335ba;
}
.faq-link-btn p a:hover {
  color: var(--secondary-color);
  letter-spacing: 0.5px;
}

/*================================================
Download Wallet Area CSS
=================================================*/
.download-wallet-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.download-wallet-area.wrap-black-bg {
  background-color: #061029;
  margin: 0 20px;
  border-radius: 0 0 10px 10px;
}
.download-wallet-area.wrap-black-bg .download-wallet-content .top .sub {
  color: #dd5c00;
}
.download-wallet-area.wrap-black-bg .download-wallet-content .top h2 {
  color: #ffffff;
}
.download-wallet-area.wrap-black-bg .download-wallet-content .inner .left {
  border-right: 1px solid rgba(233, 234, 245, 0.3);
}
.download-wallet-area.wrap-black-bg
  .download-wallet-content
  .inner
  .left
  form
  label {
  color: #ffffff;
}
.download-wallet-area.wrap-black-bg
  .download-wallet-content
  .inner
  .left
  form
  .form-control {
  background: #2a2d4e;
  color: #8886b0;
}
.download-wallet-area.wrap-black-bg
  .download-wallet-content
  .inner
  .left
  form
  .form-control::-moz-placeholder {
  color: #8886b0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.download-wallet-area.wrap-black-bg
  .download-wallet-content
  .inner
  .left
  form
  .form-control::placeholder {
  color: #8886b0;
  transition: 0.5s;
}
.download-wallet-area.wrap-black-bg
  .download-wallet-content
  .inner
  .left
  form
  .form-control:focus::-moz-placeholder {
  color: transparent;
}
.download-wallet-area.wrap-black-bg
  .download-wallet-content
  .inner
  .left
  form
  .form-control:focus::placeholder {
  color: transparent;
}
.download-wallet-area.wrap-black-bg
  .download-wallet-content
  .inner
  .right
  span {
  color: #ffffff;
}

.download-wallet-image {
  padding-right: 30px;
}
.download-wallet-image img {
  border-radius: 20px;
}

.download-wallet-content {
  padding-left: 50px;
}
.download-wallet-content .top {
  margin-bottom: 40px;
}
.download-wallet-content .top .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  color: #0335ba;
}
.download-wallet-content .top h2 {
  font-size: 45px;
  margin-bottom: 0;
  line-height: 1.4;
}
.download-wallet-content .inner {
  display: flex;
  justify-content: space-between;
}
.download-wallet-content .inner .left {
  max-width: 415px;
  border-right: 1px solid #e9eaf5;
  padding-right: 45px;
}
.download-wallet-content .inner .left form label {
  font-weight: 600;
  color: #061029;
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.download-wallet-content .inner .left form .form-control {
  border-radius: 7px;
  background: #e9eaf5;
  height: 60px;
  padding: 10px 20px;
  border: none;
  color: #8886b0;
  transition: 0.5s;
}
.download-wallet-content .inner .left form .form-control::-moz-placeholder {
  color: #8886b0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.download-wallet-content .inner .left form .form-control::placeholder {
  color: #8886b0;
  transition: 0.5s;
}
.download-wallet-content
  .inner
  .left
  form
  .form-control:focus::-moz-placeholder {
  color: transparent;
}
.download-wallet-content .inner .left form .form-control:focus::placeholder {
  color: transparent;
}
.download-wallet-content .inner .left form .default-btn {
  border: none;
  margin-top: 12px;
}
.download-wallet-content .inner .left p {
  margin-top: 20px;
  margin-bottom: 0;
}
.download-wallet-content .inner .right {
  text-align: center;
  padding-left: 45px;
}
.download-wallet-content .inner .right span {
  color: #061029;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.download-wallet-content .inner .right img {
  border-radius: 5px;
}
.download-wallet-content.wrap-style2 {
  padding-left: 90px;
}
.download-wallet-content.wrap-style2 .top .sub {
  color: #dd5c00;
}
.download-wallet-content.wrap-style2 .top h2 {
  margin-bottom: 15px;
}
.download-wallet-content.wrap-style2 .inner .left {
  width: 100%;
}

.download-wallet-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  z-index: -1;
  width: 100%;
}
.download-wallet-shape img {
  width: 100%;
}

/*================================================
DW Blog Area CSS
=================================================*/
.dw-blog-card .image {
  position: relative;
  border-radius: 20px;
}
.dw-blog-card .image a img {
  border-radius: 20px;
  transition: 0.5s;
}
.dw-blog-card .image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0px 20px;
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
  padding: 20px 15px;
}
.dw-blog-card .image .date span {
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 500;
  color: #ffffff;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
.dw-blog-card .content {
  margin-top: 30px;
}
.dw-blog-card .content span {
  font-size: 14px;
  font-weight: 500;
  color: #0335ba;
  display: block;
  margin-bottom: 10px;
}
.dw-blog-card .content h3 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  margin-bottom: 0;
}

.dw-blog-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -120px;
  display: flex;
}
.dw-blog-slides.owl-theme .owl-nav [class*="owl-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 70px;
  width: 70px;
  background: linear-gradient(136deg, #d80650 1.84%, #fe5d68 100%);
  box-shadow: drop-shadow(0px 2px 10px rgba(114, 119, 182, 0.05));
  border-radius: 50px;
  font-size: 30px;
  color: #ffffff;
  transition: 0.5s;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
.dw-blog-slides.owl-theme .owl-nav [class*="owl-"]::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
  height: 100%;
  width: 100%;
  border-radius: 50px;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}
.dw-blog-slides.owl-theme .owl-nav [class*="owl-"]:hover::before {
  opacity: 1;
}
.dw-blog-slides.owl-theme .owl-nav [class*="owl-"]:last-child {
  margin-right: 0;
}

/*================================================
OIP Banner Area CSS
=================================================*/
.oip-banner-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 10px 10px 0px 10px;
  border-radius: 10px;
  padding-top: 315px;
  padding-bottom: 150px;
}
.oip-banner-area .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.oip-banner-content {
  max-width: 720px;
}
.oip-banner-content h1 {
  font-size: 80px;
  letter-spacing: -1.5px;
  margin-bottom: 15px;
}
.oip-banner-content h1 span {
  display: block;
}
.oip-banner-content h1 strong {
  font-weight: 800;
  color: #0335ba;
}
.oip-banner-content p {
  margin-bottom: 0;
  color: #5c5c6b;
}
.oip-banner-content .banner-btn {
  margin-top: 30px;
}
.oip-banner-content .banner-btn .default-btn {
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
}
.oip-banner-content .banner-btn .default-btn::before {
  background: linear-gradient(136deg, #d80650 1.84%, #fe5d68 100%);
}
.oip-banner-content .user-info {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 50px;
}
.oip-banner-content .user-info .list {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.oip-banner-content .user-info .list li {
  list-style-type: none;
  margin-right: -15px;
}
.oip-banner-content .user-info .list li img {
  border-radius: 50px;
}
.oip-banner-content .user-info .list li:last-child {
  margin-right: 0;
}
.oip-banner-content .user-info .title {
  max-width: 235px;
}
.oip-banner-content .user-info .title span {
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #061029;
  font-family: "Poppins", sans-serif;
}
.oip-banner-content .user-info .title span strong {
  font-weight: 800;
}

.oip-banner-video-wrap {
  position: absolute;
  bottom: 110px;
  right: 90px;
}
.oip-banner-video-wrap .video-btn {
  display: flex;
  gap: 20px;
  align-items: center;
}
.oip-banner-video-wrap .video-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #f6d658;
  color: var(--primary-color);
  font-size: 25px;
  border-radius: 100px;
  transition: 0.5s;
}
.oip-banner-video-wrap .video-btn span {
  max-width: 220px;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
}
.oip-banner-video-wrap .video-btn span strong {
  font-weight: 900;
}
.oip-banner-video-wrap .video-btn:hover i {
  background-color: #0335ba;
  color: #ffffff;
}

/*================================================
OIP Features Area CSS
=================================================*/
.oip-features-area {
  overflow: hidden;
}

.oip-features-item {
  display: flex;
  gap: 30px;
  align-items: start;
}
.oip-features-item .icon {
  line-height: 1;
}
.oip-features-item .icon i {
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
}
.oip-features-item .content h3 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.oip-features-item .content p {
  margin-bottom: 0;
}

.oip-features-card {
  border-top: 1px solid rgba(6, 16, 41, 0.1);
  padding-top: 35px;
  transition: 0.5s;
}
.oip-features-card h3 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.oip-features-card p {
  margin-bottom: 0;
}
.oip-features-card:hover {
  border-top: 1px solid #0335ba;
}

/*================================================
OIP About Area CSS
=================================================*/
.oip-about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.oip-about-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: #f5e8df;
  max-width: 1490px;
  margin: auto;
  z-index: -1;
}
.oip-about-area.wrap-bg2::before {
  background: #eaebf4;
}

.oip-about-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.oip-about-content {
  padding-left: 25px;
}
.oip-about-content .top .inner-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.oip-about-content .top .inner-content {
  padding-left: 45px;
}
.oip-about-content .top .inner-content .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  color: #0335ba;
}
.oip-about-content .top .inner-content h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
.oip-about-content .top .inner-content p {
  margin-bottom: 0;
}
.oip-about-content .fun-items {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(6, 16, 41, 0.1);
  margin-top: 50px;
  padding-top: 30px;
  padding-left: 50px;
}
.oip-about-content .fun-items .item {
  margin-right: 25px;
}
.oip-about-content .fun-items .item h3 {
  display: flex;
  align-items: center;
  font-size: 45px;
  font-weight: 800;
  color: #dd5c00;
  margin-bottom: 10px;
}
.oip-about-content .fun-items .item h5 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 10px;
}
.oip-about-content .fun-items .item p {
  margin-bottom: 0;
  color: #061029;
}
.oip-about-content .fun-items .item:last-child {
  margin-right: 0;
}
.oip-about-content .inner {
  border-top: 1px solid rgba(6, 16, 41, 0.1);
  margin-top: 50px;
  padding-top: 50px;
}
.oip-about-content .inner .content h4 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.oip-about-content .inner .content p {
  margin-bottom: 0;
}

/*================================================
OIP Make More Area CSS
=================================================*/
.oip-make-more-items .item {
  margin-bottom: 20px;
  position: sticky;
  top: 150px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 0 0 0;
}
.oip-make-more-items .item .oip-make-more-content {
  max-width: 510px;
}
.oip-make-more-items .item .oip-make-more-content .sub {
  display: inline-flex;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid rgba(6, 16, 41, 0.1);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.oip-make-more-items .item .oip-make-more-content h5 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.6px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.oip-make-more-items .item .oip-make-more-content p {
  margin-bottom: 0;
}
.oip-make-more-items .item .oip-make-more-content .more-btn {
  margin-top: 25px;
}
.oip-make-more-items .item .oip-make-more-content .more-btn .default-btn {
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
}
.oip-make-more-items
  .item
  .oip-make-more-content
  .more-btn
  .default-btn::before {
  background: linear-gradient(136deg, #d80650 1.84%, #fe5d68 100%);
}
.oip-make-more-items .item .oip-make-more-image {
  padding-left: 35px;
}
.oip-make-more-items .item .oip-make-more-image img {
  border-radius: 10px;
}
.oip-make-more-items .item:last-child {
  margin-bottom: 0;
}

/*================================================
OIP Advertise Area CSS
=================================================*/
.oip-advertise-area {
  overflow: hidden;
}
.oip-advertise-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.oip-advertise-view h1 {
  white-space: nowrap;
  font-size: 120px;
  margin-bottom: 0;
  color: rgba(6, 16, 41, 0.1);
  animation: marquee 7s linear infinite forwards;
  font-weight: 100;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  letter-spacing: -12px;
}
.oip-advertise-view h1 sup {
  position: relative;
  top: -12px;
  margin: 0 25px;
}
.oip-advertise-view h1:hover {
  animation-play-state: paused;
}

/*================================================
OIP Into Area CSS
=================================================*/
.oip-into-area {
  overflow: hidden;
}

.oip-into-faq-accordion .accordion-item {
  background-color: transparent;
  border-radius: 0;
  transition: 0.5s;
  border: none;
  border-bottom: 1px solid rgba(6, 16, 41, 0.1);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.oip-into-faq-accordion .accordion-item .accordion-button {
  color: rgba(6, 16, 41, 0.4);
  position: relative;
  box-shadow: unset;
  display: block;
  border: none;
  width: 100%;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.6px;
  padding: 0;
  transition: 0.5s;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
}
.oip-into-faq-accordion .accordion-item .accordion-button::before {
  position: absolute;
  content: "\ea4c";
  right: 0;
  top: 0;
  font-family: "remixicon" !important;
  font-size: 15px;
  color: rgba(6, 16, 41, 0.4);
  transition: 0.5s;
}
.oip-into-faq-accordion .accordion-item .accordion-button.collapsed::before {
  content: "\ea76";
}
.oip-into-faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: none;
  color: #061029;
}
.oip-into-faq-accordion
  .accordion-item
  .accordion-button:not(.collapsed)::before {
  color: #061029;
}
.oip-into-faq-accordion .accordion-item .accordion-body {
  padding: 25px 0 0 0;
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: space-between;
}
.oip-into-faq-accordion .accordion-item .accordion-body p {
  margin-bottom: 0;
}
.oip-into-faq-accordion .accordion-item .accordion-body img {
  border-radius: 10px;
}
.oip-into-faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.oip-into-content {
  max-width: 610px;
  padding-left: 100px;
}
.oip-into-content .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  color: #0335ba;
}
.oip-into-content h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
.oip-into-content p strong {
  font-weight: 500;
  color: #061029;
}
.oip-into-content .into-btn {
  margin-top: 25px;
}
.oip-into-content .into-btn .default-btn {
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
}
.oip-into-content .into-btn .default-btn::before {
  background: linear-gradient(136deg, #d80650 1.84%, #fe5d68 100%);
}

/*================================================
OIP Pricing Area CSS
=================================================*/
.oip-pricing-area {
  background-color: #061029;
  margin: 0 20px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.oip-pricing-content .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  color: #dd5c00;
}
.oip-pricing-content h2 {
  font-size: 45px;
  margin-bottom: 20px;
  color: #ffffff;
}
.oip-pricing-content p {
  margin-bottom: 0;
  color: #a7a7ba;
  max-width: 350px;
}
.oip-pricing-content .pricing-btn {
  margin-top: 30px;
}
.oip-pricing-content .pricing-btn .default-btn {
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
}
.oip-pricing-content .pricing-btn .default-btn::before {
  background: linear-gradient(136deg, #d80650 1.84%, #fe5d68 100%);
}

.oip-pricing-boxes {
  padding-left: 100px;
}

.oip-pricing-card {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 10px;
}
.oip-pricing-card .inner {
  border-radius: 10px;
  background: rgba(6, 16, 41, 0.6);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  padding: 30px;
}
.oip-pricing-card .inner .price {
  margin-bottom: 20px;
}
.oip-pricing-card .inner .price span {
  display: inline-flex;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  background: linear-gradient(326deg, #31eec8 22.31%, #0ddaed 79.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
}
.oip-pricing-card .inner h5 {
  font-weight: 800;
  letter-spacing: 1.6px;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.oip-pricing-card .inner .list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.oip-pricing-card .inner .list li {
  list-style-type: none;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  display: flex;
  gap: 12px;
  align-items: start;
}
.oip-pricing-card .inner .list li i {
  font-size: 10px;
  position: relative;
  top: 7px;
}
.oip-pricing-card .inner .list li p {
  color: #c2c1da;
}
.oip-pricing-card .inner .list li:last-child {
  margin-bottom: 0;
}
.oip-pricing-card .inner .pricing-btn {
  margin-top: 90px;
}
.oip-pricing-card .inner .pricing-btn .default-btn {
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
}
.oip-pricing-card .inner .pricing-btn .default-btn::before {
  background: linear-gradient(136deg, #d80650 1.84%, #fe5d68 100%);
}

/*================================================
OIP Testimonials Area CSS
=================================================*/
.oip-testimonials-area {
  overflow: hidden;
}

.oip-testimonials-content .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: #dd5c00;
}
.oip-testimonials-content.wrap2 {
  position: relative;
  padding-left: 70px;
}
.oip-testimonials-content.wrap2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
}

.oip-testimonials-card .trust-pilot {
  margin-bottom: 20px;
}
.oip-testimonials-card .trust-pilot img {
  width: auto;
}
.oip-testimonials-card p {
  font-size: 30px;
  font-weight: 700;
  color: #061029;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  max-width: 635px;
}
.oip-testimonials-card .info {
  margin-top: 30px;
}
.oip-testimonials-card .info h5 {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #0335ba;
  margin-bottom: 0;
}
.oip-testimonials-card .info span {
  font-size: 14px;
  display: block;
  margin-top: 12px;
}

.oip-testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 10.5px;
  height: 5.5px;
  margin: 0 7px;
  display: block;
  border-radius: 5px;
  background: #ede1d9;
  transition: 0.5s;
}
.oip-testimonials-slides.owl-theme .owl-dots .owl-dot:hover span,
.oip-testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  width: 35px;
  background: #dd5c00;
}
.oip-testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  text-align: start;
  margin-top: 45px;
}

/*================================================
OIP Choose Area CSS
=================================================*/
.oip-choose-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.oip-choose-inner::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #e7e7f0;
  max-width: 1075px;
  margin: auto;
  z-index: -1;
}
.oip-choose-inner .coin1 {
  position: absolute;
  top: 90px;
  left: 210px;
  z-index: -1;
}
.oip-choose-inner .coin2 {
  position: absolute;
  top: 150px;
  right: 210px;
  z-index: -1;
}

.oip-choose-card {
  background-color: #061029;
  border-radius: 10px;
  padding: 40px 35px;
}
.oip-choose-card .image {
  margin-bottom: 80px;
}
.oip-choose-card h3 {
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  letter-spacing: 1.6px;
}
.oip-choose-card p {
  margin-bottom: 0;
}

/*================================================
OIP Type Area CSS
=================================================*/
.oip-type-area {
  overflow: hidden;
}

.oip-type-content {
  max-width: 530px;
}
.oip-type-content .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  color: #dd5c00;
}
.oip-type-content h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
.oip-type-content p {
  margin-bottom: 0;
  max-width: 465px;
}
.oip-type-content .type-btn {
  margin-top: 30px;
}
.oip-type-content .type-btn .default-btn {
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
}
.oip-type-content .type-btn .default-btn::before {
  background: linear-gradient(136deg, #d80650 1.84%, #fe5d68 100%);
}

.oip-type-list {
  max-width: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.oip-type-list li {
  list-style-type: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  font-family: "Poppins", sans-serif;
  color: #0335ba;
  display: flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(136, 134, 176, 0.1);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.oip-type-list li:last-child {
  margin-bottom: 0;
}

/*================================================
OIP Experience Area CSS
=================================================*/
.oip-experience-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.oip-experience-inner .oip-experience-video {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -11;
  border-radius: 10px;
}
.oip-experience-inner::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: rgba(6, 16, 41, 0.7);
  z-index: -1;
}

.oip-experience-content {
  max-width: 910px;
  margin: auto;
  text-align: center;
}
.oip-experience-content .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  background: linear-gradient(326deg, #31eec8 22.31%, #0ddaed 79.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.oip-experience-content h2 {
  font-size: 45px;
  margin-bottom: 0;
  color: #ffffff;
}
.oip-experience-content .experience-btn {
  margin-top: 30px;
}
.oip-experience-content .experience-btn .default-btn {
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
}
.oip-experience-content .experience-btn .default-btn::before {
  background: linear-gradient(136deg, #d80650 1.84%, #fe5d68 100%);
}

/*================================================
FinTech Banner Area CSS
=================================================*/
.fin-tech-banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #061029;
  padding-top: 165px;
}
.fin-tech-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.fin-tech-banner-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 350px;
  background-color: #ffffff;
  z-index: -1;
}

.fin-tech-banner-content {
  max-width: 1250px;
  margin: auto;
  text-align: center;
}
.fin-tech-banner-content .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  color: #bdf906;
  font-family: "Poppins", sans-serif;
}
.fin-tech-banner-content h1 {
  font-size: 80px;
  color: #ffffff;
  margin-bottom: 0;
}
.fin-tech-banner-content .banner-btn {
  margin-top: 25px;
}
.fin-tech-banner-content .banner-btn .default-btn {
  background: #bdf906;
  color: #061029 !important;
}
.fin-tech-banner-content .banner-btn .default-btn::before {
  background: linear-gradient(326deg, #31eec8 22.31%, #0ddaed 79.02%);
}

.fin-tech-banner-inner {
  margin-top: 80px;
}

.fin-tech-banner-image {
  max-width: 1025px;
  margin: auto;
}
.fin-tech-banner-image img {
  border-radius: 20px;
}

.fin-tech-banner-fun-left .item {
  margin-bottom: 390px;
}
.fin-tech-banner-fun-left .item h3 {
  display: flex;
  align-items: center;
  font-size: 45px;
  font-weight: 800;
  color: #0ddaed;
  margin-bottom: 10px;
}
.fin-tech-banner-fun-left .item h5 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #8886b0;
}
.fin-tech-banner-fun-left .item p {
  margin-bottom: 0;
  color: #8886b0;
}
.fin-tech-banner-fun-left .item:last-child {
  margin-left: 30px;
  margin-bottom: 0;
}
.fin-tech-banner-fun-left .item:last-child h3 {
  color: #dd5c00;
}
.fin-tech-banner-fun-left .item:last-child h5 {
  color: #061029;
}
.fin-tech-banner-fun-left .item:last-child p {
  color: #061029;
}

.fin-tech-banner-fun-right .item {
  margin-bottom: 390px;
}
.fin-tech-banner-fun-right .item h3 {
  display: flex;
  align-items: center;
  font-size: 45px;
  font-weight: 800;
  color: #0ddaed;
  margin-bottom: 10px;
}
.fin-tech-banner-fun-right .item h5 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #8886b0;
}
.fin-tech-banner-fun-right .item p {
  margin-bottom: 0;
  color: #8886b0;
}
.fin-tech-banner-fun-right .item:first-child {
  margin-left: 35px;
}
.fin-tech-banner-fun-right .item:last-child {
  margin-bottom: 0;
}
.fin-tech-banner-fun-right .item:last-child h3 {
  color: #dd5c00;
}
.fin-tech-banner-fun-right .item:last-child h5 {
  color: #061029;
}
.fin-tech-banner-fun-right .item:last-child p {
  color: #061029;
}

.fin-tech-banner-shape1 {
  position: absolute;
  left: 30px;
  top: 70px;
  z-index: -1;
}

.fin-tech-banner-shape2 {
  position: absolute;
  right: 30px;
  top: 70px;
  z-index: -1;
}

.fin-tech-banner-shape3 {
  position: absolute;
  left: 30px;
  bottom: 430px;
  z-index: -1;
}

.fin-tech-banner-shape4 {
  position: absolute;
  right: 30px;
  bottom: 430px;
  z-index: -1;
}

/*================================================
FT Partner Area CSS
=================================================*/
.ft-partner-area {
  overflow: hidden;
}

.ft-partner-item {
  text-align: center;
}

/*================================================
FT About Area CSS
=================================================*/
.ft-about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ft-about-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #bdf906;
  max-width: 1490px;
  margin: auto;
  z-index: -1;
}

.ft-about-image {
  padding-right: 20px;
}
.ft-about-image img {
  border-radius: 10px;
}

.ft-about-content {
  padding-left: 35px;
}
.ft-about-content .top {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ft-about-content .top .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  color: #dd5c00;
}
.ft-about-content .top h2 {
  font-size: 45px;
  margin-bottom: 0;
}
.ft-about-content .top::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1050px;
  height: 1px;
  background: rgba(6, 16, 41, 0.1);
  z-index: -1;
}
.ft-about-content .top .coin {
  position: absolute;
  right: -25px;
  bottom: -22px;
}
.ft-about-content .list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.ft-about-content .list li {
  list-style-type: none;
  display: flex;
  gap: 12px;
  color: #3e5715;
  align-items: center;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.ft-about-content .list li i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 1px solid #061029;
  color: #061029;
  border-radius: 50px;
}
.ft-about-content .list li:last-child {
  margin-bottom: 0;
}
.ft-about-content .about-btn {
  margin-top: 30px;
}
.ft-about-content .about-btn .default-btn {
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
}
.ft-about-content .about-btn .default-btn::before {
  background: linear-gradient(136deg, #d80650 1.84%, #fe5d68 100%);
}

/*================================================
FT Why Area CSS
=================================================*/
.ft-why-area {
  overflow: hidden;
}

.ft-why-card .image {
  margin-bottom: 45px;
}
.ft-why-card h3 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.6px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.ft-why-card p {
  margin-bottom: 0;
}

/*================================================
FT Overview Area CSS
=================================================*/
.ft-overview-item {
  margin-bottom: 20px;
  position: sticky;
  top: 150px;
}
.ft-overview-item::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #0335ba;
  max-width: 1490px;
  margin: auto;
  z-index: -1;
}
.ft-overview-item.wrap2::before {
  background: #dd5c00;
}
.ft-overview-item.wrap2 .ft-overview-content p {
  color: #e4dbd9;
}
.ft-overview-item.wrap3::before {
  background: #061029;
}
.ft-overview-item:last-child {
  margin-bottom: 0;
}

.ft-overview-content {
  max-width: 415px;
}
.ft-overview-content .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  color: #dd5c00;
}
.ft-overview-content h2 {
  font-size: 45px;
  margin-bottom: 15px;
  color: #ffffff;
}
.ft-overview-content p {
  margin-bottom: 0;
  color: #a1a0be;
  max-width: 380px;
}

/*================================================
Global Scale Area CSS
=================================================*/
.global-scale-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.global-scale-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #061029;
  max-width: 1490px;
  margin: auto;
  z-index: -1;
}

.global-scale-content .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  color: #f6d658;
}
.global-scale-content h2 {
  font-size: 45px;
  margin-bottom: 15px;
  color: #ffffff;
}
.global-scale-content p {
  margin-bottom: 0;
  color: #e4dbd9;
}

.global-scale-image img {
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.global-scale-fun-items {
  padding-left: 55px;
  margin-top: 50px;
}
.global-scale-fun-items .item {
  margin-bottom: 30px;
}
.global-scale-fun-items .item h3 {
  display: flex;
  align-items: center;
  font-size: 45px;
  font-weight: 800;
  color: #bdf906;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
.global-scale-fun-items .item p {
  margin-bottom: 0;
  color: #d0d3db;
}
.global-scale-fun-items .item:first-child {
  padding-left: 100px;
}
.global-scale-fun-items .item:last-child {
  margin-bottom: 0;
  padding-left: 100px;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.global-scale-shape1 {
  position: absolute;
  left: 50px;
  bottom: 0;
  z-index: -1;
}

.global-scale-shape2 {
  position: absolute;
  right: 110px;
  top: -30px;
  z-index: -1;
}

/*================================================
FT Blog Area CSS
=================================================*/
.ft-blog-area {
  overflow: hidden;
}

.ft-blog-card {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 2px 34px 0px rgba(46, 62, 104, 0.06);
  overflow: hidden;
}
.ft-blog-card .image {
  padding: 10px 10px 0px 10px;
  transition: 0.5s;
}
.ft-blog-card .image a img {
  border-radius: 8px 8px 0px 0px;
}
.ft-blog-card .content {
  padding: 30px;
}
.ft-blog-card .content .meta {
  display: flex;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
.ft-blog-card .content .meta li {
  list-style-type: none;
  font-size: 14px;
  font-weight: 500;
  color: #dd5c00;
  font-family: "Poppins", sans-serif;
  margin-right: 30px;
  position: relative;
}
.ft-blog-card .content .meta li::before {
  position: absolute;
  content: "";
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #e3d9d2;
}
.ft-blog-card .content .meta li:last-child {
  margin-right: 0;
}
.ft-blog-card .content .meta li:last-child::before {
  display: none;
}
.ft-blog-card .content h3 {
  font-weight: 800;
  letter-spacing: 1.6px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  margin-bottom: 12px;
}
.ft-blog-card .content p {
  margin-bottom: 35px;
}
.ft-blog-card .content .blog-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #0335ba;
  font-family: "Poppins", sans-serif;
  transition: 0.5s;
}
.ft-blog-card .content .blog-btn:hover {
  color: var(--secondary-color);
}

/*================================================
Page Banner Wrap Area CSS
=================================================*/
.page-banner-wrap-area {
  overflow: hidden;
}
.page-banner-wrap-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

/* .page-banner-wrap-content {
  max-width: 670px;
} */
.page-banner-wrap-content h2 {
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: -1.6px;
}
.page-banner-wrap-content p {
  margin-bottom: 0;
}
.page-banner-wrap-content .banner-btn {
  margin-top: 30px;
}
.page-banner-wrap-content .banner-btn .default-btn {
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
}
.page-banner-wrap-content .banner-btn .default-btn::before {
  background: linear-gradient(136deg, #d80650 1.84%, #fe5d68 100%);
}

.page-banner-wrap-image {
  position: relative;
}
.page-banner-wrap-image img {
  border-radius: 20px;
}
.page-banner-wrap-image .wrap {
  position: absolute;
  left: -80px;
  top: 100px;
}

/*================================================
Tax Filing Area CSS
=================================================*/
.tax-filing-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 30px;
}
.tax-filing-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #f5e8df;
  z-index: -1;
}

.tax-filing-content .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  color: #dd5c00;
}
.tax-filing-content h2 {
  font-size: 45px;
  margin-bottom: 0;
}
.tax-filing-content .image {
  text-align: end;
}

.tax-filing-items {
  padding-left: 180px;
}
.tax-filing-items .item {
  border-top: 1px solid rgba(6, 16, 41, 0.1);
  padding-top: 40px;
  margin-bottom: 40px;
}
.tax-filing-items .item h3 {
  font-size: 16px;
  letter-spacing: 1.6px;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.tax-filing-items .item p {
  margin-bottom: 0;
}
.tax-filing-items .item:last-child {
  margin-bottom: 0;
}

/*================================================
Less Error Free Area CSS
=================================================*/
.less-error-free-area {
  overflow: hidden;
}

.less-error-free-image {
  margin-bottom: 50px;
}
.less-error-free-image img {
  border-radius: 10px;
}

.less-error-free-card h3 {
  font-size: 17px;
  letter-spacing: 1.7px;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
}
.less-error-free-card p {
  margin-bottom: 0;
}

/*================================================
OIP Pricing Wrap Area CSS
=================================================*/
.oip-pricing-wrap-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.oip-pricing-wrap-inner::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #e7e7f0;
  max-width: 1075px;
  margin: auto;
  z-index: -1;
}
.oip-pricing-wrap-inner .coin1 {
  position: absolute;
  top: 90px;
  left: 210px;
  z-index: -1;
}
.oip-pricing-wrap-inner .coin2 {
  position: absolute;
  top: 150px;
  right: 210px;
  z-index: -1;
}

.oip-pricing-wrap-card {
  background-color: #061029;
  border-radius: 10px;
  padding: 40px 35px;
}
.oip-pricing-wrap-card .image {
  margin-bottom: 25px;
}
.oip-pricing-wrap-card .price {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.oip-pricing-wrap-card .price h3 {
  font-size: 16px;
  letter-spacing: 1.6px;
  font-weight: 800;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
.oip-pricing-wrap-card .price h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 37px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.oip-pricing-wrap-card p {
  margin-bottom: 15px;
}
.oip-pricing-wrap-card .list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.oip-pricing-wrap-card .list li {
  list-style-type: none;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  display: flex;
  gap: 12px;
  align-items: start;
}
.oip-pricing-wrap-card .list li i {
  font-size: 10px;
  position: relative;
  top: 7px;
}
.oip-pricing-wrap-card .list li p {
  color: #c2c1da;
  margin-bottom: 0;
}
.oip-pricing-wrap-card .list li:last-child {
  margin-bottom: 0;
}
.oip-pricing-wrap-card .price-btn {
  margin-top: 25px;
}
.oip-pricing-wrap-card .price-btn .default-btn {
  background: linear-gradient(284deg, #116bff 24.09%, #8f98ff 86.01%);
}
.oip-pricing-wrap-card .price-btn .default-btn::before {
  background: linear-gradient(136deg, #d80650 1.84%, #fe5d68 100%);
}

/*================================================
DW Footer Area CSS
=================================================*/
.dw-footer-area {
  overflow: hidden;
  background-color: #061029;
  border-radius: 20px 20px 0px 0px;
}
.dw-footer-area .copyright-area {
  margin-top: 100px;
  border-top: 1px solid rgba(233, 234, 245, 0.1);
  padding-top: 35px;
  padding-bottom: 35px;
}
.dw-footer-area .copyright-area p {
  text-align: start;
  color: #918e9d;
}
.dw-footer-area .copyright-area p a {
  font-weight: 500;
  color: #ffffff;
}
.dw-footer-area .copyright-area p a:hover {
  color: var(--secondary-color);
}
.dw-footer-area .copyright-area .social {
  display: flex;
  margin-bottom: 0;
  justify-content: end;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
}
.dw-footer-area .copyright-area .social li {
  list-style-type: none;
  margin-right: 20px;
}
.dw-footer-area .copyright-area .social li a i {
  font-size: 20px;
  color: #ffffff;
  transition: 0.5s;
}
.dw-footer-area .copyright-area .social li a i:hover {
  color: var(--secondary-color);
}
.dw-footer-area .copyright-area .social li:last-child {
  margin-right: 0;
}

.dw-footer-left .widget-logo {
  margin-bottom: 50px;
}
.dw-footer-left .list {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.dw-footer-left .list li {
  list-style-type: none;
  font-family: "Poppins", sans-serif;
  margin-right: 45px;
}
.dw-footer-left .list li a {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.dw-footer-left .list li a:hover {
  color: var(--secondary-color);
}
.dw-footer-left .list li:last-child {
  margin-right: 0;
}

.dw-footer-right {
  padding-left: 70px;
}
.dw-footer-right span {
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.dw-footer-right .newsletter-form {
  position: relative;
}
.dw-footer-right .newsletter-form .form-control {
  border-radius: 7px;
  background: #e9eaf5;
  height: 60px;
  padding: 10px 145px 10px 20px;
  border: none;
  color: #8886b0;
  transition: 0.5s;
}
.dw-footer-right .newsletter-form .form-control::-moz-placeholder {
  color: #8886b0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.dw-footer-right .newsletter-form .form-control::placeholder {
  color: #8886b0;
  transition: 0.5s;
}
.dw-footer-right .newsletter-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.dw-footer-right .newsletter-form .form-control:focus::placeholder {
  color: transparent;
}
.dw-footer-right .newsletter-form .default-btn {
  border: none;
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 10px 20px;
}
.dw-footer-right .newsletter-form .validation-danger {
  font-size: 14px;
  color: var(--secondary-color);
  margin-top: 5px;
}
.dw-footer-right p {
  color: #a7a7ba;
  margin-top: 20px;
  margin-bottom: 0;
}
.dw-footer-right p a {
  color: #f6d658;
  font-style: italic;
}
.dw-footer-right p a:hover {
  color: var(--secondary-color);
}
.event-card.is-style-tiles {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.event-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.event-body {
  padding: 18px 18px 16px;
}

.event-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.35;
}

.event-excerpt {
  color: #4b5563;
  font-size: 14px;
  margin: 0 0 14px;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #828c99;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  color: var(--secondary-color);
  line-height: 1;
}
a.navbar-brand {
  width: 120px;
}
.meta-chip i {
  font-size: 14px;
  opacity: 0.9;
}

.event-title a {
  color: #0f2753;
  text-decoration: none;
}
.event-title a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .event-thumb img {
    height: 190px;
  }
  .event-title {
    font-size: 17px;
  }
}
.privacy-p p {
  color: #000 !important;
}
.blog-area .blog-slider .swiper-wrapper.row {
  flex-wrap: nowrap !important;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--secondary-color) !important;
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
}
/*
Theme Name: Caseinpoint
Theme URI: https://case.josequal.net/
Author: JoSequal Software Solutions & Online Marketing
Author URI: https://josequal.com
Version: 1.0

*/

.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li.current-menu-item
  > a {
  color: var(--secondary-color);
}

.footer-logo img {
  width: 160px;
}

.tnp-subscription div.tnp-field input {
  width: 50%;
  margin-top: 10px;
  color: white;
}

.funfact .icon span > i {
  font-size: 54px;
  color: var(--secondary-color);
}

.language select#lang_choice_1 {
  width: 85px;
  padding: 5px;
  font-size: 16px;
  line-height: unset;
  border: 0;
  border-radius: 5px;
  height: 34px;
  color: white;
  background: unset;
  -webkit-appearance: none;
  background-position-x: 96%;
}

.language select#lang_choice_1 option {
  display: block;
  position: relative;
  background-color: #0a3041;
  padding: 5px 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

span.page-numbers {
  color: #565151;
  font-weight: 500;
  height: 54px;
  width: 54px;
  line-height: 54px;
  display: inline-block;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 50%;
}

nav.pagination-nav a.page-numbers {
  color: #565151;
  font-weight: 500;
  height: 54px;
  width: 54px;
  line-height: 54px;
  display: inline-block;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 50%;
}

span.page-numbers.current {
  border: 1px solid transparent;
  background: var(--secondary-color);
  color: #fff;
}

.single-post .post-image img {
  border-radius: 5%;
}

.single-post .post-content a {
  font-size: 21px;
}

.team-title a {
  font-size: 21px;
}

.team-block .team-bottom-part .designation {
  font-size: 15px;
}

.contact_title h2 {
  margin-bottom: 20px;
}

.contact-details p {
  font-size: 14px;
}

.custom_f_text {
  color: #a7a8b4;
}

.testimonial-thumb img {
  height: 100px;
}

.testimonial-content p {
  font-size: 15px;
}

.client-item a img {
  height: 100px;
  object-fit: contain;
}

.news-description .the-title a {
  font-size: 21px;
}

.header-top-area .header-top-right-part .social-links::after {
  content: none;
}

.service-box {
  height: 289px;
}

.service-icon span i {
  font-size: 34px;
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 35px;
  color: var(--secondary-color);
}

.service-box:hover .service-icon span i {
  position: relative;
  z-index: 2;
  color: #fff;
}

.service-link-list li a {
  font-size: 15px;
}

.shadow-text {
  font-size: 118px;
}

.footer-widget-list li a {
  font-size: 15px;
}

.service-content .para p {
  font-size: 13px;
}

.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li
  ul.sub-menu
  li
  a {
  padding: 8px 11px;
  font-size: 11px;
}

.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li
  ul.sub-menu
  li:hover
  > a {
  padding-left: 10px;
}

@media (min-width: 1020px) and (max-width: 1024px) {
  .header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
    margin-right: 8px;
  }

  .header-style-two .header-wrapper .header-navigation-area .main-menu ul li a {
    font-size: 12px;
  }
}

@media (max-width: 770px) {
  .side-bar-menu {
    margin-top: 20px;
  }

  .home-carousel .content-box h1 {
    font-size: 28px;
  }

  .home-carousel .content-box p {
    font-size: 14px;
  }

  .shadow-text {
    font-size: 37px;
    animation: none;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    top: 42%;
  }

  .logo img {
    height: 77px;
  }

  .testimonial-thumb img {
    height: 100%;
  }

  .testimonial-thumb {
    width: 150px;
    height: 150px;
    object-fit: contain;
  }

  .copyright {
    font-size: 12px;
  }

  .copy {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .develop {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .cs-btn-one.btn-md {
    font-size: 14px;
    padding: 14px 45px;
  }

  h2.skill_title {
    font-size: 36px !important;
  }

  .page-title-content .title {
    font-size: 25px;
  }

  .contact-details p {
    font-size: 13px;
  }
}

.cip_details_icon i {
  font-size: 35px;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.about_list ul li {
  display: list-item;
}

.about_list ul {
  margin-left: 25px;
  list-style: disc;
}

.cip_details_title h5 {
  color: var(--secondary-color);
}

.service-box_about {
  height: 200px;
}

.request-a-call-back-form:after {
  border-color: var(--secondary-color) transparent transparent
    var(--secondary-color);
}

.request-a-call-back-form:before {
  border-color: var(--secondary-color) var(--secondary-color) transparent
    transparent;
}

h4.custom_title {
  margin-top: 50px;
}

.about-image-custom img {
  border-radius: 10px;
}

.header-top-area .header-top-left-part .phone {
  padding-left: 0px;
  display: flex;
}

.wpcf7-form.init .row > p {
  display: none;
}

.wpcf7-form.init .row .col-lg-6 > p {
  display: none;
}

.wpcf7-form.init .row .col-lg-12 > p {
  display: none;
}

.wpcf7-form.init .row .col-lg-8 > p {
  display: none;
}

.form-group.mrb-25 p br {
  display: none;
}

.team-block .team-bottom-part {
  height: 162px;
}

.news-thumb img {
  height: 246px;
}

.news-wrapper .news-details {
  height: 135px;
}

.event-section .news-wrapper .news-details {
  height: unset !important;
}

.news-wrapper .news-details {
  padding: 20px;
}

.news-description .the-title a {
  font-size: 17px;
}

.shop-product {
  margin-top: 50px;
  margin-bottom: 50px;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: unset;
}

.woocommerce nav.woocommerce-pagination ul {
  border: unset;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers {
  color: #565151;
  font-weight: 500;
  height: 54px;
  width: 54px;
  line-height: 33px;
  display: inline-block;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 50%;
  margin: 0px 5px 0px 5px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff;
  font-weight: 500;
  height: 54px;
  width: 54px;
  line-height: 33px;
  display: inline-block;
  border: 1px solid #ddd;
  position: relative;
  background: var(--secondary-color);
  border-radius: 50%;
}

label.custom_item_name {
  font-weight: bold;
  font-size: 1em;
  display: block;
  cursor: auto;
  margin: 0 0 0.8em;
  width: 100%;
  position: relative;
}

.course_tap {
  margin-top: 20px;
}

.before-products {
  display: flow-root;
  margin-bottom: 40px;
}

article.product-miniature.js-product-miniature {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  height: 390px;
  border-radius: 4px;
}

.dor-product-right-block {
  padding: 2rem 1rem 1rem;
}

.product-miniature-description .product-title a {
  color: #191919;
}

.product-thumbnail-container a.thumbnail.product-thumbnail img {
  height: 280px;
  object-fit: cover;
  border-radius: 4px;
}

article.product-miniature.js-product-miniature.related_products {
  height: 300px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}

.product-title.product-related a {
  font-size: 15px;
}

select {
  line-height: unset;
  border: unset;
  height: unset;
}

article.product-miniature.js-product-miniature.related_products
  .dor-product-miniature
  .dor-product-right-block {
  padding: 1rem 1rem 1rem;
}

.product-miniature-description .product-price-and-shipping {
  margin-top: 10px;
}

.dor-product-left-block .product-thumbnail-container-box {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}

.dor-product-left-block .product-thumbnail-container {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}

.dor-product-left-block .product-thumbnail-container .course-price .price {
  display: inline-block;
  background-color: var(--secondary-color);
  color: #f1f3f4;
  position: absolute;
  left: 0;
  border-radius: 0px 10px 0px 0;
  bottom: 0;
  padding: 5px 15px 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.dor-product-left-block .product-thumbnail-container-box .course-price .price {
  display: inline-block;
  background-color: var(--secondary-color);
  color: #f1f3f4;
  position: absolute;
  left: 0;
  border-radius: 0px 10px 0px 0;
  bottom: 0;
  padding: 5px 15px 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.summary.entry-summary form.cart .quantity {
  display: none;
}

.product.type-product {
  margin-top: 50px;
  margin-bottom: 50px;
}

.owl_carousel_related
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
  h2.woocommerce-loop-product__title {
  font-size: 20px;
  line-height: unset;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.owl_carousel_related
  li.product.type-product
  a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: none;
  text-align: center;
}

section.related.products > h2 {
  margin-bottom: 30px;
  margin-top: 50px;
}

.summary.entry-summary.single_product-c
  form.cart
  > button.single_add_to_cart_button.button.alt.wp-element-button {
  background-color: var(--secondary-color);
  color: white;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.summary.entry-summary.single_product-c > h3.product_title.entry-title {
  margin-bottom: 10px;
  font-size: 22px;
}

.summary.entry-summary.single_product-c > p.price {
  margin-top: 5px;
  margin-bottom: 5px;
}

.summary.entry-summary.single_product-c > .pro-details-rating-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}

ul.tabs.wc-tabs {
  display: flex;
  box-shadow: none;
  background: transparent;
  padding: 3.25rem 1.875rem;
  justify-content: center;
}

.woocommerce-tabs .tabs li:not(:last-child):after {
  content: "/";
  color: #019ad3;
  margin-left: 10px;
}

.woocommerce-tabs .tabs li {
  padding: 0 10px;
  white-space: nowrap;
}

div#tab-description > h2 {
  margin-bottom: 15px;
}

.owl_carousel_related
  li.product.type-product
  > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
  > img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 4px;
  position: relative;
}

.owl_carousel_related .owl-item {
  background-color: #bbbbba69;
  height: 430px;
  border-radius: 4px;
}

.owl_carousel_related
  li.product.type-product
  > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
  > span.price {
  display: inline-block;
  background-color: var(--secondary-color);
  color: #f1f3f4;
  left: 0;
  border-radius: 0px 10px 0px 0;
  bottom: 150px;
  padding: 5px 15px 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
}

.stars a {
  padding: 0 5px;
  position: relative;
  color: #fff;
}

.stars a:after {
  content: "\f005";
  position: absolute;
  z-index: 2;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #20ac55;
  top: -3px;
  left: -6px;
  font-size: 23px;
}

.stars a.full-hover:after,
.stars a.full-click:after {
  content: "\f005";
  font-weight: 900;
}

.rating-product > i {
  color: #20ac55;
}

p.form-submit > input#submit {
  background-color: var(--secondary-color);
  color: white;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.owl_carousel_related .product.type-product a .star-rating {
  display: none;
}

.customize_page {
  margin-top: 50px;
  margin-bottom: 50px;
}

td.product-thumbnail a > img {
  width: 50%;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 120px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: var(--secondary-color);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: var(--secondary-color);
}

.woocommerce .cart-collaterals .cart_totals > h2 {
  margin-bottom: 20px;
}

form.checkout.woocommerce-checkout > div#customer_details {
  display: flex;
}

.woocommerce-additional-fields__field-wrapper > p#order_comments_field {
  display: block;
}

.woocommerce-info {
  border-top-color: #1e85be;
}

.woocommerce-input-wrapper input {
  width: 100%;
  height: 50px;
  padding: 10px;
  display: block;
  border: 1px;
  border-color: #ddd;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  color: #444;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
}

.woocommerce form .form-row {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce form .form-row label {
  text-align: left;
}

.woocommerce-EditAccountForm fieldset label,
.woocommerce form .form-row label {
  margin-right: 10px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  display: block;
}

h3#order_review_heading {
  margin-top: 30px;
  margin-bottom: 30px;
}

.select2-container--default .select2-results > .select2-results__options {
  display: grid;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
  > span {
  font-size: 20px;
}

textarea#order_comments {
  background-color: #f7f6f7;
  padding: 5px;
}

@media (max-width: 770px) {
  section.related.products > h2 {
    font-size: 29px !important;
  }

  .owl_carousel_related
    a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
    h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    line-height: unset !important;
  }
}

.woocommerce-column__title-custom {
  margin-bottom: 15px;
}

@media (max-width: 770px) {
  .woocommerce-column__title-custom {
    margin-bottom: 0px;
    font-size: 20px !important;
    margin-top: 20px;
  }
}

.main-menu {
  margin-left: 30px;
}

.xoo-wsc-cart-trigger > a {
  color: var(--secondary-color);
}

.header-searchbox-style-two {
  align-items: end;
}

.xoo-wsc-basket {
  display: none !important;
}

.blockcart.cart-preview * {
  color: #333;
}

.product_meta {
  display: none;
}

.team-upper-part > img {
  height: 349px;
  object-fit: contain;
}

.form_recaptcha {
  margin-bottom: 10px;
}

.page-title-content .title {
  font-size: 27px;
  letter-spacing: 1px;
}

.single-post .post-image img {
  width: 100px;
  height: 100px;
}

.blog-thumb img {
  height: 350px;
}

.news-wrapper .blog-thumb .news-top-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  padding: 4px 14px;
  background: var(--secondary-color);
  font-size: 14px;
  color: #fff;
  -moz-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.news-wrapper .blog-thumb {
  position: relative;
  overflow: hidden;
}

.single-post .post-content .post-title a {
  font-size: 15px;
  font-weight: 500;
}

button.single_add_to_cart_button.button.alt {
  padding: 0.7em;
  display: block;
  border: 1px;
  color: #444;
  border-color: #ddd;
  font-weight: 500;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  font-size: 1em;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
  background: var(--linear-gradient) !important;
  color: #fff;
}

.owl_carousel_related button.single_add_to_cart_button.button.alt {
  padding: 0.7em;
  display: block;
  border: 1px;
  color: #444;
  border-color: #ddd;
  font-weight: 500;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  font-size: 1em;
  margin-left: 14px;
  line-height: normal;
  box-sizing: border-box;
  background: var(--linear-gradient) !important;
  color: #fff;
}

.owl_carousel_related
  li.product.type-product
  a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  padding: 0.7em;
  border: 1px;
  color: #444;
  border-color: #ddd;
  font-weight: 500;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  font-size: 1em;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
  background: var(--linear-gradient) !important;
  color: #fff;
  position: absolute;
  bottom: 0;
}

.owl_carousel_related article.product-miniature.js-product-miniature {
  background-color: #e3e3e3;
  height: 390px;
  border-radius: 4px;
}

.team-upper-part > img {
  object-fit: cover;
  object-position: top;
}

.request-a-call-back-form {
  padding: 55px 30px 60px 30px;
}

a.submit_btn {
  background: var(--secondary-color) !important;
  padding: 7px 10px;
  border-radius: 4px;
  color: white;
  box-shadow: 1px 1px 5px black;
}

a.submit_btn:hover {
  background: var(--secondary-color) cc !important;
  box-shadow: 1px 1px 10px var(--secondary-color);
}

.side-bar-menu ul.page-nav-vertical li.active a {
  color: #ffffff;
  background: var(--secondary-color) !important;
}

.side-bar-menu ul.page-nav-vertical li a {
  display: block;
  border: 2px solid #d3e1fb;
  padding: 16px 18px;
  transition: all 0.5s ease;
  border-radius: 4px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 13px;
  color: #444;
  position: relative;
}

.side-bar-menu ul.page-nav-vertical li a:hover {
  background: var(--secondary-color) cc !important;
  box-shadow: 1px 1px 10px var(--secondary-color);
  color: white;
  border: 2px solid transparent;
}

input#resumator-applybutton-oGDEsX9e8S {
  background: var(--secondary-color) !important;
  border: 0;
  border-radius: 4px;
  color: white;
  transition: 0.3s box-shadow;
  padding: 3px 10px;
}

input#resumator-applybutton-oGDEsX9e8S:hover {
  background: var(--secondary-color) cc !important;
  box-shadow: 1px 1px 10px var(--secondary-color) !important;
  border: 0;
  border-radius: 4px;
  color: white;
  padding: 3px 10px;
}

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

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

.pr-40 {
  padding-right: 40px;
}

.mb-39 {
  margin-bottom: 39px;
}

.event-single .news-thumb img {
  height: unset !important;
}

.Up-Coming-header h2 {
  padding-bottom: 75px;
}

.team-bottom-part .designation {
  height: 50px;
}

.the_description ol,
.the_description ul {
  list-style: auto;
}

.all-tax-btn {
  background: var(--linear-gradient) !important;
  padding: 10px 20px;
  border-radius: 3px;
  color: white;
}

.all-tax-btn:hover {
  color: white;
  background: linear-gradient(
    45deg,
    var(--secondary-color),
    #86bf46
  ) !important;
}

.carriers-location,
.carriers-type {
  display: flex;
  flex-direction: row;
}

.carriers-card-body p {
  margin: 0 !important;
}

.carriers-card-body .top-head {
  margin: 0px;
}

.single-event-carousel .owl-stage-outer .owl-item img {
  display: block;
  width: 100%;
}

.single-event-carousel .owl-item img {
  object-fit: cover;
}

@media (max-width: 768px) {
  .pt-sm-35 {
    padding-top: 35px !important;
  }

  .pb-sm-35 {
    padding-bottom: 35px !important;
  }

  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .h-sm-video-popup {
    min-height: 200px !important;
  }

  .link-to-book a {
    padding: 10px 10px;
    font-size: 13px;
  }

  .single-event-carousel .owl-stage-outer .owl-item img {
    display: block;
    width: 100%;
    height: 350px !important;
  }

  button#apply {
    padding: 5px;
  }

  .jobApply .input {
    padding: 7px 30px;
  }

  .news-bottom-meta {
    display: flex;
    min-height: 46px;
    flex-direction: column;
    margin: 15px 0;
  }

  .job-details-card {
    margin-right: 5px;
    margin-left: 5px;
    padding: 15px 15px 15px;
  }

  .sm-text-center {
    text-align: center;
  }

  .jobs-section .jobs-card .title {
    font-size: 14px;
  }

  .jobs-section .jobs-card {
    font-size: 15px;
    height: unset !important;
  }

  .carriers-buttn {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .carriers-card-body .subtitle {
    margin: 0;
  }

  .carriers-buttn a {
    font-size: 25px;
  }

  .carriers-buttn i {
    color: var(--secondary-color);
  }

  .page-title-content {
    height: 300px;
  }

  .page-title-content .title {
    font-size: 20px;
  }

  .entry-author,
  .entry-date {
    margin: 5px 0;
  }
}

.speakers .img-container img {
  border-radius: 100%;
  object-fit: contain;
}

.tax-title-div {
  text-align: center;
  font-size: 35px;
}

.single-event-carousel .owl-stage-outer .owl-item img {
  object-fit: contain;
}

.news-thumb img {
  height: 246px;
  object-fit: fill;
}

.respons_desc ul li {
  display: list-item !important;
}

.respons_desc ul {
  list-style: unset;
  padding-left: 17px;
}

.qualific_desc ul li {
  display: list-item !important;
}

.qualific_desc ul {
  list-style: unset;
  padding-left: 17px;
}

.careers-box:before {
  content: none;
}

.careers-box:after {
  content: none;
}

.careers-box:hover .careers-icon span i {
  color: var(--secondary-color);
}

.careers-box:hover .careers-content .para p {
  color: var(--secondary-color);
}

.careers-box {
  height: 260px;
}

.speakers .img-container {
  width: 200px;
  height: 170px;
}

.speakers .img-container img {
  border-radius: 100%;
  object-fit: cover;
  width: 200px;
  height: 170px;
  object-position: top;
}

.ctr-button .btn-box {
  text-align: center;
}

ul li {
  display: list-item;
}

ul,
ol {
  list-style: unset;
}

.entry-content ul {
  padding-left: 17px;
}

.woocommerce-tabs .tabs li {
  list-style: none;
}

@media (max-width: 768px) {
  .second-section{
    padding: 15px 15px !important;
  }
  .second-content {
    font-size: 35px !important;
  }
  .audience-card {
    flex-direction: column;
    padding-top: 15px;
    align-items: center !important;
  }

  .audience-card-title {
    text-align: center;
  }
  .audience-card-icon {
    text-align: center;
  }
  .c-v {
    margin-bottom: 20px;
  }

  .speakers .img-container img {
    width: 170px;
    height: 170px;
  }
}

.link-to-book a {
  padding: 16px 16px;
  font-size: 17px;
}

.ctr-section-title-left-part:after {
  font-family: "FontAwesome";
  position: absolute;
  top: 17px;
  content: "\f14a";
  left: 45px;
  font-size: 7rem;
  color: #1677bf;
  opacity: 0.1;
  animation: heartbeat 1s infinite alternate;
}

.crs-section-title-left-part:after {
  font-family: "FontAwesome";
  position: absolute;
  top: 17px;
  content: "\f0b1";
  left: 45px;
  font-size: 7rem;
  color: #1677bf;
  opacity: 0.1;
  animation: heartbeat 1s infinite alternate;
}

.join-section-title-left-part:after {
  font-family: "FontAwesome";
  position: absolute;
  top: 17px;
  content: "\f0c0";
  left: 45px;
  font-size: 7rem;
  color: #1677bf;
  opacity: 0.1;
  animation: heartbeat 1s infinite alternate;
}

.home-carousel .slide-item:before {
  background: -webkit-linear-gradient(
    -180deg,
    rgba(22, 3, 1, 0),
    #09334f00 150%
  );
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
}

nav.woocommerce-MyAccount-navigation {
  width: 20%;
  display: inline-block;
}

.woocommerce-MyAccount-content {
  width: 79%;
  display: inline-block;
}

.footer-description p {
  color: #a7a8b4;
  font-size: 19px;
}

section.service-details-page .service-link-list ul {
  list-style: none;
}

/* Emad 18/2/24 */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp- {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}
.mfp-iframe-holder {
  padding-top: 85px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 50vw;
  max-width: 50vw;
  margin: 0 auto;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -35px;
  right: -10px;
}

@media (max-width: 991px) {
  .mfp-iframe-holder .mfp-content {
    width: 90vw;
    max-width: 90vw;
  }
  .mfp-iframe-holder .mfp-close {
    top: -10px;
    right: 0;
  }
}
@media (max-width: 780px) {
  .mfp-iframe-holder .mfp-content {
    width: 80vw;
    max-width: 90vw;
  }
}
@media (max-width: 600px) {
  .mfp-iframe-holder .mfp-content {
    width: 100%;
    max-width: 90vw;
  }
}
@media (min-width: 1400px) {
  .mfp-iframe-holder .mfp-content {
    width: 45vw;
    max-width: 90vw;
  }
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.c-btn {
  color: white;
  padding: 10px 25px;
  border-radius: 50px;
}
section.banner_s {
  padding: 200px 0;
  color: white;
  background-size: cover !important;
}
.banner_s .banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_s .banner-title p {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}
.banner_s .banner-description p {
  font-size: 20px;
  margin-bottom: 35px;
  line-height: 1.2;
  text-align: center;
}
.banner-button {
  display: flex;
}
.banner_s .apply-btn {
  background: #86bf46;
  font-size: 20px;
}
.why-join-title p {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 70px;
  line-height: 1.2;
}
section.why_join_s {
  padding: 50px 75px 100px;
}
.left_div_title p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
section.why_join_s .img-container {
  margin-bottom: 15px;
}
.join-card-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.join-card-icon {
  margin-bottom: 15px;
}
.join-card-title p {
  margin-bottom: 15px;
}
section.why_join_s .img-container img {
  width: 100%;
  /* max-height: 110px; */
}
section.join_ranks_s {
  height: 380px;
  padding: 0px 75px;
}

.join-ranks-title {
  font-size: 23px;
  font-weight: bold;
  color: white;
  line-height: 1.2;
  width: 40%;
}
.join-rankscontent .join-ranks-btn {
  color: #182742;
  background: white;
  margin-top: 20px;
}
.apply-banner-content {
  padding: 90px 50px;
  background: #182742;
}
.apply-banner-content .apply-title {
  font-size: 25px;
  font-weight: bold;
  color: white;
  line-height: 1.2;
  width: 90%;
  margin-bottom: 25px;
}
.apply_banner_s .apply-banner-btn {
  background: white;
  color: #182742;
}
ul.what_you_need-list {
  list-style: none;
}
ul.what_you_need-list li {
  margin-bottom: 15px;
}
.what_you_need-repeater-title {
  font-size: 15px;
  font-weight: bold;
  color: #182742;
}
.what_you_need-repeater-description {
  font-size: 15px;
}
section.what_you_need_s {
  background: #f5f8fd;
  padding: 50px 75px;
}
.what_you_need-content {
  background: white;
  padding: 30px 40px;
  border-radius: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.what_you_need-title-left {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}
.what_you_need-title-left span {
  color: #86bf46;
}
.what_you_need-title-right {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}
.what_you_need-title-right span {
  color: red;
}
ul.why_cip-list {
  list-style: none;
}
ul.why_cip-list li {
  margin-bottom: 15px;
}
.why_cip-list .why_cip-title {
  font-size: 25px;
  font-weight: bold;
  color: white;
}
section.why_cip_s ul.why_cip-list .li-title {
  font-size: 15px;
  font-weight: bold;
  color: white;
}
section.why_cip_s {
  background: #182742;
  padding: 90px 75px;
}
.why_cip-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
  color: white;
}
section.why_cip_s ul.why_cip-list .li-description {
  color: white;
  font-size: 15px;
}
.why_cip-title {
  font-size: 25px;
  font-weight: bold;
  color: white;
  margin-bottom: 25px;
}

section.awaits_s {
  padding: 70px 50px 30px;
  background: #f5f8fd;
}

.awaits-card-body {
  background: white;
  text-align: center;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  padding: 60px 15px 8px;
  border-radius: 10px;
  margin: 0px 5px;
}
.awaits-card-description {
  height: 100%;
  display: flex;
  align-items: center;
}
.awaits-card-icon img {
  width: 50px;
  height: 40px;
  object-fit: contain;
}

section.testimonials-section .test-description img.quote-start-img {
  width: 30px;
  margin-bottom: 10px;
}

section.testimonials-section .test-description {
  position: relative;
}

section.testimonials-section .test-description img.quote-end-img {
  width: 30px;
  transform: rotate(180deg);
  position: absolute;
  right: 0px;
  object-fit: contain !important;
  top: 140px;
}

.awaits_you_title {
  text-align: center;
  font-size: 38px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 25px;
}
.join-card-body {
  padding: 0px 40px;
}

.join-card-description p {
  font-size: 17px;
  margin: 0;
  line-height: 1.2;
}
.join-card-title p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
section.meet_expert_s {
  padding: 50px 50px;
}
.meet_expert-title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 25px;
}
.owl-prev,
.owl-next {
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 100% !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.owl-prev {
  left: 10px;
}

.owl-next {
  right: 10px;
}

.owl-prev::before,
.owl-next::before {
  height: 100%;
  object-fit: cover;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.meet_expert-description p {
  margin-bottom: 15px;
}
.meet_expert-name {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #182742;
}
.meet_expert-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.why_consultant_s {
  padding: 50px 75px;
  background: #182742;
}
.right_side-first-content {
  height: 100%;
  background: white;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  /* display: flex;
    flex-direction: column;
    justify-content: center; */
  padding: 50px 40px;
}
.right_side-sec-content {
  height: 100%;
  background: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 40px;
}
.why_consultant-right-first-img img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.why_consultant-right-sec-img img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.why_consultant-card-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  color: black;
}
.why_consultant-card-description {
  font-size: 17px;
  line-height: unset;
  color: #5c5c5c;
}

.awaits-card-icon {
  padding-bottom: 15px;
}
.awaits-card-title {
  color: #182742;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
.c-pr {
  padding-right: 0;
}
.c-pl {
  padding-left: 0;
}
.testimonials-header {
  font-size: 38px;
  color: white;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 50px;
}
section.testimonials-section {
  background: #182742;
  padding: 85px 75px 85px;
}
section.stories-section {
  padding: 50px 50px 100px;
  background: #f5f8fd;
}
.why_consultant-left {
  padding: 0 50px 0 0px;
}
.why_consultant-left .left_side_content {
  background: white;
  padding: 50px 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.why_consultant-left .left-side-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
section.why_cip_s .img-container {
  margin-right: 30px;
}
section.why_cip_s .img-container img {
  border-radius: 10px;
  height: 430px;
  width: 100%;
  object-fit: cover;
}
.why_consultant-left .left-side-title {
  font-size: 25px;
  font-weight: bold;
  color: black;
  margin-bottom: 15px;
}
.why_consultant-left .left-side-description {
  font-size: 17px;
}

.stories-card-icon img {
  width: 150px !important;
  height: 150px;
  object-fit: cover;
  border-radius: 340px;
}

.stories-card-body {
  margin: 0 30px;
  background: white;
  padding: 27px;
  height: 325px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stories-header {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 50px;
}
.why_consultant_s .c-d-flex {
  display: flex;
  flex-wrap: wrap;
}
.why_consultant-right {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.stories-card-icon {
  height: 150px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}

.stories-card-title {
  font-size: 19px;
  font-weight: bold;
}

.why_consultant-right-sec-img,
.why_consultant-right-first-img,
.why_consultant-right-sec-img img,
.why_consultant-right-first-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.why_consultant-right .c-mb {
  margin-bottom: 50px;
}
.test-description p {
  font-size: 20px;
  color: white;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 10px;
}

.v-center {
  display: flex;
  height: 100%;
  align-items: center;
}

.test-image {
  width: 340px;
  height: 340px;
  object-fit: contain;
  border-radius: 80px;
  overflow: hidden;
}
.popup-youtube {
  position: absolute;
  top: 45%; /* من الأعلى */
  left: 50%; /* تمركز في الوسط الأفقي */
  transform: translateX(-50%); /* تعويض التمركز بدقة */
  z-index: 3; /* فوق الصورة وأي عناصر أخرى */
  text-decoration: none;
}

.play-icon {
  width: 50px; /* الحجم المناسب للأيقونة */
  height: auto;
  pointer-events: none; /* حتى تظل الضغطة على الرابط نفسه */
}

/* موبايل أصغر */
@media (max-width: 576px) {
  .play-icon {
    width: 40px; /* أصغر في الموبايل */
  }
}

.test-image-bg {
  background: #86bf46;
  height: 340px;
  width: 340px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: -1;
  border-radius: 80px;
}
.test-img-dv {
  margin: 9px 0 2px;
  position: relative;
}

.testimonials-section .owl-nav button.owl-next {
  left: auto;
  right: 45px;
}
.testimonials-section .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  right: 0px;
}
.awaits-card-description p {
  font-size: 12px;
}
section.testimonials-section .owl-nav {
  position: relative;
  display: flex;
  margin-top: -20px;
}
.testimonials-section .owl-carousel:hover .owl-nav button.owl-prev {
  left: 45.7%;
}
.testimonials-section .owl-carousel:hover .owl-nav button.owl-next {
  right: 45.7%;
}
.testimonials-section .owl-carousel .owl-nav button.owl-prev,
.testimonials-section .owl-carousel .owl-nav button.owl-next {
  background: white !important;
}

.testimonials-section .owl-carousel .owl-nav button.owl-prev i,
.testimonials-section .owl-carousel .owl-nav button.owl-next i {
  color: #182742;
}
.testimonials-section .title-position {
  position: absolute;
  filter: invert(1);
  bottom: 0px;
  background: #000000d1;
  width: 100%;
  height: 100px;
  color: white;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  text-align: center;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials-section .the-position {
  width: 70%;
  line-height: 1.2;
  font-weight: 100;
}
.testimonials-section .title-position .the-title {
  font-weight: bold;
}
.custom-card-full .custom-card-title {
  background-color: #f7c904;
  width: fit-content;
  margin-bottom: 10px;
  padding: 0 10px;
  font-weight: 600;
  font-size: 19px;
  text-transform: uppercase;
}
section.home-about-section .description-div {
  width: 80%;
  margin: auto;
  margin-top: 15px;
}
.why_consultant_title {
  text-align: center;
  font-size: 38px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 45px;
  color: white;
}
section.c-footer-section p {
  height: 50px;
  font-size: 15px;
  background: white;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.play-image {
  width: 50px;
  height: 50px;
  display: flex;
  margin: 0 auto;
}

.testimonials-section .owl-carousel .owl-nav button.owl-prev {
  visibility: visible;
  opacity: 1;
  left: 45.7%;
}
.testimonials-section .owl-carousel .owl-nav button.owl-next {
  right: 45.7%;
  visibility: visible;
  opacity: 1;
}
ul.what_you_need-list li {
  height: 120px;
}
.stories-card-description p {
  text-align: center;
  height: 60px;
}

.apply_banner_s .apply-banner-btn:hover,
.join-rankscontent .join-ranks-btn:hover {
  background: #86bf46;
  color: white;
}
.banner-button .apply-btn:hover {
  background: #182742;
  box-shadow: 0px 0px 5px white;
  color: white;
}
.shadow-container {
  position: relative;
}
.z-index-2 {
  z-index: 2;
}
.pos-rel {
  position: relative;
}
.shadowed {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000057;
  z-index: 1;
  top: 0;
}
.meet_expert_s .img-container {
  text-align: center;
}
.testimonial-carousel .test-description img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
footer .copy .copyright,
footer .develop {
  font-size: 12px;
}
footer.footer .footer-logo p {
  font-size: 12px;
}
/* assad*/

.testimonials-section .owl-carousel:hover .owl-nav button.owl-prev {
  left: 45.7%;
}

.testimonials-section .owl-carousel .owl-nav button.owl-prev {
  left: 45.7%;
}

.testimonials-section .test-description blockquote {
  font-size: 1.5rem;
  font-style: italic;
  position: relative;
  color: #333;
  padding-left: 15px;
  margin: 20px 0;
}

section.testimonials-section .testimonial-carousel .owl-dots {
  text-align: left;
  margin-left: 80px;
}

.stories-carousel .owl-item.active .slide-item {
  transform: scale(1.1); /* Scale the centered item to appear larger */
  transition: transform 0.3s ease; /* Smooth transition */
  z-index: 10; /* Ensure the active item is above others */
}

.stories-carousel .owl-item .slide-item {
  transform: scale(1); /* Ensure other items are at normal size */
  transition: transform 0.3s ease; /* Smooth transition */
}

/* end assasd */
section.stories-section .owl-nav.disabled {
  display: flex;
  position: relative;
}

.stories-section .owl-nav.disabled button.owl-next {
  right: 44;
}
.stories-section .owl-nav.disabled button.owl-prev {
  position: absolute;
  top: 0;
  right: 0px;
}
.awaits-card-description p {
  font-size: 12px;
}
.stories-section .owl-nav.disabled {
  position: relative;
  display: flex;
  /* margin-top: -20px; */
  margin-top: 80px;
}
.stories-section .owl-carousel:hover .owl-nav.disabled button.owl-prev,
.stories-section .owl-carousel .owl-nav.disabled button.owl-prev {
  left: 44%;
}
.stories-section .owl-carousel:hover .owl-nav.disabled button.owl-next,
.stories-section .owl-carousel .owl-nav.disabled button.owl-next {
  right: 44% !important;
}
.stories-section .owl-carousel .owl-nav.disabled button.owl-prev,
.stories-section .owl-carousel .owl-nav button.owl-next {
  background: white !important;
}

.stories-section .owl-carousel .owl-nav.disabled button.owl-prev i,
.stories-section .owl-carousel .owl-nav.disabled button.owl-next i {
  color: #182742;
}
.stories-section .owl-carousel .owl-nav.disabled button.owl-prev {
  visibility: visible;
  opacity: 1;
  left: 44%;
}
.stories-section .owl-carousel .owl-nav.disabled button.owl-next {
  right: 44%;
  visibility: visible;
  opacity: 1;
}

.stories-section .owl-nav.disabled button.owl-prev,
.stories-section .owl-nav.disabled button.owl-next {
  border: 1px solid #182742;
}
.stories-section .owl-nav button.owl-prev,
.stories-section .owl-nav button.owl-next {
  border: 1px solid #182742;
}
.stories-section .owl-nav button.owl-prev i,
.stories-section .owl-nav button.owl-next i {
  color: #182742 !important;
}

section.stories-section .owl-nav {
  display: flex;
  position: relative;
}

.stories-section .owl-nav button.owl-next {
  right: 44;
}
.stories-section .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  right: 0px;
}
.awaits-card-description p {
  font-size: 12px;
}
.stories-section .owl-nav {
  position: relative;
  display: flex;
  /* margin-top: -20px; */
  margin-top: 80px;
}
.stories-section .owl-carousel:hover .owl-nav button.owl-prev,
.stories-section .owl-carousel .owl-nav button.owl-prev {
  left: 44%;
}
.stories-section .owl-carousel:hover .owl-nav button.owl-next,
.stories-section .owl-carousel .owl-nav button.owl-next {
  right: 44% !important;
}
.stories-section .owl-carousel .owl-nav button.owl-prev,
.stories-section .owl-carousel .owl-nav button.owl-next {
  background: white !important;
}

.stories-section .owl-carousel .owl-nav button.owl-prev i,
.stories-section .owl-carousel .owl-nav button.owl-next i {
  color: #182742;
}
.stories-section .owl-carousel .owl-nav button.owl-prev {
  visibility: visible;
  opacity: 1;
  left: 44%;
}
.stories-section .owl-carousel .owl-nav button.owl-next {
  right: 44%;
  visibility: visible;
  opacity: 1;
}
.stories-section .owl-nav button.owl-prev,
.stories-section .owl-nav button.owl-next {
  border: 1px solid #182742;
}
.stories-section .owl-nav button.owl-prev,
.stories-section .owl-nav button.owl-next {
  border: 1px solid #182742;
}
.stories-section .owl-nav button.owl-prev i,
.stories-section .owl-nav button.owl-next i {
  color: #182742 !important;
}

@media (min-width: 1500px) {
  .c-col-md-20 {
    flex: 0 0 20% !important;
  }
}
@media (max-width: 1600px) {
  .testimonials-section .owl-carousel .owl-nav button.owl-prev {
    visibility: visible;
    opacity: 1;
    left: 44%;
  }
  .testimonials-section .owl-carousel .owl-nav button.owl-next {
    right: 44%;
    visibility: visible;
    opacity: 1;
  }
  .testimonials-section .owl-carousel:hover .owl-nav button.owl-prev {
    left: 44%;
  }
  .testimonials-section .owl-carousel:hover .owl-nav button.owl-next {
    right: 44%;
  }
}
@media (max-width: 1500px) {
  .why_consultant-left {
    padding: 0 0px 0 0px;
  }

  .why_consultant-card-description {
    font-size: 15px;
  }
  .right_side-first-content {
    padding: 25px;
  }
  .right_side-sec-content {
    padding: 25px;
  }
  .why_consultant-left .left_side_content {
    padding: 25px;
  }
}
@media (max-width: 1215px) {
  section.testimonials-section .test-description img.quote-end-img {
    top: 155px;
  }
}
@media (max-width: 1028px) {
  section.testimonials-section .test-description img.quote-end-img {
    top: 190px;
  }
}

@media (max-width: 1010px) {
  .test-description p {
    font-size: 17px;
  }
  section.testimonials-section .test-description img.quote-end-img {
    top: 160px;
  }
}
@media (max-width: 991px) {
  .c-md-d-none {
    display: none;
  }
  .why_consultant-card-title {
    font-size: 19px;
  }
  .left_div_title p {
    text-align: center;
  }
  .why_consultant-left .left-side-description {
    font-size: 16px;
  }
  .meet_expert-title {
    font-size: 21px;
  }
  .meet_expert-name {
    font-size: 21px;
  }
  .why_consultant-left .left-side-img img {
    width: 100%;
    height: auto;
  }

  section.stories-section .owl-nav {
    display: flex;
    position: relative;
  }

  .stories-section .owl-nav button.owl-next {
    right: 44;
  }
  .stories-section .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    right: 0px;
  }
  .awaits-card-description p {
    font-size: 12px;
  }
  .stories-section .owl-nav {
    position: relative;
    display: flex;
    /* margin-top: -20px; */
    margin-top: 40px;
  }
  .stories-section .owl-carousel:hover .owl-nav button.owl-prev,
  .stories-section .owl-carousel .owl-nav button.owl-prev {
    left: 40%;
  }
  .stories-section .owl-carousel:hover .owl-nav button.owl-next,
  .stories-section .owl-carousel .owl-nav button.owl-next {
    right: 40% !important;
  }

  .stories-section .owl-carousel .owl-nav button.owl-prev i,
  .stories-section .owl-carousel .owl-nav button.owl-next i {
    color: #182742;
  }
  .stories-section .owl-carousel .owl-nav button.owl-prev {
    visibility: visible;
    opacity: 1;
    left: 40%;
  }
  .stories-section .owl-carousel .owl-nav button.owl-next {
    right: 40%;
    visibility: visible;
    opacity: 1;
  }
  section.why_cip_s .img-container {
    margin-right: 0;
  }
  .bg-main {
    background: #182742 !important;
  }
  .join-ranks-title {
    width: 100% !important;
  }
  .banner-button {
    justify-content: center;
  }
  .test-img-dv {
    margin: 9px 10px 20px;
    position: relative;
  }
  .test-image {
    width: 100%;
    height: 320px;
  }
  section.testimonials-section .testimonial-carousel .owl-dots {
    margin-left: 20px;
    display: none;
  }

  .why_cip-title {
    font-size: 21px;
    margin-top: 30px;
  }
  .awaits-card-body {
    margin: unset;
  }
  .banner_s .banner-title p {
    font-size: 30px;
  }
  .why_consultant-left .left_side_content {
    padding: 40px 15px;
  }
  .why_consultant-left {
    padding: 0 0;
  }
  .c-pl {
    padding-left: 15px;
  }
  .c-pr {
    padding-right: 15px;
  }
  .right_side-first-content {
    padding: 25px 15px;
  }

  .right_side-first-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: unset;
  }
  .why_consultant-right-first-img img {
    border-top-right-radius: unset;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .why_consultant-right-sec-img img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: unset;
  }
  .right_side-sec-content {
    border-top-right-radius: unset;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .c-p-0-small {
    padding: 0;
  }
  .c-mt-small {
    margin-top: 50px;
  }
  .testimonials-section .owl-carousel .owl-nav button.owl-prev {
    left: 39%;
  }
  .testimonials-section .owl-carousel .owl-nav button.owl-next {
    right: 39%;
  }

  .testimonials-section .owl-carousel:hover .owl-nav button.owl-prev,
  .testimonials-section .owl-carousel .owl-nav button.owl-prev {
    left: 39%;
  }
  .testimonials-section .owl-carousel:hover .owl-nav button.owl-next,
  .testimonials-section .owl-carousel .owl-nav button.owl-next {
    right: 39%;
  }
  ul.what_you_need-list li {
    height: unset;
  }
  section.testimonials-section .owl-nav {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .stories-section .owl-carousel .owl-nav button.owl-prev,
  .stories-section .owl-carousel .owl-nav button.owl-next {
    background: #86bf46 !important;
  }
  .stories-section .owl-nav button.owl-prev i,
  .stories-section .owl-nav button.owl-next i {
    color: white !important;
  }
  .stories-section .owl-nav button.owl-prev,
  .stories-section .owl-nav button.owl-next {
    border: 1px solid #86bf46;
  }
  section.testimonials-section .owl-carousel .owl-item .main-img {
    object-fit: cover;
    width: 300px;
    height: 300px;
  }
  .test-image {
    height: auto;
  }
  .why_consultant-left .left-side-title {
    font-size: 20px;
  }
  .why-join-title p {
    font-size: 21px;
  }
  .why_consultant_title {
    font-size: 21px;
  }
  section.c-footer-section p {
    font-size: 13px;
  }
  .stories-section .owl-carousel:hover .owl-nav button.owl-prev,
  .stories-section .owl-carousel .owl-nav button.owl-prev {
    left: 30%;
  }
  .stories-section .owl-carousel:hover .owl-nav button.owl-next,
  .stories-section .owl-carousel .owl-nav button.owl-next {
    right: 30% !important;
  }
  .stories-section .owl-carousel .owl-nav button.owl-prev {
    visibility: visible;
    opacity: 1;
    left: 30%;
  }
  .stories-section .owl-carousel .owl-nav button.owl-next {
    right: 30%;
    visibility: visible;
    opacity: 1;
  }
  section.why_cip_s .img-container img {
    height: auto;
  }
  .join-ranks-title {
    width: 100%;
    text-align: center;
    font-size: 19px;
  }
  .stories-card-body {
    margin: 0 15px;
  }
  .stories-header {
    font-size: 19px;
    margin-bottom: 30px;
  }
  section.stories-section {
    padding: 50px 15px 100px;
  }
  .testimonials-section .owl-carousel .owl-nav button.owl-prev {
    left: 30%;
  }
  .testimonials-section .owl-carousel .owl-nav button.owl-next {
    right: 30%;
  }

  .testimonials-section .owl-carousel:hover .owl-nav button.owl-prev,
  .testimonials-section .owl-carousel .owl-nav button.owl-prev {
    left: 30%;
  }
  .testimonials-section .owl-carousel:hover .owl-nav button.owl-next,
  .testimonials-section .owl-carousel .owl-nav button.owl-next {
    right: 30%;
  }

  .what_you_need-content {
    padding: 30px 15px;
  }
  .test-image-bg {
    display: none;
  }
  .testimonials-header {
    font-size: 21px;
  }
  section.testimonials-section {
    background: #182742;
    padding: 45px 15px 45px;
  }
  .banner_s .apply-btn {
    font-size: 16px;
  }
  .join-card-body {
    padding: 20px 15px;
    text-align: center;
  }
  .banner_s .banner-description p {
    font-size: 19px;
  }
  .banner_s .banner-title p {
    text-align: center;
    font-size: 27px;
  }
  section.banner_s {
    padding: 50px 0;
  }
  .why-join-title p {
    margin-bottom: 50px;
  }
  section.why_join_s .left-div {
    margin-bottom: 20px;
  }
  section.why_join_s {
    padding: 50px 0;
  }
  section.why_consultant_s {
    padding: 50px 0;
  }
  .apply-banner-content {
    padding: 50px 20px;
  }

  section.why_cip_s {
    padding: 30px 0;
  }
  section.what_you_need_s .right-what {
    margin: 30px 0 0 0;
  }
  section.what_you_need_s {
    padding: 30px 0;
  }

  section.join_ranks_s {
    height: 300px;
    padding: 0px 15px;
  }
  section.awaits_s {
    padding: 30px 0 30px;
  }
  .awaits-card-body {
    margin: 0px 0px;
  }
  section.meet_expert_s {
    padding: 50px 0 50px;
  }
  .apply-banner-content .apply-title {
    font-size: 21px;
    width: 100%;
    text-align: center;
  }
  .test-description p {
    font-size: 18px;
    text-align: center;
  }
  .awaits_you_title {
    font-size: 21px;
    text-align: center;
  }
  .banner-button {
    justify-content: center;
  }
  .join-rankscontent .join-ranks-btn,
  .apply_banner_s .apply-banner-btn {
    color: white;
    background: #86bf46;
  }
}
@media (max-width: 1001px) {
  .test-description p {
    font-size: 15px;
  }
  section.testimonials-section .test-description img.quote-end-img {
    display: none;
  }
}
/* Since you have multiple items at 1024px and above, ensure only the center is scaled */
@media (min-width: 1024px) {
  .stories-carousel .owl-item.active.center .slide-item {
    transform: scale(1.1); /* Scale the centered item to appear larger */
  }
  .stories-carousel .owl-item:not(.center) .slide-item {
    transform: scale(1); /* Ensure non-centered items are at normal size */
  }
}

.new_btn-single {
  padding: 0.7em;
  border: 1px;
  border-color: #ddd;
  font-weight: 500;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  font-size: 1em;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
  background: var(--linear-gradient) !important;
  color: #fff !important;
  margin: 0 0 10px;
}

.woocommerce-product-details__short-description_new-single {
  margin: 0 0 20px;
}

@media (max-width: 770px) {
  .woocommerce-product-details__short-description_new-single {
    margin: 20px 0 20px;
  }
}

.team-block:hover .team-bottom-part h4.team-title {
  color: white;
}
.logo img {
  width: 100%;
}

@media (max-width: 770px) {
  .logo img {
    height: 60px;
    width: 140px;
  }
}
/* ------------------------------------------------
31. SHOPPING
------------------------------------------------ */
/* 
	1.0 Checkout 
*/
/*===== 1.0 Checkout =====*/
.shop-form .form-control,
.shop-form .bootstrap-select .dropdown-toggle {
  border-width: 2px;
  border-radius: 0;
}
.shop-form .bootstrap-select .dropdown-toggle {
  border-width: 2px !important;
}
.shop-form p {
  font-weight: 500;
  color: #a3a3a3;
}
.shop-form textarea {
  height: 150px;
}
.shop-form .form-control:hover,
.shop-form .form-control:focus,
.shop-form .bootstrap-select:focus .dropdown-toggle,
.shop-form .bootstrap-select:hover .dropdown-toggle {
  border-color: #636363 !important;
}
.check-tbl img {
  width: 100%;
}
.check-tbl th {
  font-weight: 700;
  font-size: 20px;
  padding: 10px;
}
.check-tbl td {
  font-weight: 600;
  padding: 10px;
}
.check-tbl.table > tbody > tr > td,
.check-tbl.table > tbody > tr > th,
.check-tbl.table > tfoot > tr > td,
.check-tbl.table > tfoot > tr > th,
.check-tbl.table > thead > tr > td,
.check-tbl.table > thead > tr > th {
  vertical-align: middle;
}
/* shop-price */
.product-price,
.check-tbl .product-price,
.product-price-total,
.check-tbl .product-price-total,
.check-tbl .product-item-price {
  font-weight: 700;
}
/* Cart */
.product-item-close a {
  border: 1px solid #f0526d;
  color: #f0526d;
  padding: 8px;
}
.product-item-close a:hover {
  opacity: 0.5;
}
/* Product Item */
.item-img {
  overflow: hidden;
  position: relative;
}
.item-title {
  font-size: 18px;
  font-weight: 600;
}
.item-info {
  padding: 15px 0 15px;
}
.item-info.p-a20 {
  padding: 20px;
}
.item-img img {
  width: 100%;
}
.item-info-in {
  bottom: -20%;
  padding: 15px;
  position: absolute;
  text-align: center;
  width: 100%;
  background-color: #353866;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.2s;
  opacity: 0;
}
.item-box:hover .item-info-in {
  opacity: 1;
  bottom: 0;
}
.item-info-in ul li {
  display: inline-block;
}
.item-info-in ul li a {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  padding: 5px 10px;
}
.item-info-in ul,
.item-review {
  margin: auto;
  padding: 0;
  list-style: none;
}
.item-review li {
  display: inline-block;
  font-size: 16px;
  color: #ffa800;
}
.item-price del {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.4;
}
.item-price {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.item-info-in.center {
  bottom: auto;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.item-box:hover .item-info-in.center {
  top: 50%;
  bottom: auto;
}
.item-info-in.no-bg {
  background-color: rgba(0, 0, 0, 0);
}
.item-info-in.no-bg.tb a {
  color: #000;
}
.item-info-in.no-bg.tb a:hover {
  color: #000;
  opacity: 0.8;
}
/* Dir */
.item-info-in.left {
  width: auto;
  padding: 10px;
}
.item-info-in.left ul li {
  display: block;
}
.item-info-in.right {
  width: auto;
  padding: 10px;
  right: 0;
  left: auto;
}
.item-info-in.right ul li {
  display: block;
}
.item-info-in.top {
  width: auto;
  padding: 10px;
  top: -20%;
  left: 0;
  bottom: auto;
  height: auto;
}
.item-box:hover .item-info-in.top,
.item-img:hover .item-info-in.top,
.item-box:hover .item-info-in.top.right,
.item-img:hover .item-info-in.top.right {
  top: 0;
}
.item-img:hover .item-info-in.top,
.item-box:hover .item-info-in.top {
  bottom: auto;
}
.item-info-in.top.right ul li {
  display: block;
}
.item-info-in.top.right {
  width: auto;
  padding: 10px;
  top: -20%;
  right: 0;
  bottom: auto;
  left: auto;
}
.item-info-in.full {
  height: 100%;
}
.item-info-in.full ul li {
  display: block;
  width: 100%;
}
.item-info-in.full ul,
.item-info-in.full .center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/* item add */
.item-add {
  outline: 8px solid rgba(255, 255, 255, 0.5);
  outline-offset: -20px;
  position: relative;
  overflow: hidden;
}
.add-box {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.add-box h2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.add-box h5 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.item-add.add-style-2 {
  outline: 8px solid rgba(0, 0, 0, 0.1);
}
.item-add.add-style-2 img {
  opacity: 0.05;
}
.item-add.add-style-2 .add-box h2,
.item-add.add-style-2 .add-box h5 {
  text-shadow: none;
}
.item-add.add-style-3 {
  outline: none;
}
.item-add.add-style-3 h5,
.item-add.add-style-3 h2 {
  text-shadow: none;
}
.item-add.add-style-3 h2 {
  font-size: 30px;
  margin: 0;
}
.item-add.add-style-3 .add-box .add-box-in {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.item-add.add-style-3 .add-box .add-box-in.black {
  background-color: rgba(0, 0, 0, 0.8);
}
.item-add.add-style-3:hover .add-box-in {
  padding: 30px 40px;
}
/* Product Details Item */
.shop-item-rating {
  position: absolute;
  top: 0;
  right: 0;
}
.shop-item-rating span {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}
.shop-item-tage span {
  font-size: 15px;
  font-weight: 600;
}
.shop-item-tage a {
  font-weight: 600;
  margin-left: 7px;
}
.ti-close:before {
  content: "\e646";
}
@media (max-width: 768px) {
  .check-tbl {
    border: none;
  }

  .check-tbl thead {
    display: none;
  }

  .check-tbl tr {
    display: block;
    margin-bottom: 1.5rem;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
  }

  .check-tbl td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }

  .check-tbl td:last-child {
    border-bottom: none;
  }

  .check-tbl td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #555;
    flex: 1;
    text-align: left;
  }

  .check-tbl td > *:not(.product-item-img):not(img) {
    flex: 0;
    text-align: right;
  }

  .product-item-img img {
    max-width: 80px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
  }
}
@media (max-width: 1200px) {
  .main-banner-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  .main-banner-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .main-banner{
    height: 60vh !important;
  }
}
@media (max-width: 393px) {
  .main-banner-content h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 341px) {
  .main-banner-content h1 {
    font-size: 28px !important;
  }
}
@media (max-width: 323px) {
  .main-banner-content h1 {
    font-size: 26px !important;
  }
}
a.btn.career {
  background: var(--linear-gradient);
}
.paragraph-career {
  padding-bottom: 25px;
}
.wbp-testimonial-card {
  background: #f8f8fa;
  padding: 22px 45px !important;
  border-radius: 20px;
  height: 400px;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
h2.sec-mc {
  margin-bottom: 20px;
}
.wbp-testimonial-card p {
  font-size: 16px !important;
  font-weight: 500;
  color: #3e3e3e;
}
@media (max-width: 1200px) {
  .wbp-testimonial-card {
    height: 350px;
  }
  .wbp-testimonial-card p {
    font-size: 16px !important;
  }
}

@media (max-width: 992px) {
  .wbp-testimonial-card p {
    font-size: 14px !important;
  }
  .main-banner-content {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .main-banner-content {
    text-align: left !important;
  }
  .main-banner {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
  }
}
:root {
  --ppm-max: 1200px;
  --ppm-pad: 24px;
  --ppm-gap: 28px;
  --ppm-title: #182742;
  --ppm-body: #000;
}

.ppm-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.ppm-container {
  max-width: var(--ppm-max);
  margin: 0 auto;
  padding: 56px var(--ppm-pad);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--ppm-gap);
  align-items: center;
}

/* Text column */
.ppm-text {
  z-index: 2;
}

.ppm-title {
  margin: 0 0 16px 0;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.25;
  color: var(--ppm-title);
  font-weight: 800;
  letter-spacing: 0.2px;
}

.ppm-accreditation h2 {
  margin: 14px 0 10px 0;
  font-size: clamp(16px, 2vw, 18px);
  color: var(--ppm-title);
  font-weight: 700;
}

.ppm-accreditation ul {
  margin: 0;
  padding-inline-start: 22px;
  color: var(--ppm-body);
  line-height: 1.65;
  font-size: clamp(14px, 1.6vw, 16px);
}

.ppm-accreditation li + li {
  margin-top: 6px;
}

.ppm-badge {
  margin-top: 16px;
  width: 100%;
  height: auto;
  display: block;
}

/* Visual column with diagonal shape */
.ppm-visual {
  position: relative;
  height: 100%;
  min-height: 260px;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
}

.ppm-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* Diagonal clip similar to the screenshot */
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}

/* Decorative angle strip (optional) */
.ppm-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(64, 59, 180, 0.85),
    rgba(15, 7, 120, 0.25)
  );
  mix-blend-mode: multiply;
  /* keeps photo visible */
  pointer-events: none;
  clip-path: polygon(12% 0, 18% 0, 4% 100%, 0 100%, 0 0);
}

/* Responsive */
@media (max-width: 900px) {
  .ppm-container {
    grid-template-columns: 1fr;
    padding-block: 40px;
  }

  .ppm-visual {
    order: -1;
    min-height: 220px;
  }

  .ppm-badge {
    width: 90%;
  }
}
.owl-stage-outer {
  padding-top: 25px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
  background: linear-gradient(to right, #7ac03b 0%, #a8e063 51%, #7ac03b 100%);
  content: "";
  color: white;
  border-radius: 20px;
}
.header-cart {
  padding-top: 13px;
}
a.cart-contents {
  justify-content: end;
  display: flex;
  padding-left: 16px;
  margin-right: 12px;
}
.image-feedback {
  width: 100% !important;
}
.stories-card-description {
  text-align: center;
}

.woocommerce-billing-fields > h3 {
  display: none !important;
}
@media (max-width: 992px) {
  .luvion-nav .navbar .navbar-nav .nav-item a {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .mean-container a.meanmenu-reveal {
    padding-top: 48px;
  }
}
@media (max-width: 770px) {
  .mean-container a.meanmenu-reveal {
    padding-top: 34px;
  }
}
@media (max-width: 1243px) {
  .main-banner-content {
    margin-left: 12px;
  }
}
@media (max-width: 768px) {
  .service-grid {
    font-size: 20px;
  }

  .single-features-box p {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .ctp-send-money-online-form .form-content {
    padding: 50px 20px 0px !important;
  }
}
@media (max-width: 1076px) {
  .banner_s .banner-title p {
    font-size: 40px;
  }
}
@media (max-width: 959px) {
  .banner_s .banner-title p {
    font-size: 36px;
  }
}
@media (max-width: 865px) {
  .banner_s .banner-title p {
    font-size: 30px;
  }
}
@media (max-width: 725px) {
  .banner_s .banner-title p {
    font-size: 27px;
  }
}
@media (max-width: 655px) {
  .banner_s .banner-title p {
    font-size: 25px;
  }
}
@media (max-width: 609px) {
  .banner_s .banner-title p {
    font-size: 22px;
  }
}
.test-img-dv {
  width: 350px;
  height: 350px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.test-image .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  section.testimonials-section .owl-carousel .owl-item .main-img {
    object-fit: cover;
    width: 350px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .overview-box {
    padding-left: 45px;
  }
}
@media (max-width: 991px) {
  .overview-box {
    padding-left: 0;
    display: flex;
    justify-content: center;
    padding-right: 138px;
  }
}
@media (max-width: 768px) {
  .overview-box {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .overview-box .overview-content {
    flex: 0 0 100%;
    max-width: 101%;
    order: 1;
    padding-left: 0px;
    padding-right: 15px;
  }
  .overview-box .overview-content .content h2 {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  .overview-box .overview-content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    padding-left: 0px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .overview-box .overview-content .content h2 {
    font-size: 40px !important;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 576px) {
  .overview-box .overview-content {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 391px) {
  .overview-box .overview-content .content h2 {
    font-size: 37px !important;
  }
}
@media only screen and (max-width: 369px) {
  .overview-box .overview-content .content h2 {
    font-size: 33px !important;
  }
}
@media only screen and (max-width: 340px) {
  .overview-box .overview-content .content h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 477px) {
  .page-banner-wrap-content h2 {
    font-size: 45px !important;
  }
}
.wbp-font-style .h1,
.wbp-font-style .h2,
.wbp-font-style .h3,
.wbp-font-style .h4,
.wbp-font-style .h5,
.wbp-font-style .h6,
.wbp-font-style h1,
.wbp-font-style h2,
.wbp-font-style h3,
.wbp-font-style h4,
.wbp-font-style h5,
.wbp-font-style h6 {
  font-family: "Poppins", sans-serif !important;
  color: #061029;
  font-weight: bold;
}
.container.testi-corner {
  padding-top: 70px;
}
@media (max-width: 1400px) {
  .col-lg-4.col-md-6.why-sec {
    width: 42%;
  }
}
@media (max-width: 1200px) {
  .col-lg-4.col-md-6.why-sec {
    width: 48%;
  }
}
@media (max-width: 992px) {
  .col-lg-4.col-md-6.why-sec {
    width: 100%;
  }
}
@media (max-width: 429px) {
  .wbp-font-style p {
    font-size: 15px !important;
  }
}
@media (max-width: 416px) {
  h1.i-100.why-co {
    font-size: 31px;
  }
}
@media (max-width: 405px) {
  h1.i-100.why-co {
    font-size: 27px;
  }
}
@media (max-width: 393px) {
  h1.i-100.why-co {
    font-size: 25px;
  }
}
@media (max-width: 388px) {
  .wbp-font-style p {
    font-size: 13px !important;
  }
}
@media (max-width: 360px) {
  h1.i-100.why-co {
    font-size: 21px;
  }
}
@media (max-width: 349px) {
  .wbp-font-style p {
    font-size: 12px !important;
  }
}
@media (max-width: 334px) {
  h1.i-100.why-co {
    font-size: 18px;
  }
}
@media (max-width: 326px) {
  h1.i-100.why-co {
    font-size: 15px;
  }
}
.container.feed-box {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .overview-box {
    padding-right: 115px !important;
  }
}
img.img-owl {
  max-width: 75%;
}
@media (max-width: 992px) {
  img.img-owl {
    max-width: 100%;
  }
}
@media (max-width: 423px) {
  .wbp-font-style p {
    font-size: 14px !important;
  }
}
@media (max-width: 340px) {
  .wbp-font-style p {
    font-size: 13px !important;
  }
}
@media (max-width: 1450px) {
  .main-banner-content {
    padding-left: 15px;
  }
}

.cart-count {
  position: absolute;
  top: 18px;
  right: 0px;
  background: #7cb354;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.required {
  color: red;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
  > span {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 12px;
}

.woocommerce-privacy-policy-text p {
  font-size: 12px;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-error {
  border-top: 0;
  border-left: 2px solid #b81c23;
}

.iti {
  display: block;
}

.pagination-area .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

span.page-numbers.current {
  border-radius: 0;
  background-color: transparent;
  border: 0;
}
.shader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.woocommerce-terms-and-conditions {
  padding-left: 15px;
  padding-top: 15px;
}
.wbp-testimonial-card {
  text-align: center;
  padding: 25px 20px;
}

.wbp-testimonial-card .image-feedback {
  margin-bottom: 15px;
}

.wbp-testimonial-card .image-feedback .img-owl {
  max-width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
}

.wbp-testimonial-card .title h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}

.wbp-testimonial-card .title span {
  font-size: 14px;
  opacity: 0.8;
  display: block;
  margin-bottom: 12px;
}

.wbp-testimonial-card .testimonial-text {
  font-size: 14px;
  line-height: 1.7;
}
[class^="ri-"],
[class*=" ri-"] {
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(180deg);
}
.footer-copyright {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--dark-divider-color);
  gap: 10px;
  padding: 23px 0;
  margin-top: 36px;
}

.footer-copyright-text p {
  color: var(--white-color);
  margin-bottom: 0;
}
a.darcopyright {
  color: #fff;
}
.single-course-layout {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* width: 100%; */
}

.single-course-layout .blog-image img {
  max-height: 400px;
  object-fit: cover;
}
.quote-icon:before {
  position: absolute;
  right: 40px;
  text-align: center;
  z-index: 1;
  font-size: 3.2rem;
  -moz-transform: translateY(50%) rotate(-180deg);
  -o-transform: translateY(50%) rotate(-180deg);
  -ms-transform: translateY(50%) rotate(-180deg);
  -webkit-transform: translateY(50%) rotate(-180deg);
  transform: translateY(50%) rotate(-180deg);
  color: #406ca9;
  top: 10px;
}
.logos-section {
  padding: 40px 0;
  overflow: hidden;
  background: #fff;
}

.logos-row {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

.logos-row-bottom {
  margin-bottom: 0;
}

.logos-track {
  display: inline-flex;
  align-items: center;
  gap: 80px;
  white-space: nowrap;
}

.logos-track img {
     height: 50px;
    width: 210px;
    object-fit: contain;
    opacity: 0.75;
    vertical-align: middle;
    border-style: none;
}

.logos-row-top .logos-track {
  animation: logos-left 15s linear infinite;
}

.logos-row-bottom .logos-track {
  animation: logos-right 15s linear infinite;
}

@keyframes logos-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes logos-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.why-consultants-fail {
  padding: 60px 0;
  background: #f5f7fb;
}

.fail-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 100px 100px 100px 100px;
  box-shadow: 0 18px 45px rgba(15, 35, 52, 0.08);
}

.fail-title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #1c2c4d;
  margin-bottom: 32px;
}

.fail-title span {
  color: #e74c3c;
}

.fail-item {
  align-items: center;
  gap: 16px;
}

.fail-icon {
  width: 250px;
  height: 72px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.fail-text {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #334155;
}

@media (max-width: 767px) {
  .fail-card {
    padding: 28px 20px;
  }
  .fail-title {
    font-size: 24px;
  }
  .fail-item {
    margin-bottom: 16px;
  }
}
.bootcamp-benefits-section {
  background: linear-gradient(120deg, #1c2c4d 0%, #406ca9 100%);
  padding: 70px 0;
  color: #fff;
}

.bootcamp-benefits-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #ffffff;
}

.bootcamp-benefits-title span {
  color: #7ac03b;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.bootcamp-benefits-slider {
  position: relative;
  padding: 20px 10px 50px;
}

.benefit-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 28px;
  text-align: center;
  color: #0f172a;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefit-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.benefit-icon img {
  max-width: 100%;
  max-height: 100%;
}

.benefit-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0f172a;
}

.benefit-text {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  color: #2c3e50;
}

/* Swiper arrows و pagination */
.bootcamp-benefits-slider .swiper-button-prev,
.bootcamp-benefits-slider .swiper-button-next {
  color: #ffffff;
  top: 55%;
}

.bootcamp-benefits-slider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}

.bootcamp-benefits-slider .swiper-pagination-bullet-active {
  background: #ffffff;
}

/* Responsiveness */
@media (max-width: 767px) {
  .bootcamp-benefits-title {
    font-size: 24px;
  }
  .benefit-card {
    padding: 24px 18px;
  }
}
.bootcamp-benefits-slider .swiper-pagination-bullet {
  background-color: #fff !important;
}
.gateway-section {
  padding: 70px 0;
  background: #fff;
}

.gateway-subtitle {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgb(64, 108, 169) 0%, #1c2c4d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  background-color: #1c2c4d;
  z-index: 1;
  color: transparent !important;
}

.gateway-title {
  font-size: 36px;
  font-weight: 700;
  color: #1c2c4d;
  margin-bottom: 32px;
}

.gateway-grid {
  max-width: 100%;
  margin: 0 auto;
}

.gateway-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  --container-widget-width: (calc((1 - 0)) * 100%);
  border-style: solid;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #dbdbdb;
  border-color: #dbdbdb;
  border-radius: 20px 20px 20px 20px;
  padding-top: 46px;
  padding-bottom: 46px;
  padding-left: 32px;
  padding-right: 32px;
  height: 100%;
  justify-content: center;
}

.gateway-card-title {
  font-size: 25px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.gateway-card-text {
  font-size: 20px;
  color: #4b5563;
  margin: 0;
  text-align: center;
}

.gateway-card-active {
  background: linear-gradient(120deg, #406ca9 0%, #1c2c4d 100%);
  color: #ffffff;
  border-color: transparent;
}

.gateway-card-active .gateway-card-title,
.gateway-card-active .gateway-card-text {
  color: #ffffff;
}

.gateway-card:not(.gateway-card-active):hover {
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  transform: translateY(-3px);
}

@media (max-width: 767px) {
  .gateway-title {
    font-size: 24px;
  }
  .gateway-card {
    padding: 24px 18px;
  }
}
.audience-card-icon img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #e5f7ff;
  padding: 8px;
  object-fit: contain;
}

.requirement-card-icon img {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #e5f7ff;
  padding: 10px;
  object-fit: contain;
}
.bootcamp-gradient-section {
  background: radial-gradient(
    circle at 0% 0%,
    #4f81d5 0,
    #244477 45%,
    #14294f 100%
  );
  border-radius: 40px;
  margin: 40px auto;
  padding-top: 60px;
  padding-bottom: 80px;
  color: #ffffff;
}

.bootcamp-gradient-section .container {
  max-width: 1270px;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
}

/* spacing between top row and bottom row */
.mb-6 {
  margin-bottom: 4rem;
}

/* audience cards (left stack) */
.audience-list {
  display: flex;
  gap: 16px 16px;
  row-gap: 16px;
  column-gap: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
}

.audience-card {
  background-color: #ffffff;
  padding: 42px 42px 42px 42px;
  border-radius: 16px 16px 16px 16px;
}

.audience-card:last-child {
  margin-bottom: 0;
}

.audience-card-icon {
  margin-right: 14px;
  flex-shrink: 0;
}

.audience-card-icon img {
  width: 100%;
  height: 100px;
  border-radius: 12px;
  background: radial-gradient(
    circle at 0% 0%,
    #4f81d5 0,
    #244477 45%,
    #14294f 100%
  );
  padding: 8px;
  object-fit: contain;
}

.audience-card-body {
  text-align: left;
}

.audience-card-title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #0a3d62;
}

.audience-card-text {
  font-size: 0.85rem;
  margin: 0;
}

/* main image (right) */
.bootcamp-image-wrapper {
  display: flex;
  justify-content: center;
}

.bootcamp-main-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center center;
  border-radius: 40px 40px 40px 40px;
}

/* bottom cards row */
.bootcamp-requirements-row {
  max-width: 1260px;
  margin: 0 auto;
}

.bottom-card {
  background-color: #ffffff;
  padding: 40px 50px 64px 30px;
  border-radius: 34px 34px 34px 34px;
  max-width: 100%;
}

.bottom-card-icon {
  margin-bottom: 10px;
}

.bottom-card-icon img {
  width: 40%;
  padding: 18px;
  display: flex;
  background: #efefef;
  border-radius: 50%;
}

.bottom-card-title {
  margin-bottom: 21px;
  font-family: "Poppins", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #0a3d62;
}

.bottom-card-text {
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.6em;
  letter-spacing: 0px;
  word-spacing: 0px;
}

/* responsive */
@media (max-width: 767.98px) {
  .bootcamp-gradient-section {
    border-radius: 0;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bootcamp-main-image {
    width: 100%;
    margin-top: 20px;
  }

  .audience-list {
    max-width: 100%;
  }
  .second-content{
    font-size: 25px;
  }
  
}
/* ===== Mentor Section Wrapper ===== */
.mentor-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* ===== Left card with gradient and image ===== */
.mentor-image-card {
  border-radius: 32px;
  padding: 40px 30px 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.mentor-image {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* ===== Right side text ===== */
.mentor-content {
  max-width: 640px;
  margin-left: auto;
}

.mentor-label {
  font-size: 14px;
  font-weight: 600;
  color: #315eaa;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.mentor-title {
  font-size: 36px;
  line-height: 1.25;
  font-weight: 800;
  color: #12294f;
  margin-bottom: 12px;
}

.mentor-title-highlight {
  color: #69bd45; /* الأخضر مثل الديزاين */
}

.mentor-subtitle {
  font-size: 16px;
  color: #243b63;
  margin-bottom: 20px;
}

/* ===== Bullet list ===== */
.mentor-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mentor-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #1f3358;
}

.mentor-list li strong {
  font-weight: 700;
}

/* circle check icon */
.mentor-check {
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #29518e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mentor-check::before {
  color: #ffffff;
  font-size: 13px;
}
.fa-solid {
  color: #fff;
}
/* ===== Responsive tweaks ===== */
@media (max-width: 991.98px) {
  .mentor-title {
    font-size: 30px;
  }

  .mentor-image-card {
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .mentor-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mentor-content {
    margin-left: 0;
  }
}
.success-stories-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.success-stars i {
  color: #f8b400;
  margin: 0 2px;
}

.success-title {
  font-size: 40px;
  font-weight: 800;
  color: #102347;
}

.success-subtitle {
  font-size: 16px;
  color: #6c7a98;
}

.success-card {
  background: #f7fbff;
  border-radius: 24px;
  padding: 24px 28px 20px;
  box-shadow: 0 14px 35px rgba(15, 35, 80, 0.08);
  height: 100%;
}

.success-card-stars i {
  color: #f8b400;
  margin-right: 2px;
}

.success-quote {
  font-size: 16px;
  line-height: 1.7;
  color: #15294b;
  margin-bottom: 18px;
}

.success-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}

.success-author-name {
  font-weight: 700;
  font-size: 15px;
  color: #102347;
}

.success-author-role {
  font-size: 13px;
  color: #6c7a98;
}

.success-card-hidden {
  display: none;
}

.success-toggle-btn {
  padding: 10px 26px;
  border-radius: 999px;
  font-weight: 600;
  background-color: #406ca9;
  font-size: 15px;
  color: #fff;
}

@media (max-width: 767.98px) {
  .success-title {
    font-size: 30px;
  }

  .success-card {
    padding: 20px 18px 18px;
  }
}
/* Section spacing */
.enrollment-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Left image */
.enrollment-image-wrapper {
  border-radius: 32px;
  overflow: hidden;
}

.enrollment-image {
  width: 100%;
  height: 750px;
  object-fit: cover;
  object-position: center center;
  border-radius: 21px 21px 21px 21px;
}

/* Title */
.enrollment-title {
  font-size: 36px;
  font-weight: 800;
  color: #0f2340;
}

/* Bullets */
.enrollment-highlights {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.enrollment-highlights li {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  color: #1f3358;
  margin-bottom: 10px;
}

.enrollment-highlights i {
  color: #2459a9;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 3px;
}

/* Form */
.enrollment-form {
  max-width: 640px;
}

.enrollment-label {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: 4px;
}

.enrollment-label .required {
  color: #e53935;
}

.enrollment-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 6px 0 8px;
  font-size: 15px;
  color: #1f3358;
  background: transparent;
}

.enrollment-input:focus {
  outline: none;
  border-bottom-color: #2459a9;
}

.enrollment-input::placeholder {
  color: #c0c3cc;
}

.enrollment-textarea {
  min-height: 70px;
  resize: vertical;
}

.enrollment-input-wrapper {
  position: relative;
}

.enrollment-input-icon {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 14px;
  color: #b0b4c2;
  pointer-events: none;
}

.enrollment-form .btn-primary {
  margin-top: 10px;
  padding: 10px 26px;
  border-radius: 999px;
  font-weight: 600;
  background: #29518e;
  border: none;
}

.enrollment-form .btn-primary:hover {
  background: #1f3f6a;
}

/* Responsive */
@media (max-width: 991.98px) {
  .enrollment-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .enrollment-title {
    font-size: 30px;
  }

  .enrollment-image-wrapper {
    margin-bottom: 24px;
  }
}
.contact-btn {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 40px;
    border-radius: 999px;
    background: #7ad53b;
    border: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}

.enrollment-form p {
  margin: 0 0 10px;
}

.enrollment-form .enrollment-label {
  margin-bottom: 2px;
  font-size: 13px;
}

.enrollment-form input[type="text"],
.enrollment-form input[type="email"],
.enrollment-form input[type="tel"],
.enrollment-form textarea {
  padding: 4px 0 6px;
  font-size: 14px;
}

.enrollment-form .enrollment-textarea {
  min-height: 60px;
}

.enrollment-form p:last-of-type {
  margin-top: 6px;
  margin-bottom: 0;
}
.enrollment-form .enrollment-textarea,
.enrollment-form textarea {
  min-height: 40px !important;
  height: 10px;
  padding-top: 2px;
  padding-bottom: 4px;
  resize: vertical;
  line-height: 1.4;
}

.enrollment-form p {
  margin: 0 0 8px;
}
.cta-section {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: transparent;
}

.cta-banner {
  position: relative;
  border-radius: 40px;
  padding: 60px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    200deg,
    rgba(209, 211, 232, 0.9) 0%,
    rgba(225, 226, 239, 0.9) 100%
  );
  z-index: 0;
}

/* نخلي المحتوى فوق الأوفرلاي */
.cta-banner > * {
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: 35px;
  font-weight: 800;
  color: #143057;
  margin-bottom: 28px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  border-radius: 999px;
  background: #7ad53b;
  border: none;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}

.cta-btn i {
  margin-left: 8px;
  font-size: 14px;
}

.cta-btn:hover {
  background: #68c02f;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .cta-banner {
    padding: 40px 18px;
    border-radius: 24px;
  }

  .cta-title {
    font-size: 24px;
    line-height: 1.4;
  }
}
.second-section {
  width: 100%;
  padding: 80px 15px;
  text-align: center;
}

.second-content {
  font-family: "Poppins", Sans-serif;
  font-size: 53px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.3px;
  margin: 0 auto;
  max-width: 900px;
}
a.btn.cta-btn {
    width: 100%;
    height: 30px;
    background-color: #68c02f !important;
        width: 100px !important;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* End "Digital Wallet", "Online Investment Platform" & "FinTech Platform" Demo` Style CSS
============================================================================================*/ /*# sourceMappingURL=style.css.map */
