*{
	margin: 0;
	padding: 0;
	font-family: poppins;
	box-sizing: border-box;
}

a:hover{
	text-decoration: none;
}

.section{
	padding-top: 40px;
	padding-bottom: 40px;
}

.section h2.section-head{
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}

.section h2.section-head:after{
	background: #e74c3c;
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	margin: 20px auto;
}

#top-header img{
	height: 120px;
	width: 100%;
}

@media (max-width: 768px){
	#top-header img{
	height: 70px;
	width: 100%;
	}
}

@media (max-width: 576px){
	#top-header img{
	height: 70px;
	width: 100%;
	}
}

@media (max-width: 425px){
	#top-header img{
	height: 50px;
	width: 100%;
	}
}


ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.sub-section{
	padding-top: 20px;
	padding-bottom: 20px;
}

.sub-section h2.sub-section-head{
	color: #000;
	margin-bottom: 20px;
}

.sub-section h2 span.head-name{
	color: #9C6615;
	margin-bottom: 20px;
}
.sub-section h2.sub-section-head:after{
	background: #9C6615;
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	margin-top: 4px;
}

/*.sub-sub-section{
	border: 1px solid #aaa;
	box-shadow: 6px 6px 10px #485460;
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}*/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa2-face {
    background: #ff671a;
    color: #fff;
    transition: all 0.6s ease-in-out;
}
.fa2 {
    padding: 14px;
    font-size: 17px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    height: 45px;
}
.sub-sub-section p{
	text-align: justify;
	padding: 0 20px;
}

.sub-sub-section a{
	color: #9C6615;
	font-weight: bold;
}
.sub-sub-section aa{
	color: #fff;
	font-weight: bold;
}
/*.sub-sub-section:hover{
     -webkit-transform: scale(1.02);
    transform: scale(1.02);
     -webkit-transition: .3s ease-in-out;
     transition: .3s ease-in-out;
}*/

.sub-section h4.sub-section-sub-head{
	background: #9C6615;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px;
}

@media (max-width: 991px){
	.sub-sub-section{
		margin-top: 30px;
	}
}
/*#banner{
	background: url(../images/slider/banner1.jpg) no-repeat 0 0;
	background-size: cover;
}

.banner-title{
	padding-top: 5rem;
}

.banner-title h1{
	background: rgba(255,255,255,0.8);
	display: inline-block;
	padding: 10px;
	margin: 0;
}

.banner-title p.lead{
	color: #fff;
	background: rgba(231,76,60,0.7);
	padding: 10px;
}*/


.active{
	background-color: #FF9B71;
	border-radius: 5px;
}

.banner-area{
	width: 100%;
	/*height:50%;*/
	background: #ff671a;
	position: sticky;
	/*background-size: cover;*/
	/*background-position: center center;*/
}
.navbar{
	background: #ff671a;
	float: none;
	text-align: center;
}
.banner-top-area{
	width: 100%;
	/*height:10%;*/
	/*background: #3A6073;*/
	background: #3A6073;
	/*background: #f1f1f1;*/
	position: sticky;
	/*background-size: cover;*/
	/*background-position: center center;*/
}
.activities-navbar{
	background: rgb(247, 25, 82);
	float: none;
	text-align: center;
}
.top-navbar{
	background: #0254b3;
	float: none;
	text-align: center;
}
.parent {
	display: block;
	position: relative;
	float: left;
	line-height: 30px;
	background-color: #4FA0D8;
	border-right: #CCC 1px solid;
}
.desk-banner-area{
	width: 100%;

	background: #f24750;
}
.chairman-banner-area{
	width: 100%;
	background: #009688;
}
.sectertory-banner-area{
	width: 100%;
	background: #d81b60;
}
.pricipal-banner-area{
	width: 100%;
	background:#191970;
}
.banner-in-area{
	width: 100%;
	/*height:50%;*/
	background:#4D4E2D;
	color:#fff;
	position: sticky;
	background-size: cover;
	background-position: center center;
}
.in-navbar{
	background: #1fc198;
	float: none;
	text-align: center;
}
#navbar li{
	font-weight: bold;
	font-size: 17px;
	padding: 0 8px;
}

#navbar li > a{
	color: #fff;
}

.menu-area{
	position: static;
}

.menus .dropdown-menu{
	margin-top: -3px;
}

.menus:hover .dropdown-menu{
	display: block;
}

.menus .dropdown-menu a{
	padding: 12px;
	font-weight: bold;
}

.menus .dropdown-menu a:hover{
	background: #FF9B71;
	padding-left: 20px;
	transition: .3s ease-in-out;
}

.mega-area{
	/*position: absolute;*/
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
	box-shadow: 6px 6px 10px #485460;
	margin-top: -10px;
}

/*.dropdown-item{
	padding: 5px 0;
}*/

.mega-area h5{
	font-family: BigNoodleTitling;
	font-weight: 900;
}

.mega-area h5:after{
	content: "";
	background: #ff3f34;
	display: block;
	width: 50px;
	height: 2px; 
	margin: 5px 0;
}

.mega-area a:before{
	content: "\f101";
	font-family: FontAwesome;
	padding-right: 5px;
}

.mega-area h4{
	font-family: BigNoodleTitling;
	font-weight: 900;
	font-size: 18px;
	text-align: center;
	color: #ff3f34;
}

.mega-area h6{
	font-family: BigNoodleTitling;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: #ff3f34;
}

#navbar li:hover{
	background: #FF9B71;
	border-radius: 5px;
}

#navbar li a:hover{
	color: #000;
}

#navbar ul li.menu-area:hover .mega-area{
	transition: .50s ease-in-out;
	display: block;
	box-shadow: 5px;
}

#navbar ul li.menu-area:hover .mega-area a:hover{
	background: #FF9B71;
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.carousel-item img{
	height: 350px;
}


/*--------------------------------------------------------------
# Latest News
--------------------------------------------------------------*/
.news{
	background: #7DB59E;
}

.latest-news{
	padding-top: 10px;
	margin: 0;
	height: 300px;
	overflow: hidden;
}

.latest-news ul{
	padding: 2px 25px;
	list-style: none;
}

.latest-news ul li{
	font-weight: bold;
	padding: 15px 0;
	border-bottom: 1px solid #aefc34;
}

.latest-news ul li:before{
	content: "\f101";
	font-family: FontAwesome;
	padding-right: 5px;
}
/*-------------------------------------------------*/
/* =  10.TOP COURSES 
/*-------------------------------------------------*/
.ed-course{
}

.ed-course-in{
     margin-bottom: 30px;
     border-radius: 3px;
     position: relative;
     overflow: hidden;
}

.course-overlay{
}

.course-overlay img{
     height: auto;
     width: 100%;
}

.course-overlay span{
     position: absolute;
     top: 50%;
     left: 0;
     right: 0;
     text-align: center;
     transform: translateY(-50%);
     font-size: 18px;
     font-weight: 600;
     color: #fff;
     z-index: 1;
}

.ed-course-in a.course-overlay img {
     -webkit-transform: scale(1);
     transform: scale(1);
     -webkit-transition: .3s ease-in-out;
     transition: .3s ease-in-out;
}

.ed-course-in a:after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(52,73,94,0.7);
}

.ed-course-in:hover a.course-overlay img {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
}

#message{
	background-color: #F0E4BC;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.service-box{
	text-align: center;
}

.service-box i.fa{
	color: #e74c3c;
	font-size: 70px;
	margin-bottom: 15px
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

#testimonials{
	color: #fff;
	background: url(../images/slider/banner2.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 50px 0;
	position: relative;
}

#testimonials:before{
	background: rgba(52,73,94,0.7);
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.testimonial img{
	border-radius: 50%;
}

.message-post img{
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
}

.message-post h3{
	font-size: 16px;
}

.message-post p{
	text-align: justify;
}

.message-post{
	text-align: center;
}

/*--------------------------------------------------------------
# News Post
--------------------------------------------------------------*/

.news-post img{
	width: 100%;
	height: 120px;
	margin-bottom: 10px;
}

.news-post h3{
	font-size: 1.35rem;
}

.news-post h3 a{
	color: #e74c3c;
}

.post-date{
	font-size: 13px;
	margin-bottom: 2px;
}

.post-date:before{
	content: "\f073";
	font-family: FontAwesome;
	padding-right: 5px;
}

a.readmore{
	font-size: 14px;
	color: #e74c3c;
}

a.readmore:after{
	content: "\f101";
	font-family: FontAwesome;
	padding-left: 5px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer-sidebar{
	color: #fff;
	background: #34495e;
	padding: 20px 0;
}

.footer-widget h4:after{
	content: "";
	background: #fff;
	display: block;
	width: 50px;
	height: 2px; 
	margin: 5px 0;
}

.footer-widget a{
	color: #fff;
}

.footer-widget .counter{
	font-size:20px;
}

.links{
	list-style: none;
	padding: 0;
	margin: 0;
}

.links li{
	margin-bottom: 3px; 
}

.links li:before{
	content: "\f101";
	font-family: FontAwesome;
	padding-right: 5px;
}

#footer{
	color: #fff;
	background: #2c3e50;
	padding: 10px 0;
}

/*--------------------------------------------------------------
# Social Icons
--------------------------------------------------------------*/

#social-icons{
	list-style: none;
	color: #fff;
	padding: 0;
	margin: 0;
}

#social-icons li{
	display: inline-block;
	padding-left: 5px;
}

#social-icons li a{
	color: #fff;
	font-size: 23px;
}

/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/

.thumbnail{
	margin-top: 15px;
}
.thumbnail .caption p{
	color: #FFF;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

@media (max-width: 1200px){
	.thumbnail .caption p{
		font-size: 18px;
	}
}

@media (max-width: 991px){
	.thumbnail .caption p{
		font-size: 13px;
	}
}

@media (max-width: 767px){
	.thumbnail .caption p{
		font-size: 9px;
	}
}

@media (max-width: 576px){
	.thumbnail .caption p{
		font-size: 9px;
	}
}

@media (max-width: 575px){
	.thumbnail .caption p{
		font-size: 12px;
	}
}

/*--------------------------------------------------------------
# Side Menu
--------------------------------------------------------------*/
.gn a:hover,
.gn .current-menu-item > a,
.gn .sub-menu .current-menu-item > a:hover {
color: #000;
background-color: #BABC8D;
}

.side-menu{
	background-color:#8C8E52;
	border-radius: 10px;
}

.side-menu ul{
	list-style: none;
	text-align: left;
	color: #FFF;
	padding: 0 10px;
	padding-bottom: 10px;
}

.side-menu ul li{
	padding: 10px 0px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dashed #FFF;
}

.side-menu ul li a{
	color: #FFF;
	width: 100%;
}

/*--------------------------------------------------------------
# Faculty Profile
--------------------------------------------------------------*/

.info{
	border-bottom: 1px solid #9C6615;
	padding: 10px;
	margin: 0px 5px;

}

.info img{
	width: 150px;
	height: 150px;
	box-shadow: 2px 2px 5px #485460;
}

.info ul{
	list-style: none;
}

.info ul li{
	margin-bottom: 10px;
	font-size: 18px;
}

@media (max-width: 576px){
	.info ul{
		margin-top: 10px;
	}
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/

#tables {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#tables td, #tables th {
  border: 1px solid #ddd;
  padding: 8px;
}

#tables tr:nth-child(even){background-color: #D6F1FF;}

#tables tr:hover {background-color: #ddd;}

#tables th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #009FFD;
  color: white;
}

#tables th.header {
  background: #941C2F;
  text-align: center;
  font-size:18px;
}

/*--------------------------------------------------------------
# Gallery Zoom Image
--------------------------------------------------------------*/

/* Zoom Image*/
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  /*z-index: 1;  Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  z-index:99999;

}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #FFF;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/* End Zoom Image*/

/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/

.head{
	 background: #941C2F;
	 border-radius: 5px;
	 margin-top: -40px;
	 box-shadow: 0px 10px 20px -8px rgba(148, 28, 47, 1);
}

#contact{
	color: #941C2F;
	font-size: 27px;
}

p.contact-info{
	color: grey;
	font-size: 15px;
}

.effect-1{
	border: 0;
	outline: none;
	width: 100%;
	padding: 7px 0;
	border-bottom: 1px solid #ccc; 
}

.effect-1 ~ .focus-border{
	position: absolute; bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #941C2F;
	transition: 0.4s;
}

.effect-1:focus ~ .focus-border{
	width: 100%;
	transition: 0.4s;
	left: 0;
}

.btn1{
	background: #941C2F;
	color: white;
	border: none;
	outline: none;
	width: 145px;
	height: 40px;
	border-radius: 5px;
}

.label{
	font-size: 18px;
	position: relative;
	margin-left: 30px;
	cursor: pointer;
}

.checkbox{
	position: absolute;
	left: 100px;
	display: none;
}

.label:before{
	content: '';
	background: #FFF;
	border: 2px solid #941C2F;
	border-radius: 4px;
	display: inline-block;
	position: absolute;
	left: -30px;
	width: 20px;
	height: 20px;
}

.label:after{
	content: '\2713';
	font-weight: bold;
	color: #941C2F;
	display: inline-block;
	position: absolute;
	left: -27px;
	top: -2px;
	transform: scale(0);
	transition: 0.2s linear;
}

.checkbox:checked + .label:after{
	transform: scale(1);
}

/*--------------------------------------------------------------
# Research Accordian
--------------------------------------------------------------*/

.card .btn-link{
	text-decoration: none;
}

.card .card-header button i{
	float: right;
}

.card .card-header button span.name{
	font-size: 20px;
}

.card .card-header{
	background:  #941C2F;
}

.card .card-header h5 button{
	color: #FFF;
	font-weight: bold;
	box-shadow: none;
	width: 100%;
	text-align: left;
}


@media (max-width: 1200px){
	.latest-news{
	height: 260px;
	}
}

@media (max-width: 992px){

	#navbar li{
		font-weight: bold;
		padding: 0 0px;
	}
	
	.news-post{
		margin-bottom: 30px;
	}

	.latest-news{
	height: 150px;
	}
}

@media (max-width: 768px){
	#logo{
		text-align: center;
		margin: 10px 0;
	}

	#menu{
		text-align: center;
	}

	.banner-title{
		padding-top: 0rem;
	}

	.banner-title h1{
		font-size: 1.7rem;
	}

	#navbar li{
		font-weight: bold;
		padding: 0 0px;
	}

	.section{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.testimonial{
		text-align: center;
		margin-bottom: 30px;
	}

	.service-box{
		margin-bottom: 30px;
	}

	.footer-widget{
		margin-bottom: 20px;
	}

	#footer{
		text-align: center;
	}

	#social-icons{
		margin-top: 10px;
	}
}