/**
* Theme Name: Neotech Child
* Description: This is a child theme of Neotech, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: neotech
* Version: 1.0.7
*/

#new-menu-sticky {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    
	
    transition: all 0.3s ease-in-out;
}

#new-menu-sticky.sticky {
    position: fixed;
    top: 0;
    left: 0;
	

/* 	background: linear-gradient(to right, #1E3A8A, #60A5FA) !important; Dark blue to light blue */
/* 	background-color: blue; !important */
    width: 100%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}


