.logo {
    margin: 1.5rem 0;
}

.logo img {
    width: auto;
    height: 3rem;
}

@media only screen and (max-width: 991px) {
    .navbar-area .logo {
        padding: 0 !important;
    }
}

.navbar:hover div.responsive-mobile-menu .bar1,
.navbar:hover div.responsive-mobile-menu .bar2,
.navbar:hover div.responsive-mobile-menu .bar3 {
    background: #000;
}

.breadcrumb-style-01 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-area.banner-style-2 video#myVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100vw;
    min-height: 100vh;
}

.banner-area.banner-style-2 .social-icon a{
    color: white !important;
}

.swiper-container.two .swiper-slide-active .slider-image{
    height: 25rem;
}

.swiper-container.two .swiper-slide-active img{
    height: 100%;
}

.explore-area li,
.about-video-text li,
.about-video-text span{
    color: var(--paragraph-color);
}

.explore-area p.explain{
    margin-bottom: 1em;
}