.elementor-kit-6{--e-global-color-primary:#0070C8;--e-global-color-secondary:#2A3240;--e-global-color-text:#2A3240;--e-global-color-accent:#007FE3;--e-global-color-0f9d47c:#FFFFFF;--e-global-color-9b3e5c2:#000000;--e-global-color-b40e885:#D3D3D3;--e-global-color-9ffdee2:#CDCDCD;--e-global-color-0201663:#9D9D9D;--e-global-color-e86bdc3:#34495E;--e-global-color-1b1e815:#6D81A9;--e-global-color-95366ba:#6881AD;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}.elementor-widget:not(:last-child){margin-block-end: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 *//*call button*/
.b-pulse {
    white-space: nowrap;
    display: inline-block;
    border-radius: 36px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 0 rgba(27,114,204,0.7);
    -moz-box-shadow: 0 0 0 0 rgba(27,114,204,0.7);
    box-shadow: 0 0 0 0 rgba(27,114,204,0.7);
    -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1)
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 22px rgba(27,114,204,0);
    }
}/* End custom CSS */