/* ----------------- Start TT - CMS Parallax ------------------- */
#ttcmsparallax {
	position:relative;
	overflow: hidden;
}
#ttcmsparallax .parallax-inner{
	float: left;
	width: 100%;
}
#ttcmsparallax::before{	
	content: '';
	position: absolute;
	top: -20px;
	bottom: auto;
	right: 0;
	left: auto;
	background: url(../img/bg-img-01.png);
	width: 105px;
	height: 115px;
	-webkit-animation: diving-rotate 3s ease-in-out infinite;
	animation:  diving-rotate 3s ease-in-out infinite;
	background-size:cover;
}
#ttcmsparallax .parallax {
	float: left;
	width: 100%;
	height: 700px;
	background: #f7f4ef;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	background-size: cover;
}
#ttcmsparallax .parallax::after{
	content: '';
	position: absolute;
	top: auto;
	bottom: -10%;
	left: auto;
	right: 12%;
	background: url(../img/bg-img-02.png);
	width: 160px;
	height: 204px;
	z-index: 0;
	-webkit-animation: diving-rotate 3s ease-in-out infinite;
	animation: diving-rotate 3s ease-in-out infinite;
	background-size: cover;
}
#ttcmsparallax .parallax::before{
	content: '';
	position: absolute;
	top: -8%;
	bottom: auto;
	left: 0;
	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 .pattern{
	float: left;
	width: 100%;
}
#ttcmsparallax .parallax-content{
	float: right;
}
#ttcmsparallax .parallax-content .parallax-subtitle{
	font: 400 26px/28px var(--main-title-font);
	color: var(--secondary-bg-color);
	margin: 0 0 15px;
}
#ttcmsparallax .parallax-content .parallax-title{
	font: 700 44px/46px var(--primary-font);
	color: var(--primary-bg-color);
	margin: 0 0 20px;
	padding: 0 0 30px;
	background: url("../img/seperator.png") no-repeat scroll center bottom;	
}
#ttcmsparallax .parallax-content .parallax-desc{
	font: 400 14px/24px var(--secondary-font);
	color: var(--primary-bg-color);
	margin: 0 0 30px;
}
@media (max-width: 1499px){
	#ttcmsparallax .parallax{
		height: 600px;
	}
	#ttcmsparallax .parallax-content .parallax-subtitle{
		font-size: 24px;
		line-height: 26px;
	}
	#ttcmsparallax .parallax-content .parallax-title{
		font-size: 42px;
		line-height: 44px;
	}
}
@media (max-width: 1299px) {
	#ttcmsparallax .parallax{
		height: 500px;
	}	
	#ttcmsparallax .parallax-content .parallax-title{
		font-size: 38px;
		line-height: 40px;
	}
	#ttcmsparallax .parallax-content .parallax-subtitle{
		font-size: 22px;
		line-height: 24px;
	}
	#ttcmsparallax .parallax::after{
		right: 0;
	}
}
@media (max-width: 1199px) {
	#ttcmsparallax .parallax{
		height:500px;
	}
	#ttcmsparallax::before{
		width:90px;
		height:110px;
	}
	#ttcmsparallax .parallax::after{
		width:140px;
		height:170px;
		bottom: -4%;
	}
	#ttcmsparallax .parallax::before{
		width:130px;
		height:110px;
		top:-10%;
	}
	#ttcmsparallax .parallax-content .parallax-title{
		font-size: 30px;
		line-height: 32px;
		margin: 0 0 15px;
	}
	#ttcmsparallax .parallax-content .parallax-subtitle{
		font-size: 18px;
		line-height: 20px;
	}
	#ttcmsparallax .parallax-content .parallax-desc{
		font-size: 13px;
		line-height: 18px;
		margin: 0 0 15px;
	}
	#ttcmsparallax .parallax-content .btn-primary{
		padding: 5px 18px;
	}
}
@media (max-width: 991px) {
	#ttcmsparallax .parallax{
		height: 400px;
	}
	#ttcmsparallax .parallax::after{
		width:120px;
		height:140px;
	}
	#ttcmsparallax .parallax-content .parallax-title{
		font-size: 28px;
		line-height: 30px;
	}
	#ttcmsparallax .parallax-content .parallax-subtitle{
		font-size: 16px;
		line-height: 18px;
	}
	#ttcmsparallax .parallax-content .parallax-desc{
		font-size: 12px;
		line-height: 16px;
	}
}
@media (max-width: 767px) {
	#ttcmsparallax .parallax{
		height:350px;
	}
	#ttcmsparallax::before{
		width:80px;
		height:100px;
	}
	#ttcmsparallax .parallax::before{
		width:110px;
		height:90px;
	}
	#ttcmsparallax .parallax::after{
		width:100px;
		height:120px;
	}
	#ttcmsparallax .parallax-content{
		float: left;
		width: 100%;
		background: rgba(255,255,255,0.8);
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;		
		text-align: center;
		padding: 20px 0;
		z-index: 99;
	}
	#ttcmsparallax .parallax-content .parallax-title{
		font-size: 28px;
		line-height: 30px;
	}
	#ttcmsparallax .parallax-content .parallax-subtitle{
		margin: 0 0 5px;
	}
}
@media (max-width: 543px) {
	#ttcmsparallax::before{
		width:60px;
		height:80px;
	}
	#ttcmsparallax .parallax::after{
		width:80px;
		height:100px;
		right:20%;
	}
	#ttcmsparallax .parallax::before{
		width:90px;
		height:70px;
	}
	#ttcmsparallax .parallax{
		height: 350px;
	}
	#ttcmsparallax .parallax-content .parallax-title{
		font-size: 26px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	#ttcmsparallax .parallax-content .parallax-subtitle{
		font-size: 14px;
		line-height: 16px;
	}
}

/* ----------------- End TT - CMS Parallax ------------------- */
