header{
  position: relative;
  z-index: 101;
}
.brand-wrap img {
  width: 80px;
}
.header-main .row.align-items-center {
  justify-content: center;
  height: 67px;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1001;
}
.fixed-header .shadow-sm {
  box-shadow: none !important;
}
.nav-toggle {
  width: 1.65rem;
  height: 1.125rem;
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  display: none;
}
.nav-toggle span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
.nav-toggle span:nth-child(1) {
  top: 0rem;
}

.nav-toggle span:nth-child(2),
.nav-toggle span:nth-child(3) {
  top: 0.5rem;
}

.nav-toggle span:nth-child(4) {
  top: 1rem;
}

.nav-toggle.open span:nth-child(1) {
  top: 0.75rem;
  width: 0%;
  left: 50%;
}

.nav-toggle.open span:nth-child(2) {
  transform: rotate(45deg);
}

.nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.nav-toggle.open span:nth-child(4) {
  top: 0.75rem;
  width: 0%;
  left: 50%;
}

@media (max-width: 992px) {
  .header-main .col-1 {
    width: auto !important;
    min-width: auto !important;
    max-width: unset;
    flex: unset !important;
    padding: 8px;
  }
  .header-main .row.align-items-center {
    height: 67px;
    justify-content: center;
  }
  .nav-toggle{
    display: block;
  }
  .header-main .col-7 {
    display: none;
  }
  .header-main .col-7.res {
    display: block;
    position: absolute;
    flex: unset;
    margin-left: auto;
    padding: 0px;
    width: 100%;
    top: 67px;
    background-color: #fff;
    padding: 1rem;
    max-width: 100% !important;
  }

  .header-main .col-7.res .d-flex.align-items-center.justify-content-end {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  .header-main .col-7.res .icon.d-flex.align-items-center{
    margin-bottom: 0.65rem;
  }
  .header-main .col-7 .toggle-trigger {
    top: 0px;
    right: 8px;
  }
}
@media (max-width: 576px) {
  .header-main .col-2 {
    width: auto !important;
    min-width: auto !important;
    max-width: unset;
    flex: unset !important;
    padding: 8px;
  }
  .header-main .row.align-items-center {
    justify-content: center;
  }
  .header-main .col-7 .toggle-trigger {
    top: 0px;
    right: 8px;
  }
}

.text-dark {
  color: #343a40 !important;
}

.widget-header {
    font-weight: 650;
    font-size: 15px;
}
