

	/* testimonial slider starting*/

.item1{
	    text-align: center;
    width: 80%;
    height: auto;
    background-color: #1d1d1d;
    align-items: center;
    padding: 15px;
    justify-content: center;
    border-radius: 10px;
}
.item1 img{
    border-radius: 142px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.item1 h3{
	 color: #cb1a6e !important;
    margin: 17px 0px 5px 0px;
    padding: 0px 15px;
    font-style: italic;
    font-size: 19px;
    font-weight: 900;
}
.item1 p{
color: #fff !important;
margin: 15px 0px 32px 0px;
    padding: 0%;
    font-style: italic;
    font-size: 16px;
}
.item1 h5 {
	color: #fff;
    font-size: 15px;
}
.owlMain1{
	z-index: 5;
	padding-bottom: 8rem;

}


.testimonialSec{
	    overflow: hidden;
    width: 100%;
    height: auto;
	position:relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimionialContent h5, .testimionialContent h3{
	    color: #000;
    text-align: center !important;
    font-weight: 400;
}
.testimionialContent{
	    z-index: 7;
	    padding: 5rem 0rem 2rem 0rem;
}
.testimionialContent h3{
    font-size: 40px;
	font-weight: 400;
	color: #fff;
}
.testimionialContent h5{
	font-size:60px;
	color:#cb1a6e;
	    font-weight: 500;
}
.testimonialMain:after{
content: "";
    opacity: 0.9;
    width: 100%;
    background-color: #4c4c4c;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0px;
}
.testimonialMain{
	padding-left:0px;
}
.coma {
	color: #cb1a6e;
    font-size: 22px !important;
}
.item1 h5{
	text-align:center !important;
}
/* testimonial slider ending*/