

/**
 * Table of Contents
 *
 * 1.0 - General
 * 2.0 - Header
 * 3.0 - Navigation
 * 4.0 - Hero
 * 5.0 - Area card
 * 6.0 - Agent card
 * 7.0 - Property card
 * 8.0 - Properties carousel
 * 9.0 - Services section
 * 10.0 - Testimonials section
 * 11.0 - CTA section
 * 12.0 - Blog post card
 * 13.0 - Membership plans section
 * 14.0 - Newsletter section
 * 15.0 - Map
 * 16.0 - Property list card
 * 17.0 - Property list filter
 * 18.0 - Single property
 * 19.0 - Blog
 * 20.0 - Contact
 * 21.0 - Agent
 * 22.0 - Submit property
 * 23.0 - Footer
 * 24.0 - Media queries
 */

/**
 * 1.0 - General
 */

body {
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #333;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.pxp-dark-mode {
    background-color: #F7F7F7;
}
a[role="button"] {
    cursor: pointer;
}
label {
    margin-bottom: .1rem;
    font-size: .8rem;
   /* font-weight: 700;*/
}
.form-control {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}
textarea.form-control {
    padding: 1rem;
}
.form-control:focus {
    border: 1px solid #333;
    box-shadow: none;
}
.custom-select {
    height: 46px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    cursor: pointer;
}
.custom-select:hover,
.custom-select:focus {
    border: 1px solid #333;
    box-shadow: none;
}
.pxp-animate {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.pxp-cover1 {
    
   
    display: block;
    max-width: 100%;
    height: auto;
        width: 100%;
}
}
.pxp-cover-bottom {
    background-position: center bottom;
}
.pxp-cover-top {
    background-position: center top;
}
.home-page-heading {
    font-weight: bold;
    font-size: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 15px;
    text-align: center;
    color: #333;
}

.home-page-content {
   padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    /* display: -webkit-box; */
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    font-family: 'HelveticaLTStd-Roman';
    font-weight: normal;
    font-style: normal;
    /* min-height: 120px; */
    padding: 10px;
}
.home-page-content p{
font-size: 15px;
text-align: justify;
color: #555;
}
.pxp-section-h2 {
    font-weight: bold;
    font-size: 40px;
   /* padding-top: 60px;*/
    text-align: center;
}
.pxp-text-light {
    opacity: .7;
    font-size: 16px;
    color: #000;
    text-align: center;
}
.pxp-primary-cta {
    color: #333;
    font-weight: 700;
    display: inline-block;
}
.pxp-primary-cta:hover {
    color: #333;
    text-decoration: none;
}
.pxp-primary-cta:after {
    content: " ";
    border-top: 2px solid #333;
    width: 36px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform-origin: top left;
}
.pxp-primary-cta.text-white:after {
    border-top: 2px solid #fff;
}
.pxp-primary-cta:hover:after {
    transform: scale(2, 1);
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-200 {
    padding-top: 200px;
}
.pb-200 {
    padding-bottom: 200px;
}
.pt-300 {
    padding-top: 300px;
}
.pb-300 {
    padding-bottom: 300px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
/*.mt-100 {
    margin-top: 100px;
}*/
.mb-100 {
    margin-bottom: 100px;
}

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

.mt-200 {
    margin-top: 200px;
}
.mb-200 {
    margin-bottom: 200px;
}
.mt-300 {
    margin-top: 300px;
}
.mb-300 {
    margin-bottom: 300px;
}
.pxp-nav-tabs {
    border-bottom: 0 none;
}
.pxp-nav-tabs .nav-link {
    margin-right: 20px;
    font-weight: 700;
    font-size: .8rem;
    color: rgba(51, 51, 51, 0.7);
    border-top: 0 none;
    border-right: 0 none;
    border-left: 0 none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-nav-tabs .nav-link.active,
.pxp-nav-tabs .nav-link.active:hover {
    border-bottom: 2px solid #333;
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
}
.pxp-nav-tabs .nav-link:hover {
    border-color: transparent;
}
.pxp-table {
    color: #333;
}
.pxp-table thead th {
    border-top: 0 none;
    border-bottom: 0 none;
    font-weight: 700;
}
.pxp-table td {
    border-top: 1px solid #E2E2E2;
}
.pxp-table thead th:first-child,
.pxp-table td:first-child {
    padding-left: 0;
}
.pxp-content-wrapper {
    padding-top: 82px;
}
h1.pxp-page-header {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3rem;
    text-align:center;
}
.pxp-paginantion .page-item .page-link {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    margin-left: 0;
    margin-right: 20px;
    border-radius: 0;
    padding: 0 2px 10px 2px;
    line-height: 1;
    font-weight: 700;
    border: 0 none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-paginantion .page-item.active .page-link {
    border-bottom: 2px solid #333;
}
.pxp-paginantion .page-item .page-link:hover {
    opacity: .7;
}
.border-from{
    border:1px solid black;
    padding:10px;
     box-shadow: 10px 10px 5px #aaaaaa;
}
.pxp-paginantion .page-item.active .page-link > span {
    line-height: 1;
}
.modal-content {
    border: 0 none;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.modal-header {
    padding: 14px 14px 0;
    border-bottom: 0 none;
}
.modal-header .close {
    padding: 0;
    margin: 0 0 0 auto;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.modal-body {
    padding: 0 40px 40px 40px;
}
.modal-title {
    font-weight: 700;
}
.modal-backdrop.show {
    opacity: .3;
}
.pxp-modal-small {
    font-size: .9rem;
}
.pxp-modal-link {
    text-decoration: underline;
    color: #333;
}
.pxp-modal-link:hover {
    opacity: .7;
    color: #333;
}
.col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12,
.col-xxxl, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1440px) {
    .col-xxl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
    .col-xxl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-xxl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-xxl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
    .col-xxl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-xxl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-xxl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .col-xxl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-xxl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-xxl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
    .col-xxl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-xxl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-xxl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}
@media (min-width: 1600px) {
    .col-xxxl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
    .col-xxxl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-xxxl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-xxxl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
    .col-xxxl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-xxxl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-xxxl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .col-xxxl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-xxxl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-xxxl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
    .col-xxxl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-xxxl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-xxxl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}

/**
 * 2.0 - Header
 */
 


.pxp-header {
    padding: 30px 0;
}
.pxp-header.pxp-no-bg {
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #E2E2E2;
}
.pxp-dark-mode .pxp-header.pxp-no-bg {
    background-color: #000;
    border-bottom: 1px solid #000;
}
.pxp-header.pxp-is-sticky {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.pxp-header.pxp-is-sticky.pxp-no-bg {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    position: fixed;
}
.pxp-dark-mode .pxp-header.pxp-is-sticky {
    background-color: #000;
}
.pxp-header.pxp-full {
    background-color: #fff;
    padding: 14px 0;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-dark-mode .pxp-header.pxp-full {
    background-color: #000;
}
.pxp-header .pxp-container-full {
    padding: 0 30px;
}
.pxp-logo {
    font-weight: 900;
    color: #fff;
    font-size: 22px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-header.pxp-mobile:after {
    content: "";
    display: block;
    background: #fff;
    position: fixed;
    height: 100px;
    width: 100%;
    z-index: 1040;
    left: 0;
    top: 0;
}
.pxp-dark-mode .pxp-header.pxp-mobile:after {
    background: #000;
}
.pxp-header.pxp-full.pxp-mobile:after {
    height: 69px;
}
.pxp-header.pxp-no-bg.pxp-mobile:after {
    height: 82px;
}
.pxp-is-sticky .pxp-logo,
.pxp-mobile .pxp-logo {
    color: #333;
}
.pxp-dark-mode .pxp-is-sticky .pxp-logo,
.pxp-dark-mode .pxp-mobile .pxp-logo {
    color: #fff;
}
.pxp-header.pxp-full .pxp-logo {
    color: #333;
}
.pxp-dark-mode .pxp-header.pxp-full .pxp-logo{
    color: #fff;
}
.pxp-header.pxp-no-bg .pxp-logo {
    color: #333;
}
.pxp-dark-mode .pxp-header.pxp-no-bg .pxp-logo {
    color: #fff;
}
.pxp-logo:hover {
    opacity: 0.7;
    color: #fff;
}
.pxp-is-sticky .pxp-logo:hover,
.pxp-mobile .pxp-logo:hover {
    color: #333;
}
.pxp-header.pxp-full .pxp-logo:hover {
    color: #333;
}
.pxp-header.pxp-no-bg .pxp-logo:hover {
    color: #333;
}
.pxp-dark-mode .pxp-is-sticky .pxp-logo:hover,
.pxp-dark-mode .pxp-mobile .pxp-logo:hover,
.pxp-dark-mode .pxp-no-bg .pxp-logo:hover,
.pxp-dark-mode .pxp-header.pxp-full .pxp-logo:hover {
    color: #fff;
}

.fixed-top {
    background: rgba(0,0,0,0.2);
}

/**
 * 3.0 - Navigation
 */

.pxp-nav {
    margin-bottom: 0;
}
.pxp-nav.d-inline {
    margin-right: 20px;
}
.pxp-nav > li {
    font-size: 0.8rem;
    position: relative;
    padding-bottom: 2px;
}
.pxp-nav > li.list-inline-item:not(.pxp-is-last) {
    margin-right: .8rem;
}
.pxp-nav > li.pxp-has-btns {
    display: none;
}
.pxp-nav > li > a,
.pxp-nav > li > a:hover {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.pxp-nav > li > a {
    text-transform: uppercase;
}
.pxp-nav > li > a:after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: 0% 50%;
    -webkit-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}
.pxp-nav > li:hover > a:after {
    transform: scale(1, 1);
}
.pxp-is-sticky .pxp-nav > li > a,
.pxp-is-sticky .pxp-nav > li > a:hover,
.pxp-mobile .pxp-nav > li > a,
.pxp-mobile .pxp-nav > li > a:hover {
    color: #333;
}
.pxp-no-bg .pxp-nav > li > a,
.pxp-no-bg .pxp-nav > li > a:hover {
    color: #333;
}
.pxp-header.pxp-full .pxp-nav > li > a,
.pxp-header.pxp-full > li > a:hover {
    color: #333;
}
.pxp-is-sticky .pxp-nav > li:hover > a:after, 
.pxp-mobile .pxp-nav > li:hover > a:after {
    background: #333;
}
.pxp-no-bg .pxp-nav > li:hover > a:after {
    background: #333;
}
.pxp-header.pxp-full .pxp-nav > li:hover > a:after {
    background: #333;
}
.pxp-dark-mode .pxp-is-sticky .pxp-nav > li > a,
.pxp-dark-mode .pxp-is-sticky .pxp-nav > li > a:hover,
.pxp-dark-mode .pxp-mobile .pxp-nav > li > a,
.pxp-dark-mode .pxp-mobile .pxp-nav > li > a:hover,
.pxp-dark-mode .pxp-no-bg .pxp-nav > li > a,
.pxp-dark-mode .pxp-no-bg .pxp-nav > li > a:hover,
.pxp-dark-mode .pxp-header.pxp-full .pxp-nav > li > a,
.pxp-dark-mode .pxp-header.pxp-full > li > a:hover {
    color: #fff;
}
.pxp-dark-mode .pxp-is-sticky .pxp-nav > li:hover > a:after,
.pxp-dark-mode .pxp-mobile .pxp-nav > li:hover > a:after,
.pxp-dark-mode .pxp-no-bg .pxp-nav > li:hover > a:after,
.pxp-dark-mode .pxp-header.pxp-full .pxp-nav > li:hover > a:after {
    background: #fff;
}
.pxp-nav > li > .pxp-nav-sub {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1600;
    float: left;
    min-width: 200px;
    padding: 7px 0;
    margin: 0;
    background-color: #fff;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 none;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
    display: none;
}
.pxp-dark-mode .pxp-is-sticky .pxp-nav > li > .pxp-nav-sub,
.pxp-dark-mode .pxp-no-bg .pxp-nav > li > .pxp-nav-sub,
.pxp-dark-mode .pxp-full .pxp-nav > li > .pxp-nav-sub {
    background-color: #000;
}
.pxp-nav > li > .pxp-nav-sub > li > a {
    display: block;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-nav > li > .pxp-nav-sub > li > a:hover {
    color: #333;
    opacity: .7;
}
.pxp-dark-mode .pxp-is-sticky .pxp-nav > li > .pxp-nav-sub > li > a,
.pxp-dark-mode .pxp-mobile .pxp-nav > li > .pxp-nav-sub > li > a,
.pxp-dark-mode .pxp-no-bg .pxp-nav > li > .pxp-nav-sub > li > a,
.pxp-dark-mode .pxp-full .pxp-nav > li > .pxp-nav-sub > li > a {
    color: #fff;
}
.pxp-dark-mode .pxp-is-sticky .pxp-nav > li > .pxp-nav-sub > li > a:hover,
.pxp-dark-mode .pxp-mobile .pxp-nav > li > .pxp-nav-sub > li > a:hover,
.pxp-dark-mode .pxp-no-bg .pxp-nav > li > .pxp-nav-sub > li > a:hover,
.pxp-dark-mode .pxp-full .pxp-nav > li > .pxp-nav-sub > li > a:hover {
    color: #fff;
}
.pxp-header-user, 
.pxp-header-nav-trigger {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: .8rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-header-nav-trigger {
    display: none;
}
.pxp-header-user:hover, 
.pxp-header-nav-trigger:hover {
    text-decoration: none;
    color: #333;
    background-color: #fff;
}
.pxp-is-sticky .pxp-header-user, 
.pxp-is-sticky .pxp-header-nav-trigger,
.pxp-mobile .pxp-header-nav-trigger {
    border: 1px solid #333;
    color: #333;
}
.pxp-no-bg .pxp-header-user, 
.pxp-no-bg .pxp-header-nav-trigger {
    border: 1px solid #333;
    color: #333;
}
.pxp-header.pxp-full .pxp-header-user, 
.pxp-header.pxp-full .pxp-header-nav-trigger {
    border: 1px solid #333;
    color: #333;
}
.pxp-is-sticky .pxp-header-user:hover, 
.pxp-is-sticky .pxp-header-nav-trigger:hover,
.pxp-mobile .pxp-header-nav-trigger:hover {
    color: #fff;
    background-color: #333;
}
.pxp-no-bg .pxp-header-user:hover, 
.pxp-no-bg .pxp-header-nav-trigger:hover {
    color: #fff;
    background-color: #333;
}
.pxp-header.pxp-full .pxp-header-user:hover, 
.pxp-header.pxp-full .pxp-header-nav-trigger:hover {
    color: #fff;
    background-color: #333;
}
.pxp-dark-mode .pxp-is-sticky .pxp-header-user, 
.pxp-dark-mode .pxp-is-sticky .pxp-header-nav-trigger,
.pxp-dark-mode .pxp-mobile .pxp-header-user, 
.pxp-dark-mode .pxp-mobile .pxp-header-nav-trigger,
.pxp-dark-mode .pxp-no-bg .pxp-header-user, 
.pxp-dark-mode .pxp-no-bg .pxp-header-nav-trigger,
.pxp-dark-mode .pxp-header.pxp-full .pxp-header-user, 
.pxp-dark-mode .pxp-header.pxp-full .pxp-header-nav-trigger {
    color: #fff;
    border: 1px solid #fff;
}
.pxp-dark-mode .pxp-is-sticky .pxp-header-user:hover, 
.pxp-dark-mode .pxp-is-sticky .pxp-header-nav-trigger:hover,
.pxp-dark-mode .pxp-mobile .pxp-header-user:hover, 
.pxp-dark-mode .pxp-mobile .pxp-header-nav-trigger:hover,
.pxp-dark-mode .pxp-no-bg .pxp-header-user:hover, 
.pxp-dark-mode .pxp-no-bg .pxp-header-nav-trigger:hover,
.pxp-dark-mode .pxp-header.pxp-full .pxp-header-user:hover, 
.pxp-dark-mode .pxp-header.pxp-full .pxp-header-nav-trigger:hover {
    color: #333;
    background-color: #fff;
}
.pxp-header-user > span, 
.pxp-header-nav-trigger > span {
    width: 19px;
    text-align: center;
}
.pxp-header-nav-trigger.pxp-active > span:before {
    content: "\f00d";
}

/**
 * 4.0 - Hero
 */

 .pxp-hero {
    position: relative;
    background: #fff;
    overflow: hidden;
    min-height: 600px;
}
.pxp-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pxp-hero-has-animation .pxp-hero-bg {
    opacity: 0;
    transform: scale(1.3, 1.3);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.pxp-hero-has-animation.pxp-hero-animate .pxp-hero-bg {
    opacity: 1;
    transform: scale(1, 1);
}
.pxp-hero-opacity {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.pxp-hero-props-carousel-1 .pxp-hero-bg:after {
    content: " ";
    display: block;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.pxp-hero-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
}
.pxp-hero-caption.pxp-hero-caption-bottom-left {
    bottom: 100px;
    top: auto;
    transform: none;
    text-align: left;
}
.pxp-hero-caption h1 {
    font-weight: 700;
    font-size: 2.8rem;
    text-shadow: 1px 5px 30px rgba(0,0,0,0.3);
}
.pxp-hero-has-animation .pxp-hero-caption h1 {
    opacity: 0;
    transform: translateY(50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-hero-has-animation.pxp-hero-animate .pxp-hero-caption h1 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.pxp-hero-caption form {
    margin: 0 auto;
    width: 60%;
}
.pxp-hero-caption.pxp-hero-caption-bottom-left form {
    margin: 0;
    width: 60%;
}
.pxp-hero-has-animation .pxp-hero-caption form {
    opacity: 0;
    transform: scale(0.95, 0.95);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-hero-has-animation.pxp-hero-animate .pxp-hero-caption form {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.pxp-hero-search .row {
    margin-right: -5px;
    margin-left: -5px;
}
.pxp-hero-search .col, .pxp-hero-search .col-1, .pxp-hero-search .col-10, .pxp-hero-search .col-11, .pxp-hero-search .col-12, .pxp-hero-search .col-2, .pxp-hero-search .col-3, .pxp-hero-search .col-4, .pxp-hero-search .col-5, .pxp-hero-search .col-6, .pxp-hero-search .col-7, .pxp-hero-search .col-8, .pxp-hero-search .col-9, .pxp-hero-search .col-auto, .pxp-hero-search .col-lg, .pxp-hero-search .col-lg-1, .pxp-hero-search .col-lg-10, .pxp-hero-search .col-lg-11, .pxp-hero-search .col-lg-12, .pxp-hero-search .col-lg-2, .pxp-hero-search .col-lg-3, .pxp-hero-search .col-lg-4, .pxp-hero-search .col-lg-5, .pxp-hero-search .col-lg-6, .pxp-hero-search .col-lg-7, .pxp-hero-search .col-lg-8, .pxp-hero-search .col-lg-9, .pxp-hero-search .col-lg-auto, .pxp-hero-search .col-md, .pxp-hero-search .col-md-1, .pxp-hero-search .col-md-10, .pxp-hero-search .col-md-11, .pxp-hero-search .col-md-12, .pxp-hero-search .col-md-2, .pxp-hero-search .col-md-3, .pxp-hero-search .col-md-4, .pxp-hero-search .col-md-5, .pxp-hero-search .col-md-6, .pxp-hero-search .col-md-7, .pxp-hero-search .col-md-8, .pxp-hero-search .col-md-9, .pxp-hero-search .col-md-auto, .pxp-hero-search .col-sm, .pxp-hero-search .col-sm-1, .pxp-hero-search .col-sm-10, .pxp-hero-search .col-sm-11, .pxp-hero-search .col-sm-12, .pxp-hero-search .col-sm-2, .pxp-hero-search .col-sm-3, .pxp-hero-search .col-sm-4, .pxp-hero-search .col-sm-5, .pxp-hero-search .col-sm-6, .pxp-hero-search .col-sm-7, .pxp-hero-search .col-sm-8, .pxp-hero-search .col-sm-9, .pxp-hero-search .col-sm-auto, .pxp-hero-search .col-xl, .pxp-hero-search .col-xl-1, .pxp-hero-search .col-xl-10, .pxp-hero-search .col-xl-11, .pxp-hero-search .col-xl-12, .pxp-hero-search .col-xl-2, .pxp-hero-search .col-xl-3, .pxp-hero-search .col-xl-4, .pxp-hero-search .col-xl-5, .pxp-hero-search .col-xl-6, .pxp-hero-search .col-xl-7, .pxp-hero-search .col-xl-8, .pxp-hero-search .col-xl-9, .pxp-hero-search .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}
.pxp-hero-search .form-group {
    position: relative;
}
.pxp-hero-search .custom-select {
    border: 0 none;
    height: 54px;
    padding: .375rem 1.75rem .375rem 1.2rem;
    box-shadow: none;
    background-position-x: calc(100% - 1.2rem);
}
.pxp-hero-search .custom-select:focus {
    outline: 0;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.25);
}
.pxp-hero-search .form-control {
    border: 0 none;
    box-shadow: none;
    padding: .375rem 1.2rem;
    height: 54px;
    transition: border-color .4s ease-in-out,box-shadow .4s ease-in-out;
}
.pxp-hero-search .form-control:focus {
    outline: 0;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.25);
}
.pxp-hero-search .form-control.pxp-is-address {
    padding-right: 2.6rem;
}
.pxp-hero-search .form-control.pxp-is-address + span {
    position: absolute;
    display: block;
    top: 50%;
    right: 1.2rem;
    color: #333;
    transform: translateY(-50%);
}
.pxp-hero-props-carousel-1,
.pxp-hero-props-carousel-1 .carousel-inner,
.pxp-hero-props-carousel-1 .carousel-item {
    height: 100%;
}
.pxp-hero-props-carousel-1-prices {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
    height: 120px;
    z-index: 2;
    transform: scale(0, 1);
    -webkit-transition: transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transform-origin: top right;
}
.pxp-hero-props-carousel-1-prices.pxp-price-active {
    transform: scale(1, 1);
}
.pxp-hero-props-carousel-1-prices .carousel-inner {
    height: 100%;
}
.pxp-hero-props-carousel-1-prices .carousel-item {
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    left: calc((100% * 2 - 1140px) / 2 + 15px);
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-price > span {
    display: block;
    transform: translateY(100%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-hero-props-carousel-1-prices.pxp-price-active .carousel-item.active .pxp-price > span {
    transform: translateY(0);
}
.pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .carousel-item.active .pxp-price > span {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(-20%, -50%);
    right: 60px;
    opacity: 0;
}
.pxp-hero-props-carousel-1-prices.pxp-price-active .carousel-item.active .pxp-cta {
    opacity: 1;
    transform: translate(0, -50%);
}
.pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .carousel-item.active .pxp-cta {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta:hover {
    color: #fff;
    text-decoration: none;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta:after {
    content: " ";
    border-top: 2px solid #fff;
    width: 36px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform-origin: top left;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta:hover:after {
    transform: scale(2, 1);
}
.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker {
    position: absolute;
    left: calc(100% + 60px);
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.pxp-hero-props-carousel-1-prices.pxp-price-active .pxp-carousel-ticker {
    opacity: 1;
}
.pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .pxp-carousel-ticker {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker > div {
    display: inline-block;
    line-height: 13px;
}
.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker .pxp-carousel-ticker-counter {
    overflow: hidden;
    height: 12px;
}
.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker .pxp-carousel-ticker-counter > span {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-hero-props-carousel-1-prices .carousel-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.1);
    transform: scale(0, 1);
    transform-origin: 0% 50%;
    -webkit-transition: all 6.4s linear;
    -o-transition: all 6.4s linear;
    transition: all 6.4s linear;
}
.pxp-hero-props-carousel-1-prices.pxp-price-active .carousel-item.active:after {
    transform: scale(1, 1);
}
.pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .carousel-item.active:after {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.pxp-hero-props-carousel-1 .pxp-carousel-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
   /* background-color: #fff;*/  /* ----------new change -----------*/
    width: 240px;
    height: 120px;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a {
    cursor: pointer;
    display: block;
   /* background-color: #fff;*/  /* ----------new change -----------*/
    height: 120px;  /* ----------new change -----------*/
    width: 135px;
    position: absolute;
}
.pxp-dark-mode .pxp-hero-props-carousel-1 .pxp-carousel-controls a {
    background-color: #000;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev {
    top: 0;
    left: 0;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next {
    top: 0;
    right: 0;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
}
.pxp-dark-mode .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg line, 
.pxp-dark-mode .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg line {
    stroke: #fff;
}
@keyframes arrowPCLeft { 
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(20%, -50%);
        transform: translate(20%, -50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
@keyframes arrowPCRight { 
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(30%, -50%);
        transform: translate(30%, -50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev:hover svg {
    -webkit-animation: arrowPCLeft 0.4s ease-in-out;
    -moz-animation: arrowPCLeft 0.4s ease-in-out;
    animation: arrowPCLeft 0.4s ease-in-out;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next:hover svg {
    -webkit-animation: arrowPCRight 0.4s ease-in-out;
    -moz-animation: arrowPCRight 0.4s ease-in-out;
    animation: arrowPCRight 0.4s ease-in-out;
}
.pxp-hero-props-carousel-1 .carousel-item .pxp-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(calc(-50% - 70px));
    color: #fff;
    z-index: 2;
}
.pxp-hero-props-carousel-1 .pxp-caption-prop-title {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3rem;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin-bottom: 20px;
}
.pxp-hero-props-carousel-1 .carousel-item.active .pxp-caption-prop-title {
    opacity: 1;
    transform: translateY(0);
}
.pxp-hero-props-carousel-1 .pxp-caption-prop-features {
    /*opacity: 0;*/
    transform: translateY(10px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-hero-props-carousel-1 .carousel-item.active .pxp-caption-prop-features {
    /*opacity: .7;*/
    transform: translateY(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.pxp-hero-props-carousel-1 .pxp-caption-prop-features > span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}
.pxp-hero-props-carousel-1 .carousel-indicators {
    -ms-flex-pack: left;
    justify-content: left;
    bottom: 80px;   /*--------------new changes----------------*/
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.pxp-hero-props-carousel-1 .carousel-indicators li {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 0;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid rgba(255,255,255,0.7);
    opacity: 1;
    transition: all .6s ease;
    transform: scale(0.85, 0.85);
    overflow: hidden;
}
.pxp-hero-props-carousel-1 .carousel-indicators li.active {
    box-shadow: 0px 15px 30px rgba(0,0,0,0.25);
    transform: scale(1, 1);
}
.pxp-hero-props-carousel-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.pxp-hero-props-carousel-2-left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}
.pxp-hero-props-carousel-2-right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pxp-hero-props-carousel-2-left .carousel-inner, 
.pxp-hero-props-carousel-2-left .carousel-item, 
.pxp-hero-props-carousel-2-right .carousel-inner, 
.pxp-hero-props-carousel-2-right .carousel-item {
    height: 100%;
}
.pxp-hero-props-carousel-2-right .pxp-hero-bg {
    transform: scale(1.1);
    -webkit-transition: all 7s linear;
    -moz-transition: all 7s linear;
    transition: all 7s linear;
}
.pxp-hero-props-carousel-2-right .carousel-item.active .pxp-hero-bg {
    transform: scale(1);
}
.pxp-hero-props-carousel-2-right .pxp-hero-bg:after {
    content: " ";
    display: block;
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
    position: absolute;
    top: 50%;
    left: calc(100% - 570px + 15px);
    right: 0;
    transform: translateY(calc(-50% - 60px));
    color: #fff;
    z-index: 2;
}
.pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3rem;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-hero-props-carousel-2-left .carousel-item.active .pxp-caption-prop-title {
    opacity: 1;
    transform: translateX(0);
}
.pxp-hero-props-carousel-2-left .pxp-caption-prop-features {
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-hero-props-carousel-2-left .carousel-item.active .pxp-caption-prop-features {
    opacity: .7;
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.pxp-hero-props-carousel-2-left .pxp-caption-prop-features > span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}
.pxp-hero-props-carousel-2-left .pxp-caption-prop-price {
    opacity: 0;
    font-size: 28px;
    line-height: 28px;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-hero-props-carousel-2-left .carousel-item.active .pxp-caption-prop-price {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    bottom: 138px;
    left: calc(100% - 570px + 15px);
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-hero-props-carousel-2-left .carousel-item.active .pxp-cta {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta:hover {
    color: #fff;
    text-decoration: none;
}
.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta:after {
    content: " ";
    border-top: 2px solid #fff;
    width: 36px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform-origin: top left;
}
.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta:hover:after {
    transform: scale(2, 1);
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-color: #fff;
    width: 180px;
    height: 100px;
}
.pxp-dark-mode .pxp-hero-props-carousel-2 .pxp-carousel-controls {
    background-color: #000;
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls.pxp-right {
    left: auto;
    right: calc((100% - 1140px) / 2 + 15px);
    transform: none;
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls a {
    cursor: pointer;
    display: block;
    background-color: #fff;
    width: 90px;
    height: 100px;
    position: absolute;
}
.pxp-dark-mode .pxp-hero-props-carousel-2 .pxp-carousel-controls a {
    background-color: #000;
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-prev {
    top: 0;
    left: 0;
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-next {
    top: 0;
    right: 0;
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-prev svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-next svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}
.pxp-dark-mode .pxp-hero-props-carousel-2 .pxp-carousel-controls svg line {
    stroke: #fff;
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-prev:hover svg {
    -webkit-animation: arrowPCLeft 0.4s ease-in-out;
    -moz-animation: arrowPCLeft 0.4s ease-in-out;
    animation: arrowPCLeft 0.4s ease-in-out;
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-next:hover svg {
    -webkit-animation: arrowPCRight 0.4s ease-in-out;
    -moz-animation: arrowPCRight 0.4s ease-in-out;
    animation: arrowPCRight 0.4s ease-in-out;
}
.pxp-hero-props-carousel-2 .pxp-carousel-ticker {
    position: absolute;
    left: 50%;
    bottom: 223px;
    transform: translateX(-50%);
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    z-index: 2;
}
.pxp-hero-props-carousel-2 .pxp-carousel-ticker.pxp-right {
    left: auto;
    right: calc((100% - 1140px) / 2 + 15px);
    transform: none;
}
.pxp-hero-props-carousel-2 .pxp-carousel-ticker > div {
    display: inline-block;
    line-height: 13px;
}
.pxp-hero-props-carousel-2 .pxp-carousel-ticker .pxp-carousel-ticker-counter {
    overflow: hidden;
    height: 12px;
}
.pxp-hero-props-carousel-2 .pxp-carousel-ticker .pxp-carousel-ticker-counter > span {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/**
 * 5.0 - Area card
 */

.pxp-areas-1-item {
    display: block;
    position: relative;
    overflow: hidden;
    height: 360px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    margin-bottom: 30px;
}
.pxp-areas-1-item-fig {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-fig {
    transform: scale(1.06, 1.06);
}
.pxp-areas-1-item-details {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 2;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details {
    background-color: #000;
}
.pxp-areas-1-item-details-area {
    color: #333;
    font-size: 1.3rem;
    font-weight: 900;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details-area {
    color: #fff;
}
.pxp-areas-1-item-details-city {
    color: #333;
    font-size: .8rem;
    opacity: .7;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details-city {
    color: #fff;
}
.pxp-areas-1-item-counter {
    position: absolute;
    bottom: 110px;
    left: 20px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .6rem;
    z-index: 3;
    overflow: hidden;
    transform: scale(0.0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-counter {
    color: #fff;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-counter {
    transform: scale(1, 1);
}
.pxp-areas-1-item-counter:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50px;
    transform: translateX(-72%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-counter:before {
    background-color: #000;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-counter:before {
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.pxp-areas-1-item-counter > span {
    opacity: 0;
    z-index: 4;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-counter > span {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-areas-1-item-cta {
    position: absolute;
    color: #333;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-cta {
    color: #fff;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-cta {
    transform: translateY(0);
    opacity: 1;
}

/**
 * 6.0 - Agent card
 */

.pxp-agents-1-item {
    display: block;
    position: relative;
    height: 300px;
    margin-bottom: 80px;
}
.pxp-agents-1-item-fig-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.pxp-agents-1-item-fig {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-fig {
    transform: scale(1.06, 1.06);
}
.pxp-agents-1-item-details {
    background-color: #fff;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    padding: 20px;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    transform: translateY(50%);
    text-align: center;
}
.pxp-dark-mode .pxp-agents-1-item-details {
    background-color: #000;
}
.pxp-agents-1-item-details-name {
    color: #333;
    font-weight: 900;
    line-height: 1.3;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.pxp-dark-mode .pxp-agents-1-item-details-name {
    color: #fff;
}
.pxp-agents-1-item-details-email {
    color: #333;
    opacity: .7;
    font-size: 0.8rem;
}
.pxp-dark-mode .pxp-agents-1-item-details-email {
    color: #fff;
}
.pxp-agents-1-item-cta {
    position: absolute;
    color: #333;
    bottom: 20px;
    left: 50%;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    white-space: nowrap;
    transform: translate(-50%, 400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-agents-1-item-cta {
    color: #fff;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-cta {
    transform: translate(-50%, 0);
    opacity: 1;
}
.pxp-agents-1-item-details-spacer {
    height: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-details-spacer {
    height: 34px;
}
.pxp-agents-1-item-rating {
    position: absolute;
    bottom: 76px;
    left: 50%;
    color: #333;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .8rem;
    z-index: 3;
    overflow: hidden;
    transform: scale(0);
    margin-left: -45px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-agents-1-item-rating {
    color: #fff;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-rating {
    transform: scale(1);
}
.pxp-agents-1-item-rating:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50px;
    transform: translateX(-72%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-agents-1-item-rating:before {
    background-color: #000;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-rating:before {
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.pxp-agents-1-item-rating > span {
    z-index: 4;
    position: relative;
}
.pxp-agents-1-item-rating > span > span {
    opacity: 0;
    transform: scale(2);
    margin: 0 1px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-rating > span > span {
    opacity: 1;
    transform: scale(1);
}
.pxp-agents-1-item:hover .pxp-agents-1-item-rating > span > span:nth-child(1) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-rating > span > span:nth-child(2) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-rating > span > span:nth-child(3) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-rating > span > span:nth-child(4) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-rating > span > span:nth-child(5) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

/**
 * 7.0 - Property card
 */

.pxp-prop-card-1 {
    display: block;
    position: relative;
    overflow: hidden;
    height: 400px;
}
.pxp-prop-card-1-fig {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.pxp-prop-card-1:hover .pxp-prop-card-1-fig {
    transform: scale(1.06, 1.06);
}
.pxp-prop-card-1-gradient {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.pxp-prop-card-1-details {
    position: absolute;
    padding: 20px;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-prop-card-1-details-price {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}
.pxp-prop-card-1-details-price > small {
    font-size: 60%;
}
.pxp-prop-card-1-details-features {
    font-size: 12px;
  /*  opacity: 0.7;*/
}
.pxp-prop-card-1-details-features > span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}
.pxp-prop-card-1:hover .pxp-prop-card-1-details {
    transform: translateY(-30%);
}
.pxp-prop-card-1-details-cta {
    position: absolute;
    color: #fff;
    padding: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-prop-card-1:hover .pxp-prop-card-1-details-cta {
    transform: translateY(0);
    opacity: 1;
}

/**
 * 8.0 - Properties carousel
 */

.pxp-props-carousel-right {
    /*padding-left: calc((100% - 1140px) / 2 + 15px);*/
    padding-right: 0;
}
.pxp-props-carousel-right.pxp-half-bg {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(to bottom, #000 58%, transparent 0);
}
.pxp-props-carousel-right.pxp-half-bg > h2 {
    color: #fff;
}
.pxp-props-carousel-right-container {
    position: relative;
}
@keyframes arrowLeft { 
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-80%, -50%);
        transform: translate(-80%, -50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@keyframes arrowRight { 
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-20%, -50%);
        transform: translate(-20%, -50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-80%, -50%);
        transform: translate(-80%, -50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.pxp-props-carousel-left-arrow,
.pxp-props-carousel-right-arrow {
    background-color: #fff;
    width: 64px;
    height: 64px;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.16);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    z-index: 10;
    overflow: hidden;
}
.pxp-dark-mode .pxp-props-carousel-left-arrow,
.pxp-dark-mode .pxp-props-carousel-right-arrow {
    background-color: #000;
}
.pxp-props-carousel-right-container .owl-prev.disabled .pxp-props-carousel-left-arrow,
.pxp-props-carousel-right-container .owl-next.disabled .pxp-props-carousel-right-arrow {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0, 0);
}
.pxp-props-carousel-right-arrow {
    left: auto;
    right: 20px;
}
.pxp-props-carousel-left-arrow svg, 
.pxp-props-carousel-right-arrow svg {
    width: 26px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pxp-props-carousel-left-arrow svg line, 
.pxp-props-carousel-right-arrow svg line {
    stroke: #333;
}
.pxp-dark-mode .pxp-props-carousel-left-arrow svg line, 
.pxp-dark-mode .pxp-props-carousel-right-arrow svg line {
    stroke: #fff;
}
.pxp-props-carousel-right-container .owl-prev.disabled .pxp-props-carousel-left-arrow svg line, 
.pxp-props-carousel-right-container .owl-next.disabled .pxp-props-carousel-right-arrow svg line {
    opacity: 0.5;
}
.pxp-props-carousel-right-container .owl-prev:not(.disabled) .pxp-props-carousel-left-arrow:hover, 
.pxp-props-carousel-right-container .owl-next:not(.disabled) .pxp-props-carousel-right-arrow:not(.disabled):hover {
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.pxp-props-carousel-right-container .owl-prev:not(.disabled) .pxp-props-carousel-left-arrow:hover svg {
    -webkit-animation: arrowLeft 0.4s ease-in-out;
    -moz-animation: arrowLeft 0.4s ease-in-out;
    animation: arrowLeft 0.4s ease-in-out;
}
.pxp-props-carousel-right-container .owl-next:not(.disabled) .pxp-props-carousel-right-arrow:hover svg {
    -webkit-animation: arrowRight 0.4s ease-in-out;
    -moz-animation: arrowRight 0.4s ease-in-out;
    animation: arrowRight 0.4s ease-in-out;
}
.pxp-props-carousel-right-container .owl-nav {
    height: 0;
}
.pxp-props-carousel-right-container .owl-prev.disabled, 
.pxp-props-carousel-right-container .owl-prev.disabled {
    cursor: default;
}
.pxp-props-carousel-right-container .owl-carousel .owl-stage {
    padding-left: 0 !important;
}
.pxp-props-carousel-right.pxp-has-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.pxp-props-carousel-right-intro {
    margin-right: 30px;
    width: 25%;
}
.pxp-props-carousel-right.pxp-has-intro .pxp-props-carousel-right-container {
    width: 75%;
}

/**
 * 9.0 - Services section
 */

.pxp-services {
    height: 418px;
}
.pxp-services-container {
    height: 300px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pxp-services-item {
    display: block;
    background-color: #fff;
    position: relative;
    border-right: 1px solid #e8e8e8;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pxp-dark-mode .pxp-services-item {
    background-color: #000;
    border-right: 1px solid #333;
}
.pxp-services-item:first-child {
    border-radius: .3rem 0 0 .3rem;
}
.pxp-services-item:nth-child(4) {
    border-right: 0 none;
    border-radius: 0 .3rem .3rem 0;
}
.pxp-services-item-fig {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
}
.pxp-services-item-fig img {
    width: 100%;
    height: auto;
}
.pxp-services-item-text {
    position: absolute;
    top: 180px;
    left: 20px;
    right: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-services-item-text-title {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.pxp-dark-mode .pxp-services-item-text-title {
    color: #fff;
}
.pxp-services-item-text-sub {
    color: #333;
    opacity: .7;
    font-size: .8rem;
}
.pxp-dark-mode .pxp-services-item-text-sub {
    color: #fff;
}
@keyframes iconTop { 
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
.pxp-services-item:hover .pxp-services-item-fig {
    -webkit-animation: iconTop 0.4s ease-in-out;
    -moz-animation: iconTop 0.4s ease-in-out;
    animation: iconTop 0.4s ease-in-out;
}
.pxp-services-item:hover .pxp-services-item-text {
    transform: translateY(-50%);
}
.pxp-services-item-cta {
    position: absolute;
    color: #333;
    bottom: 40px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-services-item-cta {
    color: #fff;
}
.pxp-services-item:hover .pxp-services-item-cta {
    transform: translateY(0);
    opacity: 1;
}
.pxp-services-h {
    background: linear-gradient(90deg, #F7F7F7 50%, #fff 50%);
}
.pxp-dark-mode .pxp-services-h {
    background: linear-gradient(90deg, #000 50%, #F7F7F7 50%);
}
.pxp-services-h-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pxp-services-h-fig {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    height: 540px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-services-h-fig.pxp-animate-in {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.pxp-services-h-fig.pxp-animate-in.pxp-in {
    transform: translateX(0);
    opacity: 1;
}
.pxp-services-h-items {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.pxp-services-h-items.pxp-animate-in .pxp-services-h-item {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item {
    transform: translateX(0);
    opacity: 1;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(3) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(4) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.pxp-services-h-item img {
    height: 64px;
    width: auto;
}
.pxp-services-h-item .media-body {
    color: #999;
}
.pxp-services-h-item h5 {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.pxp-services-h .pxp-primary-cta.pxp-animate-in {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.pxp-services-h .pxp-primary-cta.pxp-animate-in.pxp-in {
    transform: translateX(0);
    opacity: 1;
}
.pxp-services-c {
    background-position: left center;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.pxp-services-c-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.pxp-services-c-intro {
    margin-right: 30px;
    width: 25%;
    z-index: 2;
    margin-top: -84px;
}
.pxp-services-c-container {
    width: 100%;
}
.pxp-services-c-item {
    display: block;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: .3rem;
}
.pxp-dark-mode .pxp-services-c-item {
    background-color: #000;
}
.pxp-services-c-item-fig {
   margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 15px;
}
.pxp-services-c-item-fig img {
    width: 100%;
    height: auto;
}
.pxp-services-c-item-text {
    position: absolute;
    top: 180px;
    left: 20px;
    right: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-services-c-item-text-title {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.pxp-dark-mode .pxp-services-c-item-text-title {
    color: #fff;
}
.pxp-services-c-item-text-sub {
    color: #333;
    font-size: .8rem;
    opacity: .7;
}
.pxp-dark-mode .pxp-services-c-item-text-sub {
    color: #fff;
}
.pxp-services-c-item:hover .pxp-services-c-item-fig {
    -webkit-animation: iconTop 0.4s ease-in-out;
    -moz-animation: iconTop 0.4s ease-in-out;
    animation: iconTop 0.4s ease-in-out;
}
.pxp-services-c-item:hover .pxp-services-c-item-text {
    transform: translateY(-50%);
}
.pxp-services-c-item-cta {
    position: absolute;
    color: #333;
    bottom: 40px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-services-c-item-cta {
    color: #fff;
}
.pxp-services-c-item:hover .pxp-services-c-item-cta {
    transform: translateY(0);
    opacity: 1;
}
.pxp-services-c-container .owl-carousel .owl-stage {
    padding-left: 0 !important;
}
.pxp-services-c-container .owl-stage-outer { 
    overflow: visible;
}
.pxp-services-c-container .owl-item {
   opacity: 0;
   transition: opacity .5s;
}
.pxp-services-c-container .owl-item.active {
    opacity: 1;
}
.pxp-services-c-container .owl-carousel .owl-nav button {
    outline: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-services-c-container .owl-nav {
    text-align: center;
    margin: 25px 0px 15px 0px;
}
.pxp-services-c-container .owl-prev.disabled, 
.pxp-services-c-container .owl-next.disabled {
    opacity: 0.5;
}
.pxp-services-c-container .owl-prev {
    margin-right: 20px;
}
.pxp-services-c-container .owl-next {
    margin-left: 20px;
}

/**
 * 10.0 - Testimonials section
 */

.pxp-testim-1 {
    background-position: left center;
    padding-left: calc((100% - 1140px) / 2 + 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.pxp-testim-1-intro {
    margin-right: 30px;
    width: 25%;
    z-index: 2;
    margin-top: -84px;
}
.pxp-testim-1-container {
    width: 75%;
}
.pxp-testim-1-item {
    display: block;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: .3rem;
    height: 340px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-dark-mode .pxp-testim-1-item {
    background-color: #000;
}
.pxp-testim-1-container .owl-carousel .owl-stage {
    padding-left: 0 !important;
}
.pxp-testim-1-container .owl-stage-outer { 
    overflow: visible;
}
.pxp-testim-1-container .owl-item {
   opacity: 0;
   transition: opacity .5s;
}
.pxp-testim-1-container .owl-item.active {
    opacity: 1;
}
.pxp-testim-1-container .owl-carousel .owl-nav button {
    outline: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-testim-1-container .owl-carousel .owl-nav button svg line {
    stroke: #fff;
}
.pxp-testim-1-container .owl-nav {
    margin-top: 3rem;
    text-align: center;
}
.pxp-testim-1-container .owl-prev.disabled, 
.pxp-testim-1-container .owl-next.disabled {
    opacity: 0.5;
}
.pxp-testim-1-container .owl-prev {
    margin-right: 20px;
}
.pxp-testim-1-container .owl-next {
    margin-left: 20px;
}
.pxp-testim-1-item-avatar {
    width: 90px;
    height: 90px;
    margin: 30px auto 10px auto;
    border-radius: 50%;
}
.pxp-testim-1-item-name {
    font-weight: 900;
    line-height: 1.3;
    text-align: center
}
.pxp-dark-mode .pxp-testim-1-item-name {
    color: #fff;
}
.pxp-testim-1-item-location {
    opacity: .7;
    font-size: 0.8rem;
    text-align: center;
}
.pxp-dark-mode .pxp-testim-1-item-location {
    color: #fff;
}
.pxp-testim-1-item-message {
    padding: 30px;
    text-align: center;
    font-size: 0.85rem;
    font-style: italic;
    position: relative;
}
.pxp-dark-mode .pxp-testim-1-item-message {
    color: #fff;
}
.pxp-testim-1-item-container {
    perspective: 30px;
}
.pxp-testim-1-item {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

/**
 * 11.0 - CTA section
 */

.pxp-cta-1-caption {
    padding: 40px;
    overflow: hidden;
    position: relative;
}
.pxp-cta-1-caption.rounded-lg.rounded-top {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.pxp-cta-1-caption.rounded-lg.rounded-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.pxp-cta-1-caption.rounded-lg.rounded-bottom {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.pxp-cta-1-caption.rounded-lg.rounded-left {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.pxp-cta-1-caption h2, 
.pxp-cta-1-caption p, 
.pxp-cta-1-caption a {
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.pxp-cta-1-caption.pxp-animate-in {
    background-color: transparent;
}
.pxp-cta-1-caption.pxp-animate-in:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #fff;
    transform: translateX(-100%);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.pxp-dark-mode .pxp-cta-1-caption.pxp-animate-in:before {
    background-color: #000;
}
.pxp-cta-1-caption.pxp-animate-in.pxp-in:before {
    transform: translateX(0);
}
.pxp-cta-1-caption.pxp-animate-in.pxp-in h2,
.pxp-cta-1-caption.pxp-animate-in.pxp-in p,
.pxp-cta-1-caption.pxp-animate-in.pxp-in a {
    opacity: 1;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.pxp-cta-1-caption.pxp-animate-in.pxp-in p {
    opacity: .7;
}

/**
 * 12.0 - Blog post card
 */

.pxp-posts-1-item {
    display: block;
    margin-bottom: 30px;
}
.pxp-posts-1-item:hover {
    text-decoration: none;
}
.pxp-posts-1-item-fig-container {
    border-radius: .3rem .3rem 0 0;
    height: 260px;
    overflow: hidden;
}
.pxp-posts-1-item-fig {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.pxp-posts-1-item:hover .pxp-posts-1-item-fig {
    transform: scale(1.06, 1.06);
}
.pxp-posts-1-item-details {
    background-color: #f8f8f8;
    border-radius: .3rem 0 0 0;
    margin-left: 40px;
    padding: 20px 20px 0 20px;
    margin-top: -60px;
    overflow: hidden;
    position: relative;
}
.pxp-dark-mode .pxp-posts-1-item-details {
    background-color: #F7F7F7;
}
.pxp-posts-1-item-details-category {
    color: #333;
    opacity: .5;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-posts-1-item:hover .pxp-posts-1-item-details-category {
    opacity: 0;
    transform: translateY(-200%);
}
.pxp-posts-1-item-details-title {
    color: #333;
    font-weight: 900;
    line-height: 1.3;
  /*    font-size: 1.1rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;*/
    transition: all .4s ease-in-out;
}
.pxp-posts-1-item:hover .pxp-posts-1-item-details-title {
    transform: translateY(-22px);
}
.pxp-posts-1-item-details-date {
    color: #333;
    opacity: .7;
    font-size: 0.8rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-posts-1-item:hover .pxp-posts-1-item-details-date {
    opacity: 0;
}
.pxp-posts-1-item-cta {
    position: absolute;
    color: #333;
    bottom: 20px;
    left: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;.pxp-posts-1-item-details-title
    font-weight: 700;
    transform: translateY(50%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-posts-1-item:hover .pxp-posts-1-item-cta {
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

/**
 * 13.0 - Membership plans section
 */

.pxp-plans-1-item {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    padding: 60px;
    border-radius: .3rem;
    border: 2px solid transparent;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-plans-1-item:hover {
    text-decoration: none;
    border: 2px solid #333;
}
.pxp-dark-mode .pxp-plans-1-item:hover {
    border: 2px solid #000;
}
.pxp-plans-1-item.pxp-is-popular {
    background-color: #fff;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular {
    background-color: #000;
}
.pxp-plans-1-item-fig {
    margin-bottom: 2rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-plans-1-item .pxp-plans-1-item-fig {
    margin-top: calc(26px + 1rem);
}
.pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-fig {
    margin-top: 0;
}
.pxp-plans-1-item:hover .pxp-plans-1-item-fig {
    transform: translateY(-42px) scale(.9);
}
.pxp-plans-1-item-fig img {
    height: 100px;
    width: auto;
}
.pxp-plans-1-item-title {
    font-weight: 700;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-title {
    color: #fff;
}
.pxp-plans-1-item:hover .pxp-plans-1-item-title {
    transform: translateY(-42px) scale(1.3);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.pxp-plans-1-item-features {
    margin-bottom: 2rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-plans-1-item:hover .pxp-plans-1-item-features {
    transform: translateY(-42px);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.pxp-plans-1-item-features > li {
    opacity: .7;
    color: #333;
}
.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-features > li {
    color: #fff;
}
.pxp-plans-1-item-price {
    line-height: 2rem;
    color: #333;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-price {
    color: #fff;
}
.pxp-plans-1-item:hover .pxp-plans-1-item-price {
    transform: translateY(-42px);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.pxp-plans-1-item-price-currency {
    font-size: .7rem;
    font-weight: 900;
    vertical-align: top;
    line-height: 1.2rem;
}
.pxp-plans-1-item-price-sum {
    font-size: 2rem;
    font-weight: 900;
}
.pxp-plans-1-item-price-period {
    opacity: .7;
    font-size: .8rem;
}
.pxp-plans-1-item-label {
    color: #fff;
    background-color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .6rem;
    display: inline-block;
    margin-bottom: 1rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-label {
    color: #333;
    background-color: #fff;
}
.pxp-plans-1-item:hover .pxp-plans-1-item-label {
    transform: translateY(-42px);
    opacity: 0;
}
.pxp-plans-1-item-cta {
    position: absolute;
    color: #333;
    bottom: 60px;
    left: 50%;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translate(-50%, 200%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-cta {
    color: #fff;
}
.pxp-plans-1-item:hover .pxp-plans-1-item-cta {
    transform: translate(-50%, 0);
    opacity: 1;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

/**
 * 14.0 - Newsletter section
 */

.pxp-newsletter-1-form .form-control {
    border: 0 none;
    box-shadow: none;
    padding: .375rem 1.2rem;
    height: 54px;
    transition: border-color .4s ease-in-out,box-shadow .4s ease-in-out;
}
.pxp-newsletter-1-form .form-control:focus {
    outline: 0;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}

/**
 * 15.0 - Map
 */

.pxp-map-side {
    position: fixed;
    top: 69px;
    bottom: 0px;
    width: 50%;
    z-index: 3;
}
.pxp-map-side.pxp-half {
    width: 50%;
}
.pxp-map-side.pxp-max {
    width: 100%;
}
.pxp-map-right {
    right: 0;
}
.pxp-map-left {
    left: 0;
}
.pxp-content-side.pxp-min {
    width: 0;
    position: fixed;
}
.pxp-content-side-wrapper {
    padding: 30px;
}
.pxp-content-left {
    padding-right: 50%;
}
.pxp-map-side #results-map {
    height: 100%;
    width: 100%;
}
.pxp-content-side-h2 {
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 46px;
}
.pxp-content-side-search-form {
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 20px;
}
.pxp-sort-form .custom-select,
.pxp-content-side-search-form .custom-select {
    height: 46px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    cursor: pointer;
}
.pxp-sort-form .custom-select:hover,
.pxp-sort-form .custom-select:focus,
.pxp-content-side-search-form .custom-select:hover,
.pxp-content-side-search-form .custom-select:focus {
    border: 1px solid #333;
}
.pxp-content-side-search-form .form-control {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}
.pxp-content-side-search-form .form-control:focus {
    border: 1px solid #333;
}
.pxp-content-side-search-form .form-control.pxp-is-address {
    padding-right: 2.6rem;
}
.pxp-content-side-search-form .form-control.pxp-is-address + span {
    position: absolute;
    display: block;
    top: 50%;
    right: 1.2rem;
    color: #333;
    transform: translateY(-50%);
}
a.pxp-map-toggle,
a.pxp-adv-toggle {
    background-color: #fff;
    height: 46px;
    padding: 0 12px;
    border: 1px solid #E2E2E2;
    margin-left: 10px;
    border-radius: .25rem;
    font-size: 1.2rem;
    line-height: 46px;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.pxp-adv-toggle {
    padding: 0 15px;
}
a.pxp-map-toggle:hover,
a.pxp-adv-toggle:hover {
    border: 1px solid #333;
}
a.pxp-map-toggle.pxp-active,
a.pxp-map-toggle.pxp-active:hover,
a.pxp-adv-toggle.pxp-active,
a.pxp-adv-toggle.pxp-active:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}
a.pxp-list-toggle {
    position: fixed;
    z-index: 4;
    top: 99px;
    left: 30px;
    background-color: #fff;
    height: 43px;
    padding: 0 12px;
    border-radius: .25rem;
    font-size: 1.2rem;
    line-height: 46px;
    color: #333;
    display: block;
    text-align: center;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: none;
}
a.pxp-list-toggle.pxp-active {
    display: block;
}
.pxp-price-marker {
    position: absolute;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #333;
    border: 2px solid #333;
    background-color: #fff;
    padding: 6px 10px;
    font-weight: bold;
    border-radius: .3rem;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.20);
    font-size: 12px;
    cursor: pointer;
    -webkit-transform: translate(-50%, calc(-100% - 6px));
    transform: translate(-50%, calc(-100% - 6px));
}
.pxp-dark-mode .pxp-price-marker {
    color: #fff;
    border: 2px solid #fff;
    background-color: #000;
}
.pxp-price-marker:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
    width: 9px;
    height: 9px;
    background: #fff;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pxp-dark-mode .pxp-price-marker:after {
    background: #000;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.pxp-price-marker:hover, 
.pxp-price-marker.active {
    border-color: #fff;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
    padding: 0;
    z-index: 3;
}
.pxp-dark-mode .pxp-price-marker:hover, 
.pxp-dark-mode .pxp-price-marker.active {
    border-color: #000;
}
.pxp-price-marker:hover:after, 
.pxp-price-marker.active:after {
    border-color: #fff;
}
.pxp-dark-mode .pxp-price-marker:hover:after, 
.pxp-dark-mode .pxp-price-marker.active:after {
    border-color: #000;
}
.pxp-price-marker:hover .pxp-marker-short-price, 
.pxp-price-marker.active .pxp-marker-short-price {
    display: none;
}
.pxp-price-marker .pxp-marker-details {
    display: none;
}
.pxp-price-marker:hover .pxp-marker-details, 
.pxp-price-marker.active .pxp-marker-details {
    display: block;
}
.pxp-marker-details-fig {
    width: 72px;
    height: 72px;
    border-radius: .3rem 0 0 .3rem;
    float: left;
}
.pxp-marker-details-info {
    float: left;
    font-size: 14px;
}
.pxp-marker-details-info-title {
    font-size: 12px;
    padding: 10px 10px 2px 10px;
    color: #333;
    font-weight: normal;
}
.pxp-dark-mode .pxp-marker-details-info-title {
    color: #fff;
}
.pxp-marker-details-info-price {
    font-size: 14px;
    padding: 0 10px 5px 10px;
    color: #333;
}
.pxp-dark-mode .pxp-marker-details-info-price {
    color: #fff;
}
.pxp-marker-details-info-feat {
    font-weight: normal;
    padding: 0 10px;
    color: #333;
    font-size: 11px;
    opacity: .7;
}
.pxp-dark-mode .pxp-marker-details-info-feat {
    color: #fff;
}
.pxp-marker-details-info-feat > span {
    display: inline-block;
    margin: 0 7px;
}
.pxp-marker-cluster {
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    background: rgba(0, 0, 0, 0.7);
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
}
.pxp-marker-cluster:hover {
    background: rgba(0, 0, 0, 1);
    z-index: 3;
}

/**
 * 16.0 - Property list card
 */

a.pxp-results-card-1 {
    display: block;
    position: relative;
    height: 340px;
    overflow: hidden;
    margin-bottom: 30px;
}
a.pxp-results-card-1 .carousel-inner > .carousel-item {
    height: 340px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.pxp-results-card-1-gradient {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.pxp-results-card-1-details {
    position: absolute;
    padding: 20px;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}
.pxp-results-card-1-details-title {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.pxp-results-card-1-details-price {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
}
.pxp-results-card-1 .carousel-control-prev,
.pxp-results-card-1 .carousel-control-next {
    z-index: 4;
    opacity: 1;
    width: 53px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-results-card-1 .carousel-control-prev {
    transform: translateX(-100%);
}
.pxp-results-card-1:hover .carousel-control-prev {
    transform: translateX(0);
}
.pxp-results-card-1 .carousel-control-next {
    transform: translateX(100%);
}
.pxp-results-card-1:hover .carousel-control-next {
    transform: translateX(0);
}
.pxp-results-card-1 .carousel-control-prev > span,
.pxp-results-card-1 .carousel-control-next > span {
    font-size: 36px;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.26);
}
.pxp-results-card-1-features {
    position: absolute;
    top: 20px;
    left: 20px;
    transform: translateY(-50%);
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .6rem;
    overflow: hidden;
    opacity: 0;
    z-index: 4;
    background-color: #fff;
    white-space: nowrap;
    box-shadow: 0px 3px 6px rgba(0, 0 , 0, 0.10);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-dark-mode .pxp-results-card-1-features {
    color: #fff;
    background-color: #000;
}
.pxp-results-card-1:hover .pxp-results-card-1-features {
    opacity: 1;
    transform: translateY(0);
}
.pxp-results-card-1-features > span > span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}
.pxp-results-card-1-save {
    position: absolute;
    top: 20px;
    right: 20px;
    transform: translateY(-50%);
    color: #333;
    width: 26px;
    height: 26px;;
    border-radius: 50%;
    font-size: .8rem;
    line-height: 25px;
    opacity: 0;
    z-index: 4;
    background-color: #fff;
    border: 0 none;
    box-shadow: 0px 3px 6px rgba(0, 0 , 0, 0.10);
    text-align: center;
    padding: 0;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-dark-mode .pxp-results-card-1-save {
    color: #fff;
    background-color: #000;
}
.pxp-results-card-1:hover .pxp-results-card-1-save {
    opacity: 1;
    transform: translateY(0);
}

/**
 * 17.0 - Property list filter
 */

.pxp-filter-form {
    position: fixed;
    top: 99px;
    right: 30px;
    width: calc(50% - 60px);
    z-index: 4;
}
.pxp-filter-form .custom-select {
    height: 46px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 0 none;
    cursor: pointer;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.pxp-filter-form-row,
.pxp-content-side-search-form-row {
    margin-right: -5px;
    margin-left: -5px;
}
.pxp-filter-form-col,
.pxp-content-side-search-form-col {
    padding-right: 5px;
    padding-left: 5px;
}
.pxp-content-side-search-form-adv {
    display: none;
}
.pxp-filter-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    margin-right: 2%;
    margin-bottom: 10px;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-filter-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}

/**
 * 18.0 - Single property
 */

.pxp-single-property-top {
    padding-top: 82px;
}
.pxp-sp-top-btns {
    float: right;
    margin-left: 10px;
}
.pxp-sp-top-btns > .dropdown {
    display: inline-block;
    margin-left: 4px;
}
.pxp-sp-top-btn {
    display: inline-block;
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    margin-left: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-sp-top-btn:hover {
    border: 1px solid #333;
    color: #333;
    text-decoration: none;
}
.pxp-sp-top-btn > span {
    margin-right: 4px;
    color: #333;
}
.pxp-sp-top-btn:hover > span {
    color: #333;
}
.pxp-sp-top-title {
    margin-bottom: .5rem;
    line-height: 1.2;
    font-weight: 900;
    font-size: 2rem;
}
.pxp-sp-top-feat {
    margin-left: 10px;
    float: right;
}
.pxp-sp-top-feat > div {
    font-size: 1.4rem;
    line-height: 46px;
    margin-left: 10px;
    display: inline-block;
}
.pxp-sp-top-feat > div > span {
    font-size: .7rem;
    opacity: .7;
}
.pxp-sp-top-price {
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 46px;
    float: right;
}
.pxp-single-property-gallery-container {
    position: relative;
}
.pxp-single-property-gallery > figure {
    float: left;
    width: 25%;
    position: relative;
    height: 325px;
    margin: 0;
    overflow: hidden;
    border: 1px solid #fff;
}
.pxp-single-property-gallery > figure.pxp-sp-gallery-main-img {
    width: 50%;
    height: 650px;
}
.pxp-single-property-gallery > figure > a {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}
.pxp-single-property-gallery > figure:hover > a {
    transform: scale(1.05, 1.05);
}
.pxp-sp-gallery-btn {
    position: absolute;
    bottom: 40px;
    right: calc((100% - 1140px) / 2 + 15px);
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    margin-left: 10px;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-sp-gallery-btn:hover {
    color: #333;
    text-decoration: none;
}
.pxp-single-property-section > h3 {
    font-size: 1.3rem;
    font-weight: 900;
}
.pxp-sp-key-details-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}
.pxp-sp-kd-item-label {
    font-size: .7rem;
}
.pxp-sp-kd-item-value {
    font-weight: 700;
}
.pxp-single-property-section > .row > div:nth-last-child(1) > .pxp-sp-key-details-item,
.pxp-single-property-section > .row > div:nth-last-child(2) > .pxp-sp-key-details-item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
}
.pxp-sp-more {
    font-weight: 700;
    color: #333;
    font-size: .8rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-sp-more:hover {
    opacity: .7;
    text-decoration: none;
    color: #333;
}
.pxp-dots-more {
    display: none;
}
.pxp-sp-more > .pxp-sp-more-2,
.pxp-sp-more.pxp-sp-less > .pxp-sp-more-1 {
    display: none;
}
.pxp-sp-more.pxp-sp-less > .pxp-sp-more-2 {
    display: inline-block;
}
.pxp-sp-amenities-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}
.pxp-single-property-section > .row > div:nth-last-child(1) > .pxp-sp-amenities-item,
.pxp-single-property-section > .row > div:nth-last-child(2) > .pxp-sp-amenities-item,
.pxp-single-property-section > .row > div:nth-last-child(3) > .pxp-sp-amenities-item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
}
.pxp-sp-agent-fig {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 20px;
}
.pxp-sp-agent-info {
    padding-top: 4px;
}
.pxp-sp-agent-info-name,
.pxp-sp-agent-info-name a {
    font-weight: 900;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
}
.pxp-sp-agent-info-name a:hover {
    opacity: .7;
    text-decoration: none;
}
.pxp-sp-agent-info-rating {
    padding-bottom: 6px;
}
.pxp-sp-agent-info-rating > span {
    margin: 0 1px;
    font-size: .8rem;
}
.pxp-sp-agent-info-email > a,
.pxp-sp-agent-info-phone {
    color: #333;
    opacity: .7;
    font-size: 0.8rem;
}
.pxp-sp-agent-info-email > a {
    text-decoration: none;
}
.pxp-sp-agent-btn-main {
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 49%;
    min-width: 170px;
    background-color: #333;
    height: 46px;
    padding: 0;
    border: 1px solid #333;
    margin-right: 2%;
    margin-bottom: 10px;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-sp-agent-btn-main:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-sp-agent-btn {
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 49%;
    min-width: 170px;
    background-color: #fff;
    height: 46px;
    padding: 0;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-sp-agent-btn:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
}
.pxp-sp-agent-btn-main > span,
.pxp-sp-agent-btn > span {
    margin-right: 4px;
}
.pxp-sp-pois-nav > div {
    display: inline-block;
    margin-right: 20px;
    font-weight: 700;
    font-size: .8rem;
    cursor: pointer;
    color: rgba(51, 51, 51, 0.7);
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-sp-pois-nav > div.pxp-active {
    border-bottom: 2px solid #333;
    color: rgba(0, 0, 0, 1);
}
#pxp-sp-map {
    height: 340px;
}
.pxp-single-marker {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pxp-dark-mode .pxp-single-marker {
    background-color: #fff;
}
.pxp-single-marker:after {
    content: " ";
    width: 42px;
    height: 42px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: block;
    -webkit-transform: translate(calc(-50% + 8px), calc(-50% + 8px));
    transform: translate(calc(-50% + 8px), calc(-50% + 8px));
}
.pxp-dark-mode .pxp-single-marker:after {
    background-color: rgba(255, 255, 255, 0.25);
}
.pxp-calculator-chart-container {
    position: relative;
}
.pxp-calculator-chart-result {
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    left: 40px;
    right: 40px;
}
.pxp-calculator-chart-result-sum {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.1;
}
.pxp-calculator-chart-result-label {
    font-size: .8rem;
    opacity: .7;
}
.pxp-calculator-data {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}
.pxp-calculator-data:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.pxp-calculator-data:nth-child(1) .pxp-calculator-data-label > span {
    color: rgba(0, 112, 201, 1);
}
.pxp-calculator-data:nth-child(2) .pxp-calculator-data-label > span {
    color: rgba(75, 154, 217, 1);
}
.pxp-calculator-data:nth-child(3) .pxp-calculator-data-label > span {
    color: rgba(153, 198, 233, 1);
}
.pxp-calculator-data-label > span {
    margin-right: 10px;
}
.pxp-calculator-data-sum {
    font-weight: 700;
}
.pxp-calculator-form label {
    margin-bottom: .1rem;
    font-size: .8rem;
    font-weight: 700;
}
.pxp-calculator-form .custom-select {
    height: 46px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    cursor: pointer;
}
.pxp-calculator-form .custom-select:hover,
.pxp-calculator-form .custom-select:focus {
    border: 1px solid #333;
}
.pxp-calculator-form .form-control {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}
.pxp-calculator-form .form-control:focus {
    border: 1px solid #333;
}
.pxp-calculator-form .form-control[type=number]::-webkit-inner-spin-button,
.pxp-calculator-form .form-control[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.pxp-school-rating {
    margin-left: 20px;
    white-space: nowrap;
}
.pxp-school-rating > span {
    margin: 0 1px;
}
.dropdown-menu {
    background-color: #fff;
    border: 0 none;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.dropdown-item {
    padding: 7px 20px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dropdown-item:focus, 
.dropdown-item:hover {
    color: #333;
    opacity: .7;
    background-color: transparent;
}
.dropdown-item > span {
    width: 20px;
    text-align: center;
}


/**
 * 19.0 - Blog
 */

.pxp-blog-posts {
    padding-top: 82px;
}
.pxp-blog-posts-carousel-1 {
    position: relative;
    border-radius: .3rem .3rem 0 0;
}
.pxp-blog-posts-carousel-1-img {
    height: 500px;
    border-radius: .3rem .3rem 0 0;
    overflow: hidden;
}
.pxp-blog-posts-carousel-1-img .carousel-inner {
    height: 100%;
}
.pxp-blog-posts-carousel-1-img .carousel-item {
    height: 100%;
}
.pxp-blog-posts-carousel-1-img .pxp-hero-bg {
    transform: scale(1.1);
    -webkit-transition: all 7s linear;
    -moz-transition: all 7s linear;
    transition: all 7s linear;
}
.pxp-blog-posts-carousel-1-img .carousel-item.active .pxp-hero-bg {
    transform: scale(1);
}
.pxp-blog-posts-carousel-1 .pxp-carousel-controls {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    left: 0;
    background-color: #fff;
    width: 180px;
    height: 100px;
}
.pxp-dark-mode .pxp-blog-posts-carousel-1 .pxp-carousel-controls {
    background-color: #F7F7F7;
}
.pxp-blog-posts-carousel-1 .pxp-carousel-controls a {
    cursor: pointer;
    display: block;
    background-color: #fff;
    width: 90px;
    height: 100px;
    position: absolute;
}
.pxp-dark-mode .pxp-blog-posts-carousel-1 .pxp-carousel-controls a {
    background-color: #F7F7F7;
}
.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev {
    top: 0;
    left: 0;
}
.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next {
    top: 0;
    right: 0;
}
.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}
.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}
.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev:hover svg {
    -webkit-animation: arrowPCLeft 0.4s ease-in-out;
    -moz-animation: arrowPCLeft 0.4s ease-in-out;
    animation: arrowPCLeft 0.4s ease-in-out;
}
.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next:hover svg {
    -webkit-animation: arrowPCRight 0.4s ease-in-out;
    -moz-animation: arrowPCRight 0.4s ease-in-out;
    animation: arrowPCRight 0.4s ease-in-out;
}
.pxp-blog-posts-carousel-1-caption-container {
    position: absolute;
    right: 0;
    bottom: -100px;
    left: 50%;
    background: #fff;
    border-radius: .3rem 0 0 0;
    padding: 40px 40px 0 40px;
}
.pxp-dark-mode .pxp-blog-posts-carousel-1-caption-container {
    background: #F7F7F7;
}
.pxp-blog-posts-carousel-1-caption-category {
    color: #333;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-blog-posts-carousel-1-caption .carousel-item.active .pxp-blog-posts-carousel-1-caption-category {
    opacity: .5;
    transform: translateX(0);
}
.pxp-blog-posts-carousel-1-caption-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-blog-posts-carousel-1-caption .carousel-item.active .pxp-blog-posts-carousel-1-caption-title {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.pxp-blog-posts-carousel-1-caption-summary {
    width: 80%;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-blog-posts-carousel-1-caption .carousel-item.active .pxp-blog-posts-carousel-1-caption-summary {
    opacity: .7;
    transform: translateX(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.pxp-blog-posts-carousel-1-caption .pxp-primary-cta {
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-blog-posts-carousel-1-caption .carousel-item.active .pxp-primary-cta {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-blog-posts-carousel-1-badge {
    position: absolute;
    background-color: #fff;
    top: 40px;
    left: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .6rem;
    z-index: 3;
    box-shadow: 0px 3px 6px rgba(0, 0 , 0, 0.10);
}
.pxp-blog-posts-side-section h3 {
    font-size: 1.3rem;
    font-weight: 900;
}
.pxp-blog-posts-side-section .form-group {
    position: relative;
}
.pxp-blog-posts-side-section .form-control {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}
.pxp-blog-posts-side-section .form-control.pxp-is-address {
    padding-right: 2.6rem;
}
.pxp-blog-posts-side-section .form-control.pxp-is-address + span {
    position: absolute;
    display: block;
    top: 50%;
    right: 1.2rem;
    color: #333;
    transform: translateY(-50%);
}
.pxp-blog-posts-side-section .form-control:focus {
    border: 1px solid #333;
}
.pxp-blog-posts-side-v-list > li {
    padding: 5px 0;
}
.pxp-blog-posts-side-v-list > li > a {
    color: #333;
}
.pxp-blog-posts-side-v-list > li > a:hover {
    text-decoration: none;
    opacity: .7;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-blog-posts-side-tags > a {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px 5px;
    border-radius: 50px;
    font-size: .7rem;
    border: 1px solid #E2E2E2;
    display: inline-block;
    white-space: nowrap;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-blog-posts-side-tags > a:hover {
    text-decoration: none;
    border: 1px solid #333;
}
.pxp-blog-post-category {
    color: #333;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    opacity: .7;
}
.pxp-blog-post-category > span {
    display: inline-block;
}
.pxp-blog-post-category > span:first-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, .3);
}
.pxp-blog-post-hero {
    padding-left: calc((100% - 1140px) / 2 + 15px);
}
.pxp-blog-post-hero-fig {
    height: 70vh;
    min-height: 540px;
}
.pxp-blog-post-block h2, 
.pxp-blog-post-block h3, 
.pxp-blog-post-block h4, 
.pxp-blog-post-block h5, 
.pxp-blog-post-block h6,
.pxp-agent-block h2, 
.pxp-agent-block h3, 
.pxp-agent-block h4, 
.pxp-agent-block h5, 
.pxp-agent-block h6 {
    font-weight: 900;
    margin-bottom: 1rem;
}
.pxp-agent-block h4 {
    margin-bottom: 0;
}
.pxp-blog-post-block p {
    font-size: 13px;
    text-align: justify;
    color: #343a40;
}
.pxp-blog-post-block p.pxp-first-letter:first-letter {
    color: #333;
    float: left;
    font-size: 85px;
    line-height: 60px;
    padding-right: 10px;
    font-weight: 700;
    padding-top: 7px;
}
.pxp-blog-post-block,
.pxp-agent-block {
    width: 80%;
    margin: 0 auto;
}
.pxp-blog-post-block.pxp-full {
    width: 100%;
}
.pxp-blog-post-share {
    width: 65px;
    text-align: center;
}
.pxp-blog-post-share-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8rem;
}
.pxp-blog-post-share > ul > li {
    padding-bottom: 10px;
}
.pxp-blog-post-share > ul > li > a {
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #333;
    color: #333;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-blog-post-share > ul > li > a:hover {
    background-color: #333;
    color: #fff;
}
.pxp-blog-post-video {
    position: relative;
    display: block;
    height: 500px;
}
.pxp-blog-post-video:after {
    content: "\f04b";
    font-family: FontAwesome;
    background-color: #fff;
    width: 64px;
    height: 64px;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.16);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    overflow: hidden;
    text-align: center;
    line-height: 64px;
    padding-left: 3px;
    font-size: 20px;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-blog-post-video:hover:after {
    transform: translate(-50%, -50%) scale(1.1);
}
.pxp-blog-post-video + iframe {
    display: none;
}
.pxp-blog-post-blockquote {
    font-size: 1.3rem;
    font-weight: 700;
    width: 60%;
    float: left;
    border-left: 2px solid #333;
    padding: 0 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: calc((100% - 1140px) / 2 + 15px);;
}
.pxp-image-full {
    width: 100%;
    height: auto;
}
.pxp-blog-post-comments img,
.pxp-agent-comments img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
.pxp-blog-post-comments h5, 
.pxp-agent-comments h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
}
.pxp-blog-post-comments-date, 
.pxp-agent-comments-date {
    opacity: .7;
    font-size: .8rem;
    padding-bottom: 10px;
}
.pxp-blog-post-comments p, 
.pxp-agent-comments p {
    color: #333;
    font-size: .9rem;
    margin-bottom: 2rem;
}
.pxp-blog-post-comments-form label, 
.pxp-agent-comments-form label {
    margin-bottom: .1rem;
    font-size: .8rem;
    font-weight: 700;
}
.pxp-blog-post-comments-form .form-control, 
.pxp-agent-comments-form .form-control {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}
.pxp-blog-post-comments-form .form-control:focus, 
.pxp-agent-comments-form .form-control:focus {
    border: 1px solid #333;
}
.pxp-blog-post-comments-form textarea.form-control, 
.pxp-agent-comments-form textarea.form-control {
    height: auto;
    padding: 1rem;
}
.pxp-blog-post-comments-form-btn, 
.pxp-agent-comments-form-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-blog-post-comments-form-btn:hover, 
.pxp-agent-comments-form-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
@media (min-width: 576px) {
    #pxp-signin-modal .modal-dialog,
    #pxp-signup-modal .modal-dialog {
        max-width: 400px;
    }
}
@media screen and (max-width: 1199px) {
    .pxp-services {
        height: 718px;
    }
    .pxp-services-container {
        display: block;
        height: auto;
        transform: none;
    }
    .pxp-services-item {
        width: 50%;
        height: 300px;
        float: left;
    }
    .pxp-services-item:nth-child(1) {
        border-bottom: 1px solid #e8e8e8;
        border-radius: .3rem 0 0 0;
    }
    .pxp-dark-mode .pxp-services-item:nth-child(1) {
        border-bottom: 1px solid #333;
    }
    .pxp-services-item:nth-child(2) {
        border-right: 0 none;
        border-radius: 0 .3rem 0 0;
        border-bottom: 1px solid #e8e8e8;
    }
    .pxp-dark-mode .pxp-services-item:nth-child(2) {
        border-bottom: 1px solid #333;
    }
    .pxp-services-item:nth-child(3) {
        border-radius: 0 0 0 .3rem;
    }
    .pxp-services-item:nth-child(4) {
        border-radius: 0 0 .3rem 0;
        border-right: 0 none;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
        left: calc((100% * 2 - 960px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
        left: calc((100% * 2 - 960px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
        left: calc((100% * 2 - 960px) / 2 + 15px);
    }
    .pxp-props-carousel-right {
        padding-left: calc((100% - 960px) / 2 + 15px);
    }
    .pxp-testim-1 {
        padding-left: calc((100% - 960px) / 2 + 15px);
    }
    .pxp-services-c-content {
        padding-left: calc((100% - 960px) / 2 + 15px);
    }
    .pxp-sp-agent-btn-main {
        width: 100%;
        margin-right: 0;
    }
    .pxp-sp-agent-btn {
        width: 100%;
    }
    .pxp-blog-post-hero {
        padding-left: calc((100% - 960px) / 2 + 15px);
    }
}
@media screen and (max-width: 1139px) {
    .pxp-props-carousel-left-arrow {
        left: 50px;
    }
    .pxp-props-carousel-right-arrow {
        right: 15px;
        transform: translate(0, -50%) scale(1, 1);
    }
    .pxp-services-c {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pxp-cta-1.pxp-full-right {
        margin-left: 0;
    }
    .pxp-cta-1.pxp-full-left {
        margin-right: 0;
    }
    .pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-top-left,
    .pxp-cta-1.pxp-full-left .pxp-cta-1-content.pxp-top-left,
    .pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-bottom-left,
    .pxp-cta-1.pxp-full-left .pxp-cta-1-content.pxp-bottom-left,
    .pxp-cta-1-content.pxp-center-left,
    .pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-center-left,
    .pxp-cta-1.pxp-full-left .pxp-cta-1-content.pxp-center-left {
        left: 15px;
    }
    .pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-top-right, 
    .pxp-cta-1.pxp-full-right .pxp-cta-1-content.pxp-top-right, 
    .pxp-cta-1-content.pxp-center-right, 
    .pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-center-right, 
    .pxp-cta-1.pxp-full-right .pxp-cta-1-content.pxp-center-right, 
    .pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-bottom-right, 
    .pxp-cta-1.pxp-full-right .pxp-cta-1-content.pxp-bottom-right {
        right: 15px;
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
        left: 15px;
        right: 15px;
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
        left: 15px;
    }
    .pxp-hero-props-carousel-2 .pxp-carousel-controls.pxp-right, 
    .pxp-hero-props-carousel-2 .pxp-carousel-ticker.pxp-right {
        right: 15px;
    }
    .pxp-blog-post-blockquote {
        margin-left: 0;
    }
    .pxp-sp-gallery-btn {
        right: 15px;
    }
}
@media screen and (max-width: 991px) {
    .pxp-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
        padding-top: 120px;
        padding-bottom: 100px;
        overflow: auto;
        z-index: 1040;
    }
    .pxp-dark-mode .pxp-nav {
        background-color: #000;
    }
    .pxp-header-nav-trigger {
        display: inline-block;
    }
    .pxp-header-user {
        display: none;
    }
    .pxp-logo.pxp-logo-nav {
        position: fixed;
        top: 34px;
        left: calc((100% - 720px) / 2 + 15px);
        z-index: 1050;
    }
    .pxp-is-sticky .pxp-logo.pxp-logo-nav {
        top: 24px;
    }
    .pxp-full .pxp-logo.pxp-logo-nav, 
    .pxp-full.pxp-is-sticky .pxp-logo.pxp-logo-nav {
        left: 30px;
        top: 18px;
    }
    .pxp-header-nav-trigger.pxp-active {
        position: fixed;
        top: 30px;
        right: calc((100% - 720px) / 2 + 15px);
        z-index: 1050;
    }
    .pxp-is-sticky .pxp-header-nav-trigger.pxp-active {
        top: 20px;
    }
    .pxp-header.pxp-full .pxp-header-nav-trigger.pxp-active {
        right: 30px;
        top: 14px;
    }
    .pxp-nav > li.list-inline-item:not(.pxp-is-last) {
        margin-right: 0;
    }
    .pxp-nav > li {
        display: block;
        margin-right: auto;
        margin: 0 auto;
        cursor: pointer;
        text-align: left;
        padding-left: calc((100% - 720px) / 2 + 15px);
        opacity: 0;
        transform: translateX(-20px);
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .pxp-header.pxp-full .pxp-nav > li {
        padding-left: 30px;
    }
    .pxp-mobile .pxp-nav > li {
        opacity: 1;
        transform: translateX(0);
    }
    .pxp-nav > li > a {
        text-transform: none;
        display: inline-block;
        font-size: 1.3rem;
    }
    .pxp-dark-mode .pxp-nav > li > a {
        color: #fff;
    }
    .pxp-nav > li > .pxp-nav-sub {
        position: relative;
        top: auto;
        left: 0;
        z-index: 1;
        float: none;
        min-width: 200px;
        padding: 7px 0;
        margin: 0;
        background-color: transparent;
        text-align: left;
        box-shadow: none;
        display: none;
    }
    .pxp-header.pxp-mobile .pxp-nav > li > .pxp-nav-sub {
        display: block;
    }
    .pxp-nav > li > .pxp-nav-sub > li > a {
        padding: 7px 0;
        font-size: 1rem;
    }
    .pxp-nav > li > .pxp-nav-sub > li > a:hover {
        padding-left: 10px;
    }
    .pxp-nav > li.pxp-has-btns {
        display: block;
    }
    .pxp-nav > li.pxp-has-btns > .pxp-user-btns {
        padding-top: 30px;
    }
    .pxp-user-btns-signup {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        background-color: #333;
        height: 46px;
        padding: 0 20px;
        border: 1px solid #333;
        border-radius: .25rem;
        font-size: .9rem;
        text-transform: uppercase;
        line-height: 46px;
        font-weight: 700;
        color: #fff;
        margin-right: 4px;
        display: none;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .pxp-dark-mode .pxp-user-btns-signup {
        background-color: #fff;
        border: 1px solid #fff;
        color: #333;
    }
    .pxp-user-btns-signup:hover {
        text-decoration: none;
        color: rgba(255, 255, 255, .7);
    }
    .pxp-dark-mode .pxp-user-btns-signup:hover {
        color: rgba(51, 51, 51, .7);
    }
    .pxp-header.pxp-mobile .pxp-user-btns-signup {
        display: inline-block;
    }
    .pxp-user-btns-login {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        background-color: #fff;
        height: 46px;
        padding: 0 20px;
        border: 1px solid #E2E2E2;
        border-radius: .25rem;
        font-size: .9rem;
        text-transform: uppercase;
        line-height: 46px;
        font-weight: 700;
        color: #333;
        display: none;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .pxp-dark-mode .pxp-user-btns-login {
        background-color: #000;
        border: 1px solid #333;
        color: #fff;
    }
    .pxp-user-btns-login:hover {
        text-decoration: none;
        color: #333;
        border: 1px solid #333;
    }
    .pxp-dark-mode .pxp-user-btns-login:hover {
        border: 1px solid #fff;
        color: #fff;
    }
    .pxp-header.pxp-mobile .pxp-user-btns-login {
        display: inline-block;
    }
    .pxp-hero-caption form {
        width: 100%;
    }
    .pxp-hero-caption.pxp-hero-caption-bottom-left form {
        width: 100%;
    }
    .h2, h2, h1.pxp-page-header {
        font-size: 1.8rem;
    }
    h1.pxp-page-header {
        line-height: 2rem;
    }
    .pxp-props-carousel-right.pxp-has-intro {
        display: block;
    }
    .pxp-props-carousel-right-intro {
        width: 100%;
        margin-right: 0;
    }
    .pxp-props-carousel-right.pxp-has-intro .pxp-props-carousel-right-container {
        width: 100%;
    }
    .pxp-services-item {
        width: 100%;
        float: none;
        border-right: 0 none;
        border-bottom: 1px solid #e8e8e8;
    }
    .pxp-dark-mode .pxp-services-item {
        border-bottom: 1px solid #333;
    }
    .pxp-services-item:nth-child(1) {
        border-radius: .3rem .3rem 0 0;
    }
    .pxp-services-item:nth-child(2) {
        border-radius: 0;
    }
    .pxp-services-item:nth-child(3) {
        border-radius: 0;
    }
    .pxp-services-item:nth-child(4) {
        border-radius: 0 0 .3rem .3rem;
    }
    .pxp-services-c {
        display: block;
        background-position: left top;
    }
    .pxp-services-c-intro {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
    .pxp-services-c-container {
        width: 100%;
    }
    .pxp-services-c-container .owl-nav {
        margin-left: auto;
    }
    .pxp-testim-1 {
        display: block;
        background-position: left top;
    }
    .pxp-testim-1-intro {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
    .pxp-testim-1-container {
        width: 100%;
    }
    .pxp-testim-1-container .owl-nav {
        margin-left: auto;
    }
    .pxp-hero-props-carousel-1 .carousel-indicators li {
        width: 60px;
        height: 60px;
    }
    .pxp-hero-props-carousel-1-prices {
        width: calc(100% - 240px);
    }
    .pxp-hero-props-carousel-1-prices .pxp-carousel-ticker {
        display: none;
    }
    .pxp-header.pxp-no-bg.pxp-mobile {
        border-bottom: 1px solid transparent;
    }
    .pxp-header.pxp-no-bg .pxp-logo.pxp-logo-nav {
        top: 24px;
    }
    .pxp-header.pxp-no-bg .pxp-header-nav-trigger.pxp-active {
        top: 20px;
    }
    .pxp-blog-posts-carousel-1-caption-title {
        font-size: 1.4rem;
    }
    .pxp-blog-posts-carousel-1-caption-summary {
        width: 100%;
    }
    .pxp-blog-post-block,
    .pxp-agent-block {
        width: 100%;
        margin: 0;
    }
    .pxp-blog-post-share {
        width: 100%;
        text-align: left;
    }
    .pxp-blog-post-share > ul > li {
        float: left;
        margin-right: 10px;
    }
    .pxp-blog-post-share-label {
        float: left;
        margin-right: 20px;
        line-height: 36px;
    }
    .pxp-content-left {
        padding-right: 0;
    }
    .pxp-map-side.pxp-half {
        width: 0;
    }
    .pxp-map-side.pxp-max {
        width: 100%;
    }
    .pxp-single-property-section > .row > div:nth-last-child(2) > .pxp-sp-amenities-item,
    .pxp-single-property-section > .row > div:nth-last-child(3) > .pxp-sp-amenities-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #E2E2E2;
    }
    .pxp-services {
        height: 1314px;
    }
    .pxp-blog-posts-carousel-1-caption-container {
        left: 30%;
    }
    .pxp-hero-caption h1 {
        font-size: 2.5rem;
    }
    .pxp-hero-props-carousel-1 .pxp-caption-prop-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    .pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
        top: 30%;
        left: calc((100% + 240px - 720px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
        top: 70%;
        left: calc((100% + 240px - 720px) / 2 + 15px);
        right: auto;
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
        left: calc((100% * 2 - 720px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
        left: calc((100% * 2 - 720px) / 2 + 15px);
    }
    .pxp-services-c-content {
        padding-left: calc((100% - 720px) / 2 + 15px);
        display: block;
    }
    .pxp-blog-post-hero {
        padding-left: calc((100% - 720px) / 2 + 15px);
    }
    .pxp-services-c {
        right: 0;
        background-position: center center;
    }
    .pxp-sp-top-title {
        font-size: 1.8rem;
    }
    .pxp-props-carousel-right {
        padding-left: calc((100% - 720px) / 2 + 15px);
    }
    .pxp-testim-1 {
        padding-left: calc((100% - 720px) / 2 + 15px);
    }
    .pxp-services-h {
        background: #F7F7F7;
    }
    .pxp-dark-mode .pxp-services-h {
        background: #000;
    }
    .pxp-services-h-container {
        display: block;
    }
    .pxp-services-h-fig {
        height: 240px;
    }
    .pxp-sp-agent-btn-main {
        width: 49%;
        margin-right: 2%;
    }
    .pxp-sp-agent-btn {
        width: 49%;
    }
    .pxp-calculator-chart-container {
        width: 60%;
        margin: 0 auto;
    }
    .pxp-agent-rating {
        line-height: 2.2rem;
    }
    .pxp-blog-post-hero-fig {
        height: 50vh;
        min-height: auto;
    }
    .pxp-dark-mode .pxp-services-h-item .media-body {
        color: #8c8c8c;
    }
    .pxp-dark-mode .pxp-services-h-item h5 {
        color: #fff;
    }
    .pxp-dark-mode .pxp-services-c-content .owl-carousel .owl-nav button svg line {
        stroke: #fff;
    }
    .pxp-dark-mode .pxp-services-h .pxp-primary-cta {
        color: #fff;
    }
    .pxp-dark-mode .pxp-services-h .pxp-primary-cta:after {
        border-top: 2px solid #fff;
    }
}
@media screen and (max-width: 767px) {
    .pxp-logo.pxp-logo-nav {
        left: calc((100% - 540px) / 2 + 15px);
    }
    .pxp-header-nav-trigger.pxp-active {
        right: calc((100% - 540px) / 2 + 15px);
    }
    .pxp-nav > li {
        padding-left: calc((100% - 540px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-2-left {
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
    .pxp-hero-props-carousel-2 .pxp-carousel-controls {
        left: 66.666%;
    }
    .pxp-hero-props-carousel-2 .pxp-carousel-ticker {
        left: 66.666%;
    }
    .pxp-blog-posts-carousel-1-caption-container {
        bottom: -60px;
        left: 180px;
    }
    .pxp-sp-top-btns {
        float: left;
        margin-left: 0;
    }
    .pxp-sp-top-btn {
        margin-left: 0;
        margin-right: 4px;
    }
    .pxp-sp-top-feat {
        float: left;
        margin-left: 0;
    }
    .pxp-sp-top-feat > div {
        margin-left: 0;
        margin-right: 10px;
        line-height: 1.5;
    }
    .pxp-sp-top-price {
        float: right;
        line-height: 1.5;
    }
    .pxp-single-property-gallery > figure {
        height: 225px;
        width: 50%;
    }
    .pxp-single-property-gallery > figure:nth-child(4), 
    .pxp-single-property-gallery > figure:nth-child(5) {
        display: none;
    }
    .pxp-single-property-gallery > figure.pxp-sp-gallery-main-img {
        height: 450px;
    }
    .pxp-services {
        height: 1290px;
    }
    .pxp-hero-caption h1 {
        font-size: 2rem;
    }
    .pxp-hero-props-carousel-1 .pxp-caption-prop-title {
        font-size: 2rem;
    }
    .pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
        font-size: 2rem;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
        left: calc((100% + 240px - 540px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
        left: calc((100% + 240px - 540px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
        left: calc((100% / 2 * 3 - 540px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
        left: calc((100% / 2 * 3 - 540px) / 2 + 15px);
    }
    .pxp-blog-post-hero {
        padding-left: calc((100% - 540px) / 2 + 15px);
    }
    .pxp-sp-top-title {
        font-size: 1.6rem;
    }
    .pxp-props-carousel-right {
        padding-left: calc((100% - 540px) / 2 + 15px);
    }
    .pxp-testim-1 {
        padding-left: calc((100% - 540px) / 2 + 15px);
    }
    .pxp-services-c-content {
        padding-left: calc((100% - 540px) / 2 + 15px);
    }
    .pt-100 {
        padding-top: 60px;
    }
    .pb-100 {
        padding-bottom: 60px;
    }
    .pt-200 {
        padding-top: 120px;
    }
    .pb-200 {
        padding-bottom: 120px;
    }
    .pt-300 {
        padding-top: 180px;
    }
    .pb-300 {
        padding-bottom: 180px;
    }
    .mt-100 {
        margin-top: 60px;
    }
    .mb-100 {
        margin-bottom: 60px;
    }
    .mt-200 {
        margin-top: 120px;
    }
    .mb-200 {
        margin-bottom: 120px;
    }
    .mt-300 {
        margin-top: 180px;
    }
    .mb-300 {
        margin-bottom: 180px;
    }
    .pxp-hero {
        height: 600px !important;
    }
    .h2, h2, h1.pxp-page-header {
        font-size: 1.7rem;
    }
    .pxp-plans-1-item {
        text-decoration: none;
        border: 2px solid #333;
    }
    .pxp-dark-mode .pxp-plans-1-item {
        border: 2px solid #000;
    }
    .pxp-plans-1-item .pxp-plans-1-item-fig {
        transform: translateY(-42px) scale(.9);
    }
    .pxp-plans-1-item .pxp-plans-1-item-title {
        transform: translateY(-42px) scale(1.3);
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }
    .pxp-plans-1-item .pxp-plans-1-item-features {
        transform: translateY(-42px);
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }
    .pxp-plans-1-item .pxp-plans-1-item-price {
        transform: translateY(-42px);
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
    .pxp-plans-1-item .pxp-plans-1-item-label {
        transform: translateY(-42px);
        opacity: 0;
    }
    .pxp-plans-1-item .pxp-plans-1-item-cta {
        transform: translate(-50%, 0);
        opacity: 1;
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }
    .pxp-hero-caption.pxp-hero-caption-bottom-left {
        bottom: 60px;
    }
    .pxp-testim-1-container .owl-nav {
        margin-top: 1.5rem;
    }
    .pxp-services-c-container .owl-nav {
        margin-top: 1.5rem;
    }
    .pxp-results-card-1 .carousel-control-prev {
        transform: translateX(0);
    }
    .pxp-results-card-1 .carousel-control-next {
        transform: translateX(0);
    }
    .pxp-results-card-1 .pxp-results-card-1-features {
        opacity: 1;
        transform: translateY(0);
    }
    .pxp-results-card-1 .pxp-results-card-1-save {
        opacity: 1;
        transform: translateY(0);
    }
    .pxp-sp-key-details-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .pxp-sp-amenities-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .pxp-single-property-section > .row > div:nth-last-child(2) > .pxp-sp-amenities-item, 
    .pxp-single-property-section > .row > div:nth-last-child(3) > .pxp-sp-amenities-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .pxp-calculator-data {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .pxp-agents-hero-search {
        padding: 40px;
    }
    .pxp-agents-hero-search-container {
        bottom: -60px;
    }
    .pxp-contact-hero-offices {
        padding: 40px;
    }
    .pxp-contact-hero-offices-container {
        bottom: -60px;
    }
    .pxp-agent-rating {
        line-height: 2rem;
    }
    .pxp-blog-posts-carousel-1-caption-title {
        font-size: 1.3rem;
    }
    .pxp-blog-posts-carousel-1-caption-summary {
        display: none;
    }
    .pxp-blog-posts-carousel-1-img {
        height: 460px;
    }
    .pxp-blog-post-video {
        height: 400px;
    }
    .pxp-blog-post-blockquote {
        padding: 0 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .pxp-contact-hero-offices-info .pxp-is-address {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .pxp-header,
    .pxp-header.pxp-is-sticky {
        padding: 15px 0;
    }
    .pxp-logo.pxp-logo-nav {
        left: 15px;
    }
    .pxp-header-nav-trigger.pxp-active {
        right: 15px;
    }
    .pxp-logo.pxp-logo-nav, 
    .pxp-is-sticky .pxp-logo.pxp-logo-nav {
        top: 19px;
    }
    .pxp-header-nav-trigger.pxp-active, 
    .pxp-is-sticky .pxp-header-nav-trigger.pxp-active {
        top: 15px;
    }
    .pxp-nav > li {
        padding-left: 15px;
    }
    .pxp-single-property-section > .row > div:nth-last-child(2) > .pxp-sp-key-details-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #E2E2E2;
    }
    .pxp-cta-1-content {
        position: absolute;
        width: 90%;
        padding: 30px;
        overflow: hidden;
    }
    .pxp-hero-caption.pxp-hero-caption-bottom-left {
        right: 0;
        left: 0;
    }
    .pxp-hero-props-carousel-1-prices {
        width: calc(100% - 120px);
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls {
        width: 120px;
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls a {
        width: 60px;
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg {
        right: 10px;
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg {
        left: 10px;
    }
    .pxp-hero-props-carousel-2 .pxp-carousel-controls {
        bottom: 60px;
    }
    .pxp-blog-posts-carousel-1-caption-container {
        left: 80px;
        padding: 20px 20px 0 20px;
    }
    .pxp-header .pxp-container-full {
        padding: 0 15px;
    }
    .pxp-content-side-wrapper {
        padding: 30px 15px;
    }
    a.pxp-list-toggle {
        top: 84px;
        left: 15px;
    }
    .pxp-full .pxp-logo.pxp-logo-nav, 
    .pxp-full.pxp-is-sticky .pxp-logo.pxp-logo-nav {
        left: 15px;
    }
    .pxp-header.pxp-full .pxp-header-nav-trigger.pxp-active {
        right: 15px;
    }
    .pxp-header.pxp-full .pxp-nav > li {
        padding-left: 15px;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
        left: 15px;
        font-size: 1.6rem;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
        left: 15px;
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
        bottom: 183px;
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
        left: 15px;
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
        left: 15px;
    }
    .pxp-blog-post-hero {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pxp-props-carousel-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pxp-testim-1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pxp-services-c-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .h2, h2, h1.pxp-page-header {
        font-size: 1.6rem;
    }
    .pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
        font-size: 1.6rem;
    }
    .pxp-hero-props-carousel-1-prices {
        height: 80px;
    }
    .pxp-hero-props-carousel-1 .pxp-caption-prop-title {
        font-size: 1.6rem;
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls {
        height: 80px;
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls a {
        height: 80px;
    }
    .pxp-hero {
        height: 560px !important;
        min-height: 560px;
    }
    .pxp-hero-props-carousel-2 .pxp-carousel-controls {
        width: 160px;
        height: 80px;
    }
    .pxp-hero-props-carousel-2 .pxp-carousel-controls a {
        width: 80px;
        height: 80px;
    }
    .pxp-hero-props-carousel-2 .pxp-carousel-ticker {
        bottom: 150px;
    }
    .pxp-sp-top-feat > div {
        font-size: 1.2rem;
    }
    .pxp-sp-top-price {
        font-size: 1.2rem
    }
    .pxp-sp-agent-btn-main {
        width: 100%;
        margin-right: 0;
    }
    .pxp-sp-agent-btn {
        width: 100%;
    }
    .pxp-blog-posts-carousel-1-img {
        height: 400px;
    }
    .pxp-blog-posts-carousel-1 .pxp-carousel-controls {
        width: 70px;
        height: 120px;
    }
    .pxp-blog-posts-carousel-1 .pxp-carousel-controls a {
        width: 70px;
        height: 60px;
        position: relative;
    }
    .pxp-blog-post-blockquote {
        float: none;
        width: 100%;
        font-size: 1.1rem;
    }
}

/*------ headings css start ----*/
.rle_center_heading{
    float:left;
    width:100%;
    text-align: center;
}
.rle_center_heading h1{
    float:left;
    width:100%;
    font-size:30px;
    margin:0px 0px 10px 0px;
}
.rle_center_heading p{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #695b5b;
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
.rle_center_heading p:after{
    content:"";
    position:absolute;
    top:100%;
    left:0;
    right:0;
    margin:0px auto;
    background-color:#00aeef;
    width:50px;
    height:2px;
}
.rle_center_heading.white_text h1, .rle_center_heading.white_text p{
    color:#ffffff;
}
.rle_center_heading.white_text p:after{
    background-color:#ffffff;
}
.rle_left_heading{
    float:left;
    width:100%;
    text-align: left;
}
.rle_left_heading h1{
    float:left;
    width:100%;
    font-size:30px;
    margin:0px 0px 10px 0px;
}
.rle_left_heading p{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #695b5b;
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
.rle_left_heading p:after{
    content:"";
    position:absolute;
    top:100%;
    left:0;
    background-color:#00aeef;
    width:50px;
    height:2px;
}
.rle_left_heading.white_text h1, .rle_left_heading.white_text p{
    color:#ffffff;
}
.rle_left_heading.white_text p:after{
    background-color:#00aeef;
}
/*------ Buttons css start ----*/
.rle_btn_wrapper{
    float:left;
    width:100%;
    text-align:center;
}
.rle_btn{
    display:inline-block;
    height:50px;
    line-height:48px;
    width:auto;
    padding:0px 25px;
    border:2px solid #071c35;
    color:#ffffff;
    background-color: #071c35;
    border-radius:3px;
    text-transform:uppercase;
    text-decoration:none;
    position:relative;
   /* z-index:1;*/
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_btn:after{
    content:"";
    position:absolute;
    background-color: rgb(158, 158, 158);
    top:0;
    left:100%;
    right:100%;
    bottom:0;
    z-index:-1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_btn:hover:after{
    right:0;
    left:0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_btn:hover{
    color:#ffffff;
    text-decoration:none;
    border:2px solid #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*------ Property Wrapper css start ----*/
.rle_property_wrapper{
    float:left;
    width:100%;
    background-color:#f7f8f9;
}
.rle_property_wrapper_2{
    float:left;
    width:100%;
    background-image:url(https://web.archive.org/web/20240309072614im_/https://newport-homes.com/images/banner/bnr2.jpg);
}
.rle_property_slider{
    float:left;
    width:100%;
}
.rle_property_slider .owl-theme .owl-nav [class*='owl-']{
    display:none;
}
.rle_property_slider .owl-theme .owl-dots{
    margin-top:50px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_slider .owl-theme .owl-dots .owl-dot.active span, .rle_property_slider .owl-theme .owl-dots .owl-dot:hover span{
    background-color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_infobox{
    float:left;
    width:100%;
    background-color:#ffffff;
    margin-bottom:30px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_infobox:hover{
    -webkit-box-shadow: 0px 10px 30px -15px #000000;
    -moz-box-shadow: 0px 10px 30px -15px #000000;
    -o-box-shadow: 0px 10px 30px -15px #000000;
    -ms-box-shadow: 0px 10px 30px -15px #000000;
    box-shadow: 0px 10px 30px -15px #000000;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_infobox_img{
    float:left;
    width:100%;
    position:relative;
}
.rle_property_infobox_img img{
    float:left;
    width:100%;
    position:relative;
}
.rle_property_infobox_img span{
    position:absolute;
    bottom:0px;
    right:0px;
    padding:8px 20px;
    font-size:21px;
    background-color:#f4a42b;
    color:#ffffff;
    text-transform:capitalize;
}
.rle_property_infobox_img ul{
    position:absolute;
    top: 20px;
    left: 30px;
    padding: 0px;
}
.rle_property_infobox_img ul li{
    list-style:none;
    float:left;
    width:auto;
    padding:5px 10px;
    text-transform:uppercase;
    color:#ffffff;
    font-size:10px;
    margin-right:5px;
}
.rle_property_infobox_img ul li:last-child{
    margin-right:0px;
}
.rle_property_infobox_details{
    float:left;
    width:100%;
    padding:20px;
}
.rle_property_infobox_details.style_2 {
    padding: 5px 20px 10px 20px;
}
.rle_property_infobox_details_header{
    float:left;
    width:100%;
    border-bottom:1px solid #e1e1e1;
    margin-bottom:10px;
}
.rle_property_infobox_details_header.style_2{
    text-align:center;
}
.rle_property_infobox_details_header ul{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}
.rle_property_infobox_details_header ul li{
    list-style:none;
    float:left;
    width:auto;
    padding:5px 10px;
    text-transform:uppercase;
    color:#ffffff;
    font-size:10px;
    margin-right:5px;
}
.rle_property_infobox_details_header ul li:last-child{
    margin-right:0px;
}
.rle_red_clr{
    background-color:#eb3c48;
}
.rle_green_clr{
    background-color:#63cb16;
}
.rle_black_clr{
    background-color:#333333;
}
.rle_property_infobox_details_header h3{
    float:left;
    width:100%;
    margin:10px 0px 3px 0px;
    font-size:20px;
    text-transform:capitalize;
}
.rle_property_infobox_details_header h3 a{
    float:left;
    width:auto;
    color:#333333;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_infobox_details_header.style_2 h3 a{
    float:none;
}
.rle_property_infobox_details_header h3 a:hover{
    color:#00aeef;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_infobox_details_header p{
    float:left;
    width:100%;
    color:#695b5b;
}
.rle_property_infobox_details_header span{
    float:left;
    width:100%;
    color: #666666;
    padding: 25px 0px;
    position:relative;
}
.rle_property_infobox_details_header span:before{
    content: "";
    position: absolute;
    background-color: #e1e1e1;
    width: 80px;
    height: 1px;
    left: 0px;
    top: 7px;
}
.rle_property_infobox_details_footer{
    float:left;
    width:100%;
    text-transform:capitalize;
}
.rle_property_infobox_details_footer p{
    float:left;
    width:170px;
    color:#666666;
}
.rle_property_infobox_details_footer ul{
    float: left;
    width: calc(100% - 170px);
    margin:0px;
    padding:0px;
}
.rle_property_infobox_details_footer ul li{
    list-style:none;
    float:left;
    width:auto;
    margin-right:10px;
    color:#666666;
}
.rle_property_infobox_details_footer ul li i{
    margin-right:3px;
    color:#00aeef;
}
.rle_property_infobox_details_pricefooter{
    float:left;
    width:100%;
    padding:10px 0px 0px 0px;
    border-top:1px solid #e1e1e1;
}
.rle_property_infobox_details_pricefooter span{
    float:left;
    width:auto;
    padding:0px;
    font-size:21px;
    color:#f4a42b;
    text-transform:capitalize;
}
.rle_property_infobox_details_pricefooter a{
    float:right;
    width:auto;
    text-decoration:none;
    font-size:15px;
    color:#666666;
    text-transform:capitalize;
    margin-top:5px;
    margin-right:-10px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_infobox_details_pricefooter a:hover{
    color:#00aeef;
    margin-right:0px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_infobox_details_pricefooter a i{
    color:#ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_infobox_details_pricefooter a:hover i{
    color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_single_wrapper{
    float:left;
    width:100%;
    background-color:#f7f8f9;
}
.rle_property_single_heading{
    float:left;
    width:100%;
    margin-bottom:50px;
}
.rle_property_single_heading h2{
    float:left;
    width:100%;
    margin:0px;
    font-size: 37px;
    font-weight: bold;
}
.rle_property_single_heading sup{
    margin:0px;
    background-color:#eb3c48;
    padding:3px;
    color:#ffffff;
    font-size:10px;
    text-transform:uppercase;
}
.rle_property_single_heading p{
    float:left;
    width:100%;
    margin:0px;
}

/*------ Price history css start ----*/
.rle_pricehistry_wrapper{
    float:left;
    width:100%;
    background-image:url(https://web.archive.org/web/20240309072614im_/https://newport-homes.com/images/content/ph_bg.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.rle_pricehistry_text{
    float:left;
    width:100%;
}
.rle_pricehistry_text p{
    float:left;
    width:100%;
    margin:0px;
    font-size:30px;
    color:#ffffff;
    font-weight:300;
}
.rle_pricehistry_text p span{
    color:#e7af50;
}
.rle_pricehistry_btn{
    float:left;
    width:100%;
    text-align:right;
}
/*------ popular areas css start ----*/
.rle_popularareas_wrapper{
    float:left;
    width:100%;
    background-color:#ffffff;
}
.rle_popularareas_img{
    float:left;
    width:100%;
    position:relative;
    z-index:1;
    margin-bottom:30px;
}
.rle_popularareas_img:after{
    content:"";
    position:absolute;
    background-color:rgba(0, 174, 239, 0.7);
    top:0;
    left:100%;
    right:100%;
    bottom:0;
    z-index:0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_popularareas_img:hover:after{
    right:0;
    left:0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_popularareas_img img{
    
}
.rle_popularareas_text{
    position:absolute;
    bottom:20px;
    left:45px;
    z-index:1;
}
.rle_popularareas_text h4{
    float:left;
    width:100%;
    margin:0px;
    color:#ffffff;
    text-transform:capitalize;
    font-size:20px;
    font-weight:600;
}
.rle_popularareas_text p{
    float:left;
    width:100%;
    margin:0px;
    color:#ffffff;
    text-transform:capitalize;
}
/*------ latest news css start ----*/
.rle_latesnews_wrapper{
    float:left;
    width:100%;
    background-color:#f7f8f9;
}
.rle_news_slider{
    float:left;
    width:100%;
}
.rle_news_slider_details{
    float: left;
    width: 100%;
    border: 1px solid #e1e1e1;
    position:relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_news_slider_details:after{
    content:"";
    position:absolute;
    background-color:#ffffff;
    top:0;
    left:0%;
    right:0%;
    bottom:0;
    z-index:0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_news_slider_details_text{
    position:absolute;
    padding: 30px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
}
.rle_news_slider_details_text p, .rle_news_slider_details_text h4{
    float:left;
    width:100%;
    margin-top: 0px;
    text-transform:capitalize;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_news_slider_details_text h4{
    font-weight:600;
}
.rle_news_slider_details_text a{
    float:left;
    width:auto;
    color:#00aeef;
    text-decoration:none;
    text-transform:uppercase;
    font-size:12px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_news_slider_details:hover .rle_news_slider_details_text p, .rle_news_slider_details:hover .rle_news_slider_details_text h4, .rle_news_slider_details:hover .rle_news_slider_details_text a{
    color:#ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_news_slider_details:hover:after{
    right:100%;
    left:100%;
    background-color:transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_latesnews_wrapper .owl-theme .owl-nav [class*='owl-']{
    display:none;
}
.rle_latesnews_wrapper .owl-theme .owl-dots{
    margin-top:30px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_latesnews_wrapper .owl-theme .owl-dots .owl-dot.active span, .rle_latesnews_wrapper .owl-theme .owl-dots .owl-dot:hover span{      background-color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*------ Partner css start ----*/
.rle_partner_wrapper{
    float:left;
    width:100%;
    background-color:#374255;
    text-align:center;
}
.rle_partner_wrapper ul{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}
.rle_partner_wrapper ul li{
    float:left;
    width:20%;
    list-style:none;
    text-align:center;
}
.rle_partner_wrapper.style_2{
    background-color:#ffffff;
}
.rle_partner_wrapper.style_2 ul{
    border-top:1px solid #e1e1e1;
    padding-top:60px;
}
/*------ Footer css start ----*/
.rle_footer_wrapper{
    float:left;
    width:100%;
    background-color: #333;
    //background-image:url(https://web.archive.org/web/20240309072614im_/https://newport-homes.com/images/banner/ftr_bg.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.rle_top_footer{
    float:left;
    width:100%;
}
.widget.text-widget{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.widget.text-widget p.rle_footertext{
    float:left;
    width:100%;
    //margin:35px 0px 30px 0px;
    color:#bdbfc2;
}
.widget.text-widget .rle_btn {
    height: 45px;
    line-height: 43px;
    font-size:12px;
}
.widget.text-widget .widget-title{
    float:left;
    width:100%;
    color:#ffffff;
    font-size:20px;
    font-weight:600;
    margin:0px 0px 25px 0px;
    text-transform:capitalize;
}
.widget.text-widget ul{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}
.widget.text-widget ul li{
    list-style:none;
    float:left;
    width:100%;
    margin-top:13px;
}
.widget.text-widget ul li:first-child{
    margin-top:0px;
}
.widget.text-widget ul li a{
    color:#bdbfc2;
    text-decoration:none;
    text-transform:capitalize;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.widget.text-widget ul li a:hover{
    color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.widget.text-widget ul li p{
    float:left;
    width:100%;
    color:#bdbfc2;
    margin:0px;
    text-transform:capitalize;
}
.widget.text-widget ul li p i{
    padding-right: 10px;
    padding-bottom: 15px;
    float: left;
    font-size: 18px;
}
.widget.text-widget ul.rle_social_iicon{
    margin-top:20px;
}
.widget.text-widget ul.rle_social_iicon li{
    width:auto;
    margin: 0px;
    margin-right: 10px;
}
.rle_bottom_footer{
    float:left;
    width:100%;
    padding:30px;
    text-align:center;
    border-top:1px solid#bdbfc2;
}
.rle_bottom_footer p{
    float:left;
    width:100%;
    margin:0px;
    color:#bdbfc2;
}
.rle_bottom_footer p a{
    color:#00aeef;
    text-decoration:none;
}
.rle_bottom_footer p span{
    color:#eab945;
}
/*------ Whywe css start ----*/
.rle_whywe_wrapper{
    float:left;
    width:100%;
    background-image:url(https://web.archive.org/web/20240309072614im_/https://newport-homes.com/images/banner/whywe_bg.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.rle_whywe_wrapper.style_2{
    background-image:url(https://web.archive.org/web/20240309072614im_/https://newport-homes.com/images/banner/whywe2_bg.jpg);
}
.rle_whywe_box{
    float:left;
    width:100%;
    background-color:#ffffff;
    padding:30px;
    border-radius:3px;
    margin-bottom:30px;
    position:relative;
    overflow:hidden;
    -webkit-box-shadow: 0px 3px 0px 0px #00aeef;
    -moz-box-shadow: 0px 3px 0px 0px #00aeef;
    -o-box-shadow: 0px 3px 0px 0px #00aeef;
    -ms-box-shadow: 0px 3px 0px 0px #00aeef;
    box-shadow: 0px 3px 0px 0px #00aeef;
}
.rle_whywe_box img{
    float:left;
    width:54px;
    padding-top:7px;
}
.rle_whywe_box_text{
    float:left;
    width:calc(100% - 54px);
    padding-left:30px;
    text-transform:capitalize;
}
.rle_whywe_box_text h1{
    float:left;
    width:100%;
    font-weight:600;
    margin:0px;
}
.rle_whywe_box_text p{
    float:left;
    width:100%;
    margin:0px;
}
.rle_whywe_box.style_2{
    background-color:rgba(0, 0, 0, 0.2);
    min-height:300px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_whywe_box.style_2:hover{
    background-color:#ffffff;
}
.rle_whywe_box h4{
    float:left;
    width:100%;
    margin:25px 0px 15px 0px;
    font-size:19px;
    color:#ffffff;
}
.rle_whywe_box.style_2:hover h4{
    color:#303030;
}
.rle_whywe_box p{
    float:left;
    width:100%;
    color:#cec6c6; 
}
.rle_whywe_box.style_2:hover p{
    color:#666666;
}
.rle_whywe_box .rle_whywe_box_open{
    position:absolute;
    bottom:-61px;
    left:0;
    right:0;
    background-color:#00aeef;
    padding:20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_whywe_box .rle_whywe_box_open a{
    text-transform:capitalize;
    color:#ffffff;
    text-decoration:none;
}
.rle_whywe_box.style_2:hover .rle_whywe_box_open{
    bottom:0px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*------ awesome agent wrapper css start ----*/
.rle_awsagent_wrapper{
    float:left;
    width:100%;
    background-color:#ffffff;
}
.rle_news_slider{
    float:left;
    width:100%;
}
.rle_agent_slider_details{
    float:left;
    width:100%;
    min-height: 360px;
    position:relative;
    border: 1px solid #e1e1e1;
}
.rle_agent_slider_details:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 67%;
    border-bottom: 30px solid #ffffff;
    border-right: 263px solid transparent;
}
.rle_agent_slider_details img{
    
}
.rle_agent_slider_details .rle_agent_slider_details_text{
    position: absolute;
    top: 75%;
    z-index: 100000;
    left: 0;
    padding: 0px 15px 15px 15px;
    background-color: #ffffff;
}
.rle_agent_slider_details .rle_agent_slider_details_text h4{
    float:left;
    width:100%;
    margin:0px 0px 10px 0px;
    font-weight:400;
    text-transform:capitalize;
}
.rle_agent_slider_details .rle_agent_slider_details_text p{
    float:left;
    width:100%;
    color:#00aeef;
    margin:0px;
}
.rle_agent_slider_details .rle_agent_slider_details_text p i, .rle_agent_slider_details .rle_agent_slider_details_text a i{
    padding-right:5px;
}
.rle_agent_slider_details .rle_agent_slider_details_text a{
    float:left;
    width:auto;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_agent_slider_details .rle_agent_slider_details_text a:hover{
    color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_awsagent_wrapper .owl-theme .owl-nav [class*='owl-']{
    display:none;
}
.rle_awsagent_wrapper .owl-theme .owl-dots{
    margin-top:50px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_awsagent_wrapper .owl-theme .owl-dots .owl-dot.active span, .rle_awsagent_wrapper .owl-theme .owl-dots .owl-dot:hover span{
    background-color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*------ Clients & Partners css start ----*/
.rle_clntsNprtnr_wrapper{
    float:left;
    width:100%;
    background-color:#f7f8f9;
} 
.rle_client_say_slider{
    float:left;
    width:100%;
}
.rle_clientsay_slider_details{
    float:left;
    width:100%;
    padding-left:70px;
}
.rle_clientsay_slider_details_text{
    float: left;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 20px 30px;
    position:relative;
}
.rle_clientsay_slider_details_text p{
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #666666;
}
.rle_clientsay_slider_details_text:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #ffffff;
}
.rle_clientsay_slider_details_text:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #585454;
}
.rle_clientsay_slider_details_text ul{
    float:left;
    width:100%;
    margin:20px 0px 0px 0px;
    padding:0px;
}
.rle_clientsay_slider_details_text ul li{
    list-style:none;
    float:left;
    width:auto;
}
.rle_clientsay_slider_details_text ul li a{
    float:left;
    width:auto;
    color:#666666;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_clientsay_slider_details_text ul li a:hover{
    float:left;
    width:auto;
    color:#eeb52b;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_clientsay_slider_details_img{
    float:left;
    width:100%;
    padding-top:30px;
}
.rle_clientsay_slider_details_img img{
    float:left;
    width:80px !important;
    height:80px;
    border-radius:100%;
    margin-right:20px;
    -webkit-box-shadow: 0px 0px 20px -9px #000000;
    -moz-box-shadow: 0px 0px 20px -9px #000000;
    -o-box-shadow: 0px 0px 20px -9px #000000;
    -ms-box-shadow: 0px 0px 20px -9px #000000;
    box-shadow: 0px 0px 20px -9px #000000;
}
.rle_clientsay_slider_details_img h4{
    float:left;
    width:calc(100% - 100px);
    font-weight:600;
    margin:20px 0px 0px 0px;
}
.rle_clientsay_slider_details_img p{
    float:left;
    width:calc(100% - 100px);
    margin:0px;
}
.rle_client_say_slider .owl-theme .owl-nav .owl-prev{
    position: absolute;
    left: 30px;
    top: 10%;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    color: #666666;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_client_say_slider .owl-theme .owl-nav .owl-next{
    position: absolute;
    left: 30px;
    top: 25%;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    color: #666666;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_client_say_slider .owl-theme .owl-nav .owl-next:hover, .rle_client_say_slider .owl-theme .owl-nav .owl-prev:hover{
    color:#000000;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_client_say_slider .owl-theme .owl-dots{
    display:none;
}
.rle_partner_style_2{
    float:left;
    width:100%;
    padding:20px 0px;
    text-align:center;
    border:1px solid #e1e1e1;
    margin-bottom:30px;
    min-height:101px;
}
/*------ Newletters wrapper css start ----*/
.rle_newletters_wrapper{
    float:left;
    width:100%;
    border-top: 1px solid #e1e1e1;
}
.rle_newletters_wrapper.style_2{
    border-top:none;
    background-image:url(https://web.archive.org/web/20240309072614im_/https://newport-homes.com/images/banner/newsltr_bg.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.rle_newletters_wrapper.style_2 .rle_center_heading h1{
    color:#ffffff;
    margin:5px 0px 0px 0px;
    text-align: left;
}
.rle_newletters_wrapper.style_3{
    background-color:#232f45;
    border-top:none;
}
.rle_newletters_wrapper.style_3 .rle_center_heading h1{
    color:#ffffff;
    margin:5px 0px 0px 0px;
    text-align: left;
}
.rle_newletters_box{
    float:left;
    width:100%;
    position:relative;
}
.rle_newletters_box:after{
    position: absolute;
    content: "\f003";
    font-family: FontAwesome;
    top: 12px;
    left: 15px;
    z-index: 1;
}
.rle_newletters_box:before{
    position: absolute;
    content: "";
    top: 13px;
    left: 40px;
    z-index: 1;
    border-right: 1px solid #e1e1e1;
    height: 20px;
}
.rle_newletters_box input{
    float: left;
    width:calc(100% - 120px);
    padding: 0px 15px 0px 50px;
    height: 45px;
    border-radius: 3px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    border: 1px solid #e1e1e1;
}
.rle_newletters_box .rle_btn{
    height: 45px;
    line-height: 43px;
    font-size: 15px;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}
/*------ What people saying css start ------*/
.rle_people_saying_wrapper{
    float:left;
    width:100%;
    background-color:#ffffff;
}
.rle_people_saying_wrapper2{
    float:left;
    width:100%;
    background-color: #f7f8f9;
}
.rle_people_saying_slider{
    float:left;
    width:100%;
}
.rle_peoplesay_slider_details{
    float:left;
    width:100%;
    margin-bottom:30px;
}
.rle_peoplesay_slider_details_img{
    float:left;
    width:100px;
}
.rle_peoplesay_slider_details_img img{
    display:inline-block;
    border-radius:100%;
    width:100px;
    height:100px;
}
.rle_peoplesay_slider_details_text{
    float:left;
    width:calc(100% - 100px);
    position:relative;
    padding-left:100px;
}
.rle_peoplesay_slider_details_text img{
    position:absolute;
    width:26px !important;
    height:18px;
    left:35px;
    top:0px;
}
.rle_peoplesay_slider_details_text p{
    float:left;
    width:100%;
}
.rle_peoplesay_slider_details_text h4{
    float:left;
    width:100%;
    margin-bottom:0px;
    font-weight:600;
}
.rle_peoplesay_slider_details_text h4 span{
    font-weight:normal;
    color:#a5a5a5;
}
.rle_people_saying_slider .owl-theme .owl-nav [class*='owl-']{
    display:none;
}
.rle_people_saying_slider .owl-theme .owl-dots{
    margin-top:50px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_people_saying_slider .owl-theme .owl-dots .owl-dot.active span, .rle_people_saying_slider .owl-theme .owl-dots .owl-dot:hover span{        background-color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*------ Latest News slider 2 css start ----*/
.rle_news_slider2{
    float:left;
    width:100%;
}
.rle_news_slider2 .rle_news_slider2_details{
    float:left;
    width:100%;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_news_slider2 .rle_news_slider2_details:hover{
    -webkit-box-shadow: 0px 0px 20px -9px #000000;
    -moz-box-shadow: 0px 0px 20px -9px #000000;
    -o-box-shadow: 0px 0px 20px -9px #000000;
    -ms-box-shadow: 0px 0px 20px -9px #000000;
    box-shadow: 0px 0px 20px -9px #000000;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_news_slider2 .rle_news_slider2_details img{
    display:inline-block;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text{
    float:left;
    width:100%;
    padding:30px;
    background-color:#ffffff;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text h4{
    float:left;
    width:100%;
    font-size:20px;
    margin-top:0px;
    font-weight:600;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text h4 a{
    color:#303030;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text h4 a:hover{
    color:#00aeef;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text p{
    float:left;
    width:100%;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text ul{
    float:left;
    width:100%;
    margin:10px 0px 0px 0px;
    padding:10px 0px 0px 0px;
    text-align:center;
    border-top:1px solid #e1e1e1;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text ul li{
    list-style:none;
    display:inline-block;
    width:auto;
    margin:0px 15px 0px 0px;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text ul li i{
    margin-right:10px;
    color:#00aeef;
}
/*------ Map Wrapper css start ----*/
.rle_map_wrapper{
    float:left;
    width:100%;
}
.rle_map_wrapper iframe{
    float:left;
    width:100%;
    height:600px;
}
/*------ Item Details css start ----*/
.rle_itemdetails_wrapper{
    float:left;
    width:100%;
}
.rle_itemdetails_wrapper.style_2{
    float:left;
    width:100%;
    border-bottom:1px solid #e1e1e1;
}
.rle_itemdetails_info{
    float:left;
    width:100%;
    position:relative;
}
.rle_itemdetails_info h3{
    float:left;
    width:100%;
    margin:0px;
    margin-bottom:10px;
    font-size:30px;
    font-weight:600;
}
.rle_itemdetails_wrapper.style_2 .rle_itemdetails_info h3{
    font-size:24px;
}
.rle_itemdetails_info span{
    float:left;
    width:100%;
    margin:0px;
    font-size:16px;
    margin-bottom:30px;
}
.rle_itemdetails_info p{
    float:left;
    width:100%;
    margin-bottom:20px;
}
.rle_itemdetails_info ul.points{
    float:left;
    width:100%;
    margin:0px;
}
.rle_itemdetails_info ul.points li{
    float:left;
    width:50%;
}
.rle_itemdetails_info ul.howmuch{
    float: left;
    width: 80%;
    padding: 20px;
    margin: 50px 0px 0px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px -4px #000000;
    -moz-box-shadow: 0px 0px 10px -4px #000000;
    -o-box-shadow: 0px 0px 10px -4px #000000;
    -ms-box-shadow: 0px 0px 10px -4px #000000;
    box-shadow: 0px 0px 10px -4px #000000;
}
.rle_itemdetails_info ul.howmuch li{
    list-style:none;
    float:left;
    width:33.3333333333%;
    text-align:center;
    font-size:18px;
}
.rle_itemdetails_info ul.howmuch li i{
    color:#00aeef;
    font-size: 24px;
    padding-right:10px;
}
.rle_itemdetails_info .rle_price_box{
    position:absolute;
    top:20px;
    left:20px;
    width:100px;
    height:100px;
    border-radius:100%;
    background-color:#00aeef;
    text-align:center;
    color:#ffffff;
    padding-top: 35px;
}
.rle_itemdetails_info .rle_price_box h4{
    float:left;
    width:100%;
    margin:0px;
    color:#ffffff;
}
.rle_itemdetails_info .rle_price_box p{
    float:left;
    width:100%;
    margin:0px;
    text-transform:uppercase;
    font-size:12px;
}
/*------ Team Wrapper css start ----*/
.rle_team_wrapper{
    float:left;
    width:100%;
}
.rle_team_box{
    float:left;
    width:100%;
    position:relative;
    height:331px;
    overflow:hidden;
    margin-bottom:30px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_team_box img{
    
}
.rle_team_box_info{
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    padding:10px 30px;
    background-color:rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_team_box_info h4{
    float:left;
    width:100%;
    margin:0px;
    color:#ffffff;
    font-size:18px;
    font-weight:600;
}
.rle_team_box_info p{
    float:left;
    width:100%;
    margin:0px;
    color:#ffffff;
}
.rle_team_box:hover .rle_team_box_info{
    bottom:-61px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_team_box_open{
    position:absolute;
    bottom:-145px;
    left:0px;
    right:0px;
    padding:15px 20px;
    background-color:rgba(0, 174, 239, 0.6);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_team_box_open p{
    float:left;
    width:100%;
    color:#ffffff;
}
.rle_team_box_open p i{
    padding-right:10px;
    color:#ffffff;
    font-size:18px;
}
.rle_team_box_open ul{
    float:left;
    width:100%;
    margin:5px 0px 0px 0px;
    padding:15px 0px 0px 0px;
    border-top:1px solid #ffffff;
}
.rle_team_box_open ul li{
    list-style:none;
    float:left;
    width:auto;
    margin-right:10px;
}
.rle_team_box_open ul li a{
    float:left;
    width:30px;
    height:30px;
    padding-top:5px;
    text-align:center;
    border:1px solid #ffffff;
    border-radius:100%;
    color:#ffffff;
    background-color:transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_team_box_open ul li a:hover{
    color:#00aeef;
    background-color:#ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_team_box:hover .rle_team_box_open{
    bottom:0px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*------ Agent Single Wrapper css start ----*/
.rle_agent_single_wrapper{
    float:left;
    width:100%;
    background-color:#ffffff;
}
.rle_agent_single_info_img{
    float:left;
    width:100%;
}
.rle_agent_single_info_img img{
    display:inline-block;
}
.rle_agent_single_info{
    float:left;
    width:100%;
    position:relative;
}
.rle_agent_single_info_box{
    position: absolute;
    top: 0px;
    left: -10%;
    background-color: #3868b7;
    padding: 25px 110px;
}
.rle_agent_single_name_box{
    float:left;
    width:50%;
}
.rle_agent_single_name_box h3{
    float:left;
    width:100%;
    margin:0px;
    color:#ffffff;
}
.rle_agent_single_name_box p{
    float:left;
    width:100%;
    color:#ffffff;
}
.rle_agent_single_share_box{
    float:left;
    width:50%;
}
.rle_agent_single_share_box ul{
    float:right;
    width:auto;
    margin:0px;
    padding:0px;
}
.rle_agent_single_share_box ul li{
    list-style:none;
    float:left;
    width:auto;
    margin-left:10px;
}
.rle_agent_single_share_box ul li a{
    float:left;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    border:1px solid #ffffff;
    background-color:#3868b7;
    border-radius:100%;
    color:#ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_agent_single_share_box ul li a:hover{
    color:#3868b7;
    background-color:#ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_agent_single_mail_box{
    float:left;
    width:100%;
    margin-top:10px;
}
.rle_agent_single_mail_box ul{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}
.rle_agent_single_mail_box ul li{
    list-style:none;
    float:left;
    width:auto;
    margin-right:20px;
}
.rle_agent_single_mail_box ul li a{
    float:left;
    width:auto;
    color:#ffffff;
}
.rle_agent_single_mail_box ul li a i{
    padding-right:5px;
}
.rle_agent_single_info_content{
    float: left;
    width: 100%;
    margin-top: 180px;
    padding-left: 40px;
}
.rle_agent_single_info_content p{
    float:left;
    width:100%;
}
.rle_agent_single_info_content ul{
    float:left;
    width:100%;
    margin:30px 0px 0px 0px;
    padding:0px;
}
.rle_agent_single_info_content ul li{
    list-style: none;
    float: left;
    width: auto;
    margin-right: 0px;
}
.rle_agent_single_info_content ul li img{
    float: left;
    width: auto;
    padding-top: 10px;
}
.rle_agent_single_info_content ul li .rle_counter_box{
    float: left;
    width: calc(100% - 50px);
    padding-left: 15px;
}
.rle_agent_single_info_content ul li .rle_counter_box h1{
    float:left;
    width:100%;
    margin:0px;
    color:#00aeef;
}
.rle_agent_single_info_content ul li .rle_counter_box p{
    float:left;
    width:100%;
    margin:0px;
}
.rle_agent_message_wrapper{
    float:left;
    width:100%;
    background-color:#ffffff;
}
.rle_agent_message_wrapper h4{
    float:left;
    width:100%;
    margin:30px 0px;
    font-weight:600;
}
.rle_agent_messages{
    float:left;
    width:100%;
}
.rle_agent_messages form{
    float:left;
    width:100%;
}
.rle_agent_messages form input, .rle_agent_messages form textarea{
    float:left;
    width:100%;
    padding:0px 15px;
    height:45px;
    border-radius:3px;
    border:1px solid #e1e1e1;
    margin-bottom:30px;
    background-color:#f8f8f8;
}
.rle_agent_messages form textarea{
    height:auto;
    padding:10px 15px;
}
/*------ Latest News slider 3 css start ----*/
.rle_news_slider3{
    float:left;
    width:100%;
}
.rle_news_slider3 .rle_news_slider3_details{
    float:left;
    width:100%;
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_news_slider3 .rle_news_slider3_details:hover{
    -webkit-box-shadow: 0px 0px 10px -4px #000000;
    -moz-box-shadow: 0px 0px 10px -4px #000000;
    -o-box-shadow: 0px 0px 10px -4px #000000;
    -ms-box-shadow: 0px 0px 10px -4px #000000;
    box-shadow: 0px 0px 10px -4px #000000;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_news_slider3 .rle_news_slider3_details img{
    display:inline-block;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text{
    float:left;
    width:100%;
    padding:23px 30px 15px 30px;
    background-color:#ffffff;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text span{
    float:left;
    width:auto;
    border:1px solid #e1e1e1;
    padding:5px 10px;
    margin-bottom:15px;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text h4{
    float:left;
    width:100%;
    font-size:20px;
    margin-top:0px;
    font-weight:600;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text h4 a{
    color:#303030;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text h4 a:hover{
    color:#00aeef;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text p{
    float:left;
    width:100%;
    min-height: 98px;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text ul{
    float:left;
    width:100%;
    margin:10px 0px 0px 0px;
    padding:12px 0px 0px 0px;
    text-align:center;
    border-top:1px solid #e1e1e1;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text ul li{
    list-style:none;
    float:left;
    width:auto;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text ul li a{
    text-decoration:none;
    color:#666666;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text ul li a:hover{
    text-decoration:none;
    color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text ul li a i{
    margin-left:10px;
}
/*------ Breadcrumb & Page Title css start ----*/
.rle_pagetitle_wrapper{
    float:left;
    width:100%;
    background-color:#f7f8f9;
}
.rle_pagetitle_wrapper.style_2{
    background-image:url(https://web.archive.org/web/20240309072614im_/https://newport-homes.com/images/banner/brdcrm_bg.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    text-align: center;
}
.rle_pagetitle_wrapper .page_title{
    float:left;
    width:100%;
}
.rle_pagetitle_wrapper .page_title h2{
    float:left;
    width:100%;
    font-size:30px;
    margin:0px;
    margin-bottom:10px;
    font-weight:600;
    text-transform:capitalize;
}
.rle_pagetitle_wrapper.style_2 .page_title h2{
    color:#ffffff;
}
.rle_pagetitle_wrapper .breadcrumb{
    float:left;
    width:100%;
}
.rle_pagetitle_wrapper ul.breadcrumb{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
    background-color:transparent;
}
.rle_pagetitle_wrapper ul.breadcrumb li{
    float:left;
    width:auto;
    margin-right:10px;
}
.rle_pagetitle_wrapper.style_2 ul.breadcrumb li{
    float:none;
    display:inline-block;
}
.rle_pagetitle_wrapper ul.breadcrumb > li + li:before{
    display:none;
}
.rle_pagetitle_wrapper ul.breadcrumb li a{
    text-decoration:none;
    font-size:15px;
    text-transform:capitalize;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_pagetitle_wrapper.style_2 ul.breadcrumb li a{
    color:#ffffff;
}
.rle_pagetitle_wrapper ul.breadcrumb li a i{
    color:#00aeef;
    padding-right:10px;
}
.rle_pagetitle_wrapper ul.breadcrumb li a:hover{
    color:#00aeef;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*------ Pagination css start ----*/

.rle_pagination_wrapper_new{
    float:left;
    width:100%;
}
.rle_pagination_wrapper_new ul{
    float:right;
    width:auto;
}

.rle_pagination_wrapper{
    float:left;
    width:100%;
}
.rle_pagination_wrapper ul{
    float:right;
    width:auto;
}
.rle_pagination_wrapper ul.pagination > li > a, .rle_pagination_wrapper ul.pagination > li > span{
   color: #fff;
    background-color: #00aeef;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_pagination_wrapper ul.pagination > li:first-child > a, .rle_pagination_wrapper ul.pagination > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.rle_pagination_wrapper ul.pagination > li:last-child > a, .rle_pagination_wrapper ul.pagination > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.rle_pagination_wrapper ul.pagination > li > a:hover, .rle_pagination_wrapper ul.pagination > li > span:hover, .rle_pagination_wrapper ul.pagination > li > a:focus, .rle_pagination_wrapper ul.pagination > li > span:focus {
    color: #ffffff;
    background-color: #00aeef;
    border-color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_pagination_wrapper ul.pagination > .active > a, .rle_pagination_wrapper ul.pagination > .active > span{
    color:#ffffff;
    background-color:#00aeef;
    border-color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_pagination_wrapper ul.pagination > .active > a:hover, .rle_pagination_wrapper ul.pagination > .active > span:hover, .rle_pagination_wrapper ul.pagination > .active > a:focus, .rle_pagination_wrapper ul.pagination > .active > span:focus {
    background-color: #00aeef;
    border-color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*------ Property Shorting Wrapper css start ----*/
.rle_shorting_wrapper{
    float:left;
    width:100%;
    padding:20px;
    background-color:#ffffff;
    border:1px solid #e1e1e1;
    margin-bottom:60px;
}
.rle_shorting_wrapper ul.rle_short_by{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}
.rle_shorting_wrapper ul.rle_short_by li{
    list-style:none;
    float:left;
    width:auto;
    margin-right:15px;
    position:relative;
}
.rle_shorting_wrapper ul.rle_short_by li span{
    float:left;
    width:auto;
    color:#666666;
    font-weight:600;
    text-transform:capitalize;
    padding-top:10px;
}
.rle_shorting_wrapper ul.rle_short_by li:after{
    content:"";
    position:absolute;
    border-right:1px solid #e1e1e1;
    right: 0px;
    top: 0;
    height: 100%;
}
.rle_shorting_wrapper ul.rle_short_by li:last-child:after{
    display:none;
}
.rle_shorting_wrapper ul.rle_short_by li select{
    float:left;
    width: calc(100% - 78px);
    height:45px;
    margin-left:10px;
    padding:0px 10px;
    border-radius:3px;
}
.rle_shorting_wrapper ul.rle_view_type{
    float: right;
    width: auto;
    margin:0px;
    padding:0px;
}
.rle_shorting_wrapper ul.rle_view_type li{
    list-style:none;
    float:left;
    width:auto;
    margin-left:15px;
}
.rle_shorting_wrapper ul.rle_view_type span{
    float:left;
    width:auto;
    color:#666666;
    font-weight:600;
    text-transform:capitalize;
    padding-top:10px;
}
.rle_shorting_wrapper ul.rle_view_type i{
    float:left;
    width:45px;
    height:45px;
    color:#666666;
    border:1px solid #e1e1e1;
    border-radius:3px;
    text-align:center;
    line-height:45px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_shorting_wrapper ul.rle_view_type i:hover{
    background-color:#666666;
    color:#ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*------ Blog Page css start ----*/
.rle_blog_wrapper{
    float:left;
    width:100%;
    background-color:#f7f8f9;
    border-top:1px solid #e1e1e1;
}
.rle_blog_item{
    float:left;
    width:100%;
}
.rle_blog_image{
    float:left;
    width:100%;
    position:relative;
    text-align:center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_image a{
    float:left;
    width:100%;
    position:relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_image a:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 174, 239, 0.7);
    top: 0;
    left: 100%;
    right: 100%;
    bottom: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_image a:hover:after {
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_image img{
    display:inline-block;
    width:100%;
}
.rle_blog_image span{
    position:absolute;
    top:25%;
    left:0px;
    right:0px;
    margin:0px auto;
    font-size:36px;
    color:#ffffff;
    z-index:1;
}
.rle_blog_info{
    float:left;
    width:100%;
    padding:30px;
    background-color:#ffffff;
}
.rle_blog_info span{
    float:left;
    width:100%;
}
.rle_blog_info h3{
    float:left;
    width:100%;
    margin:10px 0px 30px 0px;
}
.rle_blog_info h3 a{
    float:left;
    width:auto;
    color:#303030;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_info h3 a:hover{
    color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_info p{
    float:left;
    width:100%;
}
.rle_blog_info a.rle_link{
    float:left;
    width:auto;
    text-decoration:none;
    text-transform:capitalize;
    margin-top:20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_info a.rle_link:hover{
    color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_single_item{
    float:left;
    width:100%;
    border-bottom: 1px solid #e1e1e1;
}
.rle_blog_single_info{
    float:left;
    width:100%;
}
.rle_blog_single_info p{
    float:left;
    width:100%;
}
.rle_blog_single_info img.content_img{
    float:left;
    width:100%;
}
.rle_blog_single_info h2{
    float:left;
    width:100%;
    margin:30px 0px 20px 0px;
}
.rle_blog_single_info ul.rle_posted_by{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}
.rle_blog_single_info ul.rle_posted_by li{
    float:left;
    width:auto;
    list-style:none;
    margin-right:20px;
    line-height: 45px;
    text-transform:capitalize;
}
.rle_blog_single_info ul.rle_posted_by li img{
    display:inline-block;
    width:45px;
    height:45px;
    border-radius:100%;
}
.rle_blog_single_info ul.rle_posted_by span{
    float:left;
    width:auto;
    margin-right:5px;
}
.rle_blog_single_info ul.rle_posted_by li a{
    float:left;
    width:auto;
    color:#303030;
    text-decoration:none;
    font-weight:600;
}
.rle_blog_single_info ul.rle_post_share{
    float:left;
    width:100%;
    margin:30px 0px;
    padding:20px 0px;
    border:1px solid #e1e1e1;
    border-left:none;
    border-right:none;
}
.rle_blog_single_info ul.rle_post_share li{
    float:left;
    width:auto;
    list-style:none;
    margin-right:10px;
    text-transform:capitalize;
    line-height: 32px;
    border:1px solid #ffffff;
}
.rle_blog_single_info ul.rle_post_share li i{
    float: left;
    width: 32px;
    height: 32px;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    color:#ffffff;
    line-height: 32px;
}
.rle_blog_single_info ul.rle_post_share li a{
    text-decoration:none;
    text-align:center;
    color:#ffffff;
    padding:0px 20px;
    font-size:12px;
}
.rle_blog_single_info blockquote{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #303030;
    margin: 30px 0px;
    padding: 30px 160px;
    border: none;
    position:relative;
}
.rle_blog_single_info blockquote:before{
    content:"";
    position:absolute;
    bottom:0px;
    left:0;
    right:0;
    margin:0px auto;
    width:120px;
    background-color:#e1e1e1;
    height:2px;
}
.rle_blog_single_info blockquote:after{
    content:"";
    position:absolute;
    top:0px;
    left:0;
    right:0;
    margin:0px auto;
    width:120px;
    background-color:#e1e1e1;
    height:2px;
}
.google_plus{
    background-color:#d74c38;
}
.facebook{
    background-color:#3b5a9a;
}
.twitter{
    background-color:#00aeef;
}
.rle_blog_single_info ul.rle_categories{
    float:left;
    width:100%;
    margin:30px 0px;
    padding:0px;
    text-align:center;
}
.rle_blog_single_info ul.rle_categories li{
    display: inline-block;
    width: auto;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    border: 1px solid #e1e1e1;
}
.rle_blog_comment_wrapper{
    float:left;
    width:100%;
    border-bottom:1px solid #e1e1e1;
}
.rle_blog_comment_wrapper h4{
    float:left;
    width:100%;
    margin:30px 0px;
    font-weight:600;
}
.rle_blog_comment_wrapper ul{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}
.rle_blog_comment_wrapper ul li{
    float:left;
    width:100%;
    list-style:none;
    margin-bottom: 30px;
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
}
.rle_blog_comment_wrapper ul li:first-child{
    padding-top:0px;
    border:none;
}
.rle_blog_comment_wrapper ul li:last-child{
    margin-bottom: 0px;
}
.rle_blog_comment_wrapper ul li ul{
    float:left;
    width:100%;
    padding-left:50px;
    margin-top: 30px;
}
.rle_blog_comment_wrapper ul li ul li{
    padding:30px 0px;
    border-top:1px solid #e1e1e1;
    margin:0px;
}
.rle_blog_comment_wrapper ul li ul li:first-child{
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
}
.rle_blog_comment_wrapper ul li ul li:last-child{
    padding-bottom:0px;
}
.rle_blog_comment{
    float:left;
    width:100%;
}
.rle_comment_image{
    float:left;
    width:45px;
}
.rle_comment_image img{
    display:inline-block;
    width:45px;
    height:45px;
    border-radius:100%;
}
.rle_comment_text{
    float:left;
    width:calc(100% - 45px);
    padding-left:15px;
}
.rle_comment_text h5{
    float:left;
    width:100%;
    margin:0px;
    text-transform:capitalize;
    font-weight:600;
}
.rle_comment_text h5 span{
    margin-left:15px;
    font-weight:400;
    color:#695b5b;
}
.rle_comment_text P{
    float:left;
    width:100%;
    margin:20px 0px;
}
.rle_comment_text a{
    float:left;
    width:auto;
    text-decoration:none;
    text-transform:uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_comment_text a:hover{
    color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_blog_message_wrapper{
    float:left;
    width:100%;
}
.rle_blog_message_wrapper h4{
    float:left;
    width:100%;
    margin:30px 0px;
    font-weight:600;
}
.rle_blog_messages{
    float:left;
    width:100%;
}
.rle_blog_messages form{
    float:left;
    width:100%;
}
.rle_blog_messages form input, .rle_blog_messages form textarea{
    float:left;
    width:100%;
    padding:0px 15px;
    height:45px;
    border-radius:3px;
    border:1px solid #e1e1e1;
    margin-bottom:30px;
}
.rle_blog_messages form textarea{
    height:auto;
    padding:10px 15px;
}
/*------ Sidebar Wrapper css start ----*/
.sidebar_wrapper{
    float:left;
    width:100%;
}
.blog_sidebaar{
    float:left;
    width:100%;
}
.widget-title{
    float:left;
    width: 100%;
    margin-bottom: 30px;
    margin-top:0px;
    position: relative;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
}
.widget-title:after{
    content:"";
    position:absolute;
    bottom:0%;
    left:0%;
    width:100px;
    background-color:#e1e1e1;
    height:1px;
}
.widget.widget_search{
    float:left;
    width:100%;
    margin-bottom: 30px;
}
.widget_search input{
    border: 1px solid #e1e1e1;
    box-shadow:none;
    border-right:none;
    border-radius: 3px 0px 0px 3px;
    height:45px;
    padding:0px 15px;
    width:100%;
}
.widget_search .input-group-btn button{
    border: 1px solid #e1e1e1;
    background-color:#ffffff;
    border-left:none;
    border-radius: 0px 3px 3px 0px;
    height:45px;
    padding:0px 15px;
}
.widget_search .input-group-btn button:focus, .widget_search .input-group-btn button.active{
    outline: none;
    background-color: #ffffff;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    border-left:none;
}
.widget.widget_categories{
    float:left;
    width:100%;
    margin-bottom:30px;
}
.widget_categories ul{
    float:left;
    width:100%;
    margin:0px;
    padding-left: 25px;
}
.widget_categories ul li{
    float:left;
    width:100%;
    padding:5px 0px;
}
.widget_categories ul li:first-child{
    padding-top:0px;
}
.widget_categories ul li:last-child{
    padding-bottom:0px;
}
.widget_categories ul li a{
    text-decoration:none;
    text-transform:capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.widget_categories ul li a:hover{
    color:#00aeef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.widget.widget_tag_cloud{
    float:left;
    width:100%;
    margin-bottom:30px;
}
.widget_tag_cloud a{
    float:left;
    margin-left:5px;
    text-decoration:none;
    text-transform:capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.widget_tag_cloud a:hover{
    color:#00aeef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.widget.widget_recent_post{
    float:left;
    width:100%;
    margin-bottom:30px;
}
.blog_sidebaar .widget.widget_recent_post{
    background-color:#ffffff;
    padding:30px;
}
.blog_sidebaar .widget.widget_recent_post h6{
    color: #f4a42b;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.widget_recent_post ul{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}
.widget_recent_post ul li{
    float:left;
    width:100%;
    list-style:none;
    margin-bottom:30px;
}
.widget_recent_post ul li:last-child{
    margin-bottom:0px;
}
.widget_recent_post ul li img{
    float:left;
    width:70px;
    height:70px;
}
.widget_recent_post ul li .rle_recent_post_info{
    float:left;
    width:calc(100% - 70px);
    padding-left:10px;
}
.widget_recent_post ul li .rle_recent_post_info p{
    float:left;
    width:100%;
    color:#303030;
    font-weight:600;
    margin: 0;
}
.widget_recent_post ul li .rle_recent_post_info span{
    float:left;
    width:100%;
    font-size:13px;
}
.widget.widget_search_property{
    float:left;
    width:100%;
    margin-bottom:30px;
    background-color:#ffffff;
    padding:30px;
}
.widget_search_property .rle_searchform_box input, .widget_search_property .rle_searchform_box select{
    margin-bottom:15px;
}
.widget_search_property .rle_searchform_box .ui-widget.ui-widget-content {
    margin-bottom: 15px;
}
.widget_search_property .rle_searchform_box .rle_btn{
    margin-top: 15px;
    width:100%;
}
.widget.widget_location{
    float:left;
    width:100%;
    margin-bottom:30px;
    background-color:#ffffff;
    padding:30px;
}
.widget.widget_location ul{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}
.widget.widget_location ul li{
    list-style:none;
    float:left;
    width:50%;
    margin:5px 0px;
}
.widget.widget_location ul li a{
    float:left;
    width:auto;
    color:#666666;
    text-transform:capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.widget.widget_location ul li a:hover{
    color:#00aeef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.widget.widget_location ul li a i{
    padding-right:5px;
    color:#00aeef;
}
/*------ Contact Page css start ----*/
.rle_contact_wrapper{
    float:left;
    width:100%;
    background-color:#ffffff;
}
.rle_contact_info{
    float:left;
    width:100%;
}
.rle_contact_info h2{
    float:left;
    width:100%;
    margin:0px;
    font-weight:600;
}
.rle_contact_info p{
    float:left;
    width:100%;
    margin:20px 0px;
}
.rle_contact_info ul{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}
.rle_contact_info ul li{
    float:left;
    width:100%;
    list-style:none;
}
.rle_contact_info ul li h4{
    float:left;
    width:auto;
    margin:0px;
    color:#888888;
    border-bottom:1px solid #888888;
    font-weight:600;
}
.rle_contact_info ul li p{
    float:left;
    width:100%;
    margin:10px 0px;
}
.rle_contact_form{
    float:left;
    width:100%;
}
.rle_contact_form form{
    float:left;
    width:100%;
}
.rle_contact_form form input, .rle_contact_form form textarea{
    float:left;
    width:100%;
    padding:0px 15px;
    height:45px;
    border-radius:3px;
    border:1px solid #e1e1e1;
    margin-bottom:30px;
}
.rle_contact_form form textarea{
    height:auto;
    padding:10px 15px;
}
/*------ responsive css start ----*/
.rle_error_wrapper{
    float:left;
    width:100%;
    background-image:url(https://web.archive.org/web/20240309072614im_/https://newport-homes.com/images/banner/error_bg.jpg);
}
.rle_error_info{
    float:left;
    width:100%;
}
.rle_error_info img{
    display:inline-block;
}
.rle_error_info h1{
    float:left;
    width:100%;
    margin:0px;
    margin-bottom:20px;
    font-size:160px;
    color:#ffffff;
}
.rle_error_info h2{
    float:left;
    width:100%;
    margin:0px;
    font-size:30px;
    font-weight:600;
    color:#ffffff;
}
.rle_error_info p{
    float:left;
    width:100%;
    margin-bottom:30px;
    color:#ffffff;
    font-size:18px;
}
/*------ responsive css start ----*/

@media (max-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    
.rle_header_wrapper .rle_main_menu ul li a {
    margin-right: 25px;
}
.rle_property_infobox_details_footer p {
    width: 120px;
}
.rle_property_infobox_details_footer ul {
    width: calc(100% - 120px);
}
.rle_property_infobox_details_footer ul li {
    margin-right: 5px;
}
.rle_banner_wrapper.style_3 ul.nav-tabs{
    width: 100%;
}
.rle_banner_wrapper.style_3 ul.nav-tabs li a {
    padding: 30px 0px 30px 10px;
}
.rle_team_box {
    height: 261px;
}
.rle_team_box_open {
    bottom: -175px;
}
.rle_agent_single_info_content {
    padding-left: 0px;
}
.rle_agent_single_info_box {
    padding: 25px 50px;
}
.rle_banner_tabs {
    padding: 20px;
}
    
}

@media (min-width: 768px) and (max-width: 991px) {

.rle_header_wrapper .rle_main_menu ul li a {
    margin-right: 9px;
}
.rle_searchform_box {
    padding: 15px 0px 0px 0px;
}
.rle_searchform_box input, .rle_searchform_box select {
    margin-bottom: 10px;
    padding: 0px 10px;
}
.rle_searchform_box .col-sm-4, .rle_searchform_box .col-sm-3 {
    padding-right: 0px;
}
.rle_property_details_box {
    padding: 10px 10px;
}
.rle_property_details_box .user_info h4 {
    padding-left: 10px;
}
.rle_property_details_box .user_info p {
    padding-left: 10px;
}
.rle_property_infobox_details_footer p {
    width: 100%;
}
.rle_property_infobox_details_footer ul {
    width: 100%;
}
.rle_news_slider_details_text {
    padding: 10px;
}
.rle_property_infobox_details {
    padding: 10px;
}
.rle_property_infobox_details.style_2 {
    padding: 5px 10px 10px 10px;
}
.rle_property_infobox_details_pricefooter span {
    font-size: 18px;
}
.rle_top_header ul li {
    margin-left: 11px;
}
.rle_top_header ul li img {
    margin-right: 3px;
}
.rle_whywe_box {
    padding: 10px;
}
.rle_whywe_box_text {
    padding-left: 10px;
}
.rle_whywe_box_text h1 {
    font-size: 30px;
}
.rle_agent_slider_details {
    min-height: 300px;
}
.rle_banner_wrapper.style_3 ul.nav-tabs {
    width: 100%;
}
.rle_banner_wrapper.style_3 ul.nav-tabs li a {
    padding: 10px 0px 10px 5px;
}
.rle_banner_tabslist_info_box {
    padding-left: 10px;
}
.rle_banner_tabslist_info_box h4 {
    font-size: 16px;
}
.rle_banner_tabslist_info_box p {
    font-size: 11px;
}
.rle_banner_tabs {
    padding: 15px;
}
.rle_banner_tabs_infobox ul li {
    margin-right: 5px;
}
.rle_team_box {
    height: 276px;
}
.rle_team_box_info {
    padding: 10px 15px;
}
.rle_team_box_open {
    bottom: -167px;
}
.widget.text-widget .rle_btn {
    display: table;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text {
    padding: 15px;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text {
    padding: 10px 0px 10px 10px;
}
.rle_agent_single_info_box {
    padding: 25px 40px;
}
.rle_agent_single_info_content {
    padding-left: 0px;
}
.rle_peoplesay_slider_details_text {
    padding-left: 50px;
}
.rle_peoplesay_slider_details_text img {
    left: 15px;
}
}

@media (max-width: 767px) {
.rle_header_wrapper .rle_logo {
    margin-bottom: 10px;
}
.rle_header_wrapper .rle_signin {
    float: left;
    width: calc(100% - 40px);
}
.rle_login_form {
    right: auto;
    left: 0;
    top: 150%;
    width: 256px;
}
.rle_menu_btn{
    display: block;
    float: none;
    position: absolute;
    top: 5px;
    right: 15px;
    border: none;
    width: 40px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    background-color: #00aeef;
    border-radius: 3px;
}
.rle_menu_btn:hover, .rle_menu_btn:focus{
    outline:none;
    border:none;
    box-shadow:none;
    text-shadow:none;
}
.rle_header_wrapper.style_2 .rle_menu_btn{
    top:97px;
}
/*.rle_main_menu_wrapper{
    z-index: 2;
    position:fixed;
    left: 0px;
    top: 0px;
    bottom:0px;
    width:80%;
    background-color:#ffffff;
    -webkit-box-shadow: 0px 3px 15px -5px #000000;
    -moz-box-shadow: 0px 3px 15px -5px #000000;
    -o-box-shadow: 0px 3px 15px -5px #000000;
    -ms-box-shadow: 0px 3px 15px -5px #000000;
    box-shadow: 0px 3px 15px -5px #000000;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.rle_main_menu_wrapper.rle_main_menu_hide{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.rle_header_wrapper .rle_main_menu {
    width: 100%;
    overflow-y: scroll;
    height: 100%;
}
.rle_header_wrapper .rle_main_menu ul li {
    width: 100%;
}
.rle_header_wrapper .rle_main_menu ul li a {
    color: #00aeef;
    margin-right: 0px;
    padding: 10px;
}
.rle_header_wrapper .rle_main_menu ul li a:hover {
    background-color: #00aeef;
    color: #ffffff;
}
.rle_header_wrapper .rle_main_menu ul li ul.sub-menu {
    position: initial;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
}

*/

.rle_searchform_tabs {
    margin-top: -50px;
}
.rle_searchform_box {
    padding: 30px 0px 0px 0px;
}
.rle_searchform_btn {
    padding: 20px 0px;
}
.rle_popularareas_img img {
    width: 100%;
}
.rle_partner_wrapper ul li {
    width: 33.3333333%;
    margin: 10px 0px;
}
.rle_searchform_box .ui-widget.ui-widget-content {
    margin-bottom: 30px;
}
.rle_itemdetails_info ul.howmuch {
    width: 100%;
    margin: 50px 0px 50px 0px;
}
.rle_team_box {
    height: 400px;
}
.rle_team_box img {
    width: 100%;
}
.rle_top_header ul {
    text-align: center;
    margin-top: 10px;
}
.rle_top_header ul li {
    float: none;
    display: inline-block;
    margin: 5px 0px;
}
.rle_header_wrapper.style_2 .rle_logo {
    padding-top: 0px;
}
.rle_banner_tabs {
    padding: 10px;
}
.rle_banner_wrapper.style_3 ul.nav-tabs {
    width: 100%;
}
.rle_banner_wrapper.style_3 ul.nav-tabs li {
    width: 100%;
}
.rle_banner_wrapper.style_3 ul.nav-tabs li a {
    padding: 10px 0px 10px 10px;
}
.rle_banner_tabs_infobox h1 {
    font-size: 40px;
    line-height: 32px;
}
.rle_banner_tabs_infobox ul {
    margin: 0px 0px 15px 0px;
    padding: 30px 0px 0px 0px;
}
.rle_banner_tabs_infobox ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
}
.rle_banner_tabs_infobox .rle_price_box {
    top: 35%;
}
.rle_agent_single_info_box {
    position: relative;
    top: 40px;
    left: 0%;
    padding: 20px;
    float: left;
    width: 100%;
}
.rle_agent_single_info_content {
    margin-top: 60px;
    padding-left: 0px;
}
.rle_agent_single_info_content ul li {
    margin: 10px 0px;
}
.rle_blog_info {
    padding: 15px;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text {
    padding: 15px;
}
.rle_news_slider2 .rle_news_slider2_details img {
    width: 100%;
}
.rle_news_slider3 .rle_news_slider3_details img {
    width: 100%;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text {
    padding: 15px;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text p {
    min-height: 60px;
}
.rle_blog_single_info ul.rle_post_share li {
    margin: 5px;
}
.rle_blog_single_info img.content_img {
    margin-bottom: 20px;
}
.rle_blog_single_info blockquote {
    padding: 30px 0px;
}
.rle_blog_messages {
    margin-bottom: 50px;
}
.rle_shorting_wrapper ul.rle_view_type {
    width: 100%;
    margin-top: 25px;
}
.rle_property_details_box ul.feature_prop li {
    width: 30%;
}
.rle_property_details_box {
    padding: 15px;
}
.rle_property_details_box ul.nav-tabs {
    margin-bottom: 20px;
}
.widget.text-widget .rle_btn {
    display: table;
}

}

@media (min-width: 480px) and (max-width: 767px) {}

@media (max-width: 479px) {

.rle_searchform_btn {
    padding: 10px 0px;
}
.rle_searchform_btn img {
    width: 32px;
}
.rle_property_infobox_details_footer p {
    width: 100%;
}
.rle_property_infobox_details_footer ul {
    width: 100%;
}
.rle_property_infobox_details {
    padding: 10px;
}
.rle_pricehistry_btn {
    text-align: center;
    margin-top: 30px;
}
.rle_pricehistry_text {
    text-align: center;
}
.rle_pricehistry_text p {
    font-size: 26px;
    line-height: 32px;
}
.rle_news_slider_details_text {
    padding: 10px;
}
.rle_top_header ul li img {
    margin-right: 5px;
}
.rle_searchform_tabs.style_2 .rle_searchform_box input {
    width: 100%;
}
.rle_searchform_tabs.style_2 .rle_searchform_box .rle_btn {
    width: 100%;
    margin-top: 5px;
}
.rle_banner_text {
    padding: 50px 0px 0px 0px;
}
.rle_searchform_tabs .tab-content {
    border-radius: 3px;
}
.rle_clientsay_slider_details {
    padding-left: 30px;
}
.rle_clientsay_slider_details_text {
    padding: 15px;
}
.rle_client_say_slider .owl-theme .owl-nav .owl-prev {
    left: 5px;
}
.rle_client_say_slider .owl-theme .owl-nav .owl-next {
    left: 5px;
}
.rle_client_say_slider {
    margin-bottom: 30px;
}
.rle_newletters_box {
    text-align:center;
}
.rle_newletters_box input {
    width:100%;
    padding: 0px 15px 0px 50px;
    margin-bottom:15px;
    border-radius: 3px;
}
.rle_newletters_box .rle_btn {
    border-radius: 3px;
}
.rle_banner_tabs {
    margin-top: 100px;
}
.rle_banner_tabs_infobox h1 {
    font-size: 26px;
    line-height: 22px;
}
.rle_banner_tabs_infobox p {
    font-size: 16px;
}
.rle_banner_tabs_infobox ul {
    padding: 15px 0px 0px 0px;
}
.rle_banner_tabs_infobox ul li p {
    font-size: 26px;
    line-height: 12px;
}
.rle_banner_tabs_infobox ul li span {
    font-size: 16px;
}
.rle_banner_tabs_infobox .rle_price_box {
    width: 130px;
    height: 130px;
}
.rle_banner_tabs_infobox .rle_price_box .rle_price_box_info {
    padding-top: 40px;
}
.rle_banner_tabs_infobox .rle_price_box .rle_price_box_info h1 {
    font-size: 22px;
}
.rle_banner_tabs_infobox .rle_price_box .rle_price_box_info p {
    font-size: 14px;
}
.rle_partner_wrapper ul li {
    width: 100%;
}
.rle_peoplesay_slider_details_text {
    width: 100%;
    padding-left: 10px;
}
.rle_peoplesay_slider_details_img {
    width: 100%;
    text-align: center;
    margin-bottom:20px;
}
.rle_peoplesay_slider_details_img img {
    display: inline-block !important;
    width: auto !important;
}
.rle_peoplesay_slider_details_text {
    width: 100%;
    padding-left: 10px;
}
.rle_peoplesay_slider_details_text img {
    left: 15px;
    top: -30px;
}
.rle_itemdetails_info ul.points {
    padding-left: 20px;
}
.rle_itemdetails_info ul.points li {
    width: 100%;
}
.rle_itemdetails_info ul.howmuch li i {
    padding-right: 30px;
}
.rle_team_box {
    height: 315px;
}
.rle_team_box_open {
    bottom: -175px;
}
.rle_agent_single_name_box {
    width: 100%;
}
.rle_agent_single_share_box {
    width: 100%;
}
.rle_agent_single_share_box ul {
    float: left;
}
.rle_agent_single_share_box ul li {
    margin-left: 0px;
    margin-right: 10px;
}
.rle_agent_single_mail_box ul li {
    width: 100%;
    margin-right: 0px;
    margin: 5px 0px;
}
.rle_agent_single_info_content ul li {
    margin: 5px 0px;
    width: 100%;
}
.rle_blog_info {
    padding: 10px;
}
.rle_blog_info h3 {
    margin: 10px 0px 15px 0px;
}
.rle_blog_image span {
    font-size: 14px;
    line-height: 16px;
}
.rle_blog_info a.rle_link {
    margin-top: 10px;
}
.rle_pagination_wrapper ul {
    margin-top: -20px;
}
.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text {
    padding: 10px;
}
.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text {
    padding: 10px;
}
.rle_blog_single_info ul.rle_posted_by li {
    width: 100%;
    margin-right: 0px;
    line-height: 28px;
}
.rle_blog_single_info ul.rle_post_share li {
    width: 100%;
}
.rle_blog_single_info ul.rle_categories li {
    margin-right: 5px;
    padding: 0px 8px;
}
.rle_comment_text {
    width: 100%;
    padding-left: 0px;
}
.rle_comment_text P {
    margin: 10px 0px;
}
.rle_comment_image {
    margin-bottom: 10px;
}
.rle_blog_comment_wrapper ul li ul {
    padding-left: 30px;
}
.rle_error_wrapper {
    padding: 50px 0px 0px 0px;
}
.rle_error_info {
    padding: 0px 0px 50px 0px;
}
.rle_shorting_wrapper {
    padding: 10px;
}
.rle_shorting_wrapper ul.rle_short_by li {
    width: 100%;
    margin-right: 0px;
    margin: 5px 0px;
}
.rle_shorting_wrapper ul.rle_short_by li:after{
    display:none;
}
.rle_property_details_box ul.feature_prop li {
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.rle_property_details_box ul.nav-tabs{
    text-align:center;
}
.rle_property_details_box ul.nav-tabs > li {
    display:inline-block;
    float: none;
    width: 100%;
    margin-left: 0px;
    margin: 5px 0px;
}
.rle_property_details_box ul.nav-tabs > li > a {
    width: 100%;
}
.rle_property_details_box .col-xs-12 {
    padding: 0;
}
.rle_property_details_box_2 .share_props span {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.rle_property_details_box_2 .share_props ul {
    width: 100%;
    text-align: center;
}
.rle_property_details_box_2 .share_props ul li {
    float: none;
    margin-left: 0px;
    margin-right: 10px;
    display: inline-block;
}

}

/*------ responsive css end ----*/




.slider_v1.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.slider_v1 .swiper-slide {
    background-size: cover;
    background-position: center;
}
.slider_v1.gallery-top {
    height: 80%;
    width: 100%;
}
.slider_v1.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.slider_v1.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    position: relative;
}
.slider_v1.gallery-thumbs .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-color: #333333;
    cursor: pointer;
}
.slider_v1.gallery-thumbs .swiper-slide-active:after{
    opacity: 0;
}

.slider_v2.swiper-container {
    width: 100%;
    height: 520px;
}
@media (max-width: 768px){
.slider_v2.swiper-container {
    width: 100%;
    height: 272px;
    top: 0px;
    margin-top: 0px;
}
  }

.slider_v2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 60%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.slider_v2 .swiper-slide:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background-color: #ffffff;
}
.slider_v2 .swiper-slide.swiper-slide-active:after{
    opacity: 0;
}
.slider_v2 .swiper-slide img{
    width: 100%;
}
a{
    font-size: 15px;
}
p{
    font-size: 13px;
}
.rle_toppadder10{
    padding-top:10px;
}
.rle_toppadder20{
    padding-top:20px;
}
.rle_toppadder30{
    padding-top:30px;
}
.rle_toppadder40{
  padding-top: 10px;
  padding-bottom: 40px;
}
.rle_toppadder50{
    padding-top:50px;
}
.rle_toppadder60{
    padding-top:60px;
}
.rle_toppadder70{
    padding-top:90px;
}
.rle_toppadder80{
    padding-top:80px;
}
.rle_toppadder90{
    padding-top:90px;
}
.rle_toppadder100{
    padding-top:100px;
}
.rle_bottompadder10{
    padding-bottom:10px;
}
.rle_bottompadder20{
    padding-bottom:20px;
}
.rle_bottompadder30{
    padding-bottom:30px;
}
.rle_bottompadder40{
    padding-bottom:40px;
}
.rle_bottompadder50{
    padding-bottom:50px;
}
.rle_bottompadder60{
    padding-bottom:60px;
}
.rle_bottompadder80{
    padding-bottom:80px;
}
.rle_bottompadder90{
    padding-bottom:90px;
}
.rle_bottompadder100{
    padding-bottom:100px;
}

====================================================================
    Property Info Section
====================================================================

***/

.property-info-section{
    position:relative;
    //padding:35px 0px;
    //border-bottom:1px solid #e6e6e6;
}

.property-info-section .auto-container{
    position:relative;
    max-width:1500px;
    margin:0 auto;
}

/*Property Info*/

.property-info{
    position:relative;
    border-right:1px solid #e6e6e6;
    margin-bottom: 10px;
}

.property-info:last-child{
    border:0px;
}

.property-info .inner{
    position:relative;
    padding:30px 0px;
    text-align:center;
}

.property-info .inner .icon{
   position: relative;
    color: #00c6ff;
    font-size: 27px;
    line-height: 1em;
    padding-top: 10px;
    margin-bottom: 15px;
    display: block;
}

.property-info .inner .title{
    position:relative;
    color:#232323;
    font-size:14px;
    margin-bottom:5px;
    font-family: sans-serif;
}

.property-info .inner .total{
    position:relative;
    color:#232323;
    font-size:25px;
    font-weight:500;
    line-height:1.2em;
    font-family: sans-serif;
}
@media only screen and (max-width: 1024px){
.property-info {
    border-right: 0px;
    border: 1px solid #e6e6e6;
    height: 170px;
}
}
.property-info-section {
    background-image: url(https://web.archive.org/web/20240309072614im_/https://newport-homes.com/css/images/banner/whywe2_bg.jpg);
    background-color: white; padding: 30px 25px;
}
.sec-title h1{
    float: left;
    width: auto;
    margin: 0px 0px 30px 0px;
    padding-bottom: 15px;
    position: relative;
    color: black;
}
/*** 
/** CATEGORY AREA START **/
.category {
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
}

.categories {
    padding-bottom: 80px;
        padding-top: 30px;
}

.categories .col-pad {
    padding: 0 10px;
}

.category:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #000;
    opacity: 0.4;
    z-index: -11;
    transition: 0.3s ease-out;
}

.category_bg_box {
    transition: all 0.55s;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}
/*
.cat-1-bg {
    background-image: url(/web/20240309072614im_/https://newport-homes.com/images/popular-places/popular-places-1.jpg);
}

.cat-2-bg {
    background-image: url(/web/20240309072614im_/https://newport-homes.com/images/popular-places/popular-places-2.jpg);
}

.cat-3-bg {
    background-image: url(/web/20240309072614im_/https://newport-homes.com/images/popular-places/popular-places-4.jpg);
}

.cat-4-bg {
    background-image: url(/web/20240309072614im_/https://newport-homes.com/images/popular-places/popular-places-3.jpg);
}

*/

.category:hover .category_bg_box {
    transform: scale(1.06);
    transition: transform 0.35s ease-out;
}

.category_long_bg {
    height: 420px;
}

.category .category-overlay {
    background-color: rgba(0, 0, 0, 0.30);
    border-radius: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .15s linear;
}

.category-content {
    display: block;
    left: 90px;
    position: absolute;
    top: 50px;
    transform: translateX(-50%) translateY(-35%);
    transition: all .15s linear;
}

.category-content h3 a {
   color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.category-content h3 {
       color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.category-subtitle {
    white-space: nowrap;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .6);
    color: #333;
    border-radius: 50px;
    padding: 4px 16px;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.categories-title{
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: #333;
    /*margin: 30px 0px 35px 0px;*/
    margin-bottom: 30px;
}
.communities-name h3{
    font-size: 25px;
    align-items: center;
    color: #fff;
    background-color: #bec3c4;
    text-align: center;
}
.communities-name p{
    font-size: 15px;
    align-items: center;
    color: black;
    text-align: center;
}
.communities-name h3 a{
    color: #252121;
}
.communities-btn{
    text-align: center;
}

 .rle_shorting_wrapper h2{
 color: #303030;
 font-size: 45px;
 text-align: center;
 }
 .single-community{
    color: #303030;
   font-size: 35px;
  text-align: center;
 }

 .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;
}
.btn-style-one2 {
    position: relative;
    padding: 8px 8px 10px;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 5 !important;
    background: #00aeef;
    color: #ffffff;
    border: 2px solid #00aeef;
    font-size: 11px;
    font-weight: 600;
    margin: 0px 2px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}
.download-section {
    background-color: #f7f8f9;
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 480px){
.download-section {
    background-color: #f7f8f9;
    position: relative;
}

.rle_toppadder70{
    padding-top: 0px;
}

}

.col-v{
        color:#fffff !important;
    }
.btn-style-one:hover {
    background: #333333;
    color: #ffffff;
    border-color: #333333;
}
.btn-style-one2:hover {
    background: #707070;
    color: #ffffff;
    border-color: #00aeef;
}

/*------------------project-section----------------*/

.common-section{
    float: left;
    width: 100%;
}
.common-section .cs-detail .pro-d-heading{
    color: #7c92a2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.common-section .cs-detail .pro-d-para{
    color: #8e8c8c;
    font-size: 13px;
}
.project-container .cs-detail .pro-d-para{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    font-family: 'HelveticaLTStd-Roman';
    font-weight: normal;
    font-style: normal;
    min-height: 120px;
}
.project-section .project-container{
    margin-top: 25px;
}
.sections-heading{
    float: left;
    width: 100%;
}
.sections-heading h1{
    text-transform: uppercase;
    color: #7c92a2;
    font-size: 28px;
    line-height: 40px;
    margin: 0px 0px 0px 0px;
    font-family: 'HelveticaLTStd-Light';
    font-weight: normal;
    font-style: normal;
}
.sections-heading .heading-line{
    width: 73px;
    height: 2px;
    background-color: #abbfcd;
    display: inline-block;
}
.searh-form .left-form .sections-heading{
    margin-bottom: 10px;
}
.sections-heading{
    float: left;
    width: 100%;
}
.sections-heading h1{
    text-transform: uppercase;
    color: #212529;
    margin: 0px 0px 5px 0px;
    font-family: 'HelveticaLTStd-Light';
    font-weight: normal;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}
.sections-heading .heading-line{
    width: 73px;
    height: 2px;
    background-color: #abbfcd;
    display: inline-block;
}
.services-seciton .sections-heading h1{
    color: #fff;
}
.services-seciton .services-heading .heading-line{
    background-color: #fff;
}
.sections-heading .heading-line{
    width: 73px;
    height: 2px;
    background-color: #abbfcd;
    display: inline-block;
}
.sections-heading .heading-line{
    width: 73px;
    height: 2px;
    background-color: #abbfcd;
    display: inline-block;
}
.cs-container,
.cs-img,
.cs-detail{
    float: left;
    width: 100%;
}
.project-container .cs-detail .pro-d-para{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    font-family: 'HelveticaLTStd-Roman';
    font-weight: normal;
    font-style: normal;
    min-height: 120px;
}
.project-container .project-img:hover .overlay-common{
    display: block;
}
.project-section .project-container{
    margin-top: 25px;
    padding-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}
.project-container .project-infinity-1 {
    background: url(https://web.archive.org/web/20240309072614im_/https://newport-homes.com/images/infinity-logo.png) no-repeat left bottom;
    min-height: 180px;

}

@media (min-width: 992px){

        /*.project-container .cs-detail .pro-d-para{
            min-height: 160px !important;
    }*/

    .fancybox-inner{
    }



.project-container.news-container .cs-detail .pro-d-para {
    min-height: 60px !important;
}
  }

.cs-container,
.cs-img,
.cs-detail{
    float: left;
    width: 100%;
}

.property-list .project-img{
    position: relative;
    text-align: center;
    background-color: #899dab;
    height: 190px;
    overflow: hidden;
}
.project-container .project-img:hover .overlay-common{
    display: block;
}

@media (max-width: 768px){

    .property-list .project-img{
        height: auto !important;
    }
}
.project-img img {
    /*height: 250px;*/
    width: 100% !important;
    max-width: 1000000px !important;
    /*position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
}
.news-archive .property-list .project-img {
    height: 245px;
}

.palma-gallery-section .property-list .project-img {
    height: 240px;
}
.overlay-common{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: none;
}
.overlay-common a{
    margin-top: 32%;
    font-family: 'HelveticaLTStd-Bold';
    font-weight: normal;
    font-style: normal;
}
.project-container .project-img:hover .overlay-common{
    display: block;
}
.gallery-video-section .overlay-common{
    display: block;
}
.gallery-video-section .overlay-common .g-video-btn{
    display: inline-block;
    margin-top: 28%;
}
.gallery-modal .video-slide .overlay-common{
    background-color: transparent;
}
.gallery-modal .video-slide .overlay-common .g-video-btn{
    margin-top: 22%;
}
.overlay-common a img {
    width: 25% !important;
    min-height: 0px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%,-50%);
}
.overlay-common a img{
    width: 50px !important;
    min-height: 0px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%,-50%);
    height: 50px;
}
.video-slide .overlay-common {
    display: none !important;
}
.readMore-btn{
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border: 1px solid #fff;
    display: inline-block;
    padding: 12px 27px 9px 27px;
    text-transform: uppercase;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.readMore-btn:hover{
    background-color: #fff;
    color: #000;
}
.footer .register-form .readMore-btn{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    padding: 12px;
}
.footer .register-form .readMore-btn:hover{
    background-color: #9eb1bf;
    border-color: #9eb1bf;
}

.UPCOMING-PROJECTS .pro-d-heading{
    text-align: center;
}
.common-section .cs-detail .pro-d-heading{
    color: #7c92a2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 26px;
}
.common-section .cs-detail .pro-d-para{
    color: #8e8c8c;
    font-size: 13px;
}
.project-container .cs-detail .pro-d-para{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    font-family: 'HelveticaLTStd-Roman';
    font-weight: normal;
    font-style: normal;
    min-height: 120px;
    padding: 10px;
}


@media (max-width: 1200px){
    
    .palma-h-projects .col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
    }

    /*.project-container .cs-detail .pro-d-para{
            min-height: 160px !important;
    }*/

}

.news-container p.pro-d-para {
    min-height: 60px !important;
}
.readMore-btn{
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border: 1px solid #fff;
    display: inline-block;
    padding: 12px 27px 9px 27px;
    text-transform: uppercase;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.readMore-btn:hover{
    background-color: #fff;
    color: #000;
}
.footer .register-form .readMore-btn{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    padding: 12px;
}
.footer .register-form .readMore-btn:hover{
    background-color: #9eb1bf;
    border-color: #9eb1bf;
}
.home-projects-rm {
    color: #8e8c8c;
    border: 1px solid #8e8c8c;
    padding: 8px 20px;
    position: absolute;
    bottom: 0;
}

.slider_v2 .swiper-slide.swiper-slide-active:after {
    opacity: 0;
}
.slider_v2 .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background-color: #ffffff;
}
.loadMore-btn{
    width: 100%;
    background-color: #cedade;
    color: #343a40;
    font-size: 16px;
    display: inline-block;
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
   /* font-family: 'HelveticaLTStd-Roman';*/
    font-weight: normal;
    font-style: normal;
    margin-top: 20px;
}
.loadMore-btn:hover{
    background-color: #e0e1e2;
}

/*-------------end project section-----------*/

.common-section{
    float: left;
    width: 100%;
    padding: 30px 0;
}
.common-section .cs-detail .pro-d-heading{
    color: #7c92a2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    min-height: 59px!important;
}

.services-seciton{
    background: url('https://web.archive.org/web/20240309072614im_/https://newport-homes.com/images/dre-2.jpg') no-repeat;
    background-size: cover;
    padding: 160px 0;
}
.services-seciton .services-bg{
    float: left;
    width: 100%;
    background-color: rgba(124,146,162,0.95);
    padding: 80px 0;
}
.services-seciton .sections-heading h1{
    color: #fff;
}
.services-seciton .services-container{
    margin: 30px 0px 20px 0px;
}
.services-seciton .services-heading h1{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
.services-seciton .services-heading .heading-line{
    background-color: #fff;
}
.services-seciton .services-detail p{
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    margin: 10px 0px 15px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    font-family: 'HelveticaLTStd-Roman';
    font-weight: normal;
    font-style: normal;
    text-align: justify;
    font-family: roboto;
}

.services-seciton .sections-heading h1{
    color: #fff;
}
.sections-heading{
    float: left;
    width: 100%;
}
.sections-heading h1{
    text-transform: uppercase;
    color: #7c92a2;
    margin: 0px 0px 5px 0px;
    font-family: 'HelveticaLTStd-Light';
    font-weight: normal;
    font-style: normal;
}
.sections-heading .heading-line{
    width: 73px;
    height: 2px;
    background-color: #abbfcd;
    display: inline-block;
}
.searh-form .left-form .sections-heading{
    margin-bottom: 10px;
}
.sections-heading{
    float: left;
    width: 100%;
}
.sections-heading h1{
    text-transform: uppercase;
    color: #7c92a2;
    font-size: 28px;
    line-height: 40px;
    margin: 0px 0px 0px 0px;
    font-family: 'HelveticaLTStd-Light';
    font-weight: normal;
    font-style: normal;
}
.sections-heading .heading-line{
    width: 73px;
    height: 2px;
    background-color: #abbfcd;
    display: inline-block;
}
.sections-heading .heading-line{
    width: 73px;
    height: 2px;
    background-color: #abbfcd;
    display: inline-block;
}
.sections-heading .heading-line{
    width: 73px;
    height: 2px;
    background-color: #abbfcd;
    display: inline-block;
}
.services-seciton .services-heading .heading-line{
    background-color: #fff;
}
.services-seciton .services-container{
    margin: 30px 0px 20px 0px;
}
.services-seciton .sections-heading h1{
    color: #fff;
}
.sections-heading{
    float: left;
    width: 100%;
}
.sections-heading p{
   text-align: justify;
}
.sections-heading h1{
    text-transform: uppercase;
    color: #7c92a2;
    margin: 0px 0px 5px 0px;
    font-family: 'HelveticaLTStd-Light';
    font-weight: normal;
    font-style: normal;
    text-align: left;
}
.sections-heading .heading-line{
    width: 73px;
    height: 2px;
    background-color: #abbfcd;
    display: inline-block;
}
.searh-form .left-form .sections-heading{
    margin-bottom: 10px;
}
.services-seciton .services-heading h1{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
}
/* Popup form CSS Code */
.popScroll
{
position:fixed; 
z-index:1000; 
top:0;
display:    table;
text-align: center;
width:      100%;
height:     100%;

}


.popup
{
z-index: 10;
width:450px;
height:480px;
position:relative;
margin:20px auto;
display:block;
text-align:center;
-moz-background-clip: padding;
-o-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #fff; /* layer fill content */
-moz-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
-o-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
-webkit-transform-origin:top center;
-moz-transform-origin:top center;
-o-transform-origin:top center;
transform-origin:top center;
-webkit-animation: iconosani 1.2s forwards;
animation: iconosani 1.2s forwards;
-moz-animation: iconosani 1.2s forwards;
-o-animation: iconosani 1.2s forwards;
}

@-webkit-keyframes iconosani {
    0% {
        -webkit-transform: perspective(800px) rotateX(-90deg);
        -moz-transform: perspective(800px) rotateX(-90deg);
        -o-transform: perspective(800px) rotateX(-90deg);
        opacity: 1;
    } 
    40% {
        -webkit-transform: perspective(800px) rotateX(30deg);
        -moz-transform: perspective(800px) rotateX(30deg);
        -o-transform: perspective(800px) rotateX(30deg);
        opacity: 1;
    }
    70% {
        -webkit-transform: perspective(800px) rotateX(-10deg);
        -moz-transform: perspective(800px) rotateX(-10deg);
        -o-transform: perspective(800px) rotateX(-10deg);
    }
    100% {
        -webkit-transform: perspective(800px) rotateX(0deg);
        -moz-transform: perspective(800px) rotateX(0deg);
        -o-transform: perspective(800px) rotateX(0deg);
        opacity: 1;
    }
}


.popScroll h1
{
  height: 60px;
  position: relative;
  color: #fff;
  font: 25px/60px sans-serif;
  text-align: center;
  text-transform: uppercase;
  background: #3D79D0;
}
.popScroll form{
margin:10px auto;
}

.subscribe-widget .email-form {
    font-size: 13px;
    color: #999999;
    padding-left: 6px;
    width: 280px;
    border: 1px solid #e0e0e0;
    padding: 5px 0 5px 5px;
    line-height: 25px;
    margin: 0 auto;
}

.subscribe-widget .button {
background: #3D79D0;
padding: 6px 15px;
color: #fff;
border: none;
line-height: 25px;
margin-left:0;
cursor:pointer;
}

input[type="submit"] {
-webkit-appearance: button;
-moz-appearance: button;
-o-appearance: button;
cursor: pointer;
}

.popScroll p { padding: 1px 5px;    font-family: 'Open Sans'; font-size: 17px; margin-bottom: 10px;  }


#option { position: relative; }

.boxi {
    display: inline-block;
    width: 169px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    }

#home { 
    background: #3D79D0;
    }

#close { 
    background: #D21111;
    }

.popScroll em {
    width: 42px;
    display: inline-block;
    position: relative;
    margin: 0 -20px;
    line-height: 42px;
    background: #fff;
    color: #777;
    text-align: center;
    border-radius: 50px;
    }

#home:hover { background: #1852C7;  }
#close:hover { background: #B30E0E; }


body.overlay:after{
  content:'';
  width:100%;
  height:100%;
  top:0px; left:0px;
  z-index:0;
  opacity:.8;
  position:fixed; top:0; left:0; bottom:0; right:0;
  background:#000;
}

body.overlay{ /* Prevents scrolling */
  /*overflow:hidden;
  max-height:100%;
  max-width:100%;*/
}


.ribbon {
  position: absolute;
  z-index: 100;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.ribbon.top-left {
  top: -2.6px;
  left: -5px;
}

.ribbon.top-left.ribbon-primary > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF428BCA', endColorstr='#FF2A6496');
  background-image: -moz-linear-gradient(top, #428bca 0%, #2a6496 100%);
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2a6496 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2a6496 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 65%;
  color: white;
  background-color: #428bca;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  top: 16px;
  left: -27px;
}
.ribbon.top-left.ribbon-primary > small:before, .ribbon.top-left.ribbon-primary > small:after {
  position: absolute;
  content: " ";
}
.ribbon.top-left.ribbon-primary > small:before {
  left: 0;
}
.ribbon.top-left.ribbon-primary > small:after {
  right: 0;
}
.ribbon.top-left.ribbon-primary > small:before, .ribbon.top-left.ribbon-primary > small:after {
  bottom: -3px;
  border-top: 3px solid #0e2132;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.banner
{
width:300px;
height:250px;
position:relative;
margin:10px auto;
display:block;
text-align:center;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #fff; /* layer fill content */
-moz-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
}

.adstext
{
margin-top:20px; color:#000; position:relative;
}


@media screen and (max-width: 600px) {


.popup
{
width:370px;
height:480px;
}


.popScroll h1
{
  height: 40px;
  font: 18px/40px sans-serif;
}

.subscribe-widget .email-form {
width:210px;
}

.adstext
{
margin-top:20px;
}

}

@media screen and (max-width: 400px) {


.popup
{
width:350px;
height:480px;
}


.popScroll h1
{
  height: 40px;
  font: 18px/40px sans-serif;
}

.subscribe-widget .email-form {
width:210px;
}


.banner
{
margin:10px auto;

}

.adstext
{
margin-top:20px;
}
}

input.email-form:active, input.email-form:focus {
  -webkit-animation: fade 0.55s ease-in;
  -moz-animation: fade 0.55s ease-in;
  animation: fade 0.55s ease-in;
}

@-webkit-keyframes fade {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }

  66% {
    box-shadow: 0 0 0 10px #3D79D0, 0 0 0 12px white;
  }

  100% {
    box-shadow: 0 0 0 20px  transparent, 0 0 0 22px  transparent;
  }
}
@-moz-keyframes fade {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }

  66% {
    box-shadow: 0 0 0 10px #3D79D0, 0 0 0 12px white;
  }

  100% {
    box-shadow: 0 0 0 20px  transparent, 0 0 0 22px  transparent;
  }
}
@-o-keyframes fade {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }

  66% {
    box-shadow: 0 0 0 10px #3D79D0, 0 0 0 12px white;
  }

  100% {
    box-shadow: 0 0 0 20px  transparent, 0 0 0 22px  transparent;
  }
}
@keyframes fade {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }

  66% {
    box-shadow: 0 0 0 10px #3D79D0, 0 0 0 12px white;
  }

  100% {
    box-shadow: 0 0 0 20px  transparent, 0 0 0 22px  transparent;
  }
}


/* POPUP */

.box {
    display: table;
    top: 0;
    visibility: hidden;
    -webkit-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    -ms-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    -moz-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    transform: perspective(1200px) rotateY(180deg) scale(0.1);
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s all;
}

.box p {
    display: table-cell;
    vertical-align: middle;
    font-size: 64px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    opacity: 0;
    transition: .2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.box p i {
    font-size: 128px;
    margin:0 0 20px;
    display:block;
}

.box .close {
  display:block;
  cursor:pointer;
  border:3px solid rgba(255, 255, 255, 1);
  border-radius:50%;
  position:absolute;
  top:50px;
left:50px;
  width:50px;
  height:50px;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  transform:rotate(45deg);
  transition: .2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity:0;
}

.box .close:active {
    top:51px;
}

.box .close::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  width: 80%;
  height: 6%;
  left: 10%;
  top: 47%;
}

.box .close::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  width: 6%;
  height: 80%;
  left: 47%;
  top: 10%;
}

.box.open {
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -webkit-transform: perspective(1200px) rotateY(0deg) scale(1);
    -moz-transform: perspective(1200px) rotateY(0deg) scale(1);
    -ms-transform: perspective(1200px) rotateY(0deg) scale(1);
    transform: perspective(1200px) rotateY(0deg) scale(1);
    width: 100%;
    height: 100%;
}

.box.open .close, .box.open p {
    opacity: 1;
}
#card {
  font-family: Georgia;
  background: #fff;
  width: 450px;
  height: 185px;
  margin: 200px auto;
  padding: 10px 25px 30px 25px;

  border: 1px solid white;
  -webkit-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
  text-align: center; }
  #card spa {
    color: #dc152c;
    font-weight: normal;
    font-size: 48px;
margin-bottom:10px;}
    #card spa::first-letter {
      color: #194ff7; }
    #card spa b {
      color: #f1840b;
      font-weight: normal; }
    #card spa b + b {
      color: #194ff7; }
    #card spa b + b + b {
      color: #00940e; }

.content {
  text-align: left;
  /* Pure CSS3 typing animation with steps() :
     http://lea.verou.me/2011/09/pure-css3-typing-animation-with-steps/ */ }
  .content ul {
    padding: 0;
    margin: 5px;
    font: 16px Arial; }
    .content ul li {
      list-style: none; }
      .content ul li a {
        color: #12C; }
      .content ul li span {
        display: block;
        width: 100%;
        margin-bottom: 2px; }
        .content ul li span:nth-child(2) {
          margin-bottom: 10px; }
          .content ul li span:nth-child(2) a {
            color: #093;
            text-decoration: none; }
        .content ul li span:nth-child(3), .content ul li span:nth-child(4) {
          font-size: 14px; }
  .content .text {
    border: 1px solid #7ec6fd;
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    .content .text h2 {
      position: relative;
      float: left;
      font-size: 100%;
      font-weight: normal;
      padding: 0;
      margin: 5px 10px; }
      .content .text h2 span {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        background: white;
        /* same as background */
        border-left: 0.1em solid black;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
 }
  .project-btn{
    color: #071c35;
    border: 1px solid #071c35;
    padding: 8px 20px;
    position: absolute;
    bottom: 0;
    font-size: 10px;
    font-weight: 700;
}
   .proj-btn-div{
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
}
.carousel-inner img {
       width: 100vw;
    height: 90vh
  }
.carousel-inner1 img {
       width: 50.2vw;
    height: 100vh
  }
  @media(max-width:799px){
      .carousel-inner1 img {
    width: 100vw;
    height: 280px;
  }
    .carousel-item {
    height: auto;
}
  }
  .carousel-item {
    height: auto;
}
.image_add_test{
     position: relative;
     text-align: center;
  
}
@media(max-width:700px){
    
   .image_add_test{
  
  margin-bottom:3px
} 

}
.centered {
  position: absolute;
  bottom:5%;
  text-shadow: 1px 1px black;
  //padding-right:4px;
  //box-shadow: 3px 5px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media(max-width:700px){
  .centered {
  position: absolute;
  bottom:6px;
 
   text-shadow: 1px 1px black;
   box-shadow: 3px 5px;
  left: 50%;
  transform: translate(-50%, -50%);
}  
}

.h1_add{
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        font-size: 25px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 200;
    color: white;
}
@media(max-width:700px){
    .h1_add{
     font-size: 19px;
    }
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 39px;   
  /*  background-color: #343a40;*/
}

@media only screen and (max-width: 419px) {
    .carousel-item {
    height: 360px;
}
    }

/*------ Property Wrapper css start ----*/
.rle_property_wrapper{
    float:left;
    width:100%;
    background-color:#f7f8f9;
    padding-bottom: 20px;
}
.rle_property_wrapper_2{
    float:left;
    width:100%;
    background-image:url(https://web.archive.org/web/20240309072614im_/https://newport-homes.com/images/banner/bnr2.jpg);
}
.rle_property_slider{
    float:left;
    width:100%;
}
.rle_property_slider .owl-theme .owl-nav [class*='owl-']{
    display:none;
}
.rle_property_slider .owl-theme .owl-dots{
    margin-top:50px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_slider .owl-theme .owl-dots .owl-dot.active span, .rle_property_slider .owl-theme .owl-dots .owl-dot:hover span{
    background-color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_infobox{
    float:left;
    width:100%;
    background-color:#ffffff;
    margin-bottom:30px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_infobox:hover{
    -webkit-box-shadow: 0px 10px 30px -15px #000000;
    -moz-box-shadow: 0px 10px 30px -15px #000000;
    -o-box-shadow: 0px 10px 30px -15px #000000;
    -ms-box-shadow: 0px 10px 30px -15px #000000;
    box-shadow: 0px 10px 30px -15px #000000;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_infobox_img{
    float:left;
    width:100%;
    position:relative;
}
.rle_property_infobox_img img{
    float:left;
    width:100%;
    position:relative;
}
.rle_property_infobox_img span{
    position:absolute;
    bottom:0px;
    right:0px;
    padding:8px 20px;
    font-size:21px;
    background-color:#f4a42b;
    color:#ffffff;
    text-transform:capitalize;
}
.rle_property_infobox_img ul{
    position:absolute;
    top: 20px;
    left: 30px;
    padding: 0px;
}
.rle_property_infobox_img ul li{
    list-style:none;
    float:left;
    width:auto;
    padding:5px 10px;
    text-transform:uppercase;
    color:#ffffff;
    font-size:10px;
    margin-right:5px;
}
.rle_property_infobox_img ul li:last-child{
    margin-right:0px;
}
.rle_property_infobox_details{
    float:left;
    width:100%;
    padding:20px;
}
.rle_property_infobox_details.style_2 {
    padding: 5px 20px 10px 20px;
}
.rle_property_infobox_details_header{
    float:left;
    width:100%;
    border-bottom:1px solid #e1e1e1;
    margin-bottom:10px;
}
.rle_property_infobox_details_header.style_2{
    text-align:center;
}
.rle_property_infobox_details_header ul{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}
.rle_property_infobox_details_header ul li{
    list-style:none;
    float:left;
    width:auto;
    padding:5px 10px;
    text-transform:uppercase;
    color:#ffffff;
    font-size:10px;
    margin-right:5px;
}
.rle_property_infobox_details_header ul li:last-child{
    margin-right:0px;
}
.rle_red_clr{
    background-color:#eb3c48;
}
.rle_green_clr{
    background-color:#63cb16;
}
.rle_black_clr{
    background-color:#333333;
}
.rle_property_infobox_details_header h3{
    float:left;
    width:100%;
    margin:10px 0px 3px 0px;
    font-size:20px;
    text-transform:capitalize;
}
.rle_property_infobox_details_header h3 a{
    float:left;
    width:auto;
    color:#333333;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_infobox_details_header.style_2 h3 a{
    float:none;
}
.rle_property_infobox_details_header h3 a:hover{
    color:#00aeef;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_infobox_details_header p{
    float:left;
    width:100%;
    color:#695b5b;
}
.rle_property_infobox_details_header span{
    float:left;
    width:100%;
    color: #666666;
    padding: 25px 0px;
    position:relative;
    text-align: justify;
}
.rle_property_infobox_details_header span:before{
    content: "";
    position: absolute;
    background-color: #e1e1e1;
    width: 80px;
    height: 1px;
    left: 0px;
    top: 7px;
}
.rle_property_infobox_details_footer{
    float:left;
    width:100%;
    text-transform:capitalize;
}
.rle_property_infobox_details_footer p{
    float:left;
    width:170px;
    color:#666666;
}
.rle_property_infobox_details_footer ul{
    float: left;
    width: calc(100% - 170px);
    margin:0px;
    padding:0px;
}
.rle_property_infobox_details_footer ul li{
    list-style:none;
    float:left;
    width:auto;
    margin-right:10px;
    color:#666666;
}
.rle_property_infobox_details_footer ul li i{
    margin-right:3px;
    color:#00aeef;
}
.rle_property_infobox_details_pricefooter{
    float:left;
    width:100%;
    padding:10px 0px 0px 0px;
    border-top:1px solid #e1e1e1;
}
.rle_property_infobox_details_pricefooter span{
    float:left;
    width:auto;
    padding:0px;
    font-size:21px;
    color:#f4a42b;
    text-transform:capitalize;
}
.rle_property_infobox_details_pricefooter a{
    float:right;
    width:auto;
    text-decoration:none;
    font-size:15px;
    color:#666666;
    text-transform:capitalize;
    margin-top:5px;
    margin-right:-10px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_infobox_details_pricefooter a:hover{
    color:#00aeef;
    margin-right:0px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_infobox_details_pricefooter a i{
    color:#ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_infobox_details_pricefooter a:hover i{
    color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_single_wrapper{
    float:left;
    width:100%;
    background-color:#f7f8f9;
}
.rle_property_single_heading{
    float:left;
    width:100%;
    margin-bottom:50px;
}
.rle_property_single_heading h2{
    float:left;
    width:100%;
    margin:0px;
}
.rle_property_single_heading sup{
    margin:0px;
    background-color:#eb3c48;
    padding:3px;
    color:#ffffff;
    font-size:10px;
    text-transform:uppercase;
}
.rle_property_single_heading p{
    float:left;
    width:100%;
    margin:0px;
}
.rle_property_details_box{
    float:left;
    width:100%;
    padding:30px 25px;
    background-color:#ffffff;
    border:1px solid #e1e1e1;
    margin-bottom:50px;
    text-align: justify;
}
.rle_property_details_box_2{
    float:left;
    width:100%;
    padding:11px;
    background-color:#ffffff;
    border:1px solid #e1e1e1;
    margin-bottom:30px;
}
.rle_property_details_box h3{
  /*  float:left;*/
    width:auto;
    margin:0px 0px 30px 0px;
    padding-bottom:15px;
    position:relative;
    font-size:20px;
}
.rle_property_details_box h3:after{
    content:"";
    position:absolute;
    top:100%;
    left:0;
    background-color:#e1e1e1;
    height:1px;
    width:70px;
}
.rle_property_details_box p{
    float:left;
    width:100%;
    text-align: justify;
}
.rle_property_details_box ul.feature_prop{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}
li.ticklist i.fa {
    color: #00c6ff;
    position: absolute;
    left: 0;
    top: 6px;
    list-style-type: none;
}
li.ticklist{
    list-style-type: none;
}
.pro-amenities-list{
    padding-left: 10px;
    height: 30px;

}
.rle_property_details_box ul.feature_prop li{
    list-style: none;
    float: left;
    width: 18%;
    margin: 10px 10px 10px 0px;
}
.rle_property_details_box ul.nav-tabs{
    float:right;
    width:auto;
    border:none;
}
.rle_property_details_box ul.nav-tabs > li{
    float:left;
    width:auto;
    margin-left:10px;
}
.rle_property_details_box ul.nav-tabs > li > a{
    float:left;
    width:auto;
    padding:10px 20px;
    text-transform:uppercase;
    color:#888888;
    border-radius:100px;
    border:1px solid #e1e1e1;
    font-size:13px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_details_box ul.nav-tabs > li > a:hover, .rle_property_details_box ul.nav-tabs > li.active > a, .rle_property_details_box ul.nav-tabs > li.active > a:hover, .rle_property_details_box ul.nav-tabs > li.active > a:focus{
    background-color:#333333;
    color:#ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_details_box .tab-content{
    float:left;
    width:100%;
}
.rle_property_details_box .tab-content p{
    float:left;
    width:100%;
}
.rle_property_details_box .tab-content ul{
    float:left;
    width:100%;
    margin:10px 0px 50px 0px;
    padding:0px;
}
.rle_property_details_box .tab-content ul li{
    list-style:none;
    float:left;
    width:auto;
    padding-right:25px;
    position:relative;
}
.rle_property_details_box .tab-content ul li:after{
    content: ".";
    position: absolute;
    top: -30px;
    right: 7px;
    font-size: 40px;
}
.rle_property_details_box .tab-content ul li:last-child:after{
    display:none;
}
.rle_property_details_box .tab-content ul li:last-child{
    padding-right:0px;
}
.rle_property_details_box .tab-content ul li span{
    font-weight:bold;
}
.rle_property_details_box .tab-content .floor_img{
    float:left;
    width:100%;
    text-align:center;
}
.rle_property_details_box .tab-content .floor_img img{
    display:inline-block;
}
.rle_property_details_box  iframe{
    float:left;
    width:100%;
    height:350px;
}
.rle_property_details_box  canvas{
    float:left;
    width:100% !important;
}
.rle_property_details_box .panel-group{
    float:left;
    width:100%;
}
.rle_property_details_box .panel-group .panel-default{
    border-color:transparent;
    border-radius:0px;
}
.rle_property_details_box .panel-group .panel-heading{
    background-color: transparent;
    padding:0px;
}
.rle_property_details_box .panel-group .panel-heading .panel-title {
    font-weight:400;
}
.rle_property_details_box .panel-group .panel-heading .panel-title a{
    display:inline-block;
    width:100%;
    padding:10px 0px;
}
.rle_property_details_box .panel-group .panel-heading .panel-title i{
    color:#00aeef;
    padding-right:10px;
}
.rle_property_details_box_2 .share_props{
    float:left;
    width:100%;
}
.rle_property_details_box_2 .share_props span{
    float:left;
    width:auto;
    color:#303030;
    font-weight:600;
    padding-top: 5px;
}
.rle_property_details_box_2 .share_props ul{
    float:right;
    width:auto;
    margin:0px;
    padding:0px;
}
.rle_property_details_box_2 .share_props ul li{
    list-style:none;
    float:left;
    width:auto;
    margin-left:10px;
}
.rle_property_slider .owl-carousel{
    z-index: none;
}
.rle_property_details_box_2 .share_props ul li a{
    float:left;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    border-radius:100%;
    color:#ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_details_box_2 .share_props ul li a:hover{
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_details_box_2 .share_props ul li a.clr_twitter{
    background-color:#1aa9e1;
}
.rle_property_details_box_2 .share_props ul li a.clr_facebook{
    background-color:#3b5a9a;
}
.rle_property_details_box_2 .share_props ul li a.clr_google{
    background-color:#c54333;
}
.rle_property_details_box_2 .share_props ul li a.clr_linkedin{
    background-color:#4c72b9;
}
.rle_property_details_box .user_info{
    float:left;
    width:100%;
}
.rle_property_details_box .user_info img{
    float:left;
    width:100px;
}
.rle_property_details_box .user_info h4{
    float:left;
    width:calc(100% - 100px);
    color:#00aeef;
    margin:0px;
    margin-top:10px;
    padding-left:20px;
}
.rle_property_details_box .user_info p{
    float:left;
    width:calc(100% - 100px);
    padding-left:20px;
}
.rle_property_details_box .user_info ul{
    float:left;
    width:calc(100% - 100px);
    margin:0px;
    padding-left:20px;
}
.rle_property_details_box .user_info ul li{
    list-style:none;
    float:left;
    width:auto;
    margin-right:10px;
}
.rle_property_details_box .user_info ul li a{
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_details_box .user_info ul li a:hover{
    color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_details_box .user_info_share{
    float:left;
    width:100%;
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom:1px solid #e1e1e1;
}
.rle_property_details_box.style_2 .user_info_share{
    padding-bottom:0px;
    border-bottom:none;
}
.rle_property_details_box .user_info_share ul{
    float:left;
    width:100%;
    margin:0px;
    margin-top:20px;
    padding:0px;
}
.rle_property_details_box .user_info_share ul li{
    list-style:none;
    float:left;
    width:auto;
    margin-right:10px;
    padding-top: 10px;
}
.rle_property_details_box .user_info_share.style_2 ul li{
    width:100%;
    margin-bottom:5px;
}
.rle_property_details_box .user_info_share ul li a{
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_details_box .user_info_share ul li a:hover{
    color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_property_details_box .user_info_share ul li a i{
    color:#00aeef;
    padding-right:5px;
}
.rle_property_details_box .user_info_share.style_2 ul li a i{
    border:1px solid #e1e1e1;
    width:35px;
    height:35px;
    line-height:35px;
    text-align:center;
    padding:0px;
    margin-right: 10px;
}
.rle_property_details_box .user_info_form{
    float:left;
    width:100%;
}
.rle_property_details_box .user_info_form input{
    float:left;
    width:100%;
    height:45px;
    border:1px solid #e1e1e1;
    border-radius:3px;
    margin-bottom: 15px;
    padding:0px 15px;
    background-color:#f8f8f8;
}
.rle_property_details_box .user_info_form textarea{
    float:left;
    width:100%;
    border:1px solid #e1e1e1;
    border-radius:3px;
    margin-bottom:15px;
    padding:10px 15px;
    background-color:#f8f8f8;
}
.community-pagination{
    margin: 5px;
}
.community-btn{
    border: 1px solid #071c35;
    color: #071c35;
    padding: 5px 10px;
    margin-top: 10px;
}
@media only screen and (max-width: 419px) {
   .community-btn{
    border: 1px solid black;
    padding: 5px 10px;
    margin-top: 20px;
}
    }

    /* CSS Code */
.popScroll
{
position:fixed; 
z-index:1000; 
top:0;
display:    table;
text-align: center;
width:      100%;
height:     100%;

}


.popup
{z-index: 10;width: 370px;top: 122px;height: 435px;position:relative;margin:20px auto;display:block;text-align:center;-moz-background-clip: padding;-o-background-clip: padding;-webkit-background-clip: padding-box;background-clip: padding-box; /* prevents bg color from leaking outside the border */background-color: #fff; /* layer fill content */-moz-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */-webkit-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */-o-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */-webkit-transform-origin:top center;-moz-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation: iconosani 1.2s forwards;animation: iconosani 1.2s forwards;-moz-animation: iconosani 1.2s forwards;-o-animation: iconosani 1.2s forwards;}

@-webkit-keyframes iconosani {
    0% {
        -webkit-transform: perspective(800px) rotateX(-90deg);
        -moz-transform: perspective(800px) rotateX(-90deg);
        -o-transform: perspective(800px) rotateX(-90deg);
        opacity: 1;
    } 
    40% {
        -webkit-transform: perspective(800px) rotateX(30deg);
        -moz-transform: perspective(800px) rotateX(30deg);
        -o-transform: perspective(800px) rotateX(30deg);
        opacity: 1;
    }
    70% {
        -webkit-transform: perspective(800px) rotateX(-10deg);
        -moz-transform: perspective(800px) rotateX(-10deg);
        -o-transform: perspective(800px) rotateX(-10deg);
    }
    100% {
        -webkit-transform: perspective(800px) rotateX(0deg);
        -moz-transform: perspective(800px) rotateX(0deg);
        -o-transform: perspective(800px) rotateX(0deg);
        opacity: 1;
    }
}


.popScroll h1
{
  height: 60px;
  position: relative;
  color: #fff;
  font: 25px/60px sans-serif;
  text-align: center;
  text-transform: uppercase;
  background: #062d3c;
}
.popScroll form{
margin:10px auto;
}

.subscribe-widget .email-form {
font-size: 13px;
color: #999999;
padding-left: 6px;
width: 270px;
border: 1px solid #e0e0e0;
padding: 5px 0 5px 5px;
line-height: 25px;
}

.subscribe-widget .button {
background: #062d3c;
padding: 6px 15px;
color: #fff;
border: none;
line-height: 25px;
margin-left:0;
cursor:pointer;
}
.subscribe-widget .email-form:focus {
  border: 1px solid red;
}

input[type="submit"] {
-webkit-appearance: button;
-moz-appearance: button;
-o-appearance: button;
cursor: pointer;
}

.popScroll p { padding: 1px 5px;    font-family: 'Open Sans'; font-size: 17px; margin-bottom: 10px;  }


#option { position: relative; }

.boxi {
    display: inline-block;
    width: 169px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    }

#home { 
    background: #062d3c;
    }

#close { 
    background: #062d3c;
    }

.popScroll em {
    width: 42px;
    display: inline-block;
    position: relative;
    margin: 0 -20px;
    line-height: 42px;
    background: #fff;
    color: #777;
    text-align: center;
    border-radius: 50px;
    }

#home:hover { background: #07394d; color: #fff; }
#close:hover { background: #07394d; color: #fff;
    text-decoration: underline;}


body.overlay:after{
  content:'';
  width:100%;
  height:100%;
  top:0px; left:0px;
  z-index:0;
  opacity:.8;
  position:fixed; top:0; left:0; bottom:0; right:0;
  background:#000;
}

body.overlay{ /* Prevents scrolling */
  /*overflow:hidden;
  max-height:100%;
  max-width:100%;*/
}


.ribbon {
  position: absolute;
  z-index: 100;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.ribbon.top-left {
  top: -2.6px;
  left: -5px;
}

.ribbon.top-left.ribbon-primary > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF428BCA', endColorstr='#FF2A6496');
  background-image: -moz-linear-gradient(top, #428bca 0%, #2a6496 100%);
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2a6496 100%);
  background-image: linear-gradient(to bottom, #062d3c 0%, #062d3c 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 65%;
  color: white;
  background-color: #428bca;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  top: 16px;
  left: -27px;
}
.ribbon.top-left.ribbon-primary > small:before, .ribbon.top-left.ribbon-primary > small:after {
  position: absolute;
  content: " ";
}
.ribbon.top-left.ribbon-primary > small:before {
  left: 0;
}
.ribbon.top-left.ribbon-primary > small:after {
  right: 0;
}
.ribbon.top-left.ribbon-primary > small:before, .ribbon.top-left.ribbon-primary > small:after {
  bottom: -3px;
  border-top: 3px solid #0e2132;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.banner
{
width:300px;
height:250px;
position:relative;
margin:10px auto;
display:block;
text-align:center;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #fff; /* layer fill content */
-moz-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
}

.adstext
{
margin-top:20px; color:#000; position:relative;
}


@media screen and (max-width: 600px) {


.popup
{
width:370px;
height:480px;
}


.popScroll h1
{
  height: 40px;
  font: 18px/40px sans-serif;
}

.subscribe-widget .email-form {
width:210px;
}

.adstext
{
margin-top:20px;
}

}

@media screen and (max-width: 400px) {


.popup
{
width:350px;
height:480px;
}


.popScroll h1
{
  height: 40px;
  font: 18px/40px sans-serif;
}

.subscribe-widget .email-form {
width:210px;
}


.banner
{
margin:10px auto;

}

.adstext
{
margin-top:20px;
}
}

input.email-form:active, input.email-form:focus {
  -webkit-animation: fade 0.55s ease-in;
  -moz-animation: fade 0.55s ease-in;
  animation: fade 0.55s ease-in;
}

@-webkit-keyframes fade {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }

  66% {
    box-shadow: 0 0 0 10px #3D79D0, 0 0 0 12px white;
  }

  100% {
    box-shadow: 0 0 0 20px  transparent, 0 0 0 22px  transparent;
  }
}
@-moz-keyframes fade {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }

  66% {
    box-shadow: 0 0 0 10px #3D79D0, 0 0 0 12px white;
  }

  100% {
    box-shadow: 0 0 0 20px  transparent, 0 0 0 22px  transparent;
  }
}
@-o-keyframes fade {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }

  66% {
    box-shadow: 0 0 0 10px #3D79D0, 0 0 0 12px white;
  }

  100% {
    box-shadow: 0 0 0 20px  transparent, 0 0 0 22px  transparent;
  }
}
@keyframes fade {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }

  66% {
    box-shadow: 0 0 0 10px #3D79D0, 0 0 0 12px white;
  }

  100% {
    box-shadow: 0 0 0 20px  transparent, 0 0 0 22px  transparent;
  }
}


/* POPUP */

.box {
    display: table;
    top: 0;
    visibility: hidden;
    -webkit-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    -ms-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    -moz-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    transform: perspective(1200px) rotateY(180deg) scale(0.1);
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s all;
}

.box p {
    display: table-cell;
    vertical-align: middle;
    font-size: 64px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    opacity: 0;
    transition: .2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.box p i {
    font-size: 128px;
    margin:0 0 20px;
    display:block;
}

.box .close {
  display:block;
  cursor:pointer;
  border:3px solid rgba(255, 255, 255, 1);
  border-radius:50%;
  position:absolute;
  top:50px;
left:50px;
  width:50px;
  height:50px;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  transform:rotate(45deg);
  transition: .2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity:0;
}

.box .close:active {
    top:51px;
}

.box .close::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  width: 80%;
  height: 6%;
  left: 10%;
  top: 47%;
}

.box .close::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  width: 6%;
  height: 80%;
  left: 47%;
  top: 10%;
}

.box.open {
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -webkit-transform: perspective(1200px) rotateY(0deg) scale(1);
    -moz-transform: perspective(1200px) rotateY(0deg) scale(1);
    -ms-transform: perspective(1200px) rotateY(0deg) scale(1);
    transform: perspective(1200px) rotateY(0deg) scale(1);
    width: 100%;
    height: 100%;
}

.box.open .close, .box.open p {
    opacity: 1;
}
#card {
  font-family: Georgia;
  background: #fff;
  width: 450px;
  height: 185px;
  margin: 200px auto;
  padding: 10px 25px 30px 25px;

  border: 1px solid white;
  -webkit-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
  text-align: center; }
  #card spa {
    color: #dc152c;
    font-weight: normal;
    font-size: 48px;
margin-bottom:10px;}
    #card spa::first-letter {
      color: #194ff7; }
    #card spa b {
      color: #f1840b;
      font-weight: normal; }
    #card spa b + b {
      color: #194ff7; }
    #card spa b + b + b {
      color: #00940e; }

.content {
  text-align: left;
  /* Pure CSS3 typing animation with steps() :
     http://lea.verou.me/2011/09/pure-css3-typing-animation-with-steps/ */ }
  .content ul {
    padding: 0;
    margin: 5px;
    font: 16px Arial; }
    .content ul li {
      list-style: none; }
      .content ul li a {
        color: #12C; }
      .content ul li span {
        display: block;
        width: 100%;
        margin-bottom: 2px; }
        .content ul li span:nth-child(2) {
          margin-bottom: 10px; }
          .content ul li span:nth-child(2) a {
            color: #093;
            text-decoration: none; }
        .content ul li span:nth-child(3), .content ul li span:nth-child(4) {
          font-size: 14px; }
  .content .text {
    border: 1px solid #7ec6fd;
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    .content .text h2 {
      position: relative;
      float: left;
      font-size: 100%;
      font-weight: normal;
      padding: 0;
      margin: 5px 10px; }
      .content .text h2 span {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        background: white;
        /* same as background */
        border-left: 0.1em solid black;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
 }
 @media screen and (max-width: 400px){
.popup {
    width: 360px !important;
    height: 415px !important;
} }
 /* 11. team */
.pb-90 {
    padding-bottom: 90px;
}
.pt-120 {
    padding-top: 120px;
}
.team-thumb img {
    width: 100%;
}
.team-info {
    background: #fff;
    transform: translateY(0);
    padding: 20px;
    transition: .3s;
}
.team-info h4 {
    font-size: 20px;
    margin-bottom: 5px;
    transition: .3s;
}
.team-info span {
    font-size: 16px;
    transition: .3s;
}
.team-social a {
    font-size: 14px;
    color: #6e6e6e;
    margin: 0 5px;
    display: inline-block;
}
.single-team:hover .team-info{transform: translateY(-45px);background: #062d3c;}
.single-team:hover .team-info h4{color: #fff;}
.single-team:hover .team-info span{color: #fff;}
.single-team:hover .team-info a{color: #fff;}
.team-t h2 {
    top: 50px;
}
.breadcrumb-area {
    min-height: 550px;
    background-position: center;
    background-size: cover;
}
.breadcrumb-area-1 {
    min-height: 250px;
    background-position: center;
    background-size: cover;
}
.align-items-center-1 {
    align-items: flex-end!important;
}
.mb-20 {
    margin-bottom:20px;
}
.breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 0;
}
.breadcrumb li {display: inline-block;}
.breadcrumb li a {
    font-size: 16px;
    color: #ddd;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    color: #ddd;
    content: ">";
}
.breadcrumb-title h2 {
    font-size: 70px;
    margin-bottom: 25px;
    line-height: 1;
    color: #fff;
}
.breadcrumb-title p {
    margin-bottom: 0;
    padding: 0 40px;
    color: #fff;
    font-size: 16px;
}
.breadcrumb > .active {
    color: #00aeef;
    font-weight: 500;
}

/*-----------developer-section-----------*/


/* Property Widget 2 */

.propWidget-2 {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    border-radius: 3px;
}
.propWidget-2 .fig {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px;
}
.propWidget-2 .fig img {
    width: 100%;
    position: relative;
    display: block;
}
.propWidget-2 .fig img.blur {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    filter: url('https://web.archive.org/web/20240309072614im_/https://newport-homes.com/images/blur.svg');
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    display: none;
}
.no-touch .propWidget-2 .fig img.blur {
    display: block;
}
.propWidget-2 .fig .opac {
    display: block;
    /*background-color: rgba(0,0,0,0.30);*/
    position: absolute;
    border: 1px solid #d8d8d8; 
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.no-touch .propWidget-2 .fig div.opac {
    display: none;
}
.no-touch .propWidget-2 .fig img.blur {
     -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
.no-touch .propWidget-2:hover .fig > img.blur {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}
.propWidget-2 .fig .figType {
    background-color: #eab134;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    padding: 2px 4px;
    border-radius: 2px;
    position: absolute;
    top: 15px;
    left: 50%;
    text-transform: uppercase;
   /* z-index: 3;*/
    margin-left: -27px;
}
.no-touch .propWidget-2 .fig .figType {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.no-touch .propWidget-2:hover .fig .figType {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.propWidget-2 .fig h3 {
    font-size: 18px !important;
    line-height: 20px !important;
    font-weight: bold !important;
    margin: 0;
    padding: 0 20px 0 20px !important;
    position: absolute;
    top: 48%;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
}
.no-touch .propWidget-2 .fig h3 {
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    opacity: 0;
    top: 50%;
}
.no-touch .propWidget-2:hover .fig h3 {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    opacity: 1;
}
.propWidget-2 .fig .address {
    font-size: 11px;
    font-style: italic;
    padding-top: 2px;
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 4;
    color: #fff;
}
.no-touch .propWidget-2 .fig .address {
    -webkit-transition: -webkit-transform 0.60s, opacity 0.60s;
    transition: transform 0.60s, opacity 0.60s;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
    opacity: 0;
    bottom: 50%;
}
.no-touch .propWidget-2:hover .fig .address {
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
    opacity: 1;
}
.propWidget-2 .fig .priceCap {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 25%;
    left: 20%;
    right: 20%;
    color: #fff;
    text-align: center;
    width: 60%;
    letter-spacing: -1px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    overflow: hidden;
    padding-bottom: 5px;
}
.no-touch .propWidget-2 .fig .priceCap {
    -webkit-transition: -webkit-transform 0.70s;
    transition: transform 0.70s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.no-touch .propWidget-2 .fig .priceCap span {
    -webkit-transition: -webkit-transform 0.35s, opacity 0.15s;
    transition: transform 0.35s, opacity 0.15s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    opacity: 0;
}
.no-touch .propWidget-2:hover .fig .priceCap {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.no-touch .propWidget-2:hover .fig .priceCap span {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    opacity: 1;
}
.propWidget-2 ul.rating {
    list-style-type: none;
    margin: 0 0 0 -44px;
    padding: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
}
.propWidget-2 ul.rating li {
    font-size: 12px;
    line-height: 13px;
    float: left;
    margin: 0 2px;
}
.propWidget-2 ul.rating li span {
    color: #fff;
    font-size: 14px;
}
.no-touch .propWidget-2 ul.rating li span {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.no-touch .propWidget-2:hover ul.rating li span {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.no-touch .propWidget-2:hover ul.rating li span.star-1 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.no-touch .propWidget-2:hover ul.rating li span.star-2 {
    -webkit-transition-delay: 0.10s;
    transition-delay: 0.10s;
}
.no-touch .propWidget-2:hover ul.rating li span.star-3 {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.no-touch .propWidget-2:hover ul.rating li span.star-4 {
    -webkit-transition-delay: 0.20s;
    transition-delay: 0.20s;
}
.no-touch .propWidget-2:hover ul.rating li span.star-5 {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.rating {
    
}

.dev-btn {
   font-size: 18px !important;
    line-height: 20px !important;
    font-weight: bold !important;
    margin: 0;
    padding: 0 10px 0 10px !important;
    position: absolute;
    top: 50%;
    left: 116px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,.5);
}
.dev-p {
    /*overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    font-family: 'HelveticaLTStd-Roman';
    font-weight: normal;
    font-style: normal;
    min-height: 120px;
    padding: 14px;*/
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-family: 'HelveticaLTStd-Roman';
    font-weight: normal;
    font-style: normal;
    padding: 15px;
    font-size: 15px;
    text-align: justify;
    color: #555;
    }
.floor-plan-h {
   height: 350px; 
}
.privacy p{
    font-size: 15px;
    text-align: justify;
    color: #555;
    }
/*------- product item start -------*/
.product-item {
  overflow: hidden;
}

.product-item .color-categories {
  padding: 13px 0 6px;
}

.product-item:hover .product-thumb .sec-img, .product-list-item:hover .product-thumb .sec-img {
  opacity: 1;
  visibility: visible;
}

.product-item:hover .product-thumb .pri-img, .product-list-item:hover .product-thumb .pri-img {
  opacity: 0;
  visibility: hidden;
}

.product-item:hover .button-group a, .product-list-item:hover .button-group a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.product-item:hover .cart-hover, .product-list-item:hover .cart-hover {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}

.product-thumb {
  position: relative;
}

.product-thumb img {
  width: 100%;
}

.product-thumb .sec-img {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.product-caption {
  padding-top: 17px;
}

.product-caption .product-name {
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 8px;
}

.product-caption .product-name a {
  color: #222222;
  text-transform: capitalize;
}

.product-caption .product-name a:hover {
  color: #c29958;
}

.manufacturer-name {
  padding-bottom: 5px;
  line-height: 1;
}

.manufacturer-name a {
  font-size: 14px;
  line-height: 1;
  color: #777777;
  text-transform: capitalize;
}

.manufacturer-name a:hover {
  color: #c29958;
}

.color-categories {
  line-height: 1;
}

.color-categories li {
  display: inline-block;
  padding: 1px;
  border-radius: 50%;
  border: 1px solid #efefef;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.color-categories li:hover {
  border-color: #c29958;
}

.color-categories li a {
  height: 12px;
  width: 12px;
  display: block;
  border-radius: 50%;
}

.c-lightblue {
  background-color: #b0c4de;
}

.c-darktan {
  background-color: #aa9e78;
}

.c-grey {
  background-color: #808080;
}

.c-brown {
  background-color: #964B00;
}

.button-group {
  right: 15px;
  top: 15px;
  position: absolute;
}

.button-group a {
  width: 38px;
  height: 38px;
  display: block;
  font-size: 18px;
  line-height: 42px;
  color: #222222;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.button-group a span {
  display: block;
}

.button-group a:hover {
  color: #c29958;
}

.cart-hover {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-label {
  background: #c29958;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  left: 20px;
  line-height: 1;
  min-width: 46px;
  padding: 4px 12px;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  z-index: 3;
}

.product-label span {
  display: block;
  margin-top: -1px;
}

.product-label.discount {
  background-color: #222222;
}

.product-label:nth-child(1) {
  top: 20px;
}

.product-label:nth-child(2) {
  top: 48px;
}

.ratings {
  color: #f9bd22;
  font-size: 14px;
}

.ratings span {
  margin-right: 3px;
}

.price-box {
  font-size: 15px;
  line-height: 1;
}

.price-regular {
  color: #c29958;
  font-weight: 500;
}

.price-old {
  color: #999;
  padding-left: 5px;
  font-weight: 300;
}

/*------- product item end -------*/
/*-------- product list item start --------*/
.product-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  .product-list-item {
    display: block !important;
  }
}

.product-list-item .product-thumb {
  max-width: 30%;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  height: 100%;
}

@media only screen and (max-width: 767.98px) {
  .product-list-item .product-thumb {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.product-content-list {
  padding-left: 20px;
  max-width: calc(100% - 30%);
  -webkit-flex-basis: calc(100% - 30%);
      -ms-flex-preferred-size: calc(100% - 30%);
          flex-basis: calc(100% - 30%);
}

@media only screen and (max-width: 767.98px) {
  .product-content-list {
    padding-left: 0;
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-top: 30px;
  }
}

.product-content-list .manufacturer-name {
  padding-bottom: 10px;
}

.product-content-list .ratings {
  padding-bottom: 10px;
}

.product-content-list .product-name {
  padding: 10px 0 12px;
}

.product-content-list .product-name a {
  color: #222222;
  font-weight: 400;
}

.product-content-list .product-name a:hover {
  color: #c29958;
}

.product-content-list p {
  padding-top: 15px;
  margin-top: 22px;
  border-top: 1px solid #efefef;
}

/*-------- product list item end --------*/
.hero-image {
background-color:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5))
}
.feature-point{
    padding-left: 15px;
}
/*---------- Header start ----------*/
.rle_banner_wrapper{
    float:left;
    width:100%;
    background-image:url(https://web.archive.org/web/20240309072614im_/https://newport-homes.com/images/banner/bnr1.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    height:600px;
    position: relative;
}
.rle_banner_wrapper.style_2{
    height:800px;
    background-image:url(https://web.archive.org/web/20240309072614im_/https://newport-homes.com/images/banner/bnr2.jpg);
}
.rle_banner_wrapper.style_3{
    height:950px;
    background-image:url(https://web.archive.org/web/20240309072614im_/https://newport-homes.com/images/banner/bnr3.jpg);
}
.rle_banner_wrapper.style_4{
    height: auto;
    background-image: none;
    background-color: #ffffff;
}
.rle_header_wrapper{
    float:left;
    width:100%;
    padding:20px 0px;
    background-color:rgba(0, 0, 0, 0.2);
}
.rle_header_wrapper.style_3{
    padding:20px 0px 0px 0px;
    background-color:transparent;
}
.rle_header_wrapper.style_2{
    background-color:#0f1c2f;
}
.rle_header_wrapper.style_4{
    background-color:#ffffff;
}
.rle_header_wrapper.style_5{
    background-color:#374255;
}
.rle_header_wrapper .rle_logo{
    float:left;
    width:100%;
}
.rle_header_wrapper.style_2 .rle_logo{
    padding-top:15px;
}
.rle_top_header{
    float:right;
    width:auto;
    margin-bottom:20px;
}
.rle_top_header ul{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}
.rle_top_header ul li{
    float:left;
    width:auto;
    list-style:none;
    margin-left:15px;
    color:#ffffff;
    text-transform:capitalize;
}
.rle_top_header ul li img{
    margin-right:10px;
}
.rle_top_header ul li a{
    color:#ffffff;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_top_header ul li a:hover{
    color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_header_wrapper .rle_main_menu{
    float:left;
    width:calc(100% - 110px);
    padding-top: 5px;
}
.rle_header_wrapper .rle_signin{
    float:right;
    width:auto;
    padding-top: 5px;
    position:relative;
}
.rle_header_wrapper.style_2 .rle_main_menu{
    padding-top:0px;
}
.rle_header_wrapper.style_2 .rle_signin{
    padding-top:0px;
}
.rle_header_wrapper .rle_signin a.rle_btn{
    height: 35px;
    line-height: 30px;
    font-size:14px;
}
.rle_header_wrapper .rle_signin a.rle_btn:focus{
    text-decoration:none;
    color:#ffffff;
}
.pdf-download {
    height: 35px;
    width: 176px;
    line-height: 30px;
    font-size:14px;
    background-color: #00aeef;
    color: #fff;
    text-decoration: none;
    border: none;
    padding:2px 10px;
    border-radius: 3px;
}
.pay-button {
   width: auto;
   height: auto;
   margin-bottom: 20px;
   display: flex !important;
   flex-direction: row !important;
   align-items: center !important;
   justify-content: center !important;
}
.pdf-download:focus{
    text-decoration:none;
    color:#ffffff;
}
.download_bro {margin:0 auto; display:flex; padding:30px 0px 30px; position:relative; align-items:center; justify-content:center;}
@media only screen and (min-width: 480px){
.download_bro {
    float: right;
    display: contents;
    flex-direction: row-reverse;
    padding: 0px 15px 30px;
    position: relative;
}
  }
@media only screen and (max-width: 480px){  
  .download_bro {
    margin: 0 auto;
    display: flex;
    padding: 30px 0px 23px;
    position: relative;
    align-items: center;
    justify-content: center;
    }
}
  
  }
.rle_login_form {
    position: absolute;
    right: 0%;
    top: 170%;
    padding: 20px;
    width: 250px;
    display: inline-block;
    border-radius: 0px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    z-index: 1000;
    display:none;
}
.rle_login_form p{
    float:left;
    width:100%;
}
.rle_login_form p a{
    color:#00aeef;
}
.rle_login_form .form{
    float:left;
    width:100%;
}
.rle_login_form .form input[type="text"], .rle_login_form .form input[type="password"]{
    float:left;
    width:100%;
    height:45px;
    padding:0px 15px;
    border:1px solid #e1e1e1;
    box-shadow:none;
    margin-bottom:15px;
}
.rle_login_form .form input:focus{
    outline:none;
}
.rle_checkbox {
    float: left;
    width: auto;
    text-align: left;
}
.rle_checkbox [type="checkbox"]:not(:checked), .rle_checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.rle_checkbox [type="checkbox"]:not(:checked) + label{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    outline: none;
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}
.rle_checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    outline: none;
    color: #707070;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.rle_checkbox [type="checkbox"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    background-color: #D4D4D4;
    border-radius: 0px;
    outline: none;
}
.rle_checkbox [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #8C8C8C;
    width: 14px;
    height: 14px;
    border-radius: 0px;
    outline: none;
}
.rle_checkbox [type="checkbox"]:not(:checked) + label:after, .rle_checkbox [type="checkbox"]:checked + label:after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(https://web.archive.org/web/20240309072614im_/https://newport-homes.com/images/icon/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 8px;
    border-radius: 0px;
    position: absolute;
    top: 3px;
    left: 0px;
}
.rle_checkbox [type="checkbox"]:not(:checked) + label:after {
    background-color: #00aeef;
    opacity: 0;
    transition:all 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.rle_checkbox [type="checkbox"]:checked + label:after {
    background-color: #00aeef;
    opacity: 1;
    transition:all 0.3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.rle_checkbox [type="checkbox"]:disabled:not(:checked) + label:before, .rle_checkbox [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.rle_checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
.rle_checkbox [type="checkbox"]:disabled + label {
    color: #aaa;
}
.rle_login_form .form a.forgot_pswd{
    float:right;
    width:auto;
    font-size:12px;
    text-align:right;
    padding-top:3px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_login_form .form a.forgot_pswd:hover{
    color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_login_form .form button.rle_btn{
    width:100%;
    margin:15px 0px;
}
.rle_login_form .form span{
    float:left;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    position:relative;
}
.rle_login_form .form span:after{
    content:"";
    position:absolute;
    top:10px;
    left:0px;
    background-color:#e1e1e1;
    height:1px;
    width:80px;
}
.rle_login_form .form span:before{
    content:"";
    position:absolute;
    top:10px;
    right:0px;
    background-color:#e1e1e1;
    height:1px;
    width:80px;
}
.rle_login_form .form  a.share_btn{
    float: left;
    width: 100%;
    height: 45px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #e1e1e1;
    margin-top: 15px;
    border-radius:3px;
}
.rle_login_form .form  a.share_btn i{
    float: left;
    width: 43px;
    height: 43px;
    font-size: 14px;
    line-height: 43px;
    border-right: 1px solid #e1e1e1;
}
.fcbk_clr_1{
    background-color:#3b5a9a;
    border-color:#3b5a9a;
}
.ggl_clr_2{
    background-color:#dd4b39;
    border-color:#dd4b39;
}
.rle_menu_btn{
    display:none;
}
.rle_header_wrapper .rle_main_menu ul{
    float: right;
    width: auto;
    margin: 0px;
    padding: 0px;
}
.rle_header_wrapper .rle_main_menu ul li{
    float:left;
    list-style:none;
    position:relative;
}
.rle_header_wrapper .rle_main_menu ul li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    margin-right: 40px;
    text-transform: uppercase;
    position: relative;
    padding: 8px 0px;
    display: block;
}
.rle_header_wrapper.style_4 .rle_main_menu ul li a{
    color:#303030;
}
.rle_header_wrapper .rle_main_menu ul li a:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right:0;
    margin:0px auto;
    border-bottom: 2px solid #ffffff;
    width: 0%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_header_wrapper .rle_main_menu ul li a:after{
    border-bottom: 2px solid #00aeef;
}
.rle_header_wrapper .rle_main_menu ul li a:hover:after{
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_header_wrapper .rle_main_menu ul li:hover ul.sub-menu{
    opacity: 1;
    visibility: visible;
    -webkit-transform: -webkit-translateY(0px);
    -moz-transform: -moz-translateY(0px);
    -ms-transform: -ms-translateY(0px);
    -o-transform: -o-translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_header_wrapper .rle_main_menu ul li ul.sub-menu{
    position: absolute;
    width: 150px;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index:3;
    -webkit-transform: -webkit-translateY(15px);
    -moz-transform: -moz-translateY(15px);
    -ms-transform: -ms-translateY(15px);
    -o-transform: -o-translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0px 3px 15px -5px #000000;
    -moz-box-shadow: 0px 3px 15px -5px #000000;
    -o-box-shadow: 0px 3px 15px -5px #000000;
    -ms-box-shadow: 0px 3px 15px -5px #000000;
    box-shadow: 0px 3px 15px -5px #000000;
}
.rle_header_wrapper .rle_main_menu ul li ul.sub-menu li{
    width:100%;
    margin:0px;
}
.rle_header_wrapper .rle_main_menu ul li ul.sub-menu li a{
    color: #272727;
    margin: 0px;
    padding: 5px 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_header_wrapper .rle_main_menu ul li ul.sub-menu li a:hover{
    color: #ffffff;
    background-color:#00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_header_wrapper .rle_main_menu ul li ul.sub-menu li a:after{
    display:none;
}
.rle_banner_text{
    float:left;
    width:100%;
    text-align:center;
    padding:165px 0px 0px 0px;
}
.rle_banner_text h1{
    float:left;
    width:100%;
    color:#ffffff;
    text-transform:uppercase;
}
.rle_banner_text.style_2 h1{
    font-size:48px;
    text-transform:capitalize;
}
.rle_banner_text h1 span{
    color:#eeb32a;
}
.rle_banner_text p{
    float:left;
    width:100%;
    color:#ffffff;
    margin:0px;
    font-size:18px;
}
.rle_banner_text.style_2 p{
    font-size:16px;
}
.rle_searchform_wrapper{
    float:left;
    width:100%;
    background-color:#f7f8f9;
}
.rle_searchform_wrapper2{
    float:left;
    width:100%;
    background-color:#ffffff;
}
.rle_searchform_tabs{
    float:left;
    width:100%;
    margin-top: -140px;
}
.rle_searchform_tabs.style_2{
    margin-top: 20px;
    text-align:center;
}
.rle_searchform_tabs.style_2 ul.nav-tabs{
    display:inline-block;
    margin-bottom:20px;
}
.rle_searchform_tabs.style_3{
    float:left;
    width:100%;
    margin-top: 0px;
}
.rle_searchform_tabs .tab-content{
    float:left;
    width:100%;
    background-color:#ffffff;
    -webkit-box-shadow: 0px -1px 30px -10px #000000;
    -moz-box-shadow: 0px -1px 30px -10px #000000;
    -o-box-shadow: 0px -1px 30px -10px #000000;
    -ms-box-shadow: 0px -1px 30px -10px #000000;
    box-shadow: 0px -1px 30px -10px #000000;
}
.rle_searchform_tabs .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.rle_searchform_tabs ul.nav-tabs {
    border-bottom: 0px solid #ddd;
}
.rle_searchform_tabs ul.nav-tabs > li{
    margin-bottom: 0px;
}
.rle_searchform_tabs ul.nav-tabs > li > a {
    text-transform:capitalize;
    color:#ffffff;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.5);
    font-size:16px;
    padding:13px 40px;
}
.rle_searchform_tabs.style_2 ul.nav-tabs > li > a {
    border-radius: 3px;
}
.rle_searchform_tabs ul.nav > li > a:hover, .rle_searchform_tabs ul.nav > li > a:focus {
    text-decoration: none;
    background-color: #f4a42b;
    border-color: transparent;
}
.rle_searchform_tabs ul.nav-tabs > li.active > a, .rle_searchform_tabs ul.nav-tabs > li.active > a:hover, .rle_searchform_tabs ul.nav-tabs > li.active > a:focus {
    color: #ffffff;
    border: 1px solid #f4a42b;;
    background-color: #f4a42b;
}
.rle_searchform_box{
    float:left;
    width:100%;
    padding:30px 0px 0px 20px;
}
.rle_searchform_box .ui-widget.ui-widget-content {
    border: 0px;
}
.rle_searchform_box .ui-widget-content {
    background: #00aeef;
}
.rle_searchform_box .ui-corner-all{
    border-radius:100px;
}
.rle_searchform_box .ui-slider-horizontal {
    height: 4px;
}
.rle_searchform_box .ui-slider-horizontal .ui-slider-handle {
    top: -6px;
}
.rle_searchform_box .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.rle_searchform_box .ui-state-default, .rle_searchform_box .ui-widget-content .ui-state-default, .rle_searchform_box .ui-widget-header .ui-state-default, .rle_searchform_box .ui-button, html .rle_searchform_box .ui-button.ui-state-disabled:hover, html .rle_searchform_box .ui-button.ui-state-disabled:active {
    border: 1px solid #e1e1e1;
    background: #ffffff;
}
.rle_searchform_box .ui-state-hover,
.rle_searchform_box .ui-widget-content .ui-state-hover,
.rle_searchform_box .ui-widget-header .ui-state-hover,
.rle_searchform_box .ui-state-focus,
.rle_searchform_box .ui-widget-content .ui-state-focus,
.rle_searchform_box .ui-widget-header .ui-state-focus,
.rle_searchform_box .ui-button:hover,
.rle_searchform_box .ui-button:focus {
    border: 1px solid #e1e1e1;
    background: #ffffff;
}
.rle_searchform_box .ui-widget-header {
    border: 1px solid #00aeef;
    background: #00aeef;
}
.rle_searchform_tabs.style_2 .rle_searchform_box{
    padding:0px;
}
.rle_searchform_box input, .rle_searchform_box select{
    float:left;
    width:100%;
    padding:0px 15px;
    height:45px;
    border-radius:3px;
    border:1px solid #e1e1e1;
    margin-bottom: 30px;
}
.rle_searchform_tabs.style_2 .rle_searchform_box input{
    width:calc(100% - 124px);
    margin:0px;
}
.rle_searchform_tabs.style_2 .rle_searchform_box .rle_btn{
    height:45px;
    line-height:43px;
    font-size:15px;
    text-transform:capitalize;
}
.rle_searchform_tabs.style_2 .rle_searchform_box .rle_btn i{
    margin-right:10px;
}
.rle_searchform_box.style_3{
    padding:0px;
}
.rle_searchform_box label{
    font-weight:normal;
    color:#888888;
}
.rle_searchform_tabs.style_3 .rle_btn{
    float:left;
    width:100%;
    height: 45px;
    line-height: 43px;
}
.rle_searchform_btn{
    float: left;
    width: 100%;
    background-color: #00aeef;
    text-align: center;
    padding: 50px 0px;
    cursor:pointer;
}
.rle_searchform_btn i, .rle_searchform_btn p{
    float:left;
    width:100%;
    color:#ffffff;
    text-transform:uppercase;
    font-size:16px;
    margin-bottom:0px;
}
.rle_searchform_btn p{
    font-weight:bold;
}
.rle_searchform_btn img{
    margin-bottom:10px;
}
.rle_banner_tabs{
    float:left;
    width:100%;
    margin-top:150px;
    padding:50px;
    background-color:#ffffff;
}
.rle_banner_tabs_infobox{
    float:left;
    width:100%;
    position:relative;
}
.rle_banner_tabs_infobox h1{
    float:left;
    width:100%;
    margin-top:0px;
    font-size:48px;
    font-weight:600;
    text-transform:capitalize;
}
.rle_banner_tabs_infobox p{
    float:left;
    width:100%;
    font-size:24px;
    text-transform:capitalize;
}
.rle_banner_tabs_infobox ul{
    float:left;
    width:100%;
    margin:20px 0px 40px 0px;
    padding:30px 0px 0px 0px;
    position:relative;
}
.rle_banner_tabs_infobox ul:after{
    content:"";
    position:absolute;
    background-color:#e1e1e1;
    height:1px;
    width:130px;
    top:0px;
    left:0px;
}
.rle_banner_tabs_infobox ul li{
    list-style:none;
    float:left;
    width:auto;
    margin-right:15px;
}
.rle_banner_tabs_infobox ul li p{
    float:left;
    width:100%;
    margin:0px;
    font-size:36px;
    color:#303030;
    line-height: 32px;
    text-transform:capitalize;
}
.rle_banner_tabs_infobox ul li span{
    float:left;
    width:100%;
    font-size:18px;
    text-transform:capitalize;
}
.rle_banner_tabs_infobox .rle_price_box{
    position: absolute;
    top: 25%;
    right: 0px;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    padding: 5px;
    background-color: #f4a42b;
    text-align:center;
}
.rle_banner_tabs_infobox .rle_price_box .rle_price_box_info{
    float: left;
    width: 100%;
    border: 2px dashed #ffffff;
    height: 100%;
    border-radius: 100%;
    padding-top: 50px;
}
.rle_banner_tabs_infobox .rle_price_box .rle_price_box_info h1{
    float: left;
    width: 100%;
    font-size:30px;
    color:#ffffff;
    margin:0px;
}
.rle_banner_tabs_infobox .rle_price_box .rle_price_box_info p{
    float: left;
    width: 100%;
    font-size:16px;
    color:#ffffff;
    text-transform:uppercase;
}
.rle_banner_wrapper.style_3 ul.nav-tabs{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 1170px;
}
.rle_banner_wrapper.style_3 ul.nav-tabs li{
    width:33.3333333333%;
}
.rle_banner_wrapper.style_3 ul.nav-tabs li a{
    border-radius:0px;
    padding:30px 0px 30px 20px;
    border-color: rgba(51, 51, 51, 0.6);
    background-color: rgba(51, 51, 51, 0.6);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_banner_wrapper.style_3 ul.nav-tabs.nav > li > a:hover, .rle_banner_wrapper.style_3 ul.nav-tabs.nav > li > a:focus{
    border-color: #00aeef;
    background-color: #00aeef;
    color:#ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_banner_wrapper.style_3 ul.nav-tabs > li.active > a, .rle_banner_wrapper.style_3 ul.nav-tabs > li.active > a:hover, .rle_banner_wrapper.style_3 ul.nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #00aeef;
    border: 1px solid #00aeef;
    border-bottom-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rle_banner_tabslist_info{
    display: inline-block;
    width: 100%;
}
.rle_banner_tabslist_info span{
    float:left;
    width: 40px;
    color:#ffffff;
    font-size:30px;
}
.rle_banner_tabslist_info_box {
    float:left;
    width:calc(100% - 40px);
    border-left:1px solid #ffffff;
    padding-left:20px;
}
.rle_banner_tabslist_info_box h4{
    display: inline-block;
    width: 100%;
    font-size:20px;
    color:#ffffff;
    margin:0px;
}
.rle_banner_tabslist_info_box p{
    display: inline-block;
    width: 100%;
    color:#ffffff;
    margin:0px;
}
/** AGENT-SECTION AREA START **/
.agent-section .our-partners .carousel-control .fa {
    font-size: 32px;
    text-shadow: none;
    color: #fff;
    top: 45%;
    font-weight: 300;
    background: #a09d9d;
    width: 35px;
    height: 35px;
    line-height: 30px;
}

.content-area {
    padding: 100px 0 70px;
}
.option-bar {
    background: #fff;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 30px;
}

.option-bar h4 {
    line-height: 50px;
    display: inline-block;
    padding-right: 20px;
    border-radius: 3px 0 0 3px;
    margin: 0 0 0;
    font-weight: 600;
}

.option-bar .heading-icon {
    width: 50px;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    position: relative;
    color: #fff;
}

.option-bar .sorting {
    padding: 8px 12px;
    background: #FFF;
    border: 1px solid #EEE;
    color: #999;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 300;
}

.option-bar .sorting-options {
    margin: 10px 15px 0 0;
    text-align: right;
}

.option-bar .sorting {
    font-size: 13px;
    font-weight: 300;
    padding: 5px 12px;
    border: solid 1px #e7e7e7;
}

.option-bar .sorting:focus {
    outline: none;
}
.change-view-btn {
    margin-left: 5px;
    border-radius: 2px;
    background: transparent;
    padding: 5px 9px;
}

.change-view-btn:hover {
    color: #fff;
}

.active-view-btn {
    color: #fff !important;
    margin-left: 5px;
    padding: 5px 9px;
}

.active-view-btn:hover {
    background: transparent;
}
.img-responsive {
    width: 100%;
}
.agent-2 .agent-theme-2 {
    padding: 0;
    position: relative;
}

.agent-2 .agent-theme-2 .social-list {
    width: 100%;
    position: absolute;
    bottom: -10px;
    padding: 15px 10px 10px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.agent-2 .agent-theme-2 .social-list li {
    list-style: none;
    display: inline-block;
}

.agent-2 .agent-theme-2 .social-list li a {
    margin: 0 8px;
    color: #fff;
}
.agent-2 .agent-theme-2 {
    padding: 0;
    position: relative;
}

 .agent-2 .agent-content {
     padding: 30px 30px 0;
    }

@media (max-width: 1200px) {
    .agent-2 .agent-content {
        padding: 15px 20px 0;
    }

    .agent-2 .agent-content h3 {
        margin: 8px 0 8px;
        font-size: 17px;
    }
    .a-2 .agent-content {
        padding: 25px 20px 0;
    }
}

.agent-2 .agent-content h5 {
    font-weight: 400;
    margin: 0;
     color: #37404d !important;
    font-size: 14px;
    line-height: 1.1;
}
.agent-2 .agent-content h3 {
    font-weight: 600;
    margin: 10px 0 10px;
    font-size: 20px;
    text-transform: uppercase;
     color: #37404d !important;
}

.agent-2 .agent-content h3 a {
    color: #37404d !important;
}
.agent-2 .agent-content h3 a: hover {
    color: #37404d !important;
}
.agent-2 .agent-content ul li {
    line-height: 30px;
    font-size: 13px;
    color: #37404d !important;
}
.agent-2 .agent-content ul li a {
    line-height: 30px;
    font-size: 12px;
    color: #37404d !important;
}
.agent-2 .agent-content ul li strong {
    margin-right: 5px;
    font-weight: 600;
}

.agent-content ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    color: #535353 !important;

}
.agent-2:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}
.agent-2 {
    margin: 0 auto 30px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.address-list {
    margin: 0 0 20px;
    padding: 0;
}

.address-list li {
    line-height: 32px;
    font-size: 13px;
}

.address-list li span i {
    width: 30px;
}

.address-list li span {
    width: 100px;
    font-weight: 600;
    float: left;
}
.social-media li {
    list-style: none;
    float: left;
    margin: 0 5px 5px 0;
}

.social-media ul li a {
    font-size: 18px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    background: #f3f3f3;
}

.social-media ul li a:hover {
    color: #fff;
}
.sidebar-widget {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.biography p {
        text-align: justify;
        font-size: 14px;
        line-height: 20px;
    }
.main-title-2 h1 {
        font-size: 18px;
    }
/** PANEL BOX **/
.panel-box .extra-feature {
    margin: 0;
    padding: 0;
}

.panel {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.panel-box .extra-feature li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 13px;
    color: #4c4c4c;
    line-height: 16px;
}

.panel-box .panel-heading {
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #595757;
    background: none;
}

.panel-box .panel-group .panel + .panel {
    margin-top: 0;
}

.panel-box .panel-heading .panel-title a i {
    margin-right: 15px;
}

.panel-box .panel-heading .panel-title .fa:before {
    font-family: 'FontAwesome';
    content: "\f068"
}

.panel-box .panel-heading .panel-title .collapsed .fa:before {
    font-family: 'FontAwesome';
    content: "\f067"
}

.panel-box .panel-heading .panel-title a {
    text-decoration: none;
}

.panel-box p {
    color: #6d6d6d;
    line-height: 24px;
}

.panel-box span a {
    font-weight: 400;
}

.faq-body .panel-box .panel-body {
    padding: 20px 0 30px;
}

.faq-body .nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
}

.panel-box .panel-body {
    padding: 0;
}

.panel-box .panel-default {
    border-color: transparent;
    margin-bottom: 0;
}

.panel-box .extra-feature li i {
    margin-right: 15px;
    font-size: 16px;
}
.panel-box .extra-feature {
    margin: 0;
    padding: 0;
}
.agent-detail h3 {
    font-weight: 600;
    margin: 10px 0 20px;
    text-transform: uppercase;
    color: #37404d;
    font-size: 24px;
}
.address-list li span i {
    color: #2bdede;
}
.address-list li span {
    width: 100px;
    font-weight: 600;
    float: left;
}
.address-list ul {
    list-style: none;
    color: #535353 !important;
}
.agent-detail .social-media ul li a {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.social-media ul li a:hover {
    color: #fff;
}
.facebook-bg:hover {
    background: #3b589e;
}
.main-title-2 h1 {
    font-size: 21px;
    margin: 0 0 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #37404d;
}
.biography p {
    line-height: 25px;
    color: #4a4747;
    margin-bottom: 20px;
    font-size: 13px;
}
.biography .nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 20px;
    text-align: left;
}
.nav-tabs > li > a:hover {
    background: transparent;
    border-radius: 0;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}
.additional-details-list li {
    list-style: none;
    line-height: 36px;
    font-weight: 600;
    color: #333;
}
.additional-details-list {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    color: #535353 !important;
}
.additional-details-list li span {
    margin-right: 20px;
    float: left;
    width: 130px;
    font-weight: 400;
    color: #4a4747;
}
.additional-details-list li a:hover {
    color: #43c4c4;
}
.main-title-2 h1 {
    font-size: 21px;
    margin: 0 0 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #37404d;
}
.biography .nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 20px;
    text-align: left;
}
.panel-boxa a:hover {
    color: #555;
    cursor: default;
    border: none;
    border-radius: 0;
    border-bottom-color: transparent;
}
.single-nav-tab > li {
    position: relative;
    display: block;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}

.single-nav-tab {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
}

.single-nav-tab > li > a {
    line-height: 1.42857143;
    border: none;
}

.single-nav-tab > li > a:hover {
    background: transparent;
    border-radius: 0;
}

.single-nav-tab > li.active > a, .single-nav-tab > li.active > a:focus, .single-nav-tab > li.active > a:hover {
    color: #555;
    cursor: default;
    border: none;
    border-radius: 0;
    border-bottom-color: transparent;
}
.recently-properties {
    padding-bottom: 70px;
}
.attachments a{
    color: black;
    padding-left: 5px;
}
.attachments > a > i {
    padding-right: 15px;
}


/*Download Brochure modal end*/
#over .modal-content 
{
    border-radius: 0;
    background-color: #0f1829;
    max-width: 500px;
}
#over .panel-default
{
     border-color:#000000 !important;
    }
#over .panel-body 
{
    padding: 15px;
}
#over .bg-blue 
{
    background-color: #f5f5f5;
    padding: 15px;
}
#over .modal.in .modal-dialog 
{
    bottom: 0;
    margin-bottom: 60px;
}

#over .form-control {
    margin-bottom: 20px;
}

#over .form-control {
    background: #e8ebed;
    color: #657380;
    font-size: 15px;
    font-weight: 700;
    padding: 8px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #9e9e9e;
    box-shadow: none;
}
#over .btn-white {
    background-color: #00aeef;
    border: 3px solid #00aeef;
    color: #ffff!important;
    font-weight: 500;
}
.prop-top-pad {
    padding-top: 40px;
}

/*Download Brochure modal end*/

/*nishant css start*/

.blog_link
{
    text-decoration: none !important;
}
div#layer {
    display: none;
}

.show_record ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.show_record {
    border: 0;
    padding: 0;
    margin: 0;
}


.show_record ul li {
    border: 1px solid #efefef;
    padding: 10px;
    text-transform: capitalize;
    background: #fff;
    color: #000;
    line-height: 19px;
    cursor: pointer;
}

.response_msg,.response_msg_prop
{
   /* text-transform: uppercase;*/
    color: green;
    font-size: 14px;
    font-weight: 700;
}



form#subscribe-form .error {
    display: inline-block;
    border: 1px solid red;
}

form#subscribe-form .form-group
{
    margin-bottom: 15px;
}

form#contact-form .error
{
    .rle_property_details_box .user_info_form input
}

/*#property-frm .form-group
{
    margin-bottom: 10px !important;
}
*/

.cs-detail.project-detail.olivara-residences img
{
   width: 90px;
   padding: 30px 10px;
}

.m-t-20
{
    margin-top: 20px;
}
/*nishant css end*/

.no_recrd_found
{
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 40px;
    color: #9e9e9e;
}
.home-slider-btn{
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #ffffff;
    font-family: Roboto;
    background-color: #071c35;
    padding: 16px 36px;
    border-color: rgb(0, 0, 0);
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    border-width: 0px;
    letter-spacing: 0px
    margin-top: 20px;
}
.home-slider-btn:hover{
    color: #ffffff;
    text-decoration: underline;
}
.home-slider-btn:visited{
    color: #ffffff;
    text-decoration: underline;
}
.home-slider-btn:active{
    color: #ffffff;
    text-decoration: underline;
}
.home-slider-btn-tag{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 576px) {
.carousel-control-next-icon, .carousel-control-prev-icon .carousel-control-prev-icon-2 .carousel-control-next-icon-2{
    margin-bottom: 80px;
}
  }
@media (max-width: 378px) {
.carousel-control-next-icon, .carousel-control-prev-icon {
    margin-bottom: 150px;
}
  }

@media (min-width: 991px) {
.carousel-control-next-icon, .carousel-control-prev-icon {
    margin-bottom: 100px;
    z-index: 0 !important;
}
  }
.carousel-control-next, .carousel-control-prev {
z-index: 0 !important;
}
.pxp-prop-card-1-details-title{
    font-weight: bold;
    font-size: 20px;
}
.pxp-prop-card-1-details-title-2{
   padding-right: 10px;
}

.carrier-form-section{
    padding-bottom: 60px;
}

@media only screen and (max-width: 992px){
.project-logo {
    display: none;
    }
.project-logo-small{
     padding-bottom: 20px;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
}

.project-logo-small img{
    width: 200px;
    height: auto;
}
 }
@media only screen and (min-width: 992px){
  .project-logo-small{
    display: none;
  }
}

.btn-primary {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
    width: 100%;
}
.carousel .carousel-indicators li {
    border-radius: 50%;
    cursor: pointer;
}
.carousel-multi-item .carousel-indicators li {
    height: .75rem;
    width: .75rem;
    max-width: 1.25rem;
    background-color: #4285f4;
}

@media only screen and (max-width: 992px){
.project-logo {
    display: none;
    }
.project-logo-small{
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    height: 150px !important;
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px !important;
    margin-top: 17px;
    z-index: 999999 !important;
    box-shadow: 4px 3px 14px #a0a0a0 !important;
    background: #fff;
}

.project-logo-small img{
    width: 200px;
    height: auto;
}
 }
@media only screen and (min-width: 992px){
  .project-logo-small{
    display: none;
  }
.projects-sticky-logo {
    position: sticky !important;
    top: 160px !important;
}

.project-logo {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    height: 150px !important;
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px !important;
    margin-top: 17px;
    z-index: 999999 !important;
    /* box-shadow: 4px 3px 14px #a0a0a0 !important; */
    /* background: #fff; */
}

}

/* developer slider */
.sec_latest_project {
    background-color: #f8f8f8;
    padding: 50px 0 50px;
    margin: 0;
}

.sec_our_product {
    position: relative;
}
.heading-title {
    font-size: 40px;
    text-align: center;
    line-height: 24px;
    color: #333333;
    font-family: 'effra_lightregular';
    text-transform: uppercase;
    font-weight: 600;
}
#latest_project {
    margin: 60px 0 0;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    /*z-index: 1;*/
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}
.owl-carousel .owl-stage {
    position: relative;
}
.sec_latest_project .owl-nav {
    margin: auto;
    display: table !important;
    position: absolute;
    top: 35%;
    z-index: 999999999;
    width: 100%;
}
.sec_latest_project .owl-theme .owl-nav .owl-prev {
    color: #353535;
    font-size: 25px;
    margin: 5px;
    padding: 4px 0px 0;
    background: transparent;
    display: table;
    cursor: pointer;
    border-radius: 29px;
    position: absolute;
    left: -70px;
    border: 2px solid #353535;
    transition-duration: .5s;
    font-stretch: ultra-condensed;
    width: 45px;
    height: 45px;
    text-align: center;
    font-family: 'effra_lightregular';
}
.sec_latest_project .owl-theme .owl-nav .owl-next {
    color: #353535;
    font-size: 25px;
    margin: 5px;
    padding: 4px 0px 0;
    background: transparent;
    display: table;
    cursor: pointer;
    border-radius: 29px;
    position: absolute;
    right: -70px;
    border: 2px solid #353535;
    transition-duration: .5s;
    font-stretch: ultra-condensed;
    width: 45px;
    height: 45px;
    text-align: center;
    font-family: 'effra_lightregular';
}

.owl-dots {
    margin: auto;
}
.dev-btn-info{    
    display: table;
    width: 100%;
    border-top: 1px solid black;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    background-color: transparent;   
    padding: 10px 0px;
    box-sizing: border-box;
}
.dev-btn-info:hover{
 background-color: #071c35; 
 color: #fff;
 transition-duration: .5s;
 text-transform: uppercase;
 text-decoration: none;
 outline: 0;

}
.developer-home-single{
    border: 1px solid black;
}
.developer-home-single-padding{
    margin-bottom: 30px;
}
.dev-title-padding {
    padding-top: 10px;
}
//.position-relative-padding{
    padding-top: 50px;
    padding-bottom: 50px;
}

/* video section */
#banner {
    position: relative;
}
.wd-100 {
    width: 100% !important;
    height: 100% !important;
}
/*.banner_video_bg {
    max-height: 720px;
}*/
.banner {
    font-family: 'Poppins', sans-serif;
}
@media only screen and (min-width: 781px){
.d-none-m {
    display: block !important;
}}
.banner_video_bg .carousel-item {
    height: 720px;
}
.banner .banner-slider-inner {
    /*display: inline-block;*/
    text-shadow: none;
    right: 0%;
    left: 0%;
    width: 100%;
    bottom: 0;
    background-color: rgba(36, 42, 53, 0.3);
}
.li-v {
    color: #fff;
    margin-bottom: 40px;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: normal;
    list-style: none;
}
.banner .banner-slider-inner .btn {
    margin: 3px;
}
.btn-round {
    border-radius: 30px;
}
.btn-theme {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.btn-lg {
    cursor: pointer;
    padding: 17px 35px 13px 35px;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-theme {
    color: #FFF !important;
    padding: 7px 20px;
}
@media only screen and (max-width: 1040px){
#song {
    min-width: 100% !important;
}}
@media only screen and (max-width: 414px){
#song {
    min-width: 100% !important;
    max-height: 212px !important;
}}
@media only screen and (max-width: 780px){
.d-none-Des {
    display: block !important;
}}
@media (max-width: 414px){
.banner_video_bg .carousel-item {
    height: 15px;
}}
@media (max-width: 414px){
.banner .banner-slider-inner {
    display: none !important;
    padding: 10px 12px;
    top: 0%;
    max-height: 235px !important;
}}
.banner .banner-slider-inner {
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgba(36, 42, 53, 0.3);
}
@media only screen and (max-width: 1040px){
.banner .carousel-content {
    align-self: center !important;
    margin: 0px auto;
    color: #fff;
}}
@media only screen and (max-width: 1040px){
.carousel-content {
    display: none;
}
}
@media only screen and (max-width: 1040px){
.li-v {
    display: none;
}}
@media (max-width: 768px){
.banner .btn-lg {
    padding: 6px 15px 4px 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-size: 11px;
}
.banner-top-title h3 {
    display: none;
}
.banner-top-title a {
    display: none !important;
}
}
.btn-round {
    border-radius: 30px;
}
.btn-theme {
    color: #FFF !important;
}
.banner .carousel-content {
    align-self: center !important;
    margin: 0px auto;
    color: #fff;
}
.video{
    position: absolute;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    opacity: 1;
    transition-property: opacity;
    transition-duration: 2000ms;
}
}

.wd-r-100{width: 100% !important;}

.banner-top-title{
 margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
}
.banner-top-title h3{
    color: #fff;
    margin-bottom: 40px;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: normal;
    list-style: none;
    text-transform: uppercase;
}
.banner-top-title a {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    width: auto;
    padding: 0px 25px;
    border: 2px solid #333;
    color: #ffffff;
    background-color: #333;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    top: 75%
}
.banner-top-title a:hover{
    text-decoration:none;
    color: #ffffff;
}

/* end video section */
.pxp-hero-bg{
    position: absolute;
}
.blog-title{
    position: relative;
    top: 80%;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding-left: 10px;
}

.page-item.active .page-link {
    z-index: 0 !important;
    color: #fff;
    background-color: #071c35;
    border-color: #071c35;
}

.bt-fl{float: right !important; bottom: 30px;}

.pro-d-heading a{ color: #071c35;}
.page-link{color: #071c35;}
.page-link:hover{color: #071c35;}
.bt-fl{ padding: 0px !important;}
.pxp-is-address{box-shadow: 1px 1px 3px #071c35;}
.mt-50{ margin-top: 50px !important;}
.pxp-blog-posts{padding-top: 0px !important;}
.pxp-content-wrapper{padding-top: 0px !important;}

@media (max-width: 768px){
    .whatsapp-desktop {display:none!important;}
}
@media (min-width: 768px){
    .whatsapp-mobile {display:none!important;}
}

.footer_icon ul {padding: 20px 0; margin: 0 !important; background: rgba(0,0,0,0.5); }
.footer_icon ul li {padding-bottom: 0 !important; width: 25.3%; display: inline-block; }
.footer_icon ul li a {background: #071c35; display: table; margin: 0 auto; }
.footer_icon {position: fixed; bottom: 0; width: 100%; display: none; z-index: 10; }
.footer_icon a.btn-float .fa {font-size: 20px; height: 50px; line-height: 50px; }
.fa {display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.fa-phone:before {content: "\f095"; }
.fa-envelope:before {content: "\f0e0"; }
.fa-whatsapp:before {content: "\f232"; }
.btn-float {width: 50px; height: 50px; line-height: 50px; display: inline-block; border: none; font-size: 18px; color: #fff; text-align: center; position: relative; -webkit-transition: 0.3s; transition: 0.3s; border-radius: 50%; cursor: pointer; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11); }
@media only screen and (max-width: 641px){
.footer_icon {display: inline-block; text-align: center; z-index: 1000; }
#page-block-q8rq9po3api {display: none;}
.or.or1, #register_form > div.form_container > a {display: none; }
.footer_button {margin-bottom: 90px; }
.at-col-default-mar {margin-bottom: 60px !important;}
}
.footer_icon ul li a:hover {color: white !important; display: table; margin: 0 auto; }    
.footer_icon ul li a:visited {color: white !important; display: table; margin: 0 auto; }    



/*
     FILE ARCHIVED ON 07:26:14 Mar 09, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:03:26 Jan 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.555
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.013
  esindex: 0.013
  cdx.remote: 6.759
  LoadShardBlock: 96.59 (3)
  PetaboxLoader3.datanode: 510.674 (4)
  load_resource: 780.359
  PetaboxLoader3.resolve: 359.099
*/
img[src*="dubai-beach"] {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}
header a:empty {
    display: none !important;
}
