﻿.footer {
    background: #1f2329;
    color: #b9bec7;
    padding: 70px 0 25px;
}

.footer-logo {
    height: 65px;
    margin-bottom: 20px;
}

.footer-about {
    line-height: 2.1;
    text-align: justify;
    color: #c8ccd2;
    font-size: 15px;
}

.footer h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
}

    .footer h5::after {
        content: "";
        width: 45px;
        height: 3px;
        background: #d4a017;
        position: absolute;
        bottom: -10px;
        right: 0;
        border-radius: 5px;
    }

.footer-links,
.footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-links li,
    .footer-contact li {
        margin-bottom: 15px;
    }

    .footer-links a {
        color: #c8ccd2;
        text-decoration: none;
        transition: .3s;
        display: flex;
        align-items: center;
    }

        .footer-links a:hover {
            color: #fff;
            padding-right: 8px;
        }

    .footer-links i {
        color: #d4a017;
        margin-left: 10px;
        font-size: 14px;
    }

    .footer-contact li {
        display: flex;
        align-items: flex-start;
        line-height: 2;
    }

    .footer-contact i {
        color: #d4a017;
        width: 26px;
        margin-left: 12px;
        margin-top: 5px;
        font-size: 16px;
    }

.footer hr {
    border-color: #343a40;
    margin: 40px 0 25px;
}

.footer-bottom {
    text-align: center;
    color: #8d939b;
    font-size: 14px;
}

@media(max-width:991px) {

    .footer {
        text-align: center;
    }

        .footer h5::after {
            right: 50%;
            transform: translateX(50%);
        }

    .footer-links a {
        justify-content: center;
    }

    .footer-contact li {
        justify-content: center;
        text-align: center;
    }
}


.footer-contact a {
    color: #c8ccd2;
    text-decoration: none;
    transition: .3s;
}

    .footer-contact a:hover {
        color: #d4a017;
    }

.footer-contact i {
    width: 28px;
    color: #d4a017;
    font-size: 17px;
    margin-left: 12px;
    margin-top: 4px;
    flex-shrink: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    line-height: 2;
}