/*menu s*/

/*header{
      position: absolute;
    width: 100%;
    z-index: 9999999;
}*/

header .container-fluid {
    position: relative;
}

.vs_top_head_bg marquee {
    color: #fff;
}

.vs_top_head_bg marquee span {
    font-weight: 600;
}

.vs_top_head_bg {
    background-color: #e81a29;
    padding-block: 5px;
}

.vs_top_head_bg1 {
    background-color: #e81a29;
    padding-block: 2px;
    border-bottom: 1px solid #ffffff52;
}

.vs_top_head_s_icon li a {
    color: #fff;
    font-size: 13px;
}

.vs_top_head_s_icon li a:hover {
    color: #000;
}

.vs_top_head_social a {
    color: #bbb5b3;
}

.vs_top_head_social li {
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 50%;
}

.vs_top_border {
    border-left: 0.1em solid #dee2e6 !important;
}

.vs_top_head_s_icon i {
    color: #fdfdfd;
    font-size: 13px;
}

.vs_navbar {
    position: relative;
    /*background: #fff;*/
    width: 100%;
    z-index: 999;
    padding: 0px 0px;
    transition: all 0.3s;
}

.vs_navbar.sticky {
    position: fixed;
    background: #fff;
    padding: 0px 0;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    top: 0;
    transition: all 0.3s;
}

.vs_menu_middle li a {
    text-transform: uppercase;
    font-size: 14px;
    /*letter-spacing: 1px;*/
    padding: 0px 13px;
    color: #000;
    /*font-weight: 600;*/
}

.vs_menu_middle li:hover a {
    color: #e81a2a;
}

/*logo css*/

.vs_navbar .vs_logo img {
    /*width: 250px;*/
    object-fit: contain;
    padding-block: 20px;
}

.vs_navbar .vs_logo_show {
    display: none;
}

.vs_navbar.sticky .vs_logo_show {
    display: block;
}

.vs_navbar .vs_menu_container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.vs_navbar.sticky .vs_menu_container {
    justify-content: space-between;
}

.vs_navbar .vs_menu_middle {
    justify-content: space-around;
    padding: 0px 20%;
}

.vs_navbar.sticky .vs_menu_middle {
    justify-content: flex-end;
    padding: 0px 0;
}

.vs_navbar .vs_menu_middle>li {
    border-bottom: 3px solid #fff;
}

.vs_navbar .vs_menu_middle>li:hover {
    border-bottom: 3px solid #e81a29;
}

.vs_menu_list_right {
    background: #fff;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: self-end;
    padding-block: 20px;
    border-left: 1px solid #d5d5d5;
}

.vs_menu-list_box {
    display: grid;
    grid-template-columns: 10% 70% auto;
}

.vs_menu-list>li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    margin-top: 3px;
    left: 0;
    /* width: 100%; */
    width: 200px;
    padding: 0px 0;
    transform: translateY(-2em);
    z-index: -1;
    background: #ffffff;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    list-style: none;
    box-shadow: 0 0 7px lightgrey;
}

.vs_menu-list li:hover ul {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.vs_navbar .vs_menu-list {
    position: fixed;
    height: 100vh;
    width: 100%;
    /*max-width: 340px;*/
    right: -100%;
    top: 0px;
    display: block;
    /*padding: 40px 0;*/
    text-align: center;
    background: #fff;
    transition: all 0.5s;
    z-index: 99999999;
    overflow: scroll;
}

.vs_navbar.show .vs_menu-list {
    right: 0%;
}

.vs_navbar .vs_menu_list_left li {
    text-align: start;
    border-bottom: 1px solid #ede8e8;
    padding: 15px 0px;
}

.vs_navbar .vs_menu_list_left li a {
    font-size: 15px;
    color: #000 !important;
    text-transform: uppercase;
}

.vs_navbar .vs_menu_list_left li:hover a {
    color: #e81a2a !important;
}

.vs_navbar .vs_menu_contact_box {
    background-color: #000;
    padding: 30px 20px;
}

.vs_navbar.sticky .vs_menu_contact_box {
    padding: 12px 20px;
}

.vs_navbar .vs_menu_contact_box a {
    color: #fff;
}

.vs_navbar .vs_menu_contact_box a:hover {
    color: #e81a2a;
}

.vs_navbar .vs_menu_contact_box i {
    font-size: 22px;
}

.vs_navbar .vs_menu_contact_box span {
    font-size: 14px;
}

/*submenu*/

.vs_sub_menu {
    top: 0%;
    left: 0px;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    background: #fff;
    position: absolute;
    visibility: hidden;
    /*border: 1px solid #ddd;*/
    transition: all 300ms ease-in-out;
    /*width: auto;*/
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 0px;

}

.vs_sub_menu h5 {
    color: #fff;
    text-align: center;
    padding: 5px;
    background-color: #d1131e;
    font-size: 10px;
    transition: all 0.5s;
     width: 50%;
}

.vs_sub_menu li {
    transition: all 0.5s;
}

.vs_sub_menu li:hover h5 {
    color: #fff;
    background-color: #000000;
    width: 50%;
}

header .navbar-nav li {
    transition: all 300ms ease-in-out;
    padding: 10px 0px;
}

header .navbar-nav .vs_sub_menu {
    top: 47px;
}

header .navbar-nav li:hover .vs_sub_menu {
    /*top: 44px;*/
    opacity: 1;
    visibility: visible;
}

header .vs_navbar.sticky .vs_sub_menu {
    top: 74px;
}

header .vs_navbar.sticky li:hover .vs_sub_menu {
    top: 74px;
}

/*header .vs_navbar.sticky li:hover .vs_sub_menu {
  top: 74px;
}*/

header .navbar-nav li img {
    width: 50%;
    object-fit: contain;
    height: 50%;
    border: 1px solid #f5f5f5;
    /*background-color: #959393;*/
    background-image: linear-gradient(180deg, #b1aeae, #fdfdfd);
}

/*icon_css*/

.vs_icon {
    color: #000000;
    font-size: 28px;
    cursor: pointer;
    display: none;
    text-align: end;
}

.vs_icon.hide {
    display: none;
}

.vs_menu_middle .vs_cancel-btn {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #bbb5b3;
    font-size: 30px;
}

@media (max-width: 1400px) {
    .vs_menu_middle li a {
        font-size: 12px;
        padding: 0px 12px;
    }
}

@media (max-width: 1250px) {
    .vs_menu_middle li a {
        font-size: 11px;
        padding: 0 8px;
    }
}

@media (max-width: 1100px) {
    .vs_menu_middle li a {
        font-size: 10px;
        padding: 0px 6px;
    }
}

@media (max-width: 1050px) {
    .vs_menu_middle li a {
        font-size: 10px;
        padding: 0px 5px;
    }
}

/*@media (max-width: 992px) {
  .vs_menu_middle li a {
    font-size: 12px;
    padding: 0 6px;
  }
  header .navbar-nav li .vs_menu_downarrow::after {
    top: -3px;
}
}*/

/*@media (max-width: 850px){
  header .navbar-nav li {
    transition: all 300ms ease-in-out;
    padding: 7px;
}
}*/

@media (max-width: 992px) {
    body.disabled {
        overflow: hidden;
    }
    .vs_icon {
        display: block;
    }
    .vs_icon.hide {
        display: none;
    }
    .vs_top_head_bg {
        padding-block: 0px;
    }
    .vs_navbar .vs_menu_middle {
        position: fixed !important;
        height: 100vh;
        width: 100%;
        max-width: 340px;
        right: -100%;
        top: 0px;
        display: block;
        padding: 40px 0;
        text-align: center;
        background: #1e1c1c;
        transition: all 0.3s ease;
        overflow: scroll;
    }
    .vs_navbar.show .vs_menu_middle {
        right: 0%;
    }
    .vs_navbar .vs_menu_middle li {
        margin-top: 10px;
        position: relative;
    }
    .vs_navbar .vs_menu_middle>li {
        border-bottom: none;
    }
    .vs_navbar .vs_menu_middle>li:hover {
        border-bottom: none;
    }
    .vs_navbar .vs_menu_middle li a {
        margin-right: -100%;
        transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        color: white;
    }
    .vs_navbar.show .vs_menu_middle li a {
        margin-right: 0px;
    }
    /*  .vs_navbar .vs_logo img  {
         width: 80px;
         }*/
    .vs_navbar .vs_sub_menu {
        /*width: 326px;*/
        justify-content: center;
        gap: 9px;
        padding: 0px 9px;
    }
    .vs_navbar .vs_sub_menu li {
        margin-top: 0;
    }
    header .navbar-nav li:hover .vs_sub_menu {
        top: 35px;
        opacity: 1;
        visibility: visible;
    }
    header .navbar-nav li img {
        width: 97px;
        object-fit: contain;
        height: 97px;
        border: 1px solid #f5f5f5;
    }
    
}

/*menu E*/