/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 Web Devs House
Author URI:		 https://webdevshouse.com
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/


/*
    Add your custom styles here
*/
/* Disappearing Header Start */
.scrollingHeader{
    z-index: 10;
    transition:all 0.25s linear;
    left: 0;
}
.fixed{
     position: fixed;
    top: 0px;
    background:linear-gradient(101deg, #14293F 0%, #2D390E 100%);
    box-shadow: 0 0 10px rgba(66, 137, 215, 0.40);


}
.invisible{
    top: -80px;
}
/* Disappearing Header End */