.elementor-kit-6{--e-global-color-primary:#3F5A73;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-0d7d02a:#5B89B0;--e-global-color-3685922:#EDF4FF;--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;background-color:#F7F9FF;font-family:"DM Sans", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#3F5A73;font-family:"DM Sans", Sans-serif;font-size:16px;color:#FFFFFF;border-radius:999px 999px 999px 999px;padding:10px 22px 10px 22px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-0d7d02a );color:#FFFFFF;border-radius:999px 999px 999px 999px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#5A6A78;}.elementor-kit-6 h1{color:#1C2E42;font-family:"Plus Jakarta Sans", Sans-serif;font-size:56px;font-weight:800;}.elementor-kit-6 h2{color:#020202;font-family:"Plus Jakarta Sans", Sans-serif;font-size:48px;font-weight:800;}.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);}.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-kit-6 h1{font-size:42px;}.elementor-kit-6 h2{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:36px;}.elementor-kit-6 h2{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Primary:#3F5A73; --HeadingHighlight:rgb(0, 65, 136); --DeepBluePrimary:rgb(0, 43, 95); }
/* Start custom CSS *//* Heading Text*/
.heading-highlight {
    color: rgb(0, 65, 136);
    display: inline-block;
    z-index: 1;
}
.yellow-underline::after {
    display: block;
    content: "";
    width: 100%;
    height: 8px;
    background-color: #F9B200;
    z-index: -1;
    border-radius: 999px;
}

/* Normal Text*/
.small-text {
    font-size: 14px;
}

.card-counter::after {
    content: attr(data-counter);
    font-size: 120px;
    color: rgba(0, 43, 95, 0.2);
    font-weight: bold;
    position: absolute;
    width: 100px;
    height: 10px;
    top: -28px;
    left: 16px;
}

/* This is for the service area */
#service-area-toggle-container {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.4s ease;
}
#service-area-toggle-container.service-area-is-open {
    opacity: 1;
    /* max-height gets set by JS */
}

.service-area-toggle-icon {
    transition: transform 0.4s ease;
}
.service-area-toggle-icon.service-area-is-rotated {
    transform: rotate(180deg);
}/* End custom CSS */