html {
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.dropdown-menu {
    right: 0;
    left: auto !important;
}

.container {
    max-width: 1400px;
}

.btn-dark {
    background: white;
    border-radius: 0;
    font-size: 16px;
    padding: 8px 20px;
    border: 1px solid;
    color: black;
    transition: all 0.3s ease-in-out;
}

.btn-dark:hover {
    background: #000;
    border-color: #000;
    color: white
}


/* Start Nav */

nav .navbar-brand img {
    width: 250px;
}

.navbar {
    position: absolute;
    width: 100%;
    background: none;
    z-index: 2;
}

.contact-nav {
    position: inherit
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
}

.navbar button.navbar-toggler {
    background: white;
    border-radius: 0;
}

.dropdown-item {
    padding: 10px
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background: black !important;
    color: white;
    padding: 10px
}

.navbar span.navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar span.navbar-toggler-icon i {
    font-size: 26px;
    color: black !important
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: white;
    padding: 0 !important;
    margin: 0 20px
}

.contact-nav .nav-link {
    color: black !important
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item .nav-link:hover {
    border-bottom: 1px solid white
}

.contact-nav .nav-item.active .nav-link,
.contact-nav .nav-item .nav-link:hover {
    border-bottom: 1px solid black
}


/* End Nav */


/* Main-header */

.main-header {
    /* background: url(../images/head-bg.png) no-repeat center center; */
	background: url(../images/header-default.jpeg) no-repeat center center;
	
    background-size: cover;
    height: 100vh;
    /* position: absolute; */
    width: 100%
}

.main-header .overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center !important;
    text-align: center;
    color: white
}

.main-header h3 {
    font-weight: 500;
    letter-spacing: 2px;
    word-spacing: 5px;
    font-size: 2vw;
    margin-top: 5px;
}

.main-header h1 {
    font-family: auto !important;
    font-weight: 500;
    font-size: 3.7vw;
    margin: 0 auto
}

.main-header h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 3vw
}

.main-header .btn {
    border: 1px solid white;
    font-weight: 400;
    border-radius: 0px;
    color: white;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

.main-header .btn:hover {
    background: white;
    color: black;
}


/* Main-header */


/* History */

.history {
    padding: 30px 0;
    background: black;
    text-align: center
}

.history .row {
    align-items: center;
}

.history h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 40px;
    color: white
}

.history p {
    font-weight: 300;
    font-size: 22px;
    color: #f2f2f2
}


/* History */


/* meet-craig */

.meet-craig {
    /* padding: 50px 0 */
}

.meet-craig .left-bg {
    background: url(../images/left-bg.png) no-repeat left;
    background-size: cover;
    padding: 0
}

.meet-craig .left-bg .overlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    padding: 5vw 0;
    display: flex;
    justify-content: flex-end;
}

.meet-craig .left-bg img {
    float: right;
    position: relative;
    left: 8vw;
    max-width: 290px;
}

.meet-craig .right-content {
    padding: 3vw 17% 3vw 18%;
}

.meet-craig .right-content h2 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}

.meet-craig .right-content p {
    font-size: 16px
}

.meet-craig .row {
    align-items: center
}


/* meet-craig */


/* Services */

.services {
    padding: 70px 0 0;
    background: black
}

.services .col-lg-4 {
    padding-right: 25px;
    padding-left: 25px;
}

.services .img-service {
    position: relative
}

.services h4 {
    color: white;
    font-weight: 300;
    font-size: 18px
}

.services h2 {
    color: white;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    margin-bottom: 25px;
}

.services p {
    color: white;
    font-weight: 300;
    max-width: 670px;
    margin-bottom: 40px;
    font-size: 18px;
}

.services h5 {
    color: white;
    font-size: 16px;
    text-align: right;
    padding-bottom: 30px;
    padding-top: 30px;
    font-weight: 400;
}

.services h5 a {
    color: white;
    font-weight: 600;
}

.services .img-service img {
    border-radius: 30px;
    width: 100%;
}

.services .img-service .overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.services .img-service .overlay .content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
    top: 65px;
    left: 0;
    transition: all 0.3s ease-in-out
}

.services .img-service .overlay:hover {
    background: rgba(0, 0, 0, 0.7)
}

.services .img-service .overlay:hover .content {
    top: 0
}

.services .img-service .overlay .content h3 {
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 26px
}

.services .img-service .overlay .content hr {
    border-top: 1px solid white;
    width: 100%;
    font-weight: 600;
}

.services .img-service .overlay .content a {
    color: white;
    font-weight: 400;
    font-size: 16px
}


/* Services */


/* Insights */

.insights {
    padding: 70px 0
}

.insights .col-lg-4 {
    padding-right: 25px;
    padding-left: 25px;
}

.insights h1 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 400;
    color: black;
    letter-spacing: 5px;
}

.insights p {
    font-size: 18px;
    max-width: 770px;
    color: black;
    margin: 10px auto 50px
}

.insights h4 {
    font-size: 22px;
    color: black;
    max-width: 90%;
    margin-bottom: 40px;
}

.insights .frame-bottom-vh-270 {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.insights a {
    color: black;
    text-decoration: none;
}

.insights img {
    width: 100%;
    margin: 0px auto 20px;
    display: block;
    height: 235px;
    margin-top: 18px;
}

.insights iframe {
    width: 100%;
    margin: 0px auto 5px;
    display: block;
}


/* Insights */


/* work-with-us */

.work-with-us {
    background: url(../images/work-with-us.png) no-repeat center center;
    background-size: cover;
}

.work-with-us .overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 200px 0
}

.work-with-us h4 {
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 400
}

.work-with-us h2 {
    color: white;
    font-size: 50px;
    font-weight: 400
}

.work-with-us p {
    color: white;
    font-size: 18px;
    max-width: 500px;
    font-weight: 400
}

.work-with-us .btn {
    border: 1px solid white;
    font-weight: 400;
    border-radius: 0px;
    color: white;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    padding: 8px 20px
}

.work-with-us .btn:hover {
    background: white;
    color: black;
}


/* footer */

footer {
    background: black;
    padding: 50px 0
}

footer.white-footer {
    background: white;
    color: black
}

footer .col-lg-3 {
    margin-bottom: 30px
}

footer h5 {
    color: white
}

footer.white-footer h5 {
    color: black
}

footer a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

footer a {
    text-decoration: none !important;
    color: white !important
}

footer.white-footer a {
    color: black !important
}

footer hr {
    width: 100%;
    border-top: 1px solid #CCC
}

footer.white-footer hr {
    border-top: 1px solid #555
}

footer .footer-links {
    float: right;
    color: white;
}

footer .footer-links li {
    margin-left: 15px
}

footer .footer-links li a {
    font-size: 15px;
}


/* footer */


/* contact */

.contact {
    padding: 100px 0 50px;
    z-index: 9;
    position: relative;
}

.contact .title {
    font-weight: 600;
    font-size: 3.5vw;
}

.contact .img-left {
    width: 100%;
    margin-top: 15px
}

.contact .content {
    margin-top: 30px
}

.contact .content h5 {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.contact .content h6 {
    font-size: 20px;
    font-weight: 600
}

.contact .contact p {
    font-weight: 400;
    font-size: 18px;
    color: #4E4E4E
}

.contact .right-side {
    border: 1px solid #BDBDBD;
    padding: 20px;
    background: #F6FFFF
}

.contact .right-side .media {
    align-items: center;
}

.contact .right-side .media img {
    max-width: 120px;
    margin-right: 15px;
}

.contact .right-side .media h5 {
    font-size: 18px;
    font-weight: 400;
}

.contact .right-side .media h3 {
    font-weight: 600;
    font-size: 25px;
}

.contact .right-side .profile-img {
    display: block;
    margin: -110px auto 30px;
    text-align: center;
}

.contact .right-side .side-content h4 {
    text-align: center
}

.contact .right-side .side-content ul {
    text-align: center;
}

.contact .right-side .side-content ul li {
    color: #0C0C0C;
    font-weight: 500 !important;
    font-size: 16px
}

.contact .right-side input {
    background: #FFF;
    font-size: 16px;
    height: 50px
}

.contact .right-side textarea {
    background: #FFF;
    resize: none;
    font-size: 16px;
    height: 110px
}

.contact .right-side button {
    background: #1A7E7B;
    color: white;
    border-radius: 5px;
    padding: 12px;
    font-size: 18px;
    text-transform: uppercase;
}


/* contact */

.side {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    background: #30b298;
}


/* About */

.main-header.about-header {
   /* background: url(../images/about-bg.png) no-repeat center center; */
    background: url(../images/header-default.jpeg) no-repeat center center;
    background-size: cover;
    /* position: absolute; */
    width: 100%;
    height: auto !important;
}

.main-header.about-header .overlay {
    padding: 120px 0 0
}

.about-header .about-img {
    width: 100%;
    position: relative;
    right: 10vw;
}

.about-header .row {
    align-items: center;
    padding: 0
}

.about-header .container,
.about-header .row {
    height: 100%
}

.about-header .container {
    max-width: 100%;
}

.about-header .container .col-lg-9,
.about-header .container .col-lg-3 {
    padding: 0
}

.about-header .content {
    position: relative;
    top: 42%;
    left: -65px;
    background: rgb(221 209 209 / 50%);
    padding: 20px
}

.main-header.about-header h1 {
    font-family: auto !important;
    font-weight: 500;
    font-size: 4vw;
    margin: 0 auto;
}

.about-header h5 {
    font-size: 1.8vw;
    margin: 0;
}

.about h5 {
    font-family: 'Playfair Display', serif;
    font-size: 40px !important;
    margin-bottom: 25px
}

.about p {
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    color: #545369;
    max-width: 610px;
}

.contact.about .right-side {
    border: 1px solid #DDD;
    padding: 45px 20px !important;
    background: #E5F0F0;
}

.contact.about .right-side input,
.contact.about .right-side textarea {
    background: white !important
}

.contact.about .right-side .side-content ul {
    text-align: left;
}

.contact.about {
    padding: 30px 0 50px
}

.main-header.sell-header {
    background: url(../images/sell-bg.png) no-repeat center center;
    background-size: cover;
    height: auto !important;
    /* position: absolute; */
    width: 100%;
}

.main-header.sell-header.b-guide {
    background: url(../images/B-Guide.png) no-repeat center center;
    background-size: cover;
    height: auto !important;
    position: relative;
    width: 100%;
}

.main-header.sell-header.c-guide .circle,
.main-header.sell-header.b-guide .circle {
    position: absolute;
    background: url(../images/curvy.svg) no-repeat center center;
    background-size: cover;
    bottom: -6vw;
    left: 0;
    width: 100%;
    height: 12vw;
}

.main-header.sell-header.c-guide {
    background: url(../images/buy-property.png) no-repeat center center;
    background-size: cover;
    height: auto !important;
    position: relative;
    width: 100%;
}


/* .main-header.sell-header.c-guide .circle {
    bottom: -3vw;
} */

.main-header.sell-header.c-guide:before {
    /* content: "";
    position: absolute;
    background: url(../images/curvy.svg) no-repeat center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 100%; */
    /* height: 100%; */
    /* background: #bc5747; */
    /* border-radius: 0 0 50% 50%/0 0 100% 100%; */
    /* transform: scaleX(2); */
}

.main-header.sell-header.buy-header {
    background: url(../images/buy-bg.png) no-repeat center center;
    background-size: cover;
    height: auto !important;
    /* position: absolute; */
    width: 100%;
}

.main-header.sell-header .overlay {
    padding: 180px 0 87px;
}

.main-header.sell-header h1 {
    font-size: 3.7vw !important;
    margin-top: 20px;
    font-weight: 500
}

.main-header.sell-header p {
    font-size: 21px;
    max-width: 850px;
    margin: 15px auto 0;
}

.main-header.home-buy {
    background: url(../images/home-guide.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 38vw !important;
}

.main-header.home-buy .overlay {
    background: none !important;
}

.sell-black-bg {
    background: black;
    padding: 50px 0
}

.sell-black-bg img {
    width: 100%;
}

.sell-black-bg h1 {
    color: white;
    font-weight: 400;
    font-size: 36px;
    font-family: 'Playfair Display', serif;
    max-width: 600px;
}

.sell-black-bg p {
    color: white;
    font-weight: 400;
    font-size: 16px;
    max-width: 530px;
}

.sell-black-bg .btn {
    border: 1px solid white;
    font-weight: 400;
    border-radius: 0px;
    color: white;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

.sell-black-bg .btn:hover {
    background: white;
    color: black;
}

.selling-service {
    padding: 70px 0
}

.selling-service h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 32px
}

.selling-service h5 {
    font-weight: 400;
    font-size: 21px;
    max-width: 850px;
    margin: 10px auto;
    color: black
}

.selling-service .row {
    margin-top: 70px
}

.selling-service .row .col-lg-4 {
    border-right: 1px solid #CCC;
    padding: 30px 0
}

.selling-service .row .col-lg-4:last-of-type {
    border: none
}

.selling-service p {
    color: black;
    font-size: 16px;
    font-weight: 400;
    max-width: 347px;
    margin: 0 auto;
}

.selling-service .btn {
    background: white;
    border: 1px solid black;
    font-weight: 400;
    border-radius: 0px;
    color: black;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    padding: 8px 20px
}

.selling-service .btn:hover {
    background: #000;
    border-color: #000 !important;
    color: white;
}

#icon {
    cursor: pointer
}

.icon-click {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99 !important
}

#hiddenDiv {
    position: fixed;
    bottom: 30px;
    right: 20px;
    margin-left: 20px;
    display: none;
    z-index: 99 !important;
    box-shadow: 0 0 2px 1px #DDD;
    border-radius: 20px;
}

.pop-content {
    background: white;
    padding: 20px 15px;
    max-width: 400px
}

button.cta-close.close {
    background: white;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: -41px;
    right: 0;
    cursor: pointer;
}

.cta-profile__button {
    color: #1A7E7B;
    border-top: 1px solid #DDD;
    display: block;
    padding-top: 20px;
    transition: all 0.3s ease-in-out
}

.cta-profile__button:hover {
    color: #000;
    text-decoration: none
}

.sell-guide-bg {
    padding: 70px 0
}

.guide-right h1 {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    margin-bottom: 15px;
}

.guide-right p {
    font-size: 20px;
}

.guide-right input {
    background: #FFF;
    font-size: 16px;
    height: 50px
}

.guide-right button {
    background: #1A7E7B;
    color: white;
    border-radius: 5px;
    padding: 12px;
    font-size: 18px
}

.home-buy .content {
    max-width: 700px;
    margin: 30px auto 0
}

.home-buy p {
    font-size: 16px;
    color: #575757
}

.home-buy ul {
    padding: 0;
    margin-left: 15px;
}

.home-buy li {
    font-size: 15px;
    margin-bottom: 15px;
}

.home-buy li b {
    font-size: 17px
}

.home-buy h4 {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 15px;
}

.home-buy h5 {
    font-weight: bold;
    font-size: 20px;
}

.home-buy h6 {
    font-size: 600;
    font-size: 19px;
    margin-bottom: 15px
}

.home-buy .bg {
    background: url(../images/bg-img.png) no-repeat center center;
    background-size: cover;
    padding: 80px 90px;
    border-radius: 20px;
}

.home-buy .bg img {
    margin: 0 auto 30px;
    display: block;
}

.home-buy .bg h5 {
    color: white;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5
}

.conversation {
    background: black;
    padding: 40px 0
}

.conversation .container {
    max-width: 700px;
}

.conversation h1 {
    color: white;
    text-align: center;
    font-weight: bold;
    margin-top: 15px
}

.conversation ul li {
    text-align: center;
    color: white;
    font-size: 16px
}

.home-buy .black-bg {
    background: url(../images/bg-img.png) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 10px;
    border-radius: 20px;
}

.home-buy .black-bg li,
.home-buy .black-bg h4 {
    color: white !important
}

.white-foot {
    background: white !important
}

.white-foot h5,
.white-foot a {
    color: black !important
}

.work-together h1 {
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 400;
}

.work-together .btn {
    border: 1px solid black;
    font-weight: 500;
    border-radius: 0px;
    color: black;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    padding: 15px 20px;
}

.work-together .btn:hover {
    background: black;
    color: white
}

.content-block {
    max-width: 1200px;
    margin: 0 auto;
}

.bg-content p {
    font-size: 24px;
    padding: 30px;
}

.look-for {
    background: black;
}

.look-for h1 {
    color: white;
    font-size: 48px;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
}

.look-for li {
    color: white
}

.about-p h1 {
    text-align: left;
}

.about-p p {
    text-align: left;
    margin: 0 !important;
}

.about-p .content {
    background: #000;
    padding: 20px 80px;
    max-width: 1100px;
    margin: 0 auto
}

.about-p .btn {
    float: left;
}

.explore-insights .video-block {
    position: relative;
}

.explore-insights .play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.explore-insights .play img {
    transition: all 0.3s ease-in-out;
}

.explore-insights .play:hover img {
    transform: scale(0.9);
}

.explore-insights .main-img {
    width: 100%;
    filter: brightness(50%);
}

.explore-insights h1 {
    text-align: center;
    font-size: 45px;
    font-family: 'Playfair Display', serif;
}

.explore-insights .desc {
    color: #575757;
    max-width: 1000px;
    margin: 0 auto 40px;
    text-align: center;
}

.explore-insights p {
    color: black;
    font-size: 23px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 25px;
}

.explore-insights .btn-dark {
    text-align: center;
    margin: 20px auto 10px;
    display: block;
    width: fit-content;
}

.insights .btn-dark {
    text-align: center;
    margin: 20px auto 10px;
    display: block;
    width: fit-content;
}

.explore-insights .col-lg-4 {
    display: none;
}

.about-meet h1 {
    font-size: 50px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}

.about-meet p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #575757;
    font-weight: 400;
}

.article-one {
    background: url(../images/c-guide.png) no-repeat center center !important;
    background-size: cover !important;
}

.article-two {
    background: url(../images/article-b.png) no-repeat center center !important;
    background-size: cover !important;
}

.article-three {
    background: url(../images/article-c.png) no-repeat center center !important;
    background-size: cover !important;
}

.share-button {
    background: #242422;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 106px;
    height: 32px;
    word-wrap: break-word;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    float: right;
}

.share-input-field {
    background: url(../images/Link.svg) no-repeat scroll 15px;
    padding-left: 40px;
    opacity: 0.30; 
    border-radius: 5px; 
    border: 0.50px black solid; 
    margin-top: 10px;
    width:100%;
    cursor: pointer;
}

.social-icon {
    width: 42px !important;
    height: 42px !important;
    float: left;
    margin-right: 10px !important;
}
.share-embed{
    overflow-y: scroll; 
    resize: none; 
    opacity: 0.30; 
    border-radius: 5px; 
    border: 0.50px black solid; 
    width:100%;
    cursor: pointer;
}
.clipboard-message {
    display: none;
    color: red;
}
