/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
#itx-ballsWaveG {
    top: 50%;
    left: 45%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
}

.itx-ballsWaveG {
    position: absolute;
    top: 0;
    background-color: #000;
    width: 16px;
    height: 16px;
    animation-name: itx-ballsWaveG;
    -o-animation-name: itx-ballsWaveG;
    -ms-animation-name: itx-ballsWaveG;
    -webkit-animation-name: itx-ballsWaveG;
    -moz-animation-name: itx-ballsWaveG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px
}

#itx-ballsWaveG_1 {
    left: 0;
    animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s
}

#itx-ballsWaveG_2 {
    left: 16px;
    animation-delay: .75s;
    -o-animation-delay: .75s;
    -ms-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s
}

#itx-ballsWaveG_3 {
    left: 31px;
    animation-delay: .9s;
    -o-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s
}

#itx-ballsWaveG_4 {
    left: 47px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s
}

#itx-ballsWaveG_5 {
    left: 62px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s
}

#itx-ballsWaveG_6 {
    left: 78px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s
}

#itx-ballsWaveG_7 {
    left: 94px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s
}

#itx-ballsWaveG_8 {
    left: 109px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s
}

@keyframes itx-ballsWaveG {
    0% {
        background-color: #000
    }
    100% {
        background-color: #fff
    }
}

@-o-keyframes itx-ballsWaveG {
    0% {
        background-color: #000
    }
    100% {
        background-color: #fff
    }
}

@-ms-keyframes itx-ballsWaveG {
    0% {
        background-color: #000
    }
    100% {
        background-color: #fff
    }
}

@-webkit-keyframes itx-ballsWaveG {
    0% {
        background-color: #000
    }
    100% {
        background-color: #fff
    }
}

@-moz-keyframes itx-ballsWaveG {
    0% {
        background-color: #000
    }
    100% {
        background-color: #fff
    }
}

#itx-ballsWaveG p{
    top: -26px;
    position: absolute;
    font-weight: 600;
}

#itx-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}
