/*side fixed smi*/
.side-fixed-contact {
    position: fixed;
    top: 0;
    right: -7px;
    pointer-events: none !important;
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 101;
}

    .fixed-smi{
        position: relative;
    }

        .fixed-smi a > em {
            /*text-shadow: 0 0 5px #000;*/
        }

            .fixed-smi span {
                display: block;
                text-align: center;
                margin: 9px 0;
            }

                .fixed-smi a {
                    width: 41px;
                    height: 41px;
                    font-size: 22px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    padding: 5px;
                    -webkit-transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -o-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                    pointer-events: auto;
                    position: relative;
                    z-index: 4;
                    color: #fff;
                    border-radius: 100%;
                    background: #b90e29;
                }

                    .fixed-smi a:hover {
                        background: #000;
                    }

                        .f-smi-text {
                            font-size: 12px;
                            text-transform: uppercase;
                            color: #fff;
                            font-weight: 500;
                            transform: rotate(-90deg);
                            letter-spacing: 3px;
                            margin-top: 60px;
                            -webkit-transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -o-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                            font-family: var(--font-family-poppins);
                        }

                        .fixed-smi span.border {
                            width: 42px;
                            height: 1px;
                            background: #fff;
                            margin: 20px auto;
                            -webkit-transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -o-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                        }

                        .side-fixed-contact.black .f-smi-text{
                            text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;

                        }

                        .side-fixed-contact.black span.border{
                            box-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
                        }

                    .fixed-smi em.ai-font-envelope-f {
                        font-size: 12px;
                    }

                .fixed-smi em.ai-font-phone {
                    font-size: 15px;
                }

/*slideshow*/
.slideshow-area,
.slider-holder {
    position: relative;
}

    .slideshow-area .slider-holder::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .1;
        z-index: 2;
        pointer-events: none;
    }

        .slideshow-area .aios-slider-img::before,
        .slideshow-area .aios-slider-custom-video::before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
            z-index: 2;
            pointer-events: none;
            opacity: .7;
        }

            .slideshow-area .aios-slider-img::after,
            .slideshow-area .aios-slider-custom-video::after {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 50%;
                background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
                z-index: 2;
                pointer-events: none;
                opacity: .7;
            }

                .slider-tagline{
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 15px;
                    z-index: 5;
                    pointer-events: none;
                }

                    .tagline-text{
                        font-size: 60px;
                        color: #fff;
                        text-transform: uppercase;
                        font-family: var(--font-family-title);
                        pointer-events: auto;
                        text-align: center;
                        margin-bottom: 60px;
                    }

                        .tagline-text span{
                            display: block;
                            font-family: var(--font-family-default);
                            font-size: 24px;
                            letter-spacing: 5px;
                        }

/*fp + fc*/
.fp-fc-area {
    position: relative;
}

    .fp-fc-bg {
        position: absolute;
        top: 19%;
        left: 0;
        width: 100%;
        height: 65%;
        background: #fff;
    }

        .fp-fc-bg canvas{
            display: block;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: .18;
            background-attachment: fixed;
        }

            .fp-fc-bg::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 40%;
                background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
            }

/*communities*/
section.featured-communities-area {
    position: relative;
    padding: 34px 15px 70px;
    z-index: 5;
}

    .fc-holder {
        max-width: 1400px;
        margin: 0 auto;
    }

        .fc-slider {
            position: relative;
            margin: 61px 0 64px;
        }

            .fc-slick-slider {
                margin: 0 -5px;
            }

                .fc-slick-slider .slick-slide > div > div {
                    /*display: block !important;*/
                }

                    .fc-slick-slider:not(.slick-initialized) > div:not(:first-child){
                        display:none;
                    }

                        .fc-slick-slider:not(.slick-initialized) .fc-list{
                            width: calc(100% / 3);
                        }

                            .fc-list {
                                padding: 5px;
                            }

                                .fc-list a {
                                    display: block;
                                    position: relative;
                                }

                                    .fc-list a .fc-mono {
                                        position: absolute;
                                        top: 0;
                                        left: 0;
                                        width: 100%;
                                        height: 100%;
                                        z-index: 3;
                                        display: flex;
                                        align-items: center;
                                        justify-content: center;
                                        opacity: 0;
                                        transition: all 0.3s ease-in-out;
                                    }

                                    .fc-list a:hover .fc-mono {
                                        opacity: 0.2;
                                    }

                                    .fc-photo{
                                        position: relative;
                                    }

                                        .fc-photo canvas{
                                            display: block;
                                            width: 100%;
                                            background: #000;
                                            position: relative;
                                            z-index: 2;
                                            opacity: .3;
                                            -webkit-transition: all 0.3s ease-in-out;
                                            -moz-transition: all 0.3s ease-in-out;
                                            -o-transition: all 0.3s ease-in-out;
                                            transition: all 0.3s ease-in-out;
                                        }

                                            .fc-list a:hover .fc-photo canvas{
                                                opacity: .72;
                                            }

                                        .fc-photo img{
                                            position: absolute;
                                            top: 0;
                                            left: 0;
                                            width: 100%;
                                            height: 100%;
                                            object-fit: cover;
                                            object-position: center;
                                        }

                                    .fc-content {
                                        position: absolute;
                                        top: 0;
                                        left: 0;
                                        width: 100%;
                                        height: 100%;
                                        padding: 15px;
                                        display: flex;
                                        align-items: center;
                                        justify-content: center;
                                        text-align: center;
                                        z-index: 3;
                                    }

                                .fc-label {
                                    position: relative;
                                    font-size: 27px;
                                    color: #fff;
                                    text-transform: uppercase;
                                    font-family: var(--font-family-title);
                                    line-height: 1.1;
                                    letter-spacing: 1px;
                                    -webkit-transition: all 0.3s ease-in-out;
                                    -moz-transition: all 0.3s ease-in-out;
                                    -o-transition: all 0.3s ease-in-out;
                                    transition: all 0.3s ease-in-out;
                                }

                                .fc-list a:hover .fc-label {
                                    font-size: 30px;
                                }

                            .fc-label::after {
                                content: '';
                                position: absolute;
                                bottom: -9px;
                                left: 0;
                                right: 0;
                                width: 0;
                                opacity: 0;
                                height: 4px;
                                background: #ff0025;
                                margin: auto;
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                            }

                        .fc-list a:hover .fc-label::after{
                            opacity: 1;
                            width: 100px;
                        }

/*latest data*/
section.lastest-data-area {
    position: relative;
    padding: 74px 0 0;
}

    .ld-text {
        max-width: 1110px;
        margin: 54px auto 0;
    }

        .ld-text p {
            font-size: 15px;
            color: #505050;
            line-height: 1.6;
            letter-spacing: .28px;
            text-align: center;
            font-family: var(--font-family-default);
			margin-bottom: 20px;
        }

.ld-text h3 {
	font-weight: bold;
	color: #2d2d2d;
	font-size: 18px;
	padding-bottom: 20px;
	padding-top: 20px;
	 line-height: 1.3;
            letter-spacing: .28px;
            text-align: center;
            font-family: var(--font-family-default);
}

            .ld-graph-content {
                padding: 82px 0 0;
            }

                .ld-graph-title {
                    font-size: 40px;
                    text-align: center;
                    text-transform: uppercase;
                    color: #000;
                    font-family: var(--font-family-title);
                    letter-spacing: 1.3px;
                }

                    .ld-graph {
                        margin: 53px 0 0;
                    }

/*welcome*/
section.welcome-area {
    position: relative;
    padding: 42px 15px 145px;
}

    .wc-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
    }

        .wc-bg canvas{
            display: block;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: .15;
            filter: grayscale(1);
        }

            .wc-holder{
                position: relative;
                z-index: 5;
                max-width: 1300px;
                margin: 0 auto;
            }

                .wc-inner {
                    display: flex;
                    flex-wrap: wrap;
                }

                    .wc-photo {
                        position: relative;
                        width: 44.231%;
                    }

                        .wc-photo canvas{
                            display: block;
                            width: 100%;
                        }

                            .wc-photo img{
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                object-position: center;
                            }

                                .wc-content {
                                    width: 55.769%;
                                    padding-left: 30px;
                                    padding-top: 74px;
                                }

                                    .wc-content-inner {
                                        max-width: 680px;
                                        margin: 0 0 0 auto;
                                    }

                                .wc-content-inner .global-site-title span {}

                                .wc-content-inner .global-site-title img {
                                    filter: invert(1);
                                }

                                .global-site-title.wc{
                                    font-size: 75px;
                                    font-weight: 500;
                                    line-height: 1.1;
                                }
                                .global-site-title.wc span{
                                    font-size: 0.4em;
                                    font-family: var(--font-family-title);

                                    color: var(--primary);
                                    font-weight: 600;
                                }

                            .wc-text p {
                                font-size: 14px;
                                color: #3b3b3b;
                                line-height: 1.65;
                                letter-spacing: .22px;
                                font-family: var(--font-family-default);
                                padding: 0 0 15px;
                            }

                        .wc-text {
                            margin: 49px 0 54px;
                        }

/*team*/
section.meet-team-area {
    position: relative;
    padding: 75px 15px 0;
}

    .mt-holder {
        max-width: 989px;
        margin: 0 auto;
    }

        .mt-map-area {
            position: relative;
            margin: 50px 0 0;
            font-size: 0;
        }

            div#agent-map-wrap {
                /*overflow: hidden;*/
                position: relative;
            }

                #agent-map .agent-map-inner::after{
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: url('../../assets/images/team-overlay.png') no-repeat;
                    background-position: center;
                    background-size: 100% 100%;
                    pointer-events: none;
                }

                #agent-map {
                    position: relative;
                    width: 989px;
                }

                    #agent-map-transparent {
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: 3;
                    }

                        #agentMap {
                            /*z-index: 1;
                            filter: grayscale(1);
                            opacity: .5;*/
                        }

                            img#myagentMap {
                                z-index: 1; 
                                filter: grayscale(1); 
                                opacity: .5;
                            }

                            #agent-map:hover .agent-map-border{
                                opacity: 0;
                            }

                            .agent-map-border {
                                position: absolute;
                                top: 12px;
                                left: 50%;
                                transform: translateX(-50%);
                                width: 100%;
                                height: 84%;
                                z-index: 2;
                                pointer-events: none;
                                display: flex;
                                justify-content: space-between;
                                flex-wrap: wrap;
                                max-width: 585px;
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;

                                display: none;
                            }

                                .agent-map-border div{
                                    width: 50%;
                                    max-width: 277px;
                                    padding: 5px 15px;
                                }

                                    .agent-map-border div span{
                                        border: solid 7px #dfdfdf;
                                        display: block;
                                        width: 100%;
                                        height: 100%;
                                    }

                            #agent-map .hovers div, #agent-map .hovers div span {
                                position: absolute;
                            }

                            #agent-map .hovers div{
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                                border: solid 7px #dfdfdf;
                            }

                            #agent-map .hovers div img {
                                opacity: 0; 
                                position: relative;
                                z-index: 2;
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                                box-shadow: 1px 6px 10px 0px rgba(0, 0, 0, 0.29);
                            }

                        span.agent-map-label {
                            bottom: 22px;
                            left: 0;
                            width: 100%;
                            text-align: center;
                            font-size: 18px;
                            z-index: 5;
                            pointer-events: none;
                            color: #fff;
                            font-weight: 400;
                            text-align: center;
                            letter-spacing: 3.5px;
                            font-family: var(--font-family-title);
                            /*white-space: nowrap;*/
                            text-transform: uppercase;
                            line-height: 1.15;
                            padding: 0 15px;
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                            opacity: 0;
                        }

                        #agent-map .hovers div.mtt-button-link span.agent-map-label {
                            white-space: unset;
                            padding: 0 15px;
                        }

                    span.agent-map-label em {
                        display: block;
                        font-style: normal;
                        font-size: 13px;
                        font-family: var(--font-family-default);
                        letter-spacing: .5px;
                        line-height: 1.15;
                        margin: 9px 0 0;
                    }

                #agent-map .hovers > div::after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 50%;
                    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
                    z-index: 2;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    opacity: 0;
                }

            #agent-map .hovers > div.hover::after{
                opacity: 1;
            }

        #agent-map .hovers > div.hover img{
            opacity: 1;
        }

        #agent-map .hovers > div.hover span.agent-map-label{
            opacity: 1;
        }

div#agent-map2 {
    top: 10px;
    left: 209px;
}

div#agent-map1 {
    top: 10px;
    right: 208px;
}

#agent-map .hovers div.hover {
    border-color: #b90e29;
}

.agent-map-inner{
    position: relative;
}



/*.hovers {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#agent-map .hovers > div {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: calc(100% / 3);
    padding: 0 5px;
}

#agent-map .hovers > div img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;

    filter: grayscale(100%);
    transition: 0.3s all ease-in-out;
}

#agent-map .hovers > div a {
    display: block;
    position: relative;
}

#agent-map .hovers > div#agent-map3 {
    display: none;
}

#agent-map .hovers > div a:hover img{
    filter: none;
}*/

.mt-map-area-btn {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 50px auto 0;
}

.mt-map-area-btn .global-site-btn a {
    max-width: 100%;
}

/*testimonials*/
section.testimonials-area {
    position: relative;
    padding: 18px 0 119px;
}

    .testi-bg {
        position: absolute;
        top: 0%;
        left: 0;
        width: 67%;
        height: 66%;
        background: #fff;
    }

        .testi-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(255,255,255);
            background: linear-gradient(223deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        }

            .testi-bg canvas{
                display: block;
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                opacity: .63;
            }

                .testi-holder{
                    position: relative;
                    z-index: 5;
                    display: flex;
                    flex-wrap: wrap;
                }

                    .testi-content{
                        width: 65.702%;
                        padding: 104px 0 0;
                        position: relative;
                        z-index: 2;
                    }

                        .testi-photo{
                            width: 34.298%;
                        }

                            .testi-content .global-site-btn {
                                max-width: 888px;
                                margin: 41px auto 0;
                            }

                                .testi-slider {
                                    background: #2d2d2d;
                                    padding: 76px 15px 73px;
                                    position: relative;
                                    margin: 55px -253px 0 0;
                                }

                                    .testi-list p {
                                        font-size: 15px;
                                        color: #ffffff;
                                        line-height: 2;
                                        letter-spacing: .33px;
                                        font-family: var(--font-family-default);
                                        padding: 0 0 15px;
                                    }

                                .testi-list span {
                                    display: block;
                                    font-size: 18px;
                                    color: #fff;
                                    font-family: var(--font-family-title);
                                    margin: 19px 0 0;
                                }

                            .testi-slick-slider {
                                max-width: 888px;
                                margin: 0 auto;
                            }

                        .testi-arrow-holder {
                            display: flex;
                            align-items: center;
                            gap: 10px;
                            margin-top: 13px;
                        }

                    .testi-arrow-holder button{
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 55px;
                        height: 55px;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        border-radius: 0;
                        border: none;
                        outline: none;
                        background: #717171;
                        padding: 5px;
                        font-size: 21px;
                        color: #fff;
                        -webkit-transition: all 0.4s ease-in-out;
                        -moz-transition: all 0.4s ease-in-out;
                        -o-transition: all 0.4s ease-in-out;
                        transition: all 0.4s ease-in-out;
                        pointer-events: auto;
                        position: relative;
                    }

                .testi-arrow-holder button.testi-next{
                    background: #262626;
                }

            .testi-arrow-holder button:hover{
                background: #b90e29 !important;
            }

        .testi-photo-inner {
            position: relative;
            margin-right: -129px;
        }

    .testi-photo-inner canvas {
        display: block;
        width: 100%;
    }

        .testi-photo-inner img{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

/*cta*/
section.cta-area {
    position: relative;
    padding: 0;
}

    .cta-holder {
        position: relative;
    }

        .cta-inner {
            display: flex;
            flex-wrap: wrap;
        }

            .cta-list {
                width: calc(100% / 3);
            }

                .cta-list a {
                    display: block;
                    position: relative;
                }

                    .cta-photo {
                        position: relative;
                    }

                        .cta-photo canvas {
                            display: block;
                            width: 100%;
                            position: relative;
                            z-index: 2;
                            background: #b90e29;
                            opacity: 0;
                            -webkit-transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -o-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                        }

                            .cta-list a:hover .cta-photo canvas{
                                opacity: .64;
                            }

                                .cta-photo img{
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                    object-position: center;
                                }

                            .cta-list a::after {
                                content: '';
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                width: 100%;
                                height: 50%;
                                background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
                            }

                        .cta-content {
                            position: absolute;
                            bottom: 51px;
                            left: 0;
                            width: 100%;
                            z-index: 5;
                            padding: 0 60px;
                        }

                    .cta-label {
                        font-size: 24px;
                        text-transform: uppercase;
                        color: #fff;
                        font-family: var(--font-family-title);
                        letter-spacing: 5px;
                        line-height: 1.25;
                    }

                .cta-text {
                    font-size: 15px;
                    color: #fff;
                    line-height: 1.6;
                    margin: 23px 0 0;
                    font-family: var(--font-family-default);
                    min-height: 48px;
                }

/*why work*/
section.why-work-area {
    position: relative;
    padding: 99px 15px 109px;
}

    .ww-holder {
        max-width: 1424px;
        margin: 0 auto;
    }

        .ww-feed {
            display: flex;
            flex-wrap: wrap;
            margin: 84px 0 0;
        }

            .ww-list {
                width: calc(100% / 3);
                padding: 0 35px;
            }

                .ww-icon {
                    height: 50px;
                    display: flex;
                    align-items: center;
                    margin: 0 0 20px;
                    position: relative;
                    z-index: 2;
                }

                    .ww-label {
                        font-size: 25px;
                        color: #2d2d2d;
                        text-transform: uppercase;
                        font-family: var(--font-family-title);
                        margin: 0 0 23px;
                        position: relative;
                        z-index: 2;
                    }

                        .ww-text {
                            font-size: 14px;
                            color: #666666;
                            line-height: 1.7;
                            letter-spacing: .1px;
                            font-family: var(--font-family-default);
                            position: relative;
                            z-index: 2;
                        }
.ww-text p {
	margin-bottom: 20px;
}

                            .ww-number {
                                font-size: 415px;
                                color: #2d2d2d;
                                opacity: .07;
                                font-family: var(--font-family-title);
                                position: absolute;
                                top: -211px;
                                pointer-events: none;
                                left: 25px;
                            }

                        .ww-inner {
                            position: relative;
                        }

                        .ww-tagline {
                            display: block;
                            text-align: center;
                            margin: 15px 0 0;
                            font-size: 17px;
                        }

/*what we can*/
section.what-we-can-area {
    position: relative;
    padding: 120px 15px 114px;
}

    .wwc-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
    }

        .wwc-bg canvas{
            display: block;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: .18;
            background-attachment: fixed;
        }

            .wwc-holder {
                max-width: 1434px;
                margin: 0 auto;
                position: relative;
                z-index: 5;
            }

                .wwc-holder .global-site-title {
                    color: #fff;
                }

                .wwc-feed {
                    display: flex;
                    flex-wrap: wrap;
                    margin: 91px 0 0;
                }

            .wwc-list {
                width: calc(100% / 3);
                padding: 0 42px;
            }

                .wwc-icon {
                    height: 92px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin: 0 0 10px;
                    position: relative;
                    z-index: 2;
                }

                    .wwc-label {
                        font-size: 24px;
                        color: #d0d0d0;
                        text-transform: uppercase;
                        font-family: var(--font-family-title);
                        margin: 0 0 28px;
                        position: relative;
                        z-index: 2;
                        text-align: center;
                    }

                        .wwc-text {
                            font-size: 14px;
                            color: #d0d0d0;
                            line-height: 1.7;
                            letter-spacing: .1px;
                            font-family: var(--font-family-default);
                            position: relative;
                            z-index: 2;
                        }

                            .wwc-number {
                                font-size: 415px;
                                color: #fff;
                                opacity: .07;
                                font-family: var(--font-family-title);
                                position: absolute;
                                top: -211px;
                                pointer-events: none;
                                left: 25px;
                            }

                        .wwc-inner {
                            position: relative;
                        }

/*cta 2*/
section.cta-2-area {
    position: relative;
    padding: 49px 0 5px;
}

    .cta2-holder {
        position: relative;
    }

        .cta2-inner {
            display: flex;
            flex-wrap: wrap;
            margin: 57px -3px 0;
        }

            .cta2-list {
                width: 25%;
                padding: 0 3px;
            }

                .cta2-list a {
                    display: block;
                    position: relative;
                }

                    .cta2-photo {
                        position: relative;
                    }

                        .cta2-photo canvas {
                            display: block;
                            width: 100%;
                            position: relative;
                            z-index: 2;
                            background: #000;
                            opacity: .75;
                            -webkit-transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -o-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                        }

                            .cta2-list a:hover .cta2-photo canvas{
                                background: #b90e29;
                            }

                                .cta2-photo img{
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                    object-position: center;
                                }

                            .cta2-label {
                                font-size: 36px;
                                text-transform: uppercase;
                                color: #fff;
                                font-family: var(--font-family-title);
                                letter-spacing: 2px;
                                line-height: 1.25;
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                padding: 15px;
                                text-align: center;
                                z-index: 2;
                            }

/*marketing*/
section.marketing-real-estate-area {
    position: relative;
    padding: 98px 0 0;
}

    .mre-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #b90e29;
    }

        .mre-bg canvas{
            display: block;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: .17;
        }

            .mre-holder {
                position: relative;
                z-index: 5;
            }

                .mre-holder .global-site-title {
                    color: #fff;
                }

                    .mre-holder .global-site-title span{
                        color: #c8c7c7;
                    }

                        .mre-text p {
                            font-size: 18px;
                            color: #fff;
                            line-height: 1.85;
                            text-align: center;
                            letter-spacing: .8px;
                            font-family: var(--font-family-default);
							margin-bottom: 20px;
                        }

                            .mre-text {
                                margin: 31px auto 0;
                                max-width: 1400px;
                            }

                        .mre-inner {
                            position: relative;
                        }

                            .mre-top-col.mre-top-left {
                                max-width: 364px;
                            }

                                .mre-top-col.mre-top-left > div {
                                    color: #fff !important;
                                }

                                .mre-top-col.mre-top-left > div span {
                                    color: #fff;
                                }

                                .mre-title.global-title::after {
                                    background: #fff;
                                    top: 7px;
                                    right: 0;
                                }

                        .mre-top-col.mre-top-right {
                            max-width: 874px;
                            width: 100%;
                            text-align: right;
                        }

                            .mre-top-col.mre-top-right > div {
                                font-weight: 600;
                                font-size: 14px;
                                color: #fff;
                                line-height: 26px;
                                letter-spacing: .050em;
                            }

                        .mre-img img {
                            margin: 0 auto;
                        }

                        .mre-wrap {
                            width: 1600px;
                        }

                        .mre-desc {
                            position: absolute;
                            top: 0;
                        }

                            .mre-desc.mre-desc-1 {
                                position: absolute;
                                top: -26px;
                                left: 145px;
                            }

                            .mre-desc-inner {
                                max-width: 263px;
                            }

                            .mre-desc-title {
                                font-family: var(--font-family-title);
                                font-weight: 400;
                                font-size: 15px;
                                color: #fff;
                                text-transform: uppercase;
                                letter-spacing: .100em;
                            }

                            .mre-desc-para {
                                font-weight: 400;
                                font-size: 13px;
                                color: #fff;
                                line-height: 16px;
                                margin-top: 11px;
                                font-family: var(--font-family-default);
                            }

                            .mre-desc.mre-desc-2 {
                                top: 215px;
                                left: 146px;
                            }

                            .mre-desc-smi-item {
                                margin-bottom: 10px;
                            }

                        .mre-desc-smi-item a {
                            font-size: 15px;
                            width: 35px;
                            height: 35px;
                            background: #fff;
                            border-radius: 50%;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            color: #aa1f2e;
                            -webkit-transition: all .325s ease-in-out;
                            -moz-transition: all .325s ease-in-out;
                            -ms-transition: all .325s ease-in-out;
                            transition: all .325s ease-in-out;
                        }

                            .mre-desc-smi-item a:hover {
                                background: #000;
                                color: #fff;
                            }

                        .mre-desc-smi {
                            max-width: 93px;
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: space-between;
                            margin-top: 16px;
                        }

                        .mre-desc.mre-desc-3 {
                            right: 117px;
                            /*top: 52px;*/
                            top: 32px;
                        }

                            .mre-desc.mre-desc-3 .mre-desc-inner {
                                max-width: 361px;
                            }

                            .mre-desc-line {
                                position: absolute;
                                top: 5px;
                                left: 72%;
                                width: 96px;
                                height: 1px;
                                background: #ad5e67;
                            }

                                .mre-desc-line::before {
                                    content: '';
                                    background: #ad5e67;
                                    height: 77px;
                                    position: absolute;
                                    top: 0;
                                    right: 0;
                                    width: 1px;
                                }

                                .mre-desc-line::after {
                                    content: '';
                                    background: #ad5e67;
                                    height: 1px;
                                    position: absolute;
                                    bottom: -76px;
                                    right: -78px;
                                    width: 77px;
                                }

                                .mre-desc.mre-desc-2 .mre-desc-line {
                                    width: 166px;
                                }

                                .mre-desc.mre-desc-2 .mre-desc-line::before {
                                    height: 20px;
                                }

                                .mre-desc.mre-desc-2 .mre-desc-line::after,
                                .mre-desc.mre-desc-3 .mre-desc-line::after {
                                    display: none;
                                }

                                .mre-desc.mre-desc-3 .mre-desc-line {
                                    left: -36px;
                                    width: 27px;
                                }

                                .mre-desc.mre-desc-3 .mre-desc-line::before {
                                    left: 0;
                                    height: 123px;
                                }

                            .mre-bottom {
                                margin: 112px 0 0;
                                position: relative;
                            }

/*seller seminar*/
section.seller-seminar-area {
    position: relative;
    padding: 95px 15px 25px;
}

    .ss-bg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 38%;
        height: 70%;
        background: var(--primary);
    }

        .ss-bg canvas{
            display: block;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            mix-blend-mode: multiply;
            -webkit-mix-blend-mode: multiply;
            filter: contrast(0.8);
            -webkit-filter: contrast(0.8);
        }

            .ss-holder {
                position: relative;
                z-index: 5;
                max-width: 1400px;
                margin: 0 auto;
            }

                .ss-inner {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: flex-start;
                }

                    .ss-photo {
                        width: 40.5%;
                        position: relative;
                    }

                        .ss-photo canvas{
                            display: block;
                            width: 100%;
                        }

                            .ss-photo img{
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                object-position: center;
                            }

                                .ss-photo::after {
                                    content: '';
                                    position: absolute;
                                    bottom: 0;
                                    right: 0;
                                    width: 50%;
                                    height: 8px;
                                    z-index: 2;
                                    background: #b90e29;
                                }

                                    .ss-photo::before {
                                        content: '';
                                        position: absolute;
                                        bottom: 0;
                                        left: 0;
                                        width: 50%;
                                        height: 8px;
                                        z-index: 2;
                                        background: #000;
                                    }

                                .ss-content {
                                    width: 59.5%;
                                    padding-left: 30px;
                                    padding-top: 36px;
                                }

                            .ss-content-inner ul li {
                                font-size: 18px;
                                color: #505050;
                                display: flex;
                                align-items: center;
                                margin: 0 0 30px;
                            }

                        .ss-content-inner ul li span{
                            width: 20px;
                            height: 18px;
                            background: url('../../assets/images/check-icon.png') no-repeat;
                            background-size: cover;
                            margin-right: 10px;
                        }

                    .ss-content-inner ul {
                        column-count: 2;
                        margin: 50px 0 35px;
                    }

                .ss-content-inner {
                    max-width: 765px;
                    margin: 0 0 0 auto;
                }

            .ss-content-inner .global-site-btn a {
                max-width: 266px;
            }

/*blog*/
section.latest-blogs-area {
    position: relative;
    padding: 129px 0 104px;
}

    .lb-slick-slider {
        margin: 51px -7px 0;
        position: relative;
    }

        .lb-slick-slider .slick-slide > div > div {
            display: block !important;
        }

            .lb-slick-slider:not(.slick-initialized) > div:not(:first-child){
                display:none;
            }

                .lb-slick-slider:not(.slick-initialized) .lb-list{
                    width: calc(100% / 3);
                }

                    .lb-list{
                        padding: 7px;
                    }

                        .lb-label {
                            margin: 0 0 26px;
                            min-height: 51px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                            .lb-label a {
                                display: inline-block;
                                font-size: 25px;
                                color: #2d2d2d;
                                text-transform: uppercase;
                                font-family: var(--font-family-title);
                                -webkit-transition: all .325s ease-in-out;
                                -moz-transition: all .325s ease-in-out;
                                -ms-transition: all .325s ease-in-out;
                                transition: all .325s ease-in-out;
                            }

                                .lb-label a:hover{
                                    color: #b90e29;
                                }

                                .lb-photo a {
                                    display: block;
                                    position: relative;
                                    overflow: hidden;
                                }

                                    .lb-photo a canvas{
                                        display: block;
                                        width: 100%;
                                        background: #000;
                                        position: relative;
                                        z-index: 2;
                                        -webkit-transition: all .325s ease-in-out;
                                        -moz-transition: all .325s ease-in-out;
                                        -ms-transition: all .325s ease-in-out;
                                        transition: all .325s ease-in-out;
                                        opacity: 0;
                                    }

                                        .lb-photo a:hover canvas{
                                            opacity: .3;
                                        }

                                        .lb-photo a img{
                                            position: absolute;
                                            top: 0;
                                            left: 0;
                                            width: 100%;
                                            height: 100%;
                                            object-fit: cover;
                                            object-position: center;
                                            -webkit-transition: all .325s ease-in-out;
                                            -moz-transition: all .325s ease-in-out;
                                            -ms-transition: all .325s ease-in-out;
                                            transition: all .325s ease-in-out;
                                        }

                                    .lb-photo a:hover img{
                                        transform: scale(1.1);
                                    }

                                .lb-text {
                                    font-size: 14px;
                                    color: #666666;
                                    line-height: 1.8;
                                    letter-spacing: .15px;
                                    margin: 12px 0 31px;
                                    min-height: 76px;
                                    font-family: var(--font-family-default);
                                }

/*comm list*/
.communities-list-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: rgb(0 0 0 / 70%);
    padding: 5px 0;
}

    .comm-list {
        padding: 0 15px;
    }

        .comm-list a {
            display: flex;
            justify-content: center;
            color: #fff;
            font-size: 16px;
            letter-spacing: 1px;
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
            padding: 10px 0;
        }
            .comm-list-slick-slider .slick-slide > div {
                display: flex;
            }

            .comm-list-slick-slider .slick-slide > div > div {
                    display: block !important;
                }

                    .comm-list-slick-slider:not(.slick-initialized) {
                        display: flex;
                    }
                    .comm-list-slick-slider:not(.slick-initialized) > div {
                        width: 33.33%;
                    }
                    .comm-list-slick-slider:not(.slick-initialized) > div:nth-child(3) ~ div {
                        display: none;
                    }

                        .fc-list-arrow-holder {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            pointer-events: none;
                            z-index: 4;
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                        }

                        .fc-list-arrow-holder button{
                            -webkit-appearance: none;
                            -moz-appearance: none;
                            border-radius: 0;
                            border: none;
                            outline: none;
                            padding: 5px;
                            font-size: 21px;
                            color: #fff;
                            -webkit-transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -o-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                            pointer-events: auto;
                            position: relative;
                            background: transparent;
                        }
                            

                            .fc-list-arrow-holder button:hover,
                            .comm-list a:hover{
                                color: #b90e29 !important;
                            }

                        .comm-list-slider{
                            position: relative;
                            padding: 0 50px;
                        }


section.landing-area {
	position: relative;
	padding-bottom: 104px;
}
.landing-wrapper .global-site-title {
	margin-bottom: 71px;
}
.landing-wrapper p {
	font-size: 18px;
  line-height: 1.85;
	color: #505050;
  letter-spacing: .8px;
  font-family: var(--font-family-default);
	margin-bottom: 25px;
}
.landing-wrapper ul {
	margin: 40px;
}
.landing-wrapper ul li span {
	width: 20px;
	height: 18px;
	background: url('../../assets/images/check-icon.png') no-repeat;
	background-size: cover;
	margin-right: 10px;
}
.landing-wrapper ul li {
	font-size: 18px;
	color: #505050;
	display: flex;
	align-items: center;
	margin: 0 0 30px;
}
.landing-wrapper .global-site-btn {
	margin-top: 40px;
	display: block;
}


@media only screen and (max-width: 1440px) {
    .cta2-label {
        font-size: 30px;
    }

    .quick-search-area {        
        bottom: 160px;
    }
}

@media only screen and (max-width: 1366px) {
    .tagline-text {
        font-size: 50px;
    }

    .fc-label {
        font-size: 23px;
    }

    .testi-photo-inner {
        margin-right: -15px;
    }

    .testi-content {
        padding: 40px 0 0;
    }

    .cta-content {
        bottom: 20px;
        padding: 0 30px;
    }

    .ww-label {
        font-size: 19px;
    }

    .wwc-label {
        font-size: 20px;
    }

    .wwc-list {
        padding: 0 30px;
    }

    .cta2-label {
        font-size: 28px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 1199px) {

    .tagline-text {
        font-size: 45px;
    }

    .tagline-text span {
        font-size: 21px;
        letter-spacing: 4px;
    }

    .wc-content {
        padding-top: 30px;
    }

    .wc-text {
        margin: 30px 0;
    }

    .testi-slider {
        padding: 40px 15px;
        margin: 30px -150px 0 0;
    }

    .cta-content {
        padding: 0 15px;
    }

    .cta-label {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .cta-list a::after {
        height: 100%;
    }

    .ww-list {
        padding: 0 15px;
    }

    .ww-label {
        font-size: 18px;
    }

    .wwc-list {
        padding: 0 15px;
    }

    .cta2-label {
        font-size: 20px;
    }

    .ss-content-inner ul li {
        font-size: 14px;
        margin: 0 0 18px;
    }

    .ss-content-inner ul {
        margin: 30px 0 20px;
    }

    .quick-search-area {        
        bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .slideshow-area {
        background: #000;
    }
    
    .quick-search-area {
        position: relative;
        bottom: 0;
        background: #000;
        padding: 0 0 30px;
    }

    .communities-list-area {
        position: relative;
        bottom: 0;
        background: rgb(0 0 0 / 100%);
    }

    .comm-list-slider {        
        padding: 0 25px;
    }

    .comm-list-slick-slider:not(.slick-initialized) > div:not(:first-child) {
        display: none;
    }

    .comm-list-slick-slider:not(.slick-initialized) > div:first-child {
        width: 100%;
        display: block;
    }
 
    .comm-list {
        min-height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tagline-text {
        font-size: 30px;
        margin-bottom: 0;
        text-shadow: 0 0 10px #000;
    }

    .tagline-text span {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .side-fixed-contact{
        display: none;
    }

    .fc-slick-slider {
        margin: 0 auto;
        max-width: 500px;
    }

    section.welcome-area {
        padding: 50px 15px;
    }

    .wc-photo {
        width: 100%;
    }

    .wc-photo {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .wc-content {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .wc-content-inner {
        max-width: 100%;
    }

    .testi-content {
        width: 100%;
        text-align: center;
    }

    .testi-slider {
        margin: 30px 0 0 0;
    }

    .testi-arrow-holder {
        justify-content: center;
    }

    .testi-bg{
        display: none;
    }

    .testi-photo {
        width: 100%;
    }

    .testi-holder {
        flex-direction: column-reverse;
    }

    .testi-photo-inner {
        margin: 0 auto;
        max-width: 500px;
    }

    section.testimonials-area {
        padding: 50px 0;
    }

    .cta-list {
        width: 100%;
    }

    .cta-list a {
        max-width: 500px;
        margin: 15px auto;
        text-align: center;
    }

    section.why-work-area {
        padding: 50px 15px;
    }

    .ww-list {
        padding: 0 0;
        width: 100%;
        text-align: center;
    }

    .ww-inner {
        max-width: 500px;
        margin: 30px auto;
    }

    .ww-number {
        font-size: 315px;
        top: -140px;
        left: 0;
        width: 100%;
    }

    .ww-icon {
        justify-content: center;
    }

    section.what-we-can-area {
        padding: 50px 15px;
    }

    .wwc-list {
        padding: 0;
        width: 100%;
    }

    .wwc-inner {
        max-width: 500px;
        margin: 30px auto;
        text-align: center;
    }

    .wwc-number {
        font-size: 315px;
        top: -155px;
        left: 0;
        width: 100%;
    }

    .cta2-list {
        width: 50%;
        padding: 3px;
    }

    .cta2-holder {
        max-width: 790px;
        margin: 0 auto;
    }

    section.marketing-real-estate-area {
        padding: 50px 15px;
    }

    .mre-inner {
        height: auto !important;
    }

    .mre-wrap {
        width: 100%;
        transform: none !important;
    }

    .mre-bottom {
        margin: 30px 0 0;
    }

    .mre-desc {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .mre-desc-inner {
        max-width: 500px;
        margin: 0 auto;
    }

    .mre-desc-line{
        display: none;
    }

    .mre-desc-para br {
        display: none;
    }

    .mre-desc-smi {
        max-width: 100%;
        justify-content: center;
        gap: 15px;
    }

    section.seller-seminar-area {
        padding: 50px 15px;
    }

    .ss-photo {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .ss-bg{
        display: none;
    }

    .ss-content {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .ss-content-inner ul {
        column-count: 1;
    }

    .ss-content-inner ul li {
        font-size: 18px;
        margin: 0 0 30px;
        justify-content: center;
    }

    section.latest-blogs-area {
        padding: 50px 0;
    }

    .lb-slick-slider {
        margin: 51px auto 0;
        max-width: 400px;
        text-align: center;
    }

    .lb-label {
        justify-content: center;
    }

    .ld-graph-title {
        font-size: 30px;
    }

    /*#agent-map .hovers > div{
        width: 100%;
        margin: 5px 0;
    }*/
	
	.landing-wrapper ul {
		margin: 40px 0 40px;
		position: relative;
		text-align: left;
	}
	.landing-content {
		text-align: center;
	}
	.landing-wrapper ul li span {
		position: absolute;
		left: 0;
	}
	.landing-wrapper ul li {
		margin-left: 30px;
	}
}

@media only screen and (max-width: 767px) {

    .fc-photo canvas {
        height: 250px;
    }
}

@media only screen and (max-width: 480px) {
    .cta2-list {
        width: 100%;
    }

    .cta2-list a {
        max-width: 392px;
        margin: 0 auto;
    }

    .cta2-label {
        font-size: 36px;
    }
}
