.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#0D0D0D;--e-global-color-accent:#C35DE3;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:54px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:65px;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:55px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;color:#0D0D0D;font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#C35DE3;font-family:"Roboto", Sans-serif;font-size:20px;font-weight:400;line-height:32px;color:#FFFFFF;border-style:solid;border-width:2px 2px 2px 2px;border-color:#C35DE3;border-radius:7px 7px 7px 7px;}.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:#FFFFFF;color:#C35DE3;border-style:solid;border-width:2px 2px 2px 2px;border-color:#C35DE3;border-radius:7px 7px 7px 7px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#C35DE3;}.elementor-kit-6 a:hover{color:#C35DE3;}.elementor-kit-6 h1{color:#000000;font-family:"Open Sans", Sans-serif;font-size:54px;font-weight:700;line-height:65px;}.elementor-kit-6 h2{color:#000000;font-family:"Open Sans", Sans-serif;font-size:40px;font-weight:600;line-height:55px;}.elementor-kit-6 h3{color:#000000;font-family:"Open Sans", Sans-serif;font-size:35px;font-weight:700;line-height:50px;}.elementor-kit-6 h4{color:#000000;font-family:"Open Sans", Sans-serif;font-size:25px;font-weight:700;line-height:35px;}.elementor-kit-6 h5{color:#000000;font-family:"Open Sans", Sans-serif;font-size:20px;font-weight:700;line-height:30px;}.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 5px;--widgets-spacing-row:20px;--widgets-spacing-column:5px;}{}h1.entry-title{display:var(--page-title-display);}.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 */body{
width:100%;
overflow-x:hidden;
}

.sertest .elementor-widget-wrap{
    transition: all 0.3s ease !important;
}

.sertest:hover .elementor-widget-wrap{
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.is-highlight::before {
      content: '';
      position: absolute;
      bottom: 2px;
      left: 0;
      right: 0;
      height: 0.55em; /* Adjust the height as necessary */
      background-color: var(--neon); /* Yellow color */
      z-index: -1;
    }


@media only screen and (min-width: 767px) {
  .is-highlight::before{
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s 1.4s ease-in;
  }
  
  .is-highlight.in-view::before{
    transform: scaleX(1);
  }
}/* End custom CSS */