/* ------------------------------------ Start TT - CMS Testimonial ------------------------------- */
#ttcmstestimonial {
	padding: 0;
	height: 750px;
	background: #f7f7f7;
}
#ttcmstestimonial .tt-title {
	padding: 0 0 50px;
	margin: 0 0 20px;
}
#ttcmstestimonial .tt-title::before {
	top: 56px;
}
#ttcmstestimonial .tt-carousel {
	float: left;
	margin: 0;
	width: 100%;
	text-align: center;
}
#ttcmstestimonial ul li {
	width: 100%;
	float: left;
	padding: 75px 0 55px 0;
	position: relative;
}
#ttcmstestimonial ul li .testimonial-user {
	border: 4px solid #fff;
	width: 70px;
	border-radius: 50%;
	height: 70px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: auto;
	top: 0;
	background: #fff;
}
#ttcmstestimonial ul li .testimonial-user::before {
	content: "\e244";
	margin: 0 auto;
	font-family: material icons;
	font-size: 65px;
	color: var(--secondary-bg-color);
	font-style: normal;
	line-height: 65px;
}
.ttcmstestimonial {
	width: 100%;
	float: left;
	text-align: center;
	height: 500px;
	display: flex;
	align-items: center;
	position: relative;
}
.ttcmstestimonial-flex {
    width: 100%;
    float: left;
    overflow: hidden;
}
#ttcmstestimonial .tt-carousel .owl-nav {
	display: none;
}
#ttcmstestimonial .arrows {
	position: absolute;
	top: auto;
	bottom: 70px;
	left: 0;
	right: 0;
}
#ttcmstestimonial .arrows .arrow.arrow1 {
	color: #222222;
	font: 400 18px/20px var(--secondary-font);
}
#ttcmstestimonial .card-image {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border: 6px solid #dedede;
	width: 100px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px;
}
#ttcmstestimonial .card-title {
	float: none;
	width: 100%;
	margin: 0;
	display: inherit;
}
#ttcmstestimonial .card-title h5 {
	color: #222;
	display: inline-block;
	float: none;
	font: 600 18px/20px var(--primary-font);
	margin:0;
}
#ttcmstestimonial .card-text {
	color: #666;
	font: italic 400 16px/30px var(--secondary-font);
	width: 39%;
	float: none;
	display: inline-block;
	margin: 0 0 30px;
}
#ttcmstestimonial .owl-carousel .owl-dots {
	display: none;
	position: absolute;
	bottom: 25px;
	top: auto;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	width: 90px;
	padding: 4px 0;
}
#ttcmstestimonial .owl-carousel .owl-dots button.active {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: var(--secondary-bg-color) !important;
}
#ttcmstestimonial .owl-carousel .owl-dots button {
	border: none;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: var(--primary-bg-color) !important;
	cursor: pointer;
	padding: 0;
	margin: 0 5px;
	transition: all 400ms ease-in-out 0s;
}
#ttcmstestimonial .owl-carousel .owl-dots button:hover {
	background: var(--secondary-bg-color) !important;
}
@media (max-width: 1599px) {
	#ttcmstestimonial .arrows {
		bottom: 80px;
	}
	#ttcmstestimonial .card-text {
		width: 32%;
	}
}
@media (max-width: 1499px) {
	#ttcmstestimonial {
		height: 710px;
	}
	#ttcmstestimonial ul li {
		padding: 50px 0 20px 0;
	}
	#ttcmstestimonial .card-text {
		width: 34%;
	}
}
@media (max-width: 1399px) {
	#ttcmstestimonial ul li {
		padding: 80px 0 20px 0;
	}
	#ttcmstestimonial {
		height: 690px;
	}
	#ttcmstestimonial .card-text {
		width: 45%;
	}
	#ttcmstestimonial .arrows {
		bottom: 65px;
	}
}
@media (max-width: 1299px) {
	#ttcmstestimonial .card-text {
		width: 47%;
	}
}
@media (max-width: 1199px) {
	#ttcmstestimonial ul li {
		padding: 80px 0 20px 0;
	}
	#ttcmstestimonial .arrows {
		bottom: 60px;
	}
	#ttcmstestimonial {
		height: 600px;
	}
	.testimonial-desc{
		width: 70%;
	}
	#ttcmstestimonial .card-text {
		width: 51%;
	}
}
@media (max-width: 991px) {
	#ttcmstestimonial {
		height: 780px;
	}
	.ttcmstestimonial {
		height: 420px;
	}
	#ttcmstestimonial ul li {
		padding: 85px 0 10px;
	}
	#ttcmstestimonial ul li .testimonial-user::before {
		line-height: 62px;
	}
	#ttcmstestimonial .card-text {
		width: 62%;
		margin:0 0 25px;
		font-size: 14px;
		line-height: 24px;
	}
	#ttcmstestimonial .card-title {
		margin:0 0 15px;
	}
	#ttcmstestimonial .arrows {
		bottom: 30px;
	}
}
@media (max-width: 767px) {
	#ttcmstestimonial {
		height: 720px;
	}
	#ttcmstestimonial .card-text {
		width:72%;
	}
	#ttcmstestimonial .card-title h5 {
		font-size:14px;
		line-height:16px;
	}
	.ttcmstestimonial{
		height: 400px;
	}
	#ttcmstestimonial .arrows {
		bottom: 10px;
	}
}
@media (max-width: 543px) {
	#ttcmstestimonial {
		height: 670px;
	}
	#ttcmstestimonial .card-text {
		width: 100%;
	}
	.ttcmstestimonial-flex{
		padding:10px;
	}
	#ttcmstestimonial ul li .testimonial-user::before {
		line-height: 64px;
	}
}
@media (max-width: 480px) {
	#ttcmstestimonial {
		height: 470px;
	}
}
/* ------------------------------------ End TT - CMS Testimonial ------------------------------- */