/*=========================================================
    CTA SECTION
=========================================================*/

.cta-section{

    padding:90px 0;

}

.cta-box{

    background:linear-gradient(135deg,#0b5ed7,#0b2b50);

    color:#fff;

    border-radius:25px;

    padding:60px;

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.cta-tag{

    display:inline-block;

    padding:8px 18px;

    background:rgba(255,255,255,.15);

    border-radius:30px;

    letter-spacing:2px;

    font-size:13px;

    font-weight:700;

}

.cta-title{

    font-size:42px;

    font-weight:700;

    margin-bottom:20px;

}

.cta-description{

    font-size:18px;

    line-height:1.8;

    opacity:.95;

}

.cta-box .btn{

    padding:14px 30px;

    font-weight:600;

    min-width:220px;

}

.cta-box .btn-light{

    color:#0b5ed7;

}

.cta-box .btn-outline-light:hover{

    color:#0b5ed7;

    background:#fff;

}

@media(max-width:991px){

    .cta-box{

        padding:40px;

        text-align:center;

    }

    .cta-title{

        font-size:32px;

    }

}

@media(max-width:767px){

    .cta-box{

        padding:30px;

    }

    .cta-title{

        font-size:28px;

    }

    .cta-box .btn{

        width:100%;

        margin-bottom:15px;

    }

}