/**
 * offer footer component
*/


.footer-offer-bar {
  background: #343d49;
  padding-top: 70px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  position: relative;
}

.footer-offer-bar h4 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

.footer-offer-bar::after {
  content: '';
  display: block;
  left: 0px;
  right: 0px;
  bottom: 00px;
  background-color: #485566;
  opacity: 1;
  z-index: 1;
  height: 50px;
  position: absolute;
}

.footer-offer-bar .btn {
  background-color: #fff;
  border: 1px #fff solid;
  color: #343d49;
}

.footer-offer-bar .btn:hover {
  background-color: #343d49;
  color: #fff;
  border: 1px #fff solid!important;
}

.footer-offer-bar .btn::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f178";
  margin-left: 20px;
}
