

.section-block-demo5-footer {
    padding: 2rem 0 0;
    background-image: url(https://ecdn6.globalso.com/public/template/64da0e3a7fe2790886.png);
    background-position: 0 -16rem;
    background-repeat: no-repeat;
    -moz-transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out
}

.section-block-demo5-footer:hover {
    background-position: -20px -17rem
}

.section-block-demo5-footer,
.section-block-demo5-footer a {
    color: var(--bs-body-color);
    font-size: 14px;
    line-height: 2
}

.section-block-demo5-footer .footer-outer-wrap {
    padding: 1rem 0 0
}

.section-block-demo5-footer .foot-items {
    padding: 4rem 0 9rem
}

.section-block-demo5-footer .foot-item {
    position: relative;
    width: 36.25%;
    display: inline-block
}

.section-block-demo5-footer .foot-title {
    position: relative;
    font-size: 2.42rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.47;
    margin-bottom: 2rem;
    padding: 0
}

.section-block-demo5-footer ul {
    list-style: none;
    padding: 1.5rem;
    padding-left: 0
}

.section-block-demo5-footer .foot-contacts li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px
}

.section-block-demo5-footer .foot-contacts .foot-val {
    flex: 1;
    margin-left: 1.2rem
}

.section-block-demo5-footer .foot-contacts .foot-val span {
    display: block;
    font-weight: 700;
    text-transform: uppercase
}

.section-block-demo5-footer .foot-contacts .foot-ico {
    width: 20px;
    padding-top: 5px;
    text-align: center
}

.section-block-demo5-footer .foot-contacts .foot-ico svg {
    fill: var(--bs-theme-color)
}

.section-block-demo5-footer .foot-bottom {
    color: #fff;
    padding: 1.5rem 0;
    background-color: var(--bs-theme-color)
}

.section-block-demo5-footer .foot-bottom .layout {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    color: rgba(255, 255, 255, .5)
}

.section-block-demo5-footer .foot-social {
    padding: 0
}

.section-block-demo5-footer .foot-social li {
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 5px
}

.section-block-demo5-footer .foot-social li a {
    display: block;
    padding: 5px
}

.section-block-demo5-footer .foot-social li:hover svg {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -ms-transform: rotate(35deg)
}

.section-block-demo5-footer .foot-social svg {
    fill: #fff;
    width: 22px;
    height: 22px;
    -webkit-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s
}

@media only screen and (max-width:1366px) {
    .section-block-demo5-footer {
        background-position: center -15rem
    }

    .section-block-demo5-footer:hover {
        background-position: 45% -15rem
    }
}
@media only screen and (max-width:992px) {
    .section-block-demo5-footer .foot-title {
        font-size: 2rem;
        margin-bottom: 2rem
    }
}

@media only screen and (max-width:768px) {
    .section-block-demo5-footer .foot-items {
        padding: 0 0 4rem
    }

    .section-block-demo5-footer .foot-item {
        width: 100%
    }

    .section-block-demo5-footer {
        background-position: center -18rem
    }

    .section-block-demo5-footer:hover {
        background-position: 45% -18rem
    }
}

@media only screen and (max-width:576px) {
    .section-block-demo5-footer .foot-title {
        font-size: 1.5rem
    }

    .section-block-demo5-footer .foot-social li {
        margin-right: 5px
    }

    .section-block-demo5-footer .foot-bottom .layout {
        padding: 0
    }

    .section-block-demo5-footer .foot-bottom {
        padding: 1rem 0
    } 
}