@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&display=swap");

/*** GENERIC CSS ***/
html,
body {
    height: 100%;
}

body {
    font-size: 16px;
    font-family: "Libre Caslon Text", serif;
    font-family: "Libre Caslon Display", serif;
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 400;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

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

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

a:focus {
    text-decoration: none;
}

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

button:focus {
    box-shadow: none;
}

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

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

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

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

.visible-xs {
    display: none;
}

.underlined {
    position: relative;
    display: inline-block;
}

.underlined::after {
    content: "";
    width: 100px;
    background: #134db8;
    height: 4px;
    position: absolute;
    top: 100%;
    left: 0%;
}

ul.list li {
    margin: 0px 0px 15px 0px;
}

.pl-auto {
    padding-left: unset !important;
}

/*** PRELOADER ***/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 2px solid #134db8;
    opacity: 1;
    border-radius: 0;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.img-rounded {
    border-radius: 15px;
}

.hover-animate {
    transition: all ease 0.5s;
}

.hover-animate:hover {
    transform: translateY(-5px);
}

.our-story {
    padding: 85px 0px;
}

p {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 1.4;
}

.btn-default {
    background: #000;
    padding: 16px 30px;
    color: #fff;
    border-radius: 0px;
    display: inline-block;
    min-width: 230px;
    background-color: #000;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.3s linear;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #000;
    font-family: "Montserrat", sans-serif;
}

.btn-default .fa {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

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

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

/*** HEADER ***/
.navbar-brand img {
    height: 50px;
    position: relative;
    z-index: 99;
    display: none;
}

.header {
    padding: 0px 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.header .menu-btn {
    color: #fff !important;
    display: block;
}

.header .navbar-nav {
    position: relative;
    z-index: 99;
}

.header.scrolled .navbar-nav .nav-link {
    color: #000 !important;
}

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

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

.header.scrolled .navbar-brand img {
    -webkit-filter: none !important;
    filter: none !important;
}

.header.scrolled .navbar-nav li.scrolled-logo {
    top: 30px;
    position: relative;
}

.header.scrolled .navbar-nav li.icon-menu-btn {
    top: 0px;
}

.header .navbar-nav li.icon-menu-btn .menu-btn {
    margin-top: -20px;
}

.header .menu-btn,
.header .menu-btn div {
    width: 50px;
    height: 30px;
    display: block;
}

.header .menu-btn span {
    height: 2px !important;
    width: 20px;
    background: #fff !important;
    float: left;
    margin: 5px 0px 0px 10px;
}

.header .menu-btn span:nth-child(2n) {
    width: 30px;
    margin: 7px 0px 0px 0px;
}

.header .menu-btn span:last-child {
    margin-top: 7px;
}

.nav-link {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    padding: 20px 0px !important;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.navbar-nav li.normal-logo {
    width: 100%;
}

.navbar-nav li.normal-logo img {
    max-width: 150px;
    margin-left: 13px;
}

.navbar-nav li.normal-logo .hover-show,
.navbar-nav li.normal-logo:hover .hover-hide {
    display: none;
}

.navbar-nav li.normal-logo:hover .hover-show {
    display: inline-block;
}

.navbar-nav li.icon-menu-btn {
    width: 50px;
}

.nav-link .fa {
    font-size: 20px;
}

.nav-link.active,
.nav-link:hover {
    color: #000 !important;
}

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

.navbar {
    padding: 10px 0px;
}

.menu {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 45%;
    background: #000;
    height: 100%;
    padding: 100px 30px 50px 30px;
    z-index: 99;
    display: none;
}

.menu.intro-menu {
    opacity: 1;
    display: block;
    visibility: visible;
    transform: scale(1);
}

.menu ul li {
    padding: 15px 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.menu ul li a {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding: 10px 0px;
    color: #f0f0f0;
}

.menu ul li a:after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.menu ul li:hover a {
    opacity: 0.5;
    color: #fff !important;
}

.menu .sub-menu,
.menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu .sub-menu li {
    padding: 0px;
    margin: 0px;
}

.menu .sub-menu li a {
    font-size: 13px;
    color: #999;
    line-height: 1.9;
    padding: 0px;
}

.header .scrolled-logo {
    display: none;
}

.scrolled {
    background-color: #ffffff;
    position: fixed;
    transition: 0.3s;
    height: 90px;
    border-bottom: 1px solid #000;
    width: 100%;
}

.header.scrolled .normal-logo {
    display: none;
}

.header.scrolled .scrolled-logo {
    display: inline-block;
}

.header.scrolled .navbar-nav li.scrolled-logo {
    width: 100%;
}

.header.scrolled .navbar-nav li.scrolled-logo img {
    display: inline-block;
    width: 150px;
    margin-left: 13px;
}

.header.scrolled .nav-item {
    margin-top: -30px;
}

.header.scrolled .menu .nav-item {
    margin-top: 0px;
}

.header.scrolled::before {
    background: none !important;
}

.menu ul li a:after {
    content: "";
    position: absolute;
    bottom: -0.25vw;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transform: scaleX(0);
    width: 100%;
    height: 1px;
    transition: all 0.3s ease;
    opacity: 0;
    background: #fff;
}

a.close-menu {
    position: absolute;
    top: 35px;
    right: 70px;
}

a.close-menu:hover img {
    transform: rotate(180deg);
    display: inline-block;
    color: #b4c1d0;
}

a.close-menu img {
    height: 20px;
    transition: 0.3s all ease-in-out;
}

.menu h5 {
    color: #fff;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.menu h4 {
    color: #fff;
    margin-top: 25px;
    letter-spacing: 1px;
}

.menu p a {
    color: #fff;
}

.menu p a .fa {
    margin-right: 8px;
    font-size: 18px;
}

.header .main-menu .nav-item {
    position: relative;
}

.header .main-menu .nav-item:hover .sub-menu {
    display: block;
}

.header .main-menu .nav-item .sub-menu {
    background: #000;
    padding: 15px;
    position: absolute;
    min-width: 250px;
    top: 100%;
    display: none;
}

.header .main-menu .nav-item .sub-menu li {
    width: 100%;
    list-style: none;
    margin: 5px 0px;
}

.header .main-menu .nav-item .sub-menu li a {
    color: #fff;
    text-align: left;
    width: 100%;
    display: inline-block;
}

.header .main-menu .nav-item .sub-menu li:hover a {
    opacity: 0.6;
}

/*** SLIDER  ***/
.video-container {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.video-container .banner-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.video-container .banner-slider .item {
    height: 100vh;
}

.video-container .content-container {
    position: relative;
    height: 100%;
    z-index: 99;
    width: 100%;
}

.video-container h1 {
    color: #fff;
    margin-top: 30px;
    font-size: 54px;
    font-weight: 300;
}

.video-container .button-group {
    margin-top: 30px;
}

.video-container .button-group a {
    width: 350px;
    text-align: center;
    height: 65px;
}

.video-container ul.social {
    position: fixed;
    top: 50%;
    right: 20px;
    padding-left: 0px;
    width: 70px;
    margin-top: -85px;
}

.video-container ul.social li {
    text-align: center;
    line-height: 45px;
    border-radius: 45px;
    height: 45px;
    width: 45px;
    list-style: none;
    margin: 20px 20px;
    border: 1px solid #000;
    box-shadow: 0 0 3px #000000;
}

.video-container ul.social li:last-child {
    position: relative;
    white-space: nowrap;
    transform: rotate(90deg);
    display: block;
    pointer-events: none;
    height: auto;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
}

.video-container ul.social li:last-child a {
    color: #000 !important;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-shadow: 0px 0px 5px rgb(0 0 0);
}

.video-container ul.social li .fa {
    font-size: 20px;
    color: #000;
}

.video-container ul.social li:hover {
    background: #0f274a;
    border-color: #0f274a;
}

.video-container ul.social li:hover .fa {
    color: #fff !important;
}

.video-container .banner-slider .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

.video-container .banner-slider.owl-carousel .owl-nav button.owl-next,
.video-container .banner-slider.owl-carousel .owl-nav button.owl-prev {
    text-indent: -99999px;
}

.video-container .banner-slider.owl-carousel .owl-nav button.owl-next span,
.video-container .banner-slider.owl-carousel .owl-nav button.owl-prev span {
    width: 50px;
    height: 50px;
    z-index: 99999;
    position: relative;
}

.video-container .banner-slider.owl-carousel .owl-nav button.owl-next {
    background: url(../img/next.png) 50% 50% no-repeat;
    background-size: cover;
    -webkit-filter: invert(1);
    filter: invert(1);
    float: right;
    margin-right: 100px;
    width: 50px;
    height: 50px;
}

.video-container .banner-slider.owl-carousel .owl-nav button.owl-prev {
    background: url(../img/prev.png) 50% 50% no-repeat;
    background-size: cover;
    -webkit-filter: invert(1);
    filter: invert(1);
    margin-left: 100px;
    float: left;
    width: 50px;
    height: 50px;
}

h6.head-desc {
    font-size: 20px;
    color: #333;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
    font-weight: 400;
}

h2.head-title {
    color: #333;
    font-size: 40px;
}

.border-bottom {
    border-bottom: 1px solid #000 !important;
}

.exclusive-properties {
    padding-bottom: 50px;
}

.exclusive-properties figure {
    height: 320px;
    width: 100%;
}

.exclusive-properties h3 {
    font-weight: 400;
    font-size: 16px !important;
    color: #000;
    margin-bottom: 0px;
}

.exclusive-properties label {
    font-size: 16px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.exclusive-properties h5 {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #000;
    margin-bottom: 0px;
}

.exclusive-properties .properties-img {
    cursor: pointer;
}

.exclusive-properties .properties-img:hover .text-content {
    opacity: 1;
}

.exclusive-properties .text-content {
    padding: 30px 25px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s linear;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    width: 100%;
    height: 100%;
}

.exclusive-properties .text-content p {
    color: #fff;
    border-top: 1px solid #fff;
    padding-top: 30px;
}

.exclusive-properties .text-content .btn-default {
    text-align: center;
}

.exclusive-properties .text-content .btn-default:hover {
    background: #000;
    color: #fff;
}

.sold-properties {
    padding: 100px 0px;
    background: url(../img/gradient.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.sold-properties h6 {
    color: #fff;
    margin-bottom: 0px;
}

.sold-properties h2 {
    color: #fff;
    margin-bottom: 0px;
    border-color: #fff !important;
}

.sold-properties h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 400;
}

.sold-properties label {
    color: #fff;
}

.sold-properties p {
    color: #fff;
    margin-bottom: 20px;
}

.sold-properties .btn-default {
    margin-right: 5px;
    background: #fff;
    color: #000;
}

.sold-properties .btn-default:hover {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.sold-properties .project-slider .owl-nav {
    position: absolute;
    top: 45%;
    z-index: 9999999;
    width: 100%;
}

.sold-properties .project-slider.owl-carousel .owl-nav button.owl-next,
.sold-properties .project-slider.owl-carousel .owl-nav button.owl-prev {
    text-indent: -99999px;
}

.sold-properties .project-slider.owl-carousel .owl-nav button.owl-next span,
.sold-properties .project-slider.owl-carousel .owl-nav button.owl-prev span {
    width: 30px;
    height: 30px;
    z-index: 99999;
    position: relative;
}

.sold-properties .project-slider.owl-carousel .owl-nav button.owl-next {
    background: url(../img/next.png) 50% 50% no-repeat;
    background-size: cover;
    -webkit-filter: invert(1);
    filter: invert(1);
    float: right;
    width: 30px;
    height: 30px;
    margin-right: -100px;
}

.sold-properties .project-slider.owl-carousel .owl-nav button.owl-prev {
    background: url(../img/prev.png) 50% 50% no-repeat;
    background-size: cover;
    -webkit-filter: invert(1);
    filter: invert(1);
    float: left;
    width: 30px;
    height: 30px;
    margin-left: -100px;
}

.contact-us {
    padding-bottom: 80px;
}

.contact-us .form-row {
    padding: 4px 0px;
}

.contact-us ul {
    padding-left: 0px;
}

.contact-us ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    color: #333;
    padding: 5px 0px;
    margin-bottom: 10px;
}

.contact-us ul.navis li a,
.footer ul.navis li a {
    text-transform: uppercase;
    font-size: 12px;
}

.contact-us ul li .fa {
    font-size: 16px;
    float: left;
    margin-top: 3px;
    color: #000;
    margin-right: 10px;
}

.footer {
    background: #0f0f0f;
    padding: 80px 0px 60px 0px;
}

.footer .logo-img img {
    height: 80px;
}

.footer h5 {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #4b4b4b;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 5px;
}

.footer p {
    color: #f2f2f2;
    font-size: 15px;
}

.footer ul {
    padding-left: 0px;
}

.footer .logo-img {
    font-size: 36px;
    color: #fff;
}

.footer h6 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}

.footer ul li {
    list-style: none;
    width: 100%;
    padding: 3px 0px;
    display: inline-block;
}

.footer ul li .fa {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.footer ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.footer ul li:hover a {
    opacity: 0.5;
}

.partners-logo img {
    height: 38px;
    width: auto;
    margin: 15px 15px;
}

.footer .form-control {
    border: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background: none;
    border-radius: 0px;
    outline: 0;
    box-shadow: none;
    padding-left: 0px;
    font-size: 14px;
    color: #fff;
}

.form-control::placeholder,
.footer .form-control::placeholder {
    text-transform: uppercase;
}

.footer .form-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

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

.footer button {
    padding: 5px 15px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    border: 1px solid #000;
    transition: 0.4s all ease;
}

.footer button:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.footer .form-control::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
    font-size: 14px;
    text-transform: uppercase;
}

.footer .form-row {
    padding: 5px 0px;
}

.btn-secondary:not(:disabled):not(.disabled),
.btn-secondary:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
    background: rgba(255, 255, 255, 0.25);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background: rgba(255, 255, 255, 1);
    color: #000;
}

.socials {
    background: #0f0f0f;
    padding: 25px 0px;
    border-bottom: 1px solid #222;
}

.socials ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.socials ul li {
    display: inline-block;
    margin: 0px 15px;
}

.socials ul li a {
    color: #fff;
    font-size: 30px;
}

.copyright {
    background: #0f0f0f;
    padding: 15px 0px;
    border-top: 1px solid #222;
}

.copyright p {
    font-weight: 300;
    font-size: 12px;
    color: #fff;
}

.copyright p a {
    color: #fff;
}

/** Team  Page Style **/
.team-content {
    padding: 50px 0px;
    border-bottom: 1px solid #e6ebec;
}

.team-content h3 {
    margin-bottom: 30px;
}

.team-work {
    padding: 80px 0px;
}

.team-work figure {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.team-work figure:hover {
    -webkit-filter: none;
    filter: none;
}

.team-work h2 {
    margin-bottom: 20px;
}

.team-work h3 {
    font-size: 22px;
    margin-top: 15px;
    text-align: center;
    font-family: "Libre Caslon Text", serif !important;
}

.team-work a:hover h3,
.team-work a:hover h5,
.team-work a:hover *,
.team-work a:hover {
    color: #000 !important;
}

.team-work h5 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.market-report,
.exclusive-properties,
.contact-us {
    padding: 75px 0px;
}

.bg-gray {
    background: #f4f4f4;
}

.contact-us a,
.contact-us p,
.contact-us ul li {
    color: #787878;
    font-size: 14px;
}

.contact-us ul li:hover a {
    color: #000;
}

.contact-us h4 {
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}

/*** PAGE BANNER ***/
.page-banner {
    margin-top: 0px;
    height: 50vh;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../img/banner-2.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.page-banner h1 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 50px;
    font-weight: 400;
    text-transform: uppercase;
}

ul.o-list-inline {
    width: 100%;
    padding: 0px;
    margin: 25px 0px;
}

ul.o-list-inline li {
    list-style: none;
    margin: 0px 20px 0px 0px;
    width: auto;
    display: inline-block;
}

ul.o-list-inline li a {
    font-size: 22px;
    color: #000 !important;
}

/*** AWARDS ***/
.awards {
    padding: 75px 0px;
    background: #000;
}

.awards h3 {
    color: #fff;
    font-size: 80px;
}

.awards h2 {
    color: #fff;
}

.awards h6 {
    font-weight: 400;
    color: #999999;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.6;
}

.awards p {
    font-size: 13px;
}

.awards .br-1 {
    border-right: 1px solid #fff;
}

.awards .bt-1 {
    border-top: 1px solid #fff;
}

.awards .br-1:last-child {
    border: 0px;
}

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

.gallery figure {
    height: 350px;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background: #000;
    color: #fff;
}

.bootstrap-switch {
    border-color: rgba(255, 255, 255, 0.25) !important;
}

/*** New Css ***/
.topbar.scrolled .logo {
    display: none;
}

.topbar .logo {
    background-color: #fff;
    padding: 20px 0px;
}

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

.header {
    top: 110px;
}

.header.scrolled {
    top: 0px;
}

.video-container h1 span {
    padding-top: 20px;
    font-size: 42px;
    font-family: "Libre Caslon Text", serif;
    text-transform: normal;
}

h2.head-title.normalcase {
    text-transform: inherit;
}

.bootstrap-switch.bootstrap-switch-off
    .bootstrap-switch-container
    span:first-child {
    position: relative;
    left: 58px;
    background: none !important;
    color: #000 !important;
}

.bootstrap-switch.bootstrap-switch-on
    .bootstrap-switch-container
    span.bootstrap-switch-handle-off {
    position: relative;
    right: 58px;
    background: none !important;
    color: #000 !important;
}

.footer .forbes-logo {
    -webkit-filter: invert(1);
    filter: invert(1);
}

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

.team-info .nav-tabs {
    background: none;
    border: none;
}

.team-info .nav-tabs li {
    width: 100%;
    margin: 0;
}

.team-info .nav-tabs li .nav-link {
    width: 100%;
    background: none;
    text-align: left;
    border: none;
    color: #a5a5a5 !important;
    padding: 4px 0px !important;
    font-weight: 500;
}

.team-info .nav-tabs li .nav-link.active {
    text-decoration: underline;
}

.team-info .tab-content {
    padding-left: 60px;
}

.team-info p.quote-text {
    color: #000;
    font-size: 21px;
    text-align: center;
    margin-top: 40px;
    padding: 0px 30px;
    line-height: 1.5;
}

.team-info p.name {
    text-align: center;
}

.team-info .head-title {
    margin-bottom: 30px;
}

/*** review ***/
.review {
    background: #000;
    padding: 60px 0px;
}

.review p {
    color: #fff;
}

.review p.name {
    font-size: 18px;
}

/*** contact form ***/
.contact-form {
    padding: 70px 0px;
}

.contact-form input:not([type="checkbox"]),
.contact-form select,
.contact-form textarea {
    border: 1px solid #000;
    border-radius: 0px;
    margin-bottom: 25px;
    color: #000;
    height: 40px;
    min-height: 40px;
}

.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder {
    color: #000;
}

.contact-form textarea::-moz-placeholder,
.contact-form input::-moz-placeholder {
    color: #000;
}

.contact-form textarea:-ms-input-placeholder,
.contact-form input:-ms-input-placeholder {
    color: #000;
}

.contact-form textarea::-ms-input-placeholder,
.contact-form input::-ms-input-placeholder {
    color: #000;
}

.contact-form textarea::placeholder,
.contact-form input::placeholder {
    color: #000;
}

.contact-form textarea {
    height: 120px;
    margin-bottom: 15px;
}

.contact-form textarea:focus,
.contact-form input:focus {
    box-shadow: none;
    border-color: #000;
}

/*** logos ***/
.logos {
    padding: 30px 0px 0px 0px;
}

.shortinfo {
    padding: 60px 0px;
}

.gallerybox {
    position: relative;
    overflow: hidden;
}

.gallerybox .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 15px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.3s;
    text-align: center;
    color: #fff;
}

.gallerybox:hover .overlay p {
    color: #fff;
}

.gallerybox:hover .overlay {
    opacity: 1;
}

.team-content p strong {
    color: #000;
}

.textshort {
    padding: 70px 0px;
    background: #d3d3d3;
}

.contactshort {
    padding: 80px 0px;
}

.contactshort {
}

.contact-link {
    display: flex;
    align-items: start;
    color: #000;
    font-size: 16px;
}

.contact-link > i {
    font-size: 35px;
    margin-right: 15px;
    min-width: 35px;
    margin-top: -10px;
}

.contact-link:hover {
    color: #000;
}

.page-banner.press-banner h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.page-banner.press-banner h1 {
    text-transform: none;
}

/* .page-banner.press-banner h1::first-letter {
    text-transform: uppercase;
} */

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

.pressbox {
    aspect-ratio: 1/0.8;
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 100px;
    padding: 40px 40px 20px 40px;
    z-index: 2;
    color: #fff;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.pressbox h3 {
    font-size: 24px;
}

.pressbox div {
    width: 100%;
    display: flex;
    align-items: end;
}

.pressbox .logo-right {
    margin-left: auto;
    max-width: 110px;
}

.pressbox .link-left {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}

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

.pressbox:hover {
    color: #fff;
}

.testiinfo {
    padding: 70px 0px;
}

.testibox {
    padding: 20px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.testibox h3 {
    text-align: right;
    color: #000;
    font-size: 18px;
}

.arguments-info {
    padding: 70px 0px;
}

.arguments-box {
    aspect-ratio: 16 / 9;
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 100px;
    padding: 40px 40px 60px 40px;
    z-index: 4;
    color: #fff;
    display: flex;
    align-items: end;
    margin-bottom: 30px;
}

.arguments-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.arguments-box h3 {
    font-size: 28px;
}

.arguments-box p {
    color: #fff;
    font-size: 14px;
}

.arguments-box .text {
    width: 100%;
}

.arguments-box:hover {
    color: #fff;
}

.arguments-info .owl-theme .owl-dots .owl-dot span {
    margin: 5px 4px;
    background: #d6d6d6;
}

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

/*** shortknows ***/
.shortknows {
    background: #dedad9;
    padding: 60px 0px;
}

.shortknows h2 {
    margin: 0;
    color: #000;
}

/*** advantage ***/
.advantage {
    background: #221f1f;
    padding: 60px 0px;
}

.advantage h6,
.advantage h2 {
    color: #fff;
}

.advantage p {
    color: #f7f7f7;
}

.advantage h2 {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.advantage .img {
    width: 100%;
    aspect-ratio: 1/0.9;
    -o-object-fit: cover;
    object-fit: cover;
}

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

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

/*** only-providing ***/
.only-providing {
    padding: 30px 0px 70px 0px;
}

.only-providing .img {
    width: 100%;
    aspect-ratio: 1/0.9;
    -o-object-fit: cover;
    object-fit: cover;
}

/*** greatest ***/
.greatest {
    padding: 70px 0px;
    background: #eeeeec;
}

.greatest .mapdiv {
    margin: 40px 0px;
}

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

.recentlysold {
}

.exclusive-properties figure {
    position: relative;
    height: 235px;
}

.exclusive-properties .properties-img .label {
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 1px 11px;
    border: 1px solid #fff;
    font-weight: 400;
}

.exclusive-properties.recentlysold h5 {
    margin: 10px 0px 15px 0px;
}

.shortinfo .inputicon input {
    display: inline-block;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    margin-bottom: 25px;
    padding: 12px 0px 12px 37px;
    color: #000;
    width: 350px;
    outline: none;
}

.shortinfo .inputicon {
    display: inline-block;
    position: relative;
}

.shortinfo .inputicon .fa {
    position: absolute;
    top: 14px;
    left: 9px;
    font-size: 19px;
}

.shortinfo button.btn-default {
    min-width: 150px;
    margin-left: 50px;
}

.shortinfo .links {
    margin-top: 40px;
}

.shortinfo .links a {
    display: inline-block;
    margin: 0px 20px;
    color: #787878;
    text-transform: uppercase;
}

.shortinfo .links a:hover,
.shortinfo .links a.active {
    text-decoration: underline;
}

.shortinfo .links .smallalign {
    display: inline-block;
    margin: 0px 40px;
    text-transform: uppercase;
}

.shortinfo .links select {
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase;
}

.pagination {
    justify-content: center;
}

.pagination .page-link {
    color: #000;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

/*** your-property ***/
.your-property {
    padding: 70px 0px;
}

.imgbox {
    position: relative;
}

.imgbox span {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 22px;
}

.your-property .owl-item:nth-child(odd) {
    margin-top: 60px;
}

.shortinfo .boximg {
    aspect-ratio: 1 / 0.75;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.luxury-info .bg {
    background: #d3d3d3;
    padding: 0px;
    margin-bottom: 50px;
}

.luxury-info .bg:last-child {
    margin-bottom: 0px;
}

.luxury-info .bg .sp {
    padding: 60px 40px;
}

.luxury-info .img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*** properties-banner ***/
.properties-banner {
    margin-top: 0px;
    width: 100%;
}

.properties-banner #sync1 .item {
    padding: 450px 0px 50px 0px;
}

.properties-banner h2 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
}

.properties-banner h6 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 200;
}

.properties-banner #sync2 {
    margin-top: 30px;
}

.properties-banner #sync2 .item img {
    aspect-ratio: 1 / 0.7;
    -o-object-fit: cover;
    object-fit: cover;
}

#sync2.owl-theme .owl-prev {
    left: 10px;
}

#sync2.owl-theme .owl-next,
#sync2.owl-theme .owl-prev {
    margin-top: -40px;
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #fff;
    background: none !important;
}

#sync2.owl-theme .owl-next {
    right: 10px;
}

.modal .modal-content {
    border-radius: 0;
    border-color: #000;
}

.modal .close {
    position: absolute;
    top: 16px;
    right: 16px;
    opacity: 1;
    color: #000;
    font-size: 27px;
}

.modal-form .modal-body {
    padding: 45px 70px;
    border-radius: 0;
}

.modal-form .form-control {
    border: 1px solid #000;
    border-radius: 0px;
    margin-bottom: 15px;
    padding: 15px 15px;
    color: #000;
    height: 60px;
    font-size: 14px;
}

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

.modal-form .form-control::-moz-placeholder {
    color: #000;
}

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

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

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

.modal-form textarea.form-control {
    height: 100px;
}

.modal-form .form-control:focus {
    box-shadow: none;
    border-color: #000;
}

.modal-form textarea {
    padding: 15px 15px;
}

.modal-form .btn-default {
    margin-top: 60px;
}

.shortinfo h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}

.shortinfo.p-ties {
    padding-top: 25px;
}

.shortinfo.p-ties hr {
    border-top: 1px solid #000;
    display: inline-block;
    width: 80%;
    margin-bottom: 20px;
}

.shortinfo h4 span {
    padding: 0px 5px;
}

.tabinfo {
    padding: 70px 0px;
}

.tabinfo .bg {
    background: #dddada;
    padding: 40px 15px;
    margin-bottom: 50px;
}

.tabinfo .nav-tabs {
    background: none;
    border: none;
}

.tabinfo .nav-tabs li {
    margin: 0;
}

.tabinfo .nav-tabs li .nav-link {
    width: 100%;
    background: none;
    text-align: left;
    border: none;
    color: #7c7c7c !important;
    padding: 20px 20px !important;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    border-radius: 0;
    text-transform: inherit;
}

.tabinfo .nav-tabs li .nav-link.active {
    background: #dddada;
}

.tabinfo .tab-content p {
    color: #363535;
}

.tabinfo .tab-content .sinfo p {
    margin: 0;
    display: flex;
    align-items: center;
}

.tabinfo .tab-content .sinfo p.bold {
    font-weight: bold;
}

.tabinfo .tab-content .sinfo p.uline {
    border-bottom: 1px solid #000;
}

.tabinfo .tab-content .sinfo p span {
    margin-left: auto;
}

.tabinfo .tab-content .table-responsive {
    margin-top: 40px;
}

.tabinfo .table thead th {
    border-top: none;
    border-bottom: 1px solid #000;
}

.tabinfo .table td,
.tabinfo .table th {
    border-top: 1px solid #000;
    font-weight: 600;
}

.tabinfo .table td {
}

/*** New css ***/
.awards h3 {
    font-size: 42px;
}

p {
    color: #000;
}

.awards h6 {
    font-size: 15px;
}

h2.head-title {
    font-size: 35px;
}

.team-info h2.head-title {
    font-size: 30px;
}

.team-info .tab-content > .tab-pane {
    display: inline-block !important;
    opacity: 1 !important;
    padding-top: 70px;
    padding-bottom: 70px;
}

.sidebar-left {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
}

.page-banner h1 {
    font-size: 35px;
}

.shortinfo .links select {
    border: none;
    outline: 0px;
}

.testiinfo h3 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

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

/**/
.team-info p.quote-text {
    font-size: 19px;
    font-family: "Libre Caslon Text", serif;
}

h6.head-desc {
    font-size: 16px;
    margin-bottom: 5px;
    font-family: "Libre Caslon Text", serif;
    font-family: "Montserrat", sans-serif;
}

h2.head-title {
    font-size: 37px;
}

h2.head-title,
.awards h3,
h2 {
    font-family: "Libre Caslon Text", serif;
}

.shortinfo.foottop {
    background: #dedad9;
    padding: 50px 0px;
    /* margin-top: 30px; */
    text-align: center;
}

.shortknows.foottop {
    text-align: center;
}

.shortinfo.foottop h2 {
    margin: 0;
    color: #000;
}

.shortinfo .links select {
    /* text-transform: uppercase; */
}

.pagination .page-link {
    color: #000;
    padding: 11px 18px;
    text-transform: uppercase;
}

.page-banner p {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 55px;
    font-family: "Libre Caslon Text", serif;
}

.page-banner.meet-team-banner {
    height: 65vh;
}

body.no-page-banner .header {
    position: relative;
    top: 0;
}

body.no-page-banner .header.scrolled {
    position: fixed;
}

body.no-page-banner .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}

body.no-page-banner .navbar-nav li.normal-logo .hover-show,
body.no-page-banner .navbar-nav li.normal-logo:hover .hover-hide {
    display: inline-block;
}

body.no-page-banner .navbar-nav li.normal-logo .hover-hide {
    display: none;
}

/**/

.review.bgblack {
    background: #000;
}

.review.bgblack p {
    color: #fff;
}

.testiinfo.testi-item {
    padding: 80px 0px;
}

.testiinfo.testi-item.bg {
    background: #f4f4f4;
}

.testiinfo.testi-item h3 {
    margin-top: 30px;
    font-weight: 500;
}

.sidebar-left .menu-btn {
    display: none !important;
}

/*** New Css ***/
.notable-transcation {
    padding-top: 70px;
}

.notable-transcation h1 {
    font-family: "Libre Caslon Text", serif;
    font-size: 25px;
    text-transform: uppercase;
    color: #333;
    color: #000;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 60px;
}

.notable-transcation h3 {
    font-family: "Libre Caslon Text", serif;
    font-size: 38px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0px;
}

.notable-transcation p {
    font-family: "Libre Caslon Text", serif;
    font-size: 14px;
    font-style: italic;
    color: #333;
}

.exclusive-properties.notable figure {
    position: relative;
    height: auto;
    aspect-ratio: 1 / 0.6;
}

.exclusive-properties.notable .properties-img h3 {
    margin-bottom: 10px;
    font-size: 22px !important;
    margin-top: 30px;
}

.shorttext-info p {
    margin: 15px 0px 20px 0px;
    font-size: 14px;
}

/* */
.market-reports {
    padding-top: 70px;
    padding-bottom: 80px;
}

.market-reports .head-title {
    border: none;
    font-size: 30px;
}

.market-reports p {
    font-family: "Libre Caslon Text", serif;
    font-size: 16px;
    color: #333;
    color: #000;
    margin-bottom: 60px;
}

.market-reports .btn-default {
    margin: 7px 15px;
}

/**/
.newinfo .gap {
    margin-bottom: 40px;
}

.newinfo .gap > div {
    padding: 0px 15px;
}

.newinfo .head-title {
    margin-bottom: 60px;
}

.newinfo .box .img {
    display: inline-block;
    width: 100%;
    height: 340px;
    overflow: hidden;
    background: #000;
    position: relative;
}

.newinfo .box:hover .img img {
    transform: scale(1.2);
    opacity: 0.5;
}

.newinfo .box .img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.05);
}

.newinfo .box p {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
}

.newinfo .box p a {
    color: #000;
}

.newinfo .box p a:hover {
    color: #000;
    opacity: 0.5;
}
.modal-form.newsletter .btn-default {
    margin-top: 30px;
}

/**** CHANGES CSS ****/

.contact-form input:not([type="checkbox"]),
.contact-form select,
.contact-form textarea {
    border: none;
    border-bottom: 1px solid #000;
    padding-left: 0;
    font-size: 14px;
    margin-bottom: 25px;
    height: 60px;
}

.contact-form textarea {
    height: 80px;
}

.contact-form input:not([type="checkbox"]):focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-width: 2px;
}

.only-providing h2.head-title {
    font-size: 30px;
}

/* .shortinfo h2.head-title {
    font-size: 25px;
} */

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: none;
    border-bottom: solid black 1px;
    outline: 0;
}

.contact-form .select2-container .select2-selection--multiple {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    margin-bottom: 25px;
    border-radius: 0;
}

.contact-form input:not([type="checkbox"]):focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-width: 2px !important;
}

.contact-form .select2-container .select2-selection--multiple:focus {
    border-width: 2px !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    padding-left: 0;
}

.contact-form select,
.contact-form textarea {
    height: 60px !important;
}

.contact-form input:not([type="checkbox"]),
.contact-form select,
.contact-form textarea {
    font-size: 14px !important;
}

.contact-form textarea {
    height: 80px !important;
    margin-bottom: 65px;
}

.contact-form .consent-ctn {
    padding-left: 40px;
    position: relative;
}

.contact-form span.wpcf7-list-item {
    margin: 0;
    position: absolute;
    top: 3px;
    left: -30px;
}

.contact-form span.wpcf7-list-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

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

input.wpcf7-form-control.wpcf7-not-valid {
    border-bottom: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: inline-block !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: inline-block !important;
}
.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;
}
.header .main-menu .navbar-nav > .nav-item > a {
    color: #000 !important;
}

.header .main-menu .navbar-nav > .nav-item:hover > a,
.header .main-menu .navbar-nav > .nav-item.current-menu-item > a,
.header .main-menu .navbar-nav > .nav-item.current-menu-parent > a {
    color: #000 !important;
}

.header .main-menu .navbar-nav > .nav-item.current-menu-item > a,
.header .main-menu .navbar-nav > .nav-item.current-menu-parent > a {
    font-weight: 600 !important;
}

.header .main-menu .navbar-nav > .nav-item > .sub-menu li > a {
    color: #fff !important;
    margin: 0px !important;
    padding: 0px !important;
}

.header .main-menu .navbar-nav > .nav-item > .sub-menu li:hover > a,
.header
    .main-menu
    .navbar-nav
    > .nav-item
    > .sub-menu
    li.current-menu-item
    > a {
    color: #fff !important;
    opacity: 0.6 !important;
    font-weight: 400 !important;
}
.header .main-menu .navbar-nav > .nav-item > a {
    color: #fff !important;
}

.header .main-menu .navbar-nav > .nav-item:hover > a,
.header .main-menu .navbar-nav > .nav-item.current-menu-item > a,
.header .main-menu .navbar-nav > .nav-item.current-menu-parent > a {
    color: #fff !important;
}

.header.scrolled .main-menu .navbar-nav > .nav-item > a {
    color: #000 !important;
}

.header.scrolled .main-menu .navbar-nav > .nav-item:hover > a,
.header.scrolled .main-menu .navbar-nav > .nav-item.current-menu-item > a,
.header.scrolled .main-menu .navbar-nav > .nav-item.current-menu-parent > a {
    color: #000 !important;
}

body.no-page-banner .navbar-nav li.normal-logo:hover .hover-hide {
    display: none;
}

body.no-page-banner .header .main-menu .navbar-nav > .nav-item > a {
    color: #000 !important;
}

body.no-page-banner .header .main-menu .navbar-nav > .nav-item:hover > a,
body.no-page-banner
    .header
    .main-menu
    .navbar-nav
    > .nav-item.current-menu-item
    > a,
body.no-page-banner
    .header
    .main-menu
    .navbar-nav
    > .nav-item.current-menu-parent
    > a {
    color: #000 !important;
}

body.no-page-banner .header.scrolled .main-menu .navbar-nav > .nav-item > a {
    color: #000 !important;
}

body.no-page-banner
    .header.scrolled
    .main-menu
    .navbar-nav
    > .nav-item:hover
    > a,
body.no-page-banner
    .header.scrolled
    .main-menu
    .navbar-nav
    > .nav-item.current-menu-item
    > a,
body.no-page-banner
    .header.scrolled
    .main-menu
    .navbar-nav
    > .nav-item.current-menu-parent
    > a {
    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: #dedad9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #000;
}
.header .main-menu .navbar-nav > .nav-item.menu-btn > a {
    padding: 0px !important;
}

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

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

.no-page-banner .header .menu-btn span {
    background: #000 !important;
}

.no-page-banner .header.scrolled .menu-btn span {
    background: #000 !important;
}

.exclusive-properties.inthe-media .text-content p {
    border: none;
    padding-top: 0px;
    font-size: 20px;
}

.exclusive-properties.inthe-media .text-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
body.single-team-member .testiinfo h3 {
    text-align: right;
}

/*** CHANGES CSS***/

.page-banner h6 {
    font-family: "Montserrat", sans-serif !important;
}

.page-banner h1 {
    font-family: "Libre Caslon Display", serif !important;
}

body.page-template-template-buyer .shortinfo h2.head-title {
    font-size: 20px;
}

body.page-template-template-seller .shortinfo h2.head-title {
    font-family: "Montserrat", sans-serif !important;
}

body.page-template-template-seller .advantage p {
    text-align: justify;
}

body.page-template-template-seller
    .exclusive-properties
    .properties-img
    .label {
    font-family: "Libre Caslon Display", serif !important;
}
body.page-template-template-recenttransaction .shorttext-info p {
    margin: 15px 0px 20px 0px;
    font-size: 12px;
    color: grey;
}

body.page-template-template-recenttransaction
    .exclusive-properties
    .properties-img
    .label {
    font-family: "Libre Caslon Display", serif !important;
}

.team-info .container {
    max-width: 1330px;
}

.page-banner.meet-team-banner .container {
    max-width: 1320px;
}

.menu {
    overflow-y: scroll;
}

body.page-template-template-testimonials .testiinfo.testi-item p {
    text-align: justify;
}

.font-32 {
    font-size: 32px !important;
}

.font-400 {
    font-weight: 400 !important;
}

.exclusive-properties .field-box {
    display: flex;
    gap: 10px;
}

.resp_table {
    overflow-x: auto;
}

.team-content .single-broker-img img {
    margin-top: 125px;
}

.grecaptcha-badge {
    display: none !important;
}
