/* Footer Style */
footer {
	background-image: url(../images/footer-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 80px 0px 30px 0px;
}
footer .footer-heading h2 {
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}
footer p {
	color: #fff;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.5px;
}
footer ul li:last-child {
	margin-bottom: 0px;
}
footer ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	transition: all 0.3s;
}
footer ul li a:hover {
	color: #fff;
	opacity: 0.75;
}

footer .sub-footer {
	text-align: center;
	margin-top: 40px;
	border-top: 1px solid rgba(250,250,250,0.30);
	padding-top: 30px;
}

footer .sub-footer a {
	color: #FFF;
}