.footer ul {
	list-style: none;
}
.footer a {
	text-decoration: none;
	color: #6C6C6C;
	font-size: 14px;
	transition: all 0.3s ease;
}
.footer span {
	font-size: 14px;
}
.footer ul li {
	margin-bottom: 12px;
}
.footer .social svg {
	fill: #9C9C9C;
	transition: all 0.5s ease;
}
.footer .social a.facebook:hover svg {
	fill: #335BF5;
}
.footer .social a.insta:hover svg {
	fill: #E51F5A;
}
.footer .social a.twitter:hover svg {
	fill: #21A6DF;
}
.footer .social a.youtube:hover svg {
	fill: #E42F08;
}
.copy-right {
	background: #F7F7F7;
}