body{
	margin: 0;
	padding: 0;
	font: 300 18px/1.5em Lato, sans-serif;
	/* font-family: 'Handlee', cursive; */
}

img {
	max-width: 100%;
	height: auto;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


a {
	text-decoration: none;
	color: inherit;
}

input, textarea{
	border: none;
	outline: none;
	border-radius: 0;
	-webkit-appearance:none;
}

.page-center{
	max-width: 1200px;
	margin:0 auto;
}

.clearfix:before,
.clearfix:after{
	content: '';
	display: table;
	clear: both;
}

/* ---------------- end of elements setting ----------------
................... Header Start .............. */

header{
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 5;
}

.nav-icon{
	display: none;
}

header .top-header .logo{
	float: left;
	width: 20%;
	padding-top: 25px;
}

header .top-header .donation{
	float: right;
	background: #3ab54a;
	color: #fff;
	font-family: 'Handlee', cursive;
	font-size: 24px;	
}
header .top-header .donation i:first-child{
	padding: 10px 0 10px 15px;
}

header .top-header .donation i:last-child{
	border-left:2px solid #000;
	padding: 10px 13px;
	margin-left: 5px; 
	
}

header nav { 
	float: right; 
}

header nav ul li{ 
	display: inline-block;
}

header nav ul li a{
	font-family: 'Handlee', cursive;
	font-size: 26px;
	color: #fff;
	background: none;
	border-bottom: 4px solid transparent;
	display: inline-block;
	padding: 14px 20px 8px;	
	text-transform: capitalize;
}

header nav ul li a:hover,
header nav ul li a.active{	
	background: #3ab54a;
	border-bottom: 4px solid #8cc634;
}

/*  Main start*/

main .banner{
	background: #000 url('../images/banner.png') no-repeat;
	background-position: left top;
	height: 800px;
	text-align:center;
	position: relative;
}

main .banner:after {
	content: ""; 
	background:rgba(0,0,0,0.6); 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	left: 0; 
	top: 0; 
	z-index: 2;
}

.banner .page-center{	
	width: 870px;
	position: absolute;
	z-index:3;
	left:0;
	right: 0;
	bottom: 20%;
	margin: 0 auto;
	border: 3px solid #3ab54a;
	padding: 40px;
}


.banner .page-center h1 {
    font-family: 'Handlee', cursive;
    font-size: 76px;
    padding: 15px 0 30px;
    color: #fff;
}

.banner .page-center h1 > span {
    font-size: 76px;
    line-height: 12px;
    padding: 0;
    color: #3ab54a;
}


.banner .page-center h3{
	font-size: 28px;
	padding: 10px 0;
	color: #fff;
    font-weight: 300;
}

.banner .page-center p {
    color: #3ab54a;
    font-size: 20px;
    line-height: 1.5em;
    padding: 16px 0 0;
}

/*About */

.four-col-group{
	background: #fff;
	text-align: center;
	padding-top: 20px;
} 

.heading > h1 {
	font-family: 'Handlee', cursive;
	font-size: 60px;
	padding: 15px 0;
	color: #3ab54a;
}

.heading .border-bottom{
	border-bottom: 4px solid #3ab54a;
	width: 15%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.four-col-group .column{
	float: left;
	width: 25%;
	padding: 25px;
}

.four-col-group .column > i{
	font-size: 35px;
	background: #00a1e4;
	color: #fff;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin-bottom: 30px;
}

.four-col-group .column > h1{
	font-family: 'Handlee', cursive;
	font-size: 40px;
	margin-bottom: 10px; 
	color: #00a1e4;
	}

.four-col-group .column > .border-bottom{
	border-bottom: 4px solid #00a1e4;
	width: 25%;
	margin-bottom: 25px;
}

.four-col-group .col2 > i{background: #ffcb05;}
.four-col-group .col2 > h1{color: #ffcb05;}
.four-col-group .col2 > .border-bottom{border-color: #ffcb05;}

.four-col-group .col3 > i{background: #96cb46;}
.four-col-group .col3 > h1{color: #96cb46;}
.four-col-group .col3 > .border-bottom{border-color: #96cb46;}

.four-col-group .col4 > i{background: #6b473b;}
.four-col-group .col4 > h1{color: #6b473b;}
.four-col-group .col4 > .border-bottom{border-color: #6b473b;}

/*--------------------Product -------------------*/

.three-col-group{
	background: #3ab54a;
	text-align: center;
	padding: 30px 0;
} 

.three-col-group h1 {
	font-family: 'Handlee', cursive;
	font-size: 60px;
	padding: 15px 0;
	color: #fff;
}

.three-col-group .border-bottom{
	border-bottom: 4px solid #fff;
	width: 15%;
	margin: 0 auto;
	padding-top: 10px;
	margin-bottom: 20px;
}


.three-col-group .column{
	position: relative;
}

.three-col-group .column > i{
	position: absolute;
	left: 10px;
	top: 120px;
	font-size: 40px;
	color: #fff;
}

.three-col-group .column > i:last-child{
	right: 10px;
	text-align: right;
}


.three-col-group .column img{
	float: left;
	width: 33.33%;
	overflow: hidden;
	padding: 1px;
}

/*--------------------Get img group -------------------*/
.get-img-group{
	background: #32302f;
	text-align: center;
	padding: 40px 0;
} 

/*--------------------News Group -------------------*/
.two-col-group{
	background: #fff;
	text-align: center;
	padding-top: 30px;
}

.two-col-group .two-col .left-side{
	float: left;
	text-align: left;
	width: 30%;
}

.two-col .left-side h1{
	font-family: 'Handlee', cursive;
	font-size: 30px; 
	background: #333;
	color: #fff;
	padding: 20px;
	text-align: center;
}


.two-col .left-side ul{
	background: #ccc;
	padding: 20px;
	padding-left: 30px;
}

.two-col .left-side ul li{
	padding:5px 0; 
}


.two-col-group .two-col .right-side{
	text-align: left;
	float: left;
	width: 68%;
	margin-left: 20px;
	background: #f3f3f3;
}


.two-col .right-side h1{
	font-family: 'Handlee', cursive;
	font-size: 30px; 
	background: #8cc634;
	color: #fff;
	padding: 20px;
	text-align: center;
}

.two-col .right-side .calender{
	position: relative;
	float: left;
	width: 70%;
	text-align: left;
}


.two-col .right-side .calender button{
	background: #333;
	color:#8cc634;
	padding: 10px 20px;
	position: absolute;
	left:30%;
	bottom: 10px; 
	outline: none;
	border: none;
	border-radius: 5px;
}

.two-col .right-side .event{
	float: right;
	width: 30%;
	background: #333;
	color: #fff;
	height: 333px;
	padding: 50px 0 50px 20px; 
}

.two-col .right-side .event span{
	display: inline-block;
	border-bottom: 2px solid #fff;
	padding-top: 20px;
}

.subscribe{
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: left;

}

.subscribe input[type=email]{
	background: #333;
	padding: 30px 15px;
	width: 70%;
	color: #fff;
	font-size: 30px;
	padding-left: 35px;
}

.subscribe input[type=submit]{
	background: #8cc634;
	padding: 30px 15px;
	width: 29.5%;
	color: #fff;
	font-size: 30px;
}
/*---------------footer------------ */

footer{
	background: #333;
	padding-top: 70px; 
	margin-top: -20px;
	color: #fff;
}

.two-col-footer .left-general{
	float: left;
	width: 30%;
}

.two-col-footer .left-general h1{
	font-family: 'Handlee', cursive;
	font-size: 30px; 
	border-bottom: 3px solid #8cc634;
	display: inline-block;
}

.two-col-footer .left-general ul {
	margin-top: 30px;
}


.two-col-footer .left-general ul li {
	margin-top: 15px;
	display: block;
}

.two-col-footer .right-feedback{
	float: right;
	width: 70%;
}

.two-col-footer .right-feedback h1{
	font-family: 'Handlee', cursive;
	font-size: 30px; 
	border-bottom: 3px solid #8cc634;
	display: inline-block;
}

.two-col-footer .right-feedback form{
	margin-top: 30px;
}

.top-form .left-form{
	float: left;
	width: 50%
}

.top-form .left-form input{
	padding: 14px;
	margin-bottom: 13px;
	display: block;
	width: 90%;
	background: #5a5958;
}

.top-form .right-form textarea{
	float: right;
	width: 50%;		
	background: #5a5958;
	min-height: 155px;
	padding: 10px;
}

.right-feedback .submit{
	width: 100%;
	background: #8cc634;
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
	padding: 16px;
	font-size: 24px;
}

input::placeholder,
textarea::placeholder{
  color: #a7a9ac;
  font: normal 13px Lato;
}

.bottom-footer{
	background: #2a2928;
	padding: 20px;
	margin-top: 30px;
	padding-left: 70px;
	color: #a7a9ac;
}

/*
responsive designs*/

@media (max-width: 767px){
	header .top-header .logo {
    width: 35%;
    padding: 20px;
    margin-top: 25px;
}

header .top-header .donation {
    font-size: 15px;
    position: absolute;
    width: 100%;
    text-align: center;
}

.nav-icon{
    display: block;
    width: 17%;
    color: #fff;
    margin-top: 44px;
    float: right;
    background: #3ab54a;
    border-bottom: 4px solid #8cc634;
    padding: 19px;
    font-size: 30px;
}

header nav {
    float: left;
    margin-top: 12px;
    width: 100%;
    display: none;
}

header nav ul li {
    display: block;
}

header nav ul li a {
    width: 100%;
    font-size: 18px;
    padding: 8px 19px;
}

main .banner {
    height: 550px;
}


.banner .page-center {
    width: 90%;
    padding: 0px;
    bottom: 115px;
}


.banner .page-center h1 {
    font-size: 30px;
    padding: 20px 0 0;
}

.banner .page-center h1 > span {
    font-size: 30px;
}

.banner .page-center h3 {
    font-size: 13px;
    padding: 5px 0;
}

.banner .page-center p {
    color: #3ab54a;
    font-size: 13px;
    line-height: 1.5em;
    padding: 7px 0;
}

.four-col-group .column > i {
    margin-bottom: 13px;
}


.four-col-group .column > h1 {
    font-size: 28px;
    margin-bottom: 0px;
}

.four-col-group .column {
    float: none;
    width: 100%;
}

.three-col-group h1 {
    font-size: 30px;
    padding: 0;
}

.three-col-group .column img {
    float: none;
    width: 100%;
    overflow: hidden;
    padding: 1px;
    display: none;
}

.three-col-group .column img:nth-child(2){
    display: block;
}

.heading > h1 {
    font-size: 30px;
    padding: 0;
}

.two-col-group .two-col .left-side {
    float: none;
    width: 100%;
}

.two-col-group .two-col .right-side {
    float: none;
    width: 100%;
    margin-left: 0;
}

.two-col .right-side .calender {
    float: none;
    width: 100%;
}

.two-col .right-side .calender button {
    left: 21%;
}

.two-col .right-side .event {
    float: none;
    width: 100%;
    height: 169px;
    padding: 0 10px;
}

.two-col .right-side .event span {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
    padding: 10px;

}

.subscribe input[type=email] {
    padding: 20px;
    font-size: 15px;
}

.subscribe input[type=submit] {
    background: #8cc634;
    padding: 20px;
    width: 29%;
    font-size: 15px;
}

iframe{
	max-width:100%; 
}


footer {
    padding-top: 30px;
    margin-top: -24px;
}

.two-col-footer .left-general {
    float: none;
    width: 100%;
    padding: 20px;
}

.two-col-footer .left-general ul {
    margin-top: 0;
}

.two-col-footer .left-general ul li {
    display: inline-block;
    font-size: 20px;
    padding: 10px;
    font-size: 15px;
    padding: 10px;
    text-transform: capitalize;
    line-height: 0.5em;
}

.two-col-footer .right-feedback {
    float: none;
    width: 100%;
    padding: 20px; 
}

.top-form .left-form {
    float: none;
    width: 100%;
}
.top-form .left-form input {
    width: 100%;
}
.top-form .right-form textarea {
    float: none;
    width: 100%;
    background: #5a5958;
    min-height: 150px;
    padding: 10px;
}

.bottom-footer {
    background: #2a2928;
    padding: 15px;
    margin-top: 30px;
    color: #a7a9ac;
    font-size: 13px;
}
}
