.project-item{
    position: relative;
    margin-bottom: 30px
}
.project-thumb {
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 2px;
}
.project-thumb img{
    transition: all 0.6s ease 0s;
}
.project-thumb img:hover{
    transform: scale(1.1, 1.1);
}
.project-info h3{
    font-size: 17px;
    transition: all 0.3s ease 0s;
    margin-top: 0;
    margin-bottom: 4px;
    color: #333;
    font-weight: 400;
}
.project-info h3:hover{
    color: #ebcd1e;
}
.project-info .cateProject{
    color: #666;
    font-size: 15px;
}
.single-project-warp{
    position: relative;
    font-size: 15px;
}
.header-project{
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.header-project h1{
    display: inline-block;
    margin: 0;
    font-weight: 300;
    font-size: 26px;
    text-transform: uppercase;
}
.header-project .socialicon{
    display: inline-block;
    float: right;
    line-height: 26px;
    padding: 4px 0;
}
.project-info{
    padding: 0;
    margin: 0;
}
.project-info li{
    margin-bottom: 5px;
}
.project-info span{
    font-weight: 600;
}
.image-project{
    margin-top: 30px;
    margin-bottom: 20px;
}
.image-project-item{
    display: block;
    max-height: 310px;
    border-radius: 3px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.arr-project{
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
}

.arr-project a {
    text-transform: uppercase;
    color: #666;
    transition: all 0.6s ease 0s;
}

.arr-project a:hover{
    color: #ebcd1e;
}

.arr-project a i {
    font-size: 18px;
    line-height: 24px;
}

.arr-project .prevpost{
    float: left;
}

.arr-project .prevpost i{
    margin-right: 20px;
    transition: all 0.6s ease 0s;
}

.arr-project .prevpost:hover i {
    margin-right: 10px;
}

.arr-project .nextpost{
    float: right;
}

.arr-project .nextpost i {
    margin-left: 20px;
    transition: all 0.6s ease 0s;
}

.arr-project .nextpost:hover i {
    margin-left: 10px;
}