/*
Theme Name: Watt Wave Energy Pvt Ltd
Theme URI: http://localhost/watt-wave-energy-pvt-ltd/
Author: Green Cubes
Author URI: http://localhost/watt-wave-energy-pvt-ltd/
Description: Custom theme Watt Wave Energy Pvt Ltd
Version: 1.0
*/
.container-fluid p{
    font-family: "Lexend Deca", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--color-text);
    text-transform: uppercase;
    margin-left: -10px;
}


.loader img {
    margin: 0px auto 0px !important;
}


.header-links ul .current-menu-item>a {
  color: var(--color-accent);
}

.whatsapp-sticky img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 20;
}

.footer-copyright {
  justify-content: space-between;
}

.footer-copyright p a {
  color: var(--color-primary);
}

.footer-copyright p a:hover {
  color: var(--color-accent);
}



/* Hide default input */
.resume-upload {
  display: none;
}

/* Make label clickable */
.form-field.file label {
  display: inline-block;
  padding: 12px 15px;
  background: #333;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.form-field.file label:hover {
  background: #444;
}

.home-about-main.stats,
.home-stats-flex.stats{
    padding-top: 0;
}