@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900,900i');

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.centered {
    text-align: center;
}
/*** 

====================================================================
	Property Search Form Styling
====================================================================

***/

.main-header .search-form-panel {
    position: absolute;
    left: 0px;
    top: 120%;
    width: 100%;
    padding: 40px 30px 20px;
    background: rgba(255,255,255,0.95);
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
}

    .main-header .search-form-panel.opened {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }

.property-search-form .theme-btn {
    display: block;
    width: 100%;
}

.range-slider-one {
    position: relative;
    margin: 0px 8px;
    min-height: 48px;
}

    .range-slider-one .slider-header {
        position: relative;
        color: #666666;
        font-size: 14px;
        margin: 0px -8px 15px;
        line-height: 20px;
    }

        .range-slider-one .slider-header .title {
            float: left;
            font-size: 14px;
            font-weight: 600;
        }

        .range-slider-one .slider-header .input {
            float: right;
        }

            .range-slider-one .slider-header .input input {
                height: 20px;
                line-height: 20px;
                padding: 0px;
                border: none;
                background: none;
                font-size: 14px;
                width: auto;
                text-align: right;
            }

    .range-slider-one .ui-widget.ui-widget-content {
        top: 4px;
        height: 2px;
        border: none;
        background: #d0d0d0;
    }

    .range-slider-one .ui-slider .ui-slider-range {
        top: 0px;
        height: 2px;
        background: #01aeef;
    }

    .range-slider-one .ui-state-default,
    .ui-widget-content .ui-state-default {
        top: -6px;
        width: 13px;
        height: 13px;
        border: 2px solid #01aeef;
        background: #ffffff;
        border-radius: 50%;
        cursor: pointer;
    }

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="url"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 48px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    padding: 11px 20px;
    background-color: #ffffff;
    color: #222222;
    background: #ffffff;
    border-radius: 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

/*** 

====================================================================
	Property Listing Section
====================================================================

***/

.property-listing {
    position: relative;
    padding: 110px 0px 80px;
}

.sidebar-page-container .property-listing {
    padding: 0px;
}

.sec-title {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 50px;
}

    .sec-title.medium {
        margin-bottom: 30px;
    }

    .sec-title .subtitle {
        font-size: 16px;
        font-style: italic;
        color: #666666;
        line-height: 1.6em;
    }

    .sec-title.medium .subtitle {
        font-size: 14px;
        line-height: 1.8em;
    }

    .sec-title h2 {
        font-size: 32px;
        color: #222222;
        font-weight: 700;
        line-height: 1.5em;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .sec-title.medium h2 {
        font-size: 24px;
        line-height: 1.6em;
        letter-spacing: 0px;
    }

    .sec-title:after {
        content: '';
        position: absolute;
        width: 50px;
        left: 0px;
        bottom: 0px;
        border-bottom: 2px solid #e8332c;
    }

    .sec-title.centered:after {
        left: 50%;
        margin-left: -25px;
    }

.default-property-box {
    position: relative;
    margin-bottom: 40px;
}

    .default-property-box .inner-box {
        position: relative;
        display: block;
        border: 1px solid #f0f0f0;
    }

    .default-property-box.list-style .image-column,
    .default-property-box.list-style-two .image-column {
        padding: 0px;
    }

    .default-property-box.list-style .content-column,
    .default-property-box.list-style-two .content-column {
        padding: 0px;
    }

    .default-property-box .image-box {
        position: relative;
        display: block;
    }

        .default-property-box .image-box img {
            position: relative;
            display: block;
            width: 100%;
        }

        .default-property-box .image-box .upper-info {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            padding: 15px 20px;
            color: #ffffff;
            line-height: 24px;
        }

            .default-property-box .image-box .upper-info .property-label {
                position: relative;
                float: left;
            }

            .default-property-box .image-box .upper-info .add-fav {
                position: relative;
                float: right;
            }

                .default-property-box .image-box .upper-info .add-fav a {
                    color: #ffffff;
                }

        .default-property-box .image-box .property-price {
            position: absolute;
            right: 0px;
            bottom: 0px;
            font-weight: 600;
            line-height: 24px;
            padding: 10px 25px;
            text-align: center;
            color: #ffffff;
            background: rgba(1,174,239,0.80);
        }

    .default-property-box .lower-content {
        position: relative;
        padding: 0px 20px;
    }

    .default-property-box.list-style .lower-content {
        padding: 0px 25px;
    }

    .default-property-box .lower-content .property-title {
        position: relative;
        padding: 12px 0px 10px;
        line-height: 24px;
        border-bottom: 1px solid #f0f0f0;
    }

    .default-property-box.list-style .lower-content .property-title {
        padding: 20px 0px;
    }

    .default-property-box .lower-content .property-title h3 {
        font-size: 16px;
        color: #222222;
        line-height: 1.6em;
        font-weight: 700;
        margin-bottom: 3px;
    }

        .default-property-box .lower-content .property-title h3 a {
            color: #222222;
        }

            .default-property-box .lower-content .property-title h3 a:hover {
                color: #01aeef;
            }

    .default-property-box .lower-content .property-title .location {
        color: #222222;
    }

    .default-property-box .lower-content .text-desc {
        line-height: 1.8em;
        padding: 15px 0px;
        border-bottom: 1px solid #f0f0f0;
    }

    .default-property-box.list-style .lower-content .text-desc,
    .default-property-box.list-style-two .lower-content .text-desc {
        padding: 25px 0px;
    }

    .default-property-box .lower-content .property-specs ul {
        display: table;
        width: 100%;
        vertical-align: middle;
    }

    .default-property-box.list-style .lower-content .property-specs ul {
        padding: 10px 0px;
    }

    .default-property-box .lower-content .property-specs li {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        line-height: 24px;
        font-weight: 600;
        padding-left: 25px;
        padding: 10px 20px 10px 25px;
    }

        .default-property-box .lower-content .property-specs li:last-child {
            padding-right: 0px;
        }

        .default-property-box .lower-content .property-specs li .icon {
            position: absolute;
            display: block;
            line-height: 24px;
            color: #222222;
            left: 0px;
            font-weight: normal;
            font-size: 15px;
            top: 10px;
        }

.property-listing .view-all {
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}

.layout-controls {
    position: relative;
    margin-bottom: 40px;
}

    .layout-controls .inner {
        position: relative;
        background: #f8f8f8;
    }

        .layout-controls .inner .current-layout {
            position: relative;
            float: left;
            padding: 15px 0px;
            padding-left: 80px;
        }

            .layout-controls .inner .current-layout .icon {
                position: absolute;
                left: 0px;
                top: 0px;
                text-align: center;
                width: 60px;
                height: 60px;
                line-height: 60px;
                font-size: 16px;
                color: #ffffff;
                background: #1b2936;
            }

            .layout-controls .inner .current-layout h5 {
                font-size: 16px;
                color: #222222;
                font-weight: 700;
                text-transform: uppercase;
                line-height: 30px;
            }

        .layout-controls .inner .layout-options {
            position: relative;
            float: right;
            padding: 15px 20px;
        }

            .layout-controls .inner .layout-options li {
                position: relative;
                float: left;
                margin-left: 15px;
                line-height: 30px;
                font-size: 16px;
            }

                .layout-controls .inner .layout-options li a {
                    position: relative;
                    display: block;
                    line-height: 30px;
                    color: #999999;
                }

                .layout-controls .inner .layout-options li:hover a,
                .layout-controls .inner .layout-options li.current a {
                    color: #222222;
                }

/*** 

====================================================================
	Featured Properties
====================================================================

***/

.img-circle {
    border-radius: 50%;
}

.featured-properties {
    position: relative;
    padding: 0px;
}

    .featured-properties .fluid-slide-item {
        position: relative;
        background: #fafafa;
    }

        .featured-properties .fluid-slide-item .slide-container {
            position: relative;
            background: #fafafa;
        }

        .featured-properties .fluid-slide-item .image-column {
            position: absolute;
            left: 0px;
            top: 0px;
            float: left;
            width: 50%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }

            .featured-properties .fluid-slide-item .image-column .image {
                display: none;
            }

                .featured-properties .fluid-slide-item .image-column .image img {
                    display: block;
                    width: 100%;
                }

            .featured-properties .fluid-slide-item .image-column .overlay-link {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
            }

        .featured-properties .fluid-slide-item .content-column {
            position: relative;
            float: right;
            width: 50%;
        }

            .featured-properties .fluid-slide-item .content-column .inner {
                position: relative;
                padding: 80px 100px;
            }

            .featured-properties .fluid-slide-item .content-column .slide-header {
                position: relative;
                padding: 10px 0px;
                border-bottom: 1px solid #e6e6e6;
                margin-bottom: 30px;
            }

            .featured-properties .fluid-slide-item .content-column h3 {
                font-size: 24px;
                text-transform: capitalize;
                font-weight: 700;
                color: #222222;
                margin-bottom: 5px;
            }

                .featured-properties .fluid-slide-item .content-column h3 a {
                    color: #222222;
                }

            .featured-properties .fluid-slide-item .content-column .location {
                font-size: 16px;
                color: #222222;
                margin-bottom: 10px;
            }

            .featured-properties .fluid-slide-item .content-column .info {
                position: relative;
            }

                .featured-properties .fluid-slide-item .content-column .info .price {
                    position: relative;
                    float: left;
                    color: #01aeef;
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 28px;
                    margin-bottom: 10px;
                }

                .featured-properties .fluid-slide-item .content-column .info .prop-label {
                    position: relative;
                    float: right;
                    line-height: 28px;
                    color: #ffffff;
                    text-transform: uppercase;
                    background: #1b2936;
                    padding: 0px 25px;
                    font-weight: 700;
                }

            .featured-properties .fluid-slide-item .content-column .description {
                position: relative;
                margin-bottom: 30px;
            }

            .featured-properties .fluid-slide-item .content-column .agent-info {
                position: relative;
            }

                .featured-properties .fluid-slide-item .content-column .agent-info .agent {
                    position: relative;
                    float: left;
                    padding-left: 90px;
                    min-height: 70px;
                    padding-top: 20px;
                    line-height: 30px;
                    text-transform: uppercase;
                    color: #222222;
                }

                    .featured-properties .fluid-slide-item .content-column .agent-info .agent .image {
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        width: 70px;
                    }

                .featured-properties .fluid-slide-item .content-column .agent-info .add-fav {
                    position: relative;
                    float: right;
                    margin: 20px 0px 50px;
                    line-height: 30px;
                }

                    .featured-properties .fluid-slide-item .content-column .agent-info .add-fav a {
                        display: block;
                        line-height: 30px;
                        color: #666666;
                    }

            .featured-properties .fluid-slide-item .content-column .property-specs {
                position: relative;
                padding: 20px 0px 0px;
                border-top: 1px solid #e6e6e6;
            }

                .featured-properties .fluid-slide-item .content-column .property-specs ul {
                    display: table;
                    width: 100%;
                    vertical-align: middle;
                }

                    .featured-properties .fluid-slide-item .content-column .property-specs ul li {
                        position: relative;
                        display: table-cell;
                        vertical-align: middle;
                        line-height: 24px;
                        font-weight: 600;
                        /*padding-left:25px;
	padding:10px 15px 10px 25px;	*/
                    }

                        .featured-properties .fluid-slide-item .content-column .property-specs ul li:last-child {
                            padding-right: 0px;
                        }

                        .featured-properties .fluid-slide-item .content-column .property-specs ul li .icon {
                            position: absolute;
                            display: block;
                            line-height: 24px;
                            color: #666666;
                            left: 0px;
                            font-weight: normal;
                            font-size: 18px;
                            top: 10px;
                        }

    .featured-properties .featured-properties-carousel .owl-dots {
        display: none;
    }

    .featured-properties .featured-properties-carousel .owl-nav .owl-prev,
    .featured-properties .featured-properties-carousel .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        margin-top: -30px;
        width: 60px;
        height: 60px;
        display: block;
        text-align: center;
        line-height: 60px;
        font-size: 16px;
        color: #ffffff;
        background: rgba(0,0,0,0.30);
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .featured-properties .featured-properties-carousel .owl-nav .owl-prev {
        left: 20px;
    }

    .featured-properties .featured-properties-carousel .owl-nav .owl-next {
        left: 50%;
        margin-left: -80px;
    }

        .featured-properties .featured-properties-carousel .owl-nav .owl-prev:hover,
        .featured-properties .featured-properties-carousel .owl-nav .owl-next:hover {
            background: rgba(0,0,0,0.90);
        }

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 110px 0px 60px;
}

.team-member {
    position: relative;
    margin-bottom: 90px;
}

    .team-member .inner-box {
        position: relative;
    }

        .team-member .inner-box .image-box {
            position: relative;
            display: block;
        }

            .team-member .inner-box .image-box img {
                position: relative;
                display: block;
                width: 100%;
            }

        .team-member .inner-box .overlay-box {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.50);
            color: #ffffff;
            text-align: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

        .team-member .inner-box:hover .overlay-box {
            opacity: 1;
            visibility: visible;
        }

        .team-member .inner-box .overlay-box .social-links {
            position: absolute;
            left: 0px;
            width: 100%;
            padding: 0px 12px;
            top: 50%;
            margin-top: -100px;
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

        .team-member .inner-box:hover .overlay-box .social-links {
            margin-top: -30px;
        }

        .team-member .inner-box .overlay-box .social-links li {
            position: relative;
            display: inline-block;
            width: 36px;
            height: 36px;
            margin: 0px 1px;
        }

            .team-member .inner-box .overlay-box .social-links li a {
                display: block;
                line-height: 34px;
                width: 36px;
                height: 36px;
                font-size: 14px;
                color: rgba(255,255,255,0.70);
                border: 1px solid rgba(255,255,255,0.70);
                transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
            }

                .team-member .inner-box .overlay-box .social-links li a:hover {
                    background: #01aeef;
                    border-color: #01aeef;
                    color: #ffffff;
                }

        .team-member .inner-box .lower-content {
            position: absolute;
            left: 0px;
            bottom: -42px;
            width: 100%;
            padding: 0px 30px;
            text-align: center;
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

        .team-member .inner-box:hover .lower-content {
            padding: 0px 0px;
        }

        .team-member .inner-box .lower-content .inner {
            position: relative;
            display: block;
            background: #1b2936;
            color: #ffffff;
            padding: 15px;
        }

        .team-member .inner-box .lower-content h4 {
            font-size: 18px;
            text-transform: capitalize;
            font-weight: 700;
            line-height: 1.6em;
        }

            .team-member .inner-box .lower-content h4 a {
                color: #ffffff;
            }

        .team-member .inner-box .lower-content .designation {
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 400;
            line-height: 1.6em;
        }

/*** 

====================================================================
	Testimonials Section One
====================================================================

***/

.testimonials-section-one {
    position: relative;
    padding: 20px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .testimonials-section-one:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #ffffff;
        opacity: 0.93;
    }

    .testimonials-section-one .slide-item {
        position: relative;
        padding: 0px 60px;
    }

        .testimonials-section-one .slide-item .slide-content {
            position: relative;
            max-width: 1000px;
            margin: 0 auto;
            background: #ffffff;
        }

            .testimonials-section-one .slide-item .slide-content .image {
                position: relative;
                float: left;
                width: 30%;
                margin-bottom: 0;
            }

            .testimonials-section-one .slide-item .slide-content .content-box {
                position: relative;
                float: left;
                width: 100%;
                padding: 15px 20px;
                font-size: 15px;
            }

            .testimonials-section-one .slide-item .slide-content .info {
                position: relative;
                margin-bottom: 15px;
            }

                .testimonials-section-one .slide-item .slide-content .info h4 {
                    margin-top: 10px;
                    font-size: 16px;
                    color: #e8332c;
                    font-weight: 700;
                    text-transform: uppercase;
                }

                .testimonials-section-one .slide-item .slide-content .info .designation {
                    font-size: 14px;
                    font-style: italic;
                }

            .testimonials-section-one .slide-item .slide-content .text {
                position: relative;
                line-height: 1.8em;
                margin-bottom: 10px;
            }

                .testimonials-section-one .slide-item .slide-content .text p {
                    line-height: 1.5;
                }

            .testimonials-section-one .slide-item .slide-content .quote-icon {
                position: relative;
                display: block;
                width: 30px;
                height: 30px;
                background: url(../images/icons/quote-icon-1.png) center center no-repeat;
                margin-left: 70%;
            }

    .testimonials-section-one .owl-nav .owl-prev,
    .testimonials-section-one .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        margin-top: -25px;
        width: 40px;
        height: 50px;
        display: block;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        color: #ffffff;
        border-radius: 3px;
        background: rgba(0,0,0,0.50);
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .testimonials-section-one .owl-nav .owl-prev {
        left: -40px;
    }

    .testimonials-section-one .owl-nav .owl-next {
        right: -40px;
    }

        .testimonials-section-one .owl-nav .owl-prev:hover,
        .testimonials-section-one .owl-nav .owl-next:hover {
            background: rgba(0,0,0,0.90);
        }

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 110px 0px 60px;
}

.news-style-one {
    position: relative;
    margin-bottom: 50px;
}

    .news-style-one .inner-box {
        position: relative;
        display: block;
        border: 1px solid #f0f0f0;
    }

    .news-style-one .image-box {
        position: relative;
        display: block;
    }

        .news-style-one .image-box img {
            position: relative;
            display: block;
            width: 100%;
        }

    .news-style-one .lower-content {
        position: relative;
        padding: 0px 20px 20px;
    }

        .news-style-one .lower-content .post-meta {
            position: relative;
            padding: 12px 0px;
            line-height: 24px;
            border-bottom: 1px solid #f0f0f0;
            margin-bottom: 15px;
        }

            .news-style-one .lower-content .post-meta li {
                position: relative;
                float: left;
            }

                .news-style-one .lower-content .post-meta li:last-child {
                    float: right;
                }

                .news-style-one .lower-content .post-meta li a {
                    display: block;
                    line-height: 24px;
                    padding-left: 25px;
                    color: #666666;
                }

                    .news-style-one .lower-content .post-meta li a .fa {
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        line-height: 24px;
                    }

        .news-style-one .lower-content h4 {
            font-size: 16px;
            color: #222222;
            line-height: 1.6em;
            font-weight: 700;
            margin-bottom: 10px;
        }

            .news-style-one .lower-content h4 a {
                color: #222222;
            }

                .news-style-one .lower-content h4 a:hover {
                    color: #01aeef;
                }

        .news-style-one .lower-content .text-desc {
            line-height: 1.8em;
            margin-bottom: 15px;
        }

        .news-style-one .lower-content .more-link {
            position: relative;
        }

            .news-style-one .lower-content .more-link a {
                position: relative;
                color: #222222;
                font-weight: 600;
                text-transform: uppercase;
            }

                .news-style-one .lower-content .more-link a:hover {
                    color: #01aeef;
                }

                .news-style-one .lower-content .more-link a .fa {
                    position: relative;
                    font-weight: normal;
                    padding-right: 3px;
                    transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -webkit-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                }

                .news-style-one .lower-content .more-link a .txt {
                    position: relative;
                    opacity: 0;
                    transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -webkit-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                }

                .news-style-one .lower-content .more-link a:hover .txt {
                    opacity: 1;
                }

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background: #101b25;
}

    .main-footer .widgets-section {
        position: relative;
        padding: 90px 0px 50px;
        color: #cccccc;
        background: #101b25 url(../images/background/footer-bg.jpg) center bottom no-repeat;
    }

        .main-footer .widgets-section .footer-column {
            margin-bottom: 30px;
        }

    .main-footer .footer-widget {
        position: relative;
    }

        .main-footer .footer-widget h2 {
            position: relative;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 25px;
            color: #ffffff;
        }

    .main-footer .about-widget .logo {
        position: relative;
        margin-bottom: 25px;
        margin-top: -10px;
    }

    .main-footer .about-widget .text {
        position: relative;
        margin-bottom: 25px;
        line-height: 1.9em;
    }

    .main-footer .newsletter-widget .text {
        position: relative;
        margin-bottom: 25px;
        line-height: 1.9em;
    }

    .main-footer .about-widget .social-links {
        position: relative;
    }

        .main-footer .about-widget .social-links li {
            position: relative;
            display: inline-block;
            margin-right: 5px;
        }

            .main-footer .about-widget .social-links li a {
                position: relative;
                display: block;
                line-height: 34px;
                width: 36px;
                height: 36px;
                text-align: center;
                font-size: 14px;
                background: none;
                border: 1px solid rgba(255,255,255,0.50);
                color: #cccccc;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                transition: all 500ms ease;
            }

                .main-footer .about-widget .social-links li a:hover {
                    color: #ffffff;
                    background: #01aeef;
                    border-color: #01aeef;
                }

    .main-footer .about-widget .contact-info {
        margin-bottom: 30px;
    }

    .main-footer .contact-info li {
        position: relative;
        display: block;
        line-height: 26px;
        margin-bottom: 12px;
        padding-left: 30px;
    }

        .main-footer .contact-info li .icon {
            position: absolute;
            left: 0px;
            top: 0px;
            font-size: 16px;
            line-height: 26px;
        }

        .main-footer .contact-info li:last-child {
            margin-bottom: 0px;
        }

    .main-footer .footer-bottom {
        position: relative;
        padding: 18px 0px;
        color: #cccccc;
        background: #131313;
        line-height: 24px;
        text-align: center;
    }

    .main-footer .subscribe-widget {
        position: relative;
    }

        .main-footer .subscribe-widget .text {
            position: relative;
            font-size: 14px;
            line-height: 1.7em;
            margin-bottom: 24px;
        }

        .main-footer .subscribe-widget .form-group {
            position: relative;
            display: block;
            margin: 0px;
            max-width: 300px;
        }

            .main-footer .subscribe-widget .form-group input[type="text"],
            .main-footer .subscribe-widget .form-group input[type="tel"],
            .main-footer .subscribe-widget .form-group input[type="email"],
            .main-footer .subscribe-widget .form-group textarea {
                position: relative;
                display: block;
                width: 100%;
                line-height: 24px;
                padding: 12px 50px 12px 20px;
                height: 48px;
                color: #222222;
                font-size: 14px;
                border-radius: 2px;
                background: #ffffff;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .main-footer .subscribe-widget .form-group input[type="text"]:focus,
                .main-footer .subscribe-widget .form-group input[type="tel"]:focus,
                .main-footer .subscribe-widget .form-group input[type="email"]:focus,
                .main-footer .subscribe-widget .form-group textarea:focus {
                    background: #fefefe;
                }

            .main-footer .subscribe-widget .form-group input[type="submit"],
            .main-footer .subscribe-widget button {
                position: absolute;
                right: 0px;
                top: 0px;
                width: 48px;
                height: 48px;
                line-height: 48px;
                color: #ffffff;
                background: #01aeef;
                border-radius: 0px 2px 2px 0px;
            }

    .main-footer .links-widget .list li {
        position: relative;
        margin-bottom: 12px;
    }

        .main-footer .links-widget .list li a {
            position: relative;
            display: block;
            line-height: 24px;
            padding: 0px 0px 0px 20px;
            color: #cccccc;
            text-transform: capitalize;
        }

            .main-footer .links-widget .list li a:before {
                content: '\f105';
                position: absolute;
                left: 0px;
                top: 0px;
                line-height: 24px;
                font-size: 14px;
                font-family: 'FontAwesome';
            }

            .main-footer .links-widget .list li a:hover {
                color: #01aeef;
            }

    .main-footer .footer-bottom {
        position: relative;
        font-size: 14px;
        padding: 25px 0px;
        line-height: 30px;
        color: #cccccc;
        background: #101b25;
        z-index: 1;
    }

        .main-footer .footer-bottom .copyright-text {
            position: relative;
            float: left;
            line-height: 30px;
        }

        .main-footer .footer-bottom .footer-nav {
            position: relative;
            float: right;
            line-height: 30px;
        }

            .main-footer .footer-bottom .footer-nav li {
                position: relative;
                float: left;
                margin-left: 25px;
                line-height: 30px;
            }

                .main-footer .footer-bottom .footer-nav li a {
                    display: block;
                    color: #cccccc;
                }

                    .main-footer .footer-bottom .footer-nav li a:hover {
                        color: #01aeef;
                    }

/*** 

====================================================================
	Map Banner
====================================================================

***/

.map-banner {
    position: relative;
    background: #f0f0f0;
}

    .map-banner #map_wrapper {
        height: 650px;
    }

    .map-banner #map_canvas {
        width: 100%;
        height: 100%;
    }

    .map-banner .info_content {
        padding-bottom: 0px;
    }

        .map-banner .info_content h3 {
            font-size: 16px;
            font-weight: 700;
            color: #222222;
        }

/*** 

====================================================================
	Default Search Section
====================================================================

***/

.default-search-section {
    position: relative;
    z-index: 5;
}

    .default-search-section .search-form-panel {
        position: relative;
        padding: 40px 30px 20px;
        background: rgba(255,255,255,0.90);
        margin-top: -100px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
        -ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
        -o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
    }

/*** 

====================================================================
	Property Categories Section
====================================================================

***/

.property-categories {
    position: relative;
    padding: 110px 0px 0px;
}

    .property-categories .columns-outer {
        position: relative;
        padding: 0px 5px;
    }

        .property-categories .columns-outer .column {
            position: relative;
            float: left;
        }

        .property-categories .columns-outer .big-column {
            width: 59.3%;
        }

        .property-categories .columns-outer .small-column {
            width: 40.7%;
        }

        .property-categories .columns-outer .row {
            margin: 0px 0px;
        }

.category-box {
    position: relative;
    padding: 0px 5px;
    margin-bottom: 10px;
}

    .category-box .inner-box {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .category-box .inner-box .image-box {
            position: relative;
        }

            .category-box .inner-box .image-box img {
                position: relative;
                display: block;
                width: 100%;
            }

        .category-box .inner-box .overlay-box {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            padding: 15px;
            background: rgba(0,0,0,0.40);
            text-align: center;
        }

            .category-box .inner-box .overlay-box .content {
                position: absolute;
                left: 0px;
                top: 50%;
                width: 100%;
                margin-top: -22px;
            }

            .category-box .inner-box .overlay-box h4 {
                font-size: 16px;
                font-weight: 700;
                text-transform: uppercase;
            }

            .category-box .inner-box .overlay-box a {
                color: #ffffff;
            }

/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section {
    position: relative;
    padding: 30px 0px;
    background: #fefefe;
    border-top: 1px solid #f5f5f5;
}

    .sponsors-section .image {
        display: block;
        text-align: center;
    }

        .sponsors-section .image img {
            position: relative;
            display: inline-block;
            width: auto;
            max-width: 100%;
        }

    .sponsors-section .owl-nav,
    .sponsors-section .owl-dots {
        display: none;
    }

/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section {
    position: relative;
    padding: 110px 0px 80px;
}

    .default-section .left-column,
    .default-section .right-column {
        margin-bottom: 30px;
    }

.testimonial-style-two .slide-item {
    position: relative;
}

    .testimonial-style-two .slide-item .slide-content {
        position: relative;
    }

    .testimonial-style-two .slide-item .image {
        position: relative;
        float: left;
        width: 37%;
    }

    .testimonial-style-two .slide-item .content-box {
        position: relative;
        float: left;
        width: 63%;
        padding: 10px 0px;
        z-index: 3;
    }

        .testimonial-style-two .slide-item .content-box .inner {
            position: relative;
            display: block;
            margin-left: -20px;
            margin-right: 5px;
            margin-bottom: 50px;
            padding: 25px 25px 25px 40px;
            background: #ffffff;
            -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.10);
            -ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.10);
            -o-box-shadow: 0px 0px 5px rgba(0,0,0,0.10);
            -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.10);
            box-shadow: 0px 0px 5px rgba(0,0,0,0.10);
        }

    .testimonial-style-two .slide-item .info {
        position: relative;
        margin-bottom: 15px;
    }

        .testimonial-style-two .slide-item .info h4 {
            font-size: 16px;
            color: #01aeef;
            font-weight: 700;
            text-transform: uppercase;
        }

        .testimonial-style-two .slide-item .info .designation {
            font-size: 14px;
            font-style: italic;
        }

    .testimonial-style-two .slide-item .text {
        position: relative;
        line-height: 1.8em;
    }

.testimonial-style-two .owl-dots {
    display: none;
}

.testimonial-style-two .owl-nav {
    position: absolute;
    right: 5px;
    bottom: 0px;
}

    .testimonial-style-two .owl-nav .owl-prev,
    .testimonial-style-two .owl-nav .owl-next {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 40px;
        margin-left: 7px;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        color: #ffffff;
        border-radius: 3px;
        background: rgba(0,0,0,0.50);
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .testimonial-style-two .owl-nav .owl-prev:hover,
        .testimonial-style-two .owl-nav .owl-next:hover {
            background: rgba(0,0,0,0.90);
        }


/*Property Carousel*/

.property-carousel {
    position: relative;
}

    .property-carousel .slide-content {
        position: relative;
        border: 1px solid #f0f0f0;
    }

    .property-carousel .slide-item .image-column {
        position: relative;
        float: left;
        width: 50%;
    }

        .property-carousel .slide-item .image-column img {
            display: block;
            width: 100%;
        }

    .property-carousel .slide-item .content-column {
        position: relative;
        float: left;
        width: 50%;
    }

        .property-carousel .slide-item .content-column .upper {
            position: relative;
            padding: 20px 25px 15px;
        }

        .property-carousel .slide-item .content-column .prop-label {
            position: absolute;
            right: 100%;
            margin-right: -10px;
            top: 27px;
            line-height: 24px;
            padding: 2px 22px;
            font-weight: 700;
            color: #ffffff;
            background: #1b2936;
            text-transform: uppercase;
        }

        .property-carousel .slide-item .content-column h4 {
            font-size: 16px;
            color: #222222;
            font-weight: 700;
            line-height: 1.6em;
            margin-bottom: 5px;
        }

            .property-carousel .slide-item .content-column h4 a {
                color: #222222;
            }

            .property-carousel .slide-item .content-column h4 .location {
                font-weight: 400;
            }

        .property-carousel .slide-item .content-column .price {
            font-size: 14px;
            color: #01aeef;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .property-carousel .slide-item .content-column .text {
            line-height: 1.8em;
        }

    .property-carousel .slide-item .property-specs {
        position: relative;
        padding: 8px 20px;
        border-top: 1px solid #f0f0f0;
    }

        .property-carousel .slide-item .property-specs ul {
            display: table;
            width: 100%;
            vertical-align: middle;
        }

        .property-carousel .slide-item .property-specs li {
            position: relative;
            display: table-cell;
            vertical-align: middle;
            line-height: 24px;
            font-weight: 600;
            padding-left: 25px;
            padding: 10px 20px 10px 25px;
        }

            .property-carousel .slide-item .property-specs li:last-child {
                padding-right: 0px;
            }

            .property-carousel .slide-item .property-specs li .icon {
                position: absolute;
                display: block;
                line-height: 24px;
                color: #222222;
                left: 0px;
                font-weight: normal;
                font-size: 15px;
                top: 10px;
            }

    .property-carousel .owl-nav {
        position: absolute;
        right: 0px;
        top: -70px;
    }

        .property-carousel .owl-nav .owl-prev,
        .property-carousel .owl-nav .owl-next {
            position: relative;
            display: inline-block;
            width: 38px;
            height: 38px;
            margin-left: 4px;
            text-align: center;
            line-height: 36px;
            font-size: 16px;
            color: #aaaaaa;
            border-radius: 0px;
            background: none;
            border: 1px solid #aaaaaa;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

            .property-carousel .owl-nav .owl-prev:hover,
            .property-carousel .owl-nav .owl-next:hover {
                background: #222222;
                color: #ffffff;
                border-color: #222222;
            }

/*** 

====================================================================
	Featured Properties Two
====================================================================

***/

.featured-properties-two {
    position: relative;
    padding: 110px 0px 0px;
}

    .featured-properties-two .slide-item {
        position: relative;
        background: #fafafa;
    }

        .featured-properties-two .slide-item .slide-container {
            position: relative;
            background: #fafafa;
        }

        .featured-properties-two .slide-item .image-column {
            position: absolute;
            left: 0px;
            top: 0px;
            float: left;
            width: 50%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }

            .featured-properties-two .slide-item .image-column .image {
                display: none;
            }

                .featured-properties-two .slide-item .image-column .image img {
                    display: block;
                    width: 100%;
                }

            .featured-properties-two .slide-item .image-column .overlay-link {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
            }

        .featured-properties-two .slide-item .content-column {
            position: relative;
            float: right;
            width: 50%;
        }

            .featured-properties-two .slide-item .content-column .inner {
                position: relative;
                padding: 20px 30px;
            }

            .featured-properties-two .slide-item .content-column .slide-header {
                position: relative;
                padding: 10px 0px;
                border-bottom: 1px solid #e6e6e6;
                margin-bottom: 30px;
            }

            .featured-properties-two .slide-item .content-column h3 {
                font-size: 22px;
                text-transform: capitalize;
                font-weight: 700;
                color: #222222;
                margin-bottom: 5px;
            }

                .featured-properties-two .slide-item .content-column h3 a {
                    color: #222222;
                }

            .featured-properties-two .slide-item .content-column .location {
                font-size: 14px;
                color: #222222;
                margin-bottom: 10px;
            }

            .featured-properties-two .slide-item .content-column .info {
                position: relative;
            }

                .featured-properties-two .slide-item .content-column .info .price {
                    position: relative;
                    float: left;
                    color: #01aeef;
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 28px;
                }

                .featured-properties-two .slide-item .content-column .info .prop-label {
                    position: relative;
                    float: right;
                    line-height: 28px;
                    color: #ffffff;
                    text-transform: uppercase;
                    background: #1b2936;
                    padding: 0px 24px;
                    font-weight: 700;
                }

            .featured-properties-two .slide-item .content-column .description {
                position: relative;
                margin-bottom: 20px;
            }

            .featured-properties-two .slide-item .content-column .agent-info {
                position: relative;
            }

                .featured-properties-two .slide-item .content-column .agent-info .agent {
                    position: relative;
                    float: left;
                    padding-left: 70px;
                    min-height: 50px;
                    padding-top: 10px;
                    line-height: 30px;
                    text-transform: uppercase;
                    color: #222222;
                }

                    .featured-properties-two .slide-item .content-column .agent-info .agent .image {
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        width: 50px;
                    }

                .featured-properties-two .slide-item .content-column .agent-info .add-fav {
                    position: relative;
                    float: right;
                    margin: 20px 0px 20px;
                    line-height: 30px;
                }

                    .featured-properties-two .slide-item .content-column .agent-info .add-fav a {
                        display: block;
                        line-height: 30px;
                        color: #666666;
                    }

            .featured-properties-two .slide-item .content-column .property-specs {
                position: relative;
                padding: 20px 0px 0px;
                border-top: 1px solid #e6e6e6;
            }

                .featured-properties-two .slide-item .content-column .property-specs ul {
                    display: table;
                    width: 100%;
                    vertical-align: middle;
                }

                    .featured-properties-two .slide-item .content-column .property-specs ul li {
                        position: relative;
                        display: table-cell;
                        vertical-align: middle;
                        line-height: 24px;
                        font-weight: 600;
                        padding-left: 25px;
                        padding: 10px 15px 10px 25px;
                    }

                        .featured-properties-two .slide-item .content-column .property-specs ul li:last-child {
                            padding-right: 0px;
                        }

                        .featured-properties-two .slide-item .content-column .property-specs ul li .icon {
                            position: absolute;
                            display: block;
                            line-height: 24px;
                            color: #666666;
                            left: 0px;
                            font-weight: normal;
                            font-size: 18px;
                            top: 10px;
                        }

    .featured-properties-two .featured-properties-carousel .owl-dots {
        display: none;
    }

    .featured-properties-two .featured-properties-carousel .owl-nav {
        position: absolute;
        right: 0px;
        top: -80px;
    }

        .featured-properties-two .featured-properties-carousel .owl-nav .owl-prev,
        .featured-properties-two .featured-properties-carousel .owl-nav .owl-next {
            position: relative;
            display: inline-block;
            width: 38px;
            height: 38px;
            margin-left: 4px;
            text-align: center;
            line-height: 36px;
            font-size: 16px;
            color: #aaaaaa;
            border-radius: 0px;
            background: none;
            border: 1px solid #aaaaaa;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

            .featured-properties-two .featured-properties-carousel .owl-nav .owl-prev:hover,
            .featured-properties-two .featured-properties-carousel .owl-nav .owl-next:hover {
                background: #222222;
                color: #ffffff;
                border-color: #222222;
            }

/*** 

====================================================================
	Testimonials Section Two
====================================================================

***/

.testimonials-section-two {
    position: relative;
    padding: 110px 0px;
}

    .testimonials-section-two .testimonial-slider-content {
        position: relative;
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }

        .testimonials-section-two .testimonial-slider-content .text {
            font-size: 14px;
            line-height: 1.8em;
            color: #666666;
            font-weight: 400;
            margin-bottom: 50px;
        }

        .testimonials-section-two .testimonial-slider-content .icon {
            display: block;
            width: 50px;
            height: 50px;
            background: url(../images/icons/quote-icon-2.png) center center no-repeat;
            margin: 0 auto 15px;
        }

    .testimonials-section-two .pagers-outer {
        position: relative;
        max-width: 800px;
        margin: 0 auto;
        overflow: hidden;
    }

        .testimonials-section-two .pagers-outer .owl-stage-outer {
            overflow: visible;
        }

    .testimonials-section-two .testimonial-slider-pager {
        position: relative;
        max-width: 220px;
        margin: 0 auto;
    }

    .testimonials-section-two .pager-item {
        position: relative;
    }

        .testimonials-section-two .pager-item .inner-box {
            position: relative;
            padding: 10px 0px 10px 90px;
            min-height: 70px;
        }

            .testimonials-section-two .pager-item .inner-box .author-thumb {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 70px;
                height: 70px;
                overflow: hidden;
                border-radius: 50%;
            }

                .testimonials-section-two .pager-item .inner-box .author-thumb img {
                    position: relative;
                    display: block;
                    width: 70px;
                    height: 70px;
                    border-radius: 50%;
                    transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -webkit-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    opacity: 0.70;
                    -webkit-filter: grayscale(100%);
                    -ms-filter: grayscale(100%);
                    -o-filter: grayscale(100%);
                    -moz-filter: grayscale(100%);
                }

    .testimonials-section-two .testimonial-slider-pager .active .pager-item .inner-box .author-thumb img {
        -webkit-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        opacity: 1;
    }

    .testimonials-section-two .pager-item .title {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 24px;
        color: #222222;
        margin-bottom: 1px;
    }

    .testimonials-section-two .testimonial-slider-pager .active .pager-item .designation {
        color: #888888;
        font-size: 14px;
        font-style: italic;
    }

    .testimonials-section-two .testimonial-slider-pager .active .pager-item .designation {
        color: #222222;
    }

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
    position: relative;
}

    .about-section .content-column,
    .about-section .image-column {
        position: relative;
        margin-bottom: 30px;
    }

        .about-section .content-column .sec-title {
            margin-bottom: 30px;
            margin-top: -10px;
        }

        .about-section .content-column .text p {
            margin-bottom: 15px;
        }

            .about-section .content-column .text p:last-child {
                margin-bottom: 25px;
            }

        .about-section .image-column img {
            position: relative;
            display: block;
            width: 100%;
        }

/*** 

====================================================================
	Agent Details
====================================================================

***/

.agent-details {
    position: relative;
}

    .agent-details .basic-details {
        position: relative;
    }

        .agent-details .basic-details .details-column {
            position: relative;
            margin-bottom: 20px;
        }

        .agent-details .basic-details .title {
            position: relative;
            margin-bottom: 30px;
        }

            .agent-details .basic-details .title h2 {
                font-size: 24px;
                color: #222222;
                text-transform: uppercase;
                font-weight: 700;
            }

        .agent-details .basic-details .image-column {
            position: relative;
            margin-bottom: 30px;
        }

            .agent-details .basic-details .image-column img {
                display: block;
                width: 100%;
            }

        .agent-details .basic-details .content-column {
            position: relative;
            margin-bottom: 30px;
        }

            .agent-details .basic-details .content-column .inner {
                padding-right: 30px;
            }

            .agent-details .basic-details .content-column .upper-info {
                position: relative;
                margin-bottom: 12px;
                padding-bottom: 12px;
                border-bottom: 1px solid #f0f0f0;
            }

                .agent-details .basic-details .content-column .upper-info h3 {
                    position: relative;
                    font-size: 16px;
                    color: #222222;
                    font-weight: 700;
                    text-transform: uppercase;
                    margin-bottom: 3px;
                }

                .agent-details .basic-details .content-column .upper-info .designation {
                    position: relative;
                    font-size: 14px;
                }

            .agent-details .basic-details .content-column .description {
                position: relative;
                margin-bottom: 20px;
                line-height: 1.8em;
            }

        .agent-details .basic-details .contact-info {
            position: relative;
            margin-bottom: 25px;
        }

            .agent-details .basic-details .contact-info li {
                position: relative;
                display: block;
                line-height: 24px;
                margin-bottom: 10px;
                padding-left: 25px;
            }

                .agent-details .basic-details .contact-info li .icon {
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    font-size: 14px;
                    line-height: 26px;
                }

                .agent-details .basic-details .contact-info li:last-child {
                    margin-bottom: 0px;
                }

        .agent-details .basic-details .social-links {
            position: relative;
        }

            .agent-details .basic-details .social-links li {
                position: relative;
                display: inline-block;
                margin-right: 2px;
            }

                .agent-details .basic-details .social-links li a {
                    position: relative;
                    display: block;
                    line-height: 30px;
                    width: 32px;
                    height: 32px;
                    text-align: center;
                    font-size: 14px;
                    background: none;
                    border: 1px solid #666666;
                    color: #666666;
                    border-radius: 2px;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

                    .agent-details .basic-details .social-links li a:hover {
                        color: #01aeef;
                        border-color: #01aeef;
                    }

        .agent-details .basic-details .form-column {
            position: relative;
            margin-bottom: 50px;
        }

            .agent-details .basic-details .form-column .inner {
                position: relative;
                padding: 30px 30px 15px;
                background: #f8f8f8;
            }

            .agent-details .basic-details .form-column .form-group {
                margin-bottom: 15px;
            }

                .agent-details .basic-details .form-column .form-group textarea {
                    height: 90px;
                }

    .agent-details .agent-properties {
        position: relative;
    }

        .agent-details .agent-properties .title {
            position: relative;
            margin-bottom: 25px;
        }

            .agent-details .agent-properties .title h2 {
                font-size: 18px;
                color: #222222;
                text-transform: uppercase;
                font-weight: 700;
            }

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
    position: relative;
    padding: 100px 0px;
}

.default-portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.masonry-items-container {
    position: relative;
    margin: 0px -12px;
}

.default-portfolio-item.masonry-item {
    padding: 0px 12px;
    margin-bottom: 24px;
}

.default-portfolio-item .inner-box {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

    .default-portfolio-item .inner-box .image-box {
        position: relative;
        display: block;
    }

        .default-portfolio-item .inner-box .image-box img {
            position: relative;
            display: block;
            width: 100%;
        }

    .default-portfolio-item .inner-box .overlay-link {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        color: #ffffff;
        background: rgba(0,0,0,0.40);
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        transition: all 500ms ease;
        opacity: 0;
        visibility: hidden;
    }

    .default-portfolio-item .inner-box:hover .overlay-link {
        opacity: 1;
        visibility: visible;
    }

    .default-portfolio-item .inner-box .overlay-link .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -25px;
        margin-top: -25px;
        width: 50px;
        height: 50px;
        line-height: 48px;
        border: 1px solid #ffffff;
        font-size: 18px;
    }

.gallery-section .load-more {
    padding-top: 20px;
    text-align: center;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
    position: relative;
}

    .contact-section h2 {
        font-size: 20px;
        font-weight: 700;
        color: #222222;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .contact-section .form-column {
        margin-bottom: 30px;
    }

        .contact-section .form-column .row {
            margin: 0px -12px;
        }

        .contact-section .form-column .form-group {
            margin-bottom: 24px;
            padding: 0px 12px;
        }

        .contact-section .form-column .default-form textarea {
            height: 128px;
        }

    .contact-section .contact-info {
        position: relative;
        padding: 50px 42px;
        display: block;
        background: #f8f8f8;
    }

        .contact-section .contact-info ul {
            position: relative;
        }

        .contact-section .contact-info li {
            position: relative;
            padding-left: 64px;
            display: block;
            width: 100%;
            line-height: 22px;
            padding-top: 12px;
            color: #222222;
            min-height: 44px;
            margin-bottom: 20px;
        }

            .contact-section .contact-info li.address {
                padding-top: 2px;
                line-height: 20px;
            }

            .contact-section .contact-info li:last-child {
                margin-bottom: 0px;
            }

            .contact-section .contact-info li .icon {
                position: absolute;
                left: 0px;
                top: 0px;
                line-height: 42px;
                width: 44px;
                height: 44px;
                border: 1px solid #222222;
                text-align: center;
                font-size: 18px;
                color: #222222;
            }

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section {
    position: relative;
}

    .map-section .map-container {
        position: relative;
        z-index: 10;
    }

.map-data {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-canvas {
    position: relative;
    height: 500px;
}

.map-data h6 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
    margin: 10px 0px 40px;
}

.sidebar-page-container .styled-pagination {
    margin-bottom: 0px;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 7px 0px;
}

    .styled-pagination li a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 10px 5px;
        font-size: 14px;
        text-transform: capitalize;
        min-width: 44px;
        background: #f8f8f8;
        color: #222222;
        font-weight: 700;
        text-align: center;
        border-radius: 3px;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
    }

        .styled-pagination li a.next,
        .styled-pagination li a.prev {
            padding: 10px 20px;
        }

        .styled-pagination li a:hover,
        .styled-pagination li a.active {
            color: #ffffff;
            border-color: #1b2936;
            background: #1b2936;
        }

/*** 

====================================================================
	News Details
====================================================================

 ***/

.news-details {
    position: relative;
}

    .news-details .inner-box {
        position: relative;
        display: block;
        margin-bottom: 40px;
    }

        .news-details .inner-box .post-meta {
            position: relative;
            margin-bottom: 20px;
        }

        .news-details .inner-box .post-header h3 {
            position: relative;
            font-size: 20px;
            color: #222222;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .news-details .inner-box .post-meta li {
            position: relative;
            float: left;
            margin-right: 25px;
        }

            .news-details .inner-box .post-meta li a {
                display: block;
                line-height: 24px;
                padding-left: 22px;
                color: #666666;
            }

                .news-details .inner-box .post-meta li a .fa {
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    line-height: 24px;
                }

        .news-details .inner-box .image-box {
            position: relative;
            display: block;
        }

            .news-details .inner-box .image-box img {
                position: relative;
                display: block;
                width: 100%;
            }

        .news-details .inner-box .lower-content {
            position: relative;
            padding: 25px 0px 0px;
            border-bottom: 1px solid #f0f0f0;
        }

        .news-details .inner-box .text-content p {
            margin-bottom: 20px;
            line-height: 1.7em;
        }

            .news-details .inner-box .text-content p strong {
                font-weight: 600;
            }

        .news-details .inner-box .post-tags {
            position: relative;
            padding: 15px 0px 0px;
            line-height: 24px;
        }

            .news-details .inner-box .post-tags li {
                position: relative;
                float: left;
                margin-right: 20px;
                line-height: 32px;
                font-size: 16px;
                margin-bottom: 10px;
            }

                .news-details .inner-box .post-tags li a {
                    position: relative;
                    display: block;
                    font-size: 14px;
                    line-height: 32px;
                    padding: 0px 12px;
                    background: #f8f8f8;
                    color: #666666;
                    border-radius: 2px;
                }

                    .news-details .inner-box .post-tags li a:hover {
                        background: #01aeef;
                        color: #ffffff;
                    }

                    .news-details .inner-box .post-tags li a:before {
                        content: '';
                        position: absolute;
                        right: 100%;
                        top: 50%;
                        margin-top: -5px;
                        border: 5px solid transparent;
                        border-right: 10px solid #f8f8f8;
                    }

                    .news-details .inner-box .post-tags li a:hover:before {
                        border-right-color: #01aeef;
                    }

.icon {
    float: left;
    margin-right: 10px;
}

/* .owl-carousel {
    width: 750px;
    margin: 0 auto;
} */ 

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    /* .owl-carousel {
        width: 90%;
    } */

    .testimonials-section-one .slide-item {
        padding: 0 5px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /* .owl-carousel {
        width: 80%;
    } */

    .testimonials-section-one .slide-item {
        padding: 0 15px !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* .owl-carousel {
        width: 70%;
    } */

    .testimonials-section-one .slide-item {
        padding: 0 25px !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* .owl-carousel {
        width: 60%;
    } */

    .testimonials-section-one .slide-item {
        padding: 0 35px !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* .owl-carousel {
        width: 750px;
    } */

    .testimonials-section-one .slide-item {
        padding: 0 60px !important;
    }
}
