.elementor-kit-5{--e-global-color-primary:#5DB2FF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#00008B;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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);}@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 *//* POSITION-AWARE BACKGROUND ONLY */
.elementor-button.aware-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
}

/* Keep button text above the effect */
.elementor-button.aware-btn span {
  position: relative;
  z-index: 1;
}

/* The "splash" that follows the mouse */
.elementor-button.aware-btn::before {
  content: '';
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #0C1A40; /* change this to whatever colour you want */
  transition: width 0.8s, height 0.8s;
  z-index: 0;
}

/* How big the splash grows on hover */
.elementor-button.aware-btn:hover::before {
  width: 1000px;
  height: 1000px;
}/* End custom CSS */