footer {
    background: #0275d8;
    margin-top: 50px;
    padding: 60px 0; }
footer p {
    font-size: 14px;
    color: #FFFFFF; }
footer a{
    color: #dddddd;
}
footer a:hover{
    color: #FFFFFF;
}
footer .footer-title {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    color: white; }
footer .footer-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #3ac341;
    margin-top: 8px; }
footer .right-border {
    border-right: 1px solid rgba(255, 255, 255, 0.1); }
footer .left-border {
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
@media (max-width: 991px) {
    footer .copyright {
        text-align: center; }
    footer .right-border {
        border-right: none; } }
@media (max-width: 767px) {
    footer .right-border {
        border-right: none; }
    footer .left-border {
        border-left: none; }
    footer .navigation{
        margin-top: 40px;
    }
 }

footer .footer-about {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 40px; }
footer .contact-info .single {
    margin: 15px 0; }
footer .contact-info .single i {
    display: block;
    float: left;
    color: #FFFFFF;
    margin-right: 10px;
    line-height: 22px; }
footer .contact-info .single p {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden; }
footer .social-icon {
    margin-top: 40px; }
footer .social-icon li a {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
footer .social-icon li a:hover {
    border-color: #3ac341;
    color: #3ac341; }
footer .social-icon li a i {
    line-height: 32px;
}
footer .navigation li a {
    line-height: 30px;
    text-decoration: none; }
footer .navigation li a:hover {
    color: #FFFFFF; }
footer .to-top{
    font-size: 20px;
}
footer .copyright {
    padding-top: 40px;
}
