.footer-menu{
    border-radius: 25px;
}
.footer-menu li{
}
.footer-menu li a{
    font-size: 15px;
    font-weight: bold;
    padding: 5px 15px 0;
    color: #2c2a2e;
}
.footer-menu a:hover, .footer-menu a:focus, .footer-menu li.active a{
    background: none!important;
}

.footer-menu .dropdown-menu > .active > a, .footer-menu .dropdown-menu > .active > a:hover, .footer-menu .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7!important;
    outline: 0;
}