/********* Common CSS Starts **********/
* {
	margin: AUTO;
	padding: 0px;
	box-sizing: border-box;
}

html,
body {
	font-family: Roboto, sans-serif, arial;
	font-size: 16px;
	color: #242424;
}

.container {
	width: 100%;
	margin: 0px auto;
}

.main-section {
	width: 100%;
	float: left;
	padding: 70px 0px 70px 0px;
}

.heading {
	font-size: 28px;
	font-weight: 500;
	border-bottom: 1px solid #46b7c1;
	margin-bottom: 20px;
	color: #46b7c1;
}

/********* Common CSS End **********/
/********* Header HTML CSS Starts **********/

.header {
	background: #46b7c1;
	padding: 6px;
}

.header b {
	background: #fff;
	color: red;
	padding: 10px;
	font-size: 20px;
}

.header marquee {
	font-size: 20px;
	color: #ffffff;
	width: 80%;
}

/********* Header HTML CSS End **********/
/********* Design Logo and Menu section CSS Starts **********/
.logo {
	height: 65px;
	position: center;

	

}

/*Menu Section Menu Section*/
/* Navbar container */

.container {
	display: -moz-inline-box;
	text-align: center;
}

.navbar {
	overflow: hidden;
	background-color: #333;
	font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
	float: left;
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 15px 15px;
	text-decoration: none;
}

/* The dropdown container */
.dropdown {
	float: left;
	overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	/* Important for vertical align on mobile phones */
	margin: 0;
	/* Important for vertical align on mobile phones */
}
/* Add a red background color to navbar links on hover */
.navbar a:hover,
.dropdown:hover .dropbtn {
	background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/********* Design Logo and Menu section CSS End **********/
/********* Slider CSS Starts **********/
.slider img {
	width: 100%;
}

/********* Slider CSS End **********/
/********* Campus, Events and Notice Board section CSS Starts **********/
.event {
	width: 33%;
	float: left;
	margin-right: auto;
	background-color: #fff;
	padding: 20px;
}

.event .heading {
	border-bottom: auto; solid #46b7c1;
	padding: 20px;
	color: #fff;
	background: #46b7c1;
	text-align: center;
}

.event ul li {
	margin-bottom: 17px;
	width: 100%;
	float: left;
	list-style: none;
}

.event-date {
	background: #46b7c1;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 8px 15px;
	margin-right: auto;
}

/********* Campus, Events and Notice Board section CSS End **********/
/********** About Us CSS Starts **********/
.about-us div {
	width: 100%;
	float: left;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
}

.about-us h4 {
	font-size: 22px;
}

.about-us p {
	line-height: 42px;
}

.about-us img {
	width: 100%;
	float: left;
}

/********** About Us CSS Ends **********/
/********** School Info, Award and Certificate CSS Starts **********/
.award p {
	width: 75%;
	float: left;
	font-size: 16px;
}

.award img {
	width: 100%;
}

.award b {
	min-width: 115px;
	float: left;
	margin-bottom: 20px;
}

.award h3 {
	font-size: 23px;
	margin-bottom: 20px;
	text-align: center;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}

.modal-header {
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

/********** School Info, Award and Certificate CSS Ends **********/

