.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#54595E;--e-global-color-text:#54595E;--e-global-color-accent:#6BF1BF;--e-global-color-671507a:#136F63;--e-global-color-fcfe72c:#6BF1BF;--e-global-color-9d06ca0:#B2E3C4;--e-global-color-b1e93da:#E5FFEE;--e-global-color-4da4fcc:#F6F6F6;--e-global-color-3b60dd8:#F3F3F5;--e-global-color-4bc8f67:#000000;--e-global-color-d8e66f5:#FFFFFF;--e-global-color-b83924e:#C9C9C9;--e-global-typography-primary-font-family:"Baloo 2";--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-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#1E1E1E;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-671507a );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;}.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 */ul, .ul {
    margin-bottom: 1rem;
}
.swiper-wrapper {
    transition-timing-function: linear !important;
}
.swiper-wrapper img {
    max-height: 40px;
    opacity: .7;
}

.elementor-image-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.elementor-image-carousel-wrapper::before,
.elementor-image-carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px; /* adjust width as needed */
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.elementor-image-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 1), transparent);
}

.elementor-image-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 1), transparent);
}/* End custom CSS */