h4, h5, h6, h1, h2, h3 {
	margin-top: 0;
}
ul, ol {
	margin: 0;
}
p {
	margin: 0;
	font-weight: 300;
}
html, body {
	font-family: verdana,tahoma,georgia;
	font-size: 100%;
	background-color: #21305D;
	color: #777;
	text-align: justify;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.header {
	background: #fff;
	padding: 1em 0;
	border-top: 3px solid #21305d;
}
.banner {
	background: url(../../images/imagesmehsana/banner.jpg) no-repeat center;
	/*min-height: 500px;*/
	height: 300px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 100px;
}
.banner-info {
	margin-top: 1em;
}
.banner-info h1 {
	font-size: 3em;
	color: #eee;
	line-height: 1.4em;
	margin: 0em;
	font-weight: 500;
}
.banner-info p {
	color: #ddd;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.8em;
	margin-top: 1em;
}
h3.m_1 {
	padding: 0.8em 0;
	margin: 0;
}
h3.m_1 a {
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px #4ca390;
}
h3.m_1 a:hover {
	color: #e5e52d;
}
p.m_2 {
	color: #e9f8f5;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-weight: 300;
}
.banner_btn {
	display: inline-block;
	padding: 6px 20px;
	font-size: 1em;
	cursor: pointer;
	background: #21305d;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	outline: none;
	margin-top: 30px;
	border-radius: 5px;
}
.banner_btn:hover {
	background: #22967c;
	color: #fff;
	text-decoration: none;
}
.feature_btn {
	display: inline-block;
	padding: 6px 20px;
	font-size: 1em;
	cursor: pointer;
	background: #5fccb4;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	outline: none;
	margin-top: 10px;
	border-radius: 5px;
}
.feature_btn:hover {
	background: #e5e52d;
	color: #555;
	text-decoration: none;
}
a:focus {
	outline: 0px;
}
.fa {
	color: #2ABB9B;
}
.footer_bottom {
	padding: 2em 0;
	background: #21305d;
}
.copy {
	text-align: center;
}
.copy p {
	font-size: 1em;
	color: #fff;
}
.copy p a {
	color: #fff;
	border-bottom: 1px dotted;
}
.copy p a:hover {
	color: #e5e52d;
	border-bottom: 1px solid;
	text-decoration: none;
}
h3.m_2 {
	font-size: 1.7em;
	font-weight: 500;
	color: #666;
	margin-bottom: 1em;
}
.about-info {
	background-color: WHITE;
	padding: 3em 0;
}
.about-info h2 {
	padding-bottom: 20px;
}
.about-info h3, .about_content h3 {
	padding-bottom: 20px;
}
.about_content {
	padding: 1em 0 4em 0;
}
.about_content img {
	padding: 0 20px 20px 0;
	float: left;
}
#accordion-alt3 .panel-heading h4 {
	font-size: 14px;
	line-height: 28px;
}
.panel .panel-heading h4 {
	font-weight: 400;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
	color: inherit;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 2px;
}
.panel {
	margin-bottom: 18px;
	background-color: white;
	border: 1px solid transperant;
	border-radius: 2px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.05);
	box-shadow: 0 0px 0px rgba(0,0,0,0.05);
}
#accordion-alt3 .panel-heading h4 a i {
	font-size: 16px;
	line-height: 18px;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	color: #21305d;
	text-align: center;
	border-radius: 50%;
	margin-left: 6px;
}
.follow-us {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.social-icon {
	padding-top: 6px;
	font-size: 16px;
	text-align: center;
	width: 32px;
	height: 32px;
	border: 2px solid #d5f1eb;
	border-radius: 50%;
	color: #d5f1eb;
	margin: 5px;
}
a.social-icon:hover, a.social-icon:active, a.social-icon:focus {
	text-decoration: none;
	color: #e5e52d;
	border-color: #e5e52d;
}