/*===========================
    OFFCANVUS MENU css 
===========================*/

.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
    background: #232323;
    top: 0;
    left: 0;
}

.off_canvars_overlay.active {
    opacity: .5;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .offcanvas_menu {
        display: block;
    }
}

.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 0;
    height: 100vh;
    transition: .5s;
    right: 0;
    margin-right: -300px;
    padding: 50px 15px 30px;
    overflow-y: auto;
}



.offcanvas_menu_wrapper.element-ready-offcanvus-leftbar {
    margin-left: -300px;
    margin-right: auto;
    right: auto;
    left: 0;
}

.offcanvas_menu_wrapper.active.element-ready-offcanvus-leftbar {
    margin-right: auto;
    margin-left: 0;
}


.offcanvas_menu_wrapper.active {
    margin-right: 0;
}

.offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto;
}

.offcanvas_menu_wrapper .header-btn {
    margin-bottom: 30px;
}

.offcanvas_menu_wrapper .header-btn a {
    color: #222;
}

.offcanvas_menu_wrapper .header-btn a:hover {
    color: #222;
}

.offcanvas_main_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.offcanvas_main_menu li {
    position: relative;
}

.offcanvas_main_menu li:last-child {
    margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0;
}

.offcanvas_main_menu li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    color: #222;
    transition: all 0.3s ease-out 0s;
}

.offcanvas_main_menu li a:hover {
    color: #8b5bff;
}

.offcanvas_main_menu li ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px;
}

.offcanvas_footer {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.offcanvas_footer span a {
    font-size: 14px;
    color: #222;
    transition: all 0.3s ease-out 0s;
}

.offcanvas_footer span a:hover {
    color: #8b5bff;
}

.canvas_close {
    position: absolute;
    top: 10px;
    right: 13px;
}

.canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 28px;
    border: 1px solid #ededed;
    border-radius: 50%;
    color: #222;
    transition: all 0.3s ease-out 0s;
}

.canvas_close a:hover {
    background: #8b5bff;
    border-color: #8b5bff;
    color: #fff;
}

.canvas_open a {
    font-size: 26px;
    width: 50px;
    height: 42px;
    display: block;
    line-height: 39px;
    text-align: center;
    border: 1px solid #232323;
    color: #222;
    transition: all 0.3s ease-out 0s;
}

.canvas_open a:hover {
    color: #8b5bff;
    border-color: #8b5bff;
}

.offcanvas-social {
    margin-bottom: 40px;
}

.offcanvas-social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.offcanvas-social ul li {
    display: inline-block;
}

.offcanvas-social ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #8b5bff;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
}

.offcanvas-social ul li a:hover {
    background: #8b5bff;
    border-color: #8b5bff;
    color: #fff;
}

/*===========================
      OFFCANVUS MENU css 
  ===========================*/



/*--------------------------------------------------------------
# main menu
--------------------------------------------------------------*/

.main-menu-9 {
    background-color: #000;
    padding-left: 50px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 39.5px;
    padding-right: 50px;
}

.main-menu-9 .container {
    background-color: #222;
    position: relative;
    display: none;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu-9 .main-menu__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.main-menu-9 .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.main-menu-9 .main-menu__list > li {
    padding-top: 15px;
    padding-bottom: 15px;
}


.main-menu-9 .main-menu__list > li + li {
    margin-left: 35px;
}

.main-menu-9 .main-menu__list > li > a {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #fff;
    transition: 500ms;
}

.main-menu-9 .main-menu__list > li > a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 5px;
}

.main-menu-9 .main-menu__list > li > a:only-child::after {
    display: none;
}

.main-menu-9 .main-menu__list > li:hover > a {
    color: #fff;
}


.main-menu-9 .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu-9 .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu-9 .main-menu__list li ul li > li {
    border-top: 1px solid #222;
}

.main-menu-9 .main-menu__list li ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #222;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 500ms;
}

.main-menu-9 .main-menu__list li ul li:last-child > a {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.main-menu-9 .main-menu__list li ul li:hover > a {
    background-color: #8b5bff;
    color: #fff;
}

.main-menu-9 .main-menu__list li ul li > ul {
    top: 0;
    left: 100%;
}


.main-menu-9 .main-menu__list li:hover > ul {
    opacity: 1;
    visibility: visible;
}


.stricky-header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    display: none;
    transform: translateY(-110%);
    transition: transform 500ms ease;
}

.stricky-header .main-menu__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.stricky-header .main-menu__list > li {
    padding-top: 24.5px;
    padding-bottom: 24.5px;
}

.stricky-header .main-menu__list > li + li {
    margin-left: 35px;
}

.stricky-header .main-menu__list > li > a {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #fff;
    transition: 500ms;
}

.stricky-header .main-menu__list > li > a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 5px;
}

.stricky-header .main-menu__list > li > a:only-child::after {
    display: none;
}

.stricky-header .main-menu__list > li:hover > a {
    color: #fff;
}


.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    border: 0 !important;
}

.stricky-header .main-menu__list li ul li + li {
    border-top: 1px solid #222;
}

.stricky-header .main-menu__list li ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #222;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 500ms;
}

.stricky-header .main-menu__list li ul li:last-child > a {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.stricky-header .main-menu__list li ul li:hover > a {
    background-color: #8b5bff;
    color: #fff;
}

.stricky-header .main-menu__list li ul li > ul {
    top: 0;
    left: 100%;
}

.stricky-header .main-menu__list li ul li > ul ul {
    display: none;
}

.stricky-header .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.stricky-header .main-menu__list li:hover > ul {
    opacity: 1;
    visibility: visible;
}


.stricky-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stricky-header .stricky-header .main-menu__list li.search-btn {
    margin-left: 70px;
}

.main-header-9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 91;
}

.main-header-9 .inner-container {

    border-bottom-right-radius: 10px;
    position: relative;
    z-index: 10;
}

.main-header-9 .inner-container::before {
    content: "";
    position: absolute;
    width: 100000px;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
}

.main-header-9 .logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 15px;
}

.main-header-9 .mobile-nav__toggler {
    font-size: 20px;
    color: #222;
    cursor: pointer;
    transition: 500ms;
}

.main-header-9 .mobile-nav__toggler:hover {
    color: #f7f7fd;
}



.stricky-header.stricky-fixed {
    transform: translateY(0);
}



@media (min-width: 1200px) {
    .main-menu-9 .container {
        display: flex;
        padding-left: 25px;
        padding-right: 25px;
    }

    .main-header-9 .logo-box {
        padding-right: 0;
        padding-top: 55px;
    }





}

@media (min-width: 992px) {
    .main-header-9 .mobile-nav__toggler {
        display: none;
    }

    .stricky-header {
        display: block;
    }
}

@media (min-width: 1260px) {
    .main-menu-9 .container {
        max-width: 1250px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1281px) {
    .main-menu-9 .main-menu__list > li + li {
        margin-left: 70px;
    }

    .stricky-header .main-menu__list > li + li {
        margin-left: 70px;
    }
}

@media (max-width: 1199px) {
    .main-header-9 {
        position: relative;
    }

}



/*--------------------------------------------------------------
  # main menu
  --------------------------------------------------------------*/


/*--- Mega Menu ---*/

.mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 110%;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    width: 100%;
    padding: 11px 25px 15px;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(35, 47, 62, 0.25);
    transition: all 0.3s ease;
    margin-left: auto;
    margin-right: auto;
}

.main-menu-9 .main-menu__list li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}


.main-menu-9 .main-menu__list li .mega-menu ul {
    margin: 0 0 12px;
    padding: 0;
}

.main-menu-9 .main-menu__list li .mega-menu ul li {
    list-style: none;
    display: block;
    margin: 0 0 0;
    border: none;
}
