/*
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: initial;
    font-size: 0;
    padding: 0px 0;
    z-index: 1;
}
.menu-icon .menu-box {
    margin-right: 0;
    position: relative;
    left: 0;
    z-index: 9;
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
    transition: all 0.5s cubic-bezier(.76,0,.18,1);
}
.menu-icon .menu-box span {
    width: 100%;
    height: 3px;
    margin-bottom: 3px;
    background: #fff;
    display: block;
    border-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 28px;
    height: 2px;
    left: 6px;
    top: 18px;
    position: absolute;
    transition: all 0.5s cubic-bezier(.76,0,.18,1);
}
.menu-icon span:nth-child(2) { left: 6px; top: 18px; position: absolute; transition: all 0.5s cubic-bezier(.76,0,.18,1); }
.menu-icon .menu-box:after {content: '';width: 100%;height: 100%;border-radius: 50%;position: absolute;top: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);background: #ffffff00;left: 50%;z-index: -1;}
.menu-icon span:nth-child(1) { left: 6px;top: 8px;position: absolute; transition: all 0.5s cubic-bezier(.76,0,.18,1);}
.menu-icon span:nth-child(3) {left: 6px;top: 28px;position: absolute;transition: all 0.5s cubic-bezier(.76,0,.18,1); margin-bottom: 0;}
.menu-icon.active span:nth-child(1) {-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);top: 18px;}
.menu-icon.hover:not(.active) span:nth-child(1) {
}
.menu-icon.active span:nth-child(2) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-icon.active span:nth-child(3) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px;
}
.menu-icon.hover:not(.active) span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    /* -webkit-transform: rotate(-45deg); */
    /* transform: rotate(-45deg); */
}
.enumenu_ul .caret {
    color: #fff;
    margin-left: 7px;
}
.enumenu_ul {
    padding: 0px;
    list-style: none;
}
.enumenu_ul ul > li {
    /*display: inline-block;*/
    float: left;
    vertical-align: top;
    padding-bottom: 0;
    position: relative;
/*    margin: -35px 0px 0 90px;*/
}
.enumenu_ul ul > li.logo-header {  margin-top: 0 !important; }
/*.enumenu_ul ul > li:last-child { margin-left: 20px; }*/
/*
.enumenu_ul ul > li.socail-icon { margin-left: 0; } 
.enumenu_ul ul > li.phone-number { margin-left: 51px !important; }
*/
.phone-icon:hover { color: #fff200; }
.enumenu_ul ul li a {
    font-size: 18px;
      color:#fff;  
    position: relative;
    transition: all 0.5s ease-in-out;    
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
}

.enumenu_ul ul li a:after{
    right: 0;
    background: #000000;
    content: "";
    height: .571em;
    opacity: 0;
    width: 0;
    background-color: #ef3e58;
    display: block;
    position: absolute;
    left: 0;
    bottom: calc(50% - .571em);
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.enumenu_ul ul li a:hover:after {
    width: 50%;
    opacity: 1;
    width: 100%;
}

.header-main.fixed .enumenu_ul ul li a {
     
}

.enumenu_ul ul > li:hover > a,
.enumenu_ul ul > li.active > a {
    /* background: #e6b705 none repeat scroll 0 0; */
}
.enumenu_ul ul > li ul {
    display: none
}
.enumenu_ul ul ul li {
    width: 100%;
    margin: 0;
    list-style: none;
    position: relative;
}
.fixed .enumenu_ul ul li a:hover:after{
    /* background: #f79521; */
}
.enumenu_ul.desk ul ul {
    top: 100%;
    z-index: 999;
    list-style: none;
    left: 0px;
    background: #152a88;
    position: absolute;
    min-width: 170px;
}
/*Sub menu styles*/

.menu.submenu-ul-level1 li a {
    background: rgba(31, 26, 107, 0.8);
    color: #fff;
    padding-left: 90px;
}
.enumenu_ul.desk ul li:hover > ul {
    display: block;
    opacity: 1;
}
.enumenu_ul.desk ul .sb-menu .sb-menu {
    left: 100%;
    top: 0;
}
.enumenu_ul.desk ul ul li a {
    padding: 10px 10px;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center
}
.enumenu_ul.desk ul ul li a:after { display: none;}
.enumenu_ul.desk ul ul li a:hover { color: #b2c3d7; }
.enumenu_ul.desk ul li > a:hover {
    /* background: #e6b705; */
    /* color: #ffffc2; */
}
.header-main.fixed .enumenu_ul.desk ul li > a:hover {
    /* background: #e6b705; */
    /* color: #f79521; */
}
.enumenu_ul .arrow {
    position: absolute;
    right: 10px;
    top: -1px;
    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
}

@media (max-width:1366px) { 
    .header-main { padding: 0 15px 0 15px; }
}

@media (max-width:1199px) {
    .header-main {  padding: 8px 30px 8px 30px; background: #000; }
    header.header-main.fixed {background: #000;padding: 8px 30px 8px 30px; }
    .enumenu_ul ul > li.has-children > a:before { display: none; }
    .enumenu_ul ul > li{  margin: 0 0px 0 30px; }
    
}
@media (max-width:1199px) {
    body.menu-open {
    overflow: hidden;
}
    .enumenu_ul  ul li a,
    .header-main.fixed .enumenu_ul ul li a{
        color: #FFF;
        font-size: 1.5rem;
    }
    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  ul > li { width: 100%; margin: 8px 0; padding: 0px; text-align: center; }
    .enumenu_ul  ul > li > a { display: inline-block;text-align: center; }
    .enumenu_ul  ul {width: 100%; padding:0; }
    .header-main.fixed  .enumenu_ul  ul { padding: 0; }
    .enumenu_ul ul ul li { margin-top: 8px; }
    .enumenu_ul ul:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: url(../images/CharlestonTrailer_HomeSlide1.jpg) no-repeat; opacity: 0.35; z-index: -1; background-size: cover; background-position: 47% 13%; }    
    .enumenu_ul > li ul { background: #D1D1D1; }
    .enumenu_ul  ul > li ul a { text-align: center; display: block; text-align: center; color: #fff; padding: 8px 0 0; }
/*    .enumenu_ul ul > li.has-children {  background: rgba(21,42,136,0.45); }*/
    .enumenu_ul ul > li ul { position: relative; display: block !important; }
    .enumenu_ul ul > li.has-children > a:after { display: none; }
    .enumenu_ul .arrow { display: none; }
    
    /* 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: -100%;
    }
    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: rgba(0,0,0);
        display: flex;
        height: calc(100vh - 100px);
        
        width: 100%;
        overflow: auto;
        position: fixed;
        transition: all 0.5s ease 0s;
        max-width: 100%;
        top: 100px;
        z-index: -2;
        align-items: center;
        flex-wrap: wrap;
/*        border-top: 1px solid #ebebeb;*/
        top: 89px;
    }
}