@font-face {
  font-family: "IowanOldSt BT Pro";
  src: url("../fonts/IowanOldStyleBTPro-Bold.woff2") format("woff2"), url("../fonts/IowanOldStyleBTPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IowanOldSt BT Pro";
  src: url("../fonts/IowanOldStyleBTPro-Roman.woff2") format("woff2"), url("../fonts/IowanOldStyleBTPro-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  shape-rendering: crispEdges;
}

body {
  font-family: "IowanOldSt BT Pro", sans-serif;
  font-size: 14px !important;
  color: #121212 !important;
  overflow-x: hidden !important;
}

.heading {
  font-size: 40px;
  font-weight: 700;
}

.sub-heading {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.text-f-size {
  font-size: 18px;
  font-weight: 400;
}

.font-w-regular {
  font-weight: 400;
}

.border-top-footer {
  border-top: 1px solid #ffbf00;
}

.text-blue {
  color: #0600aa !important;
}

.text-h2 {
  font-size: 22px;
  color: #121212 !important;
  margin-bottom: 0 !important;
}

.btn-common, .btn-linkedin, .btn-white, .btn-blue {
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s all;
  text-decoration: none !important;
}
.btn-common:focus, .btn-linkedin:focus, .btn-white:focus, .btn-blue:focus {
  outline: none;
}

.btn-blue {
  color: #121212 !important;
  background: #ffbf00;
  border-radius: 40px !important;
  border: none;
  outline: none;
}

.btn-white {
  color: #0600aa !important;
  background: #ffffff;
  border-radius: 40px !important;
  border: none;
  outline: none;
}

.btn-linkedin {
  background: #ffbf00;
  border-radius: 40px !important;
  border: none;
  outline: none;
  font-weight: bold;
  padding: 2px 20px;
  align-items: center;
  display: inline-flex;
}
.btn-linkedin img {
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  padding: 10px 10px 10px 0;
  margin-right: 8px;
  height: 40px;
}

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

.max-w-470 {
  max-width: 470px !important;
  margin-bottom: 10px;
}

.fixed {
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  box-shadow: 0 0 10px #cecece !important;
  background: #ffffff !important;
}

.nav-item-color {
  color: #121212 !important;
}
.nav-item-color:hover {
  color: #0600aa !important;
}
.nav-item-color::after {
  border-top: 2px solid #121212 !important;
  border-left: 2px solid #121212 !important;
}

.logo-small {
  width: 100px !important;
  height: 65px !important;
}

.padding-lg-header {
  padding: 200px 0 120px 0;
}

.padding-lg-about {
  padding: 200px 0 0 0;
}

.padding-lg-hiddenpage {
  padding: 140px 0 0 0;
}

.border-theme {
  width: 100%;
  height: 4px;
  background-image: linear-gradient(90deg, #3c00aa 0%, #9129ff 100%);
}

.captcha-missing {
  font-size: 11px;
  color: red;
}

#header {
  background: transparent;
  padding-top: 25px;
  z-index: 999;
  position: fixed;
  width: 100%;
  transition: all 0.3s ease;
}
#header .logo-container {
  flex: 1;
  display: flex;
  align-items: center;
}

.has-submenu-arrow::after {
  content: "";
  position: absolute;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px !important;
  width: 9px;
  height: 9px;
  transform: rotate(225deg);
}

.nav-links > ul {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin-bottom: 0;
  padding: 0;
}
.nav-links > ul .nav-item:last-child a {
  padding: 12px 15px;
  font-weight: 600;
  font-size: 15px;
}

.btn-acc-hover {
  background: #0600aa !important;
  color: #ffffff !important;
}
.btn-acc-hover:hover {
  color: #ffffff !important;
}

.nav-item {
  position: relative;
  display: block;
  padding: 0 0.5rem;
}
.nav-item .active {
  color: #0600aa;
  position: relative;
}
.nav-item .active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0600aa;
  left: 0;
  top: 100%;
}

.nav-item > a {
  line-height: 1;
  color: #ffffff;
  padding: 1rem 1rem;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  text-decoration: none;
}

.nav-item > a > i {
  margin-left: 0.2rem;
}

.nav-item:hover > a {
  color: #ffbf00;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 25px;
  width: 12.3rem;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.dropdown ul {
  position: relative;
  padding: 0;
  list-style-type: none;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
}

.dropdown-link > a {
  display: flex;
  background-color: #fff;
  color: #121212;
  padding: 0.5rem 1rem;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  text-decoration: none;
  border-bottom: 1px solid #ededed !important;
}

.dropdown-link:hover > a {
  background-color: #0600aa;
  color: #fff;
}

.arrow-tick {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 32px;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: 0.3s;
  z-index: -1;
}

.dropdown-link:first-child:hover ~ .arrow-tick {
  background-color: #0600aa;
}

.dropdown-link {
  position: relative;
}

.dropdown.second {
  top: 0;
  left: 100%;
  padding-left: 0.8rem;
  cursor: pointer;
  transform: translateX(10px);
}

.dropdown.second .arrow-tick {
  top: 10px;
  left: -5.5px;
}

.dropdown.second .dropdown-link a {
  border-bottom: 1px solid #ededed !important;
}

.nav-item:hover > .dropdown,
.dropdown-link:hover > .dropdown {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}

@keyframes animation {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media (max-width: 991px) {
  #nav-web {
    display: none !important;
  }

  #nav-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .pushNav {
    width: 80%;
    right: -80%;
  }
}
@media screen and (min-width: 601px) {
  .pushNav {
    width: 350px;
    right: -350px;
  }
}
ul.pushNav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.align-logo {
  position: absolute;
  bottom: 35px;
  text-align: center;
  width: 100%;
}

.pushNav {
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: hidden;
  background: transparent linear-gradient(162deg, #9129ff 0%, #0600aa 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.pushNav li {
  position: relative;
}
.pushNav li:nth-child(6) {
  margin-top: 15px;
}
.pushNav li:nth-child(6) a {
  background: #ffffff;
  color: #0600aa !important;
  width: max-content;
  margin-left: 20px !important;
  font-size: 14px !important;
}

.pushNav hr {
  border: 1px solid #555;
}

.pushNav,
.pushNav a {
  font-size: 1em;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}

.pushNavIsOpen {
  overflow: auto;
  height: 100%;
}

.js-topPushNav.isOpen,
.pushNav_level.isOpen {
  right: 0;
}

.closeLevel,
.openLevel {
  cursor: pointer;
}

.openLevel,
.closeLevel,
.pushNav a {
  padding: 0.9em 0;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  font-weight: 600;
  font-size: 17px;
}

.openLevel:hover,
.pushNav a:hover {
  background: #969696;
}

.closeLevel,
closelevel > i {
  font-size: 1em;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 15px;
}

i.arrow-nav.a-nav-right {
  top: 14px;
}

.close-nav {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 1;
  top: 6px;
  background: #ffffff;
  padding: 18px;
  border-radius: 50%;
}
.close-nav::before {
  position: absolute;
  left: 17px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #0600aa;
  transform: rotate(45deg);
  top: 7px;
}
.close-nav::after {
  position: absolute;
  left: 17px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #0600aa;
  transform: rotate(-45deg);
  top: 7px;
}

.arrow-nav {
  content: "";
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0px 2px 2px 0px;
  transition: border-width 150ms ease-in-out;
  position: absolute;
  right: 20px;
  top: 22px;
}

.a-nav-left {
  transform: rotate(-45deg);
}

.a-nav-right {
  transform: rotate(135deg);
  left: 20px !important;
}

.nav-back {
  display: block;
  margin-left: 20px;
}

.bg-overlay {
  display: none;
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 0;
}

.slider-section .bg-slider {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.slider-section .caption-text {
  text-align: left;
  color: #ffffff;
}
.slider-section .caption-text h1,
.slider-section .caption-text .heading-slider {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}
.slider-section .caption-text p {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}
.slider-section .carousel-indicators {
  -ms-flex-pack: left;
  justify-content: left;
  bottom: 175px !important;
  margin-left: 10px;
  margin-right: 10px;
}
.slider-section .carousel-indicators li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.page-heading {
  padding: 50px 0;
}
.page-heading h2 {
  color: #121212;
  margin-bottom: 20px;
}
.page-heading h2 span {
  color: #121212;
}
.page-heading .bic-code {
  padding-top: 30px;
  font-weight: 700;
}
.page-heading .bic-code span {
  font-size: 24px;
  color: #0600aa;
}
.page-heading .text-b {
  font-size: 18px;
  font-weight: 400;
}
.page-heading .text-b .text-h2 {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  display: inline-block;
  margin-bottom: 0;
}

.page-content {
  padding: 80px 0;
}
.page-content h2 {
  color: #121212;
  margin-bottom: 20px;
}
.page-content h2 span {
  color: #121212;
}
.page-content p {
  font-size: 22px;
}
.page-content p span {
  font-weight: 600;
  color: #0600aa;
}

.benefits-section {
  padding: 50px 0;
  background-color: #f3f5f8;
}
.benefits-section h2 {
  color: #121212;
}
.benefits-section .benefits-box-padding {
  padding: 40px 0;
}
.benefits-section .benefits-box {
  text-align: center;
}
.benefits-section .benefits-box img {
  margin-bottom: 15px;
  height: 50px;
}
.benefits-section .benefits-box h3 {
  font-weight: 700;
  font-size: 18px;
}
.benefits-section .benefits-box h3 a {
  color: #121212;
}
.benefits-section .benefits-box a {
  color: #212121;
}

.contact-section {
  padding: 80px 0;
}
.contact-section .heading-contact {
  color: #121212;
  margin-bottom: 20px;
}
.contact-section p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-section p span a {
  color: #0600aa;
}
.contact-section .kyc-app {
  color: #969696;
  font-size: 15px;
}

.footer-section {
  color: #121212;
  padding: 45px 0 30px 0;
}
.footer-section .footer-logo {
  margin-bottom: 40px;
}
.footer-section h4 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #0600aa;
}
.footer-section ul {
  margin: 0;
  padding: 0;
}
.footer-section ul li {
  display: block;
  margin-bottom: 6px;
}
.footer-section ul li img {
  margin-right: 5px;
}
.footer-section ul li span {
  font-weight: bold;
}
.footer-section ul li span a {
  color: #121212;
  text-decoration: none;
}

.footer-btm {
  background: linear-gradient(90deg, #3c00aa 0%, #9129ff 100%);
}
.footer-btm .footer-links {
  padding: 30px 0;
}
.footer-btm .footer-links p {
  font-weight: 700;
  margin-bottom: 0;
  color: #ffffff;
}
.footer-btm .footer-links ul {
  margin-bottom: 0;
}
.footer-btm .footer-links ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
}
.footer-btm .footer-links ul li:nth-child(4) {
  margin-right: 3px;
}
.footer-btm .footer-links ul li:nth-child(4) a img {
  height: 35px;
}
.footer-btm .footer-links ul li:nth-child(5) {
  margin-right: 3px;
}
.footer-btm .footer-links ul li:nth-child(5) a img {
  height: 35px;
}
.footer-btm .footer-links ul li:last-child {
  margin-right: 0;
}
.footer-btm .footer-links ul li:last-child a img {
  height: 35px;
}
.footer-btm .footer-links ul li a {
  color: #ffffff;
  text-decoration: none;
}

.page-header {
  background-size: cover;
  background-repeat: no-repeat;
}
.page-header h1,
.page-header p {
  color: #ffffff;
}

.mission-section {
  padding: 50px 0;
  background-color: #f3f5f8;
}
.mission-section h2 {
  color: #121212;
}
.mission-section .benefits-box-padding {
  padding-top: 40px;
}
.mission-section .benefits-box {
  text-align: center;
}
.mission-section .benefits-box img {
  margin-bottom: 15px;
  height: 60px;
}
.mission-section .benefits-box p {
  font-weight: 400;
  font-size: 18px;
}

.ourleader-section {
  padding: 50px 0;
  background-color: #f3f5f8;
}
.ourleader-section h2 {
  color: #121212;
}
.ourleader-section .ourleader-box-padding {
  padding-top: 15px;
}

.address-section {
  padding: 50px 0;
}
.address-section h2 {
  color: #121212;
  border-bottom: 2px solid #0600aa;
  width: 70%;
  display: inline-block;
  padding-bottom: 25px;
}
.address-section .address-heading {
  font-size: 28px;
  font-weight: 600;
  color: #0600aa;
}
.address-section .address-list ul {
  margin: 0;
  padding: 0;
}
.address-section .address-list ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: start;
}
.address-section .address-list ul li img {
  height: 19px;
}
.address-section .address-list ul li p {
  margin-bottom: 0;
}
.address-section .address-list ul li p a {
  color: #121212;
}

.form-section {
  padding: 50px 0;
}
.form-section h2 {
  color: #121212;
  margin-bottom: 35px;
}
.form-section .form-group .form-control {
  height: calc(2.3em + 0.75rem + 2px) !important;
  border-radius: 0 !important;
  font-size: 14px !important;
}
.form-section .form-group .form-control:focus {
  color: #121212 !important;
  border-color: #ffbf00 !important;
  box-shadow: 0 0 0 0.1rem rgba(0, 180, 173, 0.13) !important;
}
.form-section .form-group textarea {
  min-height: 100px;
}

.form-box-banner {
  display: block;
  position: relative;
  background: #fff;
  padding: 20px 20px 30px 20px;
  border-radius: 10px;
  margin: 0 40px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
}
.form-box-banner .form-heading {
  color: #0600aa;
  line-height: 1.3;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}
.form-box-banner input,
.form-box-banner select,
.form-box-banner textarea {
  outline: 0;
  border-width: 0 0 1px;
  border-radius: 0;
  border-color: #707070;
  font-size: 14px;
}
.form-box-banner input:focus,
.form-box-banner select:focus,
.form-box-banner textarea:focus {
  border-color: #ffbf00;
  box-shadow: none;
}

.campaign-section {
  padding: 50px 0;
}
.campaign-section .heading {
  color: #121212;
  margin-bottom: 20px;
}
.campaign-section .card-campaign {
  padding: 40px;
  height: auto;
  position: relative;
  background-color: #f3f5f8;
  margin-bottom: 30px;
}
.campaign-section .card-campaign .card-inner {
  padding: 3px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-align: center;
}
.campaign-section .card-campaign .card-inner h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0600aa;
}
.campaign-section .card-campaign .card-inner p {
  font-size: 16px;
}

.c-benefits-section {
  padding: 0 0 50px 0;
}
.c-benefits-section .heading {
  color: #121212;
  margin-bottom: 20px;
}
.c-benefits-section ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
}
.c-benefits-section ul li {
  width: 20%;
  text-align: center;
  padding: 0 32px;
  list-style-type: none;
}
.c-benefits-section ul li h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0600aa;
  margin-bottom: 20px;
  line-height: 1.3;
}

.contact-campaign {
  padding: 70px 0;
}
.contact-campaign h2 {
  font-size: 35px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1.3;
  border-bottom: 2px solid #ffbf00;
  padding-bottom: 25px;
}
.contact-campaign .contact-campaign-inner {
  text-align: center;
  padding: 50px 0 0 0;
}
.contact-campaign .contact-campaign-inner img {
  height: 32px;
  margin-bottom: 15px;
}
.contact-campaign .contact-campaign-inner p {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.banner-inner-img {
  margin-bottom: 30px;
}

.privacy-policy-section {
  padding: 50px 0;
}
.privacy-policy-section .heading {
  color: #121212;
  margin-bottom: 20px;
}
.privacy-policy-section .p-list {
  margin-bottom: 6px;
  padding: 0;
}
.privacy-policy-section .p-list li {
  margin-bottom: 5px;
  list-style-type: none;
}
.privacy-policy-section .p-list li::before {
  border-left: 3px solid #0600aa;
  border-top: 3px solid #0600aa;
  width: 10px;
  content: "";
  height: 10px;
  transform: rotate(135deg);
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}
.privacy-policy-section .accordion .card {
  border: none;
  margin-bottom: 10px;
}
.privacy-policy-section .accordion .card .card-header {
  border-radius: 30px;
  background-color: #0600aa;
}
.privacy-policy-section .accordion .card .card-header h2 {
  font-size: 18px;
  font-weight: 700;
}
.privacy-policy-section .accordion .card .card-header h2 a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-right: 22px;
  cursor: pointer;
}
.privacy-policy-section .accordion .card .card-header h2 a::before {
  content: "";
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/minus.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.privacy-policy-section .accordion .card .card-header h2 .collapsed::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/plus.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.sitemap-section {
  padding: 50px 0;
}
.sitemap-section .arrow-down a::after {
  transform: rotate(225deg) !important;
}
.sitemap-section h4 {
  padding-bottom: 15px;
  background: linear-gradient(to left, #3c00aa 0%, #9129ff 100%) left bottom #fff no-repeat;
  background-size: 100% 4px !important;
}
.sitemap-section h4 a {
  font-size: 25px;
  color: #0600aa;
  font-weight: 600;
  text-decoration: none;
}
.sitemap-section h4 a::after {
  border-left: 2px solid #0600aa;
  border-top: 2px solid #0600aa;
  width: 14px;
  content: "";
  height: 14px;
  transform: rotate(135deg);
  float: right;
  margin-right: 4px;
  margin-top: 11px;
}
.sitemap-section ul {
  display: block;
  padding: 0;
  margin-top: 15px;
}
.sitemap-section ul li {
  margin-bottom: 12px;
  list-style-type: none;
}
.sitemap-section ul li a {
  color: #121212;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-inline-box;
}
.sitemap-section ul li a::before {
  border-left: 2px solid #0600aa;
  border-top: 2px solid #0600aa;
  width: 10px;
  content: "";
  height: 10px;
  transform: rotate(135deg);
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}

.company-info {
  background-color: #f3f5f8;
  padding: 70px 0;
}
.company-info .info-box img {
  height: 60px;
  margin-bottom: 15px;
}
.company-info .info-box p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-info .info-box p::after {
  background: #ffbf00;
  height: 3px;
  flex: 1;
  content: "";
}
.company-info .info-box p span {
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #121212;
}
.company-info .info-box h4 {
  font-size: 55px;
  color: #0600aa;
  font-weight: 700;
  line-height: 0.7;
}
.company-info .info-box span {
  font-size: 30px;
  color: #969696;
  font-weight: 700;
}
.company-info .col-md-3 .stat-number::after {
  content: "+";
}

#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background: #ffffff url("../images/loader.gif") no-repeat center center;
  z-index: 9999;
}

.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #0600aa !important;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid #0600aa !important;
}

.divider {
  border-bottom: 1px solid #ffbf00;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
