*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
/*--------- Mini Header ---------*/
#mini{
	background: #fcc642;
	color: black;
	padding: 2px 0;
}
#mini p{
	margin-bottom: 2px;
	font-size: 12px;
	font-family: 'DM Sans', sans-serif;
}
/*--------- Mini Header ---------*/



/*--------- Header ---------*/
#head{
	background: #0b1521;
}
#head li{
	transition: 0.3s;
}
#head li a{
	color: white;
	font-family: 'Inknut Antiqua', serif;
	font-size: 11px;
	padding: 42px 20px;
}
#head li:hover{
	background: white;
}
#head li:hover a{
	color: #0b1521;
}
#head img{
	padding: 5px 0;
}
@media(max-width: 720px){
	#head{
		padding: 5px 0;
	}
	#head li a{
		padding: 15px 20px;
	}
	#slider{
		height: auto !important;
	}
}
/*--------- Header ---------*/



/*--------- Slider ---------*/
#slider{
	width: 100%;
	height: 90vh;
	overflow: hidden;
}
/*--------- Slider ---------*/




/*--------- About ---------*/
#about{
	padding: 50px 0;
	background: url(../img/bg_1.jpg) no-repeat center/cover;
}
#about h1{
	padding-top: 10px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	margin-bottom: 20px;
	color: #22456e;
}
#about h3{
	font-family: 'DM Sans', sans-serif;
	position: relative;
	margin-bottom: 30px;
	font-weight: bold;
	color: #22456e;
}
#about h3:after{
	content: "";
	width: 100px;
	height: 3px;
	left: 0;
	bottom: -5px;
	position: absolute;
	background: #fac53d;
}
#about p{
	font-family: 'Eczar', serif;
	margin-bottom: 5px;
	text-align: justify;
}
#about ul{
	list-style: none;
	padding-left: 0;
}
#about li{
	font-family: 'Eczar', serif;
	margin-bottom: 20px;
}
#about img{
	height: 80px;
	margin-bottom: 10px;
}
#about .col-lg-6{
	margin-bottom: 20px;
}
/*--------- About ---------*/




/*--------- Courses ---------*/
#courses{
	background: url(../img/courses_bg.jpg) no-repeat center/cover;
	padding: 50px 0;
}
#courses h2{
	font-family: 'Roboto Slab', serif;
	color: white;
	margin-bottom: 40px;
}
#courses h5{
	font-family: 'Roboto Slab', serif;
	color: white;
}
#courses .col-lg-3{
	width: 300px;
	text-align: center;
	margin-bottom: 10px;
	box-shadow: inset 0 0 0 0 #00000091;
	-webkit-transition: ease-out 0.6s;
	-moz-transition: ease-out 0.6s;
	transition: ease-out 0.6s;
}
#courses .col-lg-3:hover{
	box-shadow: inset 0 400px 0 0 #00000091;
}
#courses a{
	color: white;
}
#courses img{
	width: 80px;
	margin-bottom: 10px;
}
/*--------- Courses ---------*/




/*--------- Footer ---------*/
#foot{
	background: #0b1521;
	padding: 50px 0;
	color: white;
}
#foot p{
	font-family: 'Eczar', serif;
	color: #ebebeb;
	text-align: justify;
}
#foot img{
	margin-bottom: 15px;
}
#foot h4{
	font-family: 'Roboto Slab', serif;
}
#foot ul{
	list-style: none;
	padding-left: 0;
	font-family: 'Eczar', serif;
}
#foot li{
	margin-bottom: 8px;
	color: #ebebeb;
}
#foot .fa{
	width: 16px;
	margin-right: 4px;
	margin-left: -20px;
}
#foot .col-lg-3, #foot .col-lg-2{
	margin-bottom: 20px;
}
/*--------- Footer ---------*/




/*--------- Mini-Footer ---------*/
#mini-foot{
	padding: 2px 0;
}
#mini-foot p{
	font-size: 12px;
	font-family: 'Roboto Slab', serif;
	text-align: center;
	margin-bottom: 0;
}
/*--------- Mini-Footer ---------*/




/*--------- Page-header ---------*/
#pagehd{
	background: url(../img/pagehd_1.jpg) no-repeat center/cover;
}
#pagehd h1{
	font-family: 'Roboto Slab', serif;
	color: white;
	text-align: center;
}
#pagehd .overlay{
	background: rgba(0, 0, 0, 0.5);
	padding: 100px 0;
}
/*--------- Page-header ---------*/




/*--------- About Us ---------*/
#about_us{
	padding: 50px 0;
	background: url(../img/bg_1.jpg) no-repeat center/cover;
}
#about_us h2{
	color: #24375c;
	font-family: 'DM Sans', sans-serif;
	font-size: 34px;
	font-weight: 700;
}
#about_us p{
	font-family: 'Eczar', serif;
	text-align: justify;
}
#about_us ul{
	padding-left: 1rem;
}
#about_us li{
	font-family: 'Eczar', serif;
	margin-bottom: 10px;
}
/*--------- About Us ---------*/

/*--------- Principal ---------*/
#princi{
	padding: 50px 0;
}
#princi h4{
	font-family: 'Roboto Slab', serif;
}
#princi h5{
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
}
#princi span{
	font-family: 'Great Vibes', cursive;
	font-size: 20px;
}
#princi  p{
	text-align: justify;
	font-family: 'Eczar', serif;
}
#princi img{
	margin: 0px 0 20px 0;
}
/*--------- Principal ---------*/




/*--------- Courses ---------*/
#courses_pg{
	padding: 100px 0;
}
#courses_pg h2{
	font-family: 'Roboto Slab', serif;
	color: white;
	margin-bottom: 40px;
}
#courses_pg h5{
	font-family: 'Roboto Slab', serif;
	color: white;
}
#courses_pg .col-lg-3{
	text-align: center;
	box-shadow: inset 0 0 0 0 #00000091;
	-webkit-transition: ease-out 0.6s;
	-moz-transition: ease-out 0.6s;
	transition: ease-out 0.6s;
}
#courses_pg .col-lg-3:hover{
	box-shadow: inset 0 400px 0 0 #00000091;
}
#courses_pg a{
	color: white;
}
#courses_pg p{
	color: white;
	font-family: 'DM Sans', sans-serif;
}
#courses_pg img{
	width: 80px;
	margin-bottom: 10px;
}
/*--------- Courses ---------*/




/*--------- Facilities ---------*/
#facilities{
	color: white;
	padding: 50px 0;
	background: url(../img/bg_1.jpg) no-repeat center/cover;
}
#facilities h2{
	font-family: 'DM Sans', sans-serif;
}
#facilities p{
	text-align: justify;
	font-family: 'Eczar', serif;
}
#facilities .col-lg-4{
	border: 10px solid;
}
#facilities .opacity{
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	padding: 48px;
}
/*--------- Facilities ---------*/




/*--------- PGallery ---------*/
#pgallery{
	padding: 50px 0;
	color: black !important;
}
/*--------- PGallery ---------*/




/*--------- Gallery ---------*/
#gallery{
	padding: 50px 0;
}
/*--------- Gallery ---------*/




/*--------- Contact ---------*/
#contact{
	padding: 50px 0;
	/*background: url(../img/bg_1.jpg) no-repeat center/cover;*/
}
#contact .col-lg-12{
	border: 1px solid #e9e9e9;
}
#contact p{
	font-family: 'Eczar', serif;
	text-align: center;
	font-size: 18px;	
}
#contact .fa{
	margin-right: 10px;
}
/*--------- Contact ---------*/