.top-banner .wrapper.style3 {
    background-image: url('../../images/banner/banner-business.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: local;
    height: 325px;
    position: relative;
}
.pageSec{
    padding:0 0  3em 0 ;
}
.slogan-c{
    color: white;
}

.businessItemSection{
    padding-top: 3rem;
    min-height: 100vh;
    position: relative;
    margin-bottom: 90px;
    font-size: 14px;
}

.bus-descript{
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 50px;
    overflow-y: hidden;
    text-align: left;
    padding: 12px;
    color: white;
    vertical-align: bottom;
    display: block;
}

.bus-item-row{

}

.business-item-wrapper{
    padding: 12px;
}

.business-image-wrapper{
    position: relative;
    background-color: #ededed;
    max-height: 180px;
    overflow-y: hidden;
}

.itemcase-wrapper{
    min-height: 350px;
}

.album-cover {
    position: relative;
    width: 100%;
    max-height: 150px;
}
.album-cover>img.photo-thumb {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
}

.photo-more{
    display: block;
    width: 100%;
    text-align: right;
}

.photo-more>button{
    background-color: #007AE8;
    border-radius: 50%;
}
.row > * {
    padding: 15px;
}

.album-columns{
    min-height: auto;
}
.album-columns h3{
    min-height: 2em;
    max-height: 2em;
    overflow-y: hidden;

}
.btn-default {
    background: linear-gradient(45deg, #206fa1 0%, rgba(193,64,61,.8) 100%);
    color: #fff;
    font-size: .6em;
    border: none;
    float: right;
}

.btn-default:hover {
    color: #FFF;
    text-decoration: none;
    -webkit-filter: contrast(180%);
    filter: contrast(180%);
}
.about-content > .row{
    padding-top: 90px;
    margin-top: -90px;
}
@media (max-width:1280px) {
    .fa-2x {
        font-size: 1.2em;
    }
    .album-columns h3{
        font-size: 1.2em;
    }
}
@media (max-width:991px) {

    .box-title{
        margin-top: 0;
    }
    .box-text{
        padding-top: 0;
    }
}

@media screen and (max-width: 768px){

    .album-columns h3{
        font-size: 1.5em;
        min-height: 2.5em;
    }
}

@media (max-width:500px) {
    .album-columns h3{
        font-size: 1em;
    }
    .fa-2x {
        font-size: 1em;
    }
    .bus-descript{
        font-size: .7em;
        line-height: 1.1;
        padding: 6px;
    }
}


@media (max-width:420px) {
    .itemcase-wrapper .row > * {
        padding: 10px 0 0 10px;
    }
    .itemcase-wrapper .row {
        margin: 0;
    }
    .fa-2x {
        font-size: 16px;
    }
    .album-cover {
        width: 100%!important;
        height: 90px!important;
        margin-left: auto;
        margin-right: auto;
    }
}



