footer {
  text-align: left;
  position: relative;
}

.footer-inner {
  opacity: 1;
}

footer .footer-top {
  padding: 200px 0 70px;
  position: relative;
}

footer .footer-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

footer .footer-bg img {
  max-width: 100%;
  height: auto;
}

footer .footer-upper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer-upper-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  flex-direction: column;
}

footer .footer-upper-inner > div {
  display: inline-block;
}

footer .footer-logo a {
  display: block;
}

footer .footer-logo h2 {
  font-size: 4rem;
  font-family: 'Open Sans Condensed';
  font-weight: 300;
  line-height: 1;
  text-transform: none;
}

footer .footer-logo h2>span {
  display: block;
}

footer .footer-logo h2 .small {
  font-size: 1.61rem;
}

footer .footer-upper-phone {
  font-size: 1.6rem;
  color: #0A181E;
  margin: 25px 0;
}

footer .footer-contact {
  margin-top: 50px;
}

footer .footer-lower,
footer p,
footer a,
footer h2,
footer h3 {
  color: #0A181E;
}

footer h2,
footer h3 {
  margin: 0;
}

footer h3 {
  font-size: 1.2rem;
}

footer a {
  text-decoration: none;
}

footer a:hover,
footer a:focus {
  text-decoration: underline;
}

footer .footer-badges {
  margin-bottom: 70px;
  background: #FFF;
}

.footer-badges .badges {
  margin-top: 50px;
}

.footer-badges h3 {
  font-size: 1.39rem;
  font-family: 'Red Hat Display';
  text-transform: none;
}

footer .single-badge {
  margin-bottom: 45px;
}

footer .single-badge img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  footer .footer-bg {
    top: -10%;  
    left: -85px;
  }

  footer .footer-bg img {
    max-width: 80%;
  }

  footer .footer-logo h2 {
    font-size: 3.83rem;
    margin-bottom: 0;
  }

  footer .footer-logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .footer-upper p {
    font-size: 1.22rem;
  }

  footer .footer-top {
    padding-bottom: 75px;
  }

  footer .footer-upper {
    display: block;
  }

  footer .footer-upper-inner {
    flex-direction: row;
    justify-content: space-between;
    -ms-align-items: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }

  footer .footer-upper-inner > div {
    width: 50%;
  }

  .footer-badges .badges {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  footer .single-badge {
    width: 50%;
  }

  footer .single-badge:nth-child(odd) {
    padding-right: 45px;
  }
}

@media screen and (min-width: 1025px) {

  /* footer.home-footer {
    padding-top: 50%;
  }
  
  footer.home-footer .footer-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: top 1000ms ease-out;
  }
  
  footer.home-footer.slideUp .footer-container {
    top: 0;
  } */

  .footer-inner {
    position: relative;
    opacity: 1;
    padding-left: 40px;
  }

  .footer-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: -270px;
    width: 11px;
    height: 0;
    background: #76D2DF;
    transition: height 1000ms ease-out;
  }

  .footer-inner.active:before {
    height: calc(100% + 270px);
  }

  footer .footer-top {
    margin-bottom: 40px;
    padding-bottom: 115px;
  }

  footer .footer-badges {
    padding-top: 40px;
  }

  .footer-badges .badges {
    flex-wrap: nowrap;
  }

  footer .single-badge {
    width: auto;
  }

  footer .single-badge:not(:last-child) {
    padding-right: 45px;
  }

  footer .footer-lower {
    text-align: center;
  }
}

@media screen and (min-width: 1800px) {
  footer .footer-bg {
    top: -25%;  
  }

  footer .footer-bg img {
    max-width: 90%;
  }

  footer .footer-logo h2 {
    font-size: 5.56rem;
  }

  .footer-upper p {
    font-size: 1.67rem;
  }
}