/* ------------------------------------ Start TT - CMS Testimonial ------------------------------- */
#ttcmstestimonial .parallex {
	float: left;
	width: 100%;
	height: 450px;
	display: flex;
	text-align:center;
	align-items: center;
	background-color: #151515;
	background-size: cover;
	background-repeat: no-repeat;
}
#ttcmstestimonial {
	margin: 0 0 30px;
}
#ttcmstestimonial .tt-carousel {
    float: left;
    margin: 0;
    width: 100%;
}
#ttcmstestimonial ul li {
	width: 100%;
	float: left;
}
#ttcmstestimonial .card-image {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border: 6px solid #4f4f4d;
	box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.2);
	-webkit-box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.2);
	width: 100px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 35px;
}
#ttcmstestimonial .card-title {
	float: none;
	width: auto;
	margin: 0 0 20px;
	display: inherit;
}
#ttcmstestimonial .card-title h5 {
	color: #e1ab6e;
	display: inline-block;
	float: none;
	font: 600 16px/18px "Jost", Helvetica, sans-serif;
	padding: 0 15px 0 0;
	position: relative;
	margin:0;
}
#ttcmstestimonial .card-title h5::after {
	border-top: 1px solid #fff;
	content: "";
	position: absolute;
	right: 0;
	top: 8px;
	width: 4px;
}
#ttcmstestimonial .position {
	color: #ccc;
 	display: inline-block;
	float: none;
	font: 400 14px/23px "Roboto", Helvetica, sans-serif;
	width: auto;
	padding: 0 0 0 8px;
}
#ttcmstestimonial .card-text {
	color: #fff;
	font: italic 400 14px/23px "Roboto", Helvetica, sans-serif;
	width: 50%;
	float: none;
	display: inline-block;
	margin: 0 0 35px;
}
.owl-carousel .owl-dots {
	float: left;
	width: 100%;
}
.owl-carousel .owl-dots button {
	border: none;
	height: 10px;
	width: 10px;
	background: #fff !important;
	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) !important;
}
.owl-carousel .owl-dots button:hover {
	background: var(--secondary-bg-color) !important;
}
@media (max-width: 1199px) {
	.testimonial-desc{
		width: 70%;
	}
}
@media (max-width: 991px) {
    #ttcmstestimonial {
        width: 100%;
    }
	.testimonial-desc{
        margin: 20px 0 0;
    }
	.card-text {
		width:68%;
	}
	#ttcmstestimonial .parallex {
		height:380px;
	}
	#ttcmstestimonial .card-image,#ttcmstestimonial .card-text {
		margin:0 0 25px;
	}
	#ttcmstestimonial .card-title {
		margin:0 0 15px;
	}
	#ttcmstestimonial .card-text {
		font-size:13px;
	}
}
@media (max-width: 767px) {
	#ttcmstestimonial  {
		padding:0;
	}
	.card-text {
		width:auto;
	}
	#ttcmstestimonial .parallex {
		height:350px;
	}
	#ttcmstestimonial .card-text {
		width:72%;
	}
	#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, #ttcmstestimonial .card-text {
		margin: 0 0 15px;
	}
}
@media (max-width: 543px) {
	#ttcmstestimonial .card-text {
		width: 100%;
	}
}
/* ------------------------------------ End TT - CMS Testimonial ------------------------------- */