/*
  Only required is to display none the .menu-icon
*/

.menu-icon {
    display: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 22px;
    padding: 10px 0;
}
.menu-icon .menu-box {
    width: 68px;
    height: 38px;
    margin-right: 0;
    padding: 5px;
    position: absolute;
    right: 45px;
    top: 43px;
    z-index: 112;
    transition: all 0.5s ease-in-out;
}
.menu-icon .menu-box span {
    width: 100%;
    height: 1px;
    margin-bottom: 19px;
    background: #000000;
    display: block;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-open .menu-icon .menu-box span {
    background-color: #fff;
}
.menu-open .menu-icon .menu-box {
    right: 43px;
}
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(6px) translateX(5px);
}

.menu-icon span:nth-child(2) {
    display: none;
}
.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-10px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-10px) translateX(6px);
}

.enumenu_ul .caret {
    color: #fff;
    margin-left: 7px;
}
.enumenu_ul {
    padding: 0px;
    list-style: none;
}
.enumenu_ul > li {
    /*display: inline-block;*/
	float: left;
    vertical-align: top;
    padding-bottom: 23px;
    position: relative
}
.enumenu_ul li a {
    font-size: 29px;
    color: #fff;
    padding: 23px 30px;
    font-weight: 500;
}
.enumenu_ul > li:hover > a,
.enumenu_ul > li.active > a {color: #000000;}
.append-blocks .append-menu ul li a {
    font-size: 19px;
    position: relative;
    padding-left: 10px;
    text-transform: uppercase;
    margin-top: 28px;
}
.append-blocks .append-menu ul li a:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 21px;
    z-index: 1;
    background-image: url(../images/white-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-left: 10px;
}
.append-blocks .append-menu ul li a:hover {
    color: #000000;
}
.enumenu_ul > li ul {
    padding-left: 0;
    margin-left: 8px;
    margin-top: 10px;
}
.enumenu_ul ul li {
    width: 100%;
    margin: 0;
    list-style: none;
    position: relative;
}
.enumenu_ul.desk ul {
    top: 100%;
    z-index: 999;
    list-style: none;
    left: 0px;
    background: #000000;
    position: absolute;
    min-width: 150px;
}
/*Sub menu styles*/

.menu.submenu-ul-level1 li a {
    background: rgba(31, 26, 107, 0.8);
    color: #fff;
    padding-left: 90px;
}
.enumenu_ul.desk li:hover > ul {
    display: block;
    opacity: 1;
}
.enumenu_ul.desk .sb-menu .sb-menu {
    left: 100%;
    top: 0;
}
.enumenu_ul.desk ul li a {
    padding: 10px 10px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center
}
.enumenu_ul.desk ul li:hover > a {
    background: #e6b705;
    color: #fff;
}
.enumenu_ul .arrow {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url(../images/plus.png) no-repeat center center;
    cursor: pointer;
    z-index: 999
}
.enumenu_ul .arrow.up {
    background: url(../images/minus.png) no-repeat center center
}
    header {
        padding-top: 0;
    }
    .enumenu_ul {
        display: none
    }
    .menu-block {
        height: auto;
    }
    .menu-icon {
        display: block
    }
    .services-detail a.pba-detail {
        border-bottom: 2px solid #d3d9da;
    }
    .enumenu_ul > li {
        width: 100%;
        margin: 0px;
        padding: 0px 0px 0px 56px;
        text-align: left;
        margin-bottom: 7px;
    }
    .enumenu_ul > li > a {
        display: block;
        text-align: left;
        padding: 0 8px 0 8px;
    }
    .enumenu_ul {
        width: 100%;
    }
    .enumenu_ul > li ul a {
        display: block;
        text-align: left;
        color: #fff;
        padding: 5px 0;
    }
    /* Push Menu */
    body.menuslide_push {
        position: relative;
    }
    body.menuslide_push.slidemenuLeft {
        left: 0;
        transition: left 0.5s;
        -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -ms-transition: left 0.5s;
        -o-transition: left 0.5s;
    }
    body.menuslide_push.slidemenuRight {
        right: 0;
        transition: right 0.5s;
        -webkit-transition: right 0.5s;
        -moz-transition: right 0.5s;
        -ms-transition: right 0.5s;
        -o-transition: right 0.5s;
    }
    body.slidemenuRight .enumenu_ul {
        right: -26%;
    }
    body.slidemenuRight.menu-open .enumenu_ul {
        right: 0;
    }
    body.slidemenuLeft .enumenu_ul {
        left: -26%;
    }
    body.slidemenuLeft.menu-open .enumenu_ul {
        left: 0;
    }
    body.menuslide_push.slidemenuLeft.menu-open {
        left: 26%
    }
    body.menuslide_push.slidemenuRight.menu-open {
        right: 26%
    }
    body.menuslide_push .enumenu_ul,
    body.menuOverlap .enumenu_ul {
        background: #A28C79 none repeat scroll 0 0;
        display: block;
        height: 100vh;
        max-height: 100vh;
        width: 100%;
        overflow: auto;
        position: fixed;
        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        max-width: 26%;
        top: 0;
        padding-top: 234px;
        z-index: 111;
    }

/*
  
    .enumenu_ul li {
        opacity: 0;
        transition: opacity 1.5s ease;    }

  
    body.menu-open .enumenu_ul li {
        opacity: 1;
    }

  
    .enumenu_ul li:nth-child(1) {
        transition-delay: 0.1s;
    }
    .enumenu_ul li:nth-child(2) {
        transition-delay: 0.2s;
    }
    .enumenu_ul li:nth-child(3) {
        transition-delay: 0.3s;
    }
    .enumenu_ul li:nth-child(4) {
        transition-delay: 0.4s;
    }
    .enumenu_ul li:nth-child(5) {
        transition-delay: 0.5s;
    }
    .enumenu_ul li:nth-child(6) {
        transition-delay: 0.6s;
    }
    .enumenu_ul li:nth-child(7) {
        transition-delay: 0.7s;
    }
    .enumenu_ul li:nth-child(8) {
        transition-delay: 0.8s;
    }
    .enumenu_ul li:nth-child(9) {
        transition-delay: 0.9s;
    }

*/