body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}

#cp-wrapper {
    background-color: rgba(195,204,213,1);
    float: left;
    height: auto;
    width: 100%;
    margin: 0px;
    /*font-family: 'Oswald', sans-serif;*/
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
}

#cp-wrapper-newsletter {
    margin-right: auto;
    margin-left: auto;
    height: auto;
    /*width: 800px;*/
}



.cp-row {
    /*width: 800px;
	float: left;*/
    font-family: 'Oswald', sans-serif;
    position: relative;
}


#cp-wrapper-preview {
    float: left;
    height: auto;
    margin: 0px;
    /*font-family: 'Oswald', sans-serif;*/
}

/*================Header&Navbar=====*/

.section-t8 {
    padding-top: 80px;
}

.section-t4 {
    padding-top: 40px;
}

.section-b4 {
    padding-bottom: 40px;
}

.section-b8 {
    padding-bottom: 80px;
}

.section-mb2 {
    margin-bottom: 20px;
}

.title-box {
    margin-bottom: 35px;
}

.title-box-a {
    color: #755c3b;
    font-size: 19px;
    border-left: solid 5px #755c3b;
    padding-left: 5px;
}

h2.title-a {
    color: #fff;
    font-size: 38px;
}

nav.navbar {
    position: relative;
    z-index: 1;
    padding: 10px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    display: inline-flex;
    height: auto;
}

.nav-1 {
    float: right;
    text-align: right;
    width: auto;
    margin-top: 12px;
}

.navbar-brand a {
    color: #fff;
    margin-top: 10px;
}

/* theme 2 header styles*/
#cp-head1 .navbar {
    padding: 0;
}

#cp-head1 .left2 {
    float: left;
    display: block;
}

#cp-head1 .right2 {
    float: right;
    display: block;
}

#cp-head1 .navbar-brand a {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 0;
}

#cp-head1 .navbar-header {
    background-color: #755c3b;
    padding: 16px 20px;
}

#cp-head1 .navbar-brand {
    margin-left: 0;
}

#cp-head1 .container-fluid {
    padding-left: 0;
}

#cp-head1 .nav-1 {
    margin-top: 17px;
    margin-bottom: 15px;
    margin-left: 20px;
}

    #cp-head1 .nav-1 li a {
        padding: 16px;
    }

#cp-head1 .call_to_action {
    color: #fff;
    font-size: 18px;
    padding: 16px;
    margin-top: 17px;
    letter-spacing: 2px;
}

    #cp-head1 .call_to_action i {
        color: #755c3b;
        font-size: 19px;
    }


/*banners*/

.banner1 {
    background-color: #2e2e2e;
}

    .banner1 .banner-img img {
        width: 100%;
    }

    .banner1 .banner-text {
        color: #fff;
        font-size: 3.4vw;
        text-transform: uppercase;
        padding: 25px;
    }
/*banner3*/

.banner3 {
    background-color: #2e2e2e;
}

    .banner3 .banner-img img {
        width: 100%;
    }

    .banner3 .banner-text {
        font-size: 46px;
        color: #fff;
        text-transform: uppercase;
        text-align: right;
        font-family: "Oswald", sans-serif;
    }

    .banner3 .banner_text_outer {
        margin-top: 40px;
        padding-top: 40px;
        margin-right: 35px;
    }

        .banner3 .banner_text_outer::before {
            border-top: solid 2px #fff;
            width: 50%;
        }

    .banner3 .banner-small-text {
        font-size: 19px;
        color: #fff;
        text-align: right;
        margin-top: 40px;
    }

    .banner3 .banner-link {
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-top: 40px;
        border: solid 1px #755c3b;
        border-radius: 4px;
        float: right;
        padding: 10px 25px;
    }



/*-----------Featured Properties-Property-Carousel---------------*/

.section-property-home {
    background-color: #202020;
}

.property-carousel {
    margin-bottom: 35px;
}

    .property-carousel .prop_list_box {
        margin-bottom: 40px;
        background-color: #fff;
        -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
        position: relative;
        z-index: 1;
    }

        .property-carousel .prop_list_box img {
            width: 100%;
            height: 245px;
            background-size: cover;
        }

        .property-carousel .prop_list_box .overlay {
            background-color: rgba(0,0,0,0.7);
            position: absolute;
            z-index: 2;
            width: 100%;
            top: 0;
            height: 100%;
            color: #fff;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            -moz-transform: scale(0.0);
            -ms-transform: scale(0.0);
            -o-transform: scale(0.0);
            -webkit-transform: scale(0.0);
            transform: scale(0.0);
            padding: 15px;
        }

        .property-carousel .prop_list_box:hover .overlay, .property-carousel .prop-image:hover .overlay {
            opacity: 1;
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .property-carousel .prop_list_box .centered {
            position: absolute;
            top: 50%;
            text-align: center;
            width: 100%;
            margin-left: -15px;
            background: transparent;
        }

            .property-carousel .prop_list_box .centered a {
                color: #000;
                background: #fff;
                padding: 10px 25px;
                border-radius: 4px;
                text-decoration: none;
            }

                .property-carousel .prop_list_box .centered a:hover {
                    color: #fff;
                }

        .property-carousel .prop_list_box .tags {
            position: absolute;
            top: 0;
            width: 100%;
            margin-top: 10px;
            background: transparent;
            z-index: 3;
            color: #fff;
        }

            .property-carousel .prop_list_box .tags .tag_left, .property-carousel .prop_list_box .tags .tag_right {
                color: #fff;
                font-size: 12px;
                padding: 5px 15px;
                position: absolute;
                top: 15px;
            }

            .property-carousel .prop_list_box .tags .tag_right {
                right: 15px;
                top: 15px;
            }

            .property-carousel .prop_list_box .tags .tag_left {
                top: 15px;
                left: 15px;
                background: #1f1f1f;
            }

        .property-carousel .prop_list_box .detail_stripe {
            width: 100%;
            padding: 3px;
            text-align: center;
            position: relative;
            z-index: 4;
            color: #fff;
            background-color: #755c3b;
        }

        .property-carousel .prop_list_box .tags .tag_right {
            background-color: #755c3b;
        }




.prop_list_box .detail_stripe span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 3px 10px;
}

    .prop_list_box .detail_stripe span i {
        font-size: 20px;
        margin: 0 5px 0 0;
    }

.prop_list_box .proerty_content {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .prop_list_box .proerty_content .property_text {
        padding: 25px 20px; 
        text-overflow:ellipsis;
        overflow: hidden;
        white-space:nowrap;       
    }

        .prop_list_box .proerty_content .property_text h3 a {
            color: #1f1f1f;
            text-decoration: none;
        }

.clear {
    width: 100%;
    height: auto;
    clear: both;
}

.prop_list_box .proerty_content .property_text p {
    margin: 15px 0 0 0;
}

.prop_list_box .favourite {
    border-top: 1px solid #e5e5e5;
    background-color: #f2f2f2;
    display: block;
}

    .prop_list_box .favourite h3 {
        line-height: 34px;
        color: #1f1f1f; /*margin-left: 15px; margin-top: 5px;*/
        margin-bottom: 0;
        display: inline-block;
    }

.prop_list_box .prop-image {
    position: relative;
}

.prop_list_box .favourite p {
    margin-bottom: 0;
    padding-top: 5px;
}

.prop_list_box .favourite h3 {
    margin-top: 0;
}

.prop_list_box .favourite div:first-child p {
    color: #1f1f1f;
}

.prop_list_box .favourite div:last-child p {
    color: #755c3b;
}

.section-property-home h2 {
    text-align: center;
}

.property-carousel .prop_list_box .centered a:hover {
    background-color: #755c3b;
    color: #fff;
}

.prop_list_box .property_text h3 {
    margin-top: 0;
}

/*------/ Owl carousel /------*/

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 18px;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 16px;
            height: 9px;
            margin: 5px 5px;
            background: #000000;
            border: 0px solid #000000;
            display: block;
            transition: all 0.6s ease-in-out;
            cursor: pointer;
            border-radius: 0px;
        }



        .owl-theme .owl-dots .owl-dot.active span {
            width: 35px;
        }

.owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

    .owl-arrow .owl-nav .owl-prev,
    .owl-arrow .owl-nav .owl-next {
        display: inline-block;
        transition: all 0.6s ease-in-out;
        color: #000000;
    }

        .owl-arrow .owl-nav .owl-prev.disabled,
        .owl-arrow .owl-nav .owl-next.disabled {
            transition: all 0.6s ease-in-out;
            color: #adadad;
        }

    .owl-arrow .owl-nav .owl-next {
        margin-left: 15px;
    }

.nav-arrow-a .owl-arrow .owl-nav {
    font-size: 1.8rem;
    margin-top: -110px;
}

    .nav-arrow-a .owl-arrow .owl-nav .owl-next {
        margin-left: 15px;
    }

.nav-arrow-b .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
}

    .nav-arrow-b .owl-arrow .owl-nav .owl-prev,
    .nav-arrow-b .owl-arrow .owl-nav .owl-next {
        padding: .7rem 1.5rem !important;
        display: inline-block;
        transition: all 0.6s ease-in-out;
        color: #ffffff;
        opacity: .9;
    }

        .nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
        .nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
            transition: all 0.6s ease-in-out;
            color: #ffffff;
        }

    .nav-arrow-b .owl-arrow .owl-nav .owl-next {
        margin-left: 0px;
    }

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #755c3b;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #755c3b;
}

/*Banner-2*/
.banner2 {
    background-color: #2e2e2e;
}

    .banner2 .banner-carousel-img img {
        height: 85vh;
        max-width: 480px;
    }
/*Agent details*/
.agent {
    background-color: #2e2e2e;
}

    .agent .agent-photo img {
        width: 100%;
    }

    .agent .agent-details {
        padding: 25px;
        margin-top: 25px;
    }

    .agent .tagline {
        color: #fff;
        font-size: 30px;
    }

    .agent .number {
        color: #fff;
        font-size: 45px;
    }



.agent2 {
    background-color: #2e2e2e;
}

    .agent2 .agent-img {
        border: solid 35px #755c3b;
    }

    .agent2 .agent-photo {
        margin-top: -50px;
        margin-left: -50px;
        margin-right: 25px;
        margin-bottom: 25px;
    }

        .agent2 .agent-photo img {
            width: 100%;
        }

    .agent2 .agent-details {
        padding: 25px;
        margin-top: 25px;
    }

    .agent2 .tagline {
        color: #fff;
        font-size: 30px;
    }

    .agent2 .number {
        color: #fff;
        font-size: 45px;
    }

    .agent2 .agent-text {
        color: #b8b0a5;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 10px;
    }

/* agent 3 details*/
.agent3 {
    background-color: #2e2e2e;
}

    .agent3 .tagline, .agent3 .tagline2 {
        color: #fff;
        font-size: 44px;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
    }

    .agent3 .tagline2 {
        color: #755c3b;
    }

    .agent3 .agent-text {
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
        margin-top: 50px;
    }

    .agent3 .agent_ul ul {
        margin-top: 40px;
        padding-left: 0;
    }

        .agent3 .agent_ul ul li {
            color: #fff;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            line-height: 24px;
            font-weight: 300;
            list-style: none;
            margin-bottom: 5px;
        }

            .agent3 .agent_ul ul li i {
                color: #755c3b;
                margin-right: 10px;
            }

    .agent3 .agent-img {
        width: 80%;
    }

        .agent3 .agent-img img {
            width: 100%;
        }


/*--------------Testimonial-Carousel-------------*/
.testimonials1 {
    background-color: #202020;
}

.testimoni {
    position: relative;
    overflow: hidden;
    margin: 20px 0px 10px;
    width: 100%;
    /*color: #333;*/
    text-align: left;
    box-shadow: none !important;
}

    .testimoni * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.testimoni-carousel .testimoni img {
    max-width: 100%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.testimoni blockquote {
    display: block;
    border-radius: 8px;
    position: relative;
    /*background-color: #202020;*/
    color: #fff;
    padding: 30px 50px 65px 50px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 -50px;
    line-height: 1.6em;
    border: none;
}

    .testimoni blockquote:before,
    .testimoni blockquote:after {
        font-family: 'FontAwesome';
        content: "\201C";
        position: absolute;
        font-size: 50px;
        opacity: 1;
        font-style: normal;
        color: #755c3b;
    }

    .testimoni blockquote:before {
        top: 30px;
        left: 20px;
    }

    .testimoni blockquote:after {
        content: "\201D";
        right: 20px;
        bottom: 35px;
    }

.testimoni .author {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

    .testimoni .author h5 {
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 3px;
        color: #fff;
        line-height: 26px;
    }

    .testimoni .author span {
        font-weight: 200;
        font-size: 15px;
        text-transform: none;
        display: block;
    }

.testimonials2 {
    background-color: #2e2e2e;
    text-align: center;
}

    .testimonials2 .testimoni img {
        max-width: 100%;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        margin-bottom: -15px;
        display: inline-block;
        z-index: 1;
        position: relative;
    }

.testimoni-carousel2 .testimoni img {
    max-width: 100%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
    z-index: 1;
    position: relative;
}
/* testimonials 3*/
.testimonials3 {
    background-color: #202020;
}

    .testimonials3 h2 {
        text-align: center;
    }

    .testimonials3 .testimoni .author h5 {
        letter-spacing: 1px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
    }

    .testimonials3 .testimoni blockquote {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        width: 85%;
        margin: auto;
        text-align: center;
    }

    .testimonials3 .author i {
        color: #755c3b;
        font-size: 36px;
        position: relative;
        bottom: -45px;
        left: -27px;
        z-index: 99;
    }

    .testimonials3 .testimoni blockquote:before, .testimonials3 .testimoni blockquote:after {
        opacity: 0;
    }

/*-----parallax section-----*/
.parallax {
    background-image: url(../assets/parallax.jpg);
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: auto;
    text-align: center;
}

    .parallax .parallax-text {
        text-align: center;
        font-size: 25px;
        color: #E8E8E8;
        margin-top: 100px;
        margin-bottom: 10px;
    }

    .parallax .btn-a {
        margin-bottom: 100px;
        background-color: #E8E8E8;
    }

        .parallax .btn-a :hover {
            background-color: #755c3b;
            color: #E8E8E8;
        }

.footer-1 {
    background-color: #000;
    color: #fff;
    text-align: center;
}

    .footer-1 .agent-address {
        font-size: 18px;
    }

    .footer-1 .agent-number {
        font-size: 25px;
    }

    .footer-1 .agent-email {
        font-size: 18px;
    }

.social-media a {
    font-size: 25px;
    color: #E3E3E3;
}

    .social-media a:hover {
        color: #755c3b;
    }

.footer-2 {
    background-color: #0B0B0B;
    color: #BBBBBB
}

    .footer-2 .agent-address {
        font-size: 16px;
    }

    .footer-2 .agent-email, .footer-2 .agent-number {
        font-size: 18px;
        text-align: center;
    }

    .footer-2 .social-media {
        font-size: 25px;
        text-align: center;
    }

    .footer-2 .copyright {
        text-align: center;
    }

/* footer3 */
.footer-3 {
    background-color: #0c0c0c;
    font-family: "Roboto", sans-serif;
}

    .footer-3 .contact_details h3 {
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
        margin-bottom: 25px;
    }

    .footer-3 .contact_details p {
        color: #f2f2f2;
        line-height: 24px;
        margin-bottom: 0px;
        font-weight: 300;
    }

    .footer-3 .contact_details i {
        color: #755c3b;
        padding-right: 10px;
    }

    .footer-3 .social-media i {
        color: #696969;
    }

        .footer-3 .social-media i:hover {
            color: #755c3b;
        }

    .footer-3 .copyright {
        border-top: solid 1px #444;
        padding: 15px 0;
        text-align: left;
        margin-top: 60px;
        color: #929292;
    }
/*---------------Inner Pages-------------*/


.inner-banner .banner-contact img {
    width: 100%;
}

.inner-banner2 {
    background-color: #2e2e2e;
    color: #E3E3E3;
    padding-top: 50px;
    padding-bottom: 75px;
}

.inner-banner-heading {
    border-left: 3px solid #755c3b;
    padding-left: 12px;
}

    .inner-banner-heading .inner-heading {
        font-size: 50px;
        font-weight: bold;
    }

    .inner-banner-heading .inner-sub-text {
        font-size: 20px;
        font-weight: bold;
    }
/*Contact us page*/

.inner-contact-agent {
    background-color: #202020;
}

    .inner-contact-agent .agent-photo img {
        width: 100%;
    }

    .inner-contact-agent .agent-photo2 img {
        width: 100%;
    }

    .inner-contact-agent .agent-details {
        padding: 25px;
        margin-top: 25px;
        text-align: center;
    }

    .inner-contact-agent .tagline {
        color: #fff;
        font-size: 30px;
    }

    .inner-contact-agent .number {
        color: #fff;
        font-size: 45px;
    }

    .inner-contact-agent .agent-address {
        color: #b8b0a5;
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 10px;
        text-align: center;
    }

    .inner-contact-agent .agent-email {
        color: #b8b0a5;
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 10px;
        text-align: center;
    }

    .inner-contact-agent .agent-img2 {
        border: solid 35px #755c3b;
    }

    .inner-contact-agent .agent-photo2 {
        margin-top: -50px;
        margin-left: -50px;
        margin-right: 25px;
        margin-bottom: 25px;
    }

/*map*/
#contact-map iframe {
    height: 300px;
    width: 100%;
    border: none;
}


/*--------------Contact-form-------------*/


.contact-form {
    background-color: #202020;
}

.form-a > #sendmessage {
    color: #39C16C;
    border: 1px solid #39C16C;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.form-a > #errormessage {
    color: red;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

    .form-a #sendmessage.show,
    .form-a #errormessage.show,
    .form-a .show {
        display: block;
    }

.form-a .validation {
    color: red;
    display: none;
    margin: 4px 0 20px 0;
    font-weight: 400;
    font-size: 13px;
}

.form-a label {
    color: #755c3b;
    position: relative;
}

.form-a select.form-control-lg:not([size]):not([multiple]) {
    height: 3.5rem;
}

.form-a .form-control {
    border-radius: 5px;
    border: solid 1px #755c3b;
    font-size: 1.5rem;
    font-style: italic;
    background-color: transparent;
}

    .form-a .form-control.form-control-a {
        height: 5.5rem;
    }

    .form-a .form-control:focus {
        box-shadow: none;
    }

.form-a .btn.btn-a {
    width: 100%;
    background-color: #755c3b;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    border-radius: 5px;
}

/*---------About Us Page------------*/

.inner-agent-details {
    background-color: #202020;
}

    .inner-agent-details .agent-photo img {
        width: 100%;
    }

    .inner-agent-details .agent-photo2 img {
        width: 100%;
    }

    .inner-agent-details .tagline {
        color: #fff;
        font-size: 30px;
    }

    .inner-agent-details p {
        color: #b8b0a5;
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .inner-agent-details .agent-img2 {
        border: solid 35px #755c3b;
    }

    .inner-agent-details .agent-photo2 {
        margin-top: -50px;
        margin-left: -50px;
        margin-right: 25px;
        margin-bottom: 25px;
    }

.agent-discription {
    margin-top: 80px;
    margin-left: 50px;
}

.agent-servicess {
    background-color: #202020;
}

    .agent-servicess .service-img {
        width: 100px;
    }

        .agent-servicess .service-img img {
            width: 100%;
        }

    .agent-servicess .service-text {
        color: #b8b0a5;
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 10px;
    }

/*-------Property page----------*/

.contact-number {
    background-color: #2e2e2e;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .contact-number .contact-text {
        color: #fff;
        font-size: 18px;
    }

    .contact-number .number {
        color: #fff;
        font-size: 38px;
        font-weight: bold;
    }

/*SEARCH - property */

.prop-search {
    background-color: #202020;
    color: #ADADAD;
}

.property-search .prop_list_box .detail_stripe span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 3px 10px;
}

    .property-search .prop_list_box .detail_stripe span i {
        font-size: 20px;
        margin: 0 5px 0 0;
    }

.property-search .prop_list_box .proerty_content {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .property-search .prop_list_box .proerty_content .property_text {
        padding: 25px 20px;
    }

        .property-search .prop_list_box .proerty_content .property_text h3 {
            margin-bottom: 5px;
            font-size: 20px;
            font-weight: 600;
            margin: 0;
            color: #1f1f1f;
            line-height: 36px;
            width: 100%;
        }

            .property-search .prop_list_box .proerty_content .property_text h3 a {
                color: #1f1f1f;
                text-decoration: none;
            }

.property-search .clear {
    width: 100%;
    height: auto;
    clear: both;
}

.property-search .prop_list_box .proerty_content .property_text p {
    margin: 15px 0 0 0;
}

.property-search .prop_list_box .favourite {
    border-top: 1px solid #e5e5e5;
    background-color: #f2f2f2;
    display: block;
}

    .property-search .prop_list_box .favourite h3 {
        line-height: 34px;
        color: #1f1f1f;
        margin-left: 15px;
        margin-top: 5px;
        margin-bottom: 0;
        display: inline-block;
    }

ol.carousel-indicators1 li {
    width: 50px;
}

.modal-dialog2 {
    max-width: 900px;
}


button.search_button {
    background-color: #755c3b;
    color: #fff;
    border: 0;
    width: 100%;
    padding: 7px;
}

.search2, .search2:hover, .search2:focus, .search2:active {
    color: #fff !important;
    border: 0;
    float: right;
    position: absolute;
    right: 0;
    margin-right: 15px;
    z-index: 1;
}

.property-search .property_search {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 50px;
    position: relative;
    margin-top: 60px;
}

    .property-search .property_search label {
        color: #000;
        width: 100%;
        font-size: 14px;
    }

.property-search input.form-control, .property-search select.form-control {
    width: 100% !IMPORTANT;
    margin-bottom: 10px !important;
    height: 26px !important;
    border: 1px solid #b7b7b7 !important;
    background-color: #fff !important;
    color: #000;
    font-size: 12px;
    font-weight: normal !important;
    padding: 0px 12px;
    margin-top: 4px !important;
    border-radius: 2px !important;
    outline: none !important;
}

.property-search button:focus, select:focus, input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.property-search .price_filter {
    margin-bottom: 10px;
    width: 95%;
}

.property-search .slider-values > span {
    padding-right: 5px;
    width: 42%;
    font-size: 15px;
}

.slider-values .val-text {
    width: 53%;
    font-weight: 500;
}

.slider.slider-horizontal {
    width: 95%;
    margin-left: 3%;
    height: 20px;
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .slider.slider-horizontal .slider-track {
        height: 8px;
        border-radius: 0;
    }

.price_slider_amount {
    margin-bottom: .5rem;
}

.posrel {
    position: relative;
    margin-top: 0px;
    padding-top: 62px;
}

.ml10 {
    margin-left: 10px;
}

/*Search box sliding handle*/

.slider-handle {
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #3a4248;
    background-image: none;
    box-shadow: none;
}

.slider.slider-disabled .slider-handle {
    background-color: #bbbbbb;
    background-image: none;
}

.slider-selection {
    background-image: none;
    box-shadow: none;
}

.slider.slider-disabled .slider-selection {
    background-color: #bbbbbb;
}

.slider-track-low, .slider-track-high {
    background: #bbbbbb none repeat scroll 0 0;
    border-radius: 0;
}
/* SEARCH AND LISTING CSS ENDS */




#proplistmain .prop_list_box {
    margin-bottom: 40px;
    background-color: #fff;
    -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
    position: relative;
    z-index: 1;
}

    #proplistmain .prop_list_box img {
        width: 100%;
        height: 245px;
        background-size: cover;
    }

    #proplistmain .prop_list_box .overlay {
        background-color: rgba(0,0,0,0.7);
        position: absolute;
        z-index: 2;
        width: 100%;
        top: 0;
        height: 100%;
        color: #fff;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -moz-transform: scale(0.0);
        -ms-transform: scale(0.0);
        -o-transform: scale(0.0);
        -webkit-transform: scale(0.0);
        transform: scale(0.0);
        padding: 15px;
    }

    #proplistmain .prop_list_box:hover .overlay, #proplistmain .prop-image:hover .overlay {
        opacity: 1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #proplistmain .prop_list_box .centered {
        position: absolute;
        top: 50%;
        text-align: center;
        width: 100%;
        margin-left: -15px;
        background: transparent;
    }

        #proplistmain .prop_list_box .centered a {
            color: #000;
            background: #fff;
            padding: 10px 25px;
            border-radius: 4px;
            text-decoration: none;
        }

            #proplistmain .prop_list_box .centered a:hover {
                color: #fff;
            }

    #proplistmain .prop_list_box .tags {
        position: absolute;
        top: 0;
        width: 100%;
        margin-top: 10px;
        background: transparent;
        z-index: 3;
        color: #fff;
    }

        #proplistmain .prop_list_box .tags .tag_left, #proplistmain .prop_list_box .tags .tag_right {
            color: #fff;
            font-size: 12px;
            padding: 5px 15px;
            position: absolute;
            top: 15px;
        }

        #proplistmain .prop_list_box .tags .tag_right {
            right: 15px;
            top: 15px;
            background-color: #755c3b;
        }

        #proplistmain .prop_list_box .tags .tag_left {
            top: 15px;
            left: 15px;
            background: #1f1f1f;
        }

    #proplistmain .prop_list_box .detail_stripe {
        width: 100%;
        padding: 3px;
        text-align: center;
        position: relative;
        z-index: 4;
        color: #fff;
        background-color: #755c3b;
    }

#proplistmain .page-item.active .page-link {
    color: #FFFFFF !important;
}

#proplistmain .page-item.disabled .page-link {
    color: rgba(107,107,107,1.00);
}

#proplistmain ul.pages {
    float: right;
}

#proplistmain .pagination > li > a {
    background-color: #2e2e2e;
    border: 0px;
    margin-left: 1px;
    color: #fff;
}

#proplistmain .pagination > .active > a {
    background-color: #755c3b;
}

#proplistmain .page-link:hover {
    background-color: #755c3b;
}


/*----------------------Property Details Page--------------*/

.prop-caro {
    background: #202020;
}

.property-caro {
    margin-bottom: 0px;
}

.carousel-inner {
    text-align: center;
}

.prop-caro .carousel-item {
    height: auto;
}

.prop-caro .carousel-caption {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

.prop-caro .carousel-control-prev {
    background-color: rgba(0,0,0,0);
}

.prop-caro .carousel-control-next {
    background-color: rgba(0,0,0,0);
}

.prop-caro img {
    width: 100%;
    height: auto;
}

.prop-caro p {
    font-size: 15px;
    color: #999999;
    line-height: 28px;
}

.prop-overview {
    background-color: #202020;
}

    .prop-overview p {
        color: #C8C8C8;
        font-size: 16px;
    }

.prop-ameniti {
    background-color: #2e2e2e;
}


    .prop-ameniti .ameniti_title {
        margin-bottom: 25px;
    }

        .prop-ameniti .ameniti_title h2 {
            font-size: 20px;
            letter-spacing: 5px;
            font-weight: bold;
            margin-top: 0px;
            color: #755c3b;
        }

        .prop-ameniti .ameniti_title span {
            padding: 0 50em;
            font-size: 0.5px;
            background-color: #755c3b;
        }

    .prop-ameniti .ameniti-deatails li {
        font-size: 15px;
        color: #999999;
        line-height: 28px;
    }

    .prop-ameniti .ameniti-deatails ul {
        list-style-type: none;
    }


.mortgage {
    background-color: #202020;
}

    .mortgage .btn-c {
        background-color: #755c3b;
        color: #fff;
        font-size: 18px;
        padding: 15px;
        border-radius: 5px;
        margin: 5px;
    }

    .mortgage .btn-d {
        background-color: #fff;
        color: #755c3b;
        font-size: 18px;
        padding: 15px;
        border-radius: 5px;
        margin: 5px;
        border: solid 1px #755c3b;
    }

.mortgage-number {
    color: #fff;
    font-size: 30px;
    margin: 5px 5px 10px 25px;
}

.mortgage-value {
    margin-top: 30px;
}

.inquire {
    padding-left: 50px;
    padding-right: 50px;
}


/*PreLoader*/
.spinner {
    width: 40px;
    height: 40px;
    background-color: white;
    position: absolute;
    top: 48%;
    left: 48%;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2c3e50;
    z-index: 999999;
}
