/*footer*/
footer h5{
    text-transform: uppercase;
    color: #2390C4;
}

footer ul li{
    list-style-type: none;
    padding: 5px;
}

footer ul li a{
    color: white;
}

footer ul li a:hover{
    text-decoration: none;
    color: #2390C4;
}


#footer-02{
    background: #2390C4;
    color: white;
}

#footer-02 a{
    color: white;
}

#footer-02 a:hover{
    color: black;
}

.privacy ul li{
    padding: 10px;
}
