body {
    background: #fdfede;
    color: #643d0f;
    font: 12px/18px Arial, Helvetica, sans-serif;
}

.header-top{
    background:#77342c;
    width: 100%;
    height: 13px;
    max-height: 13px;
}

.header-middle{
    background:#f3f2d3;
    height: 86px;
}
.header-middle .row{
    align-items: center;
}
.banner img{
    width:100%;

}
.top-right-menu .nav li a{
    padding: 2px 15px 2px 2px;
    text-decoration: none;
    color: #000000;
    background-color: inherit;
    font-size: 11px;
}
.nav-area{
    background: rgb(143,70,63);
    min-height: 37px;
    border-radius: 5px;
}
.main-menu{
    justify-content: center;
    align-items: center;
    height: 100%;
}
.main-menu li a{
    padding: 8px 30px;
    line-height: 18px;
    color: #fffed9;
    background-color: inherit;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    text-decoration: none;
}
.container.main{
    background: #d9cfb5;
}
.main-content{
    margin-top: 20px;
}
.right-sidebar .row{
    margin: 20px;
}
.contactus, .address,.service {
    margin-top: 20px;
    margin-bottom: 20px;
    align-content: center;
}
.contactus {
    background: url(../images/contactus.jpg);
    height: 58px;
    color: #f1d77f;
    background-size: cover;
   text-align: right;
    min-height: 100px;
}
.contactus h5,.address h5{
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 5px;
}
.contactus a {
   color: #f1d77f;
    font-size: 16px;
}
.address{
    background: url('../images/contactbg.jpg');
    background-size: cover;
    color: #ffffff;
}

.service{
    background: #bd8e4a;
}

.footer{
    margin-top: 20px;
}
.footer-menu li a{
    color: #412605;
    text-decoration: none;
    padding: 0 8px;
    line-height: 22px;
    font-size: 16px;
}
.footer-right{
    text-align: right;
}