/**
* Theme Name: Homlane Child
* Description: This is a child theme of Homlane, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme_arc">Theme Arc</a>
* Template: homlane
* Version: 1.7
*/

.plwao-loader-wrap {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.plwao-loader-inr {
  text-align: center;
}

.plwao-custom-cnt p {
  font-size: 2rem;
  font-weight: bold;
  color: #3498db; /* example color */
  animation: textFade 3s infinite alternate;
}

@keyframes textFade {
  0% { opacity: 0.2; }
  100% { opacity: 1; }
}

