.project_view{
}

.project-desk-block{
    margin-bottom: 80px;
    width: 100%;
}

.project-desk-block div{
    width: 100%;
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}

.pd-slider{
    box-sizing: border-box;
    width: 100%;
}

.pd-text{
    width: 100%;
    margin-bottom: 50px;
}

.pd-items-content h3{
    font-size: 25px;
/*    line-height: 60px;*/
    font-weight: 300;
    margin-top: -7px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
}

.pd-items-content:after{
    content: "";
    display: block;
    clear: both;
}

.project-desk-text{
/*    color: #5a5d62;*/
/*    width: 50%;*/
    width: 70%;
    float: left;
    
/*    line-height: 26px;*/
/*    font-size: 14px;*/
    font-size: 15px;
    padding-right: 40px;
    box-sizing: border-box;
}

.pd-mini-title{
    text-transform: capitalize !important;
}

.pd-items-detail{
    float: right;
    width: 50%;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-left: 40px;
    font-size: 14px;
}

.pd-items-detail:after{
    content: "";
    display: block;
    clear: both;
}

.pd-detail-title{
    float: left;
    color:#000;
    padding-right: 10px;
}

.pd-detail-desk{
    float: left;
    color: #5a5d62;
}

.other-projects-block h3{
    font-size: 25px;
    line-height: 60px;
    font-weight: 300;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.list-other-projects{
    margin: 0px -16px;
}

.list-other-projects:after{
    content: "";
    display: block;
    clear: both;
}

.items-other-project{
    width: 33.33333%;
    float: left;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    margin-bottom: 32px;
}

.iop-image{
    background-color: #CCC;
    position: relative;
    height: 240px;
    overflow: hidden;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.iop-title{
    font-size: 18px;
    font-size: 17px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px){
    .project_view{
        width: 100%;
    }
}


@media only screen and (max-width: 768px){
    .project_view{
        padding-top: 20px;
    }
    
    .pd-items-content h3{
        margin-top: 0px;
        font-size: 18px;
        padding: 0px 25px;
    }
    
    .project-desk-text{
        width: 100%;
        padding-right: 0px;
        padding: 0px 25px;
    }
    
    .pd-text{
        margin-bottom: 30px;
    }
    
    .project-desk-block div{
        height: 35vh;
        margin-bottom: 20px;
    }
    
}    


