@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Inter", sans-serif;
}

.navbar {
  padding: 0;
}

.btn {
  border-radius: 0px;
  padding-left: 24px;
  padding-right: 24px;
}

.btn-primary {
  background-color: #d1a451 !important;
  border: 1px solid #d1a451 !important;
  color: #232323 !important;
  font-weight: 500;
}
.btn-primary:hover {
  background-color: #c09c25 !important;
}

.btn-secondary {
  background-color: #353535 !important;
  border: 1px solid #353535 !important;
}
.btn-secondary:hover {
  background-color: #b4b4b4 !important;
  border: 1px solid #b4b4b4 !important;
}

.bg-primary {
  background-color: #d1a451 !important;
}

.bg-secondary {
  background-color: #232323 !important;
}

.bg-light-gray {
  background-color: #f5f5f5 !important;
}

.bg-danger {
  background-color: #dd7515 !important;
}

.text-primary {
  color: #d1a451 !important;
  opacity: 1;
}

.text-light-primary {
  color: #fcd34c !important;
  opacity: 1;
}

.text-light-gray {
  color: #e9e9e9;
  opacity: 1;
}

.text-secondary {
  color: #232323 !important;
  opacity: 1;
}

.text-danger {
  color: #dd7515 !important;
}

.hr-custom {
  width: 30%;
  height: 5px;
  background-color: #d1a451 !important;
  margin: 1rem auto;
  color: #d1a451 !important;
  border: 0;
  border-top: 1px solid;
  opacity: 1;
}

.navbar .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #f5f5f5 !important;
}
.navbar .nav-item .nav-link:hover {
  color: #727272 !important;
}
.navbar .nav-item .nav-link.active {
  color: #d1a451 !important;
}

figure {
  overflow: hidden;
  height: 20rem;
  margin: 0rem;
}

figure.figure-long {
  height: 30rem;
}
figure.figure-long::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

#property-jumbotron a img {
  transition: 0.7s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

#property-jumbotron a {
  position: relative;
}
#property-jumbotron a :hover img {
  transform: scale(1.2);
}

figure .banner-property {
  width: auto;
}

figure h1.caption-banner-property {
  position: absolute;
  bottom: 8px;
  left: 16px;
  z-index: 99;
  color: #f5f5f5 !important;
}

figure h1.caption-banner-primary-property {
  position: absolute;
  bottom: 8px;
  left: 16px;
  z-index: 99;
  color: #f5f5f5 !important;
}

.partner-group .row {
  overflow-x: scroll;
  white-space: nowrap;
}
.partner-group .row::-webkit-scrollbar {
  display: none;
}
.partner-group .row .col-xs-2 {
  display: inline-block;
  float: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner-group .row .col-xs-2 img {
  white-space: nowrap;
  will-change: transform;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.business-partner-group .row {
  overflow-x: scroll;
  white-space: nowrap;
}
.business-partner-group .row::-webkit-scrollbar {
  display: none;
}
.business-partner-group .row .col-xs-2 {
  display: inline-block;
  float: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-partner-group .row .col-xs-2 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.promo-group .row {
  overflow-x: scroll;
  white-space: nowrap;
}
.promo-group .row .col-xs-4 {
  display: inline-block;
  float: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-group .row .col-xs-4 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
  border-radius: 8px;
}

.promo-slider {
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-slider img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 220px;
  border-radius: 8px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px grey;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: #232323 !important;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #232323 !important;
}

a {
  text-decoration: none;
}
a.text-primary {
  color: #d1a451 !important;
}
a.text-primary:hover {
  color: #c09c25 !important;
}
a:hover {
  color: #353535 !important;
}

.pagination .active > .page-link {
  background-color: #d1a451 !important;
  border-color: #d1a451 !important;
  color: #f5f5f5 !important;
}
.pagination .active > .page-link:focus {
  box-shadow: none !important;
}
.pagination .page-link {
  color: #232323 !important;
}
.pagination .page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(192, 156, 37, 0.3137254902);
}

.property-card-grid {
  background-color: white;
  font-weight: 500;
}
.property-card-grid figure {
  height: 13rem;
}
.property-card-grid figure img {
  height: 13rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.property-card-grid .badge-property {
  background-color: #dd7515 !important;
  border-radius: 0;
  padding: 5px 10px;
  margin: 0px 4px;
  color: #f5f5f5 !important;
  font-weight: 500;
}
.property-card-grid .badge-property.close {
  background-color: #dd1515 !important;
}
.property-card-grid .badge-property-warning {
  background-color: rgb(192, 7, 7);
  position: absolute;
  border-radius: 0;
  padding: 8px 16px;
  color: #f5f5f5 !important;
  font-weight: 500;
}
.property-card-grid .desc-property {
  padding: 0.8rem 0.8rem;
}
.property-card-grid .desc-property h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 450px) {
  .property-card-grid .desc-property h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.property-card-grid ul {
  text-decoration: none;
  padding-left: 0;
}
.property-card-grid ul li {
  list-style-type: none;
  margin-bottom: 8px;
  font-size: 12px;
  text-transform: lowercase;
  display: flex;
  justify-content: start;
  align-items: baseline;
}
.property-card-grid ul li i {
  color: #df5d5d;
}
.property-card-grid ul li span {
  display: block;
}
.property-card-grid ul li span:first-letter {
  text-transform: capitalize;
}
.property-card-grid .desc-footer-property {
  font-size: 12px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-active {
  padding: 20px 0;
}

.slick-slide:not(.slick-active) {
  margin: 20px 20px;
}

.img-slide {
  cursor: grab;
}

.recomendProperty a {
  text-decoration: none;
}
.recomendProperty .slick-track {
  position: relative;
  top: 20px;
}
.recomendProperty .slick-list {
  height: 540px;
}
.recomendProperty .slick-slide {
  margin: 0 20px;
}
.recomendProperty .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 8rem;
  height: 100%;
  padding: 0;
  z-index: 99;
  transform: translate(0, -50%);
  background-color: whitesmoke;
  cursor: pointer;
  color: black;
  border: none;
  outline: none;
  left: 0px;
}
.recomendProperty .slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  color: #232323 !important;
  font-size: 45px;
}
.recomendProperty .slick-prev:hover {
  color: black;
  background-color: whitesmoke;
  transition: 150ms;
}
.recomendProperty .slick-prev:focus {
  color: black;
  background-color: whitesmoke;
  transition: 150ms;
}
.recomendProperty .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 8rem;
  height: 100%;
  padding: 0;
  z-index: 99;
  transform: translate(0, -50%);
  background-color: whitesmoke;
  cursor: pointer;
  color: black;
  border: none;
  outline: none;
  right: 0px;
}
.recomendProperty .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #232323 !important;
  font-size: 45px;
}
.recomendProperty .slick-next:hover {
  color: black;
  background-color: whitesmoke;
  transition: 150ms;
}
.recomendProperty .slick-next:focus {
  color: black;
  background-color: whitesmoke;
  transition: 150ms;
}

.slick-dots li button:before {
  font-size: 12px !important;
  padding: 15px 0px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #d57300 !important;
}

.slick-center {
  transition: 300ms ease-in;
  box-shadow: 0 5 5 gray;
  transform: scale(1.1);
}
.slick-center .property-card-grid {
  background-color: #fff;
  z-index: 9999;
}

#promo-list {
  margin: 1em 0em;
}
#promo-list a:hover {
  transition: all 0.5s linear;
}
#promo-list a:hover .promo-headline .image-promo-headline img {
  width: 150%;
}
#promo-list a:hover .promo-headline .image-promo-headline::before {
  background-image: linear-gradient(360deg, rgba(36, 36, 36, 0.75) 50%, transparent 120%);
  transition: all 0.5s linear;
}
#promo-list .promo-headline .image-promo-headline img {
  width: 100%;
  height: 25em;
  -o-object-fit: cover;
     object-fit: cover;
}
#promo-list .promo-headline .image-promo-headline::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: linear-gradient(360deg, rgba(36, 36, 36, 0.75), transparent);
  position: absolute;
  transition: all 0.5s linear;
  top: 0;
  left: 0;
}
#promo-list .promo-headline .caption-promo-headline {
  position: absolute;
  bottom: 0%;
  left: 0%;
  color: #f5f5f5 !important;
}
#promo-list .promo-headline .caption-promo-headline .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#promo-list .promo-card {
  width: 100%;
  height: 14rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
#promo-list .promo-card img {
  width: 85em;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#promo-list .promo-card .caption-promo-card {
  padding: 1em;
}
#promo-list .promo-card .caption-promo-card .title-banner {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#promo-list .promo-card .caption-promo-card .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.banner-detail-promo {
  width: 100%;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}

#news-detail img.img-news-detail {
  height: 35rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 450px) {
  #news-detail img.img-news-detail {
    height: 15rem;
  }
}

#contact-section {
  background: url("../../img/images/contact-img.png");
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
#contact-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: black;
  opacity: 0.5;
  z-index: -1;
}

.footer-area {
  padding: 4rem 0rem 0rem 0rem;
}
.footer-area ul {
  padding: 0;
  margin: 0;
}
.footer-area li {
  list-style: none;
}
.footer-area a {
  text-decoration: none;
  color: #f5f5f5 !important;
}
.footer-area a:focus,
.footer-area a:hover {
  text-decoration: none;
  transition: 0.3s ease;
  color: #aaaaaa !important;
}
.footer-area a:focus {
  outline: 0;
}
.footer-area .footer-widget-title {
  color: #d1a451 !important;
}
.footer-area .footer-widget .footer-menu ul a {
  font-size: 14px;
}
.footer-area .widget-about .logo {
  width: 85px;
  margin-bottom: 1rem;
}

.table-primary {
  background-color: #d1a451 !important;
  color: #232323 !important;
}

.icon-support {
  height: 40px;
  width: 40px;
  display: inline-grid;
  padding: 2px;
  border-radius: 100px;
  font-size: 18px;
  margin-right: 6px;
  place-items: center;
}
.icon-support:hover {
  background-color: #fcd34c !important;
  border-color: transparent;
}
.icon-support i {
  color: #232323 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: #d1a451 !important;
}
.border-primary:hover {
  border-color: #fcd34c !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: #353535 !important;
}

.icon-support-lg {
  height: 10rem;
  width: 10rem;
  display: inline-grid;
  padding: 8px;
  background-color: rgba(212, 175, 55, 0.8235294118);
  border-radius: 100px;
  font-size: 18px;
  margin-right: 6px;
  margin-bottom: 16px;
  place-items: center;
}
.icon-support-lg:hover {
  background-color: #c09c25 !important;
  cursor: pointer;
}
.icon-support-lg i {
  font-size: 56px;
  color: #f1f1f1;
}

.icon-support-md {
  height: 6rem;
  width: 6rem;
  display: inline-grid;
  padding: 8px;
  background-color: rgba(212, 175, 55, 0.8235294118);
  border-radius: 100px;
  font-size: 14px;
  margin-right: 6px;
  margin-bottom: 16px;
  place-items: center;
}
.icon-support-md:hover {
  background-color: #c09c25 !important;
  cursor: pointer;
}
.icon-support-md i {
  font-size: 56px;
  color: #f1f1f1;
}

.icon-support-sm {
  height: 3rem;
  width: 3rem;
  display: inline-grid;
  padding: 4px;
  background-color: #d1a451 !important;
  border-radius: 100px;
  margin-right: 6px;
  margin-bottom: 16px;
  place-items: center;
}
.icon-support-sm:hover {
  background-color: #c09c25 !important;
  cursor: pointer;
}
.icon-support-sm i {
  font-size: 24px;
  color: #f1f1f1;
}

.title-banner {
  border: 1px solid white;
  padding: 1.5rem 2.5rem;
  color: #f5f5f5 !important;
}

.breadcrumb .breadcrumb-item a {
  text-decoration: none !important;
  color: #f5f5f5 !important;
}

.form-control {
  border-radius: 0.175rem;
}
.form-control:focus {
  box-shadow: 0 0 0 0.15rem rgba(212, 175, 55, 0.25);
  border-color: #d1a451 !important;
}

.form-select {
  border-radius: 0.175rem;
}
.form-select:focus {
  box-shadow: 0 0 0 0.15rem rgba(212, 175, 55, 0.25);
  border-color: #d1a451 !important;
}

.form-control-dark {
  background-color: #232323 !important;
  border-color: #353535 !important;
  color: #f5f5f5 !important;
}

.form-select {
  border-radius: 0.175rem;
}

#search-bar .nav {
  border: none;
}
#search-bar .nav .nav-item .nav-link {
  background: #cbcbcb;
  border: none;
  color: #727272 !important;
  padding: 12px 24px;
  border-radius: 0px;
}
#search-bar .nav .nav-item .nav-link:hover {
  background: #727272 !important;
  border: none;
  color: #f5f5f5 !important;
  border-radius: 0px;
}
#search-bar .nav .nav-item .nav-link.active {
  background: #232323 !important;
  border: none;
  color: #f5f5f5 !important;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 0px;
}
#search-bar .nav .nav-item .nav-link.active:hover {
  background: #232323 !important;
  border: none;
  border-radius: 0px;
}
#search-bar .tab-content {
  background-color: #232323 !important;
  padding: 24px;
}

#list-developer .card-developer {
  background-position: center !important;
  background-size: cover !important;
  padding: 1.5rem;
  position: relative;
  height: 30rem;
}
#list-developer .card-developer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(35, 35, 35, 0.3764705882);
  z-index: 0;
  transition: 0.3s linear;
}
#list-developer .card-developer:hover {
  cursor: pointer;
}
#list-developer .card-developer:hover img {
  filter: brightness(0) invert(1);
}
#list-developer .card-developer:hover::after {
  background: rgba(35, 35, 35, 0.8);
  transition: 0.3s linear;
}
#list-developer .card-developer h5, #list-developer .card-developer img, #list-developer .card-developer a {
  z-index: 2;
  position: relative;
}

#gallery-section .nav {
  --bs-nav-link-padding-y: 0px;
}
#gallery-section .nav-tabs {
  --bs-nav-tabs-border-width: 0px;
}
#gallery-section .nav-tabs .nav-link {
  padding: 0px 0px;
  margin: 0px 5px;
  width: 126px;
}
#gallery-section .nav-tabs .nav-link img {
  width: 126px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery-section .nav-tabs .nav-item.show .nav-link,
#gallery-section .nav-tabs .nav-link.active {
  border: 4px solid #d1a451 !important;
  padding: 0px;
  border-radius: 0px !important;
  margin: 0px 5px;
  width: 126px;
}
#gallery-section .nav-tabs .wrapper-scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
#gallery-section .img-agent-detail {
  width: 100%;
  height: 20em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 480px) {
  #gallery-section .img-agent-detail {
    width: 200px;
    height: 12em;
    -o-object-position: center;
       object-position: center;
  }
}
#gallery-section .tab-content .tab-pane .image-preview iframe {
  width: 100%;
  height: 30rem;
}
#gallery-section .tab-content .tab-pane img {
  width: 100%;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery-section .tab-content .tab-pane .img-watermark::after {
  content: url("https://www.pngall.com/wp-content/uploads/8/Sample-Watermark.png");
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}

.img-agent-detail {
  width: 100%;
  height: 16em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

#description-detail hr.custom {
  background-image: linear-gradient(90deg, #d4af37 50%, #232323 50%) !important;
  height: 3px;
  opacity: 1;
  border: none;
  width: 130px;
}

#overview-section .nav {
  border: none;
}
#overview-section .nav .nav-item .nav-link {
  background: #cbcbcb;
  border: none;
  color: #727272 !important;
  padding: 12px 24px;
  border-radius: 0px;
}
#overview-section .nav .nav-item:hover {
  background: #c09c25 !important;
  border: none;
  border-radius: 0px;
}
#overview-section .nav .nav-item .nav-link.active {
  background: #d1a451 !important;
  border: none;
  color: black !important;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 0px;
}
#overview-section .nav .nav-item:hover {
  background: #c09c25 !important;
  border: none;
  border-radius: 0px;
}
#overview-section .tab-content {
  background-color: #f5f5f5 !important;
  padding: 24px;
}

#map-section hr.custom {
  background-image: linear-gradient(90deg, #d4af37 50%, #232323 50%) !important;
  height: 3px;
  opacity: 1;
  border: none;
  width: 130px;
}
#map-section .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}
#map-section .gmap_canvas iframe {
  width: 100% !important;
}
#map-section .mapouter {
  position: relative;
  text-align: left;
  height: 500px;
  width: 100%;
}

#flow-promo .point-flow {
  width: 6rem;
  height: 6rem;
  padding: 16px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
}

#promo-product-bank img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

#document-requirement .nav {
  border: none;
}
#document-requirement .nav .nav-item .nav-link {
  background: transparent;
  border: none;
  color: #727272 !important;
  padding: 12px 24px;
  border-radius: 0px;
}
#document-requirement .nav .nav-item:hover {
  font-weight: 600;
  border: none;
  border-radius: 0px;
}
#document-requirement .nav .nav-item .nav-link.active {
  background: transparent;
  border-bottom: 3px solid #0F3F7b !important;
  color: #0F3F7b !important;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 0px;
}
#document-requirement .nav .nav-item:hover {
  border: none;
  border-radius: 0px;
}
#document-requirement .tab-content {
  background-color: #fff;
  padding: 24px;
}

#banner-list-property {
  background-image: url("../../img/images/img-property001.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem 0px;
  position: relative;
  z-index: 0;
}
#banner-list-property::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3843137255);
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-control-next,
.carousel-control-prev {
  top: auto !important;
  bottom: 0 !important;
  justify-content: center;
  align-items: center !important;
  height: 3rem;
}

.carousel-indicators {
  align-items: center;
}
.carousel-indicators .active {
  opacity: 1;
  width: 20px !important;
  height: 20px !important;
}

.carousel-indicators [data-bs-target] {
  width: 12px !important;
  height: 12px !important;
  border-radius: 500px;
  border-top: none !important;
  border-bottom: none !important;
  margin-left: 8px;
  margin-right: 8px;
}

.carousel-control-next-icon {
  background-image: url("../../img/images/svg/arrow-right.svg");
}

.carousel-control-prev-icon {
  background-image: url("../../img/images/svg/arrow-left.svg");
}

.main-text {
  position: absolute;
  top: 10%;
  width: 100%;
  color: #fff;
}

#aboutUs-section h1 {
  font-size: 96px;
}
#aboutUs-section hr.custom {
  background-image: linear-gradient(90deg, #d4af37 50%, #232323 50%) !important;
  height: 3px;
  opacity: 1;
  border: none;
  width: 130px;
}
@media screen and (max-width: 1023px) {
  #aboutUs-section h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 770px) {
  #aboutUs-section h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 370px) {
  #aboutUs-section h1 {
    font-size: 52px;
  }
}

.page-500-full-page {
  height: 100%;
  min-height: 100vh;
}
.page-500-full-page .message-error {
  padding: 16px;
  background-color: rgba(221, 21, 21, 0.2392156863);
  border-color: #dd1515 !important;
  border-width: 1px;
  border-radius: 16px;
  border-style: solid;
}

#awesomeProperty-section h1 {
  font-size: 96px;
}
#awesomeProperty-section hr.custom {
  background-image: linear-gradient(90deg, #d4af37 50%, #232323 50%) !important;
  height: 3px;
  opacity: 1;
  border: none;
  width: 130px;
}
@media screen and (max-width: 1023px) {
  #awesomeProperty-section h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 770px) {
  #awesomeProperty-section h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 370px) {
  #awesomeProperty-section h1 {
    font-size: 52px;
  }
}

#carouselCompany .carousel-inner {
  max-height: 45rem;
}
#carouselCompany .carousel-inner .carousel-item .img-overlay {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 45rem;
}
#carouselCompany .carousel-inner .carousel-item .img-overlay::before {
  content: " ";
  background-color: #232323;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  #carouselCompany ul {
    display: inline-flex;
  }
  #carouselCompany ul li {
    margin-bottom: 0px;
    margin-right: 16px;
  }
}
#carouselCompany ul {
  list-style-type: none !important;
  padding-left: 0 !important;
}
#carouselCompany ul li {
  margin-bottom: 16px;
  border: 1px solid white;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50em;
}
#carouselCompany ul li a {
  text-align: center;
  font-size: 16px;
}
#carouselCompany ul li:hover {
  border: 1px solid white;
  background-color: white;
  cursor: pointer;
}
#carouselCompany ul li:hover a {
  color: #232323 !important;
}

#carouselPrimaryCompany .carousel-inner {
  max-height: 30rem;
}
#carouselPrimaryCompany .carousel-inner .carousel-item .img-overlay {
  -o-object-fit: cover;
     object-fit: cover;
}
#carouselPrimaryCompany .carousel-inner .carousel-item .img-overlay::before {
  content: " ";
  background-color: #232323;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  #carouselPrimaryCompany ul {
    display: inline-flex;
  }
  #carouselPrimaryCompany ul li {
    margin-bottom: 0px;
    margin-right: 16px;
  }
}
#carouselPrimaryCompany ul {
  list-style-type: none !important;
  padding-left: 0 !important;
}
#carouselPrimaryCompany ul li {
  margin-bottom: 16px;
  border: 1px solid white;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50em;
}
#carouselPrimaryCompany ul li a {
  text-align: center;
  font-size: 16px;
}
#carouselPrimaryCompany ul li:hover {
  border: 1px solid white;
  background-color: white;
  cursor: pointer;
}
#carouselPrimaryCompany ul li:hover a {
  color: #232323 !important;
}

#listCluster .cluster-card {
  box-shadow: 3px 6px 18px rgba(0, 0, 0, 0.3);
  transition: 0.2s linear;
  background-color: #fff;
}
#listCluster .cluster-card:hover {
  transform: scale(1.1);
  transition: 0.2s linear;
  z-index: 9;
  cursor: pointer;
}
#listCluster .cluster-card img {
  width: 100%;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 450px) {
  #listCluster .cluster-card img {
    height: 20rem;
  }
}

#opulence-agent h1 {
  font-size: 72px;
}
@media screen and (max-width: 1023px) {
  #opulence-agent h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 770px) {
  #opulence-agent h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 370px) {
  #opulence-agent h1 {
    font-size: 48px;
  }
}

.agent-card img {
  width: 100%;
  max-width: 100%;
  height: 17rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 450px) {
  .agent-card img {
    height: 14rem;
  }
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: transparent;
  border-color: #adadad;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: transparent;
  border-color: #8c8c8c;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9 ;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  color: white;
  border: 1px solid #cfd4da;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-group .dropdown-toggle {
  border: 1px solid #353535;
}

.btn-group:not(.bg-secondary) > .dropdown-toggle .filter-option {
  color: black;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
  padding: 5px 15px 5px 25px;
  line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:focus {
  background-image: none;
}
.navbar-nav .open .dropdown-menu > li > a:hover {
  background-image: none;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  border: 1px solid #cfd4da;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#profile-agent .agent-info {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#profile-agent #property-agent .row {
  overflow-x: scroll;
  display: block;
  white-space: nowrap;
}
#profile-agent #property-agent .row .col-xs-4 {
  display: inline-block;
  float: none;
  -o-object-fit: cover;
     object-fit: cover;
}
#profile-agent #property-agent .row .col-xs-4 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
}

.location-filter h5 {
  font-size: 18px;
}
.location-filter label {
  font-size: 14px;
}

#our-sold-property .row {
  overflow-x: scroll;
  display: block;
  white-space: nowrap;
}
#our-sold-property .row .col-xs-4 {
  display: inline-block;
  float: none;
  -o-object-fit: cover;
     object-fit: cover;
}
#our-sold-property .row .col-xs-4 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
}

#our-gallery-video .row {
  overflow-x: scroll;
  display: block;
  white-space: nowrap;
}
#our-gallery-video .row .col-xs-4 {
  display: inline-block;
  float: none;
  -o-object-fit: cover;
     object-fit: cover;
}
#our-gallery-video .row .col-xs-4 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
}

.title-video-gallery {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.video-wrapper .video-container iframe {
  height: 30rem;
  border-radius: 12px;
}
@media screen and (max-width: 450px) {
  .video-wrapper .video-container iframe {
    height: 25rem;
  }
}/*# sourceMappingURL=custom.css.map */