.hubdigital-header {
  max-width: 100vw;
  position: relative;
  top: 0;
  z-index: 99;
  background: #fff;
}

.hubdigital-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: -2px 3px 90px -20px rgba(0, 0, 0, .25);
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
}

.navbar-brand-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 15%;
  display: flex;
}

.navbar-brand {
  height: auto;
  line-height: normal;
  order: 0;
  transition: none;
}

.navbar-brand-inner {
  display: grid;
  place-items: center;
  position: relative;
}

.navbar-brand .logo {
  max-width: 100%;
  height: auto;
}

.header-nav {
  position: static;
  min-height: 100%;
  display: flex;
  justify-content: flex-end;
}

.navbar {
  display: flex;
  align-items: center;
  flex: 1 auto;
  overflow: visible;
  margin: 0;
  padding: 10px 25px;
  list-style: none;
}

.navbar>li {
  position: relative;
  flex-direction: column;
  display: inline-flex;
  width: auto;
}

.navbar>li>a {
  font-size: 16px;
  color: #002352;
  z-index: 1;
  flex: 1 auto;
  position: relative;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  padding: 10px 15px;
}

.navbar>li ul {
  position: absolute;
  width: 260px;
  height: auto;
  left: calc(50% - 130px);
  top: 90px;
  z-index: 1000;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.14) 0 5px 9px 0px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
}

.hubdigital-header .navbar>li ul>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  position: relative;
}

.hubdigital-header .navbar>li ul>li:last-child {
  border: none;
}

.hubdigital-header .navbar>li ul>li>a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  background: #c9a062;
}

.hubdigital-header .navbar>li ul>li>a i {
  position: absolute;
  right: 10px;
  font-size: 11px;
}

.hubdigital-header .navbar>li ul>li>a:hover {
  background: var(--active-color);
}

.hubdigital-header .navbar>li:hover>ul {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
}

.hubdigital-header .navbar>li.is-active>a,
.hubdigital-header .navbar>li:hover>a,
.hubdigital-header .navbar>li:focus>a {
  color: #F27E3F;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-lang {
  position: relative;
  z-index: 200;
}

.header-lang .box {
  height: 34px;
  width: 90px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 7px;
}

.header-lang .box em {
  margin: 0 7px;
  line-height: 18px;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
}

.header-lang .box i {
  width: 15px;
  line-height: 18px;
  font-size: 16px;
  text-align: center;
  color: #333;
}

.header-lang .lang-box {
  position: absolute;
  right: 60px;
  top: 0;
  z-index: 200;
  background: #fff;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}

.header-lang .lang-box::before {
  content: '';
  position: absolute;
  right: -58px;
  top: 32px;
  overflow: hidden;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--active-color);
  border-left: 8px solid transparent;
  display: block;
}

.header-lang ul {
  display: block;
  overflow: hidden;
  width: 96px;
  position: absolute;
  left: -35px;
  top: 40px;
  z-index: 200;
  background: rgba(10, 119, 188, 0.8);
  border-top: none;
  box-sizing: border-box;
}

.header-lang ul li {
  line-height: 32px;
  border-bottom: 1px solid rgba(51, 51, 51, .2);
  padding: 3px 8px;
}

.header-lang ul li:last-child {
  border: none;
}

.header-lang ul li a {
  color: #fff;
  font-size: 16px;
}

.header-lang ul li:hover {
  background: var(--active-color);
}

.header-lang ul li img {
  vertical-align: middle;
  margin-right: 8px;
}

.header-lang:hover .lang-box {
  visibility: visible;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
}

.search {
  margin: 0 0 0 10px;
  position: relative;
}

.search h3 {
  width: 45px;
  height: 36px;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
}

.search h3 i {
  color: #333;
  font-size: 25px;
  line-height: 36px;
  -webkit-text-stroke-width: 0.1px;
}

.search .serchbox {
  display: none;
  position: absolute;
  background: #666;
  width: 255px;
  padding: 10px;
  top: 36px;
  right: 0;
  z-index: 1000;
}

.search .serchbox .submit_text {
  background: #fff;
  border: 1px solid #fff;
  border-right: none;
  width: 200px;
  height: 33px;
  line-height: 33px;
  float: left;
  color: #333;
  padding: 0 0 0 6px;
}

.search .serchbox .submit_btn {
  width: 35px;
  background: #0063B4;
  font-size: 14px;
  color: #fff;
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  float: right;
  cursor: pointer;
}

.search:hover h3 {
  background: #666;
}

.search:hover h3 i {
  color: #fff !important;
}

.search:hover .serchbox {
  display: block;
}

.mobile-header-wrapper {
  background-color: #f6f6f6;
}

.mobile-header {
  display: flex;
  align-items: center;

  justify-content: space-between;
}

.mobile-header .navbar-toggle {
  width: 20px;
  height: 20px;
  font-size: 16px;
  color: #000;
  background: none;
  cursor: pointer;
}

.mobile-header .navbar-toggle i {
  font-size: 24px;
}

.mobile-header .navbar-toggle i:last-of-type {
  display: none;
}

.mobile-header .navbar-toggle.show i:first-of-type {
  display: none;
}

.mobile-header .navbar-toggle.show i:last-of-type {
  display: block;
}

.mobile-navbar-collapse {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #191d18;
  color: #fff;
  max-height: 80vh;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .05);
}

.mobile-navbar {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-transform: none;
  letter-spacing: 0;
  text-align: start;
  margin: 0 auto;
  font-size: 16px;
  list-style: none;
}

.mobile-navbar li {
  padding: 15px 0;
  width: 100%;
  position: relative;
}

.mobile-navbar li>a {
  border-color: rgba(255, 255, 255, .1);
  color: #fff;
  line-height: 36px;
}

.mobile-navbar>li .submenu-expander {
  position: absolute;
  right: 0;
  top: 15px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, .05);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  font-size: 18px;
  width: 36px;
  height: 36px;
}

.mobile-navbar>li>ul {
  display: none;
  padding: 0 24px;
}

.mobile-navbar>li>ul li {
  font-size: 12px;
  padding: 8px 0;
  width: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
    height: auto !important;
    overflow: visible !important;
  }
}