/*
@File: Tryo Theme 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
** - Contact Area CSS
** - Footer Area CSS
** - Go Top CSS 
*/
/*================================================
Default CSS
=================================================*/
:root {
  --MainColor: #ee0979;
  --OptionalGradientColor: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  --MainGradientColor: linear-gradient(90deg, rgba(238,9,121,1) 0%, rgba(255,106,0,1) 100%);
  --OptionalColor: #44ce6f;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

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

.dropdown-toggle::after {
  margin-left: 0;
  vertical-align: 0;
  font-size: 10px;
  content: "\f078";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

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

a {
  color: #0e314c;
  text-decoration: none;
  transition: 0.5s;
  display: inline-block;
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

button {
  outline: 0 !important;
}

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

.pt-70 {
  padding-top: 80px;
}

.pb-40 {
  padding-bottom: 50px;
}

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

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

/*btn btn-primary*/
.btn {
  font-weight: 500;
  border: none;
  padding: 14.5px 30px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: initial;
  border-radius: 4px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.btn.disabled, .btn:disabled {
  opacity: 1;
}

.btn-primary {
  background-color: transparent;
}
.btn-primary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 4px;
  transition: 0.5s;
}
.btn-primary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 4px;
  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;
}

/*section-title*/
.section-title {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: -9px;
}
.section-title h2 {
  margin-bottom: 0;
  font-size: 40px;
}
.section-title .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  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%;
  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: 16px;
  line-height: 50px;
  color: #0e314c;
  border: 1px solid #eeeeee;
  border-radius: 0;
  transition: 0.5s;
}
.form-control:focus {
  box-shadow: unset !important;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  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
=================================================*/
.hide-adminbar .is-sticky {
  margin-top: 32px;
}

.hide-adminbar {
  margin-top: 25px;
}

.tryo-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;
}
.navbar-brand h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}
.navbar-brand h2:nth-child(2) {
  display: none;
}

.tryo-nav {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.tryo-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.tryo-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.tryo-nav .navbar .navbar-nav {
  font-family: "Raleway", sans-serif;
  margin-left: auto;
}
.tryo-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.tryo-nav .navbar .navbar-nav .nav-item a {
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid transparent;
}
.tryo-nav .navbar .navbar-nav .nav-item a i {
  font-size: 10px;
  margin-left: 1px;
}
.tryo-nav .navbar .navbar-nav .nav-item a:hover {
  border-bottom: 1px solid;
}
.tryo-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.tryo-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.tryo-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: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}
.tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 5px 25px;
  margin: 0;
  color: #0e314c;
  line-height: 1.6;
  border: none;
  font-size: 15px;
  font-weight: 400;
}
.tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: transparent !important;
}
.tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #0e314c;
}
.tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #0e314c;
}
.tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #0e314c;
}
.tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #0e314c;
}
.tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.tryo-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: #0e314c;
}
.tryo-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: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.tryo-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: #0e314c;
}
.tryo-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;
}
.tryo-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;
}
.tryo-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;
}
.tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.tryo-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.tryo-nav .navbar .navbar-nav .dropdown-item {
  white-space: inherit;
}
.tryo-nav .navbar .others-options {
  margin-left: 25px;
}
.tryo-nav .navbar .others-options .cart-btn {
  display: inline-block;
  position: relative;
  top: 0;
  color: #ffffff;
}
.tryo-nav .navbar .others-options .login-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}
.tryo-nav .navbar .others-options .login-btn i {
  margin-right: 2px;
  color: #eae563;
}
.tryo-nav .dropdown-item.active, .tryo-nav .dropdown-item:active {
  background-color: transparent;
}

.header-area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: auto;
}

.navbar-area {
  /*position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  */
  background-color: transparent;
  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 h2 {
  color: #0e314c;
  padding: 23px 0;
}
.navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item a {
  color: #0e314c;
}
.navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #0e314c;
}
.navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #0e314c;
}
.navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #0e314c;
}
.navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #0e314c;
}
.navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #0e314c;
}
.navbar-area.is-sticky .tryo-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: #0e314c;
}
.navbar-area.is-sticky .tryo-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: #0e314c;
}
.navbar-area.is-sticky .tryo-nav .navbar .others-options .login-btn {
  color: #0e314c;
}
.navbar-area.is-sticky .tryo-nav .navbar .others-options .cart-btn {
  color: #0e314c;
}
.navbar-area.navbar-style-two .navbar-brand img {
  display: block !important;
}
.navbar-area.navbar-style-two .navbar-brand h2 {
  color: #0e314c;
}
.navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item a {
  color: #0e314c;
}
.navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #0e314c;
}
.navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #0e314c;
}
.navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #0e314c;
}
.navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #0e314c;
}
.navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #0e314c;
}
.navbar-area.navbar-style-two .tryo-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: #0e314c;
}
.navbar-area.navbar-style-two .tryo-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: #0e314c;
}
.navbar-area.navbar-style-two .tryo-nav .others-options .login-btn {
  color: #0e314c;
}
.navbar-area.navbar-style-two .tryo-nav .others-options .login-btn i {
  color: #0e314c;
}
.navbar-area.navbar-style-two .tryo-nav .others-options .cart-btn {
  color: #0e314c;
}
.navbar-area.navbar-style-two .tryo-nav .others-options .cart-btn i {
  color: #0e314c;
}

.navbar-area.is-sticky {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item {
  padding-top: 25px;
  padding-bottom: 25px;
}
.navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  margin: 0;
}
.navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .tryo-responsive-nav {
    display: block;
  }
  .tryo-responsive-nav .tryo-responsive-menu {
    position: relative;
  }
  .tryo-responsive-nav .tryo-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }
  .tryo-responsive-nav .tryo-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 13.5px;
  }
  .tryo-responsive-nav .tryo-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 350px;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .tryo-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .tryo-responsive-nav .logo a img {
    max-width: 90px;
  }
  .tryo-responsive-nav .logo a h2 {
    margin-bottom: 0;
    color: #0e314c;
    font-weight: 800;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .tryo-responsive-nav .logo a h2:nth-child(1) {
    display: none;
  }
  .tryo-responsive-nav .others-options {
    position: absolute;
    right: 52px;
    top: 3px;
  }
  .tryo-responsive-nav .others-options .login-btn {
    font-size: 16px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
  }
  .tryo-responsive-nav .others-options .login-btn i {
    margin-right: 2px;
    color: #eae563;
  }
  .tryo-responsive-nav .others-options .cart-btn {
    margin-right: 10px;
  }
  .navbar-area {
    background-color: #fff;
    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 .tryo-responsive-nav .others-options .login-btn {
    color: #0e314c;
  }
  .navbar-area.navbar-style-two .tryo-responsive-nav .mean-container a.meanmenu-reveal {
    color: #0e314c;
  }
  .navbar-area.navbar-style-two .tryo-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #0e314c;
  }
  .navbar-area.navbar-style-two .tryo-responsive-nav .logo a img {
    display: inline-block !important;
  }
  .navbar-area.navbar-style-two .tryo-responsive-nav .others-options .login-btn {
    color: #0e314c;
  }
  .tryo-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: -20px;
  max-width: 600px;
}
.main-banner-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 52px;
  font-weight: bold;
}
.main-banner-content p {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 0;
}

.banner-btn {
  margin-top: 30px;
  overflow: hidden;
}
.banner-btn .btn {
  margin-right: 15px;
  float: left;
  height: 46px;
}
.banner-btn .video-btn {
  display: inline-block;
  position: relative;
  height: 46px;
  float: left;
  border: none;
  z-index: 1;
  color: #ffffff;
  border-radius: 4px;
  padding: 14.5px 30px;
  text-transform: uppercase;
  line-height: initial;
  font-weight: 500;
  font-size: 14px;
}
.banner-btn .video-btn i {
  margin-right: 3px;
}
.banner-btn .video-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 4px;
  transition: 0.5s;
}
.banner-btn .video-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 4px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.banner-btn .video-btn:hover::after {
  opacity: 1;
  visibility: visible;
}
.banner-btn .video-btn:hover::before {
  opacity: 0;
  visibility: hidden;
}

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

.banner-content {
  margin-top: -50px;
  padding-right: 30px;
}
.banner-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 52px;
  font-weight: bold;
}
.banner-content p {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 0;
}

.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;
}
.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 h3 {
  text-align: center;
  margin-bottom: 20px;
}
.money-transfer-form form {
  text-align: center;
}
.money-transfer-form form .form-group {
  margin-bottom: 15px;
  position: relative;
  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 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: #fff;
  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;
  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;
}
.money-transfer-form form .currency-info .bar::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: -1px;
  left: -2px;
}
.money-transfer-form form .currency-info span {
  display: inline-block;
  font-size: 14px;
}
.money-transfer-form form .currency-info span strong {
  color: #0e314c;
}
.money-transfer-form form .currency-info span:last-child {
  margin-left: 15px;
}
.money-transfer-form form .money-transfer-info {
  font-size: 14px;
}
.money-transfer-form form .money-transfer-info strong {
  display: block;
  margin-top: 3px;
  color: #0e314c;
  font-size: 16px;
}
.money-transfer-form form button {
  margin-top: 15px;
}
.money-transfer-form form .terms-info {
  margin-top: 20px;
}
.money-transfer-form form .terms-info p {
  font-size: 15px;
}
.money-transfer-form form .terms-info p a {
  display: inline-block;
  color: #0e314c;
}

.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: 52px;
  font-weight: bold;
}
.hero-content p {
  font-family: "Raleway", 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: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.hero-image .video-btn i {
  margin-right: 2px;
}
.hero-image .video-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  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;
}

/*================================================
About Area CSS
=================================================*/
.about-content {
  padding-right: 25px;
}
.about-content span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12.5px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.about-content h2 {
  font-size: 40px;
}
.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%;
  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%;
  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;
  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: #fb7756;
}
.single-featured-box .icon.color-facd60 {
  color: #facd60;
}
.single-featured-box .icon.color-1ac0c6 {
  color: #1ac0c6;
}
.single-featured-box h3 {
  transition: 0.4s;
  margin-bottom: 0;
  font-size: 20px;
}
.single-featured-box p {
  transition: 0.4s;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0;
}
.single-featured-box .read-more-btn {
  -webkit-background-clip: text !important;
  -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: 16px;
  font-weight: 400;
}
.single-featured-box .read-more-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  transition: 0.5s;
  height: 1px;
}
.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: 0;
}
.overview-box .overview-content .content .sub-title {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12.5px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.overview-box .overview-content .content.left-content {
  margin-left: auto;
  padding-right: 20px;
  padding-left: 0;
}
.overview-box .overview-content .content h2 {
  margin-bottom: 0;
  font-size: 40px;
}
.overview-box .overview-content .content .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  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%;
  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: 20px;
  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);
  z-index: 1;
  border-radius: 5px;
  transition: 0.5s;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  font-size: 15px;
  font-weight: 400;
}
.overview-box .overview-content .content .services-list li span i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  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;
  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;
  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;
  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: 35px;
}
.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);
  }
}
.automated-accounting-section .overview-box .overview-content .content {
  padding-left: 40px;
}

/*================================================
Comparisons Area CSS
=================================================*/
.comparisons-area .elementor-element-populated {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.comparisons-table {
  background-color: #ffffff;
  box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.comparisons-table table {
  margin-bottom: 0;
  text-align: center;
}
.comparisons-table table thead th {
  vertical-align: middle;
  border: none;
  color: #ffffff;
  padding: 16px 20px;
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  font-weight: 400;
}
.comparisons-table table thead th:nth-child(1) {
  text-align: left;
  padding-left: 50px;
}
.comparisons-table table tbody td {
  vertical-align: middle;
  color: #0e314c;
  padding: 16px 20px;
  border-color: #eeeeee;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  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%;
  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: #facd60;
}
.comparisons-table table tbody tr:nth-child(2) td i, .comparisons-table table tbody tr:nth-child(9) td i {
  background-color: #44cd6f;
}
.comparisons-table table tbody tr:nth-child(3) td i, .comparisons-table table tbody tr:nth-child(10) td i {
  background-color: #fd6c28;
}
.comparisons-table table tbody tr:nth-child(5) td i, .comparisons-table table tbody tr:nth-child(12) td i {
  background-color: #1ac0c6;
}
.comparisons-table table tbody tr:nth-child(6) td i, .comparisons-table table tbody tr:nth-child(13) td i {
  background-color: #f45271;
}
.comparisons-table table tbody tr:nth-child(7) td i, .comparisons-table table tbody tr:nth-child(14) td i {
  background-color: #fd6d27;
}

/*================================================
Features Area CSS
=================================================*/
.single-features-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 30px;
  text-align: center;
}
.single-features-box .icon {
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  background-color: rgba(231, 70, 69, 0.2);
  border-radius: 50%;
  transition: 0.5s;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.single-features-box .icon i::before {
  font-size: 30px;
}
.single-features-box .icon.bg-f78acb {
  background-color: rgba(247, 138, 203, 0.3);
  color: #f78acb;
}
.single-features-box .icon.bg-cdf1d8 {
  background-color: #cdf1d8;
}
.single-features-box .icon.bg-c679e3 {
  color: #c679e3;
  background: #edc3fc;
}
.single-features-box .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}
.single-features-box h3 {
  margin-bottom: 0;
  transition: 0.5s;
  font-size: 20px;
}
.single-features-box h3 a {
  display: inline-block;
}
.single-features-box h3 a:hover {
  color: #fff;
}
.single-features-box p {
  font-size: 15.5px;
  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%;
  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);
  background-color: #ffffff;
}
.single-features-box:hover h3 a {
  color: #ffffff !important;
}
.single-features-box:hover p {
  color: #ffffff;
}

.features-box-list {
  margin-left: auto;
  max-width: 425px;
}
.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;
  background-color: rgba(231, 70, 69, 0.2);
  border-radius: 50%;
  transition: 0.5s;
  position: absolute;
  left: 25px;
  top: 35px;
}
.features-box .icon i::before {
  font-size: 30px;
}
.features-box .icon.bg-f78acb {
  background-color: rgba(247, 138, 203, 0.3);
  color: #f78acb;
}
.features-box .icon.bg-cdf1d8 {
  background-color: #cdf1d8;
}
.features-box .icon.bg-c679e3 {
  color: #c679e3;
  background: #edc3fc;
}
.features-box .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}
.features-box h3 {
  margin-bottom: 0;
  transition: 0.5s;
  font-size: 20px;
}
.features-box h3 a {
  display: inline-block;
}
.features-box p {
  font-size: 15px;
  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%;
  transition: 0.5s;
}
.features-box:hover {
  transform: translateY(-10px);
}
.features-box:hover::before {
  width: 100%;
}
.features-box:hover .icon {
  transform: rotate(360deg);
  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: 50px;
}
.how-it-works-area .elementor-element-populated {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.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: 35px 25px;
  border-radius: 5px;
  transition: 0.5s;
  border: 1px solid #efefef;
}
.single-how-it-works img {
  display: inline-block;
  margin-bottom: 20px;
}
.single-how-it-works h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.single-how-it-works p {
  margin-top: 10px;
  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: 50px;
}
.team-area .elementor-column-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.single-team-member {
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.07);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
}
.single-team-member .member-image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.single-team-member .member-image img {
  border-radius: 5px;
  transition: 0.5s;
}
.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%;
  color: #ffffff;
  font-size: 13px;
  transition: 0.5s;
}
.single-team-member .member-image .social li a i:hover {
  background: #ffffff;
}
.single-team-member .member-content {
  padding: 25px;
}
.single-team-member .member-content h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.single-team-member .member-content span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #57647c;
}
.single-team-member .member-content p {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 10px;
}
.single-team-member:hover .member-image img {
  transform: scale(1.2) rotate(4deg);
}
.single-team-member:hover .member-image .social {
  bottom: 20px;
  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;
}
.invoicing-content .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  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%;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.invoicing-content p {
  margin-bottom: 0;
  margin-top: 10px;
}
.invoicing-content .btn {
  margin-top: 25px;
}

.invoicing-image {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 950px;
  width: 100%;
  margin: auto;
}
.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: 70px;
  border: 1px solid #eee;
  padding-top: 15px;
  padding-bottom: 15px;
}
.single-information-box .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  left: 15px;
  top: 16px;
}
.single-information-box .icon i::before {
  font-size: 16px;
}
.single-information-box h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.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;
  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;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.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;
  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;
  transition: 0.5s;
}
.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;
}

.single-information-box.pl-0 {
  padding: 7px 0;
  text-align: center;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
  padding-bottom: 50px;
}
.pricing-area .elementor-element-populated {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.single-pricing-box {
  background-color: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0 11px 60px 0 rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  border-radius: 5px;
}
.single-pricing-box .pricing-header {
  text-align: center;
  padding: 25px 15px;
  position: relative;
}
.single-pricing-box .pricing-header::before {
  background: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.single-pricing-box .pricing-header h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.single-pricing-box .pricing-header p {
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 5;
  margin-top: 8px;
  margin-bottom: 0;
}
.single-pricing-box .price {
  text-align: center;
  border-bottom: 1px solid #eee;
  line-height: 1;
  margin: 0;
  padding: 20px 15px 25px;
  font-size: 50px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
.single-pricing-box .price span {
  display: inline-block;
  margin-left: -8px;
  font-size: 18px;
  font-weight: 300;
}
.single-pricing-box .price .symbol {
  font-size: 18px;
  margin-right: -5px;
}
.single-pricing-box .buy-btn {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 30px 15px;
}
.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: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e);
  border-radius: 30px;
}
.single-pricing-box .pricing-features {
  padding: 30px;
  margin-bottom: 0;
  list-style-type: none;
}
.single-pricing-box .pricing-features li {
  margin-bottom: 12px;
  position: relative;
  padding-right: 19px;
}
.single-pricing-box .pricing-features li:last-child {
  margin-bottom: 0;
}
.single-pricing-box .pricing-features li i {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-pricing-box .pricing-features li i::before {
  font-size: 12px;
}
.single-pricing-box:hover .pricing-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.single-pricing-box:hover .buy-btn .btn-primary::after {
  opacity: 1;
  visibility: visible;
}

.single-pricing-box.active .pricing-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.single-pricing-box.active .buy-btn .btn-primary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

/*================================================
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;
}
.funfacts-area .elementor-element-populated {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.funfact {
  text-align: center;
}
.funfact h3 {
  margin-bottom: 2px;
  font-size: 35px;
}
.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-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-area .elementor-element-populated {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.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: 40px;
  text-align: center;
}
.feedback-slides .client-feedback .single-feedback .quote-icon {
  font-size: 40px;
  margin-bottom: 25px;
}
.feedback-slides .client-feedback .single-feedback .client-img {
  display: flex;
  width: 100%;
  text-align: left;
  max-width: 250px;
  margin: 25px auto 0;
}
.feedback-slides .client-feedback .single-feedback .client-img img {
  border-radius: 50%;
  border: 2px solid;
  padding: 3px;
  width: 75px;
  margin-right: 15px;
}
.feedback-slides .client-feedback .single-feedback .client-img i {
  position: absolute;
}
.feedback-slides .client-feedback .single-feedback h3 {
  font-size: 20px;
  margin: 14px 0 0;
  font-weight: 600;
}
.feedback-slides .client-feedback .single-feedback span {
  display: block;
  margin-top: 3px;
  font-weight: 300;
  font-size: 13.4px;
  color: #57647c;
}
.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-feedback .single-feedback p {
  font-weight: 400;
  margin: 0;
  color: #5a5a5a;
}
.feedback-slides .client-thumbnails {
  position: relative;
  margin: auto;
  max-width: 350px;
  width: 100%;
}
.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;
  border-radius: 50%;
  padding: 3px;
  width: 60px;
}
.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: 36px;
  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%;
  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: #fff;
}
.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: -45px;
}
.feedback-slides .client-thumbnails .prev-arrow {
  left: -45px;
}

/*================================================
Ready To Talk Area CSS
=================================================*/
.ready-to-talk {
  text-align: center;
  position: relative;
}

.ready-to-talk-content h3 {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
}
.ready-to-talk-content p {
  margin-bottom: 20px;
}
.ready-to-talk-content .btn-primary::after {
  background: #ffffff;
}
.ready-to-talk-content span a {
  margin-left: 15px;
  color: #ffffff;
  text-decoration: underline;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area .elementor-element-populated {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.single-partner-item {
  text-align: center;
  margin-bottom: 10px;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}
.single-partner-item a {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #F4F7FC;
  border-radius: 5px;
  padding: 20px;
}
.single-partner-item a img:nth-child(1) {
  position: relative;
  display: inline-block !important;
  width: auto !important;
  transition: transform 0.4s ease;
}
.single-partner-item a img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200%);
  transition: transform 0.4s ease;
  display: inline-block !important;
  width: auto !important;
}
.single-partner-item a:hover img:nth-child(1) {
  transform: translateY(-200%);
}
.single-partner-item a:hover img:nth-child(2) {
  transform: translate(-50%, -50%);
}

.partner-area.ptb-70.bg-f6f4f8 .single-partner-item a {
  background-color: #ffffff;
}

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

.app-image {
  position: relative;
  z-index: 1;
  text-align: left;
}
.app-image .main-image img:nth-child(2) {
  position: absolute;
  right: 0;
  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;
  margin-top: -40px;
}
.app-download-content h2 {
  margin-bottom: 0;
  font-size: 40px;
}
.app-download-content .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  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%;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.app-download-content p br {
  display: none;
}
.app-download-content .btn-box {
  margin-top: 30px;
}
.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;
  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;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.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;
  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;
  transition: 0.5s;
}
.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;
}

.pt-0 .ptb-70 {
  padding-top: 0;
}

/*================================================
Account Create Area CSS
=================================================*/
.account-create-area {
  position: relative;
  z-index: 1;
  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 h2 {
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 40px;
}
.account-create-content p {
  line-height: initial;
  font-size: 18px;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 0;
}
.account-create-content .create-account {
  text-align: right;
}
.account-create-content .btn-primary {
  margin-top: 20px;
  padding: 16px 30px;
}
.account-create-content .btn-primary::after {
  background: #ffffff;
}
.account-create-content .btn-primary:hover, .account-create-content .btn-primary:focus {
  color: #0e314c !important;
}

blockquote {
  background-color: #fafafa;
  padding: 30px !important;
  line-height: 25px;
  font-weight: 500;
  position: relative;
  margin: 20px 0;
  border-left: 3px solid;
}
blockquote p {
  font-size: 15px;
  margin-bottom: 10px !important;
  font-weight: 500;
  color: #212529;
}
blockquote p:last-child {
  margin-bottom: 0 !important;
}
blockquote cite {
  color: #212529;
  font-size: 14px;
  font-style: normal !important;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-color: #0e314c;
  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%;
  background: #000000;
  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-image: url(../../assets/img/bg_lines.svg);
  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 h1 {
  color: #ffffff;
  max-width: 700px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: bold;
}
.page-title-content h2 {
  color: #ffffff;
  max-width: 700px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: bold;
}
.page-title-content h3 {
  color: #ffffff;
  max-width: 700px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: bold;
}
.page-title-content h4 {
  color: #ffffff;
  max-width: 700px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
}
.page-title-content h5 {
  color: #ffffff;
  max-width: 700px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: bold;
}
.page-title-content h6 {
  color: #ffffff;
  max-width: 700px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}
.page-title-content p {
  color: #ffffff;
  max-width: 600px;
  font-family: "Raleway", 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;
  border-bottom: 1px solid #eee;
}

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

/*================================================
Blog Post
=================================================*/
.single-blog-post-box {
  background: #ffffff;
  position: relative;
  transition: 0.5s;
  margin-bottom: 30px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-blog-post-box .blog-image {
  position: relative;
}
.single-blog-post-box .blog-image a {
  display: block;
}
.single-blog-post-box .blog-image .date {
  position: absolute;
  left: 20px;
  bottom: -20px;
  color: #ffffff;
  padding: 10px 16px 8px;
  border-radius: 50px;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
}
.single-blog-post-box .blog-image .date i {
  margin-right: 2px;
}
.single-blog-post-box .entry-meta {
  margin: 0 0 5px;
}
.single-blog-post-box .blog-post-content {
  transition: 0.5s;
  padding: 30px;
}
.single-blog-post-box .blog-post-content h3 {
  line-height: 30px;
  font-weight: bold;
  font-size: 20px;
}
.single-blog-post-box .blog-post-content p {
  margin: 0;
}
.single-blog-post-box .blog-post-content span {
  display: block;
  color: #0e314c;
  font-size: 14px;
  margin-top: 13px;
  margin-bottom: 12px;
}
.single-blog-post-box .blog-post-content a {
  text-transform: capitalize;
}
.single-blog-post-box .blog-post-content .btn {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 500;
}
.single-blog-post-box:hover {
  transform: translateY(-7px);
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 20px;
  text-align: center;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  margin-top: 11px !important;
  margin: 0 3px;
  display: inline-block;
  background: #ffffff;
  line-height: 42px;
  color: #0e314c;
  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;
  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;
  position: relative;
  font-weight: 300;
  font-size: 21px;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  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 button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  color: #fff;
  width: 50px;
  z-index: 1;
  border: none;
  background-color: transparent;
}
.widget-area .widget_search form button::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  transition: 0.5s;
}
.widget-area .widget_search form button::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  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_tryo_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_tryo_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-area .widget_tryo_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_tryo_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}
.widget-area .widget_tryo_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_tryo_posts_thumb .item .info {
  overflow: hidden;
}
.widget-area .widget_tryo_posts_thumb .item .info time {
  display: block;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 11px;
}
.widget-area .widget_tryo_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}
.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: 400;
  font-size: 14.5px;
}
.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_recent_entries ul li::before {
  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;
  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: #0e314c;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 14.5px;
}
.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_recent_comments ul li::before {
  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: 400;
  font-size: 14.5px;
}
.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_archive ul li::before {
  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: 400;
  font-size: 14.5px;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li::before {
  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: 400;
  font-size: 14.5px;
}
.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_meta ul li::before {
  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;
  font-weight: 400;
  font-size: 14px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  position: relative;
  margin-top: 8px;
  margin-right: 4px;
}
.widget-area .tagcloud a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: scale(0.8);
}
.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-area .section-title h2 {
  font-size: 38px;
}
.faq-area .faq-img {
  padding-right: 20px;
}

.faq-content h2 {
  margin-bottom: 0;
  font-size: 40px;
}
.faq-content .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  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%;
  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: 15px;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  padding: 12px 20px 12px 55px;
  color: #212529;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 40px;
  text-align: center;
  height: 100%;
}
.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: 20px 25px;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.elementor-accordion .elementor-accordion-item {
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 15px;
  border: none !important;
  position: relative;
}
.elementor-accordion .elementor-accordion-item:last-child {
  margin-bottom: 0;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  padding: 15px 20px 15px 60px;
  position: relative;
  border: none !important;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  color: #0e314c !important;
  font-family: "Raleway", sans-serif !important;
  font-weight: 500 !important;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-content {
  font-family: "Raleway", sans-serif !important;
}
.elementor-accordion .elementor-accordion-item .elementor-accordion-icon {
  background-color: var(--MainColor);
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 47px !important;
  height: 100% !important;
  text-align: center !important;
}
.elementor-accordion .elementor-accordion-item .elementor-accordion-icon.elementor-accordion-icon-left {
  float: unset !important;
}
.elementor-accordion .elementor-accordion-item .elementor-accordion-icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.elementor-accordion .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  border-top: 1px solid #d4d4d4;
}

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

.wpcf7-validation-errors, .wpcf7-acceptance-missing {
  max-width: 750px;
  margin: 0 auto !important;
  margin-top: 24px !important;
}

.faq-contact-form {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.faq-contact-form .wpcf7-not-valid-tip {
  margin-top: 7px;
  float: left;
  margin-bottom: 7px;
}
.faq-contact-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: "Raleway", sans-serif;
  font-size: 14.5px;
}
.faq-contact-form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.faq-contact-form .row .col-lg-12, .faq-contact-form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}
.faq-contact-form textarea.form-control {
  height: auto;
  padding-top: 15px;
  line-height: initial;
}
.faq-contact-form .btn {
  margin-top: 8px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.faq-contact-form .form-group {
  margin-bottom: 15px;
}

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

.contact-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: "Raleway", sans-serif;
  font-size: 14.5px;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .wpcf7-list-item {
  margin-left: 0;
}
.contact-form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.contact-form .row .col-lg-12, .contact-form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}
.contact-form textarea.form-control {
  height: auto;
  padding-top: 15px;
  line-height: initial;
}
.contact-form .btn {
  margin-top: 8px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.contact-form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.contact-form .help-block ul li {
  color: red;
  font-weight: 300;
}
.contact-form #msgSubmit {
  margin-bottom: 0;
  text-align: left !important;
}
.contact-form #msgSubmit.text-danger, .contact-form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 300;
}
.contact-form .gdpr .wpcf7-list-item {
  margin: 0;
}
.contact-form .gdpr .wpcf7-list-item label {
  margin: 0;
  padding-left: 7px;
  font-size: 14px;
}
.contact-form .gdpr .wpcf7-list-item label a {
  color: #23bdb8;
}
.contact-form .gdpr .wpcf7-list-item label a:hover {
  text-decoration: underline;
}

.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;
  margin-bottom: 35px;
  font-weight: 300;
  line-height: 1.7;
}
.contact-info ul li .icon {
  border: 1px dashed;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.5s;
  transition: 0.5s;
}
.contact-info ul li .icon i {
  font-size: 30px;
  line-height: 75px;
  color: #ffffff;
}
.contact-info ul li .icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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;
  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: #212529;
  font-weight: 600;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}
.contact-info ul li a {
  display: block;
}
.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: 80px;
  background-color: #070d13;
}

.single-footer-widget .logo a {
  display: block;
}
.single-footer-widget .logo p {
  margin-top: 20px;
  margin-bottom: 0;
}
.single-footer-widget h3 {
  margin-bottom: 24px;
  position: relative;
  font-size: 22px;
}
.single-footer-widget .list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .list li {
  margin-bottom: 10px;
  font-weight: 300;
}
.single-footer-widget .list li a {
  display: inline-block;
}
.single-footer-widget .list li a:hover {
  padding-left: 5px;
}
.single-footer-widget .list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-contact-info {
  margin-bottom: 0;
  padding-left: 0 !important;
  list-style-type: none;
}
.single-footer-widget .footer-contact-info li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.7;
  padding-left: 25px;
  font-weight: 300;
  font-size: 14.5px;
}
.single-footer-widget .footer-contact-info li::before {
  display: none;
}
.single-footer-widget .footer-contact-info li i {
  position: absolute;
  left: 0;
  top: 6px;
}
.single-footer-widget .footer-contact-info li a {
  display: inline-block;
}
.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: 400;
}
.single-footer-widget .social-links {
  padding-left: 0 !important;
  list-style-type: none !important;
  margin-top: 13px !important;
  margin-bottom: 0 !important;
}
.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%;
  display: inline-block;
  font-size: 12px;
  background-color: #fff;
}
.single-footer-widget .social-links li a:hover {
  color: #ffffff !important;
  padding-left: 0 !important;
}
.single-footer-widget .social-links li::before {
  display: none;
}

.copyright-area {
  border-top: 1px solid #192129;
  text-align: center;
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.copyright-area p {
  font-size: 15px;
  color: #e4e4e4;
}
.copyright-area p a {
  display: inline-block;
  color: #e4e4e4;
  font-weight: 400;
}

.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;
  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;
  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;
}

/*================================================
Blog CSS
=================================================*/
.blog-area {
  position: relative;
  z-index: 1;
  background: #f6f4f7;
}

.single-blog-post {
  margin-bottom: 30px;
  background-color: #ffffff;
  transition: 0.5s;
}
.single-blog-post .blog-image {
  position: relative;
  overflow: hidden;
}
.single-blog-post .blog-image a {
  display: block;
}
.single-blog-post .blog-image a img {
  transition: 0.5s;
  width: 100%;
}
.single-blog-post .blog-image .post-tag {
  position: absolute;
  right: 0;
  top: 60px;
  transition: 0.5s;
}
.single-blog-post .blog-image .post-tag a {
  padding: 9px 28px;
}
.single-blog-post .blog-post-content {
  border: 1px solid #eee;
  background-color: #ffffff;
  position: relative;
  padding: 40px 30px;
}
.single-blog-post .blog-post-content .date {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.5s;
}
.single-blog-post .blog-post-content h3 {
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 28px;
  font-weight: bold;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.single-blog-post .blog-post-content h3 a {
  color: #0e314c;
  display: initial;
  transition: 0.4s;
}
.single-blog-post .blog-post-content p {
  margin-bottom: 0;
}
.single-blog-post .read-more-link-content {
  margin-top: 25px;
}
.single-blog-post:hover .blog-image a img, .single-blog-post:focus .blog-image a img {
  transform: scale(1.1);
}
.single-blog-post:hover .blog-image .post-tag, .single-blog-post:focus .blog-image .post-tag {
  top: 70px;
}
.single-blog-post:hover .blog-image .post-tag a, .single-blog-post:focus .blog-image .post-tag a {
  color: #ffffff;
}
.single-blog-post:hover {
  transform: translateY(-7px);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}

.blog-section {
  padding-bottom: 90px;
}

.single-blog-card {
  position: relative;
  margin-bottom: 30px;
}
.single-blog-card::before {
  opacity: 0.8;
  background: #0e314c;
  content: "";
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  position: absolute;
  width: 100%;
}
.single-blog-card .post-tag {
  position: absolute;
  right: 0;
  top: 30px;
  transition: 0.5s;
  z-index: 2;
}
.single-blog-card .post-tag a {
  color: #ffffff;
  padding: 9px 28px;
}
.single-blog-card .blog-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px 0;
  transition: 0.5s;
  z-index: 2;
}
.single-blog-card .blog-post-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 28px;
}
.single-blog-card .blog-post-content p {
  color: #ffffff;
  opacity: 0.77;
}
.single-blog-card .blog-post-content .read-more-btn {
  position: relative;
  opacity: 0;
  visibility: hidden;
  font-weight: 600;
}
.single-blog-card .blog-post-content .read-more-btn:hover {
  letter-spacing: 1px;
}
.single-blog-card .blog-post-content ul.entry-meta li {
  color: #fff;
}
.single-blog-card .blog-post-content ul.entry-meta li a {
  color: #fff;
}
.single-blog-card:hover .post-tag, .single-blog-card:focus .post-tag {
  top: 40px;
}
.single-blog-card:hover .blog-post-content, .single-blog-card:focus .blog-post-content {
  padding-bottom: 30px;
}
.single-blog-card:hover .blog-post-content .read-more-btn, .single-blog-card:focus .blog-post-content .read-more-btn {
  opacity: 1;
  visibility: visible;
}

/* Sticky Post */
.sticky .single-blog-post .blog-post-content {
  padding-left: 60px;
  border: 1px solid #686969;
  background-color: #686969;
}
.sticky .single-blog-post .blog-post-content .read-more-btn {
  color: #fff;
}
.sticky .single-blog-post .blog-post-content .read-more-btn::before {
  background: #fff;
}
.sticky .single-blog-post .blog-post-content h3 {
  color: #fff;
  position: relative;
}
.sticky .single-blog-post .blog-post-content h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f08d";
  position: absolute;
  left: -30px;
  top: 6px;
  font-size: 22px;
  font-weight: 900;
}
.sticky .single-blog-post .blog-post-content h3 a {
  color: #fff;
}
.sticky .single-blog-post .blog-post-content p {
  color: #fff;
}
.sticky .single-blog-post .blog-post-content ul.entry-meta li {
  color: #fff;
}
.sticky .single-blog-post .blog-post-content ul.entry-meta li i {
  color: #fff !important;
}
.sticky .single-blog-post .blog-post-content ul.entry-meta li a {
  color: #fff;
  transition: 0.4s;
}
.sticky .single-blog-post .blog-post-content ul.entry-meta li a:hover {
  text-decoration: underline;
}

/* End Sticky Post */
/* Entry meta */
ul.entry-meta {
  list-style-type: none;
  padding: 0;
  margin: 0 0 5px;
  line-height: 1;
}
ul.entry-meta li {
  display: inline-block;
  font-size: 13.5px;
  color: #57647c;
  line-height: 1;
  margin-right: 15px;
  margin-bottom: 10px;
  font-weight: 300;
}
ul.entry-meta li:last-child {
  margin-right: 0;
}
ul.entry-meta li a {
  color: #57647c;
  text-decoration: none;
  display: inline-block;
  text-transform: capitalize;
}
ul.entry-meta li i {
  padding-right: 5px;
  font-style: normal;
}

/* End Entry meta */
/* Widget sidebar */
.blog-sidebar {
  padding-left: 15px;
}
.blog-sidebar .widget {
  margin-top: 30px;
}
.blog-sidebar .widget:first-child {
  margin-top: 0;
}
.blog-sidebar .widget {
  border: 1px solid #eee;
  padding: 30px;
  background-color: #fff;
}
.blog-sidebar .widget .widget-title {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
}
.blog-sidebar .widget .widget-title::before {
  content: "";
  height: 20px;
  width: 2px;
  left: -30px;
  position: absolute;
  top: 2px;
}
.blog-sidebar .widget ul {
  padding-left: 17px !important;
  list-style-type: none;
  margin: 0;
}
.blog-sidebar .widget ul li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 400;
}
.blog-sidebar .widget ul li:last-child {
  margin-bottom: 0;
}
.blog-sidebar .widget ul li::before {
  height: 7px;
  width: 7px;
  content: "";
  left: -17px;
  top: 8px;
  position: absolute;
}
.blog-sidebar .widget ul li a:hover .post_count {
  border: 1px solid;
}
.blog-sidebar .widget ul li a .post_count {
  position: absolute;
  right: 0;
  border: 1px solid #eee;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}
.blog-sidebar .widget_search {
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
}
.blog-sidebar .widget_search form {
  position: relative;
}
.blog-sidebar .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.blog-sidebar .widget_search form .screen-reader-text {
  display: none;
}
.blog-sidebar .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;
}
.blog-sidebar .widget_search form button {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  background-color: transparent;
}
.blog-sidebar .widget_search form button::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  transition: 0.5s;
}
.blog-sidebar .widget_search form button::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.blog-sidebar .widget_search form button:hover::before {
  opacity: 0;
  visibility: hidden;
}
.blog-sidebar .widget_search form button:hover::after {
  opacity: 1;
  visibility: visible;
}
.blog-sidebar select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  color: #57647c;
  font-size: 13.5px;
  padding: 8px 15px;
}
.blog-sidebar .nice-select {
  float: unset;
  word-break: break-word;
  width: 100%;
  white-space: inherit;
}
.blog-sidebar .nice-select .option {
  padding-top: 8px;
  padding-bottom: 5px;
}
.blog-sidebar .nice-select ul li::before {
  display: none;
}
.blog-sidebar .nice-select ul {
  padding-top: 12px;
}
.blog-sidebar .nice-select ul li {
  margin-bottom: 0px;
}
.blog-sidebar .nice-select .option.selected.focus {
  display: none;
}
.blog-sidebar .nice-select .list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-sidebar .widget_categories ul li a {
  text-transform: capitalize;
}
.blog-sidebar .widget_categories ul li .children {
  margin-top: 10px;
}
.blog-sidebar .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}
.blog-sidebar .widget_pages ul li a {
  text-transform: capitalize;
}
.blog-sidebar .widget_rss ul li {
  margin-bottom: 20px;
}
.blog-sidebar .widget_rss ul li::before {
  top: 10px;
}
.blog-sidebar .widget_rss ul li:last-child {
  margin-bottom: 0;
}
.blog-sidebar .widget_rss ul li .rsswidget {
  display: block;
  color: #222222;
  font-weight: 500;
  font-size: 15px;
}
.blog-sidebar .widget_rss ul li .rss-date {
  font-size: 13px;
  margin: 3px 0 10px;
  display: block;
}
.blog-sidebar .widget_rss ul li .rssSummary {
  color: #57647c;
  line-height: 25px;
  font-size: 14px;
}
.blog-sidebar .widget_rss ul li cite {
  font-weight: 400;
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #222;
  font-size: 13.5px;
}
.blog-sidebar .tagcloud a {
  border: 1px solid #eee;
  padding: 6px 12px;
  font-size: 14px !important;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline-block;
  margin-right: 4px;
  text-transform: capitalize;
}
.blog-sidebar .tagcloud a:hover {
  color: #fff;
}
.blog-sidebar .widget_text p img {
  margin: 10px 0;
}
.blog-sidebar .widget_text .wp-caption-text {
  border: none;
  text-align: center;
  font-size: 13px;
}
.blog-sidebar .calendar_wrap table {
  margin: 0;
  text-align: center;
}
.blog-sidebar .calendar_wrap table th, .blog-sidebar .calendar_wrap table td {
  font-size: 14px;
  padding: 8px 5px;
}
.blog-sidebar .calendar_wrap table th a, .blog-sidebar .calendar_wrap table td a {
  text-decoration: none;
}
.blog-sidebar .calendar_wrap table #today {
  background-color: #eee;
  font-weight: 500;
}
.blog-sidebar .calendar_wrap caption {
  padding-top: 0;
  color: #393d40;
  caption-side: top;
  font-weight: 600;
}
.blog-sidebar .widget_nav_menu .sub-menu {
  margin-top: 8px;
}
.blog-sidebar .widget_recent_comments .recentcomments .comment-author-link {
  font-weight: 400;
  font-size: 14px;
}
.blog-sidebar .widget_recent_comments .recentcomments a {
  font-weight: 400;
}
.blog-sidebar .widget_media_gallery .gallery {
  margin: 0;
}
.blog-sidebar .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}
.blog-sidebar .widget_recent_entries ul li a {
  font-weight: 400;
}
.blog-sidebar .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #767676;
}
.blog-sidebar p {
  font-size: 14px;
}
.blog-sidebar span.post-count {
  float: right;
}

/* Post search not found form */
.no-results {
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 35px;
}
.no-results h1.page-title {
  font-size: 25px;
  font-weight: 500;
}
.no-results form {
  position: relative;
}
.no-results form label {
  display: block;
  margin-bottom: 0;
}
.no-results form .screen-reader-text {
  display: none;
}
.no-results form .search-field {
  background-color: #f6f4f7;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #f6f4f7;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.5s;
}
.no-results form button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: transparent;
}
.no-results form button::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  transition: 0.5s;
}
.no-results form button::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.no-results form button:hover::before {
  opacity: 0;
  visibility: hidden;
}
.no-results form button:hover::after {
  opacity: 1;
  visibility: visible;
}

/* End Post search not found form */
/*================================================
Blog Details CSS
=================================================*/
.blog-details .blog-meta ul {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 0 10px !important;
  line-height: 1;
}
.blog-details .blog-meta ul li {
  display: inline-block;
  font-size: 14px;
  color: #57647c;
  line-height: 1 !important;
  margin-right: 15px;
  margin-bottom: 10px !important;
}
.blog-details .blog-meta ul li:last-child {
  margin-right: 0;
}
.blog-details .blog-meta ul li a {
  color: #57647c !important;
  text-decoration: none !important;
  text-transform: capitalize;
  display: inline-block;
}
.blog-details .blog-meta ul li i {
  padding-right: 5px;
  font-style: normal;
}

.post-tag-media {
  background-color: #fafafa;
  clear: both;
  margin-top: 20px;
  padding: 10px 25px;
}
.post-tag-media ul {
  padding: 0 !important;
  margin: 0 !important;
}
.post-tag-media ul li {
  display: inline-block;
  margin: 5px 0;
}
.post-tag-media ul li span {
  font-weight: 600;
  margin-right: 5px;
  display: inline-block;
}
.post-tag-media ul li a {
  color: #57647c !important;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #ececec;
  padding: 3px 15px;
  display: inline-block;
  text-decoration: none !important;
  background-color: #fff;
  border-radius: 30px;
}
.post-tag-media ul li a:hover {
  color: #fff !important;
}
.post-tag-media ul.social-share {
  text-align: right;
}

/* HTML Tags and Formatting */
.blog-details .blog-details-content {
  padding: 30px;
  overflow: hidden;
  border: 1px solid #eee;
  background-color: #fff;
}
.blog-details .blog-details-content .entry-meta {
  margin-top: 10px;
}
.blog-details .blog-details-content .nice-select {
  width: 100%;
  margin-bottom: 10px;
}
.blog-details .blog-details-content .nice-select ul {
  padding-left: 0;
  margin-top: 10px;
}
.blog-details .blog-details-content .nice-select ul li {
  list-style-type: none;
  padding-top: 8px;
  padding-left: 20px;
}
.blog-details .blog-details-content h1 {
  font-size: 40px;
  margin-bottom: 15px;
}
.blog-details .blog-details-content h2 {
  font-size: 35px;
  margin-bottom: 15px;
}
.blog-details .blog-details-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.blog-details .blog-details-content h4 {
  font-size: 25px;
  margin-bottom: 15px;
}
.blog-details .blog-details-content h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
.blog-details .blog-details-content h6 {
  font-size: 18px;
  margin-bottom: 15px;
}
.blog-details .blog-details-content p a {
  text-decoration: underline;
}
.blog-details .blog-details-content p a:hover {
  text-decoration: none;
}
.blog-details .blog-details-content .entry-content a {
  text-decoration: underline;
}
.blog-details .blog-details-content .entry-content a:hover {
  text-decoration: none;
}
.blog-details .blog-details-content dl, .blog-details .blog-details-content ol, .blog-details .blog-details-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-details .blog-details-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}
.blog-details .blog-details-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}
.blog-details .blog-details-content dd a {
  text-decoration: underline;
}
.blog-details .blog-details-content dd a:hover {
  text-decoration: none;
}
.blog-details .blog-details-content ul {
  list-style: disc;
  padding-left: 20px;
}
.blog-details .blog-details-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}
.blog-details .blog-details-content ul li a {
  text-decoration: underline;
}
.blog-details .blog-details-content ul li a:hover {
  text-decoration: none;
}
.blog-details .blog-details-content ul li ol {
  margin: 5px 0 0;
  list-style-type: decimal;
}
.blog-details .blog-details-content ul li ol li {
  list-style-type: decimal;
}
.blog-details .blog-details-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}
.blog-details .blog-details-content ul li ul li {
  list-style-type: circle;
}
.blog-details .blog-details-content ul li ul li ol {
  list-style-type: decimal;
}
.blog-details .blog-details-content ul li ul li ol li {
  list-style-type: decimal;
}
.blog-details .blog-details-content ol {
  padding-left: 20px;
}
.blog-details .blog-details-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
}
.blog-details .blog-details-content ol li a {
  text-decoration: underline;
}
.blog-details .blog-details-content ol li a:hover {
  text-decoration: none;
}
.blog-details .blog-details-content ol li ol, .blog-details .blog-details-content ol li ul {
  margin: 5px 0 0;
}
.blog-details .blog-details-content b, .blog-details .blog-details-content strong {
  font-weight: 500;
}
.blog-details .blog-details-content dfn, .blog-details .blog-details-content cite, .blog-details .blog-details-content em, .blog-details .blog-details-content i {
  font-style: italic;
}
.blog-details .blog-details-content code, .blog-details .blog-details-content kbd, .blog-details .blog-details-content tt, .blog-details .blog-details-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}
.blog-details .blog-details-content kbd {
  background-color: #676767;
}
.blog-details .blog-details-content mark, .blog-details .blog-details-content ins {
  background: #fff9c0;
  text-decoration: none;
}
.blog-details .blog-details-content pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
}
.blog-details .blog-details-content abbr, .blog-details .blog-details-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

/* End HTML Tags and Formatting */
/* Template: Comments */
.comments-area {
  background-color: #ffffff;
  padding: 25px;
}
.comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
}
.comments-area .comments-title::before {
  content: "";
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .children {
  margin-left: 20px;
}
.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 0;
  color: #0e314c;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comments-area .comment-body .reply {
  margin-top: 15px;
}
.comments-area .comment-body .reply a {
  display: inline-block;
  border: 1px solid;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.comments-area .comment-body .reply a:hover {
  color: #ffffff;
}
.comments-area .comment-meta {
  margin-bottom: 0.8em;
}
.comments-area .comment-author {
  font-size: 15px;
  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;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-metadata {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.comments-area .comment-content p {
  font-size: 14px;
}
.comments-area .comment-respond .comment-reply-title {
  margin: 0;
  position: relative;
  font-size: 19px;
  font-weight: 600;
}
.comments-area .comment-respond .comment-reply-title::before {
  content: "";
  height: 20px;
  width: 2px;
  left: -30px;
  position: absolute;
  top: 2px;
}
.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 {
  margin-bottom: 0;
  margin-top: 15px;
}
.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: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #0e314c;
}
.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 .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
}
.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
}
.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: 2px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  font-weight: normal;
}
.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}
.comments-area .comment-respond .form-submit input {
  border: none;
  padding: 15px 25px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: 600;
  font-size: 13px;
}
.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  border: none;
}

.comments-area .comments-title {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 10px;
}
.comments-area .comments-title::before {
  content: "";
  height: 24px;
  width: 3px;
  left: -32px;
  position: absolute;
}
.comments-area .comment-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
}
.comments-area .comment-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.comments-area .comment-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
.comments-area .comment-content h4 {
  font-size: 22px;
  margin-bottom: 15px;
}
.comments-area .comment-content h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
.comments-area .comment-content h6 {
  font-size: 18px;
  margin-bottom: 15px;
}
.comments-area .comment-content p {
  margin-bottom: 10px;
  font-size: 14px;
}
.comments-area .comment-content p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-content p a {
  text-decoration: underline;
}
.comments-area .comment-content p a:hover {
  text-decoration: none;
}
.comments-area .comment-content .entry-content a {
  text-decoration: underline;
}
.comments-area .comment-content .entry-content a:hover {
  text-decoration: none;
}
.comments-area .comment-content dl, .comments-area .comment-content ol, .comments-area .comment-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.comments-area .comment-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}
.comments-area .comment-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}
.comments-area .comment-content dd a {
  text-decoration: underline;
}
.comments-area .comment-content dd a:hover {
  text-decoration: none;
}
.comments-area .comment-content ul {
  list-style: disc;
  padding-left: 20px;
}
.comments-area .comment-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}
.comments-area .comment-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}
.comments-area .comment-content ul li ul li {
  list-style-type: circle;
}
.comments-area .comment-content ol {
  padding-left: 20px;
}
.comments-area .comment-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
  list-style-type: decimal;
}
.comments-area .comment-content ol li ol {
  margin: 5px 0 0;
}
.comments-area .comment-content b, .comments-area .comment-content strong {
  font-weight: 600;
  color: #212529;
}
.comments-area .comment-content dfn, .comments-area .comment-content cite, .comments-area .comment-content em, .comments-area .comment-content i {
  font-style: italic;
}
.comments-area .comment-content code, .comments-area .comment-content kbd, .comments-area .comment-content tt, .comments-area .comment-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}
.comments-area .comment-content kbd {
  background-color: #676767;
}
.comments-area .comment-content mark, .comments-area .comment-content ins {
  background: #fff9c0;
  text-decoration: none;
}
.comments-area .comment-content pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
  background: #fafafa;
}
.comments-area .comment-content abbr, .comments-area .comment-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}
.comments-area blockquote {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}

/* End Template: Comments */
/* Comments list style */
#comments {
  clear: both;
  padding: 30px;
  margin-top: 30px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #eee;
}
#comments .comment-list {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none;
}
#comments .comment-list .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#comments .comment-list:before {
  display: none;
}
#comments .comment-list .comment-body {
  border-bottom: 1px solid #eee;
  margin-left: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#comments .comment-list .comment-body .comment-content img {
  margin: 7px 0;
}
#comments .comment-list .comment-body .reply {
  margin-top: 15px;
}
#comments .comment-list .comment-body .reply a {
  border: 1px solid;
  display: inline-flex;
  padding: 7px 15px;
  line-height: 1;
  border-radius: 30px;
  font-size: 11px;
  text-decoration: none;
}
#comments .comment-list .comment-body .reply a:hover {
  color: #fff;
}
#comments .comment-author {
  font-size: 15px;
  margin-bottom: 0.4em;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
}
#comments .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
#comments .comment-author .says {
  display: none;
}
#comments .comment-author b.fn {
  font-weight: 600;
}
#comments .comment-meta {
  margin-bottom: 1em;
}
#comments .comment-metadata {
  color: #615b5b;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#comments .comment-metadata a {
  color: #615b5b;
}
#comments .comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}
#comments .comment-reply-link {
  font-weight: 600;
  position: relative;
}
#comments .comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}
#comments .children {
  padding-left: 10px !important;
}
#comments .children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}
#comments .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #575757;
  padding: 2px;
}
#comments .no-comments,
#comments .comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
#comments .comments-pagination {
  margin: 2em 0 3em;
}

.comments-area .comment-list .comment .comment-respond {
  margin-bottom: 30px;
}

/* End Comments list style */
/* Comment form */
.comment-respond .comment-reply-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 10px;
}
.comment-respond .comment-reply-title::before {
  content: "";
  height: 24px;
  width: 3px;
  left: -32px;
  position: absolute;
}
.comment-respond form {
  overflow: hidden;
}
.comment-respond form label {
  display: block;
  font-weight: 500;
  color: #444967;
  margin-bottom: 10px;
}
.comment-respond input[type=date], .comment-respond input[type=time], .comment-respond input[type=datetime-local], .comment-respond input[type=week], .comment-respond input[type=month], .comment-respond input[type=text], .comment-respond input[type=email], .comment-respond input[type=url], .comment-respond input[type=password], .comment-respond input[type=search], .comment-respond input[type=tel], .comment-respond input[type=number], .comment-respond textarea {
  background-image: none;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
  height: 45px;
}
.comment-respond textarea {
  height: auto !important;
}
.comment-respond .form-submit {
  text-align: left;
  margin-top: 0;
}
.comment-respond .form-submit input {
  border: 1px solid;
  color: #fff;
  padding: 15px 25px;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  font-size: 12px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.comment-respond .form-submit input:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.comment-respond input:focus, .comment-respond textarea:focus {
  outline: 0;
  border: 1px solid;
}
.comment-respond p {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 25px;
}
.comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  line-height: 20px;
  font-weight: normal;
  font-size: 14px;
}
.comment-respond p.comment-notes {
  line-height: 25px;
  font-size: 14px;
  margin-top: 5px;
}
.comment-respond p.comment-form-comment {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.comment-respond p.comment-form-author {
  width: 50%;
  float: left;
  padding-right: 12px;
  margin-bottom: 0;
}
.comment-respond p.comment-form-email {
  width: 50%;
  float: left;
  padding-left: 12px;
  margin-bottom: 0;
}
.comment-respond p.comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.comment-respond p.comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
}
.comment-respond p.comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 3px;
}
.comment-respond p.form-submit {
  float: left;
  width: 100%;
}
.comment-respond p.logged-in-as {
  line-height: 26px;
  font-size: 15px;
  margin-top: 15px !important;
  margin-bottom: 10px;
}
.comment-respond p.logged-in-as a {
  text-decoration: underline;
  font-size: 13.5px;
}
.comment-respond p.logged-in-as a:hover {
  text-decoration: none;
}
.comment-respond .required {
  color: red;
}

/* End Comment form */
/* Unit test all post style */
.wp-block-image {
  margin-bottom: 20px;
}
.wp-block-image figcaption {
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}
.wp-block-image figcaption a {
  text-decoration: underline;
}
.wp-block-image figcaption a:hover {
  text-decoration: none;
}

.wp-block-button {
  margin: 20px 0;
  clear: both;
}
.wp-block-button .wp-block-button__link {
  font-size: 16px;
  border-radius: 5px;
}
.wp-block-button .wp-block-button__link br {
  display: none;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #222;
  color: #fff;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  font-size: 16px;
  border-radius: 5px;
}
.is-style-outline .wp-block-button__link:hover {
  background-color: transparent;
}

pre.wp-block-code {
  border: 1px solid #eee;
  padding: 10px 15px;
}

pre.wp-block-preformatted {
  background-color: #fafafa;
  padding: 20px;
  margin: 20px 0;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  border-color: transparent;
  border-width: 2px;
  padding: 0;
}
.wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-right: 0;
  padding-left: 0;
}
.wp-block-pullquote blockquote p {
  font-size: 2.25em;
  font-style: italic;
}
.wp-block-pullquote blockquote cite {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  font-size: 15px;
  font-style: normal;
}

.wp-block-table.is-style-stripes td {
  border-color: #eaeaea;
}

.wp-block-verse {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}

.wp-block-columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-media-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-block-media-text .has-large-font-size {
  font-size: 25px;
  margin-top: 0 !important;
}

.page-links {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}
.page-links span.page-links-title {
  font-weight: 500;
  font-size: 20px;
  padding-right: 10px;
}
.page-links .post-page-numbers {
  width: 35px;
  height: 35px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #eee;
  font-size: 15px;
  line-height: 35px;
  color: #0a0c19;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none !important;
}
.page-links .post-page-numbers:hover {
  color: #ffffff;
}
.page-links .current {
  color: #ffffff;
}

.wp-block-archives-list {
  padding: 0 !important;
}
.wp-block-archives-list li {
  list-style: none !important;
}
.wp-block-archives-list li a:hover {
  text-decoration: underline;
}

.wp-block-categories-list {
  padding: 0 !important;
}
.wp-block-categories-list li {
  list-style: none !important;
}
.wp-block-categories-list li a {
  text-transform: capitalize;
}
.wp-block-categories-list li a:hover {
  text-decoration: underline;
}
.wp-block-categories-list li span.post-count {
  padding-left: 8px;
}
.wp-block-categories-list li .children li a {
  position: relative;
}
.wp-block-categories-list li .children li a::before {
  content: "-";
  position: absolute;
  left: -13px;
  top: -2px;
}

.wp-block-archives-dropdown {
  margin-bottom: 20px;
}
.wp-block-archives-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  color: #57647c;
}

.wp-block-latest-comments {
  padding: 0 !important;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
  font-weight: 500;
  text-decoration: underline;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
  text-decoration: none;
}

.wp-block-latest-posts li a {
  font-weight: 500;
}

.blog-details-area {
  background: #F6F4F7;
}
.blog-details-area iframe, .blog-details-area video {
  width: 100%;
}

.wp-block-gallery {
  padding: 0 !important;
  margin-bottom: 5px !important;
}
.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 15px !important;
}
.wp-block-gallery .blocks-gallery-grid {
  padding: 0 !important;
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}

.wp-block-cover {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-block-cover p.wp-block-cover-text {
  font-weight: 400;
  margin-bottom: 20px !important;
  font-size: 30px !important;
  line-height: 1.5;
  color: #fff;
}
.wp-block-cover p.wp-block-cover-text strong {
  color: #fff;
}

.wp-block-cover.has-background-dim.alignleft {
  margin-top: 0;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
  color: #fff;
}

.wp-block-file a {
  text-decoration: underline;
  font-size: 15px;
}
.wp-block-file a:hover {
  text-decoration: none;
}
.wp-block-file .wp-block-file__button {
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 500;
  display: table;
  margin: 15px 0 0;
}
.wp-block-file .wp-block-file__button:hover {
  background-color: #000 !important;
  color: #fff;
}

.wp-block-quote.is-style-large {
  border: none;
  padding-left: 0;
  margin: 20px 0;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
  color: #fff;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
  color: #fff;
  font-style: normal;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
  max-width: 80%;
  background: transparent;
}

.wp-block-gallery.alignwide {
  width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  padding: 15px 0 0;
  color: #57647c;
}
.wp-caption .wp-caption-text a {
  text-decoration: underline;
}
.wp-caption .wp-caption-text a:hover {
  text-decoration: none;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-caption {
  z-index: 99990;
}

.bypostauthor {
  z-index: 99990;
}

/* End Unit test all post style */
/* Post Format: Gallery */
.gallery {
  margin: 30px -1.1666667% 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 10px;
  color: #57647c;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* End Post Format: Gallery */
/* Pingback style */
.comments-area .comment-list .trackback .comment-body {
  margin-left: 0 !important;
  font-size: 15px !important;
}
.comments-area .comment-list .trackback .comment-body a {
  text-decoration: underline;
  color: red;
}
.comments-area .comment-list .trackback .comment-body a:hover {
  text-decoration: none;
}
.comments-area .comment-list .trackback a.url {
  margin-top: 5px;
  font-size: 14px;
}
.comments-area .comment-list .pingback .comment-body {
  margin-left: 0 !important;
  font-size: 15px !important;
}
.comments-area .comment-list .pingback .comment-body a {
  color: red;
  text-decoration: underline;
}
.comments-area .comment-list .pingback .comment-body a:hover {
  text-decoration: none;
}
.comments-area .comment-list .pingback a.url {
  margin-top: 5px;
  font-size: 14px;
}

/* End Pingback style */
/* Post password form style */
.post-password-form label {
  font-weight: 600;
  font-size: 15px;
}
.post-password-form label input {
  border: 1px solid #ccc;
  height: 45px;
  margin: 0 10px;
  padding: 6px 15px;
}
.post-password-form label input:focus {
  outline: 0;
}
.post-password-form input[type=submit] {
  border: 1px solid;
  color: #fff;
  height: 45px;
  padding: 5px 20px;
  font-weight: 600;
  cursor: pointer;
}
.post-password-form input[type=submit]:hover {
  border: 1px solid;
  color: #fff;
}

/* End Post password form style */
/* Comment navigation */
.comment-navigation .nav-links {
  overflow: hidden;
  margin-bottom: 25px;
}
.comment-navigation .nav-links .nav-previous {
  float: left;
}
.comment-navigation .nav-links .nav-previous a {
  border: 1px solid #eee;
  background: #fff;
  padding: 7px 18px;
  font-size: 14px;
}
.comment-navigation .nav-links .nav-previous a:hover {
  color: #fff;
}
.comment-navigation .nav-links .nav-next {
  float: right;
}
.comment-navigation .nav-links .nav-next a {
  border: 1px solid #eee;
  background: #fff;
  padding: 7px 18px;
  font-size: 14px;
}
.comment-navigation .nav-links .nav-next a:hover {
  color: #fff;
}

/* End Comment navigation */
/* Post search not found form */
.no-results h1.page-title {
  font-size: 25px;
}
.no-results form {
  position: relative;
}
.no-results form .search-submit {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  border: none;
  color: #fff;
  font-size: 15px;
  height: 50px;
  padding: 5px 15px;
}
.no-results form .search-submit:hover {
  background-color: #222;
  color: #fff;
}

/* End Post search not found form */
/* Resent posts with thumb */
.widget_tryo_posts_thumbs .item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.widget_tryo_posts_thumbs .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget_tryo_posts_thumbs .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}
.widget_tryo_posts_thumbs .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-position: center center !important;
}
.widget_tryo_posts_thumbs .item .info {
  overflow: hidden;
}
.widget_tryo_posts_thumbs .item .info .title {
  font-size: 13.6px;
  margin: 0;
  line-height: 1.5;
  font-weight: bold;
}
.widget_tryo_posts_thumbs .item .info .title a {
  color: #212529;
}
.widget_tryo_posts_thumbs .item .info time {
  display: block;
  font-size: 12px;
  color: #767676;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 3px;
}
.widget_tryo_posts_thumbs .no-thumb .info time {
  margin-top: 0;
}

/* End Resent posts with thumb */
/* Unit test pages style 
====================================================================*/
/* WP core style */
.alignnone {
  display: block;
  margin-bottom: 15px;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 15px auto 10px;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  display: none;
}

/* End WP core style */
/* Page Markup And Formatting */
.page-main-content {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}
.page-main-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: bold;
}
.page-main-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}
.page-main-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}
.page-main-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.page-main-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}
.page-main-content h6 {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.page-main-content p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-main-content p:first-child {
  margin-top: 0;
}
.page-main-content p img.size-full.wp-image-904.alignright {
  margin: 15px 0 20px 20px;
}
.page-main-content .entry-content a {
  text-decoration: underline;
}
.page-main-content .entry-content a:hover {
  text-decoration: none;
}
.page-main-content footer.entry-footer {
  clear: both;
}
.page-main-content footer.entry-footer .edit-link {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.page-main-content dl, .page-main-content ol, .page-main-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-main-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}
.page-main-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}
.page-main-content ul {
  list-style: disc;
  padding-left: 20px;
}
.page-main-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}
.page-main-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}
.page-main-content ul li ul li {
  list-style-type: circle;
}
.page-main-content ol {
  padding-left: 20px;
}
.page-main-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
}
.page-main-content ol li ol {
  margin: 5px 0 0;
}
.page-main-content b, .page-main-content strong {
  color: #212529;
}
.page-main-content dfn, .page-main-content cite, .page-main-content em, .page-main-content i {
  font-style: italic;
}
.page-main-content code, .page-main-content kbd, .page-main-content tt, .page-main-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}
.page-main-content kbd {
  background-color: #616161;
}
.page-main-content mark, .page-main-content ins {
  background: #fff9c0;
  text-decoration: none;
}
.page-main-content pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  background: #f1f1f1;
  overflow: auto;
}
.page-main-content abbr, .page-main-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

address {
  margin: 20px 0;
  font-style: italic;
  line-height: 30px;
}

table {
  margin: 0 0 2rem;
  border-collapse: collapse;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
table td, table th {
  padding: 12px 10px;
  border: 1px solid #eaeaea;
}
table td a {
  font-weight: 600;
  text-decoration: underline;
}
table td a:hover {
  text-decoration: none;
}
table th a {
  text-decoration: underline;
}
table th a:hover {
  text-decoration: none;
}
table tbody tr th {
  font-weight: 500;
}

.tryo-single-blank-page {
  height: 320px;
}

/* End Page Markup And Formatting */
/* Single footer widget  */
.footer-p {
  padding-top: 32px;
}

.footer-area .logo h2 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #192129;
  position: relative;
  font-weight: 700;
}
.footer-area .logo h2::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1.2px;
  width: 45px;
}
.footer-area .single-footer-widget {
  margin-bottom: 30px;
}
.footer-area .single-footer-widget img.alignnone.size-full {
  margin: 15px 0 30px;
}
.footer-area .single-footer-widget h3 {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #192129;
  color: #ffffff;
  font-size: 24px;
}
.footer-area .single-footer-widget h3::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1.2px;
  width: 45px;
}
.footer-area .single-footer-widget h3 a {
  color: #e4e4e4 !important;
}
.footer-area .single-footer-widget p {
  color: #e4e4e4 !important;
}
.footer-area .single-footer-widget ul {
  padding-left: 17px;
  list-style-type: none;
  margin: 0;
}
.footer-area .single-footer-widget ul li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.8;
  font-weight: 300;
  color: #e4e4e4 !important;
}
.footer-area .single-footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-area .single-footer-widget ul li::before {
  height: 7px;
  width: 7px;
  content: "";
  left: -17px;
  top: 8px;
  position: absolute;
}
.footer-area .single-footer-widget ul li a {
  color: #e4e4e4;
  transition: prop time;
}
.footer-area .single-footer-widget .item .info time {
  color: #d3d3d3;
}
.footer-area .widget_search form {
  position: relative;
}
.footer-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.footer-area .widget_search form .screen-reader-text {
  display: none;
}
.footer-area .widget_search form .search-field {
  background-color: white;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.5s;
}
.footer-area .widget_search form button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  z-index: 1;
  border: none;
  background-color: transparent;
}
.footer-area .widget_search form button::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  transition: 0.5s;
}
.footer-area .widget_search form button::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.footer-area .widget_search form button:hover::before {
  opacity: 0;
  visibility: hidden;
}
.footer-area .widget_search form button:hover::after {
  opacity: 1;
  visibility: visible;
}
.footer-area select {
  height: 45px;
  border: 1px solid #fff;
  width: 100%;
  color: #fff;
  font-size: 15px;
  padding: 8px 15px;
}
.footer-area .nice-select {
  float: unset;
  word-break: break-word;
  width: 100%;
  white-space: inherit;
}
.footer-area .nice-select .option {
  padding-top: 8px;
  padding-bottom: 5px;
}
.footer-area .nice-select ul li::before {
  display: none;
}
.footer-area .nice-select ul {
  padding-top: 12px;
}
.footer-area .nice-select ul li {
  margin-bottom: 0px;
}
.footer-area .nice-select .option.selected.focus {
  display: none;
}
.footer-area .nice-select .list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.footer-area .widget_categories ul li a {
  display: inline-block;
  text-transform: capitalize;
}
.footer-area .widget_categories ul li .children {
  margin-top: 10px;
}
.footer-area .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}
.footer-area .widget_pages ul li a {
  text-transform: capitalize;
}
.footer-area .widget_rss ul li {
  margin-bottom: 20px;
}
.footer-area .widget_rss ul li::before {
  top: 10px;
}
.footer-area .widget_rss ul li:last-child {
  margin-bottom: 0;
}
.footer-area .widget_rss ul li .rsswidget {
  display: block;
  font-weight: 500;
  font-size: 17px;
  color: #e4e4e4 !important;
  transition: prop time;
}
.footer-area .widget_rss ul li .rss-date {
  font-size: 12px;
  margin: 7px 0 10px;
  display: block;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #e4e4e4 !important;
}
.footer-area .widget_rss ul li cite {
  color: #e4e4e4 !important;
  display: block;
  margin-top: 10px;
  font-style: normal;
}
.footer-area .widget_rss ul li .rssSummary {
  color: #e4e4e4 !important;
}
.footer-area .tagcloud a {
  border: 1px solid #eee;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px !important;
  margin: 5px 5px 5px 0;
  text-transform: capitalize;
  background: #fff;
}
.footer-area .tagcloud a:hover {
  color: #fff;
}
.footer-area .widget_text p {
  margin-top: 5px;
}
.footer-area .widget_text p:first-child {
  margin-top: 0;
}
.footer-area .widget_text p strong {
  font-size: 14px;
}
.footer-area .widget_text p img {
  margin: 10px 0;
  max-width: 100%;
  width: auto;
}
.footer-area .calendar_wrap table {
  text-align: center;
  margin: 0;
  background: #fff;
}
.footer-area .calendar_wrap table caption {
  color: #fff;
}
.footer-area .calendar_wrap table th, .footer-area .calendar_wrap table td {
  font-size: 14px;
  padding: 8px 5px;
}
.footer-area .calendar_wrap table th a, .footer-area .calendar_wrap table td a {
  text-decoration: none;
}
.footer-area .calendar_wrap table #today {
  text-decoration: none;
  font-weight: 400;
}
.footer-area .calendar_wrap table #today a {
  text-decoration: none;
}
.footer-area .calendar_wrap table #prev, .footer-area .calendar_wrap table #next {
  font-size: 14px;
}
.footer-area .calendar_wrap table #prev a, .footer-area .calendar_wrap table #next a {
  text-decoration: none;
}
.footer-area .calendar_wrap caption {
  caption-side: top;
  font-weight: 600;
  padding: 0 0 15px;
  line-height: 1;
  color: #e4e4e4;
}
.footer-area .widget_nav_menu .sub-menu {
  margin-top: 8px;
}
.footer-area .widget_recent_comments .recentcomments .comment-author-link {
  font-weight: 500;
  font-size: 14px;
}
.footer-area .widget_recent_comments .recentcomments a {
  color: #e4e4e4 !important;
}
.footer-area .widget_media_gallery .gallery {
  margin: 0;
}
.footer-area .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}
.footer-area .widget_recent_entries ul li {
  line-height: 1.5;
}
.footer-area .widget_recent_entries ul li a {
  font-weight: 600;
  font-size: 14px;
  color: #e4e4e4 !important;
}
.footer-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
}
.footer-area span.post-count {
  float: right;
  color: #e4e4e4 !important;
}
.footer-area img.rss-widget-icon {
  margin-top: -5px;
}
.footer-area .nice-select .current {
  display: block;
  padding-top: 1px;
}
.footer-area .nice-select ul li {
  color: #0c0c0c !important;
  text-transform: capitalize;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.navbar-area.navbar-style-two .tryo-responsive-nav .logo a .main-logo {
  display: none !important;
}

/* End Single footer widget */
span.wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 300;
  margin-top: 10px;
}

div.wpcf7-response-output {
  margin: 30px 0.5em 1em;
  padding: 20px 25px;
  color: #57647c;
  text-align: center;
  background-color: #ffffff;
}

.wp-block-embed {
  margin-bottom: 30px;
}
.wp-block-embed figcaption {
  text-align: center;
}

.services-area .container-fluid, .invoicing-area .container-fluid {
  max-width: 1920px;
}

.login-image {
  height: 100%;
  width: 100%;
  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: 20px;
}
.login-content .login-form .logo a {
  display: inline-block;
}
.login-content .login-form .logo a h2 {
  margin-bottom: 0;
}
.login-content .login-form h3 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}
.login-content .login-form p {
  margin-top: 7px;
  margin-bottom: 0;
}
.login-content .login-form p a {
  font-weight: 500;
}
.login-content .login-form form {
  margin-top: 35px;
}
.login-content .login-form form .btn {
  display: block;
  width: 100%;
  box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  font-weight: bold;
}
.login-content .login-form form .check-class {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.login-content .login-form form .form-checkbox {
  text-align: left;
  font-size: 14px;
}
.login-content .login-form form .form-checkbox label {
  margin-bottom: 0;
}
.login-content .login-form form .form-control {
  background-color: #eee;
  border-radius: 4px;
}

.signup-image {
  height: 100%;
  width: 100%;
  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: 20px;
}
.signup-content .signup-form .logo a {
  display: inline-block;
}
.signup-content .signup-form .logo a h2 {
  margin-bottom: 0;
  color: #0e314c;
}
.signup-content .signup-form h3 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}
.signup-content .signup-form p {
  margin-top: 7px;
  margin-bottom: 0;
}
.signup-content .signup-form p a {
  font-weight: 500;
}
.signup-content .signup-form form {
  margin-top: 25px;
}
.signup-content .signup-form form .btn {
  display: block;
  width: 100%;
  box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  font-weight: bold;
}
.signup-content .signup-form form .check-class {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.signup-content .signup-form form .form-checkbox {
  text-align: left;
  font-size: 14px;
}
.signup-content .signup-form form .form-checkbox label {
  margin-bottom: 0;
}
.signup-content .signup-form form .form-control {
  background-color: #eee;
  border-radius: 4px;
}

.payments-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.payments-buttons li a {
  border: 1px solid #eee;
  color: #62618d;
  display: block;
  padding: 15px 20px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 20px;
}
.payments-buttons li a .fa.fa-arrow-circle-right {
  font-size: 17px;
  line-height: 27px;
}
.payments-buttons li.active a {
  color: #fff;
}

.send-table .pagination-area {
  margin-top: 10px;
}

.tryo-seo-breadcrumbs span a {
  color: #fff;
}

.top-header {
  padding-top: 12px;
  padding-bottom: 12px;
}
.top-header .header-left-content p {
  color: #ffffff;
  margin: 0;
}
.top-header .header-right-content ul {
  text-align: right;
  margin-bottom: 0;
  padding-left: 0;
}
.top-header .header-right-content ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding-left: 26px;
  position: relative;
  margin-right: 20px;
  text-align: left;
}
.top-header .header-right-content ul li:last-child {
  margin-right: 0;
}
.top-header .header-right-content ul li i {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
.top-header .header-right-content ul li span {
  display: block;
  font-size: 13px;
  line-height: 1;
}
.top-header .header-right-content ul li a {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hint--top:before {
  margin-bottom: -13px;
}

.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 7px);
}

.hint--top:after {
  transform: translateX(-50%);
}

.hint--top:hover:before {
  transform: translateY(-8px);
}

.hint--top:hover:after {
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:before {
  margin-top: -13px;
}

.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 7px);
}

.hint--bottom:after {
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  margin-left: -13px;
  margin-bottom: -7px;
}

.hint--right:after {
  margin-bottom: -15px;
}

.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  transform: translateX(8px);
}

.hint--right:hover:after {
  transform: translateX(8px);
}

.hint--left:before {
  margin-right: -13px;
  margin-bottom: -7px;
}

.hint--left:after {
  margin-bottom: -15px;
}

.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  transform: translateX(-8px);
}

.hint--left:hover:after {
  transform: translateX(-8px);
}

.hint--top-left:before {
  margin-bottom: -13px;
}

.hint--top-left:before,
.hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 7px);
}

.hint--top-left:after {
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 14px;
}

.hint--top-left:hover:before {
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:before {
  margin-bottom: -13px;
}

.hint--top-right:before,
.hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 7px);
}

.hint--top-right:after {
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -14px;
}

.hint--top-right:hover:before {
  transform: translateY(-8px);
}

.hint--top-right:hover:after {
  transform: translateY(-8px);
}

.hint--bottom-left:before {
  margin-top: -13px;
}

.hint--bottom-left:before,
.hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 7px);
}

.hint--bottom-left:after {
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 14px;
}

.hint--bottom-left:hover:before {
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:before {
  margin-top: -13px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 7px);
}

.hint--bottom-right:after {
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -14px;
}

.hint--bottom-right:hover:before {
  transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  transform: translateY(8px);
}

[class*=hint--]:after {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.hint--white:after {
  color: #111;
  background-color: #fff;
  text-shadow: 0 -1px 0px #bfbfbf;
}

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

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

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

.hint--white.hint--bottom-left:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom-right:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom:before {
  border-bottom-color: #fff;
}

.hint--white.hint--left:before {
  border-left-color: #fff;
}

.hint--white.hint--right:before {
  border-right-color: #fff;
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:before,
.hint--no-animate:after {
  transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/*V2.2*/
.bg-f4fcff {
  background-color: #f4fcff;
}

/*================================================
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: "Raleway", 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;
  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(--MainGradientColor);
  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;
  font-size: 40px;
  color: #ffffff;
  transition: 0.5s;
  padding-right: 5px;
}
.single-payment-experience-box .icon i {
  position: relative;
  font-size: 40px;
  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: #0e314c;
}

.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: #0e314c;
}
.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: #0e314c;
}
.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: #0e314c;
}

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

.support-content {
  padding-left: 30px;
}
.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: 30px;
}
.business-content .single-business-box h3 {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 21px;
  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: #0e314c;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
}
.single-testimonials-box h3 span {
  font-weight: 400;
  color: #57647c;
  display: inline-block;
  margin-left: 5px;
}
.single-testimonials-box:hover {
  box-shadow: 5px 5px #0e314c;
}

/*================================================
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(--MainGradientColor);
  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 {
  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;
  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(--MainGradientColor);
  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 .payment-features-content-two .payment-features-content .content {
  padding-left: 0;
  padding-right: 15px;
}
.payment-features-overview .payment-features-image-two .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;
}

.partner-area-two .single-partner-item-new img {
  max-width: 100%;
  width: auto;
}

/*================================================
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: 16px;
  font-weight: 600;
}

.loggedin-page {
  margin-top: 200px;
}
.loggedin-page a {
  font-size: 20px;
}

.woocommerce .nice-select {
  display: none;
}
.woocommerce select {
  display: block !important;
}

.shop-sidebar .woocommerce ul.cart_list li img, .shop-sidebar .woocommerce ul.product_list_widget li img {
  float: left;
}

.comment-form-rating {
  margin-bottom: 15px;
}

/*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(--MainColor);
  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
=================================================*/
.navbar-area.navbar-with-position-relative {
  background-color: #ffffff;
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item a {
  color: #57647c;
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item a:focus, .navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--MainColor);
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item:hover a, .navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--MainColor);
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #0e314c;
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--MainColor);
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #0e314c;
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: var(--MainColor);
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #0e314c;
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--MainColor);
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #0e314c;
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--MainColor);
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #0e314c;
}
.navbar-area.navbar-with-position-relative .tryo-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-with-position-relative .tryo-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-with-position-relative .tryo-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(--MainColor);
}
.navbar-area.navbar-with-position-relative .tryo-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: #0e314c;
}
.navbar-area.navbar-with-position-relative .tryo-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-with-position-relative .tryo-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-with-position-relative .tryo-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(--MainColor);
}
.navbar-area.navbar-with-position-relative .tryo-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: #0e314c;
}
.navbar-area.navbar-with-position-relative .tryo-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-with-position-relative .tryo-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-with-position-relative .tryo-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(--MainColor);
}
.navbar-area.navbar-with-position-relative .tryo-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(--MainColor);
}
.navbar-area.navbar-with-position-relative .tryo-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(--MainColor);
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--MainColor);
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--MainColor);
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: var(--MainColor);
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--MainColor);
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .others-options .login-btn {
  color: #57647c;
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .others-options .login-btn i {
  margin-right: 2px;
  color: #eae563;
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .others-options .login-btn:hover {
  color: var(--MainColor);
}
.navbar-area.navbar-with-position-relative .tryo-nav .navbar .others-options .cart-btn {
  color: #0e314c;
}
.navbar-area.navbar-with-position-relative.is-sticky .navbar-brand img:nth-child(1) {
  display: block;
}
.navbar-area.navbar-with-position-relative.is-sticky .navbar-brand img:nth-child(2) {
  display: none;
}
.navbar-area.navbar-with-position-relative.hide-adminbar {
  margin-top: 0;
}
.navbar-area.navbar-with-position-relative.hide-adminbar.is-sticky {
  margin-top: 32px;
}

/*================================================
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(--MainColor);
  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: #0e314c;
  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: #0e314c;
  border-bottom: 1px solid #0e314c;
  transition: 0.5s;
}
.main-banner-woman-content .btn-list li .discover-more-btn:hover {
  color: var(--MainColor);
  border-bottom: 1px solid var(--MainColor);
}

.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(--MainColor);
  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(--MainColor);
  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(--MainColor);
  border-bottom: 1px solid var(--MainColor);
  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(--MainColor);
  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(--MainColor);
  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-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: #0e314c;
}

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

.security-services-card {
  padding: 30px;
  border-left: 1px solid var(--MainColor);
  margin-bottom: 25px;
  transition: 0.5s;
}
.security-services-card .icon {
  margin-bottom: 30px;
  line-height: 1;
}
.security-services-card .icon i {
  color: var(--MainColor);
}
.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(--MainColor);
  border-bottom: 1px solid var(--MainColor);
  transition: 0.5s;
}
.security-services-card .read-more-btn:hover {
  color: #0e314c;
  border-bottom: 1px solid #0e314c;
}
.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(--MainColor);
  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(--MainColor);
  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(--MainColor);
}

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

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

/*================================================
Subscribe Wrap Area CSS
=================================================*/
.subscribe-wrap-inner-box {
  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: #0e314c;
}

/*================================================
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(--MainColor);
  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(--MainColor);
  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(--MainColor);
}
.footer-area.footer-style-wrap .single-footer-widget .list li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: var(--MainColor);
  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(--MainColor);
}
.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(--MainColor);
}

.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: "Raleway", sans-serif;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}
.banner-item-content .btn {
  margin-top: 30px;
}

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

.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: #0e314c;
  transition: 0.5s;
  background-color: #ffffff;
}
.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--MainColor);
  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;
}

/* 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);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}
.currency-transfer-provider-navbar.is-sticky {
  background-color: #ffffff !important;
}
.currency-transfer-provider-navbar.is-sticky .tryo-nav {
  background-color: transparent;
}
.currency-transfer-provider-navbar.is-sticky .tryo-nav .navbar .navbar-list ul li a {
  color: #0e314c;
}
.currency-transfer-provider-navbar.is-sticky .tryo-nav .navbar .navbar-list ul li a:hover {
  color: var(--MainColor);
}
.currency-transfer-provider-navbar.is-sticky .tryo-nav .navbar .others-options .options-item .language-option button {
  color: #0e314c;
}
.currency-transfer-provider-navbar.is-sticky .tryo-nav .navbar .others-options .options-item .language-option button .globe-icon i {
  color: #0e314c;
}
.currency-transfer-provider-navbar.is-sticky .tryo-nav .navbar .others-options .options-item .language-option button .chevron-down-icon i {
  color: #0e314c;
}
.currency-transfer-provider-navbar.is-sticky .tryo-nav .navbar .others-options .options-item .login-btn {
  color: #0e314c;
}
.currency-transfer-provider-navbar.is-sticky .tryo-nav .navbar .others-options .options-item .login-btn:hover {
  color: var(--MainColor);
}
.currency-transfer-provider-navbar .tryo-nav .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .navbar-list {
  padding: 0px 30px;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .navbar-list ul {
  padding: 0;
  margin-bottom: 0;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .navbar-list ul li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .navbar-list ul li::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 4px;
  height: 15px;
  width: 2px;
  background: var(--MainGradientColor);
}
.currency-transfer-provider-navbar .tryo-nav .navbar .navbar-list ul li:last-child {
  margin-right: 0;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .navbar-list ul li:last-child::before {
  display: none;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .navbar-list ul li a {
  color: #ffffff;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .navbar-list ul li a:hover {
  color: var(--MainColor);
}
.currency-transfer-provider-navbar .tryo-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  transition: 0.5s;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .navbar-nav .nav-item a:hover, .currency-transfer-provider-navbar .tryo-nav .navbar .navbar-nav .nav-item a:focus, .currency-transfer-provider-navbar .tryo-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--MainColor);
}
.currency-transfer-provider-navbar .tryo-nav .navbar .navbar-nav .nav-item:hover a, .currency-transfer-provider-navbar .tryo-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--MainColor);
}
.currency-transfer-provider-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #0e314c;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .currency-transfer-provider-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .currency-transfer-provider-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--MainColor);
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options {
  margin-left: 30px;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item {
  margin-right: 25px;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item:last-child {
  margin-right: 0;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item .login-btn {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item .login-btn:hover {
  color: var(--MainColor);
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item .language-option {
  padding: 0;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item .language-option button {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  position: relative;
  padding-left: 22px;
  padding-right: 20px;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item .language-option button .globe-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item .language-option button .globe-icon i {
  font-size: 15px;
  color: #ffffff;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item .language-option button .chevron-down-icon {
  position: absolute;
  right: 0;
  top: -2px;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item .language-option button .chevron-down-icon i {
  font-size: 12px;
  color: #ffffff;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item .language-option button::after {
  display: none;
}
.currency-transfer-provider-navbar .tryo-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 .tryo-nav .navbar .others-options .options-item .language-option .language-dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  color: #57647c;
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item .language-option .language-dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item .language-option .language-dropdown-menu .dropdown-item img {
  width: 25px;
  margin-right: 10px;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item .language-option .language-dropdown-menu .dropdown-item.selected {
  background-color: var(--MainColor);
  color: #ffffff;
  border-radius: 0;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item .language-option .language-dropdown-menu .dropdown-item:active {
  background-color: var(--MainColor);
  color: #ffffff;
  border-radius: 0;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item .btn-primary {
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
.currency-transfer-provider-navbar .tryo-nav .navbar .others-options .options-item .btn-primary::before {
  border-radius: 30px;
}
.currency-transfer-provider-navbar .tryo-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(--MainColor);
}
.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: #57647c;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.others-option-for-responsive .option-inner .others-options .options-item .login-btn:hover {
  color: var(--MainColor);
}
.others-option-for-responsive .option-inner .others-options .options-item .language-option button {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #57647c;
  font-size: 16px;
  font-family: "Raleway", 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: #57647c;
}
.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: #57647c;
}
.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: #57647c;
  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(--MainColor);
  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(--MainColor);
  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: "Raleway", 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-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(../img/banner-image/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: "Raleway", 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(--MainGradientColor);
  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: "Raleway", sans-serif;
  color: #ffffff;
  margin-left: 10px;
}

.ctp-banner-form {
  max-width: 550px;
  margin-left: auto;
}
.ctp-banner-form .form-header {
  background: var(--MainGradientColor);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
}
.ctp-banner-form .form-header span {
  font-size: 18px;
  font-weight: 500;
  font-family: "Raleway", 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: 30px 30px 40px;
  border-radius: 0 0 15px 15px;
  max-width: 490px;
  margin: auto;
}
.ctp-banner-form .form-content .form-group {
  position: relative;
  margin-bottom: 20px;
}
.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: "Raleway", 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: "Raleway", 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: "Raleway", 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(--MainColor);
}
.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: "Raleway", 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: "Raleway", 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(--OptionalGradientColor);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  display: block;
  width: 100%;
  transition: 0.5s;
}
.ctp-banner-form .form-content .btn-primary::before {
  border-radius: 50px;
  background: var(--OptionalGradientColor);
  transition: 0.5s;
}
.ctp-banner-form .form-content .btn-primary::after {
  border-radius: 50px;
  background: var(--MainGradientColor);
}

/*================================================
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: "Raleway", 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: "Raleway", sans-serif;
  background: var(--MainGradientColor);
  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(--OptionalGradientColor);
  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: "Raleway", 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: "Raleway", sans-serif;
  margin-bottom: 0;
  font-size: 16px;
}
.ctp-choose-content .choose-inner-card {
  margin-top: 25px;
}
.ctp-choose-content .choose-inner-card .choose-title {
  position: relative;
  margin-bottom: 16.5px;
  padding-left: 40px;
}
.ctp-choose-content .choose-inner-card .choose-title .icon {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background: var(--OptionalGradientColor);
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  transition: 0.5s;
  z-index: 1;
}
.ctp-choose-content .choose-inner-card .choose-title .icon i {
  font-size: 12px;
}
.ctp-choose-content .choose-inner-card .choose-title .icon::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background: var(--MainGradientColor);
  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 .choose-title:hover .icon::before {
  opacity: 1;
  visibility: visible;
}
.ctp-choose-content .choose-inner-card .choose-title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
}
.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 .ctp-title {
  position: relative;
  margin-bottom: 16.5px;
  padding: 10.5px 0 10.5px 65px;
}
.ctp-services-card .ctp-title .icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: var(--MainGradientColor);
  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 .ctp-title .icon::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: var(--OptionalGradientColor);
  border-radius: 50px;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.ctp-services-card .ctp-title .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.ctp-services-card .ctp-title:hover .icon::before {
  opacity: 1;
  visibility: visible;
}
.ctp-services-card .ctp-title h3 {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0;
}
.ctp-services-card p {
  color: #57647C;
  font-family: "Raleway", 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: "Raleway", 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(--OptionalGradientColor);
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-family: "Raleway", 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(--MainGradientColor);
  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-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: "Raleway", 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: "Raleway", 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(--OptionalGradientColor);
  -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(--MainGradientColor);
  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(--OptionalGradientColor);
  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: "Raleway", 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-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: "Raleway", sans-serif;
  font-weight: bold;
  background: var(--MainGradientColor);
  -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: "Raleway", sans-serif;
  margin-bottom: 0;
  font-size: 16px;
}
.ctp-protec-card:hover {
  transform: translateY(-5px);
}

/*================================================
App Area CSS
=================================================*/
.ctp-app-area {
  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(--MainGradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", 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: "Raleway", 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: "Raleway", 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: "Raleway", 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(--MainGradientColor);
  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(--OptionalGradientColor);
  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: "Raleway", 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: "Raleway", 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(--MainGradientColor);
  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(--OptionalGradientColor);
  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: "Raleway", 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: 16px;
  font-weight: 400;
  font-family: "Raleway", 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: "Raleway", 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: 16px;
  font-weight: 400;
  font-family: "Raleway", 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: "Raleway", sans-serif;
}
.ctp-faq-accordion .accordion-item .accordion-button::before {
  position: absolute;
  content: "";
  right: 30px;
  top: 25px;
  display: inline-block;
  background-image: url(../img/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(../img/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: "Raleway", 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(--OptionalGradientColor);
  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: "Raleway", 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(--MainColor);
}

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

.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: "Raleway", sans-serif;
  background: var(--MainGradientColor);
  -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: "Raleway", 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(--MainGradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}
.ctp-funfact-card h3 .odometer {
  background: var(--MainGradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ctp-funfact-card h3 .odometer-value {
  background: var(--MainGradientColor);
  -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: "Raleway", 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: "Raleway", 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(--OptionalGradientColor);
  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(--MainGradientColor);
  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: "Raleway", 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(--MainGradientColor);
  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: "Raleway", 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(--MainGradientColor);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
}
.ctp-send-money-online-form .form-header span {
  font-size: 18px;
  font-weight: 500;
  font-family: "Raleway", 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 40px;
  border-radius: 0 0 15px 15px;
  max-width: 490px;
  margin: auto;
}
.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: "Raleway", 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: "Raleway", 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: "Raleway", 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(--MainColor);
}
.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: "Raleway", 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: "Raleway", 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(--OptionalGradientColor);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  display: block;
  width: 100%;
  transition: 0.5s;
}
.ctp-send-money-online-form .form-content .btn-primary::before {
  border-radius: 50px;
  background: var(--OptionalGradientColor);
  transition: 0.5s;
}
.ctp-send-money-online-form .form-content .btn-primary::after {
  border-radius: 50px;
  background: var(--MainGradientColor);
}

/*================================================
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: "Raleway", 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: 16px;
  font-family: "Raleway", 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(--MainColor);
}
.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(--MainColor);
  font-size: 15px;
  font-family: "Raleway", 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: "Raleway", 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: "Raleway", 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: "Raleway", sans-serif;
  background: var(--MainGradientColor);
  -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: "Raleway", sans-serif;
}
.ctp-contact-information .information-box .contact-info li .info a {
  color: #57647C;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.ctp-contact-information .information-box .contact-info li .info a:hover {
  color: var(--MainColor);
}
.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: "Raleway", sans-serif;
  background: var(--MainGradientColor);
  -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: "Raleway", 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-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: "Raleway", 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: "Raleway", 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: "Raleway", 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: "Raleway", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}

.ctp-world-image {
  display: inline-block;
  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: "Raleway", sans-serif;
  margin-bottom: 0;
}
.ctp-footer-area .copyright-area p a {
  font-family: "Raleway", sans-serif;
  background: var(--MainGradientColor);
  -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: "Raleway", 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(--MainGradientColor);
  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: "Raleway", 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: "Raleway", sans-serif;
}
.ctp-footer-widget .links li:last-child {
  margin-bottom: 0;
}
.ctp-footer-widget .links li a {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 22px;
}
.ctp-footer-widget .links li a:hover {
  color: var(--MainColor);
}
.ctp-footer-widget .links li a::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: var(--MainGradientColor);
  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: "Raleway", 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: "Raleway", sans-serif;
  background: var(--MainGradientColor);
  -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(--MainColor);
}

/* End "Currency Transfer Provider Demo" "CSS" */
.table > :not(:first-child) {
  border-top: none;
}

.comparisons-table table tbody td i, .single-information-box .icon, .login-content .login-form form .connect-with-social button:hover, .signup-content .signup-form form .connect-with-social button:hover, .single-footer-widget .social-links li a:hover, .post-tag-media ul li a:hover, #comments .comment-list .comment-body .reply a:hover, .comment-respond .form-submit input, .wp-block-button .wp-block-button__link, .payments-buttons li.active a, .elementor-accordion .elementor-accordion-item .elementor-accordion-icon, .single-payment-experience-box:hover .icon::before, .col-lg-3:nth-child(2) .single-payment-experience-box:hover .icon::before, .col-lg-3:nth-child(3) .single-payment-experience-box:hover .icon::before, .col-lg-3:nth-child(4) .single-payment-experience-box:hover .icon::before, .success-story-inner .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--MainColor);
}

.widget-area .widget_recent_entries ul li::before, .widget-area .widget_recent_comments ul li::before, .widget-area .widget_archive ul li::before, .widget-area .widget_categories ul li::before, .widget-area .widget_meta ul li::before, .faq-accordion .accordion .accordion-title i, .blog-sidebar .widget .widget-title::before, .blog-sidebar .widget ul li::before, .blog-sidebar .tagcloud a:hover, .comment-respond .comment-reply-title::before, .page-links .post-page-numbers:hover, .page-links .current, .post-password-form input[type=submit], .comment-navigation .nav-links .nav-previous a:hover, .comment-navigation .nav-links .nav-next a:hover, .footer-area .single-footer-widget h3::before, .footer-area .single-footer-widget ul li::before, .footer-area .tagcloud a:hover, .wp-block-file .wp-block-file__button, .footer-area .logo h2::before {
  background: var(--MainColor);
}

.tryo-nav .navbar .navbar-nav .nav-item a.active, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .tryo-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, .tryo-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, .tryo-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, .tryo-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, .tryo-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, .tryo-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, .tryo-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, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a, .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a, .tryo-nav .navbar .others-options .login-btn:hover, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item a:focus, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item a.active, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item:hover a, .navbar-area.is-sticky, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .navbar-area.is-sticky .tryo-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 .tryo-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 .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .navbar-area.is-sticky .tryo-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 .tryo-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 .tryo-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, .navbar-area.is-sticky .tryo-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 .tryo-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 .tryo-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, .navbar-area.is-sticky .tryo-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, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a, .navbar-area.is-sticky .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a, .navbar-area.is-sticky .tryo-nav .navbar .others-options .login-btn i, .navbar-area.is-sticky .tryo-nav .navbar .others-options .login-btn:hover, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item a:focus, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item a.active, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item:hover a, .navbar-area.navbar-style-two, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .navbar-area.navbar-style-two .tryo-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 .tryo-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 .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .navbar-area.navbar-style-two .tryo-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 .tryo-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 .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .navbar-area.navbar-style-two .tryo-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 .tryo-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 .tryo-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, .navbar-area.navbar-style-two .tryo-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 .tryo-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 .tryo-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, .navbar-area.navbar-style-two .tryo-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, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a, .navbar-area.navbar-style-two .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a, .navbar-area.navbar-style-two .tryo-nav .others-options .login-btn:hover, .money-transfer-form form .form-group .nice-select .list .option:hover, .money-transfer-form form .terms-info p a:hover, .about-content span, .overview-box .overview-content .content .sub-title, .overview-box .overview-content .content .services-list li span i, .single-features-box .icon, .single-features-box:hover .icon, .features-box .icon, .features-box:hover .icon, .single-pricing-box .pricing-features li i, .funfact h3, .page-title-text ul li, .widget-area .widget_recent_entries ul li a:hover, .widget-area .widget_recent_comments ul li a:hover, .widget-area .widget_archive ul li a:hover, .widget-area .widget_categories ul li a:hover, .widget-area .widget_meta ul li a:hover, .login-content .login-form form .forgot-password a, .login-content .login-form form .connect-with-social button, .signup-content .signup-form form .connect-with-social button, .contact-info ul li a:hover, .single-footer-widget .list li a:hover, .single-footer-widget .footer-contact-info li a:hover, .copyright-area p a:hover, .single-blog-post .blog-post-content h3 a:hover, .single-blog-card .blog-post-content .read-more-btn:hover, .single-blog-card .blog-post-content ul.entry-meta li i, .sticky .single-blog-post .blog-post-content .read-more-btn:hover, .sticky .single-blog-post .blog-post-content .read-more-btn:focus, .sticky .single-blog-post .blog-post-content h3 a:hover, .sticky .single-blog-post .blog-post-content ul.entry-meta li i, ul.entry-meta li i, .blog-sidebar .widget ul li a:hover, .blog-sidebar .calendar_wrap table th a, .blog-sidebar .calendar_wrap table td a, .blog-sidebar .widget_recent_comments .recentcomments a:hover, .blog-sidebar .widget_recent_entries ul li a:hover, .blog-details .blog-meta ul li i, .blog-details .blog-details-content p a, .blog-details .blog-details-content ol li a, table td a, table th a, .footer-area .calendar_wrap table #today, .footer-area .calendar_wrap table #prev a, .footer-area .calendar_wrap table #next a, .footer-area .widget_recent_comments .recentcomments .comment-author-link a:hover, .footer-area .widget_recent_comments .recentcomments a:hover, .single-footer-widget .footer-contact-info li i, .single-team-member .member-image .social li a i:hover, .blog-details .blog-details-content ul li a, .page-main-content .entry-content a, .comment-respond p.logged-in-as a, .blog-details .blog-details-content p a, .blog-details .blog-details-content dd a, .single-blog-post-box .entry-meta li a:hover, .single-blog-post-box .blog-post-content h3 a:hover, .blog-sidebar .widget_rss ul li .rss-date, .wp-block-image figcaption a, .wp-caption .wp-caption-text a, .widget_tryo_posts_thumbs .item .info .title a:hover, .footer-area .single-footer-widget ul li a:hover, .footer-area .widget_rss ul li .rss-date, .tryo-responsive-nav .tryo-responsive-menu.mean-container .mean-nav ul li.active > a, .payment-experience-content .link-btn, .payment-features-overview .payment-features-content .content .link-btn {
  color: var(--MainColor);
}

.tryo-nav .navbar .navbar-nav > .nav-item.active > a {
  border-bottom: 1px solid var(--MainColor);
}

@media only screen and (max-width: 991px) {
  .tryo-responsive-nav .tryo-responsive-menu.mean-container .mean-nav ul li a.active, .tryo-responsive-nav .others-options .login-btn:hover, .navbar-area.is-sticky .tryo-responsive-nav .others-options .login-btn i, .navbar-area.is-sticky .tryo-responsive-nav .others-options .login-btn:hover, .navbar-area.navbar-style-two .tryo-responsive-nav .others-options .login-btn i, .navbar-area.navbar-style-two .tryo-responsive-nav .others-options .login-btn:hover {
    color: var(--MainColor);
  }
}
.ready-to-talk-content .btn-primary:hover, .ready-to-talk-content .btn-primary:focus, .single-footer-widget .social-links li a, .blog-details .blog-meta ul li a:hover, .is-style-outline .wp-block-button__link {
  color: var(--MainColor) !important;
}

.form-control:focus, .feedback-slides .client-thumbnails .next-arrow:hover, .feedback-slides .client-thumbnails .prev-arrow:hover, .widget-area .widget_search form .search-field:focus, .widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus, .login-content .login-form form .connect-with-social button:hover, .signup-content .signup-form form .connect-with-social button:hover, .single-footer-widget .social-links li a:hover, .post-tag-media ul li a:hover, #comments .comment-list .comment-body .reply a:hover, .is-style-outline .wp-block-button__link, .footer-area .tagcloud a:hover, blockquote, .login-content .login-form form .connect-with-social button, .signup-content .signup-form form .connect-with-social button, .tryo-nav .navbar .navbar-nav .nav-item a:hover {
  border-color: var(--MainColor);
}

.single-features-box .icon.bg-cdf1d8, .features-box .icon.bg-cdf1d8, .page-title-text ul li a:hover, .feedback-slides .client-feedback .single-feedback .quote-icon {
  color: var(--OptionalColor);
}

.section-title .bar::before, .overview-box .overview-content .content .bar::before, .invoicing-content .bar::before, .app-download-content .bar::before, .faq-content .bar::before {
  background: var(--OptionalColor);
}

.contact-info ul li:hover .icon, .feedback-slides .client-feedback .single-feedback .client-img img, .feedback-slides .client-thumbnails .item .img-fill img {
  border-color: var(--OptionalColor);
}

.btn-primary::before, .money-transfer-form form .form-group, .money-transfer-form form .currency-info .bar, .money-transfer-form form .currency-info .bar::before, .money-transfer-form form .currency-info .bar::after, .money-transfer-form form .btn::after, .hero-image .video-btn::after, .about-image .video-btn::before, .single-featured-box .read-more-btn, .single-featured-box .read-more-btn::before, .overview-box .overview-content .content .services-list li span::before, .comparisons-table table thead tr, .single-features-box::before, .features-box::before, .single-information-box .btn-box .app-store-btn::before, .single-information-box .btn-box .play-store-btn::before, .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, .app-download-content .btn-box .app-store-btn::before, .app-download-content .btn-box .play-store-btn::before, .pagination-area .page-numbers::before, .widget-area .widget .widget-title::before, .widget-area .widget_search form button::before, .widget-area .tagcloud a::before, .contact-info ul li .icon::before, .go-top, .blog-sidebar .widget_search form button::before, .no-results form button::before, .footer-area .widget_search form button::before, .single-blog-post-box .blog-image .date, .btn-primary::after, .account-create-area, .single-blog-post .read-more-link-content a, .single-team-member .member-image .social li a i, .single-pricing-box:hover .pricing-header::after, .single-pricing-box.active .pricing-header::after, .single-pricing-box.active .buy-btn .btn-primary::before, .banner-btn .video-btn::after, .global-content ul li::before {
  background: -webkit-gradient(var(--MainGradientColor));
  background: var(--MainGradientColor);
}

.money-transfer-form form .btn::before, .hero-image .video-btn::before, .about-image .video-btn, .overview-box .overview-content .content .features-list li span i, .single-information-box .btn-box .app-store-btn::after, .single-information-box .btn-box .play-store-btn::after, .app-download-content .btn-box .app-store-btn::after, .app-download-content .btn-box .play-store-btn::after, .account-create-content .btn-primary::before, .widget-area .widget_search form button::after, .contact-info ul li .icon::after, .go-top::before, .blog-sidebar .widget_search form button::after, .no-results form button::after, .footer-area .widget_search form button::after, .banner-btn .video-btn::before {
  background: var(--OptionalGradientColor);
}

.single-products .sale-btn, .single-products .products-image ul li a:hover, .productsQuickView .modal-dialog .modal-content .products-content form button, .productsQuickView .modal-dialog .modal-content button.close:hover, .productsQuickView .modal-dialog .modal-content button.close:hover, .woocommerce ul.products li.product:hover .add-to-cart-btn, .shop-sidebar .widget_product_search form button, .shop-sidebar a.button, .shop-sidebar .woocommerce-widget-layered-nav-dropdown__submit, .shop-sidebar .woocommerce button.button, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .products_details div.product .woocommerce-tabs .panel #respond input#submit, .products_details div.product .product_title::before, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover, .btn-primary:hover, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .woocommerce-MyAccount-navigation ul .is-active a, .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, .products_details div.product span.sale-btn, .shop-sidebar .tagcloud a:focus, .shop-sidebar .widget_search form button, .shop-sidebar .widget .widget-title::before, .shop-sidebar .widget ul li::before, .shop-sidebar .tagcloud a:hover, .shop-sidebar .tagcloud a:focus {
  background-color: var(--MainColor);
}

.productsQuickView .modal-dialog .modal-content .products-content .product-meta span a:hover, .woocommerce ul.products li.product h3 a:hover, .woocommerce ul.products li.product .add-to-cart-btn, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .products_details div.product .woocommerce-tabs ul.tabs li a:hover, .products_details div.product .woocommerce-tabs ul.tabs li.active, .products_details div.product .woocommerce-tabs ul.tabs li.active a:hover, .products_details div.product .product_meta span.posted_in a:hover, .products_details div.product .product_meta span.tagged_as a:hover, .products_details div.product span.price, .cart-table table tbody tr td.product-name a, .woocommerce-message::before, .woocommerce-info::before, .shop-sidebar .widget ul li a:hover, .shop-sidebar .widget_rss .widget-title .rsswidget {
  color: var(--MainColor);
}

.woocommerce-info, .woocommerce-message {
  border-top-color: var(--MainColor);
}

.shop-sidebar .widget_shopping_cart .cart_list li a:hover, .shop-sidebar ul li a:hover {
  color: var(--MainColor) !important;
}

.woocommerce ul.products li.product:hover .add-to-cart-btn, .form-control:focus, .woocommerce .form-control:focus, .shop-sidebar .tagcloud a:hover, .shop-sidebar .tagcloud a:focus {
  border-color: var(--MainColor);
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
  background-color: var(--OptionalColor);
}

.blog-sidebar button.wp-block-search__button.wp-element-button {
  width: auto;
  padding: 0 17px;
  height: 42px;
}

.wp-block-search__input {
  border: 1px solid #ececec;
}

.wp-block-search__input:focus {
  border: none;
}

/* Start "Digital Wallet", "Online Investment Platform" & "FinTech Platform" Demo Style CSS
==============================================================================================*/
/* Colors Style (Newly Added) */
:root {
  --darkGradient: linear-gradient(152deg, #0335BA 7.3%, #011854 96.06%);
  --greenGradient: linear-gradient(152deg, #0335BA 7.3%, #011854 96.06%);
}

.digital-wallet-home {
  font-family: "Inter", 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: "Bowlby One", 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(--MainColor);
}
.digital-wallet-home p {
  font-family: "Inter", serif;
  font-size: 16px;
  color: #8886B0;
  line-height: 1.8;
  font-weight: 400;
}

.online-investment-platform-home {
  font-family: "Syne", 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 {
  font-family: "Syne", 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 {
  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 {
  color: var(--MainColor);
}
.online-investment-platform-home p {
  font-family: "Inter", serif;
  font-size: 16px;
  color: #8886B0;
  line-height: 1.8;
  font-weight: 400;
}

.fin-tech-home {
  font-family: "Syne", 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: "Syne", 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(--MainColor);
}
.fin-tech-home p {
  font-family: "Inter", 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 .tryo-nav .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav {
  font-family: "Inter", serif;
  margin-left: auto;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item a {
  color: #061029;
  font-size: 15px;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item a i {
  margin-left: 2px;
  position: relative;
  top: -1px;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item a:hover, .digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item a:focus, .digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item a.active {
  color: #0335BA;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item:hover a, .digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item.active a {
  color: #0335BA;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #061029;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0335BA;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #061029;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #0335BA;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #061029;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #0335BA;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #061029;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .digital-wallet-navbar .tryo-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 .tryo-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 .tryo-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 .tryo-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 .tryo-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 .tryo-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 .tryo-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 .tryo-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 .tryo-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 .tryo-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 .tryo-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 .tryo-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 .tryo-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 .tryo-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 .tryo-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 .tryo-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 .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #0335BA;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #0335BA;
}
.digital-wallet-navbar .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #0335BA;
}
.digital-wallet-navbar .tryo-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 .tryo-nav .navbar .navbar-brand {
  display: none;
}
.digital-wallet-navbar.oip-style .tryo-nav .navbar .navbar-nav {
  font-family: "Syne", serif;
  margin-right: auto;
  margin-left: 0;
}
.digital-wallet-navbar.oip-style .tryo-nav .navbar .others-options .links {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.digital-wallet-navbar.oip-style .tryo-nav .navbar .others-options .links li {
  margin-right: 35px;
}
.digital-wallet-navbar.oip-style .tryo-nav .navbar .others-options .links li a {
  font-size: 15px;
  font-weight: 500;
  color: #061029;
}
.digital-wallet-navbar.oip-style .tryo-nav .navbar .others-options .links li a:hover {
  color: #0335BA;
}
.digital-wallet-navbar.oip-style .tryo-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 .tryo-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 .tryo-nav {
  background-color: transparent;
}
.digital-wallet-navbar.fin-tech-style.is-sticky .tryo-nav .navbar {
  border-bottom: none;
  padding-bottom: 0;
}
.digital-wallet-navbar.fin-tech-style .tryo-nav .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-brand {
  margin-right: 100px;
}
.digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav {
  font-family: "Inter", serif;
  margin-right: auto;
  margin-left: 0;
}
.digital-wallet-navbar.fin-tech-style .tryo-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 .tryo-nav .navbar .navbar-nav .nav-item a:hover, .digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item a:focus, .digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--MainColor);
  background-color: #132144;
}
.digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item:hover a, .digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item:focus a, .digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--MainColor);
  background-color: #132144;
}
.digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  top: 52px !important;
  border-radius: 7px;
}
.digital-wallet-navbar.fin-tech-style .tryo-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 .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--MainColor);
  background-color: transparent !important;
}
.digital-wallet-navbar.fin-tech-style .tryo-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 .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: var(--MainColor);
  background-color: transparent !important;
}
.digital-wallet-navbar.fin-tech-style .tryo-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 .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--MainColor);
  background-color: transparent !important;
}
.digital-wallet-navbar.fin-tech-style .tryo-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 .tryo-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 .tryo-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 .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--MainColor);
  background-color: transparent !important;
}
.digital-wallet-navbar.fin-tech-style .tryo-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 .tryo-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 .tryo-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 .tryo-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(--MainColor);
  background-color: transparent !important;
}
.digital-wallet-navbar.fin-tech-style .tryo-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 .tryo-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 .tryo-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 .tryo-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(--MainColor);
  background-color: transparent !important;
}
.digital-wallet-navbar.fin-tech-style .tryo-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 .tryo-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 .tryo-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 .tryo-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(--MainColor);
  background-color: transparent !important;
}
.digital-wallet-navbar.fin-tech-style .tryo-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(--MainColor);
}
.digital-wallet-navbar.fin-tech-style .tryo-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(--MainColor);
}
.digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--MainColor);
}
.digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--MainColor);
}
.digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: var(--MainColor);
}
.digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--MainColor);
}
.digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .others-options {
  margin-left: 30px;
}
.digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .others-options .info-btns {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.digital-wallet-navbar.fin-tech-style .tryo-nav .navbar .others-options .info-btns li {
  margin-right: 15px;
}
.digital-wallet-navbar.fin-tech-style .tryo-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 .tryo-nav .navbar .others-options .info-btns li .login-btn:hover {
  background-color: #0335BA;
  color: #ffffff;
}
.digital-wallet-navbar.fin-tech-style .tryo-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 .tryo-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 .tryo-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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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 !important;
  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: "Montserrat", 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 !important;
  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: "Montserrat", 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: "Montserrat", 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 !important;
  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: "Montserrat", serif;
  margin-bottom: 15px;
}
.dw-travel-card .content strong {
  display: block;
  font-weight: 400;
  color: #061029;
  margin-bottom: 12px;
  font-size: 16px;
}
.dw-travel-card .content p {
  margin-bottom: 0;
  font-size: 16px;
}

.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 !important;
}
.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: "Montserrat", 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: "Montserrat", 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 !important;
}

.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: "Montserrat", 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 !important;
  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: "Montserrat", serif;
  font-size: 16px;
}
.dw-security-card .content p {
  margin-bottom: 0;
  color: #A7A7BA;
}

.col-lg-4:nth-child(1) .dw-security-card {
  margin-top: 150px;
}
.col-lg-4:nth-child(2) .dw-security-card {
  margin-top: 0;
}
.col-lg-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: "Montserrat", 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(--MainColor);
  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 !important;
}

.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: "Montserrat", 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: "Montserrat", serif;
}
.download-wallet-content .inner .right img {
  border-radius: 5px !important;
}
.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 !important;
  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: "Montserrat", 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 !important;
}
.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: "Montserrat", 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: #0e314c;
  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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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 !important;
}
.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: "Montserrat", 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: "Montserrat", 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 !important;
}
.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: "Montserrat", serif;
}
.oip-pricing-card .inner h5 {
  font-weight: 800;
  letter-spacing: 1.6px;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: "Montserrat", 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: "Inter", 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: "Syne", serif;
  max-width: 635px;
}
.oip-testimonials-card .info {
  margin-top: 30px;
}
.oip-testimonials-card .info h5 {
  font-weight: 500;
  font-family: "Inter", 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: "Montserrat", 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: "Montserrat", 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: "Inter", serif;
}
.fin-tech-banner-content h2 {
  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 !important;
}

.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 !important;
}

.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: "Inter", 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: "Montserrat", 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.wrap2 .ft-overview-content .sub {
  color: #ffffff;
}
.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: "Montserrat", 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 !important;
}
.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: "Inter", 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: "Montserrat", 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: "Inter", serif;
  transition: 0.5s;
}
.ft-blog-card .content .blog-btn:hover {
  color: var(--MainColor);
}

/*================================================
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 !important;
}
.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: "Montserrat", 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 !important;
}

.less-error-free-card h3 {
  font-size: 17px;
  letter-spacing: 1.7px;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: "Montserrat", 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: "Montserrat", serif;
  color: #ffffff;
}
.oip-pricing-wrap-card .price h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 37px;
  font-weight: 800;
  font-family: "Montserrat", 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: "Inter", 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(--MainColor);
}
.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(--MainColor);
}
.dw-footer-area .copyright-area .social li:last-child {
  margin-right: 0;
}

.copyright-area-copy p {
  text-align: start;
  color: #918E9D;
}
.copyright-area-copy p a {
  font-weight: 500;
  color: #ffffff;
}
.copyright-area-copy p a:hover {
  color: var(--MainColor);
}

.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: "Montserrat", 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(--MainColor);
}
.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: "Montserrat", 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(--MainColor);
  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(--MainColor);
}

.banner-slider-eight .main-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.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(--MainColor);
  background-color: #ffffff;
  color: var(--MainColor);
}

.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;
}

.fin-widget-social .social {
  display: flex;
  margin-bottom: 0;
  justify-content: end;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
}
.fin-widget-social .social li {
  list-style-type: none;
  margin-right: 20px;
}
.fin-widget-social .social li a i {
  font-size: 20px;
  color: #ffffff;
  transition: 0.5s;
}
.fin-widget-social .social li a i:hover {
  color: var(--MainColor);
}
.fin-widget-social .social li:last-child {
  margin-right: 0;
}

/* End "Digital Wallet", "Online Investment Platform" & "FinTech Platform" Demo Style CSS
============================================================================================*/
.elementor-editor-active .navbar-area.is-sticky, .navbar-area.is-sticky .tryo-nav {
  background: #FFFFFF !important;
  margin-top: 0 !important;
}

.download-wallet-content form br {
  display: none;
}

.oip-features-item {
  margin-right: 55px;
}

.pricing-btn-2 {
  background: linear-gradient(284deg, #116BFF 24.09%, #8F98FF 86.01%);
}

.pricing-btn-2::before {
  background: linear-gradient(136deg, #D80650 1.84%, #FE5D68 100%);
}

.elementor-widget-text-editor p {
  color: unset;
}

.download-wallet-area.wrap-black-bg .download-wallet-content .inner label {
  color: #ffffff;
}

.digital-wallet-navbar .navbar .navbar-nav > .nav-item.active > a {
  border-bottom: none;
}

.admin-bar .navbar-area.digital-wallet-navbar.is-sticky {
  top: 32px;
}

@media only screen and (max-width: 991px) {
  .tryo-responsive-nav .logo a img.main-logo {
    display: none;
  }
}
.oip-banner-area {
  position: relative;
}
.oip-banner-area .oip-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.oip-banner-area .oip-banner-content {
  z-index: 2;
  position: relative;
}
.oip-banner-area .oip-banner-video-wrap {
  z-index: 2;
}

.navbar-area.is-sticky .navbar-brand img:nth-child(2) {
  display: block;
}
.navbar-area.is-sticky img.main-logo {
  display: none;
}/*# sourceMappingURL=style.css.map */