/* Gallery Section Start */

.gallery-item {
    right: 0;
    margin: 0 0 15px;
}

.gallery-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
}

.gallery-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(231, 76, 60, 0.5);
    transition: all .5s;
}

.gallery-hover:hover {
    opacity: 1;
}

.gallery-hover-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: #fff;
}

.gallery-hover-content i {
    margin-top: -12px;
}

/* Gallery Section End */

/* menu Section Start */

.menus-item {
    right: 0;
    margin: 0 0 15px;
}

.menus-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
}

.menus-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(251, 175, 50, 0.5);
    transition: all .5s;
}

.menus-hover:hover {
    opacity: 1;
}

.menus-hover-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: #fff;
}

.menus-hover-content h2 {
    margin-top: -12px;
    color:#000;
}

/* menu Section End */