.hero .row{
	min-height: 50vh!important;
}
#lev0 h6{
	padding-top: 20vh;
}
#lev0 h1{
	font-size: 65px;
	font-weight: bold;
}
#lev0{}




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



#lev2{}
#lev2 h1{
	color: pink;
	font-size: 60px; 
}
#lev2 h4{
	color: #c6cf65;
}
#lev2{}


#lev3{
	color: white;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../../imgs/slide/fee.jpg);
}


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