/*
  Only required is to display none the .menu-icon
*/

.menu-icon {
    display: none;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 22px;
    padding: 10px 0;
}
.menu-icon .menu-box {
    width: 40px;
    height: 38px;
    margin-right: 18px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 56%;
    transform: translateY(-50%);
}
.menu-icon .menu-box span {
    width: 100%;
    height: 3px;
    margin-bottom: 6px;
    background: #032B1E;
    display: block;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home .menu-icon .menu-box span{
    background: #ffffff;
}
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(7px) translateX(7px);
    -webkit-transform: rotate(45deg) translateY(7px) translateX(7px);
}
/*.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(-5px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-5px) translateX(6px);
}
/*.menu-icon.hover:not(.active) span:nth-child(3) {
    transform: rotate(-90deg) translateX(6px);
    -webkit-transform: rotate(-90deg)  translateX(6px);
}*/
.enumenu_ul ul li.services-heading {
    text-align: left;
    font-size: 31px;
    padding-left: 11px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #032B1E;
    font-style: italic;
    letter-spacing: 0.01em;
    font-family: 'Georgia';
}
.nav-wrap {
    width: calc(100% - 300px);
    text-align: right;
}
.enumenu_ul .caret {
    color: #fff;
    margin-left: 7px;
}
.enumenu_ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}   
.enumenu_ul > li {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0;
    position: relative;
    margin-left: 42px;
}
.enumenu_ul > li:last-child {
    margin-right: 0;
}
.enumenu_ul > li:last-child{
    margin-right: 0;
}
.enumenu_ul li a {
    font-size: 16px;
    color: #032B1E;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 45px;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    position: relative;
    letter-spacing: 0.11em;
    -webkit-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;transition: all 0.7s ease-in-out;
}
.home .enumenu_ul li a{
    color: #fff;
}
.home .enumenu_ul > li ul a {
    color: #032B1E;
}
.enumenu_ul li.has-children > a:after {
    position: absolute;
    right: -17px;
    top: 2px;
    content: "\f078";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    font-size: 11px;
}
.enumenu_ul li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #032B1E;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.home .enumenu_ul li a:before{
    background-color: #ffffff;
}
.enumenu_ul li:hover a:before {
    width: 50px;
}
.enumenu_ul > li:hover > a,
.enumenu_ul > li.active > a {
    text-shadow: 0 0 2px #ffffff, 0 0 2px #f5f5f5;
}
header.site-header.sticky-second .enumenu_ul li > a:hover {
    text-shadow: 0 0 1px #032B1E, 0 0 1px #032B1E;
}
.enumenu_ul.desk ul li a:hover {
    text-shadow: none !important;
}
.enumenu_ul > li ul {
    display: none
}
.enumenu_ul ul li {
    width: 100%;
    margin: 0;
    list-style: none;
    position: relative;
}
.enumenu_ul ul li{
    transform: translateY(25px);
    opacity: 0;
    transition: background-color 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
}
.enumenu_ul.desk li.hover > ul li{
    transform: translateY(0);
    opacity: 1;
}
.enumenu_ul.desk li.hover > ul li:nth-child(1) {
  transition-delay: 0.05s;
}

.enumenu_ul.desk li.hover > ul li:nth-child(2) {
  transition-delay: 0.1s;
}

.enumenu_ul.desk li.hover > ul li:nth-child(3) {
  transition-delay: 0.15s;
}

.enumenu_ul.desk li.hover > ul li:nth-child(4) {
  transition-delay: 0.2s;
}

.enumenu_ul.desk li.hover > ul li:nth-child(5) {
  transition-delay: 0.25s;
}
.enumenu_ul.desk li.hover > ul li:nth-child(6) {
  transition-delay: 0.3s;
}
.enumenu_ul.desk li.hover > ul li:nth-child(7) {
  transition-delay: 0.35s;
}
.enumenu_ul.desk li.hover > ul li:nth-child(8) {
  transition-delay: 0.4s;
}
.enumenu_ul.desk li.hover > ul li:nth-child(9) {
  transition-delay: 0.45s;
}
.enumenu_ul.desk li.hover > ul li:nth-child(10) {
  transition-delay: 0.5s;
}

.enumenu_ul > li.current-menu-parent a:before, .enumenu_ul > li.current-menu-item a:before {
    width: 50px;
}

.enumenu_ul > li.current-menu-parent > a,
.enumenu_ul > li.current-menu-item > a{
    text-shadow: 0 0 1px #032B1E, 0 0 1px #032B1E;
}

.enumenu_ul.desk ul {
    top: 100%;
    z-index: 999;
    list-style: none;
    left: 0px;
    background: #fff;
    position: absolute;
    min-width: 463px;
    margin: 0;
    padding: 16px 20px 35px 20px;
    border-radius: 0 0 20px 20px;
}
/*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: 0;
    display: block;
    color: #032B1E;
    font-size: 16px;
    text-align: left;
    margin-top: 0;
    padding: 20px 15px 20px 15px;
    border-bottom: 1px solid #CCC9C6;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.enumenu_ul.desk ul li:hover > a {
    border-color: #032B1E;
}
.enumenu_ul .arrow {
    position: absolute;
    right: 10px;
    top: 8px;
    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.desk ul li a:after {
    content: "\f054";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    font-size: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: transparent;
    position: absolute;
    margin-left: 8px;
    line-height: 0.5;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.enumenu_ul.desk ul li:hover a:after {
    margin-left: 12px;
}
.enumenu_ul.desk ul li a:before {
    display: none;
}
header.site-header.sticky-second .enumenu_ul li a::before {
    background-color: #032B1E;
}

@media (max-width: 1366px) {
    .enumenu_ul > li {
        margin-left: 23px;
    }
}
@media (max-width: 1200px) {
    .enumenu_ul li a {
        font-size: 14px;
    }
    .enumenu_ul > li {
        margin-left: 19px;
    }
    .enumenu_ul li a {
        padding-bottom: 30px;
    }
    .enumenu_ul li a:before {
        bottom: 20px;
    }
    .enumenu_ul.desk ul {
        min-width: 400px;
        padding: 16px 20px 30px 15px;        
    }
    .enumenu_ul.desk ul li a {
        font-size: 14px;
        padding: 15px 15px 15px 15px;
    }
    .enumenu_ul li.has-children > a:after {        
        right: -15px;
    }
}



@media (max-width: 991px) {
    .enumenu_ul {
        display: none
    }
    .menu-block {
        height: auto;
    }
    .menu-icon {
        display: inline-block;
    }
    .nav-wrap{width:auto;}
    .enumenu_ul > li {
        width: 100%;
        margin: 0px;
        padding: 0;
        text-align: left;
    }
    .enumenu_ul > li > a {
        display: inline-block;
        text-align: left;
        padding: 9px 20px 13px;
        border-bottom: 1px solid #AE9882;
    }
    .enumenu_ul ul li{padding: 5px 20px;}
    .enumenu_ul ul > li {padding-right: 0;padding-bottom: 0;  opacity: 1 !important;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
                transform: translateY(0) !important;}
    .enumenu_ul {
        width: 100%;
        position: absolute;
        left:0;
        right:0;
        top:100%;
        background: #032B1E;
        height: 100vh;
        overflow-y: auto;
        padding: 0 0;
    }
    body.menu-open{overflow-y: hidden;}
    .enumenu_ul > li ul {
        background: #f7f6f3;
        margin: 0;
        padding: 13px 0px;
    }
    .enumenu_ul > li ul a {
        display: inline-block;
        color: #032B1E;
        padding: 3px 0;
        margin-top: 0;
    }

    .enumenu_ul li a{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;
    }
    header.site-header.sticky-second .enumenu_ul li a {
        color: #fff !important;
    }
    header.site-header.sticky-second .enumenu_ul > li ul a {
        color: #032B1E !important;
    }
    header.site-header.sticky-second .menu-icon .menu-box span {
        background: #032B1E;
    }
    .home .enumenu_ul {
        top: 63px;
    }
    .home .sticky-second .enumenu_ul {
        top: 64px;
    }

    .home.menu-open a.brand-logo img.static {
        display: none !important;
    }

    .home.menu-open a.brand-logo img.sticky-img {
        display: block !important;
    }   

    .home.menu-open .menu-icon .menu-box span {
        background-color: #032B1E !important;
    }
}