footer {
    background-color: #4870a9;
    color: #fff;
    text-align: center;
    padding: 15px;
}
footer .line {
    height: 2px;
    width: 100%;
    background-color: #fff;
}

footer .footer-menu{
    padding-bottom: 15px;
    text-align: left;
}

footer .footer-menu>li {
    padding-top: 15px;
}

footer .footer-menu>li>ul{

    padding-left: 25px;
    font-size: 15px;

}
footer ul li {
    text-align: left;
    list-style-type: none;
}

footer ul li a{

    color: #fff;
}

footer ul li a:hover {
    color: #006932;
}
