.elementor-kit-6{--e-global-color-primary:#FFD700;--e-global-color-secondary:#F1F1F1;--e-global-color-text:#1E64A8;--e-global-color-accent:#161616;--e-global-typography-primary-font-family:"Figtree";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Figtree";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:700;--e-global-typography-text-text-transform:capitalize;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.2em;--e-global-typography-29f994a-font-family:"Figtree";--e-global-typography-29f994a-font-size:14px;--e-global-typography-29f994a-font-weight:600;--e-global-typography-29f994a-text-transform:uppercase;color:#000000;font-family:"Inter", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:transparent;font-family:var( --e-global-typography-29f994a-font-family ), Sans-serif;font-size:var( --e-global-typography-29f994a-font-size );font-weight:var( --e-global-typography-29f994a-font-weight );text-transform:var( --e-global-typography-29f994a-text-transform );color:#FFFFFF;background-image:linear-gradient(180deg, #F1BD09 0%, #AF6F04 100%);border-radius:5px 5px 5px 5px;padding:18px 32px 18px 32px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#0E467C;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 h1{font-family:"Figtree", Sans-serif;font-size:64px;font-weight:700;}.elementor-kit-6 h2{font-family:"Figtree", Sans-serif;font-size:52px;font-weight:700;}.elementor-kit-6 h3{font-family:"Figtree", Sans-serif;font-size:42px;font-weight:700;}.elementor-kit-6 h4{font-family:"Figtree", Sans-serif;font-size:32px;font-weight:700;}.elementor-kit-6 h5{font-family:"Figtree", Sans-serif;font-weight:700;}.elementor-kit-6 h6{font-family:"Figtree", Sans-serif;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.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-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-29f994a-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:26px;--e-global-typography-text-font-size:20px;--e-global-typography-accent-font-size:14px;--e-global-typography-29f994a-font-size:13px;font-size:15px;}.elementor-kit-6 h1{font-size:38px;}.elementor-kit-6 h2{font-size:32px;}.elementor-kit-6 h3{font-size:26px;}.elementor-kit-6 h4{font-size:22px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-29f994a-font-size );padding:17px 24px 17px 24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*custom button effects*/
.custom-btn .elementor-button {
    position: relative;
}

.custom-btn .elementor-button .elementor-button-text {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease;
}

.custom-btn .elementor-button:hover .elementor-button-text {
    opacity: 0;
    transform: translateY(-15px);
}

.custom-btn .elementor-button span::after {
    position: absolute;
    left: 32px;
    transform: translateY(15px);
    opacity: 0;
    transition: all 0.3s ease;
}

.custom-btn .elementor-button:hover span::after {
    opacity: 1;
    transform: translateY(0px);
}

@media(max-width:767px) {
    .custom-btn .elementor-button span::after {
        left: 24px;
    }
}/* End custom CSS */