.elementor-kit-60{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-88ca6f5:#ECE7DA;--e-global-color-966bc74:#8A73B8;--e-global-color-cf36114:#44635B;--e-global-color-39c70b0:#001F3F;--e-global-color-a68a185:#BFD6B4;--e-global-color-e8e0be8:#001F3F;--e-global-color-425ea1e:#E3580E;--e-global-color-b011abe:#FF2700;--e-global-color-1024c2c:#6F8CA4;--e-global-color-d01e8ca:#455B6F;--e-global-color-369201f:#F25C42;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Fraunces";--e-global-typography-secondary-font-weight:200;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:400;}.elementor-kit-60 e-page-transition{background-color:#FFBC7D;}.elementor-kit-60 button,.elementor-kit-60 input[type="button"],.elementor-kit-60 input[type="submit"],.elementor-kit-60 .elementor-button{font-family:"Montserrat", Sans-serif;font-weight:500;text-transform:uppercase;}.elementor-kit-60 label{font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-kit-60 input:not([type="button"]):not([type="submit"]),.elementor-kit-60 textarea,.elementor-kit-60 .elementor-field-textual{font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 *//* Initial styles for the logo and background */
.logo-elementor {
    color: #fff; /* Initial color of the logo */
    transition: color 0.3s ease; /* Smooth transition effect */
}

.background-elementor {
    background-color: #333; /* Initial background color */
    transition: background-color 0.3s ease; /* Smooth transition effect */
}

/* Sticky styles for the logo and background */
.elementor-sticky--effects .logo-elementor {
    color: #000 !important; /* Color when sticky */
}

.elementor-sticky--effects .background-elementor {
    background-color: #6F8CA4
    !important; /* Background color when sticky */
}
/The bit below adds the top border back in/
.accordx .elementor-accordion {
border-top-style: solid;
border-top-width: 0px;
border-top-color: #ff0000;
}

.accordx .elementor-tab-title {
border-radius: 25px;
}
.elementor-tab-content.elementor-clearfix {
margin-top: 8px;
border-radius: 25px;
}/* End custom CSS */