@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@font-face {
  font-family: Suranna-Regular;
  src: url(../fonts/Suranna/Suranna-Regular.ttf);
}

@font-face {
  font-family: Syncopate-Bold;
  src: url(../fonts/Syncopate/Syncopate-Bold.ttf);
}

@font-face {
  font-family: Syncopate-Regular;
  src: url(../fonts/Syncopate/Syncopate-Regular.ttf);
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.marB0{margin-bottom:0px !important}

header {
    position: fixed;
    background-color: black;
    min-height: 100px;
    width: 100%;
    /*overflow: hidden;*/
    z-index:2;
    top:0;
  }
  
  .home-visual  {position: relative;
  height: 550px;
  background-image: url(../images/bg/bg-home.jpg);
  background-size: cover;
  background-attachment:fixed;
  overflow: hidden;
  }

  .home-visual video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  
  .home-visual .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 1;
  }

  .body-main{display:block; margin:0px; padding-top:100px;}


  /*---------------Sticky Header Styling Starts---------------*/

  .sticky {
  text-align: left;
  position: fixed;
  min-height:60px;
}
.sticky {
  -webkit-animation: fadeInDown 1500ms ease;
  -moz-animation: fadeInDown 1500ms ease;
  -ms-animation: fadeInDown 1500ms ease;
}

.sticky .navbar{margin-top:0px; padding: 0;}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.navbar-light .navbar-toggler-icon {background-image: url(../images/menu.png) !important;}

/*---------------Sticky Header Styling Ends---------------*/
  
  /* Media Query for devices withi coarse pointers and no hover functionality */
  
  /* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
  
  @media (pointer: coarse) and (hover: none) {
    /*header {
      background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }*/
  
    header video {
      display: none;
    }

    .navbar-light .navbar-toggler {
    color: white;
    border-color: white;
    background: #F6C65C;
}
    .navbar-brand {
    width: 72%;
    height: auto;
}
  }

.navbar-nav .dropdown-menu{margin-top: 20px;}

.navbar {
  margin-top: 9px;
}

.navbar-brand {
  width: 25%;
  height: auto;
}
.navbar-brand img{ width: 100%; }

.dropdown-menu{color: #fff; background-color: #000;}
.dropdown-item{text-transform:uppercase; font-family: 'Syncopate-Regular'; color: #F6C65C; font-size: 11px;}
.dropdown-item:focus, .dropdown-item:hover {color: #F6C65C; background-color: transparent;}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; // remove the gap so it doesn't close
}
.dropdown-menu li:hover {background-color: #0b0b0b;}
.sticky .navbar-brand.logo-full{display:none}
.sticky .navbar-brand.logo-icon{display:block; }
.sticky .navbar-brand.logo-icon img{width:50px; height:50px;}

.navbar-brand.logo-full{display:block}
.navbar-brand.logo-icon{display:none}

.navbar-light .navbar-nav .nav-link {
  color: #F6C65C !important;
  padding: 0 10px !important;
  text-transform: uppercase;
  font-family: 'Syncopate-Regular';
  font-size: 11px;
  letter-spacing: 1px;
}

.home-section {
  position: relative;
}

.home-section::before {
  position: absolute;
  content: '';
  background-image: url(../images/building.png);
  width: 100%;
  height: 995px;
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-top: -565px;
  z-index: 1;
}

.home-section .company-name {
  margin-top: -260px;
  position: relative;
  z-index: 1;
  margin-bottom: 200px;
}

.home-section h3 {
  font-size: 55px;
  color: #f6c65c;
  text-transform: uppercase;
  font-family: 'Suranna-Regular';
  letter-spacing: 45px;
  line-height: 73px;
  margin-top: 56px;
}

.home-section h2 {
  font-size: 150px;
  color: #f6c65c;
  text-transform: uppercase;
  font-family: 'Suranna-Regular';
  letter-spacing: 7px;
  line-height: 78px;
}

.home-section h3.bottom {
  font-size: 70px;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Suranna-Regular';
  margin-top: 40px;
  letter-spacing: 17px;
}

.home-featured-listing {
  position: relative;
}

.home-featured-listing .title {
  position: relative;
  top: -50px
}

.home-featured-listing .title h4 {
  font-size: 21px;
  color: #686868;
  text-transform: uppercase;
  position: relative;
  font-family: 'Syncopate-Regular';
}

.home-featured-listing .title h4::before {
  position: absolute;
  content: '';
  border: 1px solid #F6C65C;
  width: 70px;
  left: -85px;
  top: 11px;
}

.home-featured-listing .title h3 {
  font-size: 100px;
  color: #000000;
  font-family: 'Suranna-Regular';
}

.project-1 {
  background-image: url(../images/bg/Black_and_gold_marble_texture.jpg);
  background-size: cover;
  background-attachment:fixed;
  overflow: hidden;
}

.project-1 .project-img {
  position: relative;
  margin: 60px 0;
  overflow: hidden;
}

.inside-img {
  width: 80%;
  height: auto;
  padding-left: 0;
  float: right;
  overflow: hidden;
}

.project-1 .project-img img {
  width: 100%;
  transition: transform 3s, filter 3s ease-in-out;
  filter: brightness(120%);
}
.project-1 .project-img:hover img{
  filter: brightness(100%);
  transform: scale(1.2);
  transform-origin: 50% 50%;
}

.project-1 .project-img .project-content {
  position: absolute;
  padding: 35px 60px;
  background-color: #FFF;
  text-align: center;
  transform: translate(-50%, -50%);
  left: 20%;
  top: 50%;
  transition: 0.3s;
  width: 400px;
  cursor: pointer;
}

.project-1 .project-img .project-content::before {
  position: absolute;
  content: '';
  border: 2px solid #F6C65C;
  color: #FFF;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: 0.3s;
}

.project-1 .project-img .project-content:hover::before {
  opacity: 1;
   width: 91%;
  height: 91%;
}

.project-1 .project-img .project-content img {
  width: 100px;
  height: auto;
}

.project-1 .project-img .project-content .project-icon {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    position: relative;
    background-image: url(../images/luxury-portfolio-icon-dark.svg);
}

.project-1 .project-img .project-content:hover .project-icon {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    position: relative;
    background-image: url(../images/luxury-portfolio-icon.svg);
}

.project-1 .project-img .project-content .price {
  font-size: 36px;
  font-family: 'Suranna-Regular';
  margin-top: 25px;
}

.project-1 .project-img .project-content .project-name {
  font-size: 16px;
  font-family: 'Syncopate-Regular';
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 1px;
}
.project-1 .project-content .project-info,
.project-2 .project-content .project-info {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.project-1 .project-img .project-content .detail-link {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.project-1 .project-img .project-content .detail-link a {
  font-size: 12px;
  font-family: 'Syncopate-Bold';
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
}

.project-1 .project-img .project-content .detail-link a:hover i {
  padding-left: 5px;
}

.project-1 .project-img .project-content:hover {
  background-color: #000000;
  color: #FFF;
}

.project-1 .project-img .project-content:hover .detail-link a {
  color: #FFF;
}

.project-2 {
  background-image: url(../images/bg/closeup-marble-textured-background.jpg);
  background-size: cover;
  background-attachment:fixed;
  overflow: hidden;
}

.project-2 .project-img {
  position: relative;
  float: left;
  margin: 60px 0;
  width: 100%;
  height: auto;
  padding-right: 0;
}

.project-2 .inside-img {
  width: 80%;
  height: auto;
  padding-left: 0;
  float: left;
  overflow: hidden;
}

.project-2 .project-img img {
  width: 100%;
  transition: transform 3s, filter 3s ease-in-out;
  filter: brightness(120%);
}
.project-2 .project-img:hover img{
  filter: brightness(100%);
  transform: scale(1.2);
  transform-origin: 50% 50%;
}

.project-2 .project-img .project-content {
  position: absolute;
  padding: 35px 60px;
  background-color: #000;
  text-align: center;
  transform: translate(-50%, -50%);
  left: 80%;
  top: 50%;
  width:400px;
  transition: 0.3s;
  color: #FFF;
  cursor: pointer;
}

.project-2 .project-img .project-content::before {
  position: absolute;
  content: '';
  border: 2px solid #000000;
  color: #FFF;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: 0.3s;
}

.project-2 .project-img .project-content:hover::before {
  opacity: 1;
  width: 91%;
  height: 91%;
}

.project-2 .project-img .project-content img {
  width: 100px;
  height: auto;
}

.project-2 .project-img .project-content .project-icon {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    position: relative;
    background-image: url(../images/luxury-portfolio-icon.svg);
}


.project-2 .project-img .project-content:hover .project-icon {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    position: relative;
    background-image: url(../images/luxury-portfolio-icon-dark.svg);
}

.project-2 .project-img .project-content .price {
  font-size: 36px;
  font-family: 'Suranna-Regular';
  margin-top: 25px;
}

.project-2 .project-img .project-content .project-name {
  font-size: 16px;
  font-family: 'Syncopate-Regular';
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 1px;
}

.project-2 .project-img .project-content .detail-link {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.project-2 .project-img .project-content .detail-link a {
  font-size: 11px;
  font-family: 'Syncopate-Regular';
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
}

.project-2 .project-img .project-content .detail-link a:hover i {
  padding-left: 5px;
}

.project-2 .project-img .project-content:hover {
  background-color: #ffffff;
  color: #000;
}


.project-2 .project-img .project-content:hover .detail-link a {
  color: #000;
}

.home-other-listing {
  padding: 100px 0 120px 0;
}

.home-other-listing .title h4 {
  font-size: 21px;
  color: #686868;
  text-transform: uppercase;
  position: relative;
  font-family: 'Syncopate-Regular';
}

.home-other-listing .title h4::before {
  position: absolute;
  content: '';
  border: 1px solid #F6C65C;
  width: 70px;
  left: -85px;
  top: 11px;
}

.home-other-listing .title h3 {
  font-size: 100px;
  color: #000000;
  font-family: 'Suranna-Regular';
}

.home-other-listing ul {
  padding: 0;
}

.home-other-listing ul li {
  list-style-type: none;
  display: inline-block;
  width: auto !important;
}
.home-other-listing ul li a{ width: 100%; height: 100%; display: inline-block;}
.home-other-listing .property-detail  {
  background-color: #060606;
  text-align: center;
  transition: 0.3s;
  display: inline-block;
  color: #F6C65C;
  margin-left: -5px;
  margin-right: 30px;
  height: 400px;
  padding: 0 100px;
  position: relative;
}
.home-other-listing .property-detail a{ color: inherit; text-decoration: none;}


.home-other-listing .property-detail::before {
  position: absolute;
  content: '';
  border: 2px solid #F6C65C;
  color: #FFF;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: 0.3s;
}

.home-other-listing  a:hover .property-detail::before {
  color: #F6C65C;
   width: 90%;
  height: 90%;
}


.home-other-listing .property-detail .project-icon {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    position: relative;
    background-image: url(../images/luxury-portfolio-icon.svg);
    margin-top: 50px;
}

.home-other-listing .property-detail a:hover .project-icon {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    position: relative;
    background-image: url(../images/luxury-portfolio-icon-dark.svg);
    margin-top: 50px;
}

.home-other-listing .property-list img {
  vertical-align: top;
  height: 400px;
  display: inline-block;
}

.home-other-listing .property-detail img {
  width: 100px;
  height: auto;
  margin-top: 50px;
}

.home-other-listing .property-detail .price {
  font-size: 36px;
  font-family: 'Suranna-Regular';
  margin-top: 60px;
}

.home-other-listing .property-detail .project-name {
  font-size: 16px;
  font-family: 'Syncopate-Regular';
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 1px;
}

.home-other-listing .property-detail .detail-link {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.home-other-listing .property-detail .detail-link a {
  font-size: 11px;
  font-family: 'Syncopate-Regular';
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #F6C65C;
  text-decoration: none;
}

.home-other-listing .property-detail .detail-link a:hover i {
  padding-left: 5px;
}

.home-other-listing a:hover .property-detail  {
  background-color: #f1f1f4;
   color: #000;
    }
.home-other-listing a:hover .property-detail::before {
  opacity: 1;
  border: 2px solid #000;
}

.home-other-listing a:hover .property-detail .detail-link {
  color: #000;
}

.home-other-listing .view-all {
  font-family: 'Syncopate-Regular';
  font-size: 20px;
  text-transform: uppercase;
  text-align: right;
  margin-right: 10%;
  margin-top: 60px;
  cursor: pointer;
}

.home-other-listing .bx-wrapper{
    box-shadow: none;
    border: 0px solid #fff;
    background: #fff;
    max-width: 100% !important;
}

.home-other-listing .bx-wrapper .bx-pager{
    display: none;
}

.home-other-listing .bx-wrapper .bx-controls-direction a{top: -66px; z-index: 1;width: 58px;
    height: 51px;}

.home-other-listing .bx-wrapper .bx-prev {
    left: unset;
    background: url(../images/bx-prev.png) no-repeat;
    right: 134px;
}

.home-other-listing .bx-wrapper .bx-next {
    right: 82px;
    background: url(../images/bx-next.png) no-repeat;
}



.team img {
  width: 100%;
  height: auto;
}

.home-about {
  position: relative;
  z-index: 1;
  padding: 50px 0 100px 0;
}

.home-about .bg {
  position: absolute;
  background: url(../images/luxury-portfolio-icon-dark.svg) no-repeat;
  z-index: -1;
  top: 6px;
  bottom: 0;
  left: 5%;
  right: 0;
  opacity: .1;
  width: 680px;
  height: 610px;
}

.home-about .title h4 {
  font-size: 16px;
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  font-family: 'Syncopate-Regular';
  margin-top: 50px;
}

.home-about .title h4::before {
  position: absolute;
  content: '';
  border: 1px solid #F6C65C;
  width: 70px;
  left: -85px;
  top: 7px;
}

.home-about .title h3 {
  font-size: 74px;
  color: #000000;
  font-family: 'Suranna-Regular';
  text-transform: uppercase;
  line-height: 65px;
}
.home-about .view-all {
  display: block;
  font-family: 'Syncopate-Regular';
  font-size: 16px;
  text-transform: uppercase;
  text-align: right;
  margin-right: 10%;
  margin-top: 15px;
  text-decoration: none;
  color: #212529;
}

.quote img {
  width: 100px;
  height: auto;
  margin-top: 30px;
}

.quote-text {
  font-family: 'Suranna-Regular';
  font-size: 27px;
  line-height: 30px;
  margin-top: 20px;
}

.quote-read-more {
  font-size: 13px;
  font-family: 'Syncopate-Regular';
  text-transform: uppercase;
  margin-top: 10px;
  position: relative;
  color: #8d8d8d;
  letter-spacing: 1px;
  margin-bottom: 65px;
  padding-left: 156px;
}

.quote-read-more::before {
  position: absolute;
  content: '';
  border: 1px solid #F6C65C;
  width: 140px;
  left: 0;
  top: 10px;
}

.home-about p {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 20px;
}

.basic-detail p {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 20px;
  padding-left: 75px;
}

.lets-started {
  padding: 90px 0;
  position: relative;
  z-index: 1;
}

.lets-started .bg {
  position: absolute;
  background: url(../images/lets-get-started.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 75%;
  height: 700px;
}

.lets-started .title h4 {
  font-size: 16px;
  font-weight: 900;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  font-family: 'Syncopate-Regular';
  margin-top: 0;
}

.lets-started .title h4::before {
  position: absolute;
  content: '';
  border: 1px solid #F6C65C;
  width: 70px;
  left: -85px;
  top: 7px;
}

.lets-started .title h3 {
  font-size: 60px;
  color: #FFFFFF;
  font-family: 'Suranna-Regular';
}

.lets-started p {
  width: 83%;
  font-size: 14px;
  line-height: 1.7;
  color: #FFFFFF;
}

.client-say {
  margin-top: 200px;
}

.client-say p {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: 'Syncopate-Regular';
}

.client-say p a {
  color: #FFF;
  text-decoration: none;
}

.lets-started .sub-menu {
  margin-left: -40px;
  float:right;
}

.lets-started .sub-menu ul a {
    text-decoration: none;
}

.lets-started .sub-menu ul a li {
  width: 550px;
  height: 160px;
  border: 4px solid #f1f1f1;
  margin-bottom: 15px;
  list-style-type: none;
  background: linear-gradient(to right, transparent 50%, #FFF 50%) left;
  background-size: 200%;
  transition: .9s ease-out;
  padding-left: 150px;
  position: relative;
  overflow: hidden;
}

.lets-started .sub-menu ul a li::before {
  position: absolute;
  content: '';
  background-image: url(../images/bg/Black_and_gold_marble_texture.jpg);
  background-size: cover;
  width: 100%;
  height: 155px;
  z-index: -1;
  left: 0;
}

.lets-started .sub-menu ul a:hover li {
  background-position: right;
  padding-left: 110px;
}

.lets-started .sub-menu h4 {
  font-size: 16px;
  font-weight: 900;
  color: #cbcbcb;
  text-transform: uppercase;
  position: relative;
  font-family: 'Syncopate-Regular';
  margin-top: 45px;
}

/*.lets-started .sub-menu ul a:hover li {
  background-position: right;
}*/

.lets-started .sub-menu h4::before {
  position: absolute;
  content: '';
  background: #cbcbcb;
  height:2px;
  width: 120px;
  left: -135px;
  top: 7px;
}

.lets-started .sub-menu ul a:hover li h4::before {
    width: 90px;
    left: -105px;
    background: #000;
    }

.lets-started .sub-menu ul a:hover li h4 {
  color: #000000;
}

.lets-started .sub-menu h3 {
  font-size: 45px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Suranna-Regular';
  padding-left: 20px;
}

.lets-started .sub-menu ul a:hover li h3 {
  color: #000000;
}

.lets-started .sub-menu ul a li::after {
  position: absolute;
  content: '';
  background-image: url(../images/luxury-portfolio-icon-dark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 150px;
  width: 150px;
  top: 2px;
  right: 40px;
  opacity: 0;
}

.lets-started .sub-menu ul a:hover li::after {
  opacity: 0.3;
}

.sold-listing {
  padding: 60px 0;
}
.sold-listing a{ cursor: auto;}

.sold-listing .title {
  text-align: center;
}

.sold-listing .title h4 {
  font-size: 21px;
  color: #686868;
  text-transform: uppercase;
  position: relative;
  font-family: 'Syncopate-Regular';
  width: max-content;
  margin: 0 auto;
}

.sold-listing .title h4::before {
  position: absolute;
  content: '';
  border: 1px solid #F6C65C;
  width: 70px;
  left: -85px;
  top: 11px;
}

.sold-listing .title h3 {
  font-size: 100px;
  color: #000000;
  font-family: 'Suranna-Regular';
  margin-bottom: 50px;
}

.sold-listing ul {
  padding: 0;
}

.rtl .bx-wrapper.second-slider {
  direction: ltr;
}

.sold-listing ul.second-slider {
    margin-left: -418px;
}

.sold-listing ul li {
  list-style-type: none;
  margin-left: 0px;
  display: inline-block;
  width: auto !important;
}

.sold-listing .property-detail  {
  background-color: #f1f1f4;
  transition: 0.3s;
  display: inline-block;
  color: #000000;
  margin-left: -5px;
  margin-right: 30px;
  width:415px;
  height: 400px;
  padding: 70px 0px 0 100px;
  position: relative;
}

/*.sold-listing .property-detail::before {
  position: absolute;
  content: '';
  border: 2px solid #F6C65C;
  color: #FFF;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: 0.3s;
}

.sold-listing .property-detail:hover::before {
  opacity: 1;
  width: 90%;
  height: 90%;
}*/


.sold-listing .property-list img {
  vertical-align: top;
  height: 400px;
  display: inline-block;
  margin-right: 7px;
}

.sold-listing .property-detail img {
  width: 100px;
  height: auto;
  margin-top: 50px;
}

.sold-listing .property-detail .price {
  font-size: 36px;
  font-family: 'Suranna-Regular';
  margin-top: 60px;
}

.sold-listing .property-detail .project-info {
  font-size: 16px;
  font-family: 'Syncopate-Regular';
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 1px;
}

.sold-listing .property-detail .project-name {
  font-size: 16px;
  font-family: 'Syncopate-Regular';
  text-transform: uppercase;
  margin-top: 80px;
  letter-spacing: 1px;
}

.sold-listing .property-detail .detail-link {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.sold-listing .property-detail .detail-link a {
  font-size: 11px;
  font-family: 'Syncopate-Regular';
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none;
}

.sold-listing .property-detail .detail-link a:hover i {
  padding-left: 5px;
}

.sold-listing .property-detail:hover {
  background-color: #000000;
  color: #FFFFFF;
}

/*.sold-listing .property-detail:hover::before {
  opacity: 1;
}*/

.sold-listing .property-detail:hover .detail-link a {
  color: #FFF;
}

/*.sold-listing .property-detail .project-icon {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    position: relative;
    background-image: url(../images/luxury-portfolio-icon-dark.svg);
    margin-top: 50px;
}

.sold-listing .property-detail:hover .project-icon {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    position: relative;
    background-image: url(../images/luxury-portfolio-icon.svg);
    margin-top: 50px;
}*/

.sold-listing .property-detail .project-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    margin: 0px auto;
    background-image: url(../images/luxury-portfolio-icon-dark.svg);
    top: 15px;
    left: 15px;
    transition: .5s;
}

.sold-listing .property-detail:hover .project-icon {
    background-image: url(../images/luxury-portfolio-icon.svg);
}

.sold-listing .property-detail .project-line {
    position: absolute;
    width: 1px;
    height: 300px;
    margin: 0px auto;
    background: #333;
    bottom: 0px;
    left: 49px;
    transition: .5s;
}

.sold-listing .property-detail:hover .project-line {
   background: #F6C65C;
}

.sold-listing .bx-wrapper{
    box-shadow: none;
    border: 0px solid #fff;
    background: #fff;
    max-width: 100% !important;
}

.sold-listing .bx-wrapper .bx-pager{
    display: none;
}

.sold-listing .bx-wrapper .bx-controls-direction a{top: -66px; z-index: 1;width: 58px;
    height: 51px;}

.sold-listing .bx-wrapper .bx-prev {
    left: unset;
    background: url(../images/bx-prev.png) no-repeat;
    right: 134px;
}

.sold-listing .bx-wrapper .bx-next {
    right: 82px;
    background: url(../images/bx-next.png) no-repeat;
}

.sold-listing .bx-controls {
  display: none;
}




.mumbai {
  background-image: url(../images/mumbai.jpg);
  background-size: cover;
  padding: 80px 0;
}

.mumbai h3 {
  font-size: 100px;
  color: #FFFFFF;
  font-family: 'Suranna-Regular';
  text-align: right;
  line-height: 70px;
  margin-right: 10%;
}

.mumbai h4 {
  font-size: 63px;
  color: #FFFFFF;
  font-family: 'Suranna-Regular';
  text-align: right;
  line-height: 70px;
  margin-right: 10%;
}


commercial-property ul {
  padding: 0;
}

.commercial-property ul.second-slider {
    margin-left: -418px;
}

.commercial-property ul li {
  list-style-type: none;
  margin-left: 0px;
  display: inline-block;
  width: auto !important;
}
.commercial-property ul li.property-list{ position: relative;}
.commercial-property ul li a{ width: 100%; height: 100%; text-decoration: none; color: #000;}

.commercial-property .property-detail  {
  background-color: #f1f1f4;
  transition: 0.3s;
  display: inline-block;
  color: #000000;
  margin-left: -5px;
  margin-right: 30px;
  min-width: 415px;
  height: 400px;
  padding: 0 0px;
  position: relative;
  margin-left: -11px;
  padding-left: 101px;
}

.commercial-property .property-detail .project-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    margin: 0px auto;
    background-image: url(../images/luxury-portfolio-icon-dark.svg);
    top: 15px;
    left: 15px;
    transition: .5s;
}

.commercial-property .property-detail:hover .project-icon {
    background-image: url(../images/luxury-portfolio-icon.svg);
}

.commercial-property .property-detail .project-line {
    position: absolute;
    width: 1px;
    height: 300px;
    margin: 0px auto;
    background: #333;
    bottom: 0px;
    left: 49px;
    transition: .5s;
}

.commercial-property .property-detail:hover .project-line {
   background: #F6C65C;
}
.commercial-property .property-detail:hover a{ color: #fff;}

.commercial-property .property-list img {
  vertical-align: top;
  height: 400px;
  display: inline-block;
  margin-right: 7px;
}

.commercial-property .property-detail img {
  width: 100px;
  height: auto;
  margin-top: 50px;
}

.commercial-property .property-detail .price {
  font-size: 36px;
  font-family: 'Suranna-Regular';
  margin-top: 100px;
  line-height:36px;
}

.commercial-property .property-detail .project-name {
  font-size: 16px;
  font-family: 'Syncopate-Regular';
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 1px;
}

.commercial-property .property-detail .detail-link {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-family: 'Syncopate-Bold';
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
}
.commercial-property .property-detail:hover .detail-link a{ color: #fff;}

.commercial-property .property-detail .detail-link a {
  font-size: 11px;
  font-family: 'Syncopate-Bold';
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none;
}

.commercial-property .property-detail .detail-link a:hover i {
  padding-left: 5px;
}

.commercial-property .property-detail:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.commercial-property .property-detail:hover::before {
  opacity: 1;
}

.commercial-property .property-detail:hover .detail-link {
  color: #FFF;
}

.commercial-property .bx-wrapper{
    box-shadow: none;
    border: 0px solid #fff;
    background: #fff;
    max-width: 100% !important;
}

.commercial-property .bx-wrapper .bx-controls-direction a{ z-index: 1;width: 50px;
    height: 50px;}

.commercial-property .bx-wrapper .bx-prev {
    background: url(../images/btn-prev.png) no-repeat;
}

.commercial-property .bx-wrapper .bx-next {
    background: url(../images/btn-next.png) no-repeat;
}

.commercial-property .bx-wrapper .bx-pager{display:none;}


.testimonials {
  padding: 30px 0;
  position: relative;
}

.testimonials .title h4 {
  font-size: 21px;
  color: #686868;
  text-transform: uppercase;
  position: relative;
  font-family: 'Syncopate-Regular';
}

.testimonials .title h4::before {
  position: absolute;
  content: '';
  border: 1px solid #F6C65C;
  width: 70px;
  left: -85px;
  top: 11px;
}

.testimonials .title h3 {
  font-size: 100px;
  color: #000000;
  font-family: 'Suranna-Regular';
}

.testimonials::after {
  position: absolute;
  content: '';
  background-image: url(../images/bg/Black_and_gold_marble_texture.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  margin-top: -290px;
  z-index: -1;
}

.testimonials ul {
  padding: 0;
}

.testimonials .bx-wrapper {
  background: transparent !important;
  border: none !important;
  box-shadow: none;
  height:100%;
}
.testimonials .bx-viewport{
    height:100%;
}

.testimonials .bx-controls-direction, .testimonials .bx-pager {
  display: none;
}

.testimonials ul{
    height:100%;
}
.testimonials ul li {
  list-style-type: none;
  width: 550px !important;
  height: 100%;
  background-color: #FFF;
  display: inline-block;
  margin-right: 20px !important;
}

.test-img{
    height: 250px;
    width: 100%;
}

.test-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top; 
    filter: grayscale(100%);
}
.testimonials ul li:hover img {
filter: grayscale(0%);
}

.test-content {
  padding: 25px 60px;
  border: 2px solid #FFF;
  border-top: none;
  display:flex;
  flex-direction:column;
  justify-content:center;
  height:380px;
}

.testimonials ul li .test-content p {
  font-size: 14px;
  line-height: normal;
  text-align: center;
  margin-bottom: 25px;
}

.testimonials ul li .test-content h5 {
  font-size: 13px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.testimonials ul li .test-content h6 {
  font-size: 12px;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
}

.social {
  padding: 30px 0;
  position: relative;
}

.social .title h4 {
  font-size: 21px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  font-family: 'Syncopate-Regular';
}

.social .title h4::before {
  position: absolute;
  content: '';
  border: 1px solid #F6C65C;
  width: 70px;
  left: -85px;
  top: 11px;
}

.social .title h3 {
  font-size: 100px;
  color: #FFFFFF;
  font-family: 'Suranna-Regular';
  z-index: 1;
  position: relative;
}

.social .social-content {
  margin-top: -65px;
  z-index: -1;
}

.social .social-box {
  width: 180px;
  height: 250px;
  background-color: #000000;
  display: inline-block;
  position: relative;
}

.social .social-box.marT20 {
  margin-top: 20px;
}

.social .social-box i {
  font-size: 45px;
  color: #F6C65C;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.social .social-box .social-name {
  font-size: 9px;
  color: #686868;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 5%;
  letter-spacing: 1px;
}

.social .social-box.facebook:hover i {
  color: #3b5998;
}

.social .social-box.youtube:hover i {
  color: #FF0000;
}

.social .social-box.linkedin:hover i {
  color: #0e76a8;
}

.social .social-box.instagram:hover i {
  color: #8a3ab9;
}

.social .social-box.twitter:hover i {
  color: #1DA1F2;
}

.social .social-box.pinterest:hover i {
  color: #FF0000;
}

.social-media {
    display: block;
    width: 100%;
    margin-bottom: 300px;
    margin-left: 70px;
}

.social-media ul {
    list-style: none;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    width: 560px;
    left: 8%;
position: relative;
}

.social-media ul li{
    display: inline-block;
    list-style: none;
    margin: 2px 2px;
    vertical-align: top;
}

.social-box.youtube {
    margin-top: 55px;
}
.social-box.instagram, .social-box.pinterest {
    margin-top: -58px;
}

.social-box.twitter {
    margin-top: -3px;
}

.group-photo {
  content: '';
  position: absolute;
  background-image: url(../images/group-photo-LuxPort-edit.webp);
  width: 1000px;
  height: 536px;
  background-size: 75%;
  left: 0;
  bottom: -17%;
  background-repeat: no-repeat;
}

.social-logo {
  content: '';
  position: absolute;
  background-image: url(../images/luxury-portfolio-icon-dark.svg);
  width: 600px;
  height: 558px;
  background-size: cover;
  opacity: 0.1;
  right: 0;
  bottom: 0;
  background-position-x: 120px;
  background-repeat: no-repeat;
}

.contact-form {
  padding: 100px 0;
  background-image: url(../images/bg/closeup-marble-textured-background.jpg);
  background-size: cover;
}

.contact-form .title {
  text-align: center;
}

.contact-form .title h4 {
  font-size: 21px;
  color: #686868;
  text-transform: uppercase;
  position: relative;
  font-family: 'Syncopate-Regular';
  width: max-content;
  margin: 0 auto;
}

.contact-form .title h4::before {
  position: absolute;
  content: '';
  border: 1px solid #F6C65C;
  width: 70px;
  left: -85px;
  top: 11px;
}

.contact-form .title h3 {
  width: 580px;
  height: auto;
  margin: 25px auto;
}

.contact-form .title p {
  font-size: 16px;
  color: #000000;
  font-family: 'Syncopate-Regular';
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-form .form-group {
  padding: 0 90px;
}

.contact-form .cust-pad {
  padding: 0 50px;
}

.contact-form .form-group .inp {
  border:none;
  border-bottom: 2px solid #2e2e2e;
  padding: 5px 10px;
  outline: none;
  background: transparent;
  border-radius: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: Syncopate-Regular;
  font-size: 12px;
}

.contact-form .form-group [placeholder]:focus::-webkit-input-placeholder {
  transition: text-indent 0.4s 0.4s ease; 
  text-indent: -100%;
  opacity: 1;
}

.contact-form .form-submit {
  font-size: 20px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: #000;
  margin: 0 auto;
  margin-top: 40px;
  font-family: Syncopate-Regular;
}

.contact-detail {
  padding: 60px 0 0 0;
  background-image: url(../images/bg/Black_and_gold_marble_texture.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-detail img {
  width: 500px;
  margin: 0 auto;
  display: block;
  margin-bottom: 80px;
}

.contact-detail p {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.contact-detail p a{ color: #fff; text-decoration: none;}

.copyright {
  margin-top: 250px !important;
  background-color: #000000;
  line-height: 50px;
  height: 50px;
}

.copyright p {
  font-size: 16px;
  color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
}

.form-control:focus{box-shadow: none;}

header.listing {
  position: relative;
  background-color: black;
  height: 130px;
  min-height: 130px;
  width: 100%;
  overflow: hidden;
}

.page-header {
  padding: 15px 0;
  position: relative;
}

.page-header .title h4 {
  font-size: 21px;
  color: #686868;
  text-transform: uppercase;
  position: relative;
  font-family: 'Syncopate-Regular';
}

.page-header .title h4::before {
  position: absolute;
  content: '';
  border: 1px solid #F6C65C;
  width: 70px;
  left: -85px;
  top: 11px;
}

.page-header .title h3 {
  font-size: 100px;
  color: #000000;
  font-family: 'Suranna-Regular';
}

.page-header .title h5 {
  font-size: 70px;
  color: #000000;
  font-family: 'Suranna-Regular';
}

.page-header::after {
  position: absolute;
  content: '';
  background-image: url(../images/LP-textured-logo.png);
  background-repeat: no-repeat;
  width: 350px;
  height: 350px;
  top: 0;
  right: 300px;
  background-size: cover;
}

.listing-area {
  width: 100%;
  height: 450px;
  background-image: url(../images/bg/Black_and_gold_marble_texture.jpg);
  background-size: cover;
  margin: 73px 0;
  margin-bottom: 400px;
}

.gallery.listing-area {
  width: 100%;
  height: 400px;
  background-image: url(../images/bg/Black_and_gold_marble_texture.jpg);
  background-size: cover;
  margin: 120px 0;
  margin-bottom: 200px;
}

.listing-area a {
  text-decoration: none;
}

.first-row {
  margin-top: -72px;
  float: right;
}

.second-row {
  margin-top: 60px;
}

.gallery .first-row {
  margin-top: -80px;
  float: right;
}

.gallery .second-row {
  margin-top: 60px;
}


.gallery .first-row {
  margin-top: -80px;
  float: none;
}

.gallery .second-row {
  margin-top: 60px;
}

.list-property {
  width: 590px;
  height: 350px;
  vertical-align: top;
  margin-right: 5px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.gallery .list-property {
  width: 530px;
  height: 300px;
  vertical-align: top;
  margin-right: 5px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}


.list-property .overlay{    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    opacity: 0.6;}


.list-property .project-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    margin: 0px auto;
    background-image: url(../images/luxury-portfolio-icon.svg);
    bottom: 125px;
    left: 35px;
    transition: .5s;
}


.list-property:hover .project-icon {
    width: 280px;
    height: 280px;
    margin: 0px auto;
    position: absolute;
    background-image: url(../images/luxury-portfolio-icon.svg);
    left: 250px;
    bottom: 30px;
    opacity: .4;
}


.list-property .project-line {
    position: absolute;
    width: 1px;
    height: 140px;
    margin: 0px auto;
    background: #F6C65C;
    top: 0px;
    left: 70px;
    transition: .5s;
}

.list-property:hover .project-line {
    height: 0px;
}


.list-property img {
  width: 600px;
  height: 350px;
  display: block;
  transform-origin: 50% 65%;
  transition: transform 3s, filter 3s ease-in-out;
  filter: brightness(120%);
}

.list-property:hover img {
  width: 600px;
  height: 350px;
  filter: brightness(100%);
  transform: scale(1.2);
  transform-origin: 50% 50%;
}


.search-box {display: none; width: 100%; position:absolute; top: 100px; z-index:2; background:black; border-top: 1px solid #ccc;}
.search-box .container {padding: 20px 30px 20px 20px;}
.search-box i {font-size: 48px; color: #a4a4a4;}
.search-box i.fa-times:before {content: "\f00d"; font-weight: 300;}

.search-box .container input.form-control {padding: 5px 11px; font-size: 30px; border: 0px solid #fff; background: #000; color: #f2c259;}
.search-box .container input.form-control::placeholder {color: #836931; opacity: 1;}

.no-result {
    display: block;
    height: 450px;
    text-align: center;
    margin-top: 250px;
}

.no-result h3 {font-size: 100px;color: #000000;font-family: 'Suranna-Regular';}

.gallery .list-property img {
  width: 600px;
  height: 250px;
  display: block;
  transform-origin: 50% 65%;
  transition: transform 3s, filter 3s ease-in-out;
  filter: brightness(120%);
}

.gallery .list-property:hover img {
  width: 600px;
  height: 250px;
  filter: brightness(100%);
  transform: scale(1.2);
  transform-origin: 50% 50%;
}

.list-property-text {
  position: absolute;
  bottom: -40px;
  left: 6%;
  transition:.2s;
}

.list-property:hover .list-property-text {
    bottom: 20px;
}

.list-property-text .price {
  font-size: 27px;
  color: #FFF;
  font-family: Suranna-Regular;
  margin-bottom: 2px;
}

.list-property-text .name {
  font-size: 24px;
  color: #FFF;
  font-family: Syncopate-Regular;
  text-transform: uppercase;
}

.list-property-text .project-name {
  font-size: 24px;
  color: #FFF;
  font-family: Syncopate-Regular;
  text-transform: uppercase;
}

.list-property-text .amenities ul {
  padding: 0;
}

.list-property-text .amenities ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  position: relative;
  /*visibility: hidden;
  opacity: 0;*/
  transition: opacity .2s, 
  visibility .2s;
  text-transform: uppercase;
}
.list-property-text .amenities.listloc ul li{ text-transform: uppercase;}

.list-property:hover .amenities ul li {
  visibility: visible;
  opacity: 1;
}

.list-property-text .amenities ul li::after {
  position: absolute;
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
}

.list-property-text .amenities ul li:last-child::after {
  display: none;
}

.list-property-text .other ul {
  padding: 0;
  visibility:hidden;
}

.list-property:hover .list-property-text .other ul {
visibility:visible;
}

.list-property-text .other ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.list-property-text .other ul li a i {
  color: #F6C65C;
  font-size: 18px;
}

ul.listing-pagination {
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
}

.listing-pagination li {
  display: inline-block;
  position: relative;
}

.listing-pagination li::after {
  position: absolute;
  content: '';
  height: 45px;
  border-right: 1px solid #9f9f9f;
  margin-top: 4px;
}

.listing-pagination li:last-child:after {
  position: absolute;
  content: '';
  border-right: none;
}

.listing-pagination li a {
  font-size: 16px;
  padding: 0 20px;
  text-decoration: none;
  color:#000;
  font-family: 'Syncopate-Regular';
  line-height: 55px;
}

.listing-pagination li.active a {
  font-weight: bold;
}

.page-header1 {
  padding: 0;
  position: relative;
}

.page-header1 .title h4 {
  font-size: 21px;
  color: #686868;
  position: relative;
  font-family: 'Syncopate-Regular';
  text-transform: uppercase;
}

.page-header1 .title h4::before {
  position: absolute;
  content: '';
  border: 1px solid #F6C65C;
  width: 70px;
  left: -85px;
  top: 11px;
}

.page-header1 .title h3 {
  font-size: 100px;
  color: #000000;
  font-family: 'Suranna-Regular'; 
  line-height: 80px;
  margin-bottom: 0;
}

.page-header1::after {
  position: absolute;
  content: '';
  background-image: url(../images/LP-textured-logo.png);
  background-repeat: no-repeat;
  width: 350px;
  height: 350px;
  top: 0;
  right: 300px;
  background-size: cover;
}

.page-header.no-image::after {
  position: absolute;
  content: '';
  background: none;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}

.page-header1.no-image::after {
  position: absolute;
  content: '';
  background: none;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}

.no-padding {
  padding: 0;
}

.marB-listarea {
  margin-bottom: 300px;
}

#myCarousel {
  margin-bottom: 130px;
}

.thumb-gallery {
  margin-bottom: 130px;
}

.view-project-carousel{display:block; padding:0px; margin-top:0px; overflow:hidden; }
.view-project-carousel .carousel-item{height:770px;}
.view-project-carousel .carousel-control-next-icon, .view-project-carousel .carousel-control-prev-icon{width: 4rem; height: 4rem; background-color:#000;}
.view-project-carousel .carousel-control-prev{justify-content: left;}
.view-project-carousel .carousel-control-next{justify-content: right;}
.carousel-control-next, .carousel-control-prev {opacity: 1;}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {opacity: 1;}

.carousel-control-next-icon {background-image:none;position: relative;}
.carousel-control-next-icon:after {position:absolute; content: "\f054"; font-family: 'Font Awesome 5 Free';  font-weight: 600; font-size: 26px; color:#F6C65C; top: 19%; right:30%;}
.carousel-control-prev-icon {background-image:none;position: relative;}
.carousel-control-prev-icon:after {position:absolute; content: "\f053"; font-family: 'Font Awesome 5 Free';  font-weight: 600; font-size: 26px; color:#F6C65C; top: 19%; left:30%;}

.view-project-content{display:block; margin:0px; padding:0px;}
.view-project-content .bg-content{display:block; margin:0px; height:250px; background-image: url(../images/bg/Black_and_gold_marble_texture.jpg);background-size: cover;}
.view-project-content .view-project-details{display:block; margin:0px; padding:0px; margin-top:-150px;}
.view-project-content .view-project-details .container{background: #fff; padding: 50px 100px; text-align: center;}
.view-project-content .view-project-details .container h2 {font-size: 4rem; margin-bottom:30px; font-family: Suranna-Regular; text-transform: uppercase}
.view-project-content .view-project-details .container h3 {font-size: 26px; margin-bottom: 30px; font-family: Suranna-Regular;}
.view-project-content .view-project-details .container h4 {font-size: 22px; margin-bottom: 25px; line-height:22px;}
.view-project-content .view-project-details .container p{font-size: 14px;} 
.view-project-content .view-project-details .container p a{ color: inherit;}
.view-project-content .view-project-details .container .btn-schedule{display:block; width:400px; height:100px; margin: 50px auto; background-image: url(../images/bg/Black_and_gold_marble_texture.jpg); background-size: cover; margin-top: 150px;}
.view-project-content .view-project-details .container .btn-schedule a {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    font-family: Syncopate-Regular;
    padding:30px;
    display: block;
    width: 100%;
    height: 100%;
}

.share-media {
    display: block;
    margin: 0px;
    padding: 0px;
}

.share-media  ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.share-media  ul li {
    list-style: none;
    display: inline-block;
    margin: 10px 7px 15px 7px;
    font-size: 30px;
}
.share-media ul li a{ color: #000;}

.view-project-content .view-project-details .container .amenities ul {
  padding: 0;
  margin:0px;
}

.view-project-content .view-project-details .container .amenities ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  color: #212529;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  font-family: Suranna-Regular;
}

.view-project-content .view-project-details .container .amenities ul li::after {
  position: absolute;
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
}

.view-project-content .view-project-details .container .amenities ul li:last-child::after {
  display: none;
}

.list-property.view-project-list {
    width: 420px;
    height: 250px;
    margin-right: 10px;
}

.list-property.view-project-list:last-child {
  margin-right: 0px;
}

.page-header .title h4.amenities-heading {
    font-size: 100px;
    color: #000;
    text-transform: none;
    position: relative;
    font-family: 'Suranna-Regular';
}

.page-header .title h4.amenities-heading:before {
        top: 67px;
}

.amenities-list{display:block; margin:0px;padding:0px; }
.amenities-list ul{
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    }

.amenities-list  ul li {
    list-style: none;
    display: inline-block;
    margin: 10px 20px 50px 20px;
    font-size: 30px;
    text-align: center;
    width: 140px;
}
.amenities-name {
    font-size: 12px;
    margin-top: 40px;
    font-weight: 600;
}

.amenities-icon {
    margin-bottom: 5px;
}

.amenities-icon img {
  width: 60px;
  height: 70px;
object-fit: contain;
}

.page-header .title h4.nearby-heading {
    font-size: 100px;
    color: #000;
    text-transform: none;
    position: relative;
    font-family: 'Suranna-Regular';
}

.page-header .title h4.nearby-heading:before {
        top: 67px;
}

.nearby-list{display:block; margin:0px;padding:0px; margin-bottom: 100px; }
.nearby-list ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    }

.nearby-list  ul li {
    list-style: none;
    display: inline-block;
    margin: 10px 40px 50px 40px;
    font-size: 30px;
    text-align: center;
}
.nearby-name {
  font-size: 12px;
  margin-top: 40px;
  font-weight: 600;
}

.nearby-icon {
    margin-bottom: 5px;
}

.nearby-icon img {
  width: 80px;
  height: auto;
}


.map{display:block; float:right; width:85%; margin-top:-150px; height: 500px;}

.single-page {
  width: 100%;
  height: auto;
  position: relative;
}

.single-page::before {
  position: absolute;
  content: '';
  background-image: url(../images/bg/Black_and_gold_marble_texture.jpg);
  width: 100%;
  height: 400px;
  background-size: cover;
  z-index: -1;
}

.single-page-content {
  width: 100%;
  height: auto;
  padding: 80px 60px;
  background-color: #FFF;
  margin-top: 150px;
  margin-bottom: 80px;
  position: relative;
}

.single-page-content h2 {
  font-size: 50px;
  color: #000000;
  font-family: Suranna-Regular;
  text-transform: uppercase;
  margin-bottom: 30px;
  max-width: 75%;
}

.single-page-content h4 {
  font-size: 21px;
  color: #000000;
  font-weight: 400;
  line-height: 25px;
  max-width: 75%;
}

.single-page-content p {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 21px;
  margin-top: 30px;
  width: 65%;
  margin-bottom: 120px;
}

.single-page-enquiry {
  position: absolute;
  content: '';
  width: 500px;
  height: auto;
  background-color: #000000;
  padding: 50px 35px;
  top: 10%;
  right: -25%;
}

.single-page-enquiry .price {
  font-size: 36px;
  color: #FFF;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: Suranna-Regular;
}

.single-page-enquiry .amenities {
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.single-page-enquiry .amenities .icon {
  font-size: 35px;
  color: #F6C65C;
}

.single-page-enquiry .amenities .icon img {
  width: 60px;
  height: auto;
}

.single-page-enquiry .amenities p {
  font-size: 12px;
  color: #FFF;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}

.enquiry h4 {
  font-size: 16px;
  color: #adadad;
  font-weight: 100;
  line-height: 22px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.enquiry .form-control.inp.inp {
  border: none;
  border-bottom: 2px solid #2e2e2e;
  padding: 5px 10px;
  outline: none;
  background: transparent;
  border-radius: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #6c757d;
}

.enquiry .form-submit {
  font-size: 14px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  color: #FFF;
  margin: 0 auto;
  margin-top: 20px;
}

.showing {
  display: inline-block;
  margin-right: 70px;
}

.showing {
  display: inline-block;
  margin-right: 70px;
  vertical-align: top;
}

.showing a {
  padding: 30px 35px;
  background-image: url(../images/bg/Black_and_gold_marble_texture.jpg);
  background-size: contain;
  font-size: 15px;
  color: #FFF !important;
  text-transform: uppercase;
  font-family: Syncopate-Regular;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
}


.showing a:hover {
  background-color: #000;
  font-size: 15px;
  color: #FFF !important;
}

.share-listing {
  display: inline-block;
  width: 260px;
  height: 60px;
  margin-top: -20px;
}

.share-listing h6 {
  font-size: 14px;
  font-family: Syncopate-Regular;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -1px;
}

.share-listing ul {
  padding: 0;
  margin-bottom: 0;
}

.share-listing ul li {
  display: inline-block;
}

.share-listing ul li a {
  font-size: 24px;
  color: #000;
  margin-right: 15px;
}

.testimonial-content {
  width: 100%;
  height: 630px;
  background-image: url(../images/bg/Black_and_gold_marble_texture.jpg);
  background-size: cover;
  margin: 210px 0;
  margin-bottom: 150px;
}

.testimonial-content .first-row {
  float: right;
  margin-top: -150px;
}

.testimonial-content .testimonial {
  width: 550px;
  height: auto;
  display: inline-block;
  margin-right: 20px;
}

.testimonial-content .testimonial:last-child {
  margin-right: 0;
}

.testimonial-content .testimonial img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
  filter: grayscale(100%);
}
.testimonial-content .testimonial:hover img { filter: grayscale(0%); }

.testimonial-content .testimonial .testimonial-text {
  padding: 25px 50px;
  border: 1px solid #F6C65C;
  border-top: none;
  background-color: #FFF;
  text-align: center;
}

.testimonial-content .testimonial .testimonial-text p {
  font-size: 12px;
  margin-bottom: 25px;
  height: 210px;
display: flex;
align-items: center;
}

.testimonial-content .testimonial .testimonial-text h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial-content .testimonial .testimonial-text h4 span{ font-size: 10px;}

.testimonial-content .testimonial .testimonial-text h6 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.testimonial-content .second-row {
  float: left;
  margin-top: 70px;
}


.about-portfolio{display:table;background: #fff;width: 100%;margin: 0px auto;padding: 0px 0px 0px 0px;min-height: 560px;float: none;position:relative;margin-bottom: 90px;}
.about-pic {display: table-cell;margin: 0px;padding: 0px 20px;width: 35%; height: 810px;float: left;background: url(../images/potrait_aboutus.webp) no-repeat;background-position: -115px 0px;background-size:cover;}
.about-content {display: table-cell;margin: 0px;padding: 50px 50px 0px 50px;width: 65%; height: 810px;float: right; background: url(../images/bg/closeup-marble-textured-background.jpg) no-repeat;background-position: 0px 0px;background-size:cover;position:relative;}
.about-content .about-bgicon{width: 550px; height: 550px; margin: 0px auto; position: absolute; background-image: url(../images/luxury-portfolio-icon-dark.svg); margin-top: 50px;opacity: 0.1;right: 0;top: -50px;}
.about-content .page-header1 .title h4{padding-left:90px; margin-bottom: 20px;}
.about-content .page-header1 .title h4::before{left:5px;}
.about-content .page-header1 .title h3{margin-bottom:30px;}
.about-content h4{color:#797979; font-family: 'Suranna-Regular'; font-size: 34px; width: 90%; margin-bottom: 30px;}
.about-content p {font-size: 11px; width: 90%; line-height:18px;}

.partner-info{display:table;background: #fff;width: 100%;margin: 0px auto;padding: 0px 0px 0px 0px; margin-top:110px; min-height: 560px;float: none;position:relative;margin-top:100px;}
.partner-info.switch{display:table;background: #fff;width: 100%;margin: 0px auto;padding: 0px 0px 0px 0px; margin-top:110px; min-height: 560px;float: none;position:relative;margin-top:100px;}
.partner-info.mtop{margin-top:200px;}
.partner-details {display: table-cell;margin: 0px;padding: 0px 70px;width: 60%; min-height: auto;float: left;background: url(../images/bg/Black_and_gold_marble_texture.jpg) no-repeat;background-position: 0px 0px;background-size:cover; padding-bottom: 25px;}
.partner-info.switch .partner-details{padding-left: 350px; float:right}
.partner-info.switch .partner-details p{width: 80%;}
.partner-info.switch .partner-pic{left: 0; right:unset}
.partner-details h3 {font-size: 50px; color: #c99502; text-transform: uppercase; font-family: 'Suranna-Regular'; margin-bottom: 10px; margin-top: 50px;line-height: 50px;}
.partner-details p {font-size: 12px; color: #FFF; width: 60%;}
.partner-details p:last-child {margin-bottom: 30px;}
.partner-pic {display: table-cell;margin: 0px;padding: 0px;width: 55%; min-height: 560px;float: right; position:absolute; right:0;top:-100px;}
.about-port {padding: 50px 0;position: relative;z-index: 1;margin-top: 100px;margin-bottom: 100px;}
.about-port .sub-menu {margin-left: -40px; float:left; width:100%;}
.about-port .sub-menu ul a {text-decoration: none;}
.about-port .sub-menu ul a li {width: 100%; height: 160px; border: 4px solid #f1f1f1; margin-bottom: 15px; list-style-type: none; background: linear-gradient(to right, transparent 50%, #FFF 50%) left; background-size: 200%; transition: .9s ease-out; padding-left: 150px; position: relative; overflow: hidden;}
.about-port .sub-menu ul a li::before {
  position: absolute;
  content: '';
  background-image: url(../images/bg/Black_and_gold_marble_texture.jpg);
  background-size: cover;
  width: 100%;
  height: 155px;
  z-index: -1;
  left: 0;
}
.about-port .sub-menu ul a:hover li {
  background-position: right;
  padding-left: 110px;
}
.about-port .sub-menu h4 {
  font-size: 13px;
  font-weight: 500;
  color: #cbcbcb;
  text-transform: uppercase;
  position: relative;
  font-family: 'Syncopate-Regular';
  margin-top: 45px;
}
.about-port .sub-menu h4::before {
  position: absolute;
  content: '';
  background: #cbcbcb;
  height:2px;
  width: 80px;
  left: -100px;
  top: 7px;
}
.about-port .sub-menu ul a:hover li h4::before {
    width: 90px;
    left: -105px;
    background: #000;
    }
.about-port .sub-menu ul a:hover li h4 {
  color: #000000;
}
.about-port .sub-menu h3 {
  font-size: 33px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Suranna-Regular';
  padding-left: 20px;
}
.about-port .sub-menu ul a:hover li h3 {
  color: #000000;
}
.about-port .sub-menu ul a li::after {
  position: absolute;
  content: '';
  background-image: url(../images/luxury-portfolio-icon-dark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 150px;
  width: 148px;
  top: 2px;
  right: 20px;
  opacity: 0;
}
.about-port .sub-menu ul a:hover li::after {
  opacity: 0.3;
}
.partner-media{
    background: #fff;
    background-size: cover;
    padding: 80px 0 0 0;
    float:left;
    position:relative;
    width: 100%;
    margin-bottom: 170px;
}

.partner-media .partner-media-bg{
    background: #fff url(../images/about_social_edit.webp);
    background-size: 100%;
    width: 100%;
    height: 448px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.partner-media .social-box {
  width: 180px;
  height: 250px;
  background-color: #fff;
  display: inline-block;
  position: relative;
}

.partner-media .social-box.marT20 {
  margin-top: 20px;
}

.partner-media .social-box i {
  font-size: 45px;
  color: #000;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.partner-media .social-box .social-name {
  font-size: 7px;
  color: #333;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 5%;
  letter-spacing: 1px;
}

.partner-media .social-box.facebook:hover i {
  color: #3b5998;
}

.partner-media .social-box.youtube:hover i {
  color: #FF0000;
}

.partner-media .social-box.linkedin:hover i {
  color: #0e76a8;
}

.partner-media .social-box.instagram:hover i {
  color: #8a3ab9;
}

.partner-media .social-box.twitter:hover i {
  color: #1DA1F2;
}

.partner-media .social-box.pinterest:hover i {
  color: #1DA1F2;
}


.partner-media .social-media {
    display: block;
    width: 100%;
    margin-left:0px;
}

.partner-media .social-media ul {
    list-style: none;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    width: 640px;
    margin-top: -190px;
    margin-right: 8%;
}

.partner-media .social-media ul li{
    display: inline-block;
    list-style: none;
    margin: 2px 2px;
    vertical-align: top;
}

.partner-media .social-box.youtube {
    margin-top: 55px;
}
.partner-media .social-box.instagram, .partner-media .social-box.pinterest {
    margin-top: -58px;
}

.partner-media .social-box.twitter {
    margin-top: -3px;
}

.partners.bg-marble::before {
  position: absolute;
  content: '';
  background-image: url(../images/bg/Black_and_gold_marble_texture.jpg);
  padding: 30px 0;
  width: 60%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}

.partners.bg-marble.odd::before {
  right: 0;
}

.partner-content h3 {
  font-size: 50px;
  color: #F6C65C;
  text-transform: uppercase;
  font-family: 'Suranna-Regular';
  margin-bottom: 10px;
  margin-top: 50px;
}

.partner-content p {
  font-size: 12px;
  color: #FFF;
  width: 33%;
}

.partner-content p:last-child {
  margin-bottom: 100px;
}

.partner-content {
  position: relative;
}

.partner-image img {
    position: absolute;
    content: '';
    transform: translate(-50%, -50%);
    right: -380px;
    top: 14%;
    width: 60%;
}

.partners.bg-marble.odd .partner-image img {
  position: absolute;
  content: '';
  transform: translate(-50%, -50%);
  left: 330px;
  top: 14%;
  width: 60%;
  margin-top: 145px;
}

.partners.bg-marble.odd h3 {
  width: 33%;
  float: right;
}

.partners.bg-marble.odd p {
  float: right;
  clear: both;
}

.carousel {
  position: relative;
}
.carousel-item img {
  height: 100%;
  object-fit: cover;
}
#carousel-thumbs {
  background: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  right: 0;
}
#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
  border-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}
@media all and (max-width: 767px) {
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}
@media all and (min-width: 576px) {
  .carousel-container #carousel-thumbs {
    position: absolute;
  }
}
@media all and (max-width: 576px) {
  .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
}

.title-background {
  background-image: url(../images/washed-white-marble.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
  padding: 3rem 0;
}

.rtl {
  margin-left: -430px;
}

.similar-projects ul {
  padding: 0;
}

.similar-projects ul li {
  list-style-type: none;
  display: inline-block;
  width: auto !important;
  margin: 0px 10px 0px 5px;
}

.similar-projects ul li .list-property{margin-right: 0px;}

.similar-projects .bx-wrapper{
    box-shadow: none;
    border: 0px solid #fff;
    background: transparent;
    max-width: 100% !important;
    width: 85%;
    float: right;
}
.similar-projects .bx-wrapper .bx-pager {display: none;}
.similar-projects .bx-controls {display: none;}
ul.footer-social {padding:0; text-align: center; margin-top: -20px;}
ul.footer-social li {width: 50px; height: 50px; border-radius: 50%; border: 1px solid #F6C65C; background-color: #000; color: #F6C65C; list-style-type: none; text-align: center; line-height: 50px; display: inline-block; margin: 0 5px; font-size: 18px;}
ul.footer-social li a {color: #F6C65C;}
.popupmodal .modal-header {padding: 0; border-bottom: 0;}
.popupmodal .modal-header .btn-close {font-size: 30px; font-weight: 200; background-color: #000; opacity: 1; background-image: url(../images/close.png); background-repeat: no-repeat; border-radius: 0; margin: 0 0 0 auto; padding: 20px;}
.popupmodal .modal-content {border-radius: 0;}
.popupmodal .page-header {padding: 0; margin-top: -25px;}
.popupmodal .page-header .title h4.schedule-heading {font-size: 60px; color: #000; text-transform: none; position: relative; font-family: 'Suranna-Regular'; margin-left: 100px; margin-bottom: 80px;}
.page-header .title h4.schedule-heading:before {top: 40px;}
.schedule-form input {border: none; border-bottom: 1px solid #2e2e2e; border-radius: 0; padding-bottom: 15px; margin-bottom: 50px; text-transform: uppercase; font-family: Syncopate-Regular; font-size: 13px;}
.schedule-form textarea {border: none; border-bottom: 1px solid #2e2e2e; border-radius: 0; padding-bottom: 15px; margin-bottom: 50px; text-transform: uppercase; font-family: Syncopate-Regular; font-size: 13px;}
.schedule-form .form-control [placeholder]:focus::-webkit-input-placeholder {transition: text-indent 0.4s 0.4s ease; text-indent: -100%; opacity: 1;}
.schedule-form .form-control::placeholder {color: #000; opacity: 1;}
.schedule-form .form-control:-ms-input-placeholder {color: #000;}
.schedule-form .form-control::-ms-input-placeholder {color: #000;}
.schedule-form select {border: none; border-bottom: 1px solid #2e2e2e; border-radius: 0; padding-bottom: 15px; margin-bottom: 70px; text-transform: uppercase; font-family: Syncopate-Regular; font-size: 16px; background-size: 27px 27px;}
.schedule-form .form-submit {font-size: 20px; display: block; font-weight: bold; text-transform: uppercase; text-decoration: none; letter-spacing: 1px; color: #000; margin: 0 auto; margin-bottom: 40px; font-family: Syncopate-Regular;}
.schedule-control {padding: 0 75px;}


.sellhmpopup .schedule-heading{ margin-bottom: 30px !important;}
.sellhmpopup .schedule-heading-text{ font-size: 16px; color: #000000; font-family: 'Syncopate-Regular'; margin-bottom: 80px; text-transform: uppercase; letter-spacing: 1px; left: 100px; position: relative;}

.search-filter {
  background-color: #000;
  border-top: 1px solid #717171;
  padding: 20px 0;
}

.search-filter .pad5 {
  padding: 0 5px;
}

.search-filter .filter-box {
  position: relative;
  border-bottom: 1px solid #F6C65C;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
}

.filter-box select {
  background-color: transparent;
  text-align: center;
  border: none;
  color: #cccccc;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 1px 0;
  background-image: url(../images/drop-down-arrow.png);
  background-size: 15px 7px;
  background-color: #000;
}

.filter-box select:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
  box-shadow: inset 0 1px 1px transparent,0 0 8px transparent;
}

.search-filter .filter-btn {
  border: none;
  padding: 0;
}

.search-filter .filter-btn .btn {
  background-color: #F6C65C;
  border-radius: 0;
  font-size: 12px;
  padding: 0;
  width: 100%;
  height: 31px;
  line-height: 31px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
  position: unset;
}

.search-filter .filter-btn .btn:focus, .search-filter .filter-btn .btn:active {
  outline: none !important;
  box-shadow: none;
}

.search-filter.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 1;
}

.search-filter.mobile {
  display: none;
}

.search-filter.mobile .btn {
  color: #000;
  background-color: #F6C65C;
  border-color: #F6C65C;
  position: fixed;
  z-index: 1;
  right: 13px;
  margin-top: 10px;
}

#mobileFilter {
  margin-top: 55px;
  padding: 15px 25px;
  border: 1px solid #F6C65C;
  border-radius: 5px;
  position: fixed;
  z-index: 1;
  background-color: #000;
  width: 95%;
}

.search-filter.mobile .filter-btn .btn {
  width: 100%;
  margin: 0;
  float: none;
  position: unset;
  margin-top: 15px;
}

.search-filter.mobile .filter-box {
  margin-bottom: 10px;
}

.property-gallerylist{ height: 250px; width: 100%;}
.gallery .property-gallerylist img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ml-auto{ margin-left: auto;}
.gallery {
  position: relative;
}
.gallerycarousel .owl-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.gallerycarousel .owl-nav .owl-prev, 
.gallerycarousel .owl-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.gallerycarousel .owl-nav .owl-prev i, 
.gallerycarousel .owl-nav .owl-next i {
  font-size: 2.5rem;
  color: #ebc05b;
}
.gallerycarousel .owl-nav .owl-prev { left: 0; }
.gallerycarousel .owl-nav .owl-next { right: 0; }
.gallerycarousel.one .owl-nav .owl-prev { left: -50px; }
.gallerycarousel.two .owl-nav .owl-next { right: -50px; }
.gallerycarousel .owl-nav [class*="owl-"]:hover{ background-color: transparent;}

.collapsebtn{ width: 100%;}
.togglebtn{ width: 100%; text-align: center; color: #ebc05b; font-size: 50px;}
.togglebtn:focus{ outline: none; box-shadow: none;}
.amenities-list .collapse{ transition: 0.5s ease-out;}
.fa-thumbs-down::before {
  content: "";
}



#big .item { padding: 0px; max-width: 70%; margin: 0 auto; height: 100%;}
#big .item .layout-bgimg{ height: 100%; }
#big .item .layout-bgimg img{height: 100%; object-fit: cover;}
#thumbs .item { height:130px; cursor: pointer; }
#thumbs .item img{ height: 100%; object-fit: cover;}
#thumbs .current .item {  }
#thumbs .layout-thumb{ height: 100%;}
#thumbs.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
#thumbs.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: transparent; }
#thumbs.owl-theme .owl-nav [class*="owl-"]:hover{ background-color: transparent; }
#big.owl-theme { position: relative; }
#thumbs.owl-theme { position: relative; margin-top: 20px; max-width: 100%;}
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { 
  position: absolute; text-align:center; top: 30%; 
  font-weight: 600;
  font-size: 26px;
  color: #F6C65C;}
  #thumbs.owl-theme .owl-prev { left: -30px; }
  #thumbs.owl-theme .owl-next { right: -30px; }

  
  .moreless-button{ display: none; font-family: 'Syncopate-Regular';
    font-size: 12px; color: #000;
    text-transform: uppercase;}
  .about-pg{ overflow-x: hidden;}

  .lease-listingrw{ margin-bottom: 380px;}
  .lease-listingrw .list-property{ cursor: pointer; }

  .desk-tab-view{ display: block;}
  .mob-view{ display: none;}

.project-propertylisting{ margin-bottom: 250px;}
.project-propertylisting.collapse{ margin-top: 400px;}
.project-propertylisting.collapse.show{ margin-bottom: 250px;}
#togglebtn-property.togglebtn{ font-size: 40px; color: #000;}
.clrchng2{ color: #F6C65C;}

.social_htoggle{
  cursor:pointer;
  color: #F6C65C;
}
.social_bbox{
  display:none;
}
.social_bbox{
  position: absolute;
  max-width:180px;
  width: 100%;
  text-align:center;
  top: 70px;
  left: 50px;
}
.social_bbox .social-media{ display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 0; margin-left: 0; padding: 0 15px !important;}
.social_bbox .social-media li{ padding: 5px 0;}
.social_bbox .social-media li a i{ color: #000 !important; font-size: 14px !important;}
.social_bbox .social-media {
	position: relative;
	background-color: #F6C65C;
	padding: 15px;
  margin-left: 10px;
}
.social_bbox .social-media:after {
	content: '';
	display: block;  
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #F6C65C;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}

.about-socialmedia{ margin-bottom: 0;}

.smp-col{ flex: 0 0 auto; width: 77.6%; }
.similar-projects .first-row{ width: 100%; float: none;}
.similar-projects .owl-carousel { padding: 0; }
.similar-projects .owl-carousel .item {}
.similar-projects .owl-carousel .item .list-propert {
  width: 100%;
  height: 350px;
  margin-right: 5px;
}