.navigation {
  width: 100%;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: #fff0;
}
.navigation-portrait {
  height: 48px;
}
.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}
.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.align-to-right {
  float: right;
}
.nav-header {
  float: left;
  margin: 10px 0 0 0;
  width: 10%;
}
.nav-brand {
  padding: 0;
  margin: 0 auto;
  width: fit-content;
}
.nav-brand img {
  width: 130px;
}
.navigation-hidden .nav-header {
  display: none;
}
.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.nav-logo:focus > img {
  outline: initial;
}
.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 4.5rem;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}
.navigation-portrait .nav-toggle {
  display: block;
}
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: calc(100% - 325px);
}
.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.nav-menu {
  margin: 1.5rem 0 0 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.navigation-portrait .nav-menu {
  width: 100%;
}
.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}
.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}
.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.nav-menu > li > a {
  height: 70px;
  padding: 26px 10px;
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  color: #000;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  text-decoration: underline;
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}
.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 16px;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #fff0 #70798b #70798b #fff0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: #fff0 #967adc #967adc #fff0;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 899;
}
.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}
.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}
.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 16px;
}
.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 16px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border: 1px solid #ddd;
  border-top: solid 10px #fdfdfd;
  background-color: #fdfdfd;
  box-shadow: 0 2em 2em rgb(0 0 0 / 0.5);
}
.navigation-portrait .megamenu-panel {
  padding: 0;
  position: static;
  display: block;
}
.megamenu-panel [class*="container"] {
  width: 100%;
}
.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.megamenu-panel-half {
  width: 50%;
}
.megamenu-panel-quarter {
  width: 25%;
}
.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.megamenu-panel-row {
  width: 100%;
}
.megamenu-panel-row:before,
.megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.megamenu-panel-row:after {
  clear: both;
}
.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}
.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}
.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}
.megamenu-tabs-pane.active {
  display: block;
}
.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.megamenu-lists {
  width: 100%;
  display: table;
}
.megamenu-list {
  width: 100%;
  margin: 0 0 15px 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.megamenu-list:last-child {
  margin: 0;
  border: none;
}
.navigation-landscape div.megamenu-lists ul.megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
}
.navigation-landscape div.megamenu-lists ul.megamenu-list:not(:last-child) {
  border-right: solid 1px #ddd;
}
.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 12px;
  padding-left: 1.2rem;
  text-transform: uppercase;
}
.megamenu-list > li.active a {
  color: #fff;
  background: #00adee;
  font-weight: 700;
}
.megamenu-list > li:not(.active) > a:hover {
  background-color: #eee;
  color: #000;
}
.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  font-weight: 700;
  color: #000;
  padding-left: 1rem;
}
.megamenu-list > li.megamenu-list-title > a:hover,
.megamenu-list > li.megamenu-list-title.active > a {
  background-color: #2e3192;
  color: #fff;
}
.navigation-landscape .list-col-5 {
  width: 20%;
}
.nav-menu > li > a {
  color: #000;
  text-transform: capitalize;
}
.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgb(0 0 0 / 0.1);
}
.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 20px;
}
.navigation-landscape .list-col-2 {
  width: 50%;
}
.navigation-landscape .list-col-3 {
  width: 33%;
}
.navigation-landscape .list-col-4 {
  width: 25%;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 100%;
  }
  .megamenu-list {
    border-bottom: 1px solid #e3e3e3;
  }
}
@media only screen and (max-width: 1536px) {
  .nav-header {
    margin: 10px 0 0 10px;
  }
}
@media only screen and (max-width: 1080px) {
  .nav-header {
    width: 100%;
    margin: 4rem 0 0.5rem 10px;
  }
}
@media only screen and (max-width: 900px) {
  .nav-brand img {
    width: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .nav-header {
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .nav-brand img {
    width: 80px;
  }
}
@media only screen and (max-width: 441px) {
  .nav-header {
    width: 95%;
  }
}
@media only screen and (max-width: 376px) {
  .nav-header {
    width: 90%;
  }
  .nav-brand img {
    width: 70px;
  }
}
@media only screen and (max-width: 359px) {
  .nav-header {
    width: 90%;
  }
}
