.elementor-kit-7{--e-global-color-primary:#008CBF;--e-global-color-secondary:#58595B;--e-global-color-accent:#00558F;--e-global-color-text:#202020;--e-global-color-4caf54b:#E0DFE0;--e-global-color-d4d3ba0:#FFFFFF;--e-global-typography-primary-font-family:"PT Sans";--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:var( --e-global-color-text );font-family:"PT Sans", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}.elementor-widget:not(:last-child){margin-block-end:1rem;}.elementor-element{--widgets-spacing:1rem 1rem;}{}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:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS *//* Global button Animation*/
/* Background Slide Left*/
.elementor-button span{
    position: relative;
}

.elementor-button {
position: relative;
overflow: hidden;
}

.elementor-button:before {
content: '';
position: absolute;
top: 0;
left: -100%;
right: 0;
bottom: 0;
transition: transform 0.5s ease;
-webkit-transition: -webkit-transform 0.5s ease; /* Safari */
-moz-transition: -moz-transform 0.5s ease; /* Firefox */
z-index: 0;
}

.elementor-button:hover:before {
transform: translateX(100%);
}


/* Custom Button icon's*/
.px-ico{
    margin: 0 .25rem 0 0;
}/* End custom CSS */