.header__area-menubar{
    height: 70px !important;
}
.header__area-menubar-center-menu ul li .sub-menu{
    top: 86% !important;
}
.mean-container a.meanmenu-reveal{
    top: 0 !important;
    padding: 12px !important;
}
.bg-img{
    background-image: url('https://t3.ftcdn.net/jpg/04/40/80/22/360_F_440802293_jxiXYOYb4SHO7WHQm1DAniA9mV69cKW6.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.bg-img::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.621);
    z-index: -1;
}
