.mainmenu .mobile-logo{
    display: none;
}

.mainmenu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-menu .row{
    width: 100%;
}

@media (max-width:992px){
    .mainmenu .site-navigation,
    .mainmenu .menu_logo_container{
        display: none !important;
    }

    .footer-bottom-social {
        margin-top: 30px;
    }
    body{
        --margin: 1.5rem;
    }

    .top_news h2{
        font-size: 40px;
    }

    .main-news-area{
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .logo-area{
        margin-bottom: 1.5rem;
    }
    .footer-top-area .col-sm-12 {
            margin-bottom: 20px;
        }

    .header-top-bar,
    .header-middle-area{
        display: none;
    }

    .mainmenu .mobile-logo{
        display: block;
    }

    .mainmenu{
        padding: 5px 0;
    }

    .mainmenu .mobile-logo img{
        max-width: 130px;
        height: auto;
    }  

    body{
        --margin: 1rem;
    }
    
    .top_news h2{
        font-size: 30px;
    }

    .top_news{
        margin-bottom: 2rem;
    }

    .top_news .post_author,
    .top_news h2{
        margin-bottom: calc(var(--margin) - 0.1rem);
    }

    .blog-style .blog-content h3{
        font-size: 20px;
    }

    .main-news-area{
        margin-bottom: 1rem;
    }

    body .footer-top-area{
        padding:0;
        padding-bottom:2rem;
    }

    body .footer-bottom-area p{
        text-align:center !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .kavre-hero-row{
        max-height: 314px ;
    }
    .kavre-hero-row .row,
    .kavre-hero-row .row .img-overlay,
    .kavre-hero-row .row .img-overlay .blog-style,
    .kavre-hero-row .row .col-12{
        height: 100%;
    }
    
}
@media (min-width:1200px) and (max-width: 1400px) {
    .kavre-hero-row{
        max-height: 600px;
    }
    .kavre-hero-col{
        max-height: 385px;
    }
    .h-lg-50{
        height: 50%;
    }  
}

@media (min-width:1400px) {
    .kavre-hero-col{
        max-height: 455px;
    }
    .h-lg-50{
        height: 50%;
    }    
}
