.elementor-kit-10{--e-global-color-primary:#3D7329;--e-global-color-secondary:#000000;--e-global-color-text:#353535;--e-global-color-accent:#3D7329;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence6:#718096;--e-global-color-kadence9:#ffffff;--e-global-color-kadence5:#4A5568;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-a7646cc:#FFFFFF;--e-global-color-0af5eff:#2CC52F;--e-global-color-9ad0072:#A3AD30;--e-global-color-7a0e5dc:#949E2F;--e-global-color-7aaaf07:#467FF7;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:0.5px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0px;font-family:"Figtree", Sans-serif;font-size:15px;letter-spacing:0.5px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{border-radius:0px 0px 0px 0px;}.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 */header.sticky-header {
    --header-height: 90px;
    --opacity: 1;
    --shrink-me: 0.85;
    --sticky-background-color: #FFFFFF;
    --transition: .4s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));
}


/* Hides the default WP Courseware unit navigation at the bottom of each unit.

.wpcw_fe_navigation_box {
    display: none;
}*/


/* Style the font of the courseware progress table to raleway.
*/
.wpcw_fe_table {
    font-family: raleway, arial, Sans-Serif;
}


/* Style the course title for the course progress table. 
*/
.wpcw_fe_course_title {
    font-family: nexa, helvetica, Sans-Serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    color: #3D7329;
}

.wpcw_fe_navigation_box {
    padding-bottom: 50px;
}/* End custom CSS */