.elementor-kit-14{--e-global-color-primary:#0A213E;--e-global-color-secondary:#D0043F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D0043F;--e-global-color-6310c0f:#003579;--e-global-color-ac26f1c:#009CDE1A;--e-global-color-919ff5d:#00205B40;--e-global-color-ac68393:#009CDE80;--e-global-color-10b92f7:#FFAD00;--e-global-typography-primary-font-family:"Muli";--e-global-typography-primary-font-weight:300;--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;font-family:"Muli", Sans-serif;}.elementor-kit-14 a{font-family:"Muli", Sans-serif;}.elementor-kit-14 h2{font-family:"Muli", Sans-serif;}.elementor-kit-14 h3{font-family:"Muli", Sans-serif;}.elementor-kit-14 h4{font-family:"Muli", Sans-serif;}.elementor-kit-14 h5{font-family:"Muli", Sans-serif;}.elementor-kit-14 h6{font-family:"Muli", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}@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 */header.sticky-header {
    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));
}

body[data-elementor-device-mode=mobile] header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100%);
}


.elementor-widget-theme-post-content ul{
     list-style: none;
     padding-left: 1rem;
}


.elementor-widget-theme-post-content .elementor-text-editor ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #CC3366; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.elementor-widget-theme-post-content blockquote{
    margin-left: 0;
    border-left: 4px solid;
   border-color: #CC3366;
   padding-left: 1.5rem;
   margin-bottom: 2rem;
}


h1{
    font-size: 3.5rem;
    color: #0A213E;
    font-weight: 700
}


.elementor-widget-theme-post-content h1{
    font-size: 3.5rem;
    color: #003579;
    font-weight: 700
}

.elementor-widget-theme-post-content h2{
    font-size: 2.5rem;
    color: #0A213E;
    font-weight: 700
}

.elementor-widget-theme-post-content h3{
    color: #0C3D7F;
    font-weight: 700;
    font-size: 1.75rem;
}

.elementor-widget-theme-post-content h4{
    color: #003579;
    font-weight: 700;
    font-size: 1.5rem;
}

.elementor-widget-theme-post-content h5{
    font-weight: 700;
    font-size: 1.25rem;
}/* End custom CSS */