.back-grey{
	background-color: rgb(243, 243, 243) !important;
	
}
.what-do{
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	background-color:#fff; 
	padding-bottom: 10em;
	padding-top: 5em;
}
.img-round{
	width: 120px;
	height: 120px;

}
.what-do figure {
	text-align: center;
}
.title-blue{
	text-align: center;
	line-height: 2.5em;
	color: rgb(11, 148, 252); 
	font-size: 35px; 
}
.what-do h2{
	color: gray;
    font-size: 22px;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
}
.p-grey{
	color: rgb(153, 153, 153);
    font-size: 14px;
    
}
.vision-img{
	width: 100%;
	height: auto; 
	
}
.vision-img figure img{
	width: 100%;
	height: auto;
	
}
.vision-img article {
	padding-top: 2em;
}
.rv{
	margin-right: 0px;
    
}
.container-vision{
	position: relative;
	z-index:1; 
}

.title-vision{
	color: rgb(11, 148, 252);
	font-size: 48px;
}
.vision-img article h3{
	color: #f77825;
}

.back-white{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding-bottom: 3em;
	border:1px solid transparent;
}
.text-grey{
	color: rgb(141, 141, 141);
    font-size: 1em;
}
.students-says{
	padding-top: 5em;
}
.students-says p{
	font-style: italic !important;
}
.container-student{
	padding-top: 60px;
	padding-bottom: 60px;
}
.students-says span{
	color: rgb(0, 119, 228);
	font-size: 14px;
}
.testimonial img{
	display: block;
	margin: 0px auto 10px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.testimonial{
	padding-top: 8vh;
	paddin-bottom: 8vh;
}
.friendly{
	width: 100%;
	height: auto;
	background-color: rgb(0, 119, 228);
    padding-top: 30px;
    padding-bottom: 30px;
}
.friendly h1{
	color: rgb(255, 255, 255); 
	font-size: 35px;

}
.pricing{
	margin-top: 5em;
	padding-bottom: 10em;

}
.pricing h1{
	font-size: 48px;
	margin-top: 0px; 
}
.pricing span{
	color: rgb(11, 148, 252);
	font-size: 56px;
}
.pricing p{
	text-align: center;
	color: rgb(102, 102, 102);
    font-size: 16px;
}
.icon-pricing{
	width: 100%;
	height: auto;
	text-align: center;
	padding-top:2.5em; 
}
.pricing-box{
	background: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: 30px;
    margin: 10px 0;
    text-align: center;
}
.pricing-box p {
	color: #999;
	font-size: 15px;
	margin-bottom: 2em;
}
.pricing-box h1{
	color: rgb(228, 180, 35);
}
.form-msg{
	border-radius: 3px !important;
	padding-bottom: 2em;
	padding-left: 1.7em;
	padding-right: 1.7em;
	margin-top: 30px;

}
.contact{
	padding-top: 5em;
	padding-bottom: 10em;
}
.contact figure{
	
	text-align: center;
}
.contact h2{
	color: rgb(11, 148, 252);
	font-size: 22px; 
}
@media only screen and (max-width: 767px) {
	.vision-img img{
		display: none;
	}
	.vision-img article {
		padding-top: 0em;
		margin-top: 0px;
	}
	.container-student {
    	padding-top: 0px; 
	}
	
}
@media only screen and (max-width: 479px) {
	.title-blue{
		line-height: 1em !important;
	}
	.text-grey{
		font-size: 12px !important;
		text-align: center;
	}
	.title-vision{
		text-align: center;
	}
	.form-msg{
		border-radius: 3px;
		padding-left: 0em;
		padding-right: 0em;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 1em;
	}
}