/* 
 Theme Name:   Child Theme
 Theme URI:    
 Description:  
 Author:       dhruv
 Author URI:   
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.invertImg img {
    filter: invert(1) !important;
}
div[data-elementor-type="header"] {
    position: absolute;
    top: 0px;
    width: 100%;
    background: unset !important;
    z-index: 999;
}

div[data-elementor-type="header"] > div {
    background: #2B2B2B9E !important;
}

div[data-elementor-type="header"] img, div[data-elementor-type="header"] a, div[data-elementor-type="header"] span, div[data-elementor-type="header"] p {
    color: #fff !important;
	fill:#fff;
}
