:root {
  --white: white;
  --main-red: #c1282d;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.body {
  color: #8f8f8f;
  background-image: url('../images/bg-02.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px 25px 61px;
  font-family: Roboto, sans-serif;
}

.main-section {
  background-color: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main-section.breadcrumb {
  padding: 30px 50px 70px;
}

.main-section.footer {
  background-color: #ddd;
  padding: 29px 50px 62px;
}

.main-section.footer-2 {
  background-color: #ddd;
  padding: 0 50px 62px;
}

.navbar {
  background-color: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.nav-container {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  padding: 0 50px;
  display: flex;
}

.brand {
  padding-top: 4px;
  padding-bottom: 4px;
}

.brand.w--current {
  order: -1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-menu {
  order: 1;
}

.nav-button {
  border-right: 1px solid #e0e0e0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.nav-button:hover, .nav-button.w--current {
  background-color: var(--main-red);
  color: #fff;
}

.nav-button.last {
  border-right-style: none;
}

.nav-button.home.w--current {
  background-color: var(--white);
  color: #000;
}

.image {
  padding-right: 40px;
}

.left-arrow {
  background-color: #000;
  width: 60px;
  height: 60px;
  font-size: 23px;
}

.main-slide {
  background-image: url('../images/south-hams-01.jpg');
  background-position: 100% 100%;
  background-size: cover;
  padding: 50px;
}

.main-slide._2 {
  background-image: url('../images/south-hams-04.jpg');
}

.main-slide._3 {
  background-image: url('../images/south-hams-03.jpg');
}

.slider {
  height: 22vw;
  min-height: 500px;
}

.slider-div-left {
  background-color: #c1282dd1;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  padding: 15px;
  display: flex;
}

.slider-left-text {
  color: #fff;
}

.div-block {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.divider-div {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 15px;
  margin-bottom: 30px;
}

.divider-div.white {
  border-bottom-color: #fff;
}

.main-container {
  max-width: 1200px;
}

.breadcrumb-flex {
  display: flex;
}

.breadcumb-text {
  margin-right: 30px;
  font-family: Roboto, sans-serif;
}

.bredcrumb-link {
  margin-left: 0;
  font-family: Roboto, sans-serif;
}

.breadcrumb-link {
  color: #333;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  color: var(--main-red);
}

.breadcrumb-link.home.w--current {
  color: #333;
}

.div-holder-2-column {
  display: flex;
}

.div-holder-50-pct {
  width: 50%;
  padding: 21px;
}

.div-holder-50-pct.right-line {
  border-left: 1px solid #e0e0e0;
}

.div-holder-50-pct._100 {
  width: 100%;
}

.breadcumb-text-copy {
  font-family: Roboto, sans-serif;
}

.slider-text {
  color: #333;
  margin-top: 0;
}

.testimonial-slider {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-arrow-hide {
  display: none;
}

.slide {
  padding: 20px 20px 20px 0;
}

.testimonial-slider-text {
  border-left: 6px solid #e0e0e0;
  padding-left: 21px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 29px;
}

.icon, .left-arrow-2, .icon-2 {
  display: none;
}

.home-service-div-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.service-div {
  width: 100%;
  height: 100%;
  position: relative;
}

.service-image {
  z-index: 1;
  position: relative;
}

.service-div-hover {
  z-index: 10;
  background-color: #0000008a;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  color: #fff;
  font-size: 18px;
}

.service-image-hover {
  z-index: 10;
  display: block;
  position: absolute;
  inset: 0%;
}

.recent-news-slider {
  height: 80px;
  margin-top: 60px;
}

.recent-new-slide {
  padding: 20px 50px;
}

.recent-news-slider-div {
  flex-flow: column;
  display: flex;
}

.recent-news-title {
  width: 150px;
}

.testimonial-footer-text-1 {
  font-size: 11px;
}

.slide-nav {
  display: none;
}

.left-arrow-3, .right-arrow {
  width: 40px;
  height: 40px;
  display: none;
}

.red-link {
  color: var(--main-red);
  text-decoration: none;
}

.red-link.bigger {
  font-size: 15px;
}

.icon-3, .icon-4 {
  font-size: 25px;
}

.footer-3-div-holder {
  display: flex;
}

.footer-div-33-pct {
  width: 33%;
  padding-right: 40px;
}

.footer-title {
  color: #000;
  margin-bottom: 29px;
  font-weight: 300;
}

.footer-link {
  color: var(--main-red);
  margin-bottom: 5px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--black);
}

.div-block-2 {
  flex-flow: column;
  display: flex;
}

.lighter {
  color: #747474;
}

.lighter.bigger {
  font-size: 16px;
}

.footer-contact-detials {
  margin-bottom: 14px;
  display: flex;
}

.footer-contact-icon {
  object-fit: contain;
  height: auto;
  padding-right: 16px;
}

.div-block-3 {
  margin-top: 27px;
}

.testimonial-footer {
  padding: 20px 0;
}

.main-button {
  background-color: var(--main-red);
  padding-left: 18px;
  padding-right: 18px;
}

.main-button.padding-top {
  margin-top: 15px;
}

.slider-2 {
  height: auto;
}

.footer-quote-icon {
  width: 30px;
  height: 20px;
  margin-right: 5px;
}

.footer-quote-icon._2 {
  margin-left: 5px;
  margin-right: 0;
}

.footer-testimonial-flex-1 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.testimonial-footer-text-2 {
  color: #000;
  text-align: right;
  font-size: 12px;
}

.footer-testimonial-flex-2 {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.footer-div-100-pct {
  width: 100%;
  padding-right: 40px;
}

.testimonial-footer-copyright {
  font-size: 11px;
  line-height: 13px;
}

.footer-div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main-hero {
  background-image: url('../images/bantham.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: center;
  height: 250px;
  padding: 50px;
  display: flex;
}

.main-hero.top-tips {
  background-image: url('../images/dittisham.jpg');
}

.main-hero.news {
  background-image: url('../images/start-point.jpg');
}

.hero-heading {
  color: #ffffffa1;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 25px;
}

.div-block-4 {
  border: 3px solid #ffffff85;
}

.spacer {
  padding-left: 15px;
  padding-right: 15px;
}

.contact-signature {
  margin-top: 25px;
  margin-bottom: 25px;
}

.contact-address {
  margin-top: 22px;
  font-size: 17px;
}

.spacer-15 {
  height: 20px;
}

.service-testimonal {
  border-left: 6px solid #e0e0e0;
  margin-top: 21px;
  margin-bottom: 21px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 39px;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-testi-text {
  color: #000;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}

.news-date {
  margin-bottom: 10px;
}

.div-holder-1-column {
  flex-flow: column;
  display: flex;
}

.news-header-link {
  color: #333;
  text-decoration: none;
}

.news-header-link:hover {
  color: var(--main-red);
}

.news-button {
  background-color: var(--white);
  color: red;
  border: 1px solid #b8b8b8;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding: 13px 18px;
  text-decoration: none;
  display: flex;
}

.news-button.padding-top {
  margin-top: 15px;
}

.news-button-holder {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
  display: flex;
}

.news-imag-icon {
  filter: brightness(0%);
  height: 15px;
  padding-bottom: 2px;
  padding-left: 11px;
  padding-right: 11px;
}

.privacy-container-1 {
  padding-bottom: 40px;
  display: block;
}

.privacy-container-1.no-padding-bottom {
  padding-bottom: 0;
}

.main-privacy-h1 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  width: 48%;
  margin-top: 0;
  margin-bottom: 21px;
  margin-left: 0;
  font-family: Merriweather, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.mainheaderh2centerservices-2 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  width: 48%;
  margin: 0 auto 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.main-privacy-text {
  float: none;
  color: #777;
  text-align: left;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.link-4 {
  color: #373c19;
  display: inline-block;
}

.main-privacy-title {
  color: #192024;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.bold-text-pp {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

html.w-mod-js [data-ix="home-service-disappear"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu {
    background-color: var(--white);
  }

  .nav-button {
    text-align: center;
    width: 100%;
  }

  .menu-button {
    order: 1;
    align-self: flex-start;
    margin-top: 25px;
    padding-top: 18px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }

  .main-slide {
    padding-left: 80px;
    padding-right: 80px;
  }

  .slider {
    height: 35vw;
    min-height: auto;
  }

  .footer-div-33-pct, .footer-div-100-pct {
    padding-right: 20px;
  }

  .main-hero {
    height: 20vw;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2centerservices-2 {
    width: 452px;
  }
}

@media screen and (max-width: 767px) {
  .main-section.breadcrumb {
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-section.footer {
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-section.footer-2 {
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-holder-2-column {
    flex-flow: column;
  }

  .div-holder-50-pct {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-holder-50-pct.right-line {
    padding-left: 0;
    padding-right: 0;
  }

  .slide {
    padding-right: 0;
  }

  .home-service-div-holder {
    grid-template-columns: 1fr 1fr;
  }

  .recent-news-slider {
    height: auto;
  }

  .recent-news-slider-div {
    flex-flow: column;
  }

  .footer-3-div-holder {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-div-33-pct {
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .testimonial-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-div-100-pct {
    width: 100%;
    padding-right: 0;
  }

  .main-hero {
    height: 22vw;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-heading {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
  }

  .service-testi-text {
    font-size: 17px;
    line-height: 24px;
  }

  .div-holder-1-column {
    flex-flow: column;
  }

  .news-header-link {
    font-size: 24px;
    line-height: 26px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-h1, .mainheaderh2centerservices-2 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .main-privacy-text {
    padding-left: 0;
  }

  .main-privacy-title {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    text-align: center;
  }

  .main-section.breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-section.footer {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-section.footer-2 {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    align-self: center;
    margin-top: 0;
  }

  .image {
    padding-right: 10px;
  }

  .slider {
    height: 42vw;
  }

  .slider-left-text {
    text-align: center;
  }

  .breadcrumb-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .breadcumb-text {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-holder-50-pct, .div-holder-50-pct.right-line {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-text {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

  .testimonial-slider-text {
    text-align: center;
  }

  .home-service-div-holder {
    grid-template-columns: 1fr;
  }

  .recent-new-slide {
    padding-left: 21px;
    padding-right: 21px;
  }

  .recent-news-slider-div {
    text-align: center;
  }

  .recent-news-title {
    width: 100%;
  }

  .testimonial-footer-text-1 {
    text-align: center;
  }

  .red-link {
    font-size: 13px;
  }

  .footer-title, .footer-link, .lighter {
    text-align: center;
  }

  .footer-contact-detials {
    justify-content: center;
    align-items: center;
  }

  .main-button.padding-top {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-footer-copyright {
    text-align: center;
  }

  .main-hero {
    justify-content: center;
    align-items: center;
  }

  .hero-heading {
    font-size: 18px;
  }

  .service-testimonal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list {
    text-align: left;
  }

  .news-date, .news-text {
    text-align: center;
  }

  .button-centererer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .news-button {
    margin-bottom: 12px;
  }

  .news-button.padding-top {
    margin-left: auto;
    margin-right: auto;
  }

  .news-button-holder {
    justify-content: center;
    align-items: center;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-h1, .mainheaderh2centerservices-2 {
    width: 100%;
    font-size: 25px;
  }

  .main-privacy-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-privacy-title {
    font-size: 13px;
  }
}


