/* ==================== footer style ============================== */

footer {
  background-color: #000;
  padding-bottom: 30px;
}

footer .container-fluid {
  padding: 0 5%;
}

footer p {
  color: #fff;
  font-size: 13px;
  line-height: 2;
}

footer .foot-logo {
  margin-bottom: 15px;
}

footer .foot-logo img {
  max-width: 250px;
  margin: 10px 0;
}

footer .items {
  padding: 0 15px;
}

footer .items h5 {
  color: #fff;
  padding: 15px 0;
  margin-bottom: 20px;
  position: relative;
  font-size: 17px;
}

footer .items h5:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -2px;
  width: 80px;
  height: 5px;
  border-radius: 5px;
}

footer .items h5:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 150px;
  height: 1px;
  border-radius: 10px;
  background-color: #9992;
}

footer .items li a {
  color: #fff;
  line-height: 2;
  font-size: 13px;
  font-weight: 400;
}

footer .nav-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-left: 5px;
  font-size: 12px;
}

footer .payment img {
  width: 40px;
}

footer .download a {
  width: 50%;
  float: left;
}

/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {
}

/* ======== */

@media screen and (max-width: 787px) {
}

/* ======= */

@media screen and (max-width: 480px) {
}
