@charset "utf-8";
/* CSS Document */



footer * {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

footer ul {
	list-style: none;
}

footer {
	color: #fff;
	background: #6c707c;
}

footer p {
	color: #ccc;
	max-width: 25em;
	font-size: 0.9em;
	line-height: 23px;
	font-family: "Metric Light";
	
}

footer a {
	color: #fff;
	text-decoration: none;
	font-family: "Metric Light";
}

footer h4 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-family: "Metric Bold"; 
	
}

footer .container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 2em;
}

.footer1{
	position: relative;
	
}

.footer1::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.footer1 .container{
	position: relative;
	
}

.ft-logo{
	display: block;
	margin-bottom: 1em;
	font-family: "Metric Light";
	font-size: 20px;
}
		


.brand{
	display: block;
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: 1em;
}

.media-icons li,
.service-icons li{
	display: inline-block;
	margin: 0.5em 0.5em 0.5em 0;
}

.media-icons a {
	font-size: 1.1em;
	width: 2em;
	
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}


.footer1 .footer-top .container,
.footer1 .col2,
.footer1 .footer-bottom .container,
.footer2 .container,
.footer3 .container{
	display: flex;
	justify-content: space-between;
	gap: 2em;
}

.footer1 .footer-bottom .container{
	padding: 1em 2em;
	align-items: center;
}

.footer1 .ft-menu li{
	margin-bottom: 0.6em;
}

.footer1 .ft-menu a:hover {
	text-decoration: underline;
}

.footer-bottom{
	border-top: 1px solid #dbdbdb;
}



.footer3 .container{
	align-items: center;
	text-align: center;
}

.footer3 .brand {
	margin: 0;
	
}

.footer3 .ft-menu li{
	display: inline-block;
	margin: 1em;
	text-align: center;
	
}

.footer3 .ft-menu a {
	transition: 0.3s;
	font-weight: 300;
	color: #ccc;
}

.footer3 .ft-menu a:hover{
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 900px){
	.footer1 .footer-top .container,
	.footer1 .footer-bottom .container,
	.footer2 .container,
	.footer3 .container{
		flex-direction: column;
	}
	.footer1 .col2{
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	
}