*{
	margin: 0;
	padding: 0;
	font-family: "Mulish";
}

.wraper{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 600px;
	background-image: url("img/background/Background1.png");
	background-size: cover;	
}
.header{
	display: flex;
	align-items: center;
	width: 40%;
	height: inherit;
	order: 2;
}
.header_top, .header_bottom{
	font-size: 30px;
	font-weight: 400;
	color: white;
}
.header_centr{
	font-size: 70px;
	font-weight: 700;
	color: white;
	text-transform: uppercase;
}
/*----------------footer-------------------------------------------------------------------
*/
.footer{
	display: flex;
	align-items: flex-end;
	width: 40%;
	height: inherit;
	order: 1;
}
.footer>div{
	text-align: justify;
	padding:0px 0px 20px 20px;
	color:white;
}
.section{
	width: 20%;	
	order:3;
	text-align: center;
}
.section>div{
	display: inline-block;
	margin: 20px 0 0 0 ;
}
.section>div>a{	
	text-transform: capitalize;
	font-size: 30px;
	color: white;
	border: 2px solid white;
	padding: 10px 30px;	
	text-decoration: none;	
}
.section>div>a:hover{	
	background-color: grey;
}