* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
html, body {
	font-family: Roboto, sans-serif, arial;
	font-size:16px;
	color: #242424;
}
.container {
	width: 1300px;
	margin:0px auto;
}
/****************Header Section Header Section Header Section Header Section Header Section****************/
.header {
	background:#0055a4;
/*	padding: 6px;*/
}
.header b {
	background: #fff;
	color: red;
	padding:10px;
	font-size: 20px;
}
.header marquee {
	font-size:20px;
	color: #ffffff;
	width: 80%;
}
/*Logo Section Logo Section Logo Section Logo Section Logo Section Logo Section*/
.logo {
	height:65px;
	    margin-left: 50px;
}
/****************Menu Section Menu Section Menu Section Menu Section Menu Section Menu Section****************/
nav {
	float: right;
	padding:25px 0px;
}
nav a {
	color: black;
	text-decoration: none;
	font-size:18px;
	padding:2px 10px;
	font-weight:500;
}
/****************Slider Section Slider Section Slider Section Slider Section Slider Section Slider****************/
.slider img {
	width:100%;
}
/****************Event Section Event Section Event Section Event Section Event Section****************/
.main-section {
	width: 100%;
	float: left;
	padding:100px 0px 100px 0px;
}
.event {
	width:32%;
	margin-right:1%;
	float: left;
	background-color: #fff;
}
.event i {
	color:red;
	font-size:14px;
}
.event div{
    padding: 10px;
}
.event .heading {
    padding:10px;
    color: #fff;
    background:#0055a4;
    text-align: center;
    font-size: 22px;
	font-weight:400;
	margin-bottom: 10px;
}
.event ul li {
	margin-bottom: 20px;
	width: 100%;
	float: left;
	list-style: none;
}
.event-date {
    background:red;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 8px 12px;
    margin-right: 10px;
}
/****************Campus News Campus News Campus News Campus News Campus News Campus News****************/
.campus-news span{
	width:80px;
	float:left;
}
.campus-news h2{
	font-weight:600;
	font-size:16px;
}
.campus-news h6{
	font-weight:500;
	font-size:13px;
	color:red;
}
.campus-news p{
	font-size:14px;
}
/****************About Us Section About Us Section About Us Section About Us Section About Us Section****************/
.heading {
	font-size:28px;
	font-weight:500;
	margin-bottom:30px;
	color:#0055a4;
}
.subhead{
    font-size: 18px;
    color: red;
    font-weight: 500;
}
.about-us div {
	width:45%;
	float:left;
	line-height:30px;
	font-size:18px;
}
.about-us h4 {
    font-size: 18px;
    color: red;
    font-weight: 500;
}
.about-us p {
    font-size: 16px;
    margin-bottom: 20px;
    padding-right: 30px;
    line-height: 23px;
}
.about-us img {
	width:40%;
	float:left;
}
/****************award Section award Section award Section award Section award Section award Section****************/
.award p {
	width:100%;
	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;
}
/****************Chariman Section Chariman Section Chariman Section Chariman Section Chariman Section****************/
.chairman img {
    width: 150px;
    float: left;
    margin-right:10px;
}
.chairman h2 {
    font-size: 22px;
    margin-top:30px;
}
.chairman h4 {
	font-size:16px;
	color:red;
	font-weight:400;
}
/****************Testimonial Section Testimonial Section Testimonial Section Testimonial Section****************/
.testimonial {
	width: 30.5%;
	float: left;
	margin-right:2.5%;
}
.testimonial-text {
    background: #0055a40f;
    padding: 20px;
    line-height: 35px;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #0055a4;
}
.testimonial-detail {
	float:left;
	margin-top:10px;
}
.testimonial-img {
	float:left;
}
.testimonial-name {
	margin-left:10px;
	float:left;
}
.testimonial-name h5 {
	font-size:18px;
	margin-top:8px;
}
/****************Gallery Section Gallery Section Gallery Section Gallery Section Gallery Section****************/
.gallery img {
	width: 23.2%;
	margin-right:1.5%;
	margin-bottom:20px;
}
/****************Footer Section Footer Section Footer Section Footer Section Footer Section Footer Section****************/
.footer {
	background-color:#f0f3fa;
	padding:40px 0px;
	width:100%;
	float:left;
}
.footer-logo {
	height:70px;
	width:auto;
}
.footer-sect {
	width:100%;
	float:left;
	text-align:center;
	margin-top:20px;
	font-size:16px;
}
.footer-sect a {
	color:#202020;
	margin-left:10px;
	text-decoration:none;
}