.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-e635373:#000000;--e-global-color-913fcfc:#FFFFFF;--e-global-color-05c0643:#B3B1B1;--e-global-color-6c8a78c:#2563EB;--e-global-typography-primary-font-family:"Rajdhani";--e-global-typography-primary-font-size:58px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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;}.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:1366px){.elementor-kit-6{--e-global-typography-primary-font-size:50px;}}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:42px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (min-width: 992px) {
.parallax-section {
background-attachment: fixed !important;
}
}

.marquee {
overflow: hidden;
white-space: nowrap;
color: #000000;
font-size: 18px;
font-family: "Figtree", Sans-serif;
}

.marquee-inner {
display: flex;
animation: scroll-left 30s linear infinite;
}
.marquee-innermobile {
display: flex;
animation: scroll-left 15s linear infinite;
}

.marquee-inner span {
margin-right: 1rem;
}

@keyframes scroll-left {
0% {
transform: translateX(0);
}

100% {
transform: translateX(-50%);
}
}


/* Submit Button Gravity Forms
-----------------------------*/
.gform_footer input#gform_submit_button_1 {
color: #ffffff;
background: #000000;
font-size: 17px;
font-family: Figtree;
letter-spacing: 1px;
text-transform: uppercase;
float: left;
height: 55px;
min-width: 175px;
border: 1px solid #ffffff;
border-radius: 0px;
margin-left: 12px;
transition: 0.3s;
}
.gform_footer input#gform_submit_button_1:hover[type=submit] {
background: #2563EB;
color: #FFFFFF;
border: 1px solid #2563EB;
}


.gform-body .gform-field-label,.gform-body .gfield_description{
color:#fff !important;
}/* End custom CSS */