/* Theme transition Effect */
*:after,
*:before,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
