.none {
    display: none !important;
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-cover {
    height: 600px;
}

.logo-mobile {
    display: inline-block;
    padding: 5px 5px;
    width: 200px;
}

.logo-mobile img {
    height: 60px;
    border-radius: 6px;
}

.header-middle {
    display: none;
}

.modern-header.modern-header-theme-colored
    .header-nav
    .header-nav-wrapper.scroll-to-fixed-fixed {
    background: rgba(255, 255, 255, 0.4);
}

.menuzord-menu {
    display: inline-block;
    float: right;
}

@media (max-width: 768px) {
    .video-cover {
        position: absolute;
        top: 0;
        z-index: 400;
    }

    #myVideo {
        filter: brightness(0.7);
    }

    .bg-silver-light {
        margin-top: 550px;
    }

    .menuzord .showhide em {
        background: #fff;
    }

    .header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed.mobile_bg
        .menuzord
        .showhide
        em {
        background: #797979;
    }

    .header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed.mobile_bg
        .menuzord
        .showhide {
        padding: 20px 0 0;
    }

    .header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed.mobile_bg {
        background: #fff !important;
    }
}

/* @media(min-width: 991px) {
    .service-box h4 {
        min-height: 54px;
    }
} */

.service-box h4 {
    min-height: 54px;
}

.post .entry-content .content  {
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.logo-f {
    border-radius: 12px;
}

.dark-bg {
    background-color: #002e5b !important;
}

.dark-bg h2 {
    color: #fff;
}

.dark-bg .text-theme-colored {
    color: #eee !important;
}

.bg-silver-light {
    
}