.elementor-kit-7{--e-global-color-primary:#2E668E;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2f912f4:#DDAA3D;--e-global-color-dd0345e:#000000;--e-global-color-e76bc13:#0E1E28;--e-global-color-de9506e:#0071DA;--e-global-color-ed23bad:#555555;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Barlow";--e-global-typography-accent-font-weight:500;font-family:"Barlow", Sans-serif;}.elementor-kit-7 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 */.fancy-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 50px;
  background: #003566;
  color: #fff;
  text-decoration: none;
}
 
/* RED HOVER LAYERS */
.fancy-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: 50%;
  background: red;
  transition: transform 0.4s ease;
  z-index: 1;
}
 
.fancy-btn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 50%;
  background: red;
  transition: transform 0.4s ease;
  z-index: 1;
}
 
.fancy-btn:hover::before {
  transform: translateY(-100%);
}
 
.fancy-btn:hover::after {
  transform: translateY(100%);
}
 
/* WHITE SQUARES */
.sq1,
.sq2 {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  z-index: 2;
}
 
.sq1 {
  left: 10px;
  top: 0;
  transition: top 0.4s ease;
}
 
.sq2 {
  right: 10px;
  bottom: 0;
  transition: bottom 0.4s ease;
}
 
.fancy-btn:hover .sq1 {
  top: calc(100% - 10px);
}
 
.fancy-btn:hover .sq2 {
  bottom: calc(100% - 10px);
}
 
/* TEXT ALWAYS WHITE */
.btn-text {
  position: relative;
  z-index: 3;
  color: #fff;
}/* End custom CSS */