.footer {
  background: #15446f;
  color: #ffffff;
}
.footer .links ul {
  list-style-type: none;
}
.footer .links li a {
  color: #ffffff;
  transition: color 0.2s;
}
.footer .links li a:hover {
  text-decoration: none;
  color: #26597E;
}
.footer .about-company i {
  font-size: 25px;
}
.footer .about-company a {
  color: #ffffff;
  transition: color 0.2s;
}
.footer .about-company a:hover {
  color: #26597E;
}
.footer .location i {
  font-size: 18px;
}
.footer .location .contact-footer ul li {
  font-size: 14px;
  list-style-type: none;
}
.footer .copyright p {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}/*# sourceMappingURL=footer.css.map */