/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 02 2020 | 09:21:30 */
#particlesHeroHeader {
  position: relative;
}

#particles-js .fl-row-content-wrap{
  background: linear-gradient(45deg, #3066df 0%, #3cd5bf 100%)
}

#particles-js .aboveParticles{
  position: relative;
  z-index: 2;
}

#particles-js-canvas-wrapper{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#particlesHeroHeader .particles-js-canvas-el{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#particlesHeroHeader .aboveParticles{
  position: relative;
  z-index: 2;
}
.particles-js-canvas-el{
  opacity:0;
  transition: .5s opacity;
}