.elementor-kit-6{--e-global-color-primary:#FD4415;--e-global-color-secondary:#8567E7;--e-global-color-text:#312265;--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:"Josefin Sans";--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;font-family:"Roboto", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Josefin Sans", Sans-serif;font-size:3em;font-weight:400;}.elementor-kit-6 h2{font-family:"Josefin Sans", Sans-serif;font-size:2.5em;font-weight:400;}.elementor-kit-6 h3{font-family:"Josefin Sans", Sans-serif;font-size:2.2em;font-weight:400;}.elementor-kit-6 h4{font-family:"Josefin Sans", Sans-serif;font-size:2em;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{border-radius:5px 5px 5px 5px;padding:16px 36px 16px 36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;}}@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 */.animated-button .elementor-button {
  position: relative;
  transition: color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

.animated-button .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #8567E7;
  transition: left 0.5s ease;
  z-index: -1;
}
.animated-button .elementor-button:hover::before {
  left: 0;
}

.animated-button-sec .elementor-button {
  position: relative;
  transition: color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

.animated-button-sec .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #FD4514;
  transition: left 0.5s ease;
  z-index: -1;
}
.animated-button-sec .elementor-button:hover::before {
  left: 0;
}/* End custom CSS */