:root {
    --custom-theme-background-color: white;
    --primary-link-color: green;
}

header.nav-homepage-style {
    background-color: var(--custom-theme-background-color) !important;
}

/* header.nav-homepage-style.at-home3 .ace-responsive-menu a {
    color: var(--primary-link-color) !important;
} */

.btn-contact-animdark {
    background-color: #3353a6 !important;
}

.btn-bg-grad{
    background: #c31432;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #240b36, #c31432);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #240b36, #c31432); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}
.desktop-client-logo {
    width: 70px;
    height: 70px;
}

.mobile-client-logo {
    width: 64px;
    height: 64px;
}

.city-title-bg {
    background: #008000bd;
    padding: 10px;
}

.bgc-thm {
    background-color: purple;
  }


  .feature-style1 .feature-content{
    background-color: rgba(24, 26, 32, 0.6);
  }
