/*defauts*/
body * {
  font-family: montserrat, sans-serif;
  color: #231F20;
}

@media screen and (max-width: 1281px) and (max-height: 600px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) and (max-height: 600px) {
  body {
    font-size: 16px !important;
  }
}
a {
  text-decoration: underline;
}

a,
a > i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a > i:hover {
  color: #231F20;
}

.tdn {
  text-decoration: none;
}
.tdn > a {
  text-decoration: none;
}

.disabled {
  pointer-events: none;
}

.hide {
  display: none;
}

.size-1,
h1 {
  font-size: 3.75em;
  font-weight: bold;
  font-family: montserrat, sans-serif;
  line-height: 70px;
}

.size-2,
.sub-heading,
h2 {
  font-size: 2.5em;
  font-weight: bold;
  font-family: montserrat, sans-serif;
  line-height: 52px;
}

.size-3,
h3 {
  font-size: 1.875em;
  font-weight: bold;
  font-family: montserrat, sans-serif;
  line-height: 39px;
}

.size-4,
h4 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 36px;
  font-family: montserrat, sans-serif;
}

.size-5,
h5 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 26px;
  font-family: montserrat, sans-serif;
}

@media screen and (max-width: 576px) {
  .size-1,
  h1 {
    line-height: 65px;
  }
  .size-2,
  .sub-heading,
  h2 {
    line-height: 49px !important;
  }
  .size-3,
  h3 {
    line-height: 37px;
  }
  .size-4,
  h4 {
    line-height: 36px;
  }
  .size-5,
  h5 {
    line-height: 24px;
  }
}
.clearfix {
  clear: both;
  width: 100%;
  display: block;
}

.white {
  color: #fff;
}

.blue {
  color: #007CB7;
}

.black {
  color: #231F20;
}

.bg-blue {
  background-color: #009BD6;
  position: relative;
}
.bg-blue.half {
  background-color: transparent;
}
.bg-blue.half:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 175px);
  background-color: #009BD6;
}
.bg-blue .content a {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .bg-blue.half .placeholder {
    position: relative;
    z-index: 1;
  }
  .bg-blue.half .placeholder:before {
    content: "";
    position: absolute;
    bottom: -15px;
    height: 100px;
    width: 120%;
    left: -10%;
    z-index: -1;
    background-color: #fff;
  }
}

.bg-green {
  background-color: #008E4E;
}

.bg-white {
  background-color: #fff;
}

.btn {
  cursor: pointer;
  text-decoration: none;
  font-size: 0.875em;
  padding: 14px 30px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn:focus, .btn:hover {
  outline-style: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.big {
  height: 50px;
  padding: 17px 35px 15px;
  min-width: 100px;
}
.btn.small {
  height: auto;
  padding: 8px 15px;
  font-size: 14px;
}

.btn-blue {
  background-color: #007CB7;
  border: 1px solid #007CB7;
  color: #fff !important;
  background: #007CB7;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 1;
}
.btn-blue:hover {
  background-color: #05577D;
  border: 1px solid #05577D;
  color: #fff !important;
}
.btn-blue.btn-pricelist-download {
  font-size: max(min(24px, 1.667vw + 0px), 24px);
  line-height: 1.33;
  padding: 15px 20px 5px 20px;
  height: 56px;
  font-family: Calibre, sans-serif;
  font-style: normal;
  font-weight: 600;
  /* display: block; */
  padding-top: 0.35em;
  border-radius: 9999px;
  letter-spacing: 0;
}
.btn-blue.btn-pricelist-download .circle {
  background: #05577D;
  border: 1px solid #007CB7;
  width: 40px;
  height: 40px;
  margin-top: -2px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-blue:hover {
  background-color: #05577D !important;
  border: 1px solid #05577D !important;
}
.btn-blue:hover .circle {
  background: #007CB7;
}

.btn-purple {
  background-color: #783486;
  border: 1px solid #783486;
  color: #fff !important;
  background: #783486;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 1;
}
.btn-purple:hover {
  background-color: #661274;
  border: 1px solid #661274;
  color: #fff !important;
}

.btn-green {
  background-color: #40AD48;
  border: 1px solid #40AD48;
  color: #fff !important;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 1;
}
.btn-green:hover {
  background-color: #0c621a;
  border: 1px solid #0c621a;
}

/*black button is blue in small screen*/
@media screen and (min-width: 1281px) {
  .btn.big {
    padding: 17px 35px 15px !important;
  }
}
@media screen and (max-width: 576px) {
  .size-1,
  h1 {
    font-size: 2.8em;
  }
  .btn.big {
    font-weight: normal;
  }
}
/*ul-dropdown*/
ul.select {
  height: 30px;
  width: 150px;
  background-color: #F4F4F4;
  list-style: none;
  text-align: left;
}
ul.select li {
  padding: 5px 10px;
  z-index: 2;
}
ul.select li:hover {
  cursor: pointer;
}
ul.select li:not(.init) {
  display: none;
  background: #ddd;
}
ul.select li.selected:not(.init),
ul.select li:not(.init):hover {
  background: #009BD6;
  color: #fff;
}
ul.select li.init {
  cursor: pointer;
}

.bg-gray {
  background-color: #F4F4F4;
}

.section-title > div {
  color: #007CB7;
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.5em;
  text-transform: uppercase;
  position: relative;
}
.section-title > div .number {
  color: #05577D;
  width: 60px;
  float: left;
  font-weight: 900;
}
.section-title > div .number.underline {
  color: rgba(0, 0, 0, 0);
}
.section-title > div .number.underline:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 60px;
  max-width: 100%;
  background-color: #05577D;
}
.section-title > div a.blog-categories,
.section-title > div a.blog-categories:hover {
  color: #007CB7;
}

section {
  margin-top: 6.375em;
  margin-bottom: 0;
  width: 100%;
  float: left;
}
section.has-pb {
  margin-bottom: 6.375em;
}
section .section-title {
  margin-bottom: 3.125em;
}
section .section-content {
  position: relative;
}
@media screen and (max-width: 1200px) {
  section {
    margin-top: calc(2em + 2vw);
  }
  section.last-section {
    border-bottom: calc(2em + 2vw) solid rgba(255, 255, 255, 0);
  }
  section.has-pb {
    margin-bottom: calc(2em + 2vw);
  }
  section .section-title {
    margin-bottom: calc(2em + 2vw);
  }
  section .sub-heading {
    line-height: calc(40px + 2vw) !important;
  }
  section .sub-heading.small {
    line-height: 40px !important;
  }
}
@media screen and (max-width: 576px) {
  section .sub-heading.small {
    font-size: 2.2em;
  }
}
section.bg-gray {
  padding-top: 6.375em;
  padding-bottom: 6.375em;
  position: relative;
}

section.bg-gray-half {
  position: relative;
}
section.bg-gray-half:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #F4F4F4;
  z-index: -1;
}

body:not(.Home) section.bg-gray-half.three-block:after {
  display: none;
}

section.bg-gray-quarter {
  position: relative;
}
section.bg-gray-quarter:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 75%;
  background-color: #F4F4F4;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  section.bg-gray {
    padding-top: 6.375em;
    padding-bottom: 6.375em;
  }
}
.sub-heading {
  font-size: 2.5em;
  font-weight: 300;
  color: #231F20;
  position: relative;
}
.sub-heading.small {
  font-size: 1.875em;
}

.no-result-found {
  color: #05577D;
  margin-top: 50px;
}

.owl-next,
.owl-prev {
  padding: 0;
  border: 1px solid #007CB7;
  background-color: #007CB7;
  color: #fff;
}
.owl-next span,
.owl-prev span {
  opacity: 0.5;
  color: #fff;
  font-size: 30px;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-next:focus,
.owl-next:hover,
.owl-prev:focus,
.owl-prev:hover {
  outline-style: none !important;
}
.owl-next:focus span,
.owl-next:hover span,
.owl-prev:focus span,
.owl-prev:hover span {
  opacity: 1;
}

a.icon-link i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-owl-btn .owl-prev {
  position: relative;
}
.custom-owl-btn .owl-prev span {
  color: rgba(0, 0, 0, 0);
}
.custom-owl-btn .owl-prev:after {
  content: "chevron_left";
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  top: 27%;
  margin: 0 auto;
  font-family: "Material Icons";
  font-style: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.25em;
  opacity: 0.5;
}
.custom-owl-btn .owl-prev:hover:after {
  opacity: 1;
}
.custom-owl-btn .owl-next {
  position: relative;
}
.custom-owl-btn .owl-next span {
  color: rgba(0, 0, 0, 0);
}
.custom-owl-btn .owl-next:after {
  content: "chevron_right";
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  top: 25%;
  margin: 0 auto;
  font-family: "Material Icons";
  font-style: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.25em;
  opacity: 0.5;
}
.custom-owl-btn .owl-next:hover:after {
  opacity: 1;
}

body.ie .custom-owl-btn .owl-next span,
body.ie .custom-owl-btn .owl-prev span {
  opacity: 0.5;
  color: #fff;
}
body.ie .custom-owl-btn .owl-next:after,
body.ie .custom-owl-btn .owl-prev:after {
  display: none;
}
body.ie .custom-owl-btn .owl-next:hover span,
body.ie .custom-owl-btn .owl-prev:hover span {
  opacity: 1;
}

/*only edge suports -ms-ime-aligh*/
@supports (-ms-ime-align: auto) {
  .custom-owl-btn .owl-next span,
  .custom-owl-btn .owl-prev span {
    opacity: 0.5;
    color: #fff;
  }
  .custom-owl-btn .owl-next:after,
  .custom-owl-btn .owl-prev:after {
    display: none;
  }
  .custom-owl-btn .owl-next:hover span,
  .custom-owl-btn .owl-prev:hover span {
    opacity: 1;
  }
}
.toggle-description {
  overflow: hidden;
  position: relative;
  /*no hove reffect in mobile*/
}
.toggle-description .overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  z-index: -1;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.toggle-description .overlay:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.toggle-description .sub-heading .material-icons {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle-description .sub-heading:hover .material-icons {
  transform: rotate(180deg);
}
.toggle-description .description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
@media screen and (min-width: 576px) {
  .toggle-description:hover .overlay {
    transform: scale(1.1);
  }
  .toggle-description:hover .overlay:before {
    opacity: 1;
  }
  .toggle-description:hover .sub-heading .material-icons {
    transform: rotate(180deg);
  }
  .toggle-description:hover .description {
    overflow: visible;
    max-height: 500px;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .toggle-description .overlay {
    left: 1px;
    top: -1px;
  }
}

.custom-select-dropdown .selected {
  webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 16px 20px;
  height: auto;
  font-size: 1.25em;
  margin-bottom: -1px;
  position: relative;
  cursor: pointer;
  border: 1px solid #ced4da;
  color: #A1ABB0;
}
.custom-select-dropdown .dropdown-content {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  display: none;
  list-style: none;
  border: 1px solid #ced4da;
  padding: 0;
  cursor: pointer;
  max-height: 220px;
  overflow-y: scroll;
  z-index: 2;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.custom-select-dropdown .dropdown-content li {
  padding: 16px 20px;
  font-size: 1.25em;
  color: #A1ABB0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-select-dropdown .dropdown-content li:hover {
  background-color: #FF8849;
  color: #fff !important;
  cursor: pointer;
}
.custom-select-dropdown .dropdown-content::-webkit-scrollbar {
  width: 10px;
}
.custom-select-dropdown .dropdown-content::-webkit-scrollbar-track {
  background: #A1ABB0;
}
.custom-select-dropdown .dropdown-content::-webkit-scrollbar-thumb {
  background: #8D8D8D;
}
.custom-select-dropdown .dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #A1ABB0;
}

section.bg-gray .custom-select-dropdown .dropdown-content {
  background-color: #F4F4F4;
}

.overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.content,
p {
  color: #8D8D8D;
  line-height: 24px;
}
.content > span,
p > span {
  color: #8D8D8D;
}
.content > span a:not(.btn),
p > span a:not(.btn) {
  color: #007CB7;
}
.content > span a:not(.btn):hover,
p > span a:not(.btn):hover {
  text-decoration: underline;
}
.content a:not(.btn),
p a:not(.btn) {
  color: #231F20;
}
.content a:not(.btn) span,
p a:not(.btn) span {
  color: #231F20;
}
.content a:not(.btn):hover,
p a:not(.btn):hover {
  text-decoration: underline;
}

.content p:last-child {
  margin-bottom: 0;
}
.content > h2,
.content > h3,
.content > h1 {
  font-family: montserrat, sans-serif;
  font-weight: bold;
}

.image-placeholder-icon {
  position: relative;
}
.image-placeholder-icon .overlay {
  height: 40vw;
  max-height: 650px;
}
.image-placeholder-icon .alt-text {
  font-size: 12px;
  color: #231F20;
  font-weight: 600;
  padding-top: 10px;
  padding-left: calc(160px + 2vw);
  position: relative;
}
.image-placeholder-icon .alt-text:after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 3px;
  background: transparent url("../images/pendulum-full.svg") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 150px;
  height: 150px;
}
.image-placeholder-icon:hover .material-icons {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .image-placeholder-icon .alt-text {
    padding-left: 160px;
  }
  .image-placeholder-icon .alt-text:after {
    left: 0;
  }
}
@media screen and (max-width: 576px) {
  .image-placeholder-icon .alt-text {
    padding-left: 65px;
  }
  .image-placeholder-icon .alt-text:after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 3px;
    background: transparent url("../images/pendulum-medium.svg") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 60px;
    height: 150px;
  }
}

/*==bodycss*/
body {
  padding-top: 115px;
  overflow-x: hidden;
}
body.has-signup {
  padding-top: 175px;
}
body section.banner.half-height {
  max-height: 600px;
}
body.no-banner nav .navbar-brand .secondary {
  display: none !important;
}
body.no-banner nav .dropdown-toggle,
body.no-banner nav ul a {
  color: #A1ABB0;
}
body.no-banner nav .dropdown-toggle .fas,
body.no-banner nav ul a .fas {
  color: #A1ABB0;
}
body.no-banner nav .dropdown-toggle:hover,
body.no-banner nav a:hover,
body.no-banner nav li.active > a {
  color: #231F20;
}
body.no-banner nav .dropdown-toggle:hover .fas,
body.no-banner nav .dropdown-toggle:hover i,
body.no-banner nav a:hover .fas,
body.no-banner nav a:hover i,
body.no-banner nav li.active > a .fas,
body.no-banner nav li.active > a i {
  color: #231F20;
}
@media screen and (max-width: 576px) {
  body {
    padding-top: 100px !important;
  }
}

.signup-box {
  padding: 5px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(35, 31, 32, 0.7);
}
.signup-box .btn {
  font-size: 14px;
  margin-left: 20px;
}
.signup-box .left {
  color: #FFFFFF;
  font-family: montserrat, sans-serif;
  font-size: 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
}
.signup-box .left a,
.signup-box .left p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}
.signup-box .fas,
.signup-box .material-icons {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 18px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .signup-box .left {
    font-size: 12px;
    font-weight: 600;
  }
  .signup-box .btn {
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.disable-drag .owl-stage {
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-app-region: no-drag;
  cursor: default;
  transform: none !important;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2147483641;
  display: block;
  background-color: #fff;
}
header .signup-box {
  background-color: rgba(35, 31, 32, 0.8);
  position: relative;
}
header .navbar-brand img {
  max-width: 220px;
}
header nav {
  min-height: 115px;
}
header nav .navbar-nav {
  align-items: center;
}
header nav li.dropdown:hover .dropdown-menu {
  display: block;
  top: 30px;
}
header nav .dropdown-toggle::after {
  position: absolute;
  right: 4px;
  top: 17px;
  font-size: 12px;
}
header nav .nav-item.dropdown {
  margin-right: 0.5rem;
}
header nav span.dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  cursor: pointer;
  /*color: $color_light_black;
  &:hover {
    color: $color_white;
  }*/
}
header nav .dropdown-menu {
  background-color: transparent;
  padding: 10px 0 0;
  border: none;
}
header nav .dropdown-menu .child-container {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
header nav .dropdown-menu .child-container a:first-child {
  position: relative;
}
header nav .dropdown-menu .child-container a:first-child:before {
  content: "";
  position: absolute;
  color: #fff;
  left: 20%;
  top: -8px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav .dropdown-menu .child-container a:first-child:hover:before {
  background: #007CB7;
}
header nav .dropdown-menu a {
  padding: 13px 20px;
  font-weight: bold;
  color: #8D8D8D;
}
header nav .dropdown-menu a small {
  color: #8D8D8D !important;
}
header nav .dropdown-menu a:hover {
  background-color: #007CB7;
  color: #fff !important;
}
header nav .dropdown-menu a:hover small {
  color: #fff !important;
}
header nav .dropdown-menu a.active {
  color: #231F20;
  text-decoration: none;
  background-color: transparent;
}
header nav .dropdown-menu a.active:hover {
  background-color: #007CB7;
  color: #fff !important;
}
header nav .top .search-form {
  margin-top: 12px;
  max-width: 100%;
  margin-bottom: 10px;
}
header nav .top .search-form .form-control {
  border: 1px solid #8D8D8D;
  border-right: none;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #8D8D8D;
  font-size: 12px;
}
header nav .top .search-form .btn-outline-secondary {
  color: #fff;
  background: #007CB7;
  border: none;
  width: 32px;
  height: 32px;
}
header nav .top .search-form .btn-outline-secondary:active, header nav .top .search-form .btn-outline-secondary:focus, header nav .top .search-form .btn-outline-secondary:hover {
  outline-style: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #05577D;
}
header nav .top .search-form .btn-outline-secondary i {
  color: #fff;
}
header nav .top .search-form a.booking {
  font-size: 12px;
  display: flex;
  width: 90%;
  padding: 5px 0 10px !important;
  float: left;
  margin-right: 30px;
  height: 32px;
  text-align: center;
  border-bottom: 1px solid #A1ABB0;
  text-transform: uppercase;
}
header nav .top .search-form a.booking i {
  font-size: 20px;
  margin-right: 10px;
  color: #007CB7;
}
header nav .top .search-form a.booking span {
  padding-top: 2px;
  color: #8D8D8D;
}
header nav .top .search-form a.booking:hover span {
  color: #231F20;
}
header nav .top .search-form a.facebook {
  background: #007CB7;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-left: 15px;
}
header nav .top .search-form a.facebook i {
  color: #fff;
  padding-top: 10px;
  margin-left: -3px;
}
header nav .top .search-form a.facebook:hover {
  background-color: #05577D;
}
header nav .top .search-form .button {
  background-color: #007CB7;
  border: none;
  outline-style: none;
}
header nav .left-nav {
  margin-right: 15px;
  margin-right: 0;
  padding-right: 0;
}
header nav a {
  text-decoration: none;
  color: #8D8D8D;
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.5em;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
header nav a:hover {
  color: #fff;
}
header nav a.btn-blue {
  height: 35px;
  font-weight: bold;
  min-width: 100px;
}
header nav a.navbar-brand {
  padding-left: 0 !important;
}
header nav .active > a,
header nav a:hover {
  color: #231F20;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  header .navbar {
    padding: 0.5rem 0;
  }
  header .navbar .navbar-brand {
    margin-right: 0;
  }
  header .navbar-toggler {
    outline-style: none;
    padding-right: 0;
  }
  header .navbar-toggler .material-icons {
    font-size: 45px;
  }
  header nav {
    padding-top: 0 !important;
  }
  header nav:before {
    height: 65px;
  }
  header nav a.nav-link {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  header nav .dropdown-toggle::after {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-nav {
    display: none;
  }
  header nav .right-section {
    overflow: hidden;
  }
  header nav .right-section .top {
    transform: translateX(calc(100% - 48px));
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header nav .right-section .top .search-form a.booking {
    display: none !important;
    border-bottom: none;
    width: 32px;
    padding: 1px 0 0 !important;
    margin-right: 15px;
  }
  header nav .right-section .top .search-form a.booking i {
    font-size: 28px;
  }
  header nav .right-section .top .search-form a.booking span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    z-index: 21474830;
  }
  header .navbar-brand {
    position: absolute;
    top: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .navbar-brand img {
    max-width: 175px;
  }
}
@media screen and (max-width: 576px) {
  header .dropdown-toggle {
    right: 15px;
  }
  header nav {
    min-height: 100px;
  }
  header nav .top .search-form {
    position: absolute;
  }
}

header.sticky {
  width: 100%;
  background-color: #fff;
}
header.sticky nav {
  margin-top: 0;
}
header.sticky nav .primary {
  display: block;
}
header.sticky nav .dropdown-toggle,
header.sticky nav a {
  color: #A1ABB0;
  text-decoration: none;
}
header.sticky nav .dropdown-toggle .fas,
header.sticky nav a .fas {
  color: #231F20;
}
header.sticky nav .dropdown-toggle:hover,
header.sticky nav a:hover {
  color: #231F20;
}
header.sticky nav .nav-item.active > a {
  color: #231F20;
  text-decoration: none;
}
header.sticky.is-active {
  -webkit-box-shadow: 0 0 20px 0 rgba(200, 200, 200, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(200, 200, 200, 0.1);
  box-shadow: 0 0 20px 0 rgba(200, 200, 200, 0.1);
  opacity: 1;
}
header.sticky .dropdown-menu:before {
  display: none;
}

header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  -ms-transform: translateY(-115px);
  transform: translateY(-115px);
  background-color: #fff;
  transition: background 0.25s, transform 0.3s;
}
header.sticky.has-signup {
  -ms-transform: translateY(-175px);
  transform: translateY(-175px);
}
@media screen and (max-width: 576px) {
  header.sticky {
    transform: translateY(-100px);
  }
  header.sticky.has-signup {
    -ms-transform: translateY(-105px);
    transform: translateY(-105px);
  }
}

body.ie header,
body.ie header.sticky {
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

header.animate-nav {
  transition: background 0.25s;
}

header.sticky.animate-nav {
  transition: background 0.25s, transform 0s !important;
}

header.is-active {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  transform: translateY(0%) !important;
  opacity: 1;
  transition: background 0.25s, transform 0.3s;
}

@media screen and (max-width: 1200px) {
  .navbar-collapse,
  header nav {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  ul.navbar-nav {
    text-align: left;
  }
}
.div-for-mobile {
  transform: translatex(100%);
  background-color: #fff;
  width: 90%;
  max-width: 300px;
  position: fixed;
  opacity: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2147483640;
  padding-top: 115px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.div-for-mobile .btn-sale {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 15px solid #F4F4F4;
  z-index: 9;
}
.div-for-mobile .btn-sale .btn-blue {
  font-size: 20px;
  font-weight: bold;
  height: 60px;
}
.div-for-mobile .top-bar {
  left: 100%;
  width: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.div-for-mobile .top-bar ul {
  height: calc(100vh - 120px);
  display: block;
}
.div-for-mobile ul {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 115px;
  list-style: none;
  padding-left: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.div-for-mobile ul li {
  border-bottom: 1px solid #8D8D8D;
  padding: 20px 15px 20px 20px;
}
.div-for-mobile ul li a {
  color: #8D8D8D;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  display: block;
}
.div-for-mobile ul li a.back {
  font-weight: normal;
}
.div-for-mobile ul li a.back .material-icons {
  color: #8D8D8D;
  position: relative;
  top: 5px;
}
.div-for-mobile ul li a.booking i {
  margin-right: 10px;
  color: #007CB7;
}
.div-for-mobile ul li a.booking span {
  color: #8D8D8D;
}
.div-for-mobile ul li:last-child {
  border: none;
}
.div-for-mobile ul li .child-arrow {
  position: absolute;
  right: 10px;
  top: 0;
  padding: 20px;
  color: #8D8D8D;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .div-for-mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  body .body-overlay {
    content: "";
    position: fixed !important;
    height: 100vh !important;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
  }
  body.nav-mobile {
    overflow: hidden !important;
  }
  body.nav-mobile .body-overlay {
    height: 100vh;
    overflow: hidden;
    opacity: 1;
    z-index: 999;
  }
  body.nav-mobile header .navbar-toggler img {
    display: none !important;
  }
  body.nav-mobile header .navbar-toggler .material-icons {
    display: none;
  }
  body.nav-mobile header .navbar-toggler .material-icons.d-none {
    display: block !important;
  }
  body.nav-mobile header nav .right-section .top {
    transform: translateX(0);
  }
  body.nav-mobile header nav .right-section .top .search-form {
    display: flex !important;
  }
  body.nav-mobile .div-for-mobile {
    transform: translatex(0%);
    opacity: 1;
  }
  body.nav-mobile .div-for-mobile .top-bar .dropdown-item {
    padding: 0;
  }
  body.nav-mobile .div-for-mobile .top-bar .dropdown-item.active, body.nav-mobile .div-for-mobile .top-bar .dropdown-item:active, body.nav-mobile .div-for-mobile .top-bar .dropdown-item:hover {
    background-color: transparent;
    color: #231F20;
  }
  body.nav-mobile .div-for-mobile.animate > ul {
    transform: translatex(-100%);
  }
  body.nav-mobile .div-for-mobile.animate .top-bar {
    transform: translateX(-100%);
    z-index: 9;
  }
}
@media screen and (max-width: 768px) {
  body.nav-mobile header .navbar-brand {
    transform: translateX(-110%);
  }
  body.nav-mobile header nav .right-section {
    margin-left: 0 !important;
    width: 100%;
  }
  body.nav-mobile header nav .right-section .top .search-form {
    position: relative;
    width: calc(100% - 75px);
  }
  body.nav-mobile header nav .right-section .top .search-form .btn-outline-secondary,
  body.nav-mobile header nav .right-section .top .search-form a.facebook {
    width: 50px;
    height: 50px;
  }
  body.nav-mobile header nav .right-section .top .search-form a.facebook {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.nav-mobile header nav .right-section .top .search-form a.facebook i {
    padding: 0 0 0 4px;
    margin: 0;
    font-weight: normal;
  }
  body.nav-mobile header nav .right-section .top .search-form .form-control {
    height: 50px;
  }
  body.nav-mobile header .navbar-toggler {
    padding-left: 0 !important;
    margin-left: 0;
  }
  body.nav-mobile header .navbar-toggler .material-icons {
    font-size: 45px;
    padding-top: 10px;
  }
  body.nav-mobile .div-for-mobile {
    width: calc(100% - 75px);
    max-width: 800px;
    padding-top: 100px;
  }
}
/*==banner*/
section.banner {
  overflow: hidden;
  min-height: 36.25em;
  height: 100vh;
  max-height: 600px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  position: relative;
  z-index: 2;
  /*==AboutDetail Banner*/
  /*for greenways*/
  /*==AboutDetail Banner*/
}
section.banner.Contact-banner {
  background: none !important;
}
section.banner.responsive-height {
  height: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  max-height: none !important;
}
section.banner.overlay:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #231F20;
  opacity: 0.2;
  z-index: 0;
}
section.banner .map-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.banner .map-content:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 39, 40, 0.2);
}
section.banner.about-detail-banner .bg-blue {
  padding: 9em 6.25em;
}
section.banner.about-detail-banner .content,
section.banner.about-detail-banner h2 {
  color: #fff;
}
section.banner.about-detail-banner .image-placeholder {
  position: absolute;
  height: 100%;
  width: 70.83%;
  position: absolute;
  right: 0;
  top: 0;
}
section.banner.about-detail-banner .image-placeholder.overlay:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #231F20;
  opacity: 0.2;
  z-index: 0;
}
section.banner.about-detail-banner .bg-blue {
  position: relative;
}
section.banner.about-detail-banner .bg-blue:after {
  content: "";
  position: absolute;
  right: 0;
  width: 60px;
  height: 100px;
  background: transparent url("../images/pendulum.svg") center center no-repeat;
  transform: rotate(270deg);
  transform-origin: right top;
}
section.banner.about-detail-banner.Right .row {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
section.banner.about-detail-banner.Right .image-placeholder {
  right: auto;
  left: 0;
}
section.banner.about-detail-banner.Right .bg-blue:after {
  right: auto;
  left: 0;
  transform: rotate(90deg);
  transform-origin: left top;
}
section.banner.about-detail-banner.green .bg-blue {
  background-color: #008E4E;
}
section.banner.about-detail-banner.green .bg-blue:after {
  background: transparent url("../images/pendulum-green.svg") center center no-repeat;
}
@media screen and (max-width: 991px) {
  section.banner.about-detail-banner .bg-blue {
    padding: 6.25em 3.125em;
  }
}
@media screen and (max-width: 768px) {
  section.banner {
    min-height: 450px;
    height: calc(100vh - 450px);
  }
  section.banner.about-detail-banner {
    max-height: 1500px;
    height: auto;
  }
  section.banner.about-detail-banner .image-placeholder {
    position: relative;
    height: 415px;
    width: 100%;
  }
  section.banner.about-detail-banner .bg-blue {
    padding: 30px 15px;
    margin: -80px 15px 0;
  }
  section.banner.about-detail-banner.Right .bg-blue:after {
    top: 0;
    left: 0;
    transform: rotate(180deg);
    transform-origin: right top;
  }
  section.banner.about-detail-banner.Left .bg-blue:after {
    top: 0;
    transform: rotate(180deg);
    transform-origin: left top;
  }
  section.banner .signup-box {
    padding: 10px 15px;
  }
  section.banner.banner .arrow-container.next,
  section.banner.banner .arrow-container.prev,
  section.banner.banner .text-right {
    display: none;
  }
}

.banner-carousel {
  position: relative;
  z-index: 9;
  margin-top: -109px;
}
.banner-carousel .image-holder {
  min-height: 300px;
  height: 100%;
  width: 100%;
}
.banner-carousel h1 {
  color: #fff;
  line-height: 70px;
}
.banner-carousel h2 {
  color: #fff;
}
.banner-carousel h3 {
  color: #fff;
}
.banner-carousel .single-owl {
  background-color: #009BD6;
}
.banner-carousel .single-owl .placeholder {
  height: 100%;
  width: 100%;
}
.banner-carousel .single-owl .left-content {
  width: 300px;
  height: 100%;
  min-height: 300px;
}
.banner-carousel .single-owl .right-content {
  width: calc(100% - 300px);
  min-height: 300px;
}
.banner-carousel .single-owl .content-wrapper {
  padding: 50px;
}
.banner-carousel .single-owl .content-wrapper .content {
  color: #fff;
}
.banner-carousel .single-owl .content-wrapper a.btn {
  margin-top: 15px;
}
.banner-carousel .single-owl .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 29.6%;
}
.banner-carousel .single-owl .owl-dots .owl-dot:focus, .banner-carousel .single-owl .owl-dots .owl-dot:hover, .banner-carousel .single-owl .owl-dots .owl-dot:hover {
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.banner-carousel .single-owl .owl-dots .owl-dot span {
  background: #007CB7;
  margin: 5px;
  width: 8px;
  height: 8px;
}
.banner-carousel .single-owl .owl-dots .active span,
.banner-carousel .single-owl .owl-dots .owl-dot:hover span {
  background: #fff;
}
.banner-carousel.map-carousel .bg-blue {
  position: relative;
}
.banner-carousel.map-carousel .bg-blue:after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 100%;
  background: transparent url("../images/pendulum.svg") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 60px;
  height: 100px;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-carousel h1 {
    word-break: break-word;
  }
}
@media screen and (max-width: 768px) {
  .banner-carousel .bg-blue {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .banner-carousel {
    width: 100%;
  }
  .banner-carousel .single-owl .left-content {
    width: 100%;
    height: 210px;
    min-height: 210px;
  }
  .banner-carousel .single-owl .right-content {
    min-height: auto;
    width: 100%;
  }
  .banner-carousel .single-owl .right-content w .content-wrapper {
    padding: 20px 15px;
  }
  .banner-carousel .single-owl .right-content w .content-wrapper .content {
    display: none;
  }
  .banner-carousel .single-owl .right-content w .content-wrapper a.btn {
    margin-top: 5px;
  }
  .banner-carousel .single-owl .multiple-item .right-content .content-wrapper {
    padding: 20px 15px 50px;
  }
  .banner-carousel .single-owl .owl-dots {
    left: 15px;
  }
}

section.intro .content ul {
  padding: 16px 0 16px 16px;
}
section.intro .content ul li {
  color: #8D8D8D;
  margin-bottom: 8px;
}
section.intro .content ul li:last-child {
  margin-bottom: 0;
}
section.intro .size-2,
section.intro .size-3,
section.intro .size-4 {
  margin-bottom: 15px;
}

section.three-block .heading-container {
  margin-bottom: 3.125em;
}
section.three-block .description {
  color: #8D8D8D;
  line-height: 24px;
  margin-top: -30px;
  margin-bottom: 3.125em;
  text-align: center;
}
section.three-block .content {
  background-color: #009BD6;
  position: absolute;
  width: calc(100% - 60px);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
}
section.three-block .content:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 100%;
  background: transparent url("../images/pendulum.svg") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 60px;
  height: 100px;
}
section.three-block .content h4,
section.three-block .content h5,
section.three-block .content p {
  color: #fff;
}
section.three-block .content .inner-content {
  margin: 10px 0 15px;
  color: #fff;
}
section.three-block .placeholder {
  min-height: 500px;
  margin-top: 85px;
}

section.two-block .heading-container {
  margin-bottom: 3.125em;
}
section.two-block .content {
  background-color: #009BD6;
  width: calc(100% - 60px);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
  min-height: 197px;
  position: relative;
}
section.two-block .content:after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 100%;
  background: transparent url("../images/pendulum.svg") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 60px;
  height: 100px;
  transform: rotate(180deg);
}
section.two-block .content h3,
section.two-block .content p {
  color: #fff;
}
section.two-block .content .inner-content {
  margin: 10px 0 15px;
  color: #fff;
}
section.two-block.show-description- .content .inner-content, section.two-block.show-description-No .content .inner-content {
  display: none;
}
section.two-block.show-description-Yes .content .heading-container {
  text-align: center;
}
section.two-block.show-description-Yes .content .inner-content {
  display: block;
}
section.two-block .placeholder {
  height: 420px;
  margin-bottom: -120px;
}
section.two-block.related-section .heading-container {
  padding-bottom: 3.125em;
  margin-bottom: 0;
}
section.two-block.related-section .content {
  padding: 30px;
  min-height: auto;
}
section.two-block.related-section .more {
  margin-top: 10px;
}

section.two-block-small .block-repeat {
  margin-top: 3.125em;
  background-color: #009BD6;
}
section.two-block-small .block-repeat .placeholder {
  height: 100%;
  width: 100%;
}
section.two-block-small .block-repeat .left-content {
  width: 300px;
  height: 100%;
  min-height: 300px;
}
section.two-block-small .block-repeat .right-content {
  width: calc(100% - 300px);
  min-height: 300px;
}
section.two-block-small .block-repeat .content-wrapper {
  padding: 50px;
}
section.two-block-small .block-repeat .content-wrapper * {
  color: #fff;
}
section.two-block-small .block-repeat .content-wrapper .content,
section.two-block-small .block-repeat .content-wrapper h2,
section.two-block-small .block-repeat .content-wrapper h3 {
  color: #fff;
}
section.two-block-small .block-repeat .content-wrapper a.btn {
  margin-top: 15px;
}
section.two-block-small.block-repeat-not-margin .block-repeat:first-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 991px) {
  section.two-block-small .block-repeat .left-content {
    width: 100%;
    height: 215px;
  }
  section.two-block-small .block-repeat .right-content {
    width: 100%;
    min-height: 215px;
  }
}
@media screen and (max-width: 576px) {
  section.two-block-small .block-repeat .left-content {
    min-height: auto;
  }
  section.two-block-small .block-repeat .content-wrapper {
    padding: 15px;
  }
}

/*==home-for-sale*/
section.home-for-sale .heading-container {
  margin-bottom: 3.125em;
  justify-content: center;
}
section.home-for-sale .heading-container h1,
section.home-for-sale .heading-container h2,
section.home-for-sale .heading-container h3 {
  margin-bottom: 0;
  align-self: center;
}
section.home-for-sale .content-wrapper {
  background-color: #F4F4F4;
}
section.home-for-sale .content-wrapper .content {
  padding: 15px;
}
section.home-for-sale .content-wrapper .content .inner-content {
  margin: 10px 0 15px;
}
section.home-for-sale .content-wrapper .content a {
  text-decoration: none;
}
section.home-for-sale .content-wrapper .placeholder {
  min-height: 250px;
  overflow: hidden;
  position: relative;
}
section.home-for-sale .content-wrapper .placeholder .inner-image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.home-for-sale .content-wrapper .placeholder:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #007CB7;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.home-for-sale .content-wrapper .placeholder:hover .inner-image {
  transform: scale(1.2);
}
section.home-for-sale .content-wrapper .placeholder:hover:after {
  opacity: 0.5;
}
section.home-for-sale .content-wrapper .property-details {
  padding: 0;
  color: #8D8D8D;
}
section.home-for-sale .content-wrapper .property-details ul {
  list-style-type: disc;
}
section.home-for-sale .content-wrapper .property-details ol {
  list-style-type: decimal;
}
section.home-for-sale .content-wrapper .property-details ol,
section.home-for-sale .content-wrapper .property-details ul {
  padding-left: 20px;
  padding-top: 0;
}
section.home-for-sale .content-wrapper .property-details li {
  color: #8D8D8D;
}
section.home-for-sale .content-wrapper .property-details li a {
  color: #8D8D8D;
}
section.home-for-sale .content-wrapper .property-details li a.bedroom {
  background: transparent url("../images/Bedrooms@2x.svg") left center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
section.home-for-sale .content-wrapper .property-details li a.bathroom {
  background: transparent url("../images/Bathrooms@2x.svg") left center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
section.home-for-sale .content-wrapper .property-details li a.garage {
  background: transparent url("../images/Garage@2x.svg") left center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
section.home-for-sale.bg-gray .content-wrapper {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.home-for-sale .heading-container {
    text-align: center;
    justify-content: center;
  }
  section.home-for-sale .heading-container .btn {
    display: none;
  }
}

body.ForSale section.home-for-sale .heading-container .btn {
  display: none;
}

.newsletter-subscription .form-container {
  padding-top: 3.125em;
  position: relative;
  z-index: 1;
}
.newsletter-subscription .field-container {
  float: left;
  position: relative;
  z-index: 3;
  height: 50px;
  width: calc((100% - 115px) / 2);
}
.newsletter-subscription .field-container.small {
  width: 14.2857142857%;
}
.newsletter-subscription .field-container label {
  position: absolute;
  pointer-events: none;
  left: 50px;
  top: 15px;
  transition: 0.2s ease all;
  color: #8D8D8D;
}
.newsletter-subscription .field-container .material-icons {
  position: absolute;
  left: 10px;
  top: 16px;
  color: #8D8D8D;
  font-size: 20px;
}
.newsletter-subscription .field-container .material-icons.down-icon {
  left: auto;
  right: 15px;
  cursor: pointer;
}
.newsletter-subscription .field-container .select,
.newsletter-subscription .field-container input {
  width: 99%;
  padding: 0;
  background-color: #F4F4F4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 18px 10px 8px 50px;
}
.newsletter-subscription .field-container .select {
  padding: 0;
  height: 55px;
}
.newsletter-subscription .field-container .select li {
  padding: 15px 10px 8px 50px;
}
.newsletter-subscription .field-container input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  outline-style: none;
}
.newsletter-subscription .field-container .select.active ~ label,
.newsletter-subscription .field-container input:focus ~ label,
.newsletter-subscription .field-container input:not(:focus):valid ~ label {
  font-size: 10px;
  top: 6px;
}
.newsletter-subscription .field-container .select.active ~ .material-icons,
.newsletter-subscription .field-container input:focus ~ .material-icons,
.newsletter-subscription .field-container input:not(:focus):valid ~ .material-icons {
  color: #231F20 !important;
}
.newsletter-subscription .field-container .select {
  padding: 0;
  height: 50px;
}
.newsletter-subscription .field-container .select li {
  position: relative;
  z-index: 2;
  padding: 15px 10px 8px 50px;
}
.newsletter-subscription .field-container .select li.init {
  padding-top: 18px !important;
}
.newsletter-subscription button {
  width: 115px;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 50px;
  padding: 0;
}
.newsletter-subscription button i {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsletter-subscription.bg-gray .field-container .select,
.newsletter-subscription.bg-gray .field-container input {
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .newsletter-subscription .field-container {
    width: 100%;
    margin-bottom: 2px;
  }
  .newsletter-subscription .field-container .select,
  .newsletter-subscription .field-container input {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-subscription .field-container label {
    left: 0;
    right: 0;
    text-align: center;
  }
  .newsletter-subscription .field-container input {
    text-align: center;
    padding: 18px 50px 8px 50px !important;
  }
  .newsletter-subscription .btn {
    margin: 0 auto;
    min-width: 135px;
  }
}

/*==newsletter-subscription-landing*/
section.landing-subscription .form-container {
  padding-top: 0;
}
section.landing-subscription .field-container input {
  width: 100%;
}
section.landing-subscription .form-field {
  width: 100% !important;
  margin-bottom: 5px;
}
section.landing-subscription .error {
  border: 1px solid #ff4d54;
}
section.landing-subscription .btn-submit .material-icons.sending {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scrollSide;
}
section.landing-subscription .last-submit {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  display: none;
}
section.landing-subscription .subscription-checkbox {
  margin-top: 15px !important;
  position: relative;
  width: calc(100% - 135px);
}
section.landing-subscription .subscription-checkbox label {
  font-size: 14px !important;
  left: 0;
  color: #8D8D8D;
  cursor: pointer;
  padding-left: 25px;
}
section.landing-subscription .subscription-checkbox label:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  border: 1px solid #8D8D8D;
  top: 5px;
}
section.landing-subscription .subscription-checkbox input {
  height: 20px;
  cursor: pointer;
  opacity: 0;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
section.landing-subscription .subscription-checkbox input:checked + label:after {
  background-color: #007CB7;
  border-color: #007CB7;
}
@media screen and (max-width: 991px) {
  section.landing-subscription .btn-submit {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  section.landing-subscription .form-container {
    padding-top: 3.125em;
  }
  section.landing-subscription .hide-label .btn-submit {
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  section.landing-subscription .subscription-checkbox {
    width: calc(100% - 90px);
  }
  section.landing-subscription .btn-submit {
    width: 90px !important;
    min-width: 90px !important;
  }
  section.landing-subscription .hide-label .btn-submit {
    width: auto !important;
    min-width: 135px !important;
  }
}

footer .newsletter-subscription .field-container label {
  top: 13px;
}
footer .newsletter-subscription .field-container .select,
footer .newsletter-subscription .field-container input {
  width: 100%;
}
footer .newsletter-subscription .field-container .material-icons {
  top: 13px;
}
@media screen and (max-width: 768px) {
  footer .newsletter-subscription .field-container input:focus ~ .material-icons {
    color: #fff !important;
  }
}

/*==latest-news*/
section.latest-news .heading-container {
  margin-bottom: 3.125em;
  justify-content: center;
}
section.latest-news .heading-container h1,
section.latest-news .heading-container h2,
section.latest-news .heading-container h3 {
  margin-bottom: 0;
  align-self: center;
}
section.latest-news .content-wrapper {
  position: relative;
  background-color: #F4F4F4;
  width: 100%;
  padding-bottom: 55px;
}
section.latest-news .content-wrapper .popup-video-play {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
section.latest-news .content-wrapper .content {
  padding: 20px;
}
section.latest-news .content-wrapper .content .inner-content {
  margin: 15px 0 0;
  color: #8D8D8D;
}
section.latest-news .content-wrapper .more {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
section.latest-news .content-wrapper .more i {
  color: #fff !important;
  margin-left: 10px;
  font-size: 20px;
  opacity: 1;
}
section.latest-news .content-wrapper .placeholder {
  min-height: 250px;
  position: relative;
  overflow: hidden;
}
section.latest-news .content-wrapper .placeholder i {
  font-size: 60px !important;
  color: #009BD6;
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
  opacity: 1;
  position: relative;
  z-index: 999;
}
section.latest-news .content-wrapper .placeholder i:hover {
  opacity: 1;
}
section.latest-news .content-wrapper .placeholder .inner-image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.latest-news .content-wrapper .placeholder .inner-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #007CB7;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.latest-news .content-wrapper .placeholder:hover .inner-image {
  transform: scale(1.2);
}
section.latest-news .content-wrapper .placeholder:hover .inner-image:after {
  opacity: 0.5;
}
section.latest-news .content-wrapper .placeholder:hover i {
  color: #fff;
  text-shadow: 1px 1px #05577D;
}
section.latest-news.bg-gray .content-wrapper {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.latest-news .heading-container {
    text-align: center;
    justify-content: center;
  }
  section.latest-news .heading-container .btn {
    display: none;
  }
}

.blog-info {
  padding: 20px 20px 0;
}
.blog-info .category a {
  font-size: 14px;
  font-weight: bold;
  color: #8D8D8D;
  text-decoration: none;
}
.blog-info .published {
  font-size: 12px;
  color: #8D8D8D;
}

section.information-center {
  margin: 0;
}
section.information-center .bg-container {
  width: 100%;
  height: 100%;
  padding: 9.375em 15px;
}
section.information-center .bg-white {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.information-center .container .content {
  padding: calc(9.375em - 100px) 40px;
  width: 100%;
}
section.information-center .container .inner-content {
  margin: 12px 0 30px;
  color: #8D8D8D;
}
section.information-center .bdr {
  position: relative;
}
section.information-center .bdr:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 90%;
  left: 5%;
  bottom: 0;
  background-color: #8D8D8D;
}
@media screen and (min-width: 991px) {
  section.information-center .bdr {
    border-right: 1px solid #8D8D8D;
  }
  section.information-center .bdr:after {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  section.information-center {
    padding: 3.125em 15px;
  }
  section.information-center .container .content {
    padding: 3.125em 15px;
  }
}

.two-block-toggle {
  position: relative;
}
.two-block-toggle .placeholder {
  min-height: 400px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.two-block-toggle .placeholder .inner-image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.two-block-toggle .placeholder .inner-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #007CB7;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.two-block-toggle .placeholder.has-video:hover .inner-image {
  transform: scale(1.2);
}
.two-block-toggle .placeholder.has-video:hover .inner-image:after {
  opacity: 0.5;
}
.two-block-toggle .placeholder.has-video:hover .material-icons {
  color: #fff !important;
}
.two-block-toggle .size-3 {
  display: block;
}
.two-block-toggle .heading-container .size-3 {
  color: #231F20;
}
.two-block-toggle .content,
.two-block-toggle h3,
.two-block-toggle p {
  color: #fff;
}
.two-block-toggle a.more {
  margin-top: 15px;
}
.two-block-toggle .wider-block-content h3 {
  color: #231F20;
}
.two-block-toggle .wider-block-content .content, .two-block-toggle .wider-block-content p {
  color: #8D8D8D;
}
.two-block-toggle > .container > .row:not(:last-child) {
  margin-bottom: 3.125em;
}
.two-block-toggle .popup-video-play {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .two-block-toggle {
    /*for wider block*/
  }
  .two-block-toggle > .container > .row:nth-child(2n) .col-md-5:first-child,
  .two-block-toggle > .container > .row:nth-child(2n) .col-md-6:first-child {
    order: 2;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 2;
  }
  .two-block-toggle > .container > .row:nth-child(2n) .col-md-5:last-child,
  .two-block-toggle > .container > .row:nth-child(2n) .col-md-6:last-child {
    order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
  }
  .two-block-toggle > .container > .row:nth-child(2n) .col-md-5:last-child {
    margin-left: 8.333333%;
  }
  .two-block-toggle > .container > .row:nth-child(2n-1) .col-md-5:first-child {
    margin-left: 8.333333%;
  }
  .two-block-toggle > .container > .row.wider-block-content:not(:last-child) {
    margin-bottom: 6.25em;
  }
  .two-block-toggle > .container > .row.wider-block-content .content-wrapper {
    padding-left: 16.667%;
    box-sizing: border-box;
  }
  .two-block-toggle > .container > .row.wider-block-content .col-md-6:first-child, .two-block-toggle > .container > .row.wider-block-content .col-md-6:last-child {
    order: unset;
  }
  .two-block-toggle > .container > .row.wider-block-content.even .col-md-6:first-child {
    order: 2;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 2;
  }
  .two-block-toggle > .container > .row.wider-block-content.even .col-md-6:last-child {
    order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
  }
  .two-block-toggle > .container > .row.wider-block-content.even .col-md-6:last-child .content-wrapper {
    padding-right: 16.667%;
    padding-left: 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .two-block-toggle > .container > .row.wider-block-content .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .two-block-toggle > .container > .row.wider-block-content .col-md-6.py-5 {
    padding-bottom: 1em !important;
  }
}
@media screen and (max-width: 576px) {
  .two-block-toggle .image-holder {
    min-height: 215px;
  }
  .two-block-toggle .bg-blue.p-5 {
    padding: 15px !important;
  }
}

section.hightlight .content {
  width: calc(100% - 60px);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
  min-height: 197px;
  position: relative;
}
section.hightlight .content .inner-content {
  margin: 10px 0 15px;
  color: #fff;
  position: relative;
}
section.hightlight .content h3,
section.hightlight .content p {
  color: #fff;
}
section.hightlight .content:after {
  content: "";
  position: absolute;
  right: 50px;
  bottom: 100%;
  background: transparent url("../images/pendulum-green.svg") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 60px;
  height: 100px;
  transform: rotate(180deg);
}
section.hightlight .placeholder {
  height: 500px;
  margin-bottom: -120px;
}
section.hightlight ol {
  padding: 10px 0 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}
section.hightlight ol li {
  counter-increment: my-awesome-counter;
  padding-left: 55px;
  min-height: 50px;
  margin: 15px 0;
  color: #8D8D8D;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
section.hightlight ol li:before {
  content: counter(my-awesome-counter);
  color: #FFF;
  font-weight: bold;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #008E4E;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10px;
  font-family: montserrat, sans-serif;
}

section.two-block-no-image .inner-content {
  margin-top: 15px;
  color: #8D8D8D;
}
section.two-block-no-image .inner-content p {
  color: #8D8D8D;
}

body.Blog .heading-container .categories a {
  margin-right: 10px;
  font-weight: bold;
  font-size: 0.875em;
  color: #8D8D8D;
  text-decoration: none;
}
body.Blog .heading-container .categories a.active, body.Blog .heading-container .categories a:hover {
  color: #231F20;
}
@media screen and (min-width: 991px) {
  body.Blog .heading-container .categories a:last-child {
    margin-right: 0;
  }
}

section.blog-single .main-blog-content {
  margin-bottom: 6.25em;
}
section.blog-single .main-blog-content .content {
  padding-top: 1.875em;
}
section.blog-single .main-blog-content .content img {
  max-width: 100%;
}
section.blog-single .main-blog-content .more {
  color: #009BD6;
  text-decoration: none;
}
section.blog-single .main-blog-content .more i {
  color: #009BD6;
}
section.blog-single .main-blog-content .image-placeholder-icon .material-icons {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.blog-single .main-blog-content .image-placeholder-icon .inner-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
section.blog-single .main-blog-content .image-placeholder-icon .inner-image img {
  min-width: 100%;
  height: auto;
}
section.blog-single .main-blog-content .image-placeholder-icon .inner-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section.blog-single .main-blog-content .image-placeholder-icon .inner-image.portrait {
  height: auto;
}
section.blog-single .sidebar .heading-container {
  margin-bottom: 3.125em;
}
section.blog-single .sidebar .content-wrapper {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding-bottom: 55px;
  margin-bottom: 50px;
}
section.blog-single .sidebar .content-wrapper .content {
  padding: 20px;
}
section.blog-single .sidebar .content-wrapper .content .inner-content {
  margin: 15px 0 0;
  color: #8D8D8D;
}
section.blog-single .sidebar .content-wrapper .popup-video-play {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
section.blog-single .sidebar .content-wrapper .more {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
section.blog-single .sidebar .content-wrapper .more i {
  color: #fff !important;
  margin-left: 10px;
  font-size: 20px;
  opacity: 1;
}
section.blog-single .sidebar .content-wrapper .placeholder {
  min-height: 250px;
  position: relative;
  overflow: hidden;
}
section.blog-single .sidebar .content-wrapper .placeholder i {
  font-size: 60px !important;
  color: #fff;
  opacity: 0.8;
  position: relative;
  z-index: 999;
}
section.blog-single .sidebar .content-wrapper .placeholder i:hover {
  opacity: 1;
}
section.blog-single .sidebar .content-wrapper .placeholder .inner-image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.blog-single .sidebar .content-wrapper .placeholder .inner-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #007CB7;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.blog-single .sidebar .content-wrapper .placeholder:hover .inner-image {
  transform: scale(1.2);
}
section.blog-single .sidebar .content-wrapper .placeholder:hover .inner-image:after {
  opacity: 0.5;
}

/*==sectionfacebook*/
section.follow-on-facebook {
  padding: 2.5em 0;
}
section.follow-on-facebook a {
  color: #009BD6;
  font-family: montserrat, sans-serif;
  text-decoration: none;
}
section.follow-on-facebook .fab {
  color: #fff;
  background-color: #007CB7;
  margin-left: 10px;
  padding: 15px 20.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
section.follow-on-facebook .fab:hover {
  background-color: #05577D;
}
section.follow-on-facebook.bg-blue a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.follow-on-facebook h3 {
    font-size: 22px;
  }
}

section.for-sale-carousel {
  padding-bottom: 6.25em;
}
section.for-sale-carousel .item {
  min-height: 500px;
}
section.for-sale-carousel .btn {
  margin-top: 3.125em;
}
section.for-sale-carousel .owl-item:not(.center) {
  opacity: 0.4;
}
@media screen and (max-width: 576px) {
  section.for-sale-carousel .item {
    min-height: 200px;
  }
}

section.two-block-blue {
  padding: 6.25em 0;
}
section.two-block-blue .content,
section.two-block-blue h3,
section.two-block-blue p,
section.two-block-blue span {
  color: #fff;
}
section.two-block-blue .placeholder {
  margin-top: 30px;
}
section.two-block-blue .placeholder .overlay {
  height: 340px;
  width: 100%;
  max-width: 520px;
}
section.two-block-blue .placeholder .image-summary {
  margin-top: 15px;
  display: block;
  position: relative;
  padding-left: 75px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
section.two-block-blue .placeholder .image-summary:before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: calc(100% - 15px);
  background: transparent url("../images/pendulum-medium.svg") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 60px;
  height: 133px;
}
section.two-block-blue.py-0 .placeholder {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  section.two-block-blue .placeholder .overlay {
    max-width: 100%;
  }
}

section.bg-blue.half + section.wide-image,
section.bg-gray + section.bg-gray,
section.empty + section.two-block,
section.follow-on-facebook + section.bg-gray,
section.for-sale-carousel + section.bg-gray,
section.for-sale-carousel + section.follow-on-facebook,
section.information-center + section.follow-on-facebook,
section.information-center + section.home-for-sale,
section.map-section + section.bg-gray,
section.two-block-blue + .two-block.related-section,
section.two-block-blue + section.latest-news {
  margin-top: 0;
}

section.map-container + section.empty + section.two-block.bg-gray {
  padding-top: 6.25em;
}

section.bg-blue.half + section.empty,
section.two-block-small + section.empty {
  display: none;
}

section.two-block-small + section.empty + section.two-block {
  padding-top: 0;
}

section.contact-infos + footer,
section.faq:not(.bg-gray) + footer,
section.hightlight + footer,
section.intro + footer,
section.map-container + footer,
section.newsletter-subscription + footer,
section.newsletter-subscription + section.information-center,
section.three-block.bg-gray-half + footer,
section.two-block-blue.py-0 + section.related-section,
section.two-block-toggle + footer,
section.wide-image + footer,
section.wide-image + footer {
  margin-top: 6.25em;
}

section.calendar + footer {
  margin-top: 0;
}

header.header + section.map-section {
  margin-top: 3.125em;
}

section.faq ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
section.faq ul li {
  padding: 1.875em 1.875em 1.875em 0;
  border-bottom: 1px solid #8D8D8D;
  text-align: left;
  position: relative;
}
section.faq ul li > .size-5 {
  margin-bottom: 0;
}
section.faq ul li .content {
  margin-top: 15px;
}
section.faq ul li:hover {
  cursor: pointer;
}
section.faq ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 1.875em;
  width: 25px;
  height: 25px;
  background: transparent url("../images/plus-green.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
section.faq ul li.active:after {
  background: transparent url("../images/minus-green.png") center center no-repeat;
  -webkit-background-size: 25px;
  background-size: 25px;
}
section.faq ul li .content {
  display: none;
}
section.faq ul li.active .content {
  display: block;
}
section.faq.inner-faq ul li:after {
  top: 1.9em;
  width: 18px;
  height: 18px;
  background: transparent url("../images/plus-green.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
section.faq.inner-faq ul li.active:after {
  background: transparent url("../images/minus-green.png") center center no-repeat;
  -webkit-background-size: 18px;
  background-size: 18px;
  -webkit-background-size: contain;
  background-size: contain;
}

section.single-quote {
  padding: 6.25em;
  margin-top: 0;
}
section.single-quote h2,
section.single-quote h3 {
  color: #009BD6;
}
section.single-quote.bg-blue h2,
section.single-quote.bg-blue h3 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.single-quote {
    padding: 3.125em 15px;
  }
}

section.three-block-no-image {
  margin-top: 3.125em;
}
section.three-block-no-image .inner-content {
  color: #8D8D8D;
}

.map-content {
  height: 500px;
}

section.contact-infos {
  padding-bottom: 6.25em;
}
section.contact-infos .content {
  color: #231F20;
  font-size: 1.25em;
  margin-bottom: 15px;
  display: block;
  line-height: 26px;
  font-weight: bold;
}
section.contact-infos .contact-details {
  display: block;
  color: #8D8D8D;
  margin: 15px 0;
}
section.contact-infos .contact-details i {
  color: #009BD6;
  margin-right: 10px;
}
section.contact-infos a {
  text-decoration: none;
}
section.contact-infos .items {
  margin-bottom: 3.125em;
}
section.contact-infos .row {
  margin-bottom: -3.125em;
}
@media screen and (max-width: 1200px) {
  section.contact-infos {
    padding-bottom: calc(2em + 2vw);
  }
}

/*==video pupup*/
body:not(.Album):not(.BlogItem) .next,
body:not(.Album):not(.BlogItem) .prev {
  display: none !important;
}

.popup-video-play {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup-video-play .material-icons {
  font-size: 80px;
  cursor: pointer;
  opacity: 1;
  color: #009BD6;
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
  position: relative;
  z-index: 99;
}
.popup-video-play .material-icons:hover {
  opacity: 1;
}

#popup-video {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
#popup-video .popup-video-player {
  background-color: rgba(0, 0, 0, 0.9);
}

#popup-video.open {
  visibility: visible;
  z-index: 2147483641;
  opacity: 1;
}
#popup-video.open .popup-video-close {
  cursor: pointer;
}
#popup-video.open .popup-video-close .material-icons {
  color: #fff;
  font-size: 60px;
  opacity: 0.5;
}
#popup-video.open .popup-video-close .material-icons:hover {
  opacity: 1;
}

#popup-video .popup-video-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#popup-video {
  display: flex;
  justify-content: center;
  align-items: center;
}

#popup-video .iframe-wrapper {
  position: absolute;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#popup-video .iframe-wrapper iframe {
  min-width: 70vw;
  min-height: 40.1vw;
  max-height: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#popup-video .iframe-wrapper #popup-image,
#popup-video .iframe-wrapper #popup-video-internal {
  max-width: 70vw;
  max-height: 40.1vw;
  width: auto;
  height: auto;
}
#popup-video .iframe-wrapper #popup-video-internal {
  min-width: 70vw;
}
#popup-video .iframe-wrapper.video #popup-image,
#popup-video .iframe-wrapper.video #popup-video-internal {
  display: none;
}
#popup-video .iframe-wrapper.image #popup-video-internal,
#popup-video .iframe-wrapper.image #popup-video-player {
  display: none;
}
#popup-video .iframe-wrapper.internal-video #popup-image,
#popup-video .iframe-wrapper.internal-video #popup-video-player {
  display: none;
}

#popup-video .iframe-wrapper .popup-video-close {
  position: absolute;
  top: -60px;
  right: -60px;
}

@media screen and (max-width: 576px) {
  #popup-video .iframe-wrapper .popup-video-close {
    position: absolute;
    top: -60px;
    right: -15px;
  }
  #popup-video .iframe-wrapper #popup-video-internal,
  #popup-video .iframe-wrapper iframe {
    min-width: 95vmin;
    min-height: 56vmin;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  section.cto.margin-bottom {
    margin-bottom: calc(2em + 2vw) !important;
  }
}
@media screen and (max-width: 768px) {
  section.cto.margin-bottom {
    margin-bottom: 3.125em !important;
  }
}

/*section grid block*/
/*
== picture block
*/
section.grid-block.bg-gradient {
  background-image: linear-gradient(#fff, #f1f1f1);
}
section.grid-block .col-md-4 {
  border: 10px solid #fff;
  min-height: 320px;
  text-align: center;
  position: relative;
}
section.grid-block .col-md-4:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
section.grid-block .content {
  padding: 25px;
  margin: 0 auto;
  position: relative;
}
section.grid-block .content .title {
  font-size: 85px;
  color: #fff;
}
section.grid-block .content .title small {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
}
section.grid-block .content .description {
  color: #fff;
  font-size: 20px;
  margin-top: 1.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  section.grid-block .col-md-4 {
    border: 15px solid #fff;
    border-top: 0;
  }
  section.grid-block .col-md-4:first-child {
    border-top: 15px;
  }
}

body.page-greenway section.two-block-toggle .col-md-6.bg-blue {
  background: #008E4E;
}
body.page-greenway section.two-block-toggle .col-md-6.bg-blue .btn-blue {
  background-color: #40AD48;
  border: 1px solid #40AD48;
  color: #fff !important;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 1;
}
body.page-greenway section.two-block-toggle .col-md-6.bg-blue .btn-blue:hover {
  background-color: #0c621a;
  border: 1px solid #0c621a;
}

/*==phase*/
section.dream-phase .description {
  position: relative;
  padding: 30px;
}
section.dream-phase .description .size-2 {
  margin-bottom: 5px;
}
section.dream-phase .description .content {
  color: #8D8D8D;
}
section.dream-phase .description .content ol,
section.dream-phase .description .content ul {
  padding-left: 15px;
  margin: 0;
  width: 100%;
  display: block;
}
section.dream-phase .description .content ol li,
section.dream-phase .description .content ul li {
  display: list-item;
  width: 100%;
}
section.dream-phase .description .content ol li ol,
section.dream-phase .description .content ol li ul,
section.dream-phase .description .content ul li ol,
section.dream-phase .description .content ul li ul {
  padding: 10px 10px 10px 26px;
  list-style-type: lower-alpha;
}
section.dream-phase .description .content ol li:not(:last-child),
section.dream-phase .description .content ul li:not(:last-child) {
  margin-bottom: 10px;
}
section.dream-phase .description .more {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
section.dream-phase ul {
  padding: 0;
  margin: 50px 0 30px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
section.dream-phase ul:not(.show-all) li span {
  display: none !important;
}
section.dream-phase ul:not(.show-all) li span.title {
  display: flex !important;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}
section.dream-phase ul:not(.show-all) li .block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/shape_northcote_black.svg") 0px 50% no-repeat;
  z-index: 0;
  z-index: 0;
  filter: grayscale(100%);
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.dream-phase ul li {
  width: 18.2%;
  display: inline-grid;
  position: relative;
}
section.dream-phase ul li:before {
  position: absolute;
  content: "";
  left: 10px;
  position: absolute;
  content: "";
  border: 2em solid transparent;
  border-top-color: #fff;
  left: calc(50% - 2em);
  top: calc(100% - 1.5em);
  transform: rotate(180deg);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  -moz-transition: opacity 0.3s ease 0.1s;
  -ms-transition: opacity 0.3s ease 0.1s;
  -o-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}
section.dream-phase ul li .block {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 35px 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.dream-phase ul li .block span {
  color: #009BD6;
  font-size: 16px;
  display: block;
  position: relative;
}
section.dream-phase ul li .block span.no {
  font-size: 80px;
  line-height: 80px;
  margin-top: 15px;
  margin-bottom: 15px;
}
section.dream-phase ul li .block span.title {
  color: #231F20;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
}
section.dream-phase ul li.active .block, section.dream-phase ul li:hover .block {
  background-color: #009BD6;
}
section.dream-phase ul li.active .block:before, section.dream-phase ul li:hover .block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/shape_northcote.svg") 0px 50% no-repeat;
  z-index: 0;
  filter: none;
  opacity: 1;
}
section.dream-phase ul li.active .block span, section.dream-phase ul li:hover .block span {
  color: #fff;
}
section.dream-phase ul li.active:before {
  opacity: 1;
  z-index: 0;
}
section.dream-phase ul li .description {
  display: none;
  background-color: #fff;
  padding: 30px;
}
section.dream-phase ul li .description .content {
  color: #8D8D8D;
}
section.dream-phase .append-description {
  display: none;
  background-color: #fff;
}
section.dream-phase .append-description .content,
section.dream-phase .append-description li {
  color: #8D8D8D;
}
section.dream-phase.bg-blue {
  background-color: #05577D;
  background: #05577D url(../images/Mangere-Weave-blue_30.png) 0 0;
  -webkit-background-size: 100px;
  background-size: 100px;
}
section.dream-phase.bg-blue .content,
section.dream-phase.bg-blue .size-1,
section.dream-phase.bg-blue .title {
  color: #fff;
}
section.dream-phase.bg-blue .description {
  background-color: #fff;
}
section.dream-phase.bg-blue .description .content {
  color: #8D8D8D;
}
section.dream-phase.bg-white ul li .block {
  background: #F4F4F4;
}
section.dream-phase.bg-white ul li.active:before {
  border-top-color: #F4F4F4;
}
section.dream-phase.bg-white ul li.active .block, section.dream-phase.bg-white ul li:hover .block {
  background: #009BD6;
}
section.dream-phase.bg-white .description {
  background-color: #F4F4F4;
}
section.dream-phase.bg-white .description .content {
  color: #8D8D8D;
}
@media screen and (min-width: 768px) {
  section.dream-phase ul li .description {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  section.dream-phase ul li .block span.title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.dream-phase ul {
    display: block;
  }
  section.dream-phase ul li {
    background-color: transparent;
    width: 100%;
    display: block;
  }
  section.dream-phase ul li:not(last-child) {
    margin-bottom: 15px;
  }
  section.dream-phase ul li .description {
    padding: 30px 15px;
  }
  section.dream-phase ul li.active:before {
    display: none;
  }
  section.dream-phase ul li.active .description {
    margin: 15px 0;
    position: relative;
  }
  section.dream-phase ul li.active .description .more {
    margin-bottom: 15px;
  }
  section.dream-phase ul li.active .description:before {
    position: absolute;
    content: "";
    left: 10px;
    position: absolute;
    content: "";
    border: 2em solid transparent;
    border-top-color: #fff;
    left: calc(50% - 2em);
    top: -3em;
    transform: rotate(180deg);
    z-index: 0;
  }
  section.dream-phase ul li:active .block:before, section.dream-phase ul li:hover .block:before {
    -webkit-background-size: contain;
    background-size: contain;
  }
  section.dream-phase .append-description {
    display: none !important;
  }
  section.dream-phase.bg-white ul {
    display: block;
  }
  section.dream-phase.bg-white ul li.active .description:before {
    border-top-color: #F4F4F4;
  }
}

/*==calendar*/
.calendar .iframe-container {
  position: relative;
  overflow: visible;
  padding: 0;
}

/*==download*/
section.download-section a {
  color: #fff;
  text-decoration: none;
}
section.download-section a .left {
  display: flex;
  align-items: center;
}
section.download-section a .left .image-wrapper {
  padding: 25px 30px;
  background-color: #05577D;
  display: inline-block;
  margin-right: 25px;
}
section.download-section a .left span {
  color: #fff;
  text-decoration: underline;
}
section.download-section a .material-icons {
  padding: 15px;
  margin-right: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #05577D;
  color: #fff;
}
@media screen and (max-width: 991px) {
  section.download-section .left .image-wrapper {
    padding: 15px 22px;
  }
}
@media screen and (max-width: 768px) {
  section.download-section a {
    font-size: 1.5em;
    line-height: 1.3;
  }
  section.download-section a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 95px;
    height: 100%;
    background-color: #05577D;
  }
  section.download-section a .left span {
    padding: 10px 0;
  }
  section.download-section a .left .image-wrapper {
    padding: 25px;
    margin-right: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
  }
  section.download-section a .left .image-wrapper img {
    max-width: 55px;
    height: auto;
  }
  section.download-section a .material-icons {
    margin-right: 15px;
  }
}

/*==footer*/
footer {
  background-color: #231F20;
  padding: 80px 0 20px;
  width: 100%;
  display: block;
  float: left;
  color: #fff;
}
footer a,
footer h5 {
  color: #fff;
}
footer a:hover,
footer h5:hover {
  color: #fff !important;
}
footer .footer-nav a {
  font-weight: 500;
  text-decoration: none;
}
footer .footer-logo-container {
  margin-bottom: 1.5em;
  display: block;
}
footer .footer-logo-container img {
  max-width: 210px;
}
footer .promotion-logo-container {
  margin-top: 4em;
  display: block;
  max-width: 180px;
}
footer .footer-search-form {
  margin-bottom: 10px;
}
footer .footer-search-form .form-control {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #8D8D8D;
  font-size: 14px;
  padding: 18px;
}
footer .footer-search-form .btn-outline-secondary {
  width: 38px;
  height: 38px;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .footer-search-form .btn-outline-secondary:active, footer .footer-search-form .btn-outline-secondary:focus {
  outline-style: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
footer .footer-search-form .btn-outline-secondary i {
  color: #fff;
}
footer a.facebook {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #8D8D8D;
  text-decoration: none;
  padding-left: 0;
}
footer a.facebook span {
  font-size: 14px;
  color: #8D8D8D;
}
footer a.facebook span:hover {
  color: #fff;
}
footer a.facebook i {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  font-size: 18px;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 8px;
  margin-right: 8px;
}
footer .footer-nav {
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer-nav li {
  padding: 0 0 10px;
}
footer h6 {
  font-size: 14px;
  color: #fff;
  display: block;
}
footer .newsletter-subscription .form-container {
  padding-top: 15px;
}
footer .newsletter-subscription .field-container {
  position: relative;
  z-index: 3;
  height: 44px;
  width: 100%;
  margin-bottom: 2px;
}
footer .newsletter-subscription .field-container .select,
footer .newsletter-subscription .field-container input {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 16px 10px 6px 50px;
  color: #fff;
  font-size: 14px;
}
footer .newsletter-subscription .field-container .select {
  padding: 14px 0 8px;
}
footer .newsletter-subscription .field-container .select li.init {
  padding-top: 8px !important;
  color: #fff;
}
footer .newsletter-subscription .field-container .select.active ~ label,
footer .newsletter-subscription .field-container input:focus ~ label,
footer .newsletter-subscription .field-container input:not(:focus):valid ~ label {
  top: 4px;
}
footer .newsletter-subscription .field-container .select.active ~ .material-icons,
footer .newsletter-subscription .field-container input:focus ~ .material-icons,
footer .newsletter-subscription .field-container input:not(:focus):valid ~ .material-icons {
  color: #FFF !important;
}
footer .newsletter-subscription .field-container label {
  font-size: 14px;
}
footer .copyright {
  font-size: 0.75em;
  font-weight: 600;
  line-height: 17px;
  color: #fff;
  line-height: normal;
}
footer .terms {
  margin-bottom: 0;
  padding-bottom: 0;
  align-items: flex-end;
}
footer .terms ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
footer .terms ul li {
  display: inline-block;
}
footer .terms ul li a {
  padding: 0 20px;
  color: #A1ABB0;
  font-size: 0.75em;
  font-weight: 300;
  line-height: normal;
  border-right: 1px solid #A1ABB0;
  text-decoration: none;
}
footer .terms ul li:last-child a {
  border: none;
}
footer .terms ul li:first-child a {
  padding-left: 0;
}
footer .terms .powered {
  margin-top: 15px;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 20px;
  color: #8D8D8D;
}
footer .terms .powered a {
  color: #fff;
  text-decoration: none;
}
footer .terms .powered.mobile .text-left,
footer .terms .powered.mobile .text-right {
  color: #8D8D8D;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 80px 0 40px;
  }
  footer .logo-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5em;
  }
  footer .footer-logo-container {
    margin-bottom: 1.8125em;
    display: inline-block;
  }
  footer .promotion-logo-container {
    margin-top: 0;
    display: inline-block;
  }
  footer a.facebook {
    text-decoration: none;
    margin-bottom: 3.25em;
    text-align: center;
    margin-top: 0;
  }
  footer a.facebook i {
    padding-top: 15px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  footer a.facebook span {
    display: none;
  }
  footer .footer-search-form {
    display: none;
  }
  footer .nav-container {
    margin-bottom: 1.5em;
  }
  footer .nav-container .footer-nav {
    padding: 0;
  }
  footer h6 {
    margin-top: 20px;
    text-align: center;
  }
  footer .terms {
    text-align: center;
  }
  footer .terms ul li a {
    padding: 0 10px;
  }
  footer .terms .copyright {
    color: #A1ABB0;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 17px;
    float: left;
  }
  footer .terms .copyright br {
    display: none;
  }
  footer .newsletter-subscription .field-container {
    margin-bottom: 0;
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-logo-container {
    margin-bottom: 0;
  }
  footer .logo-section {
    flex-direction: column;
    align-items: center;
  }
  footer a.facebook {
    margin-top: 25px;
  }
  footer .promotion-logo-container {
    margin-bottom: 3.125em;
  }
}

/*==home*/
body.Home #banner-section .banner-logo {
  display: none;
}
body.Home .home-for-sale,
body.Home body.Home .follow-on-facebook {
  margin-top: 0;
}

.home-for-sale.bg-gray + .latest-news.bg-gray {
  margin-top: 0;
  padding-top: 0;
}

body.ErrorPage .main,
body.Page .main {
  padding: 6.25em 0;
  max-width: 1200px;
  margin: 0 auto;
}
body.ErrorPage .main h1,
body.Page .main h1 {
  font-size: 2.5em;
  font-weight: bold;
  font-family: montserrat, sans-serif;
  line-height: 52px;
  letter-spacing: -2px;
  margin-bottom: 1.5em;
}
body.ErrorPage .main h2,
body.Page .main h2 {
  font-weight: 300;
  font-size: 1.8em;
  margin-bottom: 1em;
}
body.ErrorPage .main h2,
body.Page .main h2 {
  font-weight: 300;
  font-size: 1.5em;
  margin-bottom: 1em;
}
body.ErrorPage .main .content,
body.Page .main .content {
  font-size: 1.25em;
}
body.ErrorPage .main .content em,
body.ErrorPage .main .content li,
body.ErrorPage .main .content p,
body.ErrorPage .main .content span,
body.Page .main .content em,
body.Page .main .content li,
body.Page .main .content p,
body.Page .main .content span {
  color: #A1ABB0;
  line-height: 1.5;
  font-size: 16px;
}
body.ErrorPage .main .content a,
body.Page .main .content a {
  color: #007CB7;
}
body.ErrorPage .main .content h2,
body.Page .main .content h2 {
  margin-top: 1em;
}
body.ErrorPage .main .content h5,
body.Page .main .content h5 {
  margin-bottom: 0.5em;
}
body.ErrorPage .main .content b,
body.Page .main .content b {
  color: #8D8D8D;
}
body.ErrorPage .main .content-container,
body.Page .main .content-container {
  max-width: 800px;
  margin: 0 auto;
}
body.ErrorPage .main .sidebar,
body.Page .main .sidebar {
  display: none;
}
body.ErrorPage.page-Security .main .content-container,
body.Page.page-Security .main .content-container {
  /*login page*/
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
body.ErrorPage.page-Security .main .content-container h1,
body.Page.page-Security .main .content-container h1 {
  margin-bottom: 20px;
}
body.ErrorPage.page-Security .main .content-container .content,
body.Page.page-Security .main .content-container .content {
  margin-bottom: 20px;
}
body.ErrorPage.page-Security .main .content-container .btn-toolbar,
body.Page.page-Security .main .content-container .btn-toolbar {
  justify-content: center;
  align-items: center;
}
body.ErrorPage.page-Security .main .content-container .message.warning,
body.Page.page-Security .main .content-container .message.warning {
  display: none;
}
body.ErrorPage.page-Security .main .content-container .message.bad,
body.Page.page-Security .main .content-container .message.bad {
  color: #ff4d54;
}
body.ErrorPage.page-Security .main .content-container form .field,
body.Page.page-Security .main .content-container form .field {
  margin-bottom: 15px;
}
body.ErrorPage.page-Security .main .content-container form .checkbox input,
body.Page.page-Security .main .content-container form .checkbox input {
  vertical-align: middle;
  visibility: hidden;
  cursor: pointer;
}
body.ErrorPage.page-Security .main .content-container form .checkbox label,
body.Page.page-Security .main .content-container form .checkbox label {
  cursor: pointer;
  margin-bottom: unset;
  position: relative;
  padding-left: 5px;
}
body.ErrorPage.page-Security .main .content-container form .checkbox label:before,
body.Page.page-Security .main .content-container form .checkbox label:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: -16px;
  top: 4px;
  border: 1px solid #007CB7;
}
body.ErrorPage.page-Security .main .content-container form .checkbox label:after,
body.Page.page-Security .main .content-container form .checkbox label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  left: -14px;
  top: 7px;
  border: 2px solid #007CB7;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  opacity: 0;
}
body.ErrorPage.page-Security .main .content-container form .checkbox input:checked + label:before,
body.Page.page-Security .main .content-container form .checkbox input:checked + label:before {
  background-color: #007CB7;
}
body.ErrorPage.page-Security .main .content-container form .checkbox input:checked + label:after,
body.Page.page-Security .main .content-container form .checkbox input:checked + label:after {
  border-color: #fff;
  opacity: 1;
}
body.ErrorPage.page-Security .main .content-container form .text,
body.Page.page-Security .main .content-container form .text {
  padding: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
  width: 100%;
}
body.ErrorPage.page-Security .main .content-container form .text:active, body.ErrorPage.page-Security .main .content-container form .text:focus, body.ErrorPage.page-Security .main .content-container form .text:hover,
body.Page.page-Security .main .content-container form .text:active,
body.Page.page-Security .main .content-container form .text:focus,
body.Page.page-Security .main .content-container form .text:hover {
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.ErrorPage.page-Security .main .content-container form .action,
body.Page.page-Security .main .content-container form .action {
  width: 100%;
  padding: 15px 10px 10px;
  background-color: #007CB7;
  border: 1px solid #007CB7;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.ErrorPage.page-Security .main .content-container form .action:hover,
body.Page.page-Security .main .content-container form .action:hover {
  color: #fff;
  background-color: #05577D;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.ErrorPage.page-Security .main .content-container form #ForgotPassword,
body.Page.page-Security .main .content-container form #ForgotPassword {
  display: block;
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  body.ErrorPage .main,
  body.Page .main {
    padding: 6.25em 15px;
  }
}

section.search-result-page {
  margin-bottom: 6.25em;
}
section.search-result-page .searchResults article {
  padding-bottom: 3.125em;
  border-bottom: 1px solid #A1ABB0;
  margin-top: 3.125em;
  color: #8D8D8D;
}
section.search-result-page .searchResults article a.readmore {
  color: #009BD6;
  display: block;
}
section.search-result-page #PageNumbers {
  margin-top: 3.125em;
}
section.search-result-page #PageNumbers a {
  color: #009BD6;
}

/*==animation */
/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-animated-out {
  z-index: 1;
}

.owl-animated-in {
  z-index: 0;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  position: relative;
}

/*for */
@-webkit-keyframes slideInUpLong {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUpLong {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.in-view-bottom.slideInUpLongB,
.in-view.slideInUpLongT,
.slideInUpLong.in-view {
  -webkit-animation-name: slideInUpLong;
  animation-name: slideInUpLong;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(75px);
    -ms-transform: translateY(75px);
    transform: translateY(75px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.in-view-bottom.slideInUpB,
.in-view.slideInUpT,
.slideInUp.in-view {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.in-view-bottom.slideInRightB,
.in-view.slideInRight,
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes scrollSide {
  0% {
    opacity: 0;
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(10px);
  }
}
/* Standard syntax */
@keyframes scrollSide {
  0% {
    opacity: 0;
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(10px);
  }
}
.delay-0-1 {
  animation-delay: 0.1s, 0.1s;
}

.delay-0-2 {
  animation-delay: 0.2s, 0.2s;
}

.delay-0-3 {
  animation-delay: 0.3s, 0.3s;
}

.delay-0-4 {
  animation-delay: 0.4s, 0.4s;
}

.delay-0-5 {
  animation-delay: 0.5s, 0.5s;
}

.delay-0-6 {
  animation-delay: 0.6s, 0.6s;
}

.delay-0-7 {
  animation-delay: 0.7s, 0.7s;
}

.delay-0-8 {
  animation-delay: 0.8s, 0.8s;
}

.delay-0-9 {
  animation-delay: 0.9s, 0.9s;
}

.delay-0-10,
.delay-1,
.delay-1full {
  animation-delay: 1s, 1s;
}

.animation-element:not(.default) {
  opacity: 0;
}

.animation-element.in-view-bottom,
.animation-element.in-view:not(.bottom) {
  opacity: 1;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

section.animation-element > .overlay:before {
  position: absolute;
  content: "";
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
section.animation-element > .overlay.left-out:before {
  right: auto;
  left: 0;
}
section.animation-element.in-view > .overlay:before {
  width: 0;
}

/*==customisable*/
section.padding-top {
  padding-top: 6.25em !important;
}
section.padding-bottom {
  padding-bottom: 6.25em !important;
}
section.margin-top {
  margin-top: 6.25em !important;
}
section.margin-bottom {
  margin-bottom: 6.25em !important;
}

@media screen and (min-height: 600px) {
  body > .main,
  body.Blog .latest-news {
    min-height: calc(100vh - 313px - 150px);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .container.container-wide {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.padding-top {
    padding-top: 3.125em;
  }
  section.padding-bottom {
    padding-bottom: 3.125em;
  }
  section.margin-top {
    margin-top: 3.125em;
  }
  section.margin-bottom {
    margin-bottom: 3.125em;
  }
  section.bg-gray {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
  }
}
@media (min-width: 768px) {
  .col-md-2-5 {
    -ms-flex: 0 0 20.833%;
    flex: 0 0 20.833%;
    max-width: 20.833%;
  }
}
body.ie section.blog-single .sidebar .content-wrapper .placeholder i,
body.ie section.latest-news .content-wrapper .placeholder i {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
body.ie section.blog-single .img-fluid {
  width: 100%;
}
body.ie #popup-video .iframe-wrapper #popup-image,
body.ie #popup-video .iframe-wrapper #popup-video-internal {
  max-width: 50vw;
}
body.ie section.dream-phase ul li .block {
  min-height: 230px;
}

/*==projects*/
#Projects {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #ffffff;
}
#Projects.bg-blue .left {
  background-color: #009BD6;
}
#Projects.bg-blue a,
#Projects.bg-blue h3,
#Projects.bg-blue h5,
#Projects.bg-blue p {
  color: #fff;
}
#Projects .left {
  padding: 80px 0;
}
#Projects .project-content {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 10%;
  overflow: hidden;
}
#Projects .project-content .owl-item {
  display: inline-block;
  vertical-align: top;
}
#Projects .project-content .image-holder {
  position: relative;
}
#Projects .project-content .image-holder:after {
  content: "";
  display: block;
  padding-top: 55%;
}
#Projects .project-content .description {
  margin-top: 35px;
  margin-bottom: 35px;
}
#Projects .project-content .description h3 {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}
#Projects .project-content .description p {
  margin-bottom: 15px;
}
#Projects .project-content .description p:last-child {
  margin-bottom: 0;
}
#Projects > .col-6.right {
  position: relative;
}
#Projects > .col-6.right #map2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#Projects #porirua_location {
  position: absolute;
  bottom: 50px;
  left: 50px;
  border: 2px solid #000;
  cursor: pointer;
}
#Projects #porirua_location:hover {
  cursor: pointer;
}
#Projects #porirua_location .active_image {
  display: none;
}
#Projects #porirua_location.active .active_image {
  display: block;
}
#Projects #porirua_location.active .default_image {
  display: none;
}
#Projects .controls .arrows > div {
  margin-right: 40px;
  display: inline-block !important;
  width: 49px;
  height: 20px;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#Projects .owl-nav.disabled {
  display: none;
}
#Projects .wrap-half {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 550px;
  padding: 6.25em 15px;
  margin: 0 0 0 auto;
}
#Projects .bg-holder,
#Projects .bg-holder-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #Projects {
    display: block;
  }
  #Projects #porirua_location {
    display: none;
  }
  #Projects .project-content {
    margin-right: 0;
  }
  #Projects .col-6,
  #Projects .col-6 .wrap-half,
  #Projects .wrap-half {
    float: unset;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #Projects .col-6 .wrap-half {
    margin: 0 auto;
  }
  #Projects .project-content {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  body.page-love-your-place #chat-widget-container,
  body.page-loveyourplace #chat-widget-container {
    display: none !important;
  }
}

div.body-content-wrapper.chat-enabled {
  min-height: calc(100vh - 120px - 436px);
}

div.body-content-wrapper {
  min-height: calc(100vh - 120px - 415px);
}

body.page-type-landing section.banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0 !important;
  padding-bottom: 50%;
  padding-top: 0;
  min-height: unset;
}
body.page-type-landing section.intro img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.embed-code iframe {
  height: 100vh;
}
.embed-code .container .iframe-code {
  margin-top: 6.25em;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.embed-code .container .iframe-code .embed-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 83%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.embed-code .container .iframe-code .embed-overlay.disabled-embed {
  z-index: 99999;
}
.embed-code .container .iframe-code iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .embed-code .container .iframe-code {
    padding-top: 120%;
  }
}
@media screen and (max-width: 768px) {
  .embed-code .container .iframe-code {
    padding-top: 110%;
  }
  .embed-code .container .iframe-code .embed-overlay {
    height: 100%;
    width: 20px;
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 576px) {
  .embed-code .container .iframe-code {
    padding-top: clamp(375px, 180%, 400px);
  }
}

/*auto slider*/
.auto-slider-slide {
  width: 100%;
  max-width: 560px;
  height: 400px;
  position: relative;
  overflow: hidden;
  -webkit-transition: transform 2s ease-out 0s, opacity 2s ease-out 0s;
  -moz-transition: transform 2s ease-out 0s, opacity 2s ease-out 0s;
  -o-transition: transform 2s ease-out 0s, opacity 2s ease-out 0s;
  transition: transform 2s ease-out 0s, opacity 2s ease-out 0s;
}
.auto-slider-slide .imageContainer {
  -webkit-transition: transform 0.3s ease-out 0s;
  -moz-transition: transform 0.3s ease-out 0s;
  -o-transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
}
.auto-slider-slide .imageContainer:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 10;
}
.auto-slider-slide:hover .imageContainer {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.auto-slider-slide .logo {
  max-height: 64px;
}
@media (max-width: 570px) {
  .auto-slider-slide {
    padding-top: 71%;
    height: auto;
  }
}

.splide__arrow {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #05577D;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 15;
  top: 50%;
  -webkit-transition: transform 0.3s ease-out 0s;
  -moz-transition: transform 0.3s ease-out 0s;
  -o-transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
}
.splide__arrow.splide__arrow--prev {
  left: 32px;
}
.splide__arrow.splide__arrow--prev:hover:not(:disabled) {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.splide__arrow.splide__arrow--prev:disabled {
  opacity: 0.7;
}
.splide__arrow.splide__arrow--next {
  right: 32px;
}
.splide__arrow.splide__arrow--next:hover:not(:disabled) {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.splide__arrow.splide__arrow--next:disabled {
  opacity: 0.7;
}

section.default-carousel {
  overflow: hidden;
  /*splide carosuel*/
}
section.default-carousel .splide .content,
section.default-carousel .item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  pointer-events: none;
  width: 100%;
  z-index: 99;
}
section.default-carousel .splide .content h3,
section.default-carousel .item .content h3 {
  line-height: 1;
  margin-bottom: 8px;
}
section.default-carousel .splide .content .size-6,
section.default-carousel .item .content .size-6 {
  color: #231F20;
  font-weight: 600;
}
section.default-carousel .splide .content .inner-content,
section.default-carousel .item .content .inner-content {
  margin: 0;
  color: #fff;
}
section.default-carousel .splide .content .inner-content p,
section.default-carousel .splide .content .inner-content a,
section.default-carousel .splide .content .inner-content ul,
section.default-carousel .item .content .inner-content p,
section.default-carousel .item .content .inner-content a,
section.default-carousel .item .content .inner-content ul {
  color: #fff;
}
section.default-carousel .splide .content .inner-content p:last-child,
section.default-carousel .item .content .inner-content p:last-child {
  padding-bottom: 0px;
}
section.default-carousel .splide .content .inner-content ul,
section.default-carousel .item .content .inner-content ul {
  padding: 0 0 0 12px;
  margin: 0;
}
section.default-carousel .splide .content a,
section.default-carousel .item .content a {
  text-decoration: none;
  pointer-events: auto;
}
section.default-carousel .splide .content a:hover,
section.default-carousel .item .content a:hover {
  text-decoration: none;
}
section.default-carousel .splide .content .btn,
section.default-carousel .item .content .btn {
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  section.default-carousel .splide .content,
  section.default-carousel .item .content {
    padding: 20px;
  }
}
section.default-carousel .brand {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #231F20;
  background-color: #fff;
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  padding: 10px 24px 6px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 40px;
  border: 4px solid #F2ACD7;
}
section.default-carousel .brand h2 {
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  section.default-carousel .brand {
    margin-bottom: 20px;
  }
}
section.default-carousel .text-white ul,
section.default-carousel .text-white p {
  color: #fff;
}
section.default-carousel .default-owl-carousel {
  margin-top: 2em;
}
section.default-carousel .default-owl-carousel .item {
  min-height: 250px;
  display: inline-flex;
  width: 100%;
  align-items: end;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
section.default-carousel .default-owl-carousel .item .image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform-origin: center;
  pointer-events: none;
  transform-origin: center;
  background-position: center !important;
}
section.default-carousel .default-owl-carousel .item .image-placeholder:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-color: #231F20;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.default-carousel .default-owl-carousel .item:hover .image-placeholder {
  transform: scale(1.2);
}
section.default-carousel .default-owl-carousel.dragging .image-placeholder {
  transform: scale(1.2);
}
section.default-carousel .default-owl-carousel.dragging .image-placeholder:before {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  section.default-carousel .default-owl-carousel .item:hover .image-placeholder {
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  section.default-carousel .default-owl-carousel .item {
    min-height: 200px;
  }
}
section.default-carousel .owl-stage-outer {
  overflow: visible;
}
@media screen and (max-width: 576px) {
  section.default-carousel .default-owl-carousel .item {
    margin-left: 5px;
  }
}
section.default-carousel .flex {
  display: flex;
}
section.default-carousel .align-items {
  align-items: center;
}
section.default-carousel .items-start {
  align-items: flex-start;
}
section.default-carousel .justify-center {
  justify-content: center;
}
section.default-carousel .justify-between {
  justify-content: space-between;
}
section.default-carousel .items-center {
  align-items: center;
}
section.default-carousel .flex-col {
  flex-direction: column;
}
section.default-carousel .h-full {
  height: 100%;
}
section.default-carousel .w-full {
  width: 100%;
}
section.default-carousel .object-cover {
  object-fit: cover;
}
section.default-carousel .z-10 {
  z-index: 10;
}
section.default-carousel .text-left {
  text-align: left;
}
section.default-carousel .rounded-full {
  border-radius: 9999px;
}
section.default-carousel .absolute {
  position: absolute;
}
section.default-carousel .top-0 {
  top: 0;
}
section.default-carousel .left-0 {
  left: 0;
}
section.default-carousel .right-0 {
  right: 0;
}
section.default-carousel .bottom-0 {
  bottom: 0;
}
section.default-carousel .autoScrollSplide {
  margin-top: 2em;
}
section.default-carousel .splide__arrow {
  height: 48px;
  width: 48px;
  margin-top: -24px;
  border-radius: 50%;
  background-color: #05577D;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 15;
  top: 50%;
  transform: scale(1);
  outline-style: none;
  border: none;
  box-shadow: none;
  -webkit-transition: transform 0.3s ease-out 0s;
  -moz-transition: transform 0.3s ease-out 0s;
  -o-transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
}
section.default-carousel .splide__arrow:hover, section.default-carousel .splide__arrow:active, section.default-carousel .splide__arrow:focus {
  outline-style: none;
  border: none;
  box-shadow: none;
}
section.default-carousel .splide__arrow.splide__arrow--prev {
  left: 32px;
}
section.default-carousel .splide__arrow.splide__arrow--prev:hover:not(:disabled) {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
section.default-carousel .splide__arrow.splide__arrow--prev:disabled {
  opacity: 0.7;
}
section.default-carousel .splide__arrow.splide__arrow--next {
  right: 32px;
}
section.default-carousel .splide__arrow.splide__arrow--next:hover:not(:disabled) {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
section.default-carousel .splide__arrow.splide__arrow--next:disabled {
  opacity: 0.7;
}
section.default-carousel .mirror {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
section.default-carousel .closePostCard {
  cursor: pointer;
}
section.default-carousel .image-wrapper {
  width: 100%;
  max-width: 720px;
  height: 480px;
  display: flex;
  justify-content: center;
  position: relative;
  transform-style: preserve-3d;
  transition: 0.6s;
}
section.default-carousel .image-wrapper .text-white ul {
  font-size: 18px;
  line-height: 24;
  list-style: none;
}
section.default-carousel .image-wrapper .text-white p {
  color: #fff;
  margin-bottom: 0;
}
section.default-carousel .image-wrapper.active {
  z-index: 1001;
  pointer-events: none;
}
section.default-carousel .image-wrapper.active .back {
  pointer-events: auto;
}
@media (max-width: 720px) {
  section.default-carousel .image-wrapper {
    padding-top: 66%;
    height: auto;
  }
  section.default-carousel .image-wrapper img.logo {
    max-width: 50% !important;
  }
}
section.default-carousel .image-slides .splide__track {
  padding-top: 160px;
  padding-bottom: 160px;
  z-index: 2;
}
@media (max-width: 1200px) {
  section.default-carousel .image-slides .splide__track {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section.default-carousel .card:hover {
  cursor: pointer;
}
section.default-carousel .back:hover {
  cursor: auto !important;
}
section.default-carousel .image-slides:not(.card-active) .card:hover .card-side.front {
  transform: rotate(3deg);
}
section.default-carousel .black-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease 0s, transform 0s ease 0s;
  -moz-transition: opacity 0.6s ease 0s, transform 0s ease 0s;
  -o-transition: opacity 0.6s ease 0s, transform 0s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0s ease 0s;
  z-index: 0;
  display: flex;
  justify-content: right;
}
section.default-carousel .black-bg.active {
  opacity: 1;
  pointer-events: all;
}
section.default-carousel .black-bg::before {
  opacity: 1;
}
section.default-carousel .black-bg img {
  height: 40px;
  margin-right: 20px;
  margin-top: 20px;
  cursor: pointer;
  pointer-events: none;
}
section.default-carousel .font-3-normal {
  font-family: active, sans-serif;
  font-style: normal;
  display: block;
  font-weight: 400;
  color: #fff;
  font-size: max(min(56px, 3.889vw + 0px), 32px);
  line-height: 1.15;
}
section.default-carousel .btn.brand {
  border-width: 4px;
}
section.default-carousel .card {
  perspective: 1000px;
  transition: 0.6s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border: none;
  background: none;
  display: block;
  flex-direction: initial;
  word-wrap: initial;
  border-radius: initial;
}
section.default-carousel .card .size-1 {
  margin-bottom: 0;
}
section.default-carousel .card .size-1 p,
section.default-carousel .card .size-1 ul {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.33;
  font-weight: 500;
  margin-top: 12px;
}
@media (max-width: 720px) {
  section.default-carousel .card {
    width: 80%;
    height: 80%;
    top: 10%;
  }
  section.default-carousel .card .size-1 {
    font-size: 28px;
  }
  section.default-carousel .card .size-1 p,
  section.default-carousel .card .size-1 ul {
    font-size: 16px;
  }
  section.default-carousel .card .size-1 p br,
  section.default-carousel .card .size-1 ul br {
    display: block;
  }
}
section.default-carousel .card .front {
  transform: rotateY(0deg);
  backface-visibility: hidden;
  transition: transform 0.6s;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (max-width: 1200px) {
  section.default-carousel .card .front {
    box-shadow: none;
  }
}
section.default-carousel .card .front img:not(.logo) {
  outline: 8px solid white;
}
section.default-carousel .card .front::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 0;
}
section.default-carousel .card .back {
  position: absolute;
  width: 100%;
  top: 0;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  transition: transform 0.6s;
  background-color: white;
  padding: 0 50px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
  border: 8px solid #fff;
}
section.default-carousel .card::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: 0;
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  z-index: 10;
  opacity: 0;
  transition: 0.6s;
}
section.default-carousel .card.blackBg::before {
  transition: 0.6s;
}
section.default-carousel .card.blackBg {
  pointer-events: none;
}
section.default-carousel .splide__pagination,
section.default-carousel .pagination {
  display: none;
  padding-top: 12px;
  padding-left: 0;
}
section.default-carousel .splide__pagination li:not(:first-child),
section.default-carousel .pagination li:not(:first-child) {
  padding-left: 6px;
}
section.default-carousel .splide__pagination li .splide__pagination__page,
section.default-carousel .pagination li .splide__pagination__page {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid #6432C8;
  outline: none;
}
section.default-carousel .splide__pagination li .splide__pagination__page.is-active,
section.default-carousel .pagination li .splide__pagination__page.is-active {
  background-color: #6432C8;
}
section.default-carousel .auto-slider-slide {
  width: 100%;
  max-width: 560px;
  height: 400px;
  position: relative;
  overflow: hidden;
  -webkit-transition: transform 2s ease-out 0s, opacity 2s ease-out 0s;
  -moz-transition: transform 2s ease-out 0s, opacity 2s ease-out 0s;
  -o-transition: transform 2s ease-out 0s, opacity 2s ease-out 0s;
  transition: transform 2s ease-out 0s, opacity 2s ease-out 0s;
}
section.default-carousel .auto-slider-slide .imageContainer {
  -webkit-transition: transform 0.3s ease-out 0s;
  -moz-transition: transform 0.3s ease-out 0s;
  -o-transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
}
section.default-carousel .auto-slider-slide .imageContainer:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 10;
}
section.default-carousel .auto-slider-slide:hover .imageContainer {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
section.default-carousel .auto-slider-slide .logo {
  max-height: 64px;
}
section.default-carousel .auto-slider-slide .logo.larger {
  max-height: 80px;
}
@media (max-width: 570px) {
  section.default-carousel .auto-slider-slide {
    padding-top: 71%;
    height: auto;
  }
}
section.default-carousel .auto-slider-slide:nth-child(10) {
  -webkit-transition: transform 0.8s ease-out 1.8s, opacity 0.8s ease-out 1.8s;
  -moz-transition: transform 0.8s ease-out 1.8s, opacity 0.8s ease-out 1.8s;
  -o-transition: transform 0.8s ease-out 1.8s, opacity 0.8s ease-out 1.8s;
  transition: transform 0.8s ease-out 1.8s, opacity 0.8s ease-out 1.8s;
}
section.default-carousel .auto-slider-slide:nth-child(9) {
  -webkit-transition: transform 0.8s ease-out 1.6s, opacity 0.8s ease-out 1.6s;
  -moz-transition: transform 0.8s ease-out 1.6s, opacity 0.8s ease-out 1.6s;
  -o-transition: transform 0.8s ease-out 1.6s, opacity 0.8s ease-out 1.6s;
  transition: transform 0.8s ease-out 1.6s, opacity 0.8s ease-out 1.6s;
}
section.default-carousel .auto-slider-slide:nth-child(8) {
  -webkit-transition: transform 0.8s ease-out 1.4s, opacity 0.8s ease-out 1.4s;
  -moz-transition: transform 0.8s ease-out 1.4s, opacity 0.8s ease-out 1.4s;
  -o-transition: transform 0.8s ease-out 1.4s, opacity 0.8s ease-out 1.4s;
  transition: transform 0.8s ease-out 1.4s, opacity 0.8s ease-out 1.4s;
}
section.default-carousel .auto-slider-slide:nth-child(7) {
  -webkit-transition: transform 0.8s ease-out 1.2s, opacity 0.8s ease-out 1.2s;
  -moz-transition: transform 0.8s ease-out 1.2s, opacity 0.8s ease-out 1.2s;
  -o-transition: transform 0.8s ease-out 1.2s, opacity 0.8s ease-out 1.2s;
  transition: transform 0.8s ease-out 1.2s, opacity 0.8s ease-out 1.2s;
}
section.default-carousel .auto-slider-slide:nth-child(6) {
  -webkit-transition: transform 0.8s ease-out 1s, opacity 0.8s ease-out 1s;
  -moz-transition: transform 0.8s ease-out 1s, opacity 0.8s ease-out 1s;
  -o-transition: transform 0.8s ease-out 1s, opacity 0.8s ease-out 1s;
  transition: transform 0.8s ease-out 1s, opacity 0.8s ease-out 1s;
}
section.default-carousel .auto-slider-slide:nth-child(5) {
  -webkit-transition: transform 0.8s ease-out 0.8s, opacity 0.8s ease-out 0.8s;
  -moz-transition: transform 0.8s ease-out 0.8s, opacity 0.8s ease-out 0.8s;
  -o-transition: transform 0.8s ease-out 0.8s, opacity 0.8s ease-out 0.8s;
  transition: transform 0.8s ease-out 0.8s, opacity 0.8s ease-out 0.8s;
}
section.default-carousel .auto-slider-slide:nth-child(4) {
  -webkit-transition: transform 0.8s ease-out 0.6s, opacity 0.8s ease-out 0.6s;
  -moz-transition: transform 0.8s ease-out 0.6s, opacity 0.8s ease-out 0.6s;
  -o-transition: transform 0.8s ease-out 0.6s, opacity 0.8s ease-out 0.6s;
  transition: transform 0.8s ease-out 0.6s, opacity 0.8s ease-out 0.6s;
}
section.default-carousel .auto-slider-slide:nth-child(3) {
  -webkit-transition: transform 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s;
  -moz-transition: transform 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s;
  -o-transition: transform 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s;
  transition: transform 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s;
}
section.default-carousel .auto-slider-slide:nth-child(2) {
  -webkit-transition: transform 0.8s ease-out 0.2s, opacity 0.8s ease-out 0.2s;
  -moz-transition: transform 0.8s ease-out 0.2s, opacity 0.8s ease-out 0.2s;
  -o-transition: transform 0.8s ease-out 0.2s, opacity 0.8s ease-out 0.2s;
  transition: transform 0.8s ease-out 0.2s, opacity 0.8s ease-out 0.2s;
}
section.default-carousel .auto-slider-slide:nth-child(1) {
  -webkit-transition: transform 0.8s ease-out 0s, opacity 0.8s ease-out 0s;
  -moz-transition: transform 0.8s ease-out 0s, opacity 0.8s ease-out 0s;
  -o-transition: transform 0.8s ease-out 0s, opacity 0.8s ease-out 0s;
  transition: transform 0.8s ease-out 0s, opacity 0.8s ease-out 0s;
}
section.default-carousel .is-inview .auto-slider-slide {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.default-carousel.pb-0 + .download-section.pt-0.layout-button {
  margin-top: 2.5em;
}

/*this is added from landing page*/
section.banner .popup-video-play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.banner .landing-banner-logo {
  position: absolute;
  display: block !important;
  max-width: 40%;
  z-index: 0;
}
section.banner .landing-banner-logo.top {
  top: 50px;
}
section.banner .landing-banner-logo.left {
  left: 50px;
}
section.banner .landing-banner-logo.right {
  right: 50px;
}
section.banner .landing-banner-logo.bottom {
  bottom: 50px;
}
section.banner .landing-banner-logo.center {
  max-height: 70px;
  max-width: calc(100% - 30px);
}
section.banner.has-carousel .landing-banner-logo.bottom.center {
  bottom: 120px;
}
@media screen and (max-width: 768px) {
  section.banner .landing-banner-logo.center {
    height: auto;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  section.banner .landing-banner-logo.top {
    top: 15px;
  }
  section.banner .landing-banner-logo.left {
    left: 15px;
  }
  section.banner .landing-banner-logo.right {
    right: 15px;
  }
  section.banner .landing-banner-logo.bottom {
    bottom: 15px;
  }
}

.custom-font {
  font-family: "contralto-big", sans-serif;
  font-size: 3.5em;
  font-weight: 400;
}

.temp-replace-with-image.single-owl {
  background: transparent !important;
}

.no-bg {
  background: transparent !important;
}

.page-northcote-survey-2025 .image-placeholder-icon .alt-text {
  padding-left: 0;
}
.page-northcote-survey-2025 .image-placeholder-icon .alt-text:after {
  display: none;
}

/*# sourceMappingURL=style.min.css.map */
