/*
  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;    
}
.menu-icon .menu-box {
    width: 45px;
    height: 35px;
    margin-left:10px;
    padding:0 0 0 5px;
    position: absolute;
    left:0;
    z-index: 1;
    top: 18px;    
}
.menu-icon .menu-box span {
    width: 100%;
    height: 4px;
    margin-bottom: 6px;
    background: #fff;
    display: block;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
}
/*.menu-icon.hover:not(.active) span:nth-child(1) {
    transform: rotate(90deg) translateX(8px);
    -webkit-transform: rotate(90deg) translateX(8px);
}*/
.menu-icon.active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}
/*.menu-icon.hover:not(.active) span:nth-child(3) {
    transform: rotate(-90deg) translateX(6px);
    -webkit-transform: rotate(-90deg)  translateX(6px);
}*/
.enumenu_ul .caret {
    color: #fff;
    margin-left: 7px;
}
.enumenu_ul {
    padding: 0px;
    list-style: none;
}
.enumenu_ul > li {
    display: inline-block;	
    vertical-align: middle;    
    position: relative;
    margin-bottom: 0;
}
.enumenu_ul li a {
    font-size: 17px;
    font-family: 'Pragati Narrow', sans-serif;
    font-weight:700;
    color: #fff;
    padding:20px 13px;
    letter-spacing: 1.35px;
    text-decoration: none;
    display: inline-block;;
    vertical-align: middle;
    text-transform: uppercase; 
    position: relative;       
}
.enumenu_ul > li.active > a:before {position: absolute;content:"";bottom:0;width: 0;height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 12px solid #fff;left:0;right:0;margin:0 auto;}
.enumenu_ul > li:first-child:hover > a:before, .enumenu_ul > li.active:first-child > a:before{left:-15px;}
.enumenu_ul li:first-child a{
    padding-left: 0;
}
ul.menu li {
    margin: 0;
}
.enumenu_ul > li:first-child:hover > a:before , .enumenu_ul > li:first-child:active > a:before{
    left:-15px;
}

.enumenu_ul > li:hover > a, .enumenu_ul > li.active > a {background:transparent;}
/*.enumenu_ul > li:last-child{float: right;}*/
.enumenu_ul > li ul {display: none}
.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:-15px;background:#333e48;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:#e70033;color: #fff;}
.enumenu_ul .arrow {position: absolute;right: 10px;top:8px;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}
.menu-wrapper {
    max-height: 60px;
}
@media (max-width: 991px) {    
    .enumenu_ul {display: none}
    .menu-block {height: auto;}
    .menu-icon {display: block;padding: 30px 0;}
    .services-detail a.pba-detail {border-bottom: 2px solid #d3d9da;}
    .enumenu_ul > li {width: 100%;margin: 0px;text-align: center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,0.1);}
    .enumenu_ul > li:last-child{border-bottom: none;}
    .enumenu_ul > li > a {
        display: inline-block;
        text-align: center;
        padding:0;
    }         
    .enumenu_ul li a{
        padding:5px 0;
    }
    .enumenu_ul > li:hover > a:before, .enumenu_ul > li.active > a:before{display: none;}
    .enumenu_ul {width:100%;position: absolute;z-index: 9;background:#333e48;top: 100%;left:0;}
    .enumenu_ul > li ul {
        background:#e0e4e7;        
    }
    .enumenu_ul > li a:hover{color:#e70033;}

    .enumenu_ul > li ul li{border-bottom: 1px solid rgba(0,0,0,0.05)}
    .enumenu_ul > li ul li:last-child{border-bottom: none;}
    .enumenu_ul > li ul a {
        text-align: center;
        display: block;
        text-align: center;
        color: #000;
        text-transform: capitalize;    
    }


    .search-bar input[type="search"]{max-width:450px;width:100%;}

    /* 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: -300px;
    }
    body.slidemenuRight.menu-open .enumenu_ul {
        right: 0;
    }
    body.slidemenuLeft .enumenu_ul {
        left: -300px;
    }
    body.slidemenuLeft.menu-open .enumenu_ul {
        left: 0;
    }
    body.menuslide_push.slidemenuLeft.menu-open {
        left: 300px
    }
    body.menuslide_push.slidemenuRight.menu-open {
        right: 300px
    }
    body.menuslide_push .enumenu_ul,
    body.menuOverlap .enumenu_ul {
        background: #000000 none repeat scroll 0 0;
        display: block;
        height: 100%;
        max-height: 100%;
        width: 100%;
        overflow: auto;
        position: fixed;
        transition: all 0.5s ease 0s;
        max-width: 300px;
        top: 0;
    }
}
@media(max-width:767px){
    .enumenu_ul {;overflow: auto;}
}