﻿.bg-dark {
  background-color: #1d1d1b !important;
}

.bg-primary {
  background-color: #a58913 !important;
}

.text-primary {
  color: #a58913 !important;
}

.header .logo a img {
  max-width: 70%;
}
.header.fixed-header {
  background-color: #1d1d1b;
}
.header.border-primary {
  border-color: #a58913 !important;
}

.banner-section::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.social .btn:hover {
  background-color: #a58913 !important;
}

.services-tab .nav-tabs .nav-item .nav-link {
  line-height: 1;
  text-align: left;
}
.services-tab .nav-tabs .nav-item .nav-link.active {
  color: #a58913;
}
.services-tab .tab-content img {
  border-radius: 16px;
}

.cta .cta-img {
  display: flex;
  justify-content: flex-end;
  position: absolute;
}
.cta .cta-img img {
  display: none;
}
@media (min-width: 1200px) {
  .cta .cta-img img {
    display: flex;
    width: 73%;
  }
}
.cta .cta-inner {
  z-index: 1;
}
.cta .cta-inner .btn {
  background-color: #1d1d1b;
}
.cta .cta-inner .btn .btn-text {
  color: #ffffff;
}
