.header-area.sticky {
  width: calc(100% - 30px);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #5a121a;
  -webkit-animation: none;
  animation: none;
}

@media only screen and (max-width: 767px) {
  .header-area.sticky {
    width: 100%;
  }
}

.header-area.header-duplicate.sticky .mainmenu > ul > li > a {
  color: #fff;
}

.header-area.header-duplicate.sticky .mainmenu > ul > li.current-menu-item > a,
.header-area.header-duplicate.sticky .mainmenu > ul > li.current-menu-ancestor > a,
.header-area.header-duplicate.sticky .mainmenu > ul > li:hover > a {
  color: #ECC179;
}

.header-area.header-duplicate.sticky .menu_bar span {
  background-color: #fff;
}
