.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;margin:0 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
}

.navbar>li>a {
  font-size: 18px;
  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);
  background:#fff;
  top: 75px;
  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: #333;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
}

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

.hubdigital-header .navbar>li ul>li>a:hover {
  background: #ff8d06;
  color: #fff;
}

.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: #eb880e;
}

.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{width:210px;padding:15px;position:absolute;right:0;top:42px;z-index:200;background:#fff;transform:translate3d(0,10px,0);-webkit-transform:translate3d(0,10px,0);opacity:0;visibility:hidden;transition:all .4s ease 0s;box-shadow:0 0 10px rgba(63,62,62,0.2);}

.header-lang .lang-box::before{content:'';position:absolute;right:37px;top:-8px;overflow:hidden;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;display:block;}

.header-lang ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}

.header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%;}

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

.header-lang ul li a{color:#333;font-size:12px;display:block;}

.header-lang ul li a:hover{color:#015198;}

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

.header-lang:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);-webkit-transform:translate3d(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: var(--btn-bg);
  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 {
  margin: 0 0 0 10px;
  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;
  }
}
                     
.subscribe .relative .crmFormVali-error {top: calc(50% - -36px) !important;}         
                     
                     