.elementor-kit-6{--e-global-color-primary:#2F2913;--e-global-color-secondary:#BC6482;--e-global-color-text:#3B3B3B;--e-global-color-accent:#FFFFFF;--e-global-color-1e3e410:#FC9421;--e-global-color-d066966:#F90859;--e-global-color-0c9f2d8:#38A832;--e-global-color-b02966d:#18697F;--e-global-color-7eda9d8:#000000;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:15px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-line-height:1.2em;--e-global-typography-72d1217-font-family:"Manrope";--e-global-typography-72d1217-font-size:24px;--e-global-typography-72d1217-font-weight:800;--e-global-typography-72d1217-text-transform:capitalize;--e-global-typography-72d1217-line-height:1.2em;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:transparent;color:#FFFFFF;background-image:linear-gradient(90deg, var( --e-global-color-1e3e410 ) 0%, #f2295b 100%);box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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-6{--e-global-typography-primary-font-size:35px;--e-global-typography-secondary-font-size:14px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:15px;--e-global-typography-72d1217-font-size:21px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 p{margin-block-end:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:30px;--e-global-typography-72d1217-font-size:19px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow-x: hidden;
}


.cus-btn-hover a{
    position: relative;
    transition: all 0.5s linear;
    overflow: hidden !important;
}

.cus-btn-hover a span{
    position: relative;
    z-index: 3;
}

.cus-btn-hover a:after{
    position: absolute;
    content: "";
    background-color: #1e3737;
    width: 100%;
    height: 200px;
    left: -117%;
    top: -100%;
    border-radius: 0px;
    transition: all 400ms ease;
    transform: rotate(20deg);
}

.cus-btn-hover a:before{
    position: absolute;
    content: "";
    background-color: #1e3737;
    width: 100%;
    height: 200px;
    right: -115%;
    top: -100%;
    border-radius: 0px;
    transition: all 400ms ease;
    transform: rotate(20deg);
}

.cus-btn-hover a:hover:after{
    left: -52%;
}

.cus-btn-hover a:hover:before{
    right: -52%;
}


.tax-addon-category .cus-booth-cat-sec, .tax-addon-category .cus-event-addon-sec{
    display: none;
}

.tax-booths-category .cus-addon-cat-sec, .tax-booths-category .cus-event-addon-sec{
    display: none;
}

.tax-event-type .cus-cta-sec, .tax-event-type .cus-cat-pack, .tax-event-type .cus-addon-cat-sec2{
    display: none;
}












@media screen and (max-width: 767px){
    .cus-btn a{
        min-width: 216px;
    }
}





/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */