@import url('https://use.typekit.net/onb7bvr.css');

/*** GENERIC CSS ***/
html,body {
    font-family: "aktiv-grotesk";
}

body {
    font-size: 16px;
    background: #fff;
    color: #000;
    font-family:"aktiv-grotesk";
}

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

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


@font-face {
    font-family: 'Saol Display';
    src: url('../fonts/SaolDisplay-Medium.woff2') format('woff2'),
         url('../fonts/SaolDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Saol Display';
    src: url('../fonts/SaolDisplay-Bold.woff2') format('woff2'),
         url('../fonts/SaolDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Saol Display';
    src: url('../fonts/SaolDisplay-Light.woff2') format('woff2'),
         url('../fonts/SaolDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Saol Display';
    src: url('../fonts/SaolDisplay-Semibold.woff2') format('woff2'),
         url('../fonts/SaolDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Saol Display';
    src: url('../fonts/SaolDisplay-Regular.woff2') format('woff2'),
         url('../fonts/SaolDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

h1 {
    font-size: 60px;
    font-weight: 200;
    line-height: 1.3;
}

h2 {
    font-size: 60px;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 1.15;
}

h3 {
    font-size:42px;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 1.15;
}

h4 {
    font-size: 36px;
    font-weight: 200;
    line-height: 1.12;
}

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

h6 {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1.33;
    text-transform: uppercase;
    font-weight: 400;
    font-family:"aktiv-grotesk";
}

p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.38;
}

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

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

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

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

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

.btn-default {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: none;
    border: 1px solid #000;
    color: #000;
    padding: 0px 20px;
    line-height: 40px;
    font-family: "aktiv-grotesk";
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    border-radius: 30px;
}

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

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

/*** SIDEMENU ***/
.menu-btn {
    min-height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
}

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

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

.side-menu {
	background:#81d8d0;
	position:fixed;
	top:0px;
    left: 0;
    width: 100%;
	height:100%;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	z-index:9999999;
    padding: 0px 0px;
	overflow:hidden;
	overflow-y:auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    display: none;
    float: left;
    align-items: center;
    justify-content: center;
}

.side-menu .logo img {
    /* filter: invert(1); */
}

.side-menu.intro {
    display: flex;
}

.side-menu a.CloseBtn {
    float: right;
    color: #000;
    font-size: 27px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 40px;
    border-radius: 0px 0px 0px 5px;
}

.side-menu a.CloseBtn:before, .side-menu a.CloseBtn:after {
    content: '';
    display: block;
    width: 18px;
    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 .logo {
    margin-bottom: 50px;
    display: inline-block;
}

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

.side-menu ul.main-links {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
    display: flex;
}

.side-menu ul.main-links li {
    width: 20%;
    position: relative;
    overflow: hidden;
}

.side-menu ul.main-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    color: white;
    font-size: 24px;
    font-family: 'Saol Display';
    font-weight: 300;
    line-height: 1.43;
    aspect-ratio: 1 / 1.35;
}

.side-menu ul.main-links li:nth-child(1):before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../img/bg-1.png);
}

.side-menu ul.main-links li:nth-child(2):before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../img/bg-2.png);
}

.side-menu ul.main-links li:nth-child(3):before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../img/bg-3.png);
}

.side-menu ul.main-links li:nth-child(4):before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../img/bg-4.png);
}

.side-menu ul.main-links li:nth-child(5):before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../img/bg-5.png);
}

.side-menu ul.main-links li:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    pointer-events: none;
    touch-action: none;
    z-index: 1;
}

.side-menu ul.main-links li:hover:before {
    transform: scale(1.1);
}

.side-menu h6  {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    margin: 5px 10px;
}

.side-menu ul.small-links {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.side-menu ul.small-links li {
    display: inline-block;
    margin: 5px 10px;
}

.side-menu ul.small-links li a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.side-menu ul.small-links li.active>a,
.side-menu ul.small-links li a:hover {
    color: #fff;
}

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

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

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

header.fixed {
    position: fixed;
    background: #fff !important;
    z-index: 999;
    padding: 10px 0px;
}

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

.navbar-brand img {
    max-height: 70px;
    transition: all .3s;
}

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

header.fixed .navbar-brand img.coloring-logo {
    max-height:70px;
    display: inline-block;
}

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

.navbar {
	padding:0px 0px;
}

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

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

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

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

.navbar-light .navbar-nav>.nav-item>.nav-link {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    font-weight: 300;
    padding-bottom: 5px;
    transition: all .3s;
    letter-spacing: 0px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0px 0px !important;
    font-family: "aktiv-grotesk";
}

.navbar-light .navbar-nav>.nav-item>.nav-link:before {
    bottom: 10px;
    content: "";
    height: 4px;
    left: 50%;
    background: url(../img/dots.svg) 50% 50% no-repeat;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    transition: transform .3s ease;
    vertical-align: middle;
    opacity: 0;
    width: 16px;
    filter: invert(1) brightness(8.5);
}

.navbar-light .navbar-nav>.nav-item:hover>.nav-link:before,
.navbar-light .navbar-nav>.nav-item.active>.nav-link:before {
    opacity: 1;
}

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

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

header.fixed .navbar-light .navbar-nav>.nav-item>.nav-link:before {
    filter: brightness(0);
}

header.fixed .btn-default.white {
    border-color: #000 !important;
    color: #000 !important;
}

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

.navbar-light .navbar-nav>.nav-item ul.sub-menu {
    border: none;
    border-radius: 0px !important;
    text-align: left;
    background: none;
    margin-top: 0px;
    display: block;
    list-style: none;
    margin: 0;
    position: absolute;
    overflow: hidden;
    left: calc(50% - 100px);
    min-width: 250px;
    padding: 5px 0px;
    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;
    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;
    padding: 0px 25px;
}

.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;
	position:relative;
    line-height: 20px;
    padding: 0px 0px !important;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 1);
    color: #000!important;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
    margin: 10px 0px;
}

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

header .btn-default {
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 0px;
}

/*** BANNER ***/
.banner {
    position: relative;
    overflow: hidden;
    padding: 150px 0px 40px 0px;
    height: 100vh;
}

.banner .agency-img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 5;
    width: 200px;
    opacity: 0.2;
}

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

.banner h1 {
    color: #fff;
    margin-bottom: 25px;
}

.banner p {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
}

.banner h6 {
    font-size: 14px;
    color: #fff;
}

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

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

.banner:after {
    content: '';
    width: 100%;
    height: 92px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .702) 35%, rgba(0, 0, 0, .4) 75%, transparent) !important;
    position: absolute;
    inset: 0;
    z-index: 2;
}

.banner .btn-default {
    min-width: 160px;
    margin-left: 15px;
    font-size: 16px;
    line-height: 48px;
    margin-bottom: 30px;
}

/*** MISSION-STATEMENT ***/
.mission-statement {
    background: #fff;
    padding: 90px 0px;
}

.mission-statement .section-title h2 {
    font-size: 80px;
    line-height: 1.2;
}


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

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

.about .imgstyle {
    margin-top: 80px;
}

.imgstyle {
    position: relative;
    text-align: right;
}

.imgstyle h6 {
    text-align: right;
    font-style: italic;
}

.imgstyle>img {
    width: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
    margin-bottom: 10px;
}

.imgstyle.big>img {
    aspect-ratio: 1 / 1.2;
    border: 5px solid #81d8d0;
}

.about .imgstyle.big {
    margin-top: 0px;
    padding-right: 30px;
}

.about .top-minus {
    margin-top: -70px;
}

.about .top {
    margin-top: 80px;
}

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

/*** TESTIMOINALS ***/
.testimonials {
    padding: 150px 0px 80px 0px;
    background: #81d8d0;
}

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

.testimonials .section-title::before {
    content: '';
    width: 350px;
    height: 15rem;
    max-width: 60%;
    position: absolute;
    top: -100px;
    left: -80px;
    background: url(../img/quotation.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .05;
}

.testimonials .section-title h2 {
    text-transform: inherit;
    font-size: 40px;
}

.testimonials .section-title p {
    padding: 0px 75px;
}

.testimonials .section-title h6 {
    font-size: 14px;
    margin-top: 30px;
}

/*** TEAM ***/
.team {
    padding: 80px 0px;
}

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

.team-box {
    margin-bottom: 25px;
}

.team-box .img {
    position: relative;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    display: inline-block;
    border: 5px solid #81d8d0;
	background:#E7E3E0;
}

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

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

.team-box p {
    margin: 10px 0px 0px 0px;
}

.team-box p.small {
    font-size: 14px;
}

.team-box h4 {
    margin: 0px 0px;
}

.team-box .call {
    display: inline-block;
    margin-top: 5px;
}

.team-box .call i {
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    background: #81d8d0;
    color: #000 !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
}

.team-box .call:hover a {
    color: #81d8d0;
}

.team .custom-nav {
    margin-top: 180px;
}

.team .section-title h2 {
    font-size: 40px;
    margin-top: 20px;
}

.team .custom-nav button {
    color: #000;
    margin-left: 20px;
    margin-right: 40px;
    background: none !important;
}

.team .custom-nav button i {
    font-size: 28px;
}



/*** PROPERTIES ***/
.properties {
    padding: 90px 0px;
    background: #f5f5f5;
}

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

.property-box .img img {
    position: relative;
    width: 100%;
    height: 70vh;
    transition: all .3s;
    object-fit: cover;
}

.property-box .text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #81d8d0;
    padding: 20px 20px;
    padding-right: 120px;
}

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

.properties .center .property-box .img img {
    height: 85vh;
}

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

.properties .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 45%;
    left: 50px;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    padding-right: 3px !important;
}

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

.properties .owl-theme .owl-nav [class*=owl-]:hover {
    background: #81d8d0;
    color: #000;
}

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

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


/*** CTA ***/
.cta {
    position: relative;
    overflow: hidden;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
}

.cta::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

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

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

.cta .section-title h2 {
    font-size: 40px;
}

.cta .btn-default {
    min-width: 170px;
    margin-top: 15px;
}


/*** STATS ***/
.stats {
    padding: 90px 0px;
}

.stats .section-title h2 {
    font-size: 80px;
    line-height: 1.2;
}

.stats h3 {
    font-size: 100px;
}

.stats .numbers {
    margin-top: 80px;
}

.stats .numbers p {
    color: rgba(26, 26, 26, 1);
    margin-top: 20px;
    opacity: .65;
}


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


/*** GOOGLE REVIEWS ***/
.google-reviews {
    padding: 50px 0px;
    background: #fff;
}


/*** INSTAGRAM ***/
.instagram {
    padding: 70px 0px;
}

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

.instabox {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background: #000;   
}

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

.instabox:hover img {
    transform: scale(1.1);
    opacity: .7;
}

/*** CONTACT FORM ***/
.contact-form {
    padding: 120px 0;
    /* background: linear-gradient(rgba(26, 26, 26, 0.4), rgba(26, 26, 26, 0.4)), url(../img/bg-contact.jpg) 50% 50% no-repeat;
    background-size: cover; */
}

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

.contact-form .bg {
    padding: 70px 60px;
    background: #fff;
}

.contact-form img {
	aspect-ratio:1 / 1.5;
	object-fit:cover;
	object-position:center;
}

.form-control {
    height: 55px;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    background: #fbfbf9;
    color: #000;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    transition: all ease .5s;
    border-radius: 0px;
    margin-bottom: 20px;
}

.form-control:hover:focus,
.form-control:focus {
    box-shadow: unset;
}

textarea.form-control {
    height: 140px;
    padding: 15px 20px;
    resize: none;
}

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



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

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

footer .agency-logo img {
    max-height: 100px;
    margin-top: 30px;
}

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

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

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

.contact-details li a:hover {
    color: #81d8d0;
}

.contact-details .fa {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

footer h6 {
    font-family: 'Saol Display';
    color: #81d8d0;
    font-size: 24px;
    font-weight: 300;
    text-transform: inherit;
    margin-bottom: 20px;
}

.contact-details.social-links {
    display: flex;
    gap: 35px;
    justify-content: end;
}

.contact-details.social-links li:hover .fa {
    color: #81d8d0;
}

/*** COPYRIGHTS ***/
.copyrights {
    padding: 0px 0px;
    background: #000;
}

.copyrights p {
    padding: 20px 0px;
    border-top: 1px solid rgba(255,255,255,.2);
    color: #fff;
}

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

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

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

/*** PROPERTIES PAGE ***/
.properties.inner .property-box {
    margin-bottom: 30px;
}

.properties.inner .property-box:hover {
    transform: scale(1.01);
}

.properties.inner .text h3 {
    font-size: 28px;
}

.properties.inner .text h5 {
    font-size: 22px;
}

.properties.inner .text p {
    font-size: 14px;
}


/*** CONTACT PAGE ***/
.contact-form.contactpage .section-title {
    margin-bottom: 50px;
}

.contact-form.contactpage .contact-details {
    color: #000;
}

.contact-form.contactpage .contact-details li {
    color: #000;
}

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

.contact-form.contactpage .contact-details li a .fa {
    color: #000;
    background: #81d8d0;
    min-width: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
}

.contact-form.contactpage .contact-details li a:hover {
    color: #81d8d0;
}

.contact-form.contactpage .bgbox {
    background: #81d8d0;
    padding: 50px 50px;
}
/* 
.contact-form.contactpage .btn-default:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.contact-form.contactpage .btn-default {
    background: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
} */

/*** BUYSELL PAGE about ***/
.about.buysellpage .btn-default {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0px;
}

.about.buysellpage .imgstyle.big {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
}

.about.buysellpage .imgstyle.big img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about.buysellpage .section-title {
    padding: 100px 30px;
}

.about.buysellpage textarea.form-control {
    height: 130px;
}

.about.buysellpage .btn-default {
    min-width: 140px;
    margin-top: 20px;
}

.about.buysellpage .space-top {
    margin-top: 80px;
}

/*** BUYER-SELLER FORM ***/
.buysellform {
    padding: 80px 0px;
    background: #f5f5f5;
}

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

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

select.form-control {
    appearance: auto;
}

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

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

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

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

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

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

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

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

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

#calculate_lt {
	background:#000 !important;
	color: #fff !important;
    transition: all .3s;
    border: 1px solid #000 !important;
}

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

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

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

.mw-calc-search-label, .mw-calc-table > tbody > tr.active > td > input[readonly], .mw-calc-table > tbody > tr.active > td > textarea[readonly] {
    color: #000 !important;
    font-weight: bold !important;
}


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

.evaluation-box .btn-default {
    min-width: 120px;
}

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

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

.evaluation-box label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
    margin-bottom: 12px;
}

.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 */
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
}

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

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

.evaluation-box .btn-default.bordered {
    background: none !important;
    border-color: #000 !important;
    color: #000 !important;
}

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

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

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

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

.evaluation-box button.active:hover {
    background: none;
    border-color: #fff;
    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;
}

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

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


/*** TEAM PAGE ***/
.team.innerpage {

}

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

.team.innerpage hr {
    margin-top: 30px;
    margin-bottom: 60px;
}

.team.innerpage .section-title h2 {
    margin-bottom: 20px;
}

.team.innerpage .call {
    display: inline-block;
    margin-top: 0px;
}

.team.innerpage .call i {
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    background: #81d8d0;
    color: #000 !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
}

.team.innerpage .call:hover a {
    color: #81d8d0;
}


/*** CTA-INFO ***/
.cta-info {
    padding: 120px 0;
    background: linear-gradient(rgba(26, 26, 26, 0.4), rgba(26, 26, 26, 0.4)), url(../img/bg-contact.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.cta-info .bg {
    padding: 100px 50px;
    background: rgba(255,255,255,0.85);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-info .bg.beige {
    background:rgba(129, 216, 208, 0.85)
}

.cta-info .bg.beige .btn-default:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}

.cta-info .bg.beige p.or {
    margin: 20px 0px;
}

.cta-info .bg.beige p.call a {
    text-decoration: underline;
    font-weight: 700;
}

.cta-info .bg.beige p a:hover {
    color: #fff;
    text-decoration: 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;
	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 {
	margin-top: 25px;
    min-width: 150px;
}

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


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

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

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

.navbar-light .navbar-nav .nav-item:hover>.nav-link,
.navbar-light .navbar-nav .nav-item.current-menu-item>.nav-link,
.navbar-light .navbar-nav .nav-item.current-menu-parent>.nav-link {
    color: #fff !important;
}
 
 
.navbar-light .navbar-nav .nav-item:hover>.nav-link::before,
.navbar-light .navbar-nav .nav-item.current-menu-item>.nav-link::before,
.navbar-light .navbar-nav .nav-item.current-menu-parent>.nav-link::before {
    opacity: 1;
}
 
 
.navbar-light .navbar-nav .nav-item>.sub-menu>li:hover>a,
.navbar-light .navbar-nav .nav-item>.sub-menu>li.current-menu-item>a {
    color: #000 !important;
    border-color: #000;
}
 
/**/
.evaluation-box .cf7mls_next.action-button, .evaluation-box .cf7mls_back.action-button, .evaluation-box .action-button {
    margin-bottom: 5px;
    transition: all .3s;
    opacity: 1 !important;
    letter-spacing: 0;
    outline: 0px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
    padding: 0px 20px !important;
    line-height: 40px !important;
    font-family: "aktiv-grotesk";
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    border-radius: 30px;
    background: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
    min-width: 120px;
}
 
.evaluation-box .cf7mls_next.action-button:hover, .evaluation-box .cf7mls_back.action-button:hover, .evaluation-box .action-button:hover {
    border-color: #000 !important;
    background: #000 !important;
    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;
    margin-bottom: 25px !important;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
 
.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;
}
 
.home-header.fixed .navbar-brand {
    opacity: 1;
    pointer-events: all;
}
 
.home-header .navbar-brand {
    opacity: 0;
    pointer-events: none;
}
 
.banner img.white-logo {
    max-height: 120px;
    margin-bottom: 30px;
}
 
 .navbar-light .navbar-nav>.nav-item {
    margin-left: 28px;
}
 
.page-template-template-about .about .top-minus {
    margin-top: 0px !important;
}
 
.page-template-template-about .about .top-minus h4 {
    margin-bottom: 20px;
}
 
.about .top-minus ul li {
    margin-bottom: 9px;
}
 
.about .top-minus ul {
    font-weight: 400;
    padding-left: 18px;
    font-size: 15px;
}
 
.about .top-minus ul li b {
    padding-right: 4px;
}