/*******************************************************
 *
 * General
 *
 *******************************************************/

#inner-page-wrapper {
    margin-bottom: 0;
}

    #inner-page-wrapper > .container {
        width: 100%;
        padding: 0;
    }

em {
    font-style: italic !important;
}

p#breadcrumbs {
    padding: 15px var(--padding);
}

.sec1 {
    display: block;
    padding: 30px 0 0;
    position: relative;
}
    
    .sec1 .sec1-inner {
        margin: 0 auto;        
        position: relative;
        z-index: 9;
    }

        .sec1 .sec1-left {
            width: 49.13%;
            padding-left: 5vw;
            padding-right: 0.938vw;
        }
            .sec1 .sec1-left .about-contact {                
                font-size: 17px;
                color: #323232;
                margin: 10px 0 25px;
                align-items: center;
            }

            .about-contacts a {
                font-size: 22px;
                color: rgba(var(--primary), 1);
                transition: all var(--transition);
            }

            .about-contacts a:not(:last-child) {
                margin-right: 24px;
            }

            .about-contacts {
                margin-left: 25px;
            }

            .about-contacts a:hover {
                color: rgba(var(--secondary), 1);
            }

                .sec1 .sec1-left .about-contact span {
                    font-size: 12px;
                    color: rgba(var(--primary),1);
                    margin-right: 5px;
                }

                    .sec1 .sec1-left .about-contact .ai-font-envelope {
                        margin-left: 30px;
                    }

            .sec1 .sec1-left p {
                font-size: 17px;
                line-height: 1.4;
                letter-spacing: 0.05em;
                color: #54565a;
                margin-bottom: 25px;                
            }

        .sec1 .sec1-right {
            width: 50.87%;
            padding-right: 3.125vw;
        }
            .sec1 .sec1-inner > img {
                width: 50%;
                margin-top: -50px;
                margin-bottom: 20px;
            }

            .sec1 .sec1-right img {
                width: 100%;
                margin-top: -150px;
            }

.sec2 {    
    padding: 80px 0 65px;
}
    
    .sec2-left {
        width: 49%;
    }

    .sec2-right {
        width: 51%;
        padding: 0 6.25vw 0 5.625vw;
    }

        .sec2 .sec2-right p {
            font-size: 17px;
            line-height: 1.4;
            letter-spacing: .05em;
            color: #54565a;
            margin-bottom: 25px;
        }

.sec3 {    
    margin: 0 -5px;
    flex-wrap: wrap;
}
    
    .sec3 > div {
        width: 25%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
        .sec3 > div img {
            width: 100%;
        }

.sec4 {
    margin: 100px auto 0;
    position: relative;
}
    
    .sec4 .sec4-left {
       width: 53.75%; 
    }

        .sec4 .sec4-left .sec4-video {
            display: block;
            position: relative;
        }

            .sec4 .sec4-left .sec4-video a {
                display: block;
                position: relative;
            }

                .sec4 .sec4-left .sec4-video a:before {
                    position: absolute;
                    content: '';
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    width: 128px;
                    height: 128px;
                    background: url('../../images/about/about-play-btn.png');
                    z-index: 5;
                }

    .sec4 .sec4-right {
        position: relative;
        width: 46.25%; 
        background: url(../../images/about/stats-bg-02.jpg) no-repeat center center / cover;
    }
    .sec4 .sec4-right::before,
    .sec4 .sec4-right::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .sec4 .sec4-right::before {
        background: rgba(255,255,255,0.9);
    }
    .sec4 .sec4-right::after{
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    }
        .sec4 .sec4-right .sec4-numbers {
            flex-direction: column;
            padding: 0 15px;
            width: 100%;
            position: relative;
            z-index: 2;
        }

            .sec4 .sec4-right .sec4-numbers > div {
                font-size: 14px;
                color: #54565a;
                letter-spacing: .05em;
                margin: 22px 0;
                width: 100%;
            }

            .sec4 .sec4-right .sec4-numbers label {
                font-size: 65px;
                font-weight: 700;
                color: rgba(var(--primary),1);
                line-height: 0.8;                                
                padding-right: 20px;
                justify-content: flex-end;
            }

            .sec4 .sec4-right .sec4-numbers > span {
                width: 50%;
                display: flex;
                justify-content: flex-start;
            }

.sec5 {
    display: block;
    padding: 110px 0 80px;
}
    
    .sec5 .sec5-inner {
        max-width: 1450px;
        margin: 0 auto;
        padding: 0 15px;
        display: block;
    }

    .sec5 .gsite-title {
        text-align: center;
    }

    .sec5 .sales-wrap .sales-col {
        /* column-count: 11; */
        display: flex;
        flex-wrap: wrap;
        margin-top: 60px;
        font-size: 0;
    }

        .sec5 .sales-wrap .sales-col > div {
            width: 11.11%;
            padding-right: 5px;
            margin-bottom: 30px;
            font-size: 11px;
            font-weight: 500;
            letter-spacing: -0.05em;
            color: #555;        
            text-transform: uppercase;
        }

            .sec5 .sales-wrap .sales-col .address {
                display: block;
                margin-bottom: 18px;
                color: rgba(var(--primary),1);
                line-height: 1;
            }

.sec6 {
    display: block;
    padding: 75px 15px 90px;
    background: #bddbe0;
}
    
    .sec6 .sec6-inner {
        max-width: 1180px;
        position: relative;
        margin: 0 auto;
    }

    .sec6 .gsite-title em {
        font-style: normal !important;
    }
        .sec6 .map-img {
            justify-content: flex-end;
            padding-top: 25px;
            padding-right: 25px;
        }

        .sec6 .map-title {
            position: absolute;
            left: 0;
            bottom: 0;
            font-size: 19px;
            letter-spacing: .14em;
            text-transform: uppercase;
        }

            .sec6 .map-title h2 {
                font-size: 72px;
                color: #000;
                display: block;
                line-height: 1;
                margin-bottom: 15px;
                letter-spacing: -.05em;
            }

                .sec6 .map-title h2 span {
                    font-size: 160px;
                    line-height: 100px;
                    color: rgba(var(--primary),1);
                    position: relative;
                    display: inline-block;
                    padding-bottom: 5px;
                    font-weight: bold;
                    padding-bottom: 33px;
                    padding-top: 8px;
                }

                    .sec6 .map-title h2 span:after {
                        position: absolute;
                        content: '';
                        left: 0;
                        bottom: 0;
                        width: 100%;
                        height: 1px;
                        background: rgba(var(--primary),1);
                    }

        .sec6 .map-list {
            position: absolute;
            top: 0;
            right: 0;
        }

            .sec6 .map-list .areas {
                display: block;
                font-size: 13px;
                color: #565656;
                line-height: 20px;
                letter-spacing: .05em;
            }

                .sec6 .map-list .areas span {
                    color: rgba(var(--primary),1);
                }

            .sec6 .map-list .map-loc {
                font-size: 11px;
                color: #565656;
                letter-spacing: .05em;
                margin: 15px 0;
            }

                .sec6 .map-list .map-loc .map-icon {
                    width: 29px;
                    height: 10px;
                    background: url('../../images/about/about-map-icon.png');
                    margin-right: 10px;
                }

            .sec6 .map-list .map-sold {
                font-size: 11px;
                color: #565656;
                letter-spacing: .05em;
                padding-left: 39px;
                position: relative;
            }

                .sec6 .map-list .map-sold:before {
                    position: absolute;
                    content: '';
                    left: 10px;
                    top: 2px;
                    width: 8px;
                    height: 8px;
                    background: rgba(var(--primary),1);
                    border-radius: 50%;
                }


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
    .sec1 .sec1-left .about-contact {
        font-size: 15px;
    }
    .sec1 .sec1-left p,
    .sec2 .sec2-right p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .sec1 .sec1-left p, 
    .sec2 .sec2-right p {
        font-size: 11px;
    }

    .sec1 .sec1-left .about-contact span {
        margin-right: 5px;
    }

    .sec1 .sec1-left .about-contact {
        font-size: 11px;
    }

    .sec1 .sec1-left .about-contact .ai-font-envelope {
        margin-left: 13px;
    }

    .about-contacts {
        margin-left: 15px;
    }

    .about-contacts a:not(:last-child) {
        margin-right: 14px;
    }

    .about-contacts a {
        font-size: 21px;
    }

    .sec4 .sec4-right .sec4-numbers > div {
        font-size: 12px;
    }

        .sec4 .sec4-right .sec4-numbers label {
            font-size: 48px;
        }

    .sec5 .sales-wrap .sales-col {
        height: 795px;
    }

}

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

    .full-width-m {
        width: 100% !important;
    }

    .sec1 {
        margin-top: 20px;
    }
        .sec1 .sec1-left {
            padding-left: 15px;
            padding-right: 15px;
        }
            .sec1 .sec1-left .gsite-title {
                text-align: center;
            }
            .sec1 .sec1-left .about-contact {
                margin-bottom: 45px;
                display: block;
                text-align: center;
                font-size: 15px;
                flex-wrap: wrap;
                flex-direction: column;
            }
            .about-contacts {
                width: 100%;
                margin: 0;
            }
            .sec1 .sec1-left p, .sec2 .sec2-right p {
                text-align: center;
            }
        .sec1 .sec1-right {
            width: 100%;
            padding-right: 0;
        }
            .sec1 .sec1-right img {
                margin: 0 auto;
                max-width: 500px;
            }

    .sec2 {
        padding: 0 0 50px;
    }

        .sec2-left {
            margin-bottom: 30px;
        }
            .sec2-left img.img-responsive {
                margin: 30px auto 0;
            }
        .sec2-right {
            padding: 0 15px;
        }


    .sec4 {
        padding: 0 0 50px;
    }
    
    .sec5 {
        padding: 50px 0;
    }

        .sec5 h2 span {
            font-size: 100px;
            line-height: 64px;
        }

    .sec5 .sales-wrap .sales-col {
        height: auto;
        flex-flow: wrap;
    }

        .sec5 .sales-wrap .sales-col > div {
            width: 33.33%;
        }

    .sec6 .map-title {
        position: relative;
    }

    .sec6 .map-list {
        margin: 30px 0;
        position: relative;
    }

    .sec1 .sec1-left .about-contact > div:not(:last-child) {
        margin-bottom: 17px;
    }

    .sec1 .sec1-left h2 {
        text-align: center;
        margin-bottom: 17px;
    }
   
}

@media only screen and (max-width: 767px) {
    
    .sec6 .map-title h2 {
        font-size: 32px;
    }

        .sec6 .map-title h2 span {
            font-size: 124px;
            padding-bottom: 21px;
        }
}

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

    .sec1 .sec1-left .about-contact {
        flex-direction: column;
        align-items: flex-start;
    }

        .sec1 .sec1-left .about-contact > div {
            margin-bottom: 10px;
        }

        .sec1 .sec1-left .about-contact .ai-font-envelope {
            margin-left: 0;
        }

    .sec3 {
        margin: 0 -3px;
    }
    .sec3 > div {
        width: 50%;
        padding: 0 3px;
    }

    .sec4 .sec4-right {
        /*padding-right: 35px;*/
        padding-right: 0;
    }

        .sec4 .sec4-right .sec4-numbers > div {
            flex-direction: column;
        }

            .sec4 .sec4-right .sec4-numbers label {
                padding-right: 0;
                justify-content: center;
            }

    .sec5 .sales-wrap .sales-col > div {
        width: 50%;
    }

}
