/*!
Theme Name: Reine Reality Theme
Theme URI: http://underscores.me/
Author: Reine Reality
Author URI: https://reinerealty.com.au/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reine-reality-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Reine Reality Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
    box-sizing: border-box;
}

body,
html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Heebo', sans-serif;
    color: #4F4F4F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    background: #ffffff;
    overflow-x: hidden;
}

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

p {
    margin: 0 0 30px 0;
}

p:last-child {
    margin: 0;
}

a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s all;
}

a:hover {
    color: #E2BC5F;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
    line-height: 1.25;
    font-family: 'Merriweather', serif;
}

h1, .big-font {
    font-size: 68px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

section {
    padding: 120px 0;
    position: relative;
}

section.small-padding {
    padding: 100px 0;
}

section.pt-0 {
    padding-top: 0;
}

section.pb-0 {
    padding-bottom: 0;
}

section.p-0 {
    padding-top: 0;
    padding-bottom: 0;
}

input,
textarea,
select {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 2.0;
    padding: 14px 20px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    width: 100%;
}

select {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve" class="hovered-paths"><g><path d="M12 16a1 1 0 0 1-.71-.29l-6-6a1 1 0 0 1 1.42-1.42l5.29 5.3 5.29-5.29a1 1 0 0 1 1.41 1.41l-6 6a1 1 0 0 1-.7.29z" data-name="16" fill="%23000000" opacity="1" data-original="%23000000" class="hovered-path"></path></g></svg>');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right 20px;
}

.wpcf7-spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 30px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0 auto auto;
}

.form-btn, .grid-btn {
	position: relative;
}

.button {
    font-size: 16px;
    padding: 12px 20px;
    line-height: 1.5;
    background: #C4A56B;
    border-radius: 0;
    text-decoration: none;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
	cursor: pointer;
}

.button i {
    margin-left: 10px;
    transform: rotate(-45deg);
    transition: 0.5s ease all;
}

.button:hover {
    background: #4F4F4F;
    color: #fff;
}

.button:hover.button i {
    transform: rotate(0deg);
}

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

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.wrapper {
    width: 68.75%;
    margin: 0 auto;
    position: relative;
}

.heading-group {
    margin-bottom: 30px;
}

.intro-description {
    margin-bottom: 30px;
}

a.scrolltotop {
    background: transparent;
    border: 1px solid #E2BC5F;
    border-radius: 50%;
    bottom: 20px;
    color: #E2BC5F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 1;
}

/* HEADER */
header.site-header {
    padding-top: 62px;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.headre-row {
    background: #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 18px 30px;
}

body.home .headre-row {
    background: rgb(0 0 0 / 50%);
}

.site-branding img {
    max-width: 137px;
}

.menu {
    display: flex;
    flex-wrap: wrap;
}

.menu li:not(:last-child) {
    padding-right: 55px;
}

.menu li a {
    font-weight: 500;
    font-size: 16px;
}

.menu .current-menu-item a {
    color: #E2BC5F;
}

.menu .menu-item-has-children a:after {
    font-family: 'Font Awesome 6 Free';
    content: '\f107';
    font-weight: 700;
    color: #fff;
    position: relative;
    top: 2px;
    left: 3px;
    transition: 0.5s all;
}

.menu li a:hover:after {
    color: #E2BC5F;
}

.sub-menu li a:after {
    content: none !important;
}

.menu-item-has-children:hover>.sub-menu {
    transform: translate(0, 28px);
    transition: all 300ms ease-in;
    opacity: 1;
    visibility: visible;
}

.sub-menu {
    transition: all 300ms ease-in;
    opacity: 0;
    position: absolute;
    z-index: 99;
    visibility: hidden;
    background-color: #fff;
    transform: translate(0, 0);
    padding: 5px;
    width: auto;
    border-radius: 10px;
}

.sub-menu li {
    padding: 10px !important;
}


.sub-menu li a {
    display: flex;
    white-space: nowrap;
    color: #000000;
    transition: 0.5s all;
}

.sub-menu li a:hover {
    color: #E2BC5F;
}

.header-right {
    display: flex;
    align-items: center;
}

a.login-form {
    font-weight: 700;
}

.header-modal a {
    display: flex;
    flex-direction: column;
    transition: 0.5s all;
}

.toggle {
    display: none;
    z-index: 99;
    cursor: pointer;
}

span.bar {
    width: 23px;
    height: 3px;
    background-color: #C4A56B;
    display: inline-block;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    cursor: pointer;
}

span.bar:not(:last-child) {
    margin-bottom: 4px;
}

span.bar.animate.bar:nth-child(1) {
    transform: rotate(-45deg) translate(-4px, 4px);
    width: 23px;
}

span.bar.animate.bar:nth-child(2) {
    opacity: 0;
}

span.bar.animate.bar:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -6px);
    width: 23px;
}

.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    z-index: 99;
    padding: 20px 0 !important;
    transition: 0.5s all;
    animation: slideDown 0.55s ease-out;
    box-shadow: 0px 4px 20px 4px rgba(0, 0, 0, 0.2);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

header.site-header .sticky {
    position: unset;
    padding: 20px 0;
    background: #000;
}

header.site-header.sticky .headre-row {
    padding: 0;
}

.modal {
    position: fixed;
    top: 0;
    max-width: 450px;
    right: -450px;
    width: 100%;
    background-color: #000;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    transform: translate3d(0, 0, 205px);
    transition: all 500ms ease-in-out;
    padding: 30px;
    border: 1px solid rgb(236 236 236 / 20%);
}

.menu-active .modal {
    right: 0;
}

.modal-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

a.close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    color: #000;
}

a.close:hover {
    color: #E2BC5F;
}

.modal-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.modal-bot {
    padding-top: 30px;
    border-top: 1px solid #fff;
}

.modal-bot a {
    font-size: 20px;
    color: #fff;
    transition: 0.5s all;
}

.modal-bot a:hover,
.modal-middle a:hover {
    color: #E2BC5F;
}

.modal-middle i {
    margin-right: 20px;
}

.modal-middle a {
    font-size: 22px;
}

.modal-middle ul li:not(:last-child) {
    margin-bottom: 20px;
}

.modal p {
    color: #fff;
}

.phone-number {
    margin-bottom: 20px;
}

/* FOOTER */
.site-footer {
    padding: 100px 0 25px 0;
    background: #000000;
}

.footer-descreption {
    margin: 30px 0 40px 0;
    color: #fff;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 70px;
    border-bottom: 1px solid #474646;
}

.footer-left {
    width: 28.71212%;
}

.footer-right {
    width: 61.1363636%;
}

.footer-heading h2 {
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 0.89;
    margin-bottom: 20px;
    color: #fff;
}

.footer-block p,
.footer-block label {
    color: #fff;
}

.company-information li a {
    font-weight: 500;
}

.company-information li {
    display: flex;
    flex-direction: column;
}

.company-information li:not(:last-child) {
    padding-bottom: 30px;
}

.footer-block label {
    margin-bottom: 20px;
}

.footer-block ul li:not(:last-child) {
    padding-bottom: 20px;
}

.footer-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-block {
    max-width: 220px;
}

.footer-bottom {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.copyright-text {
    color: #9E9E9E;
}

.footer-bottom ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom ul li:not(:last-child) {
    padding-right: 16px;
}

.footer-bottom ul li a {
    color: #9E9E9E;
    transition: 0.5s all;
}

.footer-bottom ul li a:hover {
    color: #fff;
}

.ft-list-icon a {
    font-weight: 500;
}

.ft-list-icon a:not(:last-child) {
    padding-right: 30px;
}

/* HERO-BANNER */
.banner-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.banner-wrap {
    width: 100%;
    color: #fff;
}

.banner-image img {
    max-width: unset;
    width: 100vw;
    height: auto;
}

.banner-content .main-heading {
    margin: 10px 0;
}

.banner-content .heading-group {
    margin: 0;
}

span.overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #212121;
    opacity: 0.5;
    mix-blend-mode: multiply;
}

/* BLOCK-SECTION */
.block-wrap .main-heading-text {
    color: #000;
}

.block-wrap .heading-group {
    margin-bottom: 10px;
}

.block-wrap .intro-description {
    margin-bottom: 0;
}

ul.block-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

ul.block-row li {
    width: 33.33%;
    padding: 0 10px;
    margin: 10px 0;
}

ul.block-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

ul.block-row li {
    width: 33.33%;
    padding: 0 10px;
    margin: 10px 0;
    transition: 0.5s ease-in all;
}

.block-inner {
    position: relative;
}

.block-img {
    padding-top: 100%;
}

.block-img span.overlay {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.13) 0.01%, #000000 100%);
    opacity: 1;
}

.block-content {
    position: absolute;
    bottom: 0;
    padding: 30px;
    width: 100%;
    left: 0;
    color: #fff;
    z-index: 2;
    transition: ease-in-out .3s margin-bottom;
}

.block-content .intro-description,
.block-content .heading-group {
    margin-bottom: 20px;
}

ul.block-row li:hover .block-content {
    margin-bottom: 0;
}


ul.block-row li:hover .block-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

/* OPTION-SECTION */
.option-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-part {
    width: 47.7272%;
}

.left-part .main-heading-text {
    color: #000;
}

.list-part {
    margin-bottom: 50px;
}

.list-part i {
    color: #A5A1A1;
    padding-right: 13px;
    font-size: 20px;
}

.list-part li:not(:last-child) {
    padding-bottom: 24px;
}

.list-part ul {
    display: inline-flex;
    flex-direction: column;
}

.list-part li {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.right-part {
    width: 49.2424%;
}

ul.option-slider.slick-initialized.slick-slider {
    width: 49vw;
    float: left;
    max-width: unset;
}

ul.option-slider .slick-slide {
    padding: 0 10px;
}

ul.option-slider .slick-slide img {
    width: 100%;
}

/* Testimonial Section */
.testimonial-row .slick-list {
    overflow: unset;
}

.testimonial-content .heading-group {
    margin-bottom: 20px;
}

.testimonial-content .main-heading-text {
    color: #000;
}

.testimonial-content .intro-description {
    margin: 0;
}

.testimonial-content {
    margin-bottom: 60px;
}

.testimonial-row .slick-slide {
    padding: 0 10px;
}

.testimonial-row .slick-track {
    margin: 0 -10px;
}

.title {
    color: #000;
    margin-bottom: 14px;
}

.property-name {
    margin-bottom: 20px;
    color: #9E9E9E;
}

.client-review {
    margin-bottom: 20px;
}

ul.rating {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

ul.rating li {
    padding: 0;
    color: #E3AF2A;
}

ul.rating li:not(:last-child) {
    margin-right: 3px;
}

.client-details {
    display: flex;
}

.client-info p {
    margin: 0;
}

.client-info {
    margin-left: 15px;
}

p.client-name {
    color: #000000;
    margin-bottom: 8px;
}

.testimonial-wrap {
    width: 100%;
}

/* Call To Action */
.cta-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.cta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.cta-section {
    padding: 170px 0;
}

.cta-wrap {
    position: relative;
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cta-left {
    color: #fff;
}

.cta-left .heading-group {
    margin-bottom: 20px;
}

.cta-left .intro-description {
    margin: 0;
}

.cta-right .button:first-child {
    background: #fff;
    color: #000;
}

.cta-right .button:first-child:hover {
    background: #C4A56B;
    color: #fff;
}

.cta-right {
    margin-left: 20px;
}

/* Inner-banner */
.inner-banner-wrap {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
}

.inner-banner-image img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.breadcrumbs {
    font-size: 18px;
}

/* CONTACT-SECTION */
.contact-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -15px;
}

.contact-left {
    width: 50%;
    padding: 0 15px;
    margin: 15px 0;
}

.contact-right {
    width: 50%;
    padding: 0 15px;
    margin: 15px 0;
}

.contact-left .main-heading-text {
    color: #000;
}

.grid-col {
    margin-bottom: 20px;
    width: 100%;
}

.grid-col textarea {
    height: 100%;
    max-height: 200px;
}

.contact-block {
    color: #000;
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
}

.contact-block a {
    color: #000;
}

.contact-block label {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
}

.contact-right ul li:not(:last-child) {
    margin-bottom: 20px;
}

.contact-block a,
.contact-block p {
    font-size: 18px;
    transition: 0.5s all;
}

.contact-block a:hover {
    color: #E2BC5F;
}

.contact-right ul li {
    display: flex;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 10px 40px 0px rgba(24, 26.000000000000007, 32, 0.08);
}

.icon {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #C4A56B;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}

.map iframe {
    width: 100%;
}

/* 404 page */
body.error404 header.site-header {
    position: unset;
    padding: 20px 0;
    background: #000;
}

body.error404 .headre-row {
    padding: 0;
}

.error-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.error-image,
.error-content {
    width: 49%
}

.error-content .main-heading-text {
    margin-bottom: 20px;
    font-size: 120PX;
    letter-spacing: 2px;
    color: #000;
}

.error-content .main-heading-text span {
    color: #c4a56b;
}

.error-content P {
    font-size: 18PX;
}

.error-content .sub-heading-text {
    color: #000;
}

/* ABOUTUS SECTION */
.image-block-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.left-part img {
    width: 100%;
}

section.aboutus-section .intro-description {
    margin: 0;
}

section.aboutus-section .main-heading-text {
    color: #000;
}

section.whyus-section .image-block-row {
    align-items: unset;
}

section.whyus-section .left-block {
    width: 50%;
    padding: 6% 5%;
}

section.whyus-section .left-block .heading-group {
    margin-bottom: 50px;
}

section.whyus-section .right-block {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 24px 24px 0;
}

section.whyus-section .right-block img {
    border-radius: 0 24px 24px 0;
    width: 100%;
}

section.whyus-section .image-block-row {
    color: #fff;
    background: #000;
    border-radius: 24px;
    min-height: inherit;
}

.whyus-block {
    display: flex;
}

section.whyus-section .left-block ul li:not(:last-child) {
    margin-bottom: 30px;
}

.why-content {
    flex: 1 0 0;
}

.why-content .intro-description {
    margin: 0;
}

.why-content .heading-group {
    margin-bottom: 18px !important;
}

/* PROPERTY-GRID */
ul.propert-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -12px -8px;
}

ul.propert-grid li {
    width: 25%;
    padding: 0 8px;
    margin: 12px 0;
}

.propert-inner {
    box-shadow: -5px 5px 5px 2px #e7e7e7;
}

.property-short-content {
    background: #fff;
    padding: 20px;
}

.property-names {
    color: #000;
    margin-bottom: 10px;
}

.property-address {
    margin-bottom: 20px;
    color: #949494;
}

ul.property-short-info {
    display: flex;
    flex-wrap: wrap;
    margin: -12px -8px;
}

ul.property-short-info li {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0 8px;
    margin: 12px 0;
}

ul.property-short-info li span {
    margin-left: 10px;
    color: #000;
}

.property-price {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    color: #000;
}

/* SINGLE PROPERTY */
section.single-property {
    background: #f7f7f7;
    overflow: unset;
}

.single-propert-top-left ul.property-short-info li {
    width: auto;
}

.single-propert-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 30px;
}

.single-propert-top-left .property-address {
    color: #000;
}

.single-propert-top-right .property-price {
    display: block;
}

.single-propert-top-right .property-price h4 {
    text-align: right;
    margin-bottom: 20px;
}

.single-propert-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
    position: relative;
}

.single-propert-bottom-left {
    width: 70%;
    padding: 0 15px;
}

.single-propert-bottom-right {
    width: 30%;
    padding: 0 15px;
}

.property-gallery {
    padding-bottom: 30px;
    border-bottom: 1px solid #4F4F4F;
}

.property-gallery ul .slick-slide img {
    width: 100%;
    border-radius: 20px;
}

.property-form {
    padding: 25px;
    border-radius: 20px;
    background: #fff;
}

.property-form .main-heading-text {
    color: #000;
}

.property-form textarea {
    height: 150px;
}

.property-form button {
    width: 100%;
    border: none;
    outline: none;
}

.single-property-descreption {
    margin-top: 30px;
}

.single-property-details {
    padding: 25px;
    background: #fff;
    color: #000;
    border-radius: 20px;
    margin-bottom: 30px;
}

.single-property-details ul li {
    width: 50%;
    padding: 0 6px;
    margin: 6px 0;
    display: flex;
    align-items: center;
}

.single-property-details ul {
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}

.single-property-details .main-heading-text {
    font-weight: 700;
}

.text {
    font-weight: 700;
    flex: 1 0 0;
}

.value {
    flex: 1 0 0;
}

.single-property-details .intro-description {
    margin: 0;
}

.property-location iframe {
    border-radius: 20px;
    width: 100%;
    height: 300px;
}

.property-video iframe {
    border-radius: 20px;
    width: 100%;
}

ul.features {
    padding-left: 10px;
}

ul.features li {
    width: 33.33%;
    position: relative;
    padding-left: 20px;
}

ul.features li::before {
    content: "\2022";
    position: absolute;
    left: 0;
}

.property-form {
    position: sticky;
    top: 100px;
    position: -webkit-sticky;
}

/* DISCOVER SECTION */
section.discover-section {
    /* background: #000; */
}

.discover-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 25px;
}

.discover-content {
    /* color: #fff; */
}

.discover-content .heading-group {
    margin-bottom: 50px;
}

.discover-content .intro-description {
    margin: 0;
}

li.tablinks.button {
    background: #fff;
    color: #000;
}

button.button.tablinks.active {
    background: #C4A56B;
    color: #fff;
}

button.button.tablinks {
    outline: none;
    border-style: none;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.tab-content .propert-inner {
    box-shadow: none;
}

.tab-content {
    display: none;
    overflow: hidden;
}

.active-tab {
    display: block;
}

.tab-content ul.propert-grid {
    animation: slide-down 2s ease-out;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }
}

.see-all {
    text-align: center;
}

.tab-content-wrap {
    margin-bottom: 50px;
}

.client-details {
    display: none;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.client-details {
    display: none;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.section.hero-banner {
    padding: 300px 0 250px;
}

.block-content .intro-description {
    display: none;
}

.block-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.inner-banner-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.inner-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.section.p-0.inner-banner {
    padding: 250px 0 150px;
}

.image-row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.image-box {
    width: 33.33%;
    margin: 15px 0;
    padding: 0 15px;
}

.image-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.image-box>div {
    height: 100%;
    display: flex;
    flex-direction: column;
}

a.image-box-wrap {
    height: 100%;
}

.image-box h5 {
    width: 100%;
    padding: 10px;
    background: #000;
    color: #fff;
    text-align: center;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.form-col {
    width: 50%;
    padding: 0 15px;
    margin: 15px 0;
}

.form-col:last-child {
    width: 100%;
}

.form-col textarea {
    height: 250px;
}

.property-alerts ul {
    margin-bottom: 30px;
    list-style: disc;
    padding-left: 20px;
}

.property-alerts ul li:not(:last-child) {
    margin-bottom: 16px;
}

.wp-block-heading {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

ul.wp-block-list li {
    list-style: disc;
}

ul.wp-block-list li:not(:last-child) {
    margin-bottom: 8px;
}

ul.wp-block-list {
    margin-left: 20px;
    margin-bottom: 20px;
}

.discover-section .button {
    margin-top: 30px;
}

.discover-section .image-box h5 {
    background: #000;
    color: #fff;
}

.title {
    display: none;
}

ul.rating {
    margin: 0;
}

section.section.testimonial-section {
    overflow: hidden;
}

.block-wrap {
    margin-bottom: 40px;
}

.option-slider .slick-track {
    margin: 0 -10px;
}

.sold-property .main-heading-text {
    color: #000;
}

.map {
    line-height: 1;
}

.icon img {
    width: 30px;
}
.form-btn {
    margin-top: 12px;
}
/* Landing Page */
.page-template-landing-page  header.site-header , .page-template-landing-page footer.site-footer {
    display: none;
}
.page-header .button i {
    margin-left: 0;
    transform: unset;
    transition: 0.5s ease all;
    margin-right: 10px;
}
header.page-header, footer.page-footer {
    background: #000000;
    padding: 20px 0;
}

header.page-header .headre-row {
    padding: 0;
}
.grid-col p > label {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
}

input[type="radio"] {
    width: auto;
    height: auto;
    border-radius: 50%;
    padding: 10px;
    appearance: auto;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-list-item:not(:last-child) {
    margin: 0 12px 0 0;
}
.landing-top {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 50px;
}

section.landing-section {
    color: #fff;
}

.left-part .image {
    position: relative;
    padding-top: 80%;
	margin-bottom: 30px;
}

.left-part .image img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.landing-section ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s all;
    font-size: 18px;
    vertical-align: middle;
    font-weight: 700;
    color: #c4a56b;
}

.landing-section ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.landing-section ul li:last-child {
    margin-bottom: 0;
}

.landing-section .image-block-row {
    align-items: flex-start;
}

.landing-section .right-part {
    padding: 30px;
    background: #000;
    border-radius: 20px;
	border: 1px solid #ccc;
}

.landing-section span.overlay, .landing-last-section span.overlay{
    opacity: 0.9;
}

.landing-top .main-heading {
    margin: 0 0 16px 0;
}
section.landing-last-section {
    color: #fff;
}
.landing-last-section .left-part .image{
	margin-bottom:0;
}
.landing-last-section .image-block-row{
	margin-bottom:30px;
}
.landing-middle-section .image-block-row{
	align-items:unset;
}
.landing-block .intro-description {
    margin-bottom: 0;
}
.landing-block:not(:last-child) {
    margin-bottom: 30px;
}
.landing-middle-section .image {
    padding-top: 70%;
}

.landing-middle-section .image:last-child {
    margin-bottom: 0;
}

.landing-middle-section .main-heading-text {
    color: #000;
}

.landing-bot h3 {
    margin-top: 30px;
    color: #c4a56b;
    font-weight: 700;
}

.landing-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/* THANK YOu */
.error-icon {
    padding: 20px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #c4a56b;
    font-size: 100px;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 30px;
}

ul.social-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.social-icon li:not(:last-child){
	margin-right: 20px;
}

ul.social-icon li a {
    width: 60px;
    height: 60px;
    background: #2c3338;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 22px;
}

ul.social-icon li a:hover{
	background:#c4a56b;
}

.page-template-thankyou .inner-banner-row .heading-group {
    margin: 0;
}
.error .big-font {
    color: #000;
}
/*  */
.landing-last-section .main-heading-text {
    font-size: 44px;
}