.elementor-kit-6{--e-global-color-primary:#003865;--e-global-color-secondary:#1A75BC;--e-global-color-text:#334155;--e-global-color-accent:#F59E0B;--e-global-color-39eab5e:#F8FAFC;--e-global-typography-primary-font-family:"Inter";--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;}.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){--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-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 */.process-timeline::before{
    content: "";
    position: absolute;

    top: -11px;

    left: 12.5%;

    width: 75%;

    height: 2px;

    background: #E2E8F0;

    z-index: 0;
}

.process-card{

position:relative;

background:white;

z-index:2;

}

.process-card::before{

content:"";

position:absolute;

width:18px;

height:18px;

border-radius:50%;

background:white;

border:4px solid #003865;

top:-44px;

left:50%;

transform:translateX(-50%);

z-index:5;

}

.process-card{

transition:.35s ease;

}

.process-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.process-card:hover::before{

background:#003865;

transform:translateX(-50%) scale(1.2);

transition:.35s;

}

@media(max-width:991px){

.process-timeline::before{

display:none;

}

}

.process-card::after{

content:"";

position:absolute;

width:34px;

height:34px;

border-radius:50%;

background:rgba(0,56,101,.12);

top:-52px;

left:50%;

transform:translateX(-50%);

z-index:1;

}


@media (max-width: 767px){

    /* Horizontal line hide */
    .process-timeline::before{
        display:none;
    }

    /* Dot hide */
    .process-card::before{
        display:none;
    }

    /* Glow hide */
    .process-card::after{
        display:none;
    }

    /* Hover effect remove */
    .process-card:hover{
        transform:none;
        box-shadow:none;
    }

}/* End custom CSS */