.elementor-kit-22{--e-global-color-primary:#050A1E;--e-global-color-secondary:#FF3B00;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-22 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 */.title-line {
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  background-color: #fff7f4;
  border: 1px solid #7a7a7a2;
  display: inline-block;
  padding: 10px 29px;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  line-height: 25px;
}

.title-line::before {
    position: absolute;
  content: "";
  width: 30px;                      /* dash length */
  height: 7px;                      /* dash thickness */
  background-color: #ff3c00;        /* orange dash */
  border-radius: 30px;              /* rounded ends */
  left: -6%;
  top: 14px;
}/* End custom CSS */