/*
  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: 50px;
    height: 38px;
    margin-right: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    top: -7px;
}
.menu-icon .menu-box span {
    width: 100%;
    height: 4px;
    margin-bottom: 6px;
    background: #25636b;
    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.active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px) translateX(7px);
    -webkit-transform: rotate(-45deg) translateY(-7px) translateX(7px);
}
.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;*/
	float: left;
    vertical-align: top;
    position: relative;
    margin: 0 0 0 35px;
}
.enumenu_ul > li.menu-item-has-children:after { content: ""; display: inline-block; font-family: "Font Awesome 6 Brands"; color: #546E7A; background: url(../images/d-arrow.svg) no-repeat center; height: 12px;width: 12px; background-size: 12px;margin-bottom: -2px; }   

.enumenu_ul > li.current-menu-item > a {
    font-weight: 600;
    color: #999999;
}
.enumenu_ul > li.current-menu-item > a:after { width: 100%; }
.enumenu_ul li a {
     font-size: 16px;
     color: #546E7A;
     text-decoration: none;
     font-weight: 600;
     font-family: 'Poppins', sans-serif;
     position: relative;
}
.enumenu_ul li a:after { content: ""; position: absolute; left: 0; width: 0%; border-bottom: 1px solid #999; transition: all.5s ease-in-out; bottom: -3px; }
.enumenu_ul li a:hover:after { width: 100%; transition: all.5s ease-in-out; }
.enumenu_ul > li:hover > a,
.enumenu_ul > li.active > a,
.enumenu_ul > li.current_page_item > a {
 
}
.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: #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 {
    background: none;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 20px;
    width: 20px;
    height: 20px;
    z-index: 22; 
}

.enumenu_ul .arrow:before {
    content: "";
    position: absolute;
    background: #25636B;
    right: 0;
    margin: 0 auto;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
}

.enumenu_ul .arrow:after {
    content: "";
    position: absolute;
    background: #25636B;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.enumenu_ul .arrow.up:before {
    opacity: 0;
}

.enumenu_ul .arrow.up {}

@media (max-width: 1200px) {
    header.header .branding .menu-part ul {
    position: absolute;
    top: 94px;
    left: 0;
    z-index: 9999999;
    overflow-x: hidden;
    background: #fff;
    overflow-y: auto;
}
    .enumenu_ul ul li { border-top: 1px solid #999; }
    header {
        padding-top: 0;
    }
    .enumenu_ul {
        display: none
    }
    .menu-block {
        height: auto;
    }
    .menu-icon { position: absolute;top: 35px;  display: block;width: 50px;  float: right; right: 0; }
    .services-detail a.pba-detail {   border-bottom: 2px solid #d3d9da; }
    .enumenu_ul > li {  margin: 0; width: 100%; position: relative; }
    .enumenu_ul > li > a {
        display: block;
        text-align: center;
        padding: 12px 0;
    }
    .enumenu_ul {
        width: 100%;
    }
    .enumenu_ul > li ul {
        background: #25636B;
        position: static !important;
        padding-left: 0;
    }
    
    .enumenu_ul > li ul a {
        text-align: center;
        display: block;
        text-align: center;
        color: #546E7A;
        padding: 10px 0;
        font-size: 15px;
    }

    .enumenu_ul > li ul a:hover{
        background: #999;
        color: #fff;
    }
    /* 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: 991px) {
    header.header .branding{
        position: relative;
    }
    header.header .branding .site-title {
        position: absolute;
        z-index: 999;
    }
    header.header .branding .menu-part{
        width: 100%;
    }
    header.header .branding .menu-part a.btn{
       position: absolute;
    right: 70px;
    }
    header.header .branding .menu-part ul{
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999999;            
    }

    header.header.fixed .branding .menu-part ul{    
        top: 46px;
    }

    header.header .branding .menu-part nav#menu {
    margin: 0;
    width: 100%;
    position: relative;
}
    .menu-icon { top: -10px; right: 0; }

}


@media (max-width: 767px) {
    .menu-icon.active span:nth-child(1) {
        transform: rotate(45deg ) translateY(7px) translateX(4px);
        -webkit-transform: rotate(45deg ) translateY(5px) translateX(4px);
    }
    .menu-icon.active span:nth-child(3) {
        transform: rotate(-45deg) translateY(-7px) translateX(6px);
        -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
    }

}