.footer {
  background: url(../images/footer-bg.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: -77px;
}
.footer .footer-top {
  padding: 174px 0 83px;
}
.footer .footer-top .customr-row {
  align-items: center;
}
.footer .footer-top .logo-content-wrapper .logo-wrapper {
  width: 176px;
  margin-bottom: 11px;
  display: inline-block;
}
.footer .footer-top .logo-content-wrapper .tagline {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #ABB0D8;
}
.footer .footer-top .footer-link-wrapper .footer-item .footer-link {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #ABB0D8;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}
.footer .footer-top .footer-link-wrapper .footer-item .footer-link:hover {
  color: #FFFFFF;
}
.footer .footer-bottom {
  padding-bottom: 27px;
}
.footer .footer-bottom p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #ABB0D8;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer .footer-top {
    padding: 135px 0 40px;
  }
  .footer .footer-top .logo-content-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .footer .footer-top {
    padding: 110px 0 30px;
  }
  .footer .footer-top .footer-link-wrapper .footer-item .footer-link {
    font-size: 16px;
    line-height: 19px;
  }
  .footer .footer-bottom p {
    font-size: 16px;
    line-height: 19px;
  }
}/*# sourceMappingURL=footer.css.map */