.footer {
  border-top: 0;
}

.footer.container {
  padding: 30px;margin: 0;border-top: 1px solid #dfdada;
}
.footer.container {
    width: 100%;
    background: #021642;
}


p.copyright {
    color: #b4afaf;
    padding-top: 10px;
}

.bfm .navbar-nav {
	float: none;
  margin: 0;
  text-align: center;
  display: inline-block;
}
.bfm{
	text-align:center;
}


@media only screen and (in-width: 768px) {

.site-footer {
  padding: 40px 20px 20px;
}
}


@media only screen and (max-width: 1016px) {
.bfm {
    text-align: center;
    padding: 0;
}
.bfm .nav > li {
    position: relative;
    display: block;
    border-bottom: 1px solid #c4c4c8;
}
.bfm ul {
    width: 100%;
}
}
@media only screen and (max-width: 992px) and (min-width: 768px) {

.bfm .nav > li {
    position: relative;
    display: block;
    border-bottom: 1px solid #c4c4c8;
    float: none;
}
}




.site-footer {
  background-color: #0b1e3f;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff33;
  padding-bottom: 30px;
}

.footer-brand {
  flex: 1 1 250px;
  /* max-width: 300px; */
}

.footer-brand img {
  /* max-width: 180px; */
  margin-bottom: 10px;
}

.footer-links,
.footer-contact {
  flex: 1 1 200px;
  margin-top: 20px;
}

.footer-links h4,
.footer-contact h4 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #fcb13b;
}

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

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a,
.footer-contact a {
  color: #ffffff;
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fcb13b;
}

.footer-contact p {
  margin: 6px 0;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  color: #ccc;
}

.footer-bottom .micro-link a {
  color: #fcb13b;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {

.footer-top {
    display: inline-block;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff33;
    padding-bottom: 30px;
}
.footer-links, .footer-contact {
    flex: 1 1 200px;
    margin-top: 40px;
}
}