/*
Theme Name: Belfort Child
Theme URI: https://belfort.qodeinteractive.com
Description: A child theme of Belfort
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: belfort
Template: belfort
*/

/* ============COMMON_CSS_START=================== */
#qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener .qodef-m-icon.qodef--open {
    display: flex;
}

@media(min-width:1401px) {

    .sticky-top #qodef-top-area,
    .sticky-top #qodef-page-header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-animation: bar 1s ease;
        max-width: 100%;
        z-index: 999;
    }

    .sticky-top #qodef-page-header {
        background-color: #2A4140 !important;
        top: 48px;
    }

    .sticky-top #qodef-page-header #qodef-page-header-inner {
        padding-top: 10px !important;
        padding-bottom: 10px;
    }

    .sticky-top #qodef-page-header #qodef-page-header-inner .qodef-widget-holder {
        top: 30px;
    }

    .sticky-top #qodef-page-header .qodef-header-logo-link {
        max-width: 150px;
    }
}

.qodef-content-grid {
    width: 100%;
}

.underline .elementor-heading-title {
    position: relative;
    padding-bottom: 50px;
}

.underline .elementor-heading-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    content: "";
    background: #FAB417;
}

#qodef-top-area .qodef-widget-holder.qodef--right {
    margin-right: 0;
    padding: 0 40px;
}

#qodef-top-area .qodef-widget-holder.qodef--right .widget_belfort_core_search_opener {
    display: none;
}

@keyframes bar {
    0% {
        top: -100px;
    }

    100% {
        top: 0%;
    }
}

/* ============COMMON_CSS_END=================== */



/* HEADER_CSS_START */
header #qodef-side-area-mobile-header .qodef-m-navigation>ul>li.menu-item-has-children a {
    position: relative;
}

header #qodef-side-area-mobile-header .qodef-m-navigation>ul>li.menu-item-has-children>a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(./images/down-down.svg);
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;

}

header #qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
    width: 100%;
    display: flex;
}

header #qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
    display: none;
}

header #qodef-side-area-mobile-header .qodef-m-navigation>ul>li {
    padding: 10px 0;
    border-bottom: 1px solid;
    margin: 0;
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget {
    border: none;
    padding: 0;
    display: flex;
    width: 100%;
    height: 100%;
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget ul {
    width: 100%;
    justify-content: center;
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget ul .wp-block-social-link-anchor {
    width: 40px;
    height: 40px;
}

div#qodef-page-outer {
    margin-top: -146px;
}

.navbar__contact {
    margin: 0 !important;
    padding: 0;
    list-style: none;
    max-width: max-content;
    order: 2;
}

.navbar__contact .navbar-sub {
    opacity: 0;
    visibility: hidden;
    min-width: 270px;
    padding-top: 20px;
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: -1;
    transition: 0.25s;
    min-width: 250px;
}

.navbar__contact .navbar_contact_inner {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-flow: wrap;
}

.navbar__contact .contact_text {
    color: #F0E5CF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Syne';
}

.navbar__contact>li {
    cursor: pointer;
    position: relative;
}

.navbar__contact>li:hover .navbar-sub {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.navbar__contact .navbar-sub .sub_nav {
    display: flex;
    flex-flow: column;
    gap: 20px;
    padding: 35px;
    background-color: #243837;
}

.navbar__contact .navbar-sub .sub_nav .nav-item a {
    font-family: 'Syne';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #f0e5cf;
}

.navbar__contact .navbar-sub .sub_nav .nav-item {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.navbar__contact .navbar-sub .sub_nav .nav-item .number {
    position: absolute;
    left: 0;
    transform: translateX(-100%);
}

.navbar__contact .navbar-sub .sub_nav .nav-item a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s linear;
}

.navbar__contact .navbar-sub .sub_nav .nav-item:hover .text {
    transform: translateX(100%);
}

.navbar__contact .navbar-sub .sub_nav .nav-item:hover .number {
    color: #FAB417;
    transform: translateX(0px);
}

.navbar__contact .navbar-sub .sub_nav .nav-item:hover .number img {
    filter: brightness(0) saturate(100%) invert(90%) sepia(21%) saturate(6510%) hue-rotate(344deg) brightness(98%) contrast(99%);
}

#qodef-page-header .qodef-header-logo-link {
    height: auto;
    max-width: 325px;
    order: 1;
    transition: all 0.3s linear;
}

.qodef-fullscreen-search-holder .qodef-svg-shape-two {
    background: #243837;
}

header#qodef-page-header .qodef-widget-holder {
    justify-content: center;
    flex-flow: column;
    position: absolute;
    top: 70px;
    right: 40px;
    margin-left: 0;
    height: auto;
    order: 4;
}

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
    margin-right: 100px;
    order: 3;
    margin-left: 0;
}

.qodef-widget-holder.qodef--one>div {
    margin: 0 0 1px 0 !important;
    width: 60px;
    height: 60px;
    background: #243837;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s linear;
}

.qodef-widget-holder.qodef--one>div:hover {
    background: #1a2828;
}

.qodef-widget-holder.qodef--one>div a {
    color: #F0E5CF;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.qodef-widget-holder.qodef--one>div a svg {
    width: 20px;
    height: 20px;
}

.qodef-widget-holder.qodef--one>div a span {
    width: 100% !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header#qodef-page-header {
    background-color: transparent;
    height: auto;
}

header #qodef-page-header-inner {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding-top: 26px;

}

header nav ul {
    align-items: center;
    gap: 35px;
}

header .qodef-header-navigation>ul>li>a {
    font-family: 'Syne';
}

.qodef-header-navigation>ul>li.menu-item-has-children {
    padding-right: 20px;
    z-index: 1;
    cursor: pointer;
}

.qodef-header-navigation>ul>li.menu-item-has-children:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: url(./images/header_down.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
}

nav.qodef-header-navigation ul li .qodef-drop-down-second {
    left: 0;
    padding-top: 20px;
}

nav.qodef-header-navigation>ul>li>a .qodef-menu-item-text {
    background-image: none;
}

nav.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
    display: flex;
    flex-flow: column;
    gap: 20px;
    background-color: #243837;
    padding: 20px;
    border: none;
}

nav.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul li {
    padding: 0;
    width: 100%;
}

nav.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul li a span.qodef-menu-item-text {
    background-image: none;
    word-break: break-all;
}

nav.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul li a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(./images/right_arrow.svg);
    background-position: center left;
    background-size: auto;
    background-repeat: no-repeat;
    transform: translate(-100%);
    transition: all 0.3s linear;
    filter: brightness(0) saturate(100%) invert(86%) sepia(51%) saturate(6178%) hue-rotate(345deg) brightness(98%) contrast(102%);
    z-index: -1;
    transition: all 0.3s linear;
}

nav.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul li a:hover::after {
    transform: translate(0);
}

nav.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul li a:hover {
    padding-left: 30px;
}

nav.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul li a {
    margin: 0;
    color: #FAB417;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* HEADER_CSS_END */





/* BANNER_CSS_START */
.Banner_Section .Banner_Inner .Banner_Round {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.Banner_Section .Banner_Inner {
    max-width: 1920px;
    margin: 0 auto;
}

.Banner_Section .Banner_Inner .Banner_Right {
    padding-right: 95px;
    padding-top: 180px;
    padding-bottom: 100px;
}

.Banner_Left .elementor-widget-image {
    height: 100%;
}

.Banner_Section ul li>a .elementor-icon-list-icon {
    order: 2;
    padding: 0 0 0 10px !important;
    transition: all 0.3s linear !important;
}

.Banner_Section ul li>a .elementor-icon-list-text {
    padding: 0 !important;
    order: 1;
    transition: all 0.3s linear !important;
}

.Banner_Section ul li>a:hover .elementor-icon-list-text {
    transform: translateX(10px);
    order: 2;
}

.Banner_Section ul li>a:hover .elementor-icon-list-icon {
    order: 1;
    padding: 0 10px 0 0px !important;
}

.Banner_Section ul li>a:hover .elementor-icon-list-icon svg path {
    fill: #FAB417;
}

.Banner_Right .elementor-widget-text-editor p {
    margin-top: 0;
    position: relative;
    padding-top: 20px;
}

.Banner_Right .elementor-widget-text-editor p:After {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 2px;
    content: "";
    background: #FAB417;
}

/* BANNER_CSS_END */



/* MAP_CSS_START */
.map_location .pin .popup:After {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 10px;
    height: 10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fab417;
}

.map_location .map_right .pin.pop-up-show .popup {
    display: flex;
}

.map_location .pin {
    cursor: pointer;
}

.map_location .pin .popup {
    display: none;
    left: -65% !important;
    z-index: 9;
}

.map_location .pin .popup .yellow-text {
    color: #f8b317;
}

.map_location .map_right .pin:hover>.elementor-widget-text-editor {
    transform: translateY(5px);
}

.map_location .map_right .pin>.elementor-widget-text-editor {
    transition: all 0.3s linear;
}

.map_location .map_right .pin {
    width: max-content;
}

.map_location .map_right .pin .elementor-widget-image {
    line-height: 0;
}

.map_location .map_right .pin p {
    margin: 0;
}

.map_inner .map_left {
    width: 100%;
    max-width: calc(35% - 20px);
}

.map_inner .map_right {
    width: 100%;
    max-width: calc(65% - 20px);
}

.main-image img {
    animation: rotateAnimation 10s linear 0s infinite;
}

.main-image {
    width: 160px;
    height: 160px;
}

.round_animated {
    position: relative;
}

.inner-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}

/* MAP_CSS_END */





/* REAL_CSS_START */
.real_estate_inner p br {
    display: none;
}

.real_estate_inner p a {
    text-decoration: underline;
}

/* REAL_CSS_END */




/* ============contact_form_CSS_START=================== */
.contact_form_inner .qodef-main-contact {
    display: flex;
    flex-flow: column;
    gap: 90px;
}

.contact_form_inner .top {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 16px;
}

.contact_form_inner .half-col {
    width: 100%;
    max-width: calc(50% - 10px);
}

.contact_form_inner .full-col {
    width: 100%;
    max-width: 100%;
}

.bottom {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

.contact_form_inner .full-col label,
.contact_form_inner .half-col label {
    display: flex;
    flex-flow: column;
    gap: 20px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    font-family: 'Syne';
}

form .qodef-main-contact span input,
form .qodef-main-contact span select,
form .qodef-main-contact span textarea {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'Syne';
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #F0E5CF4D;
    border-radius: 0;
    outline: none;
}

form .qodef-main-contact span input,
form .qodef-main-contact span textarea {
    padding: 20px 16px 20px 26px;
}

form .qodef-main-contact span input:focus,
form .qodef-main-contact span select:focus {
    background-color: transparent;
}

span.wpcf7-not-valid-tip {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    font-family: 'Roboto';
}

form .qodef-main-contact span select {
    padding: 12px 16px 12px 26px;
    background-image: url(./images/down-down.svg);
    background-position: center right 16px;
    background-repeat: no-repeat;
    background-size: auto;
}

.contact_form_inner .bottom .wpcf7-checkbox {
    display: flex;
    flex-flow: column;
    gap: 14px;
    align-items: flex-start;
    justify-content: center;
}

.contact_form_inner .bottom .wpcf7-checkbox label {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact_form_inner .bottom input[type="checkbox"] {
    width: 16px;
    height: 16px;
    bottom: 0;
}

.contact_form_inner .bottom .qodef-checkbox-holder {
    margin: 10px 0 0;
}

.qodef-checkbox-holder .wpcf7-list-item {
    margin: 0;
}

.contact_form_inner .bottom span.wpcf7-list-item-label {
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    font-family: 'Syne' !important;
    color: #F0E5CF !important;
    padding: 0 !important;
}

.qodef-main-contact .qodef-checkbox-holder label {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact_form_inner .qodef-main-contact .yellow-btn button {
    margin-left: 0;
}

.yellow-btn button {
    background-color: #FAB417;
    color: #2A4140;
}

.yellow-btn button .qodef-btn-fill-color {
    display: none !important;
}

.yellow-btn button[type="submit"]:hover {
    color: #2A4140;
    background-color: #FED851;
}

/* ============contact_form_CSS_END=================== */



/* FOOTER_CSS_START */
div#qodef-page-footer-top-area-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
}

div#qodef-page-footer-bottom-area-inner {
    max-width: 1810px;
    margin: 0 auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
}

#qodef-page-footer-top-area .qodef-grid .qodef-grid-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    flex-flow: wrap;
}

#qodef-page-footer-top-area .qodef-grid .qodef-grid-inner .qodef-grid-item {
    width: 100%;
    max-width: calc(33.33% - 7px);
}

.footer-round-block {
    display: flex;
    flex-flow: column;
    align-items: center;
    cursor: pointer;
}

#qodef-page-footer-top-area .widget {
    height: 100%;
}

.footer-round-block h3 {
    font-size: 48px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    font-family: 'Syne' !important;
    color: #2A4140 !important;
    letter-spacing: 0.01px !important;
    margin-bottom: 25px !important;
    margin-top: 50px !important;
    text-transform: none !important;
}

.footer-round-block .main-image img {
    animation: none;
}

#qodef-page-footer-top-area .qodef-grid .qodef-grid-inner .qodef-grid-item:hover .footer-round-block .main-image img {
    animation: rotateAnimation 10s linear 0s infinite;
    filter: brightness(0) saturate(100%) invert(79%) sepia(61%) saturate(1963%) hue-rotate(346deg) brightness(100%) contrast(97%);
}

#qodef-page-footer-top-area .qodef-grid .qodef-grid-inner .qodef-grid-item:hover .inner-image img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(61%) saturate(1963%) hue-rotate(346deg) brightness(100%) contrast(97%);
}

.footer-round-block p {
    margin: 0 auto;
    max-width: 183px;
    color: #2A4140;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto';
    font-weight: 400;
    transition: all 0.3s linear;
}

.footer-round-block:hover p {
    color: #FAB417;
}

.footer-round-block:hover svg path {
    fill: #FAB417;
}

.footer-round-block svg path {
    transition: all 0.3s linear;
}

.footer-round-block:hover .curved span {
    color: #FAB417;
}

#qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
}

#qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item {
    width: auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-flow: wrap;
}

#qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item .widget {
    margin: 0;
}

ul#menu-footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-flow: wrap;
}

ul#menu-footer-menu li {
    margin: 0 !important;
}

ul#menu-footer-menu li a {
    color: #F0E5CF !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s linear;
}

ul#menu-footer-menu li a:hover {
    color: #FAB417 !important;
}

/* FOOTER_CSS_END */
.content_inner {
    max-width: 1200px;
}

html body #qodef-page-inner {
    padding: 0;
}

svg.qodef-svg--close,
svg.qodef-svg--close path {
    fill: #F0E5CF;
}

.qodef-fullscreen-search-holder h4.qodef-m-search-title {
    color: #F0E5CF;
}

svg.qodef-svg--close,
svg.qodef-svg--close path {
    fill: #F0E5CF;
}

.qodef-fullscreen-search-holder h4.qodef-m-search-title {
    color: #F0E5CF;
}

.qodef-fullscreen-search-holder button.qodef-m-form-submit {
    background: #FAB417;
    border-radius: 0;
    color: #2A4140;
    padding: 15px 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Roboto';
    letter-spacing: 2px;
}

.qodef-fullscreen-search-holder button.qodef-m-form-submit:hover {
    background: #FED851;
    color: #2A4140;
}

.qodef-fullscreen-search-holder button.qodef-m-form-submit .qodef-btn-fill-color {
    display: none;
}

.qodef-fullscreen-search-holder input.qodef-m-form-field {
    background: #243837;
    border-color: #F0E5CF;
    border-radius: 0;
}

.review_skin .review_box .content {
    height: 100%;
}

.review_skin .review_box .content .rating {
    margin-top: auto;
}

.property_skin .swiper-slide .box,
.review_skin .review_box,
.two_column_skin .swiper-slide .stay_tuned_box,
.news .box {
    height: 100%;
}

.property_skin .swiper-slide .box a,
.news .text-wrapper {
    height: 100%;
}

.two_column_skin .swiper-slide,
.default_skin .swiper-slide,
.property_skin .swiper-slide,
.review_skin .swiper-slide {
    height: auto !important;
}

.real_estate_inner .elementor-widget-text-editor a {
    font-weight: 300;
    text-decoration: underline;
}

div.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
}

.unique_service>.e-con-inner>.elementor-element>.elementor-element {
    width: 100%;
    max-width: calc(50% - 25px) !important;
}

.unique_service>.e-con-inner img {
    height: 100% !important;
    object-fit: cover;
}

.review svg.qodef-m-testimonial-rating path {
    fill: #FAB417;
}

.review .qodef-e-text {
    color: #2A4140;
}

.review p.qodef-e-author {
    color: #2A4140;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}

/* MEDIA_CSS_START */

@media only screen and (max-width: 1800px) and (min-width: 1700px) {
    .Banner_Section ul li>a .elementor-icon-list-text {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1700px) and (min-width: 1600px) {
    .Banner_Section ul li>a .elementor-icon-list-text {
        font-size: 55px;
    }

    .Banner_Section .Banner_Inner .Banner_Right {
        padding-right: 70px;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1367px) {
    .Banner_Section .Banner_Inner {
        column-gap: 120px;
    }

    .Banner_Section .Banner_Inner .Banner_Right {
        padding-right: 50px;
    }

    .Banner_Section ul li>a .elementor-icon-list-text {
        font-size: 50px;
    }

    .Banner_Section .Banner_Inner a.Banner_Round {
        right: -13% !important;
        width: 200px;
        height: 200px;
    }

    .Banner_Section .Banner_Inner a.Banner_Round .elementor-widget-text-editor {
        font-size: 20px;
        line-height: 30px;
    }
}


@media only screen and (max-width: 1671px) and (min-width: 1200px) {
    #qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item {
        gap: 20px;
    }

    ul#menu-footer-menu {
        gap: 20px;
    }

    #qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner {
        column-gap: 50px;
    }

    ul#menu-footer-menu li a {
        font-size: 14px;
    }
}

@media(max-width:1700px) {
    #qodef-page-header .qodef-header-logo-link {
        max-width: 280px;
    }

    header nav ul {
        gap: 25px;
    }

    .qodef-widget-holder.qodef--one>div {
        width: 50px;
        height: 50px;
    }

    header#qodef-page-header .qodef-widget-holder {
        top: 60px;
    }

    div#qodef-page-outer {
        margin-top: -130px;
    }

    .Banner_Section .Banner_Inner .Banner_Right {
        padding-top: 120px;
        padding-bottom: 50px;
    }
}

@media(max-width:1600px) {
    #qodef-page-header .qodef-header-logo-link {
        max-width: 200px;
    }

    header#qodef-page-header .qodef-widget-holder {
        top: 50px;
    }

    div#qodef-page-outer {
        margin-top: -100px;
    }
}

@media(max-width:1500px) {
    .Banner_Section .Banner_Inner .Banner_Right {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .qodef-header--standard #qodef-page-header-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 20px !important;
    }

    header#qodef-page-header .qodef-widget-holder {
        top: 40px;
        right: 20px;
    }

    div#qodef-page-outer {
        margin-top: -94px;
    }

    .qodef-header-navigation>ul>li>a,
    .navbar__contact .contact_text,
    .navbar__contact .navbar-sub .sub_nav .nav-item a,
    nav.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul li a {
        font-size: 14px !important;
    }

    #qodef-top-area .qodef-widget-holder.qodef--right {
        padding: 0 20px;
    }
}

@media(max-width:1400px) {
    header#qodef-page-header {
        display: none;
    }

    header#qodef-page-mobile-header {
        display: block;
        background-color: #2A4140;
        border: none;
        position: fixed;
        top: 48px;
        left: 0;
        width: 100%;
    }

    div#qodef-top-area {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    div#qodef-page-outer {
        margin-top: 118px;
    }

    header #qodef-page-mobile-header-inner {
        padding: 0 40px;
    }

    header #qodef-page-mobile-header-inner {
        padding: 0 40px;
    }


    header #qodef-side-area-mobile-header {
        height: calc(100vh - 20px);
        top: 48px;
        background: #243837;
        width: 40%;
    }

    header #qodef-side-area-mobile-header svg path {
        stroke: #F0E5CF;
    }

    header #qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
        color: #F0E5CF;
        font-family: 'Syne';
    }

    header #qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover,
    header #qodef-side-area-mobile-header .qodef-m-navigation>ul>li.qodef-menu-item--open>a {
        color: #FAB417;
    }

    header #qodef-side-area-mobile-header .qodef-m-navigation>ul>li.qodef-menu-item--open svg path {
        stroke: #FAB417;
    }

    header #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a {
        font-size: 16px;
        line-height: 1.4;
        font-family: 'Syne';
        font-weight: 400;
    }

    header #qodef-side-area-mobile-header .qodef-m-navigation ul.sub-menu {
        padding-left: 20px;
    }

    header #qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a span.qodef-menu-item-text {
        background-image: none;
    }

    .Banner_Section .Banner_Inner .Banner_Right {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

@media(max-width:1366px) {
    .map_location .pin .popup {
        top: 110% !important;
    }

    .real_estate_inner .elementor-widget-text-editor a {
        font-size: 22px;
        line-height: 32px;
    }

    .Banner_Section .Banner_Inner a.Banner_Round {
        right: -13% !important;
    }

    ul#menu-footer-menu li a {
        font-size: 12px;
    }

    .Banner_Section .Banner_Inner a.Banner_Round {
        width: 200px;
        height: 200px;
    }

    .Banner_Section .Banner_Inner .Banner_Right {
        padding-right: 50px;
    }

    .real_estate_inner p a {
        font-size: 22px;
        line-height: 32px;
    }

    .footer-round-block h3 {
        font-size: 42px !important;
    }
}

@media(max-width:1200px) {
    .map_location .pin .popup {
        width: 240px !important;
        top: 120% !important;
    }

    .map_location .map_right .pin.pin1 {
        left: 38% !important;
        top: 36%;
    }

    .map_location .map_right .pin p {
        font-size: 14px;
        line-height: 1.5;
    }

    .map_location .map_right .pin {
        gap: 5px;
    }

    .map_location .map_right .pin.pin2 {
        left: 56% !important;
        top: 20%;
    }

    .map_location .map_right .pin.pin3 {
        right: 12% !important;
        top: 30%;
    }

    .map_location .main-image {
        width: 120px;
        height: 120px;
    }

    div#qodef-page-footer-bottom-area-inner {
        padding: 20px !important;
    }

    .footer-round-block h3 {
        font-size: 37px !important;
        margin-top: 40px !important;
    }

    div#qodef-page-footer-top-area-inner {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .contact_form_inner .qodef-main-contact {
        gap: 50px;
    }

    .real_estate_inner p a {
        font-size: 20px;
        line-height: 30px;
    }

    .Banner_Section .Banner_Inner a.Banner_Round {
        width: 150px;
        height: 150px;
    }

    .Banner_Section .Banner_Inner .Banner_Right {
        padding-right: 15px;
    }

    .map_inner .map_left {
        max-width: calc(40% - 20px);
    }

    .map_inner .map_right {
        max-width: calc(60% - 20px);
    }

    .underline .elementor-heading-title {
        padding-bottom: 30px;
    }

    #qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item,
    #qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner {
        gap: 20px;
    }

    #qodef-page-footer-bottom-area-inner .qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item:first-child {
        order: 1;
    }

    #qodef-page-footer-bottom-area-inner .qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item:last-child {
        order: 2;
    }

    #qodef-page-footer-bottom-area-inner .qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item:nth-child(2) {
        order: 3;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    #qodef-page-footer-bottom-area-inner .qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item:nth-child(2) .widget {
        width: 100%;
    }

    ul#menu-footer-menu {
        justify-content: space-between;
        gap: 10px;
        width: 100%;
    }
}

@media(max-width:1024px) {
    .unique_service>.e-con-inner>.elementor-element>.elementor-element {
        max-width: 100% !important;
    }

    .map_location .pin .popup:After {
        left: 85%;
        transform: none;
    }

    .map_location .pin .popup {
        left: auto !important;
        right: 0 !important;
    }

    .map_location .map_right .pin.pin3 {
        right: 10% !important;
    }

    .map_location .map_right .pin.pin2 {
        left: 54% !important;
        top: 19%;
    }

    .map_location .map_right .pin.pin1 {
        left: 37% !important;
        top: 35%;
    }

    div.wpcf7 form.sent .wpcf7-response-output {
        margin-top: 30px;
    }

    .real_estate_inner .elementor-widget-text-editor a {
        font-size: 18px;
        line-height: 28px;
    }

    header#qodef-page-mobile-header {
        top: 0;
    }

    .map_location .main-image {
        width: 100px;
        height: 100px;
    }

    .footer-round-block h3 {
        font-size: 32px !important;
        margin-bottom: 20px !important;
        margin-top: 30px !important;
    }

    div#qodef-page-footer-top-area-inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .real_estate_inner p a {
        font-size: 18px;
        line-height: 28px;
    }

    .Banner_Section .Banner_Inner .Banner_Right {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    header #qodef-side-area-mobile-header {
        height: 100vh;
        top: 0;
        width: 100%;
    }

    header #qodef-page-mobile-header-inner {
        padding: 0 20px;
    }
}

@media(max-width:991px) {
    .map_location .map_right .pin.pin1 {
        left: 40% !important;
        top: 37%;
    }

    .map_location .map_right .pin.pin2 {
        left: 56% !important;
        top: 21%;
    }

    .map_location .map_right .pin.pin3 {
        right: 14% !important;
    }

    .Banner_Section .Banner_Inner .Banner_Right {
        padding-top: 0;
        padding-bottom: 0;
    }

    .map_location .main-image {
        width: 80px;
        height: 80px;
    }

    #qodef-page-footer-bottom-area-inner .qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item:first-child {
        order: 1;
    }

    #qodef-page-footer-bottom-area-inner .qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item:last-child {
        order: 3;
    }

    #qodef-page-footer-bottom-area-inner .qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item:nth-child(2) {
        order: 2;
        width: auto;
    }

    ul#menu-footer-menu {
        flex-flow: column;
    }

    .footer-round-block h3 {
        font-size: 27px !important;
    }

    div#qodef-page-footer-top-area-inner {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contact_form_inner .qodef-main-contact {
        gap: 30px;
    }

    .real_estate_inner p a {
        font-size: 16px;
        line-height: 24px;
    }

    .Banner_Section .Banner_Inner .Banner_Left .elementor-widget-image {
        width: 100%;
    }

    .Banner_Section .Banner_Inner a.Banner_Round {
        right: 10% !important;
        bottom: -5%;
        top: auto;
    }

    .underline .elementor-heading-title {
        padding-bottom: 20px;
    }

    .map_inner .map_left {
        max-width: 100%;
    }

    .map_inner .map_right {
        max-width: 100%;
    }
}

@media(max-width:767px) {
    .map_location .pin .popup {
        width: 195px !important;
        top: 130% !important;
    }

    .map_location .pin.pin1 .popup,
    .map_location .pin.pin2 .popup {
        right: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .map_location .pin.pin1 .popup:After,
    .map_location .pin.pin2 .popup:After {
        left: 50%;
        transform: translateX(-50%);
    }

    .map_location .map_right .pin p {
        font-size: 12px;
    }

    .map_location .map_right .pin.pin3 {
        right: 13% !important;
    }

    .map_location .map_right .pin.pin1 {
        left: 38% !important;
    }

    .real_estate_inner .elementor-widget-text-editor a {
        font-size: 16px;
        line-height: 24px;
    }

    header #qodef-side-area-mobile-header {
        padding: 30px 20px;
    }

    header #qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
        font-size: 20px;
    }

    .map_location .main-image {
        width: 60px;
        height: 60px;
    }

    header #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a {
        font-size: 14px;
    }

    #qodef-page-footer-bottom-area-inner .qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item {
        width: 100% !important;
        justify-content: center !important;
    }

    #qodef-page-footer-top-area .qodef-grid .qodef-grid-inner {
        gap: 30px;
    }

    #qodef-page-footer-top-area .qodef-grid .qodef-grid-inner .qodef-grid-item {
        max-width: calc(50% - 15px);
    }

    .footer-round-block h3 {
        font-size: 22px !important;
    }

    div#qodef-page-footer-top-area-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact_form_inner .half-col {
        max-width: 100%;
    }

    .footer-round-block p {
        max-width: 100%;
    }
}

@media(max-width:600px) {
    .map_location .map_right .pin p {
        font-size: 10px;
    }

    .Banner_Section ul li>a .elementor-icon-list-text {
        font-size: 22px;
    }

    #qodef-page-footer-top-area .qodef-grid .qodef-grid-inner .qodef-grid-item {
        max-width: 100%;
    }

    .map_location .map_right .pin.pin1 {
        left: 32% !important;
        top: 29%;
    }

    .map_location .map_right .pin.pin2 {
        left: 49% !important;
        top: 15%;
    }

    .map_location .map_right .pin.pin3 {
        right: 5% !important;
        top: 32%;
    }
}