a {
  color: #B92B03;
}

.banner {
  position: relative;
  padding: 50px 0;
  color: #fff;
}

.banner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.banner__inner {
  position: relative;
  z-index: 1;
}

.banner__left h1 {
  font-size: 3rem;
  margin: 0;
}

.banner__left h3 {
  margin: 30px 0;
}

.banner__left ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  margin: 0 0 28px;
}

@media only screen and (max-width: 991px) {
  .banner__left ul {
    font-size: 1.3rem;
  }
}

.banner__left ul i {
  color: #B92B03;
  margin-right: 20px;
}

.form {
  background-color: #B92B03;
  padding: 20px;
}

.form .wpcf7 {
  max-width: none;
}

.form .wpcf7 br {
  display: none;
}

.form .wpcf7 p {
  margin: 0;
}

.form .wpcf7 input, .form .wpcf7 select, .form .wpcf7 textarea {
  margin: 0 0 10px;
  border-radius: 0;
}

.form .wpcf7 textarea {
  min-height: 100px;
  height: 100px;
}

.form .wpcf7 input[type="submit"] {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.form .wpcf7 input[type="submit"]:hover {
  background: rgba(0, 0, 0, 0.8);
}

.ttl {
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 40px;
}

.ttl--center {
  text-align: center;
}

.ttl:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 2px;
  background-color: #B92B03;
}

.padder {
  padding: 65px 0;
}

.comp {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  text-align: center;
}

.comp > div > span {
  display: block;
}

.ic {
  padding: 30px;
  height: 100%;
  text-align: center;
}

.ic i {
  font-size: 5rem;
  color: #B92B03;
}

.ic h4 {
  margin: 10px 0;
  font-weight: 300;
  font-size: 1.3rem;
}

.ic p {
  font-size: 1.1rem;
}

.wrapper {
  padding: 0;
}

.rating {
  display: flex;
  margin: 0 0 15px;
}

.rating__stars {
  color: gold;
  margin-right: 5px;
}

.button {
  background-color: #B92B03;
  display: inline-block;
  border: 2px solid #B92B03;
  color: #fff;
  padding: 10px 25px;
  text-decoration: none;
  outline: none;
  text-align: center;
  font-weight: bold;
}

.button:hover {
  background-color: #871f02;
  color: #fff;
}

.button--trans {
  background-color: transparent;
  color: #B92B03;
}

.button--trans:hover {
  background-color: #B92B03;
  color: #fff;
}

.cta {
  border: 1px solid #B92B03;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 20px;
  align-items: center;
  margin: 0 0 20px;
}

@media only screen and (max-width: 991px) {
  .cta {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .cta__logo {
    text-align: center;
    margin: 0 0 20px;
  }
}

.cta__logo img {
  max-height: 90px;
  max-width: 300px;
}

.cta__links {
  flex: 1;
  display: flex;
  padding-left: 20px;
}

@media only screen and (max-width: 991px) {
  .cta__links {
    padding-left: 0;
  }
}

.cta__links .button {
  flex: 1;
  margin: 0 10px;
}

#wrapper-navbar {
  background-color: transparent;
}

#wrapper-navbar #main-nav {
  background-color: transparent !important;
  padding: 0;
  margin: 0;
}

#wrapper-navbar .navbar-brand img {
  max-width: 220px;
}

.site-footer {
  padding: 30px 0;
  text-align: center;
  color: #fff;
}

#wrapper-footer {
  background-color: rgba(0, 0, 0, 0.9);
}

.hm2 {
  background-color: rgba(0, 0, 0, 0.05);
}

.hm1 .col-md-3 {
  margin: 0 0 34px;
}

.single .entry-header {
  margin: 0 0 20px;
}
/*# sourceMappingURL=custom.css.map */