.client-para p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin: 25px auto 25px auto;
}


/* .client-img {
  margin-bottom: 100px;
} */

.client-img-wrap {
    border: 2px solid #ebebeb;
    padding: 15px;
    margin-bottom: 30px;
}

/*.cta {
    position: relative;
    background-image: url(../images/cta.png);
    height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.cta {
    position: relative;
    background-image: url(../images/cta/09.jpg);
    height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta h1 {
    position: relative;
    font-family: "Opensans", sans-serif;
    font-weight: 600;
    font-size: 30px;
    display: inline-block;
    padding: 0 35px;
}

.cta .black-btn {
    display: inline-block;
    width: 250px;
}

/*mujahid css start*/
.cta-client {
    position: relative;
    background-image: url(../images/cta/12-new.jpg);
    height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-client img {
    width: 30px;
    height: 30px;
}

.cta-client h1{
    position: relative;
    font-family: "Opensans", sans-serif;
    font-weight: 600;
    font-size: 30px;
    display: inline-block;
    padding: 0 35px;
}

.client-img-wrap img {
    width: 100%;
}
/*mujahid css end*/

@media only screen and (max-width: 480px) {
    .cta-portfolio {
        position: relative;
        background-image: url(../images/cta/mob/12.jpg);
        height: 200px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}