.elementor-kit-9448{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2f54540b:#4054B2;--e-global-color-5d867901:#23A455;--e-global-color-12598503:#000;--e-global-color-227ecd7d:#FFF;--e-global-color-1569efbe:#FCEA0A;--e-global-color-e149280:#F78F86;--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-9448 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end: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 */#menu-topbar-menu{
    margin:0;
}

/**
* marker effect on H2
*/
#postContent .elementor-widget-heading {
z-index:10;
  display: block;
  
  position: relative;
  
  width:fit-content;
}
#postContent .elementor-widget-heading h2{
    position: relative;
  
  z-index:2;
  text-decoration-thickness: 1.7px;
  text-underline-offset: 5px;
  text-decoration-color: #555;
}

#postContent .elementor-widget-heading h2::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -10px;
  right: -10px;
  bottom: -6px;
  background-image: var(--wpr-bg-e204fac3-643d-48b9-835a-8bcc0b59676c);
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -1;
 
}

@media only screen and (max-width: 766px) {
    #postContent .elementor-widget-heading {
  width:100%;
}
}/* End custom CSS */