#page-title6{
	background-image: url(../../uploads/image/about/about_us.jpg);
	background-size:100%;
	padding: 230px 0px;
}
.about img{
	float: left;
	ransform: perspective(500px) rotateY(0deg);
    transition: transform 2s;
}
.about img:hover{
	transform: perspective(500px) rotateY(360deg);
}
.about .about-content{
	float: left;
	width: 60%;
	margin-left: 70px;
}
.about .about-content .about-title{
	margin-bottom: 40px;
	position: relative;
}
.about .about-content .about-title .about-left{
	width: 60px;
	height: 30px;
	border: 4px solid #18afef;
	border-right: none;
	border-bottom: none;
	position: absolute;
	left: 26%;
    top: -12px;
}
.about .about-content .about-title .about-right{
	width: 60px;
	height: 30px;
	border: 4px solid #18afef;
	border-left: none;
	border-top: none;
	position: absolute;
	right: 22%;
    bottom: -6px;
}
.about .about-content .about-title .title-one{
	text-align: center;
	color: black;
	font-size: 24px;
	font-weight: 700;
}
.about .about-content .about-title .title-two{
	text-align: center;
	font-size: 12px;
}
.about .about-content p{
	text-indent: 2em;
	color: #646464;
}
.gary{
	background-color: #f3f3f3;
}
.gary img{
	transform: perspective(500px) rotateX(0deg);
    transition: transform 2s;
}
.gary img:hover{
	transform: perspective(500px) rotateX(360deg);
}
/**/
.call img{
	float: left;
	width: 60%;
}
.call .call-content{
	float: left;
	width: 30%;
	margin-left: 70px;
}
.call  .call-content p{
	text-indent: 2em;
	color: #646464;
	line-height: 40px;
}