@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
html {
	font-size: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:normal;
}
label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
a, a:link {
	text-decoration: none;
	outline: none;
}
figure{
	text-align:center;
	}
img {
	max-width:100%;
	height:auto;
}
p {
	padding: 2px 0;
}
.clear {
	clear: both;
}
a{
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
body {
	margin: 0 !important;
	padding: 0;
	font-family:'ArialRegular';
	background:#fff url(../images/bg.jpg) top center no-repeat;
}
header{
	width:100%;
	float:left;
	padding-top:30px;
}
nav{
	text-align:right;
}
nav ul li{
	display:inline-block;
	font-size:18px;
	color:#434175;
	line-height:48px;
}
nav ul li a{
	color:#434175;
	padding-left:32px;
}
nav ul li a:hover{
	color:#e612f8;
}
.rocket-sec{
	width:100%;
	float:left;
	background:url(../images/rocket.jpg) top right no-repeat;
	font-size:23px;
	color:#434175;
	padding-bottom:150px;
}
.rocket-sec h3{
	font-size:60px;
	font-weight:bold;
	color:#0000ff;
	padding:100px 0 34px;
}
.rocket-sec p{
	width:80%;
}
a.redbtn{
	display:block;
	color:#fff;
	text-align:center;
	width:200px;
	line-height:63px;
	border-radius:50px;
	background:#ee3048;
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	margin-top:45px;
}
a.redbtn:hover{
	background:#434175;
}
.landing-sec{
	width:100%;
	float:left;
	font-size:18px;
	color:#000;
}
.landing-sec h3{
	font-size:40px;
	font-weight:bold;
	color:#434175;
	padding:0 0 34px;
}
.landing-sec p{
	margin-bottom:30px;
}
.img-div1{
	padding-top:70px;
}
.landing-sec1{
	width:100%;
	float:left;
	font-size:23px;
	color:#000;
	padding:60px 0;
}
.landing-sec1 p{
	margin-bottom:30px;
}
a.bluebtn{
	display:block;
	color:#fff;
	text-align:center;
	width:200px;
	line-height:63px;
	border-radius:50px;
	background:#434175;
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	margin-top:45px;
}
a.bluebtn:hover{
	background:#ee3048;
}
.reviews-sec{
	width:100%;
	float:left;
	padding:60px 0;
}
.reviews-sec h3{
	font-size:35px;
	color:#434175;
	text-align:center;
	margin:60px 0 100px;
}
.reviews-sec ul li{
	padding:50px 50px 30px;
	font-size:18px;
	color:#000;
	float:left;
	width:44%;
	margin:0 3%;
}
.reviews-sec ul li:first-child{
	background:#e1eaec;
	border-radius:50px 50px 0 50px;
}
.reviews-sec ul li:nth-child(2){
	background:#efeeff;
	border-radius:50px 50px 50px 0;
	margin-top:100px;
}
.reviews-sec ul li:nth-child(3){
	background:#efeeff;
	border-radius:50px 50px 0 50px;
	margin-top:-30px;
}
.reviews-sec ul li:nth-child(4){
	background:#e1eaec;
	border-radius:50px 50px 50px 0;
	margin-top:100px;
}
.reviews-sec p{
	margin-bottom:20px;
}
.testi-name{
	font-size:16px;
	color:#0000ff;
	font-style:italic;
}
.testi-name strong{
	font-weight:bold;
	font-size:18px;
	display:block;
}
.newsletter-sec{
	width:100%;
	float:left;
	background:#afc0e0;
	padding:100px 0;
	color:#fff;
}
.newsletter-sec h3{
	font-size:40px;
	font-weight:bold;
}
.newsletter-sec p{
	font-size:18px;
	width:38%;
	margin-bottom:30px;
}
.newsletter-sec form{
	width:60%;
}
.newsletter-sec input[type=email]{
	width:60%;
	float:left;
	line-height:64px;
	border:none;
	padding-left:20px;
}
.newsletter-sec input[type=submit]{
	float:left;
	width:25%;
	background:#f26522;
	text-align:center;
	color:#fff;
	line-height:64px;
	font-weight:bold;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
}
.newsletter-sec input[type=submit]:hover{
	background:#434175;
}






.contact-sec{
	width:100%;
	float:left;
	background:url(../images/contactbg.jpg) top left no-repeat;
	background-size:cover;
	padding:130px 0;
	color:#fff;
	font-size:18px;
}
.contact-sec h3{
	font-size:40px;
	font-weight:bold;
	margin-bottom:20px;
}
.contact-sec p{
	width:55%;
}
.contact-sec form{
	width:50%;
}
.contact-sec input[type=text]{
	width:100%;
	float:left;
	line-height:50px;
	padding-left:15px;
	border:none;
	margin:20px 0;
}
.contact-sec input[type=email]{
	width:100%;
	float:left;
	line-height:50px;
	padding-left:15px;
	border:none;
	margin:20px 0;
}
.contact-sec textarea{
	width:100%;
	float:left;
	padding:15px;
	border:none;
	margin:0 0 20px;
	height:80px;
}
.contact-sec input[type=submit]{
	display:block;
	color:#fff;
	text-align:center;
	width:200px;
	line-height:63px;
	border-radius:50px;
	background:#ee3048;
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	border:none;
	cursor:pointer;
}
.contact-sec input[type=submit]:hover{
	background:#434175;
}
footer{
	width:100%;
	float:left;
	padding:75px 0;
	color:#000;
	font-size:16px;
}
.social-icons a{
	color:#b8b8b8;
	padding-right:17px;
}
.social-icons a:hover{
	color:#434175;
}




/*FONTS*/

@font-face {
    font-family:'ArialRegular';
    src: url('../fonts/arial.eot');
    src: url('../fonts/arial.eot') format('embedded-opentype'),
         url('../fonts/arial.woff') format('woff'),
         url('../fonts/arial.ttf') format('truetype'),
         url('../fonts/arial.svg#ArialRegular') format('svg');
}