.elementor-kit-10{--e-global-color-primary:#3D7329;--e-global-color-secondary:#000000;--e-global-color-text:#353535;--e-global-color-accent:#3DAB3F;--e-global-color-kadence1:#2CC52F;--e-global-color-kadence2:#FEF8EE;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence6:#718096;--e-global-color-kadence9:#ffffff;--e-global-color-kadence8:#F7FAFC;--e-global-color-a7646cc:#FFFFFF;--e-global-color-9ad0072:#A3AD30;--e-global-color-7a0e5dc:#949E2F;--e-global-color-7aaaf07:#467FF7;--e-global-color-cac2682:#345214;--e-global-color-8f77a6f:#F8D979;--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:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-weight:500;font-family:"Figtree", Sans-serif;font-size:15px;letter-spacing:0.5px;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Nexa", Sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;color:var( --e-global-color-a7646cc );border-radius:5px 5px 5px 5px;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:var( --e-global-color-accent );color:#FFFFFF;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a:hover{color:#42C644;}.elementor-kit-10 h1{font-family:"Poppins", Sans-serif;font-size:54px;}.elementor-kit-10 h2{font-family:"Nexa", Sans-serif;font-size:42px;line-height:1.5em;letter-spacing:0.5px;}.elementor-kit-10 h3{font-family:"Poppins", Sans-serif;font-size:32px;}.elementor-kit-10 h4{font-family:"Poppins", Sans-serif;font-size:24px;font-style:italic;}.elementor-kit-10 h5{font-family:"Poppins", Sans-serif;font-size:20px;}.elementor-kit-10 h6{font-family:"Poppins", Sans-serif;font-size:15px;font-weight:bold;}.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 */