.elementor-kit-10{--e-global-color-primary:#000000;--e-global-color-secondary:#F15922;--e-global-color-text:#444444;--e-global-color-accent:#11466A;--e-global-color-d6e885c:#FFFFFF;--e-global-color-9f5c221:#222222;--e-global-color-bc25c83:#1A1A1A;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-weight:500;background-color:#FCFCFC;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:85vw;}.e-con{--container-max-width:85vw;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#020101;--lightbox-ui-color:var( --e-global-color-d6e885c );--lightbox-ui-color-hover:var( --e-global-color-secondary );--lightbox-text-color:var( --e-global-color-d6e885c );}.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:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:80vw;}.e-con{--container-max-width:80vw;}}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:85vw;}.e-con{--container-max-width:85vw;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:968px;}.e-con{--container-max-width:968px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1, h2, h3, h4, h5, h6{
	line-height: 1em;
	margin-bottom: 5px
}

p{
	margin-bottom: 0px
}


/* blur background to a container */
.burred {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px; /* Optional for design */
}

/*<-- START CUSTOM SCROLL-BAR -->*/
/* scroll behaviour */
html {
  scroll-behavior: smooth;
}

/* scroll-bar width */
::-webkit-scrollbar {
  width:4px;
}

/* scroll-bar Track */
::-webkit-scrollbar-track {
  box-shadow: inset 20px 0 2px #ccc; 
  border-radius: 25px;
  margin: 0px 0px;
}
 
/* scroll-bar Handle */
::-webkit-scrollbar-thumb {
  background-image: linear-gradient(#11466A); 
  border-radius: 0px;
}
/*<-- END CUSTOM SCROLL-BAR -->*//* End custom CSS */