@-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
	100% { -webkit-transform: translate(2px, -2px) rotate(-1deg); } 
}
@keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
	100% { -webkit-transform: translate(2px, -2px) rotate(-1deg); } 
}
.on {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 2s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-name: spaceboots;
	animation-duration: 2s;
	transform-origin:50% 50%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    color: #58595b;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}
h1 {
    font-family: "Poppins",sans-serif;
    letter-spacing: 2px;
    font-size: 40px;
    line-height: 45px;		
}
h3 {
		font-family: "Poppins",sans-serif;
    font-size: 30px;
    font-weight: 600;
		line-height:	35px;
		color: #009ee3;
		text-align:center;
}
p {
    font-family: "Roboto Slab",serif;
    font-size: 20px;
    letter-spacing: 1.1px;
    line-height: 30px;
}
button {
	 font-family: "Poppins",sans-serif;
	 cursor:pointer;
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	max-width:300px;
	font-size:14px !important;
	line-height:17px;
	text-align:center;
}
.full_width {
    min-width: 320px;
    position: relative;
    width: 100%;
		overflow:hidden;
}
.full_width > .bg {
    height: 100%;
    transform: translateX(50%);
    width: 100%;
		position:absolute;
}
.full_width > .bg > div {
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: cover;
    height: 100%;
    min-width: 1600px;
    transform: translateX(-50%);
    width: 100%;
}
.inner_center {
    margin: 0 auto;
    position: relative;
    width: 1024px;
}
.topnav {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-Index:999; 
	background-color: #009ee3;
	font-family: "Poppins",sans-serif;
	transition: height 0.1s linear 0s;
}

.topnav0,.topnav1,.topnav2  {
	width: 1024px; 
	margin: 0px auto; 
	top: 0px; 
	position: relative; 
	z-index: 100;	
}
.topnav1,.topnav2 {
	z-index: 200;	
}

.topnav {
	height:0;
}
.topnav1 {
	display:block;	
}
.topnav2 {
	display:none;
}

body.s .topnav {
	display:block;
	height:78px;
}

body.o .topnav {
	display:block;
	height:140px;
}
body.o .topnav1 {
	display:none;	
}
body.o .topnav2 {
	display:block;	
}
.topnav0 > div.right,
.topnav1 > div.right,
.topnav2 > div.right
 {
	position: absolute;
    top: 0px;
    right: 0px;
    padding: 25px 15px 0 0;
    width: 220px;
}

.topnav0 > div.right > button,
.topnav1 > div.right > button, 
.topnav2 > div.right > button {
	background-color: #009ee3;
    border: 0 none;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    height: 28px;
    line-height: 28px;
    padding: 0 30px;
    position: absolute;
    left: 0;
}
.topnav1 > div.right > button,
.topnav2 > div.right > button {
	background-color: #fff; 
  color: #009ee3;
}

.topnav2 > div.right > div {
    position: absolute;
    top: 75px;
    text-align: center;
    width: 135px;
    left: 0;
}
.topnav2 > div.right > div > a + a {
    margin-left: 10px;
}
.topnav2 > div.right > div > a > img {
    background-color: #fff;
    border-radius: 15px;
    padding: 5px;
    vertical-align: bottom;
}

.topnav0 .right > img,
.topnav1 .right > img,
.topnav2 .right > img  {
	cursor: pointer;
	float:right;
	margin-right: 10px;
}
.topnav2 .right > img {
	margin-top:-4px;
}

.topnav0 > div.left,
.topnav1 > div.left,
.topnav2 > div.left {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	padding:25px 0 0 25px;
}

.topnav1 > div.mid,
 .topnav2 > div.mid {
    color: #fff;
    font-size: 18px;
    padding: 25px 0 25px 250px;
		font-weight:700;
		line-height: 28px;
}
.topnav1 > div.mid  > span {
	font-weight:300;	
}
.topnav1 > div.mid button {
    background-color: #00F3A3;
    border: 0 none;
    color: #009ee3;
    font-size: 12px;
    font-weight: 700;
    height: 26px;
    line-height: 26px;
    margin: 0 15px;
    padding: 0 15px;	
}

.topnav2 > div.mid {
	padding: 30px 0 25px 230px;	
	font-weight:100;
	font-size:14px;
	line-height:14px;
}
.topnav2 > div.mid > ul {
	list-style-type:none;
}
.topnav2 > div.mid > ul > li {
	float:left;
	margin-right:30px;
}
.topnav2 > div.mid > ul > li > a {
		text-decoration:none;
		color:#fff;
		display:block;
		padding:3px;
		white-space: nowrap;
}
.topnav2 > div.mid > ul > li > a:first-child {
	font-weight:600;
	font-size:15px;
	margin-bottom:5px;
}
.topnav2 > div.mid > ul > li > a:not(.blank):hover {
  background-color:#fff;
	color: #009ee3;
}
.banner {
    height: 618px;
    text-align: center;		
}
.banner .text {
	position:absolute;
	bottom:0;
	height:165px;
	background-color:rgba(0,0,0,0.3);
	width:100%;
	color:#fff;
	font-size:40px;
	font-family: "Poppins",sans-serif;
	font-weight:600;
	display: table;
}
.banner .text h1 {
    display: table-cell;
    vertical-align: middle;
}
.banner .text h1 img {
    margin-right: 50px;
    vertical-align: middle;
}
.ourflow {
    background-color: #009ee3;
    padding: 90px 0;
}
.ourflow > .inner_center {
	  display: flex;
    justify-content: space-between;
}
.ourflow > div > div {
    color: #fff;
    text-align: center;
    width: 260px;
}
.ourflow > div > div > div {
background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 65px;
    height: 80px;
    margin: 0 auto 40px;
    width: 80px;
    background-size: 40px;
}
.ourflow > div > div > div.f1 {
   background-image: url("/img/newwrap/flow1.png");
}
.ourflow > div > div > div.f2 {
   background-image: url("/img/newwrap/flow2.png");
}
.ourflow > div > div > div.f3 {
   background-image: url("/img/newwrap/flow3.png");
}
.ourflow > div > div > h3 {
    position:relative;
		color:#fff;		
}
.ourflow > div > div:not(:last-child) > h3::after {
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAATCAYAAADI876sAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB9SURBVHja7NhBEcIADAXRDQaoA5BQCUiohFrBCRKQgIRKAAegYHvpTAcLzd9bju+SmaQ4UOoVmLfxWVULHVJv7n3VsQt89L9FHbrg5+CDDz742lb+CzjTp3upb+BCrz4nYAJ+zeCPLLiggw466FxnB7jHq+sHZgUAAP//AwAyvkOTALSujgAAAABJRU5ErkJggg==") repeat scroll 0 0;
    content: "";
    height: 19px;
    position: absolute;
    right: -85px;
    top: 25px;
    width: 62px;
}
.ourflow > div > div > p {
    font-size: 20px;
    margin-top: 30px;
}
.testim {
    height: 520px;
}

.testim > .inner_center > div {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("/img/newwrap/testimq.png");
    background-position: center 45px;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 90px 70px 40px;
    text-align: center;
    width: 600px;
}
.testim > .inner_center > div > p {
    color: #fff;
    margin-top: 10px;
}
.testim > .inner_center > div > p > span {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}
.features {
	padding: 70px 0;
}
.features > p {
    margin-bottom: 30px;
    text-align: center;
}
.features > p >span {
	color: #009ee3;
	font-weight:bold;
}

.features > div {
    display: flex;
    flex-wrap: wrap;
		justify-content: center;  
}
.features > div > div {
    margin: 50px 10px;
    text-align: center;
    width: 300px;
}
.features > div > div > div {
    height: 100px;
		background-position:center center;
		background-repeat:no-repeat;
}
.features > div > div > h4 {
		font-family: "Roboto Slab",serif;
    font-size: 25px;
}
.features > div > div > p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
}


.footer {
	  font-family: "Poppins",sans-serif;
    background-color: #009ee3;
		padding:50px 0;
}
.footer .topnav2 {
	display: block !important;
}
.footer .text {
	margin:50px 0 0 25px;
}
.footer .text > * {
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
    text-decoration: none;
}
.footer .text > a:hover {
	text-decoration:underline;
}

body.modal {
	overflow:hidden;
}	
#modal {
	  background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
		display:none;
		cursor: cell;
}
#modal > div > span {
		width:50px;
		height:50px;
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gIDxnIGRpc3BsYXk9ImlubGluZSI+ICA8dGl0bGU+QmFja2dyb3VuZCBDaXJjbGU8L3RpdGxlPiAgPGNpcmNsZSBmaWxsPSIjMDAwMDAwIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1kYXNoYXJyYXk9Im51bGwiIHN0cm9rZS1saW5lam9pbj0ibnVsbCIgc3Ryb2tlLWxpbmVjYXA9Im51bGwiIGN4PSIxMyIgY3k9IjEzIiByPSIxMSIgaWQ9InN2Z181Ii8+IDwvZz4gPGc+ICA8dGl0bGU+WDwvdGl0bGU+ICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iNSIgZD0ibTcuMTA3NTc4LDEwLjk3MTI4OGwzLjg5NTQyOCwwbDAsLTMuOTU3MjExbDMuOTk1OTU3LDBsMCwzLjk1NzIxMWwzLjg5NTQ0NiwwbDAsNC4wNTkzMjFsLTMuODk1NDQ2LDBsMCwzLjk1NzE4NmwtMy45OTU5NTcsMGwwLC0zLjk1NzE4NmwtMy44OTU0MjgsMGwwLC00LjA1OTMyMXoiIHN0cm9rZS1vcGFjaXR5PSIwIiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUsIDEzLjAwMiwgMTMuMDAyKSIgaWQ9InN2Z180Ii8+IDwvZz48L3N2Zz4=);
		position:absolute;
		top:10px;
		right:10px;
		background-size: cover;
}

#modal > div.loginmodal {
		margin: 100px auto;
		width: 300px;
		height: 350px;
		background-color: #009ee3;
    color: #fff;
    display: block !important;
    border-radius: 10px;	
		padding:20px;
		cursor: default !important;
}
#modal > div.loginmodal > div {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;		
}
#modal > div.loginmodal > div > div {
	position:absolute;
	width:100%;
	float:left;	
	transition: left 0.5s ease-in-out;
}
#modal > div.loginmodal > div > .login {
	left:0;
}
#modal > div.loginmodal > div > .recover {
	left:100%;	
}
#modal > div.loginmodal > div.r > .login {
	left:-100%;	
}
#modal > div.loginmodal > div.r > .recover {
	left:0;	
}

#modal > div.loginmodal > div > div  h3 {
		color: #fff;
    margin-bottom: 20px;
}
#modal > div.loginmodal > div > div  p {
	margin-bottom: 10px !important;
}
#modal > div.loginmodal > div > div  p.msg {
	text-align: center !important;
	margin-top: 20px;
}
#modal > div.loginmodal > div > div  p > input {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    width: 100%;
    font-size: 18px;
    padding: 2px 5px;
		font-family: "Poppins",sans-serif;
}
#modal > div.loginmodal > div > div  div {
	text-align: center !important;
}
#modal > div.loginmodal > div > div  div > button {
		background-color: #009ee3 !important;
    color: #fff;
    border: 1px solid #fff;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 20px;
    margin: 15px 0 5px;
    font-weight: 600;
}
#modal > div.loginmodal > div > div  div > button:hover {
	background-color: #fff !important;
	color: #009ee3;
}
#modal > div.loginmodal > div > div  div > a {
	font-family: "Poppins",sans-serif;
	text-decoration: none;
	color: #fff;
	font-weight: 100;
}
#modal > div.loginmodal > div > div  div > a:hover {
	text-decoration:underline;
}

@media screen and (max-width: 1024px) {
	.inner_center {
		width: 100vw;
		padding-left:5vw;
		padding-right:5vw;
		box-sizing: border-box;	
	}
	.topnav0,.topnav1,.topnav2  {
		width: 100vw;
		min-width: 320px;
	}
	.openlogin,
	.topnav2 > div.right > div {
		display:none;
	}	
	body.o .topnav {
		height: 100vh;
	}
	.topnav1 > .mid {
		display:none;
	}
	.topnav2 > .mid {
		padding:80px 0 0 20px !important;
	}
	.topnav2 > div.mid > ul > li {
		float: unset;
		margin: 0;
		padding: 5px 0;
	}
	.topnav2 > div.mid > ul > li a {
		font-size:20px !important;
	}
	.topnav2 > div.mid > ul > li > a + a {
		padding: 10px 0;
	}
	.footer .right {
		right: unset !important;
		top: unset !important;
		margin: -10px 0 0 0 !important;
	}
	.footer .right > * {
		display:block !important;
	}
	.footer .text {
		margin: 116px 0 0 0 !important;
	}
	.footer .left {
		display:none !important;
	}
	.footer .topnav2 > .mid {
		padding: 0 !important; 
	}
	h1 {
		font-size: 30px;
    letter-spacing: 1px;
    line-height: 35px;
	}	
	.banner {
    height: 400px;
	}
	.banner .text {
		height:auto;
		padding:20px
	}	
	.banner .text h1 img {
		margin: 0 0 10px 0;
	}	
	.banner .text h1 span {
		display: block;
	}		
	.ourflow {
		padding:20px 0;
	}
	.ourflow > div  {
		display: block !important;
	}
	.ourflow > div > div {
		width:auto;
		margin-bottom:40px;
	}	
	.ourflow > div > div > div {
		margin:0 auto 10px;
	}
	.ourflow > div > div > p {
		margin:5px 0;
		padding:0 40px;		
	}	
	.ourflow > div > div:not(:last-child) > h3::after {
		background:none;
	}
	.testim {
		height: auto !important;
	}
	.testim .inner_center{
		padding: 20vh 10vw 5vh;
    	box-sizing: border-box;
	}
	.testim > .inner_center > div {
		max-width:500px !important;
		margin:0 auto !important;
		width:auto !important;
		float:unset !important;
		padding: 90px 20px 20px 20px;
		transform: translate(0,0) !important;		
	}	
	.features > div > div {
		margin: 0 0 20px 0;
	}	
	.features > div > div > div {
		height:90px;		
	}
	.features > div > div > p {	
		margin-top:10px;
	}	
}

