@charset "UTF-8";
header.main-header div.header-upper {
  border-top: 0;
  background-color: #383b4d;
}
header.main-header div.header-upper .inner-container {
  display: flex;
}
header.main-header div.header-upper .inner-container .nav-outer {
  display: flex;
  float: none;
  align-items: center;
  margin-left: auto;
}
header.main-header div.header-upper .inner-container .nav-outer .mobile-nav-toggler {
  margin: 0;
  background-color: #383b4d;
}
header.main-header div.header-upper .inner-container .nav-outer .mobile-nav-toggler:hover {
  background-color: #efda86;
}
header.main-header div.header-upper .inner-container .nav-outer .main-menu {
  display: flex;
  float: none;
}
header.main-header div.header-upper .inner-container .nav-outer .main-menu .navigation {
  display: flex;
  margin: 0;
}
header.main-header div.header-upper .inner-container .nav-outer .main-menu .navigation li:last-child {
  margin-right: 0;
}
header.main-header div.header-upper .inner-container .nav-outer .main-menu .navigation li a {
  text-transform: none !important;
}
header.main-header div.header-upper .inner-container .nav-outer .main-menu .navigation li > a {
  color: #ffffff;
}
header.main-header div.header-upper .inner-container .nav-outer .main-menu .navigation li:hover > a, header.main-header div.header-upper .inner-container .nav-outer .main-menu .navigation li.current-menu-ancestor > a, header.main-header div.header-upper .inner-container .nav-outer .main-menu .navigation li.current-menu-item > a {
  color: #efda86 !important;
}
header.main-header div.header-upper .inner-container .nav-outer .main-menu .navigation > li {
  margin-left: 0;
  margin-right: 50px;
}
header.main-header .sticky-header {
  border-bottom: 0;
  background-color: #383b4d;
}
header.main-header .sticky-header .main-menu {
  display: flex;
  float: none;
}
header.main-header .sticky-header .main-menu .navigation {
  display: flex;
  margin: 0;
}
header.main-header .sticky-header .main-menu .navigation li:last-child {
  margin-right: 0;
}
header.main-header .sticky-header .main-menu .navigation li > a {
  color: #ffffff;
}
header.main-header .sticky-header .main-menu .navigation li:hover > a, header.main-header .sticky-header .main-menu .navigation li.current-menu-ancestor > a, header.main-header .sticky-header .main-menu .navigation li.current-menu-item > a {
  color: #efda86 !important;
}
header.main-header .sticky-header .main-menu .navigation li.dropdown > a::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  position: absolute;
  right: -15px;
  top: 15px;
  display: block;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  z-index: 5;
  font-weight: 400;
}
header.main-header .sticky-header .main-menu .navigation > li {
  margin-left: 0;
  margin-right: 50px;
}
header.main-header .submenu {
  border-top-color: #efda86 !important;
  background-color: #383b4d !important;
}
header.main-header .mobile-menu .menu-backdrop {
  background-color: #efda86;
}
header.main-header .mobile-menu .menu-box {
  background-color: #383b4d;
}

.header-style-two .header-top.style-two {
  background-color: #252733;
}
.header-style-two .header-top.style-two:before {
  background: #383b4d;
}

/*# sourceMappingURL=child-header.css.map */
