button.coll-butto {
    border: 1px solid;
}

.icon-bar {
    border: 1px solid;
}

.jumbo-head {
    background-color: rgba(234, 189, 7, 1);
    position: relative;
    padding: 0px;
    /*width: 89%;*/
    margin: auto;
    /* height: 51px; */
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 8px;
    background: url("./images/new\ grid.webp");
    background-color: rgba(234, 189, 7, 1);
}

.jumbo-head h2 {
    font-weight: bold;
    color: black;
}

.about-grid {
    height: 100%;
    position: absolute;
    top: 0%;
}

.section4 {
    margin-top: 20px;
}

.contact-cont h2,
h3 {
    margin: 0px;
    margin: 20px 0px 10px 0px;
    color: black;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.tel-fax a {
    color: rgb(32, 32, 32) !important;
}
.contact-cont h4 {
    margin: 0px;
    margin: 20px 0px 10px 0px;
    color: black;
}
#sendMsg{
    background: rgba(234, 189, 7, 1);
    border: none;
    color: black;
    font-family: "Roboto-Bold";
}

.contact-cont p {    
    color: rgb(32, 32, 32);
    text-align: justify center;
    margin: 0px;
    line-height: 22px;
    font-size: 15px;    
}
.contact-cont p:first-child{
    margin-bottom: 10px;
}


.tel-fax {
    font-family: sans-serif;
    margin-bottom: 8px;
    line-height: 21px;
}

.footer {
    background: #6B4613;
    padding: 15px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
}

.sitemap {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: black;
    font-size: 14px;
    font-weight: 600;
    width: 120px;
    height: 32px;
    border: 1px solid rgba(107, 70, 19, 1);
    display: inline-block;
    background-color: transparent;
    border-radius: 0;
    float: right;
    margin: 30px 0px 25px 0px;
}

@media only screen and (min-width:400px) and (max-width:600px) {
    .navcolor>li>a {
        border-right: none;
    }
}

.col-xs-6, .col-xs-12{
    text-align: center;
}