@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #2f2915;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
	margin: 0;
	padding: 0;
}
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
table, tr, td {
	border: 0;
}
a {
	outline: none;
	color: #333;
	text-decoration: none;
}
a:hover {
	outline: none;
	color: #000;
	text-decoration: none;
}
img {
	border: none;
}
li {
	list-style: none;
}
* {
	box-sizing: border-box;
}
.img-full {
	max-width: 100%;
}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1050px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/*-------------------------
CSS FOR TOP BAR
--------------------------*/
.top-bar {
	padding:15px 0;
	float: left;
	width: 100%;
	background:#fff;
}
.logo {
	float: left;
	max-width: 100%;
}
.top-p1{
	float:right;
	color: #211c19;
    font-size:20px;
    line-height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:10px 0 0;
}
.top-p1 img{
	vertical-align:middle;
	margin:-4px 5px 0 0;
}

/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
	width: 100%;
	background: url(../images/banner-bg.jpg) no-repeat center top;
	padding:20px 0;
}
.bnr-lft{
	float:left;
	width:580px;
	text-align:left;
	margin:83px 0 0;
}
.bnr-p1{
	float:left;
	width:100%;
	color: #98c73a;
    font-size:50px;
    line-height:54px;
    font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.bnr-p1 span{
	float:left;
	width:100%;
	color: #fff;
}
.bnr-p2{
	float:left;
	width:93%;
	color: #efffd9;
    font-size:24px;
    line-height:30px;
	margin:10px 0 7px;
	border-bottom:1px solid #c6e19f;
	padding-bottom:20px;
}
.sb{
	font-weight:600;
}
.bnr-ul{
	float:left;
	width:100%;
}
.bnr-ul li{
	float:left;
	width:100%;
	padding-left:40px;
	margin-top:14px;
	color: #efffd9;
    font-size:26px;
    line-height:30px;
	text-align:left;
	background: url(../images/tik-grn.png) no-repeat left 3px;
}
.bnr-rit{
	float:right;
	width:400px;
	background:#2f4a00;
	border-radius:3px;
	padding:22px 22px 13px;
}
.bnr-p3{
	float:left;
	width:100%;
	color: #ffffff;
    font-size:24px;
    line-height:30px;
    font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.bnr-form{
	float:left;
	width:100%;
	margin-top:12px;
}
.input-box{
	float:left;
	width:100%;
	height: 44px;
    border: 1px solid #bbbbbb;
    text-align: left;
    padding: 0 0 0 43px;
    border-radius: 3px;
    background-color: #ffffff;
    outline: none;
	margin:0 0 10px;
	position:relative;
	}
.input-box.hlf{width:48%;}
.input-box.fr{float:right;}
.input-box.payfld{padding: 0 15px;}
.fldicon{
	position:absolute;
	left:12px;
	top:12px;
	}
.field-all{
	float:left;
	width:100%;
	border:none;
	outline:none;
	height:100%;
	color:#696969;
	font-size:16px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	padding-right:10px;
	}
.input-box select{
	-webkit-appearance:none; 
	background: url(../images/dwn-arw.jpg) no-repeat right center;
	padding-right:42px;
}
.bnr-btn{
    background: url(../images/bnr-btn.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    border: none;
    outline: none;
    max-width:100%;
    width: 100%;
    height: 75px;
    text-indent: 9999px;
    cursor: pointer;
}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
    float: left;
    width: 100%;
    padding: 70px 0 0px;
}
.s1-p1{
	float:left;
	width:100%;
	color: #2c2c2c;
    font-size:40px;
    line-height:48px;
    font-family: Arial, Helvetica, sans-serif;
}
.s1-row{
	float:left;
	width:100%;
	padding:55px 0px;
}
.s1-txt-box{
	width:540px;
	text-align:left;
	margin-top:30px;
}
.s1-img-box{
	width:460px;
}
.s1-p2{
	float:left;
	width:100%;
	color: #2c2c2c;
    font-size:28px;
    line-height:30px;
    font-family: Arial, Helvetica, sans-serif;
	position:relative;
	padding-left:57px;
	margin-bottom:20px;
}
.s1-p2 img{
	position:absolute;
	left:0;
	top:-7px;
}
.s1-p3{
	float:left;
	width:100%;
	color: #2c2c2c;
    font-size:18px;
    line-height:26px;
}
.s1-img-1{
	display:inline-block;
	max-width:100%;
}
.sec1-bg-gray{
	float:left;
	width:100%;
	background:#f5f5f5;
}
.sec1-bg-gray .s1-row{
	padding:40px 0px;
}
.sec1-bg-gray .s1-txt-box{
	margin-top: 50px;
}
.sec1-bg-gray .s1-img-box{
	width:400px;
}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
    float: left;
    width: 100%;
    padding: 60px 0;
	background:#fffdf0;
}
.s2-box{
	float:left;
	width:100%;
	margin:40px 0 0;
}
.s2-p1{
	float:left;
	width:100%;
	color: #2c2c2c;
    font-size:24px;
    line-height:34px;
	margin-bottom:20px;
}
.s2-wht-blk{
	float:left;
	width:48%;
	background:#ffffff;
	border-radius:3px;
	padding:41px 41px 50px 130px;
	-webkit-box-shadow: 2px 2px 20px 3px #d9d7cc;
	box-shadow: 2px 2px 20px 3px #d9d7cc;
	position:relative;
}
.s2-p2{
	float:left;
	width:100%;
	color: #2c2c2c;
    font-size:20px;
    line-height:28px;
	text-align:left;
	margin-top:10px;
}
.s2-p2 span{
	float:right;
}
.s2-img-1{
	position:absolute;
	left:17px;
	top:35px;
}
.s2-circle {
    position: absolute;
    right: 23px;
    top: 36px;
}
.red-clr{
	color:#ff0000;
}

/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
    float: left;
    width: 100%;
    padding: 30px 0 70px;
}
.s3-ul{
	float: left;
    width: 100%;
}
.s3-ul li{
	float: left;
    width: 50%;
	border-right:1px dashed #989898;
	padding:0 40px;
}
.s3-ul li:last-child{
	border:none;
}
.s3-face-1{
	display:inline-block;
	max-width:100%;
}
.s3-p1{
	float: left;
    width: 100%;
	color: #2c2c2c;
    font-size:22px;
    line-height:28px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0 3px;
}
.s3-p2{
	float: left;
    width: 100%;
	color: #9f9f9f;
    font-size:16px;
    line-height:24px;
}
.star{
	display:inline-block;
	max-width:100%;
	margin:7px 0;
}

/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-4 {
    float: left;
    width: 100%;
    padding: 55px 0 50px;
	background: url(../images/s4-bg.png) no-repeat center top;
}
.s4-p1{
	float: left;
    width: 100%;
	color: #fff;
    font-size:24px;
    line-height:28px;
	font-family:Arial, Helvetica, sans-serif;
	margin:15px 0 25px;
	text-transform:uppercase;
}
.s4-btn{
	display:inline-block;
	max-width:100%;
}
ul.list-x {
	display: inline-block;
	margin: 0 auto 0 auto;
}
ul.list-x li {
	display: inline-block;
	color: #454545;
	border: 2px solid #98c73a;
	padding: 4px 12px;
	margin-right: 8px;
	font-size: 35px;
	line-height:35px;
	background:#fff;
}
ul.list-x li.qoma {
	background: url(../images/quoma.png) center bottom no-repeat;
	border: none;
	height: 45px;
	padding: 0px 5px !important;
	vertical-align:bottom;
}
.dolr-p{
	display:inline-block;
	color: #fff;
    font-size:40px;
    line-height:40px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 10px 0 0;
}
/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5 {
    float: left;
    width: 100%;
    padding: 75px 0px;
}
.marg-1{
	margin:30px 0 60px;
}
.s5-box{
	float: left;
    width: 100%;
	position:relative;
}
.s5-ul{
	float: left;
    width: 100%;
}
.s5-ul li{
	float: left;
    width: 33.3%;
	padding:0 40px;
	position:relative;
}
.s5-ul li .s3-p2{
	color:#2c2c2c;
	text-transform:uppercase;
}
.s5-img-1{
	display:inline-block;
	max-width:100%;
	margin:10px 0 12px;
}
.s5-p1{
	float: left;
    width: 100%;
	color: #2c2c2c;
    font-size: 22px;
    line-height: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
}
.s5-arw{
	position:absolute;
	right:0px;
	top:72px;
}
.s5-line {
    position: absolute;
    left: 50%;
    top: 86px;
    width: 84%;
    height: 1px;
    background: #b2daa4;
    margin-left: -42%;
}
/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.section-6 {
    float: left;
    width: 100%;
    padding: 80px 0px;
	background:#f5f5f5;
	border-bottom:1px solid #e9e9e9;
}
.s6-ul{
	float: left;
    width: 100%;
	display: flex;
    flex-wrap: wrap;
	margin:20px 0 38px;
}
.s6-ul li{
	float: left;
    width: 30.3%;
	margin:0 1.5%;
	background:#fff;
	border:1px solid #98c73a;
	border-radius:5px;
	margin-top:30px;
}
.s6-p1{
	float: left;
    width: 100%;
	color: #fff;
    font-size:24px;
    line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	padding:15px 10px 15px 57px;
	text-align:left;
	background:#98c73a;
}
.s6-p1 img{
	position:absolute;
	left:8px;
	top:7px;
}
.s6-tx-box{
	float: left;
    width: 100%;
	padding:13px 18px 20px;
}
.s6-tx-box p{
	float: left;
    width: 100%;
	color: #2c2c2c;
    font-size:18px;
    line-height:26px;
	padding-left:17px;
	margin-bottom:5px;
	background: url(../images/grn-dot.png) no-repeat left 8px;
	text-align:left;
}
/*-------------------------
CSS FOR SECTION 7
--------------------------*/
.section-7 {
    float: left;
    width: 100%;
    padding: 55px 0px;
}
.s7-p1{
	float: left;
    width: 100%;
    color: #242424;
    font-size: 24px;
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 0 30px;
}
.s7-ul{
	float: left;
    width: 100%;
}
.s7-ul li{
	float: left;
    width: 24%;
	margin:0 0.5% 0.5%;
}
.s7-ul li img{
	display:inline-block;
	max-width:100%;
}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer {
    float: left;
    width: 100%;
    padding: 30px 0;
    background: #1c1c1c;
}
.f-logo{
	display:inline-block;
	max-width:100%;
}
.f-p1 {
    float: left;
    width: 100%;
    color: #828282;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}