.thumbnail {
    border: 0px;
    position:relative;
    overflow:hidden;
}
 
.caption {
    _border: 1px solid #ff0000;    
    position:absolute;
    top:0;
    right:0;
    background:rgba(0, 0, 0, 0.70);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    color:#fff !important;
    z-index:2;
}

.caption p{
    color: #ffffff;
    padding: 30px;
    font-size: 16px;
    text-align: left;
}
.caption_title{
    margin-top: 100px;
    color: #ffffff;
}

.databox_title{
    margin-top: 60px;
    color: #ffffff;
}


.databox_font{    
    font-size: 20px;
}



.m-t-20{
    margin-top: 20px;
}

.m-t-50{
    margin-top: 50px;
}

.m-t-100{
    margin-top: 100px;
}

.m-b-30{
    margin-bottom: 30px;
}

.m-b-40{
    margin-bottom: 40px;
}

.m-b-50{
    margin-bottom: 50px;
}

.about_us_p{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.bottom-menu{
    font-size: 16px;
}

.project_main_image{
    width: 100%;
    height: 280px;
}


.pgwSlideshow .ps-current > ul  > li img {    
    min-height: 600px;
}


@media(max-width: 768px) {
    .caption p{
        display: none;
    }

    .logo{
        width: 50px;
    }

    .logo_title{
        _border: 1px solid #ff0000;
        padding: 0px;
        margin: 0px;
        text-align: center;        
    }

    .home-heading{
        padding: 0px;
        margin: 0px;        
    }

    .project_main_image{
        width: 100%;
        height: 100%;
    }

    .pgwSlideshow .ps-current > ul  > li img {    
        min-height: 300px;
    }



}