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

.menu-icon {
    display: block;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 22px;
    
}
.menu-icon .menu-box {
    width: 52px;
    height: auto;
    margin-right: 20px;
    position: absolute;
    left: 37px;
	top:31px;
	z-index:3;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.menu-icon.active .menu-box { right:0; left: 88%;  }
.menu-icon .menu-box span {
    width: 100%;
    height: 4px;
    margin-bottom: 13px;
    background: #fff;
    display: block;
    border-radius: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon .menu-box span:last-child { margin-bottom:0; }
.menu-icon span:nth-child(2) { width:31px; }
.menu-icon.hover:not(.active) span:nth-child(2) { width:100%; }
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(14px) translateX(0px);
    -webkit-transform: rotate(45deg) translateY(14px) translateX(0px);
}
.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(-23px) translateX(10px);
    -webkit-transform: rotate(-45deg) translateY(-23px) translateX(10px);
}
.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:none;
}
.enumenu_ul li {
    /*display: inline-block;*/
	float: left;
    vertical-align: top;
    padding-bottom: 20px;
    position: relative
}
.enumenu_ul li a {
	font-family: 'Prata';
    font-size: 24px;
	line-height:1;
	text-transform:uppercase;
	letter-spacing:5px;
    color: #fff;
    padding: 0;
}
ul.sub-menu.sb-menu {
    display: none;
}
.enumenu_ul li.experiences { margin-bottom:70px; width:100%; }
.enumenu_ul li.experiences a { font-size:30px; letter-spacing:7px; width:100%; }
.enumenu_ul li.experiences a span { position:relative; }
.enumenu_ul li.experiences a span:before { position:absolute; left:-68px; bottom:-8px; height:2px; width:457px; content:""; background-color:#fff; }
.enumenu_ul li.experiences a span:after { background-image:url(../images/experiences-icon.png); content:""; position:absolute; top:0; right:-38px; width:34px; height:34px; background-repeat:no-repeat; background-position:center center; background-size:100% 100%; }
.enumenu_ul li a.menu-image-title-after img { border-radius:50%; padding:0 !important; margin:0 20px 0 0; }

.enumenu_ul li:hover > a,
.enumenu_ul li.active > a {
    color:#8e7d4d;
}
/* .banner-active.menu-open .enumenu_ul > li:hover > a,
.banner-active.menu-open .enumenu_ul > li.active > a {
    color:#1d2b58;
} */
.enumenu_ul > li ul {
    display: none
}
.enumenu_ul ul li {
    width: 100%;
    margin: 0 0 11px 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 {
    color: #1d2b58;
}
.enumenu_ul .arrow {
    position: absolute;
    left: 150px;
    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 {
        display: block;
    } */
    .menu-block {
        height: auto;
    }
    .menu-icon {
        display: block
    }
    .services-detail a.pba-detail {
        border-bottom: 2px solid #d3d9da;
    }
    .enumenu_ul li {
        width: 100%;
        margin: 0 0 33px 0;
        padding: 0px;
    }
	.enumenu_ul li:last-child { margin-bottom:0; }
    .enumenu_ul li a {
        display: inline-block;
        text-align: left;
        padding: 0;
    }
    .enumenu_ul {
        width: 100%;
    }
    .enumenu_ul li ul {
        background: transparent;
		padding:13px 0 0 22px;
    }
    .enumenu_ul li ul a {
        text-align: center;
        display: block;
        text-align: left;
        color: #fff;
        padding: 0;
		font-size:18px; 
		line-height:1.2;
		font-family: 'Gotham'; 
		font-weight:normal;
		letter-spacing:3.7px;
    }
    /* 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: -820px;
    }
    body.slidemenuRight.menu-open .enumenu_ul {
        right: 0;
    }
    body.slidemenuLeft .enumenu_ul {
        left: -820px;
    }
	body.slidemenuLeft .enumenu_ul:before {
        left: -820px;
    }
    body.slidemenuLeft.menu-open .enumenu_ul {
        left: 0;
        top:30px;
    }
	body.slidemenuLeft.menu-open .enumenu_ul:before {
        left: 0;
		width: 840px;
    }
    body.menuslide_push.slidemenuLeft.menu-open {
        left: 820px
    }
    body.menuslide_push.slidemenuRight.menu-open {
        right: 820px
    }
    body.menuslide_push .enumenu_ul,
    body.menuOverlap .enumenu_ul {
        display: block;
        height: 100%;
        max-height: 100%;
        width: 100%;
        overflow: auto;
        position: fixed;
        transition: all 0.5s ease 0s;
        max-width: 820px;
        top: 0;
		z-index:2;
		padding:95px 95px 30px 95px;
    }
	/* body.menuOverlap .enumenu_ul:before {
        background-color: transparent;
        display: block;
        height: 100%;
        max-height: 100%;
        width: 1034px;
		content:"";
        overflow: auto;
        position: fixed;
        transition: all 0.5s ease 0s;
        /* max-width: 1034px; 
        top: 0;
		z-index:0;
		transform: skewX(-25deg);
		transform-origin: left top;
		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
    } */
	body.home.menuOverlap .left-menu-onse.active:before { 
		background-color:#000;
		content:"";
		display: block;
        height: 100%;
        max-height: 100%;
        max-width: 214px;
		width:100%;
		content:"";
		left:0;
        overflow: auto;
        position: fixed;
		transform: skewX(-25deg);
		transform-origin: left top;
		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
	}
	body.menuOverlap.banner-active.menu-open .left-menu-onse:before {  max-width:820px; width:100%; left:0; }
	body.home.menuOverlap.banner-active .left-menu-onse:before, body.home-slide-none.menuOverlap .left-menu-onse:before { 
		background-color:#37abd7;
		content:"";
		display: block;
        height: 100%;
        max-height: 100%;
        max-width: 214px;
		width:100%;
		content:"";
		left:0;
        overflow: auto;
        position: fixed;
		transform: skewX(-25deg);
		transform-origin: left top;
		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
	}
	body.home.menuOverlap .left-menu-onse:before {  max-width:820px; width:100%; left:-820px; content:""; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; }
	
	body.menuOverlap .left-menu-onse:before, body.home-slide-none.menuOverlap .left-menu-onse:before {  background-color:#000;content:"";display: block;height: 100%;max-height: 100%;max-width: 180px;width:100%;content:"";left:0;overflow: auto;position: fixed;transform: skewX(-25deg);transform-origin: left top;transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;-ms-transition: all 0.5s ease 0s; }
	
	body.home.menuOverlap.menu-open .left-menu-onse:before, body.menuOverlap.menu-open .left-menu-onse:before { 
		background-color:#000;
		content:"";
		display: block;
        height: 100%;
        max-height: 100%;
        max-width: 820px;
		left:0;
		width:100%;
		content:"";
        overflow: auto;
        position: fixed;
		transform: skewX(-25deg);
		transform-origin: left top;
		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
	}

    .nav-full {  width:100%; position: fixed; z-index: 4; background: #000; padding: 15px 0;}

    .navigation-main {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        text-align: center;}
      
        .navigation-main ul {
          margin: 0;
          padding: 0;
          list-style: none;
         }
       
         .navigation-main  li{display: inline-block;}

         .navigation-main  li a{color: #fff; text-transform: uppercase; padding: 38px 15px; font-size: 14px; }
         .navigation-main  li a:hover{color: #8e7d4d; text-transform: uppercase; padding: 38px 15px;}



         .sub-menu {
            display: none;
            position: absolute;
            background-color:rgba(0,0,0,0.7);
            min-width: 160px; top:85px; 
            z-index: 1;
          }
          
          .sub-menu li a {
            color: #fff;
            text-decoration: none;
            display: block;padding: 20px 15px; text-align: left;
          }
          .sub-menu li a:hover{padding: 20px 15px;}
          
          .menu-item-has-children:hover .sub-menu {display: block;}
          .sub-menu li{display: block; }

          @media screen and (max-width: 1024px){ 
            .sub-menu{position: initial!important;}
          }