.elementor-kit-6{--e-global-color-primary:#FF6704;--e-global-color-secondary:#252128;--e-global-color-text:#252128;--e-global-color-accent:#FF6704;--e-global-color-0545c4e:#BDBDBD;--e-global-color-50d22e0:#FFFFFF;--e-global-color-90dca38:#000000;--e-global-color-033667f:#141329;--e-global-color-0b97304:#E7ECFE;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-9d8184d-font-family:"Open Sans";--e-global-typography-9d8184d-font-size:16px;--e-global-typography-9d8184d-font-weight:400;--e-global-typography-f783dac-font-family:"Open Sans";--e-global-typography-f783dac-font-size:16px;--e-global-typography-f783dac-font-weight:400;--e-global-typography-f783dac-text-transform:uppercase;font-family:"Open Sans", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 a:hover{color:var( --e-global-color-text );}.elementor-kit-6 h1{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-kit-6 h2{font-family:"Quicksand", Sans-serif;}.elementor-kit-6 h3{font-family:"Quicksand", Sans-serif;}.elementor-kit-6 h4{font-family:"Quicksand", Sans-serif;}.elementor-kit-6 h5{font-family:"Quicksand", Sans-serif;}.elementor-kit-6 h6{font-family:"Quicksand", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 *//****Sticky Header****/
/*.sticky-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}*/
.elementor-nav-menu--dropdown .elementor-item:focus {
    background-color: transparent;
}
@media screen and (max-width: 1024px) {
    .sticky-header .elementor-nav-menu--dropdown li:not(:last-child) {
        border: 0!important;
    }
}
.sticky-header {
     position: relative;
    z-index: 999;
        margin-top: -1px;
}
.sticky-header.sticky-on {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
    -webkit-box-shadow: 0px 6px 15px rgb(var(--color-black-rgb)/0.06);
    box-shadow: 0px 6px 15px rgb(0 0 0/0.03);
    background-color: #000;
    border-bottom: 1px solid #dddddd29;
}


.admin-bar .sticky-header.sticky-on {
    margin-top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar .sticky-header.sticky-on {
        margin-top: 0px;
    }
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

/**** Schedule Section ****/
@media screen and (max-width: 1024px) {
    .schedule-section {
        background: transparent!important;
    }
}

/**** Scroll to Top ****/
.scroll-top::before {
    content: "";
    position: absolute;
    top: 47%;
    left: -15px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-right-radius: 20px;
    box-shadow: 1px -10px 0 0 #fff;
}
.scroll-top::after {
    content: "";
    position: absolute;
    top: 47%;
    right: -15px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-left-radius: 20px;
    box-shadow: -1px -10px 0 0 #fff;
}

/**** Upcoming Sessions Section ****/

.upcoming-sessions li .elementor-price-list-description i {
    margin-right: 7px;
}

.upcoming-sessions li .elementor-price-list-header {
    margin-bottom: 18px!important;
}/* End custom CSS */