footer {
	background-color: #286EB6;
	background-position: 50% 50%;
	margin-top: 20px;
	font-size: 0.87em !important;
}
.footer-menu {
	background-color: #286EB6;
	padding: 50px 0;
}

.footer-menu #logo {
	max-width: 90%;
}

.footer-menu #mem {
	max-width: 30%;
}

.footer-menu h6 {
	color: #fff;
	font-weight: 700;	
	padding-bottom: 15px;
}
.footer-menu a {
	color: #fff;
	text-decoration: none;
}
.footer-menu a:hover {
	color: #fff;
}
.footer-menu .fmenu-ul li {
	display: block;
	margin-top: 10px;
	margin-left: -10px;
	position: relative;
	z-index: 1;
}
.footer-menu .fmenu-ul li::before {
	color: #fff;
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-left: -20px;
	position: absolute;
	top: -3px;
	font-size: 17px;
}
.footer-menu .list-unstyled li {
	color: #fff;
	margin-top: 10px;
}
.footer-copyright {
	background-color: #286EB6;
	padding: 10px 0;
}
.footer-copyright h6 {
	color: #fff;
	font-size: 0.9rem;
	font-weight: normal;
	margin: 0;
}
.footer-copyright a {
	text-decoration-color: #fff;
}
.footer-icons{
	height: 20px;
	width: 20px;
}