@media (min-width: 1500px) {
    .container {
        max-width: 1350px;
    }
}

.dh-head-topbar-area .container{
  max-width: 98%!important;
}

#dh-sticky-header .container{
  max-width: 100%!important;
}


@media (max-width: 767px){
  .lang-selector .current-lang em {
    margin: 0 5px;
    font-size: 15px;
    line-height: 1.1;
    color: var(--color-primary)!important;
    text-transform: uppercase;
    font-style: inherit;
}

.lang-selector .current-lang i {
    font-size: 12px;
    color: var(--color-primary)!important;
    line-height: 1;
}
}



.mean-container a.meanmenu-reveal span {
    background: var(--color-primary)!important;
}

.mobile-menu-area .mobile-box .mobile-logo{
  width: 130px;
}












.consen_menu {
  display: none;
}

.mobile-menu-area .mobile-box {
  width: calc(100% - 40px);
  height: 64px;
  position: absolute;
  top: 0px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu-area .mobile-box img {
  max-height: 100px;
}

.mobile-menu-area .mobile-other{
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-menu-area .mobile-other i {
  /*color: #fff;*/
  color: var(--color-primary);
}

.mobile-menu-area .mean-container .mean-bar::before {
  content: none !important;
}

.lang-selector .current-lang {
  color: #fff;
}

.dh-head-topbar-area .dh-head-topber-logo img{
  height: 45px;
}

.dh-head-topbar-area .container .row{
  margin-right: 0px;
    margin-left: 0px;
}

.mean-container .mean-nav ul li a.mean-expand {
  width: 20px;
  height: 40px;
  top: 0;
}

#dh-sticky-header .container .row{
  margin-right: -15px;
    margin-left: -15px;
}

.dh-head-topbar-area {
  padding: 5px 0 5px;
}

.dh-head-topber-logo {
  /*margin-left: -16px;*/
  margin-left: 30px;
    text-align: center;
}

.dh-head-contact-form {
  display: inline-block;
  position: relative;
}

.dh-head-contact-form::before {
  position: absolute;
  content: "";
  height: 80%;
  width: 1px;
  background: #dedede;
  left: -10px;
  top: 6px;
}

.dh-head-contact-form.upper:before {
  display: none;
}

.dh-head-contact-icon {
  display: inline-block;
  padding-right: 16px;
}

.dh-head-contact-text {
  display: inline-block;
}

.dh-head-contact-text p {
  display: inline-block;
  font-size: 15px;
  line-height: 0px;
  font-weight: 400;
}

.dh-head-contact-text h5 {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-text-color);
}

.dh-head-contact-icon {
  display: inline-block;
  padding: 6px 20px 0;
}

.dh-head-contact-icon a i {
  color: var(--color-primary);
  font-size: 22px;
  display: inline-block;
}

.dh-header-area {
  position: relative;
  z-index: 20;
}

.row.dh-header {
  position: relative;
  left: 44px;
}

.dh-header-menu {
  text-align: right;
}

.dh-header-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.dh-header-menu ul li {
  display: inline-block;
  position: relative;
  /*padding-left: 34px;*/
  
  padding-left: calc(8% - 20px);
}

.dh-topbar-sticky {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}

.dh-head-sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 55px;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: var(--color-primary) !important;
  transition: .5s;
  z-index: 30;

}

.dh-head-sticky .row.dh-header-bg {
  background: inherit;
  /*padding: 16px 0;*/
}

.dh-header-menu ul li .dh-head-sub-menu {
  position: absolute;
  width: 200px;
  background: var(--color-primary);
  top: 189%;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
  z-index: 1;
  text-align: left;
  padding: 9px 28px 20px;
  left: 7px;
  border-radius: 0 0 5px 5px;
  border-top: 2px solid #fff;
}

ul.dh-head-sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

ul.dh-head-sub-menu li a {
  margin: 0;
  padding: 0;
}

.dh-header-menu ul li:hover .dh-head-sub-menu {
  opacity: 1;
  visibility: visible;
}

.dh-header-menu ul li a:hover::before {
  width: 100%;
  opacity: 1;
}

.dh-header-menu ul li a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  transition: .5s;
  text-transform: capitalize;
}

.dh-header-menu ul li a::before {
  position: absolute;
  content: "";
  height: 8%;
  width: 0;
  background: #fff;
  bottom: -3px;
  opacity: 0;
  transition: .3s;
}

.dh-header-menu ul li a span {
  padding-left: 4px;
}

.row.dh-header-bg {
  background: var(--color-primary);
  position: relative;
}

.dh-header-area .lang-selector .current-lang {
  color: #fff;
  width: 85px;
}

.dh-header-contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 0 20px;
  background: #fff;
  font-size: 16px;
  color: #454358;
  border: 1px solid #f8dbd7;
}

.dh-header-contact-btn i {
  margin-right: 0.8em;
  font-size: 22px;
  color: var(--color-primary);
}

.dh-header-menu ul li a:hover {
  color: #000;
}

.dh-header-menu ul li a:hover:before {
  width: 100%;
  opacity: 1;
  background: #000;
}

.dh-header-search-btn i:hover {
  color: black;
}

.dh-header-search-btn i {
  font-size: 16px;
  color: #fff;
  padding: 0 12px;
}

.dh-head-right-box {
  display: flex;
  align-items: center;
}

.dh-head-mobile-menu {
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .dh-header-area {
    /*margin-bottom: -55px;*/
    background: var(--color-primary);
  }

  .dh-header-contact-btn a {}
}

@media (min-width: 1170px) and (max-width: 1199px) {
  .dh-head-contact-icon a i {
    font-size: 20px;
  }

  .dh-head-contact-text h5 {
    font-size: 15px;
  }

  .dh-head-contact-form::before {
    left: 4px;
  }
}

@media (min-width: 992px) and (max-width: 1169px) {
  .dh-header-contact-btn a {}

  .dh-header-area {
    background: var(--color-primary);
    /*margin-bottom: -55px;*/
  }

  .dh-head-contact-text p {
    font-size: 11px;
  }

  .dh-head-contact-text h5 {
    font-size: 14px;
  }

  .dh-head-contact-form::before {
    left: -15px;
  }

  .dh-head-contact-icon {
    padding: 6px 6px 0;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  
  
  
  .lang-selector .current-lang em {
    margin: 0 5px;
    font-size: 15px;
    line-height: 1.1;
    color: #000!important;
    text-transform: uppercase;
    font-style: inherit;
}
  
  
  
  
  
  .dh-head-sticky {
    position: relative !important;
    top: 0;
  }

  .dh-head-mobile-menu.dh-head-mean-container {
    overflow: hidden;
  }

  .dh-head-topbar-area {
    display: none;
    padding: 0;
  }

  .dh-head-topber-logo {
    display: none;
  }

  .dh-header-area {
    display: none;
    /*margin-bottom: -55px;*/
    background: var(--color-primary);
  }

  .dh-head-contact-form::before {
    left: -4px;
  }

  .dh-head-contact-icon a i {
    display: none;
  }

  .dh-head-contact-text {
    display: none;
  }

  .dh-head-contact-icon {
    padding: 0;
  }

  .dh-head-contact-icon i {
    font-size: 15px;
  }

  .dh-head-contact-text p {
    font-size: 9px;
  }

  .dh-head-contact-text h5 {
    font-size: 11px;
  }

  .row.dh-header {
    left: 0;
  }

  .dh-header-menu ul li {
    margin-left: 8px;
  }

  .dh-header-contact-btn a {
    font-size: 13px;
  }

  .dh-header-contact-btn i {
    font-size: 14px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .dh-head-sticky {
    position: relative !important;
    top: 0;
  }

  .dh-head-mobile-menu.dh-head-mean-container {
    overflow: hidden;
  }

  .dh-head-topbar-area {
    display: none;
    padding: 0;
  }

  .dh-head-topber-logo {
    display: none;
  }

  .dh-header-area {
    display: none;
  }

  .dh-head-contact-icon a i {
    display: none;
  }

  .dh-head-contact-text {
    display: none;
  }

  .dh-header-area {
    margin-bottom: -55px;
    background: var(--color-primary);
  }

  .dh-head-contact-icon {
    padding: 0;
  }

  .dh-head-contact-icon i {
    font-size: 14px;
  }

  .dh-head-contact-text p {
    font-size: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .dh-head-sticky {
    position: relative !important;
    top: 0;
  }

  .dh-head-mobile-menu.dh-head-mean-container {
    overflow: hidden;
  }

  .dh-head-topbar-area {
    display: none;
    padding: 0;
  }

  .dh-head-topber-logo {
    display: none;
  }

  .dh-head-contact-icon {
    padding: 0;
  }

  .dh-header-area {
    display: none;
  }

  .dh-head-contact-icon a i {
    display: none;
  }

  .dh-head-contact-text {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .dh-head-sticky {
    position: relative !important;
    top: 0;
  }

  .dh-head-mobile-menu.dh-head-mean-container {
    overflow: hidden;
  }

  .dh-head-topbar-area {
    display: none;
    padding: 0;
  }

  .dh-head-topber-logo {
    display: none;
  }

  .dh-head-contact-icon {
    padding: 0;
  }

  .dh-header-area {
    display: none;
  }

  .dh-head-contact-icon a i {
    display: none;
  }

  .dh-head-contact-text {
    display: none;
  }
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.90);
  -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  /* easeInOutQuint */
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--color-primary);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: var(--color-primary);
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: var(--color-second);
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.flaticon-multiply:before {
  content: inherit;
}

button.close-search i {
  font-size: 40px;
  color: var(--color-second);
  display: inline-block;
}

span.flaticon-multiply i {
  display: inline-block;
  color: var(--color-primary);
}

.dh-header-area .header-search-btn {
  position: relative;
  display: inline-block;
}

.dh-header-area .header-search-btn i {
  font-size: 16px;
  color: var(--color-second);
  transition: .5s;
  margin-right: 0;
  position: relative;
  left: -24px;
}