/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff!important;
  font-size: 16px;
  background: #073c72;
}
#footer a,#footer a:hover{
  color: #fff;
}

:focus-visible {
  outline: transparent auto 1px;
}

#footer .footer-top {
  padding: 40px 0 0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.footer-contact img{
  margin-bottom: 1rem;
}

#footer .footer-top .footer-contact p {
  font-size: 16px;
  margin-bottom: 0.5rem;
  color: #fff;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links p{
  color: #fff;
  font-size: 20px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  margin-bottom: 6px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a i{
  font-style: normal;
  color: #114780;
  font-size: 1.5rem;
  line-height: 0;
}

#footer .footer-top .social-links a:hover {
  background: #fff;
  /* color: transparent; */
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  font-size: 14px;

}

@media(max-width:600px) {
  #footer .footer-top {
    padding: 40px 2rem 0;
  }
  .footer-bottom {
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}