.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-db1ac1d:#EDF1FA;--e-global-color-fc0462b:#778CA3;--e-global-color-1245379:#15205A;--e-global-color-bf34374:#FFFFFF;--e-global-color-c5b4e06:#00000000;--e-global-color-7c07586:#3652E4;--e-global-color-5d875f2:#F9FAFF;--e-global-color-7e9bf19:#F3F6FF80;--e-global-color-f1b2b6b:#E86B84;--e-global-color-bfd6320:#FFF1F4;--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;--e-global-typography-25593ce-font-size:72px;--e-global-typography-25593ce-font-weight:800;--e-global-typography-25593ce-line-height:1.07em;--e-global-typography-1e844d5-font-size:62px;--e-global-typography-1e844d5-font-weight:800;--e-global-typography-1e844d5-line-height:1.07em;--e-global-typography-5ba4506-font-size:40px;--e-global-typography-5ba4506-font-weight:700;--e-global-typography-5ba4506-line-height:1.05em;--e-global-typography-b740706-font-size:18px;--e-global-typography-b740706-font-weight:700;font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;line-height:1.5em;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 h3{color:var( --e-global-color-1245379 );font-size:38px;font-weight:800;line-height:1.25em;letter-spacing:-0.76px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1460px;}.e-con{--container-max-width:1460px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-kit-12{--e-global-typography-1e844d5-font-size:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{--e-global-typography-25593ce-font-size:40px;--e-global-typography-1e844d5-font-size:30px;--e-global-typography-5ba4506-font-size:22px;font-size:16px;}.elementor-kit-12 h3{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* button shadow effect start */
.btn-shadow{
    z-index: 1
}
.btn-shadow::after{
    content:url(/wp-content/uploads/2022/11/btn-shadow.svg);
    position: absolute;
    bottom: -25px;
    left: 10%;
    z-index: -1;
}

/*.btn-shadow:hover::after{
    display: none;
}*/
/* button shadow effect end */

/* Improved Animations Stylesheet, works for the 'fade' animations Start */ 

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    } 

    to {
        opacity: 1;
        transform: none
    }
} 

.elementor-element.fadeInDown {
    animation-name: fadeDown
} 

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    } 

    to {
        opacity: 1;
        transform: none
    }
} 

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
} 

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    } 

    to {
        opacity: 1;
        transform: none
    }
} 

.elementor-element.fadeInRight {
    animation-name: fadeRight
} 

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    } 

    to {
        opacity: 1;
        transform: none
    }
} 

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

/* Improved Animations Stylesheet, works for the 'fade' animations End *//* End custom CSS */