#footer {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0 auto;
    background-color: #000000;
    color: #ffffff;
}

.qtx-footer-title {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 12px;
    font-weight: 700;
}

.qtx-footer-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    padding-bottom: 24px;
}

.qtx-footer-social {
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
    margin-bottom: 0;
}

.qtx-footer-row {
    padding-top: 44px;
    padding-bottom: 44px;
}

.qtx-footer-row hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ffffff;
    margin-bottom: 0;
}

.qtx-footer-row p {
    margin-bottom: 0;
    color: #ffffff;
}

.qtx-footer-rights {
    padding-top: 24px;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 17px;
}

.qtx-footer-social {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
    margin-top: 21px;
}

.qtx-footer-social i {
    font-size: 37px;
    color: #ffffff;
    cursor: pointer;
}

.qtx-footer-social i.fa-github {
    padding-right: 32px;
}

.qtx-footer-btn-go-to-top {
    position: absolute;
    width: 56px;
    height: 56px;
    bottom: 0;
    right: 15px;
    color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qtx-footer-btn-go-to-top i {
    font-size: 24px;
}

@media (max-width: 991px) {
    .qtx-footer-row {
        text-align: center;
        padding: 30px 0;
    }

    .qtx-footer-social {
        font-size: 20px;
        line-height: 34px;
    }

    .qtx-footer-text-social {
        padding-top: 30px;
    }

    .qtx-footer-rights {
        padding-top: 0;
        padding-bottom: 0;
    }

    .qtx-footer-row-mobile {
        padding: 40px;
    }
}
