﻿.footer {
    background: #0B2F63;
    color: #fff;
    padding: 60px 0 20px;
    margin-top: 70px;
}

.footer-logo {
    height: 70px;
}

.footer h5 {
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: #fff;
        text-decoration: none;
    }

        .footer-links a:hover {
            color: #FFD54F;
        }

.footer p {
    margin-bottom: 12px;
}

.footer-social {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #0B2F63;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    text-decoration: none;
}

    .footer-social:hover {
        background: #FFD54F;
    }


/*======================================================
FOOTER
======================================================*/

.footer {
    background: #0B2F63;
    color: #fff;
    padding: 60px 0 25px;
}

.footer-logo {
    height: 70px;
}

.footer h5 {
    font-weight: 700;
    margin-bottom: 20px;
}

.footer p {
    color: #d9d9d9;
    line-height: 1.8;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: #d9d9d9;
        text-decoration: none;
        transition: .3s;
    }

        .footer-links a:hover {
            color: #FFD54F;
            padding-left: 5px;
        }

.footer-divider {
    border-color: rgba(255,255,255,.15);
    margin: 30px 0;
}

.footer-social {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ffffff;
    color: #0B2F63;
    text-decoration: none;
    margin-right: 8px;
    transition: .3s;
}

    .footer-social:hover {
        background: #FFD54F;
        transform: translateY(-3px);
    }

