body{
	padding: 0;
	margin: 0;
}
.menu-heading-section{
	box-shadow: 3px 3px 3px 3px #E6E6FA;
}
.contact-section{
	background-color: #F5F5F5;
}
.contact-data{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #51be78;
	font-family: 'open_sansregular';
	font-size: 15px;
}
.contact-data:hover{
	text-decoration: none;
	color: #51be78;
}
.contact-icon{
	font-size: 12px;
}
.logo-second{
	height: 9em;
	width: 10em;
}
.about-section{
	background-color: #483D8B;
}
.about-heading{
	font-family: 'latobold';
	font-size: 25px;
	margin-top: 2em;
	color: #fff;
}
.about-content{
	font-family: 'poppinslight';
	font-size: 16px;
	color: #fff;
}
.news-gallery-panel{
	background-color: #F5F5F5F5;
	padding: 20px;
}
.notice-heading{
	font-family: 'latobold';
	font-size: 25px;
}
.notice-section{
	background-color: #fff;
	margin: 10px;
	box-shadow: 3px 3px 3px 3px #E6E6FA;
	height: 23em;
}
.notice-data-section{
	height: 15em;
}
.facility-section{
	border: 1px solid silver;
	padding: 10px;
	margin: 5px;
	height: 13em;
	overflow: hidden;
}
.facility-image{
	height: 6em;
	width: 6em;
}
.facility-label-first{
	font-family: 'poppinslight';
	font-size: 16px;
	text-transform: uppercase;
}
.facility-label-second{
	font-family: 'poppinslight';
	font-size: 14px;
}
.feeback-section{
	background-color: rgba(77,5,232,0.7);
	color: #fff;
	height: 18em;
	font-family: 'open_sansregular';
}
.topper-section{
	background-color: #4B0082;
	color: #fff;
	height: 18em;
	font-family: 'open_sansregular';
}
.director-image{
	height: 7em;
	width: 7em;
	border-radius: 50%;
}
.director-message-section{
	margin: 10px;
	padding: 10px;
	box-shadow: 3px 3px 3px 3px #E6E6FA;
}
.footer-section{
	background-color: #483D8B;
	padding: 10px;
}
.footer-label-first{
	font-family: 'open_sansregular';
	font-size: 16px;
	color: #fff;
}
.footer-section-list{
	list-style: none;
}
.footer-section-list li a{
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #fff;	
}
.footer-section-list li a:hover{
	text-decoration: none;
	color: #fff;
}
.footer-call-icon{
	height: 2em;
	width: 2em;
}
.footer-contact-label{
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #fff;
}
@media only screen and (max-width: 991px){
	.contact-section{
		display: none;
	}
}