.elementor-kit-42234{--e-global-color-primary:#004699;--e-global-color-secondary:#11A74A;--e-global-color-text:#555555;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:60px;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:40px;--e-global-typography-secondary-letter-spacing:0.1px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:26px;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#555555;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:26px;letter-spacing:0px;}.elementor-kit-42234 button,.elementor-kit-42234 input[type="button"],.elementor-kit-42234 input[type="submit"],.elementor-kit-42234 .elementor-button{background-color:#004699;font-family:"Inter", Sans-serif;font-size:26px;font-weight:700;line-height:24px;letter-spacing:0px;color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#004699;border-radius:6px 6px 6px 6px;padding:12px 28px 12px 28px;}.elementor-kit-42234 e-page-transition{background-color:#FFBC7D;}.elementor-kit-42234 a{color:#0000FF;font-family:"Inter", Sans-serif;font-size:16px;line-height:24px;letter-spacing:0px;}.elementor-kit-42234 h1{color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:48px;font-weight:800;line-height:60px;letter-spacing:0px;}.elementor-kit-42234 h2{color:#333333;font-family:"Inter", Sans-serif;font-size:25px;font-weight:700;line-height:40px;letter-spacing:0px;}.elementor-kit-42234 h3{color:#333333;font-family:"Inter", Sans-serif;font-size:20px;font-weight:600;line-height:30px;letter-spacing:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-42234 p{margin-block-end:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */#no-rish-text {
    display: none;
}

/* Show only on mobile */
@media (max-width: 767px) {
    #no-rish-text {
        display: block;
    }
}

html{
    overflow-x: hidden;
}

/*Typography*/
p {
    font-family: Inter;
}

/*Colors*/
.text-secondary {
    color: #11A74A;
}
.text-peacock-blue {
    color: #0063C6;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}

/*Spacing*/
.elementor-element .mb-0 {
    margin-bottom: 0 !important;
}
.mt-2 {
    margin-top: 8px !important;
}

/*Utilities*/
.text-underline {
    text-decoration: underline !important;
}
.text-center {
    text-align: center;
}
.fw-bold {
    font-weight: bold;
}
.text-white {
    color: #fff;
}

/*Responsive*/
@media (max-width: 1024px) {
    .elementor-element h1 {
        font-size: 32px !important;
        line-height: 44px !important;
        text-align: center;
    }
}
@media (max-width: 767px) {
 .elementor-element .max-767-mb-0 {
        margin-bottom: 0;
    }   
}

/* Actions / Events */
.elementor-element a.e-button-base:hover, .elementor-element a.elementor-button-link:hover {
    transform: scale(1.05);
}
@media (prefers-reduced-motion: reduce) {
    .applybutton, .elementor-element a.e-button-base, .elementor-element a.elementor-button-link  {
        transition-duration: .5s !important;
        transition-timing-function: ease !important;
    }
}

/*Product Hero Styles*/

@media (min-width: 1300px) {
    section#product-hero > div {
        max-width: 1311px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}/* End custom CSS */