/* Start of add Sticky header EvoX */
@media only screen and (min-height: 768px) {
.menubarStick {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 15;
  background: #2b2b2b;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 100% !important;
    max-width: none !important;
}

.headersection-2.menubarStick > .row-2 {
    max-width: 1635px;
  padding: 0;
    margin: 0 auto;
}

/* change me to the height of the sticky row */
.menubarHeader {
    padding-top:115px;
}
}
/* end of add Sticky header EvoX */