/* =========================================
   FOOTER
========================================= */

.footer-section {

    background: #111111;

    padding: 40px 0;

    margin-top: 0;

    position: relative;
}

.footer-logo img {

    width: 80px;

    height: auto;
}

.footer-block h5 {

    color: #ffffff;

    font-size: 1rem;

    margin-bottom: 15px;
}

.footer-block p {

    color: rgba(255,255,255,.8);

    font-size: .95rem;

    line-height: 1.8;

    margin: 0;
}

/* SCROLL TOP */

.scroll-top {

    position: fixed;

    right: 20px;

    bottom: 20px;

    width: 42px;

    height: 42px;

    border-radius: 6px;

    background: rgba(255,255,255,.08);

    color: #ffffff;

    display: flex;

    align-items: center;

    justify-content: center;

    text-decoration: none;

    transition: .3s ease;

    z-index: 999;
}

.scroll-top:hover {

    background: #27d7b5;

    color: #ffffff;
}
