.cts-slider{max-width:1240px;margin:auto;text-align:center;overflow:hidden}
.cts-wrapper {display: flex;transition: transform 0.5s ease;}
.cts-slide{min-width:50%;padding:20px;box-sizing:border-box}
.cts-box{border:1px solid #ddd;padding:25px;background:#fafafa;margin-bottom:20px;border-radius:10px;background:transparent;}
.cts-img img{border-radius:50% !important;width:100px;height:100px !important;border: 1px solid #969696 !important;padding: 5px;float:left;}
.cts-dots span{display:inline-block;width:10px;height:10px;background:#ccc;margin:5px;border-radius:50%;cursor:pointer}
.cts-dots .active{background:#000}
.cont-bx {
    float: left;
    margin: 20px 30px 0;
}
.cont-bx h4
{
	font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
	color: #262626;
	margin-bottom: 0px;
	line-height: 1.1;
	font-family: Roboto Condensed;
	text-align: left;
}
.cont-bx h6
 {
    color: #969696;
    font-weight: bold;
	 font-size: 14px;
    text-transform: capitalize;
	 line-height: 1.1;
	 font-family: Roboto Condensed;
	 text-align: left;
}
.cts-dots .active
{
	background:#2963ff;
}
.cts-dots span
{
	border:1px solid #2963ff;
	background:transparent;
}
.cts-box p
{
	letter-spacing: 0em;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
	font-family: Roboto Condensed;
	color: #262626;
	text-align: left;
}
.cts-box:hover
{
	background:#fff;
}
@media(max-width:768px){
.cts-slide{min-width:100%}
}