footer {
  padding: 12rem 0 3rem 0;
  background: url("../image/meeting2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (max-width: 991px) {
  footer {
    padding: 6rem 0 2rem 0;
  }
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(24, 28, 38, 0.976);
}

footer .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #999;
}

footer .box h4 {
  color: #fff;
  font-size: 2.14rem;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 2rem;
}

footer .box p {
  font-size: 1.7rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
  text-align: justify;
}

footer .box .sox_icon a {
  text-decoration: none;
  height: 4rem;
  width: 4rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #444;
  color: #ccc;
  border-radius: 50%;
  margin-top: 1rem;
  margin-right: 1.4rem;
  -webkit-transition: 0.17s;
  transition: 0.17s;
}

footer .box .sox_icon a:hover {
  background: #32a4ff;
  color: #111;
}

footer .box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .box div a {
  display: inline-block;
  text-decoration: none;
  color: #999;
  font-size: 1.76rem;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 1.4rem;
  -webkit-transition: 0.17s;
  transition: 0.17s;
}

footer .box div a:hover {
  color: #32a4ff;
}

footer .box.contact .contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0.7rem;
}

footer .box.contact .contact_box div i {
  line-height: 1.8;
}

footer .box.contact .contact_box span {
  color: #ccc;
  font-weight: bold;
}

@media (max-width: 991px) {
  footer .box {
    padding: 1.4rem 0;
  }
  footer .box h4 {
    font-size: 1.8rem;
  }
  footer .box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .box div a {
    font-size: 1.66rem;
    margin-bottom: 1rem;
  }
  footer .box.contact .contact_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.4rem;
  }
  footer .box.contact .contact_box div p {
    font-size: 1.66rem;
  }
}

@media (max-width: 639px) {
  footer .box.contact .contact_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

footer .hr {
  height: 1px;
  width: 100%;
  background: #555;
  margin: 2rem 0;
  position: relative;
}

footer .copyright {
  color: #ccc;
  padding: 3rem 0;
  position: relative;
}

footer .copyright p {
  font-size: 1.74rem;
  font-family: 'Roboto', sans-serif;
}

footer .copyright p span {
  color: #32a4ff;
  font-size: 110%;
  text-transform: capitalize;
}
/*# sourceMappingURL=footer.css.map */