html{
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
	height: 100%;
	font-family: "Mulish", sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #95a3e0;
 
}
img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}
li{
	text-decoration: none;
	list-style: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}
.solutions-wrap.style3 .container .solutions-shape-one{position:absolute;top:100px;right:-10px;z-index:-1}
.solutions-wrap.style3 .container .solutions-shape-two{position:absolute;bottom:100px;left:-35px;z-index:-1}
/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
	display: inline-block;
	line-height: 26px;
	font-weight: 400;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	position: relative;
	z-index: 1;
	border: none;
	padding: 13px 35px 15px;
	border-radius: 6px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
  }
  
  .btn i {
	position: relative;
	top: 3px;
	font-size: 16px;
	margin-left: 7px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  }
  
  .btn:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 50%;
	height: 0;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  }
  
  .btn:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 50%;
	height: 0;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  }
  
  .btn:hover {
	color: #fff;
  }
  
  .btn:hover:after, .btn:hover:before {
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 1;
  }
  
  .btn.style1 {
	background-color: #67B3e4;
  }
  
  .btn.style1:after, .btn.style1:before {
	background: #010647;
  }
  /* heartbeat */
  .heartbeat {
	animation: heartbeat 1s infinite alternate; }
	
	@-webkit-keyframes heartbeat {
	to {
	  -webkit-transform: scale(1.11);
	  transform: scale(1.11); } }
ul,
ol {
	padding: 0;
	margin: 0;
}

.col-lg-8{position:relative;width:100%;padding-right:15px;padding-left:15px}
.section-text1 {
  margin-bottom: 34px;
 padding: 90px 24px;
}
  
.sub-title {
	color: #2a9deb;
	margin-bottom: 30px;
	text-transform: capitalize;
  }
  
  .title {
	font-weight: 700;
	margin-bottom: 16px;
	color: #000;
  }
  .section-header .title {
	font-size: 38px;
	line-height: 54.1px;
	margin-top: -12px;
  }
  .section-header .title.sec {
    font-size: 38px;
    line-height: 54.1px;
    margin-top: -12px;
    color: #fff;
    }
  .section-header p{
color: #000;
font-size: 15px;
line-height: 19px;

  }
  .section-header .sec{
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    
      }
  .section-header  .xlr{
    color: #000;
    font-size: 15px;
    line-height: 19px;
    
      }
  .xlr{
  color: #000;
  }
  h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
  }
  h6, h6 > a {
    font-size: 18px;
    line-height: 23.4px;
    margin-top: -3px;
  }
  h4, h4 > a {
	font-size: 32px;
	line-height: 41.6px;
	margin-top: -7px;
  }
  h1, h1 > a {
	font-size: 76px;
	line-height: 98.8px;
	margin-top: -18px;
  }
  h5, h5 > a {
	font-size: 24px;
	line-height: 31.2px;
	margin-top: -5px;
  }
  .section-header {
	margin-bottom: 55px;
  }

  
  .section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #000;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: #000;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: #329de4;
}
.section-title h6{
   color: #000;
   font-weight: 200;
}
.section-title .sec{
  color: #fff;
  font-weight: 200;
}
.section-title h6::after {
    top: 5px;
    left: 3px;
}
.ps-4{padding-left:1.5rem !important}
/* header-section start */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 16px 0;
  background: #213b52;
}

#header .logo h3 {
  font-size: 24px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo h3 a, #header .logo h3 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo h3 a span, #header .logo h3 a:hover span {
  color: #67B3e4;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu ul {
  border-radius: 6px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #adc7de;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
  text-decoration: none;
}

.nav-menu .get-started a {
  background: #213b52;
  color: #fff;
  border-radius: 50px;
  margin: 2px 0 0 15px;
  padding: 4px 25px 6px 25px;
  border: 2px solid #67B3e4;
}

.nav-menu .get-started a:hover {
  background: #67B3e4;
  color: #213b52;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #3e6f9b;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #67B3e4;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #67B3e4;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #213b52;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  transition: 0.3s;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #67B3e4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav .get-started a {
  background: #213b52;
  color: #fff;
  border-radius: 50px;
  margin: 15px;
  padding: 8px 25px 10px 25px;
  text-align: center;
}

.mobile-nav .get-started a:hover {
  background: #67B3e4;
  color: #213b52;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(18, 33, 46, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

  .sticky-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999 !important;
  }
  
  .sticky-wrapper.is-sticky .header-two {
	background-color: #051922;
	padding: 15px 0;
  }
/* header-section end */
/* banner-section start */
.banner-section.home .overlay {
    color: #fff;
  background-color: #F5FAFF;
  }
 
  .banner-section .overlay .banner-content {
	padding: 155px 0 185px;
  }
  
  .banner-section .overlay .banner-content .top-area p {
	width: 80%;
  }
  
  .banner-section .overlay .banner-content .cmn-btn {
	margin-right: 20px;
  }
  
  .banner-section .bottom-area .play-video .play-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  .banner-section .bottom-area .play-video .play-btn {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  .banner-section .bottom-area .play-video {
	margin-left: 25px;
  }
  
  .banner-section .bottom-area .play-video .play-btn {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #67B3e4;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
	margin-bottom: 0;
	margin-right: 8px;
  }
  
  .banner-section .bottom-area .play-video .play-btn i {
	margin: 0 auto;
	font-size: 14px;
	line-height: 0.8;
	color: #fff;
	position: relative;
	left: 1px;
  }
  
.banner-section .bottom-area .play-video span {
	margin-bottom: 0;
	color: #030734;
	font-weight: 500;
  }
  
  

  
 .card-carousel-index .button-area {
	margin-top: 30px;
  }
  
   .card-carousel-index .slick-prev {
	left: calc(50% - 100px);
	z-index: 2;
  }
  
 .card-carousel-index .slick-next {
	right: calc(50% - 100px);
  }
  
.card-carousel-index .slick-arrow {
	position: absolute;
	outline: none;
	bottom: -95px;
	width: 40px;
	height: 40px;
	background: #D8DCE7;
	box-shadow: 0px 4px 4px rgba(167, 180, 226, 0.25);
	border-radius: 20px;
	z-index: 1;
  }
  
   .card-carousel-index .slick-arrow i {
	color: #1E266D;
  }
  
  .card-carousel-index .slick-arrow:hover {
	background: #329de4;
	box-shadow: 0px 4px 4px #DAE5FF;
	transition: all 0.5s;
  }
  
 .card-carousel-index .slick-arrow:hover i {
	color: #ffffff;
  }
  
 .card-carousel-index .section-dots {
	text-align: center;
	position: absolute;
	left: calc(50% - 45px);
	bottom: -83px;
	display: flex;
	align-items: center;
  }
  
 .card-carousel-index .section-dots li {
	margin: 0 5px;
	display: inline-block;
	list-style: none;
  }
  
  .card-carousel-index .section-dots li .dot {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	background: #BDC2D1;
	text-decoration: none;
	cursor: pointer;
	transition: all ease 0.3s;
  }
  
  .card-carousel-index .section-dots li .dot .string {
	position: absolute;
	line-height: 0;
	opacity: 0;
  }
  
 .card-carousel-index .section-dots li.slick-active .dot {
	background-color: #329de4;
  }

  .cards{
	padding: 1.6rem;
	border-radius: 1.6rem;
	color: rgb(3, 3, 3);
	height: 16rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
background: #67B3e4;
	transition: all 300ms ease;
}

.cards:hover{
 box-shadow: none;
}
.cards .top{
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.cards .top .left{
 display: flex;
 gap: 0.5rem;
}

.cards .top .left h2{
font-weight:200;
font-size: 1.4rem;
}
.cards .top .left img{
width: 2.3rem;
height: 2.3rem;
border: 1px solid black;
border-radius: 6px;
padding: 0.4rem;
}
.cards  .middle img{
	width: 2.3rem;
	height: 2.3rem;
	
	}
.cards .top .right{
width: 3.5rem;
}
.cards .middle .middleh1{
	font-size: 50px;
	line-height: 46px;
	margin-top: -7px;
	}
.cards .middle{
display: flex;
justify-content: space-between;
}
.cards .middle .chip{
width: 3.5rem;
}
.cards .bottom{
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.cards .bottom .right{
display: flex;
gap: 2rem;
}
/* banner-section end */


/* partner-section start */
.partner {
	margin-top: -80px;
	transform: translateZ(10px);
  }
  
   .partner-box {
	padding: 60px 40px 60px 0px;
	position: relative;
  }
  
.partner .partner-box::before {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 500%;
	content: "";
	background: #fff;
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
	border-radius: 0px 20px 20px 0px;
	z-index: -1;
  }
  
 .partner .partner-box .slick-track {
	display: flex;
	align-items: center;
  }
  
.partner .partner-box .slick-track img {
	margin: auto;
	filter: grayscale(100%);
	transition: ease 0.3s;
  }
  
.partner .partner-box .slick-track img:hover {
	filter: grayscale(0);
	transition: ease 0.3s;
  }
  /* partner-section end */
	

  /*features-section start */
  .md-pb-80{padding-bottom:80px}
  .md-pt-70{padding-top:70px}
  .features-section .top-section .list {
	margin-top: 20px;
  }
   .features-section .title1{
	   font-size: 50px;
	   font-weight: 700;
	line-height: 46px;
   }
  .features-section .top-section .list .list-item {
	margin-top: 16px;
  }
  
  .features-section .top-section .list .list-item span {
	font-weight: 500;
  }
  
  .features-section .top-section .list .check {
	min-width: 24px;
	min-height: 24px;
	background: #67B3e4;
	border-radius: 50%;
	margin-right: 10px;
  }
  
  .features-section.app-download .button-group {
	margin-top: 35px;
  }
  
  .features-section.app-download .button-group a {
	margin-right: 10px;
  }
  
  .features-section.pay-early {
	background: #F5FAFF;
  }
  
  .features-section.remittance .img-area {
	direction: rtl;
  }

  .head-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #67B3e4;
	margin-bottom: 30px;
  }
  .features-section.app-download .button-group {
	margin-top: 35px;
  }
  .features-section.app-download .button-group a i{
	right:5px !important;
bottom: 50px;
	position: relative;
	font-size: 20px;
  }
  .features-section.app-download .button-group a {
	margin-right: 10px;
  }
  
 /*features-section end */

 /*solutions-section start */
  .solutions-wrap {
	position: relative;
  }

  .solutions-wrap.style3 .container {
	position: relative;
	z-index: 1;
  }
  
  .solutions-wrap.style3 .container .solutions-shape-one {
	position: absolute;
	top: 100px;
	right: -10px;
	z-index: -1;
  }
  
  .solutions-wrap.style3 .container .solutions-shape-two {
	position: absolute;
	bottom: 100px;
	left: -35px;
	z-index: -1;
  }
  
  .solutions-card {
	margin: 0 0 25px;
  }
  
  .solutions-card h3 {
	font-size: 22px;
  }
  .solutions-card.style3 {
	background-color: #161942;
	padding: 25px 25px 22px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
  }
  
  .solutions-card.style3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-radius: 5px;
	content: "";
	z-index: -1;
	background-color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
  }
  
  .solutions-card.style3 .solutions-icon {
	width: 80px;
	height: 80px;
	border-radius: 9px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	position: relative;
	top: 2px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
  }
  
  .solutions-card.style3 .solutions-icon i {
	font-size: 40px;
	line-height: 0.8;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.9);
	-webkit-transition: 0.4s;
	transition: 0.4s;
  }
  
  .solutions-card.style3 .solutions-icon:after, .solutions-card.style3 .solutions-icon:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-transition: 0.4s;
	transition: 0.4s;
  }
  
  .solutions-card.style3 .solutions-icon:before {
	top: 10px;
	left: -4px;
	-webkit-animation: slide_up 3000ms infinite ease-in-out;
	animation: slide_up 3000ms infinite ease-in-out;
  }
  
  .solutions-card.style3 .solutions-icon:after {
	bottom: 10px;
	right: -4px;
  }
  
  .solutions-card.style3 .solutions-info {
	width: calc(100% - 105px);
	margin-left: 25px;
  }
  
  .solutions-card.style3 .solutions-info h3 {
	margin-bottom: 12px;
  }
  
  .solutions-card.style3 .solutions-info h3 a {
	color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
  }
  
  .solutions-card.style3 .solutions-info p {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: 0.4s;
	transition: 0.4s;
  }
  
  .solutions-card.style3:hover:after {
	height: 100%;
  }
  
  .solutions-card.style3:hover .solutions-info h3 a {
	color: #030734;
  }
  
  .solutions-card.style3:hover .solutions-info p {
	color: #666666;
  }
  
  .solutions-card.style3:hover .solutions-icon {
	border: 1px solid #67B3e4;
  }
  
  .solutions-card.style3:hover .solutions-icon i {
	color: #67B3e4;
  }
  .solutions-card .solutions-icon {
	margin-bottom: 20px;
	display: block;
  }
  
  
  .solutions-card.style3:hover .solutions-icon:after, .solutions-card.style3:hover .solutions-icon:before {
	background-color: #67B3e4;
  }
  section{padding-top:3rem !important;padding-bottom:3rem !important}
  .ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
  }
  .bg-rock {
	background-color: #030734;
  }  

  /*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.solutions-card.style3 .solutions-icon,  .solutions-info  .solutions-info .solutions-title, .solutions-card.style3{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
   .solutions-card.style3 .solutions-icon {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  @-webkit-keyframes slide_up {
	0% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	50% {
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	}
	100% {
	  -webkit-transform: translateY(100%);
	  transform: translateY(100%);
	}
  }
  
  @keyframes slide_up {
	0% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	50% {
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	}
	100% {
	  -webkit-transform: translateY(100%);
	  transform: translateY(100%);
	}
  }  
  
/*solutions-section end */

/*card-section start */
.card-section{
	background-color: #030734;
}
.card-section .nav-tabs {
  padding: 10px;
  border: 1px solid #B0BAF1;
  border-radius: 50px;
  justify-content: space-between;
}

.card-section .nav-tabs .nav-item .nav-link {
  padding: 15px 30px;
  background: #67B3e4;
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 35px;
  font-weight: 500;
  color:  #2C3655;
}

.card-section .nav-tabs .nav-item .nav-link.active, .our-team .nav-tabs .nav-item .nav-link:hover {
  background: #003c64;
  color: #67B3e4;
}

.card-section .tab-content .tab-pane {
  margin-bottom: -65px;
}
.mb-60 {
  margin-bottom: 60px;
}


.card-section .cards{
	padding: 1.6rem;
	border-radius: 1.6rem;
	color: rgb(3, 3, 3);
	height: 16rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #329de4;
	box-shadow: 0 2rem 3rem rgba(114, 108, 107, 0.2);
	transition: all 300ms ease;
	margin-bottom: 30px;
}

.card-section .cards:hover{
 box-shadow: none;
}
.card-section .cards .top{
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.card-section .cards .top .left{
 display: flex;
 gap: 0.5rem;
}

.card-section .cards .top .left h2{
font-weight:200;
font-size: 1.4rem;
}
.card-section .cards .top .left img{
width: 3.3rem;
height: 3.3rem;
border: 1px solid black;
border-radius: 6px;
padding: 0.4rem;
}
.card-section .cards  .middle img{
	width: 2.3rem;
	height: 2.3rem;
	
	}
.card-section .cards .top .right{
width: 3.5rem;
}
.card-section .cards .middle .middleh1{
	font-size: 50px;
	line-height: 46px;
	margin-top: -7px;
	}
.card-section .cards .middle{
display: flex;
justify-content: space-between;
}
.card-section .cards .middle .chip{
width: 3.5rem;
}
.card-section .cards .bottom{
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.card-section .cards .bottom .right{
display: flex;
gap: 2rem;
}
/*card-section end */

/*why-section start */
.why-choose-us-area{overflow:hidden}
.why-choose-us-content.with-padding-left{padding-left:30px}
.why-choose-us-content span{
color:#90006F;
display:block;
margin-bottom:15px;
}
.why-choose-us-content .choose-us-list{
padding-left:0;
margin-top:20px;
margin-bottom:0;
max-width:465px;
}
.why-choose-us-content .choose-us-list li{
margin-bottom:15px;
list-style-type:none;
background-color:#f7fbfc;
padding:15px 15px 15px 48px;
border-radius:30px;
position:relative;
}
.why-choose-us-content .choose-us-list li:last-child{margin-bottom:0;}
.why-choose-us-content .choose-us-list li i{
color:#67B3e4;
position:absolute;
left:20px;
top:16px;
font-size:20px;
}
.why-choose-us-image{
position:relative;
z-index:1;
}
.why-choose-us-image .choose-image img{border-radius:10px;}
.why-choose-us-image .choose-image.mb-25{margin-bottom:25px;}
.why-choose-us-image .choose-shape{position:absolute;
left:33%;
top:-30px;
z-index:-1;
-webkit-transform:translateX(-33%);
transform:translateX(-33%);
}
.why-choose-us-image .choose-shape-2{
position:absolute;
left:45%;
bottom:50px;
-webkit-transform:translateX(-45%);
transform:translateX(-45%);
}
.why-choose-us-image .choose-shape-2 img{
-webkit-animation-name:rotateme;
animation-name:rotateme;
-webkit-animation-duration:5s;
animation-duration:5s;
-webkit-animation-iteration-count:infinite;
animation-iteration-count:infinite;
-webkit-animation-timing-function:linear;
animation-timing-function:linear;
}
/*why-section end */

/*currency-section start */
.currency-card{
background-color:#0c1148;
padding:20px;
border-radius:5px;
margin-bottom:25px;
-webkit-transition:.4s;
transition:.4s;
}
.currency-card .currency-flag{width:80px;}
.currency-card .currency-info{
width:calc(100% - 100px);
margin-left:20px;
}
.currency-card .currency-info h3{
font-size:22px;
color:#fff;
-webkit-transition:.4s;
transition:.4s;
}
.currency-card .currency-info p,.currency-card .currency-info span{
color:rgba(255,255,255,.8);
margin:0;
}
.currency-card:hover{
-webkit-transform:translateY(-5px);
transform:translateY(-5px);
}
.currency-card:hover .currency-info h3{color:#67B3e4;}

.currency-card{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
/*currency-section end */


/*overview-section start */
.overview-area{
background-color:#030734;
position:relative;
z-index:1;
overflow:hidden;
}
.overview-shape{
position:absolute;
left:-270px;
top:-220px;
z-index:-1;
opacity:25%;
-webkit-animation:moveleftbounce 5s linear infinite;
animation:moveleftbounce 5s linear infinite;
}
.overview-shape-2{
position:absolute;
bottom:30%;
right:20%;
-webkit-transform:translateY(-30%) translateX(-20%);
transform:translateY(-30%) translateX(-20%);
-webkit-animation:moveleftbounce 5s linear infinite;
animation:moveleftbounce 5s linear infinite;
}
/*overview-section end */

/* Financial Planning  start */
.financial-planning .overlay .cus-mar {
	margin-bottom: 30px;
  }

.feature-card.style3{
background-color:#fff;
-webkit-box-shadow:0 0 25px rgba(85,85,85,.1);
box-shadow:0 0 25px rgba(85,85,85,.1);
position:relative;
z-index:1;
padding: 30px 20px;
border-radius: 20px;
-webkit-transition:.4s;
transition:.4s;
margin-bottom: 30px;
}
.feature-card.style3:after{
position:absolute;
bottom:0;
left:0;
width:100%;
height:0;
border-radius:5px;
content:"";
z-index:-1;
background-color:#030734;
-webkit-transition:.4s;
transition:.4s;
}
.feature-card.style3 .feature-info{padding:25px 25px 22px;}
.feature-card.style3 .feature-info h3{  font-size: 24px;
	line-height: 31.2px;
	margin-top: 5px;}
.feature-card.style3:hover:after{height:100%;}
.feature-card.style3:hover .feature-info .feature-title h3{color:#fff;}

.feature-card.style3 .feature-info .feature-title span{
width:65px;
height:65px;
border:1px solid rgba(0,169,164,.6);
border-radius:7px;
position:relative;
top:0;
}
.feature-card.style3 .feature-info .feature-title span img{margin:0 auto;}
.feature-card.style3 .feature-info .feature-title span:after,.feature-card.style3 .feature-info .feature-title span:before{
position:absolute;
content:"";
width:8px;
height:8px;
border-radius:50%;
background-color:#67B3e4;
}
.feature-card.style3 .feature-info .feature-title span:before{
top:10px;
left:-4px;
-webkit-animation:slide_up 3000ms infinite ease-in-out;
animation:slide_up 3000ms infinite ease-in-out;
}
.feature-card.style3 .feature-info .feature-title span:after{
bottom:10px;
right:-4px;
}
.feature-card.style3:hover .feature-info .feature-title span{
border:1px solid rgba(255,255,255,.6);
}
.feature-card.style3:hover .feature-info .feature-title span:after,.feature-card.style3:hover .feature-info .feature-title span:before{background-color:rgba(255,255,255,.8)}

.feature-info ul li {
	margin-top: 15px;
  }
  .feature-card.style3:hover .feature-info ul li{
	margin-top: 15px;
	color: #fff;
  }
  .feature-info ul li .check {
	min-width: 24px;
	min-height: 24px;
	background: #329de4;
	border-radius: 50%;
	margin-right: 10px;
  }


.feature-card.style3 .feature-info .feature-title span,.feature-card .feature-info .feature-title,.feature-wrap .feature-content .feature-item-wrap .feature-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}

.feature-item-wrap .feature-item .feature-icon,.feature-card.style3 .feature-info .feature-title span{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
/* Financial Planning end */

/* testimony-section start */
.testimony-section .owl-carousel {
    margin: 0; }
  .testimony-section .owl-carousel .owl-stage-outer {
    padding-top: 0;
    padding-bottom: 0;
    position: relative; }
    .testimony-section .owl-carousel .owl-stage-outer .owl-item.active.center .testimony-wrap .overlay {
      opacity: .1;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease; }
    .testimony-section .owl-carousel .owl-stage-outer .owl-item.active.center .testimony-wrap .text {
      background: rgba(0, 0, 0, 0.2);
      -moz-transition: all 2s ease;
      -o-transition: all 2s ease;
      -webkit-transition: all 2s ease;
      -ms-transition: all 2s ease;
      transition: all 2s ease;
      position: relative;
      color: #fff; }
      .testimony-section .owl-carousel .owl-stage-outer .owl-item.active.center .testimony-wrap .text .name {
        color: #67B3e4;; }
      .testimony-section .owl-carousel .owl-stage-outer .owl-item.active.center .testimony-wrap .text .line {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: ''; }
        .testimony-section .owl-carousel .owl-stage-outer .owl-item.active.center .testimony-wrap .text .line:before, .testimony-section .owl-carousel .owl-stage-outer .owl-item.active.center .testimony-wrap .text .line:after {
          position: absolute;
          content: '';
          width: 20%;
          height: 4px;
          background: #67B3e4;
          -moz-transition: all 1.5s ease;
          -o-transition: all 1.5s ease;
          -webkit-transition: all 1.5s ease;
          -ms-transition: all 1.5s ease;
          transition: all 1.5s ease; }
        .testimony-section .owl-carousel .owl-stage-outer .owl-item.active.center .testimony-wrap .text .line:before {
          top: 0;
          right: 0; }
        .testimony-section .owl-carousel .owl-stage-outer .owl-item.active.center .testimony-wrap .text .line:after {
          bottom: 0;
          left: 0; }
      .testimony-section .owl-carousel .owl-stage-outer .owl-item.active.center .testimony-wrap .text:before, .testimony-section .owl-carousel .owl-stage-outer .owl-item.active.center .testimony-wrap .text:after {
        position: absolute;
        content: '';
        width: 4px;
        height: 20%;
        background: rgba(255, 255, 255, 0.7);
        background: #67B3e4;
        -moz-transition: all 1.5s ease;
        -o-transition: all 1.5s ease;
        -webkit-transition: all 1.5s ease;
        -ms-transition: all 1.5s ease;
        transition: all 1.5s ease; }
      .testimony-section .owl-carousel .owl-stage-outer .owl-item.active.center .testimony-wrap .text:before {
        top: 0;
        right: 0; }
      .testimony-section .owl-carousel .owl-stage-outer .owl-item.active.center .testimony-wrap .text:after {
        bottom: 0;
        left: 0; }
  .testimony-section .owl-nav {
    position: absolute;
    bottom: 50px !important;
    left: 0;
    right: 0;
    margin: 0 auto; }
  
    .testimony-section .owl-nav .owl-prev,
    .testimony-section .owl-nav .owl-next {
      position: absolute;
      width: 40px;
      height: 40px;
      background: #fff !important;
      border-radius: 4px;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 1; }
      .testimony-section .owl-nav .owl-prev span,
      .testimony-section .owl-nav .owl-next span {
        margin-top: 10px; }
        .testimony-section .owl-nav .owl-prev span:before,
        .testimony-section .owl-nav .owl-next span:before {
          font-size: 16px !important;
          color: rgba(0, 0, 0, 0.3); }
    .testimony-section .owl-nav .owl-prev {
      top: 0 !important;
      right: 0 !important; }
    
      .testimony-section .owl-nav .owl-prev:hover, .testimony-section .owl-nav .owl-prev:focus {
        background: #00A9A4 !important;
        outline: none !important; }
        .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before {
          font-size: 16px !important;
          color: #fff; }
    .testimony-section .owl-nav .owl-next {
      top: 0 !important;
      right: 0 !important; }
     
      .testimony-section .owl-nav .owl-next:hover, .testimony-section .owl-nav .owl-next:focus {
        background: #67B3e4 !important;
        outline: none !important; }
        .testimony-section .owl-nav .owl-next:hover span:before, .testimony-section .owl-nav .owl-next:focus span:before {
          font-size: 24px;
          margin-top: 7px;
          color: #fff; }
  .testimony-section .owl-dots {
    text-align: center; }
    .testimony-section .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1); }
      .testimony-section .owl-dots .owl-dot.active {
        background: #67B3e4; }

.testimony-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1em;
  z-index: 0;
  position: relative;
  height: 330px; }
  .testimony-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .4;
    z-index: -1;
    background: #060a24; }
  .testimony-wrap .text {
    background: rgba(0, 0, 0, 0.1);
    width: 60%;
    padding: 20px;
    position: relative; }
    .testimony-wrap .text .line {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: ''; }
      .testimony-wrap .text .line:before, .testimony-wrap .text .line:after {
        position: absolute;
        content: '';
        width: 10px;
        height: 4px;
        background: #fff;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .testimony-wrap .text .line:before {
        top: 0;
        right: 0; }
      .testimony-wrap .text .line:after {
        bottom: 0;
        left: 0; }
    .testimony-wrap .text:before, .testimony-wrap .text:after {
      position: absolute;
      content: '';
      width: 4px;
      height: 10px;
      background: #fff;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .testimony-wrap .text:before {
      top: 0;
      right: 0; }
    .testimony-wrap .text:after {
      bottom: 0;
      left: 0; }
 /* testimony-section end */


/* blog-section start */
  .latest-articles .cus-mar {
	margin-bottom: -40px;
  }
  
  .latest-articles .blog-item {
	margin-bottom: 40px;
  }
  
  .latest-articles .blog-item:hover .thumb img {
	transform: scale(1.2);
  }
  
  .latest-articles .blog-item .thumb {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 27px;
  }
  
  .latest-articles .blog-item .thumb img {
	width: 100%;
	transition: 2s;
  }
  
  .latest-articles .blog-item .content h5 {
	margin-bottom: 15px;
  text-decoration: none;
  color: #000;
  }
  
  .latest-articles .blog-item .content .info {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
  }
  
  .latest-articles .blog-item .content .item {
	margin-right: 20px;
	padding-right: 20px;
  }
  
  .latest-articles .blog-item .content .item.cus-bor {
	border-right: 1px solid #B0BAF1;
  }
  
  .latest-articles .blog-item .content .item .icon {
	width: 24px;
	height: 24px;
	background: #EEF1FF;
	border-radius: 12px;
	margin-right: 10px;
  }
  
  .latest-articles .blog-item .content .read {
	border-top: 1px solid #B0BAF1;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: -10px;
  }
  
  .latest-articles .blog-item .content .read a {
	color: #000;
  }
  
  .latest-articles .blog-item .content .read a img {
	margin-left: 5px;
	transition: 0.3s;
  }
  
  .latest-articles .blog-item .content .read a:hover img {
	transform: translateX(10px);
  }
  
  .latest-articles .blog-item.list {
	display: flex;
	align-items: center;
  }
  
  .latest-articles .blog-item.list:hover .thumb img {
	transform: initial;
  }
  
  .latest-articles .blog-item.list .thumb {
	overflow: inherit;
  }
  
  .latest-articles .blog-item.list .thumb img {
	max-width: fit-content;
	width: fit-content;
  }
  
  .latest-articles .blog-item.list .thumb {
	margin-bottom: 0;
	margin-right: 20px;
  }
  
  .latest-articles .blog-item.list .thumb img {
	border-radius: 10px;
  }
  
  .latest-articles.blog-contant {
	background: transparent;
  }
  
  .latest-articles.blog-contant .nav-tabs {
	border: none;
  }
  
  .latest-articles.blog-contant .nav-tabs .cmn-btn {
	background: #EEF1FF;
	color: #2C3655;
	border: none;
	margin-right: 20px;
	text-transform: capitalize;
  }
  
  .latest-articles.blog-contant .nav-tabs .cmn-btn.active, .latest-articles.blog-contant .nav-tabs .cmn-btn:hover {
	background: #67B3e4;
	color:  #ffffff;
  }
  
  .latest-articles.blog-contant .pagination {
	padding-top: 18px;
  }
  
  .latest-articles.blog-contant .pagination li .page-link {
	width: 40px;
	height: 40px;
	background: #ffffff;
	box-shadow: 0px 8px 15px rgba(26, 77, 190, 0.1);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	font-weight: 500;
	color: #2C3655;
	margin: 0 5px;
  }
  
  .latest-articles.blog-contant .pagination li .page-link.previous, .latest-articles.blog-contant .pagination li .page-link.next {
	background: #F5FAFF;
	margin: 0 23px;
  }
  
  .latest-articles.blog-contant .pagination li .page-link.active, .latest-articles.blog-contant .pagination li .page-link:hover {
	background: #67B3e4;
	color:  #ffffff;
  }
  
  .latest-articles.blog-contant .side-single {
	margin-bottom: 40px;
  }
  
  .latest-articles.blog-contant .side-single h5 {
	margin-bottom: 20px;
  }
  
  .latest-articles.blog-contant .side-single .blog-item {
	display: flex;
  }
  
  .latest-articles.blog-contant .side-single .blog-item h6 {
	margin-bottom: 12px;
  }
  
  .latest-articles.blog-contant .side-single .blog-item .img-area {
	margin-right: 20px;
  }
  
  .latest-articles.blog-contant .side-single .blog-item .img-area img {
	max-width: unset;
	border-radius: 10px;
  }
  
  .latest-articles.blog-contant .side-single .search-area .form-group {
	padding: 10px 20px;
	background: #F5FAFF;
	border: 1px solid #EEF1FF;
	border-radius: 5px;
  }
  
  .latest-articles.blog-contant .side-single .search-area .form-group input {
	padding: 0;
	margin: 0;
	padding-right: 15px;
	border: none;
	height: fit-content;
  }
  
  .latest-articles.blog-contant .side-single .search-area .form-group button {
	background: transparent;
	padding: 0;
  }
  
  .latest-articles.blog-contant .side-single .social-link {
	margin-top: 25px;
  }
  
  .latest-articles.blog-contant .side-single .social-link a {
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #67B3e4;
	border: 1px solid #B0BAF1;
	transition: 0.3s;
	margin-right: 10px;
  }
  
  .latest-articles.blog-contant .side-single .social-link a.active, .latest-articles.blog-contant .side-single .social-link a:hover {
	background: #1A4DBE;
	border: 1px solid #1A4DBE;
	color: #ffffff;
  }
  
  .latest-articles.blog-contant .side-single.social {
	padding: 40px 0;
	border-top: 1px solid #EEF1FF;
	border-bottom: 1px solid #EEF1FF;
  }
  
  .latest-articles.blog-contant .blog-item .content span {
	line-height: 1;
  }
  
  .latest-articles.blog-contant .blog-item .content .read {
	border-top: none;
	padding-top: 0;
  }
  
  .latest-articles.blog-contant.grid .blog-item-area {
	width: 100% !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  
  .latest-articles.blog-contant.grid .blog-item-area .blog-item {
	flex: 0 0 calc(100% / 2 - 15px);
	-ms-flex: 0 0 calc(100% / 2 - 15px);
	max-width: calc(100% / 2 - 15px);
  }
  
  .latest-articles.blog-single {
	background: linear-gradient(180deg, #F5FAFF 0%, rgba(245, 250, 255, 0) 100%);
  }
  
  .latest-articles.blog-single .blog-item .content span {
	line-height: 1;
  }
  
  .latest-articles.blog-single .blog-item .content .read {
	border: none;
	margin-top: 0;
  }
/* blog-section end */

/* faqs-section start */
.faqs .row {
	position: relative;
  }
  
  
  .faqs #accordion-1 {
	padding-right: 15px;
  }
  
  .faqs #accordion-2 {
	padding-left: 15px;
  }
  
  @media(max-width: 767.98px) {
	.faqs .row::after {
		display: none;
	}
	
	.faqs #accordion-1,
	.faqs #accordion-2 {
		padding: 0;
	}
	
	.faqs #accordion-2 {
		padding-top: 15px;
	}
  }
  
  .faqs .card {
	margin-bottom: 15px;
	border: none;
	border-radius: 0;
  }
  
  .faqs .card:last-child {
	margin-bottom: 0;
  }
  
  .faqs .card-header {
	padding: 0;
	border: none;
	background: #ffffff;
  }
  
  .faqs .card-header a {
	display: block;
	padding: 10px 25px;
	width: 100%;
	color: #121518;
	font-size: 16px;
	line-height: 40px;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: .5s;
  }
  
  .faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
	background:#67B3e4;
  }
  
  .faqs .card-header [data-toggle="collapse"]:after {
	font-family: 'font Awesome 5 Free';
	content: "\f067";
	float: right;
	color: #67B3e4;
	font-size: 12px;
	font-weight: 900;
	transition: .5s;
  }
  
  .faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
	font-family: 'font Awesome 5 Free';
	content: "\f068";
	float: right;
	color: #030f27;
	font-size: 12px;
	font-weight: 900;
	transition: .5s;
  }
  
  .faqs .card-body {
	padding: 20px 25px;
	font-size: 16px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, .1);
	border-top: none;
  }
/* faqs-section end */


/* get-start-section start */
  .get-start {
	margin-bottom: -120px;
  }
  
  .get-start .get-content {
	background: #1A4DBE;
	border-radius: 10px;
	padding: 40px 55px 40px;
	position: relative;
  }
  
  .get-start .get-content h3, .get-start .get-content p {
	color: var(--body-color);
  }
  
  
  
  .get-start .get-content img {
	position: absolute;
	bottom: -24px;
	right: 0;
  }
  /* get-start-section end */

  /* footer-section start */
  .footer-section {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/map.png) center center no-repeat;
    background-size: cover;
}
.footer-section .footer-text {
	padding: 80px 0 30px;
}
.footer-section .footer-text .ft-about {
	margin-bottom: 30px;
}
.footer-section .footer-text .ft-about .logo {
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-about .logo a {
	display: inline-block;
}

.footer-section .footer-text .ft-about .logo h3 {
  font-size: 24px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.footer-section .footer-text .ft-about .logo h3 a, .footer-section .footer-text .ft-about .logo h3 a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-section .footer-text .ft-about .logo h3 a span, .footer-section .footer-text .ft-about .logo h3 a:hover span {
  color: #67B3e4;
}
.footer-section .footer-text .ft-about p {
	color: #aaaab3;
	margin-bottom: 20px;
}
/* .footer-section .footer-text .ft-about .fa-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #5A4D48;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 7px;
}
.footer-section .footer-text .ft-about .fa-social a:hover {
	background: #67B3e4;
	border-color: #67B3e4;
} */
.footer-section .footer-text .ft-about .fa-social  {
  display: flex;
  justify-content: center;
  list-style: none;
  height: fit-content;
  padding: 0;
  overflow: hidden;
}
.social-icons li {
  margin: 10px 10px;
}

.footer-section .footer-text .ft-about .fa-social a {
  height: 40px;
	width: 40px;
	font-size: 16px;
  border-radius: 50%;
  margin: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  position: relative;
  transition: 0.5s ease;
  text-shadow: 0 0 30px;
}

.footer-section .footer-text .ft-about .fa-social a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(1px) saturate(180%);
  -webkit-backdrop-filter: blur(6px) saturate(180%);
  background-color: rgba(17, 25, 40, 0);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.125);
}

.footer-section .footer-text .ft-about .fa-social a:hover {
  text-shadow: 0 0 0px;
}
.footer-section .footer-text .ft-contact {
	margin-bottom: 30px;
}
.footer-section .footer-text .ft-contact h6 {
	font-size: 14px;
	color: #67B3e4;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-family: "Cabin", sans-serif;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-contact ul li {
	font-size: 16px;
	color: #aaaab3;
	line-height: 32px;
	list-style: none;
}
.footer-section .footer-text .ft-newslatter h6 {
	font-size: 14px;
	color: #67B3e4;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-family: "Cabin", sans-serif;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter p {
	color: #aaaab3;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter .fn-form {
	position: relative;
}
.footer-section .footer-text .ft-newslatter .fn-form input {
	width: 100%;
	height: 50px;
	border-radius: 2px;
	background: #393D4A;
	border: none;
	padding-left: 20px;
	font-size: 16px;
	color: #707079;
}
.footer-section .footer-text .ft-newslatter .fn-form button {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	background: #67B3e4;
	color: #ffffff;
	padding: 0 16px;
	height: 50px;
	border: none;
	border-radius: 0 2px 2px 0;
}
.footer-section .footer-text .footer-box h6 {
	font-size: 14px;
	color: #67B3e4;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-family: "Cabin", sans-serif;
	margin-bottom: 20px;
}
.footer-section .footer-box li a {
	color: #aaaab3;
	transition: 0.3s;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	
	
  }
  
  .footer-section .footer-box li a::before {
	position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
  }
  
  .footer-section .footer-box li a:hover {
	padding-left: 35px;
  }
  
  .footer-section .footer-box li a:hover::before {
	letter-spacing: 1px;
    box-shadow: none;
  }
.footer-section .copyright-option {
	background: rgba(16, 20, 31, 0.2);
	padding: 20px 0;
}
.footer-section .copyright-option ul li {
	list-style: none;
	display: inline-block;
	margin-right: 34px;
}
.footer-section .copyright-option ul li:last-child {
	margin-right: 0;
}
.footer-section .copyright-option ul li a {
	font-size: 16px;
	color: #aaaab3;
}
.footer-section .copyright-option .co-text {
	font-size: 16px;
	color: #707079;
	text-align: right;
}
.pt-120 {
	padding-top: 120px;
  }
  .pb-120 {
    padding-bottom: 120px;
  }
 /* footer-section end */

  /* breadcrumb-section start */
 .breadcrumb-wrap{
position:relative;
width:100%;
height:100%;
padding: 155px 0;
overflow:hidden;
z-index:1;
}
.breadcrumb-wrap .br-shape-one,.breadcrumb-wrap .br-shape-two,.breadcrumb-wrap .br-shape-three,.breadcrumb-wrap .br-shape-four{position:absolute;
z-index:-1;
}
.breadcrumb-wrap .br-shape-one{
bottom:0;
left:0;
opacity:.3;
}
.breadcrumb-wrap .br-shape-two{
top:0;
right:0;
opacity:.3;
}
.breadcrumb-wrap .br-shape-three{
top:100px;
left:35%;
}
.breadcrumb-wrap .br-shape-four{
top:100px;
left:50px;
}
.breadcrumb-title h2{
font-size:40px;
font-weight:700;
margin:0 0 5px;
}
.breadcrumb-title .breadcrumb-menu li{
display:inline-block;
margin:0 10px;
position:relative;
color:#666;
font-weight:500;
}
.breadcrumb-title .breadcrumb-menu li:after{
position:absolute;
top:1px;
right:-15px;
content:"\ea5d";
font-family:IcoFont !important;
font-size:16px;background-color:transparent;
color:#666;
}
.breadcrumb-title .breadcrumb-menu li:first-child{margin-left:0;}
.breadcrumb-title .breadcrumb-menu li:first-child a{padding-left:0;}
.breadcrumb-title .breadcrumb-menu li:last-child{
margin-right:0;
color:#00a9a4;
}
.breadcrumb-title .breadcrumb-menu li:last-child:after{display:none;}
.breadcrumb-title .breadcrumb-menu li a{
font-size:16px;
line-height:22px;
display:inline-block;
padding:0 5px;
transition:.3s;
-webkit-transition:.3s;
position:relative;
color:#666;}
.breadcrumb-title .breadcrumb-menu li a:hover{color:#00a9a4;}
.breadcrumb-title .breadcrumb-menu li:last-child a:after{display:none;}
.breadcrumb-img{
position:relative;
z-index:1;
}
.breadcrumb-img .br-shape-five,.breadcrumb-img .br-shape-six{
position:absolute;
z-index:-1;
}
.breadcrumb-img .br-shape-five{
left:0;
bottom:100px;
}
.breadcrumb-img .br-shape-six{
right:0;
bottom:50px;
}
.breadcrumb-img img{
display:block;
margin:0 auto;
}
 .bg-spring{background-color:#f2fbfa;}
 .content-wrapper{margin-top:50px}
  /* breadcrumb-section end */


    /* about-section start */
  .about-section {
	background-image: url(../images/circle.png);
	background-repeat: no-repeat;
	background-position: top left;
  }
  
  .about-section .text-area {
	margin-bottom: 25px;
  }
  
  .about-section .count-content {
	padding: 30px 45px;
	background:#67B3e4;
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
	border-radius: 10px;
  }
  
  .about-section .count-content .count-number {
	display: inline-flex;
	align-items: center;
	vertical-align: -webkit-baseline-middle;
  }
  
  .about-section .count-content .count-number h3 {
	display: inline-block;
	margin-top: 0;
	font-weight: 200;
  }
  
  .about-section .count-content .count-number .odometer span {
	font-weight: inherit;
	font-size: inherit;
  }
  
  .about-section .count-content .count-number .static {
	color: var(--hover-color);
  }
  
  .about-section .count-content p {
	margin-top: 12px;
  }
  
  .about-section .img-area {
	position: relative;
  }
  
  .about-section .img-area img {
	position: absolute;
	border: 6px solid #95a3e0;
	border-radius: 10px;
  }
  
  .about-section .img-area .img-1 {
	left: 50px;
	bottom: 0;
  }
  
  .about-section .img-area .img-2 {
	left: 0;
	top: 0;
	z-index: 1;
  }
  
  .about-section .img-area .img-3 {
	top: -150px;
	right: -75px;
  }
  /* about-section end */

 /* values-section start */

 .our-core-values  {
  background:  url(../img/world-map.png) center center no-repeat;
  background-size: cover;
  background-color: #030734;
}

  .values-item {
    position: relative;
    height: 350px;
    padding: 30px 25px;
    background: #161942;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    color: #000;
}

.values-item:hover {
    background: #67B3e4;
}


.values-item .values-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#161942;
    background: url(../img/icon-shape-primary.png) center center no-repeat;
    transition: .5s;
    font-size: 20px;
}

.values-item:hover .values-icon {
    color:#161942;
    background: url(../img/icon-shape-white.png);
}

.values-item h5,
.values-item p {
    transition: .5s;
}

.values-item:hover h5,
.values-item:hover p {
    color: #666666;
}
.values-item a.btn1 {
  position: relative;
  display: flex;
  color:#67B3e4;
  transition: .5s;
  z-index: 1;
  font-weight: 500;
}
.px-3{padding-right:1rem !important;padding-left:1rem !important}
.mt-auto{margin-top:auto !important}
.mx-auto{margin-right:auto !important;margin-left:auto !important}
.values-item:hover a.btn1 {
  color: var(--primary);
}

.values-item a.btn1::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  border-radius: 35px;
  background: #DDDDDD;
  transition: .5s;
  z-index: -1;
}

.values-item:hover a.btn1::before {
  width: 100%;
  background: var(--light);
}
 /* values-section end */


 /* timeline-section start */
  

  .single-roadmap-img img {
    width: 120px;
    height: 120px;
  }
  
  .roadmap-text h5 {
    font-size: 18px;
    font-weight: 700;
  }
  
  .single-roadmap.road-right .col-5, .single-roadmap.road-right .col-7 {
    padding: 0;
  }
  
  .single-roadmap {
    padding: 20px 15px;
  }
  
  .single-roadmap.road-left {
    position: relative;
    z-index: 2;
    padding-left: 24%;
  }
  
  .single-roadmap.road-left::before {
    position: absolute;
    content: "";
    height: 66.5%;
    width: 1px;
    background: #000;
    bottom: 10.5%;
    left: 1%;
    z-index: -1;
  }
  
  .single-roadmap.road-left::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 120%;
    background: #000;
    top: 23%;
    right: -21%;
    z-index: -1;
  }
  
  .single-roadmap.road-right {
    position: relative;
    z-index: 2;
    padding-top: 29%;
    padding-left: 0;
    padding-right: 0;
  }
  
  .single-roadmap.road-right::before {
    position: absolute;
    content: "";
    height: 74.5%;
    width: 1px;
    background: #000;
    bottom: 0;
    left: 12.5%;
    z-index: -1;
  }
  
  .single-roadmap.road-right::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 97.5%;
    background: #000;
    bottom: 0;
    right: -10%;
    z-index: -1;
  }
  
  .owl-carousel .owl-item .single-roadmap-img img {
    width: auto;
    display: inline-block;
  }
  
 
 /* timeline-section end */

 /* team-section start */
  .our-team .nav-tabs {
  padding: 10px;
  border: 1px solid #B0BAF1;
  border-radius: 50px;
  justify-content: space-between;
}

.our-team .nav-tabs .nav-item .nav-link {
  padding: 15px 30px;
  background: #67B3e4;
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 35px;
  font-weight: 500;
  color:  #2C3655;
}

.our-team .nav-tabs .nav-item .nav-link.active, .our-team .nav-tabs .nav-item .nav-link:hover {
  background: #003c64;
  color: #67B3e4;
}


.our-team .tab-content .tab-pane {
  margin-bottom: -65px;
}
.mb-60 {
  margin-bottom: 60px;
}

.profile-card{
  position: relative;
  font-family: sans-serif;
  width: 220px;
  height: 220px;
  background: #67B3e4;
  padding: 30px;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
  margin: 23px 25px;
}
.profile-card:hover{
  border-radius: 10px;
  height: 260px;
}
.profile-card .img{
  position: relative;
  width: 100%;
  height: 100%;
  transition: .6s;
  z-index: 99;
}
.profile-card:hover .img{
  transform: translateY(-60px);
}
.img img{
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
}
.profile-card:hover img{
  border-radius: 10px;
}
.profile-card .caption{
  text-align: center;
  transform: translateY(-80px);
  opacity: 0;
  transition: .6s;
}
.profile-card:hover .caption{
  opacity: 1;
}
.profile-card .caption h3{
  font-size: 21px;
  font-family: sans-serif;
}
.profile-card .caption p{
  font-size: 15px;
  color: #0c52a1;
  font-family: sans-serif;
  margin: 2px 0 9px 0;
}
.profile-card .caption .social-links a{
  color: #333;
  margin-right: 15px;
  font-size: 21px;
  transition: .6s;
}
.social-links a:hover{
  color: #0c52a1;
}

 /* team-section end */


 
 /* account-section start */
  .account .overlay {
  background-color: #F5FAFF;
}

.account-img-wrap{
position:relative;
z-index:1;
} 
.account-img-wrap img{
display:block;
margin:0 auto;
}
.account-img-wrap .account-shape-one{
position:absolute;
top:0;
left:0;
}
.account-img-wrap .account-shape-two{
position:absolute;
bottom:50px;
right:0;
}
.account .overlay .banner-content {
  padding: 155px 0 185px;
} 

.account-feature .cus-mar {
  margin-bottom: -5px;
}

.account-feature .single-box {
  text-align: center;
}

.account-feature .single-box .icon-box {
  width: 80px;
  height: 80px;
  background: #F5FAFF;
  border-radius: 40px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-feature .single-box h5 {
  margin: 23px 0 9px;
  font-weight: 600;
}

.account-feature.loan-feature .cus-mar {
  margin-bottom: -30px;
}

.account-feature.loan-feature .single-box {
  padding: 40px 30px;
  padding-bottom: 29px;
  border: 1px solid #EEF1FF;
  border-radius: 10px;
  margin-bottom: 30px;
}

.account-feature.home-loan {
  position: relative;
}

.account-feature.home-loan .img-area {
  position: absolute;
  right: 0;
  bottom: 13%;
}

.account-feature.need-more-help .single-box {
  border: 1px solid #B0BAF1;
}

.account-feature.remittance .single-box {
  padding: 30px;
  background: var(--body-color);
  border-radius: 10px;
  transition: 0.3s;
}

.account-feature.remittance .single-box.active {
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
}

.account-feature.affiliate .single-box {
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 20px;
  padding: 30px;
}
.goal-img-wrap{position:relative;z-index:1}.goal-img-wrap .goal-shape-three{position:absolute;top:50%;left:-50px;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:-1} .goal-img-wrap .goal-shape-one{position:absolute;bottom:0;left:0}.goal-img-wrap .goal-shape-two{position:absolute;top:0;right:0}
 /* account-section end */




 /* grow-section start */






.grow-confidence .ps-item {
	text-align: center;
	padding: 40px 30px 52px;
	border: 1px solid #464646;
	-webkit-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	transform: skewY(-4deg);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 30px;
	position: relative;
  background: #1379bb;
}

.grow-confidence .ps-item:hover {
	background: #ffffff;
	border-color: #ffffff;
}

.grow-confidence .ps-item:hover h3 {
	color: #111111;
}

.grow-confidence .ps-item:hover .pi-price span {
	color: #444444;
}

.grow-confidence .ps-item:hover ul li {
	color: #111111;
	font-weight: 600;
}



.grow-confidence .ps-item h3 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 16px;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}

.grow-confidence .ps-item .pi-price {
	margin-bottom: 30px;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}

.grow-confidence .ps-item .pi-price h2 {
	font-size: 60px;
	color: #161942;
	font-weight: 600;
}

.grow-confidence .ps-item .pi-price span {
	color: #c4c4c4;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.grow-confidence .plan-list {
  padding: 19px 60px 0;
}
.grow-confidence .plan-list .single {
  border-bottom: 1px solid #000000;
  margin-bottom: 22px;
  padding-bottom: 18px;
}

.grow-confidence .plan-list .single h6 {
  font-weight: 600;
}

.grow-confidence .plan-list .single:last-child {
  border: none;
}

 /* grow-section end */




 /* how-works-section start */
.how-works .nav-tabs {
  border: none;
}

.how-works .nav-link {
  border: none;
  padding: 0;
}

.how-works .nav-link .row {
  margin-bottom: 20px;
  transition: 0.3s;
}

.how-works .nav-link .left-side {
  position: relative;
}

.how-works .nav-link .left-side::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 50px;
  background-color: #2C3655;
  left: calc(50% - 10px);
  top: 75px;
  transition: 0.3s;
}

.how-works .nav-link .left-side .number {
  width: 65px;
  height: 65px;
  background: #2C3655;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.how-works .nav-link .left-side .number h4 {
  color: var(--body-color);
  margin-top: 0;
  transition: 0.3s;
}

.how-works .nav-link .right-side {
  margin-bottom: -6px;
  cursor: pointer;
}

.how-works .nav-link .right-side h4 {
  margin-top: 5px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.how-works .nav-link .right-side p {
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
}

.how-works .nav-link.active {
  border: none;
  background: transparent;
}

.how-works .nav-link.active .row {
  margin-bottom: 63px;
}

.how-works .nav-link.active .left-side::before {
  background-color: #1A4DBE;
  height: 100px;
}

.how-works .nav-link.active .left-side .number {
  background: #1A4DBE;
}

.how-works .nav-link.active .right-side h4 {
  color: #1A4DBE;
}

.how-works .nav-link.active .right-side p {
  visibility: visible;
  opacity: 1;
}

.how-works .nav-link.last {
  padding-bottom: 0;
  margin-bottom: -77px;
  transition: 0.3s;
}

.how-works .nav-link.last .left-side::before {
  display: none;
}

.how-works .nav-link.last .row {
  margin-bottom: 0;
}

.how-works .nav-link.last.active {
  margin-bottom: 0;
}
/* how-works-section end */





/* business-loan-section start */
.business-loan-section {
  position: relative;
  
}

.business-loan-section::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  z-index: -1;
  
}

.business-loan-section .img-area {
  position: absolute;
  left: 15px;
  top: 30%;
  z-index: -9;
}

.business-loan-section .section-header .top-para {
  width: 65%;
  margin: auto;
}

.business-loan-section .main-content {
  background: #fff;
  box-shadow: 0px 0px 20px #3d3d3d;
  border-radius: 20px;
  padding: 60px 190px;
  text-align: center;
}

.business-loan-section .main-content form .range-amount input {
  padding: 0;
  margin: 0;
  color: #000;
  background: transparent;
  width: 15%;
  border: none;
  font-weight: inherit;
  font-size: inherit;
}

.business-loan-section .main-content form .ui-widget-header {
  background: #1A4DBE;
}

.business-loan-section .main-content form .ui-widget-content {
  border: none;
  background: #EEF1FF;
  height: 8px;
  margin: 35px 0 44px;
  
}

.business-loan-section .main-content form .ui-slider-handle.ui-state-default {
  width: 40px;
  height: 40px;
  background: #1A4DBE;
  box-shadow: 0px 4px 4px rgba(53, 78, 133, 0.3);
  border-radius: 20px;
  border: none;
  top: -16px;
}

.business-loan-section .main-content form .ui-slider-handle.ui-state-default:focus {
  outline: none;
  
}

.business-loan-section .main-content form .nav-tabs {
  padding: 0 30px;
  border: none;
  margin-bottom: -32px;
}


.business-loan-section .main-content form .tab-content h5 span {
  color:  #67B3e4;
  font-size: inherit;
  font-weight: inherit;
}

.business-loan-section.personal-loan::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #1A4DBE;
  top: 120px;
  left: 0;
  z-index: -1;
}

.business-loan-section.personal-loan .nav-item button span {
  display: block;
  color:  #055C2D;
}

.business-loan-section.personal-loan .nav-item .nav-btn {
  padding: 15px 30px;
  background: transparent;
  border: 1px solid #67B3e4;
  border-radius: 20px;
  font-weight: 500;
}

.business-loan-section.personal-loan .nav-item .nav-btn.active {
  background: #67B3e4;
}

.business-loan-section.personal-loan .main-content {
  padding: 60px 190px;
  border: 1px solid #B0BAF1;
  border-radius: 20px;
}

.business-loan-section.personal-loan .list {
  margin-top: 20px;
}

.business-loan-section.personal-loan .list .list-item {
  margin-top: 16px;
}

.business-loan-section.personal-loan .list .list-item span {
  font-weight: 500;
  color: #fff;
}

.business-loan-section.personal-loan .list .check {
  min-width: 24px;
  min-height: 24px;
  background: #5AC4FF;
  border-radius: 50%;
  margin-right: 10px;
}

/* business-loan-section end */


/* apply-for-loan-section start */
.apply-for-loan .overlay .form-content {
  padding: 30px;
  background: #030734;
  box-shadow: 0px 0px 20px #3d3d3d;
  border-radius: 20px;
}

.apply-for-loan .overlay .form-content .section-header {
  width: 55%;
  display: grid;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.apply-for-loan .check_span{
  color: #fff;
  margin: 0;
  padding: 15px 20px;
}
.apply-for-loan.business-loan {
  position: relative;
}
.apply-for-loan label{
  color: #fff;
  font-weight: 600;
}
.apply-for-loan  textarea {
  padding: 10px 20px;
  color: #1E266D;
  width: 100%;
  font-family: var(--body-font);
  height: 50px;
  background: #F5FAFF;
  border: 1px solid #EEF1FF;
  border-radius: 5px;
}
.apply-for-loan textarea:focus {
  outline: none;
  box-shadow: none;
}
.apply-for-loan textarea {
  min-height: 150px;
  resize: none;
}
.apply-for-loan.business-loan::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 75%;
  top: 0;
  z-index: -1;
}
.apply-for-loan .form-control {
  background: transparent;
  border: none;
  height: 50px;
  color: #fff !important;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .apply-for-loan  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.8) !important; }
    .apply-for-loan .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.8) !important; }
    .apply-for-loan  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.8) !important; }
    .apply-for-loan .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.8) !important; }
    .apply-for-loan  .form-control:hover, .form-control:focus {
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.4); }
    .apply-for-loan .form-control:focus {
    border-color: rgba(255, 255, 255, 0.4); }
/* apply-for-loan-section end */

/* financial-planning-section start*/
    .financial-planning .cus-mar {
      margin-bottom: -30px;
    }
    
    .financial-planning .plan-box {
      padding: 30px 20px;
      background: var(--body-color);
      box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
      border-radius: 20px;
      margin-bottom: 30px;
      border: 1px solid transparent;
      transition: 0.3s;
    }
    
    .financial-planning .plan-box .thumb {
      width: 80px;
      height: 80px;
      background: #F5FAFF;
      border-radius: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      transition: 0.3s;
    }
    
    .financial-planning .plan-box .thumb img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    
    .financial-planning .plan-box .thumb .active {
      opacity: 1;
      visibility: visible;
    }
    
    .financial-planning .plan-box .thumb .alt {
      opacity: 0;
      visibility: hidden;
    }
    
    .financial-planning .plan-box:hover {
      border: 1px solid #B0BAF1;
    }
    
    .financial-planning .plan-box:hover .thumb {
      background-color: var(--hover-color);
    }
    
    .financial-planning .plan-box:hover .thumb .active {
      opacity: 0;
      visibility: hidden;
    }
    
    .financial-planning .plan-box:hover .thumb .alt {
      opacity: 1;
      visibility: visible;
    }
    
    .financial-planning .plan-box a {
      margin: 36px 0 4px;
    }
    
    .financial-planning .plan-box ul li {
      margin-top: 15px;
    }
    
    .financial-planning .plan-box ul li .check {
      min-width: 24px;
      min-height: 24px;
      background: var(--head-alt-color);
      border-radius: 50%;
      margin-right: 10px;
    }
    
    .financial-planning.how-works-business {
    
      position: relative;
    }
    
    .financial-planning.how-works-business .cus-mar {
      margin-bottom: -40px;
    }
    
    .financial-planning.how-works-business .plan-box {
      box-shadow: unset;
      padding: 0;
      margin-bottom: 40px;
      background: transparent;
    }
    
    .financial-planning.how-works-business .plan-box .thumb {
      background-color: #EEF1FF;
    }
    
    .financial-planning.how-works-business .plan-box h5 {
      margin: 23px 0 5px;
    }
    
    .financial-planning.how-works-business .plan-box:hover {
      border-color: transparent;
    }
    
    .financial-planning.how-works-business .plan-box:hover .thumb {
      background-color: #67B3e4;
    }
    
    .financial-planning.how-works-business .right-box {
      position: absolute;
      bottom: 0;
    }
    /* financial-planning-section end */

     /* counter-educations-section start */
    .counter-educations {
      background-color:#fff;
      position:relative;
      z-index:1;
      overflow:hidden;
    }
    
    .counter-educations .img-area {
      direction: rtl;
    }
    
    .counter-educations .counter-area .single {
      text-align: center;
    }
    
    .counter-educations .counter-area h3 {
      color: #000;
      font-weight: 700;
      font-size: xx-large;
    }
    
    .counter-educations .counter-area h3 span {
      font-size: inherit;
      color: inherit;
      font-weight: inherit;
    }
    
    .counter-educations .btn-area {
      margin-top: -11px;
    }
      /* counter-educations-section end */


    
      /* call-action-section start */


.call-action .main-content {
  padding: 80px 40px;
  background: #030734;
  box-shadow: 0px 0px 20px #3d3d3d;
  border-radius: 20px;
}

.call-action .main-content .section-header .title span {
  display: block;
}

.call-action .main-content .bottom-area a {
  margin: 0 10px;
}





.call-action.card-page .single {
  text-align: center;
}

.call-action.card-page .single .xlr {
  color: var(--head-alt-color);
  margin-top: 16px;
}

.call-action.card-page .single .cmn-btn {
  margin-top: -8px;
}

.call-action.second {
  background-image: url(../images/call-action-card-second.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.call-action.second h2, .call-action.second p {
  color: var(--body-color);
}



.call-action.car-page .main-content .section-header {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.call-action.educations .main-content {
  padding: 60px;
}

.call-action.educations .main-content form .bottom-area {
  margin-top: 10px;
}

.call-action.educations .main-content form .bottom-area .single-input {
  margin-bottom: 0;
}

.call-action.educations .main-content .single-input {
  margin-bottom: 32px;
}

.call-action.educations .main-content .single-input h6 {
  margin-top: -9px;
  color: #fff;
}

.call-action.educations .main-content .single-input label {
  font-weight: 600;
}

.call-action.educations .main-content .single-input input:focus {
  border: 1px solid #B0BAF1;
}

.call-action.educations .main-content .single-input .single-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  margin-top: 10px;
  margin-right: 20px;
  color: #fff;
}

.call-action.educations .main-content .single-input .single-radio:hover input ~ .checkmark {
  background-color: #F5FAFF;
}

.call-action.educations .main-content .single-input .single-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.call-action.educations .main-content .single-input .single-radio input:checked ~ .checkmark {
  background-color: #F5FAFF;
  border: 1px solid #1A4DBE;
}

.call-action.educations .main-content .single-input .single-radio input:checked ~ .checkmark:after {
  display: block;
}

.call-action.educations .main-content .single-input .single-radio .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #F5FAFF;
  border: 1px solid #B0BAF1;
  border-radius: 50%;
}

.call-action.educations .main-content .single-input .single-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1A4DBE;
}


.call-action .form-control {
  background: transparent;
  border: none;
  height: 50px;
  color: #fff !important;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .call-action  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.8) !important; }
    .call-action .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.8) !important; }
    .call-action  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.8) !important; }
    .call-action .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.8) !important; }
    .call-action  .form-control:hover, .form-control:focus {
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.4); }
    .call-action .form-control:focus {
    border-color: rgba(255, 255, 255, 0.4); }
     /* call-action-section end */



     /* our-products-section start */
    .our-products .content-area {
      margin-bottom: 29px;
    }
    
    .our-products .content-area:last-child {
      margin-bottom: -9px;
    }
    
    .our-products .content-area .img-area {
      min-width: 65px;
      min-height: 65px;
      background: #F5FAFF;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 30px;
    }
    
    .our-products .content-area .text-area h5 {
      margin-bottom: 18px;
    }
    
    .our-products .content-area .text-area p {
      font-weight: 500;
    }
    
    .our-products .content-area .text-area p span, .our-products .content-area .text-area p a {
      color: #1A4DBE;
      font-weight: 200;
    }
     /* our-products-section end */


 /* account-feature-section start */
.account-feature{
margin-bottom: -5px;
}

.account-feature .cus-mar {
margin-bottom: -5px;
}

.account-feature .services {
background-color: #161942;
padding: 20px;
position: relative;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease; 
margin-bottom: 30px;
}
.account-feature .services .line {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: ''; 
}
.account-feature .services .line:before, .services .line:after {
position: absolute;
content: '';
width: 10px;
height: 4px;
background: #67B3e4;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease; 
}
.account-feature .services .line:before {
top: 0;
right: 0; 
}
.account-feature .services .line:after {
bottom: 0;
left: 0; 
}
.account-feature .services:before, .services:after {
position: absolute;
content: '';
width: 4px;
height: 10px;
background: #67B3e4;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease; 
}
.account-feature .services:before {
top: 0;
right: 0;
}
.account-feature .services:after {
bottom: 0;
left: 0; 
}
.account-feature .services .icon {
line-height: 1.3;
position: relative; 
margin-bottom: 20px;
width: 80px;
height: 80px;
background: #F5FAFF;
border-radius: 40px;
display: flex;
align-items: center;
justify-content: center; 
}
.account-feature .services:hover .icon {
line-height: 1.3;
position: relative; 
margin-bottom: 20px;
width: 80px;
height: 80px;
background: #030734;
border-radius: 40px;
display: flex;
align-items: center;
justify-content: center; 
}
.account-feature .services .media-body {
color: rgba(255, 255, 255, 0.8); 
}
.account-feature .services .media-body h3 {
font-size: 18px;
font-weight: 700;
color: #fff; 
}
.account-feature .services:hover .media-body{
font-size: 18px;
font-weight: 700;
color: #000; 
}
.account-feature .services:hover .media-body h3{
font-size: 18px;
font-weight: 700;
color: #000; 
}
.account-feature .services:hover {
background: #fff; 
color: #666666;
}
.account-feature .services:hover:before, .services:hover:after {
height: 30px;
}
.account-feature .services:hover .line:before, .services:hover .line:after {
width: 30px;
}
 /* account-feature-section end */
 /* security-section start */
.security-section {
background: #F5FAFF;
}
/* security-section end */


/* account-feature start */
        .account-feature .cus-mar {
          margin-bottom: -5px;
        }
        
        .account-feature .single-box {
          text-align: center;
          background: #fff;
          -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
          -webkit-transition: .3s all ease-in-out;
          -o-transition: .3s all ease-in-out;
          transition: .3s all ease-in-out;
          top: 0;
          position: relative;
          padding: 30px;
        }
        .account-feature .single-box:hover {
          -webkit-box-shadow: 0 8px 50px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 50px -5px rgba(0, 0, 0, 0.1);
          top: -2px; }
        
        .account-feature .single-box .icon-box {
          width: 80px;
          height: 80px;
          background: #67B3e4;
          border-radius: 40px;
          margin: auto;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        
        .account-feature .single-box h5 {
          margin: 23px 0 9px;
        }
/* account-feature end */

/* call-action start */
        .call-action.card-page .single {
          text-align: center;
          color: #fff;
          font-weight: 600;
          font-size: 25px;
        }
        .call-action.card-page .single h3{
          text-align: center;
          color: #fff;
          font-weight: 600;
          font-size: 35px;
        }
        
        .call-action.card-page .single .xlr {
          color: #67B3e4;
          margin-top: 16px;
        }
        /* call-action end */

         /* card-feature start */
        .card-feature .overlay {
          background-image: url(../images/card-feature-right.png);
          background-repeat: no-repeat;
          background-position: right top;
        }
        
        .card-feature .overlay .img-area {
          direction: rtl;
        }
        
        .card-feature .overlay .single {
          margin-bottom: 100px;
          padding-right: 15px;
        }
        
        .card-feature .overlay .single h2 {
          width: 75%;
        }
        
        .card-feature .overlay .slick-arrow {
          position: absolute;
          outline: none;
          bottom: 0;
          width: 40px;
          height: 40px;
          background: #D8DCE7;
          box-shadow: 0px 4px 4px rgba(167, 180, 226, 0.25);
          border-radius: 20px;
          z-index: 1;
        }
        .card-feature .overlay .slick-arrow i {
          color: #1E266D;
          }
          
          .card-feature .overlay .slick-arrow:hover {
          background: #329de4;
          box-shadow: 0px 4px 4px #DAE5FF;
          transition: all 0.5s;
          }
          
          .card-feature .overlay .slick-arrow:hover i {
          color: #ffffff;
          }
        
        
        .card-feature .overlay .slick-arrow.slick-prev {
          left: calc(0% - 1px);
          z-index: 2;
        }
        
        .card-feature .overlay .slick-arrow.slick-next {
          left: calc(26% - 1px);
        }
        
        .card-feature .overlay .section-dots {
          text-align: center;
          position: absolute;
          left: calc(11% - 1px);
          bottom: 12px;
          display: flex;
          align-items: center;
        }
        
        .card-feature .overlay .section-dots li {
          margin: 0 5px;
          display: inline-block;
          list-style: none;
        }
        
        .card-feature .overlay .section-dots li .dot {
          display: block;
          width: 12px;
          height: 12px;
          border-radius: 10px;
          background: #BDC2D1;
          text-decoration: none;
          cursor: pointer;
          transition: all ease 0.3s;
        }
        
        .card-feature .overlay .section-dots li .dot .string {
          position: absolute;
          line-height: 0;
          opacity: 0;
        }
        
        .card-feature .overlay .section-dots li.slick-active .dot {
          background-color: #67B3e4;
        }
  /* card-feature end */

  /* affiliate start */
        .banner-section.affiliate .overlay {
          background-color: #F5FAFF;
          border-bottom: 1px dashed #1A4DBE;

        }
        
        .banner-section.affiliate .overlay .banner-content {
          padding: 265px 0 205px;
        }
        
        .banner-section.affiliate .bottom-box {
          background-image: url(../images/affiliate-circle.png);
          background-repeat: no-repeat;
          background-position: bottom 20px center;
          margin-top: -158px;
        }
        
        .banner-section.affiliate .bottom-box .main-content .mid-side {
          width: 160px;
          height: 160px;
          background-color: #F5FAFF;
          box-shadow: 0px 6.38298px 12.766px rgba(47, 65, 129, 0.1);
          border-radius: 80px;
          position: relative;
        }
        
        .banner-section.affiliate .bottom-box .main-content .mid-side h3 {
          color: #67B3e4;
          margin-top: 0;
          font-size: 35px;
          font-weight: 700;
        }
        
        .banner-section.affiliate .bottom-box .main-content .mid-side p {
          color: #030734;
        }
        
        .banner-section.affiliate .bottom-box .main-content .mid-side::before, .banner-section.affiliate .bottom-box .main-content .mid-side::after {
          position: absolute;
          font-size: 34px;
          color: #171b1d;
        }
        
        .banner-section.affiliate .bottom-box .main-content .mid-side::before {
          content: '\f104';
          left: -120%;
          font-family: 'FontAwesome';
          animation: linear infinite;
          animation-name: run_obj;
          animation-duration: 2s;
        }
        .banner-section.affiliate .title span {
        
          color: #67B3e4;
        }
        
        .banner-section.affiliate .bottom-box .main-content .mid-side::after {
          content: '\f105';
          right: -120%;
          font-family: 'FontAwesome';
          animation: linear infinite;
          animation-name: run_obj_alt;
          animation-duration: 2s;
        }
       /* affiliate end */ 


/* invest-section start */
.invest-section{
  background:  url(../img/world-map.png) center center no-repeat;
  background-size: cover;
  background-color: #030734;}
.invest-section .overlay{
padding:7.188rem 0;
margin-bottom:5rem;
}

.invest-section .overlay .single-box{
position:relative;
}
.invest-section .overlay .single-box .img-box{
position:relative;
transition:all 1s ease-in-out;
-webkit-transform-style:preserve-3d;
transform-style:preserve-3d;
display:inline-block;
}
.invest-section .overlay .single-box .img-box .font-side{
position:absolute;
padding-top:1.563rem;
width:8.125rem;
height:8.125rem;
border-radius:50%;
text-align:center;
margin-bottom:1.438rem;
background-color:#fff;
box-shadow:0 .313rem .625rem 0 rgba(150,148,148,.5);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}
.invest-section .overlay .single-box .img-box .font-side img{
width:50%;
}
.invest-section .overlay .single-box .img-box .back-side{
padding-top:1.563rem;
width:8.125rem;
height:8.125rem;
border-radius:50%;
text-align:center;
margin-bottom:1.438rem;
background-color:#fff;
box-shadow:0 .313rem .625rem 0 rgba(150,148,148,.5);
-webkit-transform:rotateY(180deg);
transform:rotateY(180deg);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}
.invest-section .overlay .single-box .img-box .back-side img{
width:50%;
}

.invest-section .overlay .single-box .text-box h3{
font-family:Raleway;
font-weight:600;
color:#fff;
font-size:1.25rem;
text-transform:uppercase;
margin-top:1.25rem;
}
.invest-section .overlay .single-box.location-left{
top:2.813rem;
}
.invest-section .overlay .single-box.location-right{
top:5.625rem;
}
.invest-section .overlay .single-box:hover .img-box{
-webkit-transform:rotateY(180deg);
transform:rotateY(180deg);
}
/* invest-section end */


/* signin-section start */

.content1 {
  padding: 7rem 0; }
@media (max-width: 991.98px) {
  .content1 .bg {
    height: 500px; } }

.content1 .contents, .content .bg {
  width: 50%; }
  .content1 .mb-4{margin-bottom:1.5rem!important}
  .content1 .mb-5{margin-bottom:3rem!important}
  .content1 .mb-0{margin-bottom:0!important}
  @media (max-width: 1199.98px) {
    .content1 .contents, .content .bg {
      width: 100%; } }
  .content1 .contents .form-group, .content .bg .form-group {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 15px 15px;
    border-bottom: none;
    position: relative;
    background: #edf2f5;
    border-bottom: 1px solid #e6edf1; }
    .content1 .contents .form-group label, .content .bg .form-group label {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .content1 .contents .form-group input, .content .bg .form-group input {
      background: transparent; }
    .content1 .contents .form-group.first, .content .bg .form-group.first {
      border-top-left-radius: 7px;
      border-top-right-radius: 7px; }
    .content1 .contents .form-group.last, .content .bg .form-group.last {
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px; }
    .content1 .contents .form-group label, .content .bg .form-group label {
      font-size: 12px;
      display: block;
      margin-bottom: 0;
      color: #000; }
      .content1  .field-icon {
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #000; }
    .content1 .contents .form-group.focus, .content .bg .form-group.focus {
      background: #fff; }
    .content1 .contents .form-group.field--not-empty label, .content .bg .form-group.field--not-empty label {
      margin-top: -20px; }
  .content1 .contents .form-control, .content .bg .form-control {
    border: none;
    padding: 0;
    font-size: 20px;
    border-radius: 0; }
    .content1 .contents .form-control:active, .content .contents .form-control:focus, .content .bg .form-control:active, .content .bg .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.content1 .bg {
  background-size: cover;
  background-position: center; }

.content1 a {
  color: #000;
  text-decoration: underline; }



.content1 .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px; }

.social-login a {
  text-decoration: none;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block; }
  .social-login a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .social-login a:hover {
    color: #fff; }
  .social-login a.facebook {
    background: #3b5998; }
    .social-login a.facebook:hover {
      background: #344e86; }
  .social-login a.twitter {
    background: #1da1f2; }
    .social-login a.twitter:hover {
      background: #0d95e8; }
  .social-login a.google {
    background: #ea4335; }
    .social-login a.google:hover {
      background: #e82e1e; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px; }
  .control .caption {
    position: relative;
    top: .2rem;
    color: #000; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #6c63ff; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #847dff; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none; }

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff; }

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: .2; }
/* signin-section end */


/* verify-section start */
  .cont {
    padding: 7rem 0; }

  .cont .form-group {
    position: relative; 
  }
  .cont  .card-3d-wrap {
    position: relative;
    width: 440px;
    max-width: 100%;
    height: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 800px;
    margin-top: 60px;
  }
  .cont  .card-3d-wrapper {
    width: 100%;
    height: 100%;
    position:absolute;    
    top: 0;
    left: 0;  
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 600ms ease-out; 
  }
  .cont .card-front {
    width: 100%;
    height: 100%;
    background-color: #2a2b38;
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    position: absolute;
    border-radius: 6px;
    left: 0;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
 
  .cont .center-wrap{
    position: absolute;
    width: 100%;
    padding: 0 35px;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 35px) perspective(100px);
    z-index: 20;
    display: block;
  }
  

  .cont  .form-control {
    background: transparent;
    border: none;
    padding: 13px 20px;
    padding-left: 55px;
    height: 48px;
    width: 100%;
    color: white !important;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
  }
    @media (prefers-reduced-motion: reduce) {
      .cont   .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } 
      }
        .cont    .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.8) !important; }
      .cont  .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.8) !important; }
      .cont   .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.8) !important; }
      .cont   .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.8) !important; }
      .cont   .form-control:hover, .form-control:focus {
      background: transparent;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: rgba(255, 255, 255, 0.4); }
      .cont .form-control:focus {
      border-color: rgba(255, 255, 255, 0.4); }
  /* verify-section end */

      /* otp-section start */

    .otp{
        padding: 7rem 0;
        background-image:linear-gradient(#95a3e0 50%, #030734 50%); }

     
        .otp .form-content {
          padding: 36px 0;
        }
        .otp label{
          color: #fff;
          font-size: 20px;
          margin-bottom: 10px;
          margin-top: 10px;
          font-weight: 500;
          display: block
        }
        .otp .mobile-otp input {
          margin-right: 10px;
          background: #F5FAFF;
          border-color: transparent;
          box-shadow: none;
        }
        
        .otp .mobile-otp input:focus {
          box-shadow: none;
        }
        
        
 .otp .btn-area a {
          color: #fff;
          font-size: 20px;
          margin-bottom: 10px;
          margin-top: 10px;
          font-weight: 500;
          display: block;
        }
       /* otp-section end */

  /* privacy-section start */
       .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;
      }
      
      .privacy-content .safe-data {
        margin: 55px 0;
      }
      
      .privacy-content .safe-data ul {
        list-style-type: decimal;
        margin-left: 18px;
      }
      
      .privacy-content .safe-data ul li {
        padding-left: 15px;
      }
      
      .privacy-content .safe-data ul li::marker {
        font-weight: bold;
      }
      
      .privacy-content .cookies {
        margin-bottom: -36px;
      }
      
      .privacy-content.terms .safe-data {
        margin-bottom: -23px;
      }
        /* privacy-section end */

          /* contact-section start */
        .contact-feature .cus-mar {
          margin-bottom: -5px;
        }
        
        .contact-feature .single-box {
          text-align: center;
        }
        
        .contact-feature .single-box .icon-box {
          width: 80px;
          height: 80px;
          background: #F5FAFF;
          border-radius: 40px;
          margin: auto;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        
        .contact-feature .single-box h5 {
          margin: 23px 0 9px;
        }
        
        .contact-feature.loan-feature .cus-mar {
          margin-bottom: -30px;
        }
        
        .contact-feature.loan-feature .single-box {
          padding: 40px 30px;
          padding-bottom: 29px;
          border: 1px solid #EEF1FF;
          border-radius: 10px;
          margin-bottom: 30px;
        }
        /* contact-section end */
       /* sign-in-up end */
        .sign-in-up.register .form-content {
          padding: 30px 0;
        }
        .sign-in-up.register label{
          color: #000;
          font-weight: 600;
        }
        .sign-in-up.register .form-control {
          background: transparent;
          border: none;
          height: 50px;
          color: #000 !important;
          border: 1px solid transparent;
          background: white;
          border-radius: 40px;
          padding-left: 20px;
          padding-right: 20px;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .sign-in-up.register  .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #000 !important; }
            .sign-in-up.register .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: #000 !important; }
            .sign-in-up.register  .form-control:-ms-input-placeholder {
            /* IE 10+ */
            color: #000 !important; }
            .sign-in-up.register .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: #000 !important; }
            .sign-in-up.register  .form-control:hover, .form-control:focus {
            background: transparent;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: rgba(255, 255, 255, 0.4); }
            .sign-in-up.register .form-control:focus {
            border-color: black; }

            .sign-in-up form .single-input p span {
              color: #fff;
            }
              /* sign-in-up end */

              #particles-js{
                width: 100%;
                height: 100%;
                position: absolute;
              
              }