@media(min-width: 992px) {
    #header-wrap #logo img {
        height: 90px !important;
    }

    #header-wrap {
        background: rgba(0, 0, 0, 0.5);
    }

    .full-header.sticky-header #header-wrap {
        background: rgba(255, 255, 255, 0.95);
    }
    #slider{
        min-height: 90vh !important;
    }
}

@media(max-width: 991px) {
    #header-wrap #logo img {
        height: 70px !important;
        padding: 10px 0;
    }
    .menu-item>.menu-link {
        color: #000 !important;
    }

    .si-sticky {
        right: 20px;
        left: unset !important;
        bottom: 80px;
    }

    #gotoTop{
        right: 20px !important;
        left: unset !important;
    }
}