/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-regular.woff") format("woff"), url("../fonts/open-sans-v17-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v17-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-v17-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-600.woff") format("woff"), url("../fonts/open-sans-v17-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v17-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-700.woff") format("woff"), url("../fonts/open-sans-v17-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Aller";
  src: url("../fonts/Aller-Light.woff2") format("woff2"), url("../fonts/Aller-Light.woff") format("woff"), url("../fonts/Aller-Light.ttf") format("truetype"), url("../fonts/Aller-Light.svg#Aller-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aller";
  src: url("../fonts/Aller.woff2") format("woff2"), url("../fonts/Aller.woff") format("woff"), url("../fonts/Aller.ttf") format("truetype"), url("../fonts/Aller.svg#Aller") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* aller-bold */
@font-face {
  font-family: "Aller";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/aller-bold.eot");
  /* IE9 Compat Modes */
  src: local("Aller Bold"), local("Aller-Bold"), url("../fonts/aller-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/aller-bold.woff2") format("woff2"), url("../fonts/aller-bold.woff2") format("woff"), url("../fonts/aller-bold.ttf") format("truetype"), url("../fonts/aller-bold.svg#Aller Bold") format("svg");
  /* Legacy iOS */
}
::-webkit-input-placeholder {
  /* Edge */
  color: #999999 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: #999999 !important;
}

::placeholder {
  color: #999999 !important;
}

body {
  font-family: "Aller";
  font-size: 14px !important;
  color: #000000 !important;
  overflow-x: hidden !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
  cursor: not-allowed;
}

.form-control {
  border-radius: 10px !important;
  border: 0 !important;
  height: 50px !important;
}

#form_submit .col-md-4, #form_submit .col-md-6 {
  position: relative;
}
#form_submit label.error {
  position: absolute;
  color: red;
  top: 65%;
}

.form-check-input:checked {
  background-color: #0d51a8;
  border-color: #0d51a8;
}

.card {
  border-radius: 10px !important;
  border: none !important;
  box-shadow: rgba(149, 157, 165, 0.15) 0px 8px 24px;
  transition: all 0.3s ease-in-out;
}
.card:hover {
  box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
}

.page-heading {
  font-size: 54px;
  font-weight: bold;
}

.heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.heading-btm-m {
  margin-bottom: 40px;
}

.sub-heading {
  font-size: 28px;
  font-weight: 100;
  color: #ffffff;
  line-height: 1.3;
}

.font-22 {
  font-size: 22px;
}

.font-18 {
  font-size: 18px;
}

/* hide mobile version by default */
.logo-container .mobile {
  display: none;
}

/* when screen is less than 600px wide
   show mobile version and hide desktop */
@media (max-width: 600px) {
  .fixed {
    background: #0d51a8 !important;
  }

  #header {
    background: white !important;
    padding: 10px 0 !important;
  }
}
.content-h-main {
  font-size: 20px;
  font-family: "Open Sans";
  color: #ffffff;
  line-height: normal;
  z-index: 1;
  position: relative;
}

.carousel-indicators {
  bottom: -60px;
  left: 0;
  justify-content: left;
  margin-right: 0;
  margin-left: 0;
}

.carousel-indicators [data-bs-target] {
  background-color: #0d51a8 !important;
}

.bg-imagefixed, .footer-bottom {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  background-position: center !important;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-green {
  color: #14bdb7;
}

.color-blue {
  color: #0d51a8;
}

.bg-grey {
  background: #999999;
  color: black !important;
}

.text-grey {
  color: #999999;
}

.nav-item-color {
  color: #0d51a8 !important;
}
.nav-item-color::after {
  border-top: 2px solid #0d51a8 !important;
  border-left: 2px solid #0d51a8 !important;
}

.form-control:disabled,
.form-control[readonly] {
  background: #f4f7fa !important;
}

.custom-control {
  font-size: 1rem !important;
}

.default-select {
  appearance: auto !important;
}

.modal-header {
  border-bottom: none !important;
}

.modal-content {
  border-radius: 10px !important;
}

.alert-pos-top {
  position: absolute;
  border-radius: 0 !important;
  z-index: 9999999 !important;
  right: 30px;
  top: 30px;
  width: 20%;
  background: #0d51a8;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.btn-common, .btn-white, .btn-yellow, .btn-blue {
  font-family: "Aller";
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: normal;
  transition: 0.2s all;
  text-decoration: none !important;
}
.btn-common:focus, .btn-white:focus, .btn-yellow:focus, .btn-blue:focus {
  outline: none;
}

.btn-blue {
  color: #ffffff !important;
  background: #0d51a8;
  border-radius: 10px !important;
  border: none;
  outline: none;
}

.btn-yellow {
  color: #000000 !important;
  background: #ffc800;
  border-radius: 10px !important;
  border: none;
  outline: none;
}

.btn-white {
  color: #0d51a8 !important;
  background: #ffffff;
  border-radius: 10px !important;
  border: none;
  outline: none;
}

.btn-big {
  width: 100%;
  font-size: 20px;
  padding: 10px 20px;
  text-align: left;
}
.btn-big img {
  float: right;
  margin-top: 8px;
}

.padding-section {
  padding: 60px 0;
}

.opensans {
  font-family: "Open Sans";
}

.border-header {
  border-bottom: 1px solid #ffffff;
  position: relative;
  top: 100px;
  z-index: 1;
  opacity: 0.5;
  width: 100%;
  opacity: 0.5;
  margin: 0 15px;
}

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
}
.logo-small {
  height: 40px !important;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  /* Firefox 4 */
  -webkit-transition: all 0.6s;
  /* Safari and Chrome */
  -o-transition: all 0.6s;
}

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

.m-b30 {
  margin-bottom: 30px;
}

#header {
  background: transparent;
  padding: 25px 0;
  z-index: 999;
  position: absolute;
  width: 100%;
}
#header .logo-container {
  flex: 1;
  display: flex;
  align-items: center;
}

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

.nav-links > ul {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 0;
  padding: 0;
  flex-grow: 1;
}
.nav-links > ul .nav-item:last-child {
  padding-right: 0 !important;
}

.btn-acc-hover {
  background: #0d51a8 !important;
  color: #ffffff !important;
}

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

.nav-item > a {
  font-family: "Aller";
  line-height: 1;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  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-end {
  display: inline-flex;
  align-items: center;
}
.nav-item-end a {
  margin-right: 1.6rem;
  text-decoration: none;
  color: #ffffff;
}

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

.dropdown-h ul {
  position: relative;
  padding: 0;
  list-style-type: none;
  border-radius: 10px;
  -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 {
  font-family: "Open Sans";
  display: flex;
  background-color: #fff;
  color: #000000;
  padding: 0.5rem 1rem;
  font-size: 14px;
  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: #0d51a8;
  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: #0d51a8;
}

.dropdown-link {
  position: relative;
}

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

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

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

.nav-item:hover > .dropdown-h,
.dropdown-link:hover > .dropdown-h {
  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, #00b4ad 0%, #004e7d 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 hr {
  border: 1px solid #555;
}

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

.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;
  font-weight: 600;
  font-size: 17px;
}

.openLevel:hover,
.pushNav a:hover {
  background-color: #ffffff;
}

.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: #0d51a8;
  transform: rotate(45deg);
  top: 7px;
}
.close-nav::after {
  position: absolute;
  left: 17px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #0d51a8;
  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;
}

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

.knowmore-btn {
  position: relative;
  display: inline-block;
}
.knowmore-btn a {
  color: #0d51a8;
  font-weight: bold;
}
.knowmore-btn a::after {
  content: "";
  width: 15px;
  height: 9px;
  background: url(../images/arrow-down-black.svg) no-repeat;
  top: 7px;
  right: -20px;
  position: absolute;
  display: inline-block;
}

footer {
  background: #f4f7fa;
  padding: 50px 0 40px 0;
}
footer .col-md-3 h5 {
  font-size: 20px;
  font-weight: 600;
  color: #0d51a8;
  margin-bottom: 20px;
}
footer .col-md-3 ul {
  padding: 0;
}
footer .col-md-3 ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
footer .col-md-3 ul li:last-child {
  margin-bottom: 0;
}
footer .col-md-3 ul li a {
  color: #000000;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
footer .col-md-3 ul li a:hover {
  color: #0d51a8;
  text-decoration: none;
}
footer .col-md-3 ul li .social-icon {
  display: inline-block;
  padding: 12px;
  background: #ffffff;
  border-radius: 50%;
}
footer .col-md-3 ul li .social-icon:hover {
  transition: all 0.4s ease;
  background: #0d51a8;
}
footer .col-md-3:last-child li {
  display: inline;
  margin-right: 12px;
}
footer .col-md-3:last-child li a img {
  height: 22px;
}

.footer-bottom {
  background: url("../images/page-footer.webp");
  padding: 60px 0;
}
.footer-bottom p {
  font-family: "Open Sans";
  color: #ffffff;
  font-size: 13px;
}
.footer-bottom p a {
  text-decoration: underline;
  color: #ffffff;
}
.footer-bottom p a:hover {
  color: #0d51a8;
}

#scroll {
  position: fixed;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #0d51a8;
  text-indent: -9999px;
  display: none;
  border-radius: 8px;
  z-index: 999;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(45deg);
}

#scroll:hover {
  background-color: #14bdb7;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  box-shadow: 0px 0px 30px #00000026;
}

.currency-cal-container {
  background: url("../images/index-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding: 170px 0 100px 0;
  position: relative;
  background-position: 130% top;
  z-index: 1;
}
.currency-cal-container p {
  font-size: 20px;
  font-family: "Open Sans";
}
.currency-cal-container .c-points ul {
  line-height: 1.5em;
  list-style-image: url("../images/tick.png");
  padding: 0 20px;
}
.currency-cal-container .c-points ul li {
  margin-bottom: 10px;
  padding-left: 8px;
  font-weight: bold;
}
.currency-cal-container .card-title {
  font-size: 26px;
  color: #0d51a8;
}

.calculator-c {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
}
.calculator-c label {
  color: #a0a5ab;
}
.calculator-c .form-control {
  font-family: "Open Sans";
  border: none !important;
  font-size: 32px;
  background-color: #f7f7f7;
  padding-left: 0 !important;
}
.calculator-c .form-control:focus {
  box-shadow: none !important;
}
.calculator-c .c-textbox {
  width: 70%;
}
.calculator-c .c-dropdown {
  width: 30%;
}
.calculator-c .border-line {
  width: 100%;
  height: 1px;
  background: #d1d1d1;
  margin: 20px 0;
}

.c-charges {
  margin-top: 15px;
}
.c-charges p {
  font-size: 13px;
  margin-bottom: 0;
}
.c-charges span:first-child {
  font-weight: bold;
  color: #0d51a8;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.shape {
  position: absolute;
  z-index: -1;
}

.shape-group-1 .shape-1 {
  bottom: 345px;
  left: -140px;
}
.shape-group-1 .shape-1 img {
  height: 180px;
}
.shape-group-1 .shape-2 {
  bottom: 0;
  left: -140px;
}
.shape-group-1 .shape-3 {
  top: 70px;
  right: -80px;
}
.shape-group-1 .shape-3 img {
  height: 180px;
}
.shape-group-1 .shape-4 {
  top: 190px;
  left: -140px;
}
.shape-group-1 .shape-4 img {
  height: 180px;
}
.shape-group-1 .shape-5 {
  top: 385px;
  left: -140px;
}
.shape-group-1 .shape-6 {
  top: 600px;
  right: -110px;
}
.shape-group-1 .shape-6 img {
  height: 180px;
}
.shape-group-1 .shape-7 {
  top: 790px;
  right: -270px;
}
.shape-group-1 .shape-8 {
  bottom: 0;
  left: -110px;
}
.shape-group-1 .shape-8 img {
  height: 180px;
}
.shape-group-1 .shape-9 {
  bottom: 45px;
  right: -100px;
  z-index: 1;
}
.shape-group-1 .shape-9 img {
  height: 145px;
}
.shape-group-1 .shape-10 {
  top: 80px;
  left: -140px;
  z-index: 0;
}
.shape-group-1 .shape-11 {
  top: -21px;
  right: -94px;
  z-index: 0;
}
.shape-group-1 .shape-11 img {
  height: 190px;
}
.shape-group-1 .shape-12 {
  bottom: 40px;
  left: -135px;
}
.shape-group-1 .shape-12 img {
  height: 180px;
}
.shape-group-1 .shape-13 {
  bottom: -120px;
  left: 49px;
  z-index: 0;
}
.shape-group-1 .shape-13 img {
  height: 200px;
}
.shape-group-1 .shape-14 {
  bottom: -125px;
  left: -70px;
  z-index: 0;
}
.shape-group-1 .shape-14 img {
  height: 200px;
}
.shape-group-1 .shape-15 {
  bottom: -100px;
  right: -60px;
}
.shape-group-1 .shape-15 img {
  height: 190px;
}
.shape-group-1 .shape-16 {
  bottom: 110px;
  right: -80px;
}
.shape-group-1 .shape-16 img {
  height: 180px;
}
.shape-group-1 .shape-17 {
  bottom: -120px;
  right: -107px;
  z-index: -1;
}
.shape-group-1 .shape-17 img {
  height: 200px;
}
.shape-group-1 .shape-18 {
  bottom: 100px;
  left: -135px;
  z-index: 0;
}
.shape-group-1 .shape-18 img {
  height: 180px;
}
.shape-group-1 .shape-19 {
  bottom: -120px;
  left: -80px;
  z-index: 0;
}
.shape-group-1 .shape-19 img {
  height: 200px;
}
.shape-group-1 .shape-20 {
  bottom: 120px;
  right: -80px;
}
.shape-group-1 .shape-20 img {
  height: 135px;
}
.shape-group-1 .shape-21 {
  bottom: -120px;
  right: -45px;
  z-index: 0;
}
.shape-group-1 .shape-21 img {
  height: 200px;
}
.shape-group-1 .shape-22 {
  bottom: -128px;
  right: -40px;
}
.shape-group-1 .shape-22 img {
  height: 180px;
}
.shape-group-1 .shape-23 {
  top: 75px;
  left: -137px;
  z-index: 0;
}
.shape-group-1 .shape-23 img {
  height: 200px;
}
.shape-group-1 .shape-sitemap {
  bottom: -100px;
  right: -40px;
}
.shape-group-1 .shape-sitemap img {
  height: 180px;
}

.section-2-index {
  background: #f4f7fa;
  padding-top: 20px;
  padding-bottom: 60px;
}
.section-2-index .sendmoney-card {
  text-align: center;
}
.section-2-index .sendmoney-card img {
  height: 60px;
  margin-bottom: 20px;
}
.section-2-index .sendmoney-card .title {
  font-size: 22px;
  font-weight: bold;
  color: #0d51a8;
}
.section-2-index .sendmoney-card p {
  font-family: "Open Sans";
  margin-bottom: 0;
}

.curve-shape {
  overflow-x: hidden;
  margin-top: -150px;
  z-index: -10;
  position: relative;
}

.section3-index {
  padding: 60px 0 20px 0;
}
.section3-index .content-bottom {
  font-size: 18px;
}
.section3-index .image-box {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
.section3-index .image-box .img-bg {
  position: relative;
  left: -156px;
  height: 500px;
}

.card-topicon {
  padding: 35px 25px 10px 25px;
  position: relative;
}
.card-topicon img {
  position: absolute;
  top: -24px;
  height: 45px;
}
.card-topicon .title {
  font-size: 22px;
  font-weight: bold;
  color: #0d51a8;
  margin-bottom: 10px;
}
.card-topicon p {
  font-family: "Open Sans";
  margin-bottom: 0;
}

.app-btn {
  width: 100%;
  max-width: 170px;
  color: #000000;
  padding: 6px 10px;
  text-align: left;
  border-radius: 10px;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  z-index: 1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.app-btn.white {
  background-color: #ffffff;
  transition: background-color 0.25s linear;
}
.app-btn.white:hover {
  box-shadow: rgba(149, 157, 165, 0.6) 0px 8px 24px;
}
.app-btn img {
  width: 20%;
  text-align: center;
  margin-right: 7px;
}
.app-btn .big-txt {
  font-size: 16px;
  text-transform: capitalize;
}

.our-reach-section {
  padding: 60px 0;
}
.our-reach-section .map-content {
  text-align: center;
  position: relative;
  background: #ffffff;
  padding: 25px 15px;
  border-radius: 10px;
  border: 1px solid #14bdb7;
  box-shadow: 0px 0px 30px #00000026;
  width: 200px;
  height: auto;
}
.our-reach-section .map-content h3 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #0d51a8;
  padding-bottom: 7px;
}
.our-reach-section .map-content span {
  font-family: "Open Sans SemiBold";
  display: inline-block;
  color: #0d51a8;
  font-size: 13px;
  margin-bottom: 0;
}
.our-reach-section .marker::after, .our-reach-section .map-oceania::after, .our-reach-section .map-africa::after, .our-reach-section .map-s-america::after, .our-reach-section .map-aisa::after, .our-reach-section .map-europe::after, .our-reach-section .map-north-america::after {
  width: 35px;
  height: 35px;
  content: " ";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/map-icon.svg);
}
.our-reach-section .map-north-america {
  position: absolute;
  left: 12%;
  top: 24%;
}
.our-reach-section .map-europe {
  position: absolute;
  left: 42%;
  top: 18%;
}
.our-reach-section .map-aisa {
  position: absolute;
  right: 10%;
  top: 10%;
}
.our-reach-section .map-s-america {
  position: absolute;
  left: 24%;
  bottom: 11%;
}
.our-reach-section .map-africa {
  position: absolute;
  left: 46%;
  bottom: 22%;
}
.our-reach-section .map-oceania {
  position: absolute;
  right: 7%;
  bottom: 6%;
}

.count-section {
  padding: 50px 0;
}
.count-section .info-box {
  text-align: center;
  position: relative;
}
.count-section .info-box .count-info {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.count-section .info-box .count-info h2 {
  font-size: 70px;
  font-weight: 300;
  color: #0d51a8;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.count-section .info-box .count-info span {
  font-weight: bold;
  font-size: 20px;
  display: block;
  text-align: left;
}
.count-section .info-box::after {
  content: "";
  width: 5em;
  border-bottom: 2px dashed #0d51a8;
  position: absolute;
  top: 50%;
  left: 90%;
}
.count-section .info-box:first-of-type:before, .count-section .info-box:last-of-type:after {
  display: none;
}

.section5-box {
  padding: 60px 0;
  position: relative;
}
.section5-box .card-patnership {
  padding: 35px 20px 20px 20px;
  border-radius: 10px;
  border: 1px solid #14bdb7;
  position: relative;
  height: 140px;
}
.section5-box .card-patnership img {
  position: absolute;
  top: -24px;
  height: 45px;
}
.section5-box .card-patnership p {
  font-size: 18px;
  margin-bottom: 0;
}

.section6-box {
  padding: 60px 0;
  background: #f4f7fa;
  position: relative;
}
.section6-box .card-service {
  padding: 35px 25px 20px 25px;
  border-radius: 10px;
  border: 1px solid #14bdb7;
  background: #ffffff;
  position: relative;
  z-index: 10;
}
.section6-box .card-service img {
  position: absolute;
  top: -24px;
  height: 45px;
}
.section6-box .card-service .title {
  color: #0d51a8;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.section6-box .card-service p {
  font-family: "Open Sans";
  margin-bottom: 0;
}

.section-7-box {
  padding: 60px 0;
  position: relative;
}

.accordion .accordion-item {
  border: none;
  background-color: #ffffff;
}
.accordion .accordion-item:first-of-type {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.accordion .accordion-item .accordion-header {
  font-size: 16px !important;
}
.accordion .accordion-item .accordion-header .accordion-button {
  background: #f4f7fa;
  margin-bottom: 5px;
  padding: 1.4rem 1.25rem !important;
  color: #000000 !important;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #14bdb7 !important;
  background: #f4f7fa !important;
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../images/down-icon.svg) !important;
  background-size: 1rem !important;
  background-position: center !important;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: #0d51a8 !important;
  box-shadow: none !important;
}

.page-top-section {
  position: relative;
  height: 540px;
  align-items: center;
  display: flex;
}
.page-top-section p {
  font-size: 20px;
  font-family: "Open Sans";
  margin-bottom: 30px;
  line-height: normal;
}

.p75 {
  padding: 75px 0;
}

.p-60 {
  padding: 60px 0;
}

.bg-blue-section {
  background: #0d51a8;
}
.bg-blue-section .bg-layer {
  width: 100%;
  height: 100%;
}

.card-section {
  background: #f4f7fa;
  padding: 80px 0 40px 0;
}

.getintouch-section {
  padding: 60px 0;
}
.getintouch-section p {
  font-size: 32px;
  font-weight: bold;
}

.our-mission-section {
  background: transparent linear-gradient(108deg, #0d51a8 0%, #14bdb7 100%) 0% 0% no-repeat padding-box;
}

.off-address {
  font-size: 18px;
}
.off-address h5 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.off-address ul {
  padding-left: 0;
  margin-bottom: 40px;
}
.off-address ul li {
  list-style-type: none;
}

.contact-section {
  background: #f4f7fa;
  z-index: -1;
}

select {
  color: #999 !important;
  background: url(../images/arrow-down.svg) no-repeat;
  background-position: right 12px center;
  -moz-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* appearance: none; */
  padding: 4px 20px;
  background-size: 12px;
}

.dashboardcode-bsmultiselect {
  position: relative;
}
.dashboardcode-bsmultiselect .dropdown-menu {
  width: 100%;
}
.dashboardcode-bsmultiselect::after {
  content: "";
  color: #999 !important;
  background: url(../images/arrow-down.svg) no-repeat;
  background-position: right 12px center;
  -moz-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 4px 20px;
  background-size: 12px;
  position: absolute;
  top: 23px;
  right: 0;
}

.privacy-policy-section p {
  font-family: "Open Sans";
}
.privacy-policy-section .p-list {
  list-style-image: url(../images/dot.svg);
  padding-left: 19px;
  margin-bottom: 6px;
  font-family: "Open Sans";
}

.sitemap-section {
  font-weight: bold;
  padding: 80px 0;
}
.sitemap-section .sitemap-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sitemap-section .sitemap-container::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #14bdb7;
  height: 3px;
  width: 90%;
  top: 25px;
}
.sitemap-section .sitemap-inner .btn-blue {
  width: 200px;
  font-size: 18px;
  font-weight: bold;
}
.sitemap-section .sitemap-inner ul {
  margin: 0;
  padding: 0;
}
.sitemap-section .sitemap-inner ul li {
  list-style-type: none;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  background: #f4f7fa;
  border-radius: 10px;
}
.sitemap-section .sitemap-inner ul li::before {
  background-repeat: no-repeat;
  content: "";
  height: 215px;
  border-left: #14bdb7 solid 3px;
  position: absolute;
  left: 30%;
  z-index: -1;
  top: 0;
}
.sitemap-section .sitemap-inner ul li a {
  font-size: 14px;
  color: #0d51a8;
  text-decoration: none;
}

.c-dropdown .dropdown-toggle::after {
  border: solid #999999;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.c-dropdown .btn-grp {
  width: 100%;
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.c-dropdown .btn-grp .btn {
  background: white;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.15) 0px 2px;
}
.c-dropdown .btn-grp span {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.c-dropdown .dropdown-menu {
  min-width: 160px;
  max-height: 350px;
  overflow: auto;
  right: 0;
  left: auto;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 20px 66px 0 rgba(34, 48, 73, 0.2);
  box-shadow: 0 20px 66px 0 rgba(34, 48, 73, 0.2);
  top: 50px;
  border: none;
}
.c-dropdown .dropdown-menu li:hover {
  background-color: #f4f7fa;
}
.c-dropdown .dropdown-menu li:hover a span {
  color: #000000 !important;
}
.c-dropdown .dropdown-menu li a {
  white-space: normal;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 13px 16px 11px;
  clear: both;
  cursor: pointer;
}
.c-dropdown .dropdown-menu li a span {
  font-weight: 400;
  color: #000000;
}
.c-dropdown .dropdown-menu .active {
  background-color: #0d51a8;
}
.c-dropdown .dropdown-menu .active span {
  color: #ffffff !important;
}

.floating {
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 4px;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, 0px);
  }
}
.info-box:first-child .stat-number::after {
  content: "k";
}
.info-box .stat-number::after {
  content: "+";
}

.rate-note {
  font-size: 11px;
  font-style: italic;
  margin-top: 5px;
  text-align: right;
  font-weight: 300;
}

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