
.welcome-sec{
    background-color: #263238;
    padding: 34px 0 38px;
}
.welcome-sec .left-side{
    border-right: 9px solid #0f6bcc;
    padding-bottom: 13px;
    width: 43.29%;
    margin: 0 2.5% 0 0;
}
.welcome-sec .left-side h2{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}
.welcome-sec .left-side h4{
    font-weight: 700;
}
.welcome-sec .right-side p{
    color: #fff;
}




.cct-top-content-wrap{
    position: relative;
    text-align: center;
    padding: 76px 0 76px;
}
.cct-top-content-wrap h6{
    color: #0f6bcc;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.cct-top-content-wrap h2{
    font-size: 48px;
    color: #263238;
    line-height: 44px;
    max-width: 790px;
    margin: 0 auto;
    margin-bottom: 46px;
    font-weight: 700;
    text-transform: uppercase;
}
.cct-top-content-wrap P{
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #263238;
    margin-bottom: 24px;
}
.cct-top-content-wrap P strong{
    font-weight: 700;
}
.cct-top-content-wrap .cct-blue-box{
    background-color: #0f6bcc;
    padding: 67px 93px 53px;
    outline: 1px solid rgba(255,255,255,1);
    outline-offset: -12px;
    margin-top: 81px;
}
.cct-top-content-wrap .cct-blue-box h2{
    color: #fff;
    text-align: center;
    margin-bottom: 34px;
}
.cct-top-content-wrap .cct-blue-box p{
    color: #fff;
    text-align: left;
}



.cct-about-wrap{
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 113px;
}
.cct-about-wrap .cct-head h2{
    font-size: 48px;
    color: #fff;
    line-height: 44px;
    padding-bottom: 22px;
    margin-bottom: 17px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.cct-about-wrap .cct-head h2::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 94px;
    height: 1px;
    background-color: #0f6bcc;
}
.cct-about-wrap .cct-head p{
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 58px;
}
.cct-about-wrap ul li{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 316px;
    margin-right: 96px;
    margin-bottom: 30px;
    padding-right: 18px;
}
.cct-about-wrap ul li:last-child{
    margin-right: 0;
}
.cct-about-wrap ul li img{
    margin-bottom: 12px;
}
.cct-about-wrap ul li h5{
    color: #0f6bcc;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 13px;
}
.cct-about-wrap ul li p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.cct-features-wrap{
    position: relative;
    text-align: center;
    padding: 92px 0 82px;
}
.cct-features-wrap h2{
    font-size: 48px;
    color: #263238;
    line-height: 44px;
    padding-bottom: 29px;
    margin-bottom: 35px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.cct-features-wrap h2::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 94px;
    height: 1px;
    background-color: #0f6bcc;
}
.cct-features-wrap p{
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #263238;
    margin-bottom: 19px;
}
.cct-features-wrap .cct-features-list{
    padding-top: 38px;
}
.cct-features-wrap .cct-features-list li{
    display: inline-block;
    vertical-align: top;
    background-color: #263238;
    width: 373px;
    margin-right: 6px;
    text-align: left;
    min-height: 401px;
    padding: 52px 35px 50px;
    margin-bottom: 6px;
}
.cct-features-wrap .cct-features-list li:last-child{
    margin-right: 0;
}
.cct-features-wrap .cct-features-list li h5{
    border-bottom: 3px solid #0f6bcc;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 19px;
    margin-bottom: 39px;
}
.cct-features-wrap .cct-feature-links li{
    display: block;
    margin-right: 0 !important;
    min-height: auto !important;
    background-color: transparent !important;
    width: auto !important;
    padding: 0 0 !important;
    margin-bottom: 25px;
}
.cct-features-wrap .cct-feature-links li:last-child{
    margin-bottom: 0;
}
.cct-features-wrap .cct-feature-links li a{
    font-size: 16px;
    font-weight: 700;
    background-image: url(../images/featured-links-arrow.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    color: #fff;
    padding-left: 23px;
    display: block;
}
.cct-features-wrap .cct-feature-links li a:hover{
    color: #0f6bcc;
}
.cct-features-wrap .cct-read-more-btn{
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 356px;
    height: 57px;
    font-size: 18px;
    font-weight: 700;
    background-color: #0f6bcc;
    border-radius: 5px;
    margin: 23px auto 0;
    padding: 17px 10px;
}
.cct-features-wrap .cct-read-more-btn:hover{
    background-color: #0a4e95;
}

.cct-attorney-wrap{
    position: relative;
    padding: 100px 0 148px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 765px;
}
.cct-attorney-wrap h2{
    font-size: 48px;
    color: #fff;
    line-height: 44px;
    padding-bottom: 29px;
    margin-bottom: 32px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.cct-attorney-wrap h2::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 110px;
    height: 1px;
    background-color: #0f6bcc;
}
.cct-attorney-wrap p{
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 24px;
}
.cct-attorney-wrap .read-btn{
    font-size: 18px;
    display: block;
    text-align: left;
    text-transform: uppercase;
    width: 354px;
    height: 53px;
    font-weight: 700;
    background-color: #0f6bcc;
    border-radius: 5px;
    margin: 27px auto 0;
    margin-left: 0;
    padding: 12px 10px 12px 33px;
    position: relative;
}
.cct-attorney-wrap .read-btn::before{
    position: absolute;
    content: "";
    background-image: url(../images/btn-arrow-icon.png);
    background-repeat: no-repeat;
    background-position: 94% center;
    width: 38px;
    height: 30px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.cct-attorney-wrap .read-btn:hover{
    background: unset;
    background-color: #0a4e95;
}



.services-sec-inner {
    padding: 91px 0 60px;
}

/*** MEDIA QUERIES ***/
@media screen and (max-width:1500px){
    .cct-attorney-wrap{
        min-height: auto;
        padding: 100px 0 120px;
    }
}
@media screen and (max-width:1199px){
    .cct-top-content-wrap h2{
        font-size: 33px;
        line-height: 33px;
        max-width: 640px;
    }
    .cct-top-content-wrap .cct-blue-box{
        padding: 67px 70px 53px;
        margin-top: 70px;
    }

    .cct-about-wrap .cct-head h2{
        font-size: 33px;
        line-height: 33px;
    }
    .cct-features-wrap h2{
        font-size: 33px;
        line-height: 33px;
    }
    .cct-attorney-wrap h2{
        font-size: 33px;
        line-height: 33px;
    }

    .cct-about-wrap ul li{
        width: 295px;
        margin-right: 27px;
        padding-right: 0;
    }
    .cct-about-wrap .cct-head p {
        line-height: 30px;
    }

    .cct-features-wrap .cct-features-list li{
        width: 309px;
        margin-right: 6px;
        min-height: 423px;
        padding: 52px 30px 50px;
    }
    .cct-features-wrap .cct-features-list li h5{
        margin-bottom: 35px;
    }
    .cct-features-wrap .cct-feature-links li{
        margin-bottom: 20px;
    }

    .cct-attorney-wrap{
        background-position: 61% center;
        padding: 100px 0 110px;
    }
}
@media screen and (max-width:991px){
    .cct-top-content-wrap{
        padding: 70px 0px 70px;
    }
    .cct-top-content-wrap .cct-blue-box{
        padding: 64px 40px 35px;
        margin-top: 57px;
    }

    .cct-about-wrap{
        padding: 66px 0 55px;
    }
    .cct-about-wrap ul li h5{
        line-height: 30px;
    }
    .cct-about-wrap .cct-head p {
        line-height: 26px;
        margin-bottom: 51px;
    }
    .cct-about-wrap ul li {
        width: 47%;
        margin-right: 15px;
        padding-right: 0;
    }

    .cct-features-wrap {
        padding: 66px 0 70px;
    }
    .cct-features-wrap .cct-features-list li{
        width: 49.3%;
        min-height: 375px;
    }
    .cct-features-wrap .cct-features-list li:nth-child(2){
        margin-right: 0;
    }

    .cct-attorney-wrap{
        background-position: left;
        background-size: 200%;
        padding: 66px 0 70px;
    }

    .welcome-sec .left-side {
        border-right: none;
        padding-bottom: 13px;
        width: 100%;
        margin: 0;
    }
    .welcome-sec .left-side h2{
        font-size: 30px;
        line-height: 38px;
    }

    .services-sec-inner {
        padding: 70px 0 60px;
    }
}
@media screen and (max-width:767px){
    .cct-top-content-wrap {
        padding: 40px 0px 40px;
    }
    .cct-top-content-wrap .cct-blue-box{
        padding: 45px 25px 20px;
        margin-top: 30px;
    }
    .cct-top-content-wrap h2{
        margin-bottom: 26px;
    }
    .cct-top-content-wrap .cct-blue-box h2{
        margin-bottom: 25px;
    }
    .cct-top-content-wrap P{
        margin-bottom: 20px;
    }

    .cct-about-wrap {
        padding: 42px 0 30px;
    }
    .cct-about-wrap .cct-head p {
        line-height: 24px;
        margin-bottom: 30px;
    }

    .cct-features-wrap {
        padding: 42px 0 40px;
    }
    .cct-features-wrap .cct-features-list {
        padding-top: 17px;
    }
    .cct-features-wrap .cct-features-list li{
        padding: 38px 20px 38px;
        min-height: 394px;
    }
    .cct-features-wrap h2{
        margin-bottom: 25px;
    }

    .cct-attorney-wrap{
        background-position: left;
        background-size: 280%;
        padding: 42px 0 40px;
    }
    .cct-attorney-wrap .col-md-5{
        display: none;
    }
    .cct-attorney-wrap p{
        margin-bottom: 20px;
    }
    .cct-attorney-wrap .read-btn{
        margin-top: 12px;
    }
    .cct-attorney-wrap h2{
        margin-bottom: 29px;
    }

    .welcome-sec .left-side h2{
        line-height: 36px;
    }

    .services-sec-inner {
        padding: 40px 0 40px;
    }
}

@media screen and (max-width:600px){
    .cct-about-wrap ul li {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }
    .cct-about-wrap {
        padding: 42px 0 20px;
    }

    .cct-features-wrap .cct-features-list li{
        width: 100%;
        margin-right: 0;
        padding: 38px 15px 38px;
        min-height: auto;
    }
    .cct-features-wrap .cct-read-more-btn{
        width: 320px;
        height: 53px;
        font-size: 16px;
        padding: 16px 10px;
    }

    .cct-attorney-wrap{
        background-position: left;
        background-size: cover;
    }
    .cct-attorney-wrap .read-btn{
        padding: 14px 10px 12px 23px;
        font-size: 16px;
        width: 320px;
        height: 52px
    }

    .cct-features-wrap h2 {
        margin-bottom: 22px;
        padding-bottom: 22px;
    }
    .cct-attorney-wrap h2 {
        margin-bottom: 22px;
        padding-bottom: 22px;
    }
}
@media screen and (max-width:479px){
    .cct-top-content-wrap h2{
        font-size: 24px;
        line-height: 24px;
    }

    .cct-about-wrap .cct-head h2{
        font-size: 24px;
        line-height: 24px;
    }
    .cct-features-wrap h2{
        font-size: 24px;
        line-height: 24px;
    }
    .cct-attorney-wrap h2{
        font-size: 24px;
        line-height: 24px;
    }

    .welcome-sec .left-side h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .welcome-sec .left-side h4 {
        margin-bottom: 5px;
    }
}
@media screen and (max-width:400px){
    .cct-features-wrap .cct-read-more-btn{
        width: 270px;
        height: 50px;
        font-size: 14px;
        padding: 17px 10px;
    }
    .cct-attorney-wrap .read-btn{
        width: 270px;
        height: 50px;
        font-size: 14px;
        padding: 14px 10px 12px 15px;
    }
    .cct-attorney-wrap .read-btn::before{
        right: 14px;
    }

    a.view-allnew{
        width: 246px;
    }
}