.af-footer {
  background-color: var(--azati-blue);
  font-size: 1rem;
}
.af-footer .footer-one {
  padding: 70px 0;
}
.af-footer .logo {
  width: 210px;
  height: 55px;
  text-indent: -9999px;
  margin-top: 50px;
}
.af-footer p {
  color: var(--white);
  font-size: 14px;
}
.af-footer a {
  color: var(--white);
  display: inline-block;
  transition: all 0.5s;
  line-height: inherit;
}
.af-footer a:hover {
  color: var(--azati-orange);
  transition: all 0.5s;
}
.af-footer .copyright {
  color: var(--white);
  opacity: 0.5;
  padding: 10px 0 40px;
  border-bottom: 1px solid;
}
.af-footer p.headline.contact-us {
  color: var(--white);
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 50px 0 5px;
}

.af-footer p.headline {
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.af-footer p.headline.contact-us {
  color: var(--white);
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 50px 0 5px;
}
.af-footer .address-block,
.af-footer .list {
  margin-bottom: 15px;
  color: var(--white);
}
.af-footer .clutch-profile {
  margin-bottom: 30px;
}
.af-footer .address-block > div {
  padding-left: 30px;
}
.af-footer .adr {
  position: relative;
  font-weight: 500;
}
.af-footer .map {
  position: absolute;
  width: 40px;
  top: 0;
  left: 0;
  height: 75px;
}
.af-footer .map a {
  display: block;
}
.af-footer .tel {
  margin-top: 5px;
}
.af-footer .email {
  margin-top: 5px;
}
.af-footer .footer-two {
  border-collapse: separate;
  box-shadow: 0 -10px 21px 0 rgba(0, 0, 0, 0.15);
  padding: 30px 0;
}
.af-footer .footer-two nav li {
  display: inline-block;
}
.af-footer .footer-two nav li:after {
  content: " | ";
  color: var(--white);
  padding: 0 12px;
}
.af-footer .footer-two nav li:last-child:after {
  display: none;
}
.af-footer .social-icons {
  float: right;
}
.af-footer .social-icons img {
  margin-left: 7px;
  max-width: 23px;
  transition: all 0.5s;
}
.af-footer .social-icons img:hover {
  border-collapse: separate;
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
}

@media (min-width: 1450px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 1449px) {
  .af-footer .logo {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .section {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .af-footer .footer-one {
    padding: 70px 0 10px;
  }
  .af-footer .footer-two {
    padding: 20px 0 15px;
  }
  .af-footer .footer-two nav {
    text-align: center;
  }
  .af-footer .social-icons {
    float: none;
    margin-top: 13px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .af-footer .footer-one {
    padding: 70px 0 0;
  }
  .af-footer .address-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 306px) {
  .af-footer .footer-two nav li {
    display: block;
  }
  .af-footer .footer-two nav li:after {
    display: none;
  }
}
