@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather);

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #727272;
    overflow-x: hidden !important;
    margin: auto !important
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}

p {
    font-size: 14px;
    line-height: 1.8em;
    font-family: 'Open Sans', sans-serif
}

:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: #fff
}

a i.fa-facebook:hover {
    background: #3b5997
}

a i.fa-twitter:hover {
    background: #2ca9e1
}

a i.fa-linkedin:hover {
    background: #0073b2
}

a i.fa-google-plus:hover {
    background: #e93f2e
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9999
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}

.header {
    padding: 30px 0;
    line-height: 2px
}

.logo {
    margin-top: 5px
}

.header-call img, .header-place img {
    padding-right: 10px;
    padding-top: 5px
}

.header-call p, .header-place p {
    width: 200px;
    margin: 5px auto 0 auto
}

.header-call p i {
    border: 1px solid #ababab;
    border-radius: 100px;
    color: #bf0102;
    display: block;
    font-size: 20px;
    height: 36px;
    margin-top: 8px;
    padding-top: 7px;
    text-align: center;
    width: 36px;
    margin-right: 10px !important
}

.header-place p i {
    border: 1px solid #ababab;
    border-radius: 100px;
    color: #bf0102;
    display: block;
    font-size: 20px;
    height: 36px;
    margin-top: 8px;
    padding-top: 6px;
    text-align: center;
    width: 36px;
    margin-right: 10px !important
}

.phone {
    font-weight: 700
}

.address-title {
    font-weight: 700
}

.header-social {
    text-align: right;
    padding-top: 16px
}

.header-social ul li:last-child {
    padding-right: 0
}

.header-social ul li a i {
    background: #ececec;
    color: #999;
    border-radius: 100px;
    display: inline-block;
    height: 28px;
    padding-top: 7px;
    text-align: center;
    width: 28px;
    transition: .3s ease
}

.header-social ul li a i:hover {
    color: #fff
}

.header-call::after, .header-place::after {
    background: #a1a1a1;
    content: "";
    height: 25px;
    margin-top: -15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(15deg);
    width: 2px
}

.navbar {
    background: #bf0102;
    margin: 0
}

.navbar-fix {
    padding: 5px 0 0 0
}

.navbar-default {
    border: none;
    border-radius: 0
}

#my-navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0
}

#my-navbar ul.main-menu {
    position: relative
}

#my-navbar ul.main-menu li {
    position: relative
}

#my-navbar ul.main-menu li a {
    font-size: 16px;
    color: #fff;
    padding: 22.5px 15px;
    outline: 0;
    transition: .5s ease
}

#my-navbar ul.main-menu li.active a {
    background: #3c3c44 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    padding: 22.5px 15px;
    transition: .5s ease
}

#my-navbar ul.main-menu li a:hover {
    background: #3c3c44
}

#my-navbar ul.main-menu li ul.sub-menu {
    background-color: #3c3c44;
    padding: 0;
    position: absolute;
    top: 68px;
    left: 10px;
    width: 200px;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease
}

#my-navbar ul.main-menu li ul.sub-menu li {
    float: none;
    width: 200px;
    transition: .3s ease
}

#my-navbar ul.main-menu li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 250;
    transform: scale(1.1)
}

#my-navbar ul.main-menu li.active ul.sub-menu li a {
    background: 0 0;
    color: #fff;
    font-size: 16px;
    transition: .5s ease
}

#my-navbar ul.main-menu li ul.sub-menu li a {
    line-height: 120%;
    display: block;
    padding: 11px 15px;
    font-size: 15px
}

#my-navbar ul.main-menu li ul.sub-menu li a:hover {
    background: #282828 !important;
    text-decoration: none
}

#my-navbar ul.main-menu li:hover ul li a:hover {
    text-decoration: none;
    background: #3c3c44
}

#my-navbar ul.main-menu li:hover a {
    background: #3c3c44
}

#my-navbar .navbar-header button span {
    background: #fff none repeat scroll 0 0
}

#my-navbar .navbar-header button:focus, #my-navbar .navbar-header button:hover {
    background-color: #333;
    border: 1px solid #333
}

.navbar-right {
    background: #3c3c44 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 21px 20px;
    text-transform: uppercase;
    transition: .5s ease;
    margin-right: 0
}

.navbar-right:hover {
    text-decoration: none;
    color: #fff;
    background: #434343
}

.navbar-right:focus {
    outline: 0;
    color: #fff;
    text-decoration: none
}

.main-nav .modal .modal-content {
    border-radius: 0 0 5px 5px;
    text-align: left
}

.main-nav .modal .modal-content .modal-header {
    background: #bf0102;
    color: #fff
}

.main-nav .modal .modal-content .modal-header .close {
    margin-top: 0;
    color: #fff;
    opacity: .8
}

.main-nav .modal .modal-content .modal-header .close:hover {
    opacity: 1
}

.main-nav .modal .modal-content .modal-body form input {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 50px;
    border-radius: 0
}

.main-nav .modal .modal-content .modal-body form textarea {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 100px;
    border-radius: 0
}

.main-nav .modal .modal-content .modal-body form button.btn.btn-primary {
    background: #3c3c44;
    border-radius: 3px;
    box-shadow: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 2px;
    transition: .2s ease;
    padding: 10px 15px
}

.main-nav .modal .modal-content .modal-body form button.btn.btn-primary:hover {
    background: #444
}

#myModal {
    overflow: hidden
}

.modal-open {
    padding-right: 0 !important
}

.introduction {
    min-height: 700px
}

.bottom-intro {
    border-radius: 3px;
    bottom: 0;
    height: 224px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0
}

.duplex {
    background: rgba(0, 0, 0, .9);
    color: #fff;
    text-transform: uppercase;
    background-image: url(images/divider.png);
    background-repeat: repeat-y;
    background-position: right;
    font-weight: 700;
    font-size: 24px;
    padding: 43px 40px
}

.carousel-inner .item img {
    width: 100%
}

.fadincss {
    animation: fadein 2s
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.duplex span {
    display: block;
    margin-bottom: 15px
}

.duplex span a {
    color: #bf0102;
    transition: .5s ease
}

.duplex span a:hover {
    text-decoration: none;
    color: #fff
}

.duplex > span ~ span {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    color: #fff
}

.bedrooms {
    background: rgba(0, 0, 0, .9);
    height: 223px;
    background-image: url(images/divider.png);
    background-repeat: repeat-y;
    background-position: right;
    padding: 50px 40px 40px 40px
}

.bedrooms p {
    color: #fff;
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
    margin: 0
}

.bedrooms p span.room-inner-details {
    color: #bf0102;
    font-weight: 600
}

.price {
    background: rgba(0, 0, 0, .9);
    height: 223px
}

.price p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    padding-top: 90px;
    text-align: center
}

.details {
    background: rgba(0, 0, 0, .9);
    height: 223px;
    padding: 0
}

.details a {
    color: #fff;
    display: block;
    font-size: 22px;
    padding: 100px 0;
    text-align: center;
    text-transform: uppercase;
    display: block;
    transition: .5s ease;
    background: #bf0102
}

.details a:hover {
    background: #45a049;
    text-decoration: none;
    padding: 100px 0;
    display: block
}

.carousel-indicators .active {
    background-color: #bf0102;
    border-color: #bf0102
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    opacity: 0
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev {
    left: 0;
    transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
    z-index: 2
}

.carousel-indicators {
    bottom: 0
}

.carousel-control {
    bottom: auto;
    top: 50%;
    margin-top: -50px;
    opacity: .4
}

.carousel-control.left, .carousel-control.right {
    background: 0 0
}

.carousel-control.left span i, .carousel-control.right span i {
    font-size: 60px
}

.intro-rstate-m {
    min-height: 758px;
    background: 0 0
}

.intro-rstate-m .megaland-nav {
    position: relative;
    z-index: 1
}

.intro-rstate-m .property-slider {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.intro-rstate-m .property-slider .carousel-fade .carousel-inner .item {
    transition-property: opacity;
    opacity: 0
}

.intro-rstate-m .property-slider .carousel-fade .carousel-inner .active {
    opacity: 1
}

.intro-rstate-m .property-slider .carousel-fade .carousel-inner .active.left, .intro-rstate-m .property-slider .carousel-fade .carousel-inner .active.right {
    opacity: 0
}

.intro-rstate-m .property-slider .carousel-fade .carousel-inner .next.left, .intro-rstate-m .property-slider .carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.intro-rstate-m .property-slider .carousel-fade .carousel-inner .next, .intro-rstate-m .property-slider .carousel-fade .carousel-inner .prev {
    left: 0;
    transform: translate3d(0, 0, 0)
}

.intro-rstate-m .property-slider .carousel-fade .carousel-inner .active.left, .intro-rstate-m .property-slider .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0)
}

.intro-rstate-m .property-slider .carousel-fade .carousel-control {
    z-index: 2
}

.intro-rstate-m .property-slider .carousel-inner .item figure {
    position: relative
}

.intro-rstate-m .property-slider .carousel-inner .item figure img {
    width: 100%
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details {
    width: 500px;
    background: #fff;
    padding: 25px;
    position: absolute
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 25px 0
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details h1 a {
    color: #323232;
    text-decoration: none
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details h1 span.sticker {
    font-size: 13px;
    background: #bf0102;
    color: #fff;
    padding: 8px 40px;
    display: inline-block;
    border-radius: 1px;
    line-height: normal;
    position: relative;
    top: -10px;
    text-transform: uppercase
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details p {
    font-size: 20px;
    font-weight: 500;
    color: #323232;
    text-transform: uppercase;
    margin-bottom: 0
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details p span {
    color: #bf0102;
    display: inline-block;
    padding-right: 10px;
    font-weight: 600;
    position: relative;
    top: 4px;
    font-size: 22px
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details ul {
    margin: 30px 0 20px 0
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details ul li {
    display: inline-block;
    margin-right: 40px
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details ul li:last-child {
    margin-right: 0
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details ul li span {
    display: table-cell;
    vertical-align: top
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details ul li span:first-child {
    font-size: 40px;
    color: #bf0102
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details ul li span:last-child {
    font-size: 15px;
    font-weight: 500;
    color: #323232;
    padding-left: 10px
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details h2 {
    font-size: 40px;
    font-weight: 500;
    color: #323232;
    margin: 0
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details .slide-controls {
    position: absolute;
    right: 0;
    top: -45px
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-left, .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-right {
    font-size: 25px;
    color: #bf0102;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #fff;
    text-align: center;
    padding-top: 5px;
    transition: .3s ease
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-left:hover {
    background: #bf0102;
    color: #fff
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-right {
    margin-left: -4px
}

.intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-right:hover {
    background: #bf0102;
    color: #fff
}

.intro-rstate-m .is-sticky .navbar {
    background: #bf0102
}

.property-search {
    position: relative;
    z-index: 1;
    background: url(images/search-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0
}

.property-search .container {
    position: relative;
    top: -58px
}

.property-search div ul.nav-tabs {
    background: #323232;
    border: 0
}

.property-search div ul.nav-tabs li:first-child {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 15px 70px 15px 35px;
    text-transform: uppercase
}

.property-search div ul.nav-tabs li a {
    padding: 15px 35px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    background: 0 0;
    color: #fff;
    border: 0 none
}

.property-search div ul.nav-tabs li a:active, .property-search div ul.nav-tabs li a:focus {
    border: 0 none;
    background: 0 0;
    color: inherit
}

.property-search div ul.nav-tabs li.active a {
    background: #bf0102
}

.property-search div ul.nav-tabs li.active a:active, .property-search div ul.nav-tabs li.active a:focus, .property-search div ul.nav-tabs li.active a:hover {
    border: 0 none;
    color: #fff;
    font-size: 20px
}

.property-search div.tab-content {
    padding-top: 50px
}

.property-search div.tab-content .tab-pane form .form-group {
    margin-bottom: 0
}

.property-search div.tab-content .tab-pane form .form-group select {
    width: 100%;
    background: 0 0;
    background-image: url(images/re-multi/arrow-down.html);
    background-repeat: no-repeat;
    background-position: 240px center;
    color: #fff;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    padding: 5px 15px;
    margin-bottom: 25px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.property-search div.tab-content .tab-pane form .form-group select:last-child {
    margin-bottom: 0
}

.property-search div.tab-content .tab-pane form .form-group select option {
    color: #fff;
    background: #323232;
    padding: 5px
}

.property-search div.tab-content .tab-pane form .form-group .search-btn {
    text-align: center;
    margin-top: 50px
}

.property-search div.tab-content .tab-pane form .form-group .search-btn button {
    background: #bf0102;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 40px;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    transition: .3s ease
}

.property-search div.tab-content .tab-pane form .form-group .search-btn button:hover {
    background: #fff;
    color: #bf0102
}

.about {
    margin: 0;
    padding: 90px 0 40px
}

.about h1 {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 50px
}

.section-heading {
    margin-bottom: 20px;
    padding-bottom: 28px;
    position: relative
}

.section-desc {
    width: 50%;
    margin: 0 auto
}

.section-heading::before {
    background: #bf0102 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    width: 150px
}

.section-heading::after {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-bottom: 8px;
    margin-left: -25px;
    position: absolute;
    width: 50px
}

.about h1 span {
    color: #bf0102;
    font-weight: 400
}

.about img {
    padding-bottom: 25px;
    display: block;
    margin: 0 auto
}

.latest-property img, .nearby-place img, .our-blog img, .photo-gallery img, .testimonials-title img {
    padding-bottom: 25px;
    display: block;
    margin: 0 auto
}

.about p {
    text-align: center
}

.property {
    padding: 0
}

.bed-room, .dining-room, .drawing-room, .kitchen-room {
    position: relative;
    transition: 10s ease
}

.bed-room img, .dining-room img, .drawing-room img, .kitchen-room img {
    width: 100%
}

.property-bottom {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    padding-top: 20px;
    text-align: center;
    visibility: visible;
    opacity: 1;
    transition: visibility 1s, opacity .5s ease
}

.property-bottom p {
    color: #fff;
    font-weight: 700;
    font-size: 22px
}

.bed-room:hover .property-bottom, .dining-room:hover .property-bottom, .drawing-room:hover .property-bottom, .kitchen-room:hover .property-bottom {
    visibility: hidden;
    opacity: 0
}

.about-bottom {
    padding: 100px 0 50px 0;
    text-align: center
}

.about-bottom .fig {
    display: block;
    height: 124px;
    margin: 0 auto 25px;
    padding: 32px 10px;
    position: relative;
    top: 0;
    transition: all .5s ease 0s;
    width: 124px
}

.about-bottom .fig i {
    color: #bf0102;
    font-size: 35px;
    padding-top: 10px
}

.about-bottom span {
    font-size: 16px;
    display: block;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 400
}

.property-pros {
    margin-bottom: 50px
}

.about-bottom .fign {
    font-size: 24px;
    padding-top: 10px
}

.about-bottom .col-md-2:hover .fig::before {
    border-color: #bf0102;
    transform: rotate(45deg)
}

.about-bottom .col-md-2 .fig::before {
    border: 1px solid #a9a9a9;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease 0s;
    width: 100%
}

.about-bottom .col-md-2:hover .fig {
    transform: translate(0, -10px) scale(.85)
}

.property-details {
    background: #f5f5f9;
    padding: 50px 0 100px
}

.property-details h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 50px 0;
    text-align: left;
    color: #000
}

.property-details ul {
    list-style-type: none;
    padding: 0 0 30px 0
}

.property-details ul li {
    display: inline;
    float: left;
    background: #ececec;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    margin-right: 15px
}

.property-details ul li.active {
    background: #bf0102;
    transition: .5s ease
}

.property-details ul li.active a {
    color: #fff;
    outline: 0
}

.property-details ul li a {
    text-decoration: none;
    color: #333;
    padding: 15px 15px;
    display: inline-block;
    outline: 0;
    font-weight: 400
}

.property-details ul li a:hover {
    text-decoration: none
}

.property-details p {
    padding: 45px 0;
    text-align: justify;
    color: #999
}

.water-strg span {
    display: block;
    font-size: 14px;
    color: #999
}

.water-strg span i {
    color: #bf0102
}

.water-strg span strong {
    font-weight: 400;
    color: #727272
}

.property-pic img {
    margin-top: 50px
}

.photo-gallery {
    margin: 0;
    padding-top: 90px
}

.photo-gallery .container-fluid {
    padding: 0
}

.container-mix img, .padding-fix {
    padding: 0
}

.photo-gallery h1 {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 50px
}

.photo-gallery h1 span {
    color: #bf0102;
    font-weight: 400
}

.photo-gallery p {
    text-align: center;
    padding: 20px 0 40px 0
}

.controls {
    text-align: center;
    padding-bottom: 50px
}

.controls button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eae1e0;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: .5s ease;
    color: #333
}

.controls button.active {
    background: #bf0102;
    border: 1px solid #bf0102;
    color: #fff
}

.controls button:hover {
    background: #bf0102;
    color: #fff
}

.container-mix .mix {
    display: none;
    position: relative
}

.effect-zoe img {
    width: 100%
}

figure.effect-zoe {
    position: relative
}

figure.effect-zoe figcaption {
    background: rgba(191, 1, 2, .8) none repeat scroll 0 0;
    color: #fff;
    height: 70%;
    left: 12.5%;
    padding-top: 80px;
    position: absolute;
    text-align: center;
    top: 15%;
    width: 75%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease;
    border: 3px solid #fff
}

figure:hover.effect-zoe figcaption {
    visibility: visible;
    opacity: 1;
    transform: scale(1.2)
}

figure.effect-zoe figcaption div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

figure.effect-zoe figcaption a h3 {
    margin: 0;
    text-transform: none;
    font-size: 20px;
    color: #fff;
    text-decoration: none
}

figure.effect-zoe figcaption a:hover {
    text-decoration: none
}

.preview-btn {
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    height: 45px;
    margin-bottom: 10px;
    padding-top: 10px;
    width: 45px;
    transition: .3s ease
}

.preview-btn:hover {
    background: #fff
}

.nearby-place {
    margin: 0;
    padding: 90px 0 0 0
}

.nearby-places {
    padding: 90px 0
}

.nearby-place h1 {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 50px
}

.nearby-place h1 span {
    color: #bf0102;
    font-weight: 400
}

.nearby-place p {
    text-align: center
}

.location i {
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 63px;
    padding-top: 15px;
    text-align: center;
    width: 63px;
    float: left;
    margin-right: 20px
}

.location:first-child i {
    background: #ff4c4d
}

.location:nth-child(2) i {
    background: #bf0102
}

.location:nth-child(3) i {
    background: #c813f6
}

.location:last-child i {
    background: #07a3d6
}

.location span {
    display: block
}

.location .club {
    text-align: left;
    text-transform: uppercase
}

.location .school {
    font-weight: 700;
    font-size: 28px;
    color: #000
}

.location .school-distance {
    color: red
}

.location .golf, .location .school-name {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 30px
}

.location .golf-distance {
    color: #35c331
}

.location .hopital {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 30px
}

.location .hopital-distance {
    color: #c813f6
}

.location .resturent {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 30px
}

.location .resturent-distance {
    color: #07a3d6
}

#property-map {
    height: 500px;
    width: 100%
}

.gm-style-iw * {
    display: block
}

.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0
}

.gm-style-iw a {
    color: #4272db
}

.latest-property {
    margin: 0;
    padding: 95px 0 70px 0
}

.property-lists {
    padding-bottom: 125px
}

.latest-property h1 {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 50px
}

.latest-property h1 span {
    color: #bf0102;
    font-weight: 400
}

.latest-property p {
    text-align: center
}

.latest-pic1 {
    background: url(images/lp1.jpg);
    background-size: 110% 110%;
    transition: .5s ease;
    background-repeat: no-repeat;
    height: 300px
}

.latest-pic2 {
    background: url(images/lp6.jpg);
    background-size: 110% 110%;
    transition: .5s ease;
    background-repeat: no-repeat;
    height: 300px
}

.latest-pic3 {
    background: url(images/lp3.jpg);
    background-size: 110% 110%;
    transition: .5s ease;
    background-repeat: no-repeat;
    height: 300px
}

.latest-pic4 {
    background: url(images/lp4.jpg);
    background-size: 110% 110%;
    transition: .5s ease;
    background-repeat: no-repeat;
    height: 300px
}

.latest-pic5 {
    background: url(images/lp5.jpg);
    background-size: 110% 110%;
    transition: .5s ease;
    background-repeat: no-repeat;
    height: 300px
}

.latest-pic6 {
    background: url(images/lp2.jpg);
    background-size: 110% 110%;
    transition: .5s ease;
    background-repeat: no-repeat;
    height: 300px
}

.property-lists .col-md-4:hover .latest-pic1, .property-lists .col-md-4:hover .latest-pic2, .property-lists .col-md-4:hover .latest-pic3, .property-lists .col-md-4:hover .latest-pic4, .property-lists .col-md-4:hover .latest-pic5, .property-lists .col-md-4:hover .latest-pic6 {
    background-size: 100% 100%
}

.latest-pic-bottom {
    padding-bottom: 25px
}

.latest-pic-bottom .pic-address {
    background: #bf0102;
    color: #fff;
    padding: 10px
}

.latest-pic-bottom .pic-address span {
    font-weight: 700;
    margin-left: 25px;
    font-size: 20px
}

.description-wrap {
    overflow: hidden;
    border-left: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9
}

.pic-description {
    color: #000;
    padding: 15px;
    text-align: left
}

.pic-description h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px
}

.pic-description h3 a {
    color: #333
}

.pic-description h3 a:hover {
    text-decoration: none;
    color: #bf0102
}

.pic-description > p {
    color: #727272
}

.pic-mesure {
    padding: 10px;
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    color: #000
}

.pic-mesure span {
    margin-right: 15px
}

.pic-mesure span:last-child {
    margin-right: 0
}

.pic-mesure i {
    color: #bf0102;
    font-size: 17px;
    margin-right: 5px
}

.contract-section {
    background: #bf0102;
    overflow: hidden
}

.contract-left {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left
}

.contract-left h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0
}

.contract-left input {
    background: #bf0102;
    width: 350px;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #fff;
    color: #fff
}

.contract-left textarea {
    background: #bf0102;
    width: 350px;
    height: 150px;
    padding-left: 10px;
    border: 1px solid #fff
}

.contract-left .submit {
    background: #3c3c44 none repeat scroll 0 0;
    border: medium none;
    font-size: 16px;
    font-weight: 700;
    height: inherit;
    padding: 10px 50px;
    width: inherit
}

.contract-right {
    text-align: right;
    padding: 50px 0;
    color: #fff
}

.contract-right h2 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0
}

.contract-right h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0
}

.contract-right span {
    display: block;
    font-size: 18px;
    margin-top: 15px
}

.contract-right ul {
    list-style: none;
    margin-top: 15px
}

.contract-right ul li {
    display: inline;
    margin: 5px
}

.contract-right ul li:last-child {
    margin-right: 0
}

.contract-social.header-social ul li a {
    padding-top: 2px
}

.sell-property {
    background: url(images/bg-content-bottom-below.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px
}

.banner-overlay {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%
}

.call-us {
    color: #fff;
    text-transform: uppercase;
    padding-top: 60px;
    text-align: left
}

.call-us h3 {
    font-weight: 700;
    font-size: 22px
}

.sell-contact {
    padding-top: 90px;
    text-align: right
}

.sell-contact span {
    color: #fff;
    padding-right: 30px;
    font-weight: 700;
    font-size: 20px
}

.sell-contact a {
    background: #bf0102;
    padding: 18px 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-left: 10px
}

.sell-contact a:hover {
    text-decoration: none
}

.our-blog {
    margin: 0
}

.blog {
    margin: 100px
}

.our-blog h1 {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 50px
}

.our-blog h1 span {
    color: #bf0102;
    font-weight: 400
}

.blog-pic {
    background: url(images/blog_pic1.png) no-repeat;
    height: 250px;
    padding-left: 270px
}

.blog-content {
    text-align: left;
    padding-left: 20px
}

.blog-content .blog-admin {
    position: relative;
    padding-left: 20px
}

.blog-content .blog-admin:before {
    content: "\f007";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    color: #bf0102
}

.blog-content .blog-date {
    position: relative;
    padding-left: 20px;
    float: right
}

.blog-content .blog-date:before {
    content: "\f073";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    color: #bf0102
}

.blog-content h4 {
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-bottom: 10px
}

.blog-content p {
    padding-bottom: 20px
}

.blog-content a {
    background: #bf0102;
    color: #fff;
    font-size: 14px;
    padding: 8px 22px;
    margin-left: -50px;
    font-weight: 700;
    text-decoration: none
}

.blog-pic2 {
    background: url(images/blog_pic2.png) no-repeat;
    height: 250px;
    padding-left: 270px
}

.blog-row-one {
    margin-bottom: 50px
}

.blog-pic3 {
    background: url(images/blog_pic4.png) no-repeat;
    background-position: right;
    padding-right: 270px;
    height: 250px;
    overflow: hidden
}

.blog-content3 {
    text-align: left;
    padding-right: 10px
}

.blog-content3 .blog-admin3 {
    position: relative;
    padding-left: 20px
}

.blog-content3 .blog-admin3:before {
    content: "\f007";
    font-family: FontAwesome;
    left: 3px;
    position: absolute;
    top: 0;
    color: #bf0102
}

.blog-content3 .blog-date3 {
    position: relative;
    padding-left: 20px;
    float: right
}

.blog-content3 .blog-date3:before {
    content: "\f073";
    font-family: FontAwesome;
    left: 3px;
    position: absolute;
    top: 0;
    color: #bf0102
}

.blog-content3 h4 {
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-bottom: 10px
}

.blog-content3 p {
    font-size: 15px;
    padding-bottom: 20px
}

.blog-content3 a {
    background: #bf0102;
    color: #fff;
    font-size: 14px;
    padding: 5px 22px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 0;
    margin-left: 220px;
    position: absolute
}

.blog-pic4 {
    background: url(images/blog_pic3.png) no-repeat;
    background-position: right;
    padding-right: 270px;
    height: 250px;
    overflow: hidden
}

.testimonials {
    margin: 0
}

.testimonials-title {
    margin-top: 100px;
    margin-bottom: 40px
}

.testimonials-title h1 {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 50px
}

.testimonials-title h1 span {
    color: #bf0102;
    font-weight: 400
}

.width-fix {
    width: 100%
}

.testimonial-comment {
    background: #aeb6b9 url(images/testimonial-quote.png) no-repeat scroll 40px 30px;
    position: relative
}

.testimonial-comment p {
    color: #fff;
    padding: 40px 50px 50px 50px;
    text-align: justify
}

.testimonial-carousel div.active .testimonial-comment {
    background: #bf0102 url(images/testimonial-quote-active.png) no-repeat scroll 40px 30px
}

.testimonial-carousel div.owl-item .testimonial-comment::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #aeb6b9;
    content: "";
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 65px;
    width: 0
}

.testimonial-carousel div.active .testimonial-comment::after {
    border-top: 30px solid #bf0102
}

.testimonial-author {
    padding: 30px 0 0 30px
}

.testimonial-author img {
    width: 100px;
    float: left
}

.testimonial-author p {
    float: left;
    padding: 25px 0 0 20px
}

.testimonial-author p span.tauthor-name, .testimonial-author p span.tauthor-role {
    display: block
}

.testimonial-author p span.tauthor-name {
    font-size: 16px
}

.owl-pagination {
    text-align: center;
    padding: 50px 0
}

.owl-pagination div.owl-page {
    display: inline-block;
    padding-right: 10px
}

.owl-pagination div.owl-page span.owl-numbers {
    border: 2px solid #bf0102;
    border-radius: 50px;
    display: inline-block;
    height: 15px;
    text-align: center;
    text-indent: -9999px;
    width: 15px
}

.owl-pagination div.active span.owl-numbers {
    background: #bf0102
}

.clear {
    clear: both
}

.royals-group {
    background: url(images/testimonial3.html) no-repeat;
    height: 123px;
    margin-bottom: 20px;
    margin-top: 40px;
    margin-left: 30px;
    text-align: left;
    padding-left: 140px;
    padding-top: 40px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 40px
}

.royals-group span {
    display: block
}

.royals-group .ceo-name {
    font-weight: 700
}

.squar-pic {
    margin: 40px
}

.squar-pic span {
    margin: 10px
}

.footer {
    color: #fff;
    background: url(images/bg-content-bottom-below.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.footer-overlay {
    content: "";
    background: rgba(34, 34, 34, .7);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1
}

.subscribe {
    background: #bf0102;
    min-height: 100px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 30px;
    border-radius: 0
}

.subscribe .newsletter {
    margin-left: 0;
    padding-top: 15px;
    padding-left: 15px
}

.subscribe .newsletter span {
    font-weight: 600;
    font-size: 24px
}

.subscribe .subscribe-email {
    margin-left: -40px;
    padding-left: 0
}

.subscribe input[type=email] {
    background: #bf0102;
    border: 1px solid #fff;
    width: 510px;
    height: 50px;
    padding-left: 30px;
    color: #fff;
    margin-bottom: 30px
}

.subscribe input[type=submit] {
    background: #3e8f42;
    border: 1px solid #3e8f42;
    width: 190px;
    height: 50px;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    transition: .5s ease
}

.subscribe input[type=submit]:hover {
    background: #38813c
}

.footer-middle {
    padding: 50px 0 90px 0
}

.footer-bottom {
    background: #000;
    opacity: .9;
    min-height: 444px
}

.footer-bottom h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    padding-bottom: 10px
}

.footer-bottom img {
    text-align: left;
    margin-bottom: 40px;
    display: block
}

.footer-bottom .footer-widget {
    color: #fff;
    line-height: 30px
}

.footer-widget h3 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative
}

.footer-widget h3::after {
    background: #bf0102;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 60px
}

.footer-bottom .footer-widget p {
    text-align: left
}

.footer-bottom .footer-widget .twittes {
    padding-left: 50px;
    line-height: 20px;
    font-size: 14px
}

.footer-widget p span.twittes a {
    text-decoration: none;
    color: #bf0102
}

.social-widget-links {
    margin-top: 30px
}

.social-widget-links ul li a i {
    background: #ececec;
    color: #999;
    border-radius: 100px;
    display: inline-block;
    height: 28px;
    padding-top: 7px;
    text-align: center;
    width: 28px;
    transition: .3s ease
}

.social-widget-links ul li a i:hover {
    color: #fff
}

.footer-below {
    background: #000;
    padding: 22px 0
}

.footer-below .copy-right {
    padding-top: 5px
}

.footer-below .copy-right p {
    margin: 0;
    color: #fff;
    font-size: 14px
}

.copy-right p a {
    color: #bf0102
}

.footer-below .payment {
    text-align: right
}

.footer-below .payment span {
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700
}

.footer-below .payment ul {
    margin-bottom: 0;
    margin-top: 2px
}

.footer-below .payment ul li {
    font-size: 20px
}

.twitter-widget p span.twittes-icon {
    display: inline-block;
    width: 15%
}

.twitter-widget p span.twittes {
    display: inline-block;
    width: 85%;
    overflow: hidden
}

.latest-news p {
    text-transform: uppercase;
    padding-bottom: 15px
}

.latest-news p a {
    color: #fff
}

.latest-news p a:hover {
    color: #bf0102;
    text-decoration: none
}

.latest-news p img {
    margin-right: 15px;
    width: 100px
}

.latest-news p span {
    color: #eee;
    display: block;
    font-size: 12px;
    font-style: italic;
    text-transform: none
}

.contact-info p span.contact-icon {
    display: inline-block;
    width: 15%
}

.contact-info p span.contact-details {
    display: inline-block;
    width: 85%
}

.header-banner {
    background: url(images/header-banner-bg.jpg);
    background-position: 100%
}

.header-banner .banner-overlay {
    padding: 50px 0
}

.header-banner h2 {
    margin: 0;
    color: #fff
}

.header-banner ol.breadcrumb {
    margin: 0;
    background: 0 0;
    border-radius: 0;
    list-style: outside none none;
    padding: 8px 0 0 15px;
    text-align: right
}

.header-banner ol.breadcrumb li {
    color: #fff
}

.header-banner ol.breadcrumb li a {
    color: #fff
}

.header-banner ol.breadcrumb li a.active {
    color: #bf0102
}

.header-banner ol.breadcrumb li a:hover {
    color: #fff;
    text-decoration: none
}

.contact-map {
    margin-bottom: -50px
}

.contact-page-details {
    padding: 50px 0
}

.contact-page-details .contact-box {
    border: 1px solid #f1f1f1
}

.contact-page-details .contact-box p.col-sm-3 {
    background: #f9f9f9;
    text-align: center;
    padding: 50px 0;
    color: #dadada;
    border-right: 1px solid #f1f1f1;
    transition: .5s ease
}

.contact-page-details .contact-box:hover p.col-sm-3 {
    background: #bf0102;
    margin: -1px 0
}

.contact-page-details .contact-box p.col-sm-3 i {
    transition: .5s ease
}

.contact-page-details .contact-box:hover p.col-sm-3 i {
    color: #fff
}

.contact-page-details .contact-box p {
    margin: 0
}

.contact-page-details .contact-box p.col-sm-9 span {
    display: block;
    margin-left: 20px
}

.contact-page-details .contact-box p.col-sm-9 span.contact-box-heading {
    color: #313131;
    font-weight: 600;
    padding: 20px 0
}

.contact-form {
    padding-bottom: 100px
}

.contact-form .contact-form-holder {
    text-align: center
}

.contact-form .contact-form-holder h2 {
    margin-bottom: 20px
}

.contact-form .contact-form-holder p {
    margin-bottom: 60px
}

.contact-form .contact-form-holder form .form-left input.form-control {
    background: #f1f1f1;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    height: 50px
}

.contact-form .contact-form-holder form .form-right textarea.form-control {
    background: #f1f1f1;
    box-shadow: none;
    height: 180px;
    border: none;
    border-radius: 0
}

.form-button {
    text-align: right
}

.form-button > button {
    background: #bf0102 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    margin-top: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: .5s ease
}

.form-button > button:hover {
    background: #727272
}

.error_message {
    color: #a94442;
    margin-bottom: 15px
}

#success_page h1 {
    color: #bf0102
}

.about-banner-bg {
    background: url(images/about-header-banner-bg.jpg);
    background-position: 100%
}

.about-ecoreal-content {
    text-align: center;
    padding: 80px 0
}

.about-ecoreal-content > h2 {
    margin-bottom: 20px
}

.about-ecoreal-content p i {
    color: #bf0102
}

.about-documents .container {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 15px 0
}

.document-title > p {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    text-align: right;
    text-transform: uppercase
}

.pdfone {
    text-align: center;
    padding-top: 5px
}

.pdftwo {
    text-align: left;
    padding-top: 5px
}

.pdfone > a, .pdftwo > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #727272
}

.pdfone > a i, .pdftwo > a i {
    color: #bf0102
}

.pdfone > a:hover, .pdftwo > a:hover {
    text-decoration: none
}

.who-we-are {
    padding: 80px 0
}

.who-we-are .col-md-6 {
    height: 500px
}

.who-we-are-left {
    background: #f5f5f5
}

.who-we-are-right {
    background: url(images/who-we-are-bg.jpg);
    background-position: center center;
    background-size: 130% auto;
    background-repeat: no-repeat
}

.who-we-are-content {
    margin-left: 100px !important;
    margin-right: 100px !important;
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center
}

.who-we-are-content > span {
    font-size: 14px;
    font-style: italic
}

.who-we-are-content > h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 58px;
    margin-top: 5px;
    position: relative;
    padding-bottom: 15px
}

.who-we-are-content > h2::after {
    background: #bf0102;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px
}

.who-we-are-content > p {
    line-height: 22px;
    margin-top: 25px
}

a.who-we-are-btn {
    background: #61ba65;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    margin-top: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: .5s ease
}

a.who-we-are-btn:hover {
    text-decoration: none;
    background: #727272
}

.ecoreal-features {
    padding-bottom: 80px
}

.ecoreal-features .col-md-12 {
    text-align: center;
    margin-bottom: 30px
}

.ecoreal-features .col-md-12 > p {
    padding: 10px 100px
}

.about-feature i {
    background: #bf0102;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 60px;
    padding-top: 8px;
    text-align: center;
    width: 60px;
    border: 2px solid #bf0102;
    transition: .5s ease
}

.about-feature:hover .feature-icon i {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #bf0102;
    color: #727272
}

.feature-icon {
    padding-top: 20px
}

.feature-details > h3 {
    font-size: 16px;
    text-transform: uppercase
}

.blog-section {
    margin-top: 45px
}

.blog-posts-area h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 45px;
    margin-top: 0;
    position: relative;
    text-transform: none
}

h3.widget-title {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 45px;
    margin-top: 0;
    position: relative;
    text-transform: none;
    font-size: 28px
}

.post-dates {
    text-align: right
}

.post-dates span {
    color: #bf0102;
    font-size: 18px
}

.post-dates strong {
    margin-top: 5px;
    font-size: 26px;
    display: block
}

.post-title {
    margin-top: 0;
    margin-bottom: 25px
}

.post-title a {
    color: #bf0102;
    text-transform: none;
    font-weight: 400
}

.blog-single-post {
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    padding-bottom: 30px
}

.blog-posts .blog-single-post:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0
}

.single-post-content a.btn-primary {
    background-color: #fff;
    border: 2px solid #bf0102;
    color: #bf0102;
    border-radius: 0;
    font-weight: 600;
    transition: .5s ease
}

.widget-content a.btn-primary {
    background-color: #fff;
    border: 2px solid #bf0102;
    color: #bf0102;
    border-radius: 0;
    font-weight: 600;
    transition: .5s ease;
    background: #f2f2f2
}

.single-post-content a.btn-primary:hover, .widget-content a.btn-primary:hover {
    border-color: #727272;
    color: #727272
}

.single-post-content p {
    margin-bottom: 20px
}

.widget-content ul {
    background: #f2f2f2;
    padding: 15px
}

.widget-content ul.nav > li > a {
    padding: 0;
    border-radius: 0;
    color: #bf0102
}

.widget-content ul.nav > li > a:hover {
    background: 0 0;
    text-decoration: underline
}

.widget-content .nav-stacked li {
    margin: 0 0 14px 0
}

.sidebar-widget {
    margin-bottom: 45px
}

.small-property {
    border: 2px solid rgba(0, 0, 0, .1);
    margin-bottom: 15px;
    padding: 10px 0
}

.property-small-content h4 {
    margin-top: 0
}

.property-small-content h4 a {
    color: #727272;
    text-transform: none
}

.property-small-content p {
    margin-bottom: 0
}

.property-small-content p span {
    color: #bf0102;
    font-weight: 600
}

property-small-picture a img {
    width: 100%
}

.address-widget {
    background: #f2f2f2;
    padding: 15px
}

.address-widget address abbr {
    border-bottom: 0 none !important;
    text-decoration: none
}

.blog-pagination {
    text-align: center;
    margin-top: 60px
}

.blog-pagination ul.list-unstyled.list-inline li a {
    border: 2px solid rgba(0, 0, 0, .1);
    color: #727272;
    padding: 10px 15px;
    transition: .5s ease
}

.blog-pagination ul.list-unstyled.list-inline li a:hover {
    color: #bf0102;
    text-decoration: none;
    border-color: #bf0102
}

.blog-pagination ul.list-unstyled.list-inline li a.active {
    color: #727272;
    border-color: #727272
}

.page-content {
    padding: 60px 0
}

.content-page-inner-area h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 45px;
    margin-top: 0;
    position: relative;
    text-transform: none
}

.content-page-inner-area img {
    width: 100%
}

.content-page-inner-area p {
    margin: 30px 0
}

.content-list-items ul > li {
    padding-bottom: 5px
}

.content-list-items ul > li::before {
    color: #bf0102;
    content: "";
    float: left;
    font-family: fontawesome;
    margin-left: -15px;
    margin-right: 10px
}

.image-left-content ul li:before, .image-right-content ul li:before {
    color: #bf0102;
    content: "";
    float: left;
    font-family: fontawesome;
    margin-left: -15px;
    margin-right: 10px
}

.image-left-content ul li:before, .image-right-content ul li:before {
    margin-left: 0;
    margin-right: 10px
}

.content-list-items ul > li a, .image-left-content ul li a, .image-right-content ul li a {
    color: #727272;
    font-weight: 600
}

.content-inner-quote {
    background: #bf0102 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-style: italic;
    font-weight: 600;
    margin: 50px 0;
    padding: 30px 15px
}

.image-right-content {
    margin-top: 50px
}

.image-left-content {
    margin-top: 50px
}

.image-left-content h3 {
    margin: 0;
    text-transform: none
}

.image-right-content h3 {
    margin: 0;
    text-transform: none
}

.content-page-inner-area > h3 {
    margin: 30px 0;
    text-transform: none
}

.gallery-main .col-md-12 {
    text-align: center;
    margin-top: 40px
}

.gallery-main .col-md-12 p {
    padding-bottom: 50px
}

.gallery-main .col-md-12 .container-mix div.mix {
    margin-bottom: 30px
}

.gallery-main figure.effect-zoe figcaption div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.single-property {
    background: #f8f8f8;
    margin-bottom: -50px
}

.single-property-banner {
    background: url(images/single-property-bg.jpg);
    background-position: bottom
}

.property-name {
    margin: 30px 0
}

.property-name h2 {
    font-size: 30px;
    text-transform: none;
    margin: 0 0 5px 0
}

.property-name h2 span {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    background: #bf0102;
    padding: 5px 10px;
    color: #fff;
    position: relative;
    top: -6px;
    border-radius: 3px
}

.property-name h2 span ~ span {
    background: #3c3c44
}

.property-name > p {
    margin: 0
}

.property-price {
    text-align: right;
    margin: 30px 0
}

.property-price h2 {
    margin: 0 0 5px 0
}

.property-price h4 {
    margin: 0;
    font-weight: 300;
    text-transform: none
}

.property-gallery {
    position: relative;
    height: 630px
}

.property-gallery > img {
    height: 630px;
    width: 100%
}

.property-agent {
    background: rgba(255, 255, 255, .95);
    padding: 30px;
    width: 370px;
    position: absolute;
    top: 40px;
    left: 40px
}

.property-agent .agent-media {
    margin-bottom: 20px
}

.property-agent .agent-media img {
    width: 74px;
    height: 74px;
    display: inline-block
}

.property-agent .agent-media ul {
    display: inline-block;
    list-style: none;
    padding-left: 20px
}

.property-agent .agent-media ul li:first-child {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px
}

.property-agent .agent-media ul li i {
    padding-right: 6px
}

.property-agent .agent-media ul li a {
    color: #bf0102;
    font-weight: 600
}

.property-agent .agent-media ul li a:hover {
    text-decoration: none
}

.property-agent form input {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 15px
}

.property-agent form textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 15px;
    height: 135px
}

.property-agent form input[type=submit] {
    background: #bf0102;
    color: #fff;
    font-weight: 600;
    border: none
}

.property-share {
    position: absolute;
    right: 50px;
    top: 50px
}

.property-share ul li {
    display: inline-block;
    margin-right: 10px
}

.property-share ul li:last-child {
    margin-right: 0
}

.property-share ul li a i {
    background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 50px;
    padding-top: 12px;
    text-align: center;
    transition: all .5s ease 0s;
    width: 50px;
    border-radius: 3px
}

.property-share ul li a i:hover {
    color: #fff
}

.property-contact-info, .property-description, .property-details-list, .property-features, .property-location {
    background: #fff none repeat scroll 0 0;
    padding: 40px;
    margin: 40px 0
}

h2.pd-title {
    font-size: 18px;
    text-transform: none;
    padding: 0 0 40px 0;
    margin: 0 0 20px 0;
    position: relative
}

h2.pd-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    bottom: 0;
    left: 0
}

.property-location ul {
    padding-left: 0
}

.property-location ul li {
    list-style: none;
    font-weight: 300
}

.property-details-list .alert.alert-success {
    border-radius: 0;
    border: 1px solid #bf0102;
    color: inherit
}

.property-details-list ul {
    padding-left: 0;
    list-style: none;
    columns: 3 auto;
    -moz-columns: 3 auto;
    -webkit-columns: 3 auto
}

.property-details-list ul li {
    padding: 5px 0;
    font-weight: 300
}

.property-details-list > h3 {
    font-size: 16px;
    margin: 30px 0 15px;
    text-transform: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

.property-features ul {
    list-style: none;
    padding-left: 0;
    columns: 3 auto;
    -moz-columns: 3 auto;
    -webkit-columns: 3 auto
}

.property-features ul li {
    padding: 5px 0;
    font-weight: 300
}

.property-features ul li i {
    padding-right: 5px
}

.property-contact-info .agent-media {
    margin-bottom: 20px
}

.property-contact-info .agent-media img {
    width: 80px;
    height: 80px;
    display: inline-block
}

.property-contact-info .agent-media ul {
    display: inline-block;
    list-style: none;
    padding-left: 20px
}

.property-contact-info .agent-media ul li:first-child {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px
}

.property-contact-info .agent-media ul li i {
    padding-right: 6px;
    color: inherit
}

.property-contact-info .agent-media ul li a {
    color: inherit
}

.property-contact-info .agent-media ul li span {
    margin-right: 10px
}

.property-contact-info .agent-media ul li a:hover {
    text-decoration: none
}

.property-contact-info form input {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 15px
}

.property-contact-info form textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 15px;
    height: 135px;
    margin-top: 10px
}

.property-contact-info form input[type=submit] {
    background: #bf0102 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    width: auto;
    margin-top: 10px
}

.property-contact-info form .form-group {
    margin-bottom: 0
}

.property-contact-info > h3 {
    font-size: 16px;
    margin: 30px 0 20px 0;
    text-transform: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

aside {
    margin-top: 40px;
    background: #fff;
    padding: 20px 15px 0 15px
}

aside .widget-title {
    font-size: 18px;
    margin-bottom: 20px
}

.container {
    width: 100%;
    margin: auto
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.black-transparentbg {
    background: rgba(0, 0, 0, .7)
}

.black-transparentbg:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    transition: .2s all linear !important
}

.lightblack-transparentbg {
    background: rgba(0, 0, 0, .5)
}

.center {
    text-align: center
}

.center a, .center h1, .center h2, .center h3, .center p {
    text-align: center
}

img {
    width: auto
}

.text-editor a:hover {
    text-decoration: underline
}

.text-editor img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin-top: 6px
}

.text-editor .alignright {
    float: right;
    margin-left: 20px
}

.text-editor .alignleft {
    float: left;
    margin-right: 20px
}

.text-editor ol, .text-editor ul {
    margin-top: 0 !important;
    -webkit-padding-start: 17px !important;
    padding-start: 17px
}

.text-editor ol li, .text-editor ul li {
    padding-left: 10px;
    display: list-item !important;
    padding-bottom: 0 !important;
    margin: 0 !important
}

.text-editor ul li {
    list-style: disc
}

.text-editor h4 {
    margin-top: 10px
}

.pagination .wp-pagenavi span.current {
    font-weight: 400
}

.pagination span:hover {
    cursor: pointer
}

.pagination a {
    color: #bf0102;
    border-color: #bf0102
}

.pagination a:hover {
    border-color: #bf0102;
    background: #bf0102;
    color: #fff
}

.pagination .extend, .pagination .pages {
    color: #bf0102;
    border-color: #bf0102
}

.pagination .current {
    border-color: #bf0102 !important;
    background: #bf0102;
    color: #fff
}

.pagination .next, .pagination .prev {
    display: none
}

.border-bottom {
    border-bottom: 1px solid #eee
}

h1 {
    font-size: 45px !important
}

.logo {
    margin-top: 0
}

.logo img {
    width: 230px
}

#my-navbar ul.main-menu li.active a {
    background: #8c0101
}

#my-navbar ul.main-menu li:hover a {
    background: #8c0101
}

.property-details h2 {
    margin-bottom: 20px;
    color: #bf0102
}

.property-details p {
    padding: 25px 0
}

.property-pic img {
    margin-top: 0
}

.news {
    margin-top: 40px
}

.footer-menu {
    -webkit-margin-end: 0;
    -webkit-padding-start: 20px
}

.footer-menu li a {
    line-height: 1.8;
    color: #fff
}

.footer-menu li a:hover {
    text-decoration: underline
}

@media only screen and (min-width: 320px) {
    .container {
        width: 100%
    }
}

@media only screen and (min-width: 768px) {
    .container {
        width: 768px;
        max-width: 768px;
        margin: auto !important
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 992px;
        max-width: 992px;
        margin: auto
    }
}

@media only screen and (min-width: 1024px) {
    .container {
        width: 1024px;
        max-width: 1024px;
        margin: auto
    }
}

@media only screen and (min-width: 1230px) {
    .container {
        width: 1230px;
        max-width: 1230px;
        width: 100%;
        margin: auto
    }
}

@media only screen and (max-width: 991px) {
    .logo {
        margin-bottom: 15px
    }

    .navbar-right {
        font-size: 13px;
        padding: 21px 5px
    }

    .bottom-intro {
        height: 150px
    }

    .duplex {
        background: rgba(0, 0, 0, .9);
        padding: 20px 40px
    }

    .about {
        padding-bottom: 50px
    }

    .bed-room, .dining-room, .drawing-room, .kitchen-room {
        margin-bottom: 30px
    }

    .contract-left {
        padding: 0;
        text-align: center
    }

    .contract-left input, .contract-left textarea {
        width: 100%
    }

    .contract-section {
        padding: 30px 0
    }

    .call-us {
        padding-top: 50px
    }

    .sell-contact {
        padding-top: 60px
    }

    .sell-contact span {
        display: block
    }

    .sell-contact a {
        display: inline-block;
        margin-top: 15px
    }

    .subscribe {
        text-align: center
    }

    .subscribe .subscribe-email {
        margin-left: 15px
    }

    .subscribe input[type=text] {
        margin-bottom: 15px
    }

    .subscribe input[type=submit] {
        margin-left: 0;
        margin-bottom: 20px
    }

    .about-feature, .document-title p, .pdfone, .pdftwo {
        text-align: center
    }

    .footer {
        background-position: center;
        background-size: cover
    }

    .intro-rstate-m {
        min-height: 134px !important
    }

    .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .contactform {
        margin-top: 20px
    }
}

@media only screen and (max-width: 767px) {
    .header-call, .header-place, .logo {
        text-align: center
    }

    .header-call p, .header-place p {
        display: inline-block
    }

    .header-social {
        padding-top: 25px
    }

    .header-call, .header-place {
        margin-top: 15px
    }

    .section-desc {
        width: 100%
    }

    .controls button {
        margin-bottom: 5px
    }

    .header-call::after, .header-place::after {
        content: none
    }

    .header-call p, .header-place p {
        margin: 0
    }

    .header-social {
        padding-top: 15px;
        text-align: center
    }

    .navbar-right {
        display: block;
        margin: 0 auto 10px;
        padding: 15px;
        text-align: center;
        width: 250px
    }

    .duplex {
        padding: 15px
    }

    .bottom-intro {
        height: 150px
    }

    .property img {
        width: 100%
    }

    .bed-room, .dining-room, .drawing-room, .kitchen-room {
        margin: 0 auto 15px;
        width: 80%
    }

    .location .club {
        margin-bottom: 15px
    }

    .latest-property .property img {
        width: auto
    }

    .contract-left input, .contract-left textarea {
        width: 100%
    }

    .contract-right {
        margin-right: 0;
        padding-top: 0;
        text-align: left
    }

    .contract-right span {
        margin-top: 10px
    }

    .contract-right ul {
        padding: 0
    }

    .call-us {
        padding-top: 0;
        text-align: center
    }

    .sell-contact {
        padding-top: 30px;
        text-align: center
    }

    .subscribe {
        margin-top: 0
    }

    .subscribe .subscribe-email {
        margin: 10px 0;
        padding-left: 15px
    }

    .subscribe input[type=text] {
        width: 100%;
        margin-bottom: 15px
    }

    .subscribe input[type=submit] {
        margin-left: 0;
        margin-bottom: 15px
    }

    .footer-below .copy-right p {
        text-align: center
    }

    .footer-below .payment {
        margin-top: 10px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .pagination {
        margin-top: 10px
    }
}

@media only screen and (max-width: 600px) {
    .header-call p, .header-place p {
        margin: 0
    }
}

@media only screen and (max-width: 500px) {
    .col-xs-6 {
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .intro-rstate-m {
        min-height: 134px !important;
        min-height: 400px
    }

    .intro-rstate-m .property-slider .carousel-inner .item figure figcaption {
        top: 75%
    }

    .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details {
        display: none;
        width: 100%
    }

    .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details h2, .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details p, .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details ul {
        display: none
    }

    .property-search div.tab-content .tab-pane form .form-group select {
        background: transparent url(../images/re-multi/arrow-down.html) no-repeat scroll 98% center
    }

    .property-search div.tab-content .tab-pane form .form-group select:last-child {
        margin-bottom: 25px
    }

    .rem-wcu .wcu-right {
        height: 400px
    }

    .section-header-rem p {
        width: 100%
    }

    .header-call, .header-place {
        text-align: center
    }

    .header-call p, .header-place p {
        display: inline-block
    }

    .header-social {
        padding-top: 25px
    }

    #my-navbar li a, #my-navbar li.active a {
        padding: 22px 25px !important
    }

    .bedrooms, .duplex, .price {
        display: none
    }

    .details {
        bottom: 0;
        left: 50%;
        margin-left: -80px;
        position: absolute;
        height: auto
    }

    .details a {
        padding: 10px
    }

    .details a:hover {
        padding: 10px
    }

    .logo {
        margin-bottom: 15px;
        text-align: center
    }

    .header-call::after, .header-place::after {
        content: none
    }

    .header-social {
        text-align: center
    }

    .navbar-right {
        display: block;
        font-size: 16px;
        margin-bottom: 20px;
        padding: 20px 0;
        text-align: center
    }

    .about-bottom {
        padding-bottom: 50px
    }

    .about-bottom span {
        margin-bottom: 50px
    }

    .property-details {
        padding-top: 0
    }

    .property-details h2 {
        text-align: center
    }

    .property-details ul li {
        float: none;
        display: block;
        margin-right: 0
    }

    .property-details p {
        padding: 0
    }

    .nearby-places {
        padding: 50px 0
    }

    .location {
        margin-bottom: 20px
    }

    .latest-property h1 {
        font-size: 30px
    }

    .contract-left {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .contract-left input, .contract-left textarea {
        width: 100%
    }

    .contract-right {
        text-align: left;
        margin-right: 0;
        padding-top: 0
    }

    .contract-right span {
        margin-top: 10px
    }

    .contract-right ul {
        padding-left: 0
    }

    .contract-section .contract-left > form {
        padding: 0 15px
    }

    .call-us {
        padding-top: 0;
        text-align: center
    }

    .sell-property {
        min-height: 250px
    }

    .sell-contact {
        padding-top: 10px;
        text-align: center
    }

    .sell-contact span {
        display: block;
        padding-right: 0;
        margin-bottom: 10px
    }

    .sell-contact a {
        display: inline-block;
        padding: 10px 30px;
        margin-left: 0
    }

    .banner-overlay {
        padding: 0
    }

    .blog {
        margin: 60px 0 30px 0
    }

    .blog-content {
        padding-left: 0
    }

    .blog-row-one .col-md-6 {
        margin-bottom: 50px
    }

    .blog-row-one .col-md-6:last-child {
        margin-bottom: 0
    }

    .blog-pic, .blog-pic2, .blog-pic3, .blog-pic4 {
        background: transparent none repeat scroll 0 0;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px
    }

    .blog-content3 {
        padding-right: 0;
        padding-bottom: 25px
    }

    .blog-content a {
        margin-left: 0
    }

    .blog-content3 a {
        margin-left: 0;
        padding: 8px 22px
    }

    .testimonials-title {
        margin-top: 50px
    }

    .testimonials-title h1 {
        font-size: 30px
    }

    .subscribe {
        padding: 20px 0
    }

    .subscribe .subscribe-email {
        padding-left: 15px;
        margin-left: 0;
        margin-top: 15px
    }

    .subscribe input[type=email] {
        width: 100%;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .subscribe input[type=submit] {
        padding: 10px 20px;
        width: auto;
        height: auto;
        margin: 0
    }

    .footer-below .copy-right p {
        text-align: center
    }

    .footer-below .payment {
        margin-top: 10px;
        text-align: center
    }

    .header-banner h2, .header-banner ol.breadcrumb {
        text-align: center
    }

    .contact-box {
        margin-bottom: 15px
    }

    .form-button {
        text-align: center
    }

    .about-ecoreal-content > p {
        padding: 0 15px
    }

    .document-title p, .pdfone, .pdftwo {
        text-align: center
    }

    .who-we-are {
        padding: 0 0
    }

    .who-we-are-content {
        margin: 0 !important;
        padding: 20px 20px
    }

    .who-we-are-content > h2 {
        font-size: 30px
    }

    .ecoreal-features .col-md-12 > h2 {
        font-size: 30px
    }

    .ecoreal-features .col-md-12 > p {
        padding: 10px 0
    }

    .about-feature {
        text-align: center
    }

    figure.effect-zoe figcaption {
        padding-top: 75px
    }

    .latest-pic1, .latest-pic2, .latest-pic3, .latest-pic4, .latest-pic5, .latest-pic6 {
        height: 200px
    }

    .property-gallery {
        height: auto
    }

    .property-gallery > img {
        height: auto
    }

    .property-agent {
        left: 0;
        padding: 30px;
        position: relative;
        top: 0;
        margin-bottom: 40px;
        width: 100%
    }

    .property-details-list ul, .property-features ul {
        columns: 1;
        -moz-columns: 1;
        -webkit-columns: 1
    }

    .footer {
        background-position: center;
        background-size: cover
    }
}

@media only screen and (max-width: 400px) {
    .col-xs-4 {
        width: 100%
    }

    .top-footer .col-xs-6 {
        width: 100%
    }
}

.call-us * {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.call-us h2 {
    font-weight: 700;
    margin-bottom: 25px;
    color: #bf0102;
}

.advantage-list h2 {
    padding-left: 37px;
}

.advantage-list li {
    margin-bottom: 15px;
}

.margin-top-verbe {
    margin-top: 45px;
}

.heading-style {
    font-weight: 700;
    color: #bf0102;
    margin-bottom: 25px;
}

.aboutContainer .col-sm-7 .row {
    border-right: 1px solid #dadada;
}

.services-wrapper,
.aboutContainer {
    padding: 35px 0;
}

.h2-heading-style {
    position: relative;
    background-color: rgba(0, 0, 0, 0.07);
    color: #bf0102;
    padding: 7px 10px;
    margin-left: 35px;
    /* font-weight: 700; */
    letter-spacing: 1px;
    font-size: 22px;
    height: 40px;
}

.h2-heading-style:before {
    content: '';
    position: absolute;
    left: -35px;
    top: 0;
    width: 35px;
    height: 40px;
    background-color: #bf0102;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: 1px solid white;

}

.h2-heading-style:after {
    content: '';

}

h3.h2-heading-style + p {
    font-size: 16px !important;
    font-weight: 700;
    color: #2d2d2d;
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 5px;
}

.services-wrapper h2.heading-style {
    color: #737373;
}

.col-sm-12.Servicesparagraph {
    margin-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 25px;
}

address.address-sidebar li {
    list-style: none;
    position: relative;
    margin-bottom:15px;
}

address.address-sidebar li i {
    position: absolute;
    left: -38px;
    font-size: 16px;
    top: 2px;
}

.sideborder {
    position: relative;
}

.sideborder:before {
    content: '';
    position: absolute;
    right: -50px;
    height: 100%;
    width: 1px;
    background-color: #d6d6d6;
}
.marginmanage .address-desc {
    position: relative;
    top: -20px;
    left: 43px;
}

.marginmanage {
    position: relative;
    left: -30px;
}
.faxme {
    position: relative;
    left: 35px;
}
.faxmebefore:after{
    display:none !important;
}
.property-detail p,
.services-wrapper li,
.services-wrapper p,
.aboutContainer li,
.aboutContainer p,
.p-colorcode-2d2d2d{
    color:#2d2d2d !important;
}