.widget_nav_menu .list-style-one li {
    color: rgba(255, 255, 255, 0.65);
}

.widget_nav_menu .list-style-one li:hover {
    color: white;
}

.service-item-two {

    height: 22rem;
}

.hero-slider-two {
    height: 700px !important;
    overflow: hidden;
    position: relative;
}

.slider-two-active {
    height: 100%;
}

.slider-item-two {
    height: 100%;
    background-size: cover;
}

.gallery-item {
    height: 300px;
    overflow: hidden;
}

.gallery-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item .image,
.gallery-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-controls {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
}

@media screen and (max-width:767px) {
    .service-item-two {

        height: auto;
    }

}

@media screen and (max-width:1020px) {
    .header-top {
        display: none;
    }

}