body{
	padding: 0px;
	margin: 0px;
}
h1,h2,h3,h4,h5,h6,p,ul,li,a{
	padding: 0px;
	margin: 0px;
}
body{
	background-image: url('../img/page-bg-1.jpg');
	background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-family: "Varela", sans-serif;
}
.main_page{
	
}
.logo{
	text-align: center;
	padding: 30px 0;
}
.front_about{
	
padding-bottom: 20px;
}
.front_about p{
	
font-size: 13px;
	
font-weight: 600;
	
text-align: center;
}
.categories{
	
}
.categories_box{
	
}
.categories_box .real_img{
	

}
.categories_box:hover .real_img{
	display: none;
}
.categories_box .hover_img{
	display: none;
}
.categories_box:hover .hover_img{
	display: block;
}
.certificates{
	padding: 30px 0;
}
.footer{
	
padding-bottom: 20px;
}
.footer .one{
	
text-align: center;
}
.footer .one p{
	
font-size: 13px;
	
font-weight: 600;
	
text-align: center;
}
.footer .one p a{
	
color: #000;
	
font-size: 13px;
	
font-weight: 600;
	
text-align: center;
}
.footer .one p a:hover{
	
}
@media only screen and (max-width: 992px) {
	.categories_box{
		padding-bottom: 30px;
	}
	.certificates{
		padding-top: 10px;
	}
}