.for-mobile-menu {
    display: none;
}
.close-menu {
    display: none;
}
.hm-manu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-self: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 20px;
    height: 15px;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border-radius: 6px;
}
.hamburger div {
    align-self: flex-end;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 30px;
}
.inner-header .hamburger div {
    background: #000;
}
.inner-header.sticky .hamburger div {
    background: #fff;
}
/*.hamburger .top-bun {
  width: 30px;
}*/
.hamburger .meat {
    width: 100%;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.hamburger .bottom-bun {
    /*width: 24px;*/
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.res-submenu {
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 0;
    top: 7px;
}
.res-submenu.active {
    rotate: 180deg;
}
.menu > li {
    position: relative;
}
.menu-subs {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: absolute;
    padding-top: 22px;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 10;
}
.top-menu .menu-subs {
    padding-top: 12px;
}
.menu-item-has-children:hover .menu-subs {
    opacity: 1;
    visibility: visible;
}
@media(min-width:1025px) {
    .res-submenu {
        display: none;
    }
    .main-menu > ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .main-menu > ul > li {
        margin: 0px;
        vertical-align: middle;
        height: 100%;
        position: relative;
    }
    .main-menu > ul > li:first-child {
        padding-left: 0px;
    }
    .main-menu > ul > li:last-child {
        padding-right: 0px;
    }
    .main-menu > ul > li a {
        display: block;
        text-decoration: none;
        font-size: 11px;
        letter-spacing: 2.75px;
        color: #fff;
        margin: 0px;
        padding: 0px;
        font-weight: 400;
        line-height: 14px;
        position: relative;
        text-transform: uppercase;
    }
    .main-menu > ul > li:last-child a {
        font-weight: 600;
        padding: 17px 40px;
        text-align: center;
        margin: 0px;
        color: #fff;
        border: solid 1px #D9AE16;
    }
    .main-menu > ul > li:last-child a:hover {
        color: #000000;
        background: #D9AE16;
    }
    .sticky .main-menu > ul > li a {
        color: #000000;
        font-weight: 500;
    }
    .sticky .main-menu > ul > li:last-child a {
        color: #000000;
        background: #D9AE16;
        font-weight: 600;
    }
    .sticky .main-menu > ul > li:last-child a:hover {
        color: #000;
        background: none;
    }
    .main-menu > ul > li a:hover {
        color: #E4562F;
    }
    .inner-header .main-menu > ul > li a {
        color: #000;
    }
    .inner-header > ul > li a:hover {
        color: #E4562F;
    }
    .inner-header.sticky .main-menu > ul > li a {
        color: #fff;
    }
    .inner-header.sticky > ul > li a:hover {
        color: #E4562F;
    }
    .main-menu > ul > li.menu-item-has-children > a {
        padding-right: 14px;
        background: url("../images/menu-dwn-arw.svg") no-repeat top 5px right;
    }
    .main-menu > ul > li:hover.menu-item-has-children > a {
        background: url("../images/menu-up-arw.svg") no-repeat top 4px right;
    }
    .main-menu > ul > li a.active:hover {
        color: #E4562F;
    }
    .main-menu > ul > li.menu-item-has-children.active a:hover {
        color: #E4562F;
    }
    .main-menu > ul > li.menu-item-has-children li a.active {
        color: #E4562F;
    }
    .menu-subs {
        width: 100%;
        left: 0px;
        min-width: 146px;
    }
     [lang="ar"] .menu-subs {
        min-width: 203px;
    }
    .menu-subs-inner {
        padding: 9px 0px;
        background-color: rgba(219, 16, 36, 0.87);
        border-radius: 10px;
        border: solid 1px #9d9d9d;
        border-color: rgba(157, 157, 157, 0.87);
    }
    .top-menu .menu-subs {
        min-width: 152px;
    }
    .top-menu .menu-subs-inner {
        padding: 13px 24px 14px;
    }
    .menu-subs ul li:last-child {
        margin: 0;
    }
    .menu-subs ul {
        column-count: 1;
        list-style: none;
        margin: 0px;
    }
    .menu-subs ul li {
        display: block;
        text-align: left;
        padding: 0px 8px 6px;
        margin: 0px 0px 5px;
        line-height: normal;
        border-bottom: solid 1px #9d9d9d;
    }
    .menu-subs ul li:last-child {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: 0px;
    }
    .top-menu .menu-subs ul li {
        margin: 0px 0px 6px;
    }
    .top-menu .menu-subs ul li:last-child {
        margin: 0px 0px 0px;
    }
    .menu-subs ul li a {
        color: #fff;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0px;
        padding: 0px;
        display: block;
        top: 0px;
        transform: none;
        background: none  !important;
    }
    .top-menu .menu-subs ul li a {
        color: #65666D;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0px;
        padding: 0px;
        display: inline-block;
        top: 0px;
        transform: none;
    }
    .menu-subs ul li a:hover {
        opacity: 0.6;
    }
    .close-menu-div {
        display: none;
    }
}
@media (min-width: 1600px) {}
@media(max-width:1599px) {}
@media (max-width: 1024px) {
    .menu-sec {
        width: 100%;
        max-width: 390px !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        background-color: rgba(219, 16, 36, 0.87);
        padding: 0px;
        right: 0;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 1001;
        -webkit-transition: 0.3s ease-in !important;
        transition: 0.3s ease-in !important;
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu-sec.show {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    .menu-sec .menu-sec-inner {
        padding: 0px;
        overflow: auto;
    }
    .for-mobile-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }
    .overlay-mobile-menu {
        background: rgba(0, 0, 0, 0.65);
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        position: fixed;
        z-index: 1000;
        display: none;
    }
    .overlay-mobile-menu.show {
        display: block;
    }
    .close-menu {
        display: inline-block;
        margin-left: auto;
    }
    .main-menu {
        text-align: left;
        padding: 0px 18px 0px;
        margin-bottom: 39px;
    }
    /*.top-btm-menu {
    border-bottom: solid 1px #e8e8e8;
	  margin-bottom: 40px;
  }*/
    .main-menu ul > li {
        display: block;
        width: 100%;
        margin: 0px;
        margin-bottom: 14px;
        position: relative;
    }
    .main-menu > ul > li:last-child {
        border: 0px;
        padding-top: 14px;
    }
    .main-menu > ul > li:nth-last-child(2) {
        border: 0px;
    }
    .main-menu > ul > li.menu-item-has-children {
        padding-right: 23px;
    }
    .main-menu > ul > li a {
        font-size: 13px;
        line-height: 25px;
        color: #ffff;
        display: block;
        width: 100%;
        padding: 0px 0px;
        font-weight: 400;
        letter-spacing: 2.6px;
    }
    .main-menu > ul > li:last-child a {
        font-weight: 600;
        padding: 17px 40px;
        text-align: center;
        margin: 0px;
        color: #fff;
        border: solid 1px #D9AE16;
        width: auto;
        display: inline-block;
    }
    .main-menu > ul > li a.active {
        color: #FBBB00;
    }
    .header-search-menu-wrap {
        display: none;
    }
    .main-menu .menu-subs {
        display: none;
        top: 0px;
    }
    .main-menu .menu-subs {
        padding-top: 23px;
        padding-left: 22px;
        padding-right: 0px;
        padding-bottom: 15px;
    }
    .menu-item-has-children.active .menu-subs {
        display: block;
    }
    .menu-subs {
        position: relative;
        opacity: 1;
        visibility: visible;
    }
    .main-menu .menu-subs li {
        margin-bottom: 20px;
    }
    .main-menu .menu-subs li:last-child {
        margin-bottom: 0px;
    }
    .main-menu .menu-subs li a {
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        letter-spacing: 0.77px;
        text-transform: uppercase;
        font-weight: normal
    }
    .close-menu-div {
        padding: 20px 22px 70px;
        text-align: right;
    }
    .main-menu > ul > li.active {
        border-bottom: 0px;
    }
}
@media(max-width:1024px) {}
@media(min-width:992px) and (max-width : 1024px) {}
@media(max-width:991px) {}
@media(max-width:767px) {}
@media screen and (max-device-width: 767px) and (orientation: landscape) {}
@media(max-width:575px) {
    .menu-sec {
        max-width: 100% !important;
    }
}
@media (max-width: 320px) {}
@media screen and (max-device-width: 480px) and (orientation: landscape) {}