.elementor-kit-15{--e-global-color-primary:#070B29;--e-global-color-secondary:#0175FF;--e-global-color-text:#9B9EAA;--e-global-color-accent:#FFFFFF;--e-global-color-61c01e98:#45485E;--e-global-color-69bf31ed:#9B9EAAC2;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-size:43px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-9e9f683-font-family:"Roboto";--e-global-typography-9e9f683-font-weight:500;--e-global-typography-9e9f683-text-transform:capitalize;--e-global-typography-a4f2905-font-family:"Oswald";--e-global-typography-a4f2905-font-size:25px;--e-global-typography-a4f2905-font-weight:400;--e-global-typography-a4f2905-text-transform:uppercase;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{background-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-9e9f683-font-family ), Sans-serif;font-size:var( --e-global-typography-9e9f683-font-size );font-weight:var( --e-global-typography-9e9f683-font-weight );text-transform:var( --e-global-typography-9e9f683-text-transform );color:var( --e-global-color-accent );border-radius:10px 10px 10px 10px;padding:15px 30px 015px 30px;}.elementor-kit-15 button:hover,.elementor-kit-15 button:focus,.elementor-kit-15 input[type="button"]:hover,.elementor-kit-15 input[type="button"]:focus,.elementor-kit-15 input[type="submit"]:hover,.elementor-kit-15 input[type="submit"]:focus,.elementor-kit-15 .elementor-button:hover,.elementor-kit-15 .elementor-button:focus{background-color:transparent;background-image:linear-gradient(90deg, #1D4795 18%, #0175FF 100%);}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;}{}.sc_layouts_title_caption{display:var(--page-title-display);}@media(max-width:1279px){.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{font-size:var( --e-global-typography-9e9f683-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-15{--e-global-typography-primary-font-size:45px;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{font-size:var( --e-global-typography-9e9f683-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Input, textarea, select fields for all Gravity Forms */
body .gform_wrapper .gfield input,
body .gform_wrapper .gfield textarea,
body .gform_wrapper .gfield select {
    background-color: #070B29 !important;
    border: 1px solid #9B9EAAC2 !important;    
    color: #fff !important;
}

/* Placeholder text for all forms */
body .gform_wrapper .gfield input::placeholder,
body .gform_wrapper .gfield textarea::placeholder,
body .gform_wrapper .gfield select::placeholder,
body .gform_wrapper .gfield input::-webkit-input-placeholder,
body .gform_wrapper .gfield textarea::-webkit-input-placeholder,
body .gform_wrapper .gfield select::-webkit-input-placeholder {
    color: #9B9EAA !important;
    opacity: 1 !important;
}

/* Submit buttons for all Gravity Forms */
body .gform_wrapper .gform_footer input[type="submit"] {
    display: inline-block;
    padding: 15px 30px;
    font-family: roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff !important;                  /* global button text color */
    background-color: var(--e-global-color-secondary) !important;
    border-radius: 10px;           
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover effect for all submit buttons */
body .gform_wrapper .gform_footer input[type="submit"]:hover {
     background: linear-gradient(90deg, #1D4795 18%, #0175FF 100%) !important;
}


.trx_addons_scroll_to_top {
    border-radius: 50px;
    color: #070b29;
}/* End custom CSS */