/*----------------- Start TT - CMS About US -----------------*/
#ttcmsaboutus {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 80px;
}
#ttcmsaboutus .about-content {
	float: left;
	width: 100%;
	text-align: center;
}
#ttcmsaboutus .ttcmsabout-subtitle {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 40%;
	position: relative;
	color: #777;
	font: 400 italic 16px/26px "Roboto", Helvetica, sans-serif;
	margin: 0 0 30px;
	text-transform: capitalize;
	letter-spacing: 0.4px;
}
#ttcmsaboutus .ttaboutbanner .ttbanner-title {
	writing-mode: vertical-lr;
	float: left;
	position: relative;
	font: 400 italic 20px/22px "Playfair Display", Helvetica, sans-serif;
	color: #111;
	letter-spacing: 0.2px;
	background: #fff;
	padding: 0 0 20px 0px;
}
#ttcmsaboutus .ttaboutbanner .ttabout-img {
	float: left;
	padding: 0 10px 0 0px;
	position: relative;
}
#ttcmsaboutus .ttaboutbanner .ttabout-img a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
#ttcmsaboutus .ttaboutbanner .ttabout-img::after {
	background: #f9dbdb;
	bottom: 0;
	content: "";
	height: 85%;
	left: auto;
	margin: 0 auto;
	position: absolute;
	right: -10px;
	top: auto;
	width: 1px;
}
@media (min-width: 1200px) {
	#ttcmsaboutus .ttaboutbanner .ttabout-img::before {
		background: #ffbf07;
		bottom: 0;
		content: "";
		height: 0;
		left: auto;
		margin: 0 auto;
		position: absolute;
		right: -10px;
		top: auto;
		width: 1px;
		transition: all 900ms ease-in-out 0s;
		-webkit-transition: all 900ms ease-in-out 0s;
		-moz-transition: all 900ms ease-in-out 0s;
		-o-transition: all 900ms ease-in-out 0s;
		-ms-transition: all 900ms ease-in-out 0s;
		z-index: 1;
	}
	#ttcmsaboutus .ttaboutbanner:hover .ttabout-img:hover::before {
		height:75%;
	}
	#ttcmsaboutus .ttaboutbanner1 .ttaboutbanner:hover .ttabout-img:hover::before {
		height: 80%;
	}
}
#ttcmsaboutus .block2.ttaboutcontent {
	float: left;
}
#ttcmsaboutus .ttaboutcontent .ttbanner-title {
	font: 700 54px/60px "Playfair Display", Helvetica, sans-serif;
	letter-spacing: 0.4px;
	color: #000;
	padding: 30px 0;
	text-transform: capitalize;
	float: left;
	width: 100%;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}
@media (min-width: 768px) {
	#ttcmsaboutus .ttaboutcontent .ttbanner-title:hover {
		letter-spacing: 1.2px;
	}
}
#ttcmsaboutus .ttaboutcontent .ttbanner-title:hover {
	color: #ffbf07;
}
#ttcmsaboutus .ttaboutcontent .ttbanner-title span {
	float: right;
}
#ttcmsaboutus .ttaboutcontent .ttbtn{
	float: left;
	width: 100%;
}
#ttcmsaboutus .ttaboutcontent .ttbtn a {
	font: 400 14px/20px "Roboto", Helvetica, sans-serif;
	padding: 12px 25px;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #fff;
	background: #111;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	text-transform: capitalize;
}
#ttcmsaboutus .ttaboutcontent .ttbtn a::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffbf07;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#ttcmsaboutus .ttaboutcontent .ttbtn a:hover::before, 
#ttcmsaboutus .ttaboutcontent .ttbtn a:focus::before, 
#ttcmsaboutus .ttaboutcontent .ttbtn a:active::before {
	-webkit-transform: scaleX(1);
transform: scaleX(1);
}
#ttcmsaboutus .ttaboutcontent .ttbtn a:hover {
	color: #000;
}
#ttcmsaboutus .block4 {
	margin: 30px 0 0;
	padding: 0;
}
#ttcmsaboutus .ttaboutbanner .ttabout-img img {
	max-width: 100%;
}
@media (min-width: 768px) {
	#ttcmsaboutus .ttaboutbanner .ttabout-img img {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transition: all 600ms ease-in-out 0s;
		-webkit-transition: all 600ms ease-in-out 0s;
		-moz-transition: all 600ms ease-in-out 0s;
		-o-transition: all 600ms ease-in-out 0s;
		-ms-transition: all 600ms ease-in-out 0s;
	}
	#ttcmsaboutus .ttaboutbanner:hover .ttabout-img img {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
	}
}
#ttcmsaboutus .ttcmsaboutcontent {
	float: left;
	padding: 100px 0 0;
	position: relative;
	text-align: left;
}
#ttcmsaboutus .ttcmsaboutcontent .ttcmsabout-subtitle {
	font-family: "Playfair Display", Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 0 0 25px;
	color: #ffbf07;
	line-height: 28px;
}
#ttcmsaboutus .ttcmsaboutcontent .ttcmsabout-title {
	color: #000;
	font: 700 italic 50px/60px "Playfair Display", Helvetica, sans-serif;
	margin: 0 0 30px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
}

@media(max-width:1199px){
	#ttcmsaboutus {
		margin: 0 0 50px;
	}
	#ttcmsaboutus .ttaboutbanner .ttbanner-title {
		font-size: 18px;
	}
	#ttcmsaboutus .ttaboutbanner .ttabout-img {
		width: 86%;
	}
	#ttcmsaboutus .ttaboutbanner .ttabout-img::after {
		height: 65%;
	}
}
@media(max-width:991px){
	#ttcmsaboutus .ttaboutcontent .ttbanner-title {
		font-size: 40px;
		line-height: 46px;
		padding: 20px 0;
	}
	#ttcmsaboutus .ttaboutbanner .ttabout-img {
		width: 84%;
	}
}
@media(max-width:767px){
	#ttcmsaboutus .ttaboutbanner .ttabout-img {
		width: 84%;
	}
	#ttcmsaboutus .ttaboutbanner .ttbanner-title {
		font-size: 14px;
	}
	#ttcmsaboutus .ttaboutcontent .ttbanner-title {
		font-size: 32px;
		line-height: 36px;
		padding: 15px 0;
	}
	#ttcmsaboutus .ttaboutcontent .ttbtn a {
		padding: 10px 15px;
		font-size: 14px;
		line-height: 20px;
	}
	#ttcmsaboutus .ttaboutbanner .ttabout-img {
		width: 78%;
	}
	#ttcmsaboutus .ttaboutbanner1 .ttaboutbanner .ttabout-img {
		width: 88%;
	}
	#ttcmsaboutus .block4 .img3 .ttabout-img {
		width: 84%;
	}
}
@media(max-width:543px){
	#ttcmsaboutus {
		margin: 0 0 20px;
		text-align: center;
	}
	#ttcmsaboutus .ttaboutbanner .ttabout-img {
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		padding: 0 0 15px;
		width: auto;
	}
	#ttcmsaboutus .ttaboutbanner .ttbanner-title {
		width: 100%;
		writing-mode: horizontal-tb;
		margin: 0 0 15px;
		padding: 0;
	}
	#ttcmsaboutus .ttaboutbanner .ttabout-img::after {
		display: none;	
	}
	#ttcmsaboutus .block2.ttaboutcontent {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: auto;
		text-align: center;
	}
	#ttcmsaboutus .ttaboutcontent .ttbanner-title {
		font-size: 22px;
		line-height: 26px;
		padding: 0;
	}
	#ttcmsaboutus .ttaboutcontent .ttbtn {
		margin: 15px 0 20px;
	}
}
/* ----------- End TT - CMS About US--------*/
