﻿    .imageSlider {
        max-height: 500px;
    }

    .bx-caption {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .conHeight {
        height: 1370px;
    }
@media(min-width:992){
    #footer {
        margin-top:-170px
    }
}
    h3:after {
        margin: 15px 0 0;
        background: #fec325;
        content: '';
        display: block;
        height: 5px;
        width: 70%;
        background: linear-gradient(to right, #fec325, rgba(0,0,0,0) 100%);
    }