:root {
    --font-title: 'Gilda Display', serif;
    --color-accent : #c03330;
    --color-accent-light: #b40101;
}


/* Reset */
.ip-banner {}

.ip-banner, p#breadcrumbs, #content .entry-title, #content .archive-title {
    display: none;
}

div#inner-page-wrapper {
    margin: 0;
    z-index: unset;
    padding-bottom: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#content-sidebar, #content-full {
    margin: 0;
}
/* Reset */

/* Globals */
/* Fixed Background */
canvas.parallax-bg.lazyloaded {
    background-attachment: fixed;
}

.safari-true canvas.parallax-bg.lazyloaded,
.mobile canvas.parallax-bg.lazyloaded{
    background-attachment: scroll;
}
/* Fixed Background */

/* Section Background */
.section-bg, .section-bg canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.section-bg {
    background: var(--primary-color);
}

.section-bg canvas {
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}
/* Section Background */

/* Mixblend */
.styled-mixblend canvas {
    mix-blend-mode: multiply;
}
/* Mixblend */

/* Image Canvas Overlay */
.image-canvas-overlay {
    position: relative;
}

    .image-canvas-overlay canvas {
        display: block;
        width: 100%;
        height: auto;
    }

    .image-canvas-overlay img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
/* Image Canvas Overlay */

/* Globals */

/* Icons */
span[class*="jot-icon-"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

    span[class*="jot-icon-"]::before {
        content: '';
        width: 30px;
        height: 30px;
        background: #fff;
        -webkit-mask-size: contain;
        -webkit-mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        transition: all 0.3s ease-in-out;
    }

    span.jot-icon-zillow::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-zillow.png);
    }

    span.jot-icon-rdc::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-rdc.png);
    }

    span.jot-icon-isa::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-isa.png);
        width: 40px;
        height: 40px;
    }

    span.jot-icon-google::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-google.png);
    }

    span.jot-icon-iheart::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-iheart.png);
        width: 40px;
        height: 40px;
    }

    span.jot-icon-mortgage-links::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-mortgage-lists.png);
    }

    span.jot-icon-operations::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-operations.png);
    }

    span.jot-icon-transactions::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-transactions.png);
    }

    span.jot-icon-marketing::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-marketing.png);
    }

    span.jot-icon-agent-development::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-agent-development.png);
    }

    span.jot-icon-weekly-training::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-weekly-training.png);
    }

    span.jot-icon-technology::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-technology.png);
    }

    span.jot-icon-structure::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-structure.png);
    }

    span.jot-icon-accountability::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-accountability.png);
    }

    span.jot-icon-fun::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-fun.png);
    }

    span.jot-icon-collab::before {
        -webkit-mask-image: url(../../images/join-our-team-v2/ip-jot-icon-collab.png);
    }
/* Icons */

/* Sticky Buttons START */
.sticky-btns-wrap {
    position: fixed;
    right: 40px;
    top: 10%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 1012;
    font-size: 0;
    transform-origin: top right;
}
    .sticky-btn {
        width: 260px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
        margin: 0 1px;
    }
    .sticky-btn a {
        width: 100%;
        height: 100%;
        display: block;
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        line-height: 40px;
        letter-spacing: 0.2em;
        background-color: var(--color-accent-light);
    }
    .sticky-btn a:hover {
        background-color: var(--primary-color);
    }
/* Sticky Buttons END */

/* Banner */
.ip-testimonials-outer-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
    .ip-testimonials-bg {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 5%;
    }
        .safari-true .ip-testimonials-bg canvas {
            background-attachment: scroll;
        }
        .ip-testimonials-bg canvas {
            width: 100%;
            height: 100%;
            display: block;
            background-size: cover;
            background-position: top right;
            background-attachment: fixed;
        }
    .ip-testimonials-inner-wrap {
        position: relative;
        z-index: 2;
    }
    .ip-testimonials-top {
        position: relative;
        z-index: 2;
    }
        .ip-testimonials-banner {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 1;
        }
        .ip-testimonials-banner canvas {
            width: 100%;
            height: 100%;
            display: block;
            background-size: 100% 100%;
            background-position: top right;
            background-attachment: scroll;
        }
        .ip-testimonials-inner {
            position: relative;
            z-index: 2;
            padding: 195px 15px 320px;
            color: #fff;
            max-width: 82%;
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
        }
    
        .ip-testimonials-top-left {
            width: 36.4%;
            padding-top: 135px;
        }
            .ip-testimonials-top-slider {
                position: relative;
                
            }
            .ip-testimonials-top-slider .slick-list {
                overflow: visible;
            }
            /* .ip-testimonials-top-slider::after {
                width: 100%;
                height: 1px;
                content: '';
                left: 0;
                bottom: 0;
                background-color: #ffffff;
            } */
                .ip-testimonials-slide-item {
                    font-size: 20px;
                    text-transform: uppercase;
                    line-height: 1.5;
                    letter-spacing: 0.08em;
                    font-family: var(--Roboto);
                }
                    .ip-testimonials-slide-item > span {
                        display: inline-block;
                        position: relative;
                        padding-bottom: 10px;
                    }
                    .ip-testimonials-slide-item > span::after {
                        width: 1000%;
                        height: 1px;
                        position: absolute;
                        content: '';
                        right: 0;
                        bottom: 0;
                        background-color: #ffffff;

                        transform: translateX(-100%);
                        transition: all 0.6s ease-in-out;
                        transition-delay: 1000ms;
                    }
                    .ip-testimonials-top-slider:not(.slick-initialized) .ip-testimonials-slide-item ~ .ip-testimonials-slide-item {
                        display: none;
                    }
                    .ip-testimonials-top-left.aos-init .ip-testimonials-slide-item > span::after{
                        transform: translateX(0);
                    }
            .ip-testimonials-top-title {
                margin-top: 15px;
                font-family: var(--font-title);
                line-height: 1.2;
                font-weight: 400;
                font-size: 40px;
            }
                .ip-testimonials-top-title span.red {
                    color: var(--color-accent);
                    position: relative;
                }
                .ip-testimonials-top-title span::after {
                    width: 1000%;
                    height: 1px;
                    content: '';
                    background-color: var(--color-accent);
                    position: absolute;
                    left: calc(100% + 25px);
                    top: 50%;
                    z-index: -1;

                    transform: translateX(100%);
                    transition: all 0.6s ease-in-out;
                    transition-delay: 1000ms;
                }

                .ip-testimonials-top-left.aos-init .ip-testimonials-top-title span::after{
                    transform: translateX(0);
                }
       
        .ip-testimonials-top-right {
            width: 60%;
        }

            .ip-testimonials-banner-photo-inner {
                
            }

                .ip-testimonials-banner-photo-inner-container {
                    margin-left: -70px;
                    margin-right: -70px;
                    position: relative;
                }

                    .ip-testimonials-banner-video {
                        position: absolute;
                        top: 3.3%;
                        left: 12.8%;
                        aspect-ratio: 671/460;
                        width: 74.5%;
                    }
                    
                        .ip-testimonials-banner-video video {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            object-position: center;
                        }

                    .ip-testimonials-right-text {
                        text-align: right;
                        margin-top: 40px;
                        margin-right: -20px;
                    }
                        #content .ip-testimonials-right-text p {
                            max-width: 515px;
                            display: inline-block;
                            vertical-align: top;
                            font-family: var(--Roboto);
                            font-size: 17.89px;
                            margin: 0;
                            line-height: 1.67;
                            letter-spacing: 0.080em;
                        }

    .ip-testimonials-list-wrap {
        position: relative;
        z-index: 1;
        margin-top: -300px;
        padding: 0 9.9375% 120px;
    }
        .ip-testimonials-list-wrap .accent-icon {
            position: absolute;
            z-index: 1;
        }
            .ip-testimonials-list-wrap .accent-icon img {
                filter: brightness(0);
                opacity: 0.25;
            }
            .ip-testimonials-list-wrap .accent-icon.accent-zillow {
                top: 7%;
                left: -47px;
            }
            .ip-testimonials-list-wrap .accent-icon.accent-google {
                top: 41%;
                right: -34px;
            }
            .ip-testimonials-list-wrap .accent-icon.accent-facebook {
                top: 73.2%;
                left: -12px;
            }
        .ip-testimonials-list {
            display: flex;
            justify-content: space-between;
            position: relative;
            z-index: 2;
        }
            .ip-testimonials-column {
                width: 42.28%;
            }
            .ip-testimonials-column:last-child {
                margin-top: 428px;
            }
                .ip-testimonials-item {
                    margin-bottom: 115px;
                    text-align: center;
                    position: relative;
                }
                    /* .ip-testimonials-item::before,
                    .ip-testimonials-item::after {
                        width: 125px;
                        height: 108px;
                        content: '';
                        position: absolute;
                        z-index: 2;
                        background-image: url(../../images/testimonials/icon-quote.png);
                        background-size: contain;
                        background-position: center;
                        background-repeat: no-repeat;
                    }
                        .ip-testimonials-item::before {
                            top: -34px;
                            left: -28px;
                        }
                        .ip-testimonials-item::after {
                            bottom: 10px;
                            right: -57px;
                            transform: rotate(-180deg);
                        } */
                    .ip-testimonials-item-inner {
                        padding: 74px 55px 66px;
                        position: relative;
                        z-index: 3;
                    }
                        .ip-testi-stars {
                            color: var(--color-accent-light);
                            margin-bottom: 30px;
                        }
                        .ip-testi-stars span {
                            font-size: 17px;
                            padding: 0 3px;
                        }
                        .ip-testi-stars span.gray {
                            color: #656565;
                        }
                        .ip-testi-text {
                            margin-bottom: 35px;
                            font-family: var(--font-title);
                        }
                            #content .ip-testi-text p {
                                font-size: 17px;
                                text-align: justify;
                                line-height: 1.8;
                                letter-spacing: 0.08em;
                            }
                        .ip-testi-name {
                            color: var(--color-accent-light);
                            font-size: 19px;
                            font-weight: 600;
                            text-transform: uppercase;
                            letter-spacing: 0.08em;
                        }
                        .ip-testi-photo {
                            font-size: 0;
                            width: 103px;
                            height: 103px;
                            margin: 30px auto -112px;
                            border-radius: 50%;
                            overflow: hidden;
                        }
                            .ip-testi-photo img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                            }
                        .ip-testi-quote {
                            width: 125px;
                            height: 108px;
                            position: absolute;
                            z-index: 2;
                        }
                        .ip-testi-quote img {
                            width: 100%;
                            height: auto;
                        }
                        .ip-testi-quote.top {
                            top: 0;
                            left: -28px;
                        }
                        .ip-testi-quote.bottom {
                            bottom: 0;
                            right: -57px;
                        }
                        .ip-testimonials-item-bg,
                        .ip-testimonials-item-bg canvas {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                        }
                        .ip-testimonials-item-bg canvas{
                            background: #fff;
                            -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
                            box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
                        }
        .ip-testimonials-pagination-wrap {
            position: relative;
            z-index: 2;
            margin-top: 20px;
            font-size: 0;
            text-align: center;
            display: flex;
            align-items: end;
            justify-content: space-between;
        }
            .ip-testimonials-arrow {

            }
                .ip-testimonials-arrow-left {
                    text-align: right;
                }
                .ip-testimonials-arrow-right {
                    text-align: left;
                }
                .ip-testimonials-arrow a {
                    display: block
                }
                .ip-testimonials-arrow img {
                    max-width: 100%;
                    transition: all 0.3s ease-in-out;
                }
                    .ip-testimonials-arrow:hover img {
                        filter: brightness(0);
                    }
                    .ip-testimonials-arrow-right img {
                        -webkit-transform: scaleX(-1);
                        transform: scaleX(-1);
                    }
                .ip-testimonials-arrow span {
                    display: block;
                    margin-top: 10px;
                    color: var(--color-accent-light);
                    font-size: 15.89px;
                    font-weight: 600;
                    letter-spacing: 0.08em;
                    text-transform: uppercase;
                    transition: all 0.3s ease-in-out;
                }
                .ip-testimonials-arrow:hover span {
                    color: var(--primary-color);
                }
                
            #content .ip-testimonials-pagination ul {
                margin: 0;
                list-style: none;
            }
                .ip-testimonials-pagination li {
                    padding: 0 28px;
                    display: inline-block;
                }
                    .ip-testimonials-pagination li a {
                        color: var(--color-accent-light);
                        font-size: 16px;
                        font-weight: 600;
                        text-transform: uppercase;
                        letter-spacing: 0.08em;
                        transition: all 0.3s ease-in-out;
                    }
                    .ip-testimonials-pagination li a:hover {
                        color: var(--primary-color);
                    }

                    .ip-testimonials-pagination li span {
                        color: var(--primary-color);
                        font-size: 16px;
                        font-weight: 600;
                        text-transform: uppercase;
                        letter-spacing: 0.08em;
                        transition: all 0.3s ease-in-out;
                    }
                    .ip-testimonials-pagination li span:hover {
                        color: var(--primary-color);
                    }
/* Banner */

#hp_widget9 {
    display: block !important;
}

/* Default Layout */
@media only screen and (max-width: 1440px) {
    .sticky-btns-wrap {
        right: 28px;
        top: 21%;
        transform: translateY(-50%) rotate(-90deg) scale(0.7);
    }
}
@media only screen and (max-width: 1366px) {
    
}

@media only screen and (max-width: 1280px) {
    .ip-testimonials-list-wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .ip-testimonials-column {
        width: 45%;
    }
}
@media only screen and (max-width: 1199px) {
    [data-paroller-factor] {
        transform: none !important;
        will-change: unset !important;
    }
    .ip-testimonials-bg canvas {
        background-attachment: scroll;
    }
    .ip-testimonials-pagination li {
        padding: 0 20px;
    }
    .ip-testimonials-top-title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .ip-testimonials-banner canvas {
        background-size: cover;
    }
    .ip-testimonials-inner {
        flex-flow: column;
        align-items: center;
        padding: 100px 15px 230px;
    }
    .ip-testimonials-top-left {
        width: 100%;
        max-width: 350px;
        margin-bottom: 40px;
        padding-top: 0;
    }
    .ip-testimonials-top-right {
        
    }
    .ip-testimonials-slide-item {
        text-align: center;
    }
    .ip-testimonials-list-wrap {
        margin-top: 0;
    }
    .ip-testimonials-list {
        flex-flow: column;
    }
    .ip-testimonials-column {
        width: 100%;
    }
    .ip-testimonials-column:last-child {
        margin-top: 0;
    }
    .ip-testimonials-item {
        margin-bottom: 50px;
    }
    .ip-testimonials-arrow {
        width: 15%;
    }
    .ip-testimonials-pagination li {
        padding: 0 10px;
    }
    .ip-testi-quote.top {
        left: -20px;
    }
    .ip-testi-quote.bottom {
        right: -20px;
    }
    .ip-testimonials-right-text {
        margin-right: 0;
        text-align: center;
    }
    .sticky-btns-wrap {
        min-width: 786px;
    }
}

@media only screen and (max-width: 600px) {
    .ip-testimonials-arrow span,
    .ip-testimonials-pagination li span,
    .ip-testimonials-pagination li a {
        font-size: 12px;
    }
    .ip-testimonials-pagination li span,
    .ip-testimonials-pagination li a {
        padding: 0 5px;
        letter-spacing: 0;
    }
    .ip-testimonials-item-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ip-testimonials-inner {
        padding: 120px 0 200px;
    } 
}

@media only screen and (max-width: 480px) {
    .ip-testimonials-pagination-wrap {
        flex-flow: column;
        align-items: center;
    }
    .ip-testimonials-pagination {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 320px) {

    
}