/*
  Only required is to display none the .menu-icon
*/

.commo-humg-menu .menu-icon {
    display: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 0;
    padding: 10px 0;
}
.commo-humg-menu .menu-icon .menu-box {
    width: 50px;
    height: 38px;
    margin-right: 0;
    padding: 5px;
    position: absolute;
    right: -4px;
    left: inherit;
    top: 42px;
    z-index: 9999;
}
 .commo-humg-menu .menu-icon .menu-box span {
    width: 100%;
    height: 3px;
    margin-bottom: 6px;
    background: #808080;
    display: block;
    border-radius: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.black-theme .commo-humg-menu .menu-icon .menu-box span {
    background: #222222 !important;
}
    
    
    .commo-humg-menu .menu-icon.active span:nth-child(1) {
    transform: rotate(25deg) translateY(8px) translateX(6px);
    -webkit-transform: rotate(25deg) translateY(8px) translateX(6px);
}
/*
.menu-icon.hover:not(.active) span:nth-child(1) {
    transform: rotate(90deg) translateX(8px);
    -webkit-transform: rotate(90deg) translateX(8px);
}
*/
.commo-humg-menu .menu-icon.active span:nth-child(2) {
    opacity: 0;
}
.commo-humg-menu .menu-icon.active span:nth-child(3) {
    transform: rotate(-25deg) translateY(-6px) translateX(6px);
    -webkit-transform: rotate(-25deg) translateY(-6px) translateX(6px);
}
/*
.menu-icon.hover:not(.active) span:nth-child(3) {
    transform: rotate(-90deg) translateX(6px);
    -webkit-transform: rotate(-90deg)  translateX(6px);
}
*/
.commo-humg-menu .enumenu_ul .caret {
    color: #fff;
    margin-left: 7px;
}
.commo-humg-menu .enumenu_ul {
    padding: 0px;
    list-style: none;
}
.commo-humg-menu .enumenu_ul > li {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    padding-left: 30px;
    padding-right: 40px;
}
.commo-humg-menu .enumenu_ul li a {
    font-size: 18px;
    color: #454545;
    padding: 23px 30px
}
.commo-humg-menu .enumenu_ul > li:hover > a,
.commo-humg-menu .enumenu_ul > li.active > a {
    background: #C9C9C9 none repeat scroll 0 0;
    color:#fff;
}
.commo-humg-menu .enumenu_ul > li ul {
    display: none
}
.commo-humg-menu .enumenu_ul ul li {
    width: 100%;
    margin: 0;
    list-style: none;
    position: relative;
}
.commo-humg-menu .enumenu_ul.desk ul {
    top: 100%;
    z-index: 999;
    list-style: none;
    left: 0px;
    background: #000000;
    position: absolute;
    min-width: 150px;
}
.commo-humg-menu .enumenu_ul li a:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    position: absolute;
    right: 86px;
    font-size: 21px;
    top: 18px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; 
    color:#222222;
}
.commo-humg-menu .enumenu_ul > li:hover > a:before {
    right: 76px;
}

/*Sub menu styles*/

.commo-humg-menu .menu.submenu-ul-level1 li a {
    background: rgba(31, 26, 107, 0.8);
    color: #fff;
    padding-left: 90px;
}
.commo-humg-menu .enumenu_ul.desk li:hover > ul {
    display: block;
    opacity: 1;
}
.commo-humg-menu .enumenu_ul.desk .sb-menu .sb-menu {
    left: 100%;
    top: 0;
}
.commo-humg-menu .enumenu_ul.desk ul li a {
    padding: 10px 10px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center
}
.commo-humg-menu .enumenu_ul.desk ul li:hover > a {
    background: #e6b705;
    color: #fff;
}
.commo-humg-menu .enumenu_ul .arrow {
    position: absolute;
    right: 34px;
    top: 20px;
    width: 18px;
    height: 18px;
    background: url(../images/plus.png) no-repeat center center;
    cursor: pointer;
    z-index: 999;
    background-size: 84%;
    filter: invert(1);
}
.commo-humg-menu .enumenu_ul .arrow.up {
    background: url(../images/minus.png) no-repeat center center
}

    
    .commo-humg-menu .menu-block {
        height: auto;
    }
    .commo-humg-menu .menu-icon {
        display: block
    }
    .commo-humg-menu .services-detail a.pba-detail {
        border-bottom: 2px solid #d3d9da;
    }
    .commo-humg-menu .enumenu_ul > li {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
        .commo-humg-menu .enumenu_ul > li > a {
            display: block;
            text-align: left;
            padding: 17px 0;
            font-size: 16px;
            text-transform: capitalize;
            display: inline-block;
            text-align: left;
            display: block;
            padding-left: 50px;
            padding-right: 118px;
            border-bottom: 1px solid #454545;
            font-weight: 600;
        }
    .commo-humg-menu .enumenu_ul {
        width: 100%;
    }
    .commo-humg-menu .enumenu_ul > li ul {
		background: #E6E6E6;
	}
        .commo-humg-menu .enumenu_ul > li ul a {
            display: block;
            text-align: left;
            padding: 17px 0;
            font-size: 16px;
            text-transform: capitalize;
            display: inline-block;
            text-align: left;
            display: block;
            padding-left: 60px;
            padding-right: 50px;
            color: #454545;
        }
        .commo-humg-menu .enumenu_ul > li ul a:hover {
            background: #C9C9C9 none repeat scroll 0 0;
            color: #FFF;
        }
	.commo-humg-menu .enumenu_ul > li ul a:before{
		display: none;
	}
    /* Push Menu */
    body.menuslide_push {
        position: relative;
    }
    body.slidemenuLeft1 {
        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.slidemenuLeft1.menu-open1 {
        right: 471px;
        transition: right 0.5s;
        -webkit-transition: right 0.5s;
        -moz-transition: right 0.5s;
        -ms-transition: right 0.5s;
        -o-transition: right 0.5s;
		 position: relative;   
    }
    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 .commo-humg-menu .enumenu_ul {
        right: -480px;
    }
    body.slidemenuRight.menu-open .commo-humg-menu .enumenu_ul {
        right: 0;
    }
    body.slidemenuLeft1 .commo-humg-menu .enumenu_ul {
        right: -480px;
    }
    body.slidemenuLeft1.menu-open1 .commo-humg-menu .enumenu_ul {
        right: 1px;
    }
    body.slidemenuLeft1.menu-open {
        right: 480px
    }
    body.slidemenuRight.menu-open {
        right: 480px
    }
body .commo-humg-menu .enumenu_ul, body .commo-humg-menu .enumenu_ul {
    background: #E6E6E6 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: 480px;
    top: 0;
    padding-top: 125px;
    z-index: 1111;
    overflow-y: scroll;
}	

@media (max-width: 767px){
	.commo-humg-menu .menu-icon .menu-box {
		right: 16px !important;
	}
	.commo-humg-menu .enumenu_ul > li > a {padding: 15px 0;padding-left: 30px;padding-right: 75px;}
	body .commo-humg-menu .enumenu_ul, body .commo-humg-menu .enumenu_ul {max-width: 380px;}
	body.slidemenuLeft1.menu-open {right: 380px    }
	body.slidemenuLeft1 .commo-humg-menu .enumenu_ul {right: -380px;}
	.commo-humg-menu .enumenu_ul li a:before {right: 58px;font-size: 18px;top: 15px;}
	.commo-humg-menu .enumenu_ul .arrow {right: 16px;top: 20px;width: 15px;height: 15px;}
	.commo-humg-menu .enumenu_ul > li:hover > a:before {right: 46px;}
}	
@media (max-width: 480px){
	body header .main-header .commo-humg-menu .enumenu_ul > li {
		padding-left: 0 !important;
	}	
}