/* @import url("https://p.typekit.net/p.css?s=1&k=xob2wyp&ht=tk&f=35363.35364.35365.35366.35367.35368&a=8790641&app=typekit&e=css"); */

@font-face {
    font-family: 'brother-1816';
    src: url('../fonts/brother1816thin.eot');
    src: url('../fonts/brother1816thin.eot') format('embedded-opentype'),
         url('../fonts/brother1816thin.woff2') format('woff2'),
         url('../fonts/brother1816thin.woff') format('woff'),
         url('../fonts/brother1816thin.ttf') format('truetype'),
         url('../fonts/brother1816thin.svg#brother1816thin') format('svg');
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
}

@font-face {
    font-family: 'brother-1816';
    src: url('../fonts/brother1816regular.eot');
    src: url('../fonts/brother1816regular.eot') format('embedded-opentype'),
         url('../fonts/brother1816regular.woff2') format('woff2'),
         url('../fonts/brother1816regular.woff') format('woff'),
         url('../fonts/brother1816regular.ttf') format('truetype'),
         url('../fonts/brother1816regular.svg#brother1816regular') format('svg');
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: 'brother-1816';
    src: url('../fonts/brother1816medium.eot');
    src: url('../fonts/brother1816medium.eot') format('embedded-opentype'),
         url('../fonts/brother1816medium.woff2') format('woff2'),
         url('../fonts/brother1816medium.woff') format('woff'),
         url('../fonts/brother1816medium.ttf') format('truetype'),
         url('../fonts/brother1816medium.svg#brother1816medium') format('svg');
    font-display: auto;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
}

@font-face {
    font-family: 'brother-1816';
    src: url('../fonts/brother1816bold.eot');
    src: url('../fonts/brother1816bold.eot') format('embedded-opentype'),
         url('../fonts/brother1816bold.woff2') format('woff2'),
         url('../fonts/brother1816bold.woff') format('woff'),
         url('../fonts/brother1816bold.ttf') format('truetype'),
         url('../fonts/brother1816bold.svg#brother1816bold') format('svg');
    font-display: auto;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
}

@font-face {
    font-family: 'brother-1816';
    src: url('../fonts/brother1816black.eot');
    src: url('../fonts/brother1816black.eot') format('embedded-opentype'),
         url('../fonts/brother1816black.woff2') format('woff2'),
         url('../fonts/brother1816black.woff') format('woff'),
         url('../fonts/brother1816black.ttf') format('truetype'),
         url('../fonts/brother1816black.svg#brother1816black') format('svg');
    font-display: auto;
    font-style: normal;
    font-weight: 900;
    font-stretch: normal;
}

@font-face {
    font-family: 'Born Ready Slanted';
    src: url('../fonts/BornReadySlanted-Regular.eot');
    src: url('../fonts/BornReadySlanted-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BornReadySlanted-Regular.woff2') format('woff2'),
        url('../fonts/BornReadySlanted-Regular.woff') format('woff'),
        url('../fonts/BornReadySlanted-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

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

a:hover {
    text-decoration: none;
    color: #24a9e2;
}

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

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


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

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

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

.section-title h6 {
    font-family: 'Born Ready Slanted';
    font-size: 30px;
    color: #af3d39;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
}

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

.section-title h2 {
	font-size: 42px;
    line-height: 1.2;
	margin-bottom: 25px;
    text-transform: uppercase;
	color: #000;
    font-weight: 500;
}

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

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

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

.normal-btn {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    border-radius: 100px;
    border: 2px solid #af3d39;
    background: #af3d39;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    position: relative;
    padding: 0 15px;
    transition: all .3s;
}

.normal-btn:hover {
    color: #fff;
    background: transparent;
}

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

.btn-default:before {
    transition: all .6s cubic-bezier(.615,0,.07,1);
    content: '';
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #af3d39;
    opacity: .5;
    width: 55px;
    height: 55px;
    border-radius: 100%;
}

.btn-default:after {
    background: #fff;
    transition: all .6s cubic-bezier(.615,0,.07,1);
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 2px;
}

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

.btn-default:before, .btn-default.active:before {
    width: 100%;
    border-radius: 0px;
    opacity: 1;
}

.btn-default:after, .btn-default.active:after {
    width: 60px;
    transform: translateX(-30px);
    opacity: 1;
}

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

.btn-default:hover:before {
    background: #000;
}

.btn-default span {
    padding:0px 15px;
}

.btn-default.btn-black {
}

.btn-default.btn-black:after {
    background: #010101;
}

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

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

/*** HEADER ***/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 15px 30px;
}

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

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 90%);
    z-index: 9;
    padding: 10px 30px;
}

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

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

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: .15em;
}

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

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

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

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

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

.navbar-expand-lg .navbar-nav>li.logo {
    margin-left: 0;
}

.navbar-expand-lg .navbar-nav>li {
    margin-left: 20px;
	display:inline-block;
    vertical-align: top;
}

.navbar-brand img {
    max-height: 80px;
    margin-right: 20px;
    filter: none;
}

.navbar {
	padding:0px 0px;
}

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

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

.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

ul.sub-menu {
    min-width:255px;
    width: 100%;
    padding:0px 0px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
    text-align: left;
    margin: auto;
    background: none;
    margin-top: 0px;
    display: block;
    padding-top: 15px;
    
    list-style: none;
    margin: 0;
    background: 0 0;
    padding: 0;
    position: absolute;
    left: calc(50% - 100px);
    min-width: 250px;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .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 {
    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: #af3d39;
}

.fixed-btn {
    margin: 0;
}

.fixed-btn li {
    list-style: none;
}

.fixed-btn .btn-default {
    border:2px solid #af3d39;
    background: transparent;
    color: #fff;
    border-radius: 20px;
    padding: 15px 40px;
    line-height: 1;
}

.fixed-btn .btn-default:hover {
    background:#af3d39;
    color: #fff;
}

.fixed-btn .btn-default:after, .fixed-btn .btn-default:before {
    display: none;
}

.header .lbtn>.nav-link {
    display: inline-block;
    color: #fff;
    height: 45px;
    line-height: 45px;
    border-radius: 100px;
    border: 2px solid #ffffff;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 0 35px;
    min-width: 200px;
}

.header .lbtn:hover>.nav-link {
    background: #af3d39;
    border-color: #af3d39 !important;
    color: #fff !important;
}

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

/*** BANNER ***/
.banner{
	background:#000 url(../img/bg-banner.webp) 50% 50% no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    min-height: calc(100vh - 80px);
}

/** .banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 48vw;
    height: 100%;
    background: rgba(0,0,0,0.3);
}**/

.banner .container {
    max-width: 1170px;
}

.banner .space {
    padding: 170px 15px;
}

.banner .logo-remax {
    position: absolute;
    bottom: 25px;
    right: 25px;
    height: 60px;
    z-index: 3;
}

.banner h1 {
	font-size:60px;
	color:#fff;
	text-transform: uppercase;
    text-shadow: 0 20px 20px rgb(0 0 0 / 10%);
    line-height: 1.3;
    font-weight: bold;
}

.banner h1 span{
    font-family: 'Born Ready Slanted';
    font-size: 93px;
    color: #af3d39;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}



.banner h4 {
	color:#fff;
	font-weight: normal;
    letter-spacing: 0;
    font-size: 24px;
    margin: 25px 0px 0px 0px;
    line-height: 1.3;
    text-transform: none;
}

.banner .img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 48vw;
}

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



/*** About ***/
.about {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}

.about .rotate-title {
    position: absolute;
    top: 40%;
    right: -425px;
    transform: rotate(-90deg);
    pointer-events: none;
}

.about:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: calc(75% - 230px);
    content: "";
    position: absolute;
    background: #eeeeee url(../img/7810_d39b9f0a_louisa_s_intro-bg.webp) center / cover no-repeat;
    z-index: -1;
}

.about .section-title {
    padding-left: 50px;
}

.imgstyle {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}

.imgstyle img {
    width: 90%;
    position: relative;
    z-index: 2;
}

.imgstyle:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 25px;
    width: 100%;
    height: 100%;
    border: 2px solid #af3d39;
}
/* 
.imgstyle:after {
    content: "";
    position: absolute;
    top: 25px;
    left: 25px;
    width: 100%;
    height: 100%;
    border: 2px solid #af3d39;
} */

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

.about p {
    font-size: 18px;
    line-height: 1.8;
}

/*** PROPERTIES ***/
.properties {
    padding: 70px 0 70px 0px;
    background: #010101;
}

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

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

.properties.inner {
    background: none;
    padding: 25px 0px 50px 0px;
}

.properties.inner .listingbox {
    margin-bottom: 25px;
    background: #010101;
}

.properties .btn-default {
    margin: 0 5px;
}

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

.listingbox:hover  {
    background-color:#af3d39 !important;
    box-shadow: 0 30px 70px rgba(0 0 0 / 10%);
    transform: scale(1.02);
}

.listingbox:hover p {
    color: #fff;
}

.center .listingbox .img .label {
    top: 10px;
}

.center .listingbox {
    box-shadow: 0 30px 70px rgba(0 0 0 / 10%);
    transform: scale(1.05);
}

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

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

.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: #d9534f;
    color: #fff;
}

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

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

.listingbox .text {
    padding-bottom: 25px;
}

.listingbox h4 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 24px;
    text-transform: unset;
}

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

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

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

.properties .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
    width: 80px;
    height: 60px;
    background: #af3d39 url(../img/arrow-left-white.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: 0;
    background: #af3d39 url(../img/arrow-right-white.png) 50% 50% no-repeat;
    background-size: 32px;
}

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

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

.properties .link:hover {
    color: #fff;
}

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

.properties .link:hover {
    background: #af3d39;
}


/*** community ***/
.community {
    padding: 70px 0px;
}

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

.community h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.community figure {
    aspect-ratio: 1 / 0.75;
    position: relative;
    overflow: hidden;
}

.community .img {
    height: 100%;
    object-fit: cover;
    object-position: center;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.community a:hover img {
    transform: scale(1.1);
}


/*** buysellinfo ***/
.buysellinfo {
    background: url(../img/bg-buysell.webp) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
}

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

.buysellinfo h4 {
    color: #fff;
    margin-bottom: 30px;
}

.buysellinfo p {
    color: #fff;
    margin-bottom: 30px;
}

.buysellinfo .content-small>div:first-child {
    padding-right: 40px;
    border-right: 3px solid #fff;
}

.buysellinfo .content-small>div:last-child {
    padding-left: 40px;
}



/*** testimonials ***/
.testimonials {
    background: url(../img/bg-testi.webp) 50% 50% no-repeat;
    background-size: cover;
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

.testimonials::before {
    background-color: #f1fbfc;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    opacity: .8;
}

.testimonials p {
    color: #000000;
    line-height: 1.7em;
    font-size: 16px;
    margin: 0;
    margin-bottom: 25px;
}

.testimonials h6 {
    color: #000000;
    line-height: 1.7em;
    font-size: 16px;
    margin: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}

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

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #af3d39;
}

.testimonials .container {
    position: relative;
    z-index: 5;
}

.testimonials .rotate-title {
    position: absolute;
    top: 44%;
    right: -240px;
    transform: rotate(-90deg);
    pointer-events: none;
}

.rotate-title h2 {
    color: #af3d39;
    line-height: 0.8;
    font-weight: 700;
    font-size: 80px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
}

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

.contact-form p {
    color:#ddd;
    margin-bottom: 30px;
}

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

.form-control {
    background: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 10px 16px;
    margin-bottom: 18px;
    height: 50px;
    color: #000;
    letter-spacing: 1px;
    font-size: 16px;
    border-bottom: 2px solid transparent;
}

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

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

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

textarea.form-control {
    height: 120px;
    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 h4 {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact-form h4 {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.author-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0px 25px;
}

.author-info>img {
    margin-right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    object-fit: cover;
}

.author-info .text {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

.author-info .text span {
    font-size: 12px;
    letter-spacing: 2px;
    color: #f1fbfc;
    display: inline-block;
    padding-top: 5px;
}

/*** contact-details ***/
.contact-details {
    background: #020202;
    padding: 70px 0px;
}

.contact-details .icon {
    color: #af3d39;
    font-size: 24px;
    display: block;
    margin: 0 auto 30px;
}

.contact-details h3 {
    color: #f1fbfc;
    font-size: 18px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact-details p {
    line-height: 1.7em;
    color: #fff;
    font-size: 16px;
}

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

.contact-details .social a {
    display: inline-block;
    color: #fff;
    background: #000;
    border-radius:50%;
    font-size: 22px;
    text-align: center;
    width: 40px;
    line-height: 40px;
}

.contact-details .social a:hover {
    background: rgba(255, 255, 255, .15);
}

.contact-details p a:hover {
    color: #af3d39 !important;
}


/*** FOOTER ***/
.footer {
    padding:75px 0px 45px 0px;
    background: #101010;
    background-size: cover;
}

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

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

.footer .logo .remax {
    max-height: 90px;
    filter: invert(.5) brightness(9);
}

.footer .logo a {
    margin: 0px 20px;
    display: inline-block;
}

.footer p {
    color: #939598;
    font-size: 14px;
}

.footer small, .footer .details {
    color: #DDDDDD;
}

.footer .details { 
    margin:10px 0px 20px 0px;
}

.footer small {
    font-size: 12px;
}

.footer .details a {
    color: #DDDDDD;
    margin: 0px 10px;
    font-size: 18px;
    line-height:2;
}

.footer .details .fa {
    margin-right: 10px;
}

.footer .details a:hover {
    color: #fff;
}

.footer .socials li {
    display: inline-block;
    margin: 0px 7px;
    padding: 0px;
    list-style: none;
}

.footer .socials li a {
    border:1px solid #ddd;
    width:40px;
    height: 40px;
    border-radius: 40px;
    display: inline-block;
    line-height: 40px;
    color: #fff;
}

.footer .socials li:hover a {
    background: #fff;
    color: #000;
}

/*** COPYRIGHT ***/
.copyright {
    background: #000;
    background: #020202;
    padding: 15px 0px;
}

.copyright p {
    color: #ddd;
}

.copyright img {
    max-height: 50px;
    max-height: 40px;
    margin-left: 5px;
}




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

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

.menu-btn div {
    position: relative;
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.menu-btn div span {
    display: block;
    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);
    -webkit-transition: 0.3s -webkit-transform ease;
    transition: 0.3s transform ease;
    margin: 7px 0px;
}

.side-menu {
	background:#010101;
	position:fixed;
	top:0px;
	left:-140%;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	height:100%;
	z-index:9999999;
    padding: 55px 35px;
    width: 100%;
    max-width: 350px;
	height:100%;
	overflow:hidden;
	overflow-y:auto;
}

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

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

.side-menu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

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

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

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

a.CloseBtn {
	float:right;
	color:#fff;
	font-size:26px;
	margin:10px 10px 45px 15px;
	position: relative;
    z-index: 99;
    cursor: pointer;
}

a.CloseBtn:before,
a.CloseBtn:after {
    content: '';
    display: block;
    width: 22px;
    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;
	overflow:hidden;
}

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

.side-menu ul.main-menu.navbar-nav li:last-child a {
    border: none;
}

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

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
    padding: 9px 10px !important;
    font-size: 12px !important;
}

.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>a:after {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -55%);
    background: #af3d39;
}

.side-menu .menu-item-has-children>a:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 27px;
    z-index: 99;
    top: 48%;
    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:#af3d39 !important;
    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: none;
    padding: 0px 0px 0px 0px !important;
    display: none !important;
    top: 0 !important;
    background: #fff;
}

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

.side-menu ul.navbar-nav li ul.sub-menu li a {
    color: #636363;
    font-size: 16px !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 {
	background:#af3d39 !important;
    color:#fff !important;
}

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

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

/*** page-banner ***/
.page-banner {
    height: 45vh;
    padding-top: 30px;
}

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

.contact-info {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-info>i {
    margin-top: 3px;
    margin-right: 8px;
    font-size: 16px;
    background: #000;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.contact-info:hover a {
    color: #af3d39 !important;
}

.contact-info:hover i {
    background: #af3d39 !important;
}

/** Buyer-Seller **/
.buysellpage .btn-default {
    margin-bottom: 20px;
}

.buysellpage p a {
    color: #000;
    text-decoration: underline;
}

.buysellpage p a:hover {
    color: #af3d39;
    text-decoration: none;
}

.buysellform {
    padding:80px 0px;
    overflow: hidden;
    position: relative;
    background: #669bbc;
    background: #010101;
}

.buysellform .form-control,
.buysellform select.form-control {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #000;
    padding: 10px 15px;
    height: auto;
    margin-bottom: 15px;
}

.select2-container--default .select2-selection--multiple {
    height: auto;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0!important;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
    margin: 0!important;
}

.select2-container--default .select2-selection--multiple .select2-search__field::placeholder {
    color: #000!important;
}

.buysellform h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-align: left;
    font-weight: 400;
    text-transform: none;
}

.buysellform .bgs {
    border-radius: 20px;
    background: #f2f2f2;
    box-shadow: 0px 0px 15px 1px rgb(255 255 255 / 40%);
    padding: 80px 50px;
}

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

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

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



/*** contactpage-info ***/
.contactpage-info {
    padding: 70px 0px;
}

.contactpage-info .bg {
    background: #1e2225;
    overflow: hidden;
    padding: 45px 35px;
}

.contactpage-info h5 {
    font-family: 'quasimoda', sans-serif;
    font-size:16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #af3d39;
    letter-spacing: 1px;
	text-align:left;
}

.contactpage-info .form-control {
    background: #fff;
}

.contactpage-info .social a {
    display: inline-block;
    color: #000;
    border-radius:50%;
    font-size: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0px 2px;
    background: rgba(0,0,0,.15);
}

.contactpage-info .social a:hover {
    background: #af3d39;
    color: #fff;
}

.contactpage-info h3 {
    color: #af3d39;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
}


/*** Calculator pages css ***/
.calc-info {
    padding: 70px 0px;
}

mw-calc-section {
    background: #0a0a0a !important;
    color: #fff !important;
}

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

#calculate_lt {
    background: #af3d39 !important;
    color: #fff;
}



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

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

.evaluation-box h2, .evaluation-box h6 {
    color: #fff;
    text-transform: none;
}

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

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

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

.evaluation-box .btn-default.bordered {
    width: 100%;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0px;
    padding: 25px 0px;
    font-weight: 400;
    background: none;
}

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

.evaluation-box .btn-default.active {
    background: #af3d39;
    border-color: #af3d39;
    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; /* Ensure items wrap when needed */
}

.evaluation-box .checkbox-group label {
    flex: 0 1 calc(50% - 10px); /* Each item takes 50% width minus a small margin */
    margin-bottom: 25px; /* Adds spacing between rows */
}

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

/*** brunch-bonheur ***/
.brunch-bonheur {
    padding: 70px 0px;
}

.brunch-bonheur figure {
    width: 100%;
    display: inline-block;
    height: 280px;
    border-radius: 0px;
    background-color: #000;
    transition: all .3s;
}

.brunch-bonheur figure:hover {
    opacity: .8;
}

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

.contact-info>i {
    color: #fff;
    background: #af3d39;
}

.brunch-bonheur .owl-theme .owl-nav {
    margin: 0;
}

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

.brunch-bonheur .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
    background: #af3d39 url(../img/arrow-right-white.png) 50% 50% no-repeat;
    background-size: 32px;
}



input.wpcf7-form-control.wpcf7-not-valid{
	border: 1px 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;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
	color:#fff;
}


/**/
.lavalcontent {
    padding: 70px 0px 70px 0px;
    overflow: hidden;
    background: #f1f1f1;
}

.lavalcontent {
    padding: 70px 0px 70px 0px;
    overflow: hidden;
    background: #f1f1f1;
}

.lavalcontent .bgwhite {
    background: #fff;
    padding: 20px 20px;
}

.lavalcontent .nav-tabs {
	border: none;
	justify-content: center;
	margin-bottom: 50px;
}

.lavalcontent .nav-tabs li {
	margin: 0px 10px;
}

.lavalcontent .nav-tabs li a {
	display: inline-block;
	background: #000;
	color: #fff;
	line-height: 55px;
	padding: 0px 25px;
	font-size: 16px;
	border-radius: 4px;
	min-width: 180px;
	border: none;
	text-align: center;
}

.lavalcontent .nav-tabs li a.active  {
	color: #fff;
	background-color: #bf0000;
}

.lavalcontent .table {
	background: #fff;
	padding: 40px;
}

.lavalcontent .table tr:first-child td {
	border: none;
}

.lavalcontent .table tr td {
	font-size: 15px;
	color:#000;
	padding: 20px 20px;
}

.lavalcontent h3 {
	color: #000;
	position: relative;
	font-size: 35px;
	line-height: 1.1;
	margin-bottom: 17px;
	letter-spacing: 1px;
}

.lavalcontent h4 {
	color: #676767;
	color: #000;
}

.lavalcontent .tp {
	margin-bottom: 40px;
}

.lavalcontent .bgs {
	background: #fff;
	padding: 40px 40px;
	border-radius: 15px;
}

.lavalcontent .bgs h3 {
	font-size: 22px;
}

.lavalcontent #nav-contact .bgs h3 {
    font-size: 18px;
    padding: 0;
    color: #000;
    font-weight: 600;
}

.lavalcontent #nav-contact .bgs ul {
    padding-left: 15px;
}

.lavalcontent .section-title {
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
}


.navbar-light .navbar-nav .nav-item.current_page_item>.nav-link, .navbar-light .navbar-nav .nav-item.current-menu-parent>.nav-link {
    color: #af3d39 !important;
}
 
.navbar-light .navbar-nav .nav-item.current_page_item>.nav-link, .navbar-light .navbar-nav .nav-item.current-menu-parent>.nav-link {
    color: #af3d39 !important;
}
 
.navbar-light .navbar-nav .nav-item ul.sub-menu li.current_page_item>.nav-link, .fixed .navbar-light .navbar-nav .nav-item ul.sub-menu li.current_page_item>.nav-link {
    color: #fff !important;
    background: #af3d39 !important;
}
 
.fixed .navbar-light .navbar-nav ul.sub-menu .nav-item:hover>.nav-link,
.fixed .navbar-light .navbar-nav ul.sub-menu .nav-item.active>.nav-link {
    color: #fff !important;
    background: #af3d39 !important;
}
 
.navbar-light .navbar-nav .menu-item-has-children>.nav-link {
    position: relative;
    padding-right: 10px !important;
}
 
.menu-item-has-children>.nav-link::after {
    display: inline-block;
    margin-left: 0px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    right: -9px;
    position: relative;
}
 
.navbar-nav li.menu-item-has-children:hover>ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
 
.evaluation-box {
    overflow: hidden;
}
 
.evaluation-box .wpcf7-form {
    overflow: visible !important;
}
 
.evaluation-box .fieldset-cf7mls-wrapper {
    overflow: visible !important;
}
 
.wpcf7-form .fieldset-cf7mls .cf7mls-btns button {
    background: transparent;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    line-height: 55px;
    transition: all .3s   ease-in;
    border-radius: 0px;
    padding: 0px 50px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 2;
    background: #af3d39;
    border: 2px solid #af3d39;
}
 
.wpcf7-form .fieldset-cf7mls .cf7mls-btns button:after {
    background: #fff;
    transition: all .6s cubic-bezier(.615,0,.07,1);
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    width: 60px;
    transform: translateX(-30px);
    opacity: 1;
}
 
.wpcf7-form .fieldset-cf7mls .cf7mls-btns button.cf7mls_back {
   
}
 
.wpcf7-form .fieldset-cf7mls .cf7mls-btns button:hover {
    background: none !important;
    color: #fff !important;
}
 
.evaluation-box .navigate-btns {
    justify-content: end;
}
 
section.evaluation-box .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
 
section.evaluation-box .wpcf7-list-item {
    float: left;
    width: 50%;
}
 
section.evaluation-box span.wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
 
.evaluation-box .wpcf7-form-control-wrap  label {
    margin-top: 0px;
    margin-bottom: 25px;
}
 
.evaluation-box input[type="checkbox"] {
    margin-right: 7px;
}
 
#calculate_lt:hover {
    background: none !important;
}
 
#calculate_lt {
    transition: all .3s!important;
    border: 1px solid #af3d39!important;
}
 
.mw-calc-table > tbody > tr.active > td {
    background-color: #af3d39 !important;
}
 
.mw-calc-table > tbody > tr.active {
    border-color: #af3d39 !important;
}

.fieldset-cf7mls .cf7mls_back.action-button, .fieldset-cf7mls .cf7mls_next.action-button {
    background: transparent;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    line-height: 55px;
    transition: all .3s ease-in;
    border-radius: 0px;
    padding: 0px 50px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 2;
    background: #af3d39;
    border: 2px solid #af3d39;
    margin: 25px 0px 26px;
}
 
.fieldset-cf7mls .cf7mls_back.action-button:after,
.fieldset-cf7mls .cf7mls_next.action-button:after {
    background: #fff;
    transition: all .6s cubic-bezier(.615,0,.07,1);
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    width: 60px;
    transform: translateX(-30px);
    opacity: 1;
}
 
.fieldset-cf7mls .cf7mls_back.action-button:hover,
.fieldset-cf7mls .cf7mls_next.action-button:hover {
    background: none !important;
    color: #fff !important;
}

.testimonials-list {
	position: relative;
	overflow: visible;
	z-index:0;
}


.testimonial-box {
	padding: 70px 0px;
}

.quote-box {
	padding:50px 50px;
	width: 100%;
	display: inline-block;
	position: relative;
	z-index: 999;
	height: 100%;
	border:3px solid #a1a1a1;
}

.quote-box .stars {
	color: #ffab00;
	font-size: 24px;
	line-height: 1;
	padding-bottom: 20px;
	display: inline-block;
}

.quote-box p, ul.list li {
	color: #000;
	font-size: 18px;
}



section.testimonials-list  .form-control{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.025em;
	color: #000;
	border: 1px solid #000;
	background: none;
	font-weight: 400;
	height: 55px;
	outline: 0;
	line-height: 1.5;
	padding: 10px 15px;
	border-radius: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	box-shadow: none;
	outline: none;
}

.testimonials-list  .text-left {
	text-align: left !important;
}

.testimonials-list  label {
	margin-bottom:10px;
}

.testimonials-list textarea.form-control {
	height: 150px;
	resize: none;
	padding: 10px 15px;
}

.testimonials-list .wpcf7 form .wpcf7-response-output{
	color:#000 !important;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
  
.navigation li {
    display: inline;
}
  
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #af3d39;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: #000;
}

.about img.logo-grey {
    position: absolute;
    bottom: 80px;
    right: 100px;
    filter: brightness(0);
	opacity:0.25;
    max-width: 139px;
}

section.community.join-page .section-title {
    padding: 0px 40px;
    margin: 20px 0px;
}
 
section.community.join-page .row.mt-5 {
    padding-bottom: 30px;
}
 
.modal-dialog {
    max-width: 600px;
}
 
.modal-content {
    background: #000;
    color: #fff;
    padding: 40px 40px 0px 40px;
    box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.3);
}
.modal-content .modal-title,
.modal-content h4.modal-title {
    color: #fff;

}

/* Add styling for consent text */
.modal-content .consent-ctn,
.buysellform .consent-ctn {
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
}

.modal-content .consent-ctn a,
.buysellform .consent-ctn a {
    color: #ffffff;
    text-decoration: underline;
}

.modal-content .consent-ctn a:hover,
.buysellform .consent-ctn a:hover {
    color: #ffffff;
    opacity: 0.8;
}

button.btn-close {
    filter: invert(1);
    opacity: 1;
    position: absolute;
    top: -18px;
    right: -23px;
    box-shadow: none !important;
    outline: none !important;
}
 
.modal-content p {
    font-size: 14px;
}
 
 .banner {
	position: relative;
	height: 97vh;
}

.banner:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0;
	transition-property: opacity;
	transition-timing-function: linear;
	z-index: 1;
}

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

#myVideo2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	right: 0;
}

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


.zindex {
	position: relative;
	z-index: 3;
}

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

.bg-purple {
	background-color: #000;
}

.banner .btnbar {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
}

.banner .btnbar .btn-default {
	width: 100%;
	border: none;
}

.properties.innerpage.section-padding {
    padding-top: 120px;
}

.properties.innerpage .btn-default {
    margin: 0 5px;
}

/* Remove white lines for pagination buttons in agency listings */
.properties.innerpage.section-padding .btn-default:after {
    display: none;
}

.properties.innerpage.section-padding .btn-default:before {
    opacity: 1;
    width: 100%;
    border-radius: 0;
}

/* Add styles for listings in single-communities page */
#nav-listings .listingbox {
    background: #010101;
    color: #fff;
    margin-bottom: 25px;
    transition: all .3s;
}

#nav-listings .listingbox:hover {
    background-color: #af3d39 !important;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.1);
    transform: scale(1.02);
}

#nav-listings .listingbox h4,
#nav-listings .listingbox h5 {
    color: #fff;
}

#nav-listings .listingbox p {
    color: #888;
}

#nav-listings .listingbox:hover p {
    color: #fff;
}

#nav-listings .listingbox .text {
    padding-bottom: 25px;
}

/* Styles for listings tab in single-communities */
.lavalcontent #nav-listings .listingbox {
    background: #010101;
    color: #fff;
    margin-bottom: 25px;
    transition: all .3s;
}

.lavalcontent #nav-listings .listingbox:hover {
    background-color: #af3d39 !important;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.1);
    transform: scale(1.02);
}

.lavalcontent #nav-listings .listingbox h4,
.lavalcontent #nav-listings .listingbox h5 {
    color: #fff;
}

.lavalcontent #nav-listings .listingbox p {
    color: #888;
}

.lavalcontent #nav-listings .listingbox:hover p {
    color: #fff;
}

.lavalcontent #nav-listings .listingbox .text {
    padding-bottom: 25px;
}
.info-small{

    padding: 20px 30px;
}

.otgs-development-site-front-end, 
.grecaptcha-badge {
    display: none!important;
}

.bigger-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
    position: relative;
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

/* new pagination buttons style start */
.nolist {
    padding: 0;
}

.my-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    padding-left: 0;
}

.my-pagination-btn {
    display: inline-block;
    min-width: 55px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.61px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #af3d39;
    border-radius: 0;
    padding: 10px 15px;
    transition: 0.4s all ease;
}

.my-pagination-btn:hover {
    color: #fff;
    background: #000;
}

.current-page-pagination {
    color: #fff;
    background: #000;
}
/* new pagination buttons style end */
