* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
}


.container{
	max-width:1024px;
}
.section1{
	position:relative;
	background:#4f82bb;
	text-align:center;
	padding-bottom:50px;
	clear:both;
}
.section1 h1{
	text-align:center;
	font-size:52px;
	font-weight:200;
	margin:0px;
	padding:50px 0px 10px 0px;
	color:#FFF;
	line-height:1;
}
.section1 p{
	text-align:center;
	font-size:24px;
	font-weight:200;
	margin:0px;
	padding:10px 20px;
	color:#FFF;
	line-height:1.2;
}
.section1 img{
	display:inline-block;
	max-width:825px;
	width:100%;
	margin:20px 0px;
	-webkit-box-shadow: 10px 10px 14px -5px rgba(0,0,0,0.39);
	-moz-box-shadow: 10px 10px 14px -5px rgba(0,0,0,0.39);
	box-shadow: 10px 10px 14px -5px rgba(0,0,0,0.39);
}
.section1 button{
	display:inline-block;
	vertical-align:top;
	clear:both;
	max-width:320px;
	width:100%;
	border:1px solid #ffc000;
	background:#ffc000;
	border-radius:10px;
	margin-top:20px;
	padding:15px 10px;
	text-align:center;
	font-weight:200;
	font-size:22px;
	color:#000;
	cursor:pointer;
}

@media (max-width:991px){
.section1 h1{
	font-size:30px;
}
.section1 p{
	font-size:18px;
}
}

@media (max-width:768px){
.section1 h1{
	font-size:25px;
}
.section1 p{
	font-size:15px;
}
}

@media (max-width:480px){
.section1 button{
	font-size:15px;
	max-width:290px;
}
}
.section2{
	position:relative;
	padding:50px 0px;
	text-align:left;
	background:#FFF;
	clear:both;
}
.section2 h1{
	font-size:22px;
	font-weight:500;
	color:	#e44332;
	margin:0px;
	padding:0px;
	text-align:left
}
.section2 p{
	font-size:16px;
	font-weight:400;
	color:#333333;
	margin:0px;
	padding:30px 0px;
	text-align:left;
	line-height:2;
}
.section2 ul{
	margin:0px;
	padding:0px;
	list-style:none;
	padding-left:50px;
	clear:both;
}
.section2 li{
	float:left;
	width:100%;
	position:relative;
	padding:10px 0px;
	font-size:15px;
	font-weight:400;
	color:#000;
}

.section3{
	position:relative;
	padding:50px 0px;
	text-align:left;
	background:#e6e6e6;
	clear:both;
}
.section3 h1{
	font-size:22px;
	font-weight:500;
	color:	#e44332;
	margin:0px;
	padding:0px;
	text-align:left
}
.section3 p{
	font-size:16px;
	font-weight:400;
	color:#333333;
	margin:0px;
	padding:30px 0px;
	text-align:left;
	line-height:2;
}
.section4{
	position:relative;
	padding:50px 0px;
	text-align:center;
	background:#fff;
	clear:both;
}
.section4 h1{
	font-size:22px;
	font-weight:500;
	color:	#e44332;
	margin:0px;
	padding:0px;
	text-align:left
}
.section4-left{
	position:relative;
	padding:70px 15px;
}
.section4-left p{
	font-size:16px;
	font-weight:400;
	color:#333333;
	margin:0px;
	padding:0px;
	text-align:left;
	line-height:2;
}
.section4-img{
	height:350px;
	line-height:350px;
}
.section4-img img{
	display:inline-block;
	vertical-align:middle;
}
@media (max-width:991px){
.section4-left{
	padding:30px 15px;
}
.section4-img{
	height:300px;
	line-height:300px;
}
}
.floatright{
	float:right;
}
.floatleft{
	float:left;
}

.section5{
	position:relative;
	padding:50px 0px;
	text-align:left;
	background:#fff;
	clear:both;
	border-top:1px solid #969696;
	border-bottom:1px solid #969696;
}
.section5 h1{
	font-size:22px;
	font-weight:500;
	color:	#e44332;
	margin:0px;
	padding:0px;
	text-align:left
}
.section5 p{
	font-size:16px;
	font-weight:400;
	color:#333333;
	margin:0px;
	padding:30px 0px;
	text-align:left;
	line-height:2;
}
.section5 a{
	display:block;
	text-align:center;
	width:100%;
	text-align:center;
	margin:10px 0px;
	color:blue;
	font-size:16px;
	font-weight:400;
}
.section6{
	clear:both;
	position:relative;
	text-align:center;
	background:#FFF;
	padding:5% 7px;
}
.section6 button{
	display:inline-block;
	vertical-align:top;
	clear:both;
	max-width:320px;
	width:100%;
	border:1px solid #e44332;
	background:#e44332;
	border-radius:10px;
	margin-top:20px;
	padding:15px 10px;
	text-align:center;
	font-weight:200;
	font-size:22px;
	color:#fff;
	cursor:pointer;
}
@media (max-width:991px){
.p15{
	padding-left:15px;
	padding-right:15px;
}
}
@media (max-width:480px){
.section6 button{
	font-size:15px;
	max-width:290px;
}
.p15{
	padding-left:15px;
	padding-right:15px;
}
}
footer{
	position:relative;
	text-align:center;
	padding:20px 0px;
}
footer p{
	margin:0px;
	padding:0px;
	color:#999999;
	font-size:15px;
	font-weight:500;
}
