/* [ -- Master Stylesheet -- ] */
/* ##################################################

:: Template Name: Realesate Templates
:: Author: Just-Games
:: Version: 1.0
:: Created: 29 May 2019
:: Last Updated: 29 May 2019

/* Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

/* Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/owl.carousel.css);
@import url(css/classy-nav.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/themify-icons.css);
@import url(css/nice-select.css);
@import url(css/jquery-ui.min.css);

/* --- Base CSS ------------------------------------------------------------------------------------ */
* {
    margin: 0;
    padding: 0; }
  
  body {
    font-family: "Open Sans", sans-serif; }

/* --- Preloader CSS ------------------------------------------------------------------------------------ */
#preloader {
    overflow: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    background-color: #ffffff; 
}
.load {
    -webkit-animation: 1500ms linear 0s normal none infinite running south-load;
    animation: 1500ms linear 0s normal none infinite running south-load;
    background: transparent;
    border-color: #ffffff;
    border-top-color: #947054;
    border-left-color: #947054;
    border-right-color: #947054;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 50px;
    left: calc(50% - 25px);
    position: relative;
    top: calc(50% - 25px);
    width: 50px;
    z-index: 9; }
  
  @-webkit-keyframes south-load {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  @keyframes south-load {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
/* --- Header Area CSS ------------------------------------------------------------------------------ */
.header-area {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: auto;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; 
}  
.top-header-area {
    position: relative;
    z-index: 1;
    height: 45px;
    background-color: #000000; 
}
@media only screen and (max-width: 767px) {
    .top-header-area {
        height: auto; 
    } 
}
.top-header-area .email-address {
    padding-left: 60px;
    line-height: 1; 
}
@media only screen and (max-width: 767px) {
    .top-header-area .email-address {
        padding: 15px 30px; 
    } 
}
.top-header-area .email-address a {
    color: #808080;
    font-size: 12px;
    position: relative;
    z-index: 1;
    top: -2px; 
}
.top-header-area .email-address a:hover, .top-header-area .email-address a:focus {
    color: #ffffff; 
}
.top-header-area .phone-number {
    line-height: 1;
    background-color: #947054;
    height: 45px;
    margin-bottom: 0; 
}
.top-header-area .phone-number .icon {
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center; 
}
.top-header-area .phone-number .icon img {
    padding: 16px 0;
    max-width: 15px; 
}
.top-header-area .phone-number .number a {
    padding: 0 60px;
    color: #ffffff;
    line-height: 45px;
    font-size: 12px; 
}
.main-header-area {
    width: 100%;
    height: 90px;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area {
        height: 70px; 
    } 
}
@media only screen and (max-width: 767px) {
    .main-header-area {
        height: 70px; 
    } 
}
.main-header-area .classy-nav-container {
    background-color: transparent; 
}
.main-header-area .classy-navbar {
    height: 90px;
    padding: .5em 60px; 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area .classy-navbar {
        height: 70px; 
    } 
}
@media only screen and (max-width: 767px) {
    .main-header-area .classy-navbar {
        height: 70px;
        padding: 0.5em 30px; 
    } 
}
.main-header-area .classynav ul li a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600; 
}
.main-header-area .nav-brand {
    line-height: 1; 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header-area .nav-brand {
        margin-right: 0; 
    } 
}
.main-header-area .classynav ul {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; 
}
.main-header-area .searchbtn {
    margin-left: 30px;
    height: 90px;
    line-height: 90px;
    background-color: transparent;
    width: 90px;
    text-align: center; 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header-area .searchbtn {
        margin-left: 15px;
        width: 50px; 
    } 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area .searchbtn {
        margin-left: 0;
        height: 50px;
        width: 100%;
        margin-top: 15px;
        line-height: 50px;
        background-color: #947054; 
    } 
}
@media only screen and (max-width: 767px) {
    .main-header-area .searchbtn {
        margin-left: 0;
        height: 50px;
        width: 100%;
        margin-top: 15px;
        line-height: 50px;
        background-color: #947054; 
    } 
}
.main-header-area .searchbtn:hover {
    background-color: #947054; 
}
.main-header-area .search-form {
    position: relative;
    z-index: 1;
    display: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
.main-header-area .search-form input {
    width: 650px;
    height: 50px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-radius: 100px;
    padding: 0 30px;
    font-size: 14px; 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header-area .search-form input {
        width: 550px; 
    } 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area .search-form input {
        width: calc(100% - 30px);
        margin: 0 15px; 
    } 
}
@media only screen and (max-width: 767px) {
    .main-header-area .search-form input {
        width: calc(100% - 30px);
        margin: 0 15px; 
    } 
}
.main-header-area .search-form button {
    position: absolute;
    top: 0;
    right: 15px;
    height: 50px;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    width: 50px;
    outline: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; 
}
.main-header-area .search-form button:hover {
    color: #ffffff; 
}
.search-close .searchbtn {
  background-color: #947054; 
}
.search-close .classynav ul {
  display: none; 
}
.search-close .search-form {
  display: block; 
}
.search-close .searchbtn {
    background-color: #947054; 
}
.search-close .classynav ul {
    display: none; 
}
.search-close .south-search-form {
    display: block; 
}
/* --- Video Area ----------------------------------------------------------------------------- */
.video-section-container {
    position: static;
    display: block;
    width: 100%;
    height: 800px;
}
.video-section-container .middle-content-wrapper {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;    
}
@media only screen and (min-width: 768px) {
    .video-txt-large {
        font-size: 70px;
        padding-left: 50px;
    } 
}
@media only screen and (max-width: 767px) {
    .video-txt-large {
        font-size: 16px; 
        padding-left: 50px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .video-txt-large {
        font-size: 24px;
        padding-left: 50px;
    } 
}
.video-section-container .middle-content-wrapper .text-area{
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    background-color: rgba(0,0,0,.5);
}
.video-txt-small {
    font-size: 15px;
    padding-left: 50px;
}
/* --- Call to Action Areas ---------------------------------------------------------------- */
.call-to-action-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 650px;
    background-attachment: fixed;
    background-size:cover;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-area {
        height: 500px; 
    } 
}
@media only screen and (max-width: 767px) {
    .call-to-action-area {
        height: 500px; 
    } 
}
.call-to-action-area .cta-content h2 {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 20px;
    text-transform: uppercase; 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-area .cta-content h2 {
        font-size: 40px; 
    } 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-area .cta-content h2 {
        font-size: 30px; 
    } 
}
@media only screen and (max-width: 767px) {
    .call-to-action-area .cta-content h2 {
        font-size: 24px; 
    } 
}
.call-to-action-area .cta-content h6 {
    font-size: 30px;
    font-style: italic;
    color: #ffffff; 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-area .cta-content h6 {
        font-size: 24px; 
    } 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-area .cta-content h6 {
        font-size: 18px; 
    } 
}
@media only screen and (max-width: 767px) {
    .call-to-action-area .cta-content h6 {
        font-size: 16px; 
    } 
}  
/* --- Featured Properties Area ---------------------------------------------------------------- */
.properties-section-container{
    display: block;
    width: 100%;
}
.properties-section-container h2 { 
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.properties-section-container p { 
    color: #947054;
    font-size: 14px;
    margin-bottom: 0;
    font-style: italic;
}
.properties-section-container .container {
    padding: 20px 0px;
    text-align: center;
}
.property {
    display: inline-block;
    flex-wrap: wrap;
    max-width: 300px;
    max-height: 500px;
    border: 1px solid #e1dddd;
    margin: 10px;
}
.property .property-thumb {
    position: relative;
    z-index: 1;
}
.property .property-thumb img {
    vertical-align: middle;
    border-style: none;
}
.property .property-thumb .tag span{
    position: absolute;
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    background-color: #947054;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    top: 20px;
    left: 20px;
    z-index: 10;
    line-height: 35px;    
}
.property .property-thumb .list-price p{
    position: absolute;
    display: inline-block;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    z-index: 10;
    bottom: 20px;
    left: 20px;
    background-color: #fff;
}
.property .property-content {
    margin: 0;
    padding: 20px 25px;
}
.property .property-content h5{
    color: #323232;
    font-weight: 600;
    text-align: left;
}
.property .property-content .location{
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}
.property .property-content .description{
    color: #7d7d77;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding: 20px 0;
}
.property .property-meta-data span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    color: #838388;
}
/* --- Testimonial Area ---------------------------------------------------------------- */
.testimonial-section {
    text-align: center;
    margin-top: 20px;
}
.testimonial-section h2 {
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.testimonial-section  {
    color: #947054;
    font-size: 14px;
    font-style: italic;
}
.testimonials-slides .single-testimonial-slide {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); 
}
.testimonials-slides .single-testimonial-slide h5 {
    margin-bottom: 60px;
    color: #7d7d7d; 
}
.testimonials-slides .single-testimonial-slide .testimonial-author-info {
    margin-top: 50px; 
}
.testimonials-slides .single-testimonial-slide .testimonial-author-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 20px; 
}
.testimonials-slides .single-testimonial-slide .testimonial-author-info p {
    margin-bottom: 0;
    color: #323232; 
}
.testimonials-slides .single-testimonial-slide .testimonial-author-info p span {
    color: #947054; 
}
.testimonials-slides .center .single-testimonial-slide {
    -webkit-transform: scale(1);
    transform: scale(1); 
}
.testimonials-slides .center .single-testimonial-slide h5 {
    color: #000000; 
}
.testimonials-slides .owl-prev,
.testimonials-slides .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: -19px;
    margin-top: -19px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #dadada;
    font-size: 12px; 
}
.testimonials-slides .owl-prev:hover,
.testimonials-slides .owl-next:hover {
    background-color: #947054; 
}
@media only screen and (max-width: 767px) {
    .testimonials-slides .owl-prev,
    .testimonials-slides .owl-next {
        left: 0; 
    } 
}
.testimonials-slides .owl-next {
    left: auto;
    right: -19px; 
}
@media only screen and (max-width: 767px) {
    .testimonials-slides .owl-next {
        left: auto;
        right: 0; 
    } 
}
/* --- Footer Area ---------------------------------------------------------------- */
.footer-area {
    display: block;
    min-height: 300px;
    width: 100%;
    background-color: #1a1a1a;
    color: #fff;
    margin-top: 100px;
}
.fotter_widget {
    width: 33%;
    float: left;
    min-height: 300px;
    padding: 30px 20px;
}
.fotter_widget .widget-title {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid #947054;
    margin-bottom: 20px;
}
.copywrite-text {
    width: 100%;
    height: 60px;
    background-color: #111113;
    padding: 0 15px;
}
.fotter_widget .widget-content .address h6 {
    position: relative;
    display: block;
    z-index:  1;
    margin: 20px 0;
    font-size: 15px;
    padding-left: 40px;
}
.fotter_widget .widget-content .address h6  img {
    position: absolute;
    top: 4px;
    z-index: 10;
    left: 0;
}
.fotter_widget .widget-content ul li a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.fotter_widget .widget-content ul li a:hover{
    color: #947054;
    cursor: pointer;
}
/* --- Logo styles ---------------------------------------------------------------- */
.nl-name1 {
    text-transform: uppercase;
    color: #947054;
    font-weight: bold;
    font-size: 30px;
    margin: 0px;
}
.nl-name2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
}