body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 2.1;
    color:  #e8e8e8;;
    background: #2c3038;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: 'Vidaloka', serif;   
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #666;
    position: relative;
    padding: 0 10px;
}
.uk-background-light {
    background-color: #FFF;
}
.uk-navbar-nav > li > a,
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus {
    color: #fff;
}
.uk-sticky-fixed .uk-navbar-nav > li > a,
.uk-sticky-fixed .uk-navbar-nav > li.uk-active > a,
.uk-sticky-fixed .uk-navbar-nav > li:hover > a, 
.uk-sticky-fixed .uk-navbar-nav > li > a:focus {
    color: #3f4448;
}
.uk-navbar-nav > li > a::after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background-color: transparent;
    left: 10px;
    right: 10px;
    bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
    background-color: #b2a585;
    color: #ffffff;
    height: 2px;
    opacity: 0;
}
.uk-navbar-nav > li.uk-active > a::after, .uk-navbar-nav > li:hover > a::after {
    opacity: 1;
}
.ds-header {
    z-index: 1;
}
.ds-banner-section .uk-position-cover.uk-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.5));
}
.uk-logo img {
    max-width: 200px;
    max-height: 75px;
}
.ds-navbar-height{
    height: 86px;
}
.ds-header .uk-navbar-item.uk-logo {
    margin-right: 20px;
}
.ds-header .uk-sticky-fixed .uk-navbar-container {
    background: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.05);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
}
.ds-header-mobile.uk-sticky-fixed .uk-navbar-container {
    background: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.05);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
}
.uk-navbar-container.uk-navbar-sticky {
    background-color: #fff;
    padding: 0;
}
.ds-font-color{
    color: #ffffff;
}
.slick-prev:before, .slick-next:before {
    color: #607D8B;
}
.ds-agent-slider .slick-dots{
    display: none !important;
}
.ds-agent-slider p{
    color: #000000;
}
.ds-agent-slider p,
.ds-agent-slider p > a {
    font-size: 16px;
    line-height: 1.5;
    font-family: inherit;
}
.agent_img img {
    max-width: 180px;
    max-height: 185px !important;
    margin: auto;
    object-fit: contain;
}
.company_logo img {
    max-width: 180px;
    max-height: 180px !important;
    vertical-align: middle;
    margin: auto;
}
#contact .slick-prev{
    left: 30px;
    z-index: 1;
}
#contact .slick-next{
    right: 30px;
}
.uk-section-default{
    background: #2c3038 !important;
}
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    min-height: 85px;
}
.ds-header .uk-sticky.uk-sticky-fixed .uk-navbar-item,
.ds-header .uk-sticky.uk-sticky-fixed .uk-navbar-nav > li > a,
.ds-header .uk-sticky.uk-sticky-fixed .uk-navbar-toggle {
    min-height: 70px;
}
.ds-rotate {
    right: -35px;
    margin-top: -30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.ds-subtitle {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.067rem;
    letter-spacing:1px;
}
.uk-button, a, .uk-link {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.067rem;
    letter-spacing: 1px;
    font-weight: 300;
    text-decoration: none !important;
}
.uk-light a:hover, .uk-light a:focus {
    color: #ba9778;
}
.ds-about-section {
    margin-top: -5em;
}
.ds-empty-section {
    margin-top: 7em;
}
.ds-imageholder {
    overflow: hidden;
    background-color: #f1f1f1;
    background-image: cover;
    width: 100%;
    height: 500px;
}
.ds-primary-color {
    color: #ba9778;
}
.ds-info-background {
    position: relative;
    height: 600px;
}
.ds-property-info {
    color: #191919;
    background-color: #ffffff;
    max-width: -webkit-calc(50vw + 592px);
    max-width: -moz-calc(50vw + 592px);
    max-width: calc(50vw + 592px);
    margin-top: -16em !important;
    position: relative;
    border-top: 5px solid #181818;
}
.ds-property-info .uk-grid {
    padding-left: -webkit-calc(50vw - 592px);
    padding-left: -moz-calc(50vw - 592px);
    padding-left: calc(50vw - 592px);
}
.ds-property-info .ds-counter {
    font-size: 4em;
    font-weight: 500;
    font-family: 'Vidaloka', serif;
    color: #ba9778;
}
.ds-property-info .uk-h5 {
    font-family: 'Oswald', sans-serif;
    color: #191919;
    letter-spacing: 1px;
    font-weight: 400;
}
.ds-empty-space {
    margin-top: 4em;
    margin-bottom: 4em !important;
}
.ds-single-amenity {
    position: relative;
    padding: 1em;
    color: #181818;
    background-color: #f1f1f1;
}
/* Amenities Section */
.ds-amenities li a {
   
    padding: 15px;
    border: 1px solid #ba9778;
    border-top-style: none;
}
.ds-amenities li {
    margin: 0px !important;
}
.uk-accordion {
    border-top: 1px solid #ba9778;
    border-right-style: none;
    border-left-style: none;
}
.uk-accordion-content{
    padding: 15px;
    color: #000;
    border: 1px solid #ba9778;
    border-top-style: none;
    font-size: 16px;
    margin: 0px !important;
}
.ds-amenities-detail li {
    color: #000;
    font-size: 14px;
}
.ds-amenities-padding {
    padding-left: 10px;
}
.ds-amenities-padding ul{
    margin: 0px;
}
.uk-overlay-primary .uk-accordion-title:hover{
    color: #000;
}
.uk-overlay-primary {
    background: rgb(241 241 241);
}
.uk-overlay-primary h2{
    color: #000;
}
.uk-overlay-primary .uk-accordion-title, .uk-overlay-primary h5{
    color: #000;
}
.ds-amenities-name{
    color: #000;
    font-size: 18px;
}
.ds-amenities img {
    width: 25px;
    margin-right: 15px;
    filter: none;
}
.ds-slider-theme{   
    border: 2px solid #455a64  !important;
    color: #455a64 !important;
    border-radius: 50% !important;
    padding: 4px !important;    
}
.ds-slider-theme:hover{   
    background-color: #455a64 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    padding: 4px !important;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.ds-slider-theme-1{   
    border: 2px solid #ffffff  !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    padding: 4px !important;    
}
.ds-slider-theme-1:hover{   
    background-color: #455a64 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    padding: 4px !important;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.ds-slider{   
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    padding: 6px !important;
    background-color: #455a64;
}
.ds-slider:hover{   
    background-color: #455a64 !important;
    color: #fff !important;
    border-radius: 50% !important;
    padding: 6px !important;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.ds-slider-2{   
    border: 2px solid #ffffff  !important;
    color: #ffffff  !important;
    border-radius: 50% !important;
    padding: 6px !important;
    background-color: transparent !important;
}

.ds-slider-2:hover{   
    background-color: #455a64 !important;
    color: #fff !important;
    border-radius: 50% !important;
    padding: 6px !important;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
} 
/* End Amenities Section */
/* pricing */
.checked-button > div {
    position: relative;
    margin-bottom:10px;
 }
 .checked-button input:checked + span {   
    background-color: #ba9778 !important;
    color: #ffffff;
 } 
 .ds-selecet-box span.ds-left-radious {
    border-right: 0;
    border-radius: 4px 0 0 4px;
}
.ds-selecet-box span.ds-center-radious {
    border-right: 0;
}
.ds-selecet-box span.ds-right-radious {
    border-radius: 0 4px 4px 0;
}
.ds-selecet-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
 }
 .ds-selecet-box span{         
    border: 1px solid #ba9778;
    color: #ba9778;
    padding: 0 15px;
    cursor: pointer;
    width: 100%;
    line-height: 38px;      
    text-transform: uppercase;  
 }      
 .ds-selecet-box span:hover{
    background-color: #eae6e1 !important;
 } 
.ds-pricing-table th, .ds-pricing-table td, .ds-tax-table th, .ds-tax-table td {
    color: #000 !important;
    border-bottom-color: #ba9778;
}
.ds-table-border {
    border-collapse: unset;
    border: 1px solid #ba9778 !important;
    border-radius: 4px;
}
.ds-pricing .uk-grid+.uk-grid-small{
    margin-top: 10px;
}
.border-bottom {
    border-bottom: 1px solid;
}
.ds-pricing-color{
    color: #000;
}
.dataTables_wrapper .dataTables_length {
    float: left;
    display: none;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 16px 12px; 
    border-bottom: 1px solid #ba9778;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: transparent ;
}
table.dataTable tbody tr {
    background-color: transparent ;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: transparent;
}
Table.dataTable tbody th, table.dataTable tbody td {
    padding: 16px 12px;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000 !important;
    border: 1px solid #ba9778;
    background: #ba9778;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #ba9778 !important;
}
.dataTables_paginate {
    padding-bottom: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color:#000 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border:1px solid #ba9778;
    background:none;
    color: #000 !important;
}
/* Pricing end */
/*highcharts Section */
#propertychart {
    border-radius: 4px;
}
#Chart .ds-selecet-box span{          
    background: rgb(241 241 241);
}
.border-none{
    border: none !important;
}
.highcharts-figure {
    margin: 0;
}
.highcharts-background{
    fill: #f1f1f1;
}
.highcharts-axis.highcharts-color-1 text,
.highcharts-legend text,
.highcharts-yaxis text,
.highcharts-yaxis-labels text,
.highcharts-xaxis-labels text,
.highcharts-title {
    fill: #ba9778 !important;
}
/* End highcharts section*/
/* Contact Section */
.ds-nearbyplace{
    border: 1px solid #ba9778;
    margin-top: -70px;
    margin-bottom: -70px;
    border-radius: 4px;
}
.ds-nearby-tab {
    height: 500px;
}
.ds-nearby-tab.uk-tab>*>a,
.ds-nearby-tab.uk-tab::before{
    border-left: 0px;
    border-right: 0px;
}
.ds-tab-box{
    border: 1px solid #ba9778;
    border-right: 0px;
    border-radius: 4px 0 0 4px;
}
.ds-nearby-tab.uk-tab li{
    padding: 0px;
}
.ds-nearby-tab img{
    max-width:35px;
    filter: brightness(0) invert(1);
}
.ds-nearby-tab .uk-active>a img{ 
    filter: brightness(0) invert(.8);
}
.ds-nearby-tab.uk-tab>*>a {
    padding:15px 20px;
    text-align: center;
    font-size: 15px;
    text-transform: unset;
    background: #ba9778;
    color: #fff;
}
.ds-nearby-tab.uk-tab>.uk-active>a {
    background-color: #fff;
    color: #ba9778;
    border-color: #fff;
}
.ds-footer-tab {
    border-top:1px solid #e5e5e5
}
.ds-footer-tab li{
    padding: 10px;
    min-width: 60px;
    text-align: center;
    font-size: 14px;  
}
.ds-footer-tab li a{
    color:#999;
    font-size: 10px;
}
.ds-footer-tab img{
    max-width: 25px;
    filter: brightness(0) invert(.6);
}
.ds-place-holder {
    background: #dde7f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    width: 45px;
    height: 45px;
    margin-right:10px;
    color: var(--theme-color);
}
.ds-border-box{
    border: 1px solid #ba9778;
    padding:10px;
    margin-bottom:10px;
    border-radius: 4px;
    line-height: 1.5;
}
.ds-selecet-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.ds-selecet-box span {
    border: 1px solid #ba9778;
    color: #ba9778;
    padding: 0 15px;
    cursor: pointer;
    width: 100%;
    line-height: 38px;
    text-transform: uppercase;
}
.ds-openhouse {
    padding: 10px;
    border: 1px solid #ba9778;
    border-radius: 4px;
    background-color: #ffffff;
    cursor: pointer;
    line-height: 1.5;
}
.checked-button .ds-time-box:hover,
.ds-openhouse:hover {
    color: #ba9778;
    background-color: #eae6e1 !important;
    border-color: #ba9778 !important;
}
.checked-button input:checked + .ds-time-box,
.checked-button input:checked + .ds-openhouse {
    color: #ffffff;
    background-color: #ba9778 !important;
    border-color: #ba9778 !important;
}
.ds-openday {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.bg-active p {
    color: #ba9778;
}
.ds-selecet-box span.ds-left-radious {
    border-right: 0;
    border-radius: 4px 0 0 4px;
}
.ds-time-box {
    padding: 2px;
    border: 1px solid #ba9778;
    display: block;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
}
.checked-button input:checked + span {
    background-color: #3fb9be;
    color:#fff;
}
/* End Contact Section */
  /* Up-sell Section  */
  .ds-upsell-title{
    font-size: 30px;
    color: black;
    text-transform: uppercase;    
}
.ds-hr{      
    border-top: 2px solid #ffffff;
    border-top-color: rgb(255, 255, 255) !important;    
}
.ds-para-color{
    color: rgb(0, 0, 0);
    font-size: 15px;
}
.ds-upsell-bg .ds-text-right{
    color: #ca9d75 !important;
}
.ds-upell-module {    
    height: 520px;
}

.ds-upsell-bg{
    background: linear-gradient(180deg , rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 40%) 47%, rgb(0 0 0) 100%) !important;
    color: #fff !important;
}

.ds-upsell-module img{
    height: 520px;
    object-position: center;
    object-fit: cover;
    width: 100%;
}
.ds-link-color{
    color: #ca9d75 !important;
}

.ds-text-truncate{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* End Up-sell section */
/* specification */
.ds-spc-description{
    color: #fff !important;
    font-size: 19px !important;
    margin-top: 40px;
}
.ds-button-spc{
    color: #ca9d75 !important;
    font-size: 15px !important;
    color: white !important;
}
.ds-button-spc:hover{
    background-color: #ca9d75 !important;
    color: #2c2f38 !important;
}
.ds-button-back{
    background-color: white !important;
    color: black !important;
}

.ds-specifications .slider {
    width: 900px;
}
.ds-specifications .slick-prev {
    margin-right: 20px;
}
.ds-specifications .slick-next {
    margin-left: 20px;
}
.specifications-nav .slick-slide img {
    width: auto;
    max-height: 100px;
    margin: auto;
}

.ds-drawings .slick-prev {
    margin-right: 20px;
}
.ds-drawings .slick-next {
    margin-left: 20px;
}
.drawings-nav .slick-slide img {
    width: auto;
    max-height: 100px;
    margin: auto;
}
.ds-upsell-bg{
    background: linear-gradient(180deg , rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 40%) 47%, rgb(0 0 0) 100%) !important;
    color: #fff !important;
}
.slider {
    width: 100%;
    margin: 15px auto;
    max-width: 746px;
}
.slider.slider-nav {
    max-width: 500px;
}
.slick-slide {
    margin: 0px;
}
.slider-nav .slick-slide {
    margin: 0 5px;
}
.vertical-center .slick-slide:not(.slick-current) {
    transform: scaleY(0.8);
}
.slick-prev:before, .slick-next:before{    
    color: #333333 !important;
}
.slick-slide img {
    display: block;
    max-height: 600px;
    margin: auto;
    object-fit: contain;
}
/* End specification */
/* contact */
     
.ds-inline {
    border: 1px solid #e5e5e5;
    min-height: 50px;
    border-radius: 4px;
    margin-top: 10px;
}
.ds-inline label {
    font-size: 18px;
    left: 32px;
    position: absolute;
    top: -13px;
    background: #2c2f38;
    padding: 0px 35px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
.ds-inline .uk-input, .ds-inline .uk-select, .ds-inline .uk-textarea {
    margin-top: 15px;
    border-color: transparent !important;
    border-radius: 4px;
    color: rgb(255, 255, 255) !important;
    background: transparent;
    font-size: 18px;   
}
#contact .uk-input:focus, .uk-select:focus {   
    background-color: transparent !important;   
    color: #fff !important;  
}
#share-modal .uk-textarea {    
      height: 98px;
}
.ds-sub-titles {
    color: #666666;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: normal;
}
.ds-color{
    color: #ffffff;
}
.ds-contact-button{
    background-color: #221f1f !important;
    color: #be9571 !important;
}
.social-media-icon{
    color: #000000  !important;
}
.social-media-icon:hover{
    color: #767676!important;
}

/* twitter svg color */

.cs-twitter-size svg{
    fill: #e8e8e8;
}

.cs-twitter-size svg:hover {
    fill: #1e87f0;
}

/* twitter svg color end*/
/* End contact */
.ds-single-amenity h5 {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #ba9778;
    font-size: .867rem;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.4;
    letter-spacing: 1px;
}
li:nth-child(odd) .ds-single-amenity {
    color: #181818;
    background-color: #f1f1f1;
}
li:nth-child(even) .ds-single-amenity {
    color: #ffffff;
    background-color: #ba9778;
}
li:nth-child(even) .ds-single-amenity h5 {
    color: #ffffff;
}
li:nth-child(even) .ds-single-amenity img {
    filter: invert(1);
}
.ds-single-amenity img {
    width: 40px;
    margin-bottom: 30px;
    filter: invert(.6) sepia(1);
}
.ds-amenity-name {
    font-size: 1.4rem;
    font-family: 'Vidaloka', serif;
}
.ds-section-muted {
    color: #181818;
    background-color: #f1f1f1;
}
.ds-card {
    padding: 50px 50px 50px;
}
.ds-super-heading {
    font-family: 'Oswald', sans-serif;
    color: #ba9778;
    font-size: 0.867em;
    font-weight: 400;
    margin-bottom: 2.15em;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 170px;
}

.uk-slideshow a.uk-position-bottom-left, .uk-slideshow a.uk-position-bottom-right {
    margin-bottom: -35px;   
}
.uk-slideshow a.uk-position-bottom-left.ds-right {
    margin-left: 40px;    
}
.ds-position-tp{
    top: -44px;
}
.ds-margin-out {
    margin-bottom: -48px;   
}

.ds-floorplan-slider .uk-slideshow li {
    text-align: right;
}
.ds-floorplan-slider .uk-slideshow li img {
    height: 100%;
}
.ds-agent-info p, .ds-agent-info p > a {
    font-size: 1rem;
    color: #191919;
    text-transform: none;
    margin: 0;
}
.ds-agent-info .uk-icon {
    color: #595959;
}
.uk-input, .uk-textarea {
    background-color: #efefef;
    color: #181818;   
}
.uk-button-default {
    background-color: #ba9778;
    color: #fff;
    font-size: 1em;
    border: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.uk-button-default:focus, .uk-button-default:hover {
    background-color: #ba9778;
    color: #fff !important;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(186, 151, 120, 0.5);
}

.ds-banner-section .uk-container {
    top: 35%;
    transform: none;
}
.ds-banner-section h1, .ds-banner-section h6, .ds-banner-section a {
    text-shadow: 0px 0px 20px rgb(0, 0, 0);
}
.ds-valid-form > div {
    height: 70px;
    margin-top: 0 !important;
}
div.ds-msg {
    height: 150px;
}
.slick-prev:before, .slick-next:before{    
    color: #333333 !important;
}
.pie_progress__number,
.pie_progress__label {
    color:#000 !important;
}

.ds-feature-card {
    color: #222; 
    margin: 0px 4px; 
    height: 320px;
    overflow: hidden; 
}

.ds-feature-card h4{
    color: #2c3038;
}

.ds-modelspecifications .slider {
    width: 73% !important;
}

.model-slider {
    width: 100%;
    margin: 15px auto;
    max-width: 82% !important;
}

#specification-modal .slick-slide img{
    max-height: 100% !important;
}

.ds-modeldrwaing .slider {
    width: 73% !important;
}

.model-slider {
    width: 100%;
    margin: 15px auto;
    max-width: 82% !important;
}

#drawing-modal .slick-slide img{
    max-height: 100% !important;
}


/* drawing-section */

.slick-prev:before, .slick-next:before{
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 17px !important;
    line-height: normal !important;
}

.slick-prev:hover::before {
    content: "\f053";    
    color: #ffffff !important;
}

.slick-prev:before {
    content: "\f053";    
    color: #455a64 !important;
}

.slick-prev {
    left: -30px;
}
.slick-next {
    right: -30px;
}

.slick-prev, .slick-next{
    width: 27px !important;
    height: 27px !important;
    border: 2px solid #455a64 !important;    
    border-radius: 50%;
}

.slick-prev:hover, .slick-next:hover{
    width: 27px !important;
    height: 27px !important;
    border: 2px solid #455a64!important;
    color: #ffffff !important;
    background-color: #455a64;
    border-radius: 50%;
}
#drawing .slick-prev {
    left: -64px;
}
#drawing .slick-next {
    right: -64px;
}

#drawing .drawings-nav .slick-prev, #drawing .drawings-nav .slick-next{
    width: 27px !important;
    height: 27px !important;
    border: 2px solid #455a64 !important;    
    border-radius: 50%;
}

#drawing .drawings-nav .slick-prev:hover, #drawing .drawings-nav .slick-next:hover{
    width: 27px !important;
    height: 27px !important;
    border: 2px solid #455a64 !important;    
    border-radius: 50%;
}

#drawing .slick-prev, #drawing .slick-next{
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #455a64 !important;    
    border-radius: 50%;
}

#drawing .slick-prev:hover, #drawing .slick-next:hover{
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #455a64 !important;
    color: #ffffff !important;
    background-color: #455a64;
    border-radius: 50%;
}
#specification .slick-prev {
    left: -64px;
}
#specification .slick-next {
    right: -64px;
}

#specification .slick-prev, #specification .slick-next{
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #455a64 !important;    
    border-radius: 50%;
}

#specification .specifications-nav .slick-prev, #specification .specifications-nav .slick-next{
    width: 27px !important;
    height: 27px !important;
    border: 2px solid #455a64 !important;    
    border-radius: 50%;
}

#specification .specifications-nav .slick-prev:hover, #specification .specifications-nav .slick-next:hover{
    width: 27px !important;
    height: 27px !important;
    border: 2px solid #455a64 !important;    
    border-radius: 50%;
}

#specification .slick-prev:hover, #specification .slick-next:hover{
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #455a64 !important;
    color: #ffffff !important;
    background-color: #455a64;
    border-radius: 50%;
}

.slick-next:before {
    content: "\f054";
    color: #455a64 !important;
}
.slick-next:hover::before {
    content: "\f054";
    color: #ffffff !important;
}

/* drawing-ended */
.ds-img-width{
    max-height: 400px;
}
.ds-img-width img {
    max-height: 400px;
    object-fit: contain;
}

.ds-property-gallery{
    height: 100%;
}
.ds-whatsapp-icon .uk-button-default{
    background-color: transparent !important;
    box-shadow: none;
}

.ds-whatsapp-tit-wid {
    color: #000;
}
.brochures-button{
    border-radius: 4px;
    background: transparent;
    border: 2px solid #ba9778;
    color: #ba9778;
    padding: 0px 20px;
}
.brochures-button:hover{
    border: 2px solid #ba9778;
}

.brochures-button .far {
    font-size: 18px;
}
.uk-heading-line > ::after, .uk-heading-line > ::before {
    border-color: #ba9778;
}


.brochures-card{
    border: 1px solid #e5e5e5;
    color: #666;
    border-radius: 4px;
}
.brochures-card:hover{
    border: 1px solid #444;
    color: #444;
    border-radius: 4px;
}
.ds-brochures-img::before{
    content: "";
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ds-brochures-img{
    width: 100%;
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ds-brochures-download-buttn{
    background-color: transparent;
    color: #fff;
    border: 1px solid #B2B2B1;
}
.ds-brochures-download-buttn:hover{
    color: #fff;
}

.flipbook-viewport .page img {
    max-width: 100%;
    height: 100%;
}

.ds-review {
    font-size: 26px;
    line-height: 1.6;
    color: #2c2f38 !important;
}
.ds-review-title {
    color: #2c2f38 !important;
    font-size: 28px;
}
.ds-review-button{
    background-color: #ba9778 !important;
    color: #fff !important;
    padding: 15px !important;
    font-size: 15px !important;
}
.ds-review-button:hover {
    background-color: transparent !important;
    color: #2c3038 !important;
    padding: 15px !important;
    font-size: 15px !important;
    outline: 2px solid #2c3038;
}

.ds-rating .fa-star{
    font-size: 30px;
    color: #ffd700;
}
#review-modal .uk-input, #review-modal .uk-textarea{
    background-color: #ffffff;
}

.ds-button{
    border: 2px solid #2c3038 !important;
    color: #666 !important;
    background-color: transparent !important;
    font-size: 16px !important;
}
.ds-button:hover{
    color: #fff !important;
    border: 2px solid #ba9778 !important;
    background-color: #ba9778 !important;
    font-size: 16px !important;
}
#review-modal .uk-input, #review-modal .uk-select, #review-modal .uk-textarea {   
    border: none;
    border-bottom: 1px solid #a5a2a2 !important;
}

#about h1, #about h2, #about h3, #about h4, #about h5, #about h6, #about p {
    color: #fff !important;
}

.front-side {
    opacity: 1;   
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.ds-feature-card:hover .front-side {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.ds-feature-card:hover .back-side {
    background: #2c3038;
    color: #ffffff;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.back-side {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    overflow-y: auto;
}
.ds-feature-card .back-side > a {
    display: block;
    width: 100%;
    height: 100%;
}

.ds-feature-card .text {
    opacity: 0;
    visibility: hidden;
    color: #ffffff !important;  
}
.text h4{
    color: #ffffff;
}

.ds-feature-card:hover .text {
    opacity: 1;
    visibility: visible;    
}
.ds-feature-card .content {    
    position: relative;   
    padding: 25px 20px;
}

.front-side-align{
    background-color: #f1f1f1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.ds-feature-card .front-side, .ds-feature-card .back-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 0.4s ease-out, opacity 0.3s ease-out;
    -moz-transition: transform 0.4s ease-out, opacity 0.3s ease-out;
    transition: transform 0.4s ease-out, opacity 0.3s ease-out;
}

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.1)
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #bbbbbb;
}

.rating > label:hover:before, .rating > label:hover ~ label:before, .rating > input.radio-btn:checked ~ label:before, .rating > input.radio-btn:checked ~ label:before {  
    left: 4px;
}

@media (min-width: 1400px) {
    .ds-banner-section .uk-container {
        border-left: 1px solid #fff;
    }
    .ds-hero-heading {
        font-size: 5em;
    }
}
@media (min-width: 1200px) {

    .ds-hero-heading {
        font-size: 4em;
    }
    #distance {
        height: 408px;
    }
}
@media(max-width: 1599px) {
    
    .ds-card {
        padding-bottom: 0;
        padding-left: 0;
    }
    .ds-review {
        font-size: 22px;
        line-height: 1.4;
        color: #2c2f38 !important;
    }
    .ds-review-title {
        color: #2c2f38 !important;
        font-size: 24px;
    }
}
@media(max-width: 1024px) {
    
    .ds-specifications .slider {
        width: 100%;
    }
    .ds-specifications .slick-prev, .ds-specifications .slick-next {
        display: none !important;
    }
    .ds-drwaings .slider {
        width: 100%;
    }
    .ds-drawings .slick-prev, .ds-drawings .slick-next {
        display: none !important;
    }
    .slider {
        margin: 0px auto;
    }
    .slick-list{
        padding: 0px !important;
    }
}

@media (max-width: 1199px) {
    .ds-nearby-tab{
        flex-direction: row;
        height: auto;
        margin-left:0;
    }
    .ds-nearbyplace{
        margin-top: 0px;
        margin-bottom:0px;       
    }
    .ds-nearby-tab.uk-tab li {
        min-width: 100px;
        flex: 1;
    }
    .uk-grid-collapse>.ds-nearbyplace.uk-grid-margin {
        margin-top:15px;
        margin-bottom: 15px;
    }
    .ds-tab-box {
        border-radius: 4px;
    }
    .ds-review {
        font-size: 20px;
        line-height: 1.4;
        color: #2c2f38 !important;
    }
    .ds-review-title {
        color: #2c2f38;
        font-size: 22px;
    }
    .ds-quotes-img{
        width: 80px;
    }
}

@media (max-width: 960px) {       
    .ds-review {
        font-size: 18px;
        line-height: 1.4;
        color: #2c2f38 !important;
    }
    .ds-review-title {
        color: #2c2f38;
        font-size: 20px;
    }
    .ds-quotes-img{
        width: 60px;
    }
    .ds-brochures-img {
        height: 400px;
    }
}

@media (max-width: 959px) {
    .ds-info-background {
        height: 400px;
    }
    .ds-property-info {
        margin-top: 0 !important;
    }
    .ds-empty-space {
        margin-bottom: 0 !important;
    }
    .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
        min-height: 70px;
    }    
    .ds-floorplan-slider .uk-slideshow li {
        text-align: center !important;
    }
    h1.ds-section-title {
        margin-top: 10px;
    }
    .ds-empty-space {
        margin-top: 2em;
    }
    h1.ds-hero-heading {
        margin-top: 20px;
    }
    .ds-openhouse-sec {
        margin-bottom: 0 !important;
    }
    .ds-padding-left {
        padding-left: 65px !important;
    }    
}
@media (max-width: 639px) {
    .ds-empty-section {
        margin-top: 5em;
    }  
    .ds-padding-mobile-small{
        padding: 15px !important;
    }    
    .uk-h1, h1 {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .ds-agent-img img {
        margin-left: auto;
        margin-right: auto;
    }  
    .ds-single-amenity img {
        margin-bottom: 0px;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
    }    
    .ds-padding-remove{
        padding: 0px !important;
    }
    .ds-info-background {
        height: 300px;
    }    
    .ds-property-info .ds-counter {
        font-size: 3em;
    }
    .ds-amenities-list.uk-grid > .uk-grid-margin {
        margin-top: 15px;
    }
    #googleMap{
        height: 300px;
    }
    .ds-slider{   
        border: 2px solid #ffffff !important;
        color: #ffffff !important;
        border-radius: 50% !important;
        padding: 4px !important;
        background-color: #455a64;
    }
    .ds-slider:hover{   
        background-color: #455a64 !important;
        color: #fff !important;
        border-radius: 50% !important;
        padding: 4px !important;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }
    .ds-slider-2{   
        border: 2px solid #ffffff  !important;
        color: #ffffff  !important;
        border-radius: 50% !important;
        padding: 4px !important;
        background-color: transparent !important;
    }
    
    .ds-slider-2:hover{   
        background-color: #455a64 !important;
        color: #fff !important;
        border-radius: 50% !important;
        padding: 4px !important;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    } 
    .ds-padding-remove{
        padding: 0px;
    }
    .ds-review {
        font-size: 16px;
        line-height: 1.4;
        color: #2c2f38 !important;
    }
    .ds-review-title {
        color: #2c2f38;
        font-size: 18px;
    }
    .ds-pad-remove{
        padding: 20px 0px;
    }   
}
