header.page_header {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
header.page_header.transparent {
  background-color: transparent;
}
header.page_header.scrolled_not_transparent {
  background-color: #fff !important;
}
header.page_header.sticky .q_logo img.normal {
  display: none;
}
header.page_header.sticky .q_logo img.sticky {
  display: inline-block;
}

.header_inner,
.header_top_bottom_holder {
  width: 100%;
}

.header_bottom {
  padding: 15px 0;
  position: relative;
  transition: background-color 0.3s ease;
}

.header_inner_left {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .header_inner_left {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}

.logo_wrapper {
  position: relative;
  z-index: 100;
}

.q_logo a {
  display: inline-block;
}
.q_logo img {
  max-height: 60px;
  height: auto;
  width: auto;
}
.q_logo img.light, .q_logo img.dark, .q_logo img.sticky, .q_logo img.mobile {
  display: none;
}
.q_logo img.normal {
  display: inline-block;
}
@media (max-width: 1024px) {
  .q_logo img.normal {
    display: none;
  }
  .q_logo img.mobile {
    display: inline-block;
  }
}

.header_fixed_right_area {
  flex: 1;
}
@media (max-width: 1024px) {
  .header_fixed_right_area {
    order: 3;
    width: 100%;
    margin-top: 10px;
  }
}

.topLeftHeader {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topLeftHeader li {
  margin: 0;
}

.topLeftLogin a {
  color: #016241;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.3s ease;
}
.topLeftLogin a:hover {
  color: #035237;
}
.topLeftLogin a u {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .topLeftLogin a {
    font-size: 12px;
  }
}

.mobile_menu_button {
  display: none;
  cursor: pointer;
}
.mobile_menu_button span {
  display: inline-block;
  padding: 10px;
}
.mobile_menu_button i {
  font-size: 24px;
  color: #016241;
}
@media (max-width: 1024px) {
  .mobile_menu_button {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .mobile_menu_button {
    display: none !important;
  }
}

.header_menu_bottom {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}

.header_menu_bottom_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .header_menu_bottom_inner {
    justify-content: flex-end;
  }
}

.main_menu_header_inner_right_holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.main_menu.drop_down {
  flex: 1;
}
@media (max-width: 1024px) {
  .main_menu.drop_down {
    display: none !important;
  }
}
.main_menu.drop_down .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 30px;
}
.main_menu.drop_down .nav-menu > li {
  position: relative;
  padding: 20px 0;
}
.main_menu.drop_down .nav-menu > li > a {
  color: #016241;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}
.main_menu.drop_down .nav-menu > li > a:hover {
  color: #035237;
}
.main_menu.drop_down .nav-menu > li.has-dropdown {
  position: relative;
}
.main_menu.drop_down .nav-menu > li.has-dropdown:hover > .sub-menu {
  display: block;
}
.main_menu.drop_down .nav-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 250px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #016241;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  z-index: 1000;
}
.main_menu.drop_down .nav-menu .sub-menu li {
  padding: 0;
}
.main_menu.drop_down .nav-menu .sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.main_menu.drop_down .nav-menu .sub-menu li a:hover {
  background-color: #f5f5f5;
  color: #016241;
}

.menu-indicator::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='currentColor'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.header_inner_right,
.side_menu_button_wrapper,
.header_bottom_right_widget_holder {
  display: flex;
  align-items: center;
}

.header_bottom_widget.widget_search {
  margin: 0;
}

#searchform {
  display: flex;
  align-items: center;
}
#searchform > div {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #016241;
  border-radius: 4px;
  overflow: hidden;
}
#searchform input[type=text],
#searchform input#s {
  border: none;
  background: #fff;
  color: #016241;
  padding: 8px 15px;
  font-size: 14px;
  outline: none;
  min-width: 200px;
}
#searchform input[type=text]::placeholder,
#searchform input#s::placeholder {
  color: #016241;
  font-weight: 600;
}
@media (max-width: 1024px) {
  #searchform input[type=text],
#searchform input#s {
    min-width: 150px;
  }
}
#searchform input[type=submit],
#searchform #searchsubmit {
  border: none;
  background: #016241;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
#searchform input[type=submit]:hover,
#searchform #searchsubmit:hover {
  background-color: #035237;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.header.page_header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header__sidebar.offcanvas {
  background-color: #035237;
}
.header__sidebar .offcanvas-header {
  background-color: #016241;
  padding: 20px;
}
.header__sidebar .offcanvas-header img {
  max-height: 50px;
}
.header__sidebar .btn-close-white {
  filter: brightness(0) invert(1);
}
.header__sidebar .offcanvas-body {
  padding: 20px;
}
.header__sidebar .offcanvas-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__sidebar .offcanvas-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header__sidebar .offcanvas-menu li a {
  display: block;
  padding: 15px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
.header__sidebar .offcanvas-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header__sidebar .offcanvas-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.header__sidebar .offcanvas-menu .sub-menu li a {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*# sourceMappingURL=navigation.css.map */
