
.theme-1 .footer-bottom-section {
    display: none !important;
}
.footer-bottom-section-theme {
    display: none;
}
.theme-1 .footer-bottom-section-theme {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #14142b;
    text-align: center;
    color: #fff;
    text-transform: none;
    border-top: 1px solid #fff;
    font-size: 13px;
    display: block;
}
/* ==================== Responsive ======================== */

@media (max-width:767px){
    .theme-1 .footer-bottom-section-theme {
        position: static;
    }

}
