header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: calc(100% + 120px);
  margin-left: -60px;
  padding: 0 60px;
}
@media (max-width: 600px) {
  header {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
  }
}

p:last-child {
  margin-bottom: 0;
}

.btn-1 {
  width: -moz-fit-content;
  width: fit-content;
}
.btn-1 .elementor-button-icon {
  transition: all 250ms ease-in-out;
}
.btn-1:hover .elementor-button-icon {
  margin-left: 5px;
}

@media (min-width: 768px) {
  #header-nav li.menu-item.menu-item-854 {
    display: none;
  }
}
@media (max-width: 767px) {
  #header-nav li a {
    text-align: center;
    justify-content: center;
  }
  #header-nav li.menu-item.menu-item-854 a {
    margin: 0 20px;
    color: #fff;
    background-color: #021527;
    font-family: "Inconsolata", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #021527;
    padding: 16px 40px 16px 40px;
  }
}
#header-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu {
  padding-bottom: 20px;
}/*# sourceMappingURL=custom.css.map */