.footer {
  background-color: #004552;
  color: #ffffff;
  padding-top: 4rem;
  position: relative;
  overflow: hidden;
}
.footer .title {
  margin-bottom: 30px;
  font-size: 30px;
}
.footer .logo a{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
}
.footer .logo img{
    width:60px;
    height:60px;
}
.footer .subtitle {
  margin-bottom: 30px;
  font-size: 20px;
}
.footer .row {
  position: relative;
  z-index: 90;
  width: calc(100% - 1rem);
  margin: auto;
  max-width:1600px;
}
.footer img.backGround {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  transform: scaleX(-1);
  opacity:0.1;
}
.footer .address i {
  font-size: 30px;
  margin-left: 10px;
}
.footer .address div {
  display: flex;
  align-items: center;
  justify-content:center;
  margin: 20px 0;
}
.footer .icon {
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .icon i {
  margin-left: 20px;
  font-size: 20px;
  border-radius: 50%;
  border: #ffffff solid 2px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.footer .copy {
  margin-top: 25px;
  border-top: #ffffff solid 2px;
  text-align: center;
  padding: 1rem 0;
}
.footer .copy a{
    color:#fff;
    margin: 20px 20px;
    display:block;
}
@media (min-width: 768px) {
  .footer .address {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer .row {
    width: calc(100% - 15rem);
  }
}