/*
Theme Name: Roof Cleaning-Reading
Theme URI: https://nuhatech.org
Description: A custom theme built for Roof Cleaning-Reading by Nuhatech.org
Author: Nuhatech
Author URI: https://nuhatech.org
Version: 1.0.0
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
	
}
.ntpros li {
    list-style: auto;
	line-height: 25px;
}
.ntbulets {
    min-height: 265px;
}
.fun-jittery .elementor-button {
  animation: fun-jittery 4s infinite;
  transform-origin: center;
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@keyframes fun-jittery {
  0% {
    transform: scale(1);
  }

  5%, 50% {
    transform: scale(1);
  }

  10% {
    transform: scale(.9);
  }

  15% {
    transform: scale(1.05);
  }

  20% {
    transform: scale(1.05) rotate(-3.5deg);
  }

  23% {
    transform: scale(1.05) rotate(3.5deg);
  }

  26% {
    transform: scale(1.05) rotate(-2.5deg);
  }

  30% {
    transform: scale(1.05) rotate(2.5deg);
  }

  35% {
    transform: scale(1.05) rotate(0);
  }

  100% {
    transform: scale(1);
  }
}