.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #232323;
    top: 0;
    transition: all 0.5s ease-in;
}

.off_canvars_overlay.active {
    opacity: 0.5;
    visibility: visible;
}

.offcanvas_menu {
    display: none;
}

.offcanvas_menu.active .offcanvas_menu_wrapper {
    right: 0;
}

.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 9999;
    padding: 30px 20px;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    overflow-y: auto;
    right: -290px;
}

.offcanvas_menu_wrapper .canvas_close {
    position: absolute;
    top: 10px;
    right: 20px;
}

.offcanvas_menu_wrapper .canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    border: 1px solid #B50909;
    border-radius: 50%;
    color: #fff;
}

.offcanvas_menu_wrapper .canvas_close a:hover {
    background: #B50909;
    color: #fff;
}

.offcanvas_main_menu li {
    position: relative;
    margin-bottom: 15px;
}

.offcanvas_main_menu li:last-child {
    margin-bottom: 0;
}

.offcanvas_main_menu li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #0e1133;
    font-weight: 500;
    display: block;
}

.offcanvas_main_menu li a:hover {
    color: #B50909;
}

.offcanvas-social {
    margin-top: 30px;
    margin-bottom: 30px;
}

.offcanvas-social ul li {
    display: inline-block;
    margin-right: 10px;
}

.offcanvas-social ul li:last-child {
    margin-right: 0;
}

.offcanvas-social ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 50%;
    font-size: 14px;
    color: #0e1133;
    display: block;
}

.offcanvas-social ul li a:hover {
    background: #B50909;
    border-color: #B50909;
    color: #fff;
}

@media (max-width: 991px) {
    .offcanvas_menu {
        display: block;
    }
}
