.elementor-kit-13155{--e-global-color-primary:#367C2B;--e-global-color-secondary:#7FBA69;--e-global-color-text:#BFCADF;--e-global-color-accent:#61CE70;--e-global-color-b1351e8:#FFFFFF;--e-global-color-244047d:#000000;--e-global-color-d307a2f:#4F4F69;--e-global-color-590d71e:#F3F3F3;--e-global-color-05f3c0b:#FF7400;--e-global-color-6e07627:#0000000F;--e-global-typography-primary-font-family:"Lora";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:60px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:22px;--e-global-typography-accent-font-family:"Lora";--e-global-typography-accent-font-size:32px;--e-global-typography-accent-font-weight:500;--e-global-typography-2e10a88-font-size:16px;--e-global-typography-2e10a88-font-weight:500;--e-global-typography-2e10a88-line-height:28px;--e-global-typography-e11e590-font-family:"Lora";--e-global-typography-e11e590-font-size:22px;--e-global-typography-e11e590-font-weight:500;--e-global-typography-e11e590-line-height:32px;--e-global-typography-e799db0-font-family:"Jost";--e-global-typography-e799db0-font-size:16px;--e-global-typography-e799db0-font-weight:500;--e-global-typography-e799db0-line-height:26px;}.elementor-kit-13155 button,.elementor-kit-13155 input[type="button"],.elementor-kit-13155 input[type="submit"],.elementor-kit-13155 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-b1351e8 );}.elementor-kit-13155 e-page-transition{background-color:#FFBC7D;}.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);}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13155{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:42px;--e-global-typography-accent-font-size:24px;--e-global-typography-e11e590-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*homepage icon box cta */

.icon-cta .elementor-icon-box-wrapper {
    display: flex;
    align-items: center !important;
}

.icon-cta .elementor-icon-box-title {
    margin:0px;
    margin-bottom:05px;
}

.icon-cta:hover .elementor-icon-box-icon {
    transform:translateY(-10px);
    transition: all ease-out .3s
}

.icon-cta .elementor-icon-box-icon {
    transition: all ease-out .3s
}

/* underline button css - green */

.underline-btn .elementor-button-text {
    display:inline-block;
    position:relative;
}

@media screen and (min-width: 1024px) {
    
    

.underline-btn .elementor-button-text:before {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #367C2B;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
} }

@media screen and (max-width: 1024px) {

.underline-btn .elementor-button-text:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #367C2B;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
} }

.underline-btn.elementor-widget-button:hover  .elementor-button-text:before {
width: 0%;
}

/* News preview line clamp */

.news-preview {
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
     -webkit-line-clamp:3;
}

.news-preview img {
    display:none;
    height:0px;
}

/* image shadow */

.img-shadow img {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

/* custom bullet points code */
.custom-bullet ul {
    padding-inline-start:25px !important;
}

.custom-bullet li::marker {    
    font-family: 'FontAwesome';
    content: '';
    margin:0px 0px 0 0px;
    color: #FD7952;
    max-width:0px !important;
    width:0px !important;
}

.custom-bullet li::before {
    content: '';
    display: inline-block;
    position:absolute;
    width: 5px; 
    height: 2px; 
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%225%22 height=%222%22 fill=%22none%22 viewBox=%220 0 5 2%22%3E%3Cpath stroke=%22%23367C2B%22 stroke-width=%222%22 d=%22M0 1h5%22/%3E%3C/svg%3E');

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top:0.6em;
    margin-left:-15px;
}

/* accordian faq title css */
.faq-accordion .e-n-accordion-item-title {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
}

/* svg icon box css */

.svg-icon-box .elementor-icon-box-wrapper {
    display: flex;
    align-items: center !important;
}

.svg-icon-box .elementor-icon-box-title {
    margin:0px;
    margin-bottom:05px;
}

.svg-icon-box .elementor-icon {
    background:white;
    border-radius:50%;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

/* link color global */

.elementor-widget-text-editor .elementor-widget-container p a {
    color:inherit;
    text-decoration: underline;
}

.elementor-widget-text-editor .elementor-widget-container ul a {
    color:inherit;
    text-decoration: underline;
}

.elementor-widget-text-editor .elementor-widget-container ul {
    margin-bottom:10px;
}

/* global dropdown css */

.page-subnav .elementor-nav-menu a {
    text-wrap: wrap;
}

.page-subnav .menu-item {
    border-top:solid 1px white;
    width:100%;
    
}

@media screen and (min-width: 767px) {
    
    .page-subnav .sub-arrow {
        display:none !important;
    }
    
    .page-subnav .elementor-item:hover {
    transform:translateX(10px);
}

.page-subnav .sub-menu {
    display:inline-block !important;
    width:100% !important;
    position:inherit;
}

.page-subnav .elementor-nav-menu--main .elementor-nav-menu ul {
    position:relative !important;
}

/*

.page-subnav .menu-item {
    display:flex;
    flex-direction:column;
} */

.page-subnav .elementor-nav-menu ul {
    position:relative;
    margin:0px !important;
}

.page-subnav .sub-menu .menu-item-type-post_type:hover a {
    transform:translateX(10px);
}
}

@media screen and (max-width: 767px) {
    
.page-subnav .elementor-menu-toggle::before {
        content:'View Quicklinks';
        color:white;
        text:inherit;
        display:inline;
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }
    
    .page-subnav .elementor-menu-toggle {
        background:transparent;
    } 
    
    .page-subnav .elementor-menu-toggle svg {
        display:none;
        
    } 
    
    .page-subnav .menu-item {
    display:flex;
    flex-direction:column;
} 

.page-subnav .elementor-nav-menu ul {
    position:relative;
    margin:0px !important;
}
    
.page-subnav .elementor-nav-menu .menu-item a {
    text-wrap: wrap;
    text-align:center;
}

.page-subnav .menu-item {
    display:flex;
    flex-direction:column;
}
    
    
}

/* block practis popup */

.practis_popup_inner {
    display:none;
}

/* gravity forms styling */

.gform_button.button {
    background:var( --e-global-color-primary ) !Important;
    border-radius:0px !important;
    font-family: var(--e-global-typography-e799db0-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-e799db0-font-size);
    font-weight: var(--e-global-typography-e799db0-font-weight) !important;
    line-height: var(--e-global-typography-e799db0-line-height) !important;
    padding: 1px 24px !important;
}

.gform_button.button:hover {
    background:var( --e-global-color-secondary ) !Important;
    border-radius:0px !important;
}

.gform-field-label {
    font-family: var(--e-global-typography-e799db0-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-e799db0-font-size);
}

/*
.gform-grid-row input, .gfield input,  {
    border-radius:0px !important;
} */

.gform_wrapper form input, .gform-wrapper .textarea, .ginput_container_textarea textarea {
    border-radius:0px !important;
}

.gk-gravity-form h3 {
    font-family: var(--e-global-typography-e11e590-font-family), Sans-serif;
    font-size: var(--e-global-typography-e11e590-font-size);
    font-weight: var(--e-global-typography-e11e590-font-weight);
    line-height: var(--e-global-typography-e11e590-line-height);
}

.gk-gravity-form p {
    color: var(--e-global-color-d307a2f);
    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);
}

/* fit height css */
.fit-height {
    height:fit-content;
}

.fit-width {
    width:fit-content;
}

/* name style global */

.name-style h3 {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
}

.name-style h4 {
    font-family: var(--e-global-typography-e11e590-font-family), Sans-serif;
    font-size: var(--e-global-typography-e11e590-font-size);
    font-weight: var(--e-global-typography-e11e590-font-weight);
    line-height: var(--e-global-typography-e11e590-line-height);
}

/* white button css */

.wht-btn .elementor-button {
    background-color:white !important;
}

.wht-btn .elementor-button span {
    color: var(--e-global-color-primary) !important;
}

.wht-btn .elementor-button:hover {
    background-color:#BFCADF !important;
}

.wht-btn .elementor-button:hover span {
    color:var(--e-global-color-primary) !important;
}

/* green button css */

.grn-btn .elementor-button {
    background-color:var(--e-global-color-primary) !important;
}

.grn-btn .elementor-button span {
    color: white !important;
}

.grn-btn .elementor-button:hover {
    background-color:var(--e-global-color-secondary) !important;
}

.grn-btn .elementor-button:hover span {
    color:white !important;
}/* End custom CSS */