.logo a img {
    max-height: 150px;
    max-width: 100%;
    height: 130px !important;
}
.tp-header-sticky-area.header-sticky-2 {
    animation: fadeInDown .5s 
ease-in-out 0s 1 normal none running;
    opacity: 1;
    top: 0;
    visibility: visible;
    background: #000;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas__top {
        margin-bottom: 30px;
        background: #000;
    }
}