section.about-w3l h2 {
	font-size:40px;
	font-weight:bold;
	color: #8a56d0;
	padding:55px 0 20px;
	font-family: 'Poiret One', cursive;
}
section.portfolio-agileinfo h3.text-center {
	font-size:40px;
	font-weight:bold;
	color:#8a56d0;
	padding-bottom:50px;
	font-family: 'Poiret One', cursive;
	position:relative;
}
section.portfolio-agileinfo h3.text-center:before {
	content:'';
	position:absolute;
	background-color:#8a56d0;
	width:300px;
	height:2px;
	left:20%;
	bottom:2%;
} 
section.portfolio-agileinfo h3.text-center:after {
	content:'';
	position:absolute;
	background-color:#8a56d0;
	width:300px;
	height:2px;
	right:20%;
	bottom:2%;
}
section.portfolio-agileinfo span.fa.fa-star-o {
    font-size: 25px;
    color:#8a56d0;
    display: block;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 50px;
}
.ch-info .ch-info-front {
	box-shadow: inset 0 0 0 16px rgba(96, 7, 142, 0.59);
}
.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	background: #832fb7;
	opacity: 0;
}



