.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#666666;--e-global-color-text:#333333;--e-global-color-accent:#FF6600;--e-global-color-b6ba4ed:#D3D3D3;--e-global-color-d363d24:#FDFDFD;--e-global-color-5f923b9:#FFFFFF;--e-global-color-f62b068:#FF9900;--e-global-color-f64894b:#000000;--e-global-color-4de27e1:#999999;--e-global-color-eb5dedf:#999999;--e-global-color-548e977:#D9D9D9;--e-global-color-430047d:#FFCC00;--e-global-typography-primary-font-family:"Tahoma";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Tahoma";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Tahoma";--e-global-typography-text-font-size:13px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-text-letter-spacing:0.3px;--e-global-typography-accent-font-family:"Tahoma";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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 *//* SMALL VERTICAL SCROLL ON */
/* must assign class scrollcon */
.scrollcon {
  max-height: 20vh; /* Set the maximum height of the container to 60% of the viewport height */
  overflow-x: hidden;/* Prevent horizontal scrolling */
  overflow-y: scroll;/* Enable vertical scrolling within the container when content exceeds its height */
  /* border: 1px solid #ccc; /* Border style for the container */
  border-radius: 2px; /* Applies a border-radius to the scrollbar track */
}

.scrollcon::-webkit-scrollbar {
  width: 5px;/* Sets the width of the scrollbar */
}

.scrollcon::-webkit-scrollbar-track {
  background: #cccccc; /* Sets the background color of the scrollbar track */
  border-radius: 10px; /* Applies a border-radius to the scrollbar track */
}

.scrollcon::-webkit-scrollbar-thumb {
  background: #FF9900; /* Sets the background color of the scrollbar thumb */
  border-radius: 10px; /* Applies a border-radius to the scrollbar thumb */
}/* End custom CSS */