* {
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  word-wrap: break-word;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

a {
  text-decoration: none!important;
}

a img,
a div,
a .fa,
a, .btn {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.fa {
  color: inherit;
}

.stretch {
  padding: 0;
}

.caret {
  border-top: 4px solid !important;
}

.list-unstyled {
  margin: 0;
}

.dropup .caret {
  border-top: 0!important;
}

.img-responsive {
  width: 100%!important;
  max-width: 100%!important;
}

.row-custom {
  margin-left: -5px;
  margin-right: -5px;
}

.row-custom > div {
  padding-left: 5px;
  padding-right: 5px;
}

.img-holder {
  overflow: hidden;
}

.text-white {
  color: #fff;
}

.text-bigger {
  font-size: 20px;
}

.text-small {
  font-size: 13px;
}

.text-shadow {
  text-shadow: 0.5px 0.5px 2px #000;
}

.vue-treeselect__control {
  border-radius: 0px;
}
/*FLATICON*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="fl-"]:before, [class*=" fl-"]:before,
[class^="fl-"]:after, [class*=" fl-"]:after {   
  font-family: Flaticon;
  font-style: normal;
}

.fl-cancel:before { content: "\f100"; }
.fl-area:before { content: "\f101"; }
.fl-book:before { content: "\f102"; }
.fl-sofa:before { content: "\f103"; }
.fl-person:before { content: "\f104"; }
/*FLATICON END*/

/*====OWL CAROUSEL====*/

.owl-theme .owl-controls .owl-nav div {
  padding:5px 9px;
}

.owl-theme .owl-nav {
  margin: 0;
}

.owl-theme .owl-nav i {
  margin-top:2px;
}

.owl-theme .owl-controls .owl-dots {
  text-align:center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index:100;
}

.owl-theme .owl-controls .owl-dot {
  display: inline-block;
  margin: 10px;
  border-radius: 50%;
  opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0;
}

.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next {
  position:absolute;
  top:45%;
  padding:10px;
  color:#fff;
  background-color: transparent;
  font-size: 15px;
  opacity: 0.5;
  text-shadow: 0.5px 0.5px 2px #000;
  -webkit-transition:all .3s ease;
     -moz-transition:all .3s ease;
      -ms-transition:all .3s ease;
       -o-transition:all .3s ease;
          transition:all .3s ease;
}

.owl-theme .owl-controls .owl-prev:hover,
.owl-theme .owl-controls .owl-prev:focus,
.owl-theme .owl-controls .owl-next:hover,
.owl-theme .owl-controls .owl-next:focus {
  opacity:1;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.owl-theme .owl-controls .owl-nav .owl-next {
  right: 0;
}

.owl-theme .owl-controls .owl-dot {
  width: 5px;
  height: 5px;
}

.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dot:hover span {
  opacity: 0.9;
}

/*====OWL CAROUSEL END====*/

/*FORM*/

.form-control {
  border-radius: 0;
  font-size: 16px!important;
}

textarea {
  resize: vertical;
}

.input-group-addon {
  border-radius: 0!important;
}

/*FORM END*/

/*====BREADCRUMB====*/

.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.breadcrumb-holder {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.breadcrumb li a {
  color: inherit;
}

.breadcrumb li {
  display: inline;
  text-transform: uppercase;
  color: #ddd;
}

.breadcrumb .active {
  color: #fff;
}

/*====BREADCRUMB END====*/

/*PAGINATION*/

.pagination li {
  display: inline-block;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}

.pagination li span {
  border: none;
}

.pagination li span:hover {
  background-color: transparent;
}

.pagination li + li {
  margin-left: 3px;
}

.pagination > li > a, .pagination > li > span {
  color: #444;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #009595;
  background-color: #009595;
}

/*PAGINATION END*/

/*====BACK TO TOP====*/

.back-to-top {
  padding: 6px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  position: fixed;
  bottom: 40px;
  right: 15px;
  text-align: center;
  font-size: 16px;
  z-index: 10000;
  color: #fff;
  background-color: rgba(0,149,149,.6);
  display: none;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
  color: #fff;
  background-color: rgba(0,149,149,1);
}

.btn-hanging {
  padding: 10px 15px;
  font-weight: 600;
  text-transform: uppercase;
  position: fixed;
  bottom: 0px;
  left: 15px;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 3px 0px #333;
  -moz-box-shadow: 0px 0px 3px 0px #333;
  box-shadow: 0px 0px 3px 0px #333;
}

/*====BACK TO TOP end====*/

/*BOX*/
.box-mid-out {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.box-mid-in {
  display: table-cell;
  vertical-align: middle;
}

.box-standard {
  padding-top: 40px;
  padding-bottom: 40px;
}

.box-standard-2 {
  padding-top: 40px;
  padding-bottom: 5px;
}

.box-bg {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
}

.box-gradient {
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(51,51,51,1)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333', GradientType=1 );
}

.box-border-top {
  border-top: 4px solid #009595;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 3px 0px #999;
  -moz-box-shadow: 0px 0px 3px 0px #999;
  box-shadow: 0px 0px 3px 0px #999;
}

.box-min-margin {
  margin-top: -30px;
  position: relative;
  z-index: 1000;
}

.box-header {
  padding: 15px 0;
  height: 180px;
  background-image: url('../images/bg-header.jpg');
  text-align: center;
}

.box-aside {
  margin-bottom: 20px;
}

.box-aside-standard {
  padding: 25px 15px;
  text-align: center;
}

.box-grey {
  background-color: #efefef;
}

.carousel-holder {
  margin: 0 -10px;
}

.carousel-holder .item {
  padding: 10px;
}

.box-blue {
  position: relative;
  background-color: #009595;
}

.blue-section {
  padding: 15px;
}

.blue-section + .blue-section {
  border-top: 1px solid #01aeae;
}

.aside-section + .aside-section {
  border-top: 1px solid #ddd;
}

.aside-section {
  padding: 30px 15px;
}

.container-sm {
  max-width: 800px;
}

.prop-carousel-holder {
  margin: 0 -10px;
}

.prop-carousel-holder .item {
  padding: 10px;
}
/*BOX END*/

/*TITLE*/
.title {
  margin-bottom: 5px;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

.title-footer {
  color: #fff;
  font-size: 20px;
}

.title-standard {
  margin-bottom: 10px;
  color: #009595;
  font-size: 32px;
}

.title-standard span {
  display: block;
  color: #888;
  font-size: 24px;
  font-weight: 400;
}

.title-standard-sm {
  color: #009595;
  font-size: 28px;
}

.title-standard-xs {
  color: #009595;
  font-size: 20px;
}

.title-standard-medium {
  color: #009595;
  font-size: 18px;
}

.title-border a{
  padding-right: 10px;
  display: inline-block;
  background-color: #fff;
  color: #009595;
  font-size: 24px;
  font-weight: 900;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  /* padding-left: 0; */
}

.title-border a:hover {
  padding-left: 30px;
}

.title-border-holder {
  position: relative;
}

.title-border-holder:before {
  position: absolute;
  content: " ";
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ddd;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}

.title-white-medium {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.title-white-small {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.title-white-thin {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.title-header {
  margin: 0;
  color: #fff;
  font-size: 36px;
}

.title-white {
  color: #fff;
  font-size: 32px;
}

.title-white span {
  display: block;
  color: #ddd;
  font-size: 24px;
}

.title-black {
  color: #555;
  font-size: 24px;
}

.title-black-sm {
  margin: 0;
  color: #555;
  font-size: 20px;
}

.title-black-xs {
  color: #444;
  font-size: 18px;
}

.title-bold {
  color: #333;
  font-weight: 700;
  font-size: 16px;
}

.title-font-black {
  color: #555;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.title-font-xs {
  margin-bottom: 7px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.aside-section > .title {
  margin-bottom: 10px;
}

/*TITLE END*/

/*BUTTON*/

.btn {
  border-radius: 0;
}

.btn-custom {
  padding: 6px 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-orange {
  color: #fff;
  background-color: #ff9000;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  background-color: #ffae00;
  color: #fff;
}

.btn-dark {
  color: #fff;
  background-color: #444;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background-color: #222;
  color: #fff;
}

.btn-wish:before {
  margin-right: 5px;
  font-family: FontAwesome;
  content: "\f08a";
}

.btn-wish:hover:before,
.btn-wish.active:before {
  content: '\f004';
  color: #ef5858;
}

.btn-standard {
  color: #fff;
  background-color: #009595;
}

.btn-standard:hover,
.btn-standard:focus,
.btn-standard:active {
  background-color: #0e7575;
  color: #fff;
}
/*BUTTON END*/

/*NAVBAR*/

.navbar-default {
  margin: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.navbar-top {
  background-color: #009595;
}

.navbar-header {
  border-bottom: 1px solid #ddd;
  float: none;
  text-align: center;
}

.navbar-brand {
  padding: 5px 15px;
  height: auto;
  float: none;
  display: inline-block;
}

.navbar-brand img {
  width: 280px;
  height: auto;
}

.navbar-bottom .navbar-nav {
  float: none;
  text-align: center;
}

.navbar-bottom .navbar-nav > li {
  float: none;
  display: inline-block;
}

.navbar-bottom .navbar-nav > li > a {
  padding: 10px 10px;
  text-transform: uppercase;
}

.navbar-bottom .navbar-nav > li > a .fa {
  color: #009595;
}

.list-navbar {
  margin-bottom: 0;
}

.list-navbar > li > a {
  padding: 3px 20px;
  display: block;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.list-navbar > li {
  display: inline-block;
}

.list-navbar > li + li {
  border-left: 1px solid #3ab3b3;
}

.list-navbar > li > a > span {
  color: #fff;
}

.navbar-socmed {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.navbar-socmed a {
  padding: 3px 7px!important;
  display: inline-block!important;
}

.navbar-top .badge {
  background-color: #fff;
  color: #009595;
}

.navbar-top .dropdown-menu {
  padding: 0;
  margin: 0;
  right: 10px;
  left: auto;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 149, 149, .7);
  text-align: right;
  min-width: 120px;
}

.navbar-top .dropdown-menu li a,
.navbar-top .dropdown-menu li span {
  display: block;
  padding: 10px 20px;
  color: #fff;
}

.navbar-top .dropdown-menu li a:hover,
.navbar-top .dropdown-menu li a:focus,
.navbar-top .dropdown-menu li a:active,
.navbar-top .dropdown-menu li span:hover,
.navbar-top .dropdown-menu li span:focus,
.navbar-top .dropdown-menu li span:active {
  background-color: rgba(0,0,0,.2);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 99%;
  margin-top: -1px;
}

.dropdown-submenu.open .dropdown-menu {
  display: block!important;
}

.test {
  position: relative;
}

.test > .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/*NAVBAR END*/

/*FOOTER*/

.footer-top {
  padding: 30px 0 10px 0;
}

.footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #333;
  text-align: center;
}

.footer-col {
  margin-bottom: 30px;
}

.footer-col .form-control {
  max-width: 300px;
  background-color: #444;
  border-color: #333;
  color: #fff;
}

footer li,
footer li a,
footer p,
footer small{
  color: #efefef;
}

footer li a:hover,
footer li a:active,
footer li a:focus {
  color: #aaa;
}

.footer-bottom a {
  display: inline-block;
  color: #58aca4;
  font-size: inherit;
}

.list-contact li {
  padding-left: 25px;
  position: relative;
}

.whatsapp:before,
.phone:before,
.email:before,
.address:before,
.clock:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  font-family: FontAwesome;
  text-align: center;
}

.whatsapp:before {
  content: '\f232';
}

.address:before {
  content: '\f0f7';
}

.email:before {
  content: '\f003';
}

.phone:before {
  content: '\f095';
}

.clock:before {
  content: '\f017';
}

.list-link li + li,
.list-contact li + li {
  margin-top: 8px;
}

.list-contact a {
  color: inherit;
}

.list-socmed li {
  display: inline-block;
}

.list-socmed .fa-circle {
  color: #fff;
}

.list-socmed li a:hover .fa-circle {
  color: #009595;
}

.list-socmed li a:hover .fa-inverse {
  color: #fff;
}

/*FOOTER END*/

/*SEARCH FILTER*/

.right-dropdown .dropdown-menu {
  right: 0;
  left: auto;
}

.select-pretty {
  position:relative;
}

.select-pretty .dropdown {
  padding:0;
  width:100%;
  position:relative;
}

.select-pretty .dropdown .select-label {
  float:left;
}

.select-pretty .dropdown .select-trigger {
  float:right;
}

.select-pretty .dropdown:hover,
.select-pretty .dropdown:focus {
  text-decoration:none;
}

.select-pretty .btn a {
  color:inherit;
  padding:6px 12px;
  display:block;
}

.open > a {
  outline:none;
}

.select-trigger {
  display:inline-block;
  margin-left:10px;
}

.select-trigger span {
  font-size:12px;
  color:inherit;
}

.custom-dropdown .custom-input {
  padding-top:0;
  padding-bottom:0;
}

.custom-input-container {
  background:#fcfcfc;
  padding:10px;
}

.custom-input-container .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.custom-input-suggestion {
  background-color: #f4f4f4;
}

.custom-input-suggestion ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-input-suggestion ul li button {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  color: #333;
}

.custom-input-left ul li button {
  width: 100%;
  text-align: left;
}

.custom-input-right ul li button {
  width: 100%;
  text-align: right;
}

.custom-input-suggestion ul li button:hover,
.custom-input-suggestion ul li button:focus {
  text-decoration: none;
  background: #fff;
  color: #109985;
}

.radio, .checkbox {
  margin-top: 0;
}

.advance-holder {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.advance-holder .btn {
  margin-bottom: 10px;
}

.btn-link {
  padding-left: 0;
  padding-right: 0;
  color: #009595;
}

.btn-link:focus {
  outline: none;
}

/*SEARCH FILTER END*/

/*RANGE SLIDER*/

.irs-from, .irs-to, .irs-single {
  background: #009595;
}

.irs-from:after, .irs-to:after, .irs-single:after {
  border-top-color: #009595;
}

/*RANGE SLIDER END*/

/*HOME*/
.home-carousel .item {
  position: relative;
}

.home-carousel .item .box-bg {
  height: 560px;
}

.home-carousel .owl-dots {
  bottom: 40px!important;
}

.slider-text {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 550px;
  background-color: rgba(0,0,0,.7);
}

.slider-text-section {
  padding: 15px;
}

.slider-text-section + .slider-text-section {
  border-top: 1px solid #333;
}

.list-villa-detail li {
  display: inline-block;
  color: #fff;
}

.list-villa-detail li span {
  color: #fff;
  font-weight: 600;
}

.list-villa-detail li + li {
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #ddd;
}

.price-icon {
  padding-left: 25px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.price-icon:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f02b";
  font-family: FontAwesome;
}

.slider-text-section p {
  color: #fff;
}

.pills-price {
  margin-bottom: 5px;
}

.pills-price li a {
  padding: 1px 10px;
  border-radius: 50px;
  color: #fff;
  background-color: #666;
  font-size: 12px;
}

.pills-price-content {
  margin-bottom: 13px;
}

.pills-price li.active a {
  background-color: #009595;
}

.pills-price li.active a:hover,
.pills-price li.active a:focus,
.pills-price li.active a:active,
.pills-price li a:hover,
.pills-price li a:active,
.pills-price li a:focus {
  background-color: #009595;
}

.box-home-search {
  padding: 15px 30px;
  background-color: #fff;
}

.welcome-img-last {
  padding-top: 20px;
}

.welcome-text {
  padding: 10px 30px 10px 0;
  position: relative;
}

.welcome-text:after,
.welcome-text:before {
  position: absolute;
  content: " ";
  border: 1px solid #ddd;
  z-index: -1;
}

.welcome-text:after {
  right: 0;
  bottom: -10px;
  top: -10px;
  left: -40px;
}

.welcome-text:before {
  right: 5px;
  top: -5px;
  bottom: -15px;
  left: -45px;
}

.test-carousel {
  margin-top: 25px;
}

.test-name {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.test-carousel .item {
  padding-bottom: 60px;
  overflow: hidden;
}

.test-content {
  line-height: 1.7;
  font-size: 16px;
}

.home-text {
  padding: 30px 15px;
  margin-bottom: 30px;
}

.home-text .main-title {
  margin-bottom: 20px;
}

.home-text-section {
  margin-bottom: 15px;
}

/*HOME END*/

/*VILLA FACILITIES GUIDE*/

.facilities-section {
  margin: 20px 0 80px 0;
}

.facilities-text {
  padding: 15px 30px;
  position: relative;
}

.facilities-text:before {
  position: absolute;
  top: -20px;
  left: -20px;
  right: 0;
  bottom: -20px;
  content: " ";
  border-top: 5px solid #009595;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px #999;
  -moz-box-shadow: 0px 0px 3px 0px #999;
  box-shadow: 0px 0px 3px 0px #999;
  z-index: -1;
}

.left.facilities-text:before {
  left: 0;
  right: -20px;
}

.facilities-image {
  position: relative;
  z-index: 2;
}

/*VILLA FACILITIES GUIDE END*/

/*ABOUT VILLA MANAGEMENT*/

.content-section + .content-section {
  margin-top: 60px;
}

.service-thumb {
  margin: 20px 0 30px 0;
  position: relative;
  min-height: 70px;
}

.service-numb {
  position: absolute;
  right: 0;
  top: 0;
  color: #ddd;
  font-size: 100px;
  font-weight: 600;
  line-height: .5;
  z-index: -1;
}

.about-img {
  position: relative;
  z-index: 2;
}

.about-title {
  position: relative;
  z-index: 1;
}

.about-text {
  position: relative;
  z-index: 0;
}

.about-text {
  padding: 20px 15px 20px 40px;
}

.about-title {
  padding-right: 15px;
  padding-left: 40px;
}

.about-title:before {
  position: absolute;
  left: 0;
  top: -15px;
  bottom: -15px;
  right: 15px;
  content: " ";
  background-color: #009595;
  z-index: -2;
}

.about-text:before {
  position: absolute;
  left: 0;
  top: -15px;
  bottom: 0;
  right: 0;
  content: " ";
  background-color: #fff;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 3px 0px #999;
  -moz-box-shadow: 0px 0px 3px 0px #999;
  box-shadow: 0px 0px 3px 0px #999;
}

/*ABOUT VILLA MANAGEMENT END*/

/*ABOUT US*/

.team-thumb {
  margin: 10px 0 20px 0
}

.team-text-box {
  margin-top: -30px;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.team-text {
  padding: 10px 15px;
  border-bottom: 5px solid #009595;
  background-color: #fff;
}

.position {
  margin: 0;
  color: #666;
  font-size: 20px;
}

/*ABOUT US END*/

/*LOCATION*/

.location-thumb {
  margin-bottom: 30px;
  display: block;
  position: relative;
  background-color: #fff;
}

.location-thumb-text {
  padding: 10px;
  padding-bottom: 30px;
}

.readmore {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #999;
}

.readmore-right {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #999;
}

.location-map {
  height: 300px;
}

.list-standard {
  padding-left: 20px;
}

/*LOCATION END*/

/*PORTFOLIO*/

.portfolio-thumb {
  margin-bottom: 30px;
  display: block;
  position: relative;
  overflow: hidden;
}

.portfolio-thumb-text {
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.8);
}

.hover {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: rgba(0,0,0,.6);
  opacity: 0;
}

.hover .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 36px;
  color: #fff;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}

.thumb:active .hover,
.thumb:focus .hover,
.thumb:hover .hover {
  opacity: 1;
}

.thumb:hover img,
.thumb:focus img,
.thumb:active img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}

.lokasi-thumb-text {
  line-height: 1.5;
  max-height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*PORTFOLIO END*/

/*PORTFOLIO DETAIL*/

.gallery-thumb {
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.last {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,0.8);
}

.last span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-transform: uppercase;
  font-weight: 600;
}

.article-section {
  margin-bottom: 20px;
}

.icon-thumb {
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
}

.icon-thumb span {
  display: block;
}

.icon {
  font-size: 24px;
}

.icon-text {
  font-size: 12px;
}

.icon-text sup {
  color: inherit;
}

.list-white-icon .icon,
.list-white-icon .icon-text {
  color: #fff;
}

/*PORTFOLIO DETAIL END*/

/*NEWS*/

.news-thumb {
  padding: 10px;
  margin-bottom: 15px;
  display: block;
  border: 1px solid #ddd;
  position: relative;
}

.news-thumb-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.news-thumb-desc {
  padding: 10px 0 30px 0;
}

.author,
.date {
  color: #777;
}

.news-thumb:active,
.news-thumb:focus,
.news-thumb:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #aaa;
  -moz-box-shadow: 0px 0px 5px 0px #aaa;
  box-shadow: 0px 0px 5px 0px #aaa;
}

.berita-thumb-text {
  line-height: 1.5;
  max-height: 140px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*NEWS END*/

/*NEWS DETAIL*/

.news-thumb-aside {
  display: block;
}

.news-thumb-aside + .news-thumb-aside {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
}

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

.list-share li {
  margin-top: 15px;
  display: inline-block;
}

.news-title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.news-content * {
  font-size: revert;
}

.news-content {
  margin-bottom: 30px;
}

.news-content img {
  margin-bottom: 10px;
}

.news-tags {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.news-tags .title-bold {
  padding: 5px 10px 5px 0;
}

.list-tags dt,
.list-tags dd {
  display: inline-block;
  margin-bottom: 5px;
}

.list-tags a {
  padding: 5px 10px;
  display: block;
  background-color: #efefef;
  color: #444;
}

.list-tags a:hover {
  color: #777;
}

.news-thumb-aside .date {
  margin-bottom: 0;
}

.news-thumb-aside p {
  font-size: 14px;
}

.news-thumb-aside:hover .title-font-xs,
.news-thumb-aside:focus .title-font-xs,
.news-thumb-aside:active .title-font-xs {
  color: #444;
}

/*NEWS DETAIL END*/

/*CONTACT*/

.g-recaptcha > div > div,
.g-recaptcha > div {
  width: 250px!important;
  overflow: hidden;
}

.g-recaptcha iframe {
  position: static!important;
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  -moz-transform: scale(0.77);
  -ms-transform: scale(0.77);
  -o-transform: scale(0.77);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
  -moz-transform-origin:0 0;
  -o-transform-origin:0 0;
  -ms-transform-origin:0 0;
}

.required:after {
  content: "*";
  color: #009595;
}

#map-canvas {
  height: 450px;
}

.map-holder {
  position: relative;
  padding: 20px 0;
}

.map-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

.contact-info {
  padding: 30px;
  position: relative;
}

.contact-info:before {
  border-top: 5px solid #009595;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -20px;
  content: " ";
  -webkit-box-shadow: 0px 0px 3px 0px #999;
  -moz-box-shadow: 0px 0px 3px 0px #999;
  box-shadow: 0px 0px 3px 0px #999;
}

.contact-title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.box-contact {
  margin-top: 40px;
}

.nav-tabs-custom > li > a {
  margin-right: 4px;
  border: none;
  border-radius: 0;
  color: #fff!important;
  background-color: #999;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

.nav-tabs-custom > li > a:hover,
.nav-tabs-custom > li > a:focus,
.nav-tabs-custom > li > a:active {
  background-color: #666;
}

.nav-tabs-custom li a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #fff;
  content: " ";
}

.nav-tabs-custom .active a {
  background-color: #009595!important;
  border: 1px solid #009595;
}

.nav-tabs-custom .active a:after {
  display: none;
}

.tab-custom .tab-pane {
  padding: 30px;
  border: 1px solid #ddd;
  border-top: 5px solid #009595;
}

.normal-socmed {
  margin-top: 20px;
}

.normal-contact li:before,
.normal-socmed .fa-stack-2x {
  color: #009595;
}

.normal-socmed .fa-stack-1x {
  color: #fff;
}

/*CONTACT END*/

/*IMPORTANT NOTICE*/

.important-notice-img {
  position: relative;
  z-index: 2;
}

.important-notice-title {
  position: relative;
  z-index: 1;
}

.important-notice-text {
  position: relative;
  z-index: 0;
}

.important-notice-text {
  padding: 20px 15px 20px 40px;
  text-align: justify;
}

.important-notice-title {
  padding-right: 15px;
  padding-left: 40px;
}

.important-notice-title:before {
  position: absolute;
  left: 0;
  top: -15px;
  bottom: -15px;
  right: 15px;
  content: " ";
  background-color: #009595;
  z-index: -2;
}

.important-notice-text:before {
  position: absolute;
  left: 0;
  top: -15px;
  bottom: 0;
  right: 0;
  content: " ";
  background-color: #fff;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 3px 0px #999;
  -moz-box-shadow: 0px 0px 3px 0px #999;
  box-shadow: 0px 0px 3px 0px #999;
}

.divider-important-notice {
    border: 0;
    height: 2px;
    background-color: #bbb;
    opacity: 1 !important;
}


/*IMPORTANT NOTICE END*/

/*TESTIMONIAL*/

.testimonial-thumb {
  margin-left: 60px;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
  border-left: 5px solid #009595;
}

.testimonial-img {
  border-radius: 100%;
  position: absolute;
  left: -60px;
  top: 15px;
  width: 120px;
  overflow: hidden;
}

.testimonial-img img {
  width: 120px;
}

.testimonial-text {
  padding: 25px 15px;
  min-height: 150px;
}

/*TESTIMONIAL END*/

/*PROPERTY*/

.property-filter {
  border-radius: 0;
  margin-bottom: 20px;
}

.property-filter .panel-heading {
  padding: 0;
}

.property-filter .panel-heading a {
  margin: 0;
  padding: 15px 30px;
  display: block;
  background-color: #fff;
  /* color: #009595; */
}

.property-filter .panel-body {
  padding: 15px 30px;
}

.property-thumb {
  margin-bottom: 30px;
  background-color: #fff;
}

.property-thumb a {
  cursor: pointer;
}

.property-thumb-content {
  padding: 0 10px 10px 10px;
  padding-bottom: 55px;
  position: relative;
}

.property-thumb-section {
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
}
.match-height{
  min-height: 245px;
}

.property-thumb-button {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.list-icon .icon-thumb {
  background-color: #efefef;
}

.list-icon .icon,
.list-icon .icon-text {
  color: #444;
}

.property-thumb-img {
  position: relative;
}

.property-thumb-img a {
  display: block;
  overflow: hidden;
}

.property-thumb-label {
  position: absolute;
  right: 10px;
  top: 6px;
  text-align: right;
}

.property-label {
  margin-top: 6px;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.rent-label {
  background-color: #910000;
}

.available-label {
  background-color: #037c7d;
}

.tag-label {
  background-color: #ffa500;
}
:root {
  --font-size: 26px;
  --line-height: 0.9;
  --lines-to-show: 2;
}
.property-title {
  margin-top: 0;
  margin-bottom: 10px;
  /* line-height: 1; */

  display: block; /* Fallback for browser non-webkit */
  display: -webkit-box;
  max-width: 340px;
  height: calc(var(--font-size) * var(--line-height) * var(--lines-to-show)); /* Fallback for browser non-webkit */
  /* font-size: var(--font-size); */
  line-height: var(--line-height);
  -webkit-line-clamp: var(--lines-to-show);
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.property-thumb-id {
  margin: 0;
  color: #555;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

.property-thumb-location {
  margin: 5px 0;
  line-height: 1.1;
  color: #777;
}

.property-thumb-location sup {
  color: inherit;
}

.margin-top {
  margin-top: 10px!important;
}

.property-thumb-date {
  margin-top: 10px;
  color: #777;
}

.property-thumb-price {
  margin: 15px 0;
}

.property-thumb-price .pills-price-content p {
  color: #666;
}

.tooltip-inner {
  font-size: 12px!important;
}

/*PROPERTY END*/

/*PROPERTY DETAIL*/

.line-section {
  padding: 20px 0;
}

.line-section + .line-section {
  border-top: 1px solid #ddd;
}

.list-detail li {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
  font-weight: 700;
}

.list-detail li span {
  font-weight: 400;
}

.list-detail li:before {
  position: absolute;
  left: 0;
  content: "\f00c";
  color: #aaa;
  font-family: FontAwesome;
}

.property-map {
  height: 400px;
}

.detail-section + .detail-section {
  margin-top: 20px;
}

.detail-section p {
  margin: 0;
}

p strong {
  color: inherit;
}

.price-dropdown {
  color: #fff;
  padding: 0!important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.price-dropdown:active,
.price-dropdown:focus,
.price-dropdown:hover {
  color: #fff;
  background: transparent!important;
}

.pills-price-content p {
  line-height: 1;
}

.detail-price {
  padding-left: 35px;
  position: relative;
}

.detail-price:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "\f02b";
  color: #fff;
  font-family: FontAwesome;
  font-size: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.active .price-dropdown {
  background-color: transparent!important;
}

.detail-price .dropdown-menu {
  border-radius: 0;
}

.pills-price-content .text-muted {
  color: inherit;
  line-height: inherit;
  display: inline-block;
}

/*PROPERTY DETAIL END*/

/*WISHLIST*/
.wishlist-contact {
  padding: 15px;
}

.table-custom thead {
  background-color: #009595;
}

.table-custom th {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.table-custom {
  border-bottom: 2px solid #ddd;
}

.table-wishlist {
  margin-bottom: 30px;
}

.table-img {
  width: 100%;
}

.cell-img {
  width: 150px;
}

.btn-remove {
  background-color: transparent;
  border: none;
  color: #aaa;
  font-size: 30px;
}

.cell-detail a {
  margin-bottom: 5px;
  display: inline-block;
  color: #555;
}

.cell-price .price-icon {
  color: #666;
}

.cell-btn {
  width: 50px;
}

.cell-price {
  width: 300px;
}

/*WISHLIST END*/

.dropdown-header span {
  font-size: 12px;
  color: #666;
}

.vue-treeselect--has-value .vue-treeselect__multi-value {
  margin-bottom: 0;
}

.vue-treeselect__multi-value-item-container {
  padding-top: 0;
}

/* Property Index */

.block-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  padding-top: 5px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fb-share-button iframe {
  transform: translateY(-6px)!important;
  -webkit-transform: translateY(-6px)!important;
  -moz-transform: translateY(-6px)!important;
  -ms-transform: translateY(-6px)!important;
  -o-transform: translateY(-6px)!important;
}

.media-custom {
  padding: 10px;
  max-width: 400px;
  background-color: #009595;
}

.media-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.media-text {
  margin: 0;
}

.media-custom .media-object {
  max-width: 50px;
  height: auto;
}

/* ----- ====== FLOATING CHAT ===== -----  */
.floating-chat {
  position:  fixed;
  z-index:  10001;
  right:  15px;
  bottom:  40px;
  transition: all .3s ease;
}

.floating-chat__trigger {
  display: block;
  width:  50px;
  height:  50px;
  color:  #fff;
  font-size:  24px;
  text-align:  center;
  line-height:  50px;
  background-color: rgb(0 149 149);
  border-radius: 100px;
}

.floating-chat__trigger:hover, 
.floating-chat__trigger:active, 
.floating-chat__trigger:focus, 
.floating-chat__trigger:active:focus, 
.floating-chat__trigger:active:hover,
.floating-chat__trigger.active {
  color:  #fff;
  background-color: #0e7575;
}

.chat-selection {
  display: none;
  position: absolute;
  z-index:  -1;
  bottom: 50%;
  left: 50%;
  margin:  0;
  padding:  0 0 50%;
  transform: translate(-50%);
  list-style: none;
}

.chat-selection__link {
  display: block;
  margin-bottom:  5px;
  width:  50px;
  height:  50px;
  color:  #fff;
  font-size:  16px;
  text-align:  center;
  line-height:  50px;
  background-color: rgb(0 149 149);
  border-radius: 100px;
  overflow: hidden;
}

.chat-selection__link:hover, 
.chat-selection__link:active, 
.chat-selection__link:focus, 
.chat-selection__link:active:focus, 
.chat-selection__link:active:hover {
  color:  #fff;
  background-color: #0e7575;
}

.chat-selection__image-container {
  position: relative;
  display: block;
}

.chat-selection__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.chat-selection__image {
  position: absolute;
  top: 0;
  left: 0;
  width:  100%;
  height:  100%;
  object-fit: cover;
}

/* ----- ====== FLOATING CHAT END ===== -----  */

.contact-tel-container {
  display: flex;
  flex-direction: column;
}

/* ----- ====== BUTTON VIEW MORE START ===== -----  */

.btn-prop-categories {
  width: 100%;
  padding: 0.3rem 1.25rem;
  background-color: #009595;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text-prop-categories-view-more {
  color: #fff;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 20px;
}

.btn-prop-categories:hover,
.btn-prop-categories:focus,
.btn-prop-categories:active {
  background-color: #00aaaa;
  color: #fff;
}

/* ----- ====== BUTTON VIEW MORE END ===== -----  */

/* ----- ====== MAPCARD ===== ----- */
.mapcard {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
    box-shadow: 0px 0px 3px 0px #999;
}

.mapcard-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
}

/* --- IMAGE / SLIDER --- */
.mapcard-carousel {
    width: 240px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.mapcard-img-list {
    width: 100%;
    height: 100%;
    position: relative;
}

.mapcard-slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
}

/* --- LABEL ON IMAGE --- */
.mapcard-label {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(0,149,149,0.85);
    color: white;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 3px;
}

/* --- SLIDER BUTTONS --- */
.mapcard-img-leftbutton,
.mapcard-img-rightbutton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 6px;
    color: #fff;
    background: rgba(19, 41, 65, 0.6);
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    user-select: none;
}
.mapcard-img-leftbutton { left: 8px; }
.mapcard-img-rightbutton { right: 8px; }

/* --- BODY --- */
.mapcard-body {
    flex: 1;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mapcard-title a {
    font-size: 16px;
    font-weight: 700;
    color: #132941;
    line-height: 1.3;
}

.mapcard-title a:hover {
    text-decoration: underline;
}

.mapcard-price {
    margin-top: 8px;
}

.mapcard-price-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #009595;
    text-transform: uppercase;
}

.mapcard-price-text {
    font-size: 18px;
    font-weight: 800;
    color: #132941;
}

.mapcard-currency-text {
    font-size: 18px;
    margin-right: 4px;
}

.mapcard-location {
    font-size: 12px;
    margin-top: 4px;
    color: #666;
}

.mapcard-location i {
    margin-right: 4px;
    color: #009595;
}

.mapcard-property-detail {
    font-size: 12px;
    opacity: 0.8;
}

/* --- ICONS (EMAIL + HEART) --- */
.mapcard-icons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: auto;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.mapcard-icons i {
    width: 32px;
    height: 32px;
    background:  rgba(0,149,149,0.9);
    color: white;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.mapcard-icons i:hover {
    background: rgba(0,149,149,1);
}

.mapcard-wish-icon.active {
    color: #ef5858 !important;
}

.mapcard-contact-form {
    margin: 0;
}

.property-popup .leaflet-popup-content-wrapper {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.property-popup .leaflet-popup-content {
    margin: 0 !important;
    padding: 0 !important;
}

.property-popup.leaflet-popup {
    margin-bottom: 0 !important;
}

.property-popup .leaflet-popup-tip,
.property-popup .leaflet-popup-tip-container {
    display: none !important;
}