.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#8A0000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#32589E;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"Lato", Sans-serif;font-size:18px;font-weight:500;line-height:18px;}.elementor-kit-5 a{color:#FFFFFF;font-family:"Lato", Sans-serif;font-size:18px;font-weight:800;}.elementor-kit-5 h1{font-family:"Lato", Sans-serif;}.elementor-kit-5 h2{font-family:"Lato", Sans-serif;}.elementor-kit-5 h3{font-family:"Lato", Sans-serif;}.elementor-kit-5 h4{font-family:"Lato", Sans-serif;}.elementor-kit-5 h5{font-family:"Lato", Sans-serif;}.elementor-kit-5 h6{font-family:"Lato", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 */body{
min-height: 100vh;
display: flex;
flex-direction: column;
}
.elementor-location-footer {
margin-top: auto;
}

/*++++++ Button for white text*/

.button-w{
    
    border: 1px solid #fff;
}
.button-w::before  {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: white;
  transition:0.5s all;
  z-index: -1;

}
   
 
 .button-w:hover   span {
 color: black !important;
 
    }
     .button-w:hover   p {
 color: black !important;


    }
    
.button-w:hover::before {
  left: 0;
  width: 100%;
 


}
/*++++++ Button for black text*/
.button-b{
    
    border: 1px solid black;
}
.button-b::before  {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: black;
  transition:0.5s all;
  z-index: -1;

}
   
 
 .button-b:hover   span {
 color: white !important;
 
    }
     .button-b:hover p {
 color: white !important;


    }
    
.button-b:hover::before {
  left: 0;
  width: 100%;
 


}/* End custom CSS */