/* Hero : BEGIN */
#hero {
    position: relative;
    font-size: 0;
    z-index: 8;
}

.floating-contact-smis {
    position: absolute;
    text-align: center;
    z-index: 2;
    right: 35px;
    top: 32%;
    display: flex;
    flex-direction: column;
}

.floating-contact-smis::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #a6a6a6;
    z-index: -1;
}

.floating-contact {
    margin-bottom: 32px;
}

.floating-smis {}

.floating-contact-smis a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #a6a6a6;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin: 12px 0;
    color: var(--primary-color);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.floating-contact-smis a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
}

.floating-contact-smis a:first-of-type {
    margin-top: 0;
}

.floating-contact-smis a:last-of-type {
    margin-bottom: 0;
}

.floating-contact-smis a i {
    font-size: 13px;
}

.floating-contact-smis a i.ai-font-envelope {
    font-size: 11px;
}

.floating-smis a i {
    font-size: 18px;
}

.ss-holder {}

.ss-slick {}

.ss-slide {}

.ss-slide canvas {
    display: block;
    width: 100%;
    background-color: var(--accent-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.qs-holder {
    position: absolute;
    width: 100%;
    bottom: 54px;
}

.qs-holder * {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 14px;
    text-overflow: ellipsis;
}

.qs-fields .field-input .bs-searchbox input {
    color: #000 !important;
}

.qs-form {
    width: 342px;
    cursor: pointer;
    position: relative;
}

.qs-form label {
    position: absolute;
    opacity: 0;
}

.qs-form.is-active {
    width: 100%;
    cursor: auto;
}

.qs-form::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--primary-color);
    opacity: 0.5;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.qs-form:not(.is-active):hover::before {
    opacity: 0.8;
}

.qs-form form {
    position: relative;
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    white-space: nowrap;
    flex-flow: row wrap;
}

.qs-form form.ihf-form p,
.qs-form form.idx-broker-cont p {
    font-size: 13px;
    color: #fff;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 53px;
    display: none;
}

.qs-form.is-active form.ihf-form p,
.qs-form.is-active form.idx-broker-cont p {
    display: block;
}

.qs-form.is-active form.ihf-form,
.qs-form.is-active form.idx-broker-cont {
    height: 140px;
    padding-top: 17px;
}

.qs-title {}

.qs-title .title-magnify {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    color: var(--secondary-text-color);
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.qs-form.is-active .qs-title {
    width: 21.57%;
    text-align: right;
    padding-top: 15px;
}

.qs-title i.icon-magnifying-glass {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: var(--secondary-text-color);
}

.qs-title span {
    display: inline-block;
    vertical-align: middle;
    font: 400 30px/1 var(--heading-font);
    color: var(--secondary-text-color);
    text-transform: uppercase;
    position: relative;
    padding-left: 36px;
}

.qs-form.is-active .qs-title i.icon-magnifying-glass,
.qs-form.is-active .qs-title i.icon-arrow,
.qs-form.is-active .qs-title .title-magnify {
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
}

.qs-fields {
    width: 0;
    opacity: 0;
}

.qs-form.is-active .qs-fields {
    width: calc(65.61% - 49px);
    opacity: 1;
    margin: 0 22px 0 27px;
}

.qs-fields .field-input {
    display: inline-block;
    vertical-align: middle;
}

.qs-fields .field-lg {
    width: 60.28%;
}

.qs-fields.qs-fields-area-city .field-lg {
    width: 31.28%;
}

.qs-fields .field-sm {
    width: 19.86%;
}

.qs-fields .field-input button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 96%;
    height: 48px;
    font-size: 14px;
    font-style: italic;
    color: #ffffff !important;
    letter-spacing: 0.05em;
    background-color: transparent;
    outline: none;
    border-radius: 0;
}

.ihf-form .qs-fields .field-input button,
.idx-broker-cont .qs-fields .field-input button {
    width: 100%;
}

.qs-fields .field-input:nth-child(2) button {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #000;
}

.qs-fields .field-input input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 96%;
    height: 48px;
    font-size: 14px;
    font-style: italic;
    color: #ffffff !important;
    letter-spacing: 0.05em;
    background-color: transparent;
    outline: none;
    border-radius: 0;
}

.qs-fields .field-input.idx-broker-search .select2-container {
    display: block !important;
    width: 100% !important;
}

.qs-fields .field-input.idx-broker-search .select2-selection.select2-selection--multiple {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 96%;
    padding: 13px 0;
    font-size: 14px;
    font-style: italic;
    color: #ffffff !important;
    letter-spacing: 0.05em;
    background-color: transparent;
    outline: none;
    border-radius: 0;
}

.idx-broker-search .select2-container .select2-selection--multiple .select2-selection__rendered {
    white-space: pre-wrap;
}

.qs-fields .btn-default.active,
.qs-fields .btn-default:active,
.qs-fields .open>.dropdown-toggle.btn-default {
    background-color: transparent !important;
    background-image: none !important;
    border-color: #fff !important;
}

.qs-fields .btn-default.active.focus,
.qs-fields .btn-default.active:focus,
.qs-fields .btn-default.active:hover,
.qs-fields .btn-default:active.focus,
.qs-fields .btn-default:active:focus,
.qs-fields .btn-default:active:hover,
.qs-fields .open>.dropdown-toggle.btn-default.focus,
.qs-fields .open>.dropdown-toggle.btn-default:focus,
.qs-fields .open>.dropdown-toggle.btn-default:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
}

.qs-fields .field-input select {
    background-image: url(../../images/caret.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 18px;
    width: 85%;
    color: #fff;
    height: 48px;
    display: block;
    opacity: 1;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-style: italic;
}

.idx-broker-cont .qs-fields .field-input select {
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.qs-fields .field-input select::-ms-expand {
    display: none;
}

.qs-fields .field-input select option {
    color: #000000;
}

.qs-fields .field-lg.field-input select {
    width: 94%;
}

.qs-btns {
    width: 0;
    opacity: 0;
    position: relative;
    bottom: -15px;
}

.qs-form.is-active .qs-btns {
    width: 12.82%;
    opacity: 1;
}

.listings-module-search .qs-btns {
    bottom: 0;
}

.qs-btns input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--secondary-text-color);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: none;
    transition: all 0.35s ease-in-out;
    padding: 0;
    outline: none;
}

.qs-btns input[type="submit"]:hover {
    color: var(--secondary-text-color);
    opacity: 0.8;
}

.qs-btns a.adv-btn {
    display: inline-block;
    font: 400 12px/1 var(--heading-font);
    color: var(--secondary-text-color);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 10px;
    transition: all 0.35s ease-in-out;

}

.qs-btns a.adv-btn:hover {
    color: var(--secondary-text-color);
    opacity: 0.8;
}

.qs-title .icon-arrow {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
}

.qs-title .icon-arrow:after {
    width: 100%;
    background: var(--secondary-text-color);
}

.qs-form .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 300px !important;
}

/* Hero : END */

/* Call To Action : START */
#call-to-action {
    padding: 94px 0;
    font-size: 0;
}

.cta-holder {
    display: flex;
    flex-direction: row;
    margin: 0 -15px;
}

.cta-col {
    position: relative;
    width: calc(33.3333% - 30px);
    margin: 0 14px;
    border: 1px solid #c0c0c0;
    transition: all 0.35s ease-in-out;
}

.cta-col:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.cta-col:hover {
    width: calc(53.2% - 14px);
}

.cta-holder:hover .cta-col {
    margin: 0 7px;
}

.cta-col:before {
    opacity: 0;
    background-color: var(--secondary-color);
}

.cta-col:hover:before {
    opacity: 1;
}

.cta-col::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 98px;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    background: #c0c0c0;
}

.cta-col:hover:after {
    background: var(--secondary-text-color);
}

.cta-col a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 298px;
}

.cta-col div {
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: var(--heading-font);
    text-transform: uppercase;
}

.cta-col div span {
    font-size: 22px;
    color: var(--primary-text-color);
    margin-bottom: 6px;
}

.cta-col:hover div span {
    color: var(--secondary-text-color);
}

.cta-col div strong {
    font-size: 35px;
    font-weight: 400;
    color: var(--primary-text-color);
}

.cta-col:hover div strong {
    color: var(--secondary-text-color);
}

.cta-holder,
.cta-holder * {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
}

/* Call To Action : END */

/* Welcome : BEGIN */
#welcome {
    padding: 70px 0;
    font-size: 0;
    background-color: var(--primary-color);
    position: relative;

}

.welcome-img {}

#welcome .welcome-img img {
    width: 100%;
}

.welcome-txt {
    padding-top: 28px;
}

.welcome-txt p {
    font-size: 15px;
    color: var(--secondary-text-color);
    line-height: 1.7;
    margin: 25px 0;
}

.welcome-line {
    width: 295px;
    max-width: 100%;
    height: 1px;
    background: var(--secondary-text-color);
    border: 0;
    margin: 20px 0 35px -30px;
}

.welcome-txt .learn-more,
.welcome-txt a.learn-more {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: var(--secondary-text-color);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 22px;
    text-align: center;
    line-height: 38px;
    border-color: var(--secondary-text-color);
}

.welcome-txt .icon-arrow:after {
    background: var(--secondary-text-color);
}

.welcome-txt .learn-more:hover,
.welcome-txt a.learn-more:hover {
    color: var(--primary-color);
}

/* Welcome : BEND */
/* Properties : BEGIN */
#properties {
    position: relative;
    font-size: 0;
}

.no-property-found {
    font-size: 20px;
    color: #fff;
}

.fp-holder {}

.fp-img-holder {
    position: relative;
}

.fp-img-slick {
    min-height: 674px;
    font-size: 1vw;
}

.fp-img-slide {
    position: relative;
}

.fp-img-slick:not(.slick-initialized) .fp-img-slide {
    display: none;
}

.fp-img-slick:not(.slick-initialized) .fp-img-slide:first-child {
    display: block;
}

.fp-img-slide::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.fp-img-slide canvas {
    display: block;
    width: 100%;
    min-height: 674px;
    background-color: var(--accent-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fp-arrows {
    position: absolute;
    width: 100%;
    bottom: 100px;
    text-align: right;
    z-index: 9;
}

.fp-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    text-align: center;
    position: relative;
    margin-left: 1px;
    cursor: pointer;
}

.fp-arrow::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary-color);
    opacity: 0.75;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.fp-arrow:hover::before {
    opacity: 1;
}

.fp-arrow::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.fp-arrow i.icon-arrow {
    display: inline-block;
    vertical-align: middle;
    color: var(--secondary-text-color);
    max-width: 20px;
    width: 100%;
    font-size: 10px;
}

.fp-arrow i.icon-arrow:after {}

.fp-prev {}

.fp-prev i {
    transform: scaleX(-1);
}

.fp-next {}

.fp-txt-holder {
    position: absolute;
    width: 100%;
    top: 100px;
    pointer-events: none;
    z-index: 5;
}

.fp-txt-inner {
    padding: 58px 55px 88px 60px;
    position: relative;
    pointer-events: auto;
}

.fp-txt-inner::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--primary-color);
    opacity: 0.75;
}

.fp-txt-inner .section-title {
    position: relative;
}

.fp-line {
    border: 0;
    width: 380px;
    height: 1px;
    background: rgba(255, 255, 255, 0.75);
    position: relative;
    margin: 16px 0 20px;
}

.fp-txt-slick {
    position: relative;
}

.fp-txt-slide {}

.fp-txt-slick:not(.slick-initialized) .fp-txt-slide {
    display: none;
}

.fp-txt-slick:not(.slick-initialized) .fp-txt-slide:first-child {
    display: block;
}

.fp-price {
    font: 400 40px/1 var(--heading-font);
    color: var(--secondary-text-color);
}

.fp-address {
    font: 400 15px/1.2 var(--heading-font);
    color: var(--secondary-text-color);
    max-width: 175px;
    margin: 22px 0 12px;
    text-transform: uppercase;
}

.fp-txt-slide ul {
    margin-bottom: 48px;
}

.fp-txt-slide li {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid var(--secondary-text-color);
    padding: 0 12px;
}

.fp-txt-slide li.count-,
.fp-txt-slide li.count-0 {
    display: none;
}

.fp-txt-slide li:first-child {
    padding-left: 0;
    border-left: 0;
}

.fp-txt-slide li:last-child {
    padding-right: 0;
}

.fp-txt-slide li i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
    color: var(--secondary-text-color);
}

.fp-txt-slide li span {
    display: inline-block;
    vertical-align: middle;
    font: 400 17px/1 var(--heading-font);
    color: var(--secondary-text-color);
}

.fp-txt-slide .site-btn {
    color: var(--secondary-text-color);
    border-color: var(--secondary-text-color);
}

.fp-txt-slide .site-btn i {
    margin-left: 10px;
    font-size: 12px;
}

.fp-txt-slide .site-btn i:after {
    background-color: var(--secondary-text-color);
}

/* Properties : END */

/* Communities : BEGIN */
#communities {
    padding: 72px 0 0;
    font-size: 0;
}

#communities .section-title {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 76px;
}

.fc-holder {}

.fc-holder .row {
    margin: 0 -2px;
}

.fc-col {
    padding: 2px;
}

.fc-col a {
    display: block;
    position: relative;
}

.fc-img {
    position: relative;
}

.fc-img::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

.fc-img canvas {
    display: block;
    width: 100%;
    background-color: var(--accent-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fc-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc-txt:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--secondary-color);
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.fc-txt:before {
    opacity: 0;
}

.fc-col a:hover .fc-txt::before {
    opacity: 1;
}

.fc-txt div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.fc-txt div::after {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    margin: 27px auto auto;
    background: rgba(255, 255, 255, 0.85);
}

.fc-txt span {
    font: 400 20px/1 var(--heading-font);
    color: #ffffff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-shadow: -1px 1px 2px RGBA(0, 0, 0, 1);

}

.fc-surrounding-areas {}

.fc-surrounding-areas a .fc-txt::before {
    opacity: 1;
}

.fc-surrounding-areas a:hover .fc-txt::before {
    opacity: 0.7;
}

/* Communities : END */

/* Social Feeds : BEGIN */
#social-feeds {
    padding: 74px 0 84px;
}

#social-feeds * {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.sf-holder {}

.sf-holder .row {
    margin: 0 -45px;
}

.sf-col {
    padding: 18px 45px 0;
}

.sf-col-bg {
    position: absolute;
    width: calc((100vw - 1450px) / 2 + 100%);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: none !important;
}

.sf-col-inner {
    position: relative;
    z-index: 2;
}

.sf-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 144px;
}

.sf-heading-left {
    width: calc(100% - 170px);
}

.sf-heading-left i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.sf-heading-left div {
    display: inline-block;
    vertical-align: middle;
}

.sf-heading-left strong {
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: var(--primary-text-color);
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
}

.sf-heading-left span {
    display: block;
    font-size: 12px;
    color: #555555;
    line-height: 1;
    letter-spacing: 0.02em;
}

.sf-heading-right {
    width: 170px;
}

.sf-heading-right a {
    display: block;
    border-radius: 5px;
    height: 38px;
    background: #ffffff;
    text-align: center;
    color: #ffffff;
}

.sf-heading-right a:hover {
    opacity: 0.8;
}

.sf-heading-right a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.sf-heading-right i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.sf-heading-right span {
    display: inline-block;
    vertical-align: middle;
}

.sf-body {}

#instagram-feed {}

#instagram-feed .sf-col-bg {
    display: none;
}

#instagram-feed .sf-heading-left {}

#instagram-feed .sf-heading-left i {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #6564e0;
    background: -moz-linear-gradient(45deg, #6564e0 0%, #7e56cc 25%, #a54caa 50%, #dc4581 75%, #ea4067 100%);
    background: -webkit-linear-gradient(45deg, #6564e0 0%, #7e56cc 25%, #a54caa 50%, #dc4581 75%, #ea4067 100%);
    background: linear-gradient(45deg, #6564e0 0%, #7e56cc 25%, #a54caa 50%, #dc4581 75%, #ea4067 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6564e0', endColorstr='#ea4067', GradientType=1);
    color: #ffffff;
    text-align: center;
    padding-top: 14px;
}

#instagram-feed .sf-heading-left i::before {
    font-size: 42px;
}

#instagram-feed .sf-heading-right {}

#instagram-feed .sf-heading-right a {
    background: #6564e0;
    background: -moz-linear-gradient(45deg, #6564e0 0%, #7e56cc 25%, #a54caa 50%, #dc4581 75%, #ea4067 100%);
    background: -webkit-linear-gradient(45deg, #6564e0 0%, #7e56cc 25%, #a54caa 50%, #dc4581 75%, #ea4067 100%);
    background: linear-gradient(45deg, #6564e0 0%, #7e56cc 25%, #a54caa 50%, #dc4581 75%, #ea4067 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6564e0', endColorstr='#ea4067', GradientType=1);
    color: #ffffff;
}

#instagram-feed .sf-heading-right i {
    font-size: 22px;
}

#instagram-feed .sf-heading-right span {
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.02em;
}

.instagram-main-feed {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.instagram-main-feed a {
    position: relative;
    display: block;
    width: 33.33%;
    overflow: hidden;
}

.instagram-main-feed canvas {
    display: block;
    width: 100%;
    background-color: var(--primary-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.instagram-main-feed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s ease-in-out;
}

.instagram-main-feed a:hover canvas,
.instagram-main-feed a:hover video {
    transform: scale(1.2);
}

#facebook-feed {
    padding-bottom: 31px;
    overflow: visible !important;
    min-height: 600px;
}

#facebook-feed .simplebar-track {
    overflow: hidden;
}

#facebook-feed .sf-col-bg {
    background: url(../../images/fb-feed-bg.jpg) no-repeat center center / cover;
}

#facebook-feed .sf-col-bg::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3b5997;
    opacity: 0.8;
}

#facebook-feed .sf-heading-left {}

#facebook-feed .sf-heading-left i {
    width: 163px;
    height: 33px;
    background: url(../../images/icon-facebook-logo.png) no-repeat center center;
}

#facebook-feed .sf-heading-right {}

#facebook-feed .sf-heading-right a {
    color: #3b5997;
}

#facebook-feed .sf-heading-right i {
    font-size: 18px;
}

#facebook-feed .sf-heading-right span {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.facebook-main-feed {
    margin-top: -32px;
}

.ff-row {
    display: flex;
    background-image: linear-gradient(to right, #ffffff 25%, rgba(255, 255, 255, 0) 20%);
    background-position: bottom center;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    padding: 32px 0 30px;
}

.ff-row:last-child {
    background: none;
}

.ff-img {
    width: 100px;
}

.ff-img a {
    position: relative;
    display: block;
    overflow: hidden;
}

.ff-img canvas {
    display: block;
    width: 100%;
    background-color: var(--primary-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ff-img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s ease-in-out;
}

.ff-img a:hover canvas,
.ff-img a:hover video {
    transform: scale(1.2);
}

.ff-txt {
    padding: 0 62px 0 22px;
    width: calc(100% - 100px);
}

a.ff-title {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 10px;
}

.ff-title:hover {
    opacity: 0.8;
}

.ff-posted {
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 20px;
}

.ff-content {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 14px;
}

.ff-cta {
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.02em;
}

.ff-cta a {
    display: inline-block;
    color: #fff;
}

.ff-cta a:hover {
    color: var(--hover-color);
}

/* Social Feeds : END */

/* Testimonials : BEGIN */
#testimonials {
    padding: 78px 0 82px;
    font-size: 0;
    position: relative;
    background-color: var(--primary-color);
}

#testimonials.social-feed-hide {
    margin-top: 2px;
}

#testimonials .section-title {
    width: calc(100% + 120px);
    float: right;
    text-align: right;
    padding: 5px 12px;
    margin-bottom: 48px;
}

.ts-arrows {
    padding: 0 12px;
    text-align: right;
}

.ts-arrow {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    max-width: 37px;
    width: 100%;
}

.ts-prev {
    transform: scaleX(-1);
}

.ts-arrow i:after {
    background-color: var(--secondary-text-color);
}

.ts-holder {
    border-left: 1px solid var(--secondary-text-color);
    padding: 22px 80px 30px;
}

.ts-slick {}

.ts-slide {
    height: auto;

}

.ts-slick:not(.slick-initialized) .ts-slide {
    display: none;
}

.ts-slick:not(.slick-initialized) .ts-slide:first-child {
    display: block;
}

.ts-slide p {
    font-size: 13px;
    font-weight: 300;
    color: var(--secondary-text-color);
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.ts-slide a {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    color: var(--secondary-text-color);
    line-height: 1;
    letter-spacing: 0.05em;
}

/* Testimonials : END */

/* Latest News : BEGIN */
#latest-news {
    padding: 80px 0 108px;
    font-size: 0;
}

#latest-news .section-title {
    text-align: center;
    margin-bottom: 80px;
}

#latest-news .row {
    margin: 0 -2px;
}

.ln-col {
    padding: 0 2px;
    margin-bottom: 20px;
}

.ln-img {}

.ln-img a {
    display: block;
    overflow: hidden;
}

.ln-img canvas {
    display: block;
    width: 100%;
    background-color: var(--accent-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.ln-img a:hover canvas {
    transform: scale(1.2);
}

.ln-txt {
    padding: 25px 45px 0 0;
}

.ln-title {}

.ln-title a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-text-color);
    line-height: 1.4;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ln-title a:hover {
    color: var(--hover-color);
}

.ln-content {
    font-size: 15px;
    color: var(--primary-text-color);
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin: 20px 0 40px;
}

#latest-news .learn-more {
    color: var(--primary-text-color);
    border-color: var(--primary-text-color);
    margin-top: 0;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#latest-news .learn-more:hover {
    color: var(--secondary-text-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
}

#latest-news .learn-more i {
    color: var(--primary-text-color);
}

#latest-news .learn-more:hover i {
    color: var(--secondary-text-color);
}

#latest-news .learn-more .icon-arrow:after {
    background-color: var(--primary-text-color);
}

#latest-news .learn-more:hover .icon-arrow:after {
    background: var(--secondary-text-color);
}

/* Latest News : END */

/* Contact Form : BEGIN */
#contact-form {
    background: url(../../images/contact-bg.jpg) no-repeat center center / cover;
    background-attachment: fixed;
    position: relative;
    padding: 100px 0;
    font-size: 0;
}

html.msedge-true #contact-form,
.mobile #contact-form {
    background-attachment: scroll !important;
}

#contact-form::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.cf-holder {
    max-width: 555px;
    margin: auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.cf-holder .section-title {
    margin-bottom: 45px;
}

.cf-holder .field-input {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 12px;
}

.cf-holder .field-lg {
    width: 100%;
}

.cf-holder .field-sm {
    width: calc(50% - 15px);
    margin-right: 30px;
}

.cf-holder .field-nomar {
    margin-right: 0;
}

.cf-holder .field-input input,
.cf-holder .field-input textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid transparent;
    border-bottom: 1px solid var(--secondary-text-color);
    width: 100%;
    height: 50px;
    background: none;
    font-size: 12px;
    color: var(--secondary-text-color);
    outline: none;
    padding: 0 5px;
    transition: all .25s ease-in-out;
}

.cf-holder .field-input textarea {
    resize: none;
    padding-top: 17px;
    height: 108px;
}

.cf-holder .field-input input:focus,
.cf-holder .field-input textarea:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #fff, 0 0 8px #fff;
    box-shadow: inset 0 0 1px #fff, 0 0 8px #fff;

}

.cf-holder input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--secondary-text-color);
    ;
    width: 160px;
    height: 38px;
    font-size: 12px;
    color: var(--secondary-text-color);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: none;
    margin-top: 48px;
    outline: none;
}

.cf-holder input[type="submit"]:hover {
    background: var(--primary-color);
    color: var(--secondary-text-color);
    border-color: var(--primary-color);
}

.cf-holder .wpcf7-form-control-wrap {
    display: block;
}

.cf-holder .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
}

.cf-holder div.wpcf7 .ajax-loader {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -15px;
}

.cf-holder div.wpcf7-response-output {
    font-size: 14px;
    color: #ffffff !important;
    padding: 5px 0;
    margin: 10px 0;
    width: 100%;
    position: absolute;
    text-align: center;
}

.cf-holder .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

/* Contact Form : END */

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

@media only screen and (min-width: 1366px) {
    #testimonials .section-title h2 {
        font-size: 36px;
    }

    #social-feeds {}

    .sf-col-bg {
        width: calc((100vw - 1330px) / 2 + 100%);
    }
}

@media only screen and (max-width: 1366px) {
    #testimonials .section-title h2 {
        font-size: 36px;
    }

    #testimonials {}

    #testimonials .section-title {
        width: 100%;
        padding: 5px 0;
    }

    #testimonials .section-title h2 {
        font-size: 35px;
    }

    #testimonials .section-title h2 span {
        font-size: 25px;
    }

    .ts-holder {
        padding: 22px 30px 30px;
    }

    .ts-arrows {
        padding: 0;
    }

    #social-feeds {}

    .sf-holder .row {
        margin: 0 -15px;
    }

    .sf-col {
        padding: 18px 15px 0
    }

    .sf-col-bg {
        width: calc((100vw - 1140px) / 2 + 100%);
    }
}

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

    .floating-contact-smis {
        top: 25%;
        right: 5px;
    }

    .qs-form.is-active .qs-title {
        width: 23.57%;
    }

    .qs-form.is-active .qs-fields {
        width: calc(61.61% - 49px);
    }

    .qs-form.is-active .qs-btns {
        width: 14.82%;
    }

    #call-to-action {}

    .cta-col div span {
        font-size: 18px;
    }

    .cta-col div strong {
        font-size: 26px;
    }

    #properties {}

    .fp-arrows {
        bottom: 20px;
    }

    .fp-txt-inner {
        padding: 58px 25px 88px;
    }

    #social-feeds {}

    .sf-col-bg {
        width: calc((100vw - 940px) / 2 + 100%);
    }

    .sf-heading-left {
        width: calc(100% - 128px);
    }

    .sf-heading-left i {
        margin-right: 5px;
    }

    .sf-heading-right {
        width: 128px;
    }

    .sf-heading-right i {
        margin-right: 5px;
    }

    #instagram-feed .sf-heading-left i {
        width: 40px;
        height: 40px;
        padding-top: 8px;
    }

    #instagram-feed .sf-heading-left i::before {
        font-size: 25px;
    }

    #instagram-feed .sf-heading-right i {
        font-size: 16px;
    }

    #instagram-feed .sf-heading-right span {
        font-size: 9px;
    }

    #testimonials {}

    #testimonials .section-title h2 {
        font-size: 30px;
    }

    #testimonials .section-title h2 span {
        font-size: 20px;
    }

    #latest-news {}

    .ln-txt {
        padding: 38px 15px 0 0;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    #hero {}

    .qs-holder {
        position: relative;
        bottom: inherit;
        z-index: 6;
    }

    .qs-form {
        width: 100%;
        max-width: 360px;
        margin: 20px auto 0;
        padding: 20px 15px;
    }

    .qs-title span {
        padding-left: 0;
    }

    .qs-form::before {
        opacity: 1;
    }

    .qs-fields .field-input input {
        padding-left: 10px;
    }

    .qs-form form {
        display: block;
        white-space: normal;
        height: auto;
    }

    .qs-form.is-active form.ihf-form {
        height: auto;
        padding: 0;
    }

    .qs-fields .field-input:nth-child(2) button {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
    }

    .qs-form form.ihf-form p {
        display: block;
        text-align: center;
        width: 100%;
        padding: 15px 0;
    }

    .qs-title,
    .qs-fields,
    .qs-btns {
        width: 100% !important;
        opacity: 1 !important;
    }

    .qs-title {
        text-align: center !important;
    }

    .qs-title i {
        display: none !important;
    }

    .qs-fields {
        margin: 10px 0 25px !important;
    }

    .qs-fields .field-lg,
    .qs-fields.qs-fields-area-city .field-lg {
        width: 100%;
    }

    .qs-fields .field-sm {
        width: calc(50% - 4px);
        margin-right: 8px;
    }

    .qs-fields .field-input:last-child {
        margin-right: 0;
    }

    .qs-fields .field-input select {
        border-left: 0;
        padding: 0;
    }

    .qs-btns {
        text-align: center;
        bottom: inherit;
    }

    .bootstrap-select.btn-group .dropdown-menu {
        padding-top: 0 !important;
        width: 100% !important;
        min-width: 180px !important;
    }

    #call-to-action {
        padding: 20px 0 0;
    }

    .cta-holder {
        flex-direction: column;
        padding: 0 15px;
    }

    .cta-col {
        width: 100% !important;
        max-width: 360px;
        margin: auto auto 50px !important;
    }

    #welcome {}

    .welcome-img img {
        margin: auto;
    }


    .welcome-txt {
        text-align: center;
    }

    .welcome-line {
        margin: 20px auto 35px;
    }

    .welcome-txt p {
        margin: 25px auto;
    }


    #properties {}

    .fp-img-slick {
        min-height: auto;
    }

    .fp-img-slide canvas {
        min-height: 220px;
    }

    .fp-txt-holder {
        position: relative;
        top: inherit;
        background: var(--primary-color)
    }

    .fp-txt-inner {
        text-align: center;
    }

    .fp-txt-inner::before {
        opacity: 0;
    }

    .fp-line {
        margin: 16px auto 20px;
        max-width: 100%;
    }

    .fp-address {
        margin: 22px auto 12px;
    }

    .fp-txt-slide .site-btn {
        margin: auto;
    }

    #social-feeds {}

    .sf-col {
        margin-bottom: 50px;
    }

    .sf-col-inner {
        max-width: 100%;
    }

    #facebook-feed .sf-col-bg {
        width: calc(100% - 30px);
        left: 0;
        right: 0;
        margin: auto;
    }

    #facebook-feed .sf-col-inner {
        padding: 20px;
    }

    #testimonials {}

    #testimonials .section-title {
        text-align: center;
        float: none;
    }

    #testimonials .section-title h2 {
        font-size: 50px;
    }

    #testimonials .section-title h2 span {
        font-size: 30px;
    }

    .ts-arrows {
        text-align: center;
    }

    .ts-holder {
        text-align: center;
        border-left: 0;
    }

    #latest-news {}

    .ln-col {
        text-align: center;
        margin-bottom: 50px;
    }

    .ln-img,
    .ln-txt {
        max-width: 360px;
        margin: auto;
    }

    .ln-txt {
        text-align: center;
        padding-right: 0;
    }
}

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

    .sf-heading {
        flex-direction: column;
        height: 160px;
    }

    .sf-heading-left,
    .sf-heading-right {
        width: 100%;
        text-align: center;
    }

    .sf-heading-left {}

    .sf-heading-left i {
        display: block;
        margin: auto auto 10px;
    }

    .sf-heading-left div {
        display: block;
    }

    .sf-heading-right {
        margin-top: 20px;
    }

    .sf-heading-right a {
        max-width: 200px;
        margin: auto;
    }

    .ff-txt {
        padding: 0 20px;
    }
}

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

    .bootstrap-select.btn-group .dropdown-menu {
        min-width: 110px !important;
    }

    .section-title__text-large h1,
    .section-title__text-large h2 {
        font-size: 45px !important;
    }

    .section-title h2 {
        font-size: 40px !important;
    }

    .section-title h2 span {
        font-size: 25px !important;
    }

    #social-feeds {}

    .ff-row {
        flex-direction: column;
        text-align: center;
    }

    .ff-img {
        width: 100%;
        max-width: 100px;
        margin: auto;
    }

    .ff-txt {
        width: 100%;
        padding: 20px 0 0;
    }

}