footer{

    background:#08111f !important;

    color:rgba(255,255,255,.72);

    padding-top:100px;

    border-top:5px solid #f7ca55;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5{

    color:white !important;

    margin-bottom:24px;

    font-weight:700;
}

footer p{

    color:rgba(255,255,255,.68);

    line-height:1.9;
}

footer a{

    color:rgba(255,255,255,.72) !important;

    transition:.3s;
}

footer a:hover{

    color:#f7ca55 !important;

    padding-left:4px;
}

footer .social-icons a{

    width:44px;
    height:44px;

    display:inline-flex;

    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:
    rgba(255,255,255,.08);

    margin-right:10px;

    transition:.3s;
}

footer .social-icons a:hover{

    background:#f7ca55;

    color:#08111f !important;

    transform:translateY(-4px);
}