/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background: #000000;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 0px;
  margin-top: 30px;
  width: 100%;
  z-index: 100;
}

footer .footer-link {
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1140px;
  width: 100%;
}

footer .footer-link .quick-link li a {
  color: white;
  line-height: 1.4;
}

footer .social {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}

footer .social li {
  margin: 0px 10px;
  display: inline-block;
}

footer .social li a {
  text-align: center;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: linear-gradient(135deg, #db1461 0%, #3b63dc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-align: center;
}

footer .social li a img {
  width: 25px;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid rgba(250, 250, 250, 0.2);
  padding: 30px 20px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  max-width: 1140px;
  width: 100%;
}

@media (max-width: 767px) {
  footer .footer-link {
    flex-direction: column;
    justify-content: center;
  }

  footer .footer-link .quick-link {
    text-align: center;
    margin-bottom: 10px;
  }

  footer .footer-link .quick-link li {
    display: inline-block;
  }

  footer .footer-link .quick-link li:not(:last-child) {
    margin-right: 10px;
  }

  footer .footer-link .quick-link li a {
    color: white;
    line-height: 1.76;
  }
}
