.jumbotronClass{
    height:500px;
    text-align: center;
    background-position: center ;
    background-image: url("../assets/ourwork_photos/a10.jpg");
    background-size: cover;
    background-attachment: scroll;
}
.jumbotronClass h1, .jumbotronClass h2{
    color:white;
}

.why_contents{
    text-align: left;
}

.why_icons{
    padding-top:30%;
}

.imageRow{
    padding:0px !important;
    position: relative;
}

.centerImg{
    padding-top:100%;
    width:100%;
    background-size: cover;
    background-position: center;
}
.overlay{
    position: absolute;
    bottom: 100%;
    background-color: #006aff;
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
    opacity: 0.8;
    /* padding-top:20%; */
}

.overlay h3{
    color:white;
    font-size:22px;
    margin-top:30%;
}

.imageRow:hover .overlay {
    bottom: 0;
    height: 100%;
}


.imgResiNew{
    background-image: url("../assets/ourwork_photos/r2.jpg");
}
.imgComerNew{
    background-image: url("../assets/ourwork_photos/138.jpg");
}
.imgResiMain{
    background-image: url("../assets/ourwork_photos/r1.jpg");
}
.imgComerMain{
    background-image: url("../assets/ourwork_photos/c3.jpg");
}
.imgShrink{
    background-image: url("../assets/ourwork_photos/s1.jpg");
}
.imgGovern{
    background-image: url("../assets/ourwork_photos/education.jpg");
}
