.elementor-32518 .elementor-element.elementor-element-7d74840b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:15px;--padding-bottom:15px;--padding-left:0px;--padding-right:0px;}.elementor-32518 .elementor-element.elementor-element-7d74840b:not(.elementor-motion-effects-element-type-background), .elementor-32518 .elementor-element.elementor-element-7d74840b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#743F3E;}.elementor-32518 .elementor-element.elementor-element-597953e7{--display:flex;}.elementor-32518 .elementor-element.elementor-element-1dd00d1c{text-align:center;font-family:"Merriweather", sans-serif;font-size:21px;font-weight:500;text-decoration:none;color:#FFFFFF;}.elementor-32518 .elementor-element.elementor-element-365a0095 > .elementor-widget-container{margin:-20px 0px -20px 0px;padding:0px 0px 0px 0px;}body:not(.rtl) .elementor-32518 .elementor-element.elementor-element-365a0095 .elementor-countdown-item:not(:first-of-type){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-32518 .elementor-element.elementor-element-365a0095 .elementor-countdown-item:not(:last-of-type){margin-right:calc( 10px/2 );}body.rtl .elementor-32518 .elementor-element.elementor-element-365a0095 .elementor-countdown-item:not(:first-of-type){margin-right:calc( 10px/2 );}body.rtl .elementor-32518 .elementor-element.elementor-element-365a0095 .elementor-countdown-item:not(:last-of-type){margin-left:calc( 10px/2 );}.elementor-32518 .elementor-element.elementor-element-365a0095 .elementor-countdown-digits{color:#FFFFFF;font-size:35px;}.elementor-32518 .elementor-element.elementor-element-365a0095 .elementor-countdown-label{color:#FFFFFF;font-size:16px;}@media(max-width:767px){.elementor-32518 .elementor-element.elementor-element-1dd00d1c{font-size:16px;}}/* Start custom CSS for container, class: .elementor-element-7d74840b *//***
* Shrinking Sticky header, Elementor Container edition
* class: .sticky-header
* This will only work with the Elementor container section
* the header uses additional 3 classes to gain higher CSS specificity and to avoid adding !important
*/
header.sticky-header.e-container.elementor-element {
	--header-height: 100px; /* Set your own header height */
	--shrink-header-to: 0.6; /* Shrinks to 60%, values: 0.1 to 1 */
	--transition-timing: .45s cubic-bezier(.4, 0, .2, 1); /* values: .1s to 0.5s (or more), replace "cubic-bezier(.4, 0, .2, 1)" with "ease" if you need a simpler transition */
	background-color: rgba(244, 245, 248, 1); /* Set your own background color */
	--min-height: var(--header-height);
	--transition: background-color var(--transition-timing),
					backdrop-filter var(--transition-timing),
					box-shadow var(--transition-timing),
					min-height var(--transition-timing);
}
header.sticky-header.e-container.elementor-element.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8); /* Set your own background color on scroll */
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07); /* Delete this line if you don't want shadow on scroll */
	-webkit-backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
	backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
	--min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
  font-size: 13px !important;
}/* End custom CSS */