@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

@font-face {
    font-family: 'Albra Sans';
    src: url('../fonts/Albra-Sans-Regular.woff2') format('woff2'),
        url('../fonts/Albra-Sans-Regular.woff') format('woff'),
        url('../fonts/Albra-Sans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Albra Sans';
    src: url('../fonts/Albra-Sans-Bold.woff2') format('woff2'),
        url('../fonts/Albra-Sans-Bold.woff') format('woff'),
        url('../fonts/Albra-Sans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}


/*** GENERIC CSS ***/
html,body {
    font-family: "Quicksand", sans-serif;
    background: #fff;
}

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

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #000;
    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;
    cursor: pointer;
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-family: 'Albra Sans';
    font-weight: 400;
}

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 {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: "Quicksand", sans-serif;
}

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

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

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

.section-title h6 {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 1px;
    padding-left: 120px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 10px;
    position: relative;
}

.section-title h6:before {
    border-color: #000;
    border-top-style: solid;
    border-top-width: 2px;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 104px;
}

.section-title h2 {
    color: #000;
    font-size: 48px;
    letter-spacing: 3px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

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

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

.btn-default {
    position: relative;
    display: inline-block;
    border: 0px;
    font-size: 14px;
    line-height: 54px;
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 32px;
    min-width: 100px;
    border-radius: 500px;
    border: 1px solid #000;
    background: none;
    color:#000;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow: hidden;
    text-align: center;
}

.btn-default span {
    position: relative;
    z-index: 1;
}

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

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

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

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

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



/*** SIDEMENU ***/
.menu-btn {
    width: 40px;
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    padding: 0px 9px;
}

.menu-btn em {
    color: #fff;
    font-size: 13px;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-family: "Quicksand", sans-serif;
}

.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;
    border-radius: 0px;
    transition: all .3s;
    margin-left: auto;
}

.menu-btn div {
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 28px;
    /* margin-left: 15px; */
}

.side-menu {
    background: #fff;
	position:fixed;
	top:0px;
    left: -150%;
    width: 340px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	height:100%;
	z-index:9999999;
    padding: 55px 25px;
	overflow:hidden;
	overflow-y:auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

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

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

.side-menu ul.main-menu.navbar-nav li {
	list-style:none;
	display:inline-block;
	width:100%;
    margin: 0;
    margin-bottom: 10px;
}

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

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

.side-menu a.CloseBtn {
    float: right;
    color: #000;
    border: 1px solid #000;
    font-size: 22px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
}

.side-menu a.CloseBtn:hover {
    background: #000;
    color: #fff;
}

.side-menu a.CloseBtn:before,
.side-menu a.CloseBtn:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

.side-menu 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);
}

.side-menu 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 .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,
.side-menu .menu-item-has-children.active>a {
    color: #000 !important;
    border-color: #000;
}

.side-menu .menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #000;
    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;
    background-clip: unset !important;
}

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

.side-menu ul.navbar-nav>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: #fff;
    border: none;
    border-radius: 0;
    padding: 0px 0px !important;
    display: none !important;
    top: 0 !important;
}

.side-menu ul.navbar-nav>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 {
    font-size: 14px;
    background: #ebebeb;
    color: #000;
    margin: 0;
    padding: 10px 15px !important;
}

.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 {
    color: #fff !important;
    background: #000 !important;
}

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

.side-menu h4 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 4px;
    opacity: 1;
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
}

.contact-list.black {
    color: #000;
}

.contact-list.black a {
    color: #000;
}

.contact-list.black a i {
    background: #000;
    color: #fff;
}

.side-menu .contact-list a {
    color: #000;
}

section {
    overflow: hidden;
}

/*** HEADER ***/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 20px 0px;
    overflow: visible;
}

header.fixed {
    position: fixed;
    background: #000 !important;
    padding: 20px 0px;
}

.navbar {
	padding:0px 0px;
}

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

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

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

.navbar-light .navbar-nav>.nav-item {
    margin: 0px 15px;
	display:inline-block;
    vertical-align: top;
	position:relative;
}

.navbar-light .navbar-nav>.nav-item>.nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    padding:0px 0px !important;
    padding-bottom: 3px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

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

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

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

.navbar-light .navbar-nav>.nav-item.logo>a::before {
    display: none;
}

.navbar-light .navbar-nav>.nav-item.logo img {
    max-height: 100px;
}

.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);
}

.navbar-light .navbar-nav.right {
    margin: 0px 0px 0px 40px;
}

.navbar-light .navbar-nav.right>.nav-item {
    margin: 0px 0px 0px 10px;
}

.navbar-light .navbar-nav.right>.nav-item>.nav-link.callbtn::before {
    display: none !important;
}

.navbar-light .navbar-nav.right>.nav-item>.nav-link.callbtn {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid #FFFFFF;
    padding: 0px 20px !important;
    border-radius: 50px;
    line-height: 40px;
    letter-spacing: 0;
}

.navbar-light .navbar-nav.right>.nav-item>.nav-link.callbtn:hover {
    background: #fff !important;
    color: #000 !important;
}

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 .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>.nav-item>ul.sub-menu li {
	width:100%;
    position: relative;
    margin-bottom: 1px;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li a.nav-link {
    line-height: 1;
    transition: all .3s;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    clear: both;
    white-space: nowrap;
    border: 0;
    margin: 0px;
	width:100%;
	position:relative;
    line-height: 25px;
    padding: 10px 10px !important;
    
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;

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

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

header.home-header.fixed .navbar-brand {
    opacity: 1;
    pointer-events: auto;
}

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

header.home-header.fixed .navbar-nav .logo {
    opacity: 1;
    pointer-events: auto;
}


/*** BANNER ***/
.banner {
    position: relative;
    overflow: hidden;
    padding: 110px 0px 0px 0px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.banner h1 {
    color: #fff;
    font-size: 63px;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.banner p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.banner .logo {
    max-height: 150px;
    margin-bottom: 20px;
}

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

.banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1;
}

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

.banner .logo-remax {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-height: 50px;
    z-index: 2;
}


/*** CTAS ***/
.ctas {
    padding: 70px 0px 40px 0px;
    background: #000;
}

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

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

.cta-box .img: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 .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 .img::after {
    background-color: rgba(0, 0, 0, .6) !important;
    background-image: url(../img/logo-white.png) !important;
    background-size: 200px;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    background-position: center;
}

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

.cta-box h3 {
    color: #fff;
    font-size: 32px;
    margin-top: 20px;
    text-transform: uppercase;
}

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

/*** ABOUT ***/
.about {
    padding: 80px 0px;
}

.about .section-title {
    position: relative;
    z-index: 2;
}

.img-style {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.img-style img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about p a {
    color: #000;
}

.about .space {
    padding-right: 90px;
}

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

/*** PROPERTIES ***/
.properties {
    padding: 80px 0px;
    overflow: hidden;
}

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

.property-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
}

.property-box.half:last-child {
}

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

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

.property-box .img img {
    position: relative;
    width: 100%;
    height: 590px;
    transition: all .3s;
    object-fit: cover;
    float: left;
}

.property-box.half .img img {
    height: 285px;
}

.property-box .label {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #000;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 25px;
}

.property-box .text {
    position: absolute;
    bottom: -40px;
    left: 0;
    background: rgba(16, 16, 16, 0.99);
    padding: 18px 25px;
    padding-right: 120px;
    transition: all .3s;
}

.property-box:hover .text {
    bottom: 0;
}

.property-box h5 {
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 24px;
}

.property-box h3 {
    color: #fff;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 24px;
}

.property-box h3 span {
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    margin-bottom: 25px;
}

.property-box h3, .property-box p, .property-box h5, .properties .icon {
    color: #fff;
}

.properties .icon {
    position: absolute;
    top: 40%;
    right: 30px;
    font-size: 28px;
}

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

.properties .custom-nav {
    margin-bottom: 40px;
}

.properties .custom-nav button {
    color: #000000;
    font-size: 26px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #000000 !important;
    height: 56px;
    width: 56px;
    line-height: 52px;
    text-align: center;
    box-shadow: none;
    margin-left: 5px;
    border-radius: 50%;
    padding-right: 10px;
    transition: all .3s;
}

.properties .custom-nav button:last-child {
    padding-left: 5px;
    padding-right: 0px;
}

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

.properties .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: -85px;
    left: 3vw;
    margin-left: 5px;
    z-index: 4;
}

.properties .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    color: #fff;
    background: #af8e5e;
    border: 2px solid #af8e5e;
    border-radius: 0px;
    padding-right: 3px !important;
    margin-right: 0px;
}

.properties .owl-theme .owl-nav [class*=owl-].owl-next {
    padding-right: 0px !important;
    padding-left: 2px !important;
}

.properties .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    border-color: #000 !important;
    color: #000 !important;
}

.properties .owl-theme .owl-nav [class*=owl-] i {
    font-size: 28px;
}

.properties .btn-default {
    margin-top: 30px;
    margin-right: 60px;
}


/*** TESTIMONIALS ***/
.testimonials {
    position: relative;
    padding: 90px 0px;
    background: #000;
    background: url(../img/bg-testimonials.jpg) 50% 50% no-repeat;
    background-size: cover;
    overflow: hidden;
}

.testimonials:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 1;
}

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

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

.testimonials p {
    color: #fff;
}

.testimonials h3 {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
    margin-top: 30px;
}

.testimonials .owl-carousel .owl-stage-outer {
    padding: 0px 0px;
}

.testimonials .bg {
    background: rgba(0, 0, 0, .9);
    padding: 100px 120px;
    position: relative;
    margin-top: 19px;
}

.testimonials .bg .icon {
    position: absolute;
    left: 48px;
    transform: none;
    background: #fff;
    display: flex;
    height: 80px;
    justify-content: center;
    position: absolute;
    top: -19px;
    position: absolute;
    width: 56px;
    color: #000;
    font-size: 20px;
    padding-top: 30px;
}

.testimonials .owl-theme .owl-nav {
    margin: 0;
}

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

.testimonials .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    background: none !important;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: -140px;
    color: #fff;
    font-size: 55px;
    color: #fff;
    font-size: 26px;
    border: 1px solid #fff !important;
    height: 56px;
    width: 56px;
    line-height: 52px;
    text-align: center;
    box-shadow: none;
    margin-left: 5px;
    border-radius: 50%;
    padding-right: 10px;
    transition: all .3s;
}

.testimonials .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -140px;
    padding-right: 0px;
    padding-left: 10px;
}

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

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



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

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

.social-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
    background: #000;
}

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

.social-box:hover img {
    opacity: .5;
}


/*** CONTACT FORM ***/
.contact-form {
    padding: 90px 0px;
    background: #000;
    background: url(../img/bg-contact.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
}

.contact-form .bg {
    background: #000;
    padding: 60px 40px;
}

.contact-form:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 1;
}

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

.contact-form .section-title h2 {
    line-height: 1;
    margin-bottom: 45px;
}

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

.contact-form h6 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.contact-form .btn-default {
    min-width: 180px;
    margin-top: 25px;
}

.contact-form .logo {
    max-height: 100px;
}

.form-control {
    background: #fff;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 31px;
    padding: 15px 25px;
    margin-bottom: 18px;
    height: 55px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
}

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

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

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

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

.contact-form h5 {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0px 0 15px;
}

.contact-form .form-check label {
    color: #fff;
}

.contact-form .form-check label a {
    color: #fff;
    text-decoration: underline;
}

/*** CONTACT INFO  ***/
.footer {
    padding: 75px 0px;
    background: #000;
}

.footer .logo {
    margin-right: 20px;
}

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

.footer .agency-logo {
    margin-top: 25px;
    display: inline-block;
}

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

.footer h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.footer h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    color: #fff;
}

.footer .mtop {
    margin-top: 80px;
}

.footer .link {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.footer .link:hover {
    opacity: .8;
    color: #fff;
}

.footer p {
    color: #fff;
}

.footer .contact-list.social {
    display: flex;
    justify-content:end;
    gap: 11px;
}

.contact-list {
    margin:15px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

.contact-list.d-flex {
    gap: 15px;
}

.contact-list li {
    margin: 0px 0px 15px 0px;
    color: #fff;
}

.contact-list li a {
    display: flex;
    gap: 10px;
    color: #fff;
    max-width: max-content;
    align-items: center;
}

.contact-list li a:hover {
    opacity: .5;
}

.contact-list li i {
    background: #fff;
    min-width: 30px;
    min-height: 30px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #000;
    display: block;
}

.contact-list.social {
    gap: 15px;
}

.contact-list.social li i {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    transition: all .3s;
}

.contact-list.social li a:hover {
    opacity: 1;
}

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

.contact-list.social.black li a i {
    border-color: #000;
    color: #000;
}

.contact-list.social.black li a:hover i {
    background: #000;
    color: #fff;
}

.footer h5 {
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    margin: 10px 0px;
    color: #fff;
    font-weight: bold;
}

.footer hr {
    border-color: #fff;
    margin: 60px 0px 20px 0px;
    opacity: 1;
}

.footer-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-menu li {
    display: inline-block;
    margin: 0px 40px 0px 0px;
}

.footer-menu li a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #fff;
}

.footer-menu li a:hover {
    opacity: .5;
}

.footer .copyrights p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 50px;
}

.footer .copyrights p img {
    max-height: 50px;
    margin-left: 5px;
}


/*** PAGE-BANNER ***/
.page-banner {
    height: 60vh;
    padding-top: 45px;
    position: relative;
    overflow: hidden;
}

.page-banner h1 {
    color: #fff;
    font-size: 45px;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}

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

.page-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1;
}



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

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

.buysellform .form-control {
    border-radius: 0;
}

.buysellform .form-control:focus {
    box-shadow: none;
    background-color: #ffffff;
}

.buysellform textarea.form-control {
    height: 128px;
    resize: vertical;
    padding: 16px 20px;
}

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

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

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

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

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

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


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

mw-calc-panel-body, mw-calc-section {
	background:#070707 !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: 400 !important;
}

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

#calculate_lt {
	color: #fff !important;
    font-size: 16px !important;
    font-weight: 400;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid #FFFFFF !important;
    padding: 0px 20px !important;
    border-radius: 50px !important;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 0;
}

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

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

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



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

.evaluation-box .section-title h2 {
}

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

.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;
    font-weight: 400;
}

.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: 500;
    background: none;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0% 100%);
    clip-path: none;
}

.evaluation-box .btn-default.bordered span {
    font-size: 12px;
    letter-spacing: .5px;
}

.evaluation-box .btn-default.bordered:hover, .evaluation-box .btn-default.bordered.active {
    background: #fff;
    border-color: transparent;
    color: #000;
}

.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;
    height: 50px;
}

.evaluation-box .form-control::-webkit-input-placeholder {
}

.evaluation-box .form-control:focus {
}




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

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

.modal.guide .modal-content {
    border-radius: 0px;
}
 
.modal.guide .modal-body {
    padding: 70px 30px 70px 30px;
}
 
.modal.guide .form-control {
    background: none;
    border-radius: 0px;
    padding: 0px 15px;
    margin-bottom: 18px;
    height: 55px;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    border: 1px solid #000 !important;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
    font-family: "Quicksand", sans-serif;
}
 
.modal.guide .form-control::-webkit-input-placeholder {
    color: #555;
}
 
.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: 15px;
}
 
.modal.guide .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;
}
.banner .banner-logo{
	max-height:150px;
	margin-bottom:20px;
}
 
/**/
.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;
    width: max-content;
    color: #fff !important;
    font-family: "Quicksand", sans-serif;
    border: 1px solid #fff;
    background: none;
    outline: 0px;
    padding: 0px 32px !important;
    font-size: 14px;
    line-height: 54px !important;
    border-radius: 500px;
    transition: all .3s ease-in;
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    min-width: 100px;
    overflow: hidden;
}
 
.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
    background: #fff !important;
    border-color: #fff !important;
    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: #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;
}
 
/**/
span.wpcf7-list-item {
    margin: 0;
}
 
.contact-form .form-check {
    padding: 0;
}
 
.contact-form .form-check label {
    color: #fff;
    position: relative;
    padding-left: 25px;
}
 
.contact-form .form-check label input {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 0;
}
.about b, .about strong{
	font-weight:600;
}