.button {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #2A9B33, #052F01);
    color: #fff;
    border: 2px solid #36D900;
    cursor: pointer;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.68px;
    border-bottom: 4px solid #36D900;

}

.button:hover {
    filter: brightness(1.08) saturate(1.05);
    transform: translateY(-1px);
    box-shadow:
        0 10px 25px rgba(0, 74, 136, 0.35);
}

.button:active {
    transform: translateY(0);
    box-shadow:
        0 5px 15px rgba(0, 74, 136, 0.25);
}

.button span .phone {
    font-weight: bold;
    font-size: 17px;
}


.white-btn {
    background: transparent !important;
    border: 1px solid white;
    color: #E5E0DA;
    font-size: 14px;
    letter-spacing: 2.8px;
    border-radius: 50px;
}

#welcome .button {
    font-family: 'Poppins' !important;
    letter-spacing: 2.8px !important;

}



/*gallery*/
#content .gallery-container {
    text-align: center;
}

#content .gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content .gallery li {
    display: inline-block;
}


#content .thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: .42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.5s ease-in-out 0s;
    width: 200px;
    min-height: 200px;
    object-fit: cover;
}

.img-responsive {
    object-fit: cover;
    width: 200px;
    height: 200px;
}

#content .thumbnail:hover {
    transform: scale(1.02);
}

#content .page_navigation {
    display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #0275d8;
    display: inline-block;
    line-height: 1.25;
    margin-left: -1px;
    padding: 0.5rem 0.75rem;
    position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
    background-color: #eceeef;
    border-color: #ddd;
    color: #014c8c;
    text-decoration: none;
}

#gallery-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/common/gallery-wrapper.jpg);
}

#gallery-section .gal-text {
    padding-bottom: 20px;
    position: relative;
}

#gallery-section .row {
    padding: 50px 0 105px;
    color: #000;
}

#gallery-section .galBox {
    max-width: 930px;
    margin: 30px auto 0;
}

#gallery-section .galRightTop {
    margin-bottom: 8px;
}

#gallery-section .galRightTop img:first-of-type {
    margin-right: 8px;
}

/*gallery*/
#content .gallery-container {
    text-align: center;
}