html,body{padding:0;margin:0;border:0;outline:none}
html{font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:16px;
	overflow-x:hidden;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}
div, section, aside, article, header, nav, footer, address, form, h1, h2, h3, h4, h5, h6, p, ul, ol, ul li, ol li, span, img, a, table, thead, tbody, tfoot, tr, th, td, dt, dh, dd {
	padding:0;
	margin:0;
	border:0;
	outline:none;
	background:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
h1,h2,h3,h4,h5,h6{font-weight:normal}
ul,ol,ul li,ol li{list-style:none}
address{font-style:normal}
label,input,select,textarea,button{font-family: 'Open Sans', sans-serif;padding:0;margin:0;border:0;outline:none}
textarea{resize:vertical;overflow:auto}
label,input[type=text],input[type=tel],input[type=email],input[type=password],input[type=button],input[type=submit],input[type=reset],input[type=search],select,textarea,button{-webkit-appearance:none}
audio,canvas,video{display:inline-block; *display:inline; *zoom:1;}
audio:not([controls]){display:none; height:0;}
[hidden]{display:none;}
.wrapper{
	width:1170px;
	margin:0 auto;
	position:relative;
	transition:width ease-in-out 200ms;
	-moz-transition:width ease-in-out 200ms;
	-webkit-transition:width ease-in-out 200ms;
	-ms-transition:width ease-in-out 200ms;
	-o-transition:width ease-in-out 200ms;
}

::selection{color:#FFFFFF;background:#333333}
::-moz-selection{color:#FFFFFF;background:#333333}
.overflow{overflow:hidden}
.clear{clear:both}
.clear-left{clear:left}
.clear-right{clear:right}
.fl-left{float:left}
.fl-right{float:right}
.fl-none{float:none}
.align-left{text-align:left}
.align-right{text-align:right}
.align-center{text-align:center}
.align-justify{text-align:justify}
a{color:#333333;text-decoration:none}
a:hover{color:#000000;text-decoration:none}
a,a:hover,a:focus,input,input:hover,input:focus,select,select:hover,select:focus,option,option:hover,option:focus,button,button:hover,button:focus{outline:none}
a,input[type=submit],input[type=reset],input[type=button],input[type=file],button{cursor:pointer;transition:all ease-in-out 200ms;-moz-transition:all ease-in-out 200ms;-webkit-transition:all ease-in-out 200ms;-ms-transition:all ease-in-out 200ms;-o-transition:all ease-in-out 200ms;}
img{display:inline-block;max-width:100%;vertical-align:top;}
label{
	font-size:14px;
	line-height:15px;
	color:#121212;
	font-weight:normal;
}
p{margin-bottom:10px;font-size:16px;line-height:26px;font-family: 'Open Sans', sans-serif;}
.heading{
	text-align: left;
	margin-bottom:30px;
}
.heading h1, .heading h2{
	font-size:30px;
	font-family: 'CenturyGothic-Bold';
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #649e00;
	margin-top: 0;
	color: #0a9a05;
}
.textbox,.textarea,.selectbox{
	width:280px;
	height:32px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:18px;
	color:#555;
	padding:5px;
	text-align:left;
}
.textarea{
	min-height:32px;
	max-height:320px;
}
.btnMore{}
.btn {padding: 0px 33px 0px 33px;/* height: 49px; */line-height: 47px;background-image: linear-gradient(to right, #009600 , #90c73e);

 font-size: 16px;color: #ffffff;font-family: 'CenturyGothic';
    /* border-radius: 20px; */
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #fff;
     transition: all 0.5s;
      text-transform: capitalize;

}
.btn:hover{text-decoration: none;
    
    background: #0a9a05;
    color: #fff;
    transition: all 0.5s;

}
.oneThird{  width: 360px;float: left; margin-right: 23px; margin-left: 10px;}
.oneForth{width:270px;float:left;margin-right:30px;}
.oneFifth{width: 210px;float: left;margin-right: 30px;}
.oneForth:nth-of-type(4n),.oneThird:nth-of-type(3n),.oneFifth:nth-of-type(5n){margin-right:0;}
.white{color:#ffffff !important;}
.oneHalf{width:50%;float:left;}
.form-section h2{
    color: #ffffff;
    text-align: center;
}