<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******************************************************
 *
 * Meet
 *
 *******************************************************/
.custom-breadcrumbs {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 0;
    padding: 0 20px;
    transform: translateY(-37px);
}
.custom-breadcrumbs span {
    text-transform: uppercase;
    font-size: 15px !important;
    color: #fff;
}
.custom-breadcrumbs span a {
    opacity: 0.7;
}

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

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

.img-canvas{
    position: relative;
    overflow: hidden;
}

.img-canvas canvas{
    display: block;
    width: 100%;
    height: auto;
}

.img-canvas img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 0.3s;
}
.ip-sell-about-inner {
    display: flex;
    align-items: center;
    justify-content: end;
}

.ip-sell-about-vid, .ip-sell-about-content {
    width: calc((815 / 1600)* 100%);
}
.play-btn {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 37px;
    color: #fff;
    transition: 0.3s;
}

.play-btn i {
    display: block;
    transform: rotateX(39deg);
    padding-left: 7px;
}
.ip-sell-vid-photo img {
    filter: brightness(0.75);
}
.ip-sell-about-vid:hover .ip-sell-vid-photo img {
    filter: none;
}
.ip-sell-about-vid:hover .play-btn {
    background: #fff;
    color: #000;
}

.ip-sell-vid-photo canvas {
    min-height: 600px;
}
.ip-sell-about {
    padding-top: 115px;
    position: relative;
}

.ip-sell-about-content {
    margin-right: -5.313vw;
    position: relative;
    z-index: 5;
    padding: 0;
    display: flex;
    align-items: center;
}

.ip-sell-about-content-inner {
    position: relative;
    z-index: 5;
    background: -webkit-linear-gradient(90deg, rgb(233, 143, 60) 0%, rgb(211, 114, 26) 100%);
    background: -moz-linear-gradient(90deg, rgb(233, 143, 60) 0%, rgb(211, 114, 26) 100%);
    background: -ms-linear-gradient(90deg, rgb(233, 143, 60) 0%, rgb(211, 114, 26) 100%);
    background: -o-linear-gradient(90deg, rgb(233, 143, 60) 0%, rgb(211, 114, 26) 100%);
    background: linear-gradient(90deg, rgb(233, 143, 60) 0%, rgb(211, 114, 26) 100%);
    padding: clamp(30px,5vw,80px) 50px 30px 55px;
    overflow: hidden;
}
.ip-sell-about-content:before {
    position: absolute;
    content: '';
    width: 34.625vw;
    height: 43.688vw;
    top: 60%;
    left: 6%;
    transform: translate(0, -50%);
    background: url(../../../assets/images/logo-accent-2.png) center / cover no-repeat;
    z-index: 1;
    opacity: 0.08;
    pointer-events: none;
    z-index: 10;
}
.ip-sell-about-text {
    padding-top: 15px;
}
.ip-sell-about-text p {
    letter-spacing: 0.05em;
    line-height: 1.875vw;
    font-size: 15px;
    margin: 25px 0;
    color: #ffff;
}

.ip-sell-about-title span {
    color: #fff;
}
.ip-sell-about-title h2 {
    -webkit-text-fill-color: #fff;
}



/* Testimonials start */
.testi-bg canvas {
    opacity: 0.5;
}

.hp-testi {}

    .testi-wrap {
        padding: 150px 30px 70px;
    }

        .testi-img-accent {
            right: 30px;
            width: calc((782/1600)*100%);
        }

        .testi-inner {
            width: 100%;
            max-width: max(1140px,71.25vw);
            margin: 0 auto;

        }
        .testi-header {
            width: 100%;
            max-width: max(1140px,71.25vw);
            margin: 0 auto;
        }

            .testi-title {
                padding: 35px 30px;
                border: 5px solid rgba(204,204,204,0.4);
                width: calc((550/1140)*100%);
                margin-top: 78px;
            }

                .testi-title span em {
                    width: clamp(60px,8.125vw,130px);
                }

            .testi-photo {
                overflow: visible;
            }

            .testi-photo:before {
                z-index: 1;
                position: absolute;
                content: '';
                width: calc((553/782)*100%);
                height: calc(100% + 40px);
                top: -20px;
                right: 20px;
                z-index: -1;
                background: -webkit-linear-gradient( 90deg, rgb(233,143,60) 0%, rgb(211,114,26) 100%);
                background: -moz-linear-gradient( 90deg, rgb(233,143,60) 0%, rgb(211,114,26) 100%);
                background: -ms-linear-gradient( 90deg, rgb(233,143,60) 0%, rgb(211,114,26) 100%);
                background: -o-linear-gradient( 90deg, rgb(233,143,60) 0%, rgb(211,114,26) 100%);
                background: linear-gradient( 90deg, rgb(233,143,60) 0%, rgb(211,114,26) 100%);
            }

                .testi-photo img {
                    filter: grayscale(1);
                }

        .testi-slider {}

            .testi-slide-holder {
                padding: 75px 20px 95px;
                margin-top: 50px;
                
            }

            .testi-slide-holder:before {
                position: absolute;
                content: '';
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: url(../../../assets/images/testi-bg2.jpg) center / cover no-repeat fixed;
                filter: grayscale(1) brightness(0.25);
            }

                .testi-slides {}

                    .testi-slide {}

                        .testi-slide p {
                            color: #fff;
                            font-size: 18px;
                            letter-spacing: 0.05em;
                            font-weight: 500;
                            font-style: italic;
                            line-height: 2em;
                            text-align: center;
                            max-width: 810px;
                            margin: 0 auto;
                        }

                        .testi-slide h2 {
                            text-transform: uppercase;
                            color: #fff;
                            font-weight: 700;
                            letter-spacing: 0.5em;
                            text-align: center;
                            margin-top: 49px;
                            word-spacing: 10px;
                            line-height: 1.5;
                        }


        .testi-slidenav &gt; div {
            position: absolute;
            font-size: 32px;
            bottom: 20%;
            cursor: pointer;
            transition: var(--animate);
        }

            .testi-slidenav &gt; div.next {
                right: -55px;
            }

            .testi-slidenav &gt; div.prev {
                left: -55px;
            }

            .testi-slidenav &gt; div:hover {
                color: var(--accent-color);
            }
      

/* Testimonials end */

.ip-meet-welc-con span, .ip-meet-welc-con span a {
    color: #fff;
    letter-spacing: 0.05em;
    font-size: clamp(12px, 0.938vw, 15px);
}

.ip-meet-welc-con span i.ai-font-envelope-f {
    font-size: 12px;
}
.ip-meet-welc-con span i {
    padding-right: 10px;
}

.ip-meet-welc-con em {
    display: inline-block;
    width: 1px;
    height: 20px;
    margin: 0 20px;
    background: #ccc;
}

.ip-meet-welc-con span a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .ip-sell-about-inner {
        flex-direction: column;
        align-items: center;
    }
    .ip-sell-about-content-inner {
    padding: 40px 20px;
}
    .ip-sell-about-content {
        width: 95%;
        margin: 0;
    }
    .ip-sell-about-vid {
        width: 95%;
    }
    .ip-sell-vid-photo canvas {
        min-height: auto;
    }
    .ip-sell-about-text p {
        line-height: 25px;
        text-align: center;
    }

/* Testimonials */

    .testi-img-accent {
        position: relative;
        width: 100%;
        right: auto;
        max-width: 700px;
        margin: 0 auto;
    }

    .testi-title {
        width: 100%;
        max-width: 430px;
        margin: 70px auto 0;
    }

    .testi-slidenav &gt; div {
        position: relative;
        bottom: auto;
        left: auto !important;
        right: auto !important;
        color: #fff;
        margin: 0 20px;
    }

    .testi-slidenav {
        display: flex;
        justify-content: center;
        margin-top: 60px;
    }

    .testi-slide-holder {
        padding: 75px 20px;
    }

    .testi-slide h2 {
        word-spacing: normal;
        letter-spacing: 0.3em;
    }

    .testi-wrap {
        padding: 150px 20px 70px;
    }
	
	 .ip-meet-welc-con {
        justify-content: center;
    }

    .ip-meet-welc-con em {
        display: none;
    }

    .ip-meet-welc-con {
        flex-direction: column;
    }

    .ip-meet-welc-con span {
        display: block;
        margin: 20px 0 0;
    }

} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

    .testi-title h2 {
        font-size: 30px;
    }

}
 
</pre></body></html>