footer{
	background-color: #FFFFFF00;
	background-image: url('../images/footer-background.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 80px 20px;
	font-size: 14px;
	color: #fff;
}
footer .container{
	max-width: 1190px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
	align-items: flex-start;
}
footer .footer-logo{
	width: 165px;
	display: block;
}
footer .footer-logo ul{
	margin: 10px 0px 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
}
footer .footer-logo ul li a{
	color:#fff;
	font-size: 25px;
	cursor: pointer;
}
footer .footer-logo ul li a:hover{
	opacity: 0.75;
}
footer .footer-logo ul li a i{
	color:#fff;
}
footer .footer-links{
	/*width: calc(100% - 560px);*/
	width: calc(100% - 830px);
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	align-items: flex-start;
}
footer .footer-links h5{
	font-size: 16px;
	margin: 0px 0px 10px;
}
footer .footer-links ul{
	list-style: none;
	margin:0px;
	padding:0px;
}
footer .footer-links ul li{
	padding: 2px 0px;
}
footer .footer-links ul li a{
	color:#fff;
}
footer .footer-links ul li a:hover{
	opacity: 0.75;
}
footer .footer-certs{
	width: 465px;
	margin-left:auto;
}
footer .footer-certs ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
}

@media all and (max-width: 1080px){
	footer .container{
		gap: 50px;
	}
	footer .footer-links{
		/*width: calc(100% - 460px);*/
	}
	/*footer .footer-links{
		width: 300px;
	}*/
}
@media all and (max-width: 768px){
	footer{
		padding:50px 20px;
		background: #0971ce;
	}
	footer .container{
		gap: 30px;
	}
	footer .footer-logo{
		width: 165px;
		margin:auto;
	}
	footer .footer-links{
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	footer .footer-certs{
		width: 100%;
	}
}
@media all and (max-width: 600px){
	footer .footer-links{
		gap: 30px;
	}
}







.footer-bar{
	background: #055ead;
    padding: 15px 20px;
    color: #fff;
	line-height: 100%;
	font-size:12px;
}
.footer-bar .container{
	max-width: 1190px;
    margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:50px;
	overflow: visible;
	align-items: center;
}
.footer-bar .footer-left{

}
.footer-bar .footer-right{
	text-align: right;
}
.footer-bar .footer-right a{
	filter: brightness(0) invert(1);
}
.footer-bar .footer-right a:hover{
	opacity:0.5;
}