/*
 Theme Name:   Divi Child
 Theme URI:    https://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Author:       Elegant Themes
 Author URI:   https://www.elegantthemes.com
 Template:     Divi
 Version:      1.0.0
 Text Domain:  divi-child
*/
.hero-bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(20, 104, 177, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(20, 104, 177, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.5;
}
.hero-decoration.dec-1 {
    top: 15%;
    right: 5%;
}
  .hero-decoration.dec-2 {
    bottom: 20%;
    left: 2%;
    width: 150px;
    height: 150px;
    animation-direction: reverse;
}


  .hero-decoration {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px dashed rgba(20, 104, 177, 0.1);
    border-radius: 50%;
    animation: rotateGlow 30s linear infinite;
}
  @keyframes rotateGlow {
    0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
  }
