/* Footer*/
footer {
	background: #001331;
}

.box-containersolidgrey {
	background: #01112b;
	padding: 100px 0 50px;
	position: relative;
	overflow: hidden;
}

.box-containersolidgrey:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(230, 211, 163, .05), transparent 30%),
		radial-gradient(circle at 85% 15%, rgba(100, 180, 255, .05), transparent 30%);
	pointer-events: none;
}

.footer-logo img {
	max-width: 220px;
	height: auto;
}

.headingwhitefooter {
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 22px;
}

.heading3 {
	font-family: 'Archivo', sans-serif;
	font-size: 16px;
	line-height: 2;
	color: rgba(255, 255, 255, .78);
	text-decoration: none;
	-webkit-transition: .25s ease;
	transition: .25s ease;
}

.heading3:hover {
	color: #ffffff;
	text-decoration: none;
}

.footer-contact {
	font-family: 'Archivo', sans-serif;
	color: rgba(255, 255, 255, .78);
	font-size: 16px;
	line-height: 1.9;
}

.footer-contact a {
	color: #ffffff;
	text-decoration: none;
}

.footer-contact a:hover {
	color: #ffffff;
}

.footer-links a:focus {
color: #ffffff;
text-decoration: none;
}

.footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .12);
	background: rgba(255, 255, 255, .03);
	color: #ffffff;
	font-size: 20px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.footer-social a:hover {
	color: #01112b;
	background: #8FCBFF;
	border-color: #8FCBFF;
}

.footer-divider {
	margin-top: 50px;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer-copyright {
	font-family: 'Archivo', sans-serif;
	text-align: center;
	color: rgba(255, 255, 255, .55);
	font-size: 14px;
}
