footer {
    background: #222529;
    color: darkgray;
    margin-top: 3rem;
}

.secondary-footer {
    font-size: 13px;
}

footer .footer-links h6 {
    font-size: 18px;
    line-height: 1.444em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .footer-links p,
footer .footer-links p a {
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.143em;
    letter-spacing: 0.05em;
    text-decoration: none;
    white-space: nowrap;
}

footer p:hover,
footer p a:hover {
    color: #45B7FE !important;
}

footer p {
    padding: 0 !important;
}

.footer-social-media-link i {
    text-align: center;
    width: 25px;
    height: 25px;
    min-width: 25px;
    color: white;
    border-radius: 1000px;
    font-size: 13px;
    padding-top: 7px;
    margin-right: 10px;
    background-color: #5E6065;
    transition: 0.5s;
    text-decoration: none;
}

.footer-social-media-link:hover i {
    background-color: #45B7FE;
    -webkit-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
    color: #fff;
}

footer .secondary-footer a {
    color: #aaa;
    letter-spacing: 0.8px;
}

footer .contact-info span {
    color: #FFF;
    letter-spacing: 0.8px;
}

footer .secondary-footer a:hover {
    color: #CCC;
}

footer .foot {
    background: #010101;
    padding: 15px 0px 15px 0px;
}

footer .foot .foot-box {
    border: 3px solid #45B7FE;
    border-radius: 20px;
    padding: 10px;
    color: white;
    font-weight: 600;
    text-align: center;
    height: 100%;
}

@media only screen and (max-width:786px) {

    footer .col-md-6,
    footer .col-lg-3 {
        text-align: left;
    }

    footer .social-icons {
        margin-top: 20px;
        justify-content: flex-start !important;
    }

    footer .site-box button:first-child {
        margin-bottom: 20px;
    }
}
