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


.menu-trigger {
    display: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 0;
}
.menu-trigger .menu-box {
    width: 36px;
    height: 29px;
    margin-right: 20px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 24px;
}
.menu-trigger .menu-box span {
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    background: #385487;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-trigger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(6px) translateX(6px);
  -webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
}
.menu-trigger.active span:nth-child(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-6px) translateX(6px);
  -webkit-transform: rotate(-45deg) translateY(-6px) translateX(6px);
}
.menu-toggle .caret {
  color: #fff;
  margin-left: 7px;
}
.menu-toggle {
  padding: 0px;
  list-style: none;
}
.menu-toggle > li {
  float: left;
  vertical-align: top;
  position: relative;
  margin-bottom: 0;
  padding: 35px 21px 35px 22px;
}
.menu-toggle li a {
    font-size: 14px;
    color: #385487;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Lato";
    font-weight: 600;
    letter-spacing: 0.15em;
    display: inline-block;
}
.home .menu-toggle li a{
	font-weight: 700;
}
.menu-toggle > li:last-child a {
    padding-right: 0;
}
.home .menu-toggle li a {
    color: #fff;
}
.home .sticky .menu-toggle li a {
    color: #385487;
	font-weight: 600;
}
.home .sticky .menu-toggle li a:hover {
    font-weight: 800;
}

body.page-id-234 .menu-toggle > li:hover > a{
  color:#ffffff !important;
  /*font-size: 14.7px;*/
}

header.sticky .menu-toggle > li:hover > a,
.menu-toggle > li:hover > a,
.menu-toggle > li.current-menu-item > a,
.single-service .menu-toggle > li.menu-item-376 > a,
.single-featured-project .menu-toggle > li.menu-item-375 > a {
  color: #5E794A !important;
  font-weight: 800;
}

@media (min-width: 767px) {
  .menu-toggle > li ul {
    display: none;
  }
}
.menu-toggle ul li {
  width: 100%;
  margin: 0;
  list-style: none;
  position: relative;
}
.menu-toggle.desk ul {
  top: 100%;
  z-index: 999;
  list-style: none;
  left: 0px;
  background: #385C87;
  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;
}
.menu-toggle.desk li:hover > ul {
  display: block;
  opacity: 1;
  padding: 0;
}
.menu-toggle.desk .sb-menu .sb-menu {
  left: 100%;
  top: 0;
}
.menu-toggle.desk ul li a {
  padding: 10px 10px;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.menu-toggle.desk ul li:hover > a {
  background: #5E794A;
  color: #fff;
}
.menu-toggle .arrow {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 30px;
  height: 30px;
  background: url(../images/plus.png) no-repeat center center;
  cursor: pointer;
  z-index: 999;
}
.menu-toggle .arrow.up {
  background: url(../images/minus.png) no-repeat center center;
}
@media (max-width: 767px) {
  header {
    padding-top: 0;
  }
  .menu-toggle {
    /* display: none; */
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-out;
  }
  .menu-toggle > li ul {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-out;
  }
  .menu-block {
    height: auto;
  }
  .menu-trigger {
    display: block;
  }
  .services-detail a.pba-detail {
    border-bottom: 2px solid #d3d9da;
  }
  .menu-toggle > li {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .menu-toggle > li > a {
    display: block;
    text-align: center;
    padding: 8px;
  }
  .menu-toggle {
    width: 100%;
  }
  .menu-toggle > li ul {
    background: #d1d1d1;
  }
  .menu-toggle > li ul a {
    text-align: center;
    display: block;
    text-align: center;
    color: #000;
    padding: 5px 0;
  }
  /* 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 .menu-toggle {
    right: -290px;
  }
  body.slidemenuRight.menu-open .menu-toggle {
    right: 0;
  }
  body.slidemenuLeft .menu-toggle {
    left: -290px;
  }
  body.slidemenuLeft.menu-open .menu-toggle {
    left: 0;
  }
  body.menuslide_push.slidemenuLeft.menu-open {
    left: 290px;
    overflow: hidden;
  }
  body.menuslide_push.slidemenuRight.menu-open {
    right: 290px;
  }
  body.menuslide_push .menu-toggle,
  body.menuOverlap .menu-toggle {
    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: 290px;
    top: 0;
  }
}
