.footer {
  background-color: #2e7d32;
}

.footer-link li {
  border: none;
  background: transparent;
}
.footer-link li a {
  text-decoration: none;
  color: rgb(245, 222, 179);
}
.footer-link li a:hover {
  color: rgb(245, 222, 179, 0.7);
}
.footer-link li i {
  text-decoration: none;
  color: #551a8b;
}
.text-color-1 {
  color: rgb(245, 222, 179, 0.7) !important;
  font-size: 17px !important;
}
.footer-link h5 {
  color: rgb(245, 222, 179);
}
/* wp ikon */
.wp-btn {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 100;
  opacity: 0.7;
}
.wp-btn:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .wp-btn {
    bottom: 20px;
    right: 20px;
  }
}
