.about-sec{
	padding: 125px 0 90px;
}

.about-sec .title{
	text-align: center;
}
.about-sec .title h3{
	text-transform: uppercase;
	color: #7030a0;
	font-size: 26px;
	font-family: 'Gill Sans MT';
	font-weight: 400;
}
.about-sec .title .line{
	background: #d6d6d6;
	width: 150px;
	height: 1px;
	margin: 25px auto;
	position: relative;
}
.about-sec .title .line:after{
    content: "\f005";
    font-family: FontAwesome;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: -12px;
    background: #FFF;
    line-height: 25px;
    width: 25px;
    height: 25px;
    margin-left: -12.5px;
    color: #d6d6d6;
}
.about-sec .about-row{
	margin-top: 30px;
}
.about-sec .about-desc p{
	font-size: 15px;
	color: #333;
      margin-top:0;
}
.about-sec .about-desc a{
	margin-top: 15px;
	margin-bottom: 25px;
	padding : 7px 16px;
	color : #4b4b4b;
	font-size : 14px;
	text-align : center;
	border: 1px solid #9c9c9d;
	background : transparent;
	display: inline-block;
text-decoration: none;
}
.about-sec .about-desc a:hover{
    color: #fff;
    border: 1px solid #7030a0;
    background-color: #7030a0;
}
.about-pic img{
float: right;
}
