﻿@font-face {
    font-family: 'arquitecta';
    src: url('../fonts/arquitectalight.eot');
    src: url('../fonts/arquitectalight.eot') format('embedded-opentype'),
         url('../fonts/arquitectalight.woff2') format('woff2'),
         url('../fonts/arquitectalight.woff') format('woff'),
         url('../fonts/arquitectalight.ttf') format('truetype'),
         url('../fonts/arquitectalight.svg#arquitectalight') format('svg');
        font-weight: 300;
}

@font-face {
    font-family: 'arquitecta';
    src: url('../fonts/arquitectaheavy.eot');
    src: url('../fonts/arquitectaheavy.eot') format('embedded-opentype'),
         url('../fonts/arquitectaheavy.woff2') format('woff2'),
         url('../fonts/arquitectaheavy.woff') format('woff'),
         url('../fonts/arquitectaheavy.ttf') format('truetype'),
         url('../fonts/arquitectaheavy.svg#arquitectaheavy') format('svg');
        font-weight: 900;
}

@font-face {
    font-family: 'quincycf-bold';
    src: url('../fonts/quincycfbold.eot');
    src: url('../fonts/quincycfbold.eot') format('embedded-opentype'),
         url('../fonts/quincycfbold.woff2') format('woff2'),
         url('../fonts/quincycfbold.woff') format('woff'),
         url('../fonts/quincycfbold.ttf') format('truetype'),
         url('../fonts/quincycfbold.svg#quincycfbold') format('svg');
}

body {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    overflow-x: hidden;
    font-family: 'overusedgrotesk';
    font-family: 'arquitecta';
    font-weight: 300;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

a {
    transition: all ease .5s;
    color: #040505;
}

button, input[type="submit"] {
    transition: all ease .5s;
}

a:hover {
    color: #040505;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
box-shadow: none;
    border: none;
    padding: 0
}

button:focus {
    box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'arquitecta';
    font-family: 'quincycf-bold';
}

p {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.5;
}

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

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

.form-control {
    height: 55px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    font-size: 18px;
    padding: 10px 20px;
    width: 100%;
    transition: all ease .5s;
    border-radius: 4px;
}

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

textarea.form-control {
    height: auto;
}

.main-btn {
    background-color: #5fb9c1;
    color: #fff;
    padding: 15.5px 25px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    transition: all ease .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section-title h6 {
    color: #000000;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    font-family: 'arquitecta';
    font-weight: 300;
}

.section-title h6:after {
    content: "";
    position: absolute;
    left: 102%;
    top:10px;
    height: 1px;
    background: #000000;
    width: 80px;
}

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

.section-title h2 {
    color:#040505;
    font-size:72px;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'quincycf-bold';
}

.section-title.style1 h2 {
    margin-bottom: 0;
    line-height: .9;
}

.section-title.style1 h6 {
    float: right;
    left: auto;
    right: -30px;
}

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

.section-title.center {
    padding: 0px;
}

.section-title.center h6 {
    left: 0;
}

.navbar-brand {
    position: relative;
    transition: all .3s cubic-bezier(.4,0,.2,1);
}

.navbar-brand img {
    max-height: 75px;
}

.navbar-brand .agency-logo {
    margin-left: 25px;
}

.navbar-brand .agency-logo img {
    max-height: 50px;
}

.navbar-area {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

.navbar-area.is-sticky {
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 999;
    position: sticky;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #5e2b76 !important
}

.navbar-area .mobile-nav {
    display: none
}

.main-nav .navbar .navbar-nav .nav-item.social {
    margin: 0px 2px;
}


@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}


.menu-btn {
	border-radius:100%;
	display:inline-block;
    line-height: 4px;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
	color: #000;
    margin-left: 15px;
}

.menu-btn em {
    font-size: 16px;
    color: #181818;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    font-style: normal;
}

.menu-btn .spans {
    display: inline-block;
    position: relative;
    width: 28px;
    margin-left: 12px;
}

.menu-btn:hover {
    opacity: .5;
}

.menu-btn span {
	background:#181818;
}

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

.menu-btn span.sd {
    width: 18px;
}

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

.menu-btn span.s3 {
    width: 75%;
}

.menu-btn span {
    height: 1px;
    background: #000;
    display: inline-block;
    margin: 3.5px 0px;
    float: right;
    transition: all .3s;
}

.main-nav {
    position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
}

.main-nav .logo img {
    height: 80px;
}

.main-nav .navbar {
    transition: all ease .5s;
    z-index: 2;
    position: unset;
    padding: 0
}

.main-nav .navbar ul {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    justify-content: center;
    align-items: center;
}

.navbar-expand-lg .navbar-collapse {
    display: inline-block !important;
}

.main-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0px;
    margin: 0px 20px;
}

.main-nav .navbar .navbar-nav.right .nav-item {
    margin: 0px 0px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link {
    font-family: "Montserrat", sans-serif;    
    padding: 10px 0px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s all ease;
    white-space: pre-wrap;
}

.main-nav .navbar .navbar-nav.right .nav-link {
    padding: 30px 10px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link i {
    font-size: 16px;
}


.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    content: "";
    font-family: IcoFont;
    line-height: 1;
    font-size: 15px;
    vertical-align: middle;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    margin-left: 5px;
    border-left: .3em solid transparent;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link:hover,
.main-nav .navbar .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar .navbar-nav .nav-item .nav-link.active {
    color: #fff;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link i {
    font-size: 22px;
    line-height: 0;
    position: relative;
    top: 4px
}

.main-nav .navbar .navbar-nav .nav-item:first-child .nav-link {
    margin-left: 0
}

.main-nav .nav-right-options .main-btn {
    border-radius: 0;
    background: #7c4296;
    padding: 20.5px 25px;
    background-color: #ffbe17 !important;
    color: #1e1e1e !important;
    padding: 10px 28px !important;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: .15em;
    font-weight: 400;
}

.btn-default {
    display: inline-block;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #fff;
    color: #fff;
    line-height: 54px;
    padding: 0px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

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

.main-nav .nav-right-options .main-btn:hover {
    background: #fff !important;
    color: #000!important;
}

.mobility-single-item {
    background-color: #fcfcfc;
    padding: 30px 40px;
    margin-bottom: 25px
}

.mobility-single-item h3 {
    margin-bottom: 0;
    margin-left: 30px;
    font-size: 22px
}

section {
    overflow: hidden;
}

.header.fixed {
    position: fixed;
    background: #000000;
    z-index: 999;
}

.header.home-header .navbar-brand {
    display:none;
}

.header.fixed .navbar-brand {
    display: inline-block;
}

.header.fixed .main-nav .navbar .navbar-nav>.nav-item>.nav-link {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.fa-angle-up path {
    opacity: 0;
}

svg.fa-angle-up {
    background: url(../images/icon_rew.svg) 50% 50% no-repeat;
    background-size: contain;
}
.header .main-nav .navbar .navbar-nav>.nav-item>.nav-link svg {
    font-size: 19px;
    margin: 0px 3px;
}

.header .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link,
.header .main-nav .navbar .navbar-nav>.nav-item.active>.nav-link {
    color: #b88807;
    border-bottom: 1px solid #b88807;
}

.header.fixed .menu-btn em {
    color: #fff;
}

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

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 25px;
    z-index: 9;
    overflow: visible;
}

a, .fa {
    text-decoration: none;
    cursor: pointer;
}

.navbar-expand-lg .navbar-nav>.nav-item {
    position: relative;
}

.navbar-expand-lg .navbar-nav>.nav-item:hover .sub-menu {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: top center;
    opacity: 0;
    background-color: #000;
    padding: 5px 0;
    transition: all .3s;
    display: block;
    visibility: hidden;
    pointer-events: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu a.nav-link {
    display: inline-block;
    width: 100%;
    color: #000!important;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    text-decoration: none !important;
    padding: 10px 15px;
    display: block;
    text-align: left;
    z-index:999;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu a:hover,
.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li.active>a {
    color: #fff !important;
    background: #b88807 !important;
}

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


/*** banner ***/
.banner {
    height: 100vh;
    position: relative;
}

.banner::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* opacity: 0; */
    background: rgba(0, 0, 0, .2);
    background: -moz-linear-gradient(top,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000',endColorstr='#80000000',GradientType=0 );
}

.postion-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    object-fit: cover;
}

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

.banner .pbs {
    padding-bottom: 80px;
}

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

.banner h2 {
    color: #fff;
    font-size:64px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Fjalla One", sans-serif; 
}

.banner p {
    color: #fff;
    font-size: 40px;
    margin-bottom: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

.banner .btn-default {
    min-width: 200px;
    margin: 0px 10px;
    background: none;
    background-color:none;
    border:2px solid #fff;
    color: #fff;
}

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

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

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

.modal-body {
	position:relative;
	padding:0px;
	border: none;
}

.modal-content {
	border: none;
	padding: 0;
}

.btn-close {
    position: absolute;
    right: -35px;
    top: -16px;
    color: #fff;
    font-weight: 300;
    opacity: 1;
    font-size: 36px;
    background: none;
    padding: 0;
}

.banner .agency-logo {
    position: absolute;
    bottom:20px;
    right: 20px;
    z-index: 99;
}

.banner .agency-logo img {
    max-height: 50px;
}


/*** about ***/
.about {
    position: relative;
    background:#fff;
}

.about .inspace .row.align-items-center {
    position: relative;
}

.about .inspace .row.align-items-center::after { 
    content: '';
    position: absolute;
    bottom:1%;
    right: 1%;
    width: 150px;
    height: 150px;
    background:url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size:auto 150px;
    z-index: 9;
    opacity: 1;
}

.about .inspace.no-after .row.align-items-center::after { 
    display: none;
}

.about .inspace {
    padding: 130px 0px 80px 0px;
    position: relative;
    z-index: 5;
    position: relative;
}

.about .section-title .title {
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 150px;
}


.about::before {
    background: transparent url(../images/bg-contact.webp) left bottom / cover no-repeat;
    width: 25%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: " ";
    z-index: 1;
}

.about .bg-black {
    background: #000;
    height: 100%;
    padding: 35px;
}

.imgstyle {
    margin: 0;
    position: relative;
    width: 100%;
    display: inline-block;
}

.imgstyle:before {
    content: "";
    position: absolute;
    border:5px solid #b88807;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    opacity: .75;
}

.imgstyle img {
    min-height: 650px;
    object-fit: cover;
    position: relative;
}

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

.about .counter-content p {
    font-size: 41px;
    line-height: 1.2;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
    vertical-align: middle;
    color: #fff;
}

.about .counter-content .add-icon {
    font-size: 48px;
    font-weight: 400;
}

.about .counter-content .counter-text {
    font-size: 16px;
    font-weight: 400;
}

.about .wrapper, .meet-team .wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 15px;
    align-items: center;
}

.meet-team .wrapper { 
    margin-top: 0px;
}

.about .single-award, .meet-team .single-award {
    display: inline-block;
    margin-right: 35px;
}

.about .single-award img, .meet-team .single-award img {
    margin-bottom: 10px;
    max-height:45px;
    margin-bottom: 10px;
}

.invert-awards .single-award img {
    filter: invert(1);
    max-height:40px;
}

.about .single-award:first-child img {
    max-height:100px;
    margin-bottom: 20px;
}
/*** ***/
.properties {
    padding:100px 0px 100px 0px;
    position: relative;
    background:linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(../images/black-marble.jpg) bottom center / cover no-repeat;
    position: relative;
}

.properties .section-title h6:after {
    background: #fff;
}

.listingbox {
    position: relative;
    display: inline-block;
    width: 100%;
    background:#000;
    overflow: hidden;
}

.listingbox .text {
    padding-bottom: 30px;
    padding-left: 30px;
    transition: .3s ease-out;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.listingbox .img {
    overflow: hidden;
}

.listingbox .img:hover:after {
    opacity: 0.5;
    transform: translateX(-10px);
}

.listingbox .img:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent url(../images/logo.png) 50% 20% no-repeat;
    background-size: auto 100px;
    z-index: 2;
    left: 0;
    opacity: .2;
    transition: all .3s ease-out;
    transition-delay: .25s;
    opacity: 0;
}

.listingbox .img img {
    height: 400px;
    position: relative;
    opacity: .7;
    outline: none;
    width: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.listingbox:hover .img img {
    opacity: .4;
    transform: scale(1.02);
}

.listingbox h4 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 0;
    outline: none;
}

.listingbox .featured-listing-desc-price {
    color: #fff;
    font-size: 28px;
    margin-bottom: 5px;
    line-height: 1.5em;
}

.listingbox .featured-listing-desc-primary,
.listingbox .featured-listing-desc-secondary {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}

.properties .owl-theme .owl-nav {
    margin-top: 30px;
    width: 100%;
    display: flex;
    gap:400px;
    justify-content: center;
}

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

.properties .owl-theme .owl-nav [class*=owl-] {
    margin-top: 10px;
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    line-height: 70px;
    transition: all .3s ease;
    color: #000;
    font-size: 26px;
    font-weight: 300;
}

.properties .owl-theme .owl-nav [class*=owl-] i {
    margin-bottom: 4px;
}

/* Arrows */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

.properties .lbtns a {
    top: -65px;
    position: relative;
    z-index: 99999;
}

/*.properties .lbtns a {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-right: 70px;
    position: relative;
    transition: all .3s ease;
    text-transform: uppercase;
    transition-delay: .5s;
    color: #fff;
}

.properties .lbtns a:first-child {
    transition-delay: .3s;
}

.properties .lbtns a:last-child {
    margin-right: 0;
}

.properties .lbtns a:after {
    content: "";
    position: absolute;
    left: -40px;
    top: 13px;
    height: 1px;
    background: #fff;
    width: 30px;
    transition: all .3s ease;
}

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

.properties .lbtns a {
    transform: translateX(5px);
    color: #000000;
}

.properties .lbtns a:before {
    width: calc(100% + 30px);
    border-radius: 60px;
    opacity: 1;
}

.properties .lbtns a:hover:before {
    background: #fff;
}*/

/*** pre-sales ***/
.pre-sales {
    background: url(../images/bg-contact.webp) top left no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 120px 0px 80px 0px;
}   

.pre-sales .container-fluid {
    position: relative;
    z-index: 4;
}

.pre-sales::before {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 90%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: none;
}

.pre-sales::after {
    background: transparent url(../images/bg-contact.webp) right top / cover no-repeat;
    width: 25%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: " ";
    z-index: 1;
    display: none;
}

.salebox {
    background: #f7f7f7;
}

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

.salebox .text {
    padding: 20px 20px 15px 20px;
}

.salebox h4 {
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 24px;
    font-family: 'overusedgrotesk';
    color: #000000;
}

.salebox p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #606060;
}

.salebox p.middle {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
}

.salebox p.last {
    line-height: 1.5em;
    font-size: 13px;
    margin-top: 20px;
}

.salebox .img {
    position: relative;
    overflow: hidden;
}

.salebox .img:hover:after {
    opacity: 0.5;
}

.salebox .img:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/banner-mono-logo.png) 50% 20% no-repeat;
    background-size: auto 300px;
    z-index: 2;
    left: 0;
    opacity: .2;
    transition: all .3s ease-out;
    transition-delay: .25s;
    opacity: 0;
}


.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    background: #000;
    opacity: .25;
}

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

/*** ctas ***/
.ctas {
    padding: 75px 0px;
    background-size: cover;
    position: relative;
}

.ctas .row>div {
    padding: 0px 15px;
}

.ctas .container {
    position: relative;
    z-index: 4;
}

/*.ctas:before {
    content: "";
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../images/black-marble.jpg) center / cover no-repeat;
    right: 25%;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}*/

.ctas:after {
    background: #000000;
    background: -moz-linear-gradient(180deg, #000000 90%, rgba(242, 239, 230, 1) 90%);
    background: -webkit-linear-gradient(180deg, #000000 90%, rgba(242, 239, 230, 1) 90%);
    background: linear-gradient(180deg, #000000 90%, rgba(242, 239, 230, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#f2efe6",GradientType=1);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    z-index: 0;
    display: none;
}

.ctabox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
    z-index: 1;
    pointer-events: none;
    transition: all .3s ease;
}

.ctabox:hover:before {
    opacity: .8;
}

.ctabox {
    position: relative;
    overflow: hidden;
    padding: 50px;
    display: inline-block;
    width: 100%;
    min-height:450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.ctabox:after {
    content: '';
    content: '→';
    right: 50px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    font-size: 28px;
    background: rgb(0 0 0 / 20%);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    border: 1px solid rgb(255 255 255 / 10%);
    color: rgb(255 255 255 / 30%);
    bottom: 50px;
    transition: all .3s ease;
    transition-delay: .2;
    pointer-events: none;
}

.ctabox:hover:after {
    transform: scale(1.2);
    border: 1px solid rgb(255 255 255 / 30%);
    color: rgb(255 255 255 / 90%);
    background: rgb(0 0 0 / 40%);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    cursor: pointer;
}

.ctabox.large {
    padding-right: 50%;
}

.ctabox .label {
    z-index: 2;
    pointer-events: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.3em;
    position: absolute;
    top: 195px;
    right: 0;
    letter-spacing: 3px;
    transform: rotate(-90deg) translate(40px, 60px);
    -webkit-transform: rotate(-90deg) translate(40px, 60px);
}

.ctabox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .7s ease;
    z-index: -1;
}

.ctabox:hover .img {
    transform: scale(1.025);
}

.ctabox h2 {
    color: #fff;
    font-size:60px;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
}

.ctabox p {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 0px;
    position: relative;
    z-index: 3;
}

.ctabox.small {
    padding-right: 150px;
}

.ctabox.small .label {
    top: 150px;
    right: 20px;
}



/*** testimonials ***/
.testimonials {
    padding: 160px 0 100px;
    background: url(../images/bg-testi.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    font-family: "Open sans", sans-serif;
}

.testimonials .section-title h2 {
    font-size: 60px;
    margin-bottom: 35px;
}

.testimonials:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(255, 255, 255,0.95), rgba(255, 255, 255,0.95));
}

.testimonials .container {
    /* border: 1px solid #000000;
    outline: 1px solid #000000;
    outline-offset: 8px;
    padding: 100px 70px 80px; */
    position: relative;
    z-index: 3;
}

.testimonials .container:before {
    content: '';
    width: 45px;
    height: 62px;
    background: transparent url(../images/logo-signgreen.webp) center no-repeat;
    position: absolute;
    top: -31px;
    left: calc(50% - 22.5px);
    display: none;
}

.testimonials h6 {
    color: #040505;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background: #303030;
    opacity: .5;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
    background: #000000;
}

.testimonials p {
    font-size: 20px;
}

/*** contact-form ***/
.contact-form {
    padding: 100px 0;
    background:linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(../images/black-marble.jpg) 50% 50% no-repeat;
    background-size: cover;
}

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

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

.contact-form .section-title p {
    font-size: 20px;
    line-height: 1.5;
}

.form-control {
    height: 50px;
    padding: 10px 16px;
    font-size: 13px;
    border: 1px solid #636363;
    background: #fff;
    color: #000;
    font-family: 'arquitecta';
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
}

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

.focus-border {
    width: 0%;
    height: 1px;
    background-color: #636363;
    display: inline-block;
    transition: all .3s;
    float: left;
    margin-bottom: 15px;
}

.form-control:focus + .focus-border,
.form-control:active + .focus-border,
.form-control:visited + .focus-border {
    width: 100%;    
}

.form-control:focus {
    border-color: #636363;
    color: #040505 !important;
    font-weight: 500;
    background-color: #f6f6f6;
}

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

.btn-default.submit {
    width: calc(100% - 8px);
    max-width: unset;
    margin: 0 auto;
    display: block;
    background: #040505;
    outline-color: #040505;
    outline: 1px solid #000000 !important;
    outline-offset: 3px;
}

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

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

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

/*** footer ***/
.footer {
    background: #000000;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.footer .logo img {
    max-height: 95px;
    margin-bottom: 25px;
    /* filter: invert(1); */
}

.footer .slogan {
    color: #fff;
    font-size: 24px;
    padding: 10px 0;
    margin-bottom: 60px;
}

.footer p {
    margin: 0 0 20px;
    color: #f2efe6;
    line-height: 1.5;
}

.footer .remax img {
    max-width: 125px;
    /* filter: invert(1); */
}

.footer p a {
    color: #f2efe6;
}

.footer h6 {
    font-family: 'overusedgrotesk';
    color: #f2efe6;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 20px;
}

.footer .social a {
    color: #fff;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.footer .social a:hover {
    background: #b88807;
}

/*** copyright ***/
.copyright {
    background-color: #000;
    padding: 20px 0px;
}

.copyright p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.copyright p img {
    margin-left: 3px;
}


/*** sidemenu ***/
.menu-btn {
    width: 43px;
    border-radius: 5px;
    display: inline-block;
    line-height: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    background: #b88807;
    padding: 6px 11px;
}

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

.menu-btn span {
    height: 2px;
    background: #fff;
    display: inline-block;
    margin: 2px 0px;
    float: left;
    transition: all .3s;
}

.side-menu {
	background:#000000;
	position:fixed;
	top:-400%;
	right:0;
    width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	height:100%;
	z-index:9999999;
}

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

.side-menu .social {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.side-menu .social a {
    color: #fff;
    font-size: 22px;
    opacity: .8;
    display: inline-block;
    margin: 0px 12px;
}

.side-menu .social a:hover {
    opacity: 1;
}

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

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

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

.side-menu ul.main-menu li {
    text-align: center;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    padding: 10px;
    border: none;
    border-radius: 0;
    background: transparent;
    text-transform: none;
    -webkit-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
	color:#fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 800;
    width: 100%;
    padding: 10px 30px;
    text-transform: uppercase;
}

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

a.CloseBtn {
	float:right;
	color:#fff;
	font-size:26px;
	margin:35px 26px 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:last-child a {
    border: none;
}

.side-menu ul.main-menu.navbar-nav li a:hover {
	background:none;
    color: #fff;
    font-weight: 600;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
    padding: 10px 0px;
    font-size: 14px;
    color: #ccc;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 800;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a:hover {
    background: none  !important;
    color: #fff !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:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 27px;
    z-index: 99;
    top: 51%;
    transform: translate(0px, -50%);
    right: 22px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 9px;
    font-weight: 100;
}

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

.side-menu ul.navbar-nav>li:hover>a,
.side-menu ul.navbar-nav>li.active>a {
	background:none;
    color:#b88807;
    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: 0px !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: #2f2e2e;
    padding: 0px 0px !important;
    border-radius: 0px !important;
    display: none !important;
    top: 0px !important;
}

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

.side-menu ul.navbar-nav li ul.sub-menu li:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.active a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item>a {
    background: #b88807 !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;
    margin-bottom: 5px;
}

.header .agency-logo {
    position: absolute;
    top: 48px;
    right:30px;
}

.header .agency-logo {
    max-height: 10px;
}

.ctabox.small .label {
    top: 200px;
    right: -60px;
    min-width: 165px;
}

.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: #fff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.contact-details li a:hover {
    color: #b88807 !important;
}

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


/*** Modal ***/
.modal-content {
    padding: 80px 80px;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../images/black-marble.jpg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 0;
}

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

.modal .modal-dialog {
    max-width: 700px;
}

.modal .btn-close {
    top: -85px;
    right: -60px;
}

/** **/
.about .single-award:first-child img {
    max-height: 70px;
}

.about .single-award img {
    max-height: 41px;
}

/*** ***/
.btn-default {
	color: #FFF;
	transition: all 0.5s;
	position: relative;
}

.btn-default::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.1);
	transition: all 0.3s;
}

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

.btn-default:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}

.btn-default::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
	transform: scale(1.15,1.15);
}

.btn-default:hover::after {
	opacity: 1;
	transform: scale(1,1);
}


.instagram {
    padding: 75px 0px 0px 0px;
}

.instagram figure {
    aspect-ratio: 1 / 1.25;
}

.instagram figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}

.instagram .social a {
    font-size: 24px;
    margin: 0px 20px;
}


/*** SOLD PROPERTIES ***/
.sold-properties {
    padding: 100px 0px;
}

.sold-properties .section-title h2 {
    margin-bottom: 35px;
}

.soldbox {
    display: inline-block;
    background: #000;
    width: 100%;
    margin-bottom: 20px;
}

.soldbox img {
    transition: all .3s;
    aspect-ratio: 1 / .7;
    object-fit: cover;
    opacity: .8;
}

.soldbox:hover img {
    opacity: .5;
}


.sold-properties .owl-theme .owl-nav {
    margin-top: 30px;
    width: 100%;
    display: flex;
    gap:400px;
    justify-content: center;
}

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

.sold-properties .owl-theme .owl-nav [class*=owl-] {
    margin-top: 10px;
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    line-height: 70px;
    transition: all .3s ease;
    color: #000;
    font-size: 26px;
    font-weight: 300;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .5);
}

.sold-properties .owl-theme .owl-nav [class*=owl-] i {
    margin-bottom: 4px;
}

.sold-properties .lbtns a {
    top: -65px;
    position: relative;
    z-index: 99999;
}

/*** PAGE BANNER ***/
.page-banner {
    height: 60vh;
    position: relative;
    display: flex;
    align-items: center;
    background: url(../images/property-2.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding-top: 40px;
}

.page-banner h1 {
    color: #fff;
    font-size: 60px;
}

.page-banner p {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

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

.page-banner::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000',endColorstr='#80000000',GradientType=0 );
    background: rgba(0, 0, 0, .7);
}

/*** CONTACT PAGE ***/
.contact-form.contactpage {
    background: url(../images/bg-contact.webp) top left no-repeat;
    background-size: cover;
}


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

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

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

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

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


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

.evaluation-box .bg-form {
    padding:75px 50px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 1px rgb(255 255 255 / 40%);
    background: #f2f2f2;
}

.evaluation-box .section-title h2 {
    text-transform: inherit;
}

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

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

.evaluation-box .btn-default.bordered {
    width: 100%;
    line-height: 1.4;
    font-size: 15px;
    color: #000;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 25px 0px;
    font-weight: 500;
    background: none;
    display: inline-block;
    letter-spacing: 0px;
    font-family: "Montserrat", sans-serif;
}

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

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

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

.evaluation-box .btn-default.bordered:before, .evaluation-box .btn-default.bordered:after {
    display: none;
}

.evaluation-box fieldset.active {
    display: block;
}

.evaluation-box .navigate-btns {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.evaluation-box p {
    color: #000;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

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; 
    font-family: "Montserrat", sans-serif;
}

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

.evaluation-box .form-control {
    background: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 10px 16px;
    margin-bottom: 18px;
    height: 50px;
    color: #000 !important;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    font-family: "Montserrat", sans-serif;
}

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

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

.instagram {
    padding: 75px 0px 0px 0px;
}

.instagram figure {
    aspect-ratio: 1 / 1.25;
}

.instagram figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}


/*** PROPERTIES PAGE ***/
.properties.inner {
    padding: 100px 0px;
    background: url(../images/bg-contact.webp) top left no-repeat;
    background-size: cover;
}

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


/*** BUYSELL ABOUT ***/
.about.buysell-about {
    padding: 130px 0px;
}

.about.buysell-about:before {
    background: transparent url(../images/bg-about-art.webp) left bottom / cover no-repeat;
    width: 25%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: " ";
    z-index: 1;
}

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

.about.buysell-about .bg-logo:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    background: url(../images/logo.png) center right no-repeat;
    background-size: 25% auto;
    opacity: .2;
}

.about.buysell-about .section-title h2 {
    font-size: 44px;
}

.about.buysell-about p strong {
    font-weight: 600;
}

.list {
    padding-left: 20px;
    margin-bottom: 30px;
}

.list li::marker {
    color: #b88807;
}


/*** BUYSELL FORM ***/
.contact-form.buysell-form {
    background: url(../images/bg-contact.webp) 50% 50% no-repeat;
    background-size: cover;
}

.contact-form.buysell-form .form-control {
    margin-bottom: 15px;
}

.contact-form.buysell-form select.form-control {
    appearance: auto;
}

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

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



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

