.footer {
	width: 100%;
	color: #a8a8a8;
	padding: 0!important;
	margin-top: 0;
	background: #041c26;
}
@media screen and (max-width: 414px) {
	.footer {
		position: relative;
	}
}
.footer .copyright {
	background: #2db2c6;
	color: #041c27;
}
.footer .footer-1 {
	padding: 0 7%;
}
@media screen and (min-width: 570px) {
	.footer .company-infos {
		text-align: right;
	}
}
