.elementor-kit-7{--e-global-color-primary:#789BA8;--e-global-color-secondary:#B2C2CA;--e-global-color-text:#6C7E8F;--e-global-color-accent:#5A5A5E;--e-global-color-3230c74:#FFFFFF;--e-global-color-7ca7851:#000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:700;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1250px){.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 *//*Custom Colour Overlay*/

.colour-overlay{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var( --e-global-color-primary );
  mix-blend-mode: soft-light;
  opacity: 100%;
  
  z-index: 1;
}

/*Custom Colour Overlay Hover*/

.image-hover .colour-overlay, .image-hover img{
    transition: 1s;
    opacity: 1;
    transition: opacity 1s;
}

.image-hover:hover .colour-overlay{
    opacity: 0;
}

 .image-hover:hover img{
     filter: grayscale(0%) !important;
 }

/*Wrapper*/
/*Used to ensure floating divs don't break page layout*/

.wrapper{
    overflow:hidden;
}

body{
    height:  auto !important;
}/* End custom CSS */