footer{
	background-color: #FFF;
	color: #000;
	padding:20px 20px;
	text-align: center;

}

footer > p{
	color: #919294;
}

footer a {
	color: #000;
	text-decoration: none;
}

footer .footer-section{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 800px;
	padding: 0px 10px;
	margin: auto;
	margin-bottom: 25px;
}

footer .footer-section a{
	display: inline-block;
}

footer .footer-section img{
	height: 40px;
}

footer .logo-bayt-dev img{
	width: 80%;
	max-width: 180px;
	height: auto;
}


footer .footer-section h3{
	font-size: 17px;
}


footer .ft-links a{
	display: block;
	text-align: right;
	margin-bottom: 10px;
}

@media(max-width: 575px){

	footer .ft-links{
		flex-shrink: 1;
		width: 100%;		
		margin-top: 30px;
	}

	footer .ft-links a{
		text-align: center;
		margin-bottom: 15px;
	}

}