/*-------------------------------
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;
}

/*=====================================================
CDSCO section
=====================================================*/

.cdsco-category-section{

    padding-top:90px;

    padding-bottom:90px;

}

.cdsco-category-section .head-title{

    margin-bottom:60px;

}

/*=====================================================
CDSCO CATEGORY CARDS
=====================================================*/

.cdsco-category-card{

    background:#fff;

    border-radius:20px;

    border:1px solid #E8E8E8;

    border-top:5px solid #C97E19;

    padding:35px 30px;

    height:100%;

    text-align:center;

    transition:.35s ease;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.cdsco-category-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.14);

}

.cdsco-category-icon{

    width:95px;

    height:95px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#FFF6EA;

    display:flex;

    align-items:center;

    justify-content:center;

}

.cdsco-category-icon i{

    font-size:42px;

    color:#C97E19;

}

.cdsco-category-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:18px;

    color:#222;

}

.cdsco-category-card p{

    color:#666;

    line-height:1.8;

    margin:0;

}

/*=====================================================
CDSCO FEATURE BOXES
=====================================================*/

.cdsco-feature-box{

    background:#fff;

    padding:35px 30px;

    border-radius:18px;

    text-align:center;

    border:1px solid #E8E8E8;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.35s ease;

    height:100%;

}

.cdsco-feature-box:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

    border-color:#C97E19;

}

.cdsco-feature-box i{

    width:80px;

    height:80px;

    margin:0 auto 20px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#FFF6EA;

    color:#C97E19;

    font-size:38px;

}

.cdsco-feature-box h5{

    font-size:22px;

    font-weight:700;

    color:#222;

    margin-bottom:15px;

}

.cdsco-feature-box p{

    color:#666;

    font-size:15px;

    line-height:1.8;

    margin:0;

}

/*=====================================================
CDSCO BENEFIT CARDS
=====================================================*/

.cdsco-benefit-card{

    background:#fff;

    border-radius:20px;

    padding:35px 30px;

    text-align:center;

    height:100%;

    border:1px solid #E8E8E8;

    border-top:5px solid #C97E19;

    transition:.35s ease;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.cdsco-benefit-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.14);

}

.cdsco-benefit-card .benefit-icon{

    width:95px;

    height:95px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#FFF6EA;

    display:flex;

    align-items:center;

    justify-content:center;

}

.cdsco-benefit-card .benefit-icon i{

    font-size:42px;

    color:#C97E19;

}

.cdsco-benefit-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:18px;

    color:#222;

}

.cdsco-benefit-card p{

    color:#666;

    line-height:1.8;

    margin:0;

}

/*=====================================================
CDSCO CATEGORY CARDS
=====================================================*/

.cdsco-category-card{

    background:#fff;

    border-radius:20px;

    padding:35px 30px;

    text-align:center;

    height:100%;

    border:1px solid #E8E8E8;

    border-top:5px solid #C97E19;

    transition:.35s ease;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.cdsco-category-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(0,0,0,.14);

}

.cdsco-category-icon{

    width:100px;

    height:100px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#FFF6EA;

    display:flex;

    align-items:center;

    justify-content:center;

}

.cdsco-category-icon i{

    font-size:44px;

    color:#C97E19;

}

.cdsco-category-card h4{

    font-size:24px;

    font-weight:700;

    color:#222;

    margin-bottom:18px;

}

.cdsco-category-card p{

    color:#666;

    line-height:1.8;

    margin:0;

}

/*=====================================================
CDSCO PROCESS
=====================================================*/

.cdsco-process-section{

    padding:80px 0;

}

.cdsco-process-section .section-description{

    max-width:900px;

    margin:20px auto 0;

    color:#666;

    font-size:17px;

    line-height:1.8;

}

.cdsco-process-card{

    position:relative;

    background:#fff;

    border-radius:20px;

    border:1px solid #E8E8E8;

    border-top:5px solid #C97E19;

    padding:45px 30px;

    text-align:center;

    height:100%;

    transition:.35s ease;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.cdsco-process-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(0,0,0,.15);

}

.cdsco-number{

    position:absolute;

    top:20px;

    right:20px;

    font-size:40px;

    font-weight:700;

    color:rgba(201,126,25,.15);

}

.cdsco-icon{

    width:120px;

    height:120px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#FFF6EA;

    display:flex;

    align-items:center;

    justify-content:center;

}

.cdsco-icon i{

    font-size:52px;

    color:#C97E19;

}

.cdsco-process-card h4{

    font-size:28px;

    font-weight:700;

    margin-bottom:18px;

}

.cdsco-process-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:30px;

}

.cdsco-arrow{

    width:52px;

    height:52px;

    margin:auto;

    border-radius:50%;

    background:#FFF6EA;

    display:flex;

    align-items:center;

    justify-content:center;

}

.cdsco-arrow i{

    color:#C97E19;

    font-size:22px;

}

.cdsco-end{

    background:#C97E19;

}

.cdsco-end i{

    color:#fff;

}

/*=====================================================
CDSCO CTA SECTION
=====================================================*/

.cdsco-cta-section{

    padding:80px 0;

}

.cdsco-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);

}

.cdsco-help-box::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    top:-130px;

    left:-130px;

}

.cdsco-help-box::after{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    background:rgba(255,181,104,.08);

    border-radius:50%;

    right:-90px;

    bottom:-90px;

}

.cdsco-help-box>*{

    position:relative;

    z-index:2;

}

.cdsco-help-box h3{

    font-size:42px;

    font-weight:700;

    margin-bottom:20px;

}

.cdsco-help-box span{

    color:#FFB568;

}

.cdsco-help-box p{

    max-width:850px;

    margin:0 auto;

    color:#E6E6E6;

    line-height:1.9;

    font-size:17px;

}

.cdsco-help-box .cta-feature{

    padding:20px 15px;

}

.cdsco-help-box .cta-feature i{

    font-size:38px;

    color:#FFB568;

    display:block;

    margin-bottom:15px;

}

.cdsco-help-box .cta-feature h6{

    color:#fff;

    font-size:17px;

    font-weight:600;

    margin:0;

}

/*=====================================================
BUTTON
=====================================================*/

.cdsco-help-box .btn{

    background:#C97E19;

    border:2px solid #C97E19;

    color:#000;

    border-radius:10px;

    padding:14px 40px;

    font-size:18px;
    font-family: poppins;
    font-weight:600;

    transition:.3s ease;

}

.cdsco-help-box .btn:hover{

    background:#B56D14;

    border-color:#B56D14;

    color:#fff;

    transform:translateY(-3px);

}

.cdsco-help-box .btn:focus,
.cdsco-help-box .btn:active{

    background:#B56D14;

    border-color:#B56D14;

    color:#fff;

    box-shadow:none;

}