section.innerhead-bg {
    padding: 120px 0 40px;
    background: #efefef;
    text-align: center;
}


/* gallery-new*/


/*innerpage*/

section.innerhead-bg {
    padding: 140px 0 60px;
    background-image: url(../img/inner-header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #000;
}

section.innerhead-bg::before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #d7b56d;
    opacity: 0.85;
}

section.innerhead-bg h1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 52px;
    color: #24416b;
}

.innerpage-bg {
    background-image: url(../img/inner-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.imageGallery1 .row div {
    height: 160px;
    overflow: hidden;
    padding: 20px 15px;
}


/* 
.imageGallery1 .row div img {
    transform: scale(1.1);
} */

.inner-df-heading {
    margin: 0 0 30px;
}

.inner-df-heading h2 span {
    display: block;
    font-size: 22px;
    font-weight: normal;
    color: #505050;
    font-family: 'Roboto', sans-serif;
}

.inner-df-heading h2 {
    color: #d7b56d;
}

.froom-descp {
    text-align: left;
}