.elementor-kit-2886{--e-global-color-primary:#0146BF;--e-global-color-secondary:#F5F5F5;--e-global-color-text:#2E2E2E;--e-global-color-accent:#FDF025;--e-global-color-c498f0d:#FE5200;--e-global-color-4c66f41:#DDDDDD;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-2886 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){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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-toggle {
  width: 30px;
  height: 22px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 9999;
  /*
  background-color: #0146BF;
  */
}

.bar {
  height: 3px;
  background-color: #0062f5;
  border-radius: 2px;
  transition: all 0.4s ease;
}

/* Turn into X */
.menu-toggle.active .bar1 {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active .bar2 {
  opacity: 0;
}
.menu-toggle.active .bar3 {
  transform: rotate(-45deg) translate(6px, -6px);
}


/* BEaf *//* End custom CSS */