/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
/*.link-text{font-family:"NotoNaskhArabic !important";}
.gallery-slider-text{font-family:"NotoNaskhArabic !important";}
span.link-text{font-family:"NotoNaskhArabic !important";}
.gallery-slider-text{font-family:"NotoNaskhArabic !important";}
p{font-family:"NotoNaskhArabic !important";}*/
.loader_r {
    width : 10px;
    height:  10px;
    border-radius: 50%;
    display: table;
    position: relative;
    background: #FFF;
    box-shadow:  -24px 0 #FFF, 24px 0 #FFF;
    animation: shadowPulse 2s linear infinite;
    left: 50%;
    right: 50%;
  }
  @keyframes shadowPulse {
    33% {
    background: #FFF;
    box-shadow: -24px 0 #85553A, 24px 0 #FFF;
    }
    66% {
        background: #85553A;
        box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    }
    100% {
        background: #FFF;
        box-shadow: -24px 0 #FFF, 24px 0 #85553A;
    }
    
  }
  