nav {
  background: #940d32;
}

.logo {
  width: 235px;
}

.nav-heading {
  font-size: 1.1em;
  font-weight: 700;
}

.dropdown-menu {
  background: #940d32;
  opacity: 0.9;
  font-size: 1em;
  font-weight: 600;
}

nav li a {
  color: #fff;
}

.btn-u {
  background: #940d32 !important;
  color: #fff !important;
  font-weight: 600 !important;
}

footer {
  background-color: #940d32;
  color: #fff;
}

footer h2 {
  color: #fff;
}

footer li {
  color: #fff;
}

footer p {
  color: #fff;
}

footer li a {
  color: #fff;
}

footer h2::after {
  background: #fff;
}

ul {
  list-style-type: none;
}

.service-image-lable {
  background-color: #940d32;
}

.service-image-lable h4 {
  color: #fff;
}

.service-image-lable a {
  color: #fff;
}

a:hover.bl {
  background: #c65473 !important;
  color: #fff !important;
}

a.bl {
  color: #000;
  border: 1px solid #ababab;
}

/*.left ul li a {
    text-decoration: none;
}*/

.active2 {
  background: #c65473 !important;
  color: #fff !important;
}

.fa-check-square {
  color: #940d32;
}

.tick li {
  position: relative;
  padding-left: 25px;
  /* Space for the icon */
}

.tick li::before {
  content: "\F14A";
  /* FontAwesome icon unicode */
  font: normal normal normal 14px/1 FontAwesome;
  /* Adjust based on the version */
  position: absolute;
  left: 0.5em;
  top: 0.4em;
  color: #940d32;
  /*display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}

.cta-container {
  background-color: #940d32;
}

.cta-container h2 {
  color: #fff;
}

.btn-quote:hover {
  background-color: #c65473 !important;
}

