.elementor-kit-6{--e-global-color-primary:#0F2744;--e-global-color-secondary:#D4AF37;--e-global-color-text:#1F2937;--e-global-color-accent:#FFFFFF;--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;background-color:#FCF9F8;}.elementor-kit-6 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.phone-ripple-gold{
    position:relative;
    z-index:2;
}

.phone-ripple-gold:before,
.phone-ripple-gold:after{
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    width:85px;
    height:85px;
    border:2px solid rgba(212,175,55,.6);
    border-radius:50%;
    transform:translate(-50%,-50%);
    animation:goldRipple 2s infinite;
}

.phone-ripple-gold:after{
    animation-delay:1s;
}

@keyframes goldRipple{
    0%{
        transform:translate(-50%,-50%) scale(1);
        opacity:.8;
    }
    100%{
        transform:translate(-50%,-50%) scale(1.8);
        opacity:0;
    }
}
.phone-ripple-gold:before,
.phone-ripple-gold:after{
    border:2px solid #D4AF37;
    box-shadow:
        0 0 10px rgba(212,175,55,.4),
        0 0 20px rgba(212,175,55,.25),
        0 0 35px rgba(212,175,55,.15);
}/* End custom CSS */