.services li {
    list-style-image: url('../images/list.png');
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.service-para p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin: 25px auto 25px auto;
}

.services {
    margin-bottom: 75px;
}

.services img {
    width: 100%;
}

.services h1 {
    font-family: "opensans", sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin: 30px auto 50px auto;
}

.services span {
    color: #fed501;
}

.services p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: auto auto 40px auto;
}

.services h1 {
    font-family: "opensans", sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin: 30px auto 50px auto;
}

.services p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: auto auto 40px auto;
}

.services h1 {
    font-family: "opensans", sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin: 30px auto 50px auto;
}

.services p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin: auto auto 40px auto;
}

.services h1 {
    font-family: "opensans", sans-serif;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
    font-size: 30px;
    margin: 30px auto 50px auto;
}

.services p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: auto auto 40px auto;
}

.cta {
    position: relative;
    background-image: url(../images/cta.png);
    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;
}

.service-client-header {
    position: relative;
    text-align: center;
    margin: 75px auto;
}

.service-client-header h1 {
    font-family: "Opensans", sans-serif;
    font-weight: 600;
    font-size: 60px;
}

.service-client-header h1 span {
    font-weight: 300;
}

.service-client-header img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    z-index: -1;
}


/* 
.service-client-wrapper {
    margin-bottom: 55px;
} */

.client-img .client-img-wrap1 {
    border: none;
}

.client-img .client-img-wrap2 {
    border: none;
}

.client-img .client-img-wrap3 {
    border: none;
}

.client-img .client-img-wrap4 {
    border: none;
}

.client-img .client-img-wrap5 {
    border: none;
}

.client-img .client-img-wrap6 {
    border: none;
}

/*mujahid css start*/
.cta-our-services {
    position: relative;
    background-image: url(../images/cta/06-new.jpg);
    height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-our-services img {
    width: 30px;
    height: 30px;
}

.cta-our-services h1{
    position: relative;
    font-family: "Opensans", sans-serif;
    font-weight: 600;
    font-size: 30px;
    display: inline-block;
    padding: 0 35px;
}
/*mujahid css end*/

@media only screen and (max-width: 480px) {
    .cta-our-services {
        position: relative;
        background-image: url(../images/cta/mob/06.jpg);
        height: 200px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
    }
}

@media screen and (max-width: 767px) {
	a img.desktop-services-list-icon {
	    display: none;
	}

	a img.ad-film-play-image {
	    display: none;
	}

	a img.ott-new-media-play-img {
	    display: none;
	}

	a img.broadcast-film-play-image {
	    display: none;
	}
}