.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-493 .elementor-element.elementor-element-f910cc8{--divider-border-style:solid;--divider-color:#0000000D;--divider-border-width:1px;}.elementor-493 .elementor-element.elementor-element-f910cc8 .elementor-divider-separator{width:100%;}.elementor-493 .elementor-element.elementor-element-f910cc8 .elementor-divider{padding-block-start:2px;padding-block-end:2px;}.elementor-493 .elementor-element.elementor-element-8906206{margin:-60px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-493 .elementor-element.elementor-element-1754eb0{margin:-63px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-493 .elementor-element.elementor-element-a982be5{margin:-63px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-493 .elementor-element.elementor-element-9bb6abd > .elementor-container{max-width:1300px;}.elementor-493 .elementor-element.elementor-element-b692413{margin:-63px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-493 .elementor-element.elementor-element-3d9ab91{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-493 .elementor-element.elementor-element-3c864d9 > .elementor-container{max-width:1300px;}.elementor-493 .elementor-element.elementor-element-25aff30{margin:-63px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-493 .elementor-element.elementor-element-0095d93{margin:-63px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-8906206 *//* ==========================
   HERO SECTION
========================== */

.hero-section{
    padding:80px 0;
    background:none;
    overflow:hidden;
    position:relative;
}

.hero-section::before{
    content:"";
    position:absolute;
    right:-150px;
    top:-100px;
    width:700px;
    height:700px;
     
    border-radius:50%;
}

.hero-section::after{
    content:"";
    position:absolute;
    right:80px;
    top:60px;
    width:500px;
    height:500px;
    
    border-radius:50%;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 18px;
    
    color:#1b8e34;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
}

.hero-title{
    font-size:35px;
    font-weight:800;
    line-height:1.15;
    color:#06173d;
    margin-top:25px;
}

.hero-title span{
    color:#2563ff;
    display:block;
    font-size:45px;
}

.hero-text{
    font-size:18px;
    color:#666;
    line-height:1.8;
    max-width:520px;
    margin:25px 0;
}

.hero-btns{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.hero-btns .btn{
    padding:16px 34px;
    border-radius:50px;
    font-weight:700;
    font-size:17px;
}

.btn-primary{
    background:#2563ff;
    border:none;
}

.btn-primary:hover{
    background:#0f4de8;
}

.btn-light{
    background:#fff;
    border:1px solid #eee;
}

/*==========================
Stats
==========================*/

.hero-stats{
    display:flex;
    align-items:center;
    gap:35px;
    margin-top:55px;
    flex-wrap:wrap;
}

.stat-box{
    display:flex;
}

.stat-box img{
    width:48px;
    height:48px;
    border-radius:50%;
    border:3px solid #fff;
    margin-left:-12px;
}

.stat-box img:first-child{
    margin-left:0;
}

.stat-item h4{
    margin:0;
    font-size:28px;
    font-weight:700;
    color:#06173d;
}

.stat-item p{
    margin:4px 0 0;
    color:#666;
    font-size:15px;
}

/*==========================
Right Image
==========================*/

.hero-image{
    position:relative;
    min-height:650px;
    display:flex;
    justify-content:center;
    align-items:center;
     
}

.microscope{
    width:85%;
    position:relative;
    z-index:5;
}



/*==========================
Floating Cards
==========================*/

.floating-card{
    position:absolute;
    background:#fff;
    padding:18px 22px;
    border-radius:22px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    display:flex;
    align-items:center;
    gap:15px;
    z-index:20;
}

.floating-card i{
    width:55px;
    height:55px;
    background:#edf3ff;
    color:#2563ff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
}

.floating-card h6{
    margin:0;
    font-size:18px;
    font-weight:700;
}

.floating-card p{
    margin:3px 0 0;
    color:#666;
    font-size:14px;
}

.top-card{
    top:70px;
    right:-20px;
}

.bottom-card{
    bottom:35px;
    left:0;
}

/*==========================
Responsive
==========================*/

@media(max-width:1200px){

.hero-title{
    font-size:52px;
}

}

@media(max-width:991px){

.hero-section{
    padding:60px 0;
    text-align:center;
}

.hero-title{
    font-size:42px;
}

.hero-text{
    margin:auto;
    margin-top:25px;
}

.hero-btns{
    justify-content:center;
}

.hero-stats{
    justify-content:center;
}

.hero-image{
    margin-top:60px;
    min-height:500px;
}

.circle.one{
    width:450px;
    height:450px;
}

.circle.two{
    width:320px;
    height:320px;
}

.top-card{
    right:20px;
}

.bottom-card{
    left:20px;
}

}

@media(max-width:576px){

.hero-title{
    font-size:34px;
}

.hero-text{
    font-size:16px;
}

.hero-btns .btn{
    width:100%;
}

.hero-image{
    min-height:420px;
}

.microscope{
    width:95%;
}
.hero-image{
    position:relative;
    min-height:650px;
    display:flex;
    justify-content:center;
    align-items:center;
    display: none;
}

.floating-card{
    position:relative;
    width:100%;
    margin-top:20px;
}

.top-card,
.bottom-card{
    top:auto;
    right:auto;
    left:auto;
    bottom:auto;
}

.hero-stats{
    gap:20px;
}

.stat-item{
    width:45%;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1754eb0 *//*==============================
    BMS FEATURES SECTION
===============================*/

.bms-features{
    padding:70px 0;
    background:#f7f9ff;
}

.bms-features .bms-feature-wrapper{
    background:#fff;
    border-radius:25px;
    box-shadow:0 12px 35px rgba(18,53,151,.08);
    overflow:hidden;
}

.bms-features .bms-feature-box{
    padding:35px 20px;
    text-align:center;
    border-right:1px solid #edf1ff;
    transition:.35s;
    height:100%;
}

.bms-features .bms-feature-box:hover{
    background:#f8fbff;
    transform:translateY(-6px);
}

.bms-features .bms-icon{
    width:65px;
    height:65px;
    margin:0 auto 18px;
    border-radius:50%;
    background:#eef4ff;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#2962ff;
    font-size:28px;
    transition:.3s;
}

.bms-features .bms-feature-box:hover .bms-icon{
    background:#2962ff;
    color:#fff;
}

.bms-features h5{
    font-size:18px;
    font-weight:700;
    color:#0b1d4d;
    margin-bottom:6px;
}

.bms-features p{
    margin:0;
    color:#555;
    font-size:15px;
}

@media(max-width:991px){

    .bms-features .bms-feature-box{
        border-right:none;
        border-bottom:1px solid #edf1ff;
    }

    .bms-features .bms-feature-box.border-0{
        border-bottom:none !important;
    }

}

@media(max-width:576px){

    .bms-features .bms-feature-box{
        padding:25px 15px;
    }

    .bms-features .bms-icon{
        width:55px;
        height:55px;
        font-size:24px;
    }

    .bms-features h5{
        font-size:15px;
    }

    .bms-features p{
        font-size:13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a982be5 *//*==============================
OUR SERVICES
==============================*/

.services-section{
    padding:80px 0;
    background:#f8fbff;
}

.services-section span{
    color:#2563eb;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
}

.services-section h2{
    font-size:42px;
    font-weight:700;
    color:#111827;
    margin-top:10px;
    margin-bottom:20px;
}

.title-line{
    width:80px;
    height:4px;
    background:#2563eb;
    margin:15px auto 0;
    border-radius:50px;
    position:relative;
}

.title-line::before{
    content:'';
    width:18px;
    height:18px;
    border:3px solid #2563eb;
    border-radius:50%;
    background:#fff;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

/*==============================
CARD
==============================*/

.service-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
    border:1px solid #edf1f7;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(37,99,235,.18);
}

.service-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    transition:.4s;
    background:#eef5ff;
}

.service-card:hover img{
    transform:scale(1.08);
}

.service-body{
    padding:22px;
}

.service-body h4{
    font-size:22px;
    font-weight:700;
    color:#111827;
    margin-bottom:15px;
}

.service-body p{
    color:#6b7280;
    font-size:15px;
    line-height:28px;
    min-height:90px;
}

.service-body a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    border:2px solid #2563eb;
    color:#2563eb;
    text-decoration:none;
    margin-top:20px;
    transition:.3s;
}

.service-body a:hover{
    background:#2563eb;
    color:#fff;
    transform:rotate(45deg);
}

/*==============================
LOAD MORE BUTTON
==============================*/

#loadMore{
    background:#2563eb;
    border:none;
    padding:14px 45px;
    font-size:17px;
    font-weight:600;
    border-radius:50px;
    transition:.3s;
}

#loadMore:hover{
    background:#0d4ed8;
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(37,99,235,.35);
}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:1200px){

.services-section h2{
    font-size:34px;
}

.service-card img{
    height:170px;
}

}

@media(max-width:991px){

.service-card{
    margin-bottom:25px;
}

.service-card img{
    height:220px;
}

.services-section h2{
    font-size:30px;
}

}

@media(max-width:768px){

.services-section{
    padding:60px 0;
}

.services-section h2{
    font-size:28px;
}

.service-body{
    padding:18px;
}

.service-body h4{
    font-size:20px;
}

.service-body p{
    font-size:14px;
    line-height:24px;
    min-height:auto;
}

.service-card img{
    height:200px;
}

}

@media(max-width:576px){

.services-section h2{
    font-size:24px;
}

.service-card img{
    height:180px;
}

#loadMore{
    width:100%;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b692413 */*{
    font-family: outfit;
}


.package-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    height:100%;
    border:1px solid #e8eef7;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.package-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(13,110,253,.18);
}

.package-img{
    overflow:hidden;
}

.package-img img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:.4s;
}

.package-card:hover .package-img img{
    transform:scale(1.08);
}

.package-body{
    padding:25px 20px;
}

.package-body h5{
    font-size:24px;
    font-weight:700;
    color:#0d6efd;
    margin-bottom:0px;
}

.package-body p{
    color:#666;
    min-height:75px;
    line-height:1.7;
    margin-bottom:0px;
}

.price-box{
    display:flex;
    flex-direction:column;
    margin-bottom:25px;
}

.price-box del{
    color:#999;
    font-size:15px;
    margin-bottom:5px;
}

.price-box h3{
    color:#gree;
    font-size:28px;
    font-weight:700;
    margin:0;
}

.package-body .btn{
    background:#0d6efd;
    border:none;
    padding:12px;
    border-radius:8px;
    font-weight:600;
}

.package-body .btn:hover{
    background:#084298;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d9ab91 *//*==============================
OUR SERVICES
==============================*/

.services-section{
    padding:80px 0;
    background:#f8fbff;
}

.services-section span{
    color:#2563eb;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
}

.services-section h2{
    font-size:42px;
    font-weight:700;
    color:#111827;
    margin-top:10px;
    margin-bottom:20px;
}

.title-line{
    width:80px;
    height:4px;
    background:#2563eb;
    margin:15px auto 0;
    border-radius:50px;
    position:relative;
}

.title-line::before{
    content:'';
    width:18px;
    height:18px;
    border:3px solid #2563eb;
    border-radius:50%;
    background:#fff;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

/*==============================
CARD
==============================*/

.service-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
    border:1px solid #edf1f7;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(37,99,235,.18);
}

.service-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    transition:.4s;
    background:#eef5ff;
}

.service-card:hover img{
    transform:scale(1.08);
}

.service-body{
    padding:22px;
}

.service-body h4{
    font-size:22px;
    font-weight:700;
    color:#111827;
    margin-bottom:15px;
}

.service-body p{
    color:#6b7280;
    font-size:15px;
    line-height:28px;
    min-height:90px;
}

.service-body a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    border:2px solid #2563eb;
    color:#2563eb;
    text-decoration:none;
    margin-top:20px;
    transition:.3s;
}

.service-body a:hover{
    background:#2563eb;
    color:#fff;
    transform:rotate(45deg);
}

/*==============================
LOAD MORE BUTTON
==============================*/

#loadMore{
    background:#2563eb;
    border:none;
    padding:14px 45px;
    font-size:17px;
    font-weight:600;
    border-radius:50px;
    transition:.3s;
}

#loadMore:hover{
    background:#0d4ed8;
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(37,99,235,.35);
}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:1200px){

.services-section h2{
    font-size:34px;
}

.service-card img{
    height:170px;
}

}

@media(max-width:991px){

.service-card{
    margin-bottom:25px;
}

.service-card img{
    height:220px;
}

.services-section h2{
    font-size:30px;
}

}

@media(max-width:768px){

.services-section{
    padding:60px 0;
}

.services-section h2{
    font-size:28px;
}

.service-body{
    padding:18px;
}

.service-body h4{
    font-size:20px;
}

.service-body p{
    font-size:14px;
    line-height:24px;
    min-height:auto;
}

.service-card img{
    height:200px;
}

}

@media(max-width:576px){

.services-section h2{
    font-size:24px;
}

.service-card img{
    height:180px;
}

#loadMore{
    width:100%;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25aff30 *//*==========================
BLOG SECTION
==========================*/

.blog-section{
    background:#f8fbff;
}

.section-subtitle{
    color:#2563ff;
    font-weight:700;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title{
    font-size:38px;
    font-weight:800;
    color:#06173d;
    margin:12px 0;
}

.section-desc{
    max-width:650px;
    margin:auto;
    color:#666;
}

.blog-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.blog-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 35px rgba(0,0,0,.12);
}

.blog-img{
    overflow:hidden;
}

.blog-img img{
    width:100%;
    height:230px;
    object-fit:cover;
    transition:.5s;
}

.blog-card:hover img{
    transform:scale(1.08);
}

.blog-content{
    padding:25px;
}

.blog-date{
    color:#2563ff;
    font-size:14px;
    font-weight:600;
}

.blog-content h5{
    margin:15px 0;
    font-size:22px;
    font-weight:700;
    color:#06173d;
}

.blog-content p{
    color:#666;
    line-height:1.7;
    margin-bottom:25px;
}

.blog-btn{
    color:#2563ff;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.blog-btn i{
    margin-left:6px;
    transition:.3s;
}

.blog-btn:hover{
    color:#0d4de8;
}

.blog-btn:hover i{
    margin-left:12px;
}

/* Responsive */

@media(max-width:991px){

.section-title{
    font-size:32px;
}

.blog-img img{
    height:220px;
}

}

@media(max-width:576px){

.section-title{
    font-size:28px;
}

.blog-content{
    padding:20px;
}

.blog-content h5{
    font-size:20px;
}

.blog-img img{
    height:200px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0095d93 */.cta-section{
    padding:0px 0px;
    background:#f6;
}

.cta-container{
    max-width:1300px;
    margin:auto;
    background:#002162;
    border-radius:25px;
    padding:70px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    position:relative;
    overflow:hidden;
}

.cta-container::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-120px;
    right:-100px;
}

.cta-container::after{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    bottom:-100px;
    left:-80px;
}

.cta-content{
    flex:1;
    position:relative;
    z-index:2;
}

.cta-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    color:#fff;
    padding:10px 18px;
    border-radius:50px;
    margin-bottom:20px;
    font-size:15px;
}

.cta-tag i{
    margin-right:8px;
}

.cta-content h2{
    color:#fff;
    font-size:48px;
    margin-bottom:20px;
    line-height:1.2;
}

.cta-content p{
    color:#dbeafe;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
    max-width:600px;
}

.cta-buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    margin-bottom:40px;
}

.btn-primary,
.btn-secondary{
    padding:16px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-primary{
    background:#fff;
    color:#2563eb;
}

.btn-primary:hover{
    transform:translateY(-5px);
}

.btn-secondary{
    border:2px solid rgba(255,255,255,.3);
    color:#fff;
}

.btn-secondary:hover{
    background:#fff;
    color:#2563eb;
}

.cta-info{
    display:flex;
    gap:60px;
}

.cta-info h3{
    color:#fff;
    font-size:34px;
}

.cta-info span{
    color:#dbeafe;
    font-size:15px;
}

.cta-image{
    flex:1;
    text-align:right;
    position:relative;
    z-index:2;
}

.cta-image img{
    width:100%;
    max-width:500px;
    border-radius:20px;
}

/* ===========================
   Responsive CTA Section
=========================== */

@media (max-width:991px){

    .cta-container{
        flex-direction:column;
        text-align:center;
        padding:50px 30px;
        gap:40px;
    }

    .cta-content{
        width:100%;
    }

    .cta-content h2{
        font-size:36px;
        line-height:1.3;
    }

    .cta-content p{
        max-width:100%;
        font-size:16px;
        margin:20px auto 30px;
    }

    .cta-buttons{
        justify-content:center;
    }

    .cta-info{
        justify-content:center;
        flex-wrap:wrap;
        gap:30px;
    }

    .cta-image{
        text-align:center;
    }

    .cta-image img{
        max-width:350px;
        width:100%;
    }

}

@media (max-width:768px){

    .cta-section{
        padding:60px 15px;
    }

    .cta-container{
        padding:40px 20px;
        border-radius:20px;
    }

    .cta-tag{
        font-size:13px;
        padding:8px 16px;
    }

    .cta-content h2{
        font-size:30px;
    }

    .cta-content p{
        font-size:15px;
        line-height:1.7;
    }

    .cta-buttons{
        flex-direction:column;
        width:100%;
        gap:15px;
    }

    .btn-primary,
    .btn-secondary{
        width:100%;
        text-align:center;
        padding:15px;
    }

    .cta-info{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:15px;
        margin-top:10px;
    }

    .cta-info h3{
        font-size:24px;
    }

    .cta-info span{
        font-size:13px;
    }

    .cta-image img{
        max-width:280px;
    }

}

@media (max-width:480px){

    .cta-section{
        padding:40px 12px;
    }

    .cta-container{
        padding:30px 18px;
    }

    .cta-content h2{
        font-size:24px;
    }

    .cta-content p{
        font-size:14px;
    }

    .cta-tag{
        font-size:12px;
    }

    .cta-info{
        grid-template-columns:1fr;
        gap:20px;
    }

    .cta-info div{
        padding:15px;
        background:rgba(255,255,255,.08);
        border-radius:12px;
    }

    .cta-image img{
        max-width:220px;
        display: none;
    }

}/* End custom CSS */