.footer{
    background-color: #282A3A;
    margin-bottom: 0 !important;
}
.footer2 {
    background-color: #000000;
    margin-bottom: 0 !important;
}
.footer .list-group-item {
    background: none;
    border: none;
    color: #fff;
}
.footer .list-group-item a{
    background: none;
    border: none;
    color: #fff;
    text-decoration: none;
    list-style: none;
}
.footer .list-group-item a:hover{
    color: #ffc107;
}
.footer2 p{
    margin-bottom: 0 !important;
}