

.section-block-demo64-footer {
    background-color: #26262c;
    padding-top: 55px;
    width: 100%
}

.section-block-demo64-footer .footer-top {
    padding-top: 10px
}

.section-block-demo64-footer .foor-service {
    padding-top: 10px
}

.section-block-demo64-footer .footer-outer-wrap {
    padding-bottom: 50px;
    padding-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.section-block-demo64-footer .foot-title {
    position: relative;
    text-transform: capitalize;
    line-height: 1.5;
    color: #fff;
    font-size: 18px;
    padding-bottom: .6rem
}

.section-block-demo64-footer .foot-item {
    padding-top: 10px
}

.section-block-demo64-footer .foot-item.item-one {
    width: 27%
}

.section-block-demo64-footer .item-one .foot-desc {
    margin-top: 30px
}

.section-block-demo64-footer .item-one .foot-desc p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    opacity: .5
}

.section-block-demo64-footer .foot-item.item-two {
    width: 15%
}

.section-block-demo64-footer .foot-item.item-three {
    width: 21%
}

.section-block-demo64-footer .foot-item.item-four {
    width: 19%
}

.section-block-demo64-footer .item-one .foot-sns {
    margin-top: 50px
}

.section-block-demo64-footer .item-one .foot-sns li {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #3e3936;
    text-align: center;
    line-height: 36px;
    margin-right: 8px
}

.section-block-demo64-footer .foot-nav li a:hover {
    color: var(--bs-link-hover-color)
}

.section-block-demo64-footer .footer-line {
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--bs-theme-color)
}

.section-block-demo64-footer .foot-nav {
    margin-top: 30px
}

.section-block-demo64-footer .foot-nav li a {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    display: block;
    opacity: .5;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.section-block-demo64-footer .foot-nav li span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 2px
}

.section-block-demo64-footer .foot-nav li:nth-child(n+2) {
    margin-top: 8px
}

.section-block-demo64-footer .footer-imgs {
    padding-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-block-demo64-footer .footer-imgs img {
    display: inline-block;
    margin-top: 10px
}

.section-block-demo64-footer .footer-bottom {
    margin-top: 0;
    border-top: none;
    padding: 50px 0;
    text-align: center
}

.section-block-demo64-footer .foot-sns li a {
    opacity: .5;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.section-block-demo64-footer .item-one .foot-sns li:hover a {
    opacity: 1
}

.section-block-demo64-footer .footer-bottom p {
    font-size: 14px;
    color: #fff
}

.section-block-demo64-footer .items-descs p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    opacity: .5
}

.section-block-demo64-footer li {
    list-style: none
}

@media only screen and (max-width:1680px) {
    .section-block-demo64-footer .footer-imgs {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

@media only screen and (max-width:1366px) {
    .section-block-demo64-footer {
        padding: 35px 0 0 0
    }

    .section-block-demo64-footer .foot-title {
        font-size: 20px
    }

    .section-block-demo64-footer .foot-nav li a,
    .section-block-demo64-footer .item-one .foot_desc p,
    .section-block-demo64-footer .items-descs p {
        font-size: 14px
    }
}

@media only screen and (max-width:992px) {
    .section-block-demo64-footer {
        padding-top: 20px
    }

    .section-block-demo64-footer .foot-item {
        padding-right: 10px
    }

    .section-block-demo64-footer .foot-item.item-one {
        width: 50%
    }

    .section-block-demo64-footer .foot-item.item-two {
        width: 50%
    }

    .section-block-demo64-footer .foot-item.item-three {
        width: 50%
    }

    .section-block-demo64-footer .foot-item.item-four {
        width: 50%
    }

    .section-block-demo64-footer .item-one .foot-sns {
        margin-top: 20px
    }

    .section-block-demo64-footer .footer-bottom {
        padding: 10px 0;
        margin-top: 20px
    }

    .section-block-demo64-footer .footer-bottom p {
        font-size: 14px
    }
}

@media only screen and (max-width:576px) {
    .section-block-demo64-footer .foot-item.item-one {
        width: 100%
    }

    .section-block-demo64-footer .foot-item.item-two {
        width: 100%
    }

    .section-block-demo64-footer .foot-item.item-three {
        width: 100%
    }

    .section-block-demo64-footer .foot-item.item-four {
        width: 100%
    }
}