/* Minification failed. Returning unminified contents.
(2544,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2545,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2546,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2547,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2718,52): run-time error CSS1046: Expect comma, found '191'
(2718,58): run-time error CSS1046: Expect comma, found ')'
(2718,71): run-time error CSS1046: Expect comma, found '8'
(2718,74): run-time error CSS1046: Expect comma, found ')'
(2718,89): run-time error CSS1046: Expect comma, found '186'
(2718,95): run-time error CSS1046: Expect comma, found ')'
(2762,23): run-time error CSS1046: Expect comma, found '0'
(2762,27): run-time error CSS1046: Expect comma, found '/'
(2764,60): run-time error CSS1046: Expect comma, found '0'
(2764,64): run-time error CSS1046: Expect comma, found '/'
(2809,20): run-time error CSS1046: Expect comma, found '191'
(2809,26): run-time error CSS1046: Expect comma, found ')'
(2832,56): run-time error CSS1046: Expect comma, found '191'
(2832,62): run-time error CSS1046: Expect comma, found ')'
(2832,75): run-time error CSS1046: Expect comma, found '8'
(2832,78): run-time error CSS1046: Expect comma, found ')'
(2832,93): run-time error CSS1046: Expect comma, found '186'
(2832,99): run-time error CSS1046: Expect comma, found ')'
(2959,52): run-time error CSS1046: Expect comma, found '191'
(2959,58): run-time error CSS1046: Expect comma, found ')'
(2959,71): run-time error CSS1046: Expect comma, found '8'
(2959,74): run-time error CSS1046: Expect comma, found ')'
(2959,89): run-time error CSS1046: Expect comma, found '186'
(2959,95): run-time error CSS1046: Expect comma, found ')'
(3073,18): run-time error CSS1046: Expect comma, found '0'
(3073,22): run-time error CSS1046: Expect comma, found '/'
(3105,31): run-time error CSS1046: Expect comma, found '205'
(3105,38): run-time error CSS1046: Expect comma, found ')'
(3307,28): run-time error CSS1039: Token not allowed after unary operator: '-gold1'
(3354,21): run-time error CSS1039: Token not allowed after unary operator: '-gold1'
(3364,21): run-time error CSS1039: Token not allowed after unary operator: '-gold1'
(3464,28): run-time error CSS1039: Token not allowed after unary operator: '-gold1'
(3630,21): run-time error CSS1039: Token not allowed after unary operator: '-siyah45'
(3634,22): run-time error CSS1039: Token not allowed after unary operator: '-gold_background1'
(3656,21): run-time error CSS1039: Token not allowed after unary operator: '-siyah45'
(3675,32): run-time error CSS1039: Token not allowed after unary operator: '-gold_arkaPlanSaydam'
(3692,17): run-time error CSS1039: Token not allowed after unary operator: '-siyah45'
(3741,21): run-time error CSS1039: Token not allowed after unary operator: '-gold1'
(4047,21): run-time error CSS1039: Token not allowed after unary operator: '-gold1'
(4167,21): run-time error CSS1039: Token not allowed after unary operator: '-gold1'
(4420,21): run-time error CSS1039: Token not allowed after unary operator: '-gold1'
 */
/* [ -- Master Stylesheet -- ] */
/* ##################################################

:: Template Name: South - Real Estate Agency Template
:: Author: Colorlib
:: Author URL: https://colorlib.com
:: Version: 1.0
:: Created: 15 April 2018
:: Last Updated: 25 April 2018

################################################## */
/* ##### Index of Stylesheet #####

:: 1.0 Import Fonts 
:: 2.0 Import All CSS
:: 3.0 Base CSS
:: 4.0 Preloader Area CSS
:: 5.0 Scroll Up Area CSS
:: 6.0 Section Heading Area CSS
:: 7.0 South Button CSS
:: 8.0 Header Area CSS
:: 9.0 Welcome Area CSS
:: 10.0 Advanced Search Area
:: 11.0 Single Property Area CSS
:: 12.0 Testimonials Area CSS
:: 13.0 Editor Area CSS
:: 14.0 Call to Action CSS
:: 15.0 Footer Area CSS
:: 16.0 Breadcumb Area CSS
:: 17.0 About Us Area CSS
:: 18.0 Team Member Area CSS
:: 19.0 Listings Area CSS
:: 20.0 Blog Area CSS 
:: 21.0 Contact Area CSS
:: 22.0 Shortcode Area CSS

##### Index of Stylesheet ##### /*

/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* :: 2.0 Import All CSS */
@import url(/tema/mabel/css/bootstrap.min.css);
@import url(/tema/mabel/css/animate.css);
@import url(/tema/mabel/css/owl.carousel.css);
@import url(/tema/mabel/css/classy-nav.min.css);
@import url(/tema/mabel/css/magnific-popup.css);
@import url(/tema/mabel/css/font-awesome.min.css);
@import url(/tema/mabel/css/themify-icons.css);
@import url(/tema/mabel/css/nice-select.css);
@import url(/tema/mabel/css/jquery-ui.min.css);
/* :: 3.0 Base CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323232;
    font-weight: 600;
}

p {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
}

a {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
}

    a:hover, a:focus {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        text-decoration: none;
        outline: none;
        font-size: 14px;
        font-weight: 600;
    }

ul,
ol {
    margin: 0;
}

    ul li,
    ol li {
        list-style: none;
    }

img {
    height: auto;
    max-width: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-transparent {
    background-color: transparent;
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-transparent-light {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

.section-padding-100 {
    padding: 100px 0;
}

.section-padding-50 {
    padding: 50px 0;
}

.section-padding-50-0 {
    padding: 50px 0 0 0;
}

.section-padding-100-70 {
    padding: 100px 0 70px;
}

.section-padding-100-50 {
    padding: 100px 0 50px;
}

.section-padding-100-0 {
    padding: 100px 0 0;
}

.section-padding-0-100 {
    padding: 0 0 100px;
}

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

.bg-fixed {
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

    .bg-overlay::after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #947054;
        opacity: 0.7;
        content: '';
    }

.bg-overlay-black {
    position: relative;
    z-index: 1;
}

    .bg-overlay-black::after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.7;
        content: '';
    }

.bg-overlay-white {
    position: relative;
    z-index: -1;
}

    .bg-overlay-white::after {
        position: absolute;
        z-index: -2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(230, 241, 255, 0.5);
        content: '';
    }

.gradient-background-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 0) 100%);
}

.bg-gray {
    background-color: #f5f7f9;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
}

.gradient-background-overlay {
    position: relative;
    z-index: 3;
}

/* :: 4.0 Preloader Area CSS */
#preloader {
    overflow: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    background-color: #ffffff;
}

.south-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);
    }
}
/* :: 5.0 Scroll Up Area CSS */
#scrollUp {
    background-color: #947054;
    border-radius: 50%;
    bottom: 40px;
    right: 40px;
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 24px;
    height: 50px;
    text-align: center;
    width: 50px;
    line-height: 46px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    #scrollUp:hover {
        background-color: #000000;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
        height: 50px;
        width: 50px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
        height: 50px;
        width: 50px;
        line-height: 46px;
    }
}

/* :: 6.0 Section Heading Area CSS */
.section-heading {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 100px;
}

    .section-heading img {
        margin-bottom: 10px;
    }

    .section-heading h2 {
        font-size: 30px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px;
    }
}

.section-heading p {
    color: #947054;
    font-size: 14px;
    margin-bottom: 0;
    font-style: italic;
}

/* :: 7.0 South Button CSS */
.south-btn {
    position: relative;
    z-index: 1;
    min-width: 170px;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: #947054;
    border-radius: 0;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}

    .south-btn.active, .south-btn:hover, .south-btn:focus {
        color: #ffffff;
        background-color: #000000;
    }

    .south-btn.btn-2 {
        border: 2px solid #947054;
        background-color: transparent;
        color: #947054;
        line-height: 46px;
    }

        .south-btn.btn-2:hover, .south-btn.btn-2:focus {
            color: #ffffff;
            background-color: #947054;
        }

    .south-btn.btn-3 {
        border: 2px solid #000000;
        background-color: transparent;
        color: #000000;
        line-height: 46px;
    }

        .south-btn.btn-3:hover, .south-btn.btn-3:focus {
            color: #ffffff;
            background-color: #000000;
        }

/* :: 8.0 Header Area CSS */
.dark .classynav ul li .dropdown,
.dark.classy-nav-container,
.dark .classynav ul li .megamenu,
.dark.breakpoint-on .classynav > ul > li > a,
.dark.breakpoint-on .classy-navbar .classy-menu {
    background-color: #000000;
}

.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 .south-search-form {
    position: relative;
    z-index: 1;
    display: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .main-header-area .south-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 .south-search-form input {
        width: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area .south-search-form input {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header-area .south-search-form input {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
}

.main-header-area .south-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 .south-search-form button:hover {
        color: #ffffff;
    }

.search-close .searchbtn {
    background-color: #947054;
}

.search-close .classynav ul {
    display: none;
}

.search-close .south-search-form {
    display: block;
}

.is-sticky .main-header-area {
    width: 100%;
    z-index: 10000 !important;
    height: 90px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #000000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .is-sticky .main-header-area {
        height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .is-sticky .main-header-area {
        height: 70px;
    }
}

/* :: 9.0 Welcome Area CSS */
.single-hero-slide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 800px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
        height: 700px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
        height: 650px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slide {
        height: 550px;
    }
}

.hero-slides-content {
    text-align: center;
}

    .hero-slides-content h2 {
        color: #ffffff;
        font-size: 60px;
        margin-bottom: 0;
        padding: 10px 15px;
        text-transform: uppercase;
        background-color: #000000;
        line-height: 1;
        display: inline-block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides-content h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides-content h2 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-slides-content h2 {
        font-size: 24px;
    }
}

.hero-area .owl-prev,
.hero-area .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    left: 70px;
    margin-top: -19px;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #947054;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .hero-area .owl-prev,
    .hero-area .owl-next {
        left: 30px;
    }
}

.hero-area .owl-prev:hover,
.hero-area .owl-next:hover {
    background-color: #000000;
}

.hero-area .owl-next {
    left: auto;
    right: 70px;
}

@media only screen and (max-width: 767px) {
    .hero-area .owl-next {
        left: auto;
        right: 30px;
    }
}

.hero-area:hover .owl-prev, .hero-area:hover .owl-next {
    opacity: 1;
}

.hero-area .owl-dots {
    width: 1110px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area .owl-dots {
        width: calc(100% - 6%);
        left: 5%;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .owl-dots {
        width: calc(100% - 6%);
        left: 5%;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .owl-dots {
        width: calc(100% - 30px);
        left: 20px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.hero-area .owl-dot {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #947054;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
}

    .hero-area .owl-dot.active {
        background-color: #000000;
    }

/* :: 10.0 Advanced Search Area */
.form-control {
    background-color: transparent;
    width: 100%;
    height: 38px;
    border-radius: 0;
    font-size: 14px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 500;
    padding: 0 15px;
    border: 1px solid #e1dddd;
}

    .form-control:hover, .form-control:focus {
        background-color: transparent;
        box-shadow: none;
        border: 1px solid #e1dddd;
    }

.nice-select {
    line-height: 34px;
}

    .nice-select .list {
        left: 0 !important;
        right: 0 !important;
        border-radius: 0;
    }

.south-search-area {
    position: relative;
    z-index: 1;
}

    .south-search-area .advanced-search-form {
        position: relative;
        z-index: 1;
        padding: 30px 50px;
        border: 1px solid #e1dddd;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
        margin-top: -215px;
        background-color: #fff;
    }

@media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form {
        padding: 30px 20px;
    }
}

.south-search-area .advanced-search-form .search-title {
    position: absolute;
    width: 260px;
    height: 45px;
    background-color: #947054;
    top: -46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 40px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form .search-title {
        width: 210px;
        padding: 0 15px;
    }
}

.south-search-area .advanced-search-form .search-title p {
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 600;
}

.south-search-area .advanced-search-form .slider-range {
    flex: 0 0 50%;
    min-width: 50%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form .slider-range {
        margin-bottom: 50px;
    }
}

.south-search-area .advanced-search-form .slider-range:first-child {
    padding-right: 15px;
}

.south-search-area .advanced-search-form .slider-range:last-child {
    padding-left: 15px;
}

.south-search-area .advanced-search-form .ui-widget.ui-widget-content {
    border: none;
    height: 4px;
}

.south-search-area .advanced-search-form .ui-widget-content {
    background: #947054;
}

.south-search-area .advanced-search-form .ui-slider-horizontal {
    height: 4px;
    background: #947054;
}

.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-bottom,
.south-search-area .advanced-search-form .ui-corner-right,
.south-search-area .advanced-search-form .ui-corner-br {
    border-bottom-right-radius: 0;
}

.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-bottom,
.south-search-area .advanced-search-form .ui-corner-left,
.south-search-area .advanced-search-form .ui-corner-bl {
    border-bottom-left-radius: 0;
}

.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-top,
.south-search-area .advanced-search-form .ui-corner-right,
.south-search-area .advanced-search-form .ui-corner-tr {
    border-top-right-radius: 0;
}

.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-top,
.south-search-area .advanced-search-form .ui-corner-left,
.south-search-area .advanced-search-form .ui-corner-tl {
    border-top-left-radius: 0;
}

.south-search-area .advanced-search-form .ui-state-default,
.south-search-area .advanced-search-form .ui-widget-content .ui-state-default,
.south-search-area .advanced-search-form .ui-widget-header .ui-state-default,
.south-search-area .advanced-search-form .ui-button,
.south-search-area .advanced-search-form html .ui-button.ui-state-disabled:hover,
.south-search-area .advanced-search-form html .ui-button.ui-state-disabled:active {
    border: none;
    background: #947054;
    margin-top: -3px;
}

.south-search-area .advanced-search-form .range {
    font-size: 12px;
    margin-top: 15px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form .range {
        font-size: 10px;
    }
}

.south-search-area .advanced-search-form .more-filter a {
    text-transform: uppercase;
    font-size: 12px;
    color: #323232;
}

    .south-search-area .advanced-search-form .more-filter a:hover {
        color: #947054;
    }

.south-search-area .advanced-search-form .search-form-second-steps {
    display: none;
}

/* :: 11.0 Single Property Area CSS */
.single-featured-property {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
}

    .single-featured-property .property-thumb {
        position: relative;
        z-index: 1;
    }

        .single-featured-property .property-thumb .tag span {
            height: 35px;
            padding: 0 20px;
            background-color: #947054;
            color: #ffffff;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
            display: inline-block;
            line-height: 35px;
            position: absolute;
            top: 20px;
            left: 20px;
            z-index: 10;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

        .single-featured-property .property-thumb .list-price p {
            background-color: #ffffff;
            padding: 10px 20px;
            color: #947054;
            font-size: 24px;
            font-weight: 600;
            display: inline-block;
            position: absolute;
            bottom: 20px;
            left: 20px;
            z-index: 10;
            margin-bottom: 0;
            line-height: 1;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

    .single-featured-property .property-content {
        padding: 30px;
        border: 1px solid #e1dddd;
    }

        .single-featured-property .property-content h5 {
            font-size: 18px;
        }

        .single-featured-property .property-content p {
            margin-bottom: 30px;
        }

        .single-featured-property .property-content .location {
            color: #947054;
            margin-bottom: 25px;
            font-size: 14px;
            font-weight: 600;
        }

            .single-featured-property .property-content .location img {
                margin-right: 10px;
                display: inline-block !important;
                width: auto !important;
            }

        .single-featured-property .property-content .property-meta-data span {
            font-size: 12px;
            font-weight: 600;
            margin-left: 5px;
            color: #838383;
        }

        .single-featured-property .property-content .property-meta-data img {
            margin-right: 10px;
            display: inline-block !important;
            width: auto !important;
        }

@media only screen and (max-width: 767px) {
    .single-featured-property .property-content .property-meta-data img {
        margin-right: 0;
    }
}

.single-featured-property:hover, .single-featured-property:focus {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

    .single-featured-property:hover .tag span, .single-featured-property:focus .tag span {
        background-color: #000000;
        color: #ffffff;
    }

    .single-featured-property:hover .list-price p, .single-featured-property:focus .list-price p {
        background-color: #947054;
        color: #ffffff;
    }

/* :: 12.0 Testimonials Area CSS */
.testimonials-slides {
    position: relative;
    z-index: 1;
}

    .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;
    }
}

/* :: 13.0 Editor Area CSS */
.south-editor-area {
    background-color: #f1f6f8;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .south-editor-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .south-editor-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.south-editor-area .editor-content-area,
.south-editor-area .editor-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .south-editor-area .editor-content-area,
    .south-editor-area .editor-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .south-editor-area .editor-content-area,
    .south-editor-area .editor-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}

.south-editor-area .editor-content-area {
    position: relative;
    z-index: 1;
    padding: 100px 5%;
}

    .south-editor-area .editor-content-area .section-heading {
        text-align: left;
        margin-bottom: 50px;
    }

    .south-editor-area .editor-content-area .address {
        margin-top: 30px;
    }

        .south-editor-area .editor-content-area .address h6 {
            margin-bottom: 15px;
            font-size: 14px;
        }

            .south-editor-area .editor-content-area .address h6:last-of-type {
                margin-bottom: 0;
            }

            .south-editor-area .editor-content-area .address h6 img {
                margin-right: 10px;
            }

/* :: 14.0 Call to Action CSS */
.call-to-action-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 650px;
}

@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;
    }
}

/* :: 15.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

    .footer-area .copywrite-text {
        width: 100%;
        height: 60px;
        background-color: #111113;
        padding: 0 15px;
    }

        .footer-area .copywrite-text p {
            margin-bottom: 0;
            font-size: 12px;
            color: #7d7d7d;
        }

            .footer-area .copywrite-text p a {
                font-size: 12px;
                color: #7d7d7d;
            }

.footer-widget-area .widget-title {
    margin-bottom: 90px;
}

    .footer-widget-area .widget-title h6 {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 0;
        text-transform: uppercase;
        border-bottom: 2px solid;
        border-color: #947054;
        line-height: 1.8;
        display: inline-block;
    }

.footer-widget-area p {
    color: #7d7d7d;
    margin-bottom: 0;
    font-weight: 400;
}

.footer-widget-area .weekly-office-hours ul li {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #7d7d7d;
}

    .footer-widget-area .weekly-office-hours ul li span {
        color: #7d7d7d;
        font-size: 14px;
        font-weight: 400;
    }

    .footer-widget-area .weekly-office-hours ul li:first-of-type {
        padding-top: 0;
    }

.footer-widget-area .address {
    margin-top: 40px;
}

    .footer-widget-area .address h6 {
        position: relative;
        z-index: 1;
        color: #7d7d7d;
        margin-bottom: 20px;
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding-left: 40px;
        line-height: 1.8;
    }

        .footer-widget-area .address h6 img {
            position: absolute;
            top: 4px;
            z-index: 10;
            left: 0;
        }

.footer-widget-area .useful-links-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .footer-widget-area .useful-links-nav li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 50%;
    }

        .footer-widget-area .useful-links-nav li a {
            padding: 15px 0;
            display: block;
            color: #7d7d7d;
            font-weight: 400;
        }

            .footer-widget-area .useful-links-nav li a:first-child, .footer-widget-area .useful-links-nav li a:nth-child(2) {
                padding-top: 0;
            }

            .footer-widget-area .useful-links-nav li a:hover, .footer-widget-area .useful-links-nav li a:focus {
                color: #947054;
            }

.footer-widget-area .featured-properties-slides {
    position: relative;
    z-index: 1;
}

    .footer-widget-area .featured-properties-slides .owl-prev,
    .footer-widget-area .featured-properties-slides .owl-next {
        width: 38px;
        height: 38px;
        position: absolute;
        top: 50%;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        left: -19px;
        opacity: 0;
        visibility: hidden;
        margin-top: -19px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        background-color: #947054;
        font-size: 13px;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
    }

        .footer-widget-area .featured-properties-slides .owl-prev:hover,
        .footer-widget-area .featured-properties-slides .owl-next:hover {
            background-color: #000000;
        }

    .footer-widget-area .featured-properties-slides .owl-next {
        left: auto;
        right: -19px;
    }

    .footer-widget-area .featured-properties-slides:hover .owl-prev, .footer-widget-area .featured-properties-slides:hover .owl-next {
        opacity: 1;
        visibility: visible;
    }

/* :: 16.0 Breadcumb Area CSS */
.breadcumb-area {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 1;
    padding-top: 130px;
    text-align: center;
}

    .breadcumb-area .breadcumb-title {
        font-size: 60px;
        margin-bottom: 0;
        background-color: #000000;
        padding: 5px 20px 7px;
        line-height: 1;
        color: #ffffff;
        display: inline-block;
        text-transform: uppercase;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcumb-area .breadcumb-title {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcumb-area .breadcumb-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .breadcumb-title {
        font-size: 30px;
    }
}

/* :: 17.0 About Us Area CSS */
.about-content-wrapper {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-wrapper .about-content {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .about-content-wrapper .about-content {
        margin-bottom: 100px;
    }
}

.about-content-wrapper .about-content img {
    margin-bottom: 40px;
}

.about-content-wrapper .featured-properties-slides {
    position: relative;
    z-index: 1;
}

    .about-content-wrapper .featured-properties-slides .owl-prev,
    .about-content-wrapper .featured-properties-slides .owl-next {
        width: 38px;
        height: 38px;
        position: absolute;
        top: 50%;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        left: -19px;
        opacity: 0;
        visibility: hidden;
        margin-top: -19px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        background-color: #947054;
        font-size: 13px;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
    }

        .about-content-wrapper .featured-properties-slides .owl-prev:hover,
        .about-content-wrapper .featured-properties-slides .owl-next:hover {
            background-color: #000000;
        }

    .about-content-wrapper .featured-properties-slides .owl-next {
        left: auto;
        right: -19px;
    }

    .about-content-wrapper .featured-properties-slides:hover .owl-prev, .about-content-wrapper .featured-properties-slides:hover .owl-next {
        opacity: 1;
        visibility: visible;
    }

/* :: 18.0 Team Member Area CSS */
.single-team-member {
    position: relative;
    z-index: 1;
}

    .single-team-member .team-member-thumb {
        margin-bottom: 40px;
    }

        .single-team-member .team-member-thumb img {
            width: 100%;
        }

    .single-team-member .team-member-info {
        text-align: center;
    }

        .single-team-member .team-member-info .section-heading {
            margin-bottom: 40px;
        }

        .single-team-member .team-member-info .address h6 {
            margin-bottom: 15px;
            font-size: 14px;
        }

            .single-team-member .team-member-info .address h6:last-of-type {
                margin-bottom: 0;
            }

            .single-team-member .team-member-info .address h6 img {
                margin-right: 10px;
            }

/* :: 19.0 Listings Area CSS */
.listings-content-wrapper {
    overflow-x: hidden;
}

.listings-top-meta {
    position: relative;
    z-index: 100;
}

    .listings-top-meta .nice-select {
        float: right;
        height: 34px;
        line-height: 34px;
        position: relative;
        z-index: 100;
    }

        .listings-top-meta .nice-select .list {
            position: absolute;
            z-index: 500;
        }

        .listings-top-meta .nice-select .option {
            min-height: 34px;
            line-height: 34px;
        }

    .listings-top-meta span {
        color: #323232;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }

@media only screen and (max-width: 767px) {
    .listings-top-meta span {
        font-size: 11px;
    }
}

.listings-top-meta .grid_view a {
    color: #323232;
    line-height: 1;
    font-size: 18px;
}

    .listings-top-meta .grid_view a.active {
        color: #947054;
    }

.listings-top-meta .list_view a {
    color: #323232;
    line-height: 1;
    font-size: 18px;
}

    .listings-top-meta .list_view a.active {
        color: #947054;
    }

.single-listings-sliders {
    position: relative;
    z-index: 1;
}

    .single-listings-sliders .owl-prev,
    .single-listings-sliders .owl-next {
        width: 38px;
        height: 38px;
        position: absolute;
        top: 50%;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        left: -19px;
        opacity: 0;
        visibility: hidden;
        margin-top: -19px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        background-color: #947054;
        font-size: 13px;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
    }

        .single-listings-sliders .owl-prev:hover,
        .single-listings-sliders .owl-next:hover {
            background-color: #000000;
        }

    .single-listings-sliders .owl-next {
        left: auto;
        right: -19px;
    }

    .single-listings-sliders:hover .owl-prev, .single-listings-sliders:hover .owl-next {
        opacity: 1;
        visibility: visible;
    }

.listings-content {
    margin-top: 70px;
}

    .listings-content .list-price p {
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 600;
        color: #947054;
    }

    .listings-content h5 {
        font-size: 30px;
        margin-bottom: 10px;
    }

@media only screen and (max-width: 767px) {
    .listings-content h5 {
        font-size: 20px;
    }
}

.listings-content .location {
    margin-bottom: 40px;
}

    .listings-content .location img {
        margin-right: 15px;
    }

.listings-content p {
    margin-bottom: 40px;
}

.listings-content .property-meta-data div {
    margin-right: 15px;
}

.listings-content .property-meta-data span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    color: #838383;
}

.listings-content .property-meta-data img {
    margin-right: 10px;
    display: inline-block !important;
    width: auto !important;
}

@media only screen and (max-width: 767px) {
    .listings-content .property-meta-data img {
        margin-right: 0;
    }
}

.listings-content .listings-core-features {
    padding: 70px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .listings-content .listings-core-features li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
        min-width: 33.3333333%;
        color: #323232;
        font-size: 15px;
        margin-bottom: 25px;
    }

@media only screen and (max-width: 767px) {
    .listings-content .listings-core-features li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}

.listings-content .listings-core-features li i {
    width: 27px;
    height: 27px;
    background-color: #947054;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    margin-right: 10px;
}

.listings-content .listings-btn-groups a:first-child {
    margin-bottom: 15px;
}

.listings-content .listings-btn-groups .south-btn {
    min-width: 285px;
    width: 285px;
    display: block;
}

.contact-realtor-wrapper {
    background-color: #f5f5f5;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

    .contact-realtor-wrapper .realtor-info > img {
        width: 100%;
    }

    .contact-realtor-wrapper .realtor---info {
        padding: 40px 45px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-realtor-wrapper .realtor---info {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-realtor-wrapper .realtor---info {
        padding: 40px 30px;
    }
}

.contact-realtor-wrapper .realtor---info h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.contact-realtor-wrapper .realtor---info p {
    font-style: italic;
    color: #947054;
}

.contact-realtor-wrapper .realtor---info h6 {
    font-size: 14px;
}

    .contact-realtor-wrapper .realtor---info h6 img {
        margin-right: 15px;
    }

.contact-realtor-wrapper .realtor--contact-form {
    padding: 0 45px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-realtor-wrapper .realtor--contact-form {
        padding: 0 30px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-realtor-wrapper .realtor--contact-form {
        padding: 0 30px 40px;
    }
}

.contact-realtor-wrapper .realtor--contact-form .form-group {
    margin-bottom: 15px;
}

.contact-realtor-wrapper .realtor--contact-form .form-control {
    border: 1px solid #e1dddd;
    height: 45px;
    background-color: #ffffff;
    border-radius: 0;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 15px;
}

.contact-realtor-wrapper .realtor--contact-form textarea.form-control {
    height: 100px;
    padding: 15px;
}

.listings-maps {
    position: relative;
    z-index: 1;
}

    .listings-maps #googleMap {
        width: 100%;
        height: 540px;
    }

/* :: 20.0 Blog Area CSS */
.single-blog-area {
    position: relative;
    z-index: 1;
}

    .single-blog-area .blog-post-thumbnail {
        position: relative;
        z-index: 1;
    }

    .single-blog-area .post-content {
        position: relative;
        z-index: 1;
        padding: 50px 0;
    }

        .single-blog-area .post-content .post-date a {
            font-size: 14px;
            color: #947054;
            margin-bottom: 10px;
            display: block;
        }

        .single-blog-area .post-content .headline {
            font-size: 30px;
            color: #323232;
            display: block;
        }

        .single-blog-area .post-content .post-meta {
            position: relative;
            margin-bottom: 30px;
        }

            .single-blog-area .post-content .post-meta p {
                color: #aaa8a8;
                font-size: 12px;
            }

                .single-blog-area .post-content .post-meta p a {
                    font-size: 12px;
                    color: #aaa8a8;
                    display: inline-block;
                }

        .single-blog-area .post-content p {
            margin-bottom: 50px;
        }

.search-widget-area form {
    position: relative;
    z-index: 1;
}

.search-widget-area input[type=search] {
    width: 100%;
    height: 43px;
    border: 1px solid #e1dddd;
    font-size: 12px;
    font-style: italic;
    padding: 0 30px;
}

.search-widget-area button[type=submit] {
    width: 50px;
    height: 43px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #7e7e7e;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.south-catagories-card h5 {
    margin-bottom: 30px;
    font-size: 16px;
}

.south-catagories-card ul li a {
    display: block;
    padding: 8px 0;
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
}

    .south-catagories-card ul li a:hover, .south-catagories-card ul li a:focus {
        color: #947054;
    }

.south-blog-area {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.blog-sidebar-area .featured-properties-slides {
    position: relative;
    z-index: 1;
}

    .blog-sidebar-area .featured-properties-slides .owl-prev,
    .blog-sidebar-area .featured-properties-slides .owl-next {
        width: 38px;
        height: 38px;
        position: absolute;
        top: 50%;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        left: -19px;
        opacity: 0;
        visibility: hidden;
        margin-top: -19px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        background-color: #947054;
        font-size: 13px;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
    }

        .blog-sidebar-area .featured-properties-slides .owl-prev:hover,
        .blog-sidebar-area .featured-properties-slides .owl-next:hover {
            background-color: #000000;
        }

    .blog-sidebar-area .featured-properties-slides .owl-next {
        left: auto;
        right: -19px;
    }

    .blog-sidebar-area .featured-properties-slides:hover .owl-prev, .blog-sidebar-area .featured-properties-slides:hover .owl-next {
        opacity: 1;
        visibility: visible;
    }

.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #323232;
}

.pagination .page-link {
    padding: 0;
    margin-left: 3px;
    line-height: 20px;
    color: #323232;
    border: none;
    width: 20px;
    height: 20px;
    background-color: #947054;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
}

    .pagination .page-link.active {
        background-color: #000000;
    }

    .pagination .page-link:focus, .pagination .page-link:hover {
        color: #ffffff;
        background-color: #000000;
    }

.comments-area h5 {
    margin-bottom: 50px;
}

.single_comment_area {
    margin-bottom: 50px;
}

    .single_comment_area .comment-wrapper .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        min-width: 60px;
        border-radius: 50%;
        margin-right: 30px;
    }

        .single_comment_area .comment-wrapper .comment-author img {
            border-radius: 50%;
        }

@media only screen and (max-width: 767px) {
    .single_comment_area .comment-wrapper .comment-author {
        margin-right: 10px;
    }
}

.single_comment_area .comment-wrapper .comment-content .comment-meta a {
    display: inline-block;
    color: #323232;
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

    .single_comment_area .comment-wrapper .comment-content .comment-meta a:hover {
        color: #947054;
    }

.single_comment_area .comment-wrapper .comment-content p {
    font-size: 13px;
    margin-bottom: 0;
}

.single_comment_area .children {
    margin-top: 50px;
    padding-left: 90px;
}

@media only screen and (max-width: 767px) {
    .single_comment_area .children {
        padding-left: 30px;
    }
}

.leave-comment-area .comment-form h5,
.leave-comment-area .contact-form h5,
.south-contact-area .comment-form h5,
.south-contact-area .contact-form h5 {
    margin-bottom: 50px;
}

.leave-comment-area .comment-form .form-group,
.leave-comment-area .contact-form .form-group,
.south-contact-area .comment-form .form-group,
.south-contact-area .contact-form .form-group {
    margin-bottom: 10px;
}

.leave-comment-area .comment-form .form-control,
.leave-comment-area .contact-form .form-control,
.south-contact-area .comment-form .form-control,
.south-contact-area .contact-form .form-control {
    width: 100%;
    height: 43px;
    background-color: transparent;
    padding: 15px;
    border: 1px solid #e1dddd;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0 !important;
}

.leave-comment-area .comment-form textarea.form-control,
.leave-comment-area .contact-form textarea.form-control,
.south-contact-area .comment-form textarea.form-control,
.south-contact-area .contact-form textarea.form-control {
    height: 200px !important;
}

.leave-comment-area .comment-form button[type=submit],
.leave-comment-area .contact-form button[type=submit],
.south-contact-area .comment-form button[type=submit],
.south-contact-area .contact-form button[type=submit] {
    margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .leave-comment-area .comment-form,
    .leave-comment-area .contact-form,
    .south-contact-area .comment-form,
    .south-contact-area .contact-form {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .leave-comment-area .comment-form,
    .leave-comment-area .contact-form,
    .south-contact-area .comment-form,
    .south-contact-area .contact-form {
        margin-bottom: 100px;
    }
}

/* :: 21.0 Contact Area CSS */
.contact-heading {
    margin-bottom: 90px;
}

    .contact-heading h6 {
        border-bottom: 2px solid #947054;
        display: inline-block;
        padding: 5px 0;
        text-transform: uppercase;
    }

.content-sidebar .weekly-office-hours ul li {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #f8f7f7;
}

    .content-sidebar .weekly-office-hours ul li span {
        color: #7d7d7d;
        font-size: 14px;
        font-weight: 400;
    }

    .content-sidebar .weekly-office-hours ul li:first-of-type {
        padding-top: 0;
    }

.content-sidebar .address {
    margin-top: 40px;
}

    .content-sidebar .address h6 {
        position: relative;
        z-index: 1;
        color: #7d7d7d;
        margin-bottom: 20px;
        display: block;
        font-size: 14px;
        padding-left: 40px;
        line-height: 1.8;
    }

        .content-sidebar .address h6 img {
            position: absolute;
            top: 4px;
            z-index: 10;
            left: 0;
        }

.googleMap {
    width: 100%;
    height: 540px;
}

/* :: 22.0 Shortcode Area CSS */
.elements-title h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 100px;
}

/* Accordians */
.single-accordion.panel {
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0;
}

.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}

    .single-accordion h6 a {
        background-color: #947054;
        border-radius: 0;
        color: #ffffff;
        display: block;
        margin: 0;
        padding: 15px 60px 15px 15px;
        position: relative;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 500;
        border: 2px solid transparent;
    }

        .single-accordion h6 a span {
            font-size: 10px;
            position: absolute;
            right: 20px;
            text-align: center;
            top: 18px;
        }

            .single-accordion h6 a span.accor-open {
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
            }

        .single-accordion h6 a.collapsed {
            border: 2px solid #947054;
            background-color: transparent;
            color: #000000;
        }

            .single-accordion h6 a.collapsed span.accor-close {
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
            }

            .single-accordion h6 a.collapsed span.accor-open {
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
            }

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}

    .single-accordion .accordion-content p {
        padding: 20px 15px 5px;
        margin-bottom: 0;
    }

/* Tabs CSS*/
.south-tabs-content {
    position: relative;
    z-index: 1;
}

    .south-tabs-content .nav-tabs {
        border-bottom: none;
        margin-bottom: 50px;
    }

        .south-tabs-content .nav-tabs .nav-link {
            border: 2px solid #947054;
            padding: 0 30px;
            height: 45px;
            line-height: 41px;
            color: #000000;
            margin: 0 2px;
            border-radius: 0;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .south-tabs-content .nav-tabs .nav-link {
        padding: 0 10px;
    }
}

.south-tabs-content .nav-tabs .nav-link.active {
    background-color: #947054;
    color: #ffffff;
}

.south-tabs-content .tab-content h6 {
    font-size: 18px;
}

/* Loaders CSS */
.single-pie-bar {
    position: relative;
    z-index: 1;
}

    .single-pie-bar h5 {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 0;
    }

/* Cool Facts CSS */
.single-cool-fact-area h2 {
    font-size: 60px;
    margin: 15px 0;
    color: #947054;
}

.single-cool-fact-area h6 {
    margin-bottom: 0;
    color: #7d7d7d;
}

/*# sourceMappingURL=style.css.map */

body {
}

:root {
    --gold1: #c59533;
    --siyah45: #454545;
    --gold_background1: #cfb83f;
    --gold_arkaPlanSaydam: #c3af6312;
}

.siyahBack {
    background-color: #000;
}

.nav-brand img {
    max-width: 220px;
}

.breakpoint-off .classynav ul li .dropdown {
    width: 255px;
    padding: 3px 0;
    /* font-size: 12px; */
}

.classynav ul li a {
    transition: .5s all;
}

    .classynav ul li a:hover {
        color: #e4cb61 !important;
    }

.megamenu {
    margin: 0px auto;
    position: absolute;
    /* top: 50%; */
    left: 50% !important;
    transform: translate(-50%);
}

.single-featured-property .property-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-featured-property:hover .property-thumb img {
    transform: scale(1.05);
    transition: 0.5s all;
}

.single-featured-property .property-content h5 {
    font-size: 16px;
}

.single-featured-property {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
    background: linear-gradient(49deg, #e8bd54 0%, #fff 50%, #e8bd54 100%);
    padding: 3px;
}

    .single-featured-property .property-content {
        padding: 20px;
        border: 0px solid #e1dddd;
        text-align: center;
        background: #fff;
    }

.classynav ul li a {
    height: auto !important;
    padding: 0 9px;
}

.top-header-area {
    height: auto;
    background-color: #c59533;
    /* padding: 10px 0px;*/
}

    .top-header-area .email-address a {
        color: #ffffff;
        font-size: 22px;
        top: 0px;
        margin-right: 5px;
    }

    .top-header-area .phone-number {
        background-color: transparent;
        height: auto;
        padding-right: 60px;
    }

.owlSliders .single-testimonial-slide1 {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.owlSliders .center .single-testimonial-slide1 {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.owlSliders {
    position: relative;
    z-index: 1;
}

    .owlSliders .owl-prev:hover, .owlSliders .owl-next:hover {
        background-color: #947054;
    }

    .owlSliders .owl-prev, .owlSliders .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;
    }

    .owlSliders .owl-next {
        left: auto;
        right: -19px;
    }

.footer-widget-area .useful-links-nav li {
    min-width: 100%;
}

    .footer-widget-area .useful-links-nav li a {
        padding: 7px 0;
    }

.footer-widget-area .widget-title {
    margin-bottom: 20px;
}

.footer-widget-area .address {
    margin-top: 0px;
}

    .footer-widget-area .address h6 {
        margin-bottom: 7px;
    }


.south-search-area .advanced-search-form {
    margin-top: -180px;
}

.main-header-area {
    height: auto;
    background-color: #ffffffdb;
}

    .main-header-area .classynav ul li a {
        color: #000000;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 15px;
    }

.baslik1 {
    text-align: left;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.3turn, rgb(227 191 78) 30%, rgb(8 8 8) 36%, rgb(210 186 92));
    border-image-slice: 1;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0px;
}

    .baslik1 h2 {
        font-size: 22px;
        color: #454545;
        text-align: left;
        display: inline-block;
        padding: 17px 10px 10px 15px !important;
    }

    .baslik1 i {
        display: inline-block;
    }

.sosyalIconlar {
    text-align: center;
}

    .sosyalIconlar a {
        color: #957c5d;
        font-size: 27px;
        margin-right: 7px;
    }

        .sosyalIconlar a:hover {
            color: #fff;
        }

    .sosyalIconlar i {
    }

.gradient-background-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 85%);
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, black 0%, rgb(0 0 0 / 68%) 90%, rgba(0, 0, 0, 0) 100%);
}

.hero-slides-content h2 {
    font-size: 50px;
    text-transform: none;
    background-color: #a9860b;
}

.hero-area .owl-dots {
    width: 100%;
}

.south-btn {
    min-width: 17px;
    height: auto;
    line-height: 35px;
    padding: 0px 15px;
}

.form-control {
    height: 38px;
    font-size: 14px;
    color: #484848;
    margin-bottom: 15px;
}

#scrollUp {
    background-color: #c5a62e;
}

.owlSliders .owl-prev, .owlSliders .owl-next {
    background-color: #2c2c2c;
}

.testimonials-slides .owl-prev, .testimonials-slides .owl-next {
    background-color: #2c2c2c;
}

.testimonials-slides .single-testimonial-slide h5 {
    margin-bottom: 15px;
    color: #7d7d7d;
}

.testimonials-slides .single-testimonial-slide i {
    color: rgb(227 191 78);
    margin-bottom: 15px;
    margin-right: 5px;
    font-size: 17px;
}

.owl-prev, .owl-next {
    background-color: #2c2c2c !important;
}

    .owl-prev:hover, .owl-next:hover {
        background-color: #dfb829 !important;
    }

.anasayfaHakkimizda {
}

    .anasayfaHakkimizda h3 {
        font-weight: 700;
        font-size: 34px;
        position: relative;
        text-align: center;
        border-bottom: 2px solid transparent;
        border-image: linear-gradient(0.3turn, rgb(227 191 78) 30%, rgb(8 8 8) 36%, rgb(210 186 92));
        border-image-slice: 1;
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0px;
    }


    .anasayfaHakkimizda p {
        margin-bottom: 0px;
    }

.gold1 {
    color: #c59533
}

.gold_background1 {
    background-color: #c59533 !important;
    transition: .5s all;
}

    .gold_background1:hover {
        background-color: #000000 !important;
    }

.main-header-area .classy-navbar {
    height: auto;
    padding: .5em 60px;
}

.is-sticky .main-header-area {
    height: auto;
    background-color: #ffffffeb;
}

.dark .classynav ul li .dropdown {
    background-color: #ffffff;
}

.classynav ul li ul li {
    display: block;
    border-bottom: 1px dotted #e1e1e1;
}

    .classynav ul li ul li:last-child {
        border-bottom: 0px dotted #e1e1e1;
    }

.south-search-area .advanced-search-form .search-title {
    position: absolute;
    width: auto;
    height: auto;
    background-color: #947054;
    top: -35px;
    left: -1px;
    -webkit-transform: none;
    transform: none;
    padding: 8px 15px;
    text-align: center;
}

    .south-search-area .advanced-search-form .search-title p {
        line-height: normal;
        font-size: 13px;
        text-transform: none;
    }

.south-search-area .advanced-search-form {
    padding: 15px 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #a9860b;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #454545;
}

.FRANCHISE_BTN {
    position: absolute;
    /* width: 128px; */
    height: auto;
    background-color: #f91706;
    top: -45px;
    right: 175px;
    -webkit-transform: none;
    transform: none;
    padding: 10px 12px;
    text-align: center;
}

    .FRANCHISE_BTN a {
        color: #ffffff;
        font-size: 16px;
        text-shadow: 2px 1px 3px #454545;
    }

.DANISMAN_BTN {
    position: absolute;
    width: auto;
    height: auto;
    background-color: #dba900;
    top: -45px;
    right: -1px;
    -webkit-transform: none;
    transform: none;
    padding: 10px 12px;
    text-align: center;
}

    .DANISMAN_BTN a {
        color: #ffffff;
        font-size: 16px;
        text-shadow: 2px 1px 3px #454545;
    }



.altkusak1 h2 {
    position: relative;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.3turn, rgb(227 191 78) 30%, rgb(8 8 8) 36%, rgb(210 186 92));
    border-image-slice: 1;
    display: inline-block;
    padding: 0px 30px 7px 30px;
}


.ustsag1 {
}

    .ustsag1 a {
        color: #ffffff;
        font-weight: 500;
        font-size: 14px;
        transition: .5s all;
        padding: 15px 13px;
    }

        .ustsag1 a:hover {
            background-color: #a9860b;
        }

    .ustsag1 i {
    }

.ustsag2 {
    background-color: #000;
}


.arama1 {
    max-width: 850px;
    margin: 0px auto;
}

.arama_blok1 {
    padding: 20px 7px 0px 7px;
}

.arama_stunlar1 {
    padding: 5px 7px;
}

.arama_stunlar2 {
    text-align: right;
}

.bg-overlay-black::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c59533c4; /*#c59533;*/
    opacity: 1;
    content: '';
}

.mbl1 {
}

.mbl1_blok {
    border: 1px solid #e7e7e7;
    text-align: center;
    padding: 10px 10px 5px 10px;
    margin-bottom: 25px;
    border-radius: 5px;
}

    .mbl1_blok b {
        margin-top: 10px;
        display: block;
    }

    .mbl1_blok p {
        margin-bottom: 0px;
    }

    .mbl1_blok span {
        font-weight: 400;
        font-size: 13px;
        color: gray;
        line-height: 14px;
        display: block;
    }

.mbl1_res {
    width: 145px;
    min-width: 145px;
    height: 145px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px 0 rgba(1, 33, 88, 0.3);
    transition: all 0.2s;
    position: relative;
    background: #fff;
    margin: 0px auto;
}

    .mbl1_res img {
        /*        width: 100%;
        height: 100%;
        object-fit: cover;*/
    }

.mbl2 {
    padding-top: 110px;
    padding-bottom: 35px;
}

.dark.classy-nav-container a {
    color: rgb(0 0 0 / 70%);
}

.classy-nav-container a:focus, .classy-nav-container a:hover {
    outline: 0;
    font-size: 17px;
    color: #454545 !important;
}

.main-header-area .searchbtn {
    margin-left: 10px;
    height: auto;
    line-height: auto;
    background-color: transparent;
    width: auto;
    text-align: center;
    font-size: 17px;
    width: 25px;
}

    .main-header-area .searchbtn:hover {
        background-color: #d8bc6700;
    }

.dark.classy-nav-container a:hover {
    color: #cfb83f;
}

.main-header-area .south-search-form input {
    width: 229px;
    height: auto;
    background-color: transparent;
    border: 1px solid rgb(205 205 205);
    color: #000000;
    border-radius: 5px;
    padding: 8px 8px;
    font-size: 14px;
    outline: none;
}

.searchbtn:hover {
    font-size: 17px !important;
}

.search-close .classynav ul {
    display: block;
}

.main-header-area .south-search-form {
    position: absolute;
    right: 85px;
    z-index: 100;
    transition: all 1s;
    background-color: #fff;
    padding: 33px 20px;
}

.fancybox__container {
    z-index: 10000 !important;
}

.ara1 {
    display: block !important;
    transition: all 1s;
}

.baslik2 {
    font-size: 21px;
    font-weight: 700;
}

.baslik3 {
    font-size: 18px;
    font-weight: 700;
}

.mbl5 {
    padding-top: 190px;
    padding-bottom: 30px;
}

.mbl6 {
    padding: 0px;
}

.mbl7 {
}

    .mbl7 h2 {
        font-size: 22px;
    }

    .mbl7 h3 {
        font-size: 18px;
    }

    .mbl7 p {
        font-weight: 500;
        color: #454545;
    }

    .mbl7 img {
        max-width: 400px !important;
        height: auto;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-top: 8px;
    }


.mbl8 {
    text-align: center;
    background: #c79d3b7a;
    padding: 10px;
    min-height: 356px;
}

    .mbl8 b {
        margin-top: 0px;
        display: flex;
        font-size: 16px;
        color: #454545;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }

    .mbl8 p {
        display: block;
        font-size: 19px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
    }

.mbl9 {
    padding: 15px;
    background: #c3af637a;
}

    .mbl9 h5 {
        font-size: 18px;
    }

    .mbl9 h2 {
        font-size: 27px;
    }

.mbl10 {
}

    .mbl10 p {
        padding-top: 5px;
        line-height: 23px;
        font-size: 13px;
    }

.mbl12 {
    padding: 15px;
    background: #f7f7f77a;
}

    .mbl12 h3 {
        margin-bottom: 15px;
        font-size: 17px;
    }

.FRANCHISE_FORM1 {
}

    .FRANCHISE_FORM1 span {
    }

    .FRANCHISE_FORM1 input {
        color: #333;
        width: 100%;
        padding-left: 7px;
        padding-right: 7px;
        height: 42px;
        background-color: rgba(255, 255, 255, .5);
        margin-bottom: 14px;
        border: 1px solid rgba(102, 102, 102, .2);
        font-size: .9rem;
        border-radius: .25rem;
        transition: .5s all;
    }

    .FRANCHISE_FORM1 textarea {
        color: #333;
        width: 100%;
        padding-left: 7px;
        padding-right: 7px;
        height: 132px;
        background-color: rgba(255, 255, 255, .5);
        margin-bottom: 20px;
        border: 1px solid rgba(102, 102, 102, .2);
        font-size: .9rem;
        border-radius: .25rem;
        transition: .5s all;
    }

        .FRANCHISE_FORM1 input:focus, .FRANCHISE_FORM1 textarea:focus {
            background-color: #eeeeee !important;
        }

    .FRANCHISE_FORM1 textarea {
    }

    .FRANCHISE_FORM1 label {
        font-size: 13px;
        margin-top: -5px;
        display: block;
        margin-bottom: 3px;
    }


.mbl15 {
    padding: 15px;
    background: #c79d3b3d;
    /*background: linear-gradient(184deg, #e8bd54 0%, #fff 50%, #e8bd54 100%);*/
}

    .mbl15 p {
        color: #000;
    }

    .mbl15 img {
        border: 5px solid #c79d3b;
        margin-bottom: 10px;
    }



.mbl16 {
    border: 1px solid var(--gold1);
    border-radius: 10px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 20px;
    background: #fff;
    min-height: 300px;
}

    .mbl16:hover {
        background: #c3af6312;
    }

    .mbl16 a {
    }

.mbl17 {
}

    .mbl17 h3 {
        letter-spacing: -1px;
        font-size: 21px;
        color: #000;
        font-weight: 600;
    }

    .mbl17 p {
        margin-bottom: 3px;
        color: #7a7a7a
    }

    .mbl17 i {
        display: inline-block;
        padding-right: 5px;
    }


.mbl18 {
    text-align: center;
    border-top: 1px solid silver;
    padding-top: 10px;
    margin-top: 7px;
}

    .mbl18 a {
        font-size: 13px;
        padding: 7px 11px;
        color: var(--gold1);
        border: 1px solid silver;
        border-radius: 50px;
        margin-bottom: 10px;
        display: inline-block;
        margin-left: 3px;
        margin-right: 3px;
    }

    .mbl18 i {
        color: var(--gold1);
    }

    .mbl18 .bi-telephone-fill {
        color: #0076f5;
    }

    .mbl18 .i_tel {
        border: 1px solid #0076f5;
    }


    .mbl18 .bi-whatsapp {
        color: #22b100;
    }

    .mbl18 .i_whats {
        border: 1px solid #22b100;
        color: #22b100;
    }


    .mbl18 .bi-envelope-fill {
        color: #3c3c3c;
    }

    .mbl18 .i_mail {
        border: 1px solid #3c3c3c;
        color: #3c3c3c;
    }


    .mbl18 .bi-pin-map-fill {
        color: #ff1760;
    }

    .mbl18 .i_knm {
        border: 1px solid #ff1760;
        color: #ff1760;
    }




.mbl19 {
    margin-bottom: 20px;
}

    .mbl19 h2 {
    }

    .mbl19 p {
        margin-bottom: 0px;
        border-bottom: 1px solid #f9f5f5;
        padding: 2px 0px;
    }

        .mbl19 p:last-child {
            border-bottom: 0px solid #f9f5f5;
        }

.mbl20 {
    font-size: 15px;
    margin-top: 15px;
    color: #454545;
}

.mbl21 {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}

.mbl22 {
    width: 100%;
    min-width: 100%;
    height: auto;
    border-radius: 0px;
    display: block;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px 0 rgba(1, 33, 88, 0.3);
    transition: all 0.2s;
    position: relative;
    background: #fff;
    margin: 0px auto;
}

.mbl23 {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
}

    .mbl23 i {
        font-size: 55px;
    }

.mbl23_1 {
    background-color: var(--gold1);
    display: inline-block;
    border-radius: 30px;
    padding: 5px;
    height: 40px;
    width: 40px;
    font-size: 19px;
    font-weight: 700;
    position: absolute;
    left: 30px;
    top: 15px;
    z-index: 5;
}

.mbl23_2 {
    margin-bottom: 0px;
    margin-bottom: 7px;
    padding: 10px;
    font-size: 19px !important;
    background-color: #c79d3b !important;
    transition: .5s all;
    font-weight: 700;
}

    .mbl23_2 p {
        margin-bottom: 0px;
        color: #000;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        line-height: 23px;
    }

.mbl24 {
}

    .mbl24 p {
        margin-bottom: 0px;
        text-align: center;
        padding-top: 5px;
        line-height: 21px;
        font-weight: 700;
        font-size: 16px;
        border: 1px solid silver;
        margin-top: 3px;
        padding-bottom: 5px;
        transition-duration: 500ms;
        overflow: hidden;
        background: linear-gradient(357deg, #c59533 0%, #c59533 100%);
        /* padding: 15px 5px; */
        color: #000;
        text-transform: uppercase;
        height: 67px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 5px;
        padding-right: 5px;
    }


.mbl25 {
}

    .mbl25 span {
        font-size: 29px !important;
        font-weight: 700 !important;
        height: auto !important;
        line-height: inherit !important;
        border-radius: 10px;
    }

.mbl26 {
    padding: 15px 0px 0px 0px !important;
}

    .mbl26 p {
        margin-bottom: 10px !important;
    }

.south-catagories-card h5 {
    margin-bottom: 5px;
}

.mbl27 {
}

.mbl27_sec {
    font-weight: 700 !important;
}

.mbl28 {
    font-size: 22px !important;
    line-height: 33px;
}

.mbl29 {
}

    .mbl29 li {
    }

    .mbl29 a {
        border-bottom: 1px dashed silver;
    }


.mbl30 {
}

    .mbl30 strong {
        font-size: 13px;
    }

    .mbl30 a {
        font-size: 14px;
        color: #2a2a2a;
    }

    .mbl30 i {
        font-size: 19px;
    }

    .mbl30 td {
        padding: 10px;
    }

    .mbl30 h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }


.mbl31 {
}

    .mbl31 input {
        border-radius: 5px;
        height: 45px;
        color: #454545;
        width: 100%;
        height: 43px;
        background-color: transparent;
        padding: 15px;
        border: 1px solid #e1dddd;
        font-size: 12px;
        font-style: italic;
        margin-bottom: 0 !important;
    }

    .mbl31 textarea {
        min-height: 100px;
    }

.mbl32 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .mbl32 a {
        padding: 5px 10px;
        border: 1px solid #dddddd;
        display: inline-block;
        color: var(--siyah45);
    }

.mbl32_sec {
    background: var(--gold_background1);
    color: #fff !important;
}

.mbl33 {
}

    .mbl33 img {
        max-width: 100%;
        height: auto;
    }

.mbl33b {
    max-width: 500px !important;
    float: left;
    padding: 0px 20px 2px 0px;
}

.mbl34 {
}

    .mbl34 a {
        color: var(--siyah45);
    }


.mbl35 {
}

    .mbl35 h4 {
        text-align: left;
    }

.mbl36 {
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
}

    .mbl36:hover {
        background-color: var(--gold_arkaPlanSaydam);
    }

    .mbl36 img {
        max-width: 150px;
    }

.mbl37 {
    border-top: 3px solid #f5f5f5;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mbl38 {
    margin-bottom: 20px;
    font-size: 14px;
    margin-top: -5px;
    color: var(--siyah45);
    padding-left: 0px;
}

.mbl39 {
    min-height: auto;
}

    .mbl39:hover {
        background: #edededeb !important;
    }

.diamondBaslik1 {
    background: #f1f1f1;
    background-image: linear-gradient(to bottom right, #1e4697e8, #ffffff);
}

    .diamondBaslik1 h2 {
        padding: 7px 10px 0px 10px;
        color: #ffffff;
        font-size: 19px;
        font-weight: 700;
    }

    .diamondBaslik1 i {
        color: #fffeff;
        display: inline-block;
        font-size: 22px;
        padding-right: 5px;
    }

    .diamondBaslik1 img {
        max-width: 44px;
        display: inline-block;
        padding-right: 5px;
    }

.goldBaslik1 {
    background: #f1f1f1;
    background-image: linear-gradient(#ffb00f, #d9a53b);
}

    .goldBaslik1 h2 {
        padding: 7px 10px 0px 10px;
        color: #fff;
        font-size: 19px;
    }

    .goldBaslik1 i {
        color: var(--gold1);
        display: inline-block;
        padding-right: 5px;
        font-size: 21px;
    }

.silverBaslik1 {
    background: #f1f1f1;
    background-image: linear-gradient(to bottom right, #00000057, #f5f5f5);
}

    .silverBaslik1 h2 {
        padding: 7px 10px 0px 10px;
        color: #fff;
        font-size: 19px;
    }

    .silverBaslik1 i {
        color: #6a6868;
    }

.mbl40 {
    background-image: linear-gradient(#c59533, #c59533);
    margin-bottom: 20px;
}


    .mbl40 h2 {
        padding: 19px 0px;
        margin-bottom: 0px;
        color: #000;
        font-size: 33px;
    }

.mbl40B {
    background-image: linear-gradient(#c79d3b, #000000);
    margin-bottom: 20px;
    padding: 15px;
}

    .mbl40B H2 {
        font-size: 45px;
        color: #fff;
    }

.mbl41 {
    padding: 15px !important;
    height: 215px;
    background: #f3d58e7a !important;
}

    .mbl41 h5 {
        margin-bottom: 7px;
        padding: 10px;
        font-size: 20px !important;
        background-color: #c79d3b !important;
        transition: .5s all;
        font-weight: 700;
    }

    .mbl41 p {
        line-height: 25px;
        text-transform: capitalize;
        text-align: left;
        color: #000;
    }

.mbl42 {
    font-size: 13px;
    padding: 0px 0px 15px 0px;
    text-align: center;
    color: #727272;
}

.mbl43 {
    width: 100%;
    margin-top: 8px;
}

    .mbl43 span {
        font-weight: 700;
        font-size: 14px;
    }


    .mbl43 a {
        font-size: 24px;
        padding-left: 2px;
        padding-right: 2px;
        transition: 0.5s all;
    }

        .mbl43 a:hover {
            background-color: silver
        }

    .mbl43 .mbl43_f {
        color: #475392;
    }

    .mbl43 .mbl43_ins {
        color: #fb0775;
    }

    .mbl43 .mbl43_lin {
        color: #435cbd;
    }

    .mbl43 .mbl43_x {
        color: #000;
    }

.mbl44 {
    text-align: center;
}

    .mbl44 .butonSiyah {
        background: #454545;
        color: #fff;
        padding: 8px 13px;
        border-radius: 5px;
        font-size: 16px;
        margin-top: 15px;
        display: inline-block;
        transition: 0.5s all;
    }

        .mbl44 .butonSiyah:hover {
            background: #c3af63;
        }


.mbl50 {
}

    .mbl50 h6 {
        font-style: normal !important;
        padding-left: 30px;
        color: #000000 !important;
        font-size: 44px !important;
        font-weight: 700;
    }

    .mbl50 p {
        font-size: 19px;
        padding-left: 32px;
        padding-right: 10px;
        text-align: left;
        line-height: 30px;
    }

    .mbl50 .south-btn {
        margin-left: 30px;
    }

.mbl51 {
    font-size: 51px;
    padding-top: 100px;
}

.call-to-action-area .cta-content h2 {
    color: #000000;
}

.call-to-action-area .cta-content h6 {
    font-style: normal;
    color: #000;
}



.single-hero-slide {
    background-position: center center;
    background-size: initial;
    background-repeat: no-repeat;
}


.mbl55 {
}

    .mbl55 span {
        font-size: 13px !important;
        font-weight: 700 !important;
        height: auto !important;
        line-height: inherit !important;
        border-radius: 5px;
        padding: 3px 15px !important;
    }

.mbl56 {
    padding: 15px !important;
    background: #f3d58e7a !important;
}

    .mbl56 h5 {
        margin-bottom: 7px;
        padding: 10px;
        font-size: 20px !important;
        background-color: #c79d3b !important;
        transition: .5s all;
        font-weight: 700;
    }

.mbl57 {
    margin-bottom: 10px;
    padding: 7px 15px;
    font-size: 20px !important;
    background-color: #c79d3b !important;
    transition: .5s all;
    font-weight: 700;
    display: block;
    text-align: center;
}

.mbl58 {
    text-align: left;
}

    .mbl58 a {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
    }

    .mbl58 span {
        background-color: #c79d3b !important;
        border-left: 3px solid #000;
        border-top: 3px solid #000;
        display: inline-block;
        padding: 5px 10px;
        font-size: 25px;
        font-weight: 700;
        color: #000;
    }

    .mbl58 h3 {
        display: inline-block;
        color: #000;
        background: #fff;
        padding: 11px 25px 10px 10px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: 3px solid #ffffff;
        border-top: 3px solid #000000eb;
        /*    clip-path: polygon(0px 0px, 100% 0px, 100% 4%, 91% 100%, 0px 100%);*/
        font-size: 20px;
        height: 50px;
        margin-left: 4px;
        clip-path: polygon(0px 0px, 100% 0px, 100% 4%, 95% 100%, 0px 100%);
        width: 100%;
    }

    .mbl58 p {
        display: inline-block;
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 13px;
    }

.mbl59 {
}

    .mbl59 h2 {
        color: #fff;
        padding: 85px 0px 30px 0px;
        font-weight: 700;
        font-size: 44px;
    }

.mbl60 {
    text-align: left;
}

#myModal {
    z-index: 30000;
}

.mbl61 {
}

    .mbl61 img {
        max-width: 100% !important;
        height: auto !important;
    }

    .mbl61 p {
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-weight: 500;
        color: #000;
    }

.mbl62 {
    margin-bottom: 30px;
}

.mbl63 {
    padding: 4px 15px;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

    .mbl63 i {
        color: var(--gold1);
        display: inline-block;
        padding-right: 3px;
        font-weight: 700;
        font-size: 18px;
    }


.mbl64 {
    text-align: left;
}

    .mbl64 a {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
    }

    .mbl64 span {
        background-color: #c79d3b !important;
        border-left: 3px solid #000;
        border-top: 3px solid #000;
        display: inline-block;
        padding: 5px 10px;
        font-size: 25px;
        font-weight: 700;
        color: #000;
    }

    .mbl64 h3 {
        display: inline-block;
        color: #000;
        background: #fff;
        padding: 15px 15px 0px 7px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: 3px solid #ffffff;
        border-top: 3px solid #000000eb;
        font-size: 18px;
        height: 50px;
        margin-left: 3px;
        width: 100%;
        clip-path: polygon(0px 0px, 100% 0px, 100% 4%, 96% 100%, 0px 100%);
    }

    .mbl64 p {
        display: inline-block;
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 13px;
        position: absolute;
        top: 5px;
        right: 22px;
        background-color: #000000;
        clip-path: polygon(0px 0px, 100% 0px, 100% 4%, 91% 100%, 0px 100%);
        padding-right: 10px;
        color: #fff;
        padding-left: 5px;
        padding-right: 13px;
        font-size: 13px;
        padding-bottom: 0px;
    }

.mbl64_2 {
    right: 52px !important;
}

.mbl64_3 {
    right: 84px !important;
}

.mbl65 {
    text-align: left;
}

    .mbl65 a {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
    }

    .mbl65 span {
        background-color: #c79d3b !important;
        border-left: 3px solid #000;
        border-top: 3px solid #000;
        display: inline-block;
        padding: 5px 10px;
        font-size: 25px;
        font-weight: 700;
        color: #000;
    }

    .mbl65 h3 {
        display: inline-block;
        color: #000;
        background: #fff;
        padding: 15px 15px 0px 7px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: 3px solid #ffffff;
        border-top: 3px solid #000000eb;
        font-size: 18px;
        height: 50px;
        margin-left: 3px;
        width: 100%;
        clip-path: polygon(0px 0px, 100% 0px, 100% 4%, 96% 100%, 0px 100%);
    }

    .mbl65 p {
        display: inline-block;
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 13px;
        position: absolute;
        top: 2px;
        right: 20px;
        font-size: 16px;
        font-weight: 700;
        color: var(--gold1);
        background-color: #000;
        z-index: 300000;
        padding: 5px 14px 0px 5px;
        clip-path: polygon(0px 0px, 100% 0px, 100% 4%, 95% 100%, 0px 100%);
    }

.mbl65_2 {
    right: 52px !important;
}

.mbl65_3 {
    right: 84px !important;
}

.mbl65 i {
    font-size: 11px;
}

.mbl66 {
    height: auto;
    padding-bottom: 50px;
}

.classynav ul li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .7);
    line-height: 21px;
    padding: 4px 10px;
}


.sonSubeler-slides1 .owl-next {
    left: auto;
    right: -45px;
}

.mbl67 {
    max-width: 1500px;
}

.mbl68 {
    padding-left: 30px;
    padding-right: 30px;
}

.mbl69 {
    margin-top: 7px;
}


    .mbl69 .i_whats {
        color: #22b100;
        font-size: 19px;
        margin-right: 5px;
    }

    .mbl69 .i_mail {
        color: #3c3c3c;
        font-size: 19px;
    }


.mbl70{

}

    .mbl70 p {
        padding: 0px;
        margin: 0px;
    }
@media only screen and (max-width: 768px) {

    .top-header-area .email-address {
        padding: 10px 10px 10px 9px;
        display: inline-block;
        float: left;
    }

    .ustsag1 {
        padding-right: 0px !important;
        justify-content: flex-end;
    }

    .main-header-area .classy-navbar {
        height: auto;
        padding: 10px 10px 10px 10px;
    }

    .nav-brand img {
        max-width: 180px;
    }

    .dark .classy-navbar-toggler .navbarToggler span {
        background-color: #000000;
    }

    .hero-slides-content h2 {
        font-size: 18px !important;
    }

    .south-search-area .advanced-search-form {
        margin-top: 0px;
    }

    .south-search-area .advanced-search-form {
        margin-top: 0px;
    }

    .hero-area .owl-prev, .hero-area .owl-next {
        top: 71%;
    }

    .hero-area .owl-prev, .hero-area .owl-next {
        left: 15px;
    }

    .hero-area .owl-next {
        left: auto;
        right: 15px;
    }

    .FRANCHISE_BTN {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #f91706;
        top: 0px;
        right: 0px;
        -webkit-transform: none;
        transform: none;
        padding: 10px 12px;
        text-align: center;
    }

    .DANISMAN_BTN {
        position: relative;
        width: auto;
        height: auto;
        background-color: #dba900;
        top: 0px;
        right: 0px;
        -webkit-transform: none;
        transform: none;
        padding: 10px 12px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .anasayfaHakkimizda h3 {
        margin-bottom: 15px;
        padding-left: 0px;
        margin-top: 15px;
        padding-bottom: 5px;
    }

    .section-padding-100-50 {
        padding: 15px 0 0px;
    }

    .mbl2 {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .call-to-action-area {
        height: auto;
        padding-bottom: 30px;
    }

    .section-padding-100 {
        padding: 30px 0;
    }

    .section-heading {
        position: relative;
        z-index: 1;
        text-align: center;
        margin-bottom: 15px;
        border-bottom: 1px solid silver;
        padding-bottom: 5px;
    }

    .section-padding-100-0 {
        padding: 5px 0 0;
    }

    .breakpoint-on .classynav {
        padding-top: 55px;
    }

    .main-header-area .classynav ul li a {
        color: #fff !important;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        border-bottom: 1px solid #ffffff40 !important;
    }

    .dark .classynav ul li .dropdown {
        background-color: #292929;
    }

        .dark .classynav ul li .dropdown a {
            font-size: 13px !important;
        }

    .mbl5 {
        padding-top: 155px !important;
        padding-bottom: 30px !important;
    }

    .about-content-wrapper .about-content {
        margin-bottom: 0px;
    }

    .call-to-action-area .cta-content h2 {
        color: #ffffff;
        font-size: 29px !important;
        margin-bottom: 15px;
        text-transform: uppercase;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .mbl7 img {
        width: 100%;
    }

    .mbl7 {
        margin-top: 15px;
    }

    .mbl10 {
        padding-top: 15px;
    }

    .mbl11 {
        font-size: 23px;
    }

    .mbl13 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mbl30 td {
        padding: 5px;
    }

    .mbl30 i {
        font-size: 16px;
        color: var(--gold1);
    }

    .mbl30 a {
        font-size: 14px;
        color: #616161;
        font-weight: 600;
    }

    .mbl43 {
        margin-bottom: 20px;
    }

    .hero-area .owl-dots {
        left: 0px;
    }

    .mbl59 h2 {
        color: #fff;
        padding: 35px 0px 25px 0px;
        font-weight: 700;
        font-size: 23px;
    }

    .mbl58 h3 {
        padding: 11px 23px 10px 8px;
        font-size: 17px;
    }

    .single-featured-property .property-content {
        padding: 10px;
    }

    .mbl62 {
        margin-bottom: 15px;
    }

    .mbl51 {
        font-size: 33px;
    }

    .mbl50 {
        text-align: center !important;
    }

        .mbl50 h6 {
            padding-left: 0px;
            font-size: 35px !important;
        }

        .mbl50 .south-btn {
            margin-left: 0px;
            margin-bottom: 30px;
        }

        .mbl50 p {
            font-size: 18px;
            padding-left: 0px;
            padding-right: 0px;
            text-align: left;
            line-height: 26px;
        }

    .single-hero-slide {
        height: 550px;
        background-position: left center !important;
    }

    .sonSubeler-slides1 .owl-next {
        left: auto;
        right: -15px;
    }

    .mbl68 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mbl64 p {
        right: 12px;
    }

    .mbl64_2 {
        right: 10% !important;
    }

    .mbl64_3 {
        right: 16% !important;
    }

    .mbl65 p {
        right: 15px;
    }

    .mbl65_2 {
        right: 10% !important;
    }

    .mbl65_3 {
        right: 17% !important;
    }
}

@media (min-width: 900px) and (max-width: 1400px) {
    .main-header-area .classynav ul li a {
        color: #000000;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        padding: 0px 4px;
    }
    .main-header-area .classy-navbar {
        height: auto;
        padding: .5em 25px;
    }
}

