* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 27px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  color: #000;
  font-weight: 500;
}

.sec-coloured {
  background:#f7f4f2;
}

.btn {
  background: #0083ae;
}

.element, .element2, .element3 {
  color: #0083ae;
  font-style: italic;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.logo {
  max-width: 170px;
  height: auto;
  display: block;
}

a {
  color:#000;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

a:hover {
  color: #0083ae;
  text-decoration: none;
}

.menu a {
  font-weight: 600;
  margin-left: 40px;
  font-size: 14px;
}

.menu a.active {
  color:#0083ae; 
}

.menu:hover a.active {
  color:#000;
}

.menu:hover a:hover.active, .menu:hover a:hover  {
  color:#0083ae;
}


.nav {
  background: rgba(255,255,255,.64);
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 4;
}

h1, h2, h3  {
  font-family: 'PT Serif', serif;
  text-align: center;
}

h1 {
  font-size: 38px;
  color:#fff;text-shadow: 0 0 20px #000;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 10%;
  font-weight: bold;
}

h1 span.h1-sub, h2 span.h1-sub {
  display: block;
  margin-top: 10px;
  font-size: 25px;
  margin-bottom: 35px;
}

h1 span.inner-h1 {
  max-width: 700px;
  margin:0 auto;
  display: block;
}

.element3 {
  font-style: italic;
  font-weight: bold;
}

h2 .inner-h1 {
  font-weight: normal;
}

h2 {
  font-weight: bold;
  font-size: 33px;
}

h3 {
  font-size: 24px;
  color:#fff;text-shadow: 0 0 20px #000;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 5%;
  font-weight: 400;
}

h4 {
  font-weight: 600;
  color: #b3b3b3;font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  line-height: 17px;
}

figure {
  margin:0px;
  padding:0px;
  position: relative;
}

.header figure {
  height: 530px;
  width:100%;
  overflow: hidden;
}

.header.smaller-header figure {
  height: 500px;
}

.header figure img {
  height: 640px;
  /*animation: scale 40s linear infinite;*/
}

.header.smaller-header figure img {
  height: 500px;
}

@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}

figure img {
  width: 100%;
  object-fit: cover;
}

.icons {
  margin-top: 40px;
}

.sec1 p {
  max-width: 780px;
  margin:25px auto 20px auto;
}

.icons .d-inline-block {
  width: 100px;
  margin:0px 15px;
}

.icons .d-inline-block img {
  width: 50px;
  display: block;
  margin:0 auto 10px auto;
}

.btn {
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  padding: 17px 45px;
  color:#fff;
  border-radius: 2px;
  position: relative;
  z-index: 2;
  -webkit-border-radius:2px;
}

.btn:hover {
  color:#fff;
  background: #006181;
}

.neg-margin {
  margin-bottom: -25px;
}

.neg-margin-top {
  margin-top: -25px;
  margin-bottom:-25px;
}

.sec2 {
  padding-bottom: 60px !important;
}

.sec2.p-0 {
  padding: 0 !important;
}

.sec3 figure {
  max-width: 100%;
  display: block;
  /*height: 550px;*/
  /*border-radius: 10px;*/
  /*-webkit-border-radius:10px;;*/
  /*border:2px solid #fff;*/
}

.sec3 figure img {
  height: 450px;
  vertical-align: top;
}

.sec3 h1, .smaller-header h1 {
  font-size: 34px;
}

.home .sec3 h1 {
  font-size: 32px;
  font-weight: normal;
  color: #000;
  background: rgba(255,255,255,.64);
  text-shadow: none;
  width: 100%;
  bottom: 0;
}

.benefit img {
  border-radius: 3px;
  -webkit-border-radius:3px;
}

.table-responsive {
  display: table;
}

.comm-text {
  bottom: 0;
  background: rgba(255,255,255,.64);
  width: 100%;
}

.comm-text p {
  max-width: 1000px;
  text-align: center;
}

.sec3 h2 {
  font-size: 24px;
}

.quote {
  border-radius: 10px;
  -webkit-border-radius:10px;
  max-width: 400px;
}

.quote img {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: auto;
}

.quote p {
  color:#000;
  margin-bottom: 10px;
}

.quote p.author {
  color:#000;
  margin-bottom: 0px;
}

footer {
  border-top:2px solid #ededed; 
}

footer .container {
  max-width: 700px;
  font-weight: bold;
  font-size: 13px;
}

.social a, .social a img {
  max-width: 1000px;
  width: auto;
  height: 26px;
}

.quote.big-quote {
  max-width: 700px;
  z-index: 3;
  background: #fff;
  margin-top: -100px;
}

body.why footer.mt-5 {
  margin-top: 0px !important;
}

body.homes .nav, body.contact .nav {
  /*box-shadow: 0 .5rem 2rem rgba(0,0,0,.1)!important;*/
  border-bottom: 1px solid #eee;
}

.indi-home {
  max-width: 32%;
}

.typeform-widget {
  -moz-transform: scale(.75);
  -webkit-transform: scale(.75);
  -o-transform: scale(.75);
  -ms-transform: scale(.75);
  transform: scale(.75);
  position: relative;
}

.typeform-widget:after, .contact-container:after  {
  width:100%;
  display: block;
  background: #fff;
  position: absolute;
  z-index: 1;
  height: 50px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: ' ';
}

.indi-home h2 {
  font-size: 28px;
}

.indi-home h4 {
  font-weight: bold;
  font-size: 11px;
}

.home-container {
  max-width: 950px;
  margin:0 auto;
}

.home-container.hc1 {
  max-width: 1200px;
}

.indi-home figure {
  width:100%;
  height: 350px;
  overflow: hidden;
}

.indi-home figure img {
  height: 350px;
}

.indi-home figure img {
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.indi-home:hover figure img {
/*  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);*/
}

.indi-home figure h4 {
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 49%;
  letter-spacing: 4px;
  font-size: 12px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev {
  left: 15px;
  z-index: 1;
}

.slick-next {
  right: 15px;
}

.slideshow-container p {
  padding-top: 20px;
}

.content-part {
    padding-right: 0px;
    padding-top:25px;
}

.map-img {
  width: 550px;
  max-width: 100%;
  border:solid #efeae7;
  border-width: 0px 0px 0px 10px;
}

.map-content {
  padding-left: 60px;
}

.comparison-table {
  width: 750px;
  max-width: 100%;
}

table.comparison-table tr td {
  text-align: center;
  min-width: 180px
}

table.comparison-table tr td:first-child {
  color: #a7a7a7;
  text-align: left;
}

table.comparison-table tr.first-one td:first-child, table.comparison-table tr.last-one td:first-child {
  color: #000;
}

table.comparison-table tr.first-one td {
  border-top: none;
}

table.comparison-table tr td:nth-child(2) {
  background: #f9f9f9;
  min-width: 180px;
}

table.comparison-table tr.last-one td:nth-child(2) {
  border:2px solid #0083ae;
  font-weight: bold;
}

.slides-container {
  padding-top: 88px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 100%;
  width:600px;
}

.slideshow {
  width: 100%;
  max-width: 100%;
}

.slides-container .iframe-holder {
  width:100%;
}

.slides-container iframe {
  width: 100%;
  height: 100%;
}

.homes .sec1, .contact .sec1, .sp-pd {
  margin-top: 130px;
}

.desktop-only .slick-slide img {
  max-height:480px;
  object-fit: contain;
  width: 100%;
}


.slick-prev:before, .slick-next:before {
  color:black;
}







