.footer-li{
    padding: 0 !important;
}
.footer-copyright-2{
    display: flex;
    justify-content: space-between;
}
.banner-overlay{
    position: absolute;
    background-color: #000;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}
.blog-img{
    height: 200px;
    object-fit: cover;
}
.text-test{
    background-color: #f2f2f2 !important;
}
.header-2 a{
    color: #000 !important;
}
.sticky-header-active .collapse a{
    color: #000 !important;
}
.video-box video{
    width: 100%;
    max-height: 550px;
    background-color: #fff;
}
.photo-galeri-img{
    height: 180px;
    object-fit: cover;
    width: 100%;
}
.sticky-header-active .logo-2{
    display: block !important;
}
.sticky-header-active .logo-1{
    display: none !important;
}
@media(max-width:991px){
    .footer-copyright-2{
      flex-direction: column;
      gap: 15px;
    }  
    .footer-copyright-3{
        padding-top: 30px !important;
    }
    .responsive-menu-item{
        color: #ed681b !important;
    }
}