.item1owl{
	text-align: center;
    width: 100%;
    height: auto;
    background-color: transparent;
    align-items: center;
    padding: 10px;
    justify-content: center;
	transition:all 0.5s linear;
}
.owlDivContent{
background-color: #1f2229;
}
.owlDivContent p{
color: #fff !important;
    margin: 7px 0px 20px 0px;
    padding: 0px 25px 0px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 100;
}
.owlMain1owl{
	z-index: 5;
	padding-bottom: 8rem;
}
.testimonialSecowl{
	    overflow: hidden;
    width: 100%;
    height: auto;
	position:relative;
}
.owlDateText{
    position: absolute;
    left: 35px;
    /* right: 0px; */
    top: 41%;
    margin: auto;
    width: max-content;
    height: 54px;
    border-radius: 2px;
    text-align: center;
    line-height: 50px;
    /* border: 7px solid #ffffff; */
    z-index: 1;
    color: #fff;
    background: #cc1b6f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 100;
    font-family: serif;
    padding: 0px 9px;
    height: 35px;
}
.owlDateText p{
font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto';
    margin-top: 12px;
}
.testimonialMainowl{
	padding-left:0px;
	background: #181a1f;
}


/* owl slider ending*/
.owlDivImage{
		  overflow:hidden;
		  height: 240px;
}
.owlDivImage img{
	    width: 100%;
    height: 240px;
    margin: 0 auto;
    transition: 0.7s all;
    object-fit: fill;
}
.comaowl {
	color: #cc1b6f;
    font-size: 22px !important;
	padding:40px 0px 5px 0px;
	font-family:Quicksand, sans-serif !important;
	font-weight:bold;
}
.owlHR{
	    height: 1px;
    width: 17%;
    background: #a5a0a0;
    margin: 15px auto;
}
.testimionialContentowl h2, .testimionialContentowl h3{
	    color: #000;
    text-align: center !important;
    font-weight: 400;
}
.testimionialContentowl{
	    z-index: 7;
	    padding: 3rem 2rem 2rem 2rem;
}
.testimionialContentowl h3{
	padding: 0px 70px;
    font-size: 16px;
    color: #fff;
}
.testimionialContentowl h2{
	font-size: 60px;
    color: #cb1a6e;
    font-weight: 500;
	text-transform:uppercase;
}
.owlDivContent label{
	color: #cc1b6f;
    padding-bottom: 1rem;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Roboto';
    text-transform: uppercase;
}
.owlDivContent i{
	color: #fff;
    padding-bottom: 1rem;
        font-size: 16px;
    margin-left: 2px;
	visibility:hidden;
	transition:all 0.2s linear;
}
.item1owl:hover .owlDivContent i{
	    margin-left:10px;
	visibility:visible;
	transition:all 0.2s linear;
}
.item1owl:hover .owlDivContent{
border-bottom: 2px solid #fff;
}
