.elementor-kit-6{--e-global-color-primary:#184622;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000CC;--e-global-color-accent:#859B3B;--e-global-color-1f6b202:#F7F7F7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Mulish", Sans-serif;font-size:20px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-size:20px;font-weight:700;text-transform:uppercase;text-decoration:none;color:var( --e-global-color-secondary );border-radius:4px 4px 4px 4px;padding:18px 32px 18px 32px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-weight:700;text-decoration:underline;}.elementor-kit-6 h1{color:var( --e-global-color-secondary );font-size:61px;font-weight:800;line-height:64px;}.elementor-kit-6 h2{color:#000000;font-size:49px;font-weight:800;}.elementor-kit-6 h3{color:var( --e-global-color-secondary );font-size:25px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 */.elementor-button{
    position: relative;
    overflow: hidden;
}
.elementor-button .elementor-button-text{
    position: relative;
    z-index: 2;
}
.elementor-button::before{
    content: "";
    position: absolute;
    border-radius: 500px;
    background: #859B3B;
    transform: translateX(-50%);
    transition: transform 0.6s ease;
    bottom: -50px;
    left: 50%;
    width: 20px;
    height: 20px;
    z-index: 1;
}
.elementor-button:hover::before{
    transform: translateX(-50%) scale(50);
}
.benefit-card .icon-container{
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.benefit-card:hover .icon-container{
    box-shadow: 0px 20px 30px 0px #0000003D;
    background-color: #FFF!important;
}

.benefit-card:hover .icon-container{
    box-shadow: 0px 20px 30px 0px #0000003D;
    background-color: #FFF!important;
}

.benefit-card .icon-stroke path{
    transition: stroke 0.4s ease;
}

.benefit-card .icon path{
    transition: fill 0.4s ease;
}
.benefit-card:hover .icon-stroke path{
    stroke: #184622!important;
}
.benefit-card:hover .icon path{
    fill: #184622!important;
}

.scroll-down-arrow{
    opacity: 0;
    transition: all 0.6s ease;
    cursor: pointer;
} 
.scroll-down-arrow.active{
    opacity: 1;
}
.scroll-down-arrow.active:hover{
    background: #184622!important;
}/* End custom CSS */