/* ----------------------------
  COMMON_VARIABLE
---------------------------- */
/* ----------------------------
  FOOTER
  ---------------------------- */
footer {
  background-color: #000;
  color: rgba(255, 255, 255, 0.6);
}

.footer-icon {
  color: #CE3B79;
  margin-right: 5px;
}

.footer-wrapper {
  padding-top: 30px;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer-wrapper {
    font-size: 12px;
  }
}
.footer-wrapper .footer-address {
  line-height: 1.2em;
  margin-right: 240px;
}
@media screen and (max-width: 991px) {
  .footer-wrapper .footer-address {
    margin-right: 120px;
  }
}
.footer-wrapper .footer-contact {
  line-height: 1.6em;
}

#copyrights {
  text-align: center;
  padding: 30px 0;
}