/* ----------------- Start TT - CMS testimonial ------------------- */

#ttcmsparallax {
	float: left;
	width: 100%;
}
#ttcmsparallax  .parallex {
	float: left;
	width: 100%;
	height:auto;
	background:#191919;
}
#ttcmsparallax .tt-title {
	display: none;
}
#ttcmsparallax .tttestimonial-inner {
	float: left;
	position: relative;
	width: 100%;
	padding: 120px 0;
}
#tttestimonial-carousel li {
	float: left;
	width: 100%; 
}
#ttcmsparallax #tttestimonial-carousel li .testimonial-desc{
	display: inline-block;
	float: none;
	margin: 0 0 20px;
	vertical-align: top;
	width: 45%;
}
#ttcmsparallax .tttestimonial-content ul li .testimonial-image {
	float: none;
	margin: 0 0 20px;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
#ttcmsparallax .tttestimonial-content ul li .testimonial-image img {
	height: 100px;
	width: 100px;
	border: 5px solid #e5e5e5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
#ttcmsparallax #tttestimonial-carousel li .testimonial-content .testimonial-user-title > h4 {
	color: #fff;
	float: left;
	font: 500 16px/18px "Roboto",Helvetica,sans-serif;
	margin: 0;
	padding: 10px 0 5px;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}
#ttcmsparallax #tttestimonial-carousel li .testimonial-desc p {
	color: #ccc;
	font: italic 600 14px/26px "Roboto",Helvetica,sans-serif;
	margin: 0;
}
#tttestimonial-carousel {
	float: left;
	margin: 0;
	text-align: center;
	width: 100%;
}
#ttcmsparallax .tttestimonial-content ul li .testimonial-content {
	display: inline-block;
	float: left;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
#ttcmsparallax .tttestimonial-content ul li .testimonial-content .user-designation {
	color: #fff;
	float: left;
	font: 400 14px/18px "Roboto",Helvetica,sans-serif;
	margin: 0 0 10px;
	padding: 0 0 60px;
	position: relative;
	width: 100%;
}
#ttcmsparallax .tttestimonial-content ul li .testimonial-content .user-designation::before {
	background: #ccc;
	top: auto;
	content: "";
	height: 50%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
}
#ttcmsparallax .tttestimonial-content .owl-dots {
	float: left;
	width: 100%;
	text-align: center;
}
#ttcmsoffer .owl-dots {
	bottom: 40px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
}
#ttcmsparallax .tttestimonial-content .owl-dots .owl-dot {
	display: inline-block;
	float: none;
	height: 12px;
	cursor: pointer;
	margin: 0 10px 0 0;
	width: 12px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	background: #fff;
	vertical-align:middle;
}
#ttcmsoffer .owl-dots .owl-dot{
	background: #fff;
}
#ttcmsparallax .tttestimonial-content .owl-dots .owl-dot:hover {
	background: #fff;
}
#ttcmsparallax .tttestimonial-content .owl-dots .owl-dot.active {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #fff;
	height: 15px;
	vertical-align: middle;
	width: 15px;
	position:relative;
}
#ttcmsparallax .tttestimonial-content .owl-dots .owl-dot.active::after {
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	bottom: 0;
	content: "";
	height: 5px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 5px;
}
#ttcmsparallax:hover .tttestimonial-content .owl-dots {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
@media (max-width: 1199px) {
	#ttcmsparallax #tttestimonial-carousel li .testimonial-desc {
		width: 65%;
	}
}
@media (max-width: 991px) {
	#ttcmsparallax .tttestimonial-inner {
	  padding: 60px 0;
	}
}
@media (max-width: 767px) {
	#ttcmsparallax #tttestimonial-carousel li .testimonial-desc {
		float: left;
		width: 100%;
	}
	#ttcmsparallax .tttestimonial-content ul li .testimonial-content .user-designation::before {
		display: none;
	}
	#ttcmsparallax .tttestimonial-content ul li .testimonial-content .user-designation {
		padding: 0;
	}
}
@media (max-width: 543px) {
	#tttestimonial-carousel {
		width: 100%;
	}
}

/* ------------------------------------ End TT - CMS testimonial ------------------------------- */