.page-footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-color: #333;
}

.content_footer {
  padding: 50px 30px;
}
.content_footer > .row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .content_footer > .row {
    flex-direction: column;
    width: 100%;
    min-width: initial;
  }
}
.content_footer > .row > .col-md-2 {
  width: 14.2857142857%;
}
@media screen and (max-width: 999px) {
  .content_footer > .row > .col-md-2 {
    position: relative;
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid #444;
  }
}
@media screen and (max-width: 999px) {
  .content_footer > .row > .col-md-2:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  .content_footer > .row > .col-md-2 > .footer-col {
    padding: 0;
  }
}
.content_footer > .row > .col-md-2 > .footer-col > h4 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .content_footer > .row > .col-md-2 > .footer-col > h4 {
    position: relative;
    margin: 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .content_footer > .row > .col-md-2 > .footer-col > .footer-col-content {
    display: none;
    padding: 10px 0;
  }
}
.content_footer > .row > .col-md-2 > .footer-col > .footer-col-content > ul {
  list-style: none;
}
.content_footer > .row > .col-md-2 > .footer-col > .footer-col-content > ul > li {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.content_footer > .row > .col-md-2 > .footer-col > .footer-col-content > ul > li > a {
  font-size: 0.9rem;
  color: #ccc;
}
@media screen and (max-width: 999px) {
  .content_footer > .row > .col-md-2 > .footer-col::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 12px;
    display: block;
    width: 0;
    height: 0;
    border-width: 0 0px 10px 10px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.25) transparent rgba(255, 255, 255, 0.25);
    transform: translateY(-6px) rotate(45deg);
  }
}

.copyright-wrap {
  padding: 15px 90px 15px 30px;
  background-color: #222;
}
@media screen and (max-width: 999px) {
  .copyright-wrap {
    margin-top: 10px;
    padding: 15px 20px;
  }
}
.copyright-wrap > .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 0.9rem;
  color: #aaa;
  line-height: 1.4rem;
}
@media screen and (max-width: 999px) {
  .copyright-wrap > .container {
    flex-direction: column;
    width: 100%;
    min-width: initial;
    padding: 15px;
  }
}
.copyright-wrap > .container > ul {
  list-style: none;
}
.copyright-wrap > .container > ul:last-child {
  text-transform: uppercase;
}
.copyright-wrap > .container > ul > li > a {
  color: #b8b8b8;
}