footer {
  min-height: 250px;
  width: 100%;
  background-color: #25274d;
  color: white;
  padding: 100px 0 5px 0;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .container .title h1 {
  color: #2e9cca;
  font-weight: 900;
  margin: 0;
}

footer .container .foot-link {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 35px;
  width: 50%;
}

footer .container .foot-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
}

footer .container .foot-link ul li {
  margin: 15px 15px;
}

footer .container .foot-link ul li a {
  font-weight: 500;
  text-decoration: none;
  color: rgba(128, 128, 128, 0.5);
  font-size: 1.3rem;
  -webkit-transition: .3s;
  transition: .3s;
}

footer .container .foot-link ul li.active a {
  color: white;
}

footer .container .foot-link ul li a:hover {
  color: white;
}

footer .container .others {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .container .others .sosmed {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

footer .container .others .sosmed a {
  text-decoration: none;
  color: rgba(128, 128, 128, 0.5);
  font-size: 1.4rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer .container .others .sosmed a:hover {
  color: white;
}

footer .container .copyright {
  margin-top: 100px;
  width: 100%;
  text-align: center;
}

footer .container .copyright p {
  color: rgba(128, 128, 128, 0.5);
}
/*# sourceMappingURL=footer.css.map */