.page_sec {
    background-color: #fff;
    top: -8px;
    position: relative;
    padding: 40px 0;
}

.page_sec .h3-blue-small {
    text-transform: capitalize !important;
    margin-bottom: 0 !important;
}

.contact-form {
    width: 100%;
}

.contact-form input.textfield,
.contact-form textarea {
    width: 100%;
    margin-bottom: 4px;
    padding: 5px;
    font-family: 'FranklinGothicLTCom-Md' !important;
    border: 1px solid #ccc;
}

.branch-con {
    margin-top: 40px;
}

.page-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*min-height: 500px;*/
    max-height: 484px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.501961) 0, transparent 80%) !important;
    background-color: #0e347166 !important;
    position: relative;
}

.page-img .title-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    max-height: 500px;
   /* opacity: 0.4;*/
    z-index: 9;
}

.page-img .page-title {
    z-index: 99 !important;
    position: relative;
    bottom: 140px;
}

.ref-gal a {
    filter: grayscale();
    cursor: pointer;
}

.ref-gal a:hover {
    filter: none;
}
.page-gal a{
    margin-bottom: 20px;
    display: block;
    border:5px solid #fff; 
}
.page-gal a:hover{
    border:5px solid #004A97; 
}