/* Slideshow */

.slider-main .aios-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slider-main::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 10;
    opacity: 0.2;
}


/* Quick Search */

.qs-wrap {
    padding: 79px 15px 98px;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
}

.qs-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /*background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.75;*/
}

.qs-wrap .bg-canvas {
    opacity: 0.15;
    background: none !important;
}

.qs-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.qs-title {
    width: 23.5714%;
}

.qs-form {
    width: 76.4286%;
    padding: 0 0 8px;
}

.qs-form-box {
    width: 81.7758%;
}

.qs-form-btns {
    width: 18.2243%;
}

.qs-field {
    padding: 0 10px 0 0;
}

.qs-field.lg {
    width: 24%;
}

.qs-field.sm {
    width: 10.2858%;
}

.qs-field.md {
    width: 14.8572%;
}

.qs-field select,
.qs-field input,
.qs-field .bootstrap-select button {
    width: 100%;
    height: 48px;
    padding: 0 4px 0;
    border: 0;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
    font-size: clamp(8px, 0.688vw, 11px);
    text-transform: uppercase;
    color: #FFF !important;
    letter-spacing: 0.14em;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.qs-field .bootstrap-select button .filter-option {
    font-size: clamp(8px, 0.688vw, 11px) !important;
    color: #FFF !important;
}

.qs-form-btn.search {
    width: 76.9231%;
}

.qs-form-btn.advanced {
    width: 23.0769%;
}

.qs-form-btn.search button {
    height: 60px;
    width: 100%;
    background: var(--secondary);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    outline: none;
    text-align: center;
    transition: var(--default-transition);
}

.qs-form-btn.advanced a {
    font-size: clamp(22px, 1.750vw, 28px);
    color: #FFF;
    transition: var(--default-transition);
}

.qs-form-btn.search button:hover {
    background: var(--primary);
}

.qs-form-btn.advanced a:hover {
    color: var(--secondary);
}

.qs-txt {
    width: 100%;
    font-size: 10px;
    color: #FFF;
    letter-spacing: 0.1em;
    padding: 22px 0 0;
}


/* Work With Us */

.work-wrap {
    background: var(--primary);
    padding: 116px 15px 106px;
}

.work-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.numbers-value {
    text-transform: uppercase;
    font-size: clamp(45px, 4.500vw, 72px);
    font-family: var(--font-family-title);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.numbers-value .num {
    position: relative;
    display: block;
}

.numbers-value .counter-holder {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.numbers-value .counter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.numbers-label {
    text-align: center;
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: var(--secondary);
    margin: 15px 0 0;
    text-transform: uppercase;
}

.numbers-item {
    padding: 15px;
    position: relative;
    color: #000;
/*    width: calc(100% / 4);*/
}
/*.numbers-item:nth-child(2) .numbers-value .counter-holder {
    margin-right: 15px;
}*/
.numbers-item:nth-child(2) .numbers-value .counter:after {
    content: 'B';
}
.numbers-item .numbers-value .opacity {
    opacity: 0;
}

.numbers-holder-wrap {
    margin: 57px 0 0;
}


/* Welcome */

.wc-wrap {}

.wc-img {
    width: 37.5%;
    background: #fff;
}

.wc-img canvas {
    background-position: top;
}

.wc-content {
    width: 50%;
    background: rgba(255, 255, 255, 0.93);
    /* min-height: 700px; */
    display: flex;
    padding: clamp(40px, 6.063vw, 97px) 15px;
}

.wc-accent {
    width: 12.5%;
    background: rgba(216, 67, 43, 0.82);
}

.wc-subtitle {
    font-family: var(--font-family-alt);
    font-weight: 500;
    font-size: clamp(18px, 1.750vw, 28px);
    letter-spacing: 0.025em;
    line-height: 30px;
    color: var(--primary);
    max-width: 603px;
    width: 100%;
    margin: 51px 0 29px;
}

.wc-txt {
    color: #686868;
    font-size: clamp(12px, 0.875vw, 14px);
    font-family: var(--font-family-alt);
    letter-spacing: 0.025em;
    line-height: 25px;
    margin: 0 0 33px;
}

.wc-txt p:not(:last-of-type) {
    margin: 0 0 24px;
}

.wc-content-inner {
    max-width: 645px;
    width: 100%;
    margin: auto;
}


/* Team */

.team-wrap {
    min-height: 1600px;
    background: var(--primary);
}

.team-map-wrap {
    background: #fff;
}

.team-map-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 16%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    opacity: 0.3;
    z-index: 10;
}

.team-map-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    opacity: 0.4;
    z-index: 10;
}

.team-btn {
    max-width: 240px;
    width: 100%;
    position: absolute;
    right: 0;
    top: -100px;
}

.team-content-holder {
    max-width: 1170px;
    width: 100%;
    margin: clamp(-40px, -7.632vw, -87px) auto 0;
    position: relative;
    z-index: 10;
    padding: 0 15px;
}

.team-title {
    position: absolute;
    left: 200px;
    top: -123px;
    pointer-events: none !important
}

.team-title .global-title {
    pointer-events: none;
}

.team-accent {
    position: absolute;
    width: 88px;
    height: 38px;
    left: 60px;
    bottom: 0;
}

.team-accent::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 18px;
    width: 56px;
    height: 2px;
    background: #737373;
    transform: rotate(322deg);
}

.team-accent::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 18px;
    width: 56px;
    height: 2px;
    background: #737373;
    transform: rotate(38deg);
}

.team-top::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #737373;
}

.team-top::before {
    content: '';
    position: absolute;
    left: 60px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 44px solid transparent;
    border-right: 44px solid transparent;
    border-bottom: 34px solid var(--primary);
    z-index: 10;
}

.team-content-main {
    background: var(--primary);
    padding: 63px 15px 0;
}

.team-subtitle {
    font-family: var(--font-family-alt);
    font-weight: 500;
    font-size: clamp(18px, 1.750vw, 28px);
    line-height: 30px;
    color: #fff;
    margin: 0 0 30px;
}

.team-txt {
    color: #fff;
    font-size: clamp(12px, 0.875vw, 14px);
    font-family: var(--font-family-alt);
    letter-spacing: 0.025em;
    line-height: 25px;
}

.team-txt p:not(:last-of-type) {
    margin: 0 0 24px;
}

.team-content-main-inner {
    max-width: 1004px;
    width: 100%;
    margin: auto;
}


/* Team Map */

.aoe-team-map-container {
    display: block;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.aoe-team-map-wrapper {
    display: block;
    position: relative;
}

.aoe-team-map-transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

.aoe-team-map-main {
    position: relative;
    width: 1600px;
}

.aoe-team-map-hovers {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aoe-team-map-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    transition: var(--default-transition);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    pointer-events: auto;
    z-index: 4;
}

.aoe-team-map-hovers > div.active .aoe-team-map-img {
    opacity: 1;
    visibility: visible;
}

.aoe-team-map-hovers > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.aoe-team-map-pin {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    transition: var(--default-transition);
    z-index: 5;
    display: block;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.aoe-team-map-hovers > div.active .aoe-team-map-pin {
    opacity: 1;
    visibility: visible;
}

.aoe-team-map-pin-inner {
    height: 80px;
    width: 240px;
    background: var(--secondary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.aoe-team-map-pin-inner h3 {
    font-weight: 400 !important;
    font-size: 18px;
    margin: 0 0 7px;
}

.aoe-team-map-pin-inner span {
    display: block;
    font-size: 12px;
}


/* Image */

.aoe-team-map-hovers > div.team-map1 .aoe-team-map-img {
    left: 791px;
    bottom: 0;
}

.aoe-team-map-hovers > div.team-map2 .aoe-team-map-img {
    left: 409px;
    bottom: -3px;
}

.aoe-team-map-hovers > div.team-map3 .aoe-team-map-img {
    left: 233px;
    bottom: 116px;
}

.aoe-team-map-hovers > div.team-map4 .aoe-team-map-img {
    left: 383px;
    bottom: 180px;
}

.aoe-team-map-hovers > div.team-map5 .aoe-team-map-img {
    left: 573px;
    bottom: 233px;
}

.aoe-team-map-hovers > div.team-map6 .aoe-team-map-img {
    left: 716px;
    bottom: 255px;
}

.aoe-team-map-hovers > div.team-map7 .aoe-team-map-img {
    left: 847px;
    bottom: 269px;
}

.aoe-team-map-hovers > div.team-map8 .aoe-team-map-img {
    left: 1043px;
    bottom: 191px;
}

.aoe-team-map-hovers > div.team-map9 .aoe-team-map-img {
    left: 1166px;
    bottom: 91px;
}


/* Labels */

.aoe-team-map-hovers > div.team-map1 .aoe-team-map-pin {
    bottom: 219px;
    left: 1010px;
}

.aoe-team-map-hovers > div.team-map2 .aoe-team-map-pin {
    bottom: 219px;
    left: 370px;
}

.aoe-team-map-hovers > div.team-map3 .aoe-team-map-pin {
    bottom: 349px;
    left: 132px;
}

.aoe-team-map-hovers > div.team-map4 .aoe-team-map-pin {
    bottom: 343px;
    left: 299px;
}

.aoe-team-map-hovers > div.team-map5 .aoe-team-map-pin {
    bottom: 403px;
    left: 439px;
}

.aoe-team-map-hovers > div.team-map6 .aoe-team-map-pin {
    bottom: 453px;
    left: 599px;
}

.aoe-team-map-hovers > div.team-map7 .aoe-team-map-pin {
    bottom: 373px;
    left: 989px;
}

.aoe-team-map-hovers > div.team-map8 .aoe-team-map-pin {
    bottom: 372px;
    left: 1124px;
}

.aoe-team-map-hovers > div.team-map9 .aoe-team-map-pin {
    bottom: 352px;
    left: 1254px;
}


/* FP */

.fp-wrap {
    background: var(--primary);
    padding: 78px 0 52px;
}

.fp-btn {
    max-width: 240px;
    width: 100%;
}

.fp-top {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto 62px;
    padding: 0 15px;
}

.fp-holder-wrap {
    overflow: hidden;
}

.fp-holder {
    margin: 0 -2px;
}

.fp-holder:not(.slick-initialized) .fp-item:nth-child(n + 6) ~ div {
    display: none;
}

.fp-item {
    width: calc(100% / 3) !important;
    padding: 0 2px;
}

.fp-item-btn-inner {
    position: relative;
}

.fp-item-btn .global-accent {
    position: relative;
    left: 0;
}

.fp-item-btn .global-accent-inner::after {
    width: auto;
    flex: 1;
}

.fp-item-btn span {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    right: 0;
    font-size: clamp(9px, 0.750vw, 12px);
    letter-spacing: 0.3em;
    top: 6px;
    transition: var(--default-transition);
    opacity: 0;
}

.fp-item-btn {
    padding: 0 clamp(15px, 1.875vw, 30px);
    position: absolute;
    left: 0;
    bottom: -19px;
    width: 100%;
    transition: var(--default-transition);
}

.fp-img {
    position: relative;
    z-index: 10;
}

.fp-details {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 33px clamp(15px, 1.875vw, 30px) 0;
    transition: var(--default-transition);
}

.fp-address {
    font-size: clamp(12px, 1.125vw, 18px);
    font-weight: 500;
    letter-spacing: 0.02em;
}

.fp-price {
    font-size: clamp(12px, 0.875vw, 14px);
    margin: 4px 0 7px;
}

.fp-bbs {
    font-size: clamp(9px, 0.750vw, 12px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    transition: var(--default-transition);
    opacity: 0;
    visibility: hidden;
}

.fp-bbs-field {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-bbs-field img {
    margin: 0 7px 0 0;
}

.fp-bbs-field:not(:last-of-type) {
    margin: 0 clamp(10px, 1.625vw, 26px) 0 0;
}

.fp-item a {
    display: block;
    position: relative;
    margin: 0 0 36px;
    transition: var(--default-transition);
}

.fp-item a:hover .fp-bbs {
    opacity: 1;
    visibility: visible;
}

.fp-item a:hover .fp-item-btn {
    bottom: 21px;
}

.fp-item a:hover .fp-item-btn span {
    opacity: 1;
}

.fp-item a:hover .fp-details {
    /* padding-top: 19px;
  padding-bottom: 14px; */
}

.fp-details-inner {
    transition: var(--default-transition);
}

.fp-item a:hover .fp-details-inner {
    transform: translateY(-19px);
}

.fp-holder .slick-slide > div .fp-item {
    position: relative;
    z-index: 1;
}

.fp-holder .slick-slide > div .fp-item:hover {
    z-index: 10;
}

.fp-item a:hover {
    transform: scale(1.15);
}

.fp-holder .slick-slide > div .fp-item:nth-child(1) a {
    transform-origin: top left;
}

.fp-holder .slick-slide > div .fp-item:nth-child(2) a {
    transform-origin: top center;
}

.fp-holder .slick-slide > div .fp-item:nth-child(3) a {
    transform-origin: top right;
}

.fp-holder .slick-slide > div .fp-item:nth-child(4) a {
    transform-origin: bottom left;
}

.fp-holder .slick-slide > div .fp-item:nth-child(5) a {
    transform-origin: bottom center;
}

.fp-holder .slick-slide > div .fp-item:nth-child(6) a {
    transform-origin: bottom right;
}

.fp-item a:hover .fp-details {
    background: var(--primary);
}


/* CTA */

.cta-item {
    width: 50%;
    position: relative;
    z-index: 1;
}

.cta-item:hover {
    z-index: 10;
}

.cta-item a {
    min-height: 350px;
    display: block;
    position: relative;
    transition: var(--default-transition);
}

.cta-item a:hover {
    transform: scale(1.1);
}

.cta-item:nth-child(1) a:hover {
    transform-origin: top left;
}

.cta-item:nth-child(2) a:hover {
    transform-origin: top right;
}

.cta-item:nth-child(3) a:hover {
    transform-origin: bottom left;
}

.cta-item:nth-child(4) a:hover {
    transform-origin: bottom right;
}

.cta-item a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: var(--default-transition);
}

.cta-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: auto;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: var(--default-transition);
}

.cta-content h3 {
    font-size: 30px;
    font-weight: 500;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: var(--default-transition);
    transform: translateZ(0);
}

.cta-content h3 span {
    font-size: 18px;
    color: #fff;
    display: block;
    margin: 0 0 5px;
    transition: var(--default-transition);
    transform: translateZ(0);
}

.cta-inner {
    position: relative;
    max-width: 350px;
    width: 100%;
}

.cta-accent .global-accent-inner::before,
.cta-accent .global-accent-inner::after {
    width: auto;
    flex: 1;
    background: #8c8c8c;
}

.cta-accent .global-accent-inner i::before,
.cta-accent .global-accent-inner i::after {
    background: #8c8c8c;
}

.cta-accent .global-accent {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0 0 30px;
}

.cta-item a:hover::before {
    opacity: 0;
}

.cta-item a:hover .cta-content {
    background: rgba(198, 160, 79, 0.7);
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.75);
}

.cta-item a:hover h3 {
    color: #fff;
}

.cta-item a:hover .cta-accent .global-accent-inner::before,
.cta-item a:hover .cta-accent .global-accent-inner::after,
.cta-item a:hover .cta-accent .global-accent-inner i::before,
.cta-item a:hover .cta-accent .global-accent-inner i::after {
    background: #fff;
}

.cta-item a:hover .cta-content h3 {
    font-size: 18px;
}

.cta-item a:hover .cta-content h3 span {
    font-size: 30px;
}


/* Testimonials */

.test-wrap {
    background: var(--primary);
    padding: 130px 15px 0;
    border-top: 10px solid var(--accent);
}

.test-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.test-btn .global-btn {
    width: 260px;
    max-width: 260px;
}

.test-holder-wrap {
    margin: 45px 0 0;
}

.test-holder {
    margin: 0 -15px;
}

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

.test-item {
    width: calc(100% / 3);
    padding: 15px;
    text-align: center;
    color: #fff;
}

.test-item-inner {
    background: var(--secondary);
    padding: 66px 15px 68px;
}
.test-item-inner a {
    display: block;
    position: relative;
}

.home .aios-popup-body .aiosp-close {
    color: #ffffff;
}
.home .aiosp-wrap .aiosp-container .aios-popup-body {
    width: 100%;
    max-width: 600px;
    min-height: auto;
    background: var(--secondary);
    color: #ffffff;
    padding: 50px 20px;
    text-align: center;
}
.home .aiosp-wrap .aiosp-container .aios-popup-body .test-content {
    max-width: 100%;
}

.test-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.test-icons i {
    margin: 0 3px;
}

.test-content {
    font-family: var(--font-family-alt);
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.025em;
    max-width: 285px;
    width: 100%;
    margin: 17px auto 74px;
}

.test-author {
    min-height: 28px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
}


/* Social */

.social-wrap {
    background: var(--primary);
    padding: 132px 0 120px;
}

.social-title .global-accent-inner::after {
    width: auto;
    flex: 1;
}

.social-title .global-accent {
    left: 0;
    width: 100%;
}

.social-title .global-title-txt {
    padding-left: 200px;
}

.social-btns-holder {
    margin: 63px -7px 37px;
}

.social-btn {
    width: calc(100% / 3);
    padding: 7px;
}

.social-btn a {
    height: 120px;
    width: 100%;
    border: 1px solid var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: var(--default-transition);
}

.social-btn a i {
    color: var(--secondary);
    font-size: 24px;
    transition: var(--default-transition);
}

.social-btn a span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #fff;
    margin: 10px 0 0;
    transition: var(--default-transition);
}

.social-btn a:hover {
    background: var(--secondary);
}

.social-btn a:hover i {
    color: #fff;
}

.social-btn a:hover span {
    color: #e0e0e0;
}

.ai-font-custom-comment {
    width: 25px;
    height: 19px;
    background: url(/wp-content/uploads/2023/12/comment-icon.png) no-repeat center / contain;
}

.social-holder {
    margin: 0 -6px;
}

.social-item {
    width: calc(100% / 3);
    padding: 6px;
}

.social-item a {
    display: block;
    position: relative;
    background: #333333;
    transition: var(--default-transition);
}

.social-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    z-index: 10;
    transition: var(--default-transition);
    opacity: 0;
    visibility: hidden;
}

.social-hover-inner {
    max-width: 155px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
}

.social-hover-col span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.06em;
}

.social-hover-col i {
    font-size: 23px;
    color: #e0e0e0;
    display: block;
    margin: 0 auto 10px;
}

.social-item a:hover img {
    opacity: 0.55;
}

.social-item a:hover .social-hover {
    opacity: 1;
    visibility: visible;
}

.social-item.social-item-title a {
    background: transparent;
}

.social-center-holder:not(.slick-initialized) .social-center-item ~ div {
    display: none;
}

.social-center-holder-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.social-center-item {
    text-align: center;
}

.social-center-item i {
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    transition: var(--default-transition);
}

.social-center-item span {
    display: block;
    color: var(--secondary);
    font-size: 16px;
    letter-spacing: 0.06em;
    margin: 19px 0 0;
    line-height: 1.1;
    transition: var(--default-transition);
}

.social-center-item a:hover i {
    color: var(--secondary);
}

.social-center-item a:hover span {
    color: #fff;
}

.social-center-nav {
    max-width: 172px;
    width: 100%;
    margin: 38px auto 0;
}

.social-center-nav button {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    transition: var(--default-transition);
}

.social-center-nav button:hover {
    color: var(--secondary);
}

.social-center-nav button span {
    letter-spacing: 0.1em;
    margin: 0 10px;
    text-transform: uppercase;
}

.social-item:nth-child(1) {
    order: 5;
}

.social-item:nth-child(2) {
    order: 1;
}

.social-item:nth-child(3) {
    order: 2;
}

.social-item:nth-child(4) {
    order: 3;
}

.social-item:nth-child(5) {
    order: 4;
}

.social-item:nth-child(6) {
    order: 6;
}

.social-item:nth-child(7) {
    order: 7;
}

.social-item:nth-child(8) {
    order: 8;
}

.social-item:nth-child(9) {
    order: 9;
}

.social-item-title-inner {
    position: relative;
}

.social-center-holder-inner {
    position: relative;
    width: 100%;
}




.qs-wrap button > span.filter-option {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qs-wrap .qs-field.sm.beds .bootstrap-select.btn-group .dropdown-menu,
.qs-wrap .qs-field.sm.baths .bootstrap-select.btn-group .dropdown-menu{
    min-width: 100%;
}
/* Media Queries */

/*@media only screen and (max-width: 1366px) {
    .hp-map-wrapper .global-accent {
        right: -20%;
    }
}

@media only screen and (max-width: 1280px) {
    .hp-map-wrapper .global-accent {
        right: -22%;
    }
}*/

@media only screen and (max-width: 1199px) {
    .test-content {
        font-size: 13px;
    }
    .test-author {
        min-height: 42px;
    }
}


@media only screen and (max-width: 991px) {
    .qs-wrap {
        position: relative;
        top: 0;
    }
    .qs-col {
        width: 100% !important;
    }
    .qs-field select,
    .qs-field input,
    .qs-field .bootstrap-select button {
        border-bottom: 1px solid #767676;
        color: #686868 !important;
    }
    .qs-field {
        width: 100% !important;
        padding: 0 !important;
    }
    .qs-form-box {
        width: 100%;
        margin: 30px 0 0;
    }
    .qs-form-btns {
        width: 100%;
        justify-content: center;
        margin: 20px 0 0;
    }
    .qs-form-btn.search {
        width: 150px;
    }
    .qs-form-btn.advanced {
        width: 22px;
        margin: 0 0 0 15px;
    }
    .qs-field select,
    .qs-field input {
        font-size: 11px;
    }
    .qs-container {
        max-width: 500px;
    }
    .qs-txt {
        text-align: center;
        color: #686868;
    }
    .qs-field .bootstrap-select button .filter-option {
        color: #686868 !important;
    }
    .qs-form-btn.advanced a {
        color: #686868;
    }
    .numbers-item {
        width: 100%;
        padding: 15px 0;
    }
    .wc-col {
        width: 100% !important;
    }
    .wc-img .bg-canvas {
        position: relative;
    }
    .wc-content-inner {
        max-width: 500px;
        text-align: center;
    }
    .wc-txt,
    .team-txt {
        font-size: 14px;
    }
    .wc-subtitle,
    .team-subtitle {
        font-size: 20px;
    }
    .team-content-holder {
        margin: 0 auto;
    }
    .team-top::before {
        display: none;
    }
    .team-top {
        padding: 40px 0;
    }
    .team-top-inner {
        flex-direction: column;
    }
    .team-content-main {
        text-align: center;
        padding: 30px 0 0;
    }
    .team-title {
        position: relative;
        left: 0;
        top: 0;
    }
    .team-btn {
        position: relative;
        top: 0;
        margin: auto;
    }
    .aoe-team-map-main {
        width: 100% !important;
        transform: scale(1) !important;
    }
    .aoe-team-map-outer {
        height: auto !important;
        pointer-events: none;
    }
    img.aoe-team-map-base {
        width: 100%;
        height: auto;
        display: block;
    }
    .fp-top {
        flex-direction: column;
    }
    .fp-btn {
        margin-top: 30px;
    }
    .fp-item a:hover {
        transform: scale(1);
    }
    /* .fp-holder:not(.slick-initialized) .fp-item ~ div {
    display: none;
  } */
    .fp-item {
        width: 100% !important;
    }
    .fp-holder {
        margin: 0;
    }
    .fp-holder-wrap {
        max-width: 526px;
        width: 100%;
        margin: auto;
        padding: 0 13px;
    }
    .map-wrap {
        /* display: none; */
    }
    .cta-item {
        width: 100%;
    }
    .cta-item a:hover {
        transform: scale(1);
    }
    .test-top {
        flex-flow: column;
        justify-content: center;
    }
    .test-item {
        width: 100%;
    }
    .test-holder:not(.slick-initialized) .test-item ~ div {
        display: none;
    }
    .test-item-inner {
        max-width: 500px;
        width: 100%;
        margin: auto;
    }
    .test-content {
        font-size: 14px;
    }
    .test-author {
        min-height: auto;
    }
    .social-title .global-title-txt {
        padding-left: 0;
    }
    .social-btn {
        width: 100%;
    }
    .social-item {
        order: initial !important;
        width: 100% !important;
        padding: 6px 0;
    }
    .social-center-holder-wrap {
        position: relative;
    }
    .social-item.social-item-title .img-wrapper {
        display: none;
    }
    .social-item.social-item-title {
        margin-bottom: 30px;
    }
    .social-holder {
        margin: 0 auto;
        max-width: 372px;
        width: 100%;
    }

    
}

@media only screen and (max-width: 480px) {
    /*.hp-map-wrapper .global-title-txt {
        font-size: 35px;
    }*/
}