/* first section */
.first-section{
    padding: 80px 0;
    background: url(../../images/case-study/first-sec-bg.png) no-repeat;
    background-size: cover;
}
.first-section h4 {
    margin: 0;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    color: #0f9eed;
}
.first-section h5{
    margin: 0;
    font-size: 35px;
    color: #282828;
    text-transform: uppercase;
    position: relative;
}
.first-section h5::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 137px;
    background: url(../../images/fifth-line.png) no-repeat;
    background-size: cover;
    width: 20%;
    height: 22px;
}
.first-section h6{
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #282828;
    font-weight: 700;
}
.first-section p {
    margin: 0 0 15px;
    line-height: 21px;
}
.first-section p span{
    font-weight: 900;
    color: #282828;
}
.first-section img{
    -webkit-box-shadow: 0px 0px 10px 1px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 1px rgba(204,204,204,1);
}
/* First section end */

/* second section */


/* second section end */

/* Fourt section start */
.fourth-section{
    padding: 50px 0;
    background: url(../../images/case-study/fourth-bg.png) no-repeat;
    background-size: cover;

}
.fifth-section .content .sub h4:after {
    content: '' !important;
    position: absolute !important;
    /* top: 0px; */
    left: 0px !important;
    background: url(../../images/third-line.png) no-repeat !important;
    background-size: contain !important;
    width: 110% !important;
    height: 14px !important;
    bottom: -12px !important;
}

.fourth-section .content{
    background: #fff;
    border-radius: 5px;
    padding: 25px 50px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(204,204,204,1);
-moz-box-shadow: 0px 0px 3px 1px rgba(204,204,204,1);
box-shadow: 0px 0px 3px 1px rgba(204,204,204,1);
}
.fourth-section .content h5{
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #282828;
}
.fourth-section .content h4 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    color: #0f9eed;
    text-transform: uppercase;
}
.fourth-section .content p{
    line-height: 18px;
}
.fourth-section .content span {
    font-weight: 800;
}

/* fourth section end */

/* Fifth Section start now */


/* fifth section end */

/* sixth section start */





@media(max-width:768px){
    .first-section h4, .first-section h5 {
        font-size: 28px;
    }
    .first-section h6 {
        font-size: 17px;
    }
    .first-section p {
        margin: 0 0 7px;
        line-height: 12px;
        font-size: 11px;
    }
    .first-section h5::after {
        content: '';
        position: absolute;
        top: 10px;
        left: 117px;
        background: url(../../images/fifth-line.png) no-repeat;
        background-size: contain;
        width: 28%;
        height: 22px;
    }
    }

    @media (max-width:767px) {
        .first-section .row{
            display: flex;
            flex-wrap: wrap;
        }
        .first-section .row .col-sm-6{
        width: 50%;

        }
    }

@media(max-width:600px){
    .fourth-section .content {
        padding: 20px;
    }
    .fifth-section .right {
        padding: 0 !important;
    }
    .first-section {
        padding: 30px 0;
    }
    .first-section .row .col-sm-6{
        width:100%;
    }
    .first-section p {
    line-height: 1.2;
    font-size: 14px;
}
.first-section img {
    margin: 15px 0px 0;
}
}
