.elementor-kit-523{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-523 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Hide page title on all pages */
.page-title,
.entry-title,
.post-title,
h1.entry-title,
h1.page-title {
    display: none !important;
}

/* Hide title in specific page builders */
.elementor-page-title,
.fl-builder-content .fl-page-header-title,
.vc_page-title,
.et_pb_title_container {
    display: none !important;
}

/* Hide title in specific themes */
/* For Astra theme */
.ast-single-post .entry-title,
.ast-single-post .ast-archive-title,
.ast-page-title {
    display: none !important;
}

/* For Divi theme */
.et_pb_title_container h1.entry-title {
    display: none !important;
}

/* For OceanWP theme */
.page-header-title {
    display: none !important;
}

/* For GeneratePress theme */
.inside-article .entry-header .entry-title {
    display: none !important;
}

/* For Avada theme */
.fusion-page-title-bar h1 {
    display: none !important;
}

/* Hide title in WooCommerce product pages */
.woocommerce-products-header__title.page-title {
    display: none !important;
}

/* Hide title in blog posts */
.single .entry-title,
.single .post-title {
    display: none !important;
}

/* Hide title in archives */
.archive .page-title,
.archive .archive-title {
    display: none !important;
}

/* Hide title in search results */
.search .page-title {
    display: none !important;
}

/* Hide title in 404 pages */
.error404 .page-title {
    display: none !important;
}/* End custom CSS */