/*
  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: 12px 0 8px 0;
}
.menu-icon .menu-box {width: 50px;height: 38px;margin-right: 0;padding: 5px;position: relative;right: 0;top: 0;}
.menu-icon .menu-box span {
    width: 100%;
    height: 3px;
    margin-bottom: 7px;
    background: #ffffff;
    display: block;
    border-radius: 0px;
    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);
}
.hmenu .caret {
    color: #fff;
    margin-left: 7px;
}
.hmenu {
    padding: 0px;
    list-style: none;
    display: flex;
    margin: 0;
}
.hmenu > li {
    /*display: inline-block;*/
    float: left;
    vertical-align: top;
    position: relative;
    margin: 0 0 0 25px;
    padding: 0;
}
.hmenu > li > a {
    display: inline-block;
    padding: 13px 0 13px 0;
}
.hmenu li a {
     font-size: 16px;
     color: #040404; 
     text-decoration: none;
     /* text-transform: uppercase; */
     -webkit-transition: all 200ms ease-in-out;
     transition: all 200ms ease-in-out;
     font-family: "Raleway", serif;
     font-weight: 500;
}
.hmenu > li:hover > a,
.hmenu > li.active > a,
.hmenu > li.current_page_item > a {
     color: #03a9f4;
}
.hmenu > li.menu-item-has-children:hover > a:after {
    border-top: 5px solid #123D82;
}
.hmenu > li ul {
    display: none
}
.hmenu ul li {
    width: 100%;
    margin: 0 0 5px 0;
    list-style: none;
    position: relative;
}
.hmenu.tola ul {
    top: 100%;
    z-index: 999;
    list-style: none;
    left: -35px;
    background: #ffffff;
    position: absolute;
    min-width: 193px;
    margin: 0;
    padding: 16px 0 9px 0;
    box-shadow: 0px 0px 5px hsl(0deg 0% 0% / 50%);
}
/*Sub menu styles*/

.menu.submenu-ul-level1 li a {
    background: rgba(31, 26, 107, 0.8);
    color: #fff;
    padding-left: 90px;
}
.hmenu.tola li:hover > ul {
    display: block;
    opacity: 1;
}
.hmenu.tola .sb-menu .sb-menu {
    left: 100%;
    top: 0;
}
.hmenu.tola ul li a {
    padding: 4px 18px 4px 18px;
    display: block;
    color: #123D82;
    font-size: 16px;
    text-align: left;
    text-transform: none;
}
.hmenu.tola ul li:hover > a {
    background: hsl(205deg 56% 65% / 50%);
    color: #123D82;
}
.hmenu .arrow {
    background: none;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 20px;
    width: 20px;
    height: 20px;
}

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

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

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

.hmenu .arrow.up {
    /* background: url(../images/minus.png) no-repeat center center; */
}
@media (min-width:1024px) {
    .hmenu > li.menu-item-has-children {}

.hmenu > li.menu-item-has-children > a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    position: absolute;
    top:22px;
    right: 0;
}

.hmenu > li.menu-item-has-children > a {
    position: relative;
    padding-right: 14px;
}
}
@media (max-width:1023px) {
    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: 99;            
    }

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

    header.header .branding .menu-part nav#menu {
    margin: 0;
    width: 100%;
    position: relative;
}

}
@media (max-width: 1023px) {
    header {
        padding-top: 0;
    }
    .hmenu {
        display: none
    }
    .menu-block {
        height: auto;
    }
    .menu-icon {
          display: block;
    width: 50px;
    float: right;
    }
    .services-detail a.pba-detail {
        border-bottom: 2px solid #d3d9da;
    }
    .hmenu > li {
        margin: 0 !important;
        width: 100%;
        position: relative;
        padding: 2px 0 2px 0;
        border-top: 1px solid rgb(255 255 255 / 20%);
    }
    .hmenu > li > a {
        display: block;
        text-align: center;
        padding: 12px 0;
    }
    .hmenu {
        width: 100%;
    }
    .hmenu > li ul {
        background: #ffffff;
        position: static !important;
        padding-left: 0;
        margin: 0;
        padding: 10px 0;
    }
    .hmenu > li ul a {
        text-align: center;
        display: block;
        text-align: center;
        color: #123D82;
        padding: 10px 0;
        font-size: 16px;
        text-transform: capitalize;
    }

    .hmenu > li ul a:hover{
        background: #3c89aa;
        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 .hmenu {
        right: -400px;
    }
    body.slidemenuRight.menu-open .hmenu {
        right: 0;
    }
    body.slidemenuLeft .hmenu {
        left: -300px;
    }
    body.slidemenuLeft.menu-open .hmenu {
        left: 0;
    }
    body.menuslide_push.slidemenuLeft.menu-open {
        left: 300px
    }
    body.menuslide_push.slidemenuRight.menu-open {
        right: 300px
    }
    body.menuslide_push .hmenu,
    body.menuOverlap .hmenu {
        background: #bb2423 none repeat scroll 0 0;
        display: block;
        height: 100%;
        height: 100vh !important;!i;!;
        width: 100%;
        overflow: auto;
        position: fixed;
        transition: all 0.5s ease 0s;
        max-width: 400px;
        top: 58px;
        padding-right: 30px;
        padding-left: 30px;
    }
}


@media (max-width:640px) {
     body.slidemenuRight .hmenu {
        right: -300px;
              
    }
    body.menuslide_push .hmenu, body.menuOverlap .hmenu{
        max-width: 300px;
    }
    .hmenu > li ul{
                margin: 0;
        padding: 0px 0;
    }

}
@media (max-width:640px) {
        body.slidemenuRight .hmenu {
        right: -100%;
                 
    }
    body.menuslide_push .hmenu, body.menuOverlap .hmenu{
        max-width: 100%;
    } 
}