/* ----------------- Start TT - CMS Parallax ------------------- */
#ttcmsparallax {
	margin:0 0 80px;
	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: 550px;
	background: #f7f4ef;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
}
#ttcmsparallax .parallax::after{
	content: '';
	position: absolute;
	top: auto;
	bottom: -15%;
	left: 30%;
	right: auto;
	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 .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 .parallax-content{
	text-align: left;
	padding: 0 0 0 70px;
}
#ttcmsparallax .parallax-content .parallax-title{
	font: 400 60px/74px var(--main-title-font);
	color: var(--primary-bg-color);
	margin: 0 0 20px;
	position: relative;
	padding: 90px 0 0;
}
#ttcmsparallax .parallax-content .parallax-title:before{
	content: '';
	position: absolute;
	background: url(../img/slider-icon.png) no-repeat;
	width: 100px;
	height: 96px;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	background-size: cover;	
}
#ttcmsparallax .parallax-content .parallax-desc{
	font: 400 20px/22px var(--secondary-font);
	color: var(--primary-bg-color);
	margin: 0 0 30px;
}
@media (max-width: 1499px){
	#ttcmsparallax .parallax-content .parallax-title{
		font-size: 54px;
		line-height: 70px;
	}
	#ttcmsparallax .parallax-content{
		padding: 0 0 0 40px;
	}
}
@media (max-width: 1299px) {
	#ttcmsparallax .parallax-content .parallax-title{
		font-size: 50px;
		line-height: 68px;
	}
}
@media (max-width: 1199px) {
	#ttcmsparallax{
		margin:0 0 50px;
	}
	#ttcmsparallax .parallax{
		height:500px;
	}
	#ttcmsparallax::before{
		width:90px;
		height:110px;
	}
	#ttcmsparallax .parallax::after{
		width:140px;
		height:170px;
	}
	#ttcmsparallax .parallax::before{
		width:130px;
		height:110px;
		top:-10%;
	}
	#ttcmsparallax .parallax-content{
		padding: 0 0 0 30px;
	}
	#ttcmsparallax .parallax-content .parallax-title{
		font-size: 40px;
		line-height: 52px;
		margin: 0 0 15px;
		padding: 75px 0 0;
	}
	#ttcmsparallax .parallax-content .parallax-title::before{
		width: 80px;
		height: 76px;
	}
	#ttcmsparallax .parallax-content .parallax-desc{
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 15px;
	}
	#ttcmsparallax .parallax-content .btn-primary{
		padding: 5px 18px;
	}
}
@media (max-width: 991px) {
	#ttcmsparallax .parallax::after{
		width:120px;
		height:140px;
	}
	#ttcmsparallax .parallax-content{
		padding: 0 0 0 20px;
	}
	#ttcmsparallax .parallax-content .parallax-title{
		font-size: 32px;
		line-height: 44px;
	}
	#ttcmsparallax .parallax-content .parallax-desc{
		font-size: 12px;
		line-height: 14px;
	}
}
@media (max-width: 767px) {
	#ttcmsparallax .parallax{
		height:450px;
	}
	#ttcmsparallax::before{
		width:80px;
		height:100px;
	}
	#ttcmsparallax .parallax::before{
		width:110px;
		height:90px;
	}
	#ttcmsparallax .parallax::after{
		width:100px;
		height:120px;
	}
	#ttcmsparallax{
		margin:0 0 40px;
	}
	#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;
	}
	#ttcmsparallax .parallax-content .parallax-title{
		font-size: 30px;
		line-height: 42px;
	}
	#ttcmsparallax .parallax-content .parallax-title::before{
		left: 0;
		right: 0;
		margin: auto;
	}
}
@media (max-width: 543px) {
	#ttcmsparallax{
		margin:0 0 30px;
	}
	#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: 20px;
		line-height: 32px;
		margin: 0 0 10px;
	}
}

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