/*
  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: 0;
    font-size: 22px;
    padding: 0px 0;
}
.menu-icon .menu-box {
    width: 30px;
    height: 28px;
    margin-right: 0;
    padding: 5px 0;
    position: relative;
    left: 0;
}
.menu-icon .menu-box span {
    width: 100%;
    height: 2px;
    margin-bottom: 0px;
    background: #fff;
    display: block;
    border-radius: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon .menu-box span:nth-child(2) {
    margin: 6px 0;
}
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(6px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(6px) 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(-6px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-6px) 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;
    display: flex;
        margin: 0;
}
.enumenu_ul > li {
    /*display: inline-block;*/
    /* vertical-align: top; */
    position: relative;
    line-height: 1.5;
}

.enumenu_ul li a {
    color: #fff;
}

.enumenu_ul > li > a{
        font-size: 14px;
        color: #fff;
        padding:11px 14px 9px 14px;
        font-family: 'Josefin Sans';
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
}

.enumenu_ul > li:hover > a,
.enumenu_ul > li.active > a {
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .15);
}
.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: 0px;
    background: #3992b1;
    position: absolute;
    min-width: 200px;
        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 0;
}
.enumenu_ul.desk ul{
    background:  var(--header-tem);
}
/*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 14px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: left;
    background: #3992b1;
    background: var(--header-tem);
    color: #FFF;
    font-family: 'Josefin Sans';
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.enumenu_ul.desk ul li:hover > a {
    background: #FFF;
    color: #3992b1;
}
.enumenu_ul.desk ul li:hover > a {
    background: #FFF;
    color:  var(--header-tem);
}
.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
}
.enumenu_ul .arrow:after {
    content: '';
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 0;
    margin-left: 0;
    vertical-align: middle;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    transition: transform 0.2s 
ease-out;
    position: absolute;
    top: calc(50% - 0px);
    right: 10px;
    transform: translate(0px, -50%) rotate(45deg);
    color: #FFF;
}

.enumenu_ul .arrow.up:after {
    transform:   rotate(-135deg);
}

@media (max-width: 1024px) {
    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;
        border-bottom: 1px solid #00000014;
    }
    .enumenu_ul > li > a {
        display: block;
        text-align: left;
        padding: 10px 25px;
        font-size: 16px;
    }
    .enumenu_ul {
        width: 100%;
    }
    .enumenu_ul > li ul {
        background: #D1D1D1;
                margin: 0;
        padding: 0;
    }
    .enumenu_ul > li ul a {
        text-align: center;
        display: block;
        text-align: left;
        color: #000;
        padding: 5px 25px;
        font-size: 16px;
    }
    /* 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 {
        right: 0;
    }
    body.slidemenuRight.menu-open .site-header:not(.is-stuck)  .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;
                overflow: hidden;
    }
    header.site-header{
         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.menu-open header.site-header{
                 left: -300px;
    }
    .mob header.site-header{
                position: fixed;
		        overflow: hidden;
                transition: all 0.5s ease;
    }
    .mob header.site-header.is-stuck{
                  max-height: initial;
		        overflow: visible;
               
    }
    
    
    body.menuslide_push .enumenu_ul,
    body.menuOverlap .enumenu_ul {
        background: #2286a8 none repeat scroll 0 0;
        background:  var(--header-tem) none repeat scroll 0 0;
        display: block;
        height: 100vh;
        max-height: 100vh;
        width: 100%;
        overflow: auto;
        position: fixed;
        transition: all 0.5s ease 0s;
        max-width: 300px;
        top: 0;
    }
}