footer.wrap {
    filter: drop-shadow(0px -10px 20px rgba(0, 0, 0, 0.06));
}
footer ul li a:hover {
    color: #E71618;
    text-decoration: none;
}
footer .navbar-brand img {
    max-height: 120px;
}
footer address a:hover {
    color: #E71618;
    text-decoration: none;
}
footer .list-unstyled {
    margin-bottom: 0!important;
}