@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");

/*** GENERIC CSS ***/

html,
body {
    font-family: "Libre Franklin", sans-serif;

    overflow-x: hidden;

    background: #faf9f6;
}

body {
    font-size: 16px;

    color: #636363;
}

a {
    -webkit-transition: all ease 0.5s;

    transition: all ease 0.5s;

    text-decoration: none;

    color: #636363;

    cursor: pointer;
}

a:hover {
    text-decoration: none;

    color: #000;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;

    -webkit-box-shadow: none;

    box-shadow: none;

    border: none;
}

button:focus {
    -webkit-box-shadow: none;

    box-shadow: none;
}

@font-face {
    font-family: "Bebas_Neue_Pro_Expanded_ExtraBold";

    src: url("../fonts/fonnts_comBebas_Neue_Pro_Expanded_ExtraBold.eot");

    src:
        url("../fonts/fonnts_comBebas_Neue_Pro_Expanded_ExtraBold.eot")
            format("embedded-opentype"),
        url("../fonts/fonnts_comBebas_Neue_Pro_Expanded_ExtraBold.woff2")
            format("woff2"),
        url("../fonts/fonnts_comBebas_Neue_Pro_Expanded_ExtraBold.woff")
            format("woff"),
        url("../fonts/fonnts_comBebas_Neue_Pro_Expanded_ExtraBold.ttf")
            format("truetype"),
        url("../fonts/fonnts_comBebas_Neue_Pro_Expanded_ExtraBold.svg#fonnts_comBebas_Neue_Pro_Expanded_ExtraBold")
            format("svg");
}

@font-face {
    font-family: "SnellRoundhandLTStdBoldScript";

    src: url("../fonts/SnellRoundhandLTStdBoldScript.eot");

    src:
        url("../fonts/SnellRoundhandLTStdBoldScript.eot")
            format("embedded-opentype"),
        url("../fonts/SnellRoundhandLTStdBoldScript.woff2") format("woff2"),
        url("../fonts/SnellRoundhandLTStdBoldScript.woff") format("woff"),
        url("../fonts/SnellRoundhandLTStdBoldScript.ttf") format("truetype"),
        url("../fonts/SnellRoundhandLTStdBoldScript.svg#SnellRoundhandLTStdBoldScript")
            format("svg");
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas_Neue_Pro_Expanded_ExtraBold";
    font-weight: 400;
    line-height: 1;
    color: #000;
    /* font-family: "Cormorant Garamond", serif; */
    /* font-family: "SnellRoundhandLTStdBoldScript"; */
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 24px;
}

.d-table {
    width: 100%;

    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p,
.text ul li {
    font-size: 18px;

    margin-bottom: 15px;

    line-height: 1.8;

    color: #828282;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;

    height: auto;
}

.visible-xs {
    display: none;
}

.btn-default {
    background: transparent;

    cursor: pointer;

    display: inline-block;

    color: #fff;

    background: #1b1b57;

    font-size: 15px;

    letter-spacing: 2px;

    text-transform: uppercase;

    position: relative;

    line-height: 54px;

    transition: all 0.3s ease-in;

    border-radius: 5px;

    padding: 0px 20px;

    text-align: center;

    white-space: nowrap;

    z-index: 2;

    vertical-align: middle;
}

.normal-btn {
    color: #fff;

    font-size: 14px;

    letter-spacing: 2px;

    text-transform: uppercase;

    border: 1px solid #fff;

    padding: 0px 20px;

    margin: 0px 10px;

    line-height: 52px;

    border-radius: 5px;

    transition: all 0.3s ease-in;

    display: inline-block;

    vertical-align: middle;
}

.normal-btn:hover {
    color: #fff;

    background: #1b1b57;

    border-color: #1b1b57;
}

.btn-default.white {
    color: #000;

    background: #fff;
}

.btn-default:hover {
    color: #fff;

    background: #000;
}

ul.list li {
    margin: 0px 0px 15px 0px;
}

.img-rounded {
    border-radius: 15px;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;

    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);

    transform: translateY(-5px);
}

.section-title {
    display: inline-block;

    position: relative;

    margin-bottom: 30px;
}

.section-title i.line.left {
    right: calc(100% + 36px);

    left: auto;
}

.section-title.white i.line {
    border-color: #fff;
}

.section-title.white i.line::before,
.section-title.white i.line::after {
    background: #fff;
}

.section-title i.line {
    display: block;

    width: 17px;

    height: 17px;

    background: transparent;

    border: 1px solid #1b1b57;

    border-radius: 50%;

    position: absolute;

    top: 10px;

    left: calc(100% + 36px);

    border-color: #1b1b57;

    pointer-events: auto;
}

.section-title i.line:before {
    content: "";

    width: 5px;

    height: 5px;

    border-radius: 50%;

    background: #1b1b57;

    position: absolute;

    top: 5px;

    left: 5px;
}

.section-title i.line.left:after {
    right: 100%;

    left: auto;
}

.section-title i.line.left:after {
    right: 100%;

    left: auto;
}

.section-title i.line:after {
    content: "";

    width: 100vw;

    height: 1px;

    background: #1b1b57;

    position: absolute;

    top: 7px;

    left: 100%;
}

.section-title.black h2 {
    color: #000;
}

.section-title h6 {
    display: inline-block;

    color: #848383;

    font-size: 32px;

    letter-spacing: 3px;

    font-weight: 400;

    position: relative;

    margin-bottom: 10px;

    font-family: "Libre Franklin", sans-serif;

    font-family: "Bebas_Neue_Pro_Expanded_ExtraBold";

    font-family: "SnellRoundhandLTStdBoldScript";
}

.section-title h2 {
    color: #1b1b57;

    font-size: 80px;

    margin: 0px;

    margin-bottom: 25px;

    font-weight: 500;

    letter-spacing: 0;
}

.section-title.white h2,
.section-title.white h6 {
    color: #fff;
}

.section-title p {
    font-size: 18px;

    line-height: 1.8;
}

.round-btn {
    color: #000;

    margin: 0px 5px;

    display: inline-block;

    background: #fff;

    font-size: 18px;

    line-height: 40px;

    text-align: center;

    min-width: 40px;

    height: 40px;

    border-radius: 40px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.round-btn:hover {
    color: #fff !important;

    background: #1b1b57 !important;
}

header.fixed .round-btn {
    color: #fff;

    background: #000;
}

/*** SIDEMENU ***/

.side-menu {
    background: #faf9f6;

    position: fixed;

    top: 0px;

    left: -600px;

    width: 340px;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

    height: 100%;

    z-index: 9999999;

    padding: 55px 35px;

    overflow: hidden;

    overflow-y: auto;

    left: -100%;
}

.side-menu .logo img {
    max-height: 48px;

    margin-top: 40px;

    margin-bottom: 20px;
}

.side-menu.intro {
    left: 0px;
}

.side-menu ul.main-menu ul {
    padding: 0;
}

.side-menu ul.main-menu li {
    list-style: none;

    display: inline-block;

    width: 100%;
}

.side-menu ul.main-menu {
    padding-left: 0px;

    margin-top: 50px;
}

.side-menu ul.main-menu li a {
    display: inline-block;

    width: 100%;

    letter-spacing: 1px;

    text-transform: uppercase;

    color: #1b1b57;

    color: #000;

    font-size: 17px;

    padding: 7px 0px;

    -webkit-transition: 0.2s all ease;

    transition: 0.2s all ease;

    font-weight: 500;
}

.side-menu ul.main-menu > li:hover > a,
.side-menu ul.main-menu li.active > a {
    background: none;

    color: #1b1b57 !important;
}

a.CloseBtn {
    float: right;

    color: #fff;

    background: #1b1b57;

    font-size: 22px;

    margin: 0;

    position: relative;

    z-index: 99;

    cursor: pointer;

    position: absolute;

    top: 0;

    right: 0;

    min-width: 40px;

    min-height: 40px;

    border-radius: 0px 0px 0px 5px;
}

a.CloseBtn:before,
a.CloseBtn:after {
    content: "";

    display: block;

    width: 15px;

    height: 2px;

    background-color: currentColor;

    position: absolute;

    left: 50%;

    top: 50%;
}

a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);

    -moz-transform: translate(-50%, -50%) rotate(45deg);

    -ms-transform: translate(-50%, -50%) rotate(45deg);

    transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);

    -moz-transform: translate(-50%, -50%) rotate(-45deg);

    -ms-transform: translate(-50%, -50%) rotate(-45deg);

    transform: translate(-50%, -50%) rotate(-45deg);
}

.side-menu ul.main-menu.navbar-nav {
    margin-top: 30px;
}

.side-menu ul.main-menu.navbar-nav li:hover > a {
    background: none;

    color: #000;
}

.side-menu .menu-item-has-children {
    cursor: pointer;
}

.side-menu .menu-item-has-children > a {
    pointer-events: none;

    cursor: pointer;

    position: relative;
}

.side-menu .menu-item-has-children:hover > a {
    color: #1b1b57 !important;
}

.side-menu .menu-item-has-children > a:after {
    content: "";

    width: 25px;

    height: 25px;

    background: #1b1b57;

    display: inline-block;

    position: absolute;

    top: 0;

    right: 0;

    top: 50%;

    transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children > a:before {
    position: absolute;

    top: 0;

    right: 0;

    color: #fff;

    font-size: 27px;

    z-index: 99;

    top: 51%;

    transform: translate(0px, -50%);

    right: 6px;

    content: "\f067";

    display: inline-block;

    font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current > a:before {
    content: "\f068";
}

.side-menu ul.navbar-nav li a:hover {
    background: none;

    color: #1b1b57;

    border-bottom-color: rgba(11, 23, 23, 0.2);
}

.side-menu li.menu-item-has-children ul.sub-menu {
    opacity: 1;

    visibility: visible !important;

    position: relative !important;

    left: 0 !important;

    -webkit-transform: translateY(0) !important;

    -ms-transform: translateY(0) !important;

    transform: translateY(0) !important;

    background: #ccc;

    padding: 0px 0px !important;

    display: none !important;

    top: 0 !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;

    pointer-events: auto;
}

.side-menu ul.navbar-nav li ul.sub-menu li {
    margin: 0;
}

.side-menu ul.navbar-nav li ul.sub-menu li a {
    padding: 10px 10px;

    font-size: 12px;

    background: #ebebeb;

    color: #000;
}

.side-menu ul.navbar-nav li ul.sub-menu li:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item > a,
.side-menu ul.navbar-nav li ul.sub-menu li.active > a {
    background: #1b1b57 !important;

    color: #fff !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;

    pointer-events: auto;
}

.side-menu ul.main-menu.navbar-nav li {
    margin: 0;

    padding: 0;

    margin-bottom: 10px;
}

.menu-btn {
    color: #000 !important;

    background: #1b1b57;

    min-width: 60px;

    min-height: 60px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;
}

.side-menu h4 {
    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 18px;

    color: #000;

    margin-top: 25px;
}

.side-menu .contact-links {
    list-style: none;

    padding: 0px;

    margin: 0px;

    display: inline-block;

    width: 100%;
}

.side-menu .contact-links li {
    margin-bottom: 5px;
}

.side-menu .contact-links li a {
    color: #000000;

    display: flex;

    align-items: start;
}

.side-menu .contact-links li a i {
    min-width: 20px;

    margin-right: 5px;

    margin-top: 5px;
}

.side-menu .contact-links li a:hover {
    color: #1b1b57;
}

.side-menu .social-media {
    list-style: none;

    padding: 0px;

    margin: 0px;

    display: inline-block;

    width: 100%;
}

.side-menu .social-media li {
    display: inline-block;

    margin-right: 5px;
}

.side-menu .social-media li a {
    color: #000000;

    border: 1px solid #000;

    border-radius: 50%;

    width: 30px;

    text-align: center;

    line-height: 28px;

    display: inline-block;
}

.side-menu .social-media li a:hover {
    background: #1b1b57;

    color: #fff;
}

.side-menu h4 {
    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 18px;

    color: #000;

    margin-top: 25px;
}

/*** HEADER ***/

header {
    width: 100%;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 999;

    padding: 15px 20px;
}

header .navbar {
    display: flex;

    justify-content: space-between;
}

header .navbar-brand img.black-logo {
    display: none;
}

header.fixed .navbar-brand img {
    display: none;
}

header.fixed .navbar-brand img.black-logo {
    display: inline-block;
}

header.home-header .navbar-brand img {
    opacity: 0;

    pointer-events: none;
}

header.fixed.home-header .navbar-brand img.black-logo {
    opacity: 1;

    pointer-events: all;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }

    .banner-btns.fixed {
        padding: 0px 15px !important;
    }

    .banner-btns.fixed .normal-btn,
    .banner-btns.fixed .btn-default {
        width: 100%;

        margin: 8px 0px !important;
    }

    .banner-btns.fixed .normal-btn {
        background: transparent;

        cursor: pointer;

        display: inline-block;

        color: #fff;

        background: #1b1b57;

        font-size: 15px;

        letter-spacing: 2px;

        text-transform: uppercase;

        position: relative;

        line-height: 54px;

        transition: all 0.3s ease-in;

        border-radius: 5px;

        padding: 0px 20px;

        text-align: center;

        white-space: nowrap;

        z-index: 2;

        vertical-align: middle;

        border: none;

        margin: 8px 0px;

        box-shadow: 3px 3px 6px 0px #000000;
    }

    .banner-btns.fixed .normal-btn:hover {
        color: #fff;

        background: #000;
    }
}

header.fixed {
    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 99999;

    pointer-events: all;

    opacity: 1;

    background: #fff;

    padding: 20px 0px;
}

.navbar-brand {
    padding: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    padding-bottom: 5px;

    transition: all 0.3s;

    letter-spacing: 0px;

    padding: 5px 0px !important;

    color: #000;

    text-transform: uppercase;

    font-size: 15px;

    line-height: 1.3;

    font-weight: 500;

    position: relative;
}

.navbar-light .navbar-nav .nav-item > .nav-link {
    color: #fff;
}

header.fixed .navbar-light .navbar-nav .nav-item > .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-item:hover > .nav-link {
}

.navbar-light .navbar-nav > .nav-item > .nav-link::before {
    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    height: 1px;

    background: #fff;

    width: 0px;
}

.navbar-light .navbar-nav .nav-item:hover > .nav-link::before,
.navbar-light .navbar-nav .nav-item.active > .nav-link::before {
    width: 0px;

    width: 100%;
}

.navbar-light .navbar-nav .nav-item.active > a,
.fixed .navbar-light .navbar-nav .nav-item.active > a,
header.innerheader .menu-btn span {
    color: #fff !important;
}

.fixed .navbar-light .navbar-nav .nav-item:hover > .nav-link::before,
.fixed .navbar-light .navbar-nav .nav-item.active > .nav-link::before {
    background: #1b1b57 !important;
}

.fixed .navbar-light .navbar-nav .nav-item:hover > .nav-link,
.fixed .navbar-light .navbar-nav .nav-item.active > .nav-link {
    color: #1b1b57 !important;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover {
    background: #fff;
}

.navbar-expand-lg .navbar-nav > li {
    margin: 0px 10px;

    display: inline-block;

    vertical-align: top;
}

.navbar-brand img {
    max-height: 100px;
}

.navbar {
    padding: 0px 0px;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
    display: block;

    opacity: 1;

    visibility: visible;

    pointer-events: auto;

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);
}

ul.sub-menu {
    min-width: 255px;

    width: 100%;

    padding: 0px 0px;

    border: none;

    border-radius: 0;

    box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);

    text-align: left;

    margin: auto;

    background: none;

    margin-top: 0px;

    display: block;

    padding-top: 15px;

    list-style: none;

    margin: 0;

    background: 0 0;

    padding: 0;

    position: absolute;

    left: calc(50% - 100px);

    min-width: 250px;

    padding-top: 15px;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    -webkit-transform: translateY(15px);

    -ms-transform: translateY(15px);

    transform: translateY(15px);

    -webkit-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;
}

.navbar-light .navbar-nav ul.sub-menu li {
    width: 100%;

    position: relative;

    margin-bottom: 1px;
}

.navbar-nav ul.sub-menu li a.nav-link {
    transition: all 0.3s;

    display: inline-block;

    clear: both;

    margin: 0px;

    width: 100%;

    position: relative;

    line-height: 1;

    padding: 10px 10px !important;

    font-size: 14px;

    text-align: center;

    font-weight: 400;

    letter-spacing: 1px;

    background: rgba(255, 255, 255, 1);

    color: #000 !important;

    border: none;

    text-transform: uppercase;

    white-space: break-spaces;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover > a,
.navbar-light .navbar-nav .nav-item ul.sub-menu li.active > a {
    color: #fff !important;

    background: #1b1b57;
}

.fixed .menu-btn:hover {
    color: #fff !important;
}

header .logo img {
    max-height: 65px;
}

header .menu-btn span {
    display: block;

    width: 100%;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    background: #fff !important;

    height: 2px;

    margin: 2px 0px;

    transition: all 0.3s;

    float: right;
}

header .menu-btn div {
    margin-right: 0px;

    margin-left: 0px;

    position: relative;

    top: 0px;

    vertical-align: middle;

    width: 25px;
}

header .menu-btn div span:last-child {
    width: 50%;

    float: right;
}

header .menu-btn:hover div span:first-child {
    width: 50%;
}

header .menu-btn:hover div span:last-child {
    width: 100%;
}

header.fixed .navbar-brand img {
    max-height: 55px;
}

/*** CHAT WIDGET ***/

.chat-widget {
    position: fixed;

    width: 60px;

    height: 60px;

    bottom: 20px;

    right: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 10;

    background: #141414;

    box-shadow: 1px 1px 11px -5px #373737;

    border: 1px solid #ffffff30;

    transition: all 0.1s ease-in;

    border-radius: 50%;
}

/*** SIDE-SOCIAL ***/

.side-social {
    position: fixed;

    top: 0px;

    right: 40px;

    width: 35px;

    padding: 10px 10px 10px 20px;

    z-index: 10;

    display: flex;

    align-items: center;

    justify-content: center;

    top: 50%;

    transform: translate(0px, -50%);
}

.side-social a {
    color: #fff;

    font-size: 14px;

    margin: 14px 0;

    display: inline-block;

    background: #747474;

    font-size: 20px;

    line-height: 40px;

    text-align: center;

    width: 40px;

    height: 40px;

    border-radius: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding-left: 2px;
}

.side-social a:first-child {
    padding-bottom: 5px;
}

.side-social a:hover {
    color: #fff;

    background: #1b1b57;
}

/*** banner ***/

.banner {
    padding: 60px 0px 0px 0px;

    position: relative;

    z-index: 8;

    overflow: hidden;

    height: 100vh;

    width: 100%;
}

.banner .logo {
    display: inline-block;

    margin-bottom: 40px;
}

.banner .logo img {
    max-height: 140px;
}

.banner h1 {
    color: #fff;

    font-size: 80px;

    font-weight: 500;

    margin: 20px 0px 40px 0px !important;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

    line-height: 1;
}

.banner .btn-default {
    margin: 8px 10px;

    min-width: 240px;
}

.banner .h-100vh {
    padding: 40px 0px 40px 0px;
}

.banner::before {
    position: absolute;

    content: "";

    background: #333333;

    top: 0;

    left: 0;

    width: 100%;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.55) 0,
        rgba(0, 0, 0, 0) 100%
    );

    z-index: 2;

    height: 200px;
}

.banner:after {
    position: absolute;

    content: "";

    background: #333333;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    opacity: 0.4;
}

.h-100vh {
    height: 100vh;
}

.banner .container {
    position: relative;

    z-index: 2;
}

.banner .logo-remax {
    position: absolute;

    bottom: 20px;

    right: 28px;

    z-index: 6;

    max-height: 55px;
}

#myVideo {
    width: 100%;

    height: 100%;

    object-fit: cover;

    top: 0;

    left: 0;

    bottom: 0;

    position: absolute;

    right: 0;
}

@media (min-width: 992px) {
    .banner-btns.fixed {
        position: fixed;

        top: 0;

        left: 0;

        width: 270px;

        display: flex;

        z-index: 999999;

        pointer-events: all;

        opacity: 1;

        padding: 15px 0px;

        text-align: center;

        top: 50%;

        transform: translate(0px, -50%);
    }
}

/*** SERVICES ***/

.services {
    padding: 120px 0px;

    position: relative;

    overflow: hidden;
}

.services .owl-carousel {
    overflow: hidden;
}

.services .owl-carousel::before {
    content: "";

    overflow: hidden;

    content: "";

    position: absolute;

    pointer-events: none;

    z-index: 2;

    width: 160px;

    height: 100%;

    top: 0;

    left: 0;

    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.services .owl-carousel::after {
    content: "";

    overflow: hidden;

    content: "";

    position: absolute;

    pointer-events: none;

    z-index: 2;

    width: 160px;

    height: 100%;

    top: 0;

    right: 0;

    background: linear-gradient(
        -90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.services h3 {
    color: #1b1b57;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}

.services .img {
    transition-delay: 0.3s;
    box-shadow:
        0 4px 4px -10px rgba(0, 0, 0, 0.04),
        0 13px 13px -10px rgba(0, 0, 0, 0.06),
        0 40px 60px -10px rgba(0, 0, 0, 0.08) !important;

    transition-delay: 0.3s;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 0.8;
}

.services .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services .owl-theme .owl-nav,
.properties .owl-theme .owl-nav {
    margin: 0;

    z-index: 5;
}

.services p,
.services .text ul li {
    color: #828282;
}

.about.services ul li,
.about.services p {
    color: #828282;
}

.services .owl-theme .owl-nav [class*="owl-"]:hover,
.properties .owl-theme .owl-nav [class*="owl-"]:hover,
.sold-listings .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #000 !important;
}

.services .owl-theme .owl-nav [class*="owl-"],
.properties .owl-theme .owl-nav [class*="owl-"],
.sold-listings .owl-theme .owl-nav [class*="owl-"] {
    position: absolute;

    margin: 0;

    top: 30%;

    left: 20px;

    transform: translate(0px, -50%);

    width: 60px;

    height: 60px;

    color: #fff;

    font-size: 25px;

    background: #1b1b57;

    border-radius: 50%;

    transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

    z-index: 5;
}

.services .owl-theme .owl-nav [class*="owl-"].owl-next,
.properties .owl-theme .owl-nav [class*="owl-"].owl-next,
.sold-listings .owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;

    right: 20px;

    background: #1b1b57;
}

.services .btn-default {
    margin-top: 10px;
}

.services p span {
    color: #1b1b57;
}

.services .text p span {
    color: #828282;
}

.list {
    padding-left: 20px;
}

.list li::marker {
    color: #1b1b57;
}

/*** About ***/

.about {
    padding: 80px 0px 90px 0px;

    position: relative;

    overflow: hidden;
}

.imgabout {
    display: inline-block;

    width: 100%;

    position: relative;

    padding: 35px 0px 35px 50px;
}

.imgabout img {
    position: relative;

    z-index: 3;

    width: 100%;

    object-fit: cover;
}

.imgabout::before {
    content: "";

    width: 90%;

    height: 100%;

    background: #1b1b57;

    position: absolute;

    top: 0px;

    left: 0px;
}

.contact-info div,
.contact-info a {
    display: flex;

    align-items: center;

    font-size: 16px;

    font-weight: 400;

    margin-bottom: 10px;

    width: max-content;
}

.contact-info .icon {
    margin-top: 3px;

    margin-right: 12px;

    font-size: 10px;

    background: #1b1b57;

    min-width: 35px;

    height: 35px;

    line-height: 35px;

    border-radius: 50%;

    text-align: center;

    color: #fff;

    margin-bottom: 0px;

    justify-content: center;
}

.contact-info i,
.contact-info svg {
    color: #fff;

    font-size: 15px;
}

.contact-info a,
.contact-info span {
    color: #828282;
}

.contact-info a:hover {
    color: #1b1b57;
}

.about .btn-default {
    margin-top: 20px;
}

/*** PROPERTIES ***/

.properties {
    overflow: hidden;

    position: relative;

    padding-bottom: 70px;
}

.properties .align {
    position: absolute;

    top: 0;

    right: 0;

    background: #faf9f6;

    z-index: 99;

    height: 50%;

    padding: 0px 0px 0px 70px;
}

.properties .text {
    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;
}

.properties .owl-theme .owl-nav [class*="owl-"] {
    top: 50%;
}

.fl-cta {
    overflow: hidden;

    display: inline-block;

    position: relative;

    width: 100%;
}

.fl-cta a {
    display: flex;

    justify-content: flex-start;

    align-items: center;

    font-size: 16px;

    font-weight: 400;

    letter-spacing: 0.44px;

    color: #000;

    text-transform: uppercase;

    margin-left: -61px;

    margin-bottom: 18px;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    overflow: hidden;

    position: relative;
}

.fl-cta a:hover,
.fl-cta a.active {
    font-weight: 700;

    margin-left: 0;
}

.fl-cta a:hover i,
.fl-cta a.active i {
    opacity: 1;
}

.fl-cta a i {
    display: flex;

    justify-content: center;

    align-items: center;

    width: 47px;

    height: 47px;

    background-image: url(../img/fl-cta-arrow.webp);

    background-size: 12px auto;

    background-position: center center;

    background-repeat: no-repeat;

    margin-right: 14px;

    border-bottom: 1px solid #000;

    opacity: 0;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
}

.fl-slide a {
    display: block;
}

.fl-slide-inner {
    position: relative;
}

.fl-photo {
    position: relative;
    aspect-ratio: 1 / 0.6;
}

.fl-photo:before {
    content: "";

    width: 100%;

    height: 100%;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    position: absolute;

    top: 0;

    left: 0;
}

.fl-photo:after {
    content: "";

    width: 100%;

    height: 100%;

    background: #000;

    position: absolute;

    top: 0;

    left: 0;

    opacity: 0.2;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
}

.fl-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}

.fl-status {
    position: absolute;

    top: 50px;

    right: 0;
}

.fl-info {
    background: #1b1b57;

    width: 100%;

    padding: 30px 22px;
}

.fl-button {
    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    opacity: 0;

    transform: scale(0);

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
}

.fl-button span {
    transition: all 0.3s ease-in-out;
}

.fl-button span:hover {
    background: #fff;

    color: #000;
}

.fl-status span {
    background: #000;

    font-size: 17px;

    font-weight: 600;

    letter-spacing: 1.53px;

    color: #fff;

    text-align: center;

    text-transform: uppercase;

    height: 37px;

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 0 20px;
}

.fl-price {
    margin-bottom: 8px;
}

.fl-price span {
    display: block;

    font-size: 30px;

    font-weight: 600;

    color: #fff;

    text-transform: uppercase;
}

.fl-address-beds-baths {
    display: flex;

    justify-content: space-between;

    align-items: flex-end;
}

.fl-address span {
    display: block;

    font-size: 19px;

    font-weight: 500;

    line-height: 1.47;

    color: #fff;
}

.fl-beds-baths {
    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 3px;

    opacity: 0;

    transform: scale(0);

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
}

.fl-beds {
    position: relative;

    padding-right: 10px;

    margin-right: 10px;
}

.fl-beds-baths span {
    display: block;

    font-size: 15px;

    font-weight: 500;

    color: #fff;
}

.fl-beds:after {
    content: "";

    width: 2px;

    height: 100%;

    background: #fff;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: -1px;
}

.fl-button {
    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    opacity: 0;

    transform: scale(0);

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
}

.fl-button span {
    display: flex;

    justify-content: center;

    align-items: center;

    max-width: 192px;

    width: 100%;

    height: 70px;

    border: 1px solid rgba(255, 255, 255, 0.5);

    font-size: 14px;

    font-weight: 500;

    letter-spacing: 0.7px;

    color: #fff;

    text-align: center;

    text-transform: uppercase;
}

.fl-slide a:hover .fl-button,
.fl-slide a.active .fl-button {
    opacity: 1;

    transform: scale(1);
}

.fl-slide a:hover .fl-photo:after,
.fl-slide a.active .fl-photo:after {
    opacity: 0.45;
}

.fl-slide a:hover .fl-beds-baths,
.fl-slide a.active .fl-beds-baths {
    opacity: 1;

    transform: scale(1);
}

/*** SOLD LISTINGS ***/

.sold-listings {
    padding: 70px 0px;
}

.sold-listings .owl-theme .owl-nav [class*="owl-"] {
    top: 50%;
}

.sold-listings .item img {
    aspect-ratio: 1 / 1;
}

.sold-listings .fl-address {
    position: relative;

    background: #1b1b57;

    color: #fff;

    padding: 20px;

    text-align: center;
}

/*** CONTACT FORM ***/

.contact-form {
    background:
        linear-gradient(
            rgba(0, 0, 0, 1),
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 1)
        ),
        url(../img/bg-contact.jpg) 50% 50% fixed no-repeat;

    background-size: cover;

    padding: 70px 0px;

    overflow: hidden;

    border-top: 1px solid rgba(255, 255, 255, 0.3);

    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-form .section-title p {
    color: #fff;
}

.contact-form .consent-ctn label,
.contact-form .consent-ctn a {
    color: #fff;
}

.form-control {
    background: none;

    border: 0px;

    border-radius: 0px;

    padding: 10px 10px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

    color: #fff !important;

    margin-bottom: 15px;

    height: 57px;

    outline: 0px;

    outline: none !important;

    box-shadow: none !important;

    background: none !important;
}

.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

textarea.form-control {
    height: 150px !important;

    resize: none;
}

.contact-form .section-title h2 {
    text-transform: uppercase;
}

.sociallinks a {
    display: inline-block;

    margin-right: 10px;

    margin-bottom: 5px;

    border: 1px solid #fff;

    color: #fff;

    width: 40px;

    line-height: 38px;

    text-align: center;

    border-radius: 50%;
}

.sociallinks a:hover {
    background: #fff;

    color: #000;
}

.contact-form .contact-info a,
.contact-form .contact-info span {
    color: #fff;
}

.contact-form .btn-default {
    padding: 0px 50px;

    margin-top: 10px;
}

/*** FOOTER ***/

footer {
    padding: 80px 0px 50px 0px;

    background: #000;

    background: #1b1b57;
}

footer .logo {
    display: inline-block;

    margin-bottom: 10px;
}

footer .logo img {
    max-height: 100px;
}

footer .logo.invert-color img {
    filter: brightness(0) invert(1);
}

footer h3 {
    font-size: 20px;

    font-weight: 600;

    color: #fff;

    text-transform: uppercase;

    margin-bottom: 14px;
}

footer ul {
    list-style: none;

    padding: 0;

    margin: 35px 0px 35px 0px;

    display: inline-block;

    width: 100%;
}

footer ul li {
    display: inline-block;

    margin: 0px 15px;
}

footer ul li a {
    font-size: 16px;

    font-weight: 400;

    line-height: 2.2;

    color: #fff;

    text-transform: uppercase;

    border-bottom: 1px solid transparent;

    padding: 5px 0px;
}

footer ul li a:hover {
    color: #1b1b57;

    color: #fff;

    border-color: #fff;
}

footer p {
    font-size: 16px;

    font-weight: 400;

    color: #fff;
}

footer .copy p img {
    max-width: 115px;
    margin-left: 5px;
}

/*** PAGE BANNER ***/

.page-banner {
    height: 60vh;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    overflow: hidden;

    padding-top: 50px;
}

.page-banner:after {
    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.6);
}

.page-banner .container {
    position: relative;

    z-index: 2;
}

.page-banner h1 {
    text-transform: uppercase;

    color: #fff;

    margin: 0;

    font-size: 65px;
}

/*** ABOUT BUYSELL ***/

.about.buysell {
    padding: 0px;
}

.about.buysell p a:hover {
    color: #1b1b57;
}

.about.buysell .text {
    padding: 98px 75px 72px 90px;

    border: 1px solid #1b1b57;

    border-right: none;
}

.about.buysell .btn-default {
    margin-bottom: 15px;
}

.about.buysell .imgstyle {
    aspect-ratio: 4 / 3;
    padding-top: 80px;
}

.imgstyle {
    position: relative;
    margin-right: calc(calc(-100vw + 1140px) / 2);
    padding-left: 27px;
    pointer-events: auto;
    z-index: 3;
}

.imgstyle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgstyle canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 70px;
}

/*** BUYSELL FORM ***/

.buysellform {
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
}

.buysellform::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);

}

.buysellform textarea.form-control {
    height: 130px !important;
}

.buysellform option {
    color: #000;
}

select.form-control {
    appearance: auto;
}

.buysellform .form-control {
    background: none !important;

    color: #fff !important;

    border: 1px solid rgba(255, 255, 255, 0.3);

    padding: 10px 15px;
    margin: 15px 0 0 0;
}

.select2-container--default .select2-selection--multiple {
    height: auto;
    border: 0px !important;
    border-radius: 0px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background: none !important;
    box-shadow: none !important;
    outline: 0px !important;
    outline: none !important;
    padding: 10px 10px !important;
    margin-top: 15px !important;
}

.select2-search__field::placeholder {
    color: #fff !important;
    opacity: 1 !important;
    margin: 0 !important;
}

.buysellform .consent-ctn label,
.buysellform .consent-ctn a {
    color: #fff;
}

/*** INFO SMALL ***/

.info-small {
    padding: 80px 0px;

    overflow: hidden;
}

.info-small p {
    margin-bottom: 20px;
}

.info-small .section-title {
    margin-bottom: 0px;
}

/*** EVALUATION BOX ***/

.evaluation-box {
    padding: 75px 0px;

    position: relative;

    overflow: hidden;
}

.evaluation-box .bg-form {
    padding: 75px 50px;

    background: #1b1b57;
}

.evaluation-box label {
    font-size: 18px;

    font-weight: 500;

    margin-top: 10px;

    margin-bottom: 20px;

    color: #fff;
}

.evaluation-box .checkbox-group label {
    font-size: 16px;

    margin-top: 0px;

    margin-bottom: 20px;

    color: #fff;
}

.evaluation-box .form-control {
    background: none !important;

    color: #fff !important;
}

.evaluation-box .btn-default.bordered {
    width: 100%;

    line-height: 1.4;

    font-size: 16px;

    font-weight: bold;

    color: #fff;

    border: 1px solid #fff;

    border-radius: 0px;

    padding: 25px 0px;

    font-weight: 400;

    background: none;

    display: inline-block;
}

.evaluation-box .btn-default.bordered span {
    font-size: 12px;

    letter-spacing: 0.5px;
}

.evaluation-box .btn-default.bordered:hover,
.evaluation-box .btn-default.bordered.active {
    background: #fff;

    border-color: #fff;

    color: #000;
}

.evaluation-box .btn-default.active {
    background: #000;

    border-color: #000;

    color: #fff;
}

.evaluation-box .btn-default.bordered:before,
.evaluation-box .btn-default.bordered:after {
    display: none;
}

.evaluation-box fieldset.active {
    display: block;
}

.evaluation-box .navigate-btns {
    margin-top: 30px;

    display: flex;

    justify-content: space-between;
}

.evaluation-box p {
    color: #fff;
}

fieldset#StepOne .navigate-btns {
    justify-content: end;
}

.evaluation-box .checkbox-group {
    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;
}

.evaluation-box .checkbox-group label {
    flex: 0 1 calc(50% - 10px);

    margin-bottom: 25px;
}

.evaluation-box input[type="checkbox"] {
    width: 25px;

    height: 25px;

    vertical-align: middle;

    display: inline-block;

    margin-bottom: 0px;

    margin-right: 10px;
}

.evaluation-box .form-control {
    margin-bottom: 18px;

    border-radius: 0px;
}

/*** MORTGAGE PRE APPROVAL ***/

.zindex {
    position: relative;

    z-index: 3;
}

/*** TESTIMONIALS ***/

.testimonials {
    padding: 70px 0px;
}

/* .testimonials .owl-theme .owl-nav {

    margin-top: 35px;

}



.testimonials .owl-theme .owl-nav button {

    background: none;

    border-radius: 0;

    font-size: 14px;

    font-weight: 400;

    color: #1b1b57 !important;

    text-transform: uppercase;

    font-style: normal;

    transition: all ease .4s;

    -moz-transition: all ease .4s;

    -webkit-transition: all ease .4s;

    margin: 0px 20px;

    background: none !important;

    letter-spacing: 1px;

}



.testimonials .owl-theme .owl-nav button:hover {

    color: #000 !important;

}



.testimonials .owl-theme .owl-nav button i {

    font-size: 22px;

    margin: 0px 10px;

    vertical-align: middle;

}

 */

.testimonials .owl-theme .owl-nav,
.properties .owl-theme .owl-nav {
    margin: 0;

    z-index: 5;
}

.testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #000 !important;
}

.testimonials .owl-theme .owl-nav [class*="owl-"] {
    position: absolute;

    margin: 0;

    top: 30%;

    left: -70px;

    transform: translate(0px, -50%);

    width: 60px;

    height: 60px;

    color: #fff;

    font-size: 25px;

    background: #1b1b57;

    border-radius: 50%;

    transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

    z-index: 5;
}

.testimonials .owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;

    right: -70px;

    background: #1b1b57;
}

.our-mission {
    margin: 50px;
}

.our-mission .mission-box {
    border: 2px solid #1b1b57;
    padding: 30px;
    text-align: center;
    height: 100%;
}

.our-mission .mission-box img {
    width: 64px;
    filter: brightness(0) saturate(100%) invert(16%) sepia(18%) saturate(3616%)
        hue-rotate(211deg) brightness(88%) contrast(107%);
}

.our-mission .mission-box h3 {
    color: #1b1b57;
    text-transform: uppercase;
    margin-top: 30px;
}

/*** CALC INFO ***/
.calc-info {
    padding: 100px 0px;
    overflow: hidden;
}

mw-calc-panel-body,
mw-calc-section {
    background: #1b1b57 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 35px 0px !important;
}

mw-calc-section {
    padding: 35px 30px !important;
}

mw-calc-label {
    color: #fff !important;
    font-weight: 500 !important;
}

.mw-calc-search-input {
    border-radius: 0px !important;
}

#calculate_lt {
    border-radius: 0px !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    background: none !important;
}

#calculate_lt:hover {
    color: #000 !important;
    background: #fff !important;
}

mw-calc-table {
    background: #1b1b57;
}

.mw-calc-table > tbody > tr.active {
    border-color: #000 !important;
    color: #fff !important;
}

.mw-calc-table > tbody > tr.active > td {
    background: #1b1b57 !important;
    border-color: #1b1b57 !important;
    color: #fff !important;
}

/*** EVALUATION BOX ***/
.evaluation-box {
    padding: 100px 0px;
    position: relative;
}

.evaluation-box .bg-form {
    padding: 75px 50px;
    background: #1b1b57;
}

.evaluation-box label {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
}

.evaluation-box .checkbox-group label {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.evaluation-box .btn-default.bordered {
    width: 100%;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 25px 0px;
    font-weight: 400;
    background: none;
    margin-left: 0px !important;
    display: inline-block;
    height: inherit;
}

.evaluation-box .btn-default.bordered span {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 0;
}

.evaluation-box .btn-default.bordered span::before,
.evaluation-box .btn-default.bordered span::after {
    display: none !important;
}

.evaluation-box .btn-default.bordered:hover,
.evaluation-box .btn-default.bordered.active {
    background: #fff;
    border-color: #fff;
    color: #1b1b57;
    font-weight: 600;
}

.evaluation-box .btn-default.active {
    background: #1b1b57;
    border-color: #1b1b57;
    color: #fff;
}

.evaluation-box .btn-default.bordered:before,
.evaluation-box .btn-default.bordered:after {
    display: none;
}

.evaluation-box fieldset.active {
    display: block;
}

.evaluation-box .navigate-btns {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.evaluation-box p {
    color: #fff;
}

fieldset#StepOne .navigate-btns {
    justify-content: end;
}

.evaluation-box .checkbox-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.evaluation-box .checkbox-group label {
    flex: 0 1 calc(50% - 10px);
    margin-bottom: 25px;
    color: #fff;
}

.evaluation-box input[type="checkbox"] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
}

.evaluation-box .form-control {
    border-radius: 0px;
    padding: 10px 20px;
    box-shadow: none;
    resize: none;
    outline: none;
    height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 18px;
}

.evaluation-box .form-control::-webkit-input-placeholder {
    color: #fff;
}

.evaluation-box textarea.form-control {
    height: 120px;
}

.about.innertext p,
.about.innertext ul li {
    font-size: 18px;
}

header .logo img {
    max-height: 65px;
}

input.wpcf7-form-control.wpcf7-not-valid {
    border-bottom: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: inline-block !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: inline-block !important;
}

/* ✅ Success message (form sent) */
.wpcf7 form.sent .wpcf7-response-output {
    background: #f6f4ee; /* soft beige or light neutral background */
    color: #0a3a2a; /* elegant dark green accent */
    border: 2px solid #0a3a2a;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    font-family: "Poppins", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    max-width: 500px;
    margin: 1.5rem auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

/* ❌ Error message (validation failed or required fields missing) */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    background: #fdf2f2; /* soft red background */
    color: #8b0000; /* deep red text */
    border: 2px solid #e63946; /* elegant red border */
    padding: 1rem 1.5rem;
    border-radius: 12px;
    font-family: "Poppins", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    max-width: 500px;
    margin: 1.5rem auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

/* ⚠️ Individual field validation tips (inline error under fields) */
.wpcf7-not-valid-tip {
    color: #e63946; /* red accent for field warnings */
    font-size: 14px;
    margin-top: 4px;
    font-weight: 500;
}

/* ✨ Fade-in animation for both messages */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.otgs-development-site-front-end {
    display: none;
}

/**/
.evaluation-box .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button,
.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    margin-bottom: 5px;
    opacity: 1 !important;
    outline: 0px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: visible;
    width: max-content;
    color: #fff !important;
    border: none;
    font-family: "Montserrat", sans-serif;
    background: #b88807;
    outline: 0px;
    padding: 0px 35px !important;
    font-weight: bold;
    font-size: 13px;
    line-height: 55px !important;
    border-radius: 100px;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-width: inherit;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

.evaluation-box .navigate-btns button[type="submit"] {
    margin-left: auto;
}

.evaluation-box .checkbox-group span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.evaluation-box .checkbox-group .wpcf7-list-item {
    flex: 0 1 calc(50% - 10px);
    margin: 0px;
    color: #000;
    margin-bottom: 25px !important;
    font-size: 16px;
    font-weight: 500;
}

.evaluation-box .checkbox-group .wpcf7-list-item label {
    margin: 0;
}

.evaluation-box input[type="submit"].btn-default,
.evaluation-box button[type="submit"].btn-default {
    margin-left: auto;
}

input[type="submit"],
button[type="submit"] {
    transition: all 0.3s;
}

.evaluation-box input[type="checkbox"] {
    margin-right: 7px;
}

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

.main-nav .navbar .navbar-nav ul.sub-menu .nav-item {
    margin: 0px 0px;
}

main-nav .navbar .navbar-nav .nav-item {
    margin: 0px 4px;
}

.navbar-expand-lg .navbar-nav > .nav-item .sub-menu {
    padding: 0;
}

.evaluation-box .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button,
.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    line-height: 54px !important;
    padding: 0px 25px !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 0px !important;
    background-color: #000000 !important;
    border-color: #000 !important;
    color: #fff !important;
    font-family: "arquitecta" !important;
}

.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover,
.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button:hover {
    background: #b88807 !important;
    border-color: #b88807 !important;
    color: #fff !important;
}

.evaluation-box .checkbox-group .wpcf7-list-item {
    font-size: 18px;
}

.contact-form .wpcf7-form {
    overflow: visible;
}

.evaluation-box .checkbox-group .wpcf7-list-item {
    color: #ffffff;
}

.evaluation-box .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button,
.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    font-weight: 400 !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
    font-family: "Libre Franklin", sans-serif !important;
}

.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover,
.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    position: absolute !important;
    bottom: 0;
    margin: 0;
}

.fixed .navbar-light .navbar-nav ul.sub-menu .nav-item:hover > .nav-link,
.fixed .navbar-light .navbar-nav ul.sub-menu .nav-item.active > .nav-link {
    color: #fff !important;
}

/**/
.modal-backdrop {
    z-index: 99999;
}

.modal {
    z-index: 999999;
    padding: 0px !important;
}

.modal.guide .modal-body {
    padding: 70px 30px 70px 30px;
}

.modal.guide .form-control {
    border-bottom: 1px solid #000;
    color: #000 !important;
}

.modal.guide .form-control::-webkit-input-placeholder {
    color: #000;
}

.modal.guide button.btn-close {
    font-size: 17px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
}

.modal.guide button.btn-close svg,
.modal.guide button.btn-close i {
    opacity: 0;
}

.modal.guide .modal-dialog {
    max-width: 600px !important;
}

.modal.guide .btn-default {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

.modal.guide h2 {
    font-size: 45px;
    color: #1b1b57;
}

section.evaluation-box .section-title hr {
    display: none;
}

section.evaluation-box .section-title {
    text-align: center;
    width: 100%;
}

.contact-page.contact-form .consent-ctn label,
.contact-page.contact-form .consent-ctn a {
    color: #000;
}

.contact-page h2,
.contact-page p,
.contact-page .contact-info a,
.contact-page .contact-info span,
.contact-page .form-control,
.contact-page .form-control::-webkit-input-placeholder {
    color: #000 !important;
}

.contact-page .form-control {
    border-color: #000 !important;
}

.contact-page .contact-info {
    margin-top: 30px;
}

.contact-page .sociallinks a {
    background: #1b1b57 !important;
}

.videos {
    padding: 0px 0px 100px 0px;
}

.agent-contact-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* body.page-template-template-buyer .imgstyle canvas {
    margin-top: -80px;
} */

.popover {
    min-width: 200px !important;
}


.sold-listings .fl-address h4 {
	color:#fff;
}

.sold-listings .fl-address span {
	text-transform:capitalize;
	font-size:17px;
}

.sold-listings .sold-listing-box {
	height:100%;
	background:#1b1b57;
}