.elementor-kit-7{--e-global-color-primary:#41322B;--e-global-color-secondary:#635650;--e-global-color-text:#7A7A7A;--e-global-color-accent:#E97721;--e-global-color-06eeabc:#008730;--e-global-color-add4fca:#00BF3D;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:700;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:500;--e-global-typography-7899ede-font-family:"Open Sans";--e-global-typography-7899ede-font-size:32px;--e-global-typography-7899ede-font-weight:800;--e-global-typography-7620488-font-family:"Open Sans";--e-global-typography-7620488-font-size:24px;--e-global-typography-7620488-font-weight:200;}.elementor-kit-7 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){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);}.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 */.devagar {
    animation: pulse 5s infinite ease-in-out;
    -webkit-animation: pulse 1s infinite ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform-origin: center center;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}/* End custom CSS */