/*------------------------------
 MOBILE MENU
 ------------------------------*/

.header-nav-container, .header-nav-wapper {
    display: none;
}

/*main menu*/
.main-menu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 175px;
    z-index: 1001;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    padding: 10px 0px;
}

.main-menu .menu-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.header.style1 .header-nav, .header.style10 .header-nav {
    border-top: 1px solid #f4f4f4;
}

.main-menu {
    display: table;
    padding: 0;
}

    .main-menu li {
        list-style: none;
        position: relative;
    }

    .main-menu > li {
        display: inline-block;
    }

        .main-menu > li > a {
            font-size: 14px;
            padding: 18px 20px;
            display: inline-block;
            cursor: pointer;
            color: #222222;
            text-transform: uppercase;
            font-weight: 700;
            direction: rtl;
        }

        .main-menu > li.menu-item-has-children > a:after {
            font-family: 'FontAwesome';
            content: "\f107";
            margin-right: 5px;
            font-size: 15px;
            color: #888;
            font-weight: normal;
            vertical-align: top;
        }
/*megamenu*/
.submenu.mega-menu {
    padding: 30px 20px;
}

.home-menu .home-item {
    padding: 0 10px;
}

.vereesa-demolink {
    text-align: center;
    margin-top: 30px;
}

    .vereesa-demolink .image {
        position: relative;
        margin-bottom: 5px;
    }

        .vereesa-demolink .image::before {
            content: '';
            background-color: #000000;
            transition: all 0.9s ease-out 0s;
            -webkit-transition: all 0.9s ease-out 0s;
            -o-transition: all 0.9s ease-out 0s;
            -moz-transition: all 0.9s ease-out 0s;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            bottom: 0;
            opacity: 0;
            visibility: hidden;
            z-index: 100;
        }

        .vereesa-demolink .image:hover::before {
            opacity: 0.5;
            visibility: visible;
        }

        .vereesa-demolink .image a {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 10px 20px;
            background: #222222;
            color: #fff;
            font-weight: 700;
            font-size: 14px;
            opacity: 0;
            visibility: hidden;
            z-index: 1001;
            min-width: 134px;
        }

        .vereesa-demolink .image:hover a {
            opacity: 1;
            visibility: visible;
        }

    .vereesa-demolink .title {
        font-size: 16px;
        color: #222222;
        font-weight: 700;
        margin-bottom: 0;
    }

.submenu.menu-page {
    background-repeat: no-repeat;
    background-size: 300px;
    padding: 30px 0 50px;
    background-position: 50px bottom;
}

.vereesa-nav .mega-menu .menu-page-item:first-child .vereesa-custommenu {
    padding-right: 50px;
}

.vereesa-nav .mega-menu .menu-page-item:nth-child(2) .vereesa-custommenu {
    padding-right: 47px;
}

.vereesa-nav .mega-menu .menu-page-item:nth-child(3) .vereesa-custommenu {
    padding-right: 17px;
}

.vereesa-nav .mega-menu .menu-page-item:last-child .vereesa-custommenu {
    padding-left: 50px;
}

.vereesa-nav .mega-menu .vereesa-custommenu {
}

.mega-menu .vereesa-custommenu .widgettitle {
    font-size: 14px;
    color: #626262;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 0px;
    margin-top: 20px;
}

    .mega-menu .vereesa-custommenu .widgettitle::before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #85B839;
        width: 30px;
    }

.mega-menu .vereesa-custommenu ul {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

    .mega-menu .vereesa-custommenu ul li {
        font-size: 13px;
        line-height: 25px;
        color: #555;
    }

        .mega-menu .vereesa-custommenu ul li a {
            line-height: 28px;
        }

.main-menu .submenu .submenu {
    right: 100%;
    top: 0;
}

.main-menu .submenu > li > a {
    display: block;
    padding: 7px 20px;
    color: #555555;
}

.main-menu .submenu > li:hover > a, .main-menu .submenu > li.active > a {
    background-color: #f4f4f4;
}

.main-menu .submenu > li.menu-item-has-children > a:after {
    font-family: 'FontAwesome';
    content: "\f104";
    float: left;
}

/*border - style*/
.mega-menu .border-custom {
    margin-top: 30px;
}

.border-custom span {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
    float: left
}
/*mobile menu*/
.kt-clone-wrap .kt-sub-opened {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.kt-clone-wrap {
    position: fixed;
    overflow-x: hidden;
    top: 0;
    left: -100%;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 100000;
    -webkit-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
}

    .kt-clone-wrap.open {
        left: 0;
    }

.kt-panels-actions-wrap {
    border-bottom: 1px solid #eee;
    height: 50px;
    position: relative;
}

    .kt-panels-actions-wrap .kt-close-btn, .kt-panels-actions-wrap .kt-prev-panel {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        border-left: 1px solid #eee;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        color: #222;
    }

    .kt-panels-actions-wrap .kt-prev-panel {
        right: inherit;
        left: 0;
        border: none;
        border-right: 1px solid #eee;
    }

        .kt-panels-actions-wrap .kt-prev-panel:before {
            content: "\f104";
            font-family: FontAwesome;
        }

.kt-clone-wrap .kt-panels {
    background: inherit;
    border-color: inherit;
    position: absolute;
    margin-top: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box;
}

.kt-clone-wrap .kt-panel {
    border-color: #fff;
    bottom: 0;
    background: #fff;
    box-sizing: border-box;
    display: block;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.2s ease 0s;
    z-index: 0;
}

    .kt-clone-wrap .kt-main-panel, .kt-clone-wrap .kt-panel.kt-panel-opened {
        transform: translateX(0);
        z-index: 10
    }

.kt-panel > ul {
    padding: 0;
    margin: 0;
}

.kt-panel li {
    list-style: none;
    position: relative
}

.kt-panel > ul > li {
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}

    .kt-panel > ul > li > a {
        display: block;
        font-size: 14px;
        color: #222;
        padding: 10px 20px;
        text-transform: uppercase;
    }

.kt-next-panel {
    width: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

    .kt-next-panel:before {
        content: "\f105";
        font-family: FontAwesome;
    }

.kt-panels-actions-wrap .kt-current-panel-title {
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
    color: #222222;
}

.kt-clone-wrap .kt-panel .menu-page {
    background-image: none;
}

.vereesa-menu-panels .submenu {
    position: static;
    visibility: visible;
    opacity: 1;
    min-width: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .3s, transform .3s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    text-align: left;
}





.vereesa-menu-panels .submenu {
    position: static;
    visibility: visible;
    opacity: 1;
    min-width: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .3s, transform .3s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    text-align: left;
}



.vereesa-menu-panel .header-block-text {
    display: none;
}


.vereesa-menu-clone-wrap {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 100000;
    -webkit-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    color: #000;
}
.vereesa-menu-clone-wrap.open {
    right: 0;
}
.vereesa-menu-panels-actions-wrap {
    border-bottom: 1px solid #eee;
    height: 50px;
    position: relative;
}
.vereesa-menu-panels-actions-wrap .vereesa-menu-close-btn,
.vereesa-menu-panels-actions-wrap .vereesa-menu-prev-panel {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border-right: 1px solid #eee;
    text-align: center;
    line-height: 50px;
    color: #000;
}
.vereesa-menu-panels-actions-wrap .vereesa-menu-close-btn:hover,
.vereesa-menu-panels-actions-wrap .vereesa-menu-prev-panel:hover {
    color: #000;
}
.vereesa-menu-panels-actions-wrap .vereesa-menu-prev-panel {
    left: inherit;
    right: 0;
    border: none;
    border-left: 1px solid #eee;
    
}
.vereesa-menu-panels-actions-wrap .vereesa-menu-current-panel-title {
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
}
.vereesa-menu-panels-actions-wrap .vereesa-menu-prev-panel:before {
    content: "\f105";
    font-family: FontAwesome;
}
.vereesa-menu-panel > ul {
    padding: 0;
    margin: 0;
}
.vereesa-menu-panel li {
    list-style: none;
    position: relative;
}
.vereesa-menu-panel > ul > li {
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    text-align:right;
    direction:rtl;
}
.vereesa-menu-panel > ul > li > a {
    display: block;
    line-height: 40px;
    color: #222;
    text-transform: uppercase;
}
.vereesa-menu-panel > ul > li:hover > a,
.vereesa-menu-panel > ul > li.active > a {
    color: #000;
}
.vereesa-menu-next-panel {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.vereesa-menu-next-panel:before {
    content: "\f104";
    font-family: FontAwesome;
}
.vereesa-menu-clone-wrap .toggle-submenu {
    display: none !important;
}
.vereesa-menu-clone-wrap .vereesa-menu-panels {
    background: inherit;
    border-color: inherit;
    z-index: 0;
    box-sizing: border-box;
    overflow: hidden;
    height: calc(100% - 50px);
    position: relative;
}
.vereesa-menu-clone-wrap .vereesa-menu-panel {
    background-color: #fff;
}
.vereesa-menu-clone-wrap .vereesa-menu-panel.vereesa-menu-sub-panel {
    border-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    display: block;
    right: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.2s ease 0s;
    z-index: 0;
    height:100%;
}
    .vereesa-menu-clone-wrap .vereesa-menu-panel.vereesa-menu-panel-opened {
        transform: translateX(0);
        z-index: 999 !important;
        position: relative;
    }
.vereesa-menu-clone-wrap .vereesa-menu-sub-opened {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    height:0px;
}
.vereesa-menu-clone-wrap .vereesa-menu-hidden {
    display: block !important;
    opacity: 0;
    visibility: hidden;
}
.vereesa-menu-clone-wrap .submenu.mega-menu {
    padding: 20px;
    max-width: 100% !important;
    width: 100% !important;
}
.vereesa-menu li > a > .icon {
    margin-left: 10px;
}
.vereesa-menu-panel-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.vereesa-menu-panel.vereesa-menu-panel-opened .submenu{
    opacity: 1;
    visibility: visible;
}
.vereesa-menu-panel > .mega-menu .widget-custom-menu {
    width: 100%;
}
.vereesa-menu-panels .menu-item-has-children > a::after {
    display: none;
}
.vereesa-menu-panel.vereesa-menu-panel-opened .menu-page{
    background-image: none;
}
.vereesa-menu-panel .main-menu > li > a,.vereesa-menu-panel .vereesa-demolink .title,
.vereesa-menu-panel .mega-menu .vereesa-custommenu .widgettitle{
    color: #333 !important;
}
.vereesa-menu-panel .mega-menu .vereesa-custommenu ul li{
    color: #333;
}


.vereesa-menu-panels-actions-wrap .vereesa-menu-close-btn {
    background-color: #f6ba2a;
    color: #fff !important;
    font-size: 20px;
}