﻿#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fefefe;
z-index: 9999;
}



#status {
width: 200px;
height: 200px;
position: absolute;
left: 50%;
top: 50%;
background-image: url('../images1/loading.gif');
background-repeat: no-repeat;
background-position: center;
margin: -100px 0 0 -100px;
}



/*---------------------------------------

1 GENERAL STYLES                

-----------------------------------------*/

body {
background: #ffffff;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 23px;
color: #333333;
overflow-x: hidden !important;
margin: auto !important;
}



h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
}



p {
font-size: 18px !important;
line-height: 1.8em;
font-family: 'Open Sans', sans-serif;
}



*:focus {
outline: none;
}



::-webkit-input-placeholder {
color: #ffffff;
}



a i.fa-facebook:hover {
background: #3B5997;
}



a i.fa-twitter:hover {
background: #2CA9E1;
}



a i.fa-linkedin:hover {
background: #0073B2;
}



a i.fa-google-plus:hover {
background: #E93F2E;
}



/*---------------------------------------

2 HEADER                

-----------------------------------------*/

.header {
padding: 30px 0px;
line-height: 2px;
}

.header p {
    font-size: 14px !important;
}


.logo {
margin-top: 5px;
}



.header-call img, .header-place img {
padding-right: 10px;
padding-top: 5px;
}



.header-call p, .header-place p {
width: 201px;
margin: 5px auto 0 auto;
}



.header-call p i {
    border: 1px solid #ababab;
    border-radius: 100px;
    color: #017cba;
    display: block;
    font-size: 20px;
    height: 36px;
    margin-top: 8px;
    padding-top: 7px;
    text-align: center;
    width: 36px;
    margin-right: 10px !important;
}



.header-place p i {
    border: 1px solid #ababab;
    border-radius: 100px;
    color: #017cba;
    display: block;
    font-size: 20px;
    height: 36px;
    margin-top: 8px;
    padding-top: 6px;
    text-align: center;
    width: 36px;
    margin-right: 10px !important;
}



.phone {
font-weight: bold;
}



.info {
}



.address-title {
font-weight: bold;
}



.address-desc {
}



.header-social {
text-align: right;
padding-top: 16px;
}



.header-social ul li:last-child {
    padding-right: 0;
}



.header-social ul li a i {
    background: #ECECEC;
    color: #999999;
    border-radius: 100px;
    display: inline-block;
    height: 28px;
    padding-top: 7px;
    text-align: center;
    width: 28px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}



    .header-social ul li a i:hover {
        color: #fff;
    }



.header-call::after {
/*background: #A1A1A1;*/
content: "";
height: 25px;
margin-top: -15px;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
width: 2px;
}



.header-place::after {
background: #A1A1A1;
content: "";
height: 25px;
margin-top: -15px;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
width: 2px;
}



/*---------------------------------------

2 NAVIGATION               

-----------------------------------------*/

.navbar {
background: #fff;
margin: 0px;
}

nav img {
    width: 150px;
}

.navbar-nav {
float: right;
margin: 0;
}


@media (max-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
        width: 100%;
    }

    #my-navbar ul.main-menu li {
        position: relative;
        border-bottom: 1px solid #f4f1f1;
    }
}


.navbar-fix {
padding: 5px 0 0 0;
}



.navbar-default {
border: none;
border-radius: 0px;
}



#my-navbar .navbar-collapse {
padding-left: 0;
padding-right: 0;
}



 ul.main-menu li a {
font-size: 16px;
color: #333333;
padding: 22.5px 15px;
outline: none;
-webkit-transition: .5s ease;
transition: .5s ease;
text-transform: uppercase;
}
ul.main-menu li a:hover {
    color : #fff !important;
}
ul.main-menu li a:active{
    color : #fff !important;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    background-color: #046da2 !important;
    color: #fff !important;
}
li.dropdown.open .dropdown-menu {
    background: #fff;
}



#my-navbar ul.main-menu li.active a {

    font-size: 16px;
    padding: 22.5px 15px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: #017cba;
}
.active .a {
    background: #017cba !important;
    color: #fff !important;
}




/*#my-navbar ul.main-menu li a:hover {
background: #3c3c44;
color: #fff;
}

#my-navbar ul.main-menu li a:active {
background: #428bca;
color: #fff;
}*/




#my-navbar ul.main-menu {
position: relative;
}



#my-navbar ul.main-menu li {
    position: relative;
}



    #my-navbar ul.main-menu li ul.sub-menu {
        padding: 0;
        position: absolute;
        top: 68px;
        left: 10px;
        width: 200px;
        box-shadow: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }



        #my-navbar ul.main-menu li ul.sub-menu li {
            float: none;
            width: 200px;
            -webkit-transition: .3s ease;
            transition: .3s ease;
        }



    #my-navbar ul.main-menu li:hover ul.sub-menu {
        visibility: visible;
        opacity: 1;
        z-index: 250;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }



    #my-navbar ul.main-menu li.active ul.sub-menu li a {
        color: #fff;
        font-size: 16px;
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }



    #my-navbar ul.main-menu li ul.sub-menu li a {
        line-height: 120%;
        display: block;
        padding: 11px 15px;
        font-size: 15px;
    }



        #my-navbar ul.main-menu li ul.sub-menu li a:hover {
            text-decoration: none;
        }



    #my-navbar ul.main-menu li:hover ul li a:hover {
        text-decoration: none;

    }



    #my-navbar ul.main-menu li:hover a {

    }


#my-navbar .navbar-header button:focus, #my-navbar .navbar-header button:hover {
background-color: #333;
border: 1px solid #333;
}



.navbar-right {
background: #3c3c44 none repeat scroll 0 0;
color: #fff;
font-size: 16px;
font-weight: 600;
padding: 21px 20px;
text-transform: uppercase;
-webkit-transition: .5s ease;
transition: .5s ease;
margin-right: 0;
}



.navbar-right:hover {
    text-decoration: none;
    color: #fff;
    background: #434343;
}



.navbar-right:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
}



.main-nav .modal .modal-content {
border-radius: 0 0 5px 5px;
text-align: left;
}



.main-nav .modal .modal-content .modal-header {
    background: #017cba;
    color: #fff;
}



    .main-nav .modal .modal-content .modal-header .close {
        margin-top: 0;
        color: #fff;
        opacity: .8;
    }



        .main-nav .modal .modal-content .modal-header .close:hover {
            opacity: 1;
        }



.main-nav .modal .modal-content .modal-body form input {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 50px;
    border-radius: 0;
}



.main-nav .modal .modal-content .modal-body form textarea {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 100px;
    border-radius: 0;
}



.main-nav .modal .modal-content .modal-body form button.btn.btn-primary {
    background: #3c3c44;
    border-radius: 3px;
    box-shadow: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 2px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    padding: 10px 15px;
}



    .main-nav .modal .modal-content .modal-body form button.btn.btn-primary:hover {
        background: #444;
    }



#myModal {
overflow: hidden;
}



.modal-open {
padding-right: 0px !important;
}



/*---------------------------------------

3 introduction               

-----------------------------------------*/

.introduction {
min-height: 700px;
}



.bottom-intro {
border-radius: 3px;
bottom: 0;
height: 224px;
left: 0;
margin-left: auto;
margin-right: auto;
position: absolute;
right: 0;
}



.duplex {
background: rgba(0,0,0,0.9);
color: #fff;
text-transform: uppercase;
background-image: url("../images1/divider.png");
background-repeat: repeat-y;
background-position: right;
font-weight: bold;
font-size: 24px;
padding: 43px 40px;
}



.carousel-inner .item {
width: 100%;
height: 100%;
background: transparent no-repeat 50% 50%;
background-size: cover;
}



.fadincss {
-webkit-animation: fadein 2s;
/* Safari, Chrome and Opera > 12.1 */
/* Firefox < 16 */
/* Internet Explorer */
/* Opera < 12.1 */
animation: fadein 2s;
}



@-webkit-keyframes fadein {

from {
    opacity: 0;
}



to {
    opacity: 1;
}
}



@keyframes fadein {

from {
    opacity: 0;
}



to {
    opacity: 1;
}
}



.duplex span {
display: block;
margin-bottom: 15px;
}



.duplex span a {
    color: #017cba;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}



    .duplex span a:hover {
        text-decoration: none;
        color: #fff;
    }



.duplex > span ~ span {
font-size: 14px;
font-weight: normal;
line-height: 28px;
text-transform: none;
color: #fff;
}



.bedrooms {
background: rgba(0,0,0,0.9);
height: 223px;
background-image: url("../images1/divider.png");
background-repeat: repeat-y;
background-position: right;
padding: 50px 40px 40px 40px;
}



.bedrooms p {
    color: #fff;
    text-transform: none;
    font-weight: normal;
    font-size: 20px;
    margin: 0;
}



    .bedrooms p span.room-inner-details {
        color: #017cba;
        font-weight: 600;
    }



.price {
background: rgba(0,0,0,0.9);
height: 223px;
}



.price p {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    padding-top: 90px;
    text-align: center;
}



.details {
background: rgba(0,0,0,0.9);
height: 223px;
padding: 0;
}



.details a {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 22px;
    padding: 100px 0;
    text-align: center;
    text-transform: uppercase;
    display: block;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background: #017cba;
}



    .details a:hover {
        background: #45A049;
        text-decoration: none;
        padding: 100px 0;
        display: block;
    }



.carousel-indicators .active {
background-color: #017cba;
border-color: #017cba;
}



.carousel-fade .carousel-inner .item {
-webkit-transition-property: opacity;
transition-property: opacity;
}



.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
opacity: 0;
}



.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}



.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



.carousel-fade .carousel-control {
z-index: 2;
}



.carousel-indicators {
bottom: 0;
}



.carousel-control {
bottom: auto;
top: 50%;
margin-top: -50px;
opacity: 0.4;
}



.carousel-control.left, .carousel-control.right {
    background: none;
}



    .carousel-control.left span i, .carousel-control.right span i {
        font-size: 60px;
    }



/*---------------------------------------

3 about               

-----------------------------------------*/

.about {
margin: 0;
padding: 90px 0 40px;
}



.about h1 {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 50px;
}



.section-heading {
margin-bottom: 20px;
padding-bottom: 28px;
position: relative;
}



.section-desc {
width: 50%;
margin: 0 auto;
}



.section-heading::before {
background: #017cba none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 50%;
margin-left: -75px;
position: absolute;
width: 150px;
}



.section-heading::after {
background: #000 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 50%;
margin-bottom: 8px;
margin-left: -25px;
position: absolute;
width: 50px;
}



.about h1 span {
color: #017cba;
font-weight: normal;
}



.about img, .photo-gallery img, .nearby-place img, .latest-property img, .our-blog img, .testimonials-title img {
padding-bottom: 25px;
display: block;
margin: 0 auto;
}



.about p {
text-align: center;
}



/*---------------------------------------

4 property               

-----------------------------------------*/

.property {
padding: 0px;
}



.drawing-room, .dining-room, .bed-room, .kitchen-room {
position: relative;
-webkit-transition: 10s ease;
transition: 10s ease;
}



.drawing-room img, .dining-room img, .bed-room img, .kitchen-room img {
    width: 100%;
}



.property-bottom {
background: rgba(0,0,0,0.5);
width: 100%;
height: 70px;
position: absolute;
bottom: 0;
padding-top: 20px;
text-align: center;
visibility: visible;
opacity: 1;
-webkit-transition: visibility 1s, opacity 0.5s ease;
transition: visibility 1s, opacity 0.5s ease;
}



.property-bottom p {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}



.drawing-room:hover .property-bottom, .dining-room:hover .property-bottom, .bed-room:hover .property-bottom, .kitchen-room:hover .property-bottom {
visibility: hidden;
opacity: 0;
}



/*---------------------------------------

5 about bottom               

-----------------------------------------*/

.about-bottom {
padding: 100px 0 50px 0;
text-align: center;
}



.about-bottom .fig {
    display: block;
    height: 124px;
    margin: 0 auto 25px;
    padding: 32px 10px;
    position: relative;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 124px;
}



    .about-bottom .fig i {
        color: #017cba;
        font-size: 35px;
        padding-top: 10px;
    }



.about-bottom span {
    font-size: 16px;
    display: block;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 400;
}



.property-pros {
margin-bottom: 50px;
}



.about-bottom .fign {
font-size: 24px;
padding-top: 10px;
}



.about-bottom .col-md-2:hover .fig::before {
border-color: #017cba;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}



.about-bottom .col-md-2 .fig::before {
border: 1px solid #a9a9a9;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
width: 100%;
}



.about-bottom .col-md-2:hover .fig {
-webkit-transform: translate(0px, -10px) scale(0.85);
transform: translate(0px, -10px) scale(0.85);
}



/*---------------------------------------

6 property-details               

-----------------------------------------*/

.property-details {
background: #f5f5f9;
padding: 50px 0 100px;
}



.property-details h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 50px 0px;
    text-align: left;
    color: #000;
}



.property-details ul {
    list-style-type: none;
    padding: 0px 0 30px 0px;
}



    .property-details ul li {
        display: inline;
        float: left;
        background: #ececec;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
        text-align: center;
        margin-right: 15px;
    }



        .property-details ul li.active {
            background: #017cba;
            -webkit-transition: .5s ease;
            transition: .5s ease;
        }



            .property-details ul li.active a {
                color: #fff;
                outline: none;
            }



        .property-details ul li a {
            text-decoration: none;
            color: #333333;
            padding: 15px 15px;
            display: inline-block;
            outline: none;
            font-weight: 400;
        }



            .property-details ul li a:hover {
                text-decoration: none;
            }



.property-details p {
    padding: 45px 0px;
    text-align: left;
    color: #999999;
}



.water-strg span {
display: block;
font-size: 14px;
color: #999;
}



.water-strg span i {
    color: #017cba;
}



.water-strg span strong {
    font-weight: 400;
    color: #333333;
}



.property-pic img {
margin-top: 50px;
}



/*---------------------------------------

7 photo-gallery               

-----------------------------------------*/

.photo-gallery {
margin: 0px;
padding-top: 90px;
}



.photo-gallery .container-fluid {
    padding: 0;
}


.container-mix img {
padding: 0;
}



.photo-gallery h1 {
font-size: 44px;
text-transform: uppercase;
text-align: center;
font-weight: bold;
color: #000;
font-size: 50px;
}



.photo-gallery h1 span {
    color: #017cba;
    font-weight: normal;
}



.photo-gallery p {
text-align: center;
padding: 20px 0 40px 0;
}



.controls {
text-align: center;
padding-bottom: 50px;
}



.controls button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eae1e0;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    color: #333333;
}



    .controls button.active {
        background: #4EB051;
        border: 1px solid #4EB051;
        color: #fff;
    }



    .controls button:hover {
        background: #4EB051;
        color: #fff;
    }



/*---------------------------------------

8 photo-gallery-pic               

-----------------------------------------*/

.container-mix .mix {
display: none;
}



.container-mix .mix {
position: relative;
}



.effect-zoe img {
width: 100%;
}



figure.effect-zoe {
position: relative;
}



figure.effect-zoe figcaption {
    background: rgba(76, 176, 80, 0.8) none repeat scroll 0 0;
    color: #fff;
    height: 70%;
    left: 12.5%;
    padding-top: 80px;
    position: absolute;
    text-align: center;
    top: 15%;
    width: 75%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border: 3px solid rgba(255, 255, 255, 1);
}



figure:hover.effect-zoe figcaption {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}



figure.effect-zoe figcaption div {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
}



figure.effect-zoe figcaption a h3 {
margin: 0;
text-transform: none;
font-size: 20px;
color: #fff;
text-decoration: none;
}



figure.effect-zoe figcaption a:hover {
text-decoration: none;
}



.preview-btn {
border: 1px solid #fff;
border-radius: 100px;
color: #fff;
display: inline-block;
height: 45px;
margin-bottom: 10px;
padding-top: 10px;
width: 45px;
-webkit-transition: .3s ease;
transition: .3s ease;
}



.preview-btn:hover {
    background: #fff;
}



/*---------------------------------------

9 Nearby Place               

-----------------------------------------*/

.nearby-place {
margin: 0px;
padding: 90px 0 0 0;
}



.nearby-places {
padding: 90px 0;
}



.nearby-place h1 {
font-size: 44px;
text-transform: uppercase;
text-align: center;
font-weight: bold;
color: #333333;
font-size: 50px;
}



.nearby-place h1 span {
    color: #017cba;
    font-weight: normal;
}



.nearby-place p {
text-align: center;
}



.location i {
border-radius: 100px;
color: #fff;
display: inline-block;
font-size: 30px;
height: 63px;
padding-top: 15px;
text-align: center;
width: 63px;
float: left;
margin-right: 20px;
}



.location:first-child i {
background: #FF4C4D;
}



.location:nth-child(2) i {
background: #017cba;
}



.location:nth-child(3) i {
background: #C813F6;
}



.location:last-child i {
background: #07A3D6;
}



.location span {
display: block;
}



.location .club {
text-align: left;
text-transform: uppercase;
}



.location .school {
font-weight: 700;
font-size: 28px;
color: #000000;
}



.location .school-distance {
color: red;
}



.location .school-name {
text-transform: capitalize;
font-size: 14px;
line-height: 30px;
}



.location .golf {
text-transform: capitalize;
font-size: 14px;
line-height: 30px;
}



.location .golf-distance {
color: #35c331;
}



.location .hopital {
text-transform: capitalize;
font-size: 14px;
line-height: 30px;
}



.location .hopital-distance {
color: #c813f6;
}



.location .resturent {
text-transform: capitalize;
font-size: 14px;
line-height: 30px;
}



.location .resturent-distance {
color: #07a3d6;
}



/*---------------------------------------

10 map               

-----------------------------------------*/

#property-map {
height: 500px;
width: 100%;
}



.gm-style-iw * {
display: block;
}



.gm-style-iw h4, .gm-style-iw p {
margin: 0;
padding: 0;
}



.gm-style-iw a {
color: #4272db;
}



/*---------------------------------------

11 Latest property               

-----------------------------------------*/

.latest-property {
margin: 0px;
padding: 95px 0 70px 0;
}



.property-lists {
padding-bottom: 70px;
}



.latest-property h1 {
font-size: 44px;
text-transform: uppercase;
text-align: center;
font-weight: bold;
color: #000;
font-size: 50px;
}



.latest-property h1 span {
    color: #017cba;
    font-weight: normal;
}



.latest-property p {
text-align: center;
}

.latest-pic {
background: no-repeat 50% 50%;
background-size: cover;
height: 200px;
}

.latest-pic.latest-pic1 {
    background-image: url("/Assets/images/apartment-images/1-1-small.jpg");
}

.latest-pic.latest-pic2 {
    background-image: url("/Assets/images/apartment-images/2-1-small.jpg");
}

.latest-pic.latest-pic3 {
    background-image: url("/Assets/images/apartment-images/3-1-small.jpg");
}

.latest-pic.latest-pic4 {
    background-image: url("/Assets/images/apartment-images/HERITAGE-HEIGHTS-Exterior-sm.jpg");
}

.latest-pic.latest-pic5 {
    background-image: url("/Assets/images1/lp5.jpg");
}

.latest-pic.latest-pic6 {
    background-image: url("/Assets/images1/lp2.jpg");
}

.latest-pic-bottom {
padding-bottom: 25px;
}



.latest-pic-bottom .pic-address {
    background: #017cba;
    color: #fff;
    padding: 9px 15px 11px;
    font-size: 1.2em;
}

.description-wrap .btn {
background: #017cba;
}

.description-wrap {
overflow: hidden;
border-left: 1px solid #a9a9a9;
border-right: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
}



.pic-description {
color: #000;
padding: 15px;
text-align: left;
}



.pic-description h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
}



.pic-description > p {
    color: #333333;
}



.pic-description h3 a {
    color: #333;
}



    .pic-description h3 a:hover {
        text-decoration: none;
        color: #017cba;
    }



.pic-mesure {
padding: 10px;
border-top: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
color: #000;
}



.pic-mesure span {
    margin-right: 15px;
}



    .pic-mesure span:last-child {
        margin-right: 0;
    }



.pic-mesure i {
    color: #017cba;
    font-size: 17px;
    margin-right: 5px;
}



/*---------------------------------------

12 Contract                  

-----------------------------------------*/

.contract-section {
background: #017cba;
overflow: hidden;
}



.contract-pic {
}



.contract-pic img {
}



.contract-left {
color: #fff;
padding-top: 50px;
padding-bottom: 50px;
text-align: left;
}



.contract-left h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
}



.contract-left input {
    background: #017cba;
    width: 350px;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #fff;
    color: #fff;
}



.contract-left textarea {
    background: #017cba;
    width: 350px;
    height: 150px;
    padding-left: 10px;
    border: 1px solid #fff;
}



.contract-left .submit {
    background: #3c3c44 none repeat scroll 0 0;
    border: medium none;
    font-size: 16px;
    font-weight: bold;
    height: inherit;
    padding: 10px 50px;
    width: inherit;
}



.contract-right {
text-align: right;
padding: 50px 0;
color: #fff;
}



.contract-right h2 {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0;
}



.contract-right h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}



.contract-right span {
    display: block;
    font-size: 18px;
    margin-top: 15px;
}



.contract-right ul {
    list-style: none;
    margin-top: 15px;
}



    .contract-right ul li {
        display: inline;
        margin: 5px;
    }



        .contract-right ul li:last-child {
            margin-right: 0;
        }



.contract-social.header-social ul li a {
padding-top: 2px;
}



.call-us {
color: #fff;
text-transform: uppercase;
padding-top: 60px;
text-align: left;
}



.call-us h3 {
    font-weight: bold;
    font-size: 22px;
}



.sell-contact {
padding-top: 90px;
text-align: right;
}



.sell-contact span {
    color: #fff;
    padding-right: 30px;
    font-weight: bold;
    font-size: 20px;
}



.sell-contact a {
    padding: 18px 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
}



    .sell-contact a:hover {
        text-decoration: none;
    }



/*---------------------------------------

14 our blog                  

-----------------------------------------*/

.our-blog {
margin: 0px;
}



.blog {
margin: 100px;
}



.our-blog h1 {
font-size: 44px;
text-transform: uppercase;
text-align: center;
font-weight: bold;
color: #000;
font-size: 50px;
}



.our-blog h1 span {
    color: #017cba;
    font-weight: normal;
}



.blog-pic {
background: url("../images/blog_pic1.png")no-repeat;
height: 250px;
padding-left: 270px;
}



.blog-content {
text-align: left;
padding-left: 20px;
}



.blog-content .blog-admin {
    position: relative;
    padding-left: 20px;
}



    .blog-content .blog-admin:before {
        content: "\f007";
        font-family: FontAwesome;
        left: 0;
        position: absolute;
        top: 0;
        color: #017cba;
    }



.blog-content .blog-date {
    position: relative;
    padding-left: 20px;
    float: right;
}



    .blog-content .blog-date:before {
        content: "\f073";
        font-family: FontAwesome;
        left: 0;
        position: absolute;
        top: 0;
        color: #017cba;
    }



.blog-content h4 {
    font-weight: bold;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}



.blog-content p {
    padding-bottom: 20px;
}



.blog-content a {
    background: #017cba;
    color: #fff;
    font-size: 14px;
    padding: 8px 22px;
    margin-left: -50px;
    font-weight: bold;
    text-decoration: none;
}



.blog-pic2 {
background: url("../images/blog_pic2.png")no-repeat;
height: 250px;
padding-left: 270px;
}



.blog-row-one {
margin-bottom: 50px;
}



.blog-pic3 {
background: url("../images/blog_pic4.png")no-repeat;
background-position: right;
padding-right: 270px;
height: 250px;
overflow: hidden;
}



.blog-content3 {
text-align: left;
padding-right: 10px;
}



.blog-content3 .blog-admin3 {
    position: relative;
    padding-left: 20px;
}



    .blog-content3 .blog-admin3:before {
        content: "\f007";
        font-family: FontAwesome;
        left: 3px;
        position: absolute;
        top: 0;
        color: #017cba;
    }



.blog-content3 .blog-date3 {
    position: relative;
    padding-left: 20px;
    float: right;
}



    .blog-content3 .blog-date3:before {
        content: "\f073";
        font-family: FontAwesome;
        left: 3px;
        position: absolute;
        top: 0;
        color: #017cba;
    }



.blog-content3 h4 {
    font-weight: bold;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}



.blog-content3 p {
    font-size: 15px;
    padding-bottom: 20px;
}



.blog-content3 a {
    background: #017cba;
    color: #fff;
    font-size: 14px;
    padding: 5px 22px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 0px;
    margin-left: 220px;
    position: absolute;
}



.blog-pic4 {
background: url("../images/blog_pic3.png")no-repeat;
background-position: right;
padding-right: 270px;
height: 250px;
overflow: hidden;
}



/*---------------------------------------

15 testimonial                  

-----------------------------------------*/

.testimonials {
margin: 0px;
}



.testimonials-title {
margin-top: 100px;
margin-bottom: 40px;
}



.testimonials-title h1 {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 50px;
}



    .testimonials-title h1 span {
        color: #017cba;
        font-weight: normal;
    }



.width-fix {
width: 100%;
}



.testimonial-comment {
background: #aeb6b9 url("../images/testimonial-quote.png") no-repeat scroll 40px 30px;
position: relative;
}



.testimonial-comment p {
    color: #fff;
    padding: 40px 50px 50px 50px;
    text-align: justify;
}



.testimonial-carousel div.active .testimonial-comment {
background: #4EB051 url("../images/testimonial-quote-active.png") no-repeat scroll 40px 30px;
}



.testimonial-carousel div.owl-item .testimonial-comment::after {
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 30px solid #AEB6B9;
content: "";
height: 0;
position: absolute;
bottom: -25px;
left: 65px;
width: 0;
}



.testimonial-carousel div.active .testimonial-comment::after {
border-top: 30px solid #4EB051;
}



.testimonial-author {
padding: 30px 0 0 30px;
}



.testimonial-author img {
    width: 100px;
    float: left;
}



.testimonial-author p {
    float: left;
    padding: 25px 0 0 20px;
}



    .testimonial-author p span.tauthor-name, .testimonial-author p span.tauthor-role {
        display: block;
    }



    .testimonial-author p span.tauthor-name {
        font-size: 16px;
    }



.owl-pagination {
text-align: center;
padding: 50px 0;
}



.owl-pagination div.owl-page {
    display: inline-block;
    padding-right: 10px;
}



    .owl-pagination div.owl-page span.owl-numbers {
        border: 2px solid #4eb051;
        border-radius: 50px;
        display: inline-block;
        height: 15px;
        text-align: center;
        text-indent: -9999px;
        width: 15px;
    }



.owl-pagination div.active span.owl-numbers {
    background: #4eb051;
}



.clear {
clear: both;
}



/*---------------------------------------

16 Royals group                  

-----------------------------------------*/

.royals-group {
background: url("../../../../www.ecologytheme.com/theme/ecoreal/images/testimonial3.html")no-repeat;
height: 123px;
margin-bottom: 20px;
margin-top: 40px;
margin-left: 30px;
text-align: left;
padding-left: 140px;
padding-top: 40px;
text-transform: uppercase;
font-size: 14px;
margin-bottom: 40px;
}



.royals-group span {
    display: block;
}



.royals-group .ceo-name {
    font-weight: bold;
}



.squar-pic {
margin: 40px;
}



.squar-pic span {
    margin: 10px;
}



/*---------------------------------------

17 Footer                  

-----------------------------------------*/

.footer {
color: #333333;
background: #eceff1;
}

.footer .ada {
    max-width: 36px;
    padding-bottom: 9px;
}


.footer-overlay {
content: "";
background: #f1f1f1;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: -1;
}



.subscribe {
background: #017cba;
min-height: 100px;
color: #fff;
text-transform: uppercase;
padding-top: 30px;
border-radius: 0;
}



.subscribe .newsletter {
    margin-left: 0px;
    padding-top: 15px;
    padding-left: 15px;
}



    .subscribe .newsletter span {
        font-weight: 600;
        font-size: 24px;
    }



.subscribe .subscribe-email {
    margin-left: -40px;
    padding-left: 0px;
}



.subscribe input[type=email] {
    background: #017cba;
    border: 1px solid #fff;
    width: 510px;
    height: 50px;
    padding-left: 30px;
    color: #ffffff;
    margin-bottom: 30px;
}



.subscribe input[type=submit] {
    background: #3e8f42;
    border: 1px solid #3e8f42;
    width: 190px;
    height: 50px;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}



    .subscribe input[type=submit]:hover {
        background: #38813C;
    }



.footer-middle {
padding: 50px 0 50px 0;
}

.footer-middle p {
    font-size: 14px !important;
}



.footer-bottom {
background: #000;
opacity: 0.9;
min-height: 444px;
}



.footer-bottom h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    padding-bottom: 10px;
}



.footer-bottom img {
    text-align: left;
    margin-bottom: 40px;
    display: block;
}



.footer-bottom .footer-widget {
    color: #fff;
    line-height: 30px;
}



.footer-widget h3 {
margin-bottom: 20px;
padding-bottom: 15px;
position: relative;
}



.footer-widget h3::after {
    background: #017cba;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 60px;
}



.footer-bottom .footer-widget p {
text-align: left;
}



.footer-bottom .footer-widget .twittes {
padding-left: 50px;
line-height: 20px;
font-size: 14px;
}



.footer-widget p span.twittes a {
text-decoration: none;
color: #017cba;
}



.contact-info p {
}



.social-widget-links {
margin-top: 30px;
}



.social-widget-links ul li a i {
    background: #017cba;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    height: 28px;
    padding-top: 7px;
    text-align: center;
    width: 28px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}



.social-widget-links ul li a i:hover {
    color: #fff;
}


.social-widget-links ul li a span {
    background: #017cba;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    height: 28px;
    padding-top: 7px;
    text-align: center;
    width: 28px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}



.social-widget-links ul li a span:hover {
    color: #fff;
}


.footer-below {
background: #017cba;
padding: 10px 0;
}


.footer-below .copy-right p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    padding-top: 13px;
}



.copy-right p a {
color: #017cba;
}




.footer-below .payment {
text-align: right;
}



.footer-below .payment span {
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
}



.footer-below .payment ul {
    margin-bottom: 0;
    margin-top: 2px;
}



    .footer-below .payment ul li {
        font-size: 20px;
    }



.twitter-widget p span.twittes-icon {
display: inline-block;
width: 15%;
}



.twitter-widget p span.twittes {
display: inline-block;
width: 85%;
overflow: hidden;
}



.latest-news p {
text-transform: uppercase;
padding-bottom: 15px;
}



.latest-news p a {
    color: #fff;
}



    .latest-news p a:hover {
        color: #017cba;
        text-decoration: none;
    }



.latest-news p img {
    margin-right: 15px;
    width: 100px;
}



.latest-news p span {
    color: #eee;
    display: block;
    font-size: 12px;
    font-style: italic;
    text-transform: none;
}



.contact-info p span.contact-icon {
display: inline-block;
width: 15%;
}



.contact-info p span.contact-details {
display: inline-block;
width: 85%;
}



/*---------------------------------------

Contact Us Page - Header Banner             

-----------------------------------------*/


.header-banner .banner-overlay {
    padding: 85px 0;
}


.header-banner h2 {
    margin: 0;
    color: #fff;
}



.header-banner ol.breadcrumb {
    margin: 0;
    background: none;
    border-radius: 0;
    list-style: outside none none;
    padding: 8px 0 0 15px;
    text-align: right;
}



    .header-banner ol.breadcrumb li {
        color: #fff;
    }



    .header-banner ol.breadcrumb li a {
        color: #fff;
    }



    .header-banner ol.breadcrumb li a.active {
        color: #017cba;
    }



    .header-banner ol.breadcrumb li a:hover {
        color: #fff;
        text-decoration: none;
    }



/*---------------------------------------

Contact Map             

-----------------------------------------*/

.contact-map {
margin-bottom: -50px;
}



/*---------------------------------------

Contact Details            

-----------------------------------------*/

.contact-banner-bg {
    background: url(/Assets/images/banner/banner-contactus.jpg);
    height: 200px;
}

.contact-page-details {
padding: 50px 0;
}



.contact-page-details .contact-box {
    border: 1px solid #F1F1F1;
}



    .contact-page-details .contact-box p.col-sm-3 {
        background: #F9F9F9;
        text-align: center;
        padding: 50px 0;
        color: #dadada;
        border-right: 1px solid #f1f1f1;
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }



    .contact-page-details .contact-box:hover p.col-sm-3 {
        background: #017cba;
        margin: -1px 0;
    }



    .contact-page-details .contact-box p.col-sm-3 i {
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }



    .contact-page-details .contact-box:hover p.col-sm-3 i {
        color: #fff;
    }



    .contact-page-details .contact-box p.col-sm-9 span {
        display: block;
        margin-left: 20px;
    }



        .contact-page-details .contact-box p.col-sm-9 span.contact-box-heading {
            color: #313131;
            font-weight: 600;
            padding: 20px 0;
        }



    .contact-page-details .contact-box p {
        margin: 0;
    }



/*---------------------------------------

Contact Form        

-----------------------------------------*/

.contact-form {
padding-bottom: 100px;
}



.contact-form .contact-form-holder {
    text-align: center;
}



    .contact-form .contact-form-holder h2 {
        margin-bottom: 20px;
    }



    .contact-form .contact-form-holder p {
        margin-bottom: 60px;
    }



    .contact-form .contact-form-holder form .form-left input.form-control {
        background: #f1f1f1;
        border: none;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 15px;
        height: 50px;
    }



    .contact-form .contact-form-holder form .form-right textarea.form-control {
        background: #f1f1f1;
        box-shadow: none;
        height: 180px;
        border: none;
        border-radius: 0;
    }



.form-button {
text-align: right;
}



.form-button > button {
    background: #017cba none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    margin-top: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}



    .form-button > button:hover {
        background: #333333;
    }




/*---------------------------------------

About Us Page - Header Banner             

-----------------------------------------*/

.about-banner-bg {
background: url(/Assets/images1/about-header-banner-bg.jpg);
background-position: 100%;
}



.about-ecoreal-content {
text-align: center;
padding: 80px 0;
}



.about-ecoreal-content > h2 {
    margin-bottom: 20px;
}



.about-ecoreal-content p i {
    color: #017cba;
}



.about-documents .container {
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
padding: 15px 0;
}



.document-title > p {
font-size: 21px;
font-weight: 700;
margin: 0;
text-align: right;
text-transform: uppercase;
}



.pdfone {
text-align: center;
padding-top: 5px;
}



.pdftwo {
text-align: left;
padding-top: 5px;
}



.pdfone > a, .pdftwo > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
}



    .pdfone > a i, .pdftwo > a i {
        color: #017cba;
    }



    .pdfone > a:hover, .pdftwo > a:hover {
        text-decoration: none;
    }



.who-we-are {
background-color: #F5F5F5;
}

div#SERVICES p {
padding-top: 0px !important;
}


.who-we-are .col-md-6 {
height: 500px;
}

.who-we-are form .col-md-6 {
height: inherit;
}



.who-we-are-left {
background: #fff;
}



.who-we-are-right {
background: url(/Assets/images1/who-we-are-bg.jpg);
background-position: center center;
background-size: 130% auto;
background-repeat: no-repeat;
}

.AMENITIES-left {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

.AMENITIES-right {
background: #f5f5f5;
}

.Adress-right {
background: url(/Assets/images1/house-image.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

.Adress-left {
background: #f5f5f5;
}


.who-we-are-content {
margin-left: 100px !important;
margin-right: 100px !important;
margin-top: 80px;
margin-bottom: 80px;
text-align: center;
}

.who-we-are-content.form {
    margin-top: inherit;
    margin-bottom: inherit;
}


.who-we-are-content > span {
    font-size: 14px;
    font-style: italic;
}



.who-we-are-content > h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 58px;
    margin-top: 5px;
    position: relative;
    padding-bottom: 15px;
}



    .who-we-are-content > h2::after {
        background: #017cba;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -50px;
        position: absolute;
        width: 100px;
    }



.who-we-are-content > p {
    line-height: 35px;
    margin-top: 25px;
}



.who-we-are-content .left {
    margin-left: 13px !important;
    margin-top: 15px !important;
}


.benefits p {
text-align: left;
}


.benefits > .container-fluid > .row > .col-md-6 {
height: 500px;
}



.benefits-right {
background: #fff;
}



.benefits-left {
background: url(/Assets/images/benefits-1.jpg);
background-position: center center;
background-size: 100% auto;
background-repeat: no-repeat;
}


.benefits-content {
margin-left: 7% !important;
margin-right: 7% !important;
margin-top: 40px;
margin-bottom: 40px;
text-align: center;
}




.benefits-content > span {
    font-size: 14px;
    font-style: italic;
}



.benefits-content > h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 58px;
    margin-top: 5px;
    position: relative;
    padding-bottom: 15px;
}



    .benefits-content > h2::after {
        background: #017cba;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -50px;
        position: absolute;
        width: 100px;
    }



.benefits-content > p {
    line-height: 35px;
    margin-top: 25px;
}



a.benefits-btn {
background: #017cba;
border-radius: 100px;
color: #fff;
display: inline-block;
margin-top: 25px;
padding: 10px 20px;
text-transform: uppercase;
-webkit-transition: 0.5s ease;
transition: 0.5s ease;
}



a.benefits-btn:hover {
    text-decoration: none;
    background: #333333;
}

.benefits-content .left {
margin-left: 13px !important;
margin-top: 15px !important;
}


.left h5 {
line-height: 150%;
}



.ecoreal-features {
padding-bottom: 80px;
}



.ecoreal-features .col-md-12 {
    text-align: center;
    margin-bottom: 30px;
}



    .ecoreal-features .col-md-12 > p {
        padding: 10px 100px;
    }



.about-feature i {
background: #017cba;
border-radius: 100%;
color: #fff;
display: inline-block;
height: 60px;
padding-top: 8px;
text-align: center;
width: 60px;
border: 2px solid #017cba;
-webkit-transition: .5s ease;
transition: .5s ease;
}



.about-feature:hover .feature-icon i {
background: #fff none repeat scroll 0 0;
border: 2px solid #017cba;
color: #333333;
}



.feature-icon {
padding-top: 20px;
}



.feature-details > h3 {
font-size: 19px;
text-transform: uppercase;
}



/*---------------------------------------

Blog Template styles

-----------------------------------------*/

.blog-section {
margin-top: 45px;
}



.blog-posts-area h2, h3.widget-title {
font-size: 30px;
font-weight: 300;
margin-bottom: 45px;
margin-top: 0;
position: relative;
text-transform: none;
}



h3.widget-title {
font-size: 28px;
}



.post-dates {
text-align: right;
}



.post-dates span {
    color: #017cba;
    font-size: 18px;
}



.post-dates strong {
    margin-top: 5px;
    font-size: 26px;
    display: block;
}



.post-title {
margin-top: 0;
margin-bottom: 25px;
}



.post-title a {
    color: #017cba;
    text-transform: none;
    font-weight: normal;
}



.blog-single-post {
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
padding-bottom: 30px;
}



.blog-posts .blog-single-post:last-child {
border-bottom: 0 none;
margin-bottom: 0;
padding-bottom: 0;
}



.single-post-content a.btn-primary, .widget-content a.btn-primary {
background-color: #fff;
border: 2px solid #017cba;
color: #017cba;
border-radius: 0;
font-weight: 600;
-webkit-transition: .5s ease;
transition: .5s ease;
}



.widget-content a.btn-primary {
background: #f2f2f2;
}



.single-post-content a.btn-primary:hover, .widget-content a.btn-primary:hover {
    border-color: #333333;
    color: #333333;
}



.single-post-content p {
margin-bottom: 20px;
}



.widget-content ul {
background: #F2F2F2;
padding: 15px;
}



.widget-content ul.nav > li > a {
    padding: 0;
    border-radius: 0;
    color: #017cba;
}



    .widget-content ul.nav > li > a:hover {
        background: none;
        text-decoration: underline;
    }



.widget-content .nav-stacked li {
margin: 0 0 14px 0;
}



.sidebar-widget {
margin-bottom: 45px;
}



.small-property {
border: 2px solid rgba(0,0,0,0.1);
margin-bottom: 15px;
padding: 10px 0;
}



.property-small-content h4 {
margin-top: 0;
}



.property-small-content h4 a {
    color: #333333;
    text-transform: none;
}



.property-small-content p {
margin-bottom: 0;
}



.property-small-content p span {
    color: #017cba;
    font-weight: 600;
}



property-small-picture a img {
width: 100%;
}



.address-widget {
background: #f2f2f2;
padding: 15px;
}



.address-widget address abbr {
    border-bottom: 0 none !important;
    text-decoration: none;
}



.blog-pagination {
text-align: center;
margin-top: 60px;
}



.blog-pagination ul.list-unstyled.list-inline li a {
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: #333333;
    padding: 10px 15px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}



    .blog-pagination ul.list-unstyled.list-inline li a:hover {
        color: #017cba;
        text-decoration: none;
        border-color: #017cba;
    }



    .blog-pagination ul.list-unstyled.list-inline li a.active {
        color: #333333;
        border-color: #333333;
    }

hr {
margin: 4em 0;
padding-bottom: 1em;
}


/*---------------------------------------

Sample Page Styles            

-----------------------------------------*/

.page-content {
padding: 60px 0;
}



.content-page-inner-area h2 {
font-size: 30px;
font-weight: 300;
margin-bottom: 45px;
margin-top: 0;
position: relative;
text-transform: none;
}



.content-page-inner-area img {
width: 100%;
}



.content-page-inner-area p {
margin: 30px 0;
}



.content-list-items ul > li {
padding-bottom: 5px;
}



.content-list-items ul > li::before, .image-right-content ul li:before, .image-left-content ul li:before {
    color: #017cba;
    content: "";
    float: left;
    font-family: fontawesome;
    margin-left: -15px;
    margin-right: 10px;
}



.image-right-content ul li:before, .image-left-content ul li:before {
margin-left: 0;
margin-right: 10px;
}



.content-list-items ul > li a, .image-right-content ul li a, .image-left-content ul li a {
color: #333333;
font-weight: 600;
}



.content-inner-quote {
background: #017cba none repeat scroll 0 0;
border: 0 none;
color: #fff;
font-style: italic;
font-weight: 600;
margin: 50px 0;
padding: 30px 15px;
}



.image-right-content, .image-left-content {
margin-top: 50px;
}



.image-left-content h3, .image-right-content h3 {
    margin: 0;
    text-transform: none;
}



.content-page-inner-area > h3 {
margin: 30px 0;
text-transform: none;
}



.gallery-main .col-md-12 {
text-align: center;
margin-top: 40px;
}



.gallery-main .col-md-12 p {
    padding-bottom: 50px;
}



.gallery-main .col-md-12 .container-mix div.mix {
    margin-bottom: 30px;
}



.gallery-main figure.effect-zoe figcaption div {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
}



/* =======================================

Single Property Page          

======================================== */

.single-property {
background: #f8f8f8;
margin-bottom: -50px;
}



.single-property-banner {
background: url(../images/single-property-bg.jpg);
background-position: bottom;
}



.property-name {
margin: 30px 0;
}



.property-name h2 {
    font-size: 30px;
    text-transform: none;
    margin: 0 0 5px 0;
}



    .property-name h2 span {
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
        background: #017cba;
        padding: 5px 10px;
        color: #fff;
        position: relative;
        top: -6px;
        border-radius: 3px;
    }



        .property-name h2 span ~ span {
            background: #3C3C44;
        }



.property-name > p {
    margin: 0;
}



.property-price {
text-align: right;
margin: 30px 0;
}



.property-price h2 {
    margin: 0 0 5px 0;
}



.property-price h4 {
    margin: 0;
    font-weight: 300;
    text-transform: none;
}



.property-gallery {
position: relative;
height: 630px;
}



.property-gallery > img {
    height: 630px;
    width: 100%;
}



.property-agent {
background: rgba(255,255,255,.95);
padding: 30px;
width: 370px;
position: absolute;
top: 40px;
left: 40px;
}



.property-agent .agent-media {
    margin-bottom: 20px;
}



    .property-agent .agent-media img {
        width: 74px;
        height: 74px;
        display: inline-block;
    }



    .property-agent .agent-media ul {
        display: inline-block;
        list-style: none;
        padding-left: 20px;
    }



        .property-agent .agent-media ul li:first-child {
            font-weight: 700;
            text-transform: uppercase;
            padding-bottom: 5px;
        }



        .property-agent .agent-media ul li i {
            padding-right: 6px;
        }



        .property-agent .agent-media ul li a {
            color: #017cba;
            font-weight: 600;
        }



            .property-agent .agent-media ul li a:hover {
                text-decoration: none;
            }



.property-agent form input, .property-agent form textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 15px;
}



.property-agent form textarea {
    height: 135px;
}



.property-agent form input[type=submit] {
    background: #017cba;
    color: #fff;
    font-weight: 600;
    border: none;
}



.property-share {
position: absolute;
right: 50px;
top: 50px;
}



.property-share ul li {
    display: inline-block;
    margin-right: 10px;
}



    .property-share ul li:last-child {
        margin-right: 0;
    }



    .property-share ul li a i {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        color: #fff;
        display: block;
        font-size: 20px;
        height: 50px;
        padding-top: 12px;
        text-align: center;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        width: 50px;
        border-radius: 3px;
    }



        .property-share ul li a i:hover {
            color: #fff;
        }



.property-description, .property-location, .property-details-list, .property-features, .property-contact-info {
background: #fff none repeat scroll 0 0;
padding: 40px;
margin: 40px 0;
}



h2.pd-title {
font-size: 18px;
text-transform: none;
padding: 0 0 40px 0;
margin: 0 0 20px 0;
position: relative;
}



h2.pd-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    bottom: 0;
    left: 0;
}



.property-location ul {
padding-left: 0;
}



.property-location ul li {
    list-style: none;
    font-weight: 300;
}



.property-details-list .alert.alert-success {
border-radius: 0;
border: 1px solid #017cba;
color: inherit;
}



.property-details-list ul {
padding-left: 0;
list-style: none;
columns: 3 auto;
-moz-columns: 3 auto;
-webkit-columns: 3 auto;
}



.property-details-list ul li {
    padding: 5px 0;
    font-weight: 300;
}



.property-details-list > h3 {
font-size: 16px;
margin: 30px 0 15px;
text-transform: none;
border-bottom: 1px solid #ccc;
padding-bottom: 15px;
}



.property-features ul {
list-style: none;
padding-left: 0;
columns: 3 auto;
-moz-columns: 3 auto;
-webkit-columns: 3 auto;
}



.property-features ul li {
    padding: 5px 0;
    font-weight: 300;
}



    .property-features ul li i {
        padding-right: 5px;
    }



.property-contact-info .agent-media {
margin-bottom: 20px;
}



.property-contact-info .agent-media img {
    width: 80px;
    height: 80px;
    display: inline-block;
}



.property-contact-info .agent-media ul {
    display: inline-block;
    list-style: none;
    padding-left: 20px;
}



    .property-contact-info .agent-media ul li:first-child {
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 5px;
    }



    .property-contact-info .agent-media ul li i {
        padding-right: 6px;
        color: inherit;
    }



    .property-contact-info .agent-media ul li a {
        color: inherit;
    }



    .property-contact-info .agent-media ul li span {
        margin-right: 10px;
    }



    .property-contact-info .agent-media ul li a:hover {
        text-decoration: none;
    }



.property-contact-info form input, .property-contact-info form textarea {
border: 1px solid #ccc;
border-radius: 3px;
width: 100%;
margin-bottom: 10px;
height: 40px;
padding: 0 15px;
}



.property-contact-info form textarea {
height: 135px;
margin-top: 10px;
}



.property-contact-info form input[type=submit] {
background: #017cba none repeat scroll 0 0;
border: medium none;
color: #fff;
font-weight: 600;
margin-left: 15px;
width: auto;
margin-top: 10px;
}



.property-contact-info > h3 {
font-size: 16px;
margin: 30px 0 20px 0;
text-transform: none;
border-bottom: 1px solid #ccc;
padding-bottom: 15px;
}



.property-contact-info form .form-group {
margin-bottom: 0;
}



aside {
margin-top: 40px;
background: #fff;
padding: 20px 15px 0 15px;
}



aside .widget-title {
    font-size: 18px;
    margin-bottom: 20px;
}

section .team {
}

.navbar-wrapper {
height: 65px;
}

#my-navbar.sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
}

.map-container {
margin: 30px 0;
margin-top: 0px;
}

#map {
width: 100%;
height: 400px;
background-color: grey;
}

.property-lists .pic-description {
min-height: 260px;
position: relative;
margin: 15px;
padding: 0;
}

.property-lists .pic-description h3 {
    height: 50px;
}

.property-lists .pic-description .btn {
    position: absolute;
    bottom: 0px;
    z-index: 99;
}

@media (min-width: 450px) {
.leader {
    float: left;
    margin: 0;
    padding: 0 1em .5em 0;
}
}



/*  */

.col-sm-4.c-form-1-box.wow.fadeInUp.animated {
/*margin-top: -500px;*/
color: #fff;
}




.top-content .description {
margin: 20px 0 30px 0;
}

.top-content .text h1 {
color: #fff;
}

.top-content .text {
padding: 30px;
color: #fff;
background: rgba(0,0,0,0.5);
/*margin-top: 100px*/
}

.top-content h1 {
padding: 0;
margin: 0;
color: #fff;
font-size: 50px;
font-weight: bold;
margin-top: 50px;
text-align: left;
}

.top-content .telephone a {
font-size: 20px;
color: #fff;
font-weight: bold;
}

.top-content .telephone a:hover {
    text-decoration: none;
}

.top-content .address {
color: #FFFFFF;
}

.top-content {
padding: 20px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
}

.top-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: rgba(16,16,16,0.5);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c-form-1-bottom {
/*padding: 25px 25px 30px 25px;*/
background: #444;
background: rgba(0, 0, 0, .1);
text-align: left;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}

.c-form-1-top {
overflow: hidden;
padding: 0 25px 15px 25px;
background: #444;
background: rgba(0, 0, 0, .1);
text-align: left;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}

.c-form-1-top-left {
float: left;
width: 75%;
padding-top: 25px;
}

.c-form-1-top-right {
float: left;
width: 25%;
padding-top: 5px;
font-size: 66px;
color: #fff;
line-height: 100px;
text-align: right;
opacity: 0.3;
}

/*  */


/* CSS reset */
ul, ol, li, h1, h2, h3, h4, h5, h6, fieldset {
margin: 0;
padding: 0;
}

.container1 {
position: relative;
text-align: center;
}

.container1 .input-lg {
    border-radius: 0px !important;
}

.container1 .btn-lg {
    border-radius: 0px;
}

.container1 .btn-primary {
    color: #fff;
    background-color: #017cba;
    border-color: #03608f;
}

.clr {
clear: both;
}

.container1 > header {
padding: 30px 30px 10px 20px;
margin: 0px 20px 10px 20px;
position: relative;
display: block;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
text-align: left;
}

.container1 > header h1 {
    font-family: "helvetica neue", helvetica;
    font-size: 35px;
    line-height: 35px;
    position: relative;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}

    .container1 > header h1 span {
    }

.container1 > header h2, p.info {
    font-size: 16px;
    font-style: italic;
    color: #f8f8f8;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.slideshow,
.slideshow:after {
position: absolute;
width: 100%;
height: 641px;
top: 0px;
left: 0px;
z-index: 0;
background: rgba(16,16,16,0.5);
}

.slideshow:after {
    content: '';
}

.slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
}

.slideshow li div h3 {
    font-family: "helvetica neue", helvetica;
    text-transform: uppercase;
    font-size: 80px;
    padding: 0;
    line-height: 200px;
    color: rgba(255,255,255, 0.8);
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
}

25% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
}

50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
}

75% {
    opacity: 0;
    -webkit-transform: scale(1.1);
}

100% {
    opacity: 0;
}
}

@-moz-keyframes imageAnimation {
0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
}

25% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
}

50% {
    opacity: 1;
    -moz-transform: scale(1.1);
}

75% {
    opacity: 0;
    -moz-transform: scale(1.1);
}

100% {
    opacity: 0;
}
}

@-o-keyframes imageAnimation {
0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
}

25% {
    opacity: 1;
    -o-transform: scale(1.05);
    -o-animation-timing-function: ease-out;
}

25% {
    opacity: 1;
    -o-transform: scale(1.1);
}

75% {
    opacity: 0;
    -o-transform: scale(1.1);
}

100% {
    opacity: 0;
}
}

@-ms-keyframes imageAnimation {
0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
}

25% {
    opacity: 1;
    -ms-transform: scale(1.05);
    -ms-animation-timing-function: ease-out;
}

50% {
    opacity: 1;
    -ms-transform: scale(1.1);
}

75% {
    opacity: 0;
    -ms-transform: scale(1.1);
}

100% {
    opacity: 0;
}
}

@keyframes imageAnimation {
0% {
    opacity: 0;
    animation-timing-function: ease-in;
}

25% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
}

50% {
    opacity: 1;
    transform: scale(1.1);
}

75% {
    opacity: 0;
    transform: scale(1.1);
}

100% {
    opacity: 0;
}
}
/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span {
opacity: 1;
}

@media screen and (max-width: 1140px) {
.slideshow li div h3 {
    font-size: 100px;
}
}

@media screen and (max-width: 600px) {
.slideshow li div h3 {
    font-size: 50px;
}
}

@media screen and (min-width: 992px) {
.limitters, ul.slideshow {
    /*max-height: 500px;*/
    overflow: hidden;
}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
.limitters, ul.slideshow {
    /*max-height: 500px;*/
    overflow: hidden;
}

.slideshow, .slideshow:after {
    position: absolute;
    width: 100%;
    height: 518px;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: rgba(16,16,16,0.5);
}
}

@media screen and (max-width: 801px) {
.limitters, ul.slideshow {
    /*max-height: 500px;*/
    overflow: hidden;
}

.slideshow, .slideshow:after {
    position: absolute;
    width: 100%;
    height: 550px;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: rgba(16,16,16,0.5);
}
}

@media screen and (max-width: 991px) {
.service-container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.service-contents {
    margin-left: auto;
    margin-right: auto;
    padding-left: 86px;
    padding-right: 86px !important;
}
}

}

@media screen and (max-width: 767px) {
.limitters, ul.slideshow {
    /*max-height: 500px;*/
    overflow: hidden;
}

.slideshow, .slideshow:after {
    position: absolute;
    width: 100%;
    height: 877px;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: rgba(16,16,16,0.5);
}

.footer ul {
    padding-left: 20px;
}

.service-contents {
    width: 100% !important;
}
}

@media screen and (max-width: 658px) {
.limitters, ul.slideshow {
    /*max-height: 500px;*/
    overflow: hidden;
}

.slideshow, .slideshow:after {
    position: absolute;
    width: 100%;
    height: 847px;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: rgba(16,16,16,0.5);
}
}



@media screen and (max-width: 555px) {
.limitters, ul.slideshow {
    /*max-height: 500px;*/
    overflow: hidden;
}

.slideshow, .slideshow:after {
    position: absolute;
    width: 100%;
    height: 847px;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: rgba(16,16,16,0.5);
}
}

@media screen and (max-width: 476px) {
.limitters, ul.slideshow {
    /*max-height: 500px;*/
    overflow: hidden;
}

.slideshow, .slideshow:after {
    position: absolute;
    width: 100%;
    height: 1028px;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: rgba(16,16,16,0.5);
}
}

pre.presst {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
color: #333;
/* word-break: break-all; */
word-wrap: break-word;
background-color: #dcdcdc;
border: 1px solid #dcdcdc;
border-radius: 4px;
font-family: sans-serif;
}

.padding-md {
}

.padding-md h5 {
    line-height: 2.2em;
}

#latest-news {
background-color: #F8F8F8;
padding-top: 120px;
padding-bottom: 50px;
}

#latest-news .well {
    background-color: #FFFFFF;
}

.carousel-header {
position: relative;
}

.carousel-fade .carousel-control {
z-index: 200;
}

.input-lg {
border-radius: 0px;
}

.btn-lg {
border-radius: 0px;
background: #017cba;
}

.text-justify {
text-align: justify !important;
}

.padding-bottom {
padding-bottom: 90px;
}

.bg-blue {
background: #017cba;
color: #fff;
}

.bg-blue h1 {
    color: #fff;
}

.bg-blue .section-heading::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    width: 150px;
}

.bg-blue .section-heading::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-bottom: 8px;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}



/*.ap-banner{
margin-top:20px;
}*/
.apartment-detail .well {
min-height: 400px;
background-color: #FFFFFF;
}

.apartment-detail .well h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 58px;
    margin-top: 5px;
    position: relative;
    padding-bottom: 15px;
}

.view-apamartment-detail h2:after {
left: 0;
margin-left: 0;
}

.view-apamartment-detail .view-detail .col-md-6, .view-apamartment-detail .view-detail {
height: auto;
}

/*Hide and Show Logo*/
.sticky .container .row .col-lg-12 .main-nav a img {
visibility: visible !important;
}
/*End Hide and Show Logo*/

.header-overlay {
padding: 30px;
color: #FFFFFF;
}

.flex-caption-wrapper.container {
bottom: 0;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
}



.flex-caption-wrapper.container-fluid {
bottom: 0;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
padding-left: 0px;
padding-right: 0px;
background: rgba(51, 51, 51, 0.77);
}

.flex-caption-wrapper.container-fluid .btn.btn-ghost {
    background: transparent;
    border: 3px solid #ffffff;
    color: #ffffff;
    border-radius: 0;
    display: inline-block;
    margin-top: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all .2s ease-in;
    font-size: 1.3em;
}


.flex-caption-wrapper .flex-caption {
display: inline-block;
margin-bottom: 20px;
text-shadow: 1px 1px 1px #000;
}

.header-overlay p {
font-size: 54px !important;
font-weight: 900;
}

@media screen and (max-width:1000px) {

.header-overlay p {
    font-size: 40px !important;
    font-weight: 900;
}
}

@media screen and (max-width:770px) {

.header-overlay p {
    font-size: 30px !important;
    font-weight: 900;
}
}


@media screen and (max-width:634px) {

.header-overlay p {
    font-size: 15px !important;
    font-weight: 900;
}
}

/*Sevices*/


@media screen and (min-width: 1361px) {
    .service-content {
        padding-left: 379px !important;
        padding-right: 50px !important;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 1623px) {
    .service-content {
        padding-left: 226px !important;
        padding-right: 50px !important;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 1315px) {
    .service-content {
        padding-left: 70px !important;
        padding-right: 50px !important;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.service {
background-color: #F5F5F5;
}


.service .col-md-6 {
    height: 836px;
}

.service form .col-md-6 {
    height: inherit;
}



.service-left {
background: rgba(245, 245, 245, 0.26);
}



.service-right {
background: url(/Assets/images1/who-we-are-bg.jpg);
background-position: center center;
background-size: 130% auto;
background-repeat: no-repeat;
}


.service-content {
padding-left: 86px;
padding-top: 80px;
padding-bottom: 80px;
padding-right: 50px;
}

service-content.form {
margin-top: inherit;
margin-bottom: inherit;
}


.service-content > span {
font-size: 14px;
font-style: italic;
}



.service-content > h2 {
font-size: 45px;
font-weight: 800;
line-height: 58px;
margin-top: 5px;
position: relative;
padding-bottom: 15px;
}



.service-content > h2::after {
    background: #017cba;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0%;
    margin-left: 0px;
    position: absolute;
    width: 100px;
}



.service-content > p {
line-height: 35px;
margin-top: 4px;
}

.sd-table {
display: table;
position: absolute;
height: 100%;
width: 100%;
}

.sd-table-cell {
display: table-cell;
vertical-align: middle;
}

.service-contents {
/*padding-left: 86px;*/
padding-right: 85px;
}

service-contents.form {
margin-top: inherit;
margin-bottom: inherit;
}


.service-contents > span {
font-size: 14px;
font-style: italic;
}



.service-contents > h2 {
font-size: 45px;
font-weight: 800;
line-height: 58px;
margin-top: 5px;
position: relative;
padding-bottom: 15px;
}



.service-contents > h2::after {
    background: #017cba;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0%;
    margin-left: 0px;
    position: absolute;
    width: 100px;
}



.service-contents > p {
line-height: 35px;
margin-top: 4px;
}

a.service-btn {
background: #017cba;
border-radius: 100px;
color: #fff;
display: inline-block;
margin-top: 25px;
padding: 10px 20px;
text-transform: uppercase;
-webkit-transition: 0.5s ease;
transition: 0.5s ease;
}



a.service-btn:hover {
    text-decoration: none;
    background: #333333;
}

.service-content .left {
margin-left: 13px !important;
margin-top: 15px !important;
}

.who-are-you {
margin: 0px;
padding: 90px 0 0 0;
}

.who-are-you h1 {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 45px;
}

.who-are-you p {
    text-align: center;
}

.meet-seldin {
margin: 0px;
/*padding: 90px 0 0 0;*/
}

.meet-seldin h1 {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 50px;
}

.meet-seldin p {
    text-align: center;
}

.btn.btn-ghost {
background: transparent;
border: 3px solid #017cba;
color: #017cba;
border-radius: 0;
display: inline-block;
margin-top: 25px;
padding: 10px 20px;
text-transform: uppercase;
transition: all .2s ease-in;
font-size: 1.3em;
}

.btn.btn-ghost:hover {
    color: #fff;
    background: #017cba;
}

.services-left {
background: url(/Assets/images1/who-we-are-bg.jpg);
background-position: center center;
background-size: 130% auto;
background-repeat: no-repeat;
}

.services {
margin: 0px;
}

.financial-content h4 {
font-size: 24px !important;
font-weight: 800;
line-height: 58px;
margin-top: 5px;
position: relative;
}

.services h1 {
font-size: 44px;
text-transform: uppercase;
text-align: center;
font-weight: bold;
color: #000;
font-size: 50px;
}

.services p {
text-align: left;
}

.services .col-md-6 {
height: 580px;
}

@media screen and (max-width:490px) {
.services .col-md-6 {
    height: 590px;
}
}

@media screen and (max-width: 437px) {
    .services .col-md-6 {
        height: 613px;
    }

    .service-contents {
        margin-left: auto;
        margin-right: auto;
        padding-left: 66px;
        padding-right: 86px !important;
    }
}
@media screen and (max-width: 410px) {
    .who-are-you h1 {
        font-size: 31px;
    }
}

@media screen and (max-width: 402px) {

    .service-contents > h2 {
        font-size: 45px;
        font-weight: 800;
        line-height: 58px;
        margin-top: -35px;
        position: relative;
        padding-bottom: 15px;
    }

    .service-contents {
        margin-left: auto;
        margin-right: auto;
        padding-left: 68px;
        padding-right: 86px !important;
        margin-top: 27px;
    }
}


@media screen and (max-width: 382px) {
.services .col-md-6 {
    height: 683px;
}
}

@media screen and (max-width: 260px) {
    .who-are-you h1 {
        font-size: 20px;
    }
}

.meet-seldin-content {
margin-top: 80px;
margin-bottom: 80px;
color: #fff;
}


.meet-seldin h2 {
font-size: 45px;
font-weight: 800;
line-height: 58px;
margin-top: 5px;
position: relative;
padding-bottom: 15px;
}

.meet-seldin h2::after {
    background: #ffffff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0%;
    margin-left: 0px;
    position: absolute;
    width: 100px;
}

.sell-property {
background: url(/Assets/images/home-services.jpg);
background-attachment: fixed;
background-position: 100% 100%;
background-size: 130% auto;
background-repeat: no-repeat;
}

@media screen and (max-width:732px) {

.sell-property {
    background: url(/Assets/images/home-services.jpg);
    background-attachment: fixed;
    background-position: 100% 100%;
    background-size: 240% auto !important;
    background-repeat: no-repeat;
}
}

.sell-property p {
text-align: left;
}

.banner-overlay {
background: rgba(1, 124, 186, 0.91);
width: 100%;
height: 100%;
}

.banner-overlay h1 {
    font-size: 45px !important;
    color: #fff;
}

.openings {
    background-color: #f1f1f1;
}

.openings.homepage {
    background-color: #fff;
}

.openings .col-md-6 {
    height: 500px;
}

@media screen and (max-width:942px) {
.openings .col-md-6 {
    height: 700px;
}
}

@media screen and (max-width: 748px) {
.openings .col-md-6 {
    height: 585px;
}
}

.openings form .col-md-6 {
height: inherit;
}

.openings p {
text-align: left;
}


.openings h2 {
font-size: 45px;
font-weight: 800;
line-height: 58px;
margin-top: 5px;
position: relative;
padding-bottom: 15px;
}

.openings-left {
background: url(/Assets/images/company-history.jpg);
background-position: center center;
background-size: 140% auto;
background-repeat: no-repeat;
}


.openings-left-career {
    background: url(/Assets/images/careers-2021.jpg);
    background-position: center center;
    background-size: 160% auto;
    background-repeat: no-repeat;
}


@media screen and (max-width:2000px) {

    .openings-left-career {
        background-size: 123% auto;
    }
}


    @media screen and (max-width:1400px) {

        .openings-left-career {
            background-size: 160% auto;
        }
    }


    nav#my-navbar {
        border-bottom: 1px solid rgba(9, 115, 169, 0.08);
        z-index: 99999;
    }

    .founded-1923 .buttoms {
        font-size: 18px !important;
        text-align: right;
    }

    .meet-seldin-left .meet-seldin-contents {
        margin-top: 80px;
        margin-bottom: 80px;
    }


    /*History*/
    @media screen and (max-width:1354px) {
        #history .openings-left {
            background-size: 150% auto;
        }
    }

    @media screen and (max-width:1258px) {
        #history .openings-left {
            background-size: 150% auto;
        }

        #history .openings-content {
            padding-top: 52px !important;
        }
    }


    @media screen and (max-width:1173px) {
        #history .openings-left {
            background-size: 165% auto;
        }
    }

    @media screen and (max-width: 1135px) {
        #history .openings-left {
            background-size: 170% auto;
        }
    }

    @media screen and (max-width: 1100px) {
        #history .openings-left {
            background-size: 180% auto;
        }

        #history .openings-content {
            padding-top: 43px !important;
        }

        #history.openings .col-md-6 {
            height: 510px !important;
        }
    }


    @media screen and (max-width: 992px) {
        #history .openings-left {
            background-size: 190% auto;
        }

        #history .openings-content {
            padding-top: 32px !important;
        }
    }

    @media screen and (max-width: 985px) {
        #history .openings-left {
            background-size: 103% auto;
        }

        #history.openings .col-md-6 {
            height: 368px !important;
        }
    }


    @media screen and (max-width: 700px) {
        #history.openings .col-md-6 {
            height: 440px !important;
        }
    }

    @media screen and (max-width: 640px) {
        .openings h2 {
            font-size: 45px;
            font-weight: 800;
            line-height: 58px;
            margin-top: -26px;
            position: relative;
            padding-bottom: 15px;
        }

        #history.openings .col-md-6 {
            height: 368px !important;
        }

        #history .openings-left {
            background-size: 169% auto !important;
        }
    }

    @media screen and (max-width: 558px) {
        #history .openings-content {
            padding-top: 0px !important;
        }
    }

    @media screen and (max-width: 548px) {
        #history.openings .col-md-6 {
            height: 450px !important;
        }
    }

    @media screen and (max-width: 516px) {
        #history .openings-content {
            padding-top: 0px !important;
        }
    }

    @media screen and (max-width: 487px) {
        #history.openings .col-md-6 {
            height: 530px !important;
        }
    }


    @media screen and (max-width: 640px) {

        #history.openings .col-md-6 {
            height: 580px !important;
        }

        .openings h2 {
            margin-top: 23px;
        }
    }


    @media screen and (max-width: 404px) {
        .openings h2 {
            margin-top: 11px;
        }
    }


    @media screen and (max-width: 396px) {
        #history.openings .col-md-6 {
            height: 645px !important;
        }
    }


    @media screen and (max-width: 349px) {
        #history.openings .col-md-6 {
            height: 773px !important;
        }
    }

    @media screen and (max-width: 331px) {
        #history.openings .col-md-6 {
            height: 843px !important;
        }
    }

    /*End History*/



    /*Careers*/
    @media screen and (min-width: 1361px) {
        .openings-content {
            padding-right: 106px !important;
        }
    }

    @media screen and (min-width: 1400px) {
        .openings-content {
            padding-right: 148px !important;
        }
    }

    @media screen and (min-width: 1500px) {
        .openings-content {
            padding-right: 226px !important;
        }
    }

    @media screen and (min-width: 1700px) {
        .openings-content {
            padding-right: 335px !important;
        }
    }

    @media screen and (min-width: 1900px) {
        .openings-content {
            padding-right: 335px !important;
        }
    }

    @media screen and (max-width: 795px) {

        .openings-content {
            padding-right: 58px;
        }
    }


    @media screen and (max-width: 758px) {

        .openings-content {
            padding-right: 58px !important;
        }
    }


    @media screen and (max-width: 557px) {

        .openings-content {
            padding-top: 49px !important;
        }
    }

    @media screen and (max-width: 518px) {

        .openings-content {
            padding-top: 25px !important;
        }
    }

    @media screen and (max-width: 471px) {

        .openings-content {
            padding-top: 22px !important;
        }
    }

    @media screen and (max-width: 471px) {

        .openings .col-md-6 {
            height: 530px;
        }
    }

    @media screen and (max-width: 370px) {

        .openings .col-md-6 {
            height: 566px;
        }
    }

    @media screen and (max-width: 353px) {

        .openings .col-md-6 {
            height: 595px;
        }
    }

    @media screen and (max-width: 335px) {

        .openings .col-md-6 {
            height: 622px;
        }
    }

    @media screen and (max-width: 312px) {

        .openings .col-md-6 {
            height: 656px;
        }
    }


    @media screen and (max-width: 306px) {
        .openings .col-md-6 {
            height: 698px;
        }
    }


    .openings-content {
        padding-right: 100px;
        padding-left: 50px !important;
        padding-top: 80px;
        padding-bottom: 80px;
    }




        .openings-content > h2::after {
            background: #017cba;
            bottom: 0;
            content: "";
            height: 2px;
            left: 0%;
            margin-left: 0px;
            position: absolute;
            width: 100px;
        }

    .services-banner-bg {
        background: url(/Assets/images/banner/banner-company.jpg);
        height: 200px;
    }

    #video-careers {
        width: 80%;
        margin: 0 auto;
    }


    .financial-content {
        padding-bottom: 2em;
    }

    .financial-content > span {
        font-size: 14px;
        font-style: italic;
    }

    .financial-content > h2 {
        font-size: 34px;
        font-weight: 800;
        line-height: 58px;
        margin-top: 5px;
        position: relative;
        padding-bottom: 15px;
    }

    .financial-content > h3 {
        font-size: 24px;
        font-weight: 800;
        line-height: 58px;
        margin-top: 5px;
        position: relative;
        padding-bottom: 15px;
    }

        .financial-content > h2::after,
        .financial-content > h3::after {
            background: #017cba;
            bottom: 0;
            content: "";
            height: 2px;
            left: 0%;
            margin-left: 0px;
            position: absolute;
            width: 100px;
        }

    .financial-content > p {
        line-height: 35px;
        margin-top: 4px;
        }

        .financial-content .left {
            margin-left: 13px !important;
            margin-top: 15px !important;
        }

    .financial-left {
        background: url(/Assets/images/Exterior4.png);
        background-position: center center;
        background-size: 110% auto;
        background-repeat: no-repeat;
    }

    .careers-banner-bg {
        background: url(/Assets/images/banner/banner-careers.jpg);
        background-repeat: no-repeat;
        height: 200px;
        background-position: center left;
    }

@media only screen and (max-width: 600px) {
    .careers-banner-bg {
        background: url(/Assets/images/banner/banner-careers.jpg);
        background-repeat: no-repeat;
        height: 150px !important;
        background-position: center left;
    }

}


    .joblisting-content > h2 {
        font-size: 45px;
        font-weight: 800;
        line-height: 58px;
        margin-top: 5px;
        position: relative;
        padding-bottom: 15px;
    }

    .joblisting-left {
        background: url(/Assets/images/joblistings.jpg);
        background-position: center center;
        background-size: 130% auto;
        background-repeat: no-repeat;
        /*padding-bottom: 26.3%;*/
    }

    .joblisting .col-md-6 {
        height: 500px;
    }

    .benefits-right {
        background: #fff;
    }

    .joblisting-content {
        margin-left: 100px !important;
        margin-right: 100px !important;
        margin-top: 80px;
        margin-bottom: 80px;
        text-align: center;
    }

        .joblisting-content > h2::after {
            background: #017cba;
            bottom: 0;
            content: "";
            height: 2px;
            left: 50%;
            margin-left: -50px;
            position: absolute;
            width: 100px;
        }


    .contactwith-right {
        background: url(/Assets/images/contactwith-right.jpg);
        background-position: center center;
        background-size: 130% auto;
        background-repeat: no-repeat;
    }

    .contactwith .main {
        height: 500px;
    }

    .contactwith-content {
        margin-left: 7% !important;
        margin-right: 7% !important;
        margin-top: 40px;
        margin-bottom: 80px;
        text-align: center;
    }

        .contactwith-content > h2 {
            font-size: 45px;
            font-weight: 800;
            line-height: 58px;
            margin-top: 5px;
            position: relative;
            padding-bottom: 15px;
        }

            .contactwith-content > h2::after {
                background: #017cba;
                bottom: 0;
                content: "";
                height: 2px;
                left: 50%;
                margin-left: -50px;
                position: absolute;
                width: 100px;
            }

    .apartment-banner-bg {
        background: url(/Assets/images/banner/apartment-header-banner-bg.jpg);
        background-position: 100%;
        height: 200px;
    }

    .header-socials ul li a i {
        background: #fff;
        color: #999999;
        border-radius: 100px;
        display: inline-block;
        height: 24px;
        padding-top: 7px;
        text-align: center;
        width: 25px;
    }

    .topBar .first i.fa {
        margin-right: 10px;
        /* color: #ec2f2f; */
        font-size: 22px;
        vertical-align: middle;
    }

    .topBar {
        /* margin-top: 7px; */
        background-color: #017cba;
        color: white;
    }

    .navbar {
        background: #ffffff;
        margin: 0px;
    }

    .topBar .row {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    @media screen and (max-width: 767px) {
        .header-call .pull-right {
            float: none !important;
        }
    }


    @media screen and (max-width: 3000px) {
        section#who-are-you {
            background: #fff !important;
            color: #333333 !important;
        }
    }



    .who-are-you h1 {
        color: #333333;
    }

    .who-are-you .section-heading::before {
        background: #017cba  none repeat scroll 0 0;
    }

    .who-are-you .section-heading::after {
        background: #017cba  none repeat scroll 0 0;
    }

    .barContainer {
        position: relative;
        width: 100%;
        min-height: 70px;
        box-sizing: border-box;
    }

    .secondary-color {
        background: url(http://jessica1.cms.stg.myleasestar.com/RPresourceFiles/Custom-Resource/Custom-Template/C-0019-SuburbanFringe/Images/pattarn.png) repeat left top;
        background-color: rgba(0, 0, 0, 0.1);
    }


    .span_1_of_3 {
        width: 32.26%;
    }

    .col {
        display: block;
        float: left;
        margin: 1% 0 1% 1%;
    }

    section.ap-banner.wow.fadeIn {
        background-color: #f1f1f1;
    }

    .ssd {
        margin: 1.5% 0 1% 0%;
    }

    .aparment-content > h2::after {
        background: #017cba;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0%;
        margin-left: 0;
        position: absolute;
        width: 100px;
    }

    .aparment-content {
        margin-top: 40px;
    }

        .aparment-content h1 {
            font-size: 45px;
            font-weight: 800;
            line-height: 58px;
            margin-top: 5px;
            position: relative;
            padding-bottom: 15px;
        }

            .aparment-content h1::after {
                background: #017cba;
                bottom: 0;
                content: "";
                height: 2px;
                left: 0%;
                margin-left: 0px;
                position: absolute;
                width: 100px;
            }


    @media screen and (min-width: 1590px) {
        .form-group.text-center {
            margin-top: -4% !important;
        }
    }

    @media screen and (min-width: 1700px) {
        .form-group.text-center {
            margin-top: -3.5% !important;
        }
    }

    @media screen and (min-width: 1800px) {
        .form-group.text-center {
            margin-top: -3.5% !important;
        }
    }

    @media screen and (min-width: 1910px) {
        .form-group.text-center {
            margin-top: -3.5% !important;
        }
    }

    @media screen and (min-width: 2000px) {
        .form-group.text-center {
            margin-top: -3% !important;
        }
    }

    @media screen and (min-width: 2135px) {
        .form-group.text-center {
            margin-top: -3% !important;
        }
    }

    @media screen and (min-width: 2300px) {
        .form-group.text-center {
            margin-top: -2.5% !important;
        }
    }

    @media screen and (min-width: 2400px) {
        .form-group.text-center {
            margin-top: -2.5% !important;
        }
    }

    @media screen and (min-width: 2500px) {
        .form-group.text-center {
            margin-top: -2.5% !important;
        }
    }

    @media screen and (min-width: 2600px) {
        .form-group.text-center {
            margin-top: -2.5% !important;
        }
    }

    @media screen and (max-width: 1200px) {
        .col-md-6.padding-fix.joblistings-left {
            padding: 6px 0 !important;
        }
    }

    @media screen and (min-width: 1500px) {
        .col-md-6.padding-fix.joblistings-left {
            padding: 39px 0 !important;
        }
    }

   






    .associate-banner-bg {
        background: url(/Assets/images/banner/banner-leadership.jpg);
        background-position: 100%;
        height: 200px;
    }



    .ssd p {
        font-size: 25px !important;
    }

    .legal-banner-bg {
        background: url(/Assets/images/banner/legals.jpg);
        /* background-position: 100%; */
        height: 200px;
    }

    .pa p {
        padding-bottom: 10px;
    }

    .pa :before {
        content: "■";
        color: rgb(0, 136, 255);
        padding-right: 0.6em;
        font-size: 14px;
    }

    .text-left.pa p {
        text-indent: -1em;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 94vh;
        display: block;
    }




    .find-btn {
        padding-left: 15px;
        padding-right: 15px;
    }

        .find-btn .btn-danger {
            border-radius: 0px !important;
        }

        .find-btn .btn-primary {
            background: #333333;
            border: 1px solid #333333;
        }

            .find-btn .btn-primary:hover {
                background: #5f5d5d;
                border: 1px solid #5f5d5d;
            }

    .address-apartment h1 {
        font-size: 45px;
        font-weight: 800;
        line-height: 58px;
        margin-top: 5px;
        position: relative;
        padding-bottom: 6px;
    }

    .find-home-form {
        padding: 10px 0;
    }

        .find-home-form h1 {
            font-size:25px;
            padding: 20px 0;
        }


        .find-home-form .input-lg,
        .find-home-form .btn-lg {
            height: 50px;
        }

    .triangle-container {
        width: 100%;
        height: 30px;
        margin-bottom: 20px;
    }

    .triangle {
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to top right, transparent 50%, #3187D2 0%), linear-gradient(to top left, transparent 50%, #3187D2 0%);
        background-size: 50.2% 100%;
        background-repeat: no-repeat;
        background-position: top left, top right;
    }

    .preview-btn {
        border: none;
        border-radius: 100px;
        color: black;
        display: inline;
        height: 45px;
        margin-bottom: 10px;
        padding-top: 10px;
        width: 45px;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

    .effect-zoe a:focus {
        color: black;
        text-decoration: underline;
        outline: none;
    }

    img.mfp-img {
        max-height: 600px !important;
        max-width: 900px;
    }


    /*Apartment*/

    .bx-wrapper {
        position: relative;
        margin-bottom: 51px;
        padding: 0;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        border: 5px solid #fff;
        background: #fff;
    }

    #hours-trigger em {
        font-size: 28px !important;
        padding-right: 9px;
    }

    #hours-trigger a {
        font-size: 32px !important;
        font-weight: 800;
    }

    p#hours-trigger {
        margin-bottom: 0px !important;
    }



    @media (max-width: 991px) {
        p#hours-trigger {
            margin-bottom: 0px !important;
            text-align: left !important;
        }
    }

    @media (max-width: 372px) {
        #hours-trigger em {
            font-size: 25px !important;
        }

        #hours-trigger a {
            font-size: 25px !important;
        }

        p#hours-trigger {
            padding-right: 17px !important;
            text-align: left !important;
        }
    }


    @media (max-width: 767px) {
        .copy-right p {
            padding-top: 16px !important;
        }
    }

    @media (max-width: 320px) {
        .copy-right p {
            padding-top: 6px !important;
        }
    }




    /*Apartment End*/

    /*News*/

    .new-banner-bg {
        background: url(/Assets/images/banner/banner-news.jpg);
        height: 200px;
    }


    .news {
        padding-top: 40px;
        padding-bottom: 90px;
    }

        .news hr {
            margin: 4em 0;
            padding-bottom: 0px;
        }

        .news p {
            padding-top: 8px;
            padding-bottom: 8px;
        }


        .news h2 {
            /*            font-size: 34px;
            font-weight: 500;
            line-height: 58px;
            margin-top: 5px;
            position: relative;
            padding-bottom: 0px;*/
            font-size: 30px;
            font-weight: 500;
            line-height: 40px;
            margin-top: -1px;
            position: relative;
            padding-bottom: 0px;
        }

            .news h2::after {
                background: #017cba;
                bottom: 0;
                content: "";
                height: 2px;
                left: 0%;
                margin-left: 0px;
                position: absolute;
                width: 100px;
            }

    .b-icon img {
        width: 75px;
        margin-bottom: 8px;
    }


    .modal-dialog {
        margin: 15em auto !important;
    }

    .modal-content p {
        text-align: left !important;
    }


    .modal-content {
        padding: 30px;
        background: #046da2 !important;
        color: #fff !important;
        border-radius: 0px !important;
    }

        .modal-content h3 {
            padding-bottom: 10px;
        }


    small a:hover {
        cursor: default;
    }

    .text-left.pa {
        margin-left: 3%;
    }


