.project-completed .single-project {
	background: #f8f8f9;
    padding: 38px;
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 15px;
	border: 2px dashed #005350;
    text-align: center;
	display: grid;
}
.project-completed .single-project span{
	margin-top: 10px;
	font-size: 50px;
	color: #005350;
	float: right;
}

/**************************************
 * 07.Projects Section Style
 *************************************/

.schede-area .project-single-item {
    position: relative;
    overflow: hidden;
	 border: 1px solid #005350;
	 padding: 3px;
}

.schede-area .project-single-item img, .detail-box .proj-thmb {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	 opacity: .20;
	border-radius: 0px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.schede-area .project-single-item:hover img, .detail-box:hover .proj-thmb {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	 opacity: 1;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
/* .projects-area .project-single-item:hover .project-overlay-info {
    bottom: 0;
} */

.schede-area .project-single-item .project-overlay-info, .text-rotate {
    padding: 10px;
    bottom: 0px;
    left: 0;
    width: 100%;
	height: 200px;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
	 position: relative;
	 z-index: 999;
}

.schede-area .project-single-item .project-overlay-info .category, .text-rotate .category {
    position: absolute;
	 bottom: 0px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.schede-area .project-single-item .project-img{
	overflow: hidden;
}
.schede-area .project-single-item .project-overlay-info h5, .text-rotate H5 {
    font-size: 24px;
    color: #005350;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
	line-height: 1.2;
}
.schede-area .project-single-item .project-overlay-info p {
    color: #fff;
    font-size: 15px;
}
.schede-area .project-single-item .project-overlay-info i {
    color: #fff;
    font-size: 15px;
	background: #005350;
	margin-top: 8px;
	font-weight: 300;
}
.schede-area .project-single-item .project-overlay-info b {
	font-weight: 700;
}



.scheda-title H1, .scheda-title h5, .scheda-title i {
	display: block
}

.scheda-title h1 {
	margin-top: 25px;
	color: rgba(0, 83, 80, 1);
}

.scheda-title h5 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.scheda-title i {
	margin-top: 10px;
}

.scheda-text H1, .scheda-text H2, .scheda-text H3, .scheda-text H4, .scheda-text H5, .scheda-text H6 {
	text-align: center;
}

.scheda-text H2{
	color: rgba(0, 83, 80, 1);
}

.scheda-text H3{
	background-color: rgba(0, 83, 80, .2);
	color: rgba(0, 83, 80, 1);
	margin-top: 25px !important;
}

.scheda-text UL{
	margin-bottom: 15px !important;
}

.scheda-text li {
	list-style: disc;
	margin-left: 25px;
}