.elementor-kit-1264{--e-global-color-primary:#174D7F;--e-global-color-secondary:#54595F;--e-global-color-text:#494949;--e-global-color-accent:#CACC53;--e-global-color-67b73003:#6EC1E4;--e-global-color-4ec8eae9:#7A7A7A;--e-global-color-6b02df09:#61CE70;--e-global-color-17dbef7b:#4054B2;--e-global-color-43bc1219:#23A455;--e-global-color-285d02e2:#000;--e-global-color-2801944c:#FFF;--e-global-typography-primary-font-family:"PT Sans Narrow";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"PT Sans Narrow";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-1264 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* animations */
.fadeInDown {
    animation-name: fadeInDown2 !important;
}
@keyframes fadeInDown2 {
	from {
		opacity: 0;
		transform: translate3d(0, -15%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
.fadeInLeft {
    animation-name: fadeInLeft2 !important;
}
@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		transform: translate3d(-15%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRight {
    animation-name: fadeInRight2 !important;
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		transform: translate3d(15%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
.fadeInUp {
    animation-name: fadeInUp2 !important;
}
@keyframes fadeInUp2 {
	from {
		opacity: 0;
		transform: translate3d(0, 15%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}/* End custom CSS */