
.section-block-demo29-footer {
    padding: 20px 0 0 0;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat
}

.section-block-demo29-footer .foot-items {
    padding-bottom: 20px
}

.section-block-demo29-footer .foot-bar {
    padding: 19px 0;
    background-color: var(--bs-theme-color)
}

.section-block-demo29-footer .foot-items>.foot-item {
    float: left;
    padding: 25px 2.5%;
    width: 33.33333333%;
    max-width: 33.33333333%;
    font-size: 16px;
    line-height: 2;
    -webkit-box-flex: 0 0 33.33333333%;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%
}

.section-block-demo29-footer .foot-items .copyright {
    margin-top: 0;
    padding-top: 15px;
    color: #fff;
    text-align: left;
    font-size: 16px
}

.section-block-demo29-footer .foot-items .foot-item .foot-title {
    position: relative;
    margin-bottom: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 16px;
    font-family: Source Sans Pro;
    line-height: 1.5
}

.section-block-demo29-footer .foot-items .foot-item .contact-title {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 2
}

.section-block-demo29-footer .foot-items .foot-item .foot-nav li a:hover {
    color: #fff
}

.section-block-demo29-footer .foot-items .foot-item .foot-nav li {
    position: relative;
    display: block
}

.section-block-demo29-footer .foot-items .foot-nav a i {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 0%;
    height: 1px;
    content: "";
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section-block-demo29-footer .foot-items .foot-nav a:hover i {
    right: auto;
    left: 0;
    width: 100%;
    background-color: #fff
}

.section-block-demo29-footer .foot-items .foot-item .foot-nav li a {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    color: #979797;
    text-transform: capitalize;
    line-height: 1.5
}

.section-block-demo29-footer .foot-items .foot-item .foot-contacts li .foot-val {
    background-color: rgba(0, 0, 0, 0)
}

.section-block-demo29-footer .foot-items .foot-item .foot-contacts li {
    display: block;
    padding: 5px 0;
    padding-left: 0;
    color: #979797
}

.section-block-demo29-footer .foot-items .foot-item .foot-contacts li .foot-val a {
    color: #979797
}

.section-block-demo29-footer .foot-sns li {
    display: inline-block;
    padding: 0 15px 15px 0
}

.section-block-demo29-footer .foot-sns li a {
    display: inline-block;
    padding: 12px;
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    line-height: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -ms-transition: all .3s ease
}

.section-block-demo29-footer .foot-sns li img {
    width: auto;
    max-height: 18px;
    vertical-align: middle
}

.section-block-demo29-footer .foot-sns li a:hover {
    border-color: var(--bs-theme-color);
    background-color: var(--bs-theme-color);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

@media only screen and (max-width:768px) {
    .section-block-demo29-footer .layout .foot-items .foot-item {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}