/*============================================ 
======== Table of Css Content =========
# Typography
# Normalize 
# Global style
# Header Area
# Banner Area
# Section Area
# Footer Area
============================================*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800;900&amp;display=swap");
@import url('../../vendor/bootstrap-icons/font/bootstrap-icons.min.css');
@import url('../../plugin/owl-carousel/owl.carousel.min.css');
@import url('../../plugin/owl-carousel/owl.theme.default.min.css');
@import url('../../vendor/css/celilio1.css');
@import url('../../vendor/flaticons/flaticon.css');

:root {
    --body-font: "Jost", sans-serif;
    --body-color: #f7f7f7;
    --heading-font: 'Avenir LT Std 85 Heavy';    
    --primary-color: #013066;
    --secondary-color: #039c4c;
    --head-color: #0c266c;
    --section-primary-color: #f2f3f9;
    --section-color: #f5f6fc;
    --para-color: #232323;
    --border-color: #868ea5;
    --hover-alt-color: #291b6b;
}

.collapsing {
  transition: 0.3s;
}

.demo {
    position: fixed;
    top: 0;
    left: 0;
    z-index:1111;
    display:none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  background-color: var(--body-color);
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
}

section,
footer {
  /*overflow-x: hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {    
    padding: 0;
    margin: 0;
}

    h1,
    h1 > a,
    h2,
    h2 > a,
    h3,
    h3 > a,
    h4,
    h4 > a,
    h5,
    h5 > a,
    h6,
    h6 > a {
        font-family: var(--heading-font);
        color: var(--para-color);
        font-weight: 600;
        text-transform: initial;
        transition: all 0.3s;
    }

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: var(--para-color);
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: var(--secondary-color);
}

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

.max-un {
  max-width: unset;
}

.d-rtl {
  direction: rtl;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--border-color);
}

button {
  border: none;
  cursor: pointer;
}

input,
textarea {
  padding: 10px 20px;
  color: var(--para-color);
  width: 100%;
  font-family: var(--body-font);
  background: var(--bs-white);
  border: 1px solid #e3e3e3;
  border-radius: 10px;
}

::placeholder {
  color: rgba(12, 38, 110, 0.502);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(12, 38, 110, 0.502);
}

::-ms-input-placeholder {
  color: rgba(12, 38, 110, 0.502);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="password"] {
    /*font-family: initial;*/
    font-family: var(--body-font);
}

input[type="checkbox"] {
  width: initial;
  height: initial;
}

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

textarea {
  min-height: 150px;
  resize: none;
}

/*span {
  display: inline-block;
}*/

.table thead th,
.table td,
.table th {
  border: none;
  font-size:14px;
}

.d-grid {
  display: grid !important;
}

.b-none {
  border: none !important;
}

.ovf-unset {
  overflow-x: unset !important;
}

iframe {
  border: 0;
  width: 100%;
}

.shadow-none {
  box-shadow: none;
}

h1,
h1 > a {
    font-size: 66px;
    line-height: 73.8px;
    /*margin-top: -20px;*/
}

h2.title,
h2.title > a {
    font-size: 48px;
    line-height: 54.1px;
    /*margin-top: -16px;*/
}

h3.title,
h3.title > a {
    font-size: 43px;
    line-height: 55.9px;
    /*margin-top: -10px;*/
}

h4.title,
h4.title > a {
    font-size: 32px;
    line-height: 41.6px;
    /*margin-top: -8px;*/
}

h5,
h5 > a {
    font-size: 24px;
    line-height: 31.2px;
    /*margin-top: -6px;*/
}

h6.title,
h6.title > a {
    font-size: 18px;
    line-height: 23.4px;
    /*margin-top: -4px;*/
}

h1.m-none,
h2.m-none,
h3.m-none,
h4.m-none,
h5.m-none {
  margin: 0;
}

table thead tr th,
table thead tr td {
    font-size: 14px;
    line-height: 30px;
}

a {
    display: inline-block;
    color: var(--secondary-color);
    font-weight: 400;
    line-height: 30px;
}

p,
span,
li,
label {
  margin: 0;
  font-family: var(--body-font);  
  font-weight: 400;
  /*color: var(--para-color);*/
  line-height: 30px;
}
.hidden{
    display:none;
}
.section-text {
  margin-bottom: 34px;
}

.section-header {
  margin-bottom: 53px;
}

.dark-sec .sub-title {
  color: var(--secondary-color);
}

.dark-sec .title, .dark-sec p {
  color: var(--bs-white);
}

.sub-title {
  color: var(--primary-color);
  margin-bottom: 15px;
}

.title {
  font-weight: 700;
  margin-bottom: 15px;
}

.xxlr {
  font-size: 26px;
  line-height: 36px;
  margin-top: -7px;
}

.xlr {
  font-size: 24px;
  line-height: 36px;
  margin-top: -7px;
}

.mdr {
  font-size: 16px;
  line-height: 22px;
}

.z-1 {
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 60px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 60px;
  }
  .mt-80 {
    margin-top: 60px;
  }
    .header-section {
        /*box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);*/
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
        background-color: var(--bs-white);
    }
}

.pb-120 {
  padding-bottom: 120px;
}
.pb-md-120 {
    padding-bottom: 120px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-md-80 {
    padding-bottom: 80px!important;
}

*::-webkit-scrollbar-track {
  background: #00003e;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
    background-color: #00c05c;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: var(--primary-color);
  border-radius: 5px;
  color: #fff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop i {
  color: var(--bs-white);
}

.scrollToTop.active {
  bottom: 120px;
  transform: translateY(0%);
}

.whatsApp-icon {
    position: fixed;
    bottom: 85px;
    left: 20px;                    
    line-height: 45px;        
    z-index: 9;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  overflow: visible;
  background: url(../../images/preloader.gif) no-repeat center center;
  background-size: 20%;
  background-color: #F8F8F7;
}

.icon-svg {
  position: relative;
}

.icon-svg img {
  opacity: 1;
  position: absolute;
}

.icon-svg svg {
  position: absolute;
  stroke-dashoffset: 1500;
  stroke-dasharray: 1500;
  transform: scale(1);
  transition: transform 0.3s, fill 0.5s;
  opacity: 0;
  visibility: hidden;
}

.icon-svg:hover svg {
  visibility: visible;
  opacity: 1;
  stroke-dashoffset: 0;
  fill: transparent;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
}

.icon-svg:hover img {
  opacity: 0;
  visibility: hidden;
}

.accordion-button:focus {
  box-shadow: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

/* cmn btn */
.cmn-btn {
  padding: 10px 30px;
  font-weight: 600;
  text-align: center;
  background: var(--secondary-color);
  color: var(--bs-white);
  transition: 0.3s;
  border-radius:10px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width:100%;
}

    .cmn-btn:hover {
        background: var(--bs-white);
        border: 1px solid var(--secondary-color);
        color: var(--secondary-color);
    }

.cmn-btn img, .cmn-btn i {
  margin-left: 10px;
}

    .cmn-btn.active {
        background-color: var(--bs-white);
        border: 1px solid var(--bs-white);
        color: var(--secondary-color);
    }

.cmn-btn.active:hover {
  background: var(--primary-color);
  color: var(--bs-white);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes ripple2Ani {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(-5px, -5px);
  }
  66% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes stretch {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
  -0% {
    transform: scale(1);
  }
  -50% {
    transform: scale(0.8);
  }
  -100% {
    transform: scale(0.5);
  }
}

@keyframes rippleAni {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(5px, -5px);
  }
  66% {
    transform: translate(-5px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--bs-white);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    /*border-bottom: 1px solid #6c6ea6;*/
}

    .header-section.header-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
        background-color: var(--bs-white);
        border-color: transparent;
    }

.header-section .navbar-toggler {
  padding-right: 0;
  display: none;
  border: none;
}

    .header-section .navbar-toggler.left-navbar-toggler {
        padding:6px 10px;
    }

.header-section .navbar-toggler:focus {
  box-shadow: none;
}

.header-section .navbar-toggler i {
  color: var(--head-alt-color);
}    

.header-section .navbar {
  padding-left:15px;
  padding-right:15px;
}
    .header-section .navbar .navbar-brand img {
        height:48px;
    }
    .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
    .header-section .navbar .offcanvas .navbar-nav .nav-item .nav-link {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
    .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item,
    .header-section .navbar .offcanvas .navbar-nav .nav-item .nav-link,
    .header-section .navbar .offcanvas .navbar-nav .nav-item .dropdown-item {
        font-weight: 500;
        padding: 14px 20px;
        text-transform: capitalize;
        font-weight: 600;
        background-color: transparent;
        color: var(--para-color);
        transition: 0.3s;
    }
    
    .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item,    
    .header-section .navbar .offcanvas .navbar-nav .nav-item .dropdown-item {        
        padding-top:0px;
        padding-bottom:0px;
    }

        .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
        .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item:hover,
        .header-section .navbar .offcanvas .navbar-nav .nav-item .nav-link:hover,
        .header-section .navbar .offcanvas .navbar-nav .nav-item .dropdown-item:hover {
            color: var(--primary-color);
            transition: 0.3s;
        }

        .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
        .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item.active,
        .header-section .navbar .offcanvas .navbar-nav .nav-item .nav-link.active,
        .header-section .navbar .offcanvas .navbar-nav .nav-item .dropdown-item.active {
            color: var(--primary-color);
        }

        .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle,
        .header-section .navbar .offcanvas .navbar-nav .nav-item .nav-link.dropdown-toggle {
            margin-right: 15px;
        }

            .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after,
            .header-section .navbar .offcanvas .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
                position: absolute;
                content: "\0043";
                border: none;
                font-family: "arafat font";
                font-weight: 400;
                font-size: 14px;
                right:0;
            }

    .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu,
    .header-section .navbar .offcanvas .navbar-nav .nav-item .dropdown-menu {
        background-color: var(--body-color);
        border-color: var(--body-color);
    }

        .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a,
        .header-section .navbar .offcanvas .navbar-nav .nav-item .dropdown-menu li a {
            display: block;
            padding: 5px 15px;
            transition: 0.3s;
        }

        .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu,
        .header-section .navbar .offcanvas .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
            margin-left: 20%;
        }

    .header-section .navbar .navbar-collapse .right-area,
    .header-section .navbar .offcanvas .right-area {
        margin-left: 20px;
    }

        .header-section .navbar .navbar-collapse .right-area .login,
        .header-section .navbar .offcanvas .right-area .login {
            font-weight: 600;
            color: var(--primary-color);
        }

    .header-section .navbar .navbar-collapse .right-area .cmn-btn,
    .header-section .navbar .offcanvas .right-area .cmn-btn {
        margin-left: 30px;
    }

    .header-section .navbar .offcanvas .navbar-nav > li .item .icon-box {
        display:none;
    }

    .header-section .nav-item.main-navbar .main-menu {
        position: absolute;
        top: 110%;
        left: 50%;
        transform: translateX(-50%);
        min-width: 220px;
        box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 999;
        border-radius: 10px;
    }

.header-section .nav-item.main-navbar .main-menu .sub-navbar {
  position: relative;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  left: 165px;
  top: 0;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-section .nav-item.main-navbar:hover .main-menu {
  opacity: 1;
  visibility: visible;
  top: 50px;
}

.banner-section .overlay {
    background-color: #013066;
    background-image: url(../../images/banner-map.png);
    background-repeat: no-repeat;
    background-position: top 70px right;
    /*position: relative;*/
    background-size: auto;
    width:100%;
}

.banner-section .overlay .shape-area img {
  position: absolute;
}

.banner-section .overlay .shape-area .obj-1 {
  left: 0;
  bottom: 5%;
  animation: ripple2Ani 4s linear infinite;
}

.banner-section .overlay .shape-area .obj-2 {
  right: 0;
  bottom: calc(5%);
  animation: rippleAni 3s linear infinite;
}

.banner-section .overlay .shape-area .obj-3 {
  left: calc(48%);
  bottom: 12%;
  animation: ripple2Ani 5s linear infinite;
}

.banner-section .overlay .shape-area .obj-4 {
  left: 0;
  top: 0;
}

.banner-section .overlay .banner-content {
  padding: 170px 0 200px;
}

.banner-section .overlay .banner-content .container {
  position: relative;
}

.banner-section .overlay .banner-content .container .content-shape img {
  position: absolute;
}

.banner-section .overlay .banner-content .container .content-shape .obj-1 {
  left: calc(55%);
  top: 0;
  animation: rippleAni 10s linear infinite;
}

.banner-section .overlay .banner-content .main-content .bottom-area .cmn-btn {
  margin-right: 20px;
}

.banner-section.payment .overlay {
  background-image: url(../../images/payment-banner-bg.png);
  background-repeat: no-repeat;
  background-position: top 130px right 50px;
  position: relative;
  background-size: auto;
}

.banner-section.payment .overlay .banner-content {
  padding: 325px 0 245px;
}

.banner-section.payment .overlay .shape-area .obj-1 {
  bottom: 1%;
}

.banner-section.payment .overlay .shape-area .obj-2 {
  bottom: 0;
  animation: none;
}

.banner-section.payment.two .overlay {
  background-image: url(../../images/payment-banner-2-bg.png);
  background-position: center right 50px;
}

.banner-section.payment.two .overlay .banner-content {
  padding: 339px 0 260px;
}

.banner-section.business-account .overlay {
  background-image: url(../../images/business-globe-1.png), url(../../images/business-globe-2.png);
  background-repeat: no-repeat;
  background-position: left top 50px, right bottom;
}

.banner-section.business-account .overlay ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.banner-section.business-account .overlay ul li {
  margin: 0 15px;
}

.banner-section.business-account .overlay ul li img {
  margin-right: 10px;
}

.banner-section.business-account .overlay .bottom-area .cmn-btn {
  margin-right: 0 !important;
  margin: 0 15px;
}

.banner-section.business-account .overlay .banner-content {
  padding: 242px 0 365px;
}

.banner-section.business-account .banner-img-bottom {
  margin-top: -280px;
}

.banner-section.business-account .banner-img-bottom .img-area {
  position: relative;
}

.banner-section.business-account .banner-img-bottom .img-area .right-img {
  right: 0;
  bottom: -25px;
  position: absolute;
}

.banner-section.business-account.integrations .overlay {
  background-image: url(../../images/integrations-banner-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.banner-section.business-account.integrations .overlay .banner-content {
  padding: 208px 0 365px;
}

.banner-section.business-account.integrations .overlay form {
  width: 55%;
  margin: auto;
}

.banner-section.business-account.integrations .overlay form .cmn-btn {
  width: 35%;
  margin-left: 20px;
}

.banner-section.business-account.integrations .overlay form .cmn-btn:hover {
  color: var(--bs-white);
}

.banner-section.business-account.integrations .banner-img-bottom {
  margin-top: -345px;
}

.banner-section.corporate-card .overlay {
  background-image: url(../../images/corporate-card-globe.png), url(../../images/corporate-banner-img.png);
  background-repeat: no-repeat;
  background-position: left bottom, right 120px bottom;
}

.banner-section.corporate-card .overlay .banner-content {
  padding: 348px 0 250px;
}

.banner-section.corporate-card.expense .overlay {
  background-image: url(../../images/corporate-card-globe.png), url(../../images/expense-illus.png);
  background-repeat: no-repeat;
  background-position: left bottom, right bottom 120px;
}

.banner-section.corporate-card.subscriptions .overlay {
  background-color: transparent;
  background-image: url(../../images/corporate-card-globe.png), url(../../images/subscriptions-illus.png);
  background-repeat: no-repeat;
  background-position: left bottom, right bottom 120px;
  border-bottom: 1px solid #a9a8bc;
}

.banner-section.corporate-card.subscriptions .overlay .banner-content {
  padding: 328px 0 220px;
}

.banner-section.corporate-card.budgeting-analytics .overlay {
  background-color: transparent;
  background-image: url(../../images/budgeting-analytics-banner.png);
  background-repeat: no-repeat;
  background-position: right 40px bottom;
  border-bottom: 1px solid #a9a8bc;
}

.banner-section.corporate-card.budgeting-analytics .overlay .banner-content {
  padding: 320px 0 220px;
}

.banner-section.invoice-management .section-text p {
  width: 65%;
  margin: auto;
}

.banner-section.invoice-management .overlay {
  background-image: url(../../images/integrations-banner-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.banner-section.invoice-management .overlay .banner-content {
  padding: 395px 0 300px;
}

.banner-section.invoice-management .overlay .cmn-btn:hover {
  color: var(--bs-white);
}

.banner-section.invoice-management .overlay .shape-area .shape-1 {
  left: 0;
  top: 90px;
}

.banner-section.invoice-management .overlay .shape-area .shape-2 {
  left: 0;
  bottom: 0;
}

.banner-section.invoice-management .overlay .shape-area .shape-3 {
  right: 0;
  bottom: 130px;
}

.banner-section.invoice-management.security .overlay {
  background-size: cover;
  background-position: center;
}

.banner-section.invoice-management.security .overlay .shape-area .shape-1 {
  left: 0;
  top: calc(35%);
}

.banner-section.invoice-management.security .overlay .shape-area .shape-2 {
  left: initial;
  right: 0;
  top: 140px;
}

.banner-section.invoice-management.security .overlay .shape-area .shape-3 {
  right: 0;
  bottom: 30px;
}

.banner-section.invoice-management.rewards .overlay {
  background-position: center;
  background-size: cover;
}

.banner-section.invoice-management.rewards .overlay .shape-area .obj-1 {
  left: 0;
  bottom: 10px;
}

.banner-section.invoice-management.rewards .overlay .shape-area .obj-2 {
  right: 0;
  bottom: 15px;
}

.banner-section.invoice-management.rewards .overlay .banner-content {
  padding: 307px 0 210px;
}

.banner-section.inner-banner .overlay {
    background-color:var(--secondary-color);
    background-image: url(../../images/integrations-banner-bg.png);
    background-repeat:repeat-y;
    background-position: center;
}

.banner-section.inner-banner .overlay .title{
   color:var(--bs-white);
}

.banner-section.inner-banner .shape-area .shape-1 {
  right: 100px;
  bottom: 0;
}

.banner-section.inner-banner .banner-content {
  padding: 140px 0 50px;
}

.banner-section.inner-banner .banner-content .main-content h1 {
  color: var(--bs-white);
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area {
  margin-top: 10px;
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb li {
  display: flex;
  align-items: center;
  color: var(--bs-white);
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb li a {
  color: var(--bs-white);
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  background-image: url(../../images/icon/arrow-right-3.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 14px;
  padding: 0 16px;
  content: "";
}

.banner-section.inner-banner.career-details .shape-area .shape-1 {
  bottom: initial;
  top: 150px;
}

.banner-section.inner-banner.career-details .banner-content {
  padding: 120px 0 60px;
}

.banner-section.inner-banner.career-details .banner-bottom {
  margin-top: -50px;
  transform: translateZ(5px);
}
    .banner-section.inner-banner.career-details .banner-bottom .top-box,
    .banner-section.inner-banner.career-details .banner-bottom .single-box {
        border-radius: 20px;
        background-color: #ffffff;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
        /*box-shadow: 4px 6.928px 24px 0px rgba(106, 105, 194, 0.25);*/
    }
    .banner-section.inner-banner.career-details .banner-bottom .top-box {
        padding:25px 30px 30px 30px;        
    }
    .banner-section.inner-banner.career-details .banner-bottom .single-box {
        padding: 15px 15px 15px 15px;
        position: relative;
    }
.banner-section.inner-banner.career-details .banner-bottom .single-box .img-box img {
    max-width: initial;
}
        .banner-section.inner-banner.career-details .banner-bottom .single-box .text-box {
            margin-left: 20px;
        }

        .banner-section.inner-banner.career-details .banner-bottom .single-box .left-box {
            margin-right: 20px;
        }

        .banner-section.inner-banner.career-details .banner-bottom .single-box .currency-area {
            background-color: #d3e4ff;
            border-radius: 20px;
            padding: 25px 30px 30px 30px;
            margin: 0px -30px;
        }
        .banner-section.inner-banner.career-details .banner-bottom .top-box .currency-area .form-control,
        .banner-section.inner-banner.career-details .banner-bottom .top-box .currency-area .input-group-text {            
            background-color:#fff;
        }
        .banner-section.inner-banner.career-details .section-text h5 {
        color: var(--para-color);
    }

.banner-section.inner-banner.career-details ul {
  /*display: flex;*/
  align-items: center;
}

.banner-section.inner-banner.career-details ul li {
  /*list-style: disc;
  margin-left: 17px;*/
  list-style-position: inside;
  list-style:none;
  line-height:25px;
  display:flex;
  justify-content:space-between;
}

.banner-section.inner-banner.career-details ul li:first-child {
  margin: 0;
  list-style: none;
}

    .banner-section.inner-banner.career-details ul li label{        
        line-height: 25px;        
    }

.banner-section.about-us .overlay {
  background-image: url(../../images/integrations-banner-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.banner-section.about-us .overlay .banner-content {
  padding: 208px 0 365px;
}

.banner-section.about-us .banner-img-bottom {
  margin-top: -345px;
}

.banner-section.about-us .magnific-area {
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.banner-section.about-us .magnific-area .mfp-iframe {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 5;
  width: 120px;
  height: 120px;
  background: var(--bs-white);
}

.banner-section.about-us .magnific-area .mfp-iframe::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: -2;
  animation: stretch 5s linear infinite;
  border: 1px solid var(--bs-white);
  background-color: rgba(255, 255, 255, 0.102);
  width: 164px;
  height: 164px;
}

.banner-section.about-us .magnific-area .mfp-iframe .popupvideo {
  position: absolute;
}

.banner-section.about-us .stars-info .single-box {
  text-align: center;
}

.banner-section.about-us .stars-info .single-box .icon-box {
  border-radius: 50%;
  background-color: var(--primary-color);
  width: 120px;
  height: 120px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.banner-section.help-center .overlay {
  background-image: url(../../images/integrations-banner-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.banner-section.help-center .overlay .banner-content {
  padding: 169px 0 60px;
}

.banner-section.help-center .overlay form .form-group {
  border-radius: 10px;
  border: 1px solid #86aaee;
  background-color: #38578f;
  padding-left: 20px;
}

.banner-section.help-center .overlay form .form-group input {
  background-color: transparent;
  border: none;
  padding-left: 15px;
  color: var(--bs-white);
}

.banner-section.help-center .overlay form .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.502);
  opacity: 1;
}

.banner-section.help-center .overlay form .form-group input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.502);
}

.banner-section.help-center .overlay form .form-group input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.502);
}

.banner-section.privacy-content .overlay {
  background-image: url(../../images/integrations-banner-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.footer-section {
    position: relative;
    background: var(--primary-color);
    color: var(--body-color);    
    padding-bottom: 40px;
}

/*.footer-section::before {
  content: "";
  position: absolute;
  background-color: #0a2843;
  width: 100%;
  height: 60%;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.footer-section .newsletter {
  border-radius: 20px;
  padding: 80px 0;
  background-image: url(../../images/footer-bg-left.png), url(../../images/footer-bg-right.png);
  background-repeat: no-repeat;
  background-position: left 20px center, right bottom;
  background-color: var(--primary-color);
}

.footer-section .newsletter form {
  width: 60%;
  margin: 0 auto;
}

.footer-section .newsletter form .form-group {
  background-color: var(--bs-white);
  border: 1px solid #e2e2ea;
  border-radius: 35px;
  padding: 10px;
}

.footer-section .newsletter form .form-group input {
  border-radius: 35px;
  padding: 0 20px;
  border-color: transparent;
}

.footer-section .newsletter form .form-group button {
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  background-color: var(--primary-color);
}*/
    .footer-section .overlay .wrapper {
        position:relative;
    }
    .footer-section .overlay .wrapper::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url(../../images/footer-bg.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
        bottom: 22px;
    }
    .footer-section .single-area h5 {
        margin-bottom: 30px;
        color: #ffffff;
    }    
.footer-section .single-area .items li {
        margin-bottom:10px;
    }

    .footer-section .single-area .items li a {
        color: var(--bs-white);
        font-weight: 500;
        position:relative;
    }

    .footer-section .social-link a {
        margin-left: 15px;
    }

.footer-section .single-area .copyright p,
.footer-section .single-area .copyright a {
  color: var(--bs-white);
}

.footer-section .single-area .footer-bottom {
  border-top: 1px solid var(--border-color);
}

.footer-section .single-area .footer-bottom .items li {
  margin-right: 0;
  margin-left: 25px;
}

.footer-section .single-area .footer-bottom {
  padding: 30px 0;
  margin-top: 30px;
}

.counter-section {
  position: relative;
  padding: 70px 30px 65px;
  margin-top: -110px;
  transform: translateZ(10px);
  margin-bottom: 20px;
}

.counter-section::before {
  position: absolute;
  content: "";
  width: 70%;
  border-radius: 20px;
  background-color: white;
  box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
  height: 100%;
  top: 0;
  left: 15%;
  z-index: -1;
}

.counter-section .single-area h2 {
  color: #243877;
}

.counter-section .single-area h2 span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.global-payment {
  margin-top: -20px;
}

.global-payment .cus-mar {
  margin-bottom: -20px;
}

.global-payment .single-item {
  background-color: var(--bs-white);
  border: 1px solid #bec8e5;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 40px 20px 33px;
  transition: 0.3s;
}

.global-payment .single-item:hover {
  box-shadow: 0px 12px 24px rgba(106, 105, 194, 0.25);
  border-color: transparent;
}

.global-payment .single-item h5 {
  margin: 21px 0 24px;
}

.global-payment.features {
  margin-top: 0;
}

.our-solutions {
    background-image: url(../../images/our-solutions-bg.png);    
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
}

.our-solutions .cus-mar {
  margin-bottom: -20px;
}

.our-solutions .single-item {
  border-radius: 20px;
  background-color: var(--bs-white);
  box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
  text-align: center;
  padding: 40px 15px 33px;
  margin-bottom: 20px;
}

.our-solutions .single-item h5 {
  margin: 21px 0 24px;
}

.our-solutions.business-model {
  background-image: url(../../images/business-model-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.our-solutions.payment {
  background-image: url(../../images/our-solutions-payment-bg.png);
}

.how-it-works {
    position: relative;
    padding: 70px 30px 65px;
    margin-top: -110px;
    transform: translateZ(10px);
    margin-bottom: 20px;
}
    .how-it-works::before {
        position: absolute;
        content: "";
        width: 70%;
        border-radius: 20px;
        background-color: white;
        box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
        height: 100%;
        top: 0;
        left: 15%;
        z-index: -1;
    }
.how-it-works .cus-mar {
  margin-bottom: -30px;
}

.how-it-works .single-item {
  position: relative;
  margin-bottom: 25px;
}

.how-it-works .single-item::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 104px;
  height: 15px;
  right: calc(-17% - 10px);
  top: calc(35% - 20px);
}

.how-it-works .single-item.first::after {
  background-image: url(../../images/icon/how-works-arrow-1.png);
}

.how-it-works .single-item.second::after {
  background-image: url(../../images/icon/how-works-arrow-2.png);
  top: calc(30% - 20px);
}

.how-it-works .single-item h5 {
  margin: 21px 0 24px;
}

.how-it-works.second .single-item::after {
  width: 123px;
  height: 35px;
  right: calc(-12% - 10px);
  top: calc(30% - 20px);
}

.how-it-works.second .single-item.first::after {
  background-image: url(../../images/icon/how-works-arrow-4.png);
}

.how-it-works.second .single-item.second::after {
  background-image: url(../../images/icon/how-works-arrow-3.png);
}

.how-it-works.second .single-item h3 {
  background-color: var(--primary-color);
  border-radius: 5px;
  min-width: 90px;
  min-height: 90px;
  margin: auto;
  display: inline-grid;
  align-items: center;
  color: var(--bs-white);
}

.app-download .features li {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.app-download .features li img {
  margin-right: 10px;
}

.app-download .brand-area {
  display: flex;
  align-items: center;
}

.app-download .brand-area a {
  margin-right: 25px;
  transition: 0.3s;
  border-radius:15px;
}

.app-download .brand-area a:hover {
  box-shadow: 0px 12px 24px rgba(106, 105, 194, 0.25);
}

.testimonials {
  background-color: var(--section-color);
}

.testimonials .testimonials-carousel {
  padding-bottom: 70px;
}

.testimonials .testimonials-carousel .slick-arrow {
  position: absolute;
  outline: none;
  bottom: 0;
  width: 70px;
  height: 40px;
  background: var(--bs-white);
  border-radius: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials .testimonials-carousel .slick-arrow:hover {
  box-shadow: 0px 12px 24px rgba(106, 105, 194, 0.25);
  transition: all 0.5s;
}

.testimonials .testimonials-carousel .slick-arrow.slick-prev {
  left: calc(50% - 85px);
  z-index: 2;
}

.testimonials .testimonials-carousel .slick-arrow.slick-prev::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 20px;
  background-image: url(../../images/icon/left-arrow.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonials .testimonials-carousel .slick-arrow.slick-next {
  right: calc(50% - 85px);
  z-index: 2;
}

.testimonials .testimonials-carousel .slick-arrow.slick-next::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 20px;
  background-image: url(../../images/icon/right-arrow.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonials .slick-initialized .slick-slide {
  opacity: 0.3;
  transition: 0.3s;
}

.testimonials .slick-initialized .slick-slide.slick-center {
  opacity: 1;
  transition: 0.3s;
}

.testimonials .single-slide .single-content {
  padding: 33px 40px 40px;
  margin: 0 15px 30px;
  border-radius: 20px;
  background-color: var(--bs-white);
  box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
}

.testimonials .single-slide .single-content i {
  color: #e4ab19;
}

.testimonials .single-slide .single-content .title-area {
  padding: 23px 0 30px;
}

.testimonials .single-slide .single-content .profile-area {
  margin-top: 25px;
}

.testimonials .single-slide .single-content .profile-area img {
  margin-right: 25px;
}

.testimonials .single-slide .single-content .profile-area h5 {
  margin-top: 0;
  margin-bottom: 5px;
}

.testimonials .single-slide .single-content .profile-area p {
  color: var(--primary-color);
}

.faqs-section .cus-mar {
  margin-bottom: -20px;
}

.faqs-section .accordion .accordion-item {
  margin-bottom: 10px;
  background: var(--bs-white);
  box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
  border-radius: 10px;
  border: none;
  margin-bottom: 20px;
}

.faqs-section .accordion .accordion-item .accordion-button {
  padding: 20px 30px;
  border-radius: 10px;
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none;
}

.faqs-section .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  height: 5px;
  content: "";
  background-image: url(../../images/icon/minus-icon.png);
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  right: 30px;
  transition: all ease 0.3s;
}

.faqs-section .accordion .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  right: 25px;
  width: 30px;
  height: 30px;
  background: #f7f6ff;
  border-radius: 50%;
}

.faqs-section .accordion .accordion-item .accordion-button.collapsed::after {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../../images/icon/plus-icon.png);
  background-repeat: no-repeat;
  background-size: 20px;
  transform: rotate(-90deg);
  transition: all ease 0.3s;
}

.faqs-section .accordion .accordion-item .accordion-collapse {
  border-top: 1px solid #b0baf1;
}

.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 20px 30px;
}

.faqs-section.help-center {
  background-color: #f6f5ff;
}

.faqs-section.help-category {
  margin-bottom: 0;
}

.faqs-section.help-category .accordion {
  margin-bottom: -20px;
}

.faqs-section.help-category .accordion .accordion-item .accordion-header {
  position: relative;
  display: flex;
  align-items: center;
}

.faqs-section.help-category .accordion .accordion-item .accordion-header::after {
  position: absolute;
  left: 30px;
  z-index: 3;
  width: 30px;
  height: 30px;
  margin-left: auto;
  content: "";
  background-image: url(../../images/icon/faq-icon.png);
  background-repeat: no-repeat;
}

.faqs-section.help-category .accordion .accordion-item .accordion-header .accordion-button {
  padding-left: 75px;
}

.faqs-section.help-category .accordion .accordion-item ul {
  margin-bottom: -10px;
}

.faqs-section.help-category .accordion .accordion-item ul li {
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 10px;
}

.more-features .overlay {
  background-color: #343098;
  background-image: url(../../images/more-features-illu-1.png), url(../../images/more-features-illu-2.png);
  background-repeat: no-repeat;
  background-position: left center, right bottom 50px;
}

.more-features .overlay .cus-mar {
  margin-bottom: -40px;
}

.more-features .overlay .single-item {
  text-align: center;
  margin-bottom: 40px;
}

.more-features .overlay .single-item h5 {
  margin: 21px 0 24px;
}

.more-features .overlay .single-item h5,
.more-features .overlay .single-item p {
  color: var(--bs-white);
}

.accept-payments .overlay {
  background-image: url(../../images/accept-payments-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.accept-payments .main-content {
  margin-bottom: -30px;
}

.accept-payments .main-content .single-item {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e4eafa;
}

.accept-payments .main-content .single-item h5 {
  margin-bottom: 10px;
}

.earn-cashback .ex-mar {
  margin-bottom: -20px;
}

.earn-cashback .exb-mar {
  margin-bottom: -60px;
}

.features-built .cus-mar {
  margin-bottom: -40px;
}

.features-built .single-area {
  display: flex;
  margin-bottom: 40px;
}

.features-built .single-area .icon-area {
  margin-right: 20px;
  width:66px;
}

.features-built .single-area h5 {
  margin-bottom: 15px;
}

.call-action .btn-area .cmn-btn {
  margin: 0 10px;
}

.call-action.earn-when-spend {
  margin-bottom: -30px;
  background-image: url(../../images/earn-spend-1.png), url(../../images/earn-spend-3.png);
  background-repeat: no-repeat;
  background-position: left top, right top;
}

.call-action.earn-when-spend ul {
  display: flex;
  align-items: center;
}

.call-action.earn-when-spend ul li {
  margin: 0 15px;
}

.call-action.earn-when-spend ul li img {
  box-shadow: 1.5px 2.598px 7px 0px rgba(138, 140, 205, 0.35);
  border-radius: 50%;
  margin-bottom: 30px;
}

.call-action.integration {
  background-color: var(--section-color);
}

.call-action.integration ul {
  display: flex;
  align-items: center;
}

.call-action.integration ul li {
  margin: 0 15px;
}

.call-action.integration ul li img {
  box-shadow: 1.5px 2.598px 7px 0px rgba(138, 140, 205, 0.35);
  border-radius: 50%;
  margin-bottom: 15px;
}

.call-action.integration .section-text p {
  width: 70%;
  margin: auto;
}

.call-action.security .main-content {
  background-color: var(--primary-color);
  border-radius: 10px;
  background-image: url(../../images/security-call-action.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 90px 45px;
}

.call-action.security .main-content .cmn-btn {
  background: var(--bs-white);
}

.call-action.security .main-content .cmn-btn:hover {
  color: inherit;
}

.business-account .sec-image {
  margin: -12px 0;
}

.stay-control ul {
  column-count: 2;
}

.stay-control ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.stay-control ul li p {
  font-weight: 600;
}

.stay-control ul li:last-child {
  margin-bottom: 0;
}

.stay-control ul li img {
  margin-right: 15px;
}

.secure-integrated ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-weight: 600;
}

.secure-integrated ul li:last-child {
  margin-bottom: 0;
}

.secure-integrated ul li img {
  margin-right: 10px;
  margin-top: 4px;
}

.partner-perks {
  background-color: #f5f6fc;
}

.partner-perks .cus-mar {
  margin-bottom: -20px;
}

.partner-perks .nav-tabs {
  border: none;
  margin-bottom: 10px;
}

.partner-perks .nav-tabs li {
  margin: 0 10px;
  margin-bottom: 10px;
}

.partner-perks .nav-tabs li .cmn-btn {
  border-radius: 5px;
  text-transform: capitalize;
}

.partner-perks .nav-tabs li .active {
  background-color: var(--bs-white);
}

.partner-perks .nav-tabs li .active:hover {
  color: var(--para-color);
}

.partner-perks .single-box {
  padding: 30px;
  border-radius: 20px;
  background-color: var(--bs-white);
  margin-bottom: 20px;
}

.partner-perks .single-box .head-area {
  margin-bottom: 31px;
}

.partner-perks .single-box .head-area .logo-area {
  border-radius: 5px;
  background-color: #f3f2ff;
  box-shadow: 2px 3.464px 24px 0px rgba(32, 59, 128, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  min-height: 70px;
  margin-right: 30px;
}

.partner-perks .single-box .head-area h5 {
  margin-top: 0;
  font-weight: 700;
}

.partner-perks .single-box .head-area p {
  color: var(--primary-color);
  margin-top: 5px;
  font-weight: 600;
}

.partner-perks .single-box .btn-area {
  margin-top: 31px;
}

.partner-perks .single-box .btn-area .cmn-btn {
  width: 100%;
  border-radius: 30px;
}

.supported-country ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 55px;
}

.supported-country ul li img {
  border-radius: 50%;
  background-color: #7883bb;
  box-shadow: 6px 10.392px 24px 0px rgba(106, 105, 194, 0.25);
}

.our-values {
  background-color: #f5f6fc;
}

.our-values .cus-mar {
  margin-bottom: -30px;
}

.our-values .single-box {
  border-radius: 10px;
  background-color: var(--bs-white);
  padding: 30px;
  margin-bottom: 30px;
}

.our-values .single-box img {
  max-width: initial;
}

.our-values .single-box .text-box {
  margin-left: 30px;
}

.our-values .single-box .text-box h4 {
  margin-bottom: 17px;
}

.our-values.perks .single-box {
  border-radius: 20px;
  box-shadow: 4px 6.928px 24px 0px rgba(106, 105, 194, 0.25);
}

.our-values.perks .text-box {
  margin-left: 0;
  margin-top: 30px;
}

.our-team .cus-mar {
  margin-bottom: -30px;
}

.our-team .single-box {
  text-align: center;
  border-radius: 20px;
  background-color: var(--bs-white);
  box-shadow: 4px 6.928px 17px 0px rgba(106, 105, 194, 0.25);
  padding: 30px;
  margin-bottom: 30px;
}

.our-team .single-box h5 {
  margin: 20px 0 16px;
}

.our-team .single-box .designation {
  color: var(--primary-color);
  font-weight: 600;
}

.our-team .single-box .social-link {
  margin-top: 17px;
}

.our-team .single-box .social-link a {
  margin: 0 5px;
}

.location {
    background-image: url(../../images/location-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .location .section-header p {
        width: 70%;
        margin: auto;
    }

    .location .cus-mar {
        margin-bottom: -30px;
    }

    .location .single-box {
        border-radius: 20px;
        background-color: var(--bs-white);
        box-shadow: 4px 6.928px 17px 0px rgba(106, 105, 194, 0.25);
        padding: 30px 30px 33px;
        margin-bottom: 30px;
    }

        .location .single-box .head-area {
            /*margin-bottom: 23px;*/
        }

            .location .single-box .head-area .img-box {
                margin-right: 30px;
            }

        .location .single-box .email-phone {
            display: flex;
            align-items: center;
            margin: 10px 0;
        }

            .location .single-box .email-phone .img-box {
                margin-right: 20px;
            }

            .location .single-box .email-phone p {
                font-weight: 600;
            }

        .location .single-box a {
            font-weight: 600;
            color: var(--primary-color);
            margin-top: 20px;
        }

            .location .single-box a img {
                transition: all 0.3s;
            }

            .location .single-box a:hover img {
                margin-left: 10px;
            }


.error {
  background-image: url(../../images/error.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 400px 0 100px;
}

.privacy-content .top-wrapper {
    margin-top: -7px;
    margin-bottom: -7px;
}

    .privacy-content .top-wrapper h4 {
        /*text-transform: uppercase;*/
        margin-bottom: 30px;
    }

    .privacy-content .top-wrapper p {
        margin-bottom: 30px;
    }

    .privacy-content .top-wrapper ul {
        margin-bottom: 20px;
    }

        .privacy-content .top-wrapper ul li {
            margin-bottom: 10px;
        }

@media (max-width: 1799px) {
  .banner-section.index .overlay .shape-area img {
    width: 10%;
  }
  .counter-section::before {
    width: 94%;
    left: 3%;
  }
    .how-it-works::before {
        width: 94%;
        left: 3%;
    }
  .banner-section.corporate-card .overlay {
    background-size: 35%;
    background-position: left bottom, right 80px bottom;
  }
  .banner-section.corporate-card.budgeting-analytics .overlay {
    background-size: 45%;
  }
  .banner-section.corporate-card.subscriptions .overlay .banner-content,
  .banner-section.corporate-card .overlay .banner-content,
  .banner-section.payment.two .overlay .banner-content,
  .banner-section.payment .overlay .banner-content,
  .banner-section.corporate-card.budgeting-analytics .overlay .banner-content {
    padding: 200px 0 120px;
  }
  .banner-section.payment.two .overlay,
  .banner-section.payment .overlay {
    background-size: 45%;
  }
}

@media (max-width: 1499px) {
  .banner-section .overlay .shape-area .obj-1, .banner-section .overlay .shape-area .obj-2, .banner-section .overlay .shape-area .obj-4 {
    display: none;
  }
  .call-action.earn-when-spend {
    background-size: 20%;
  }
  .banner-section.payment.two .overlay,
  .banner-section.payment .overlay {
    background-size: 45%;
    background-position: right;
  }
  .banner-section.invoice-management .overlay .shape-area img {
    width: 20%;
  }
}

@media (max-width: 1399px) {
  .banner-section .overlay .banner-content .container .content-shape .obj-1 {
    left: calc(45%);
  }
  .banner-section .overlay .banner-content .main-content .bottom-area .cmn-btn {
    margin-bottom: 20px;
  }
  .banner-section .overlay .banner-content .main-content .bottom-area .cmn-btn.active {
    margin-bottom: 0;
  }
  .banner-section.business-account.integrations .overlay form {
    width: 70%;
  }
  .banner-section.invoice-management.rewards .overlay .banner-content,
  .banner-section.invoice-management .overlay .banner-content {
    padding: 200px 0 120px;
  }
  .banner-section.invoice-management .overlay .shape-area img {
    width: 14%;
  }
  .more-features .overlay {
    background-image: none;
  }
}

@media (max-width: 1199px) {
  h1, h1 > a {
    font-size: 57px;
    line-height: 74.1px;
    margin-top: -16px;
  }
    h2.title, h2.title > a {
        font-size: 43px;
        line-height: 55.9px;
        margin-top: -10px;
    }
  .preloader {
    background-size: 30%;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
    font-size: 16px;
  }
.header-section .navbar .offcanvas .navbar-nav > li .item .icon-box {
    display:none;
}
.banner-section .overlay .banner-content {
    padding: 220px 0 230px;
  }
  .banner-section.inner-banner .overlay .banner-content {
    padding: 140px 0 50px;
  }
  .how-it-works .single-item.second::after,
  .banner-section .overlay .banner-content .container .content-shape img {
    display: none;
  }
  .app-download .image-area,
  .global-payment .image-area {
    margin-top: 60px;
    text-align: center;
  }
  .app-download .image-area img,
  .global-payment .image-area img {
    width: 80%;
  }
  .how-it-works .single-item::after {
    right: calc(-10% - 10px);
    top: calc(60% - 20px);
  }
  .how-it-works .cus-mar {
    margin-bottom: -30px;
  }
  .how-it-works .single-item {
    margin-bottom: 30px;
  }
  .testimonials .slick-initialized .slick-slide {
    opacity: 1;
  }
  .footer-section .newsletter {
    background-image: none;
  }
  .banner-section.inner-banner .shape-area .shape-1 {
    width: 35%;
  }
  .banner-section.business-account .banner-img-bottom {
    margin-top: -190px;
  }
  .banner-section.inner-banner.career-details .overlay .banner-content {
    padding: 140px 0 60px;
  }
  .error {
    background-size: contain;
  }
  .faqs-section .accordion .accordion-item .accordion-button {
    padding-right: 70px;
  }
  .banner-section.business-account.integrations .overlay form {
    width: 80%;
  }
  .login-reg .sec-img {
    width: 70%;
    margin: auto;
    margin-top: 30px;
  }
  .login-reg .sec-img img {
    max-width: 100%;
  }
  .features-built .image-area {
    width: 70%;
    margin: auto;
    margin-top: 30px;
  }
  .features-built .image-area img {
    max-width: 100%;
  }
  .login-reg {
    margin-top: 50px;
  }
  .call-action.security .main-content {
    background-size: 35%;
  }
}

@media (max-width: 991px) {
  h1, h1 > a {
    font-size: 57px;
    line-height: 68.4px;
    margin-top: -16px;
  }
    h2.title, h2.title > a {
        font-size: 43px;
        line-height: 51.6px;
        margin-top: -10px;
    }
  h3, h3 > a {
    font-size: 32px;
    line-height: 38.4px;
    margin-top: -8px;
  }
  h4, h4 > a {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  h5, h5 > a {
    font-size: 18px;
    line-height: 22px;
    margin-top: -4px;
  }
  h6, h6 > a, table thead tr th, a, p, span, li {
    font-size: 16px;
    line-height: 22px;
  }
  .section-header {
    margin-bottom: 40px;
  }
  .title {
    margin-bottom: 20px;
  }
  .xxlr {
    font-size: 20px;
    line-height: 28px;
  }
  .xlr {
    font-size: 18px;
    line-height: 25.5px;
  }
  .header-section .navbar-toggler {
    display: inline-block;
  }
    .header-section .navbar-toggler.left-navbar-toggler {
        
    }
  .header-section .navbar .navbar-brand {
    margin-top: -5px;
    width: 35%;
  }
  .header-section .navbar .navbar-brand img {
    max-width: initial;
    height:30px;
    margin-top:-7px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav {
    height: 200px;
    margin: 20px 0;
    overflow-y: auto;
    margin-bottom: 10px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
    left: 60px;
  }
  .header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
    right: 0;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
    display: inline-block;
    margin-left: 130px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    display: none;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 8px 0;
  }
  .header-section .nav-item.dropdown .dropdown-menu {
    position: initial;
  }
  .header-section .navbar .navbar-collapse .right-area .lang {
    display: none !important;
  }
  .header-section .navbar .navbar-collapse .right-area {
    margin-left: 0;
  }
    .header-section .navbar .offcanvas .navbar-nav > li .item {
        width: 100%;
        min-height:46px;
        display: flex!important;
        align-items: center;
    }

    .header-section .navbar .offcanvas .navbar-nav > li .item .icon-box {
        min-width: 36px;
        max-width: 36px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1em;
        font-size: 22px;
        border-radius: 400px;
        margin-right: 16px;
    }

    .header-section .navbar .offcanvas .navbar-nav > li .item .icon-box i {
        font-size: 18px;
    }

    .header-section .navbar .offcanvas .navbar-nav > li > a {
        display: flex;
        width: 100%;
    }

    .header-section .navbar .offcanvas .navbar-nav > li > a:hover,
    .header-section .navbar .offcanvas .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #232323;
    }

    .header-section .navbar .offcanvas .navbar-nav > li > a.item::after {
        content: "\F285";
        font-family: "bootstrap-icons";
        font-size: 16px;
        position: absolute;
        right: 16px;
        color: #a9abad;
        opacity: 0.6;
        line-height: 1em;
        height: 18px;
        top: 50%;
        margin-top: -9px;
    }
.header-section .navbar .offcanvas .navbar-nav .nav-item .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    transform: none;
    opacity:1;
    visibility:visible;
}
  .testimonials .testimonials-carousel {
    padding-bottom: 40px;
  }
  .how-it-works .single-item.first::after {
    display: none;
  }
  .banner-section.about-us .overlay {
    background-position: right top;
  }
  .preloader {
    background-size: 40%;
  }
  .call-action.earn-when-spend {
    background-size: 15%;
  }
  .banner-section.business-account .overlay .banner-content {
    padding: 200px 0 365px;
  }
  .banner-section.business-account .banner-img-bottom {
    margin-top: -140px;
  }
  .banner-section.inner-banner.career-details .overlay .banner-content {
    padding: 80px 0 60px;
  }
  .supported-country ul {
    justify-content: center;
    gap: 15px;
  }
  .supported-country ul img {
    max-width: 80%;
  }
  .help-category {
    margin-top: 70px;
  }
  .banner-section.business-account.integrations .overlay {
    background-position: right top;
  }
  .banner-section.business-account.integrations .overlay form {
    width: 100%;
  }
  .login-reg {
    margin-top: 80px;
  }
  .accept-payments .left-side {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
    .header-section .navbar {
        padding:2px 0px;
        /*padding-left:10px;
    padding-right:10px;*/
    }        
        .banner-section.about-us .overlay .banner-content,
        .banner-section .overlay .banner-content {
            padding: 100px 0 70px;
        }
  .banner-section.corporate-card .overlay .banner-content,
  .banner-section.payment.two .overlay .banner-content,
  .banner-section.corporate-card.subscriptions .overlay .banner-content,
  .banner-section.payment .overlay .banner-content,
  .banner-section.corporate-card.budgeting-analytics .overlay .banner-content {
    padding: 170px 0 70px;
  }
  .banner-section.corporate-card .overlay,
  .banner-section.corporate-card.subscriptions .overlay,
  .banner-section.corporate-card.expense .overlay,
  .banner-section.corporate-card.budgeting-analytics .overlay {
    background-image: unset;
  }
  .counter-section .single-area {
    margin-bottom: 30px;
  }
  .counter-section {
    padding: 50px 30px 10px;
  }
  .banner-section.about-us .banner-img-bottom {
    margin-top: -180px;
  }
  .banner-section.about-us .magnific-area .mfp-iframe {
    width: 90px;
    height: 90px;
  }
  .banner-section.about-us .magnific-area .mfp-iframe::before {
    width: 124px;
    height: 124px;
  }
  .banner-section.about-us .stars-info .single-box .icon-box {
    width: 100px;
    height: 100px;
  }
  .our-values .single-box {
    padding: 30px;
    margin-bottom: 30px;
  }
  
  .banner-section.inner-banner .shape-area img {
    display: none;
  }
    #appCapsule.banner-section.inner-banner.career-details .overlay .banner-content {
        padding: 20px 0px 40px 0px;
    }
  .banner-section.inner-banner.career-details .overlay .banner-content {
    padding:0px;
  }
    .banner-section.inner-banner.career-details{        
        padding-top:0px;
    }
    .banner-section.inner-banner.career-details .banner-bottom {
        margin-top:0px;
    }
  .partner-perks .nav-tabs li .cmn-btn,
  .help-center-section .nav-tabs-area .nav-tabs li .cmn-btn,
  .pricing-plan .nav-tabs-area .nav-tabs li .cmn-btn,
  .current-openings .nav-tabs li .cmn-btn {
    padding: 10px 15px;
  }
  .accept-payments .image-area,
  .earn-cashback.features .image-area,
  .features-built .image-area,
  .secure-integrated .sec-image,
  .stay-control .sec-image,
  .earn-cashback .sec-image,
  .multi-currency .sec-image,
  .business-account .sec-image,
  .global-payment.features .sec-image,
  .earn-cashback.features .sec-image {
    width: 70%;
    margin: auto;
    margin-top: 30px;
  }
  .accept-payments .image-area img,
  .earn-cashback.features .image-area img,
  .features-built .image-area img,
  .secure-integrated .sec-image img,
  .stay-control .sec-image img,
  .earn-cashback .sec-image img,
  .multi-currency .sec-image img,
  .business-account .sec-image img,
  .global-payment.features .sec-image img,
  .earn-cashback.features .sec-image img {
    max-width: 100%;
  }
  .partner-perks .cus-mar {
    justify-content: center;
  }
  .call-action.earn-when-spend {
    background-size: 10%;
  }
  .banner-section.business-account .banner-img-bottom {
    margin-top: -40px;
  }
  .banner-section.business-account .overlay .banner-content {
    padding: 170px 0 200px;
  }
  .banner-section.business-account .banner-img-bottom .img-area .right-img {
    width: 70%;
  }
  .banner-section.business-account .overlay {
    background-size: 55%;
  }
  .banner-section.inner-banner.career-details .banner-bottom .top-box {
    padding: 16px 16px 16px;
    display: grid !important;
  }
  .banner-section.inner-banner.career-details .banner-bottom .top-box .right-box {
    margin-top: 20px;
  }
  .error {
    padding: 290px 0 50px;
    background-size: cover;
  }
 .features-built .single-area .icon-area img {
    max-width: unset;
  }
  .help-category .tab-content {
    padding: 30px;
    margin-top: 25px;
  }  
  .banner-section.business-account.integrations .overlay {
    background-size: cover;
  }
  .banner-section.business-account.integrations .banner-img-bottom {
    margin-top: -180px;
  }
  .banner-section.business-account.integrations .overlay form .cmn-btn {
    width: 50%;
  }
  .banner-section.business-account.integrations .overlay .banner-content {
    padding: 208px 0 200px;
  }
  .banner-section.invoice-management .overlay .shape-area img {
    display: none;
  }
  .banner-section.payment.two .overlay,
  .banner-section.payment .overlay {
    background-image: none;
  }
}

@media (max-width: 575px) {
    h1, h1 > a {
        font-size: 40px;
        line-height: normal;
        margin-top: auto;
    }
    h2.title, h2.title > a {
        font-size: 30px;
        /*line-height: 36px;
        margin-top: -7px;*/
        line-height:normal;
        margin-top:auto;
    }
    h3, h3 > a {
        font-size: 24px;
        line-height: normal;
        margin-top: auto;
    }
    h4, h4 > a {
        font-size: 18px;
        line-height: normal;
        margin-top: auto;
    }
  a, p, span, li, .cmn-btn, thead tr th, tbody tr th, tbody tr td, input, label, textarea, h6, h6 > a {
    font-size: 15px;
    line-height: 19px;
  }
  .section-header {
    margin-bottom: 35px;
  }
  .title {
    margin-bottom: 15px;
  }
  .xxlr {
    font-size: 18px;
    line-height: 25.5px;
  }
  .xlr {
    font-size: 16px;
    line-height: 22.4px;
  }

  /*.banner-section.about-us .overlay .banner-content,
  .banner-section .overlay .banner-content {
    padding: 170px 0 180px;
  }*/
    .banner-section.inner-banner .overlay .banner-content {
        /*padding: 170px 0 65px;*/
        padding:0px;
    }
    
    .footer-section .single-area .items {
        margin-bottom: 20px;
    }
  .footer-section .single-area .items li {
    margin: 0 10px !important;
  }
  .footer-section .newsletter {
    padding: 40px 30px;
  }
  .footer-section .newsletter form {
    width: 100%;
  }
  .counter-section {
    padding: 40px 30px 5px;
  }
  .how-it-works .col-6,
  .our-solutions .col-6,
  .global-payment .col-6 {
    width: 70% !important;
    margin: auto;
  }
  .banner-section.about-us .stars-info {
    margin-bottom: -30px;
  }
  .banner-section.about-us .stars-info .single-box {
    margin-bottom: 30px;
  }
  .our-team .cus-mar {
    text-align: center;
  }
  .our-team .single-box {
    display: inline-block;
  }
  .banner-section.business-account .overlay ul {
    display: grid;
    justify-content: center;
    margin-top: 10px;
    text-align: start;
  }
  .banner-section.business-account .overlay ul li {
    margin-top: 15px;
  }
  .job-details .left-area {
    margin-bottom: 30px;
  }
  .our-solutions .single-item img,
  .more-features .overlay .single-item img {
    width: 25%;
  }
  .banner-section.about-us .stars-info .single-box .icon-box {
    width: 80px;
    height: 80px;
  }
  .global-payment .single-item img {
    width: 20%;
  }
  .supported-country ul {
    gap: 10px;
  }
  .supported-country ul img {
    max-width: 60%;
  }
  .how-it-works.second .single-item h3 {
    min-width: 60px;
    min-height: 60px;
  }
  .faqs-section.help-category .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: 30px;
  }
  .faqs-section.help-category .accordion .accordion-item .accordion-header:after {
    display: none;
  }
  .help-category .tab-content {
    padding: 20px;
  }
  .banner-section.business-account.integrations .overlay .banner-content {
    padding: 178px 0 200px;
  }
  .banner-section.invoice-management.rewards .overlay .banner-content,
  .banner-section.invoice-management .overlay .banner-content {
    padding: 170px 0 80px;
  }
  .accept-payments .overlay {
    background-image: none;
  }
  .how-it-works .single-item h5 {
    margin: 12px 0 16px;
  }
  .global-payment .single-item h5,
  .our-solutions .single-item h5,
  .global-payment .single-item h5,
  .more-features .overlay .single-item h5 {
    margin: 16px 0 18px;
  }
  .call-action.security .main-content {
    background-image: none;
    padding: 50px 30px;
  }
}

@media (max-width: 480px) {
  .footer-section .items {
    display: grid;
    justify-content: center;
    text-align: center;
  }
  .faqs-section .accordion .accordion-item .accordion-button {
    padding: 15px 15px;
    padding-right: 70px;
  }
  .faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 15px 15px;
  }
  .faqs-section .accordion .accordion-item .accordion-button::after {
    right: 20px;
  }
  .faqs-section .accordion .accordion-item .accordion-button::before {
    right: 15px;
  }
  .testimonials .single-slide .single-content {
    padding: 24px 15px 20px;
  }
  .call-action.earn-when-spend ul {
    column-count: 2;
    display: block;
  }
  .call-action.earn-when-spend ul img {
    width: 50%;
  }
  .partner-perks .col-9,
  .our-solutions .col-6,
  .pricing-plan .col-9,
  .global-payment .col-6,
  .global-payment.features .col-6,
  .our-solutions.payment .col-6,
  .our-solutions.business-model .col-6,
  .our-values.perks .col-8 {
    width: 100% !important;
  }
  .banner-section.business-account.integrations .overlay form .cmn-btn {
    width: 60%;
    padding: 10px;
  }

  .help-center-section .tab-content .col-9 {
    width: 100% !important;
    margin: auto;
  }
  .call-action.earn-when-spend .btn-area a {
    margin: 5px 0;
  }
  .call-action .btn-area .cmn-btn {
    margin: 5px;
  }
  .banner-section.inner-banner.career-details ul {
    display: grid;
  }
  .current-openings .single-box ul {
    margin: 18px 0 17px;
    display: grid;
  }
  .banner-section.inner-banner.career-details ul li,
  .banner-section.inner-banner.career-details ul li:first-child,
  .current-openings .single-box ul li,
  .current-openings .single-box ul li:first-child {
    list-style: disc;
    margin-left: 0;
    list-style-position: inside;
  }
  .current-openings .single-box .right-box a {
    width: 50px;
    height: 50px;
  }
  .faqs-section.help-category .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: 15px;
  }
}

@media (max-width: 375px) {
  .about .col-6 {
    width: 100% !important;
  }
  .our-values .single-box {
    padding: 20px;
    margin-bottom: 20px;
  }
  .our-values.perks .single-box .text-box {
    margin-left: 0;
  }
  .our-values .single-box .text-box {
    margin-left: 20px;
  }
  .location .single-box {
    padding: 25px 20px 15px;
    margin-bottom: 20px;
  }
  .location .single-box .head-area .img-box {
    margin-right: 20px;
  }  
  .banner-section.business-account .banner-img-bottom .img-area .right-img {
    bottom: 30px;
  }
  .pricing-plan .pricing-single .pricing-body ul {
    padding: 20px 15px;
  }
  .banner-section.business-account.integrations .banner-img-bottom {
    margin-top: -135px;
  }
  .banner-section.business-account.integrations .overlay .banner-content {
    padding: 178px 0 150px;
  }

    .goog-te-banner-frame.skiptranslate {
        display: none !important;
    }
}
/*# sourceMappingURL=style.css.map */