.elementor-kit-23{--e-global-color-primary:#FF7302;--e-global-color-secondary:#70A729;--e-global-color-text:#2C2C2C;--e-global-color-accent:#191F28;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-23 e-page-transition{background-color:#FFBC7D;}.elementor-kit-23 a{color:#FF7302;}.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-23 button,.elementor-kit-23 input[type="button"],.elementor-kit-23 input[type="submit"],.elementor-kit-23 .elementor-button{font-size:14px;padding:12px 10px 12px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.color-primary{
    color:#FF7302 !important;
}
.custom-background {
    background: linear-gradient(-45deg, #ffdcc0, #dfffb6, #ffdcc0, #dfffb6);
    background-size: 400% 400%;
    animation-name: gradient;
    animation-duration: 15s;
    animation-iteration-count:infinite;
}


@keyframes gradient {
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
    
}
.cstm-heading h3:before{
   content: '';
    width: 5px;
    height: 35px;
    background-color: #ff7302;
    display: inline-block;
    margin-right: 10px;
    vertical-align: sub;
}/* End custom CSS */