.text-color-primary, .text-primary {
  color: #0e5389 !important;
}

.btn-primary {
  --hover: var(--primary--200);
  background-color: #0e5389;
}

h6 {
  font-size: 3em;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 14px 0;
    margin-bottom: 14px;
  text-transform: uppercase;
}

.table > :not(caption) > * > * {
  background-color: transparent;
}

.overlay::before {
  background: #21252961;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
  color: #221e1e;
}

.bg-dark {
  background-color: #21252961 !important;
}

