.elementor-kit-7{--e-global-color-primary:#363636;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#C09100;--e-global-typography-primary-font-family:"Roboto Slab";--e-global-typography-primary-font-size:101px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:64px;--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 Condensed";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:normal;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-accent );background-color:var( --e-global-color-secondary );}.elementor-kit-7 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea:focus,.elementor-kit-7 .elementor-field-textual:focus{color:var( --e-global-color-secondary );background-color:var( --e-global-color-text );}.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 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-secondary-font-size:59px;--e-global-typography-text-font-size:109px;--e-global-typography-accent-font-size:75px;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-accent-font-size:89px;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Custom color scroll*/

/*Chrome  */
/* width */
 ::-webkit-scrollbar {
     width: 20px;
 }
 /* Track */
 ::-webkit-scrollbar-track {
	 background: grey;
     box-shadow: inset 0 0 5px grey; 
     border-radius: 0px;
 }
 /* Handle */
 ::-webkit-scrollbar-thumb {
     background:var(--e-global-color-primary);
 }
 /* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background:var(--e-global-color-accent); 

	 /*width*/
 } ::scrollbar-track {
	 background: grey;
     box-shadow: inset 0 0 px grey; 
     border-radius: 0px;
 }
 /* Handle */
 ::scrollbar-thumb {
     background:var(--e-global-color-primary);
 }
 /* Handle on hover */
 ::scrollbar-thumb:hover {
     background:var(--e-global-color-accent); 
 }/* End custom CSS */