﻿body
{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans' , sans-serif;
	font-size: 14px;
}
img
{
	border: none;
}
img:focus, img:hover
{
	outline: none;
}
a:hover, a:focus
{
	outline: none;
}
.right-center
{
	text-align: right;
}
.header1
{
	padding: 3px 0;
}
.header1-in
{
	display: flex;
	align-items: center;
	vertical-align: middle;
}
.logo
{
	text-decoration: none;
	text-align: center;
}
.mob-num
{
	text-transform: capitalize;
	font-size: 107%;
	color: #40B649;
	padding: 9px 19px;
	font-weight: 600;
	border-radius: 8px;
	list-style-type: none;
}
.mob-num i
{
	padding-right: 4px;
}
.social-top
{
	display: inline-block;
	vertical-align: middle;
}
.icon-button
{
	background-color: rgba(240, 240, 240, 0.75);
	border-radius: 36px;
	cursor: pointer;
	display: inline-block;
	font-size: 120%;
	height: 36px;
	line-height: 36px;
	margin: 0;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 36px;
}
.icon-button span
{
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}
.icon-button:hover span
{
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter span
{
	background-color: #4099ff;
}
.facebook span
{
	background-color: #3B5998;
}
.google-plus span
{
	background-color: #db5a3c;
}
.linkedin span
{
	background-color: #8D45DC;
}
.icon-button i
{
	background: none;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
	font-size: 16px;
}
.facebook i
{
	color: #4099ff;
}
.twitter i
{
	color: #3B5998;
}
.google-plus i
{
	color: #db5a3c;
}
.linkedin i
{
	color: #8D44DC;
}
.icon-button:hover i, .icon-button:hover i, .icon-button:hover i
{
	color: #fff;
}
.header2
{
	background-color: #40B649;
}
.menu
{
	margin-bottom: 0;
	border: none;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	min-height: auto;
}
.img100
{
}
.img100 img
{
	width: 100%;
}
.menu .container-fluid
{
	padding: 0;
}
.menu .navbar-nav > li.active a, .menu .navbar-nav > li.active a:hover, .menu .navbar-nav > li.active a:focus
{
	background-color: #fff;
	color: #53922B;
}
.menu .navbar-nav > li a
{
	font-size: 97%;
	color: #fff;
	font-weight: 600;
}
.menu .navbar-nav > li a:hover
{
	color: #000;
}

.menu .navbar-inverse .navbar-toggle:hover
{
	background-color: #53922B;
}
.menu .navbar-nav > li:hover ul
{
	display: block;
}
.menu .navbar-nav > li.dropdown ul.dropdown-menu li a
{
	color: #000;
}
.menu .navbar-nav > li.dropdown ul.dropdown-menu li a:hover
{
	color: #40B649;
}
.menu .navbar-nav > li.open a, .menu .navbar-nav > li.open a:hover, .menu .navbar-nav > li.open a:focus
{
	background-color: #fff;
	color: #53922B;
}
.banner .carousel-control.left, .banner .carousel-control.right
{
	background-image: none;
}
.banner img
{
	width: 100%;
}
.section1
{
	padding: 15px 0;
}
.section1 h1
{
	color: #40B649;
	font-size: 200%;
	font-weight: bold;
}
.section1 h3, h4
{
	font-size: 125%;
}
.section1 p
{
	font-size: 100%;
	text-align: justify;
	line-height: 24px;
}

.about
{
	display: flex;
	align-items: center;
	vertical-align: middle;
}
.section1-in .panel-heading
{
	background-color: #40B649;
	color: #FFF;
}
.join
{
	text-align: center;
}

.join a
{
	text-decoration: none;
	font-family: Open Sans;
	font-size: 14px;
	padding: 10px 25px;
	margin: 0px 10px;
	color: #40B649;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
}
.join a:hover
{
	background-color: #000;
}
.content1
{
	margin-top: 20px;
}

.content1 p
{
	color: rgb(85, 85, 85);
	font-size: 100%;
	line-height: 1.5;
	font-family: 'Open Sans';
	margin: 10px 0;
}
.content1 span a
{
	text-decoration: none;
	font-family: 'Open Sans';
	font-size: 14px;
	color: rgb(255, 255, 255);
	text-align: center;
	font-weight: bold;
	background-color: rgb(64, 182, 73);
	padding: 10px 25px;
	margin: 0px 10px;
}
.content1 span a:hover
{
	background-color: #000;
}
.content2
{
	border: 1px solid #888;
	position: relative;
	margin-top: 60px;
}
.content2 h2
{
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	font-size: 150%;
	text-align: center;
	font-family: 'Open Sans Condensed' , sans-serif;
}
.content2 p
{
	color: #888;
	font-size: 82%;
	text-align: justify;
	line-height: 2em;
}
.content2:hover .entry-header span
{
	top: -60px;
	background: #333;
}
.about
{
	background: #40B649;
}
.about h1, .about p
{
	color: #fff;
}
.content3
{
	margin-top: 30px;
}
.content3 h2
{
	font-size: 175%;
	color: #0277bd;
	text-align: left;
	font-weight: bold;
}
.content3 p
{
	font-size: 95%;
	line-height: 1.7em;
	text-align: justify;
}
.entry-header
{
	width: 100%;
	height: 30px;
}
.entry-header span
{
	text-align: center;
	display: block;
	position: relative;
	top: -45px;
	background: #40B649;
	border-radius: 500px;
	width: 90px;
	height: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.entry-header span i
{
	font-size: 50px;
	color: white;
	position: relative;
	top: 20px;
}
.aricle
{
}
.aricle a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
	color: #28c13d;
	text-transform: uppercase;
	line-height: 250%;
}
.aricle span.pull-right
{
	font-size: 80%;
}
.aricle a:hover
{
	color: Black;
}
.aricle a span
{
	color: #28c13d;
}
.addr
{
}
.addr ul
{
	list-style-type: none;
}
.addr ul h3
{
	font-weight: bold;
	color: #3FB847;
}
.enq
{
	padding: 10px;
	color: #fff;
	background: #28c13d;
	text-decoration: none;
}
.enq:hover
{
	color: #000;
	text-decoration: none;
}
.download1
{
}
.download1 a img
{
	margin: 0 auto;
	text-align: center;
	width: 37%;
	height: 40%;
}
.addr ul li
{
}
.home-panel .panel .panel-heading a
{
	background: none;
	display: block;
	padding: 10px 15px;
	color: #28c13d;
	text-decoration: none;
	position: relative;
	font-size: 100%;
}
.cat-img
{
	margin-bottom: 15px;
}
.cat-img img
{
	width: 100%;
}
.cat-img span
{
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
	display: block;
}
.footer1
{
	background: #3FB847;
	padding: 9px 0 7px;
}

.copy
{
	color: #fff;
	margin: 0;
}
.fmenu
{
	margin: 0;
	padding: 0;
}
.fmenu li a
{
	color: #fff;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	display: block;
	font-size: 95%;
}
.fmenu li a:hover
{
	color: #fff;
	text-decoration: none;
}
.top_most
{
	display: none;
}
.mission-icon
{
	margin-top: 50px;
}
.testi-slide
{
}
.testi-slide .carousel
{
	background: #3FB847;
	height: 100%;
}
.testi-slide .carousel-inner
{
	height: 100%;
}
.testi-slide .carousel .item
{
	height: 100%;
}
.testi-slide .carousel-control
{
	top: 45%;
	width: 30px;
	height: 30px;
}
.testi-slide .carousel-control i
{
	font-size: 90%;
	color: #000;
}
.testi-slide .carousel-control.left
{
	background-image: none;
	left: -18px;
}
.testi-slide .carousel-control.right
{
	background-image: none;
	right: -18px;
}
.testi-cont
{
	vertical-align: middle;
	float: none;
	align-items: center;
	height: 100%;
	color: #fff;
	padding: 14% 5%;
}
.testi-cont span
{
	color: #000;
}

.grn-panel-head
{
	background: #40B649;
	border: solid 1px #40B649;
	color: #FFF;
	font-weight: bold;
}
.vision
{
}
.vision h1, h2, h3
{
	font-size: 200%;
	color: #40B649;
	font-weight: bold;
}
.vision p
{
	text-align: justify;
	line-height: 2em;
}
.vision img
{
	margin-bottom: 5px;
}
.success-popup
{
}
.success-popup .close
{
	font-size: 30px;
	float: none;
	text-align: right;
}
.success-popup .close:hover, .success-popup .close:focus
{
	outline: none;
}
.success-popup .modal-header
{
	padding: 5px 10px;
	border-bottom: none;
	text-align: right;
}
.success-popup .modal-body
{
	text-align: center;
	font-size: 110%;
	padding: 0 15px 15px;
}


@media (max-width:1199px)
{
	.menu .navbar-nav > li a
	{
		padding: 10px 8px;
	}
}
@media (max-width:991px)
{
	body
	{
		font-size: 13px;
	}
	.menu .navbar-nav > li a
	{
		padding: 10px 15px;
	}
	.mission-icon
	{
		margin-top: 15px;
	}
	.mission-icon img
	{
		text-align: center;
		margin: 0 auto;
	}
	.content3 h2
	{
		text-align: center;
	}
	.content3 p
	{
		text-align: center;
	}
	.cat-img
	{
		text-align: center;
	}
	.about
	{
		display: block;
		text-align: center;
	}
	section1-in p
	{
		text-align: justify;
	}
	.join
	{
		margin: 20px auto;
		text-align: center;
	}
}


@media (max-width:767px)
{
	body
	{
		font-size: 12px;
	}
	.right-center
	{
		text-align: center;
	}
	.header1-in
	{
		display: block;
	}
	.mob-num
	{
		display: block;
		padding: 20px 0;
	}
	.menu .container-fluid
	{
		padding: 0 15px;
	}
	.cat-img
	{
	}
	.aricle a
	{
		font-size: 85%;
	}
	.section1 h1
	{
		font-size: 150%;
	}
	.home-panel .panel .panel-heading a
	{
		font-size: 80%;
		line-height: 150%;
	}

}
