.article h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    color: #b9342c;
    margin-top: 63px;
    text-align: center;
}
.navbar-default {
    background-color: #dc0024;
    border-color: transparent; 
    height: 70px;
    margin-bottom: 0px;
    border-radius: 0px;
    z-index: 11;
}
.services{
    background: #f5f5f594;
    padding: 4rem 0rem;
}
.services .title h1{
    text-align: center;
    letter-spacing: 0px;
    font-size: 27px;
    /*font-weight: 600;*/
    margin-bottom: 22px;
}
.services .table-bordered > tbody > tr > td{
    text-align: justify;
}
#footerblock h4{
    font-weight: 600;
}
#footerblock p{
    margin-bottom: 5px;
    font-size: 15px;
}
#footerblock p span{
    font-weight: 600;
}
.nav-footer1 a{
    text-decoration: none;
    color: #000;
}
.page-spacing button {
    display: block;
    width: 100%;
    margin-bottom: 1em;
}
.page-spacing button.is-active {
    background: #ba342c;
    color: #ffffff;
}

.page-spacing button {
    margin: 0.5em;
    padding: 0.5em;
    border: none;
    color: #393838;
    background: none;
    font-size: 0.7em;
    text-transform: uppercase;
    font-size: 0.875em;
}
#contactForm h4{
    font-weight: 600;
}
.address1 li{
        margin-bottom: 13px;
}
.map{
    height: 255px;
}
.map iframe{
    height: 100%;
    width: 100%;
}
.gallery-spacing{
    padding: 4rem 0rem;
}
.gallery-spacing button.is-active {
    background: #ba342c;
    color: #ffffff;
}
.gallery-spacing .button {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    /*font-family: 'Montserrat';*/
}
.gallery-spacing button {
    margin: 0.5em;
    padding: 0.5em;
    border: none;
    color: #393838;
    background: none;
    font-size: 0.7em;
    text-transform: uppercase;
    font-size: 0.875em;
}
.slide-caption {
    position: absolute;
    width: 100%;
    bottom: 10%;
}
.slide-caption p {
    color: #fff;
    font-size: 35px;
    text-align: center;
    text-shadow: 2px 2px 3px #000;
}
.homy12{
    position: absolute;
    right: 0%;
    top: 65%;
    border: 4px solid #dc0024;
        width: 308px;
    border-end-start-radius: 40px;
    border-start-end-radius: 40px;
}
a:hover {
    text-decoration:none;
}
.post-item:first-child{
    margin-top:0px
}
.post-header {
    padding: 13px 0px 0px;
    border-bottom: 1px solid #eee;
}
.post-content {
    position: relative;
    overflow: hidden;
    padding: 10px 0px;
}
.post-item p {
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}