.elementor-kit-10{--e-global-color-primary:#E86625;--e-global-color-secondary:#222222;--e-global-color-text:#3D3D3D;--e-global-color-accent:#61CE70;--e-global-color-615e4a9:#F8F9FA;--e-global-color-74a6289:#FAF4EB;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Quicksand";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Quicksand";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1rem;--e-global-typography-accent-font-family:"Quicksand";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-615e4a9 );font-size:1rem;line-height:1.5rem;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 p{margin-bottom:0rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 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 */* {
  scrollbar-width: thin;
  scrollbar-color: #e74c3d #2c3e50;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #2c3e50;
  width: 8px;
}

*::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #e74c3d;
  border-radius: 20px;
  border: 0px solid #2c3e50;
}


.site-menu a::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  border-radius: 4px;
  background-color: #e74c3d !important;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform-origin: center;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.site-menu a:hover::before {
  transform-origin: center;
  transform: scaleX(1);
}

.site-menu-full a::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  border-radius: 4px;
  background-color: #e74c3d !important;
  bottom: 0;
  left: 0px;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.site-menu-full a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.online::before{
    content: " ";
    z-index: 10;
    width: 10px;
    height: 10px;
    background-color: #62bd19;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 8px;
}
.online::after{
    content: " ";
    z-index: 10;
    border: 3px solid #62bd19;
    -webkit-border-radius: 30px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 3px;
    top: 20px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}/* End custom CSS */