* {
    margin: 0;
    padding: 0;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
a {
    text-decoration: none;
    position: relative;
    color: #1F373D;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #4774b9;
}
img {
    max-width: 100%;
    height: auto;
}
::selection {
    background: #1F373D;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #1F373D;
    color: #fff;
    text-shadow: none;
}
::-webkit-selection {
    background: #1F373D;
    color: #fff;
    text-shadow: none;
}
:active,
:focus {
    outline: none !important;
}
.styled-list > li{
    font-size: 13px;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
}
.styled-list > li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #4774b9;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
}
.visible-xs{display: none;}
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    margin: 0 auto;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.uppercase {
    text-transform: uppercase;
}
.white-text {
    color: #FFF;
}
.light-bg {
    background-color: #fff;
}
.yellow-bg {
    background-color: #4774b9;
}
.pointer {
    cursor: pointer;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.slide {
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

body {
    color: #1F373D;
    font-family: 'Montserrat', sans-serif;
    font-size: 13pt;
    font-weight: 400;
    overflow-x: hidden;
    transition: opacity 1s;
}
h1,
.h1 {
    font-size: 58px;
    font-weight: 700;  
}
h2,
.h2 {
    font-size: 40px;
    font-weight: 700;  
}
h3,
.h3 {
    font-size: 40px;
    font-weight: 700;  
}
h4,
.h4 {
    font-size: 25px;
    font-weight: 700;  
}
h5,
.h5 {
    font-size: 14px;
    font-weight: 400;
    color: #919EB1;
}
h6,
.h6 {
    font-size: 14px;
}
.inform-page{
    margin-bottom: 60px;
}
.inform-page h1{
    padding: 15px 0px 0px 0px;
    color: #4774b9;
    font-size: 40px;
    font-weight: 700;
}
p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    letter-spacing: 0.025em;
}
ul,ol{list-style: none;}
.animate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lux-shadow {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(29,31,36,0.1);
    -moz-box-shadow: 0px 10px 15px 0px rgba(29,31,36,0.1);
    box-shadow: 0px 10px 15px 0px rgba(29,31,36,0.1);
}

header {
    padding-bottom: 25px;
    min-height: 90px;
}
header nav {
    width: 100%;
    height: 95px;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
}
.small-nav {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo {
    width: 20%;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18pt;
    font-weight: 700;
}
.logo img {
    max-width: 240px;
    height: 60px;
    display: block;
}
.menu {
    width: 80%;
    height: 95px;
}
.page-menu {
    width: 100%;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.registration {
    width: 30%;
    height: 95px;
}
.join-us {
    width: 40%;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}
.getting-started {
    width: 60%;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main-btn {
    width: 100%;
    background-color: #4774b9;
    padding: 10px 10px;
    margin: 0px 5px;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #4774b9;
    transition: 0.4s all;
}
.main-btn:hover {
    background-color: transparent;
    color: #4774b9;
    border: 1px solid #4774b9;
}
.main-btn:hover a {
    color: #1F373D;
}
.page-menu li {
    padding: 8px 0;
    font-size: 13px;
    font-weight: 600;
    margin-right: 25px;
}
.page-menu li:last-child{
    margin-right: 0;
}
.active {
    color: #4774b9;
}
.hero {
    width: 100%;
    height: 700px;
    position: relative;
}
.title {
    width: 70%;
    height: auto;
    position: absolute;
    z-index: 999;
    top: 200px;
}
.title h1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 62px;
}
.hero-image {
    width: 100%;
    height: 630px;
    float: right;
    position: relative;
    right: -60px;
}
.hero-image > .img{
    background: linear-gradient(270deg, transparent 0%, #fff 100%), url(../images/main-prew.png) no-repeat top center / cover;
    width: 100%;
    height: 630px;
    float: right;
    display: block;
    position: relative;
    filter: opacity(.5);
}
.hero-image-info {
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 15px;
}
.hero-image-info p {
    font-weight: 700;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 15px;
    color: #fff;
}
.info {
    margin: 5px 35px;
}
.info img {
    width: 25px;
    height: 25px;
    display: inline-block;
}
.search {
    margin-top: 40px;
    width: 500px;
    position: absolute;
}
.search input {
    width: 75%;
    background: url('../icons/search.svg') no-repeat 8px 8px;
    background-position: left;
    border: 0px;
    background-color: #fff;
    padding: 25px 40px;
    font-size: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-position: left 15px top 29px;
}
.search-btn {
    width: auto;
    background-color: #4774b9;
    color: #fff;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 700;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search-btn:hover {
    background-color: #fff;
    color: #4774b9;
    box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
::placeholder {
    color: #919EB1;
}
.hero-wrapper {
    position: relative;
    width: 100%;
    height: 725px;
    padding-top:95px;
}
.slide-down {
    width:20px;
    height: 65px;
    position: absolute;
    bottom: 0;

}
.slide-down p {
    transform: rotate(-90deg);
    font-size: 12px;
    white-space: nowrap;
    color: #919EB1;
}

.statistic {
    width: 100%;
    min-height: 650px;
    padding: 145px 0px 80px 0px;
}
.statistic h3 {
    padding:15px 0px 50px 0px;
    color: #4774b9;
}
.statistic p {
    font-size: 13px;
}
.statistic img{
    border-radius: 15px;
    box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
}
.statistic-box {
    background-color: #F6F5F4;
    width: 36%;
    height: 200px;
    margin: 0px 0px 30px 30px;
    padding-top: 40px;
    float: right;
}
.statistic-box p:nth-child(1) {
    font-size: 40px;
    font-weight: 700;
    color: #4774b9;
    margin: 0px;
    padding: 0px;
}
.statistic-box p:nth-child(2) {
    font-size: 14px;
    font-weight: 700;
    color: #1F373D;
    margin: 0px;
    padding: 0px;
}

.appartments {
    background-color: #F6F5F4;
    padding:60px 0px 70px 0px;
}
.appartments h2 {
    margin-bottom: 35px;
}
.appartment-box {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
    -moz-box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
    box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
    width: 100%;
    height: 500px;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 35px;
}
.appartment-image {
    height: 76%;
}
.appartment-image img {
    width: 100%;
    height: 100%;
}
.appartment-info {
    height: 24%;
    background-color: #fff;
    padding: 25px 20px;
}
.appartment-title {
    width: 100%;
    height: 50%;
}
.appartment-title p {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 20px;
}
.appartment-details {
    width: 100%;
    height: 50%;
}
.price {
    width: 50%;
    height: 100%;
}
.price p {
    font-size: 18px;
    color: #4774b9;
    font-weight: 700;
}
.bathrooms {
    width: 25%;
    height: 100%;
}
.bathrooms p {
    padding: 15px 0px 0px 10px;
    font-size: 13px;
    color: #919EB1;
}
.bedrooms {
    width: 25%;
    height: 100%
}
.bedrooms p {
    padding: 15px 0px 0px 10px;
    font-size: 13px;
    color: #919EB1;
}
.search-appartments {
    position: inherit;
}
.search-all-btn {
    border-radius: 5px;
}

.how-it-works {
    background-color: #fff;
    padding:60px 0px 20px 0px;
}
.works-title h3{
    color: #4774b9;
}
.works-title p {
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.9rem;
}
.work-box {
    width: 100%;
    height: 372px;
    max-width: 345px;
    margin: 0 auto;
    margin-top: 60px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
    -moz-box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
    box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
    border-radius: 15px;

}
.work-box-number {
    width: 100%;
    height: 35%;
    position: relative;
}
.work-box-number p {
    position: absolute;
    top: -65px;
    left: -45px;
    font-size: 120px;
    color: #4774b9;
    font-weight: 700;
}
.work-box-title {
    width: 100%;
    height: 15%;
    padding: 0px 20px;
}
.work-box-title p {
    font-weight: 600;
    color: #1F373D;
    margin-bottom: 0;
    margin-right: 0 !important;
    font-size: 14px;
    text-align: center;
}
.work-box-text {
    width: 100%;
    height: 30%;
    padding: 0px 20px 0px 55px;
}
.work-box-text p {
    color: #1F373D;
    font-size: 13px;
    line-height: 2rem;
    font-weight: 400;
}
.work-box-link {
    width: 100%;
    height: 20%;
    padding: 0px 10px 0px 55px;
}
.work-box-link a {
    color: #1F373D;
    font-size: 13px;
    text-decoration-line: underline;
    font-weight: 700;
}
.work-box:hover {
    background-color: #4774b9;
}
.work-box:hover p{
    color: #fff
}

.work-services {
    padding: 90px 0px 65px 0px;
}
.work-services h3{color: #4774b9;}
.work-services-title p {
    font-size: 13px;
}
.work-service-info h4{
    color: #4774b9;
    margin-top: 20px;
    margin-bottom: 10px;
}
.work-service-image {
    position: sticky;
    top: 60px;
    width: 100%;
    height: 360px;
    display: block;
    background-image: url('../images/services.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
.work-service-info p {
    padding: 15px 0px 50px 0px;
    font-size: 13px;
}

.agents {
    background-color: #F6F5F4;
    padding-bottom: 90px;
}
.agents-title p {
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.9rem;
}
.agent-name p {
    font-size: 15px;
}
.agent-social a {
    position: relative;
    top: -5px;
}
.agent-social a {
    padding: 5px;
}
.agent-social a:nth-child(2) {
    margin: 0px 15px;
}
.appartment-info {
    height: 24%;
    background-color: #fff;
    padding: 25px 20px;
}
.agents-services {
    padding: 90px 0px 35px 0px;
}
.add {
    padding: 0px 0px 30px;
    background-color: #fff;
}
.add h3{
    color: #4774b9;
}
.add-image {
    width: 540px;
    height: 330px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 60px;
    border-radius: 5px;
    box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
}
.add-image.img1{background-image: url(../images/st1.jpg);}
.add-image.img2{background-image: url(../images/st2.jpg);}
.add-image.img3{background-image: url(../images/st3.jpg);}
.add-info p {
    font-size: 14px;
    line-height: 1.6rem;
}
.add-image-info {
    background-color: transparent;
    width: 60%;
    margin: 0px 20%;
    height: 80px;
    position: absolute;
    bottom: -30px;
}
.add-image-info p {
    padding: 15px 0px 0px 20px;
    font-size: 18px;
    font-weight: 700;
}
.add2-info {
    text-align: right;
}
.add-image-info2 {
    left: 150px;
}
.show-more-btn {
    width: 70%;
    border-radius: 0px;
    background-color: #1F373D;
    color: #fff;
}
.add3-info p {
    padding-bottom: 10px;
}

footer {
    background-color: #1F373D;
    width: 100%;
    color: #fff;
    padding: 15px 0px;
}
.footer-top {
    border-bottom: 1px solid #919EB1;
    padding-bottom: 45px;
}
.Newsletter input {
    width: 80%;
    height: 70px;
    padding: 0px 15px;
    border: 0px;
    margin-top: 26px;
}
.newsletter-btn {
    background-color: #fbfbfb;
    width: 20%;
    height: 70px;
    border: 0px;
    background-image: url('../images/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 26px;
}
.newsletter-btn:hover {
    background-color: #4774b9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-logo h4 {
    margin-bottom:60px;
}
.footer-logo h4 > img {
    display: block;
    margin: 0;
    max-width: 115px;
    width: 100%;
}
.footer-logo p {
    font-size: 13px;
    font-weight: 400;
}
.footer-bottom {
    padding-top: 30px;
}
.footer-column h5 {
    padding-bottom: 35px;
}
.footer-column a {
    color: #fff;
    display: flex;
    font-size: 13px;
    padding-bottom: 18px;
}
footer .footer-icon{
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
footer .footer-icon + span {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 1199px){
    .title{
        width: 60%;
        top: 240px;
    }
    .title h1 {
        font-size: 42px;
        line-height: 52px;
    }
    .hero-image,
    .hero-image > .img{
        height: 560px;
    }
    .hero-wrapper{height: 655px;}
    .statistic {
        width: 100%;
        min-height: auto;
        padding: 30px 0px 60px 0px;
    }
    .works-title p{
        margin-bottom: 0;
    }
    .work-service-info h4{
        font-size: 22px;
        line-height: 26px;
    }
    .work-box-title p{font-size: 13px;}
    .add-image {
        width: 100%;
        height: 320px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    .menu {
        background-color: #fff;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 70px;
        right: 100%;
        text-align: center;
        z-index: 999;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .page-menu {
        width: 100%;
        height: 50vh;
        text-align: center;
        float: none;  
        display: flex;
        flex-direction: column;
    }
    .page-menu li {
        font-size: 15pt;
        padding: 2vh;
        margin: 0 auto !important;
    }
    .page-menu li > a {
        color: #4774b9;
    }
    .registration {
        float: none;
        width: 100%;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
        padding-bottom: 5vh;
    }
    .join-us {
        width: 100%;
        text-align: center;
        height: 0px;
        margin-top: 30px;
    }
    .join-us li {
        width: 100%;
        text-align: center;
    }
    .menu-button {
        width: 40px;
        height: 40px;
        display: block;
        margin-top: 26px;
    }
    .menu-button span {
        width: 40px;
        height: 5px;
        background-color: #1F373D;
        display: block;
        margin: 6px 0px;
    }
    .main-btn {
        width: 100%;
        background-color: #4774b9;
        padding: 10px 10px;
        margin: 0px;
        border-radius: 5px;
        font-size: 13px;
        border: 1px solid #4774b9;
        transition: 0.4s all;
    }
    .statistic-box:nth-child(1) {
        float: left;
        margin-top:50px;
    }
    .statistic-box:nth-child(2) {
        margin-top:50px;
    }
    .statistic-box:nth-child(3) {
        float: left;
    }
    .search-appartments {
        width: 300px;
    }
    .hero-image{right: 0;}
    .title{
        top: 200px;
    }
    .title h1 {
        font-size: 32px;
        line-height: 42px;
    }
    h3, .h3 {
        font-size: 32px;
        font-weight: 700;
    }
    .statistic h3 {
        padding: 15px 0px 10px 0px;
        text-align: center;
    }
    .work-box {
        height: 240px;
    }
    .work-box-number p {
        position: absolute;
        top: -40px;
        left: -30px;
        font-size: 80px;
    }
    .work-service-info h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .work-services {
        padding: 60px 0px 30px 0px;
    }
    .logo img{height: 48px;}
}
@media only screen and (max-width: 768px) {
    .visible-xs{display: block;}
    .hidden-xs{display: none !important;}
    .mb-xs-0{margin-bottom: 0 !important;}
    .hero-image {
        width: 100%;
        margin-right: -15px;
    }
    .info {
        margin: 0px 10px;
    }
    h1 {
        font-size: 45px;
    }
    .search-appartments {
        width: 270px;
    }
    .work-service-image {
        max-height: 630px;
        left: 0px;
        margin-bottom: 0px;
    }
    .work-service-info ol:not(:last-of-type) {
        margin-bottom: 40px !important;
    }
    .footer-logo h4 {
        float: left;
    }
    .footer-logo p {
        float: right;
    }
    .work-box {
        height: auto;
        display: flex;
        margin-top: 30px;
    }
    .work-box-number {
        width: 20%;
        height: 100%;
        position: relative;
    }
    .work-box-number p {
        position: absolute;
        top: -30px;
        left: -20px;
        font-size: 60px;
    }
    .work-box-title {
        width: 80%;
        height: auto;
        padding: 0;
        text-align: right;
        padding-top: 60px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .work-box-title p {
        font-size: 13px;
        text-align: right;
    }
    .work-service-image{position: static;}
    .info img {
        width: 20px;
        height: 20px;
        display: inline-block;
    }
    .add-info{text-align: left !important;}
    .hero{height: auto;}
    .modal-dialog {
        margin-top: 80px;
    }
    .inform-page h1{
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 1rem!important;
    }
}
@media only screen and (max-width: 650px) {
    .info p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    .footer-bottom {
        text-align: center;
    }
    .footer-column a {
        display: list-item;
        list-style: none;
    }
    .add-image-info{
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 540px) {
    .info p {
        font-size: 12px;
    }
    .hero-image-info {
        width: 90%;
    }
    .search {
        width: 400px;
    }
    .search-appartments {
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 470px) {
    .info p {
        font-size: 12px;
    }
    .hero-image-info {
        width: 75%;
    }
    .hero-image-info p {
        padding: 5px 5px;
        font-size: 11px;
    }
    .search {
        width: 300px;
    }
}
@media only screen and (max-width: 380px) {
    .title {
        top: 22vh;
    }
    .search {
        width: 250px;
    }
    .search input {
        width: 70%;
        font-size: 12px;
        padding: 27px 40px;
    }
    .info img {
        display: none;
    }
    .title h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .title {
        top: 30vh;
    }
    .hero-wrapper {
        height: calc(100vh - 40px);
    }
    .hero-image, .hero-image > .img {
        height: calc(100vh - 135px);
    }
    .hero-image-info {
        width: 93%;
    }
    .how-it-works{padding: 30px 0 0;}
    .work-box{margin-top: 30px;}
    .work-services {
        padding: 60px 0 15px;
    }
    .work-service-image{
        margin-top: -45px;
        margin-bottom: -30px;
    }
    h3, .h3 {
        font-size: 24px;
        font-weight: 700;
    }
    .add-image {
        width: 100%;
        height: 240px;
    }
    .footer-column{margin-bottom: 30px;}
    .footer-column h5 {
        padding-bottom: 15px;
    }
    header {
        padding-bottom: 0;
    }
}