/*======================================
Theme Name: Eastgate
Theme URI: https://www.eastgate.com.uk/
Description: This is a free Divi child theme for using Eastgate Website
Author: Ahmed
Author URI: https://ahmedsolutions.org/
Author Email: mdahmedmaruf@gmail.com
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/


/*add your custom CSS below this line*/
.et-l--header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent !important;
	z-index: 9;
}
.et-l--header .et_pb_section {
	background-color: transparent;
}
.headroom {
    will-change: transform;
    transition: transform 250ms ease, background-color 0s ease, -webkit-transform 250ms ease;
}

.headroom--unpinned {
    transform: translateY(-100%);
}
.headroom--pinned {
    transform: translateY(0%);
	transition: transform 250ms ease, background-color 0s ease, -webkit-transform 250ms ease;
}
.headroom--not-top {
	background-color: #63b5a8 !important;
	z-index: 99;
}

/* .headroom--pinned {
    display: block;
}
.headroom--unpinned {
    display: none;
} */