/**
 * Theme Name: Hope of the Vally
 * Author: Allstar solutions
 * Version: 1.0
**/
.header-otherPage .small_donate{
	transition: all 0.3s ease-out;
}
html.is-scroll .header-otherPage .small_donate{
	top: var(--window_h);
}
.header-otherPage .big_donate{
	transition: all 0.3s ease-out;
}
html.is-scroll .header-otherPage .big_donate{
	top: var(--window_h);
}
.home-slider .home_donate{
	transition: all 0.3s ease-out;
}
html.is-scroll .home-slider .home_donate{
	top: var(--window_hh);
}
