@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("animate.css");
@import url("aos.css");


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600');


/* -------Extras-------- */
::-moz-selection { 
background: #21ccec; 
color:#fff;
}
::selection {
	background: #21ccec; 
	color:#fff;
}

body {
font-size: 14px;
color: #303030;
letter-spacing: 0;
line-height: 28px;
background-color:#fff;
overflow-x:hidden;
}

a:hover {
	text-decoration: none;
}
button{
	outline:0;
}

.container{
	position:relative;
}


.navbar-collapse{
	text-align:center;
	    margin-top: 30px;
}
.navbar-nav{
	  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.logo img{
	width:120px;
	margin-top:10px;
}

.navbar-collapse a{
font-family: 'Montserrat', sans-serif;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    border: 1px solid transparent;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
	transition: all 0.5s ease-out;
    padding-top: 7px;
    padding-bottom: 7px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
	border: 1px solid rgba(255,255,255,0.7);
	background-color:rgba(0,0,0,0.10);
}

.mencon{
background: rgba(241,243,246,0.13);
box-shadow: 0 20px 40px 0 rgba(0,0,0,0.20);
border-radius: 60px;
padding-left:30px !important;
padding-right:30px !important;
transition: all 0.5s ease-out;
    padding-top: 10px !important;
    padding-bottom: 10px !important;

}
.mencon:hover{
margin-top:-5px !important;
}












.hero {
    background: url(../img/headerbg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-width: 100%;
    height: 700px;
    position: relative;
	margin-bottom:300px;
}

.iphone_blue {
	background: url(../img/iPhoneBlue.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 650px;
    position: absolute;
    top: 150px;
	left:150px;
}

.visa_card {
    background: url(../img/VisaCard.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 260px;
    height: 157px;
    position: absolute;
    top: 404px;
	left:50px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.ScrollDown{
    background: url(../img/ScrollDown.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    bottom: 30px;
  animation: bounce 2s infinite 2s;
  transition: all .2s ease-in;
	
}

.hero_head{
	margin-top:200px;
	
}
.hero_head h1{
font-size: 48px;
color: #FFFFFF;
letter-spacing: -0.5px;
line-height: 52px;
font-family: 'Montserrat', sans-serif;
	
}

.hero_head p{
font-size: 22px;
color: #F6F9FA;
letter-spacing: -0.2px;
font-family: 'Work Sans', sans-serif;	
}




/*------*/
.feat{
	margin-bottom:100px;
}

.feat h3{
font-family: 'Work Sans', sans-serif;
font-size: 18px;
color: #141414;
letter-spacing: -0.2px;
}
.feat p{
font-family: 'Work Sans', sans-serif;
font-size: 14px;
color: #B2B2B2;
letter-spacing: -0.16px;
}



.feat_img{
	background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 40px;
    height: 40px;
	margin:0 auto;
	margin-bottom:50px;
}
.col-sm-4:hover h3{
	color:#1c80df;;
}
.img_love{
	 background: url(../img/love.svg);
}.img_star{
	 background: url(../img/star.svg);
}.img_clock{
	 background: url(../img/clock.svg);
}
.feat_love:hover .img_love{
	 background: url(../img/love_hover.svg);
}.feat_star:hover .img_star{
	 background: url(../img/star_hover.svg);
}.feat_clock:hover .img_clock{
	 background: url(../img/clock_hover.svg);
}
.col-sm-4{
	padding:30px 50px;
}
.feat_beta{

  border-radius: 10px;
  background-color: #ffffff;
  background-color: var(--white);
  box-shadow: 0 10px 20px 0 #dde7ee;
}



.button_feat_beta{
	margin-top:30px;
    width: 160px;
    height: 50PX;
    border-radius: 30px;
    background-image: linear-gradient(253deg, #7cd1f5, #1c80df);
    border: none;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: -0.5px;
	font-family: 'Work Sans', sans-serif;
  }
 .button_feat_beta:hover{

    background-image: linear-gradient(253deg, #1c80df, #7cd1f5);
  }


  
  
  
  .screens {
    background: url(../img/GreyBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-width: 100%;
    height: 950px;
    position: relative;
}


.security{
	    position: relative;
    padding: 300px 0 300px 0;
	background-color:#f3f4f5;
}
 
.secu_up{
    background: url(../img/secu_up.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    z-index: 5555;
}
  
  
.security h2{
	font-family: 'Montserrat', sans-serif;
	color:#333b4d;
	font-size:35px;
	margin-bottom:40px;
	    line-height: 45px;
} 

.security h4{
	font-family: 'Montserrat', sans-serif;
	color:#333b4d;
	font-size:25px;
	margin-bottom:40px;
	    line-height: 35px;
	font-weight:300;
} 

.security h5{
	font-family: 'Montserrat', sans-serif;
	color:#3c72fc;
	font-size:27px;
	margin-bottom:40px;
	font-weight:400;
} 
.security p{
	font-family: 'Montserrat', sans-serif;
	color:#333b4d;
	font-size:15px;
	font-weight:400;
} 
  
 
.galaxy{
    background: url(../img/galaxy.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 800px;
    position: absolute;
    width: 100%;
	margin-top:-100px;

}

.bitmap{
    background: url(../img/Bitmap.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 700px;
    position: absolute;
    width: 700px;
    right: 0;
}

.left{
    background: url(../img/Left.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
    position: absolute;
    width: 250px;
    left: 50%;
    margin-left: -250px;
    top: 380px;
}

.left_text h2{
font-size: 36px;
color: #141414;
letter-spacing: -0.4px;
line-height: 38px;
font-family: 'Work Sans', sans-serif;
}

.left_text h2 span.colored{
color: #1C80DF;
font-weight:600;
}

.left_text p{
	width:330px;
font-family: 'Work Sans', sans-serif;
font-size: 14px;
color: #909090;
letter-spacing: -0.16px;
line-height: 20px;
}

.left_text{
    position: absolute;
    left: 50%;
    top: 600px;
    margin-left: -200px;
}

.send1 .img_send{
    background: url(../img/send1.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    position: absolute;
    width: 40px;
    top: 520px;
    right: 373px;
}
.send1 .img_text{
    background: url(../img/send1t.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 180px;
    position: absolute;
    width: 350px;
    top: 442px;
    right: 47px;
}
.send2 .img_send{
    background: url(../img/send2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    position: absolute;
    width: 40px;
    top: 635px;
    right: 90px;
}
.send2 .img_text{
    background: url(../img/send2t.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 180px;
    position: absolute;
    width: 350px;
    top: 580px;
    right: 105px;
}

/*-------------*/
.bluebg{
	background: url(../img/BlueBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-width: 100%;
    height: 1100px;
    position: relative;
	margin-top:-170px;
}

.iphonex{
    background: url(../img/iphonex.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 800px;
    position: absolute;
    width: 720px;
    right: 0;
    margin-top: -140px;
}

.app_left{
    background: url(../img/app_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 370px;
    position: absolute;
    width: 400px;
    top: 520px;
    left: 0;
}

.SavingsItem{
background: url(../img/SavingsItem.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 180px;
    position: absolute;
    width: 344px;
    top: 618px;
    left: 130px;
}

.Right{
    background: url(../img/Right.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
    position: absolute;
    width: 250px;
    right: 420px;
    top: 480px;
}
.bluebg .right_text p{
	color:#fff;
		width:330px;
font-family: 'Work Sans', sans-serif;
font-size: 14px;
letter-spacing: -0.16px;
line-height: 20px;
}

.bluebg .right_text h2{
	color:#fff;
font-size: 36px;
letter-spacing: -0.4px;
line-height: 38px;
font-family: 'Work Sans', sans-serif;
}

.bluebg .right_text{
    position: absolute;
    right: 285px;
    top: 700px;
}

.curved_blue{
	background: url(../img/curved_blue.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-width: 100%;
    height: 150px;
    position: absolute;
	bottom:-20px;
}


/*-----------------*/
.path_xien{
	transform: rotate(-315deg);
    background: #F6FAFF;
    box-shadow: 0 15px 45px 0 rgba(23,128,224,0.21);
    border-radius: 100px;
    height: 2100px;
    position: relative;
    width: 1600px;
    top: 235px;
	margin-left:-350px;
	z-index: 5;
}

.path_xien_blue_upper{
    height: 2300px;
    position: relative;
    width: 100%;
    top: 210px;
    background-image: linear-gradient(-215deg, #1C80DF 0%, #AC7CF5 100%);
    margin-top: -1300px;
    z-index: -2;
}

.path_xien_blue{
    height: 1500px;
    position: absolute;
    width: 1060px;
    top: 800px;
    transform: rotate(45deg);
    background: rgba(37,143,224,0.9);
    border-radius: 200px;
    z-index: 0;
    right: 300px;
}



.path_xien_inner{
	
}
.xien_main{
    position: relative !important;
    overflow: hidden;
}
.xienn{
	position: relative !important;
	    overflow: hidden;
}

.Left_clock{
    background: url(../img/Left_clock.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    position: absolute;
    width: 200px;
    top: -180px;
    margin-left: -40px;
	z-index: 7;

}

.Left_clock_text{
	position: absolute;
    top: 600px;
	left:540px;
	margin-left:0;
	z-index: 7;
}

.Panel_path{
    background: url(../img/Panel_path.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 445px;
    position: absolute;
    width: 550px;
    top: 950px;
    left: 50%;
	z-index: 7;
}

.Panel_path_text h2{
font-family: 'Montserrat', sans-serif;
font-size: 36px;
color: #677897;
    width: 500px;
	z-index: 7;
}

.Panel_path_text p{
font-family: 'Montserrat', sans-serif;
font-size: 16px;
color: #677897;
line-height: 30px;
z-index: 7;
width: 400px;
}

.Panel_path_text{
	    position: absolute;
    top: 1050px;
	z-index: 7;
    left: 250px;
}

.cards_path{
    background: url(../img/cards_path.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 480px;
    position: absolute;
    width: 489px;
    top: 600px;
	z-index: 7;
}

 .section_title{
    margin-top: 0px;
    z-index: 10;
    position: absolute;
    width: 100%;
    top: 1500px;
}
 .section_title h1{
	font-family: 'Work Sans', sans-serif;
	font-size: 36px;
	color: #141414;
	letter-spacing: -0.4px;
	line-height: 38px;
}
 .section_title h1 span.colored{
	color: #1C80DF;
	font-weight:600;
}

.key_boxs{
    z-index: 10;
    position: absolute;
    top: 1650px;
    width: 100%;
}

.key_box{
    background: #FFFFFF;
    box-shadow: 0 20px 40px 0 #C4CFDA;
    border-radius: 10px;
    padding: 40px;
    width: 30.33333333%;
    margin: 0 17px;
    z-index: 10;
    position: relative;
    transition: all 0.5s ease-out;
}
.key_box:hover{
    box-shadow: 0 1px 20px 0 #C4CFDA;
  
}
.key_box h3{
font-family: 'Work Sans', sans-serif;
font-size: 18px;
color: #141414;
z-index: 7;
letter-spacing: -0.2px;
}

.key_box p{
font-family: 'Work Sans', sans-serif;
font-size: 14px;
color: #B2B2B2;
letter-spacing: -0.16px;	
}

.key_box_badge p{
    font-family: 'Work Sans', sans-serif;
    font-size: 8px;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    width: 80px;
    padding: 0px 5px;
    line-height: 25px;
    height: 25px;
	border-radius:2px;
}
.key_box_badge_1 p{
  background-image: linear-gradient(76deg, #f5737b, #e8ce91);

  }
  .key_box_badge_2 p{
 background-image: linear-gradient(259deg, #d88eee, #6e6eff);
  }

  .key_box_badge_3 p{
  background-image: linear-gradient(250deg, #7cd1f5, #a0f43c);
  }

.keyboximgtext p.ttl{
font-family: 'Work Sans', sans-serif;
font-size: 12px;
color: #141414;
letter-spacing: -0.2px;
}

.keyboximgtext p{
font-family: 'Work Sans', sans-serif;
font-size: 10px;
color: #B2B2B2;
letter-spacing: -0.16px;	
line-height:10px;
}

.keyboximg img{
    margin-top: -16px;
    margin-right: 15px;
}
.keyboximg{
    display: inline-block;
	margin-top:20px;
}
.keyboximgtext{
    display: inline-block;
	margin-top:20px;
}

.key_boxs{
	padding-top:60px;
}

/*----------------------*/

.xien1_under_2{
    transform: rotate(-45deg);
    height: 1500px;
    position: absolute;
    width: 1060px;
    bottom: -1300px;
    background: rgba(37,143,224,0.9);
    border-radius: 200px;
    z-index: 0;
    right: 0;
}






.path_xien_2{
    position: relative;
    overflow: hidden;
    padding-bottom: 1200px;
    margin-top: -644px;
}

.path_xien_art{
    transform: rotate(-315deg);
    background: #F6F9FD;
    box-shadow: 0 15px 45px 0 rgba(23,128,224,0.21);
    border-radius: 100px;
    height: 700px;
    position: relative;
    width: 700px;
    top: 750px;
}


.Graph_back{
background: url(../img/Graph_back.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 600px;
    position: absolute;
    width: 500px;
    top: 0;
    right: 0;
}

.Graph_front{
    background: url(../img/Graph_front.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 450px;
    position: absolute;
    width: 500px;
    top: 110px;
    right: 155px;
}

.pathxien2art{
    background: url(../img/pathxien2art.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 900px;
    position: absolute;
    width: 650px;
    top: 500px;
    left: 95px;
}

.pathxienart2_2{
    background: url(../img/pathxienart2_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 565px;
    position: absolute;
    width: 600px;
    top: 381px;
    right: 0;
}

.path_xien_art_right{
    transform: rotate(-311deg);
    background: #F3F6FB;
    box-shadow: 13px 15px 45px 0 rgba(23,128,224,0.27);
    border-radius: 100px;
    height: 1500px;
    position: relative;
    float: right;
    width: 1500px;
    top: 400px;
    margin-right: -759px;
	
}

.path_xien_art_right_text{
	    position: absolute;
    right: 195px;
    top: 900px;
}
.path_xien_art_right_text h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #677897;
    width: 500px;
    z-index: 7;
}
.path_xien_art_right_text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #677897;
    line-height: 30px;
    z-index: 7;
    width: 400px;
}
.path_xien_art_left_2{
    height: 2000px;
    position: relative;
    width: 2500px;
    top: 1500px;
    margin-left: -700px;
    transform: rotate(-315deg);
    background: #F6F9FD;
    box-shadow: 0 15px 45px 0 rgba(23,128,224,0.21);
    border-radius: 100px;
}


/*--------contact form--------- */

.contact_beta_form form{
	position: absolute;
    z-index: 200;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
}




.contact_beta_form form{
    position: absolute;
    z-index: 200;
    bottom: 350px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 0 10px;
    border-radius: 10px;
}
.contact_beta_form .form-group{
margin-bottom:0;
}
.contact_beta_form .bloom1{
padding-right:0;
}
.contact_beta_form .bloom2{
padding-left:0;
}

.form_inner{
	height: 70px;
    border: 0;
    box-shadow: none;
	border-radius:0;
}
.form_inner:focus{
    box-shadow: none;
	border:none;
}
.message{
	height:150px !important;
}
.form_border_bottom{
	border-bottom:1px solid #E2E2ED !important;
}
.form_border_right{
	border-right:1px solid #E2E2ED !important;
}
.beta_form_button{
background-color: #03245A;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,0.30);
    border-radius: 60px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    height: 50px;
    font-size: 18px;
    width: 180px;
    position: absolute;
    border: none;
    left: 50%;
    margin-left: -90px;
    bottom: -150px;
	z-index: 210;
	
}
.fomr_title{
	position: absolute;
    bottom: 750px;
    width: 100%;
    text-align: center;
}
.fomr_title h2{
font-family: 'Work Sans', sans-serif;
font-size: 36px;
color: #FFFFFF;
letter-spacing: -0.4px;
line-height: 38px;
}
.circlues{
    background: url(../img/Circles.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 146px;
    width: 250px;
    position: absolute;
    bottom: -200px;
    z-index: 200;
    left: 50%;
    margin-left: -115px;
}

.contact_beta_form form .message::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Work Sans', sans-serif;
	font-weight:300;
	font-size:16px;
}
.contact_beta_form form .message::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Work Sans', sans-serif;
	font-weight:300;
	font-size:16px;
}
.contact_beta_form form .message:-ms-input-placeholder { /* IE 10+ */
	font-family: 'Work Sans', sans-serif;
	font-weight:300;
	font-size:16px;
}
.contact_beta_form form .message:-moz-placeholder { /* Firefox 18- */
	font-family: 'Work Sans', sans-serif;
	font-weight:300;
	font-size:16px;
}

.contact_beta_form form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Work Sans', sans-serif;
	font-weight:300;
	font-size:16px;
}
.contact_beta_form form input::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Work Sans', sans-serif;
	font-weight:300;
	font-size:16px;
}
.contact_beta_form form input:-ms-input-placeholder { /* IE 10+ */
	font-family: 'Work Sans', sans-serif;
	font-weight:300;
	font-size:16px;
}
.contact_beta_form form input:-moz-placeholder { /* Firefox 18- */
	font-family: 'Work Sans', sans-serif;
	font-weight:300;
	font-size:16px;
}



/*---------------*/

.request_money{
    background: url(../img/request_money.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 677px;
    position: absolute;
    width: 513px;
    left: 50%;
    top: 1200px;
    margin-left: -255px;
}

.business_text{
position: absolute;
    top: 2000px;
    left: 200px;
}
.business_text h3{
    font-family: 'Montserrat', sans-serif;
font-size: 36px;
color: #677897;
width:500px;
}
.business_text p{
    font-family: 'Montserrat', sans-serif;
font-size: 16px;
color: #677897;
line-height: 30px;
width:450px;
}

.savingscards{
    background: url(../img/savingscards.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 450px;
    position: absolute;
    width: 513px;
    top: 2000px;
    right: 300px;
}

.dashboard{
    position: absolute;
    width: 100%;
    margin-top: -250px;
}

.dashboard h1{
font-family: 'Montserrat', sans-serif;
font-size: 36px;
color: #677897;
}
.dashboard p{
font-family: 'Montserrat', sans-serif;
font-size: 16px;
color: #677897;
line-height: 30px;
}

.dashboard_img{
background: url(../img/dashboard.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 683px;
    width: 900px;
    margin: 0 auto;
	margin-top:20px;
}

.api h1{
font-family: 'Montserrat', sans-serif;
font-size: 36px;
color: #677897;
}
.api p{
font-family: 'Montserrat', sans-serif;
font-size: 16px;
color: #677897;
line-height: 30px;
}

.api{
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 600px;
}
.api .col-sm-4 {
    padding: 50px 20px 0 20px;
}
.api .col-sm-4 img{
box-shadow: 0 15px 45px 0 rgba(23,128,224,0.21);
border-radius: 7px;
    transition: all 0.5s ease-out;
}
.api .col-sm-4 img:hover{
box-shadow: 0 5px 10px 0 rgba(23,128,224,0.21);
border-radius: 7px;
}

.cta_footer{
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.cta_footer .container{
	
	padding:30px 15px;
	border-top:2px solid #CBE3FA;
	
}
.cta_footer .container h2{
font-family: 'Montserrat', sans-serif;
font-size: 22px;
color: #677897;
	
}

.early_Access{
    background-image: linear-gradient(-45deg, #00EAF8 0%, #187ADF 55%, #102397 100%);
    border-radius: 100px;
    border: none;
    height: 40px;
    width: 160px;
	    float: right;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
	    margin-top: 30px;
}
.early_Access:hover{
    background-image: linear-gradient(-45deg, #102397 0%, #187ADF 55%, #00EAF8 100%);
}



.newsletter_foot{
	border-radius: 100px;
	border:1px solid #00EAF8;
    height: 40px;
    width: 160px;
    color: #102397;
	    float: right;
		    margin-top: 30px;
	background-color:#fff;
    font-family: 'Montserrat', sans-serif;
}
.newsletter_foot:hover{
	border:1px solid #102397;
    color: #00EAF8;
}


/*--------------*/

.footer{
	background-color:#E6EFFA;
	padding:10px 0;
}



.social{
	padding:0;
}
.social li{
	list-style:none;
	display:inline-block;
}
.social li a .fa{
    padding: 12px;
    height: 40px;
    width: 40px;
    background: #677897;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
	margin-right: 10px;
	transition: all 0.5s ease-out;
}

.social li a .fa-facebook:hover{
    background: #3b5998;
}

.social li a .fa-twitter:hover{
    background: #1da1f2;
}

.social li a .fa-instagram:hover{
    background: #fd1d1d;
}

.copyright{
font-family: 'Montserrat', sans-serif;
font-size: 14px;
color: #2A4560;
letter-spacing: 0;
    margin-top: 20px;
}

.footsocial ul{
	float:right;
	margin-top:15px;
}




/*-----------------------------------------------
--------------- Responsive ---------------------
-----------------------------------------------*/

@media (max-width: 1770px){

.path_xien{
	visibility:hidden;
}

.path_xien_blue_upper{
visibility:hidden;	
}
.path_xien_blue{
	visibility:hidden;
}
.contact_beta_form form{
	    box-shadow: 0 20px 40px 0 rgba(0,0,0,0.30);
}

.fomr_title h2 {
    color: #000;
}
.path_xien_art_right{
	visibility:hidden;
}




}


@media (max-width: 1450px){
.Panel_path{
	display:none;
}
.path_xien_art_left_2{
	visibility:hidden;
}

.savingscards{
	display:none;
}




}



@media (max-width: 1370px){
.dashboard {
    position: relative;
    width: 100%;
    margin-top: 450px;
}
.api {
       position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
	margin-bottom:60px;
}
.cta_footer {
    position: relative;
    bottom: 0;
    width: 100%;
}
.path_xien_2 {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    margin-top: -644px;
}

}
	
	
@media (max-width: 1350px){
.Graph_front,.Graph_back{
	display:none;
}
.pathxienart2_2{
	display:none;
}
.pathxien2art{
	display:none;
}
.path_xien_art{
	display:none;
}




}


@media (max-width: 1250px){
.iphonex{
display:none;	
}
.galaxy{
	display:none;
}
.bitmap{
	display:none;
}
.convo{
	display:none;
}
.bluebg .right_text {
    right: 50px;
}
.Right {
    right: 50px;
}

}



@media (max-width: 1200px){
.key_boxs {
    z-index: 10;
    position: relative;
    top:0;
    width: 100%;
}
.contact_beta_form form {
    position: relative;
    bottom: 0;
}
.fomr_title {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
}
  [data-aos] {
    transition: none !important;
    animation: none !important;
	opacity: 1 !important;
	transform: none !important;
  }
.path_xien_blue_upper {
    height: 550px;
}
.key_boxs .container{
	 display: flex;
	 margin-bottom:60px;
}

.contact_beta_form{
	margin-bottom:100px;
}
.path_xien_art_right_text {
    position: absolute;
    top: 730px;
    width: 500px;
    text-align: center;
    left: 50%;
    margin-left: -250px;
}
.dashboard_img {
    height: 683px;
    width: auto;
}
.Left_clock_text {
    position: absolute;
    top: 210px;
}
.cards_path {
    top: 200px;
}
.Panel_path_text {
    top: 700px;
}
.section_title {

    top: 1200px;
}

.iphone_blue {
    width: auo;
	left:0;
}
.visa_card {
    width: auo;
	left:0;
}

.business_text p {
    width: 100%;
	text-align:center;
}
.business_text h3 {
    width: 100%;
	text-align:center;
}
.business_text {
    position: absolute;
    top: 1800px;
    left: 0;
    width: 100%;
    text-align: center;
}







}

@media (max-width: 990px){
.iphone_blue{
	display:none;
}
.visa_card{
	display:none;
}
	.hero {

    margin-bottom: 60px;
}
	.hero_head {
    margin-top: 100px;
}
	
}


@media (max-width: 910px){
.cards_path {
	display:none;
}
.Left_clock_text {
    left: 0;
	    width: 100%;
		padding:0 15px;
}

.key_boxs .container {
    display: block;
    margin-bottom: 60px;
}
.key_box{
	width:100%;
	margin:0 0 40px 0;
}
.left_text p {
    width: 100%;
	padding:0 15px;
}
.left_text {
    width: 100%;
	text-align:center;
	padding:0 15px;
}

.Left_clock{
	display:none;
}

.Panel_path_text p {
    width: 100%;
	padding:0 15px;
}

.Panel_path_text h2 {
    width: 100%;
	padding:0 15px;
}
.Panel_path_text {
    top: 700px;
    width: 100%;
    left: 0;
	padding:0 15px;
    text-align: center;
}
.path_xien_art_right_text p {
    width: 100%;
	padding:0 15px;
}
.app_left {
	display:none;
}
.SavingsItem {
	display:none;
}
.Right{
	display:none;
}
.bluebg {
    height: 600px;
}
.bluebg .right_text {
    position: absolute;
    top: 150px;
    width: 100%;
    right: 0;
	padding:0 15px;
    text-align: center;
}

.bluebg .right_text p {
    width: 100%;
	padding:0 15px;
}
.secuimg{
	display:none;
}
.left {
	display:none;
}
.screens .left_text {
    width: 100%;
    text-align: center;
    left: 0;
    top: 250px;
	padding:0 15px;
    margin: 0;
}
.screens {
    height: 550px;
}

.request_money {
    top: 1000px;
}












}



@media (max-width: 768px){
.contact_beta_form .bloom2 {
    padding-left: 15px;
}
.contact_beta_form .bloom1 {
    padding-right: 15px;
	
}
.form_border_right {
  border-right: none !important;
}
.api {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.logo img {
    margin-left: 40px;
}
#main_navv {
    width: 200px;
    float: right;
    text-align: center;
    height: 200px !important;
    padding-top: 30px;
    position: absolute;
    right: 30px;
    background-color:rgba(0,0,0,0.5);
    margin-top: 0;
    z-index: 999;
    border-radius: 10px;
    border: none;
}
.navbar-default .navbar-toggle {
    margin-top: 40px;
}
.navbar-right{
	display:none;
}
.bottomfooter img{
	height:30px;
	margin:0 auto;
	text-align:center;
}
.path_xien_art_right_text h2 {
    width: 100%;
}
.path_xien_art_right_text p {
    width: 100%;
}
.path_xien_art_right_text {
    position: absolute;
    top: 730px;
    width: 100%;
    text-align: center;
    left: 0;
    margin-left: 0;
}
.request_money {
    background: url(../img/request_money.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 477px;
    position: absolute;
    width: 350px;
    left: 50%;
    top: 1200px;
    margin-left: -160px;
}



}





/*-------------------------*/
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-toggle span.icon-bar {
    transition: all 0.15s;
}

.navbar-toggle span:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle span:nth-child(3) {
    opacity: 0;
}

.navbar-toggle span:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0);
}
.icon-bar{
	background-color:#fff !important;
}
.navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1;
}














/*foterrrrrrr*/

.footer{
    background-repeat: no-repeat;
    background-size: 100% 100%;
	position:relative;
	background-image: url(../img/footer.png);
	margin-top:0;
	font-family: 'Montserrat', sans-serif;
}

.footer ul {
	padding:0;
}
.footer ul li{
	list-style:none;
	padding:5px 0;
}

.footer ul li a{
	color:#6A789B;
	transition: all 0.3s ease-out;
	font-weight:300;
}
.footer ul li a:hover{
	color:#8a72ef;
}

.footer h3{
    color: #6A789B;
    font-size: 22px;
}
.footer p{
    color: #6c6d71;
	line-height:24px;
	font-size:14px;
	font-weight:300;
}
.footerlogo{
	    padding: 50px 0 0 0;
}

.footer .social li{
	display:inline-block;
	padding:10px 20px 10px 0;
	font-size:18px;
}

.footer .copyright p{
	padding-left:15px;
}

@media (max-width: 500px){
.footer .copyright p{
	font-size:12px;
}}

@media (max-width: 430px){
.footer .copyright p{
	font-size:10px;
}}

.bottomfooter{
	padding:15px 15px 0 15px;
}

.bottomfooter img{
	height:30px;
}
.copyright {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #2A4560;
    letter-spacing: 0;
    margin-top: 0;
}
.madewith{
font-size: 12px;
color: #2A4560;
letter-spacing: 0;
font-weight:300;
}
.madewith .fa{
	color:#ff3d69;
}
@media (max-width: 768px){
.madewith{
text-align:center;
}}
/*foterrrrrrr end*/



































































































































