.navbar-inverse {
  background-color: #001c44 !important;
  background-image: none !important;
  border-color: #001c44 !important;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #001c44;
  background-image: none;
  box-shadow: none;
  filter: none;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: none;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a {
    background-image: linear-gradient(180deg, #001c44 0, #001c44) !important;
    color: white !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa98c24",endColorstr="#ffb49526",GradientType=0);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}

.navbar-brand {
  height: 80px;
  padding: 5px 15px 0 15px !important;
  display: block;
}

.navbar-brand img {
  height: 70px;
  width: auto;
  display: block;
}

.navbar-nav > li > a {
  height: 80px;
  padding-top: 30px !important;
  padding-bottom: 0 !important;
  display: block;
}

@media (max-width: 425px) {
  .navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .navbar-brand img {
    margin-top: -10px;
  }
}

.footer {
  background: #001c44;
  color: #fff;
  padding: 28px 0 18px;
  text-align: left;
}

.footer .container {
  width: 100%;
}

.footer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.footer .col-lg-4,
.footer .col-md-12 {
  margin-bottom: 20px;
}

.footer .logo-link {
  display: inline-block;
}

.footer .headerlogo {
  max-width: 210px;
  height: auto;
  display: block;
}

.footer .social {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .social:before {
  content: "Social Media";
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.footer .social li {
  display: inline-block;
  margin-right: 8px;
}

.footer .social li a {
  display: inline-block;
}

.footer .social li img {
  width: 26px;
  height: 26px;
  display: block;
}

.footer .col-lg-4 p {
  font-size: 19px;
  line-height: 1.3;
  margin: 0 0 8px;
  color: #fff;
}

.footer .col-lg-4 small {
  display: block;
  font-size: 19px;
  line-height: 1.3;
  color: #fff;
}

.footer .call {
  white-space: nowrap;
}

.footer .legal-info {
  text-align: center;
  margin-top: 10px;
}

.footer .legal-info p {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
  color: #fff;
}

.footer .legal-info a {
  color: #fff !important;
  text-decoration: none;
}

.footer .cf {
  display: none;
}

@media (min-width: 992px) {
  .footer .col-lg-4:nth-child(1) {
    width: 25%;
  }

  .footer .col-lg-4:nth-child(2) {
    width: 20%;
  }

  .footer .col-lg-4:nth-child(3) {
    width: 55%;
    text-align: right;
    padding-right: 100px; /* 👈 pulls it inward */
  }
}

@media (max-width: 991px) {
  .footer {
    text-align: center;
  }

  .footer .col-lg-4 {
    text-align: center !important;
  }

  .footer .logo-link {
    display: block;
    text-align: center;
  }

  .footer .headerlogo {
    margin: 0 auto;
  }

  .footer .social {
    text-align: center;
  }

  .footer .social li {
    display: inline-block;
    float: none; /* 👈 important fix */
  }
}