/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 29 2021 | 07:59:13 */
.words-wrapper {
  /*display: inline-block;*/
  position: relative;
  text-align: left;
  padding-right: 7px;
  color:#f68b1f;
}
.words-wrapper b {
  opacity: 0;
  /*display: inline-block;*/
  position: absolute;
  /*white-space: nowrap;*/
  left: 0;
  top: 0;
  font-size:30px;
  line-height:36px;
  font-weight:400 !important;
}
.words-wrapper .is-visible {
  position: relative;
  opacity: 1;
  animation: fadeIn ease 0.6s;
  -webkit-animation: fadeIn ease 0.6s;
  -moz-animation: fadeIn ease 0.6s;
  -o-animation: fadeIn ease 0.6s;
  -ms-animation: fadeIn ease 0.6s;
}
.words-wrapper .is-hidden {
  -webkit-animation: fadeout 0.6s;
  -moz-animation:fadeout 0.6s;
  animation:fadeout 0.6s;
}

