h1{
	font-size: 30px;
}
.project-heading{
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
	text-shadow: 4px 4px 2px rgba(208, 208, 208, 1);
}
.more{
	text-align: center;
}
.project-heading:after {
	margin: 0 auto;
    margin-top: 20px;
    width: 150px;
    height: 1px;
    content: "";
    right: 0;
    left: 0;
    background-color: #100e0e2b;
    display: block;
    border-radius: 50%; 
}
.text-right .project-heading:after {
	margin: 0;
    margin-top: 20px;
    width: 150px;
    height: 1px;
    content: "";
    right: 0;
    left: 0;
    background-color: #100e0e2b;
    display: block;
    border-radius: 50%; 
}
.text-left .project-heading:after {
	margin: 0;
    margin-top: 20px;
    width: 150px;
    height: 1px;
    content: "";
    right: 0;
    left: 0;
    background-color: #100e0e2b;
    display: block;
    border-radius: 50%; 
}
.p-detail li{
	padding:10px 0px;
}
.one-project{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	border-radius: 5px;
	box-shadow: 0 0px 20px 0px rgba(0,0,0,.14), 0 0px 10px 0px rgba(0,0,0,.12), 0 5px 10px -10px rgba(0,0,0,.2);
}
.one-project:hover .work-title:before{
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(.42,0,.58,1);
}
.one-project:hover .work-image{
	box-shadow: 0px 0px 20px -5px #000; 
}
.one-project:hover .work-title{
	box-shadow: 0px 0px 20px -5px #000; 
}
.work-image{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	border-radius: 3px;
}
.work-image img{
	border-radius: 3px;
}
.work-title{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	padding: 10px;
    box-shadow: 0px 5px 20px -5px #dedada;
    border-radius: 3px;
    width: 90%;
    margin-top:-26px;
    z-index: 2;
    position: relative;
    background-color: #fff; 
}
.work-title:hover:before{
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(.42,0,.58,1);
}