
.section-block-demo117-footer {
    padding-top: 130px;
    background-color: #1c1c1c;
    color: #fff;
    font-size: 16px
}

.section-block-demo117-footer .foot-items .foot-contact {
    width: 20%
}

.section-block-demo117-footer .foot-title {
    font-size: 21px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 500
}

.section-block-demo117-footer .foot-nav li {
    padding: 8px 0
}

.section-block-demo117-footer .foot-nav li a {
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    color: #ffffff
}

.section-block-demo117-footer .foot-nav li:hover a {
    color: var(--bs-theme-color)
}

.section-block-demo117-footer .foot-contacts li {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 300;
    padding: 8px 0
}

.section-block-demo117-footer .foot-contacts li a {
    color: #ffffff
}

.section-block-demo117-footer .foot-social {
    margin: 120px 0 58px
}

.section-block-demo117-footer .foot-social li {
    padding: 5px;
    margin: 0 10px
}

.section-block-demo117-footer .foot-social li a {
    width: 48px;
    height: 48px;
    line-height: 46px;
    border: 1px solid rgba(255, 255, 255, .39);
    border-radius: 50%;
    display: block;
    text-align: center;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease
}

.section-block-demo117-footer .foot-social li:hover a {
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg)
}

.section-block-demo117-footer .foot-bottom {
    padding: 31px 0;
    background-color: #2f2f30
}

.section-block-demo117-footer .foot-bottom .copyright-info {
    font-weight: 300;
    width: 60%;
    opacity: .58;
}

.section-block-demo117-footer .foot-bottom .fot-sitemap {
    max-width: 38%;
    opacity: .58;
}

.section-block-demo117-footer .foot-bottom .fot-sitemap,
.section-block-demo117-footer .foot-bottom .fot-sitemap a {
    color: #fff;
    font-weight: 300
}

.section-block-demo117-footer .foot-contacts {
    padding: 5px;
}

@media only screen and (max-width:992px) {
    .section-block-demo117-footer {
        font-size: 12px;
        padding-top: 40px
    }

    .section-block-demo117-footer .foot-title {
        font-size: 18px;
        margin-bottom: 10px
    }

    .section-block-demo117-footer .foot-nav li {
        padding: 4px 0
    }

    .section-block-demo117-footer .foot-nav li a {
        font-size: 12px;
        line-height: 1.5
    }

    .section-block-demo117-footer .foot-contacts li {
        font-size: 12px;
        margin-bottom: 0
    }

    .section-block-demo117-footer .foot-social {
        margin: 30px 0
    }

    .section-block-demo117-footer .foot-bottom {
        padding: 10px 0
    }

    .section-block-demo117-footer .foot-items {
        justify-content: start;
        -webkit-justify-content: start;
    }

    .section-block-demo117-footer .foot-item,
    .section-block-demo117-footer .foot-items .foot-contact {
        width: 33%;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:992px) {

    .section-block-demo117-footer .foot-item,
    .section-block-demo117-footer .foot-items .foot-contact,
    .section-block-demo117-footer .foot-bottom .copyright-info {
        width: 100%;
        margin-bottom: 15px;
    }

    .section-block-demo117-footer .foot-bottom .fot-sitemap {
        width: 100%;
        max-width: 100%;
    }
}