@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/*** GENERIC CSS ***/
html,body {
    font-family: "Montserrat", sans-serif;
}

body {
    font-size: 16px;
    color: #555555;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #555555;
    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: "Houdient";
    src: url('../fonts/Houdient.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}

h1 {
    font-size:54px;
    line-height: 1.5;
}

h2 {
    font-size: 48px;
    line-height: 1.4;
}

h3 {
    font-size:35px;
    line-height: 1.5;
}

h4 {
    font-size:27px;
    line-height: 1.5;
}

h5 {
    font-size:24px;
    line-height: 1.5;
}

p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.858;
    color: #5b5b5b;
    letter-spacing: 0.050em;
    font-family: "Montserrat", sans-serif;
}

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

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

.btn-default {
    background: transparent;
    cursor: pointer;
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    background: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    line-height: 50px;
    transition: all .3s ease-in;
    padding: 0 30px;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px;
}

.btn-default::before {
    position: absolute;
    content: '';
    bottom: -9px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #939598;
    pointer-events: none;
    transition: all .3s;
}

.btn-default:hover::before {
    width: 100%;
}

.btn-default:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.btn-default.white {
    border-color: #fff;
    color: #fff;
}

.btn-default.white::before {
    background: #fff;
}

.btn-default.white:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
}

.btn-default.white::before {
    background: #fff !important;
}


.btn-social {
    background: transparent;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    line-height: 45px;
    vertical-align: middle;
    width: 47px;
    padding: 0px;
    text-align: center;
    transition: all .3s ease-in;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
}

.btn-social:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
}

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 {
}

.section-title h6 {
    color: #000;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
}

.section-title.right h6:before {
    right: auto;
    left: calc(100% + 15px);
}

.section-title h6:before {
    position: absolute;
    content: '';
    top: 50%;
    right: calc(100% + 15px);
    width: 100vw;
    height: 1px;
    background-color: #000;
    pointer-events: none;
}

.section-title h2 {
    color: #000;
    font-size: 70px;
    line-height: 1;
    margin: 0px;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 0.100em;
    text-transform: uppercase;
}

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

.section-title.white h6::before {
    background: #fff;
}

section {
    overflow: hidden;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }

    .header .container {
        max-width: 1350px;
    }
}


/*** SOCIAL FIX ***/
.fixed-smi-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: fixed;
    top: 60vh;
    right: 2.083vw;
    z-index: 100;
    transform: translateY(-50%);
}

.fixed-smi-inner a {
    display: block;
    text-shadow: 0 0 0.521vw rgba(0, 0, 0, 0.55);
    margin: 0 0 1.25vw;
    font-size: 18px;
    color: #fff;
}

.fixed-smi-inner span {
    color: #fff;
    display: block;
    font-size:  10px;
    font-weight: 300;
    letter-spacing: 0.5em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 0.521vw rgba(0, 0, 0, 0.55);
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    margin: 0.188vw 0 0;
}

.fixed-smi-inner.black span,
.fixed-smi-inner.black a {
    color: #fff;
}

.fixed-smi-inner.black span,
.fixed-smi-inner.black a {
    color: #000;
}


/*** HEADER ***/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(255,255,255,.20);
}

.header .logo img {
    max-height: 130px;
    transition: all .3s;
}

.header .remax-logo img {
    max-height: 70px;
    margin-left: 15px;
}

.navbar-brand {
    display: none;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 9;
    padding: 20px 0px;
}

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

.header.fixed .navbar-light>.navbar-nav>li>.nav-link {
    line-height: 45px;
    padding: 0px 10px !important;
    font-size: 14px;
}

.navbar-collapse {
    justify-content: center;
}

.navbar {
    padding: 0 !important;
}

.navbar-nav {
    display: flex;
    justify-content: center;
}

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

.navbar-expand-lg .navbar-nav>li {
    padding: 0px 15px;
}

header .navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

header .navbar-nav {
}

.header.fixed .navbar-light .navbar-nav>li> .nav-link {
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    line-height: 44px;
    font-weight: 400;
    padding-bottom: 5px;
    position: relative;
    transition: all .3s;
    padding: 0px 0px !important;
    font-size: 15px;
    letter-spacing: 0.050em;
}

.navbar-light .navbar-nav .nav-link i {
    vertical-align: middle;
    margin-right: 10px;
    background: #000;
    border: 1px solid #000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.navbar-light .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0px;
    height: 1px;
    background: #fff;
    transition: all 0.3s;
}

.navbar-light .navbar-nav>.nav-item:hover>.nav-link::before, .navbar-light .navbar-nav>.nav-item.active>.nav-link::before {
    width: 100%;
}

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

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

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

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

.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 {
    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: 288px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .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 .3s;
    display: inline-block;
    clear: both;
    margin: 0px;
	width:100%;
	position:relative;
    line-height: 18px;
    padding: 12px 10px !important;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    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: #000;
}

.menu-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 3px;
    z-index: 2;
}

.menu-btn div {
    position: relative;
    display: inline-block;
    width: 43px;
    position: relative;
    vertical-align: middle;
    text-align: right;
}

.menu-btn div span:last-child {
    width: 33px;
}

.menu-btn:hover div span {
    background: #fff;
}

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

.menu-btn div span {
    display: inline-block;
    float: right;
    width: 100%;
    height: 3px;
    background-color: currentColor;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin: 3px 0px;
    transition: all .3s;
}

.side-menu {
	background:#000000;
	position:fixed;
	top:0px;
	left:-150%;
    width: 340px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	height:100%;
	z-index:9999999;
    padding: 70px 35px 55px 35px;
	overflow:hidden;
	overflow-y:auto;
}

.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.navbar-nav>li {
    margin-bottom: 7px;
}

.side-menu ul.main-menu {
    padding: 0;
	margin-top:50px;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 7px 0px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}

.side-menu ul.main-menu>li:hover>a,
.side-menu ul.main-menu>li.active>a {
	background:none !important;
    color:#fff !important;
    border-color: #fff !important;
}

.side-menu a.CloseBtn {
    float: right;
    color: #000;
    background: #fff;
    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: 18px;
    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:last-child a {
    border: none;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
    padding: 10px 10px;
    font-size: 12px;
    background: #ebebeb;
    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: #fff !important;
}

.side-menu .menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #fff;
    border: none;
    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: #000;
    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:#000;
    border-bottom-color: rgba(11, 23, 23, .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;
    width: 100%;
    min-width: 100%;
}

.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:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.active>a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item>a {
    background: #000 !important;
    color: #fff !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.header.home-header .logo {
    opacity: 0;
    pointer-events: none;
}

.header.home-header.fixed .logo {
    opacity: 1;
    pointer-events: all;
}

.header.fixed .menu-btn div {
    top: 0px;
}

/*** BANNER ***/
.banner {
    padding: 250px 0px 0px 0px;
    position: relative;
    height: 100vh;
    z-index: 4;
    overflow: hidden;
}

.banner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}

.banner .row {
    position: relative;
    z-index: 3;
}

.banner .logo-remax {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 6;
    max-height: 55px;
}

#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

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

.banner .logo img {
    max-height: 180px;
    margin-bottom: 50px;
}

.banner h1 {
    color: #fff;
    font-size: 80px;
    line-height: 1.2;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    display: none;
}

.banner h1 span {
    font-family: "Houdient";
}

.banner p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
}

.banner p.slogan {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px 0px 40px 0px;
}

.banner .btn-default {
    margin: 5px 10px;
    min-width: 100px;
}

.banner .btn-default.white:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}
/*** ABOUT ***/
.about {
    margin-top: -265px;
    position: relative;
    z-index: 5;
    padding: 0px 0px 40px 0px;
}

.about .imgstyle-new {
    position: relative;
}

.about .imgstyle-new:after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 60%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
}

.about .container {
    padding: 0 40px;
    max-width: 1366px;
}

.about .section-title {
    position: relative;
}

.about h6 {
    color: #fff;
    font-size: 230px;
    line-height: 0.57;
    margin-left: 22px;
    font-family: "Houdient";
}

.about h2 {
    color: #fff;
    font-size: 158px;
    line-height: .8;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.about h2 span {
    font-size: 138px;
    color: #000;
}

.about p.big {
    font-size: 22px;
    letter-spacing: 0.050em;
    color: #000;
    line-height: 1.5;
    font-family: "Playfair Display", serif;
}

.about p {
    margin-bottom: 20px;
}

.about p strong {
    text-transform: uppercase;
    color: #000;
}

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

/*** CTAS ***/
.ctas {
    position: relative;
    padding: 80px 0px 60px 0px;
}

.ctas .section-title {
    margin-bottom: 40px;
}

.cta-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    transition: all .2s ease;
    margin-bottom: 30px;
}

.cta-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 76.6%, #000000);
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    z-index: 1;
}

.cta-box h3 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
    position: relative;
    margin: 0;
    line-height: 1.1;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    transform: translate(0px, 0px);
    color: #ffffff;
    transition: all 500ms ease-in-out;
    pointer-events: none;
    z-index: 5;
    margin-bottom: 20px;
    padding: 0px 26px;
    font-weight: 300;
	font-family: 'Barlow', sans-serif;
}

.cta-box .img img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    transition: all 500ms ease-in-out;
    z-index: 1;
}

.cta-box:hover {
    box-shadow: 16px 16px 25px rgb(0 0 0 / 20%);
}

.cta-box:hover::after {
    background-color: rgba(0, 0, 0, .6) !important;
    background-image: url(../img/logo-white.png) !important;
    background-size: 180px;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    background-position: center;
}

.cta-box:hover .img img {
    transform: scale(1.1);
}

.cta-box.lg .img img {
    aspect-ratio:  1 / 1.4;
}

/*** BUYSELL ***/
.buysell {
    padding: 80px 0px;
    position: relative;
}

.buysell::before {
    position: absolute;
    content: '';
    top: -115px;
    right: calc(100% - 158px);
    right: calc(100% - 258px);
    width: 100vw;
    height: 540px;
    background-color: #000;
    z-index: 1;
    pointer-events: none;
}

.buysell.right::before {
    right: calc(100% - 258px);
    right: auto;
    left: calc(100% - 258px);
}

.buysell .row {
    position: relative;
    z-index: 2;
}

.buysell .section-title {
    padding: 10px 0px;
}

.buysell .imgstyle-new {
    position: relative;
}

.buysell .imgstyle-new:after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 60%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
}

.buysell .full-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.8;
}

.buysell .mtop {
    margin-top: 70px;
}

.buysell .section-title p {
    margin-bottom: 30px;
}

.buysell .btn-default {
    margin-top: 0px;
}

/*** PROPERTIES ***/
.properties {
    padding: 90px 0px 0px 0px;
    position: relative;
    overflow: hidden;
}

.properties .section-title {
    margin-bottom: 100px;
}

.properties .row {
    position: relative;
    z-index: 2;
}

.properties::before {
    position: absolute;
    content: '';
    bottom: 0px;
    right: calc(100% - 600px);
    width: 100vw;
    height: 440px;
    background-color: #000;
    z-index: 1;
    pointer-events: none;
}

.properties::after {
    position: absolute;
    content: '';
    top: 0px;
    left: calc(100% - 600px);
    width: 100vw;
    height: 440px;
    background-color: #000;
    z-index: 1;
    pointer-events: none;
}

.properties .section-title {
    position: relative;
    padding-left: 120px;
}

.properties .section-title p {
    font-size: 16px;
    color: #939598;
}

.properties .margin-bottom {
    margin-bottom: 50px;
}

.properties .item {
    padding: 0px 0px;
}

.properties .top-minus {
    margin-top: -220px;
}

.properties .first-box {
    margin-top: 200px;
}

.listingbox {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #939598;
    position: relative;
    transition: all .3s;
    position: relative;
}

.listingbox.right:before {
    width: 100vw;
    left: auto;
    right: 0;
    height: 207px;
}

.listingbox:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: calc(100% - 74px);
    height: 100%;
    background-color: #000;
    pointer-events: none;
}

.listingbox .img {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 108px;
    padding-bottom: 108px;
    background-color: #000;
}

.listingbox .img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    height: 425px;
}

.listingbox .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.listingbox:hover .img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.listingbox:hover .img:before {
}

.listingbox .img:before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    transition: all .3s;
}

.listingbox.right .text {
    left: auto;
    right: 50px;
}

.listingbox .text {
    position: absolute;
    left: 50px;
    bottom: 70px;
    z-index: 2;
    background: #fff;
    padding: 38px 33px 33px 50px;
}

.listingbox:hover .text-line:before {
    background: #fff;
}

.listingbox .text-line {
    position: relative;
}

.listingbox .text-line::before {
    position: absolute;
    content: '';
    top: 0;
    left: -25px;
    width: 1px;
    height: calc(100% + 77px);
    background-color: #010D26;
}

.listingbox:hover .text {
    background: #000;
}

.listingbox:hover .text h3,
.listingbox:hover .text h4,
.listingbox:hover .text p {
    color: #fff;
}

.listingbox .logo-rb {
    max-height: 60px;
    filter: invert(1);
    margin-bottom: 6px;
    transition: all .3s;
}

.listingbox:hover .logo-rb {
    filter: none;
}

.listingbox h3 {
    color: #000;
    font-size: 70px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.1;
    letter-spacing: 2px;
    margin: -5px 0px 0px 0px;
    text-transform: uppercase;
}

.listingbox h3 span {
    font-weight: bold;
}

.listingbox h4 {
    color: #000;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 2px;
    margin: 3px 0px 7px 0px;
    text-transform: uppercase;
}

.listingbox p {
    color: #5b5b5b;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
    line-height: 1.5em;
}

.listingbox .fp-details {
    color: #fff;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    line-height: 1.5em;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all .3s;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.listingbox:hover .fp-details {
    height: 13px;
    margin-bottom: 15px;
    opacity: 1;
    visibility: visible;
}

.listingbox .fp-details span {
    padding: 0px 6px 0px 2px;
}

.listingbox .fp-details span:not(:last-child) {
    border-right: 1px solid #fff;
}

.listingbox .btn-default {
    width: 100%;
    margin-top: 15px;
    transition: all .3s !important;
}

.listingbox:hover .btn-default {
    background: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}

.listingbox:hover .btn-default::before {
    border-color: #fff;
    width: 100% !important;
}

.custom-nav {
    margin-top: -100px;
}

.custom-nav button {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 52px;
    height: 50px;
    border: 1px solid #000;
    background-color: transparent;
    font-size: 33px;
    color: #000;
    line-height: 1;
    padding: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0px 7px;
}

.properties .custom-nav button:hover {
    background: #000 !important;
    color: #fff !important;
}

.properties .custom-nav button.disabled {
    opacity: .5 !important;
}

.properties .custom-nav button i {
    position: relative;
    left: -2px;
}

.properties .custom-nav button.owl-next i {
    left: 2px;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border-color: #fff;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #939598;
    border: 1px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    margin: 1px 7px;
    opacity: .5;
    margin-top: 40px;
}

/*** SOLD MAP ***/
.sold-map {
    padding: 80px 0px 0px 0px;
}

/*** TESTIMONIALS ***/
.testimonials {
    padding: 90px 0px;
    position: relative;
    overflow: hidden;
}

.testimonials::before {
    position: absolute;
    content: '';
    top: -115px;
    right: calc(100% - 158px);
    width: 100vw;
    height: 440px;
    background-color: #000;
    z-index: -1;
}

.testimonials:after {
    position: absolute;
    content: '';
    width: 100vw;
    top: auto;
    bottom: -107px;
    left: calc(100% - 344px);
    height: 474px;
    background-color: #000;
    z-index: -1;
}

.testimonials .bg {
    position: relative;
    z-index: 2;
    padding: 100px 40px 40px 40px;
    background: #fff;
    background-size: cover;
    background-attachment: fixed;
}

.testimonials .bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: #fff url(../img/bg-testi.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: .10;
}

.testimonials .row {
    position: relative;
    z-index: 2;
}

.testimonials .section-title {
    margin-bottom: 60px;
}

.testimonials .btn-default {
    margin-top: 60px;
}

/*** SOCIAL MEDIA ***/
.social-media {
    padding: 80px 0px;
    background-color: #f5f5f5;
}

.social-media .section-title h2 {
    margin-bottom: 40px;
}

/*** CONTACT FORM ***/
.contact-form {
    padding: 90px 0px;
    position: relative;
    background:#000;
}

.contact-form::before {
    content: "";
    position: absolute;
    width: 57.676%;
    height: 57.437%;
    left: auto;
    right: 0;
    top: 0;
    z-index: 1;
    background: url(../img/bg-contact.webp) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    pointer-events: none;
}

.contact-form::after {
    content: "";
    position: absolute;
    width: 69.931%;
    height: 30.579%;
    top: auto;
    bottom: 0;
    z-index: 1;
    background: url(../img/bg-contact-2.webp) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    pointer-events: none;
}

.contact-form .row {
    position: relative;
    z-index: 3;
}

.contact-form .imgstyle-new {
    position: relative;
    overflow: hidden;
    margin-top: -169px;
    z-index: 8;
}

.contact-form .imgstyle-new:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
}

.contact-form .bg {
    position: relative;
    z-index: 2;
    padding: 100px 80px 70px 40px;
    background: #fff url(../img/bg-contact.webp) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.contact-form .bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: #fff;
    opacity: .95;
}

.contact-form .section-title {
    margin-bottom: 30px;
}

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

.form-control {
    background: none;
    border-radius: 0px;
    padding: 10px 5px;
    margin-bottom: 18px;
    height: 65px;
    color: #000;
    font-size: 13px;
    border: none !important;
    border-bottom: 1px solid rgba(0,0,0,.33) !important;
    box-shadow: none !important;
    outline: none !important;
    text-transform: uppercase;
}

.form-control::placeholder {
    color: #555;
}

.form-control:focus {
    color: #000;
    outline: 0;
    box-shadow: none;
    background: none;
}

textarea {
    height: 100px;
    resize: none;
}

textarea.form-control {
    height: 85px;
    resize: none;
}

.contact-form .btn-default {
    margin-top: 40px;
}

/*** FOOTER ***/
.footer {
    background-size: cover;
}

.footer .bg {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 50px 0px 50px 0px;
}

.footer .bg:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    pointer-events: none;
    transition: all .3s;
}

.footer .row {
    position: relative;
    z-index: 2;
}

.footer .logo {
    display: inline-block;
    margin-bottom: 30px;
}

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

.footer .remax-logo {
    margin-left: 30px;
    margin-right: 30px;
}

.footer .remax-logo img {
    height: 88px;
}

.footer h3 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;
}

.footer .contact-links {
    margin-top: 15px;
}

.footer .social-links {
    margin: 25px 0px;
}

.footer .social-links li a i {
    border: none !important;
    font-size: 21px;
    background: none !important;
    color: #fff !important;
}

.footer .social-links li a:hover i {
    opacity: .7 !important;
    color: #fff !important;
}

.footer .contact-links li {
    margin-bottom: 15px;
}

.footer .links ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0px 0px 0px 0px;
}

.footer .links ul li {
    display: inline-block;
    width: 49%;
    margin: 0px 0px 10px 0px;
}

.footer .links ul li a {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}

.footer .links ul li a:hover {
    color: #fff;
    opacity: .7;
}

.footer hr {
    border-top: 1px solid #4d4d4d;
    opacity: 1;
    float: left;
    width: 100%;
    margin: 25px 0px;
}

.footer .middle-para p {
    margin: 0px;
}

.footer p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
}

.footer .copy {
    padding: 0px 0px;
    margin-top: 0px;
}

.footer .copy img {
    margin-left: 10px;
}

.contact-links {
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: #000;
}

.contact-links li {
    justify-content: center;
    padding: 0px;
    border: none;
    margin-bottom: 15px;
}

.contact-links li a {
    display: inline-block;
    display: flex;
    max-width: max-content;
    align-items: start;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    color: #fff;
    transition: all .1s;
}

.contact-links .fa {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    margin-top: -5px;
    transition: all .1s;
}

.contact-links li a:hover {
    color: #fff;
    opacity: .6;
}

.contact-links li a:hover .fa {
}

.social-links {
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.social-links li {
    display: inline-block;
    margin: 0px 5px 10px 0px;
    text-align: center;
}

.social-links li a i {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 32px;
    border-radius: 50%;
    transition: all .1s;
    width: 35px;
    height: 35px;
    font-size: 15px;
}

.social-links li a:hover i {
    color: #000;
    background: #fff;
    border-color: #fff;
}

/** PAGE BANNER ***/
.page-banner {
    height: 70vh;
    padding-top: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-banner h1 {
    color: #fff;
    font-size: 45px;
    margin: 0px;

    
    font-size: 36px;
    letter-spacing: 0.050em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.page-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    pointer-events: none;
}

.page-banner .row {
    position: relative;
    z-index: 3;
}

.contact-links.black {
    color: #000 !important;
}

.contact-links.black li a {
    color: #000 !important;
}

.contact-links.black li a i {
    color: #fff !important;
    background: #000 !important;
}


/*** BUYERS/SELLER FORM ***/
.buysellform {
    background: #000;
    padding: 80px 0px;
}

.buysellform .section-title {
    margin-bottom: 40px;
}

.buysellform .section-title h2 {
    margin-bottom: 0px;
}

.buysellform .form-control {
    color: #fff !important;
    border-color: #fff !important;
    background: none !important;
}

.buysellform .form-control::-webkit-input-placeholder {
    color: #fff !important;
    border-color: #fff !important;
}

.buysellform select.form-control {
    appearance: auto;
}

.buysellform textarea.form-control {
    height: 148px;
    resize: none;
    padding: 15px 5px;
}

.buysellform option {
    color: #000;
}

.buysellform .btn-default {
    margin-top: 20px;
    border: 1px solid #fff !important;
}


/*** INFO-SMALL ***/
.info-small {
    padding: 80px 0px;
    background: #f7f7f7;
}

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

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

.info-small .fill-btn:hover {
    color: #000;
    background: transparent;
    border: 1px solid #000;
}

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

mw-calc-panel-body, mw-calc-section {
	background:#000 !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;
    margin-bottom: 25px !important;
}

#calculate_lt {
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 12px 50px !important; 
    border-radius: 0px !important;
	color: #fff !important;
	background: none !important;
    border: 1px solid #fff !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    transition: all .3s;
    position: relative;
}

#calculate_lt::before {
    position: absolute;
    content: '';
    bottom: -9px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #939598;
    pointer-events: none;
    transition: all .3s;
}

#calculate_lt::before {
    position: absolute;
    content: '';
    bottom: -9px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #939598;
    pointer-events: none;
    transition: all .3s;
}

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

#calculate_lt:hover:before {
    width: 100%;
}

mw-calc-table {
	background: #FAF8F1;
}

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

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


/*** FREE HOME EVALUATION ***/
.evaluation-box {
    padding: 75px 0px;
    position: relative;
}

.evaluation-box .section-title {
    display: inline-block;
    width: 100%;
}

.evaluation-box .section-title h6,
.evaluation-box .section-title h2 {
    text-align: center;
}

.evaluation-box .section-title h2 {
    font-size: 50px;
}

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

.evaluation-box label {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    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;
    margin-left: 0px !important;
    padding: 25px 0px;
    font-weight: 400;
    background: none;
    display: inline-block;
}

.evaluation-box .btn-default.bordered span {
    font-size: 13px;
    letter-spacing: .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 {
    font-size: 16px;
    margin-top: 0px;
    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 {
    background: none;
    padding: 10px 16px;
    margin-bottom: 18px;
    height: 50px;
    color: #fff !important;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #fff !important;
}

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

.evaluation-box .form-control:focus {
    color: #fff;
    outline: 0;
    box-shadow: none;
    background: none;
    border-color: #fff;
}

.phone-link i {
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    transition: all .1s;
}

.phone-link:hover i {
    color: #fff;
    background: none;
    border-color: #fff;
}

/*** BUYSELL FORM MODAL ***/
.modal-backdrop {
    z-index: 99999;
}
 
.modal {
    z-index: 999999;
    padding: 0px !important;
}

.modal.buysell-form-modal .modal-dialog {
    max-width: 900px !important;
}

.modal.buysell-form-modal .modal-content {
    border-radius: 0px;
}
 
.modal.buysell-form-modal .section-title {
    margin-bottom: 40px;
}
 
.modal.buysell-form-modal .modal-body {
    padding: 70px 50px 70px 50px;
    overflow: hidden;
}
 
.modal.buysell-form-modal .form-control {
    background: none;
    padding: 0px 15px;
    height: 55px;
    margin-bottom: 18px;
    color: #000;
    font-size: 14px;
    border: 1px solid #000 !important;
    outline: none !important;
    box-shadow: none !important;
}

.modal.buysell-form-modal textarea.form-control {
    padding: 15px 15px;
    height: 128px;
}

select.form-control {
    appearance: auto !important;
}

.modal.buysell-form-modal .form-control::-webkit-input-placeholder {
    color: #000;
}
 
.modal.buysell-form-modal button.btn-close {
    font-size: 17px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
}
 
.modal.buysell-form-modal button.btn-close svg,
.modal.buysell-form-modal button.btn-close i {
    opacity: 0;
}
 
.modal.buysell-form-modal .btn-default {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
 
.modal.buysell-form-modal .btn-default:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
 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;
}

 
.modal.guide .modal-content {
    border-radius: 0px;
}
 
.modal.guide .modal-body {
    padding: 70px 30px 70px 30px;
}
 
.modal.guide .form-control {
    background: none;
    padding: 0px 15px;
    margin-bottom: 18px;
    height: 55px;
    color: #000;
    font-size: 14px;
    border: 1px solid #000 !important;
    outline: none !important;
    box-shadow: none !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: 700px !important;
}
 
.modal.guide .btn-default {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
}
 
.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;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: visible;
    width: max-content;
    color: #fff !important;
    font-family: "Montserrat", sans-serif !important;
    background: none;
    border: 1px solid #fff;
    outline: 0px;
    padding: 0px 30px !important;
    font-size: 14px;
    line-height: 50px !important;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all .3s ease-in;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-radius: 0px;
    text-align: center;
    vertical-align: middle;
}
 
.evaluation-box .cf7mls_next.action-button::before,
.evaluation-box .cf7mls_back.action-button::before,
.evaluation-box .action-button::before,
.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button::before {
    position: absolute;
    content: '';
    bottom: -9px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #fff;
    pointer-events: none;
    transition: all .3s;
}
 
.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
    color: #000 !important;
    background: #fff !important;
    border-color: #fff !important;
}
 
.evaluation-box .cf7mls_next.action-button:hover::before,
.evaluation-box .cf7mls_back.action-button:hover::before,
.evaluation-box .action-button:hover::before,
.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button:hover::before {
    width: 100%;
}
 
.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: #fff;
    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 .3s;
}
 
.evaluation-box input[type="checkbox"] {
    margin-right: 7px;
}
 
span.wpcf7-list-item {
    margin: 0px;
}

 .header .navbar-light .navbar-nav>li.phone-link>.nav-link i {
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    transition: all .1s;
    margin: 0;
}
 
.header .navbar-light .navbar-nav>li.phone-link:hover>.nav-link i {
    color: #fff;
    background: none;
    border-color: #fff;
}
 
.header .navbar-light .navbar-nav>li.phone-link>.nav-link:before {
    opacity: 0 !important;
    display: none !important;
}

.modal.buysell-form-modal .btn-default {
    border-color: #000;
    color: #000;
    margin-top: 0px;
    margin-bottom: 10px;
    display: inline-block;
}
 
.modal.buysell-form-modal .btn-default:hover {
    border-color: #000 !important;
    color: #fff !important;
    background: #000 !important;
}
 
.modal.buysell-form-modal .btn-default:before {
    background: #000 !important;
}
 
 
 
 

/*** BLOG INFO ***/
.blog-info {
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

.blog-info::before {
    position: absolute;
    content: '';
    bottom: -115px;
    right: calc(100% - 258px);
    width: 100vw;
    height: 540px;
    background-color: #000;
    z-index: 1;
    pointer-events: none;
}

.blog-info::after {
    position: absolute;
    content: '';
    top: -115px;
    left: calc(100% - 258px);
    width: 100vw;
    height: 540px;
    background-color: #000;
    z-index: 1;
    pointer-events: none;
}

.blog-info .row {
    position: relative;
    z-index: 2;
}

.blog-box {
    float: left;
    display: inline-block;
    width: 100%;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.blog-box .img {
    float: left;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.blog-box .img img {
    display: inline-block;
    width: 100%;
    object-fit: cover;
    transition: all .3s;
    aspect-ratio: 1 / .7;
}

.blog-box:hover .img img {
    transform: scale(1.1);
}

.blog-box .text {
    float: left;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 25px 33px 25px;
}

.blog-box p.date {
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
}

.blog-box p.date i {
    margin-right: 3px;
    font-size: 16px;
}

.blog-box h5 {
    min-height: 108px;
    margin-bottom: 15px;
}

.blog-box p {
    margin-bottom: 20px;
}

.learn-btn {
    display: inline-block;
}

.learn-btn {
    display: inline-block;
    color: #000;
    font-size: 15px;
    transition: all .3s;
    position: relative;
}

.learn-btn img {
    max-height: 12px;
    transition: all .3s;
    margin-left: 10px;
}

.learn-btn::before {
    position: absolute;
    content: '';
    bottom: -9px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #000;
    pointer-events: none;
    transition: all .3s;
}

.learn-btn:hover::before {
    width: 100%;
}

.blog-box:hover .learn-btn::before {
    width: 100%;
}

.fixed-smi-inner {
    z-index: 8;
}


/*** BLOG DETAILS PAGE ***/
.page-banner p.date {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

.page-banner p.date i {
    margin-right: 3px;
    font-size: 16px;
}

.blog-details-info {
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

/* .blog-details-info::before {
    position: absolute;
    content: '';
    bottom: -115px;
    right: calc(100% - 258px);
    width: 100vw;
    height: 540px;
    background-color: #000;
    z-index: 1;
    pointer-events: none;
}

.blog-details-info::after {
    position: absolute;
    content: '';
    top: -115px;
    left: calc(100% - 258px);
    width: 100vw;
    height: 540px;
    background-color: #000;
    z-index: 1;
    pointer-events: none;
} */

.blog-details-info .row {
    position: relative;
    z-index: 2;
}

.blog-details-info p a {
    color: #000;
    text-decoration: underline;
}

.blog-details-info p a:hover {
    color: #000;
    text-decoration: none;
}

.blog-details-info ul {
    padding-left: 18px;
    font-size: 16px;
    line-height: 1.858;
    color: #5b5b5b;
    letter-spacing: 0.050em;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.blog-details-info ul li {
    margin-bottom: 3px;
}

.blog-details-info ul li::marker {
    color: #000;
}

.blog-details-info ol {
    padding-left: 18px;
    font-size: 16px;
    line-height: 1.858;
    color: #5b5b5b;
    letter-spacing: 0.050em;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.blog-details-info ol li {
    margin-bottom: 3px;
}

.blog-details-info ol li::marker {
    margin-top: 5px;
}