.bg-footer{
	background: #494848; 
    width: 100%;
	display: flex;
	flex-direction: column;
}
.border-footer{
	width: 75%;
	margin: 0 auto;
	padding: 5px 0px;
}

.footer-left>h6, .footer-left>h6>a, .footer-right>a>h6{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Montserrat-Light;
	font-size: 13px;
}
.footer-left{	text-align: left;}
.footer-right{	text-align: right;}
@media screen and (max-width: 991px){
}
@media screen and (max-width: 767px){
}
@media screen and (max-width: 481px){
}
@media screen and (max-width: 385px){
}