.bg-primary2 {
    background-color: #993366 !important;
}
.bg-primary3 {
    background-color: #3B2F2F !important;
}
.footer1-section {
    background-color: #3B2F2F !important;
}
.btn-primary2 {
    border-color: #885D59 !important;
    background-color: #885D59 !important;
    color: #fff;
}
.btn-dark {
    border-color: #C9A997 !important;
    background-color: #C9A997 !important;
    color: #fff;
}

.widget-social li a {
    color: #EEE;
}
.copyright {
    color: #C9A997 !important;
}
.copyright strong {
    color: #C9A997 !important;
}
.copyright a {
    color: #C9A997 !important;
}
.about-us .inner .special-title {
    color: #C9A997 !important;
}
.about-us2 .inner .sub-title {
    color: #C9A997 !important;
}    
.header-logo {
    margin: 20px 0;
}
.header-logo img {
    max-width: 180px;
}
.footer1-logo img {
    max-width: 180px;
}
.logo-sub-text {
    font-family: "Futura",Arial,Helvetica,sans-serif;
    padding: 25px;
    letter-spacing: 1.5px;
    color: #666;
    font-weight: 200;
    font-size: 13px;
    text-transform: uppercase;
}

.logo-sub-text::before {
    position: relative;
    top: 4px;
    right: 7px;
    content: url("../images/title-decor-left-small.png");
  }
  
  .logo-sub-text::after {
    position: relative;
    top: 4px;
    left: 6px;
    content: url("../images/title-decor-right-small.png");
  }