.footer-modern-wrapper {
  padding: 20px 0;
  margin-bottom: 20px;
}

.footer-modern {
  border-radius: 18px;
  padding: 10px 25px;
  border: 1px solid white;
}

.footer-icon {
  font-size: 26px;
  color: #f72f20;
}

.footer-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: left;
}

.footer-value a,
.footer-value {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: left;
}

.border-end-custom {
  border-right: 1px solid #ccc;
}

.footer-tagline {
  font-size: 14px;
  color: #fff;
}

.footer-social i {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.footer-social i:hover {
  color: #f72f20;
}

.logo img {
  width: 180px;
  height: auto;
  display: block;
}
