.services-container {
  width: 100%;
  padding: 0;
  border: 0;
}

.services-container .services-bg-holder {
  height: auto;
  background-size: cover;
}

.services-container .services-bg-holder:before {
  content: '';
  padding-top: 55%;
  display: table;
}

@media (max-width: 999px) {
  .services-container .img-bg-parallax {
    background-position: center !important;
  }
}

@media (min-width: 1000px) {
  .services-container .services-bg-holder {
    height: auto;
    background-attachment: fixed;
    background-size: 1920px 350px;
    background-position: 50% 80px;
  }
  .services-container .services-bg-holder:before {
    padding-top: 350px;
  }
}

.services-container .hero-header {
  background-color: #20282f;
  color: #ffffff;
  padding: 4% 6%;
  opacity: 0.85;
}

.services-container .hero-header .content-title {
  margin-bottom: 5px;
}

.services-container .hero-header .content-desc {
  margin-bottom: 5px;
}

@media (min-width: 1000px) {
  .services-container .hero-header {
    background-color: transparent;
    padding: 0;
  }
  .services-container .hero-header.hero-wrapper {
    position: absolute;
    top: 36%;
    width: 100%;
  }
}

.heritage-hotel-container {
  background-color: #ffffff;
}

.heritage-hotel-container .heritage-wrapper {
  padding: 10% 6%;
}

@media (min-width: 1000px) {
  .heritage-hotel-container .heritage-wrapper {
    padding: 3.2% 0%;
  }
}

@media (min-width: 1200px) {
  .heritage-hotel-container .heritage-wrapper {
    width: 1200px;
    margin: 0 auto;
  }
}

.heritage-hotel-container .heritage-wrapper .content-title {
  margin-bottom: 20px;
}

.heritage-hotel-container .heritage-wrapper span {
  color: #a28553;
  line-height: 1.2;
}

@media (min-width: 1000px) {
  .heritage-hotel-container .heritage-wrapper .heritage-desc {
    padding: 0 18%;
  }
}

.heritage-hotel-container .heritage-wrapper .content-calibre {
  margin-bottom: 10px;
}

.feature-services-container {
  background-color: #ede8e0;
}

.feature-services-container .feature-service-wrapper {
  margin: 0 auto;
  padding: 6% 6% 0;
}

.feature-services-container .feature-service-wrapper:last-child {
  padding: 6% 6% 12%;
}

.feature-services-container .feature-service-wrapper .six-half.columns-fix {
  display: table;
}

@media (min-width: 1000px) {
  .feature-services-container .feature-service-wrapper {
    width: 880px;
    height: 100%;
    padding: 4% 0 0;
  }
  .feature-services-container .feature-service-wrapper:last-child {
    padding: 4% 0;
  }
}

@media (min-width: 1200px) {
  .feature-services-container .feature-service-wrapper {
    width: 1100px;
    height: 100%;
  }
}

.feature-services-container .img-bg-holder {
  text-align: center;
  height: auto;
}

.feature-services-container .feature-img-holder img {
  width: 100%;
}

.feature-services-container .service-img-holder img {
  width: 100%;
}

@media (min-width: 750px) {
  .feature-services-container .feature-img-holder img {
    width: auto;
  }
  .feature-services-container .service-img-holder img {
    width: auto;
  }
}

@media (min-width: 1000px) {
  .feature-services-container .feature-img-holder {
    height: 514px;
    display: table-cell;
    vertical-align: middle;
  }
  .feature-services-container .feature-img-holder img {
    width: 90%;
  }
  .feature-services-container .service-img-holder {
    height: 460px;
    display: table-cell;
    vertical-align: middle;
  }
  .feature-services-container .service-img-holder img {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .feature-services-container .feature-img-holder {
    height: 460px;
  }
  .feature-services-container .feature-img-holder img {
    width: auto;
  }
  .feature-services-container .service-img-holder {
    height: 460px;
  }
  .feature-services-container .service-img-holder img {
    width: auto;
  }
}

.feature-services-container .content-title {
  margin-bottom: 10px;
}

.feature-services-container .content-title span {
  font-size: 30px;
}

.feature-services-container ul.feature-list {
  list-style: disc outside;
  padding: 0 3%;
  margin: 0;
}

.feature-services-container ul.feature-list li {
  font-family: "Calibri";
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 0;
  margin-left: 2%;
  padding-left: 0%;
}

.feature-services-container .feature-desc {
  padding: 4% 0% 0%;
}

.feature-services-container .service-desc {
  padding: 4% 0% 0%;
}

@media (min-width: 1000px) {
  .feature-services-container ul.feature-list li {
    font-size: 18px;
    margin-left: 2%;
    padding-left: 4%;
  }
  .feature-services-container .feature-desc {
    padding: 0% 6%;
    height: 460px;
  }
  .feature-services-container .service-desc {
    padding: 0% 6%;
    height: 460px;
    width: 100%;
  }
}
