.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2957815:#FAF2E7;--e-global-color-3599c84:#171717;--e-global-color-e19d208:#D9D9D9;--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;--e-global-typography-3bb67f7-font-family:"Editor's Note";--e-global-typography-ee10fd6-font-family:"Editor's Note";--e-global-typography-ee10fd6-font-weight:bold;background-color:#141414;--e-preloader-animation-duration:3s;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:20px;}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-3599c84 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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;}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:810px;}.e-con{--container-max-width:810px;}}@media(max-width:480px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1.entry-title {
    display: none;
}

/* width */
::-webkit-scrollbar {
    display: none;
    background-color: #171717;
    width: 8px;
    margin-right: 10px;
    border: 0;
  
}

/* Track */
::-webkit-scrollbar-track {
  border: 0;
  margin-right: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 10px;
  margin-right: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  margin-right: 10px;
}/* End custom CSS */