/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.hero1-background-image .wpr-slider-item-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(270deg, rgba(9, 50, 36, 0) 0%, #093224 91.23%);
    z-index: -1;
	    pointer-events: none;
}
.hero1-background-image .wpr-slider-item-bg {
position:relative;
	 z-index: 1;	  
}
.wpcf7 label, .wpcf7-quiz-label {
    margin-bottom: 10px;
}
[type=button], [type=submit], button {
    background-color: #09243C !important;
    border: 1px solid #fff !important;
    border-radius: 3px;
	color: #fff !important;
}
