/* ------------------------------------ Start TT - CMS Testimonial ------------------------------- */
#ttcmstestimonial {
	float: left;
	width: 100%;
	background: var(--primary-bg-color);
}
#ttcmstestimonial .tt-carousel {
    float: left;
    margin: 0;
    width: 100%;
	padding:0;
	text-align: left;
}
#ttcmstestimonial ul li {
	width: 100%;
	float: left;
}
#ttcmstestimonial .card-image {
	position:relative;
}
#ttcmstestimonial .card-desc::before {
    position: absolute;
    content: '\e244';
    font-family: 'Material Icons';
    top: -5px;
    bottom: auto;
    left: -40px;
    right: auto;
    font-size: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: var(--secondary-bg-color);
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}
#ttcmstestimonial .card-title {
	float: none;
	width: auto;
	margin: 0 0 20px;
	display: inherit;
}
#ttcmstestimonial .card-title h5 {
	color: var(--primary-text-color);
	display: inline-block;
	float: none;
	font: italic 500 18px/20px var(--primary-font);
	padding: 0 15px 0 0;
	position: relative;
	margin:0;
}
#ttcmstestimonial .card-title h5::after {
	border-top: 1px solid var(--primary-text-color);
	content: "";
	position: absolute;
	right: 0;
	top: 8px;
	width: 4px;
}
#ttcmstestimonial .position {
	color: var(--primary-text-color);
 	display: inline-block;
	float: none;
	font: italic 400 14px/22px var(--secondary-font);
	width: auto;
}
#ttcmstestimonial .card-text {
	color: var(--primary-text-color);
	font: italic 400 15px/26px var(--secondary-font);
	width: 90%;
	float: none;
	display: inline-block;
	margin: 0 0 25px;
}
.owl-carousel .owl-dots {
	float: left;
	width: 100%;
}
.owl-carousel .owl-dots button {
	border: none;
	height: 10px;
	width: 10px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	padding: 0;
	margin: 0 5px;
	transition: all 400ms ease-in-out 0s;
}
.owl-carousel .owl-dots button.active {
	height: 13px;
	width: 13px;
	background: var(--secondary-bg-color);
}
.owl-carousel .owl-dots button:hover {
	background: var(--secondary-bg-color);
}
#ttcmstestimonial .cmstestimonial {
    display: flex;
    align-items: center;
}
@media (max-width: 1199px) {
	.testimonial-desc{
		width: 70%;
	}
	#ttcmstestimonial .card-text {
		margin: 0 0 15px;
		font-size: 13px;
		line-height: 22px;
	}
	#ttcmstestimonial .card-title h5{
		font-size: 16px;
		line-height: 18px;
	}
	#ttcmstestimonial .card-title {
		margin: 0 0 15px;
	}
}
@media (max-width: 991px) {
    #ttcmstestimonial {
        width: 100%;
    }
	.testimonial-desc{
        margin: 20px 0 0;
    }
	.card-text {
		width:68%;
	}
	#ttcmstestimonial .parallex {
		height:380px;
	}
	#ttcmstestimonial .card-text {
		font-size: 12px;
		line-height: 18px;
		margin:0 0 10px;
	}
	#ttcmstestimonial .card-title {
		margin:0 0 10px;
	}
	#ttcmstestimonial .card-title h5 {
		font-size: 14px;
		line-height: 16px;
	}
}
@media (max-width: 767px) {
	#ttcmstestimonial {
		padding: 10px 0 0;
	}
	#ttcmstestimonial .card-desc::before {
		left: 0;
		right: auto;
	}
	#ttcmstestimonial .tt-carousel .owl-item > div {
		padding: 0 0 0 40px;
	}
	#ttcmstestimonial .tt-carousel .owl-dots {
		padding: 0 0 0 40px;
	}
	.card-text {
		width:auto;
	}
	#ttcmstestimonial .card-text {
		width:100%;
	}
	#ttcmstestimonial .card-title h5 {
		font-size:14px;
		line-height:16px;
	}
	#ttcmstestimonial .card-title {
		margin: 0 0 10px;
	}
	#ttcmstestimonial .position {
		font-size: 12px;
		line-height:16px;
	}
	#ttcmstestimonial .card-image {
		margin: 0;
		width: 100%;
		text-align: center;
	}
	#ttcmstestimonial .cmstestimonial .card-desc {
		float: left;
		width: 100%;
	}
	#ttcmstestimonial .cmstestimonial {
		flex-direction: column-reverse;
	}
}
@media (max-width: 543px) {
	#ttcmstestimonial .card-text {
		width: 100%;
	}
}
/* ------------------------------------ End TT - CMS Testimonial ------------------------------- */