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

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

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

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #000;
}

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

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;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    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 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #636363;
}

p.black {
    color: #000;
}

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

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

.section-title h6 {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    letter-spacing: 3px;
}

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

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

.section-title hr {
    border-top: 2px solid #23325a;
    height: 2px;
    width: 35px;
    margin-top: 12px;
    margin-bottom: 15px;
    opacity: 1;
    display: inline-block;
}

.section-title h2 {
    color: #23325a;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 35px;
}

.btn-default {
    display: inline-block;
    position: relative;
    background: none;
    border: 1px solid #23325a;
    color: #23325a;
    padding: 0px 60px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 13px;
    min-width: 280px;
    font-weight: bold;
    text-align: center;
    margin-left: 50px;
}

.btn-default:before {
    content: "";
    height: 2px;
    background: #23325a;
    top: 50%;
    width: 50px;
    position: absolute;
    left: -50px;
    transition: .2s ease-out;
}

.btn-default:after {
    content: "";
    height: 2px;
    background: #23325a;
    top: 50%;
    width: 50px;
    position: absolute;
    left:0px;
    transition: .2s ease-out;
}

.btn-default:hover:after {
    background: #fff;
}

.btn-default:hover,
.btn-default.active {
    background: #23325a;
    color: #fff;
}

.btn-default.white {
    background: #fff;
    color: #23325a;
}

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

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

/*** HEADER ***/
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all .3s;
    padding: 0px 15px;
}

header .main-nav {
    padding: 15px 0px;
}

header.fixed .main-nav {
    padding: 15px 0px;
}

header.fixed {
    position: fixed;
    background: #23325a !important;
    z-index: 999;
}

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

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

header.home-header .navbar-light .navbar-nav.middle {
    padding-left: 50px;
}

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

header .logo img {
    max-height: 80px;
    transition: all .3s;
    display: inline-block;
}

header .logo img.white {
    display: none;
}

header.fixed .logo img {
    display: none;
}

header.fixed .logo img.white {
    display: inline-block;
}

.navbar {
	padding:0px 0px;
}

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

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

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

.navbar-light .navbar-nav>.nav-item {
	display:inline-block;
    vertical-align: top;
}

.navbar-light .navbar-nav.left>.nav-item {
    margin-right: 35px;
}

.navbar-light .navbar-nav.right>.nav-item {
    margin-left: 35px;
}

.navbar-light .navbar-nav>.nav-item>.nav-link.dropdown-toggle:after {
    font-size: 18px;
}

.navbar-light .navbar-nav>.nav-item>.nav-link {
    position: relative;
    color: #000;
    font-size: 15px;
    line-height: 40px;
    padding-bottom: 5px;
    transition: all .3s;
    font-weight: 500;
    padding: 0px 0px !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

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

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

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

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

header.fixed .navbar-light .navbar-nav>.nav-item>.nav-link::before {
    background: #fff;
}

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

.navbar-light .navbar-nav>.nav-item ul.sub-menu {
    border: none;
    border-radius: 0px !important;
    text-align: left;
    display: block;
    list-style: none;
    margin: 0;
    position: absolute;
    overflow: hidden;
    left: calc(50% - 100px);
    left: auto;
    right: -50px;
    min-width: 180px;
    padding: 0px;
    opacity: 0px;
    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;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    white-space: nowrap;
}

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

.navbar-light .navbar-nav>.nav-item ul.sub-menu>li:last-child {
    border: none;
}

.navbar-light .navbar-nav>.nav-item ul.sub-menu>li>.nav-link {
    transition: all .3s;
    display: inline-block;
    clear: both;
    margin: 0px;
	width:100%;
	position:relative;
    line-height: 40px;
    padding: 0px 18px !important;
    font-size: 15px;
    border: none;
    white-space: nowrap;
    color: #000;
    background-color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
}

.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: #23325a;
}

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


/*** SOCIAL FIX ***/
.social-fix {
    position: absolute;
    right: 25px;
    top: 50%;
    z-index: 15;
    transform: translate(0, -50%);
}

.social-fix ul {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.social-fix ul li {
    margin: 5px 0;
}

.social-fix  ul li.st-divider {
    background-color: rgba(255, 255, 255, 1);
    width: 1px;
    height: 92px;
    margin-top: 25px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}

.social-fix  ul li .aios-ai-phone {
    font-size: 14px;
}

.social-fix  ul li a {
    font-size: 20px;
    display: flex;
    width: 36px;
    height: 36px;
    /* background: #ffffff; */
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease;
    color: #fff;
}

.social-fix  ul li .ai-font-envelope-f {
    font-size: 12px;
}

.social-fix.black ul li a {
    color:#000;
}

.social-fix.black  ul li.st-divider {
    background: #000;
}




/*** BANNER ***/
.banner {
    position: relative;
    padding: 70px 0px 30px 0px;
    height: 100vh;
    display: flex;
    align-items: center;
}

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

.banner h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.banner h6 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.banner .logo {
    max-height: 250px;
}

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

.banner .btn-default.active:after {
    background: #fff;
}

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

.banner:before {
    content: '';
    background: rgba(255, 255, 255, 1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    height:400px;
    top: 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: 40px;
    right: 20px;
    z-index: 2;
}

.banner .logo-remax img {
    max-height: 45px;
    margin-left: 50px;
}

/*** ABOUT ***/
.about {
    position: relative;
}

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

.text-hidden .container,
.text-hidden .container-fluid {
    position: relative;
    z-index: 3;
}

.bigtext {
    position: absolute;
    color: #23325a;
    font-size: 130px;
    transform: rotate(-90deg);
    left: 0px;
    top: 50%;
    transform: translate(-35%, -50%) rotate(-90deg);
    white-space: nowrap;
    text-transform: uppercase;
    opacity: .1;
    z-index: 2;
}

.bigtext.white {
    color: #fff;
    transform: rotate(0deg);
    left: 0px;
    top: 0%;
    width: 100%;
    text-align: center;
}

.bigtext.topfull {
    transform: rotate(0deg);
    left: 0px;
    top: 0%;
    width: 100%;
    text-align: center;
}

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

.imgstyle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 50px);
    height: calc(100% - 0px);
    background: #f2ebe1;
}

.imgstyle {
    display: inline-block;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    border: none;
    padding: 0px;
    padding-left: 50px;
    padding-top: 35px;
    padding-bottom: 40px;
}

.imgstyle img {
    position: relative;
    z-index: 1;
}

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

.about .logo-remax {
    float: right;
    margin-top: 20px;
}

.about .logo-remax img {
    max-height: 45px;
    margin-left: 30px;
}


/*** CTAS ***/
.ctas {
}

.ctas .bigtext {
    transform: translate(-10%, -50%) rotate(-90deg);
}

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

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

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

.cta-box .img:before {
    content: '';
    background: rgba(35, 50, 90,.8) url(../img/logo-white.png) 50% 50% no-repeat;
    background-size: 280px auto;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 0;
    opacity: 0;
    transition: all .3s;
}

.cta-box:hover .img::before {
    opacity: 1;
}

.cta-box span {
    background: #23325a;
    color: #fff;
    font-size: 22px;
    width: 80%;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 12px 35px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.cta-box:hover span {
    color: #23325a;
    background-color: #fff;
    border: 1px solid #d7d2cb;
}

/*** BUYSELL ***/
.buysell {
    background: #fff;
}

.buysell .fill-btn {
    margin-right: 5px;
    margin-bottom: 15px;
    min-width: 300px;
}

.fill-btn {
    background: transparent;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    line-height: 45px;
    transition: all .3s ease-in;
    border-radius: 100px;
    padding: 0px 20px;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
    vertical-align: middle;
    border: 1px solid #fff;
}

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

.buysell .bigtext.left {
    left: 0;
    right: auto;
    transform: translateX(-55%) translateY(-40%) rotate(-90deg);
}

.buysell .bigtext {
    color: #fff;
    font-size: 140px;
    transform: translateX(50%) translateY(-40%) rotate(-90deg);
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0px;
    text-transform: uppercase;
    text-align: center;
    z-index: -1;
    opacity: .03;
}

.buysell .bigtext.left {
    left: 0;
    right: auto;
    transform: translateX(-55%) translateY(-40%) rotate(-90deg);
}

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

.buysell .text .section-title{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 50px;
    background: #23325a;
    position: relative;
    height: 100%;
    width: 100%;
}

.buysell .section-title>div {
    width: 85%;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    text-align: left;
    padding: 40px 0px;
    z-index: 2;
}

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

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


/*** PROPERTIES ***/
.properties {
    background: #d8d8d8;
}

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

.properties .text-hidden {
    padding-bottom: 0px;
}

.properties .bigtext {
    opacity: .05;
    font-size: 208px;
}

.properties .swiper-slide,
.properties .item {
    padding: 0px 15px;
}

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

.center .listingbox {
    transform: scale(1.05) !important;
}

.listingbox .img:hover img {
    transform: scale(1.05) !important;
}

.center .listingbox .img img {
    height: 290px;
}

.center .listingbox h4 {
    font-size: 28px;
    color: #636363;
}

.listingbox .img {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.listingbox .img .label {
    border-radius: 0;
    padding: 7px 10px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 10px;
    box-shadow: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin-top: 10px;
    background-color: #a3d4f2;
    color: #636363;
}

.listingbox .img img {
    height: 270px;
    width: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.listingbox .text {
    padding: 0px 20px;
}

.listingbox h4 {
    color: #636363;
    margin: 0 0 10px;
    font-size: 24px;
    text-transform: unset;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.listingbox h5 {
    color: #636363;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.listingbox p {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 1.5em;
    color: #888;
}

.listingbox:hover .list-icons {
    color: #fff;
}

.listingbox:hover  {
    background-color:#23325a;
    transform: scale(1.02);
}

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

.listingbox:hover .list-icons li img {
    opacity: 1;
}

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

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

.properties .swiper-button-prev,
.properties .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    margin: 0;
    top: 50%;
    left: -12px;
    transform: translate(0px, -50%);
    width: 80px;
    height: 60px;
    background: #23325a url(../img/arrow-prev.png) 50% 50% no-repeat;
    background-size: 32px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border-radius:0;
}

.properties .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -12px;
    background: #23325a url(../img/arrow-next.png) 50% 50% no-repeat;
    background-size: 32px;
}

.properties .mts {
    margin-top: 90px;
}

.properties .link {
    display: block;
    font-size: 16px;
    color: #636363;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 20px;
    border-top: 1px solid #636363;
    position: relative;
    border-bottom: 1px solid #636363;
}

.properties .link:hover {
    color: #fff;
    background: #23325a;
}

.properties .left .link {
    border-right: 1px solid #636363;
}


/*** TESTIMONIALS ***/
.testimonials {
    background: #fff;
}

.testimonials .bigtext {
    font-size: 100px;
}

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


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

.contact-form.inner-page {
    margin-top: 150px;
}

.contact-form:before {
    content: "";
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

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

.contact-form .bg {
    padding: 60px 60px;
    background: url(../img/bg-form.webp) 50% 50% no-repeat;
    background-size: cover;
}

.contact-form .logo {
    max-height: 170px;
    margin-bottom: 40px;
    display: inline-block;
}

.contact-form .text {
    padding: 80px 80px;
}

.contact-form .contact-details li {
    margin-bottom: 15px;
    color: #fff;
}

.contact-form .contact-details li a {
    color: #fff;
}

.contact-form .contact-details li a:hover {
    color: #fff;
}

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

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

.contact-form textarea.form-control {
    height: 140px;
}

.contact-form .divider {
    display: inline-block;
    width: 150px;
    height: 2px;
    background: #fff;
}

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

/*** SIDEMENU ***/
.menu-btn {
    min-width: 20px;
    min-height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    margin-left: 40px;
    justify-content: end;
    text-align: right;
}

.fixed .menu-btn span {
    background: #fff !important;
}

.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: #000 !important;
    height: 2px;
    margin: 4px 0px;
    border-radius: 0px;
    transition: all .3s;
    margin-left: auto;
}

.menu-btn:hover span {
    width: 100% !important;
}

.menu-btn div {
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 25px;
}

.side-menu {
    background: #fff;
	position:fixed;
	top:0px;
    left: -100%;
    width: 340px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	height:100%;
	z-index:9999999;
    padding: 55px 35px;
	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: 500;
}

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

.side-menu a.CloseBtn {
    float: right;
    color: #fff;
    background: #23325a;
    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;
}

.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: #23325a !important;
}

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

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

/*** SOCIAL MEDIA ***/
.social-media {
    background: #f5f5f5;
}

.social-box img {
    transition: all .3s;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.social-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all .3s;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.social-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #23325a;
    transition: all .3s;
    opacity: 0;
    z-index: 3;
}

.social-box:hover:before {
    opacity: .4;
}

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

section {
    overflow: hidden;
}

/*** FOOTER ***/
footer {
    background: #fff;
    padding: 75px 0px;
}

footer .foot-logo img {
    max-width:90%;
}

footer .logo-remax {
    max-height:40px;
    margin-top: 20px;
    margin-right: 20px;
}

footer h6 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

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

.contact-details li {
    margin-bottom: 10px;
}

.contact-details li a {
    display: flex;
    gap: 4px;
    flex-direction: row;
    color: #000;
    align-items: center;
    width: max-content;
    font-size: 14px;
}

.contact-details li a:hover {
    opacity:0.6;
}

.contact-details .fa {
    font-size:20px;
    min-width:28px;
    max-height: 28px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    color: #f2ebe1;
}

.contact-details a span {
    color: #000;
}

.contact-details.social-links {
    display: flex;
    gap: 5px;
}
.contact-details.social-links li .fa {
    font-size: 30px;
    min-width: 60px;
    max-height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #f2ebe1;
    color: #23325a;
}

.contact-details.social-links li:hover .fa {
    opacity: 0.6;
}


/*** COPYRIGHTS ***/
.copyrights {
    background: #23325a;
    padding: 20px 0px;
}

.copyrights p {
    color: #fff;
}

.copyrights img {
    max-height: 40px;
}

/*** BUYSELL HOME ***/
.buysell-home {
    background: #23325a;
    padding: 80px 0px;
}

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

.buysell-home .text {
    padding: 40px 0px;
}

.buysell-home .text p {
    color: #fff;
    position: relative;
    z-index: 3;
}

.buysell-cta {
    display: inline-block;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
    z-index: 3;
}

.buysell-cta:hover img  {
    filter: brightness(.6);
}

.buysell-cta:hover span {
    opacity: 1;
}

.buysell-cta img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.buysell-cta span {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 30px;
    text-align: center;
    white-space: nowrap;
    transition: all .3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    text-transform: capitalize;
}



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

.page-banner h1 {
    color: #fff;
    margin: 0;
}

.page-banner .section-title {
    margin: 0;
}

.page-banner:before {
    content: '';
    background: rgba(255, 255, 255, 1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    height: 250px;
    top: 0;
    z-index: 1;
}

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

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

/*** PROPERTIES INNER PAGE ***/
.properties.inner-page {
    padding-bottom: 100px;
    background: #fff;
}

.properties.inner-page .listingbox {
    margin-bottom: 40px;
}


/*** BUYER SELLER PAGE ***/
.about .section-title p a:hover {
    color: #23325a;
}


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

.buysellform .bg-form {
    padding: 0px 15px;
}

.buysellform h3 {
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
    margin-bottom: 30px;
}

.buysellform h4 {
    color: #000;
    font-size:18px;
    font-weight: 400;
    text-transform: uppercase;
}

.buysellform .form-control {
    border-radius: 2px;
    padding: 10px 20px;
    box-shadow: none;
    resize: none;
    outline: none;
    height: 50px;
    font-size: 16px;
    color: #000;
    border: 2px solid #d8d8d8;
    margin-top: 18px;
}

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

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

.buysellform .btn-default {
    min-width: 150px;
    margin-top: 25px;
}

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

.select2-container--default .select2-selection--multiple {
    border-radius: 2px!important;
    padding: 10px 20px!important;
    box-shadow: none!important;
    resize: none!important;
    outline: none!important;
    height: auto!important;
    border: 2px solid #d8d8d8!important;
    margin-top: 18px!important;
}

.select2-search__field {
    margin-top: 0!important;
}

.select2-search__field::placeholder {
    font-size: 16px!important;
    color: #000!important;
}

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

.info-small .section-title h2 {
    font-size: 42px;
}

.modal {
    --bs-modal-width: 650px;
}

.modal-content {
    background: #23325a;
    padding-bottom: 50px;
}

.modal-content h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0px;
}

.modal-content h2,
.modal-content p,
.modal-content a,
.modal-content label {
    color: #fff;
}

.modal-header {
    border:0px !important;
}

.modal-header .btn-close {
    font-size: 26px;
    filter: invert(1);
}

.modal .form-control {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}

.modal .form-control::placeholder {
    color: #fff;
    opacity: 0.5;
}

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

.modal .btn-default:before, .modal .btn-default:after {
    background: #fff;
}

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

.calc-info.inner-page {
    margin-top: 90px;
}

mw-calc-panel-body, mw-calc-section {
	background:#23325a !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 {
	color: #fff !important;
    background: #000 !important;
}

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

mw-calc-table {
    background: #23325a;
}

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

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


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

.evaluation-box.inner-page {
    margin-top: 90px;
}

.evaluation-box .section-title h2 {
    line-height: 1;
}

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

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

.evaluation-box .btn-default.bordered span {
    font-size: 14px;
    letter-spacing: .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: #23325a;
    font-weight: 600;
}

.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;
    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: #000;
    background-color: #fff;
    border: none;
    margin-bottom: 18px;
}

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

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

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


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

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

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

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

.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 .section-title h2 {
	font-size: 45px;
}

.modal.guide .form-control {
	width: 100%;
	height: 51px;
	border: none;
	border: 1px solid #000;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .02em;
	color: #000;
	margin: 10px 0px;
	padding: 0 15px;
	border-radius: 0px;
	outline: 0;
	box-shadow: none;
}

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

.modal.guide textarea.form-control {
	height: 100px;
	resize: none;
	margin-top: 30px;
}


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

div.wpcf7-mail-sent-ok,
div.wpcf7 form.sent .wpcf7-response-output {
	background-color: #e6f9ee; /* light green */
	color: #1b7f3a; /* deep green text */
	border: 2px solid #1b7f3a;
	padding: 15px 20px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
}

div.wpcf7-validation-errors,
div.wpcf7 form.invalid .wpcf7-response-output {
	background-color: #ffecec; /* light red */
	color: #b71c1c; /* dark red text */
	border: 2px solid #b71c1c;
	padding: 15px 20px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
}

div.wpcf7 form.spam .wpcf7-response-output {
	background-color: #fff6e5; /* soft yellow */
	color: #b36b00;
	border: 2px solid #b36b00;
	padding: 15px 20px;
	border-radius: 8px;
	font-size: 16px;
	margin-top: 15px;
}

span.wpcf7-not-valid-tip {
	color: #b71c1c;
	font-size: 14px;
	margin-top: 5px;
	display: block;
	display:none;
}

.wpcf7 form .wpcf7-response-output {
	animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(-5px); }
	to { opacity: 1; transform: translateY(0); }
}


input.wpcf7-form-control.wpcf7-not-valid{
	border: 2px solid #f00 !important;
}

.navbar-light .navbar-nav>.nav-item:hover>a,
.navbar-light .navbar-nav>.nav-item.active>a,
.navbar-light .navbar-nav>.nav-item.current-menu-item>a,
.navbar-light .navbar-nav>.nav-item.current-menu-parent>a {
    color: #23325a;
}
 
.navbar-light .navbar-nav>.nav-item:hover>a:before,
.navbar-light .navbar-nav>.nav-item.active>a:before,
.navbar-light .navbar-nav>.nav-item.current-menu-item>a:before,
.navbar-light .navbar-nav>.nav-item.current-menu-parent>a:before {
    width: 100%;
}
 
.header .navbar-nav.middle>.nav-item ul.sub-menu>li.current-menu-item>a {
    color: #fff !important;
    background: #23325a;
}
 
.header.fixed .navbar-light .navbar-nav>.nav-item:hover>a,
.header.fixed .navbar-light .navbar-nav>.nav-item.active>a,
.header.fixed .navbar-light .navbar-nav>.nav-item.current-menu-item>a,
.header.fixed .navbar-light .navbar-nav>.nav-item.current-menu-parent>a {
    color: #fff;
}
 
.header.fixed .navbar-light .navbar-nav>.nav-item:hover>a:before,
.header.fixed .navbar-light .navbar-nav>.nav-item.active>a:before,
.header.fixed .navbar-light .navbar-nav>.nav-item.current-menu-item>a:before,
.header.fixed .navbar-light .navbar-nav>.nav-item.current-menu-parent>a:before {
    background: #fff;
}
 
.navbar-light .navbar-nav>.nav-item: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>.nav-item ul.sub-menu>li:hover>a,
.navbar-light .navbar-nav>.nav-item ul.sub-menu>li.current-menu-item>a {
    color: #fff !important;
    background: #23325a;
}
 
.side-menu ul.main-menu li:hover>a, .side-menu ul.main-menu li.active>a {
    background: none;
    color: #23325a;
}
 
/**/
.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a,
.side-menu ul.main-menu li.current_page_item>a {
    background: none;
    color: #23325a !important;
}
 
.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.current-menu-parent>a {
    background: none;
    color: #23325a;
}
 
/**/
.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;
    text-align: center;
    color: #23325a !important;
    border: 1px solid #23325a;
    font-family: "Montserrat", sans-serif;
    background: #fff;
    outline: 0px;
    padding: 0px 60px !important;
    font-weight: bold;
    font-size: 13px;
    line-height: 60px !important;
    border-radius: 0px;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0px;
    min-width: 280px;
    margin-left: 50px;
}
 
.evaluation-box .cf7mls_next.action-button:before,
.evaluation-box .cf7mls_back.action-button:before,
.evaluation-box .action-button:before {
    content: "";
    height: 2px;
    background: #fff;
    top: 50%;
    width: 50px;
    position: absolute;
    left: -50px;
    transition: .2s ease-out;
}
 
.evaluation-box .cf7mls_next.action-button:after,
.evaluation-box .cf7mls_back.action-button:after,
.evaluation-box .action-button:after {
    content: "";
    height: 2px;
    background: #23325a;
    top: 50%;
    width: 50px;
    position: absolute;
    left: 0px;
    transition: .2s ease-out;
}
 
.evaluation-box .cf7mls_next.action-button:hover:after,
.evaluation-box .cf7mls_back.action-button:hover:after,
.evaluation-box .action-button:hover:after {
    background: #fff;
}
 
.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
    background: #23325a !important;
    color: #fff !important;
    border-color: #fff !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;
}
 
.modal.guide .form-control {
    border: 1px solid #fff;
    color: #fff;
}
 
.modal.guide .form-control::-webkit-input-placeholder {
    color: #fff;
}
 
.modal.guide button.btn-close {
    right: 20px;
    filter: invert(1);
    opacity: 1;
}

body.home .contact-form:before {
    background: linear-gradient(0deg, rgb(245 245 245) 0%, rgb(245 245 245) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255) 100%);
}