/*-------------------------------
Breadcrumb
--------------------------------*/

.seo-breadcrumb{
    position:relative;
    background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.7)),url('../images/banner/1.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed;
    padding:120px 0;
    color:#fff;
    text-align:center;
}

.seo-breadcrumb::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom right,
        rgba(0,0,0,.3),
        rgba(0,0,0,.6));
    z-index:0;
}

.seo-breadcrumb .container{
    position:relative;
    z-index:1;
}

.color_white{
    color:#fff;
}

.lmpc-feature-card{
    position: relative;
    background: #fff;
    border: 1px solid #E9ECEF;
    border-radius: 18px;
    padding: 40px 30px;
    height: 100%;
    text-align: center;
    overflow: hidden;

    box-shadow:
        0 4px 12px rgba(0,0,0,.04),
        0 12px 30px rgba(0,0,0,.08);

    transition: all .35s ease;
}

.lmpc-feature-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#C97E19;
}

.lmpc-feature-card:hover{

    transform:translateY(-8px);

    box-shadow:
        0 12px 25px rgba(0,0,0,.08),
        0 25px 50px rgba(0,0,0,.15);

    border-color:#C97E19;

}

.feature-icon{

    width:120px;
    height:120px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#FFF6EB;

    border:1px solid rgba(201,126,25,.20);

    display:flex;
    justify-content:center;
    align-items:center;

}

.feature-icon i{

    font-size:58px;

    color:#C97E19;

    line-height:1;

}

.lmpc-feature-card h4{

    font-size:28px;

    color:#081C3A;

    font-weight:700;

    margin-bottom:18px;

    min-height:70px;

}

.lmpc-feature-card p{

    color:#666;

    line-height:1.9;

    margin:0;

}

.lmpc-feature-section{

    background:#fff;

    padding:90px 0;

}

/*==================================================
            FEATURE BOXES
==================================================*/

.feature-box{
    background:#fff;
    padding:30px 25px;
    border-radius:12px;
    text-align:center;
    border-top:4px solid #C97E19;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
    transition:.35s ease;
}

.feature-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.12);
}

.feature-box i{
    font-size:40px;
    color:#C97E19;
    margin-bottom:18px;
}

.feature-box h5{
    color:#081C3A;
    font-weight:700;
    margin-bottom:12px;
}

.feature-box p{
    color:#666;
    line-height:1.7;
    margin:0;
}

/*=====================================================
LMPC Registration Process
=====================================================*/

.lmpc-process-card{

    position:relative;

    background:#fff;

    border:1px solid #E9ECEF;

    border-radius:18px;

    padding:40px 30px;

    text-align:center;

    height:100%;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.35s;

}

.lmpc-process-card:hover{

    transform:translateY(-8px);

    border-color:#C97E19;

    box-shadow:0 20px 45px rgba(0,0,0,.14);

}

.process-number{

    position:absolute;

    top:18px;

    right:22px;

    font-size:34px;

    font-weight:700;

    color:#ECECEC;

}

.lmpc-process-card h4{

    margin-top:20px;

    margin-bottom:15px;

    color:#081C3A;

    font-weight:700;

    min-height:60px;

}

.lmpc-process-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:30px;

}

.process-arrow{

    font-size:26px;

    color:#C97E19;

}

.process-end{

    color:#28a745;

}
/*=====================================================
LMPC CTA
=====================================================*/

.lmpc-help-box{

    background:linear-gradient(135deg,#081C3A,#0E2D59);

    border-radius:24px;

    padding:70px 60px;

    text-align:center;

    color:#fff;

    position:relative;

    overflow:hidden;

    box-shadow:0 25px 60px rgba(0,0,0,.18);

}

.lmpc-help-box::before{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    top:-120px;

    left:-120px;

}

.lmpc-help-box::after{

    content:"";

    position:absolute;

    width:250px;

    height:250px;

    background:rgba(255,181,104,.08);

    border-radius:50%;

    right:-80px;

    bottom:-80px;

}

.lmpc-help-box>*{

    position:relative;

    z-index:2;

}

.lmpc-help-box h3{

    font-size:42px;

    font-weight:700;

    margin-bottom:20px;

}

.lmpc-help-box span{

    color:#FFB568;

}

.lmpc-help-box p{

    max-width:850px;

    margin:0 auto;

    line-height:1.9;

    color:#E6E6E6;

}

.cta-feature{

    padding:20px 15px;

}

.cta-feature i{

    font-size:38px;

    color:#FFB568;

    margin-bottom:15px;

    display:block;

}

.cta-feature h6{

    color:#fff;

    margin:0;

    font-weight:600;

    font-size:17px;

}

.lmpc-help-box .btn{

    border-radius:10px;

    font-weight:600;
    font-family: poppins;
    transition:.3s;

}

.lmpc-help-box .btn:hover{

    transform:translateY(-3px);

}