.wrapper{
	display:block;
}
.container{
	width:1200px;
	margin:0 auto;
}
.header{
	display:block; padding:20px 0;
	position:relative;
	height:260px;
	background: #eaeaf4; /* Old browsers */
background: -moz-linear-gradient(left,  #eaeaf4 0%, #ffffff 42%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eaeaf4), color-stop(42%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #eaeaf4 0%,#ffffff 42%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #eaeaf4 0%,#ffffff 42%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #eaeaf4 0%,#ffffff 42%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #eaeaf4 0%,#ffffff 42%,#ffffff 100%); /* W3C */
}
.header:after, .container:after{
	display:table;
	clear:both;
	content:"";
}
.header-inner{
	background:#fff;
}
.logo{float:left;}
.logo img{display:block;}
.header_graphic{
	position:absolute;
	left:50%;
	margin:0 0 0 -275px;
	top:10px;
}
.contact_info{
	float:right;
	width:50%;
	background:#8c8d92;
	text-align:center;
	font-size:25px;
	font-style:italic;
	color:#fff;
	font-weight:400;
	padding:30px 0 0 250px;
	height:150px;
}
.contact_info strong{
	font-weight:700;
	color:#fff;
	display:block;
	font-size:40px;
}
.body{
	display:block;
}
.page_heading{
	background:url(../images/bg_strip.png) no-repeat top center;
	text-align:center;
	padding:27px 0;
	border-top:10px solid #8c8d92;
	border-bottom:10px solid #8c8d92;
}
.page_heading h2{
	color:#fff;
	font-weight:600;
	font-size:52px;
	line-height:55px;
}
.page_heading h2 span{
	font-weight:300;
	display:block;
}
.block-2{
	display:block;
	background:url(../images/pattern.jpg) repeat-x top center #fff;
}
.grid_1{width:850px; float:left; position:relative;}
.grid_1 img{margin:0 auto; display:block;}
.sponser_slider{
	padding:30px 0 0;
	width:100%;
	display:inline-block;
	clear:both;
}
.slick-slide span a{
	width:100%;
	border-radius:50%;
	background:#fff;
	border:10px solid #ecedee;
	position:relative;
	margin-bottom:30px;
}
.slick-slide span a:hover{ border:10px solid #6c9f21;}
/*.slick-slide span a:before{
	position:absolute;
	left:50%;
	top:100%;
	margin:-5px 0 0 -20px;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 20px 0 20px;
	border-color: #ecedee transparent transparent transparent;
}*/
.slick-slide span a img{
	border-radius:50%;
	max-width:100%;
	display:block;
}
/*.slick-slide span h6{
	color:#898989;
	font-size:22px;
	font-weight:300;
	line-height:30px;
	text-align:center;
	margin:30px 0 0 0;
}*/

        .slick-slide span h6 {
    background: none repeat scroll 0 0 #003e60;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 80%; position:relative; font-family:"Raleway",sans-serif;
}
.slick-slide span h6:before{ border-bottom: 15px solid #003e60;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    top: -8px;
    width: 0;}


.grid_2{width:300px; float:right; position:relative;}
.form_wrap{
	background:#f8f8f8;
	display:block;
	padding:6px 10px;
}
.form_wrap input{
	width:100%;
	border-radius:4px;
	border:1px solid #dedede;
	box-shadow:0 2px 1px #dedede inset;
	height:32px;
	line-height:32px;
	margin:10px 0 0 0;
	font-size:16px;
	color:#808080;
	padding:0 3%;
}
.form_wrap input[type="submit"]{
	background:#454d58;
	text-transform:uppercase;
	color:#fff;
	font-size:20px;
	text-align:center;
	border:none;
	box-shadow:none;
	height:55px;
	cursor:pointer;
}
.form_wrap input[type="submit"]:hover{
	background:#629917;
}
.form_head h2{
	font-weight:700;
	font-size:21px;
	text-align:left;
	letter-spacing:-2px;
	color:#76a233;
	line-height:22px;
	background:url(../images/arrow_down.png) no-repeat 90% 0;
	padding:10px 0 0 0;
}
.form_head h2 strong{
	font-weight:700;
	font-size:25px;
	color:#414b55;
	display:block;
	line-height:35px;
}
.form_head h2 span{
	font-weight:400;
	color:#76a233;
	display:block;
	line-height:22px;
}
.form_head h6{
	font-weight:300;
	font-size:25px;
	text-align:left;
	color:#000;
	line-height:22px;
	/* padding:30px 0 0 0; */
}
.form_head h6 strong{
	font-weight:700;
}
.bdr_row{
	height:5px;
	background:#434b56;
	width:100%;
	clear:both;
}
.grid_3{
	width:450px;
	float:left;
	padding:15px 25px; 
	position:relative;
}
.grid_3:before{
	position:absolute;
	z-index:0;
	left:100%;
	top:0;
	bottom:0;
	width:750px;
	background:#131313;
	content:"";
}
.grid_3 h2{
	font-size:25px;
	font-weight:700;
	color:#000;
}
.grid_3 h2 span{
	font-weight:300;
}
.grid_3 p{
	font-size:16px;
	font-weight:400;
	line-height:20px;
	margin:20px 0 0 0;
}
.grid_4{
	width:750px; 
	float:left;
	background:#131313;
	padding:0 10px 50px;
	position:relative;
	z-index:1;
}
.grid_4 h2{
	text-align:left;
	font-weight:400;
	font-size:25px;
	margin:20px 0 0 0;
	color:#fff;
}
.grid_4 h2 strong{
	color:#fff;
	font-weight:700;
}
.grid_4 .review_block{
	display:block;
	margin:80px 0 0 -2%;
}
.grid_4 .review_block:after{
	display:table;
	clear:both;
	content:"";
}
.grid_4 .review_block .grid_small{
	width:23%; float:left;
	margin:0 0 0 2%;
}
.grid_4 .review_block .grid_small .thumb_grid{
	width:100%;
	border:10px solid #fffffd;
	border-radius:50%;
	position:relative;
	background:#fffffd;
}
.grid_4 .review_block .grid_small .thumb_grid img{
	display:block;
	max-width:100%;
	border-radius:50%;
}
.grid_4 .review_block .grid_small .thumb_grid .sn{
	width:50px;
	height:50px;
	border:5px solid #fffffd;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-weight:700;
	font-size:20px;
	background:#131313;
	position:absolute;
	bottom:100%;
	left:50%;
	margin:0 0 0 -25px;
	border-radius:50%;
}
.grid_4 .review_block .grid_small h6{
	font-size:15px;
	font-family: 'oswaldlight';
	color:#fff;
	text-align:center;
	display:block;
	margin:15px 0 0 0;
}
.label{
	float:left;
	width:69px;
	margin-right:20px;
	height:97px;
	background:url(../images/label.png) no-repeat 0 0;
	text-align:center;
	line-height:70px;
	font-weight:700;
	font-size:40px;
	color:#fff;
}
.grid_6{
	width:800px;
	float:left;
	position:relative;
}
.grid_6:before{background:#71a12b; position:absolute; z-index:0; left:100%; width:400px; top:0; bottom:0; content:"";}
.grid_6 .label{background:url(../images/label-2.png) no-repeat 0 0; margin:0 20px 0 0;}
.grid_6 h2{
	text-align:center;
	font-weight:400;
	font-size:25px;
	text-align:left;
	margin:20px 0 0 0;
	color:#72a12d;
	text-transform:uppercase;
	padding:0 20px 0 0;
}
.grid_6 h2 strong{
	font-weight:700;	
	color:#72a12d;
}
.grid_6 img{
	max-width:100%;
	display:block;
}
.grid_7{
	width:400px;
	float:left;
	background:#71a12b;
	padding:0 20px;
	position:relative;
	z-index:1;
}
.grid_7 ul{
	display:block;
}
.grid_7 ul li{
	background:url(../images/arrow-right.png) no-repeat 0 17px;
	padding:18px 15px 18px 40px;
	display:block;
	border-top:1px solid #82ac46;
	font-size:15px;
	font-weight:400;
	color:#fff;
}
.grid_7 ul li:first-child{
	border-top:none;
}

.footer{
	background:#444c57;
	padding:15px 0;
}
.footer li{
	float:left;
	padding:0 8px;
}
.footer li a, .footer li span{
	display:block;
	color:#fff;
	font-size:13px;
	text-decoration:none;
}
.footer li a strong,.footer li span strong{
	font-weight:700;
	color:#fff;
}
.btn{
	background:#454d58;
	/* height:50px; */
	line-height:48px;
	color:#fff;
	font-weight:300;
	font-size:25px;
	display:block;
	text-align:center;
	border-radius:8px;
	margin:15px 0 0 0;
	padding:5px 0 ;
}

@media screen and (max-width: 767px) {
.slick-slide span h6 {  font-size: 14px;}
}