.elementor-kit-9{--e-global-color-primary:#000C2E;--e-global-color-secondary:#54595F;--e-global-color-text:#494444;--e-global-color-accent:#FF430B;--e-global-color-3a5c13e:#FFFFFF;--e-global-color-485842d:#000000;--e-global-color-14f3d97:#DBDFE3;--e-global-typography-primary-font-family:"Montserrat";--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:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-size:18px;line-height:1.3em;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-size:50px;line-height:1.2em;}.elementor-kit-9 h2{font-size:40px;line-height:1.3em;}.elementor-kit-9 h3{font-size:34px;line-height:1.3em;}.elementor-kit-9 h4{font-size:28px;line-height:1.3em;}.elementor-kit-9 h5{font-size:24px;line-height:1.3em;}.elementor-kit-9 h6{font-size:20px;line-height:1.3em;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{border-radius:5px 5px 5px 5px;padding:15px 30px 15px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}.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:1024px){.elementor-kit-9 h1{font-size:34px;}.elementor-kit-9 h2{font-size:30px;}.elementor-kit-9 h3{font-size:28px;}.elementor-kit-9 h4{font-size:24px;}.elementor-kit-9 h5{font-size:22px;}.elementor-kit-9 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{font-size:16px;}.elementor-kit-9 h1{font-size:28px;}.elementor-kit-9 h2{font-size:26px;}.elementor-kit-9 h3{font-size:24px;}.elementor-kit-9 h4{font-size:22px;}.elementor-kit-9 h5{font-size:20px;}.elementor-kit-9 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p{
    margin: 0;
}
.button_animation .elementor-button {
    z-index: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: transform 350ms ease;
}
.button_animation .elementor-button:before {
    transform: translateX(-100%);
    z-index: -1;
}
.button_animation .elementor-button:after {
    z-index: -1;
    transform: translateX(100%);
    transition: none;
    transition: transform 350ms ease;
}
.button_animation .elementor-button:before, .elementor-kit-9 .elementor-button:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: var( --e-global-color-accent )
}
.button_animation .elementor-button:hover {
    color: #fff !important;
}
.button_animation .elementor-button:hover:before {
    transform: translateX(0);
    transition: transform 350ms ease;
}
.button_animation .elementor-button:hover:after {
    opacity: -1;
    transform: translateX(0);
    transition: transform 350ms 360ms ease;
}

/*Image effect*/

.effect_image .elementor-widget-container {
    overflow: hidden;
    position: relative;
}

.effect_image .elementor-widget-container:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.effect_image .elementor-widget-container:hover:after {
    height: 250%;
    transition: all 600ms linear !important;
    background-color: transparent;
}
.elementor-kit-9 .elementor-lightbox .elementor-video-container .elementor-video-landscape
 {
        max-height: 50vh;
        width: 50vw;
    }/* End custom CSS */