.elementor-kit-23{--e-global-color-primary:#FCD404;--e-global-color-secondary:#DABA15;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-b0218ec:#fcd404;--e-global-color-50060a9:#DABA15;--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-23 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1900px;}.e-con{--container-max-width:1900px;}.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);}@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 */.headingg{
    position: relative;
}
.headingg::after{
    content: '';
    position: absolute;
    bottom: 15;
    left: 0;
    width: 50%;
    height: 6px;
    background-color: #000000;
    z-index: 999;
    border-radius: 10px;
    transition: 0.3s all ease;
}
.headingg:hover::after{
    width: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  border-radius:15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
  border-radius:15px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius:15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}/* End custom CSS */