.elementor-kit-6{--e-global-color-primary:#FF7C4B;--e-global-color-secondary:#F8F8F8;--e-global-color-text:#191919;--e-global-color-accent:#E1DA42;--e-global-color-40eb894:#FFFFFF00;--e-global-color-923be5a:#161967;--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;--e-global-typography-63a6d8e-font-family:"Roboto";--e-global-typography-63a6d8e-font-size:20px;--e-global-typography-63a6d8e-font-weight:500;--e-global-typography-63a6d8e-line-height:1.2em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
.elementor-element.fadeInDown {
    animation-name: fadeDown
}
@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}
@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
.elementor-element.fadeInRight {
    animation-name: fadeRight
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
.elementor-element.fadeInUp {
    animation-name: fadeUp
}

/*Hide reCaptcha*/
.elementor-g-recaptcha{
	display:none;
}
/*remove the annoying bottom space in text and post content widget*/
.elementor-widget-text-editor p:last-child, .elementor-widget-theme-post-content p:last-child {
margin-bottom:0px;
}
/* Blur Popup Background */
.elementor-popup-modal{
	backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.normal {
	padding: 5vw 3vw;
}
@media only screen and (max-width: 767px){
.normal{
	padding: 40px 18px;
	}
}
/* Class for custom span (text) color */
.colored{
    color: var( --e-global-color-primary );
}/* End custom CSS */