/* 
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 */


.recaptcha-text {
	font-size: 8pt;
    color: #898989;
}

.recaptcha-text a {
	font-size: 8pt;
    color: #b7b7b7;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.dot-menu {
	color: #ffdd44 !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	font-family: "Poppins", sans-serif !important;
	margin-top: -5px !important;
	margin-left: 3px !important;
}

/*.elementor-kit-68, .gradient-hero {
    background: linear-gradient(157deg, #350455, #84095c, #c23956, #00076e);
    background-size: 800% 800%;

    -webkit-animation: home-bg-gradient 30s ease infinite;
    -moz-animation: home-bg-gradient 30s ease infinite;
    -o-animation: home-bg-gradient 30s ease infinite;
    animation: home-bg-gradient 30s ease infinite;
}

@-webkit-keyframes home-bg-gradient {
    0%{background-position:11% 0%}
    50%{background-position:90% 100%}
    100%{background-position:11% 0%}
}
@-moz-keyframes home-bg-gradient {
    0%{background-position:11% 0%}
    50%{background-position:90% 100%}
    100%{background-position:11% 0%}
}
@-o-keyframes home-bg-gradient {
    0%{background-position:11% 0%}
    50%{background-position:90% 100%}
    100%{background-position:11% 0%}
}
@keyframes home-bg-gradient {
    0%{background-position:11% 0%}
    50%{background-position:90% 100%}
    100%{background-position:11% 0%}
}*/