/* list of projects */
.list-of-projects .head .title span {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.list-of-projects .head .title div {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.list-of-projects .items .img {
    display: block;
    overflow: hidden;
    border-radius: 5px;

    -moz-box-shadow: 0 0 20px rgba(3, 27, 78, 0.08);
    -webkit-box-shadow: 0 0 20px rgba(3, 27, 78, 0.08);
    box-shadow: 0 0 20px rgba(3, 27, 78, 0.08);
}

.list-of-projects .items a:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.list-of-projects .items .info {
    margin-top: 17px;
}

.list-of-projects .items .title {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.list-of-projects .items .sector {
    font-size: 14px;
}

.list-of-projects .items .service .category {
    font-weight: 600;
}