.elementor-kit-7{--e-global-color-primary:#2D3322;--e-global-color-secondary:#6E920D;--e-global-color-text:#000000;--e-global-color-accent:#495A5F;--e-global-color-46f964e:#E0E7CD;--e-global-color-3436d70:#F4C564;--e-global-color-42aa1cd:#FFFFFF;--e-global-typography-primary-font-style:normal;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;font-size:16px;line-height:28px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"DM Serif Display", Sans-serif;font-size:80px;line-height:90px;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"DM Serif Display", Sans-serif;font-size:64px;font-weight:400;font-style:normal;line-height:58px;}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-family:"DM Serif Display", Sans-serif;font-size:45px;}.elementor-kit-7 h5{font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1172px;}.e-con{--container-max-width:1172px;}.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-kit-7 h1{font-size:70px;line-height:68px;}.elementor-kit-7 h3{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-text-font-size:16px;}.elementor-kit-7 h1{font-size:38px;line-height:50px;}.elementor-kit-7 h2{font-size:32px;line-height:40px;}.elementor-kit-7 h3{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    overflow-x: hidden;
}

@media (max-width: 1024px) {
body.admin-bar .dialog-type-lightbox {
    position: fixed;
}
}


.full svg {
    width: 100%;
    height: 100%;
}

.elementor-kit-7 .animated_divider{
        background-image: linear-gradient(123deg, #495A5F 48%, #E0E7CD 49%);
    min-height: 5px;
    width: 90px;
    border-radius: 3px;
    background-size: 200% 200%;
    -webkit-animation: gradient 2s ease infinite;
    animation: gradient 2s ease infinite;
    animation-iteration-count: infinite;
}

@keyframes gradient{
0% {
    background-position: 0% 50%;
}

50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}/* End custom CSS */