@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;
}
header{
	width:100%;
	float:left;
	position:relative;
}
.logo-sec{
	width:100%;
	float:left;
	text-align:center;
	padding:62px 0 54px;
	border-bottom:#dadada solid 2px;
	margin-bottom:80px;
}
header h1{
	width:70%;
	display:block;
	text-align:center;
	font-size:60px;
	color:#000;
	font-family:'ArialBold';
	margin:auto auto 59px;
}
.banner-sec{
	width:100%;
	float:left;
}
.banner-sec img{
	width:100%;
}
.optin-sec{
	width:100%;
	float:left;
	padding:86px 0;
}
.padd-sec{
	width:82%;
	float:left;
}
.padd-sec h3{
	font-size:36px;
	font-family:'ArialBold';
	color:#363636;
	margin-bottom:60px;
}
.padd-sec h3 span{
	color:#00a651;
	font-family:'ArialBold';
}
ul.arrow li{
	background:url(../images/arrow.png) top 8px left no-repeat;
	font-size:20px;
	padding-left:30px;
	color:#000;
	line-height:32px;
	margin-bottom:35px;
}
.quote-sec{
	background:#f5fffa;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	padding:70px;
	margin-top:-220px;
}
.quote-sec h3{
	font-family:'ArialBold';
	color:#000;
	font-size:36px;
	margin-bottom:35px;
}
.quote-sec input[type=text]{
	background:#fff;
	width:100%;
	line-height:58px;
	padding-left:20px;
	border:#d8d8d8 solid 5px;
	margin-bottom:40px;
}
.quote-sec input[type=email]{
	background:#fff;
	width:100%;
	line-height:58px;
	padding-left:20px;
	border:#d8d8d8 solid 5px;
	margin-bottom:40px;
}
.quote-sec input[type=tel]{
	background:#fff;
	width:100%;
	line-height:58px;
	padding-left:20px;
	border:#d8d8d8 solid 5px;
	margin-bottom:40px;
}
.quote-sec select{
	background:#fff;
	width:100%;
	height:58px;
	padding-left:20px;
	border:#d8d8d8 solid 5px;
	margin-bottom:40px;	
	font-family:'ArialRegular';
	font-size:16px;
}
.quote-sec input[type=submit]{
	background:#00a651;
	width:100%;
	line-height:58px;
	border:none;
	text-align:center;
	font-family:'ArialBold';
	color:#fff;
	text-align:center;
	cursor:pointer;
	font-size:28px;
}
.quote-sec input[type=submit]:hover{
	background:#08de70;
	color:#000;
}
.sales-sec{
	width:100%;
	float:left;
	border:#ccc solid 2px;
	padding:60px;
	font-size:20px;
	color:#000;
}
.sales-sec h3{
	font-size:36px;
	font-family:'ArialBold';
	color:#363636;
	text-align:center;
	width:60%;
	margin:auto auto 60px;
}
.sales-sec h3 span{
	color:#00a651;
	font-family:'ArialBold';
	margin-bottom:60px;
}
.sales-sec h4{
	font-size:24px;
	font-family:'ArialBold';
	color:#000;
	margin-bottom:24px;
}
.video-sec{
	width:100%;
	float:left;
	margin-top:80px;
	text-align:center;
}
.testimonial-sec{
	width:100%;
	float:left;
	padding:100px 0 70px;
	font-size:26px;
	color:#000;
	line-height:36px;
}
.testimonial-sec p{
	margin-bottom:30px;
	width:85%;
}
.testiname{
	font-size:18px;
	color:#000;
}
.testiname strong{
	font-family:'ArialBold';
	font-size:24px;
	color:#00a651;
	display:block;
}
.contact-sec{
	width:100%;
	float:left;
	background:url(../images/contactbg.jpg) top left no-repeat;
	background-size:cover;
	text-align:center;
	padding:100px 0;
	color:#fff;
	font-size:20px;
}
.contact-sec h3{
	font-family:'ArialBold';
	font-size:36px;
	width:60%;
	margin:auto auto 36px;
}
.contact-sec p{
	width:70%;
	margin:auto;
	line-height:32px;
}
a.greenbtn{
	display:block;
	background:#00a651;
	margin:50px auto auto;
	text-align:center;
	color:#fff;
	font-family:'ArialBold';
	font-size:32px;
	line-height:90px;
	width:400px;
}
a.greenbtn:hover{
	background:#08de70;
	color:#000;
}
footer{
	width:100%;
	float:left;
	padding:60px 0;
	color:#000;
	font-size:20px;
	text-align:center;
}
.social-icons{
	margin-top:17px;
}
.social-icons a{
	color:#000;
	padding-right:17px;
}
.social-icons a:hover{
	color:#00a651;
}



/*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');
}
@font-face {
    font-family:'ArialBold';
    src: url('../fonts/arialbd.eot');
    src: url('../fonts/arialbd.eot') format('embedded-opentype'),
         url('../fonts/arialbd.woff') format('woff'),
         url('../fonts/arialbd.ttf') format('truetype'),
         url('../fonts/arialbd.svg#ArialBold') format('svg');
}