.elementor-kit-35{--e-global-color-primary:#0356FC;--e-global-color-secondary:#0249F7;--e-global-color-text:#7A7A7A;--e-global-color-accent:#31E523;--e-global-color-a41132d:#0356FC;--e-global-color-d192e38:#31E523;--e-global-color-2efd72b:#121111;--e-global-color-78cea6b:#17191A;--e-global-color-23f10d7:#E1F1FF;--e-global-color-4179611:#FFFFFF;--e-global-color-18f8347:#31E52342;--e-global-color-fc9436b:#00246D;--e-global-color-36e9fa0:#E6EEFF;--e-global-color-5eb5ba6:#EDF8FD;--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;}.elementor-kit-35 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;}.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 *//*Fill box*/
.sk-btn .elementor-button::before{
    content:'';
    position: absolute;
    background: #31E523; 
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 4px 4px;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right; 
    transition: transform .9s ease; 
}

/*Hover class*/
.sk-btn .elementor-button:hover::before{
    transform: scaleX(1);
    transform-origin: left;

}

/*Button text*/
.sk-btn .elementor-button-text{
    z-index: 1;
}

/*link styling*/
.page-content a {
    text-decoration: none !important;
}

/*google recaptcha hide*/
.grecaptcha-badge { 
    visibility: hidden;
}

/*SK Test White*/
.strong-outline {
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
}

/*SK Test White Thin*/
.strong-outline-thin {
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
}

/*SK Test Black*/
.strong-outline-black {
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #121111;
  text-stroke: 2px #121111;
}

/*SK Green Script*/
.kiddo-script {
  font-family: "Strong Kiddo Script 2", Sans-Serif;
  font-size: 90px;
  font-weight: 500;
  color: #31e523;
  margin-left: -30px;
}/* End custom CSS */