.shadow-lr {
  box-shadow: 12px 0 8px -8px #999, -12px 0 8px -8px #999;
  -moz-box-shadow: 12px 0 8px -8px #999, -12px 0 8px -8px #999;
  -webkit-box-shadow: 12px 0 8px -8px #999, -12px 0 8px -8px #999;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

header {
  z-index: 1046 !important;
}

.bg-theme {
  background-color: #195480;
}

.text-theme {
  color: #195480;
}

.border-theme {
  border-color: #2169a0 !important;
}

.nav-link {
  padding: .5rem 1.4rem;
  color: #fff !important;
}

.nav-link.active {
  background-color: rgba(255, 255, 255, .3);
}

.btn-primary {
  background-color: #2169a0;
  border-color: #2169a0;
}
.btn-primary:hover{
  background-color: #103756;
  border-color: #103756;
}