@charset 'UTF-8';
/*-----------------------------------------------------------------------------------
        Theme Name: Lavender
        File Name: Style.css
        Author: Lavender
        Version: 1.0.0
-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------

[CONTENT]


-1   Global
-2   Form Widget
-3   Breadcrumbs Widget
-4   Button Widget
-5   Title Widget
-6   Signup/Signin Widget
-7   Header Widget
-8   States Widget
-9   Neighborhood Widget
-10  Property Widget
-11  Property Page Widgets
--11-1  Property Title Widget
--11-2  Property Price Widget
--11-3  Property Features Widget
--11-4  Property Actions Widget
--11-5  Property Gallery Widget
--11-6  Property Appliances Widget
--11-7  Property Plan Widget
--11-8  Property Nearby Widget
--11-9  Property Review Widget
--11-10 Property Booking Widget
--11-11 Property Weather Widget
--11-12 Property Mortgage Calculator Widget
-12 Agents Widgets
-13 Agent Widget
-14 Compare Widget
-15 About Us Widget
-16 Solutions Widget
-17 Video Widget
-18 Partners Widget
-19 Team Widget
-20 Contact Us Widget
-21 Posts Widget
-22 Post Widget
-23 Sidebar Widgets
-24 Gallery Widgets
-25 Newsletter Widget
-26 Footer Widget
-27 Profile Widget
-28 Property Wizard Widgets
-29 Home Widgets
-30 404 Widget

/*-------------------------------------- 1- Global --------------------------------------*/

:root {
    --Primary-Color: linear-gradient(225deg, rgb(130, 85, 155), rgb(165, 90, 155));
    --Secondary-Color: linear-gradient(180deg, rgb(255, 185, 80) 0, rgb(255, 215, 125) 100%);
    --Third-Color: linear-gradient(225deg, rgb(80, 90, 100) 0%, rgb(125, 135, 150));
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans-Medium';
    src: url('../fonts/OpenSans-Medium.ttf');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../fonts/OpenSans-ExtraBold.ttf');
}

body {
    font-family: 'OpenSans-Regular';
    font-size: 1rem;
    color: rgb(55, 55, 55);
}

html,
body {
    height: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a {
    transition: all .25s ease-in-out;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    line-height: 1.5;
}

h1,
.h1 {
    font-size: 1.625rem;
    line-height: 1.5;
}

h2,
.h2 {
    font-size: 1.5rem;
    line-height: 1.5;
}

h3,
.h3 {
    font-size: 1.375rem;
    line-height: 1.5;
}

h4,
.h4 {
    font-size: 1.25rem;
    line-height: 1.5;
}

h5,
.h5 {
    font-size: 1.125rem;
    line-height: 1.5;
}

h6,
.h6 {
    font-size: 1rem;
    line-height: 1.5;
}

button:focus,
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.q-btn {
    display: inline-block;
    padding: 10px 30px;
    font-size: .875rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    overflow: hidden;
    border: 0;
    border-radius: 300px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.q-btn.q-btn-sm {
    padding: 5px 20px;
    font-size: .85rem;
}

.q-btn-outline {
    outline: 2px solid rgb(145, 115, 170);
    outline-offset: 5px;
}

.q-btn:hover {
    color: rgb(255, 255, 255);
    opacity: .85;
}

.q-btn:active {
    transform: scale(0.95);
}

.q-rss a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgb(255, 200, 105) 0%, rgb(250, 165, 15) 100%);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(20, 20, 45, 0.085);
}

.q-rss a:hover {
    opacity: .85;
}

.q-bookmark a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #11D436 0%, #52F170 100%);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(20, 20, 45, 0.085);
}

.q-bookmark a:hover {
    opacity: .85;
}

.q-sort {
    width: 200px;
}

.q-sort select {
    font-family: 'OpenSans-Medium';
    border: 0;
}

.q-sort select:focus {
    outline: 0;
}

.q-view ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.q-view ul li {
    display: inline-block;
}

.q-view ul li span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(20, 20, 45, 0.085);
}

.q-view ul li span.q-active {
    background: var(--Secondary-Color);
}

.q-view ul li span:hover {
    opacity: .85;
}

/*-------------------------------------- 2- Form Widget --------------------------------------*/

.q-form .q-input,
.q-form .q-select {
    position: relative;
}

.q-form .q-input label,
.q-form .q-select label {
    display: block;
    font-family: 'OpenSans-Medium';
    font-size: .95rem;
    color: rgb(85, 85, 85);
}

.q-form .q-input.q-light label,
.q-form .q-select.q-light label {
    color: rgb(255, 255, 255);
}

.q-form .q-input input,
.q-form .q-select select,
.q-form .q-textarea textarea {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: transparent;
    border: 0;
    border-radius: 300px;
    box-shadow: 0 0 5px rgba(20, 20, 45, .15);
    transition: all .15s ease-in-out;
}

.q-form .q-input.q-light input,
.q-form .q-select.q-light select,
.q-form .q-textarea.q-light textarea {
    background: transparent;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
}

.q-form .q-input.q-light input::placeholder,
.q-form .q-select.q-light select::placeholder,
.q-form .q-textarea.q-light textarea::placeholder {
    color: rgb(255, 255, 255);
}

.q-form .q-input.q-light input:focus,
.q-form .q-select.q-light select:focus,
.q-form .q-textarea.q-light textarea:focus {
    background: transparent;
}

.q-form .q-input.q-light span,
.q-form .q-select.q-light span,
.q-form .q-textarea.q-light span,
.q-form .q-input.q-light div,
.q-form .q-select.q-light div,
.q-form .q-textarea.q-light div {
    color: rgb(255, 255, 255);
}

.q-form .q-textarea textarea {
    height: 150px;
    border-radius: 15px;
    resize: none;
}

.q-form .q-input input:focus,
.q-form .q-select select:focus,
.q-form .q-textarea textarea:focus {
    background: rgb(245, 245, 245);
    outline: 0;
}

.q-form .q-input.q-active input,
.q-form .q-select.q-active select,
.q-form .q-textarea.q-active textarea {
    font-family: 'OpenSans-Medium';
}

.q-form .q-input .q-icon,
.q-form .q-select .q-icon,
.q-form .q-textarea .q-icon {
    position: relative;
}

.q-form .q-input .q-icon input,
.q-form .q-select .q-icon select,
.q-form .q-textarea .q-icon textarea {
    padding: 0 10px 0 35px;
}

.q-form .q-input .q-icon i,
.q-form .q-select .q-icon i,
.q-form .q-textarea .q-icon i {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.25rem;
    line-height: 1.25;
    color: rgb(125, 125, 125);
    z-index: 1;
}

.q-form .q-input.q-light .q-icon i,
.q-form .q-select.q-light .q-icon i,
.q-form .q-textarea.q-light .q-icon i {
    color: rgb(255, 255, 255);
}

.q-form .q-nested {
    display: flex;
}

.q-form .q-nested .q-select {
    flex: 50%;
}

.q-form .q-switch {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.q-form .q-switch label {
    width: 50px;
    height: 25px;
    display: block;
    position: relative;
    border-radius: 300px;
    cursor: pointer;
}

.q-form .q-switch .q-input {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.q-form .q-switch .q-label {
    position: relative;
    display: block;
    height: inherit;
    background: linear-gradient(180deg, rgb(150, 165, 165) 0%, rgb(125, 135, 135) 100%);
    border-radius: inherit;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}

.q-form .q-switch .q-label:before,
.q-form .q-switch .q-label:after {
    position: absolute;
    top: 10px;
    line-height: .5;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.q-form .q-switch.q-primary .q-input:checked~.q-label {
    background: var(--Primary-Color);
}

.q-form .q-switch.q-secondary .q-input:checked~.q-label {
    background: var(--Secondary-Color);
}

.q-form .q-switch .q-input:checked~.q-label:before {
    opacity: 0;
}

.q-form .q-switch .q-input:checked~.q-label:after {
    opacity: 1;
}

.q-form .q-switch .q-handle {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.q-form .q-switch .q-input:checked~.q-handle {
    left: 30px;
}

.q-form .q-checkboxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.q-form .q-checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-form .q-checkbox input[type='checkbox'] {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(20 20 45 / 15%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
}

.q-form .q-checkbox input[type='checkbox']:checked {
    background: var(--Primary-Color);
}

.q-form .q-button {
    width: 100%;
    height: 45px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 300px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
    transition: all .15s ease-in-out;
}

.q-form .q-button.q-primary {
    background: var(--Primary-Color);
}

.q-form .q-button.q-secondary {
    background: var(--Secondary-Color);
}

.q-form .q-button.q-width {
    width: initial;
    padding: 0 30px;
}

.q-form .q-button.q-outline {
    outline: 2px solid rgb(115, 80, 145);
    outline-offset: 5px;
}

.q-form .q-button:active {
    transform: scale(0.95);
}

.q-form .q-button:hover {
    opacity: .85;
}


.q-form .q-input.q-bg-light input,
.q-form .q-select.q-bg-light select,
.q-form .q-textarea.q-bg-light textarea {
    background: rgb(255, 255, 255);
}

.q-form .q-input.q-bg-light .q-icon i,
.q-form .q-select.q-bg-light .q-icon i,
.q-form .q-textarea.q-bg-light .q-icon i {
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-form .q-select.q-bg-light .chosen-container-single .chosen-single {
    background: rgb(255, 255, 255);
}

.q-form.q-v2-form .q-input,
.q-form.q-v2-form .q-textarea {
    position: relative;
}

.q-form.q-v2-form .q-input .q-label,
.q-form.q-v2-form .q-textarea .q-label {
    padding: 0 5px;
    position: absolute;
    top: -10px;
    left: 15px;
    background: rgb(255, 255, 255);
    color: rgb(85, 85, 85);
}

.q-form.q-v2-form .q-input .q-label.q-req,
.q-form.q-v2-form .q-textarea .q-label.q-req {
    padding: 0 15px 0 5px;
}

.q-form.q-v2-form .q-input .q-label i,
.q-form.q-v2-form .q-textarea .q-label i {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: .60rem;
    background: linear-gradient(180deg, rgb(250, 10, 10) 0%, rgb(255, 100, 100) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-form.q-v2-form .q-input input,
.q-form.q-v2-form .q-textarea textarea {
    width: 100%;
    height: inherit;
    padding: 5px 10px 0;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(95, 95, 95, .5);
    border-radius: .5rem;
    box-shadow: none;
}

.q-form.q-v2-form .q-textarea textarea {
    height: 150px;
    padding: 5px 10px 10px;
    border-radius: 15px;
    resize: none;
}

.q-form.q-v2-form .q-input.q-active input,
.q-form.q-v2-form .q-select.q-active select,
.q-form.q-v2-form .q-textarea.q-active textarea {
    font-family: 'OpenSans-Bold';
}

.q-form.q-v2-form .q-input input:focus,
.q-form.q-v2-form .q-select select:focus,
.q-form.q-v2-form .q-textarea textarea:focus {
    background: transparent;
    outline: 0;
}

.q-form.q-v2-form .q-input .q-des {
    display: block;
    font-size: .80rem;
    opacity: .5;
}

.q-form.q-v2-form .q-input .q-rate {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.15rem;
}

/*-------------------------------------- 3- Breadcrumbs Widget --------------------------------------*/

.q-breadcrumbs-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    padding: 5px 0;
    position: relative;
    background: rgb(245, 245, 245);
    color: rgb(115, 115, 115);
    font-size: .875rem;
}

.q-breadcrumbs-section nav ul li {
    display: inline-block;
    padding: 0 10px 0 0;
    position: relative;
}

.q-breadcrumbs-section nav ul li:before {
    content: ' / ';
    position: absolute;
    top: 0;
    right: 0;
}

.q-breadcrumbs-section nav ul li:last-child:before {
    display: none;
}

.q-breadcrumbs-section nav ul li a {
    display: block;
    color: rgb(35, 35, 35);
}

/*-------------------------------------- 4- Button Widget --------------------------------------*/

.q-btn-slide {
    position: relative;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    font-weight: normal;
    border-radius: 300px;
}

.q-btn-slide:before {
    content: attr(q-hover);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transition: all .25s ease-in-out;
}

.q-btn-slide:hover {
    color: rgb(255, 255, 255);
}

/*------------ Top ------------*/

.q-btn-slide-top:before {
    transform: translate(0, -250%);
}

.q-btn-slide-top:hover:before {
    opacity: 1;
    transform: translate(0, -50%);
}

.q-btn-slide-top span {
    display: block;
    transition: all .25s ease-in-out;
}

.q-btn-slide-top:hover span {
    opacity: 0;
    transform: translate(0, 250%)
}

/*------------ Right ------------*/

.q-btn-slide-right:before {
    transform: translate(100%, -50%);
}

.q-btn-slide-right:hover:before {
    opacity: 1;
    transform: translate(0, -50%);
}

.q-btn-slide-right span {
    display: block;
    transition: all .25s ease-in-out;
}

.q-btn-slide-right:hover span {
    opacity: 0;
    transform: translate(100%, 0)
}

/*------------ Bottom ------------*/

.q-btn-slide-bottom:before {
    transform: translate(0, 250%);
}

.q-btn-slide-bottom:hover:before {
    opacity: 1;
    transform: translate(0, -50%);
}

.q-btn-slide-bottom span {
    display: block;
    transition: all .25s ease-in-out;
}

.q-btn-slide-bottom:hover span {
    opacity: 0;
    transform: translate(0, -250%)
}

/*------------ Left ------------*/

.q-btn-slide-left:before {
    transform: translate(-100%, -50%);
}

.q-btn-slide-left:hover:before {
    opacity: 1;
    transform: translate(0, -50%);
}

.q-btn-slide-left span {
    display: block;
    transition: all .15s ease-in-out;
}

.q-btn-slide-left:hover span {
    opacity: 0;
    transform: translate(100%, 0)
}

/*------------ Cube ------------*/

.q-btn-border {
    padding: 0;
    position: relative;
    overflow: visible;
    border-radius: 0;
}

.q-btn-border:before,
.q-btn-border:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: var(--Primary-Color);
    transition: all 0.3s ease;
}

.q-btn-border:before {
    width: 2px;
    height: 0;
}

.q-btn-border:after {
    width: 0;
    height: 2px;
}

.q-btn-border:hover {
    background: transparent;
    color: rgb(145, 115, 170);
}

.q-btn-border:hover:before {
    height: 100%;
}

.q-btn-border:hover:after {
    width: 100%;
}

.q-btn-border span {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 30px;
    position: relative;
}

.q-btn-border span:before,
.q-btn-border span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--Primary-Color);
    transition: all 0.25s ease;
}

.q-btn-border span:before {
    content: '';
    width: 2px;
    height: 0;
}

.q-btn-border span:hover:before {
    height: 100%;
}

.q-btn-border span:after {
    width: 0;
    height: 2px;
}

.q-btn-border span:hover:after {
    width: 100%;
}

/*-------------------------------------- 5- Title Widget --------------------------------------*/


.q-title-section {
    width: 100%;
    display: inline-block;
    position: relative;
}

.q-title-section .q-title {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-title-section .q-title span {
    font-size: 1.5rem;
    line-height: 1;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-heading-section {
    width: 100%;
    display: inline-block;
    position: relative;
}

.q-heading-section .q-heading {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px;
    text-align: center;
}

.q-heading-section .q-heading .q-icon {
    margin: 0 0 30px;
}

.q-heading-section .q-heading .q-icon span {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(20, 20, 45, 0.085);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.q-heading-section .q-heading .q-icon.q-primary span {
    background: var(--Primary-Color);
}

.q-heading-section .q-heading .q-icon.q-secondary span {
    background: var(--Secondary-Color);
}

.q-heading-section .q-heading strong {
    display: block;
    position: relative;
    font-size: 2rem;
}

.q-heading-section .q-heading strong:before {
    content: attr(title);
    width: 100%;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    font-size: 3.5rem;
    line-height: 1;
    text-transform: uppercase;
    color: rgb(85, 85, 85);
    -webkit-text-fill-color: rgb(255, 255, 255);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    opacity: .15;
    z-index: -1;
}

.q-heading-section .q-heading p {
    margin: 5px 0;
    padding: 0 15px;
    color: rgb(85, 85, 85);
}

.q-heading-section.q-light .q-heading strong {
    color: rgb(255, 255, 255);
}

.q-heading-section.q-light .q-heading strong:before {
    -webkit-text-stroke-color: rgb(255, 255, 255);
}

@media screen and (max-width: 991px) {

    .q-heading-section .q-heading {
        margin: 15px 0;
    }

    .q-heading-section .q-heading strong {
        font-size: 1.5rem;
    }

    .q-heading-section .q-heading strong:before {
        display: none;
    }
}

/*-------------------------------------- 6- Signup/Signin Widget --------------------------------------*/


.q-signup-section {
    position: relative;
}

.q-signup-section .q-cover-section {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
}

.q-signup-section .q-cover-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    opacity: .85;
}

.q-signup-section .q-cover-section .q-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    color: rgb(255, 255, 255);
    text-align: center;
}

.q-signup-section .q-cover-section .q-content img {
    max-width: 135px;
    display: block;
    margin: 0 auto;
}

.q-signup-section .q-cover-section .q-content strong {
    display: block;
    margin: 15px 0 5px;
    color: rgb(255, 255, 255);
}

.q-signup-section .q-cover-section .q-content p {
    margin: 0 0 15px;
}

.q-signup-section .q-cover-section .q-content a {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: 'OpenSans-Medium';
    background: rgb(255, 255, 255);
    border-radius: 300px;
}

.q-signup-section .q-cover-section .q-content a span {
    display: block;
    margin: 0;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-signup-section .q-cover-section .q-content a:active {
    transform: scale(0.95);
}

.q-signup-section .q-title {
    width: 100%;
    display: block;
    margin: 0 0 30px;
    text-align: center;
}

.q-signup-section .q-title .q-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-signup-section .q-title strong {
    display: block;
    margin: 5px 0;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-signup-section .q-form {
    padding: 0 180px;
    position: relative;
}

.q-signup-section .q-form .q-signin {
    display: block;
    margin: 15px 0;
}

.q-signup-section .q-form .q-signin a {
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-signup-section .q-form .q-password {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 15px 0;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-signup-section .q-form .q-social {
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
}

.q-signup-section .q-form .q-social ul {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 0 300px 300px 0;
}

.q-signup-section .q-form .q-social ul li {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}

.q-signup-section .q-form .q-social ul li a {
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
}

@media screen and (max-width: 1260px) {
    .q-signup-section .q-form {
        padding: 0 60px;
    }
}

@media screen and (max-width: 991px) {
    .q-signup-section {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .q-signup-section .q-cover-section,
    .q-signup-section .q-form .q-social {
        display: none;
    }

    .q-signup-section .q-form {
        padding: 0 15px;
    }
}

/*-------------------------------------- 7- Header Widget --------------------------------------*/


.q-offcanvas-section .q-offcanvas {
    width: 100%;
    border: 0;
}

.q-offcanvas-section nav ul li {
    width: 100%;
    display: inline-block;
    position: relative;
}

.q-offcanvas-section nav ul li a {
    display: block;
    padding: 10px;
    position: relative;
    font-family: 'OpenSans-Medium';
    color: rgb(35, 35, 35);
    border-radius: 5px;
}

.q-offcanvas-section nav ul li ul {
    display: none;
    margin: 15px 0;
    padding: 0 0 0 15px;
    position: relative;
    font-size: .95rem;
}

.q-offcanvas-section nav ul li ul:before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    background: var(--Primary-Color);
    border-radius: 300px;
}

.q-offcanvas-section nav ul li.dropdown>a:before {
    content: '\F0140';
    position: absolute;
    top: 10px;
    right: 0;
    font-family: 'Material Design Icons';
    font-size: 1.5rem;
    line-height: 1;
}

.q-offcanvas-section nav ul li.dropdown a:hover:before {
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-offcanvas-section nav ul li a:hover,
.q-offcanvas-section nav ul li a.q-active {
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-offcanvas-section nav ul li ul li {
    width: 100%;
    padding: 0;
}

.q-offcanvas-section nav ul li ul li a {
    color: rgb(85, 85, 85);
    border-bottom: 1px solid rgba(230, 230, 230, .5);
}

.q-offcanvas-section nav ul li ul li:last-child a {
    border-bottom: 0;
}

.q-header-section {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transition: all .25s ease-in-out;
    z-index: 35;
}

.q-header-section .q-logo {
    display: block;
}

.q-header-section .q-menu ul li {
    display: inline-block;
    position: relative;
}

.q-header-section .q-menu ul li a {
    display: block;
    padding: 5px 10px;
    position: relative;
    font-family: 'OpenSans-Medium';
    color: rgb(35, 35, 35);
    text-align: center;
}

.q-header-section .q-menu ul li.dropdown {
    padding: 0 10px 0 0;
}

.q-header-section .q-menu ul li.dropdown>a:before {
    content: '\F0140';
    position: absolute;
    top: 5px;
    right: -15px;
    font-family: 'Material Design Icons';
    font-size: 1.35rem;
    line-height: 1.15;
}

.q-header-section .q-menu ul li a:hover,
.q-header-section .q-menu ul li a:hover:before {
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-header-section .q-menu ul li:before,
.q-header-section .q-menu ul li:after {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    transition: all .35s ease;
    opacity: 0;
}

.q-header-section .q-menu ul li:before {
    content: '';
    right: 0;
    top: 0;
    border-top: 2px solid rgb(165, 90, 155);
    border-right: 2px solid rgb(165, 90, 155);
    transform: translate(-100%, 50%);
}

.q-header-section .q-menu ul li:after {
    content: '';
    left: 0;
    bottom: 0;
    border-bottom: 2px solid rgb(165, 90, 155);
    border-left: 2px solid rgb(165, 90, 155);
    transform: translate(100%, -50%)
}

.q-header-section .q-menu ul li:hover:before,
.q-header-section .q-menu ul li:hover:after {
    transform: translate(0, 0);
    opacity: 1;
}

.q-header-section .q-menu ul li ul {
    min-width: 250px;
    display: none;
    margin: 15px 0;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: .95rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 5px;
    animation: rotateY 300ms ease-in-out forwards;
    transform-origin: top center;
    perspective: 1000px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    z-index: 1080;
}

.q-header-section .q-menu ul li ul li:before,
.q-header-section .q-menu ul li ul li:after {
    display: none;
}

.q-header-section .q-menu ul li ul li ul {
    top: 0;
    left: 100%;
}

@-moz-keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }

    80% {
        transform: rotateY(-10deg);
    }

    100% {
        transform: rotateY(0);
    }
}

@-webkit-keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }

    80% {
        transform: rotateY(-10deg);
    }

    100% {
        transform: rotateY(0);
    }
}

@keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }

    80% {
        transform: rotateY(-10deg);
    }

    100% {
        transform: rotateY(0);
    }
}

.q-header-section .q-menu ul li:hover>ul {
    display: block;
    margin: 0;
}

.q-header-section .q-menu ul li ul li:hover>ul {
    display: block;
}

.q-header-section .q-menu ul li ul li,
.q-header-section .q-menu ul li ul li.dropdown {
    width: 100%;
    padding: 0 5px;
}

.q-header-section .q-menu ul li ul li.dropdown>a:before {
    right: 0;
}

.q-header-section .q-menu ul li ul li a {
    padding: 5px;
    text-align: left;
}

.q-header-section .q-action {
    display: flex;
    justify-content: flex-end;
}

.q-header-section .q-action a {
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 35px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 300px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    transition: all .15s ease-in-out;
}

.q-header-section .q-action a:hover {
    opacity: .85;
}

.q-header-section .q-action a:active {
    transform: scale(0.95);
}

.q-header-section .q-action .q-responsive {
    display: none;
}

.q-header-section.q-header {
    position: absolute;
    background: transparent;
    box-shadow: none;
}

.q-header-section.q-header .q-action a {
    background: var(--Secondary-Color);
}

.q-header-section.q-header .q-menu ul li a {
    color: rgb(255, 255, 255);
}

.q-header-section.q-header .q-menu ul li ul li a {
    color: rgb(55, 55, 55);
}

.q-header-section.q-header .q-menu ul li a:hover,
.q-header-section.q-header .q-menu ul li a:hover:before {
    background: linear-gradient(180deg, rgb(255, 200, 105) 0%, rgb(250, 165, 15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-header-section.q-header .q-menu ul li:before,
.q-header-section.q-header .q-menu ul li:after {
    border-color: rgb(255, 200, 105);
}

.q-header-section.q-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

@media screen and (max-width: 991px) {

    .q-header-section .q-action a {
        width: inherit;
        height: inherit;
        display: inline-block;
        padding: 5px;
        font-size: 1.5rem;
        background: var(--Primary-Color);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .q-header-section.q-header .q-action a {
        width: inherit;
        height: inherit;
        display: inline-block;
        padding: 5px;
        font-size: 1.5rem;
        background: linear-gradient(180deg, rgb(255, 200, 105) 0%, rgb(250, 165, 15) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .q-header-section .q-action span {
        display: none;
    }

    .q-header-section .q-action .q-responsive {
        display: block;
    }
}

/*-------------------------------------- 8- States Widget --------------------------------------*/

.q-states-section .q-state {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 30px;
    color: rgb(35, 35, 35);
    text-align: center;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 15px;
}

.q-states-section .q-state figure {
    display: flex;
    align-items: center;
    justify-content: center;
}

.q-states-section .q-state span {
    display: block;
    margin: 0 0 15px;
    font-size: .95rem;
    color: rgb(85, 85, 85);
}

.q-states-section .q-state ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: 'OpenSans-Medium';
    background: var(--Third-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-states-section .q-state ul li {
    display: inline-block;
}

.q-states-section .q-state:hover {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}

.q-states-section .q-state:hover ul {
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 991px) {
    .q-states-section .col {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media screen and (max-width: 767px) {
    .q-states-section .col {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media screen and (max-width: 576px) {
    .q-states-section .col {
        flex: 0 0 auto;
        width: 100%;
    }
}

/*-------------------------------------- 9- Neighborhood Widget --------------------------------------*/

.q-neighborhood-section .q-neighborhood {
    width: 100%;
    display: inline-block;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 15px;
}

.q-neighborhood-section .q-neighborhood:active {
    transform: scale(0.95);
}

.q-neighborhood-section .q-neighborhood figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: all .25s ease-in-out;
}

.q-neighborhood-section .q-neighborhood figure:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .5));
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 25s ease-in-out;
}

.q-neighborhood-section .q-neighborhood:hover {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 25%);
}

.q-neighborhood-section .q-neighborhood figure .q-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: rgb(255, 255, 255);
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-title h2 {
    margin: 0 0 5px;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-title p {
    font-size: .875rem;
    text-transform: capitalize;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0 5px;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul li {
    display: inline-block;
    margin: 0 -5px;
    -webkit-transition: opacity 0.85s, -webkit-transform 0.85s;
    transition: opacity 0.85s, transform 0.85s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul li img {
    width: 35px;
    height: 35px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    object-fit: cover;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul li:first-child {
    -webkit-transition-delay: 0.10s;
    transition-delay: 0.10s;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul li:nth-of-type(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul li:nth-of-type(3) {
    -webkit-transition-delay: 0.20s;
    transition-delay: 0.20s;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul li:nth-of-type(4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul li:nth-of-type(5) {
    -webkit-transition-delay: 0.30;
    transition-delay: 0.30;
}

.q-neighborhood-section .q-neighborhood:hover figure .q-content .q-info .q-agents ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 90px, 0);
    transform: translate3d(0, 90px, 0);
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-stats ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    opacity: .85;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-stats ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    -webkit-transition: opacity 0.85s, -webkit-transform 0.85s;
    transition: opacity 0.85s, transform 0.85s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-stats ul li:first-child {
    -webkit-transition-delay: 0.10s;
    transition-delay: 0.10s;
}

.q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-stats ul li:nth-of-type(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.q-neighborhood-section .q-neighborhood:hover figure .q-content .q-info .q-stats ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 90px, 0);
    transform: translate3d(0, 90px, 0);
}

.q-neighborhood-section .q-neighborhood figure img {
    width: 100%;
    border-radius: 15px;
}

.q-neighborhood-section .q-neighborhood.q-up .q-content .q-title {
    position: absolute;
    top: 15px;
    left: 15px;
}

@media screen and (max-width: 576px) {

    .q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-agents ul {
        justify-content: center;
        margin: 0 0 15px;
    }

    .q-neighborhood-section .q-neighborhood figure .q-content .q-info .q-stats ul {
        justify-content: center;
    }
}

/*-------------------------------------- 10- Property Widget --------------------------------------*/

.q-search-section .q-section {
    width: 100%;
    display: inline-block;
    padding: 20px 0 15px;
    position: relative;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 25;
}

.q-map-section {
    width: 100%;
    height: 600px;
    display: inline-block;
    position: relative;
}

.q-map-section.q-fixed {
    width: 50%;
    height: 100vh;
    margin: 225px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}

.q-map-section.q-fixed .q-map {
    border-bottom-right-radius: 15px;
}

.q-map-section .q-map {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.q-properties-section.q-fixed {
    width: 50%;
    height: 100vh;
    float: right;
    padding: 0 0 0 15px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    position: relative;
    z-index: 15;
}

.q-properties-section.q-fixed .q-scroll {
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
}

.q-property-section .q-property {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 10px;
    background: rgb(255, 255, 255);
    color: rgb(35, 35, 35);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 15px;
    transition: all .25s ease-in-out;
}

.q-property-section .q-property:hover {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.q-property-section .q-property:active {
    transform: scale(0.95);
}

.q-property-section .q-property a {
    display: block;
    color: rgb(35, 35, 35);
}

.q-property-section .q-property figure {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: all .25s ease-in-out;
    box-shadow: 0 0 5px rgb(20 20 45 / 15%);
}

.q-property-section .q-property figure .q-tags {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    transition: all .25s ease-in-out;
}

.q-property-section .q-property figure .q-tags span {
    width: 100px;
    display: block;
    margin: 0 0 5px;
    padding: 5px 10px;
    font-size: .80rem;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    -webkit-transition: opacity 0.85s, -webkit-transform 0.85s;
    transition: opacity 0.85s, transform 0.85s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.q-property-section .q-property:hover .q-tags span {
    opacity: 1;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

.q-property-section .q-property figure .q-tags span:first-child {
    -webkit-transition-delay: 0.10s;
    transition-delay: 0.10s;
}

.q-property-section .q-property figure .q-tags span:nth-of-type(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.q-property-section .q-property figure .q-tags span:nth-of-type(3) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.q-property-section .q-property figure .q-tags span:nth-of-type(4) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.q-property-section .q-property figure span.q-open {
    background: linear-gradient(180deg, rgb(15, 215, 55) 0%, rgb(80, 240, 110) 100%)
}

.q-property-section .q-property figure span.q-offer {
    background: linear-gradient(180deg, rgb(250, 10, 10) 0%, rgb(255, 100, 100) 100%)
}

.q-property-section .q-property figure span.q-foreclosure {
    background: var(--Third-Color);
}

.q-property-section .q-property figure span.q-featured {
    background: var(--Primary-Color);
}

.q-property-section .q-property figure .q-primary {
    width: 100%;
    transition: all .25s ease-in-out;
}

.q-property-section .q-property figure .q-secondary {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .25s ease-in-out;
}

.q-property-section .q-property:hover figure .q-primary {
    opacity: 0;
}

.q-property-section .q-property:hover figure .q-secondary {
    opacity: 1;
}

.q-property-section .q-property figure img {
    width: 100%;
    height: 185px;
    border-radius: 15px;
}

.q-property-section .q-property .q-price {
    display: block;
    margin: 0 0 5px;
    font-family: 'OpenSans-Bold';
    font-size: 1.125rem;
}

.q-property-section .q-property h3 {
    font-family: 'OpenSans-Medium';
}

.q-property-section .q-property .q-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    color: rgb(85, 85, 85);
}

.q-property-section .q-property .q-content ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-property-section .q-property .q-content ul li span {
    font-size: .875rem;
}

.q-property-section .q-property .q-agent {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-property-section .q-property .q-agent img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-property-section .q-property .q-agent div {
    font-size: .875rem;
    line-height: 1;
    color: rgb(85, 85, 85);
}

.q-property-section .q-property .q-agent strong {
    display: block;
    font-family: 'OpenSans-Medium';
    line-height: 1.5;
}

.q-property-section .q-property .q-agent span {
    width: 150px;
    display: block;
    font-size: .80rem;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.q-property-section .q-property .q-action {
    width: 100%;
    display: inline-block;
    padding: 0 5px;
}

.q-property-section .q-property .q-action ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.25rem;
    gap: 5px;
}

.q-property-section .q-property .q-action ul li {
    display: inline-block;
}

.q-property-section .q-property .q-action ul li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.q-property-section .q-property .q-action ul li a:hover,
.q-property-section .q-property .q-action ul li a.active {
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-property-section .q-pagination {
    bottom: 15px;
}

.q-property-section .q-property.q-list {
    display: flex;
    align-items: center;
    gap: 15px;
}

.q-property-section .q-property.q-list .q-thumbnail {
    width: 30%;
}

.q-property-section .q-property.q-list .q-thumbnail figure {
    margin: 0;
}

.q-property-section .q-property.q-list .q-content {
    width: 70%
}

@media screen and (max-width: 991px) {

    .q-map-section.q-fixed,
    .q-properties-section.q-fixed {
        width: 100%;
        margin: 0;
        position: relative;
    }

    .q-map-section.q-fixed .q-map {
        border-radius: 0;
    }

    .q-properties-section.q-fixed .q-scroll {
        overflow: visible;
    }

    .q-property-section .q-property figure img {
        height: inherit;
    }

    .q-property-section .q-property.q-list {
        flex-direction: column;
    }

    .q-property-section .q-property.q-list .q-thumbnail,
    .q-property-section .q-property.q-list .q-content {
        width: 100%;
    }
}


/*-------------------------------------- 11- Property Page Widgets --------------------------------------*/
/*-------------------------------------- 11-1-- Property Title Widget --------------------------------------*/

.q-property-title-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
}

.q-property-title-section strong {
    color: rgb(95, 95, 95);
}

/*-------------------------------------- 11-2-- Property Price Widget --------------------------------------*/

.q-price-section {
    display: block;
    margin: 0 0 5px;
    font-family: 'OpenSans-Bold';
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 991px) {

    .q-price-section {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 30px;
    }
}

/*-------------------------------------- 11-3-- Property Features Widget --------------------------------------*/

.q-property-features-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
}

.q-property-features-section ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 0;
}

.q-property-features-section ul li .q-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-property-features-section ul li .q-icon i {
    display: block;
    line-height: 1;
    text-shadow: 0 0 5px rgb(85, 55, 210, .25);
}

.q-property-features-section ul li strong {
    font-family: 'OpenSans-Medium';
    color: rgb(85, 85, 85);
}

/*-------------------------------------- 11-4-- Property Actions Widget --------------------------------------*/

.q-actions-section {
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-90deg) translateY(15px);
    transform-origin: top right;
}

.q-actions-section ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.q-actions-section ul li i {
    display: block;
    line-height: 1;
}

.q-actions-section ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: var(--Third-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    transform: rotate(90deg);
}

.q-actions-section ul li a:hover {
    opacity: .85;
}

/*-------------------------------------- 11-5-- Property Gallery Widget --------------------------------------*/

.q-u1-property-gallery-section {
    position: relative;
}

.q-u1-property-gallery-section figure {
    position: relative;
    text-align: center;
}

.q-u1-property-gallery-section figure span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%) scale(.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out 0s;
    z-index: 1;
}

.q-u1-property-gallery-section figure span i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
}

.q-u1-property-gallery-section figure:hover span {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
}

.q-u1-property-gallery-section figure img {
    width: 100%;
    border-radius: 15px;
    filter: drop-shadow(0px 2.5px 10px rgba(20, 20, 45, 0.085));
    object-fit: cover;
}

.q-u2-property-gallery-section figure img {
    width: 100%;
    border-radius: 15px;
    filter: drop-shadow(0px 2.5px 10px rgba(20, 20, 45, 0.085));
    object-fit: cover;
}

@media screen and (max-width: 991px) {

    .q-actions-section {
        margin: 15px 0 30px;
        position: relative;
        transform: inherit;
        text-align: center;
    }

    .q-actions-section ul li a {
        transform: inherit;
    }
}

/*-------------------------------------- 11-6-- Property Appliances Widget --------------------------------------*/

.q-property-details-section .q-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 15px 25px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-property-details-section .q-section ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 5px 0;
}

.q-property-appliances-section .q-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 10px 15px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-property-appliances-section .q-section ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 0;
}

.q-property-appliances-section .q-section ul li .q-icon {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 5px;
}

.q-property-appliances-section .q-section ul li .q-icon i {
    text-shadow: 0 0 5px rgba(85, 55, 210, .25);
}

.q-property-appliances-section .q-section ul li strong {
    font-family: 'OpenSans-Regular';
    font-size: .95rem;
}

/*-------------------------------------- 11-7-- Property Plan Widget --------------------------------------*/

.q-property-plan-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
}

.q-property-plan-section .q-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    padding: 15px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.q-property-plan-section .q-section .q-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 5px 0;
    cursor: pointer;
}

.q-property-plan-section .q-section .q-title[aria-expanded='true'] i:before {
    transform: rotate(180deg);
    transition: all .25s ease-in-out;
}

.q-property-plan-section .q-section .q-title ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-property-plan-section .q-section .q-title ul li {
    display: inline-block;
    padding: 0 0 0 5px;
}

.q-property-plan-section .q-section .q-title ul li span {
    color: rgb(85, 85, 85);
}

.q-property-plan-section .q-section .q-title ul li .q-icon {
    font-size: 1.5rem;
}

.q-property-plan-section .q-section .q-content {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
    font-size: .95rem;
}

.q-property-plan-section .q-section .q-content ul.q-feature {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
}

.q-property-plan-section .q-section .q-content ul.q-feature li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid rgba(80, 80, 80, 0.15);
}

.q-property-plan-section .q-section .q-content ul.q-feature li:last-child {
    border-bottom: 0;
}

.q-property-plan-section .q-section .q-content ul.q-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    text-align: center;
}

.q-property-plan-section .q-section .q-content ul.q-buttons li {
    display: inline-block;
}

.q-property-plan-section .q-section .q-content ul.q-buttons a {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 300px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
    transition: all .15s ease-in-out;
}

.q-property-plan-section .q-section .q-content ul.q-buttons a:hover {
    opacity: .85;
}

@media screen and (max-width: 576px) {

    .q-property-plan-section .q-section .q-title {
        flex-direction: column;
    }
}

/*-------------------------------------- 11-8-- Property Nearby Widget --------------------------------------*/

.q-property-nearby-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
}

.q-property-nearby-section .swiper {
    margin: 0 -10px;
    padding: 10px 5px 0;
}

.q-property-nearby-section .q-nearby {
    width: 100%;
    display: inline-block;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
    cursor: pointer;
    transition: background-image 0.5s linear;
}

.q-property-nearby-section .q-nearby:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: var(--Primary-Color);
    border-radius: 10px;
    transition: opacity 0.15s linear;
    opacity: 0;
    z-index: -1;
}

.q-property-nearby-section .q-nearby .q-icon {
    font-size: 3rem;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-property-nearby-section .q-nearby strong {
    display: block;
    font-size: .875rem;
}

.q-property-nearby-section .q-nearby:hover {
    color: rgb(255, 255, 255);
}

.q-property-nearby-section .q-nearby:hover:before {
    opacity: 1;
}

.q-property-nearby-section .q-nearby:hover .q-icon {
    background: rgb(255, 255, 255);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-property-nearby-section .q-pagination {
    bottom: 0;
}

/*-------------------------------------- 11-9-- Property Review Widget --------------------------------------*/

.q-property-review-section {
    width: 100%;
    display: inline-block;
}

.q-property-review-section .q-chart-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.q-property-review-section .q-chart-section .q-chart {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-size: 1.25rem;
}

.q-property-review-section .q-chart-section .q-chart strong {
    font-size: 2rem;
    line-height: 1;
}

.q-property-review-section .q-chart-section .q-chart canvas {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.q-property-review-section .q-title-section {
    margin: 0 0 30px;
}

.q-property-review-section .q-progress-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    padding: 0 0 0 30px;
}

.q-property-review-section .q-progress-section .q-progress {
    width: 100%;
    height: 15px;
    display: flex;
    align-items: center;
    padding: 0 0 0 5px;
    background: rgb(235, 245, 255);
    border-radius: 300px;
    box-shadow: 0 0 5px rgb(20 20 45 / 15%);
}

.q-property-review-section .q-progress-section .q-progress span {
    height: 5px;
    display: inline-block;
    background: var(--Primary-Color);
    border-radius: 300px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}

.q-property-review-section .q-form .q-input input,
.q-property-review-section .q-form .q-textarea textarea {
    background: rgba(245, 245, 245, .85);
}

.q-property-review-section .q-form .q-button {
    width: 180px;
}

.q-property-review-section .q-reviews {
    width: 100%;
    display: inline-block;
    padding: 60px 0;
}

.q-property-review-section .q-reviews .q-title {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    position: relative;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.q-property-review-section .q-reviews .q-title strong {
    display: inline-block;
    position: relative;
}

.q-property-review-section .q-reviews .q-title strong:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -9px;
    left: 0;
    background: var(--Primary-Color);
}

.q-property-review-section .q-reviews ul li {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    border-top: 1px solid rgba(235, 235, 235, .5);
}

.q-property-review-section .q-reviews ul li.q-children ul li {
    padding: 15px 0 0;
}

.q-property-review-section .q-reviews ul li:first-child {
    border-top: 0;
}

.q-property-review-section .q-reviews ul li ul {
    padding: 0 0 0 30px;
}

.q-property-review-section .q-reviews ul li ul li:first-child {
    border-top: 1px solid rgba(235, 235, 235, .5);
}

.q-property-review-section .q-reviews ul li .q-info {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 15px;
}

.q-property-review-section .q-reviews ul li .q-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-property-review-section .q-reviews ul li .q-info strong {
    display: block;
    line-height: 1;
}

.q-property-review-section .q-reviews ul li .q-info small {
    font-size: .85rem;
    color: rgb(80, 80, 80);
}

.q-property-review-section .q-reviews ul li .q-reply {
    font-size: 1.5rem;
    background: var(--Third-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-property-review-section .q-reviews ul li .q-reply a:hover {
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-property-review-section .q-reviews ul li .q-rating {
    display: flex;
    line-height: 1;
    background: var(--Secondary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-property-review-section .q-reviews ul li .q-text {
    width: 100%;
    display: inline-block;
    color: rgb(80, 80, 80);
}

@media screen and (max-width: 991px) {
    .q-property-review-section .row {
        flex-direction: column-reverse;
    }

    .q-property-review-section .row .row {
        flex-direction: row;
    }
}

/*-------------------------------------- 11-10-- Property Booking Widget --------------------------------------*/

.q-booking-section .q-tabs {
    width: 100%;
    display: inline-block;
    position: relative;
}

.q-booking-section .q-tabs ul {
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
}

.q-booking-section .q-tabs ul li {
    display: inline-block;
}

.q-booking-section .q-tabs ul li a {
    display: block;
    padding: 15px 25px;
    position: relative;
    color: rgb(0, 0, 0);
    transition: unset;
}

.q-booking-section .q-tabs ul li a.active {
    background: rgb(255, 255, 255);
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-booking-section .q-tabs ul li a.active:before {
    content: '';
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    background: rgb(255, 255, 255);
}

.q-booking-section .q-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 0 15px 15px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-booking-section .q-dates {
    width: 100%;
    display: inline-block;
    position: relative;
}

.q-booking-section .q-dates .q-date {
    width: 100%;
    display: inline-block;
    padding: 5px;
    text-align: center;
    border: 1px solid rgba(235, 235, 235, .5);
    border-radius: 10px;
    cursor: pointer;
}

.q-booking-section .q-dates .q-date:hover {
    background: rgba(235, 235, 235, .5);
}

.q-booking-section .q-dates .q-date strong {
    display: block;
}

.q-booking-section .q-dates .q-prev[aria-disabled='true'],
.q-booking-section .q-dates .q-next[aria-disabled='true'] {
    display: none;
}

.q-booking-section .q-dates .q-prev,
.q-booking-section .q-dates .q-next {
    width: 25px;
    height: 25px;
    background: var(--Primary-Color);
    border-radius: 50%;
}

.q-booking-section .q-dates .q-prev {
    left: -10px;
}

.q-booking-section .q-dates .q-next {
    right: -10px;
}

.q-booking-section .q-dates .q-prev:after,
.q-booking-section .q-dates .q-next:after {
    font-size: .65rem;
    color: rgb(255, 255, 255);
}

/*-------------------------------------- 11-11-- Property Weather Widget --------------------------------------*/

.q-weather-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-weather-section .q-thumbnail {
    position: relative;
}

.q-weather-section .q-thumbnail:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--Primary-Color);
    opacity: .85;
}

.q-weather-section .q-caption {
    position: absolute;
    top: 15px;
    left: 15px;
    font-family: 'OpenSans-Bold';
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
}

.q-weather-section .q-caption strong {
    display: block;
}

.q-weather-section .q-content {
    width: 100%;
    display: inline-block;
    padding: 15px;
    font-size: .875rem;
    background: rgb(255, 255, 255);
    color: rgb(165, 165, 165);
}

.q-weather-section .q-content strong {
    display: block;
    font-size: 1rem;
    color: rgb(55, 55, 55);
}

.q-weather-section .q-content .q-icon {
    font-size: 2rem;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right;
}

/*-------------------------------------- 11-12-- Property Mortgage Calculator Widget --------------------------------------*/

.q-mortgage-calculator-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 15px;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-mortgage-calculator-section .q-title {
    display: block;
    margin: 0 0 15px;
    position: relative;
}

.q-mortgage-calculator-section .q-title:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 10px;
    right: 0;
    background: rgb(235, 235, 235);
}

.q-mortgage-calculator-section .q-title strong {
    padding: 0 15px 0 0;
    position: relative;
    background: rgb(255, 255, 255);
}

/*-------------------------------------- 12- Agents Widget --------------------------------------*/

.q-u1-agents-section .q-agent {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 15px 0;
    position: relative;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 15px;
}

.q-u1-agents-section .q-agent:hover {
    background: rgb(250, 250, 250);
}

.q-u1-agents-section .q-agent figure {
    display: inline-block;
    margin: 0 0 5px;
    position: relative;
}

.q-u1-agents-section .q-agent figure .q-social {
    position: absolute;
    top: -5px;
    left: -15px;
    z-index: 1;
}

.q-u1-agents-section .q-agent figure .q-social ul li {
    display: inline-block;
}

.q-u1-agents-section .q-agent figure .q-social ul li:first-child {
    position: absolute;
    top: 15px;
    left: 10px;
}

.q-u1-agents-section .q-agent figure .q-social ul li:nth-child(2) {
    position: absolute;
    top: 45px;
    left: 5px;
}

.q-u1-agents-section .q-agent figure .q-social ul li:last-child {
    position: absolute;
    top: 75px;
    left: 10px;
}

.q-u1-agents-section .q-agent figure .q-social ul li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    background: var(--Third-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
}

.q-u1-agents-section .q-agent figure img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-u1-agents-section .q-agent .q-name {
    text-align: center;
}

.q-u1-agents-section .q-agent .q-name strong {
    display: block;
    font-family: 'OpenSans-Medium';
}

.q-u1-agents-section .q-agent .q-name span {
    display: block;
    font-size: .80rem;
    color: rgb(85, 85, 85);
}

.q-u1-agents-section .q-agent .q-name .q-rating {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, rgb(255, 200, 105) 0%, rgb(250, 165, 15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-u1-agents-section .q-agent .q-info ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-u1-agents-section .q-agent .q-info ul li i {
    font-size: 1.5rem;
    background: var(--Third-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-u1-agents-section .q-agent .q-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: .875rem;
}

.q-u1-agents-section .q-agent .q-actions ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.q-u1-agents-section .q-agent .q-actions ul li {
    display: inline-block;
}

.q-u1-agents-section .q-agent .q-actions ul li a {
    width: 125px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Third-Color);
    color: #fff;
    border-radius: 300px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.q-u1-agents-section .q-agent .q-actions ul li a:hover {
    opacity: .85;
}

@media screen and (max-width: 991px) {

    .q-u1-agents-section .q-agent .q-actions ul {
        justify-content: center;
    }

    .q-u1-agents-section .q-agent figure .q-social {
        left: -15px;
    }

    .q-u1-agents-section .q-agent .q-info {
        padding: 0 15px;
    }

    .q-u1-agents-section .q-agent .q-actions {
        margin: 15px 0;
        position: relative;
        top: 0;
        right: 0;
    }
}

.q-u2-agents-section .q-agent {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    position: relative;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 15px;
}

.q-u2-agents-section .q-agent figure {
    display: table;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50px);
}

.q-u2-agents-section .q-agent figure .q-social {
    position: absolute;
    top: -5px;
    left: -10px;
    z-index: 1;
}

.q-u2-agents-section .q-agent figure .q-social ul li {
    display: inline-block;
}

.q-u2-agents-section .q-agent figure .q-social ul li:first-child {
    position: absolute;
    top: 15px;
    left: 10px;
}

.q-u2-agents-section .q-agent figure .q-social ul li:nth-child(2) {
    position: absolute;
    top: 45px;
    left: 5px;
}

.q-u2-agents-section .q-agent figure .q-social ul li:last-child {
    position: absolute;
    top: 75px;
    left: 10px;
}

.q-u2-agents-section .q-agent figure .q-social ul li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    background: var(--Third-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
}

.q-u2-agents-section .q-agent figure img {
    width: 100px;
    height: 100px;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 50%;
    object-fit: cover;
}

.q-u2-agents-section .q-agent .q-info {
    width: 100%;
    display: inline-block;
    padding: 35px 0 35px 60px;
    font-size: .875rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    outline: 1px solid rgb(255, 255, 255);
    border-radius: 0 15px 15px 0;
}

.q-u2-agents-section .q-agent .q-info ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-u2-agents-section .q-agent .q-info ul li i {
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
}

.q-u2-agents-section .q-agent .q-name {
    padding: 0 45px 0 0;
    text-align: center;
}

.q-u2-agents-section .q-agent .q-name strong {
    display: block;
    font-family: 'OpenSans-Medium';
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-u2-agents-section .q-agent .q-name span {
    display: block;
    font-size: .875rem;
    color: rgb(85, 85, 85);
}

.q-u2-agents-section .q-agent .q-name img {
    margin: 10px 0;
}

.q-u2-agents-section .q-agent .q-name .q-rating {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, rgb(255, 200, 105) 0%, rgb(250, 165, 15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-u2-agents-section .q-agent .q-actions {
    font-size: .875rem;
}

.q-u2-agents-section .q-agent .q-actions ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.q-u2-agents-section .q-agent .q-actions ul li {
    display: inline-block;
}

.q-u2-agents-section .q-agent .q-actions ul li a {
    width: 110px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Third-Color);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-u2-agents-section .q-agent .q-actions ul li a:hover {
    opacity: .85;
}

@media screen and (max-width: 991px) {

    .q-u2-agents-section .q-agent figure {
        transform: translateY(-25px);
    }

    .q-u2-agents-section .q-agent .q-name {
        padding: 15px 0 60px;
    }

    .q-u2-agents-section .q-agent .q-info {
        padding: 30px 15px 15px;
        border-radius: 0 0 15px 15px;
    }
}

.q-agent-u3-section {
    width: 100%;
    display: inline-block;
}

.q-agent-u3-section .q-agent {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.q-agent-u3-section .q-agent:before {
    content: '';
    width: 100%;
    height: 185px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--Primary-Color);
}

.q-agent-u3-section .q-agent .q-name {
    display: block;
    padding: 0 0 15px;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
}

.q-agent-u3-section .q-agent .q-name strong {
    display: block;
    font-size: 1.25rem;
}

.q-agent-u3-section .q-agent .q-name span {
    display: block;
    font-size: .95rem;
    color: rgb(255, 255, 255);
}

.q-agent-u3-section .q-agent .q-name .q-rating {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, rgb(255, 200, 105) 0%, rgb(250, 165, 15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-agent-u3-section .q-agent figure {
    display: table;
    margin: 10px auto;
    position: relative;
    text-align: center;
}

.q-agent-u3-section .q-agent figure ul {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.q-agent-u3-section .q-agent figure ul li {
    display: inline-block;
}

.q-agent-u3-section .q-agent figure ul li:nth-child(2) {
    position: relative;
    top: 10px;
}

.q-agent-u3-section .q-agent figure ul li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-agent-u3-section .q-agent figure img {
    width: 100px;
    height: 100px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-agent-u3-section .q-agent .q-info {
    width: 100%;
    display: inline-block;
    padding: 15px 30px;
}

.q-agent-u3-section .q-agent .q-info ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-agent-u3-section .q-agent .q-info ul li i {
    font-size: 1.15rem;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-agent-u3-section .q-agent .q-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: rgb(85, 85, 85);
}

.q-agent-u3-section .q-agent .q-links ul li {
    display: inline-block;
}

.q-agent-u3-section .q-agent .q-links ul li a {
    width: 135px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    border-radius: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-agent-u3-section .q-agent .q-links .q-contact {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

.q-agent-u3-section .q-agent .q-links .q-listing {
    background: var(--Secondary-Color);
    color: rgb(255, 255, 255);
}

.q-agent-u3-section .q-agent .q-links a:hover {
    opacity: .85;
}


.q-u4-agents-section figure {
    margin: 0 0 5px;
    position: relative;
    text-align: center;
}

.q-u4-agents-section figure img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-u4-agents-section .q-name {
    text-align: center;
}

.q-u4-agents-section .q-name strong {
    display: block;
    font-family: 'OpenSans-Medium';
}

.q-u4-agents-section .q-name span {
    display: block;
    font-size: .875rem;
    color: rgb(85, 85, 85);
}

.q-u4-agents-section .q-name .q-rating {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, rgb(255, 200, 105) 0%, rgb(250, 165, 15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-u4-agents-section .q-info {
    padding: 0 0 0 30px;
    font-family: 'OpenSans-Medium';
}

.q-u4-agents-section .q-info ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-u4-agents-section .q-info ul li i {
    font-size: 1.5rem;
    background: var(--Third-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-u4-agents-section .q-social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.q-u4-agents-section .q-social ul li {
    display: inline-block;
}

.q-u4-agents-section .q-social ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-u4-agents-section .q-social ul li a:hover {
    opacity: .85;
}

.q-u4-agents-section .q-actions {
    font-family: 'OpenSans-Medium';
    text-align: right;
}

.q-u4-agents-section .q-actions a {
    width: inherit;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.q-u4-agents-section .q-actions a:hover {
    opacity: .85;
}

@media screen and (max-width: 991px) {

    .q-u4-agents-section .q-social {
        margin: 15px 0;
    }

    .q-u4-agents-section .q-actions {
        text-align: center;
    }
}

.q-agent-u5-section figure {
    display: table;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.q-agent-u5-section figure ul {
    position: absolute;
    top: -5px;
    left: -15px;
    z-index: 1;
}

.q-agent-u5-section figure ul li {
    display: inline-block;
}

.q-agent-u5-section figure ul li:first-child {
    position: absolute;
    top: 15px;
    left: 10px;
}

.q-agent-u5-section figure ul li:nth-child(2) {
    position: absolute;
    top: 45px;
    left: 5px;
}

.q-agent-u5-section figure ul li:last-child {
    position: absolute;
    top: 75px;
    left: 10px;
}

.q-agent-u5-section figure ul li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    background: var(--Primary-Color);
    color: #fff;
    border-radius: 50%;
}

.q-agent-u5-section figure img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-agent-u5-section .q-name {
    display: block;
    padding: 5px 0 0;
    text-align: center;
}

.q-agent-u5-section .q-name strong {
    display: block;
    font-family: 'OpenSans-Medium';
}

.q-agent-u5-section .q-name span {
    display: block;
    font-size: .875rem;
    color: rgb(85, 85, 85);
}

.q-agent-u5-section .q-name .q-rating {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, rgb(255, 200, 105) 0%, rgb(250, 165, 15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-agent-u5-section .q-info {
    width: 100%;
    display: inline-block;
    padding: 5px 0 0;
    font-size: .875rem;
}

.q-agent-u5-section .q-info ul {
    width: 100%;
    display: inline-block;
    padding: 0 0 15px;
}

.q-agent-u5-section .q-info ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-agent-u5-section .q-info ul li i {
    font-size: 1rem;
    background: var(--Third-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*-------------------------------------- 13- Agent Widgets --------------------------------------*/

.q-agent-section .q-description {
    width: 100%;
    display: inline-block;
    padding: 15px;
    color: rgb(85, 85, 85);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 15px;
}

.q-agent-section .q-description p {
    margin: 0 0 15px;
    text-align: justify;
}

.q-agent-section .q-description figure {
    margin: 0 0 5px;
    position: relative;
    text-align: center;
}

.q-agent-section .q-description figure img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-agent-section .q-description .q-name {
    text-align: center;
}

.q-agent-section .q-description .q-name strong {
    display: block;
    font-family: 'OpenSans-Medium';
}

.q-agent-section .q-description .q-name span {
    display: block;
    font-size: .875rem;
    color: rgb(85, 85, 85);
}

.q-agent-section .q-description .q-name .q-rating {
    display: flex;
    justify-content: center;
    background: var(--Secondary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-agent-section .q-description .q-info {
    padding: 0 0 0 30px;
    font-family: 'OpenSans-Medium';
}

.q-agent-section .q-description .q-info ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-agent-section .q-description .q-info ul li i {
    font-size: 1.5rem;
    background: var(--Third-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-agent-section .q-description .q-social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.q-agent-section .q-description .q-social ul li {
    display: inline-block;
}

.q-agent-section .q-description .q-social ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: var(--Third-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-agent-section .q-description .q-social ul li a:hover {
    opacity: .85;
}

.q-agent-section .q-description .q-actions {
    font-family: 'OpenSans-Medium';
    text-align: right;
}

.q-agent-section .q-description .q-actions a {
    width: inherit;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    background: var(--Third-Color);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.q-agent-section .q-description .q-actions a:hover {
    opacity: .85;
}

.q-agent-section .q-help ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.q-agent-section .q-help ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    padding: 0 0 0 15px;
}

.q-agent-section .q-help ul li i {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 0px 5px 10px rgba(20, 20, 45, 0.085);
}

.q-agent-section .q-help ul li.q-sale i {
    background: var(--Primary-Color);
}

.q-agent-section .q-help ul li.q-rent i {
    background: var(--Secondary-Color);
}

.q-agent-section .q-help ul li.q-sold i {
    background: var(--Third-Color);
}

.q-agent-section .q-review .q-swiper {
    padding: 0 0 45px;
}

.q-agent-section .q-review .q-section {
    width: 100%;
    display: inline-block;
    padding: 45px;
    text-align: center;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.q-agent-section .q-review .q-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Secondary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-agent-section .q-review strong {
    display: block;
    margin: 10px 0;
    color: rgb(0, 0, 0);
}

.q-agent-section .q-review p {
    margin: 0;
    font-size: .95rem;
    color: rgb(85, 85, 85);
}

.q-agent-section .q-review .q-review-thumbnail {
    padding: 30px;
}

.q-agent-section .q-review .q-review-thumbnail figure {
    width: 60px;
    height: 60px;
    margin: 0;
    position: relative;
    opacity: .5;
    transform: scale(.85);
    overflow: hidden;
    cursor: pointer;
    transition: all .15s ease-in-out;
}

.q-agent-section .q-review .q-review-thumbnail .swiper-slide-thumb-active figure {
    opacity: 1;
    transform: scale(1);
}

.q-agent-section .q-review .q-review-thumbnail .swiper-slide-thumb-active figure:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(70, 85, 225, .5);
    border-radius: 50%;
    z-index: 1;
}

.q-agent-section .q-review .q-review-thumbnail figure img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .q-agent-section .q-description .q-social ul {
        justify-content: flex-start;
    }

    .q-agent-section .q-description .q-info {
        padding: 0 0 15px;
    }

    .q-agent-section .q-review .q-section {
        padding: 15px;
    }
}

@media screen and (max-width: 576px) {
    .q-agent-section .q-description .q-social ul {
        justify-content: center;
    }

    .q-agent-section .q-description .q-actions {
        margin: 15px 0;
        text-align: center;
    }
}

/*-------------------------------------- 14- Compare Widget --------------------------------------*/

.q-compare-section .q-rows .q-add {
    display: flex;
    align-items: center;
    justify-content: center;
}

.q-compare-section .q-rows .q-add a:hover {
    opacity: .85;
}

.q-compare-section .q-rows .q-add a:active {
    transform: scale(0.95);
}

.q-compare-section .q-rows .q-add span {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.q-compare-section .q-rows .q-add span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--Primary-Color);
    border-radius: 15px;
    opacity: 0.15;
}

.q-compare-section .q-rows .q-add span i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.5rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
}

.q-compare-section .q-rows .q-state {
    text-align: center;
}

.q-compare-section .q-rows .q-row ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding: 15px 0;
}

.q-compare-section .q-rows .q-features ul li i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 50%;
}

.q-compare-section .q-property-section .q-property {
    margin: 0;
}

.q-compare-section .q-state ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.q-compare-section .q-state ul li figure {
    height: 100px;
    display: flex;
    align-items: center;
}

.q-compare-section .q-state ul li img {
    display: block;
    margin: 0 auto;
}

.q-compare-section .q-info {
    text-align: center;
}

.q-compare-section .q-info ul li {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.q-compare-section .q-check ul li {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.q-compare-section .q-check ul li span {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
}

.q-compare-section .q-check ul li span.mdi {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

/*-------------------------------------- 15- About Us Widget --------------------------------------*/

.q-u1-about-section {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
}

.q-u1-about-section .q-content {
    padding: 0 90px 0 0;
    text-align: justify;
}

.q-u1-about-section .q-content .q-stat {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
}

.q-u1-about-section .q-content .q-stat strong {
    display: block;
    font-family: 'OpenSans-ExtraBold';
    font-size: 2rem;
    line-height: 1;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-u1-about-section .q-content .q-stat span {
    display: block;
    color: rgb(95, 95, 95);
}

.q-u1-about-section .q-content .q-stat .q-progress {
    width: 115px;
    height: 10px;
    display: inline-block;
    background: rgb(235, 235, 235);
    border-radius: 300px;
    box-shadow: 0 0 15px rgba(20, 20, 45, 0.085);
}

.q-u1-about-section .q-content .q-stat .q-progress span {
    height: 10px;
    background: var(--Primary-Color);
    box-shadow: 0 0 5px rgba(90, 45, 205, 0.35);
    border-radius: 300px;
}

.q-u1-about-section .q-thumbnail {
    position: relative;
}

.q-u1-about-section .q-thumbnail:before {
    content: '';
    width: 300px;
    height: 525px;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    right: -50px;
    bottom: 0;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 35px;
    z-index: -1;
}

.q-u1-about-section .q-thumbnail img {
    width: 100%;
    height: 425px;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%);
    object-fit: cover;
}

@media screen and (max-width: 991px) {

    .q-u1-about-section {
        padding: 60px 0;
    }

    .q-u1-about-section .q-content {
        padding: 0;
    }

    .q-u1-about-section .q-content .q-stat {
        text-align: center;
    }

    .q-u1-about-section .q-thumbnail:before {
        display: none;
    }
}

.q-u2-about-section {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
}

.q-u2-about-section .q-content {
    padding: 0 125px 0 0;
    text-align: justify;
}

.q-u2-about-section .q-thumbnail {
    position: relative;
}

.q-u2-about-section .q-thumbnail img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%);
}

.q-u2-about-section .q-thumbnail:before {
    content: '';
    width: 300px;
    height: 450px;
    margin: 0 auto;
    position: absolute;
    top: -45px;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 35px;
    z-index: -1;
}

.q-u2-about-section .q-thumbnail .q-feature {
    max-width: 335px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    font-size: 1.15rem;
    position: absolute;
    background: rgb(255, 255, 255);
    outline: 2px solid rgb(255, 255, 255);
    outline-offset: 5px;
    border-radius: 300px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%);
    z-index: 1;
}

.q-u2-about-section .q-thumbnail .q-feature strong {
    display: block;
    margin: 0 15px 10px
}

.q-u2-about-section .q-thumbnail .q-feature span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%);
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-1 {
    top: -90px;
    left: -90px;
    animation: MoveLeftRight 3s linear infinite;
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-1 span {
    background: var(--Primary-Color);
}

.q-u2-about-section .q-feature.q-feature-2 {
    top: 90px;
    right: -90px;
    animation: MoveDownUp 3s linear infinite;
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-2 span {
    background: var(--Secondary-Color);
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-3 {
    bottom: -90px;
    right: 0;
    animation: MoveRightLeft 3s linear infinite;
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-3 span {
    background: var(--Third-Color);
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-4 {
    bottom: 90px;
    left: -90px;
    animation: MoveUpDown 3s linear infinite;
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-4 img {
    width: 60px;
    height: 60px;
    float: right;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    filter: grayscale(1);
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-4 ul {
    display: flex;
    align-items: center;
}

.q-u2-about-section .q-thumbnail .q-feature.q-feature-4 ul li {
    display: inline-block;
    margin: 0 -5px;
}

@keyframes MoveDownUp {

    0%,
    100% {
        top: 30px;
    }

    50% {
        top: 60px;
    }
}

@keyframes MoveUpDown {

    0%,
    100% {
        bottom: 30px;
    }

    50% {
        bottom: 60px;
    }
}

@keyframes MoveLeftRight {

    0%,
    100% {
        left: -60px;
    }

    50% {
        left: -85px;
    }
}

@keyframes MoveRightLeft {

    0%,
    100% {
        right: 30px;
    }

    50% {
        right: 60px;
    }
}

@media screen and (max-width: 991px) {

    .q-u2-about-section .q-content {
        padding: 0 0 30px;
    }

    .q-u2-about-section .q-thumbnail:before {
        display: none;
    }

    .q-u2-about-section .q-thumbnail .q-feature {
        display: none;
    }
}

/*-------------------------------------- 16- Solutions Widget --------------------------------------*/

.q-solutions-section {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    position: relative;
    text-align: center;
}

.q-solutions-section .q-solution {
    margin: 0 0 25px;
}

.q-solutions-section .q-solution figure {
    position: relative;
}

.q-solutions-section .q-solution figure i {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    font-size: 3rem;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 5px rgba(255, 255, 255, .5);
    transform: translateY(-50%);
}

.q-solutions-section .q-solution figure img {
    max-width: 150px;
}

.q-solutions-section .q-solution strong {
    display: block;
    margin: 15px 0 0;
}

.q-solutions-section .q-solution span {
    font-size: .875rem;
}


/*-------------------------------------- 17- Video Widget --------------------------------------*/
/*-------------------------------------- 18- Partners Widget --------------------------------------*/

.q-partners-section {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.q-partners-section .q-partner {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 15px;
    position: relative;
}

/*-------------------------------------- 19- Team Widget --------------------------------------*/

.q-team-section {
    text-align: center;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.q-team-section:hover {
    opacity: .85;
}

.q-team-section figure {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.q-team-section figure:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--Primary-Color);
    opacity: .5;
}

.q-team-section figure img {
    width: 100%;
}

.q-team-section .q-info strong {
    display: block;
}

.q-team-section .q-info span {
    display: block;
    margin: 0 0 15px;
}

.q-team-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.q-team-section ul li {
    display: inline-block;
}

.q-team-section ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Third-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
}

.q-team-section ul li a:hover {
    opacity: .85;
}

.q-employee-section figure {
    margin: 0;
    position: relative;
}

.q-employee-section figure img {
    width: 100%;
    border-radius: 15px;
    filter: drop-shadow(0 0 10px rgba(20, 20, 45, 0.05));
}

.q-employee-section figure ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    gap: 5px;
}

.q-employee-section figure ul li {
    display: inline-block;
}

.q-employee-section figure ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
}

.q-employee-section .q-info {
    margin: 0 0 15px;
}

.q-employee-section .q-info strong {
    display: block;
    font-size: 1.25rem;
}

.q-employee-section .q-content {
    font-size: .875rem;
}

.q-employee-section .q-contact {
    display: table;
    margin: 0 auto;
    padding: 15px 30px;
    position: absolute;
    bottom: -55px;
    right: 0;
    left: 0;
    font-size: .875rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 0 0 60px 60px;
}

.q-employee-section .q-contact ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.q-employee-section .q-contact ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

/*-------------------------------------- 20- Contact Us Widget --------------------------------------*/

.q-contact-section .q-map {
    margin: 0 0 -200px;
    position: relative;
}

.q-contact-section .q-map .q-info {
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    z-index: 15;
}

.q-contact-section .q-map .q-info .q-background {
    max-width: 25%;
    margin: 0 auto;
    padding: 15px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.q-contact-section .q-map .q-info .q-icon {
    position: absolute;
    bottom: -55%;
    right: 0;
    left: 0;
    font-size: 2.5rem;
    text-align: center;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 5px rgb(85 55 210 / 25%);
}

.q-contact-section .q-map .q-info .q-background strong {
    display: block;
    margin: 0 0 5px;
    font-size: 1.15rem;
    text-align: center;
}

.q-contact-section .q-map .q-info .q-background ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .95rem;
}

.q-contact-section .q-map .q-info .q-background ul li div small {
    opacity: .85;
}

.q-contact-section .q-map .q-info .q-background ul li span {
    text-align: right;
}

.q-contact-section .q-map img {
    width: 100%;
}

.q-contact-section .q-map .q-curve {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.q-contact-section .q-social {
    position: absolute;
    right: -60px;
    bottom: 0;
}

.q-contact-section .q-social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.q-contact-section .q-social ul li {
    display: inline-block;
}

.q-contact-section .q-social ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-contact-section .q-social ul li a:hover {
    opacity: .85;
}

.q-contact-section .q-section {
    width: 100%;
    display: inline-block;
    position: relative;
}

.q-contact-section .q-section .q-background {
    width: 100%;
    display: inline-block;
    padding: 30px;
    position: relative;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 30px;
}

.q-contact-section .q-section img {
    filter: drop-shadow(0 5px 15px rgba(20, 20, 45, 0.085));
}

.q-contact-section .q-section .q-form {
    margin: 0 -120px 0 0;
    padding: 60px;
    position: relative;
    z-index: 1;
}

.q-contact-section .q-section .q-form:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.q-contact-section .q-section .q-form form {
    position: relative;
}

.q-contact-section .q-section .q-form label {
    display: block;
    color: rgb(125, 130, 155);
}

.q-contact-section .q-section .q-form input,
.q-contact-section .q-section .q-form textarea {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 10px 0;
    background: transparent;
    color: rgb(135, 135, 135);
    border: 0;
    border-bottom: 1px solid rgba(135, 135, 135, 0.25);
}

.q-contact-section .q-section .q-form textarea {
    height: 90px;
    resize: none;
}

.q-contact-section .q-section .q-form input:focus,
.q-contact-section .q-section .q-form textarea:focus {
    outline: 0;
}

.q-contact-section .q-section .q-form button {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border: 0;
    box-shadow: 0 5px 15px rgba(20, 20, 45, 0.085);
    border-radius: 300px;
    transition: all .25s ease-in-out;
}

.q-contact-section .q-section button:hover {
    opacity: .85;
}

@media screen and (max-width: 991px) {

    .q-contact-section .q-map .q-info {
        position: relative;
        top: 0;
    }

    .q-contact-section .q-map .q-info i {
        display: none;
    }

    .q-contact-section .q-map .q-info .q-background {
        max-width: 100%;
        border-radius: 0;
    }

    .q-contact-section .q-map .q-info .q-background strong {
        font-size: .95rem;
    }

    .q-contact-section .q-map .q-info .q-background ul li {
        font-size: .85rem;
    }

    .q-contact-section .q-map .q-info .q-icon {
        bottom: -35%;
        font-size: 1.5rem;
    }

    .q-contact-section .q-social ul {
        flex-direction: row;
    }

    .q-contact-section .q-social {
        margin: 0 0 15px;
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
        transform: inherit;
        transform-origin: inherit;
        z-index: 1;
    }

    .q-contact-section .q-social ul li a {
        transform: none;
    }

    .q-contact-section .q-section .q-form {
        margin: 0;
        padding: 0;
    }

    .q-contact-section .q-section img {
        display: none;
    }

    .q-contact-section .q-section .q-form:before {
        background: rgba(255, 255, 255, .85);
        border-radius: 30px;
    }

    .q-contact-section .q-section .q-form textarea {
        height: 45px;
    }
}

/*-------------------------------------- 21- Posts Widget --------------------------------------*/

.q-u1-posts-section {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 0;
}

.q-u1-posts-section .q-post {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.q-u1-posts-section .q-post a {
    display: block;
    position: relative;
    color: rgb(255, 255, 255);
}

.q-u1-posts-section .q-post a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--Primary-Color);
    left: 0;
    top: 0;
    opacity: .5;
    z-index: 1;
}

.q-u1-posts-section .q-post img {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    object-fit: cover;
}

.q-u1-posts-section .q-post .q-content {
    width: 100%;
    padding: 30px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.q-u1-posts-section .q-post .q-content h2 {
    margin: 10px 0;
    font-size: 1.5rem;
    line-height: 1.35;
    color: rgb(255, 255, 255);
}

.q-u1-posts-section .q-post .q-content .q-category {
    font-size: .95rem;
}

.q-u1-posts-section .q-post .q-content .q-category li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.q-u1-posts-section .q-post .q-content .q-category li span {
    display: inline-block;
    padding: 0 15px;
    line-height: 2;
    background: var(--Secondary-Color);
    color: rgb(255, 255, 255);
    border-radius: 300px;
}

.q-u1-posts-section .q-post .q-content ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.q-u1-posts-section .q-post .q-content ul li {
    display: inline-block;
}

@media screen and (max-width: 576px) {
    .q-u1-posts-section .q-post .q-content {
        padding: 15px;
    }
}

.q-u2-posts-section {
    width: 100%;
    display: inline-block;
}

.q-u2-posts-section .q-post {
    display: block;
    margin: 0 0 90px;
    position: relative;
    color: rgb(35, 35, 35);
}

.q-u2-posts-section .q-post figure {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    transition: all .25s ease-in-out;
}

.q-u2-posts-section .q-post figure img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.q-u2-posts-section .q-post figure span {
    padding: 0 15px;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: .90rem;
    line-height: 2;
    background: var(--Secondary-Color);
    color: rgb(255, 255, 255);
    border-radius: 300px;
}

.q-u2-posts-section .q-post .q-content {
    width: 90%;
    display: table;
    margin: -60px auto;
    padding: 20px;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    transition: all .25s ease-in-out;
}

.q-u2-posts-section .q-post .q-content h2 {
    color: rgb(0, 0, 0);
}

.q-u2-posts-section .q-post .q-content ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: .875rem;
    color: rgb(135, 135, 135)
}

.q-u2-posts-section .q-post .q-content ul li {
    display: inline-block;
}

.q-u2-posts-section .q-post:hover figure,
.q-u2-posts-section .q-post:hover .q-content {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 25%);
}

@media screen and (max-width: 480px) {
    .q-u2-posts-section .q-post .q-content ul {
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
    }

    .q-u2-posts-section .q-post .q-content ul li {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
}

.q-u3-posts-section .q-post {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.q-u3-posts-section .q-post:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .25);
}

.q-u3-posts-section .q-post figure {
    margin: 0;
    position: relative;
}

.q-u3-posts-section .q-post figure img {
    width: 100%;
    height: 315px;
}

.q-u3-posts-section .q-post figure .q-category {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0 15px;
    font-size: .875rem;
    line-height: 30px;
    background: var(--Secondary-Color);
    color: rgb(255, 255, 255);
    border-radius: 300px;
}

.q-u3-posts-section .q-post p {
    font-size: .95rem;
    color: rgb(85, 85, 85);
    text-transform: capitalize;
}

.q-u3-posts-section .q-post ul {
    display: flex;
    align-content: center;
    gap: 5px;
    font-size: .875rem;
    color: rgb(135, 135, 135);
}

.q-u3-posts-section .q-post ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-u3-posts-section .q-post ul li i {
    font-size: 1rem;
    line-height: 1;
}

/*-------------------------------------- 22- Post Widget --------------------------------------*/

.q-post-section .q-meta ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.q-post-section .q-meta ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-post-section .q-meta ul li i {
    font-size: 1.5rem;
    line-height: 1;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-post-section .q-thumbnail {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px;
    padding: 15px 0;
    position: relative;
}

.q-post-section .q-thumbnail figure img {
    width: 100%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
    border-radius: 30px
}

.q-post-section .q-thumbnail .q-social {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    right: 60px;
    background: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-post-section .q-thumbnail .q-social span {
    display: inline-block;
}

.q-post-section .q-thumbnail .q-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.q-post-section .q-thumbnail .q-social ul li {
    display: inline-block;
}

.q-post-section .q-thumbnail .q-social ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}

.q-post-section .q-thumbnail .q-social ul li a:hover {
    opacity: .85;
}

.q-post-section .q-thumbnail .q-author {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 30px 10px 10px;
    position: absolute;
    bottom: 0;
    left: 60px;
    line-height: 1.25;
    background: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-post-section .q-thumbnail .q-author img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}

.q-post-section .q-thumbnail .q-author strong {
    display: block;
}

.q-post-section .q-thumbnail .q-author span {
    font-size: .875rem;
    color: rgb(85, 85, 85);
}

.q-post-section .q-content-section article {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 30px;
    line-height: 1.85;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.q-post-section .q-content-section article img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

.q-post-section .q-content-section .q-tags ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: .875rem;
}

.q-post-section .q-content-section .q-tags ul li {
    display: inline-block;
}

.q-post-section .q-content-section .q-tags ul li a {
    display: block;
    padding: 5px 15px;
    color: rgb(85, 85, 85, .85);
    border: 1px solid rgba(85, 85, 85, .85);
    border-radius: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-post-section .q-content-section .q-tags ul li a:hover {
    background: rgba(85, 85, 85, .15);
}


@media screen and (max-width: 991px) {

    .q-post-section .q-thumbnail figure img {
        border-radius: 15px;
    }
}

@media screen and (max-width: 767px) {

    .q-post-section .q-thumbnail {
        margin: 0;
    }

    .q-post-section .q-thumbnail .row {
        align-items: center;
    }

    .q-post-section .q-thumbnail .q-author,
    .q-post-section .q-thumbnail .q-social {
        display: flex;
        padding: 0;
        position: relative;
        bottom: 0;
        left: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .q-post-section .q-thumbnail .q-social {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 576px) {

    .q-post-section .q-thumbnail .q-author {
        margin: 0 0 15px;
    }

    .q-post-section .q-thumbnail .q-author,
    .q-post-section .q-thumbnail .q-social {
        justify-content: center;
    }

    .q-post-section .q-thumbnail .q-social span {
        display: none;
    }

    .q-post-section .q-thumbnail .q-social ul li a {
        width: 35px;
        height: 35px;
        font-size: 1.15rem;
    }
}

/*-------------------------------------- 23- Sidebar Widgets --------------------------------------*/

.q-widget-section {
    width: 100%;
    display: inline-block;
}

.q-widget-section .q-title {
    display: block;
    margin: 0 0 15px;
    position: relative;
}

.q-widget-section .q-title strong {
    padding: 0 15px 0 0;
    position: relative;
    background: rgb(255, 255, 255);
}

.q-widget-section .q-title:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 10px;
    right: 0;
    background: rgb(235, 235, 235);
}

.q-widget-section .q-widget {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}

.q-widget-section .q-menu ul li {
    width: 100%;
    display: inline-block;
    position: relative;
}

.q-widget-section .q-menu ul li a {
    display: block;
    padding: 5px 15px;
    position: relative;
    color: rgb(35, 35, 35);
}

.q-widget-section .q-menu ul li a:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 15px;
    left: 0;
    background: var(--Primary-Color);
    border-radius: 50%;
}

.q-widget-section .q-menu ul li a:hover {
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-widget-section .q-search {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 15px;
    background: var(--Primary-Color);
    border-radius: 300px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-widget-section .q-search form {
    position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: 300px;
}

.q-widget-section .q-search form input {
    width: 100%;
    padding: 10px 15px;
    font-family: 'OpenSans-Medium';
    font-size: .875rem;
    color: rgb(85, 85, 85);
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-widget-section .q-search form input:focus {
    outline: 0;
}

.q-widget-section .q-search form button {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 1.5rem;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 0;
}

.q-widget-section .q-tags ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.q-widget-section .q-tags ul li {
    display: inline-block;
}

.q-widget-section .q-tags ul li a {
    display: inline-block;
    padding: 10px 15px;
    font-size: .875rem;
    line-height: 1.15;
    color: rgba(115, 115, 115, 85);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 300px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-widget-section .q-tags ul li a:hover {
    background: rgba(215, 215, 215, .15);
}

.q-widget-section .q-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.q-widget-section .q-social ul li {
    display: inline-block;
}

.q-widget-section .q-social ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}

.q-widget-section .q-social ul li a:hover {
    opacity: .85;
}

/*-------------------------------------- 24- Gallery Widgets --------------------------------------*/

.q-gallery-section .q-nav {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
}

.q-gallery-section .q-nav nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.q-gallery-section .q-nav nav ul li {
    display: inline-block;
}

.q-gallery-section .q-nav nav ul li a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'OpenSans-Medium';
    color: rgb(35, 35, 35);
}

.q-gallery-section .q-nav nav ul li a i {
    display: block;
    font-size: 1.5rem;
    line-height: 0;
}

.q-gallery-section .q-nav nav ul li a:hover,
.q-gallery-section .q-nav nav ul li a.q-active {
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-gallery-section figure {
    position: relative;
}

.q-gallery-section figure img {
    width: 100%;
}

.q-gallery-section figure .q-overlay {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    right: 2.5px;
    left: 2.5px;
    background: var(--Primary-Color);
    border-radius: 15px;
    z-index: 1;
    margin: 0 auto;
    transform: translateY(-50%) scale(.5);
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-in-out;
}

.q-gallery-section figure .q-content {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-in-out;
    transform: scale(.5);
    z-index: 1;
}

.q-gallery-section figure:hover .q-overlay {
    opacity: .85;
    visibility: visible;
    transform: translateY(-50%) scale(1.0);
}

.q-gallery-section figure:hover .q-content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.q-gallery-section figure .q-content strong {
    display: block;
    margin: 0 0 15px;
    font-family: 'OpenSans-Medium';
    color: rgb(235, 235, 235);
}

.q-gallery-section figure .q-content a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    box-shadow: 0 10px 20px -5px rgba(25, 40, 75, 0.15), 0px 15px 65px -5px rgba(25, 40, 75, 0.15);
    border-radius: 50%;
}

.q-gallery-section figure .q-content a span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-gallery-section figure img {
    border-radius: 15px;
    filter: drop-shadow(0px 2.5px 10px rgba(20, 20, 45, 0.085));
}

@media screen and (max-width: 767px) {

    .q-gallery-section .q-nav {
        padding: 15px;
        border: 1px solid rgb(235, 235, 235);
        border-radius: 15px;
    }

    .q-gallery-section .q-nav nav ul {
        gap: 0;
    }

    .q-gallery-section .q-nav nav ul li {
        width: 50%;
    }

    .q-gallery-section .q-nav nav ul li a {
        padding: 5px;
    }
}

@media screen and (max-width: 576px) {
    .q-gallery-section .q-nav nav ul li {
        width: 100%;
    }

    .q-gallery-section .q-nav nav ul li a {
        padding: 5px 0;
    }
}

/*-------------------------------------- 25- Newsletter Widget --------------------------------------*/

.q-newsletter-section {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: rgb(55, 55, 55);
}

.q-newsletter-section .q-content {
    width: 100%;
    display: block;
    margin: 0 0 15px;
    position: relative;
}

.q-newsletter-section .q-content i {
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    font-size: 12rem;
    color: rgb(0, 0, 0);
    text-align: center;
    opacity: .05;
    line-height: 1;
}

.q-newsletter-section .q-content strong {
    position: relative;
    z-index: 1;
    color: rgb(55, 55, 55);
}

.q-newsletter-section .q-content p {
    position: relative;
    z-index: 1;
}

.q-newsletter-section .q-form {
    position: relative;
}

.q-newsletter-section .q-form i {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.15rem;
    line-height: 1.15;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}

.q-newsletter-section .q-form .q-input {
    width: 100%;
    height: 60px;
    padding: 0 15px 0 45px;
    color: rgb(85, 85, 85);
    border: 0;
    outline: 2px solid rgba(225, 225, 225, .5);
    outline-offset: 10px;
    border-radius: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-newsletter-section .q-form .q-btn {
    width: 120px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 15px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 300px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
    transition: all .15s ease-in-out;
}

.q-newsletter-section .q-form .q-btn:hover {
    opacity: .85;
}

@media screen and (max-width: 767px) {

    .q-newsletter-section .q-form .q-btn {
        width: 100%;
        height: 60px;
        margin: 25px 0 0;
        position: relative;
        top: 0;
        right: 0;
    }
}

/*-------------------------------------- 26- Footer Widget --------------------------------------*/

.q-footer-section {
    width: 100%;
    display: inline-block;
    padding: 60px 30px 0;
    position: relative;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 60px 60px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-footer-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/footer-map.png) center no-repeat;
    background-size: cover;
}

.q-footer-section .q-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: .85;
}

.q-footer-section .q-menu {
    position: relative;
}

.q-footer-section .q-menu strong {
    display: block;
    margin: 0 0 15px;
    font-family: 'OpenSans-Medium';
}

.q-footer-section .q-menu ul li {
    width: 100%;
    display: inline-block;
}

.q-footer-section .q-menu ul li a {
    display: block;
    padding: 5px 0;
    color: rgb(245, 245, 245);
}

.q-footer-section .q-menu ul li a:hover {
    color: rgb(255, 255, 255);
}

.q-footer-section .q-tags {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.q-footer-section .q-tags ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.q-footer-section .q-tags ul li {
    display: inline-block;
}

.q-footer-section .q-tags ul li a {
    display: inline-block;
    padding: 10px 15px;
    font-size: .875rem;
    color: rgb(245, 245, 245);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 300px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-footer-section .q-tags ul li a:hover {
    background: rgba(255, 255, 255, .15);
}

.q-footer-section .q-copyright {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    padding: 60px 0 0;
    color: rgb(245, 245, 245);
    text-align: center;
}

@media screen and (max-width: 991px) {
    .q-footer-section .q-logo {
        margin: 0 0 30px;
    }

    .q-footer-section .q-menu {
        text-align: center;
    }

    .q-footer-section .q-menu strong {
        margin: 15px 0 0;
        padding: 0 0 5px;
    }
}

/*-------------------------------------- 27- Profile Widget --------------------------------------*/

.q-profile-section {
    width: 100%;
    display: inline-block;
    padding: 60px 0;
    background-image: url(../img/cover.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.q-profile-section .q-cover-section img {
    width: 100%;
}

.q-profile-section .q-menu {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    position: relative;
}

.q-profile-section .q-menu .q-background {
    width: 100%;
    display: inline-block;
    padding: 30px 30px 25px;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}

.q-profile-section .q-menu:before {
    content: '';
    width: 85%;
    margin: 0 auto;
    padding: 10px 0;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    background: rgb(255, 255, 255);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    border-radius: 15px;
    z-index: 0;
}

.q-profile-section .q-menu .q-avatar {
    text-align: center;
}

.q-profile-section .q-menu .q-avatar figure {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.q-profile-section .q-menu .q-avatar figure:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--Primary-Color);
    left: 0;
    top: 0;
    opacity: .5;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.q-profile-section .q-menu .q-avatar figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.q-profile-section .q-menu .q-avatar .q-upload {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.q-profile-section .q-menu .q-avatar .q-name {
    display: block;
    padding: 15px 0;
}

.q-profile-section .q-menu .q-avatar .q-name strong {
    display: block;
}

.q-profile-section .q-menu .q-avatar .q-name span {
    display: block;
    font-size: .85rem;
}

.q-profile-section .q-menu ul li {
    width: 100%;
    display: inline-block;
    padding: 0 0 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.q-profile-section .q-menu ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 15px;
    color: rgb(55, 55, 55);
    border-radius: 300px;
}

.q-profile-section .q-menu ul li a.q-active,
.q-profile-section .q-menu ul li a:hover {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    box-shadow: 0 0 15px rgba(70, 85, 225, 0.35);
}

.q-profile-section .q-stats-section .q-stat {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    position: relative;
}

.q-profile-section .q-stats-section .q-stat .q-background {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}

.q-profile-section .q-stats-section .q-stat:before {
    content: '';
    width: 85%;
    margin: 0 auto;
    padding: 10px 0;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    background: rgb(255, 255, 255);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    border-radius: 15px;
    z-index: 0;
}

.q-profile-section .q-stats-section .q-stat .q-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 50%;
}

.q-profile-section .q-stats-section .q-stat .q-title {
    padding: 0 0 0 5px;
}

.q-profile-section .q-stats-section .q-stat .q-title strong {
    display: block;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-profile-section .q-stats-section .q-stat .q-title span {
    display: block;
    font-size: .80rem;
    background: var(--Third-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-profile-section .q-stats-section .q-stat .q-counter {
    position: relative;
    text-align: center;
}

.q-profile-section .q-stats-section .q-stat .q-counter strong {
    font-family: 'OpenSans-ExtraBold';
    font-size: 2rem;
    line-height: 1;
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-profile-section .q-stats-section .q-stat hr {
    border-color: rgb(235, 235, 235);
}

.q-profile-section .q-stats-section .q-stat .q-update {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: .85rem;
    background: var(--Third-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-profile-section .q-stats-section .q-stat .q-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.q-profile-section .q-stats-section .q-stat .q-link a {
    display: inline-block;
    font-size: .85rem;
}

.q-profile-section .q-stats-section .q-stat .q-link span {
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-profile-section .q-stats-section .q-stat.q-complex .q-icon {
    background: linear-gradient(180deg, rgb(250, 165, 135) 0%, rgb(255, 125, 85) 100%);
}

.q-profile-section .q-stats-section .q-stat.q-complex .q-link span,
.q-profile-section .q-stats-section .q-stat.q-complex .q-title strong,
.q-profile-section .q-stats-section .q-stat.q-complex .q-counter strong {
    background: linear-gradient(180deg, rgb(250, 165, 135) 0%, rgb(255, 125, 85) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-profile-section .q-stats-section .q-stat.q-ticket .q-icon {
    background: linear-gradient(180deg, rgb(255, 200, 100) 0%, rgb(250, 165, 15) 100%);
}

.q-profile-section .q-stats-section .q-stat.q-ticket .q-link span,
.q-profile-section .q-stats-section .q-stat.q-ticket .q-title strong,
.q-profile-section .q-stats-section .q-stat.q-ticket .q-counter strong {
    background: linear-gradient(180deg, rgb(255, 200, 100) 0%, rgb(250, 165, 15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-profile-section .q-profile-edit-section {
    width: 100%;
    display: inline-block;
    position: relative;
}

.q-profile-section .q-profile-edit-section .q-background {
    width: 100%;
    display: inline-block;
    padding: 30px;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}

.q-profile-section .q-profile-edit-section:before {
    content: '';
    width: 85%;
    margin: 0 auto;
    padding: 10px 0;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    background: rgb(255, 255, 255);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    border-radius: 15px;
    z-index: 0;
}

.q-profile-section .q-profile-edit-section .q-upload label {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    padding: 15px;
    text-align: center;
    border: 1px dashed rgb(235, 235, 235);
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(20 20 45 / 5%);
    transition: all .15s ease-in-out;
    cursor: pointer;
}

.q-profile-section .q-profile-edit-section .q-upload label:hover {
    background: rgb(245, 245, 245);
}

.q-profile-section .q-profile-edit-section .q-upload strong {
    display: block;
}

.q-profile-section .q-profile-edit-section .q-upload input[type='file'] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

/*-------------------------------------- 28- Property Wizard Widgets --------------------------------------*/

.q-step-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px;
    padding: 15px 0;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    text-align: center;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.q-step-section ul li {
    display: inline-block;
}

.q-step-section ul li .q-step {
    position: relative;
    opacity: .5;
}

.q-step-section ul li .q-step:before {
    content: '';
    width: 50%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 85%;
    background: rgb(255, 255, 255);
    opacity: .5;
}

.q-step-section ul li:last-child .q-step:before {
    display: none;
}

.q-step-section ul li .q-step.q-active:before {
    content: '';
    opacity: .85;
}

.q-step-section ul li .q-step.q-active,
.q-step-section ul li .q-step.q-current {
    opacity: 1;
}

.q-step-section ul li .q-step i {
    display: block;
    font-size: 2rem;
}

.q-step-section ul li .q-step span {
    display: block;
}

@media screen and (max-width: 991px) {
    .q-step-section ul li .q-step:before {
        display: none;
    }
}

.q-form-section {
    width: 100%;
    display: inline-block;
    padding: 0 0 90px;
}

.q-form-section hr {
    opacity: .05;
}

.q-form-section .q-actions ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.q-form-section .q-actions ul li {
    display: inline-block;
}

.q-form-section .q-actions ul li a {
    display: block;
    padding: 10px 30px;
    background: var(--Secondary-Color);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.q-form-section .q-actions ul li a:hover {
    opacity: .85;
}

.q-form-section .q-actions ul li.q-discard a {
    background: var(--Third-Color);
}

.q-form-section .q-room {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
    padding: 5px 10px;
    font-size: .875rem;
    background: var(--Third-Color);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 5px rgb(20 20 45 / 15%);
}

.q-form-section .q-room i {
    cursor: pointer;
}

.q-form-section .q-appliance ul li {
    display: inline-block;
}

.q-form-section .q-appliance label {
    width: 100%;
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 300px;
    opacity: .5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.q-form-section .q-appliance input[type='checkbox'] {
    display: none;
}

.q-form-section .q-appliance label:hover {
    background: rgb(235, 235, 235);
}

.q-form-section .q-appliance input[type='checkbox']:checked+label {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    opacity: 1;
}


/*-------------------------------------- 29- Home Widgets --------------------------------------*/

.q-home .q-hero-section {
    width: 100%;
    height: 100vh;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    overflow: hidden;
    background: url('../img/hero.jpg') center no-repeat;
    background-size: cover;
}

.q-home .q-hero-section .q-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: -90px 0 0;
    position: relative;
    text-align: left;
}

.q-home .q-hero-section .q-content:before {
    content: '';
    width: 100%;
    height: 135%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--Primary-Color);
    mix-blend-mode: hard-light;
    opacity: .95;
    z-index: 1;
}

.q-home .q-hero-section .q-content:after {
    content: '';
    width: 100%;
    height: 135%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(0, 0, 0);
    mix-blend-mode: multiply;
    opacity: 0.5;
}

.q-home .q-hero-section .q-content .q-text {
    position: relative;
    color: rgb(255, 255, 255);
    z-index: 15;
}

.q-home .q-hero-section .q-content h1 {
    margin: 0;
    position: relative;
    font-size: 3.5rem;
    line-height: 1.5;
    text-align: center;
}

.q-home .q-hero-section .q-content p {
    color: rgb(255, 255, 255);
    font-size: 2rem;
    text-transform: capitalize;
    text-align: center;
}

.q-home .q-hero-section .q-content ul {
    margin: 15px 0;
    position: relative;
}

.q-home .q-hero-section .q-content ul li a {
    display: block;
    padding: 10px 30px;
    color: rgb(255, 255, 255);
    border-radius: 300px;
}

.q-home .q-hero-section .q-content ul li a:hover {
    background: rgba(255, 255, 255, .05);
}

.q-home .q-hero-section .q-content ul li a.active {
    background: var(--Secondary-Color);
}

.q-home .q-hero-section .svg {
    width: 100.5%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.q-home .q-hero-section .q-down {
    width: 25px;
    height: 35px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .5);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 300px;
    opacity: .5;
    z-index: 15;
}

.q-home .q-hero-section .q-down .down {
    width: 5px;
    height: 10px;
    position: relative;
    top: 5px;
    background: rgb(255, 255, 255);
    margin: 0 auto;
    border-radius: 300px;
    -webkit-animation-name: mouse-anim-drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: mouse-anim-drop;
    animation-name: mouse-anim-drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.q-home .q-hero-section .svg img {
    width: 100%;
}

.q-home .q-hero-section .q-search {
    width: 100%;
    display: inline-block;
    padding: 15px 15px 10px;
    position: relative;
    background: var(--Primary-Color);
    border-radius: 300px
}

@media screen and (max-width: 991px) {

    .q-home .q-hero-section .q-content h1 {
        font-size: 2.5rem;
    }

    .q-home .q-hero-section .q-content p {
        font-size: 1.5rem;
    }

    .q-home .q-hero-section .q-search,
    .q-home .q-hero-section .q-search:before {
        border-radius: 30px;
    }
}

.q-home .q-center-section {
    width: 100%;
    display: inline-block;
    padding: 90px 0;
    position: relative;
    background: url('../img/center-cover.png') center no-repeat;
    background-size: cover;
}

.q-home .q-center-section:before {
    content: '';
    width: 100%;
    height: 950px;
    position: absolute;
    top: 0;
    right: 0;

    background-size: cover;
}

.q-home .q-center-section .q-video-section {
    margin: -60px 0 0;
    position: relative;
}

.q-home .q-center-section .q-why-section .q-text {
    font-size: .95rem;
    line-height: 1.85;
    text-align: justify;
    text-transform: capitalize;
}

.q-home .q-center-section .q-partners-section {
    position: relative;
}

.q-home .q-property-section {
    width: 100%;
    display: inline-block;
    margin: -135px 0 0;
    padding: 90px 0;
    position: relative;
    background: url('../img/property-cover.png') center no-repeat;
    background-size: cover;
}

.q-home .q-neighborhood-section {
    margin: 60px 0 0;
    position: relative;
    z-index: 15;
}

/*-------------------------------------- 30- 404 Widget --------------------------------------*/

.q-404-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 90px;
    padding: 90px 0;
    text-align: center;
}

.q-404-section .q-404 {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 12rem;
    position: relative;
    justify-content: center;
    align-items: center;
}

.q-404-section .q-404:before,
.q-404-section .q-404:after {
    content: attr(data-tip);
    position: absolute;
    font-family: 'OpenSans-ExtraBold';
    background: var(--Primary-Color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 40%, 0 60%);
    clip-path: polygon(0 100%, 100% 100%, 100% 40%, 0 60%);
    -webkit-animation: WPL_Transition 1.5s infinite linear;
    animation: WPL_Transition 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.q-404-section .q-404:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 36%, 0 56%);
    clip-path: polygon(0 0, 190% 0, 100% 36%, 0 56%);
    -webkit-animation: WPL_Move 1.5s infinite linear;
    animation: WPL_Move 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.q-404-section .q-content {
    margin: 30px 0;
    padding: 0 0 60px;
    position: relative;
}

@-webkit-keyframes WPL_Transition {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(5px, -2%);
        transform: translate(5px, -2%)
    }
}

@keyframes WPL_Transition {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(5px, -2%);
        transform: translate(5px, -2%)
    }
}

@-webkit-keyframes WPL_Move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(-5px, 2%);
        transform: translate(-5px, 2%)
    }
}

@keyframes WPL_Move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(-5px, 2%);
        transform: translate(-5px, 2%)
    }
}

@media screen and (max-width: 480px) {
    .q-404-section .q-404 {
        font-size: 9rem;
    }
}