/* ----------------- Start TT - CMS Parallax ------------------- */
#ttcmsparallax {
	margin:0 0 70px;
	position:relative;
	overflow: hidden;
}
#ttcmsparallax .testimonials{
	float: left;
}
#ttcmsparallax::before{	
	content: '';
	position: absolute;
	top: -20px;
	bottom: auto;
	right: 4%;
	left: auto;
	background: url(../img/bg-img-01.png);
	width: 100px;
	height: 136px;
	-webkit-animation: diving-rotate 3s ease-in-out infinite;
	animation:  diving-rotate 3s ease-in-out infinite;
	background-size:cover;
}
#ttcmsparallax .parallex {
	float: left;
	width: 100%;
	height: 550px;
	background: #d4d4d2;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#ttcmsparallax .parallex::after{
	content: '';
	position: absolute;
	top: auto;
	bottom: -15%;
	left: auto;
	right: 30%;
	background: url(../img/bg-img-02.png);
	width: 160px;
	height: 204px;
	z-index: 1;
	-webkit-animation: diving-rotate 3s ease-in-out infinite;
	animation:  diving-rotate 3s ease-in-out infinite;
	background-size: cover;
}
#ttcmsparallax .parallex::before{
	content: '';
	position: absolute;
	top: -15%;
	bottom: auto;
	left: 24%;
	right:auto;
	background: url(../img/bg-img-03.png);
	width: 180px;
	height: 149px;
	z-index: 1;
	-webkit-animation: diving-rotate 3s ease-in-out infinite;
	animation:  diving-rotate 3s ease-in-out infinite;
	background-size:cover;
}
@keyframes diving-rotate {
    0% {
         transform:rotate(0deg); 
    }
    50% {
         transform:rotate(30deg); 
    }
    100% {
        transform:rotate(0deg); 
    }
}
#ttcmsparallax .testimonial-image {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: auto;
	margin: 0 0 -40px;
	z-index: 1;
	position: relative;
}
#ttcmsparallax .testimonial-image::after {
	content: '\e244';
	font-size: 26px;
	line-height: 42px;
	height: 55px;
	width: 55px;
	position: absolute;
	top: auto;
	bottom: 0;
	right: -20px;
	left: auto;
	color: var(--primary-text-color);
	background: var(--secondary-bg-color);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border: 6px solid #f6f3ec;
	font-family: 'Material Icons';
	transform: rotate(180deg);
}
#ttcmsparallax .testimonial-image img{
	border-radius:50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border: 5px solid #f6f3ec;
}
#ttcmsparallax .testimonial-contant {
    float: none;
	display: inline-block;
	vertical-align: top;
    width: auto;
    background: rgba(255,255,255,0.9);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	padding: 80px 25px 60px;
}
#ttcmsparallax .testimonial-desc {
    font:italic 400 14px/22px var(--secondary-font);
	color:var(--body-text-color);
	float: none;
	display: inline-block;
	vertical-align: top;
}
#ttcmsparallax .author-name {
	float:left;
	width:100%;
    color: var(--main-title-color);
    margin: 22px 0 0;
    font: 700 18px/22px var(--primary-font);
}
#ttcmsparallax .author-position {
	font:400 12px/16px var(--secondary-font);
	color:var(--body-text-color);
}
#ttcmsparallax .owl-dots{
	margin:20px 0 0;
}
@media (max-width: 1400px) {
#ttcmsparallax .testimonial-contant{
	padding: 65px 15px 50px;
}
}
@media (max-width: 1300px) {
	#ttcmsparallax{
		margin:0 0 60px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
		#ttcmsparallax .testimonial-contant{
		width:85%;
	}

}
@media (max-width: 1199px) {
	#ttcmsparallax{
		margin:0 0 50px;
	}
	#ttcmsparallax .parallex{
		height:500px;
	}
	#ttcmsparallax::before{
		width:90px;
		height:110px;
	}
	#ttcmsparallax .parallex::after{
		width:140px;
		height:170px;
	}
	#ttcmsparallax .parallex::before{
		width:130px;
		height:110px;
		top:-10%;
	}
}
@media (max-width: 991px) {
	#ttcmsparallax{
		margin:0 0 40px;
	}
	#ttcmsparallax .parallex::after{
		width:120px;
		height:140px;
	}
}
@media (max-width: 767px) {
	#ttcmsparallax .parallex{
		height:450px;
	}
	#ttcmsparallax::before{
		width:80px;
		height:100px;
	}
	#ttcmsparallax .parallex::before{
		width:110px;
		height:90px;
	}
	#ttcmsparallax .parallex::after{
		width:100px;
		height:120px;
	}
}
@media (max-width: 543px) {
	#ttcmsparallax{
		margin:0 0 30px;
	}
	#ttcmsparallax .container {
		width:100%;
	}
	#ttcmsparallax::before{
		width:60px;
		height:80px;
	}
	#ttcmsparallax .parallex::after{
		width:80px;
		height:100px;
		right:20%;
	}
	#ttcmsparallax .parallex::before{
		width:90px;
		height:70px;
	}
}

/* ----------------- End TT - CMS Parallax ------------------- */
