<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "hamburgers.min.css";
@import "pretty-checkbox.min.css";
@import "jquery.custom-scrollbar.css";
@import "../plugins/sliderPro/css/slider-pro.min.css";

/*
Landscope2.0
Primary color #a33038
*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background-color: #f4f6f8;
  letter-spacing: 1px;
  padding-top: 110px;
}

.rotate {
  transform: rotate(180deg);
}

.hide {
  display: none !important;
}

.pointer {
  cursor: pointer;
}

.overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.mt {
  margin: auto;
}

.full-height {
  height: 100%;
}

.line {
  height: 1px;
  background-color: #eeeeee;
  width: 100%;
  display: block;
  margin: 15px 0px;
}

.red,
.primary {
  color: #a33038;
}

.grey {
  color: #6d767d;
}

.bg-red {
  background-color: #a33038;
}

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

.bg-grey {
  background-color: #5c5c5c;
}

a {
  color: #000;
}

a:hover,
.dropdown-item:hover {
  color: #a33038;
  text-decoration: none;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.width100 {
  width: 100%;
}

.img-fluid {
  width: 100%;
}

.hamburger {
  padding: 0;
  display: none;
  margin-top: 5px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  height: 2px;
  background-color: #a33038;
  box-shadow: #000;
}

.hamburger--slider.is-active .hamburger-inner:after {
  width: 40px;
  margin-left: 0
}

select,
input {
  border: 0px;
  color: #6d767d;
  padding: 10px;
  font-weight: 600;
  font-size: 12px;
  height: 38px;
  background-color: #fff;
}

.button {
  background-color: #a33038;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 600;
  cursor: pointer;
}

.button:hover {
  color: #fff;
  background-color: #800e16;
}

.button-white {
  background-color: #fff;
  color: #a33038;
  border: 1px solid #a33038;
}

.button-white:hover {
  background-color: #a33038;
  color: #fff;
  border: 1px solid #a33038;
}

.button-roundx3 {
  border-radius: 3px;
}

.button-round {
  border-radius: 25px;
}

.button-icon {
  padding: 0px;
  border-radius: 5px;
}

.button-icon .title {
  float: left;
  padding: 20px 25px 13px 25px;
}

.button-icon .icon {
  float: right;
  padding: 15px;
  background-color: #790d15;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.table-con {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.light {
  font-weight: 300;
}

.semi-bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.shadows {
  box-shadow: 0px 0px 51px 3px rgba(0, 0, 0, 0.09);
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 15px 0 20px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
}

.header.floating {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}

.header.floating,
.header.floating .nav li a,
.header.floating a.nav-link {
  color: #000 !important;
}

.logo img {
  width: 206px;
}

.topbar {
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.topbar li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
}

.topbar li:hover {
  color: #a33038;
}

.slick-dots li,
.slick-dots li button:before,
.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  color: transparent;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border: 1px solid #a33038;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #a33038;
  opacity: 1;
  border: 0px;
  background-color: #a23038;
}

.slick-dots {
  bottom: -60px;
}

.nav {
  padding: 0px;
  margin: 0px;
}

.nav li {
  display: inline-block;
  list-style: none;
}

.nav li a {
  margin: 0px 15px;
  padding-bottom: 5px;
  text-transform: uppercase;
}


.nav li:last-child a {
  margin-right: 0px;
}

.nav li.active a,
.nav li a:hover, .nav li a.dropdown-item:hover {
  border-bottom: 3px #a33038 solid;
}

.nav li a.dropdown-item {
	margin: 0px ;
	border-bottom: 3px #ffffff solid;
}


.homeSlider .slick .text {
  position: absolute;
  z-index: 1;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.homeSlider .slick bg {
  z-index: 0;
  position: absolute;
}

.homeSlider .slick img {
  width: 100%;
  max-width: 100%;
}

.homeSlider .slick-dots {
  margin-top: -50px;
  bottom: auto;
}

.homeSlider .slick-dots li,
.homeSlider .slick-dots li button:before,
.homeSlider .slick-dots li button {
  width: 80px;
  height: 5px;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
}

.homeSlider .slick-dots li,
.homeSlider .slick-dots li button:before,
.homeSlider .slick-dots li button {
  width: 80px;
  height: 5px;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
}

.homeSlider .slick-dots li button:before {
  font-family: "";
  width: 80px;
  height: 5px;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  opacity: 0.4;
}

.homeSlider .slick-dots li.slick-active button:before {
  background-color: #a33038;
}

.homeSlider .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.homeSlider .slick-prev,
.homeSlider .slick-next {
  display: none !important;
}

.quick-search-home {
  background-color: #fff;
  padding: 20px;
}

.quick-search-home select,
.quick-search-home input {
  width: calc(100% - 30px);
}

.quick-search-home .items {
  padding-left: 20px;
  border-right: 1px solid #e5e5e5;
}

.quick-search-home .items i {
  font-size: 20px;
  margin-top: -10px;
}

section .head {
  display: inline-block;
  text-align: center;
}

section .head .info {
  font-size: 12px;
  color: #6d767d;
  font-weight: 600;
}

section .head .title {
  font-size: 36px;
  font-weight: 600;
}

section .head .title:after {
  content: " ";
  height: 3px;
  background-color: #a33038;
  width: 50%;
  text-align: center;
  display: table;
  margin: auto;
}

section.about .row {
  margin-left: 0px;
  margin-right: 0px;
}

.home-about-bg {
  background-image: url(../images/home-about.jpg);
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

.home-about-content {
  background-color: #fff;
  padding: 60px;
}

.home-about-content .text {
  color: #535353;
  font-weight: 300;
  margin-top: 15px;
  line-height: 24px;
}

section.projects .content {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
}

section.projects .content .title {
  font-size: 16px;
  color: #a33038;
  margin-bottom: 10px;
  font-weight: 600;
}

section.projects .content .desc {
  color: #6d767d;
  font-size: 12px;
  line-height: 26px;
}

section.event {
  background-color: #fff;
  /*text-align: center;*/
  padding: 80px 0px 120px 0px;
}

section.event .head {
  text-align: center;
}

section.event .date {
  color: #fe5d68;
  font-size: 12px;
}

section.event .text {
  line-height: 30px;
}

section.event .time {
  line-height: 26px;
}

.home-event-bg {
  background-image: url(../images/home-event.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  color: #fff;
  padding: 70px;
}

.home-event-content {
  text-align: left;
  padding: 0px 10%;
}

section.submit-property {
  padding: 50px;
  background-image: url(../images/submit-property.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

section.country {
  background-color: #fff;
  padding: 80px 0px;
}

section.country .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 5px;
  z-index: 1;
}

section.country .con {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  cursor: pointer;
}

section.country .bg {
  height: 400px;
  text-align: center;
  color: #ffffff;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: all .5s;
}

section.country .bg:hover {
  transform: scale(1.2);
}

section.country .con-small .bg {
  height: 185px;
}

section.country .con-small:first-child {
  margin-bottom: 30px;
}

section.country .title {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
}

section.country .desc {
  font-size: 16px;
}

section.testimonials {
  text-align: center;
  padding: 80px 0px;
}

section.testimonials .item {
  padding: 0px 20px;
}

section.testimonials .item .shadows {
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.09);
}

section.testimonials .item .text-con {
  padding: 40px;
  background-color: #fff;
  color: #8e8e8e;
  text-align: left;
  margin-bottom: 20px;
  border-radius: 5px;
}

section.testimonials .item .name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

section.testimonials .item .title {
  color: #8e8e8e;
}

section.footer {
  padding: 0px;
  line-height: 26px;
  font-size: 12px;
}

section.footer .footer1 {
  background-color: #333333;
  padding: 30px 0px;
  color: #aeaeae;
}

section.footer .footer1 .head {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

section.footer .footer1 ul {
  padding: 0px;
  margin-bottom: 20px;
}

section.footer .footer1 ul li {
  list-style: none;
  ;
}

section.footer .footer1 a {
  color: #aeaeae;
}

section.footer .footer2 {
  background-color: #272727;
  padding: 20px 0px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #dadada;
}

section.footer .footer2 a {
  color: #dadada;
}

section.footer .footer2 ul {
  padding: 0px;
  margin: 0px;
}

section.footer .footer2 ul li {
  display: inline-block;
  margin-left: 15px;
}

section.footer a:hover {
  color: #a33038;
  text-decoration: none;
}

.newsletter {
  margin-top: 10px;
}

.newsletter input,
.newsletter .button {
  float: left;
  padding: 10px 20px;
  ;
}

.newsletter input {
  height: 46px;
}

.socialmedia img {
  margin-right: 15px;
}

.head-title {
  padding: 100px 30px;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
}

.breadcrumb-con {
  padding: 20px 15px;
  color: #424242;
}

.breadcrumb-con a {
  color: #6d767d;
}

.heading {
  font-size: 16px;
  font-weight: 600;
  border-left: 5px solid #a33038;
  padding-left: 10px;
  margin: 15px 0px;
}

.events-list {
  padding-top: 15px;
  margin-bottom: 30px;
}

.events-list .bg {
  background-position: center;
  background-size: cover;
  height: 165px;
  color: #fff;
}

.events-list .bg .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.events-list .bg .date {
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 3px;
  display: inline-block;
  margin: 15px;
  text-align: center;
}

.events-list .bg .title {
  font-weight: 600;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  font-size: 16px;
}

.events-list .text {
  padding: 20px;
  background-color: #ffffff;
  font-size: 12px;
  color: #4f4f4f;
  line-height: 26px;
  margin-bottom: 15px;
}

.events-list .text .time {
  color: #6d767d;
  margin-bottom: 5px;
}

.blog-list {
  background-color: #fff;
  margin-bottom: 50px;
}

.blog-list .bg {
  background-position: center;
  background-size: cover;
  height: 200px;
}

.blog-list .bg-con {
  padding: 20px;
}

.blog-list .bg-con .line {
  margin-left: -20px;
  width: calc(100% + 40px);
}

.blog-list .heading {
  float: left;
}

.blog-list .date {
  float: right;
  margin-top: 15px;
}

.blog-list .title {
  font-size: 16px;
  font-weight: 600;
}

.blog-list .text {
  color: #4f4f4f;
  line-height: 26px;
  margin-bottom: 30px;
}

.pagination {
  padding: 20px 0px;
  margin: auto;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.pagination li {
  margin: 0px 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.pagination li a {
  padding: 10px 15px;
  display: block;
}

.pagination li:hover,
.pagination li.active a,
.pagination li a:hover {
  background-color: #a33038;
  color: #fff;
}

.blog .sidebar .line {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .sidebar .bg-white {
  margin-bottom: 30px;
}

.blog .sidebar .heading {
  margin: 0px;
}

.blog .sidebar input {
  width: 100%;
  margin-bottom: 20px;
}

.blog .sidebar input[type=text] {
  border: 1px solid #dadada;
}

.blog .sidebar ul {
  padding: 0px;
  margin: 0px;
}

.blog .sidebar ul li {
  list-style: none;
  margin-bottom: 15px;
}

.blog .sidebar ul li a {
  color: #6d767d;
  display: block;
}

.blog .sidebar ul li:last-child a {
  margin-bottom: 0px;
}

.blog .sidebar ul li.active a,
.blog .sidebar ul li:hover a {
  color: #a33038;
}

.blog .sidebar ul li .time {
  color: #838383;
  margin-top: 10px;
  font-size: 12px;
  padding-bottom: 10px;
}

.popup-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.61);
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0px;
  left: 0px;
  padding: 5% 10%;
  display: none;
}

.popup-overlay .popup-con {
  background-color: #fff;
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  max-width: 991px;
  margin: auto;
}

.popup-overlay .popup-con .head {
  padding: 20px 20px 0px 20px;
}

.popup-overlay .popup-con .head .heading {
  margin: 0px;
  float: left;
}

.popup-overlay .popup-con .head .close-btn {
  float: right;
  font-weight: 600;
  cursor: pointer;
}

.popup-overlay .popup-con .title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
}

.popup-overlay .popup-con .title:after {
  content: " ";
  height: 5px;
  background-color: #a33038;
  width: 10%;
  text-align: center;
  display: table;
  margin: auto;
  margin-top: 15px;
}

.popup-overlay .popup-con .sub-title {
  color: #7c7c7c;
  font-weight: 600;
  margin: auto;
  text-align: center;
  margin-top: 15px;
}

.popup-overlay .popup-con .desc-con {
  padding: 0px 40px 50px 40px;
}

.popup-overlay .popup-con .desc {
  color: #555555;
  margin-top: 40px;
  font-weight: 600;
  line-height: 26px;
}

.submit-form input,
.submit textarea {
  padding: 15px;
  border: #e9e9e9 1px solid;
  font-size: 14px;
  font-weight: 400 !important;
  width: 100%;
  box-shadow: 0px 3px 11px 2px rgba(0, 0, 0, 0.05);
}

.favorite-form .popup-con {
  background-color: #f4f6f8;
  max-width: 700px;
  margin: auto;
  .popup-con
}

.favorite-form .popup-con .head {
  padding: 20px;
  background-color: #fff;
}

.favorite-form .popup-con .line {
  margin: 0px;
}

.favorite-form .popup-con .desc-con {
  padding: 20px 20px;
}

.favorite-form .form-property-list {
  padding: 0px;
  margin: 0px;
}

.favorite-form .form-property-list li {
  list-style: none;
  margin: 0px;
  margin-bottom: 30px;
  background-color: #fff;
}

.favorite-form .form-property-list .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 120px;
}

.favorite-form .form-property-list .text {
  padding: 30px;
}

.favorite-form .developments-grid .name {
  font-weight: 600;
  color: #a33038;
}

.favorite-form .form-property-list .desc {
  margin-top: 5px;
  font-size: 12px;
  line-height: 25px;
}

.favorite-form input,
.favorite-form textarea {
  padding: 15px;
  border: #e9e9e9 1px solid;
  font-size: 14px;
  font-weight: 400 !important;
  width: 100%;
  box-shadow: 0px 3px 11px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}

textarea {
  height: 150px !important;
}

.error404 {
  background-color: #fff;
  border-top: 3px solid #a33038;
  padding: 70px 70px 100px 70px;
  margin: 30px auto;
  text-align: center;
}

.error404 .heading1 {
  font-size: 120px;
  font-weight: bolder;
  color: #fff;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #a33038;
}

.error404 .heading2 {
  font-size: 72px;
  font-weight: 600;
  color: #a33038;
}

.error404 .heading3 {
  font-weight: 600;
  color: #4e4949;
  font-size: 16px;
}

.error404 .heading3 a {
  text-decoration: underline;
}

.developments-banner {
  background-size: cover;
  background-position: center;
  height: 400px;
  margin-top: -120px;
  position: relative;
  text-align: center;
}

.dropdown-item {
  color: #000;
}

.developments-banner .title {
  width: 100%;
  text-align: center;
  font-size: 48px;
  position: absolute;
  font-weight: 600px;
  bottom: 15%;
  color: #fff;
}

.development-search {
  background-color: #f0f1f2;
  color: #6d767d;
}

.development-search-con {
  padding-top: 40px;
  padding-bottom: 40px;
}

.development-search .second-row {
  display: none;
}

.developments-form input,
.developments-form select {
  padding: 15px;
  border: #e9e9e9 1px solid;
  font-size: 14px;
  font-weight: 400 !important;
  width: 100%;
  box-shadow: 0px 3px 11px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  color: #6d767d;
  height: 40px;
  border-radius: 0px !important;
  height: 55px;
}

.country-slider {
  margin: 0px -15px;
}

.country-slider .item {
  padding: 0px 15px;
}

.country-slider .item .bg {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 115px;
  cursor: pointer;
}

.country-slider .item .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.switch-button {
  margin-top: 17px;
}

.switch-button i {
  margin-left: 15px;
  cursor: pointer;
  font-size: 18px;
}

.switch-button i.active,
.switch-button i:hover {
  color: #a33038;
}

.property-list-con {
  display: none;
}

.property-list-con.active {
  display: block;
}

.developments-grid .bg {
  width: 100%;
  position: relative;
  height: 150px;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.developments-grid .overlay {
  padding: 15px;
}

.developments-grid .bg .featured {
  font-size: 11px;
  background-color: rgba(163, 48, 56, 0.8);
  display: inline-block;
  border-radius: 5px;
  padding: 5px 15px;
  font-weight: 300;
}

.property-type-con {
  width: calc(100% - 30px);
  position: absolute;
  text-align: center;
  margin-left: -20px;
  margin-top: -32px;
  z-index: 2;
}

.property-type {
  border-radius: 3px;
  padding: 3px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  display: inline-block;
  font-style: normal;
}

.property-type.sale {
  background-color: #a33038;
}

.property-type.rent {
  background-color: #5c5c5c;
}

.developments-grid .property-type {
  margin: auto;
  position: relative;
}

.fav-btn {
  position: absolute;
  font-size: 20px;
  color: #d6d6d6;
  cursor: pointer;
  right: 15px;
  top: 15px;
}

.fav-btn.active,
.fav-btn:hover {
  color: #a33038;
}

.developments-grid .info {
  position: absolute;
  bottom: 15px;
}

.developments-grid .title {
  font-size: 16px;
}

.developments-grid .location {
  font-size: 12px;
  margin-top: 5px;
  font-weight: 300;
  margin-right: 15px;
}

.developments-grid .content {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
}

.developments-list {
  margin-bottom: 30px;
}

.developments-list .row {
  margin: 0px;
  margin-bottom: 30px;
}

.developments-list .content {
  padding: 20px;
  background-color: #fff;
}

.developments-list .bg {
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 15px;
  min-height: 150px;
}

.developments-list .bg .featured {
  font-size: 11px;
  background-color: rgba(163, 48, 56, 0.8);
  display: inline-block;
  border-radius: 5px;
  padding: 5px 15px;
  font-weight: 300;
}

.developments-map {}

.developments-map .scrollbar {
  height: 800px;
  max-width: 100%;
}

.scrollbar .viewport,
.scrollbar .overview {
  width: 100% !important;
}

.developments-map .col-md-8 {
  height: 795px;
}

#map {
  height: 100%;
  width: 100%;
}

.map-grid-list {
  padding: 0px;
  margin: 0px;
}

.map-grid-list li {
  height: 300px;
  list-style: none;
  background-position: center;
  background-size: cover;
  color: #fff;
  margin-bottom: 30px;
  cursor: pointer;
}

.map-grid-list li .overlay {
  padding: 15px;
}

.map-grid-list li .featured {
  font-size: 11px;
  background-color: rgba(163, 48, 56, 0.8);
  display: inline-block;
  border-radius: 5px;
  padding: 5px 15px;
  font-weight: 300;
}

.map-grid-list li .info {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
}

.map-grid-list li .info .title {
  font-size: 16px;
  font-weight: 600;
}

.map-grid-list li span {}

.map-grid-list li .hkd {
  opacity: 0.8;
  font-size: 11px;
}

.map-grid-list li:hover .overlay {
  background-color: rgba(163, 48, 56, 0.8);
}

.article {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.article h7 {
  color: #a33038;
  margin-top: 30px;
  margin-bottom: 10px;
}

.contact .text {
  background-color: #fff;
  padding: 20px;
}

.contact-info {
  padding: 0px;
  margin: 0px;
}

.contact-info li {
  list-style: none;
  position: relative;
}

.contact-info i {
  font-size: 24px;
  float: left;
  padding: 16px 18px;
  border: 1px #4f4f4f dotted;
  border-radius: 32px;
  margin-right: 15px;
  margin-top: 8px;
}

.contact-info .desc {
  left: 90px;
  position: absolute;
  top: 5px;
}

.sp-thumbnails-container {
  background-color: rgba(0, 0, 0, 0.5);
}

.sp-thumbnail-container {
  background-color: #000;
}

.sp-thumbnail-container img {
  opacity: 0.5;
}

.sp-selected-thumbnail img {
  opacity: 1;
}

.sp-bottom-thumbnails {
  /*margin-top: -80px;*/
}

.sp-previous-thumbnail-arrow {
  margin-left: 15px;
}

.sp-next-thumbnail-arrow {
  margin-right: 15px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  background-color: #a33038;
}

.slider-pro {
  display: none;
}

.slider-pro.active {
  display: block;
}

.sp-arrow {
  width: auto;
  height: auto;
}

.sp-arrow:before,
.sp-arrow:after, {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: transparent;
}

.sp-arrow:after {
  display: none;
}

.sp-horizontal.sp-rtl .sp-previous-arrow, .sp-next-arrow,
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sp-previous-arrow {
  left: 30px !important;
}

.sp-next-arrow {
  left: auto;
  right: 80px !important;
}

.sp-previous-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d9";
  color: #fff;
}

.sp-next-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #fff;
}

.sp-previous-arrow:before,
.sp-next-arrow:before {
  background-color: rgba(53, 58, 63);
  height: auto;
  width: auto;
  text-align: center;
  padding: 8px 20px;
  font-size: 25px;
  opacity: 0.5;
}

.sp-arrow:hover:before {
  opacity: 1;
}

.gallery .bg {
  background-position: center;
  background-size: cover;
  height: 100px;
  color: #fff;
  cursor: pointer;
}

.gallery .bg:hover .overlay,
.gallery .bg.active .overlay {
  background-color: transparent;
}

.gallery .bg .table-cell {
  border-bottom: 4px solid transparent;
}

.gallery .bg:hover .table-cell,
.gallery .bg.active .table-cell {
  border-bottom: 4px solid #a33038;
}

.gallery-switch {
  margin-bottom: 15px;
}

.sections-nav ul {
  padding: 0px;
  margin: 0px;
}

.sections-nav ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 10px;
  text-align: center;
}

.sections-nav ul li:after {
  content: " ";
  height: 3px;
  width: 70%;
  display: block;
  margin: auto;
  margin-top: 5px;
}

.sections-nav ul li a {
  padding-bottom: 5px;
  font-size: 13px;
}

.sections-nav ul li:hover:after {
  background-color: #a33038;
}

.development-details .decription .heading {
  font-size: 24px;
  font-weight: 400;
}

.development-details .decription {
  background-color: #fff;
  padding: 75px 0px 0px 0px;
}

.development-details .text {
  color: #535353;
  line-height: 28px;
}

.development-details .decription .bg {
  height: 300px;
  text-align: center;
  background-position: center;
  background-size: cover;
  font-size: 24px;
  color: #fff;
}

.factsheet {
  padding: 80px 0px;
  background-color: #fff;
}

.factsheet .icon {
  font-weight: 600;
  padding-bottom: 15px;
}

.factsheet .icon img {
  margin-right: 5px;
}

.factsheet .list {
  border-left: 2px solid #a33038;
}

.factsheet .list .title {
  color: #333333;
  font-weight: 600;
}

.factsheet .list .desc {
  color: #999999;
  font-weight: 300;
  font-size: 12px;
  margin: 10px 0px 30px 0px;
  line-height: 26px;
}

.factsheet .line {
  background-color: #e1e1e1;
  height: 1px;
  width: 76%;
  display: block;
  float: right;
  margin: 40px 0px;
}

.nearby .slick-dots {
  bottom: -30px;
}

.nearby-con {
  text-align: center;
  padding: 0px 15px;
}

.nearby-con .bg {
  position: relative;
}

.nearby-con .text {
  padding: 30px;
  text-align: center;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.09);
}

.nearby-con .miles-con {
  position: absolute;
  bottom: -15px;
  text-align: center;
  width: 100%;
}

.nearby-con .miles-con .miles {
  color: #fff;
  background-color: #a33038;
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block;
}

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

.development-contactus,
.development-highlights,
.development-location,
.development-disclaimers {
  padding: 40px 0px;
  background-color: #fff;
}

.development-infrastructure img {
  height: 300px;
}

.development-infrastructure .text {
  color: #535353;
  padding: 20px 15px;
  background-color: #fff;
}

.development-menu {
  padding-top: 0px;
  margin-top: 0px;
  border-top: solid #e1e1e1 1px;
  color: #666666;
  text-align: center;
  visibility: hidden;
  height: 0px;
}

.development-menu.active {
  visibility: visible;
  height: auto;
  padding-top: 20px;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.development-menu li {
  padding-bottom: 5px;
}

.development-menu li a {
  font-size: 12px;
}

.development-menu li.active a {
  color: #a33038;
}

.development-menu .slick-prev {
  left: 0px;
}

.development-menu .slick-next {
  right: 0px;
}


/*** property details start ***/
.development-details .decription2{

}
.factsheet-desc,
.development-details .decription2{
	background-color: transparent;
}
.development-details .decription2 .type{
	font-size: 11px;
    background-color:rgba(163, 48, 56, 1);
    display: inline-block;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 600;
}
.development-details .decription2 .address{
	font-size: 14px;
	opacity: 0.7;
	font-weight: 600;
}
.development-details .decription2 .property-code{
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 12px;
	font-weight: 600;
	opacity: 0.8;
}
.development-details .decription2 .property-code table{
	padding: 0px;
	margin: 0px;
	border: 0px;
	
}
.development-details .decription2 .property-code table tr td{
	padding-left: 5px;
	text-align: left;
}
.development-details .decription2 .property-code table tr td:first-child{
	text-align: right;
}
.property-desc-heading{
	color: #a33038;
}
.property-desc-heading span{
	font-size: 12px;
	color: #5f5f5f;
	display: block;
	
}


.factsheet-desc {
  padding: 80px 0px;
  background-color: transparent;
}

.factsheet-desc .icon {
  font-weight: 600;
  padding-bottom: 15px;
}

.factsheet-desc .icon img {
  margin-right: 5px;
}

.factsheet-desc .list {
  border-left: 2px solid #a33038;
}

.factsheet-desc .list .title {
  color: #333333;
  font-weight: 600;
}

.factsheet-desc .list .desc {
  color: #999999;
  font-weight: 300;
  font-size: 12px;
  margin: 10px 0px 30px 0px;
  line-height: 26px;
}

.factsheet-desc .line {
  background-color: #e1e1e1;
  height: 1px;
  width: 76%;
  display: block;
  float: right;
  margin: 40px 0px;
}


.factsheet-desc{
	padding: 15px 0px;
	
}
.factsheet-desc .list{
	padding: 15px;
	border-left:0px solid #a33038;
	padding-top:0px;
	
}
.factsheet-desc .list .title{
	color: #a33038;
}
.factsheet-desc .list .desc{
	color: #000;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
}

.factsheet-desc .list .desc .row{
	
}
.factsheet-desc .line{
	padding: 0px;
	width: 100%;
	margin: 0px 0px 15px 0px;
	height: 1px;
}
.area-sf .title{
	font-size: 12px !important;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0px !important;
	text-align: left !important;
}
.area-sf .sf{
	font-weight: 600;
	margin-bottom: 10px; 
	color: #a33038;
}
.area-sf .title:after{
	display: none !important;
}
.development-details .decription2 .desc-icons{
	text-align: center;
	margin-bottom: 20px;
}
.development-details .decription2 .desc-icons .message{
	border-bottom:2px solid #a33038;
	margin: 15px;
	padding: 15px;
	width: 100%;
	text-align: center;
}
.development-details .decription2 .desc-icons img{
	height: 24px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.development-details .decription2 .bg{
	font-size: 38px;
}

.property-tabs-con{
	padding: 80px 0px 0px 0px;
	background-color: #fff;
}
.property-tabs-con .nav-tabs .nav-link{
	border-bottom: 1px solid transparent;
	padding-bottom: 10px;
	font-weight: 600;
	margin: 0px;
}
.property-tabs-con .nav-tabs .nav-link:focus, 
.property-tabs-con .nav-tabs .nav-link:hover,
.property-tabs-con .nav-tabs .nav-link.active{
	color: #a33038;
	border-color: transparent;
	border-bottom: 1px solid #a33038;
	background-color: transparent;
	
}
.property-tabs-con .nav-tabs{
	border: 0px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
}
.property-tabs-con .factsheet-desc{
	background-color: transparent;
	border-top: 1px solid #e1e1e1;
	margin-top: 30px;
	padding-top: 30px;
}
.property-tabs-con .tab-pane{
	padding:0px 15px;
}
.table-heading{
	background-color: #a33038;
	color: #fff;
}
.form-message{
	background-color: #a33038;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    padding: 15px;
    display: block;
}
.form-message i{
	font-size: 18px;
}
.factsheet-data{
	display: none;
}
.factsheet-swicher{
	cursor: pointer;
	position: relative;
	margin-top: 15px;
}
.factsheet-swicher i{
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  font-size: 24px;
    position: absolute;
    margin-left: -24px;
}
.factsheet{
	padding-top: 0px;
}
/*** property details end ***/
</pre></body></html>