/*******************************************************
 *
 * Homepage Style
 *
 *******************************************************/
/*Slideshow*/
.slideshow-container, .slideshow-wrapper {
    display: block;
    position: relative;
}

.slideshow-container .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img {
    background-color: #000;
    height: 100%;
}

.slideshow-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.70)),to(rgba(0,0,0,0)));
    background: -o-linear-gradient(top, rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%);
}

.slideshow-container:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33%;
    pointer-events: none;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.45)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
}

.slideshow-container .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-custom-video, .slideshow-container .aios-slider.aios-slider-template-default .aios-slider-splide, .slideshow-container .splide__track, .slideshow-container .splide__track--fade>.splide__list, .slideshow-container .splide__track--fade>.splide__list>.splide__slide {
    height: 100%;
}

.slideshow-container #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-img canvas, .slideshow-container #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-custom-video canvas {
    min-height: 800px!important;
}

/* .slideshow-container .slide-spacer {
    display: block;
    width: 100%;
    height: 100%;
}

.slideshow-container .aios-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--secondary);
} */
/* Slideshow Tagline */
.slideshow-content-container {
    position: absolute;
    top: 57%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 0 15px;
    z-index: 10;
}

.slideshow-content-main {
    display: inline-block;
    position: relative;
}

.slideshow-content-tagline {
    display: block;
    position: relative;
}

.slideshow-content-tagline {
    margin-bottom: 50px;
}

.slideshow-content-tagline span {
    display: inline-block;
    position: relative;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    font-family: var(--cormorant);
    text-transform: uppercase;
    padding: 0 37px;
}

.slideshow-content-tagline span:first-child {
    padding-left: 0;
}

.slideshow-content-tagline span:last-child {
    padding-right: 0;
}

.slideshow-content-tagline span:not(:last-child):before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 80px;
    background-color: rgba(255,255,255,.50);
    pointer-events: none;
}

.slideshow-content-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.slideshow-content-cta-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: calc(33.33% - 22px);
}

.slideshow-content-cta-btn a {
    width: 100%;
    font-size: 18px;
}

/* Scroll Down */
.scroll-down {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 10;
}

.scroll-down > div {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.scroll-down a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--secondary);
    text-decoration: none;
}

.scroll-down a:hover {
    opacity: .75;
}

.scroll-down-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 16px;
    display: block;
}

.scroll-down-text img {
    margin: 0 auto;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-animation: rotateText 10s linear infinite;
    animation: rotateText 10s linear infinite;
}

.scroll-down-text span.ai-icon-arrow {
    background-image: url(../images/ai-arrow-icon.png);
    width: 13px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
}

/* .scroll-down-text p {
    font-size: 11px;
    color: var(--secondary);
    letter-spacing: 0.200em;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    height: 100%;
}

.scroll-down-text p span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 0 50px;
    transform: translate(-50%, -50%);
} */
/* Rotate the entire text container */
@-webkit-keyframes rotateText {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateText {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Welcome */
.welc-container, .welc-row, .welc-content-container, .welc-agent-photo, .welc-content, .welc-content-img {
    display: block;
    position: relative;
}

.welc-container {
    font-size: 0;
}

.welc-bg {
    right: calc((100vw - 1050px) / -2);
    width: calc(100vw / 2);
    left: auto;
    height: calc(100% - 70px);
}

.welc-bg canvas {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .10;
    background-position: right -100px center;
}

.welc-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.welc-col:first-child {
    width: 54.546%;
}

.welc-col:last-child {
    width: 45.454%;
}

.welc-agent-photo {
    padding-top: 70px;
}

.welc-content p {
    font-size: 18px;
    line-height: 1.556;
    color: #525252;
    font-weight: 500;
    font-family: var(--cormorant);
    display: block;
}

.welc-content p:not(:last-child) {
    margin-bottom: 25px;
}

.welc-content {
    margin-bottom: 73px;
}

.welc-content-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 583px;
}

.welc-content-btn {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 30px);
    position: relative;
}

.welc-content-btn a {
    width: 100%;
}

.welc-content-container .global-title {
    margin-bottom: 32px;
}

.welc-content-container {
    padding: 133px 75px 0 0;
}

.welc-content-img {
    margin-right: -69px;
}

.welc-content-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Stats */
.stats-container, .stats-main, .stats-item ul, .stats-item ul li, .stats-btn {
    display: block;
    position: relative;
}

.stats-container {
    font-size: 0;
    padding: 140px 0 113px;
}
.stats-container .custom-container {
    max-width: 90%;
}

.stats-main .global-title {
    margin-bottom: 60px;
}

.stats-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.stats-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 5px;
}

.stats-item ul li {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.stats-item ul li span {
    /* font-size: 72px; */
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
    color: var(--secondary);
    text-transform: uppercase;
    font-family: var(--cormorant);
    display: block;
    margin-bottom: 10px;
}

.stats-item ul li span em {
    font-style: normal;
}

.stats-btn {
    margin: 67px auto 0;
}

.stats-btn a {
    margin: 0 auto;
}

/* Meet the Team */
.mtt-container, .mtt-main, .mtt-slide-holder, .mtt-slide, .mtt-inner, .mtt-inner a, .mtt-content-info {
    display: block;
    position: relative;
}

.mtt-container {
    font-size: 0;
    padding: 85px 0 119px;
}

.mtt-main .global-title {
    margin-bottom: 50px;
}

.mtt-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    position: relative;
    padding: 0 12px;
}

.mtt-slide {
    margin: 0 -12px;
}

.mtt-slide:not(.slick-initialized) .mtt-item:nth-child(n+3) ~ div {
    display: none;
}

.mtt-logo {
    position: absolute;
    bottom: -135px;
    left: -36px;
    width: 254px;
    max-width: 100%;
    height: auto;
    pointer-events: none;
}

.mtt-logo img {
    max-width: 100%;
    height: auto;
    opacity: .08;
    width: 100%;
}

.mtt-content-info {
    padding: 30px 10px 33px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.mtt-content-info:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #1c3552;
    pointer-events: none;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.mtt-content-info h2 {
    font-size: 30px;
    line-height: 1;
    color: #000;
    font-family: var(--cormorant);
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.mtt-content-info h2 a {
    color: inherit;
}

.mtt-content-info span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #000;
    font-weight: 300;
    display: block;
}

.mtt-content-info span a {
    color: inherit;
}

.mtt-content-info span a:hover {
    color: #ddd;
}

.mtt-inner a.site-img {
    background-color: #b9b9b9;
    overflow: hidden;
}

.mtt-slide-controls {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    width: calc(100% + 190px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    pointer-events: none;
    z-index: 5;
}

.mtt-slide-controls button {
    pointer-events: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 65px;
    height: 65px;
    padding: 0;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #cccccc;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.mtt-slide-controls button em.ai-icon-arrow {
    background-image: url(../images/ai-arrow-right-icon.png);
    width: 51px;
    height: 16px;
    margin-left: -36px;
}

.mtt-slide-controls button.prev em.ai-icon-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: -36px;
}

.mtt-slide-controls button:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.mtt-item:hover .mtt-content-info {
    background-color: var(--secondary);
}

.mtt-item:hover .mtt-content-info h2, .mtt-item:hover .mtt-content-info span {
    color: #fff;
}

.mtt-item:hover .mtt-content-info:before {
    background-color: #c94836;
}

/* Featured Communities */
.fc-container, .fc-main, .fc-more-btn, .fc-list, .fc-item a {
    display: block;
    position: relative;
}

.fc-container {
    font-size: 0;
    padding: 128px 0 135px;
}

.fc-bg {
    background-color: #1c3552;
}

.fc-bg canvas {
    opacity: .20;
    -webkit-filter: blur(5px) grayscale(1);
    filter: blur(5px) grayscale(1);
}

.fc-more-btn {
    margin-top: 30px;
}

.fc-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    position: relative;
    padding: 12px;
}

.fc-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 0 15px 35px;
    z-index: 5;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.fc-title span, .fc-hover-content h2 {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    font-family: var(--cormorant);
    text-transform: uppercase;
}

.fc-list {
    margin: -12px;
}

.fc-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 15px;
    background-color: rgba(233,105,87,.90);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.fc-hover-content p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
    color: #fff;
    display: block;
    margin: 14px auto 30px;
    width: 80%;
}

.fc-hover-content .global-btn {
    width: 160px;
    height: 35px;
    font-size: 12px;
    pointer-events: none;
    padding-bottom: 5px;
}

.fc-hover-content .global-btn:before, .fc-hover-content .global-btn:after {
    width: calc(100% - 5px);
}

.fc-hover-content .global-btn:after {
    top: -5px;
}

.fc-item a:hover .fc-hover-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.fc-item a:hover .fc-title {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fc-item a {
    overflow: hidden;
}

.fc-img {
    background-color: #b2b2b2;
}

.fc-img canvas {
    min-height: 300px;
}

.fc-item:first-child {
    margin-left: calc(100% / 3);
}

.fc-main-title {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% / 3);
    height: calc(100% / 2);
    display: inline-block;
    padding-top: 40px;
}

.fc-main-title .global-title {
    margin-left: -20px;
}

.fc-more-btn a {
    width: 320px;
    color: #fff;
}

.fc-more-btn a:before {
    border-color: var(--secondary);
}

.fc-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.85)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    z-index: 2;
}

/* Call to Action */
.cta-container, .cta-main, .cta-item a {
    display: block;
    position: relative;
}

.cta-container {
    font-size: 0;
    padding: 147px 0 188px;
    overflow: hidden;
}

.cta-list {
    display: block;
    margin: 0 -12px;
}

.cta-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    position: relative;
    padding: 0 12px;
}

.cta-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    text-align: center;
    padding: 0 15px;
    z-index: 5;
}

.cta-logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    padding: 0 15px;
    z-index: 5;
}

.cta-logo img {
    width: 100%;
    max-width: 132px;
    height: auto;
    opacity: .10;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.cta-title h2 {
    font-size: 35px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    font-family: var(--cormorant);
    text-transform: uppercase;
    display: block;
    margin-bottom: 7px;
}

.cta-title span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.200em;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    color: #fff;
}

.cta-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0,0,0,.30);
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
    z-index: 2;
}

.cta-item a:hover .cta-img:before {
    background-color: rgba(233,105,87,.82);
}

.cta-item a:hover .cta-logo img {
    opacity: .30;
}

.cta-monogram-logo {
    width: 656px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    right: 0;
    top: -70px;
}

.cta-border-left {
    position: absolute;
    top: 0;
    right: 66.05%;
    width: 24px;
    height: 100%;
    background-color: #fff;
    z-index: 5;
    overflow: hidden;
}

.cta-border-left:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: .05;
}

.cta-monogram-logo canvas {
    opacity: .05;
}

.cta-border-right {
    position: absolute;
    top: 0;
    right: 32.11%;
    width: 24px;
    height: 100%;
    background-color: #fff;
    z-index: 5;
    overflow: hidden;
}

.cta-border-right:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: .05;
}

.cta-img img {
    opacity: 0;
    visibility: hidden;
}

/* Testimonials */
.testi-container, .testi-main, .testi-inner, .testi-content, .testi-slide-holder, .testi-slide, .testi-content-text, .testi-more-btn {
    display: block;
    position: relative;
}

.testi-container {
    font-size: 0;
    padding: 0 0 78px;
    overflow: hidden;
}

.testi-bg {
    overflow: hidden;
    background-color: #fff;
}

.testi-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(60%, rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
    z-index: 2;
}

.testi-bg canvas {
    opacity: .20;
    -webkit-filter: blur(5px) grayscale(1);
    filter: blur(5px) grayscale(1);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.testi-main {
    padding-top: 145px;
}

.testi-border-outer, .testi-border-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    height: 75%;
    pointer-events: none;
    border: 2px solid #d0d0d0;
    border-top-left-radius: 85px;
    border-bottom: none;
    z-index: 2;
}

.testi-border-inner {
    top: 60px;
    left: auto;
    right: 0;
    border-top-left-radius: 0;
    height: 70%;
}

.testi-border-inner:before, .testi-border-inner:after, .testi-border-outer:before, .testi-border-outer:after {
    position: absolute;
    content: '';
    top: 100%;
    left: -2px;
    width: 2px;
    height: 170px;
    pointer-events: none;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(208,208,208,1)),color-stop(2%, rgba(208,208,208,1)),color-stop(74%, rgba(208,208,208,0)),to(rgba(208,208,208,0)));
    background: -o-linear-gradient(top, rgba(208,208,208,1) 0%,rgba(208,208,208,1) 2%,rgba(208,208,208,0) 74%,rgba(208,208,208,0) 100%);
    background: linear-gradient(to bottom, rgba(208,208,208,1) 0%,rgba(208,208,208,1) 2%,rgba(208,208,208,0) 74%,rgba(208,208,208,0) 100%);
}

.testi-border-inner:after, .testi-border-outer:after {
    left: auto;
    right: -2px;
}

.testi-inner {
    width: 100%;
    max-width: 1075px;
    margin: 0 auto;
    z-index: 5;
}

.testi-more-btn a {
    margin: 0 auto;
    width: 320px;
}

.testi-main .global-title {
    margin-bottom: 50px;
}

.testi-content {
    padding-bottom: 100px;
}

.testi-content p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
    display: block;
    text-align: center;
    font-family: var(--cormorant);
}

.testi-content p:not(:last-child) {
    margin-bottom: 30px;
}

.testi-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.testi-slide:not(.slick-initialized) .testi-item:nth-child(n+2) {
    display: none;
}

.testi-content-text p {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    font-family: var(--cormorant);
    display: block;
}

.testi-author {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.200em;
    font-weight: 500;
    color: var(--secondary);
    text-transform: uppercase;
    display: block;
    margin-top: 40px;
}

.testi-content-text {
    text-align: center;
}

.testi-slide {
    width: 100%;
    max-width: 895px;
    margin: 0 auto;
}

.testi-more-btn {
    margin: 86px auto 0;
}

.testi-quote {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.testi-quote em.ai-icon-quote {
    background-image: url(../images/ai-quote-icon.png);
    width: 74px;
    height: 66px;
    position: absolute;
}

.testi-quote em.ai-icon-quote.top-left {
    top: -75px;
    left: 36px;
}

.testi-quote em.ai-icon-quote.bot-right {
    bottom: 20px;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.testi-slide-controls {
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    width: calc(100% + 180px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    pointer-events: none;
    z-index: 5;
}

.testi-slide-controls button {
    pointer-events: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.testi-slide-controls button:hover {
    opacity: .55;
}

.testi-slide-controls button em.ai-icon-arrow {
    background-image: url(../images/ai-arrow-right-lg-icon.png);
    width: 56px;
    height: 23px;
}

.testi-slide-controls button.prev em.ai-icon-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .welc-content-img {
        margin-right: -40px;
    }

    .welc-content-container {
        padding: 100px 40px 0 0;
    }

    .welc-content {
        margin-bottom: 50px;
    }

    .welc-content p:not(:last-child) {
        margin-bottom: 20px;
    }

    .welc-bg {
        right: calc((100vw - 1000px) / -2);
    }

    .welc-content-btns {
        max-width: 536px;
    }

    .welc-content-btn {
        width: calc(50% - 20px);
    }

    .welc-bg canvas {
        background-position: right -80px center;
    }

    .stats-item ul li span {
        /* font-size: 65px; */
        font-size: 45px;
    }

    .stats-item ul li {
        font-size: 15px;
    }

    .mtt-container .custom-container {
        max-width: 1200px;
    }

    .cta-monogram-logo {
        width: 622px;
    }

    .cta-border-right {
        right: 32.05%;
    }

    .testi-inner {
        max-width: 1055px;
    }

    .testi-border-inner {
        top: 50px;
    }

    .testi-border-outer, .testi-border-inner {
        width: calc(100% - 50px);
    }

    .testi-quote em.ai-icon-quote.top-left {
        left: 15px;
    }

    .testi-border-outer {
        border-top-left-radius: 70px;
    }

    .testi-slide-controls {
        width: calc(100% + 160px);
    }

    .testi-slide-controls button em.ai-icon-arrow {
        width: 53px;
        height: 18px;
    }
}

@media only screen and (max-width: 1440px) {
    .welc-content p {
        font-size: 17px;
    }

    .welc-content-container {
        padding: 90px 30px 0 0;
    }

    .mtt-container .custom-container {
        max-width: 1140px;
    }

    .mtt-slide-controls button {
        width: 50px;
        height: 50px;
    }

    .mtt-slide-controls button em.ai-icon-arrow {
        width: 40px;
        height: 13px;
        margin-left: -30px;
    }

    .mtt-slide-controls button.prev em.ai-icon-arrow {
        margin-left: 0;
        margin-right: -30px;
    }

    .mtt-slide-controls {
        width: calc(100% + 160px);
    }

    .mtt-logo {
        bottom: -94px;
        left: -29px;
        width: 210px;
    }

    .cta-border-left {
        right: 65.9%;
    }

    .cta-border-right {
        right: 31.9%;
    }

    .cta-border-left:before {
        width: 12px;
    }

    .cta-monogram-logo {
        width: 590px;
    }

    .cta-border-right:before {
        width: 12px;
    }

    .testi-slide {
        max-width: 860px;
    }

    .testi-content p, .testi-content-text p, .testi-author {
        font-size: 18px;
    }

    .testi-content {
        padding-bottom: 90px;
    }

    .testi-inner {
        max-width: 1020px;
    }

    .testi-slide-controls {
        width: calc(100% + 100px);
        top: 10%;
    }

    .testi-slide-controls button em.ai-icon-arrow {
        width: 50px;
        height: 20px;
    }
}

@media only screen and (max-width: 1366px) {
    .slideshow-content-cta-btn a {
        font-size: 17px;
    }

    .slideshow-content-tagline span {
        font-size: 50px;
    }

    .slideshow-content-cta-btn {
        width: calc(33.33% - 15px);
    }

    .welc-content-img {
        margin-right: 0;
    }

    .welc-content-img img {
        height: 717px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top center;
        object-position: top center;
    }

    .welc-bg {
        right: calc((100vw - 920px) / -2);
    }

    .welc-content-btns {
        max-width: 490px;
    }

    .welc-content-btn {
        width: calc(50% - 15px);
    }

    .stats-item ul li span {
        font-size: 55px;
    }

    .stats-item ul li {
        font-size: 14px;
    }

    .mtt-content-info h2 {
        font-size: 28px;
    }

    .mtt-content-info span {
        font-size: 15px;
        letter-spacing: 0.050em;
    }

    .mtt-container .custom-container {
        max-width: 1090px;
    }

    .mtt-item {
        padding: 0 10px;
    }

    .mtt-slide {
        margin: 0 -10px;
    }

    .fc-item {
        padding: 10px;
    }

    .fc-list {
        margin: -10px;
    }

    .fc-main-title .global-title {
        margin-left: 0;
    }

    .fc-more-btn a {
        width: 290px;
    }

    .fc-title span, .fc-hover-content h2 {
        font-size: 28px;
    }

    .fc-hover-content p {
        width: 90%;
    }

    .cta-monogram-logo {
        width: 575px;
        top: -50px;
    }

    .testi-slide-controls {
        width: calc(100% + 95px);
    }

    .testi-main {
        padding-top: 130px;
    }

    .testi-quote em.ai-icon-quote {
        width: 50px;
        height: 45px;
    }

    .testi-quote em.ai-icon-quote.top-left {
        top: -56px;
        left: 30px;
    }

    .testi-quote em.ai-icon-quote.bot-right {
        right: 15px;
        bottom: 26px;
    }

    .testi-slide {
        max-width: 820px;
    }

    .testi-inner {
        max-width: 1000px;
    }

    .testi-more-btn {
        margin: 60px auto 0;
    }

    .testi-content p:not(:last-child) {
        margin-bottom: 20px;
    }

    .testi-content {
        padding-bottom: 75px;
    }

    .testi-more-btn a {
        width: 290px;
    }
}

@media only screen and (max-width: 1280px) {
    .welc-bg {
        right: calc((100vw - 860px) / -2);
    }

    .welc-content-img img {
        height: 706px;
    }

    .stats-main .global-title {
        margin-bottom: 50px;
    }

    .mtt-logo {
        bottom: -70px;
        left: -25px;
        width: 180px;
    }

    .mtt-container .custom-container {
        max-width: 1015px;
    }

    .mtt-slide-controls button {
        width: 45px;
        height: 45px;
    }

    .mtt-slide-controls {
        width: calc(100% + 150px);
    }

    .fc-title span, .fc-hover-content h2 {
        font-size: 25px;
    }

    .fc-hover-content p {
        font-size: 13px;
        width: 100%;
    }

    .cta-monogram-logo {
        width: 546px;
    }

    .cta-title span {
        font-size: 15px;
        letter-spacing: 0.150em;
    }

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

    .cta-logo img {
        max-width: 125px;
    }

    .testi-main .global-title {
        margin-bottom: 40px;
    }

    .testi-inner {
        max-width: 950px;
    }

    .testi-border-inner {
        top: 40px;
    }

    .testi-border-outer, .testi-border-inner {
        width: calc(100% - 40px);
    }

    .testi-border-outer {
        border-top-left-radius: 70px;
    }

    .testi-slide-controls {
        width: calc(100% + 95px);
    }

    .testi-slide-controls button em.ai-icon-arrow {
        width: 48px;
        height: 18px;
    }

    .testi-author {
        margin-top: 30px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .slideshow-content-cta-btn a {
        font-size: 16px;
    }

    .slideshow-content-tagline span {
        font-size: 45px;
    }

    .slideshow-content-tagline span:not(:last-child):before {
        height: 60px;
    }

    .scroll-down {
        width: 90px;
        height: 90px;
    }

    .scroll-down-text {
        margin: 12px;
    }

    .welc-bg {
        right: calc((100vw - 720px) / -2);
    }

    .welc-content p {
        font-size: 15px;
        line-height: 1.4;
    }

    .welc-content {
        margin-bottom: 40px;
    }

    .welc-content-container .global-title {
        margin-bottom: 25px;
    }

    .welc-content-img img {
        height: 623px;
    }

    .welc-agent-photo {
        padding-top: 60px;
    }

    html .welc-bg.attachment-fixed canvas, html.safari-true .welc-bg.attachment-fixed canvas, .welc-bg.attachment-fixed canvas {
        background-position: right center!important;
}

    .welc-content-container {
        padding: 75px 30px 0 0;
    }

    .stats-item ul li span {
        font-size: 45px;
    }

    .stats-btn {
        margin: 55px auto 0;
    }

    .stats-main .global-title {
        margin-bottom: 40px;
    }

    .stats-container {
        padding: 90px 0;
    }

    .mtt-container {
        padding: 80px 0;
    }

    .mtt-main .global-title {
        margin-bottom: 40px;
    }

    .mtt-container .custom-container {
        max-width: 850px;
    }

    .mtt-slide-controls {
        width: calc(100% + 120px);
    }

    .mtt-slide-controls button {
        width: 40px;
        height: 40px;
    }

    .mtt-slide-controls button em.ai-icon-arrow {
        width: 35px;
        height: 12px;
        margin-left: -25px;
    }

    .mtt-slide-controls button.prev em.ai-icon-arrow {
        margin-left: 0;
        margin-right: -25px;
    }

    .mtt-content-info h2 {
        font-size: 25px;
        margin-bottom: 3px;
    }

    .mtt-content-info {
        padding: 20px 10px 26px;
    }

    .mtt-content-info span {
        font-size: 14px;
    }

    .mtt-logo {
        bottom: -60px;
        left: -22px;
        width: 150px;
    }

    .mtt-item {
        padding: 0 8px;
    }

    .mtt-slide {
        margin: 0 -8px;
    }

    .fc-more-btn a {
        width: 250px;
    }

    .fc-img canvas {
        min-height: 265px;
    }

    .fc-hover-content p {
        font-size: 12px;
        margin: 10px auto 20px;
    }

    .fc-title {
        padding: 0 15px 30px;
    }

    .fc-title span, .fc-hover-content h2 {
        font-size: 23px;
    }

    .fc-item {
        padding: 8px;
    }

    .fc-list {
        margin: -8px;
    }

    .fc-container {
        padding: 90px 0;
    }

    .cta-monogram-logo {
        width: 454px;
        top: -43px;
    }

    .cta-container {
        padding: 120px 0 160px;
    }

    .cta-border-right {
        right: 31.5%;
    }

    .cta-border-left {
        right: 65.7%;
    }

    .cta-title h2 {
        font-size: 28px;
    }

    .cta-title span {
        font-size: 14px;
        letter-spacing: 0.100em;
    }

    .cta-logo img {
        max-width: 100px;
    }

    .cta-img img {
        opacity: 1;
        visibility: visible;
    }
    
    .cta-bg {
        display: none;
    }

    .testi-inner {
        max-width: 790px;
    }

    .testi-border-outer, .testi-border-inner {
        height: 70%;
    }

    .testi-border-inner {
        top: 30px;
        height: 65%;
    }

    .testi-border-outer, .testi-border-inner {
        width: calc(100% - 30px);
    }

    .testi-border-outer {
        border-top-left-radius: 50px;
    }

    .testi-content p, .testi-content-text p, .testi-author {
        font-size: 17px;
        line-height: 1.4;
    }

    .testi-slide {
        max-width: 680px;
    }

    .testi-quote em.ai-icon-quote.top-left {
        left: 10px;
    }

    .testi-quote em.ai-icon-quote.bot-right {
        right: 5px;
        bottom: 30px;
    }

    .testi-slide-controls {
        width: calc(100% + 85px);
    }

    .testi-slide-controls button em.ai-icon-arrow {
        width: 44px;
        height: 14px;
    }

    .testi-content {
        padding-bottom: 60px;
    }

    .testi-more-btn a {
        width: 260px;
    }

    .testi-more-btn {
        margin: 50px auto 0;
    }

    .testi-main {
        padding-top: 100px;
    }

    .testi-main .global-title {
        margin-bottom: 30px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .slideshow-container #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-custom-video canvas, .slideshow-container #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-img canvas {
        min-height: 655px !important;
    }

    .slideshow-content-tagline span {
        display: block;
        padding: 0;
    }

    .slideshow-content-tagline span:not(:last-child):before {
        top: auto;
        bottom: -15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 80px;
        height: 1px;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: 2;
    }

    .slideshow-content-tagline span:not(:last-child) {
        margin-bottom: 30px;
    }

    .slideshow-container:after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
        height: 50%;
    }

    .slideshow-content-tagline span {
        font-size: 30px;
    }

    .slideshow-content-tagline {
        margin-bottom: 54px;
    }

    .slideshow-content-cta-btn {
        display: block;
        width: 100%;
    }

    .slideshow-content-cta {
        display: block;
        width: 100%;
    }

    .slideshow-content-cta-btn a {
        width: 250px;
        font-size: 18px;
    }

    .slideshow-content-cta-btn:not(:last-child) {
        margin-bottom: 20px;
    }

    .slideshow-content-container {
        top: 52%;
    }

    .scroll-down {
        width: 100px;
        height: 100px;
    }

    .scroll-down-text {
        margin: 16px;
    }

    .welc-col {
        display: block;
        width: 100%!important;
        padding: 0!important;
    }

    .welc-content-container {
        padding: 0;
    }

    .welc-content p {
        font-size: 16px;
        line-height: 1.556;
    }

    .welc-content-container .global-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .welc-container {
        padding: 69px 0 30px;
    }

    .welc-content-btns {
        display: block;
        max-width: 250px;
        margin: 0 auto;
    }

    .welc-content-btn {
        width: 100%;
        display: block;
    }

    .welc-content-btn:not(:last-child) {
        margin-bottom: 30px;
    }

    .welc-content-img img {
        height: auto;
    }

    .welc-bg {
        width: calc(100% - 25px);
        height: calc(100% - 30px);
        right: -15px;
    }

    .welc-content-img {
        padding-top: 34px;
        padding-right: 34px;
        margin: 0 auto 20px;
    }

    .welc-agent-photo {
        padding-top: 0;
    }

    .welc-bg canvas {
        background-position: right center;
    }

    .stats-item {
        display: block;
    }

    .stats-list {
        display: block;
    }

    .stats-item:not(:last-child) {
        margin-bottom: 30px;
    }

    .stats-container {
        padding: 30px 0 63px;
    }

    .stats-main .global-title {
        margin-bottom: 20px;
    }

    .stats-item ul li span {
        font-size: 48px;
    }

    .mtt-item {
        padding: 0;
        width: 100%;
    }

    .mtt-slide {
        margin: 0 auto;
        width: 100%;
        max-width: 332px;
    }

    .mtt-slide-controls {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px auto 0;
    }

    .mtt-slide-controls button.prev {
        margin-right: 32px;
    }

    .mtt-slide-controls button {
        width: 65px;
        height: 65px;
    }

    .mtt-slide-controls button em.ai-icon-arrow {
        width: 51px;
        height: 16px;
        margin-left: -36px;
    }

    .mtt-slide-controls button.prev em.ai-icon-arrow {
        margin-left: 0;
        margin-right: -36px;
    }

    .mtt-slide:not(.slick-initialized) .mtt-item:nth-child(n+2) {
        display: none;
    }

    .mtt-content-info {
        padding: 30px 10px 33px;
    }

    .mtt-logo {
        bottom: -141px;
        left: -36px;
        width: 254px;
    }

    .mtt-content-info h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .mtt-content-info span {
        font-size: 14px;
        letter-spacing: 0.100em;
    }

    .mtt-container {
        padding: 50px 0;
    }

    .mtt-main .global-title {
        margin-bottom: 20px;
    }

    .fc-main-title {
        position: relative;
        width: auto;
        height: auto;
        padding: 0;
        display: block;
    }

    .fc-more-btn {
        margin-top: 50px;
    }

    .fc-main-title .global-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .fc-more-btn a {
        margin: 0 auto;
        width: 320px;
    }

    .fc-item {
        padding: 0;
        display: block;
        width: 100%!important;
        margin: 0 auto!important;
    }

    .fc-item:not(:last-child) {
        margin-bottom: 20px!important;
    }

    .fc-title span, .fc-hover-content h2 {
        font-size: 30px;
    }

    .fc-hover-content p {
        font-size: 13px;
        margin: 12px auto 25px;
    }

    .fc-list {
        margin: 0 auto;
        width: 100%;
        max-width: 332px;
    }

    .fc-container {
        padding: 60px 0 70px;
    }

    .cta-item {
        display: block;
        width: 100%;
        padding: 0;
    }

    .cta-list {
        margin: 0 auto;
        position: relative;
        max-width: 332px;
    }

    .cta-border-left, .cta-border-right {
        display: none;
    }

    .cta-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .cta-bg {
        display: none;
    }

    .cta-container {
        padding: 77px 0 50px;
    }

    .cta-monogram-logo {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 7px;
    }

    .cta-title h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .cta-title span {
        letter-spacing: 0.200em;
    }

    .cta-logo img {
        max-width: 132px;
    }

    .cta-img img {
        opacity: 1;
        visibility: visible;
    }

    .testi-border-outer, .testi-border-inner {
        display: none;
    }

    .testi-quote em.ai-icon-quote.top-left {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -65px;
    }

    .testi-quote em.ai-icon-quote.bot-right {
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 44px;
    }

    .testi-slide-controls {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 95px auto 0;
    }

    .testi-slide-controls button em.ai-icon-arrow {
        width: 51px;
        height: 16px;
    }

    .testi-slide-controls button.prev {
        margin-right: 50px;
    }

    .testi-more-btn {
        margin: 58px auto 0;
    }

    .testi-more-btn a {
        width: 332px;
    }

    .testi-quote em.ai-icon-quote {
        width: 47px;
        height: 41px;
    }

    .testi-content {
        padding-bottom: 95px;
    }

    .testi-content p, .testi-content-text p {
        font-size: 18px;
    }

    .testi-main .global-title {
        max-width: 245px;
        margin: 0 auto 30px;
    }

    .testi-main {
        padding-top: 115px;
    }

    .testi-main:before, .testi-main:after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        height: 2px;
        background-color: #d0d0d0;
        z-index: 2;
    }

    .testi-main:after {
        top: 60px;
    }

    .testi-author {
        margin-top: 24px;
        font-size: 20px;
    }

    .testi-container {
        padding: 0 0 58px;
    }

    .testi-bg:before {
        height: 80%;
    }
}

/* 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) {
    .welc-content-img {
        padding-right: 15px;
    }

    .welc-bg {
        width: calc(100% - 15px);
    }
}

@media only screen and (max-width: 359px) {
    .slideshow-content-cta-btn a {
        font-size: 16px;
    }

    .welc-content-img {
        padding-right: 10px;
        padding-top: 25px;
    }

    .fc-title span, .fc-hover-content h2 {
        font-size: 25px;
    }

    .fc-hover-content p {
        font-size: 12px;
        margin: 10px auto 20px;
    }

    .cta-title span {
        font-size: 13px;
    }

    .cta-title h2 {
        font-size: 28px;
    }

    .stats-item ul li span {
        font-size: 45px;
    }
}
