.elementor-kit-2625{--e-global-color-primary:#060F26;--e-global-color-secondary:#54595F;--e-global-color-text:#060F26;--e-global-color-accent:#61CE70;--e-global-color-15dc724:#00E3C2;--e-global-color-0241358:#7A7F8E;--e-global-color-3004847:#060F26;--e-global-color-76a54cc:#C4C4C433;--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:"Montserrat";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:23px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-52b90cd-font-family:"Montserrat";--e-global-typography-52b90cd-font-size:36px;--e-global-typography-52b90cd-font-weight:600;--e-global-typography-deb9312-font-family:"Montserrat";--e-global-typography-deb9312-font-size:20px;--e-global-typography-deb9312-font-weight:700;--e-global-typography-deb9312-line-height:23px;background-color:#FFFFFF00;}.elementor-kit-2625 button,.elementor-kit-2625 input[type="button"],.elementor-kit-2625 input[type="submit"],.elementor-kit-2625 .elementor-button{background-color:#00E3C2;color:#FFFFFF;}.elementor-kit-2625 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2625 a{color:var( --e-global-color-3004847 );font-weight:bold;}.elementor-kit-2625 a:hover{color:var( --e-global-color-3004847 );font-weight:bold;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1230px;}.e-con{--container-max-width:1230px;}.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: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 */li a,li a:hover{
    text-decoration: none;
}

.elementor-divider-separator{
    border-radius: 88px
}

.m-0 p{
    margin: 0;
}

.custom-bg-1{
    background: linear-gradient(180deg, #00284C 0%, #002F57 62.5%, #001D39 95%);
}

/*animation */

@keyframes fadeInLeft1 {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft1 !important;
}


@keyframes fadeInRight1 {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight1 !important;
}

@keyframes fadeInUp1 {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp1 !important;
}/* End custom CSS */