.nav > li > a {
    padding: 21px 14px!important;
}

.footer .bottom {
    padding: 7px 0!important;
    background: #070a56!important;
    color: white!important;
    text-align: center!important;
}

.page-title{
        text-align: center;
    padding: 32px;
    font-size: 28px;
    background-color: #023c11;
    color: white;
}

/* Footer CSS */
footer {
  background-color: #000a06;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  padding: 40px 0;
}

footer h5 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

footer p {
  margin-bottom: 20px;
}

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

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #fff;
}

footer hr {
  border-color: #444;
  margin: 40px 0;
}


.bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

.social-icons a {
  color: white;
  font-size: 25px;
  padding: 7px;
  border-style: solid;
  border-width: 2px;
  border-radius: 7px;
}
