.header {
  position: relative;
}

.brand-logo {
  width: 125px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .header-btn-wrap {
    display: none !important;
  }
}

main:not(.home-page) {
  padding-top: 98px;
}

@media only screen and (max-width: 767px) {
  main:not(.home-page) {
    padding-top: 0;
  }
  .page-header {
    margin-top: 0;
  }
}

.side-menu-logo.brand-logo,
.side-menu-head .brand-logo {
  justify-content: flex-start;
}

.sidebar-area::before {
  top: 98px !important;
}

.sidebar-area {
  padding-top: 17px !important;
}

.sidebar-area .sidebar-trigger.close {
  top: 17px !important;
}

.sidebar-area .side-menu-contact-section {
  margin-top: 50px !important;
}

/* Keep selected text readable on both light and dark sections. */
::-moz-selection {
  color: var(--tl-color-common-white, #ffffff) !important;
  background-color: var(--tl-color-theme-secondary, #362d73) !important;
  text-shadow: none !important;
}

::selection {
  color: var(--tl-color-common-white, #ffffff) !important;
  background-color: var(--tl-color-theme-secondary, #362d73) !important;
  text-shadow: none !important;
}

