
html, body {
	width: 100%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	font-style: normal;
	color: #000;
}

.container {
 	max-width: 1500px;
 	border: 0px;
 	margin: 0px auto;
 	position: relative;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.center {
	text-align: center;
}

								      /*****************
								      // -----------------
								      // HEADER 
								      // _________________
								      // *****************/


#header {
	width: 100%;
	padding: 50px 0px;
	margin: 0px 0px 0px 0px;
	border: 0;
	color: #fff;
	position: relative;
	z-index: 999;
	background: rgba(255,255,255,0);
}

#leveldown #header {
	background: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25) !important;
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.25) !important;
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.25) !important;
}







#header .container {
 	max-width: 1500px;
 	border: 0px;
 	margin: 0px auto;
 	position: relative;
}
 
#header .logo {
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	align-self: center;
	position: relative;
}



#header .logoLeveldown {
	display: none;
}

#leveldown #header .logoLeveldown {
	display: block;
}

#leveldown #header .logo {
	display: none;
}

#leveldown #header .logoLeveldown img {
	width: 200px; 
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;

}

#header .logo img {
	width: 200px; 
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;

}

#header .logoTxt {
	font-size: 13px;

}





#header .headerButtons {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;

}

#header .headerButtons .but {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255,255,255,1);
	padding: 8px 18px 6px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	background: rgba(255,255,255,0);
	text-transform: uppercase;
	letter-spacing: 0px;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}






#header .headerButtons .but:last-child {
	margin-right: 0px;
}

#header .headerButtons .but:hover {
	color:rgba(255,255,255,0.7);
	background: none;
	
}


#header .headerButtons .but2 {
	font-size: 14px;
	font-weight: 600;
	color: #1a4bb1;
	padding: 4px 18px 2px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	background: #00feff;
	text-transform: uppercase;
	letter-spacing: 0px;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}


#header .headerButtons .but2:last-child {
	margin-right: 0px;
}

#header .headerButtons .but2:hover {
	background: #6dfeff;
	
}


#leveldown #header .headerButtons .but {
	font-size: 14px;
	font-weight: 500;
	color: rgba(0,0,0,1);
	padding: 8px 18px 6px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	background: rgba(0,0,0,0);
	text-transform: uppercase;
	letter-spacing: 0px;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}

#leveldown #header .headerButtons .but:last-child {
	margin-right: 0px;
}

#leveldown #header .headerButtons .but:hover {
	color:rgba(0,0,0,0.3);
	background: none;
	
}




















								      /*****************
								      // -----------------
								      // SPLASH AREA 
								      // _________________
								      // *****************/


#splashArea {
	display: block;
	height: 820px;
	overflow: hidden;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	text-align: left;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px;
	position: relative;
	background: rgb(26,75,177);
	background: -moz-linear-gradient(-45deg,  rgba(26,75,177,1) 0%, rgba(130,26,227,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(26,75,177,1) 0%,rgba(130,26,227,1) 100%);
	background: linear-gradient(135deg,  rgba(26,75,177,1) 0%,rgba(130,26,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4bb1', endColorstr='#821ae3',GradientType=1 );	
}



#splashArea.leveldown {
	display: block;
	height: auto;
	overflow: hidden;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	text-align: left;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px;
	position: relative;
	background: #fff;	
}







#splashArea .botCurve {
	width: 100%;
	height: 180px;
	display: block;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	text-align: center;
	margin: 10px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	bottom: -1px;
	background: url('../images/curve4.svg');
	background-repeat: no-repeat;
	background-position: 50% 99.5%;
	background-size: 150%;
}






.stage {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;

	height: 360px;
	overflow: hidden;
	z-index: 1;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
}


.far-clouds {
	background: transparent url(../images/far-clouds.png) 35px 0px repeat-x;
}
.near-clouds {
	background: transparent url(../images/near-clouds.png) 305px 162px repeat-x;
}



#splashArea .container {
 	max-width: 1500px;
 	border: 0px;
 	margin: 0px auto;
 	position: relative;
}




#splashArea video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0.8;
	
}


#splashArea .splashContent {
	padding-top: 30px;
	z-index: 500;
	position: relative;
}


#splashArea h1 {
	padding-top: 64px;
	font-size: 4.6em;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: -3px;
	color: #fff;

}

#splashArea h2 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: 400;
	letter-spacing: 0px;
	color: #fff;
	padding: 10px 0px 0px 0px;
}


#splashArea h2 span {
	font-weight: 700;
	color: #fff;
}






#splashArea h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #fff;
	padding: 15px 0px 0px 0px;
}

#splashArea h3 span {
	font-weight: 500;
	text-decoration: underline;

}

#splashArea .splashPic {
	text-align: right;	
}

#splashArea .splashPic img {
	width: 700px;

	position: relative;
	z-index: 66666;
	
}



#splashArea .splashButton {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-family: 'Poppins', sans-serif, Font Awesome\ 5 Free;
	font-weight: 600;
	font-size: 24px;
	line-height: 13px !important;
	letter-spacing: 0px;
	color: #2a43b8;
	padding: 30px 50px 26px 50px;
	border: 0px;
	margin: 30px 0px 0px 0px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	border-radius: 99px;
	background: #00feff;
	cursor: pointer;
}

#splashArea .splashButton:hover {
	background: #3afeff;
	text-decoration: none;
	color: #2a43b8;
}



								      /*****************
								      // -----------------
								      // ANIMATED ICONS
								      // _________________
								      // *****************/

#guarantee {
	width: 50px;
	padding: 0px 0px 0px 0px;
	margin: 20px auto 0;
	position: relative;
}

#box {
	width: 45px;
	padding: 70px 0px 20px 0px;
	margin: 20px auto 0;
	position: relative;
}

#pos {
	width: 65px;
	padding: 0px 0px 20px 0px;
	margin: 20px auto 0;
	position: relative;
}

#tea {
	width: 65px;
	padding: 0px 0px 20px 0px;
	margin: 20px auto 0;
	position: relative;
}












								      /*****************
								      // -----------------
								      // BLACKSPACE AREA 
								      // _________________
								      // *****************/



#blackSpace {
	padding: 40px 0px 40px;
	margin: 0px 0px 0px 0px;
	
	color: #1d4cb0;
	position: relative;
	text-align: center;
	background: url('../images/how-bg.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #00fdff;	
	
}


#blackSpace h1 {
	font-size: 56px;
	line-height: 70px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #1a4bb1;
	padding: 30px 0px 0px 0px;
}

#blackSpace h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #1a4bb1;
	padding: 0px 0px 10px 0px;
}


#blackSpace .howImg {
	min-width: 300px;
	max-width: 600px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}







#blackSpace .icons {
	display: block;
	height: 65px;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
}



								      /*****************
								      // -----------------
								      // WHITESPACE AREA 
								      // _________________
								      // *****************/



#whiteSpace {
	padding: 100px 0px;
	margin: 0px;
	background-color: #fff;
	position: relative;
	z-index: 7;
}

#whiteSpace.notPad {
	padding: 100px 0px 0;
	margin: 0px;
	background-color: #fff;
	position: relative;
	z-index: 7;
}

#whiteSpace.notPad2 {
	padding: 0px 0px 0;
	margin: 0px;
	background-color: #fff;
	position: relative;
	z-index: 7;
}


#whiteSpace .paddingTop {
	padding-top: 90px;

}








.whoImg {
	padding: 0px;
	margin: 0px;
}




.botCurveTwo {
	width: 100%;
	height: 180px;
	display: block;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	background: url('../images/curve4.svg');
	background-repeat: no-repeat;
	background-position: 50% 99.5%;
	background-size: 150%;
	transform: scaleY(-1);
}





#whiteSpace ul.bullets {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	list-style: none;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	border: 0px;	
}

#whiteSpace ul.bullets li {
	text-align: left;
	background-image: url('../images/bullet.svg');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 26px;
	padding-left: 34px;  /* space for the image */
	padding-top: 0px;  /* space for the image */
	padding-bottom: 19px;  /* space for the image */
	border: 0px;
}

#whiteSpace ul.bullets.inline {
	
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	list-style: none;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	border: 0px;	
}
#whiteSpace ul.bullets.inline li {
	text-align: left;
	display: inline-block;
	background-image: url('../images/bullet.svg');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 26px;
	padding-left: 34px;  /* space for the image */
	padding-top: 0px;  /* space for the image */
	margin-bottom: 0px;  /* space for the image */
	margin-right: 19px;  /* space for the image */
	border: 0px;
	white-space: nowrap;
}








#whiteSpace h1 {
	font-size: 56px;
	line-height: 60px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #1a4bb1;
	padding: 0px 0px 30px 0px;
}

#whiteSpace h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #000;
	padding: 0px 0px 0px 0px;
}

#whiteSpace h2 span {
	color: #a523cb;
}





#whiteSpace .whatImg {
	
}

#whiteSpace .whatImg img {
	width: 100%;
	display: block;
	margin: 0px auto;
}



.pageButton {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-family: 'Poppins', sans-serif, Font Awesome\ 5 Free;
	font-weight: 600;
	font-size: 18px;
	line-height: 13px !important;
	letter-spacing: 0px;
	color: #1a4bb1;
	padding: 30px 35px 26px 35px;
	border: 0px;
	margin: 30px 0px 0px 0px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	border-radius: 99px;
	background: #00feff;
	cursor: pointer;
}

.pageButton:hover {
	background: #00feff;
	text-decoration: none;
	color: #1a4bb1;
}


.pageButton.black {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-family: 'Poppins', sans-serif, Font Awesome\ 5 Free;
	font-weight: 600;
	font-size: 18px;
	line-height: 13px !important;
	letter-spacing: 0px;
	color: #00feff;
	padding: 30px 40px 26px 40px;
	border: 0px;
	margin: 30px 0px 0px 0px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	border-radius: 99px;
	background: #1a4bb1;

	cursor: pointer;
}

.pageButton.black:hover {
	background: #1a4bb1;
	text-decoration: none;
	color: #00feff;
}




								      /*****************
								      // -----------------
								      // LEVELDOWN PAGES 
								      // _________________
								      // *****************/






#levelDown #whiteSpace {
	padding: 70px 0px;
	margin: 0px;
	background-color: #fff;
	position: relative;
	z-index: 7;
}



#leveldownSplash {
	padding: 40px 0px 40px;
	height: 280px;
	margin: 0px 0px 0px 0px;
	background: rgb(26,75,177);
	background: -moz-linear-gradient(-45deg,  rgba(26,75,177,1) 0%, rgba(130,26,227,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(26,75,177,1) 0%,rgba(130,26,227,1) 100%);
	background: linear-gradient(135deg,  rgba(26,75,177,1) 0%,rgba(130,26,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4bb1', endColorstr='#821ae3',GradientType=1 );
	position: relative;
	overflow: hidden;
}


#leveldownSplash .whoImg img {
	min-width: 1400px;
	margin-top: -300px;
	margin-left: -250px;
	opacity: 0.2;

}


#leveldownSplash video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0.8;
	
}

#leveldownSplash h2 {
	font-size: 56px;
	line-height: 60px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #fff;
	text-align: center;
	padding: 80px 0px 0px 0px;
}





















								      /*****************
								      // -----------------
								      // FOOTER AREA 
								      // _________________
								      // *****************/




#footer {
	padding: 60px 0px;
	margin: 0px;
	background: #273562;
	color: #fff;
}

.footerLogo {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: right;
}

.footerLogo img {
	width: 200px;
	height: auto;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}


#footer .footerTxt {
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	padding: 0px 0px 0px 0px;
}


#footer .footerLinks a {
	padding: 0px 6px;
	margin: 0px;
	color: #00fdff;
}


#footer .footerLinks a.start {
	padding: 0px 0px;
}








