*{
	box-sizing: border-box;
}
body{
	font-family:  sans-serif ;
	line-height: 1.5;
	color: #333333;
}
.section{
	margin-top: 80px;
	padding: 30px 10%;
} 
.header{
	text-align: center;
	font-size: 24px;

}
.header span{
	display: block;
	font-weight: 300;
}
.header strong{
	font-weight:900;
	text-transform: uppercase;
}
.main{
    text-align: center;
	margin-top: 80px;
}
.video , .form {
display: inline-block;
}
.form {
	margin-left: 30px;
	text-align: center;
	border: 5px solid #2727d9;
	padding: 17px;
}
.form input{
	display: block;
	width: 300px;
	padding:17px;
	border:1px solid #333;
	font-size: 18px;
	margin-top: 11px;
}
.form-header{
	text-align: center;
	font-size: 20px;
	font-weight:900;
	margin-bottom: 20px;
}
.btn{
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	background-color: #2727d9;
	border:none;
	width: 300px;
	height: 60px;
	display: block;
	margin:11px auto;
}
.col{
	display: inline-block;
	text-align: center;
	margin:10px 50px ;
}
.feature-header{
	text-align: center;
	text-transform: uppercase;
	font-weight:900;
	font-size: 24px;
}
.feature{
	margin:60px auto;
	text-align: center;
}
.footer-header{
	text-align: center;
	text-transform: uppercase;
	font-weight:900;
	font-size:24px;
	margin-top:40px;
	margin-bottom: 70px;
}
.clients{
	text-align: center;
}
.col2{
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 35px;
    
}

