/* HTML ELEMENT */
.services-3 {
    background-color: white !important;
}

.services-3 img {
  max-width: 100%;
}

/* LINKS */
a {
  transition: 0.25s ease-in-out;
  color: #26282b;
}

a:hover {
  text-decoration: underline;
}

/* NAV PILLS */
.nav-pills {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.nav-pills .nav-item {
  display: inline-block;
  margin-right: 30px;
}
.nav-pills .nav-item:last-child {
  margin-right: 0;
}
.nav-pills .nav-item .nav-link {
  background: none;
  color: #26282b;
  border-bottom: 2px solid transparent;
  padding: 4px 0;
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
}
.nav-pills .nav-item .nav-link.active {
  border-bottom: 2px solid #26282b;
}

/* BREADCRUMB */
.breadcrumb {
  width: 100%;
  padding: 0;
  border-radius: 0;
  background: none;
}
.breadcrumb .breadcrumb-item {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}
.breadcrumb .breadcrumb-item:first-child:before {
  display: none;
}
.breadcrumb .breadcrumb-item:before {
  content: "»";
  color: #fff;
  font-weight: 400;
  padding: 0 20px;
}
.breadcrumb .breadcrumb-item.active {
  color: #b6d3e0;
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 110px;
  background-color: #26282b;
  position: relative;
  margin-bottom: 30px;
}
.page-header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(38, 40, 43);
  background: linear-gradient(161deg, rgb(38, 40, 43) 0%, rgb(38, 40, 43) 49%, rgb(159, 128, 84) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b", endColorstr="#9f8054", GradientType=1);
  opacity: 0.65;
}
.page-header .container {
  position: relative;
  z-index: 2;
}
.page-header .container h1 {
  font-size: 4vw;
  color: #fff;
  color: #ebcfa7;
  margin-bottom: 10px;
}
.page-header .container p {
  display: block;
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.page-header .container .breadcrumb {
  position: absolute;
  left: 15px;
  bottom: -30px;
  background: #246d94;
  width: 70%;
  padding: 25px 25px;
  padding-right: 60px;
  margin: 0;
}

.project-header {
  width: 100%;
  height: calc(100vh - 30px);
  display: flex;
  flex-wrap: wrap;
  padding-top: 40vh;
  /* background-color: #f7f7f7; */
  position: relative;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-header .container {
  position: relative;
  z-index: 2;
}
.project-header .container h1 {
  font-size: 5vw;
  color: #fff;
  margin-bottom: 0px;
  margin-left: -4px;
  width: 100%;
}
.project-header .container p {
  display: block;
  color: #fff;
  font-size: 20px;
  margin: 0;
  width: 100%;
}
.project-header .container .breadcrumb {
  position: absolute;
  left: 15px;
  bottom: -30px;
  background: #246d94;
  width: 70%;
  padding: 25px 25px;
  padding-right: 60px;
  margin: 0;
}
.project-header .container .breadcrumb ol {
  margin-top: 5px;
  padding-left: 0px;
  margin-bottom: 0px;
}
.project-header .container .breadcrumb ol .breadcrumb-item a {
  color: #66a1bd;
}

/* PROPERTY PLANS */
.property-plans {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 150px;
}
.property-plans b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}
.property-plans h4 {
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
}
.property-plans h4 span {
  color: #246d94;
}
.property-plans h3 {
  font-weight: 600;
  margin-bottom: 30px;
}
.property-plans p {
  display: block;
  padding-right: 40%;
  margin-bottom: 30px;
}
.property-plans table {
  display: table;
  margin-bottom: 30px;
  font-size: 15px;
}
.property-plans table tr td {
  padding: 5px 0;
}
.property-plans table tr td:first-child {
  color: #246d94;
  width: 120px;
  font-weight: 600;
}
.property-plans .tab-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.property-plans .tab-nav li {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  list-style: none;
}
.property-plans .tab-nav li a {
  color: #26282b;
  font-weight: 600;
}

.project-details h3 {
  letter-spacing: 3px;
  font-weight: 100;
  color: #246d94;
}
.project-details .project-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-details table tr td {
  padding: 5px;
  margin: 5px;
  padding-left: 30px;
  border: 10px solid #fff;
  border-left: 0px;
}
.project-details table tr:first-child td {
  border-top: 0px !important;
}
.project-details table tr .table-primary {
  min-width: 180px;
  text-align: right;
  background-color: #328bb1;
  color: #fff;
}

.property-plans {
  padding: 80px 0px;
  padding-bottom: 40px;
}

/* PHOTO GALLERY */
.photo-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  background: #f9f9f9;
}
.photo-gallery .gallery-filter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 0;
}
.photo-gallery .gallery-filter li {
  display: inline-block;
  margin-right: 25px;
  padding: 0;
  list-style: none;
}
.photo-gallery .gallery-filter li a {
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.photo-gallery .gallery-filter li a.current {
  border-bottom: 2px solid #246d94;
}
.photo-gallery .gallery-filter li a:hover {
  color: #246d94;
  text-decoration: none;
}
.photo-gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-left: -4px;
  margin-right: -4px;
  padding: 0;
}
.photo-gallery .gallery li {
  width: 25%;
  margin: 0;
  padding: 4px;
  list-style: none;
}
.photo-gallery .gallery li img {
  width: 100%;
  float: left;
}

/* RESPONSIVE MEDIUM  FIXES */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .property-calculator figure .holder {
    transform: translate(65px, -65px);
  }
  .property-calculator figure .holder img {
    width: 450px;
  }
}
/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .tablet-hidden {
    display: none !important;
  }
  .page-header .container h1 {
    font-size: 8vw;
  }
  .project-header .container h1 {
    font-size: 8vw;
  }
  .logos figure img {
    padding: 0 10%;
  }
  .logos figure {
    margin: 20px 0px;
  }
  .about-content {
    padding: 80px 0;
  }
  .sales-offices {
    padding: 80px 0;
  }
  .photo-gallery {
    padding: 80px 0;
  }
  .photo-gallery .gallery li {
    width: 33.33333%;
  }
  .apartment {
    padding: 80px 0;
  }
  .apartment .property-infos {
    width: 100%;
    margin-right: 0;
  }
  .apartment .property-plan {
    margin: 50px 0;
  }
  .apartment .gallery-slider {
    width: 100%;
  }
  .facilities {
    padding: 80px 0;
  }
  .recent-gallery {
    padding: 80px 0;
  }
  .recent-gallery h3 {
    padding-right: 0;
  }
  .recent-gallery .col-md-4 {
    margin-top: 0 !important;
  }
  .recent-gallery figure {
    margin-top: 80px;
  }
  .benefits {
    padding: 80px 0;
  }
  .property-calculator {
    padding-bottom: 80px;
    margin-top: 0;
  }
  .property-calculator .col-lg-6:nth-child(1) {
    order: 2;
  }
  .property-calculator .col-lg-6:nth-child(2) {
    order: 1;
  }
  .property-calculator figure {
    width: 100%;
  }
  .property-calculator figure:before {
    display: none;
  }
  .property-calculator figure .pattern-bg {
    width: 100%;
    left: 0;
  }
  .property-calculator figure .holder {
    transform: translate(0, -45px);
    padding: 0 15%;
  }
  .property-calculator figure .holder img {
    width: 100%;
  }
  .property-calculator .content-box {
    padding-left: 0;
    margin-bottom: 150px;
  }
  .property-plans {
    padding-bottom: 80px;
  }
  .property-plans .nav-pills {
    margin-top: 40px;
  }
  .recent-posts {
    padding: 80px 0;
  }
  .recent-posts .post-box {
    margin: 25px 0;
  }
  .property-customization {
    padding: 80px 0;
  }
}
/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .project_item:first-child {
    grid-row: 1/3;
  }
  .project_item:first-child img {
    height: 100%;
  }
  .project_item:first-child .yellow-background {
    height: 200px !important;
  }
  .map-c {
    margin: 0px -20px;
  }
  .mobile-hidden {
    display: none !important;
  }
  .page-header {
    height: 155px;
    padding-top: 25px;
  }
  .hidden-desktop {
    display: block;
  }
  .hidden-mobile {
    display: none;
  }
  .breadcrumb .breadcrumb-item:before {
    padding: 0px 5px;
  }
  .property-plans p {
    padding-right: 0px;
  }
  .project-details table {
    margin-top: 20px;
  }
  .logos figure {
    margin: 20px 0px;
  }
  .page-header .container h1 {
    font-size: 10vw;
  }
  .page-header .container .breadcrumb {
    width: calc(100% - 30px);
  }
  .project-header .container h1 {
    font-size: 10vw;
  }
  .project-header .container .breadcrumb {
    width: calc(100% - 30px);
  }
  .benefits .col {
    width: 50%;
    flex-basis: auto;
    border-right: none;
  }
  .benefits .col:nth-child(odd) {
    margin-top: 0;
  }
  .apartment h2 {
    font-size: 9vw;
  }
  .apartment figure {
    margin: 15px 0;
  }
  .apartment h4 {
    margin-top: 30px;
  }
}

@media only screen and (max-height: 650px), only screen and (max-device-height: 650px) {
  .overlay .menu-project {
    display: none;
  }
}

.masonary-gallery {
  -moz-columns: 250px;
       columns: 250px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  list-style: none;
  padding-left: 0;
}
.masonary-gallery li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  margin-bottom: 1rem;
}
