.elementor-kit-192{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-192 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);}@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 *//* Fix full-width sections in Elementor HTML widget */
.elementor-widget-html { width: 100% !important; }
.elementor-widget-html > .elementor-widget-container { width: 100% !important; padding: 0 !important; }
.elementor-section.elementor-section-boxed > .elementor-container { max-width: 100% !important; }
.e-con { max-width: 100% !important; padding: 0 !important; }

/* What We Cover grid fix */
@media (max-width: 1024px) {
  div[style*="grid-template-columns:repeat(4,1fr)"] { grid-template-columns: repeat(2,1fr) !important; }
  div[style*="grid-template-columns: repeat(4,1fr)"] { grid-template-columns: repeat(2,1fr) !important; }
}
@media (max-width: 600px) {
  div[style*="grid-template-columns:repeat(4,1fr)"],
  div[style*="grid-template-columns:repeat(3,1fr)"],
  div[style*="grid-template-columns: repeat(4,1fr)"],
  div[style*="grid-template-columns: repeat(3,1fr)"] { grid-template-columns: 1fr !important; }
  div[style*="grid-template-columns:repeat(2,1fr)"] { grid-template-columns: 1fr !important; }
}
/* Remove gaps between homepage HTML sections */
.elementor-top-section,
.elementor-section,
.e-con {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.elementor-widget-html > .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0;
}
.elementor-widget-html {
  line-height: 0 !important;
}

/* Fix section padding on home page only */
.home .elementor-section,
.home .e-con {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Footer background force */
#colophon,
.site-footer,
footer.site-footer,
.ast-footer-wrap,
.ast-footer-widget-area,
.ast-footer-widget-area .footer-widget-area,
.footer-widget-area,
[id*="footer"],
[class*="ast-footer"],
.ast-above-footer,
.ast-below-footer,
.ast-footer-info-bar,
.ast-footer-inner {
  background: #1a0533 !important;
  background-color: #1a0533 !important;
  color: rgba(255,255,255,0.6) !important;
}
.widget-title,
.ast-footer-widget-area .widget-title {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  padding-bottom: 12px !important;
  margin-bottom: 16px !important;
}
.site-footer a,
.ast-footer-widget-area a,
.footer-widget-area a,
.widget a {
  color: rgba(255,255,255,0.55) !important;
  text-decoration: none !important;
}
.site-footer a:hover,
.ast-footer-widget-area a:hover {
  color: #ffffff !important;
}
.ast-copyright-text,
.ast-footer-info-bar-wrap,
.ast-footer-info-bar {
  background: #1a0533 !important;
  color: rgba(255,255,255,0.35) !important;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
}
.ast-copyright-text a {
  color: rgba(255,255,255,0.55) !important;
}

/* Sticky header */
.main-header-bar,
#masthead,
header.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}

/* Fix homepage section spacing for Elementor inner sections */
.home .elementor-inner-section,
.home .elementor-top-section {
  padding: 0 !important;
  margin: 0 !important;
}

/* Remove default Elementor column gaps on home page HTML widgets */
.home .elementor-widget-wrap {
  padding: 0 !important;
}
.home .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}/* End custom CSS */