:root {
	--primary: #000;
	--secondary: #000;
	--black: #000;
	--black-1f: #1f1f1f;
	--white: #fff;
	--d-green: #31452A;
	--camel: #966545;
}
.f-adobe .elementor-heading-title, .f-adobe.elementor-widget-text-editor {
    font-family: adobe-garamond-pro!important;
}
.f-proxima .elementor-heading-title {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
/* .ast-container {
	max-width: 100%!important;
	padding: 0!important;
} */
/* Header */
/* Sticky Header */
.header_bar.sticky {
	position: fixed!important;
	width: 100%;
	background-color: var(--white)!important;
	animation: stickyMenuAnimation 0.7s;
	box-shadow: 0 0 5px 0 #778591;
	left:0;
	right:0;
	top:0;
	z-index: 999;
}
@keyframes stickyMenuAnimation {
    from {
        top: -200px;
    }
    to {
       top: 0px;
    }
}
.f-adobe {
	
}
