#lev0{}
#lev0{
}
#lev0 h6{
	padding-top: 30vh;
}
#lev0 p{

	padding-left: 20px;
	border-left: 5px solid #49beb7 ;
}
#lev0 .col-md-6{
	margin-left: 10vh;
}
#lev0{}


#slideShow{}
#slideShow .col-md-12{
	padding: 0;
}
#slideShow img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
#slideShow .carousel-caption{
	bottom:0;
	padding-bottom: 25vh;
	position: absolute;
}
#slideShow h5{
	font-size: 50px;
	text-align: left;
	font-weight: bold;
	text-shadow: 0px 0px 5px #333;
	text-transform: uppercase;
}
#slideShow p{
	color: #c6cf65;
	font-size: 35px;
	text-align: left;
	text-shadow: 0px 0px 5px #333;
}
#slideShow{}

@media only screen and (max-width: 600px) {
  	#slideShow img{
		height: 50vh;
	}							
}




#welcome{}
#welcome h1{
	color: #000333;
	font-size: 58px;
	padding-bottom: 20px;
}
#welcome h1 b{
	font-weight: normal;
	border-bottom: 1px solid orange;
}
#welcome h5{
	color: orange;
}
#welcome{}


#why{}
#why{
	color: white;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../../imgs/slide/why.jpg);
}
#why .translucent{
	background-color: rgba(0,0,0,0.7);
}
#why h1{
	color: pink;
	font-size: 60px; 
}
#why h6{
	color: #c6cf65;
	padding-top: 20px;
}
#why .col-md-3, #why .col-md-4{
	padding-bottom: 25px;
}
#why p{}
#why{}



#gallery{}
#gallery .col-md-3{
	margin-bottom: 25px;
}
#gallery img{
	width: 275px!important;
	height: 200px!important;
	object-fit: cover;
}
#gallery{}



#appForm{}
#appForm{
	color: white;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../../imgs/slide/enroll.jpg);
}
#appForm .row{
	background-color: rgba(0,0,0,0.7);
}
#appForm h4{
	color:pink; 
}
#appForm p{
	color: #c6cf65;
}
#appForm{}



#stats{}
#stats{
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../../imgs/gallery/GID-20191003204534-191003205843-14.jpg);
}
#stats .space{
	color: white!important;
	background-color: rgba(0,0,0,0.7);
}
#stats h1{
	color: pink;
	font-size: 70px;
	font-weight: 300;
}
#stats .col-md-3 p{
	letter-spacing: 3px;
}
#stats{}



#blogs{}
#blogs .col-md-3{
	margin-bottom: 30px;
}
#blogs .card{
	border:none;
	background-color: white;
	transition: linear 0.3s;
	box-shadow: 0px 0px 5px #dfdfdf;
}
#blogs .card:hover{
	box-shadow: 0px 0px 10px #ddd;
}
#blogs img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
#blogs{}


#googleMap{
	width: 100%;
}
#googleMap iframe{
	width: 100%;
	height: 400px;
	border: none;
}



#login{}
#login{
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../../imgs/slide/3.jpg);
}
#login{}