.gallery-item .inner-box h3 a {
    color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-item .inner-box .content {
    position: absolute;
    left: 0px;
    /* top: 0px; */
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 10px 10px 15px 15px;
}

.gallery-item .inner-box .content h3 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
}

.gallery-item .inner-box .content:hover h3 {
    /* color: #5c4039; */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.no-padding-all {
    padding: 0;
}

.gallery-section .gallery-item .lower-box {
    border: 3px solid rgba(0, 0, 0, 0.6);
    /* border-radius: 10px; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.full-width-section-one .image-column2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    float: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* .gallery-item .inner-box .content:hover h3 a {
    color: #5c4039;
} */