.elementor-kit-7{--e-global-color-primary:#1A184D;--e-global-color-secondary:#3C7ABD;--e-global-color-text:#515151;--e-global-color-accent:#45CC90;--e-global-color-fa20a99:#39C3E1;--e-global-color-71765bb:#ED6F00;--e-global-typography-primary-font-family:"Outfit";--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:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#FDFFDA;color:#FFFFFF;}.elementor-kit-7 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:760px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Balanced headings without automatic hyphenation */
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title {
	text-wrap: balance;
	hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
}

/* Cleaner paragraph wrapping without hyphenation */
p,
li,
.elementor-widget-text-editor {
	text-wrap: pretty;
	hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	word-break: normal;
	overflow-wrap: break-word;
}

ul {
    margin-bottom: 15px
}

ol {
    margin-bottom: 15px
}

.h-light {
    color: white;
}

.h-light h1,
.h-light h2,
.h-light h3,
.h-light h4,
.h-light h5,
.h-light h6 {
	color: #ffffff !important;
}

.h-light-green h1,
.h-light-green h2,
.h-light-green h3,
.h-light-green h4,
.h-light-green h5,
.h-light-green h6 {
	color: #45cc90 !important;
}

.p-light {
    color:#ffffff !important;
}

.p-light {
	color: #ffffff !important;
}
p-light a {
	color: #ffffff !important;
	text-decoration: underline;
}

/* Add green line under tag heading */


.h-line::after {
  content: "";
  display: block;
  width: 50%;
  height: 6px;
  margin-top: 10px;
  background-color: currentColor;
  color: #45CC90 ;
}

.h-line-c::after {
  content: "";
  display: block;
  width: 50%;
  height: 6px;
  margin: 10px auto 0;
  background-color: currentColor;
  color: #45CC90 ;

}/* End custom CSS */