.footer {
  width: 100%;
  background-color: #1B1C1C;
}

.footer .container {
  width: 90%;
  margin: 0 auto;
}

.footer h5 {
  color: #BABABA;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 25px;
}

.footer p {
  color: #BABABA;
  font-size: 11px;
  font-weight: 400;
  line-height: 30px;
}

.footer_inside img {
  width: 80px;
}

.add {
  line-height: 20px !important;
  padding-top: 18px;
  text-transform: uppercase;
}

.footer_inside {
  width: 16.66%;
  float: left;
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1450px) {
  .footer .container {
    width: 98%;
  }
  .footer p {
    font-size: 10px;
  }
  .footer_inside {
    width: 15%;
  }
  .w20 {
    width: 20% !important;
  }
  .w12 {
    width: 10% !important;
  }
  .footer_inside {
    width: 18%;
  }
  .footer h5 {
    color: #BABABA;
    font-size: 14px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .w5 {
    width: 20% !important;
  }
  .w12 {
    width: 9% !important;
  }
  .footer_inside {
    width: 17.5%;
  }
  .footer_inside {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .footer h5 {
    color: #BABABA;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 25px;
  }
  .footer p {
    font-size: 12px;
    line-height: 25px;
  }
  .footer .container {
    width: 98%;
  }
  .footer_inside {
    width: 50%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footer h5 {
    color: #BABABA;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 0px;
  }
  .footer_inside {
    width: 33.33% !important;
  }
}
@media screen and (max-width: 900px) {
  .footer_inside {
    width: 100% !important;
  }
  .footer_inside {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer h5 {
    font-size: 15px;
    font-weight: 500;
  }
  .footer .container {
    width: 96%;
  }
}/*# sourceMappingURL=footer.css.map */