/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 1, 2022, 8:24:35 PM
    Author     : dell
*/
/*default version*/
/*@import url(//db.onlinewebfonts.com/c/8de7c45e410de3f3a0f5dbfec43f958d?family=FS+Elliot+Pro);
@font-face {font-family: "FS Elliot Pro"; src: url("//db.onlinewebfonts.com/t/8de7c45e410de3f3a0f5dbfec43f958d.eot"); src: url("//db.onlinewebfonts.com/t/8de7c45e410de3f3a0f5dbfec43f958d.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8de7c45e410de3f3a0f5dbfec43f958d.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8de7c45e410de3f3a0f5dbfec43f958d.woff") format("woff"), url("//db.onlinewebfonts.com/t/8de7c45e410de3f3a0f5dbfec43f958d.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8de7c45e410de3f3a0f5dbfec43f958d.svg#FS Elliot Pro") format("svg"); } */
@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Montserrat:wght@100&display=swap');
@font-face {
    font-family: 'Italiana-Regular';
    src: url('assets/fonts/Italiana-Regular.ttf'); 
    src: 
        local('PTSansCaption Font'),
        local('PTSansCaption-Font'),
        url('assets/fonts/Italiana-Regular.ttf') 
        format('opentype');
}

/*comman variable*/


body{
    color: #fff;
    font-family: 'Italiana', serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
}
p, .btn, a, .footer h5, .footer address, span, form,
.card-footer, .detail-body address, .detail-body table,
.invest-text ul, .exclusive h5
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
a:hover {
    color: #ffeaea;
    text-decoration: underline;
}
.btn-dark{
    background-color: #000000;
    border-color: #000000;
}
.btn{
    border-radius: 0px;
}
.btn-read{

    background-color: transparent;
    border:1px solid #000000;
    color: #000000;
}
.detail-body .invest-text .btn-read{

    background-color: transparent;
    border:1px solid #ffffff;
    color: #ffffff;
}
.btn-wbg{
    background-color: #ffffff;
    border:1px solid #ffffff;
    color: #000000;
}
.btn-read-w{
    background-color: transparent;
    border:1px solid #ffffff;
    color: #ffffff;
}
.btn-read-b{
    background-color: transparent;
    border:1px solid #000000;
    color: #000000;
}
.w-85{
    width: 85% !important;
}
.addBg{
    background: #000000;
}
.text-black{
    color: #000000;
}
.bg-black{
    background-color: #000000 !important;
}

.main-background-img { 
    background: url(../images/sliderImg.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 588px;
}

a{
    color: #ffffff;
}
.contact-link:hover{
    text-decoration: none;
}
.home .item {
    height: 790px;
    background-size: cover;
    background-position: top center;
    /*background-image: url(../images/sliderImg.png);*/
}
.item-bg1{
    background-image: url(../images/header2.jpg);
}
.item-bg2{
    background-image: url(../images/header3.jpg);
}
.detail-body .detail .item {
    height: 790px;
    background-size: cover;
    background-position: top center;
    background-image: url(../images/detailMainImg.png);
}
.home .item .container-fluid, .thanks .item{
    background-color:  rgba(0,0,0,0.2);
}
.search-homes{
    border: 1px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
}

.meet .dots-img{
    bottom: 0;
    left: 0;
}
.meet .dots-img2{
    top: -60px;
    right: 0;
}
.meet-about .dots-img, .projects-body .meet-projects .dots-img
{
    bottom: -60px;
    right: 15px;
}
.meet-invest .dots-img, .meet-thanks .dots-img{
    bottom: -90px;
    left: 15px;
}
.meet-about .dots-img2, .projects-body .meet-projects .dots-img2,
.meet-invest .dots-img2, .meet-thanks .dots-img2{
    top: -10px;
    right: 0;
}
.dream-home .dots-img2, .sellers-body .sale-home .dots-img2, .buyers-body .dream-home .dots-img2{
    top: -10px;
    right: 15px;
}
.meet .container .meet-img-div{
    height: 825px;
}
.meet .text-lg-justify{
    text-align: justify !important;
}

/*.invest-with .container-lg {
    height: 588px;
    background-size: cover;
    background-position: top center;
    background-image: url(../images/investWith.png);
}*/
.invest-with-inner{
    height: 840px;
}
.invest-with .quotation{
    background-color: #000000;
    bottom: -25px;;
    right: 0;
    max-width: 30% !important;
}
.detail-body .invest-with .quotation {
    background-color: #000000;
    bottom: -75px;
    right: 0;
    max-width: 30% !important;
}
.invest-text p{
    max-height: 390px !important;
    overflow: hidden;

}
.fa-quote-left{
    font-size: 3rem;
    color: #757575;
}

.featured-properties .dots-img3{
    left: -15px;
    top: -10px;
}
.owl-carousel {
    position: relative;
}

.owl-nav{
    color: black;
    font-size: 2.0rem;
}
.owl-next, .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

}
.owl-next {
    right: 0;
    display: flex;
}
.owl-prev{
    left: 0;
    display: flex;
}
.card{
    border: unset;
}
.card .card-img-top{
    height: 200px;
}
.card .card-body{
    max-height: 420px;
    overflow: hidden;
}

.buyers .container {
    height: 588px;
    background-size: cover;
    background-position: top center;
    background-image: url(../images/buyers.png);
}

.buyers-slider .container-fluid {
    /*.contact-me .container-fluid {*/
    /*height: 588px;*/
    /*    background-size: cover;
        background-position: center center;
        background-image: url(../images/buyers.png);*/
}
.buyers .dots-img2{
    top: -85px;
    right: 0;
}

.sellers .container {
    height: 588px;
    background-size: cover;
    background-position: top center;
    background-image: url(../images/seller.png);
}
.exclusive .dots-img2{
    top: -90px;
    right: 0;
}
.exclusive .container {
        height: 650px;
        background-size: cover;
        background-position: top center;
        background-image: url(../images/exclusive.png);
        /*background-image: url(../images/sellerM.png);*/
    }
.exclusive .dots-img{
    bottom: -90px;
    left: 0;
}
.table .thead-light th{
    background-color: #1f5f69;
    color: #ffffff;
}
.table > tbody > tr > td {
     /*vertical-align: middle;*/
}
.sellers .dots-img2{
    bottom: -85px;
    left: 0;
}
.testimonials .owl-item .card{
    min-height: 442px;
}
.testimonials .owl-item .card .card-footer{
    border: unset;
    background: unset;
}

.contact-me  {

    background-size: cover;
    background-position: center center;
    background-image: url(../images/Feefa6.png);
}
.contact-me .container{
    height: 500px;
}
.contact-me .overlay {
    background-color: rgba(0,0,0,0.2);

}
.contact-me h2.digit{
    font-size: 3.8rem;
}
.contact-me p{
    font-size: 12px;
}
.contact-me .dotsW-img{
    left: -20%;
}
.footer{
    font-size: 14px;
}
.footer ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
    color:#000000;
}
.footer ul li a{
    color: #000000;
}
.footer .bottom-border{
    border-bottom: 2px solid #000000;
}

.about h1, .contact h1, .buyers-page .item h1, .projects-slider .item h1, .invest-slider .item h1,
.thanks h1{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.meet-thanks h1{
    font-size: 3rem;
}
.meet-thanks .fab:hover, .meet-thanks a:hover{
    color: #000000;
}
.about-body .about-slider{
    background-size: cover;
    background-position: center center;
    background-image: url(../images/aboutSlider.png);
}
.thanks-body .thanks-slider{
    background-size: cover;
    background-position: center center;
    background-image: url(../images/thanks.png);
}
.invest-body .invest-slider{
    background-size: cover;
    background-position: center center;
    background-image: url(../images/investB.png);
}
.invest-body .invest-slider .invest{
    background-color: #0000002e;
}
.contact-body .contact-slider{
    background-size: cover;
    background-position: center center;
    background-image: url(../images/contact.png);
}

.location, .buyers-body .get-in-touch{
    background-color: #d0d0d0;
}
.contact-body .get-in-touch .dots-img2 {
    height: auto;
    top: -20px;
    right: 5px;
}
.buyers-body .buyers-slider{
    /*height: 328px;*/
    background-size: cover;
    background-position: center center;
    background-image: url(../images/bueyrsMain.png);
}
.buyers-body .get-in-touch .dots-img2, .sellers-body .get-in-touch .dots-img2 {
    height: 10%;
    bottom: -20px;
    top: unset;
    left: 20px;
}
.buyers-body input, .buyers-body select{
    outline: none !important;
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    background: transparent !important;
    border-radius: 0 !important;
    color: #000000;
    font-weight: bold;
}
.sellers-body .get-in-touch{
    background-color: #896f5a9c;
}
.sellers-body .get-in-touch .form-check-label{
    font-size: 14px;
    line-height: normal;
}
.sellers-body .sellers-slider .item, .buyers-body .buyers-slider .item,
.contact-body .contact-slider .item, .about-body .about-slider .item,
.projects-body .projects-slider .item, .invest-body .invest-slider .item,
.thanks-body .thanks-slider .item{
    height: 328px;
}
.sellers-body .sellers-slider {
    /*height: 328px;*/
    background-size: cover;
    background-position: center center;
    background-image: url(../images/sellers.png);
}
.projects-body .projects-slider {
    /*height: 328px;*/
    background-size: cover;
    background-position: center center;
    background-image: url(../images/projects.png);
}


@media (max-width: 375px){
    body, .search-homes{
        font-size: 10px;
    }
    .h-35{
        height: 35% !important;
    }
    .h1, h1 {
        font-size: 1.7rem;
    }
    .exclusive h5{
        font-size: 1rem;
    }
    p{
        font-size: 12px;
        line-height: 23px;
    }
    .invest-text ul, .invest-text h1 {
        color: #000000;
    }
    .invest-text .btn-read {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}
    .navbar-brand{
        margin-top: 0.7rem;
        margin-left: -2rem;
    }
    .home .item {
        height: 428px;
    }
    .testimonials .owl-item .card {
        /*min-height: 300px;*/
        min-height: auto;
    }
    .owl-next, .owl-prev {
        position: absolute;
        top: 35%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .meet .text-center{
        text-align: center !important;
    }
    .meet .img-fluid.h-100.w-85.w-m-65{
        height: 388px !important;
    }
    .about h1, .contact h1{
        font-size: 1rem;
    }
    .wm-225{
        width: 270%;
    }
    .w-m-65{
        width: 65% !important;
    }
    .invest-text p{
        font-size: 12px;
        line-height: 20px;
    }
    .meet{
        font-size: 12px;
        line-height: 20px;
        color: #000000;
        font-weight: 400;
    }
    .meet .container .meet-img-div {
        height: 388px;
    }
    .meet .dots-img2 {
        top: -20px;
        right: 30px;
        width: 10%;
    }
    .meet .dots-img {
        bottom: 3.3rem;
        left: 30px;
        width: 10% !important;
    }
    .meet-about .dots-img2 {
        height: 2%;
        top: -20px;
        right: 30px;
    }
    .meet-about .dots-img {
        height: 2%;
        bottom: -20px;
        right: 15px;
    }
    .projects-body .meet-projects .card h5{
        font-size: 0.75rem;
    }
    .projects-body .meet-projects .card h3{
        font-size: 1.50rem;
    }
    .invest-with .container-fluid {
        height: 800px;
        background-image: none;
        background-size: unset;
    }
    .invest-with .invest-text{
        position: relative !important;
        bottom: -65px;
    }
    .invest-with img.d-block{
        width: 10%;
        bottom: 1.1rem;
    } 
    .card-text{
        line-height: 23px;
        font-weight: 700;
    }
    .featured-properties h5 {
        font-size: 1rem;
        font-weight: bold;
    }
    .sellers .container {
        height: 370px;
        background-size: cover;
        background-position: top center;
        background-image: url(../images/seller.png);
        /*background-image: url(../images/sellerM.png);*/
    }
    .exclusive .container {
        height: 370px;
        background-size: cover;
        background-position: top center;
        background-image: url(../images/exclusive.png);
        /*background-image: url(../images/sellerM.png);*/
    }
    .sellers p , .buyers p{
        line-height: 1.3rem;
    }
    .contact-me  {

        background-size: cover;
        background-position: center center;
        background-image: url(../images/Feefa6M.png);
    }
    .contact-me .container {
        height: 450px;
    }
    .contact-me h2 {
        font-size: 2rem;
    }
    .contact-me h2.digit {
        font-size: 3rem;
        margin-bottom: 0;
    }
    .contact-me h2.digit {
        font-size: 3rem;
        margin-bottom: 0;
    }
    .contact-me .text-center p.text-center {
        font-size: 0.6rem;
        line-height: 0.8rem;
    }
    .about h1{
        /*        top: 85%;
                left: 50%;*/

    }
    .contact-body .get-in-touch .dots-img2 {
        height: 6%;
        top: -20px;
        right: 25px;
    }
    .location .dots-img{
        height: 10%;
    }
    .about-body .about-slider {
        background-size: cover;
        background-position: center center;
        background-image: url(../images/Feefa6M.png);
    }
    .thanks-body .thanks-slider {
        background-size: cover;
        background-position: center center;
        background-image: url(../images/thanks.png);
    }
    .dream-home .dots-img2, .sellers-body .sale-home .dots-img2, .buyers-body .dream-home .dots-img2{
        height: 30%;
        top: -10px;
        right: 15px;
    }
    .buyers-body .get-in-touch .dots-img2, .sellers-body .get-in-touch .dots-img2 {
        height: 3%;
        bottom: -20px;
        top: unset;
        left: 20px;
    }
    .sellers-body .sellers-slider .item, .buyers-body .buyers-slider .item, 
    .contact-body .contact-slider .item, .projects-body .projects-slider .item
    .about-body .about-slider .item{
        height: 155px;
    }
    .meet-invest .dots-img2 {
        top: -10px;
        right: 30px;
        height: 5%;
    }
    .meet-invest .dots-img {
        bottom: -90px;
        left: 30px;
        height: 20%;
    }
}

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    /*    .rounded-md-0{
            border-radius: 0px;
        }*/

}

@media (min-width: 380px) and (max-width: 550px) { 
    body, .search-homes{
        font-size: 10px;
    }
    .h-35{
        height: 35% !important;
    }
    .h1, h1 {
        font-size: 1.7rem;
    }
    p{
        font-size: 12px;
        line-height: 23px;
    }
    .invest-text ul, .invest-text h1 {
        color: #000000;
    }
    .invest-text .btn-read {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}
    .navbar-brand{
        margin-top: 0.7rem;
        margin-left: -2rem;
    }
    .home .item {
        height: 428px;
    }
    .testimonials .owl-item .card {
        /*min-height: 300px;*/
        min-height: auto;
    }
    .owl-next, .owl-prev {
        position: absolute;
        top: 35%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .meet .text-center{
        text-align: center !important;
    }
    .meet .img-fluid.h-100.w-85.w-m-65{
        height: 388px !important;
    }
    .about h1, .contact h1{
        font-size: 1rem;
    }
    .wm-225{
        width: 270%;
    }
    .w-m-65{
        width: 65% !important;
    }
    .invest-text p{
        font-size: 12px;
        line-height: 20px;
    }
    .meet{
        font-size: 12px;
        line-height: 20px;
        color: #000000;
        font-weight: 400;
    }
    .meet .container .meet-img-div {
        height: 388px;
    }
    .meet .dots-img2 {
        top: -20px;
        right: 30px;
        width: 10%;
    }
    .meet .dots-img {
        bottom: 1.3rem;
        left: 30px;
        width: 10% !important;
    }
    .meet-about .dots-img2 {
        height: 2%;
        top: -20px;
        right: 30px;
    }
    .meet-about .dots-img {
        height: 2%;
        bottom: -20px;
        right: 15px;
    }
    .projects-body .meet-projects .card h5{
        font-size: 0.75rem;
    }
    .projects-body .meet-projects .card h3{
        font-size: 1.50rem;
    }
    .invest-with .container-fluid {
        height: 800px;
        background-image: none;
        background-size: unset;
    }
    .invest-with .invest-text{
        position: relative !important;
        bottom: -65px;
    }
    .invest-with img.d-block{
        width: 10%;
        bottom: 1.1rem;
    } 
    .card-text{
        line-height: 23px;
        font-weight: 700;
    }
    .featured-properties h5 {
        font-size: 1rem;
        font-weight: bold;
    }
    .sellers .container {
        height: 370px;
        background-size: cover;
        background-position: top center;
        background-image: url(../images/seller.png);
        /*background-image: url(../images/sellerM.png);*/
    }
    .sellers p , .buyers p{
        line-height: 1.3rem;
    }
    .contact-me  {

        background-size: cover;
        background-position: center center;
        background-image: url(../images/Feefa6M.png);
    }
    .contact-me .container {
        height: 450px;
    }
    .contact-me h2 {
        font-size: 2rem;
    }
    .contact-me h2.digit {
        font-size: 3rem;
        margin-bottom: 0;
    }
    .contact-me h2.digit {
        font-size: 3rem;
        margin-bottom: 0;
    }
    .contact-me .text-center p.text-center {
        font-size: 0.6rem;
        line-height: 0.8rem;
    }
    .about h1{
        /*        top: 85%;
                left: 50%;*/

    }
    .contact-body .get-in-touch .dots-img2 {
        height: 6%;
        top: -20px;
        right: 25px;
    }
    .location .dots-img{
        height: 10%;
    }
    .about-body .about-slider {
        background-size: cover;
        background-position: center center;
        background-image: url(../images/Feefa6M.png);
    }
    .dream-home .dots-img2, .sellers-body .sale-home .dots-img2, .buyers-body .dream-home .dots-img2{
        height: 30%;
        top: -10px;
        right: 15px;
    }
    .buyers-body .get-in-touch .dots-img2, .sellers-body .get-in-touch .dots-img2 {
        height: 3%;
        bottom: -20px;
        top: unset;
        left: 20px;
    }
    .sellers-body .sellers-slider .item, .buyers-body .buyers-slider .item, 
    .contact-body .contact-slider .item, .projects-body .projects-slider .item
    .about-body .about-slider .item{
        height: 155px;
    }
    .meet-invest .dots-img2 {
        top: -10px;
        right: 30px;
        height: 5%;
    }
    .meet-invest .dots-img {
        bottom: -90px;
        left: 30px;
        height: 20%;
    }
    .item-bg1{
    background-image: url(../images/header-mobile1.jpg);
}
.item-bg2{
    background-image: url(../images/header-mobile2.jpg);
}
}



/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    body, .search-homes{
        font-size: 10px;
    }
    .h-35{
        height: 35% !important;
    }
    .h1, h1 {
        font-size: 1.7rem;
    }
    p{
        font-size: 12px;
        line-height: 23px;
    }
    .invest-text ul, .invest-text h1 {
        /*color: #000000;*/
    }
    .invest-text .btn-read {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}
    .navbar-brand{
        margin-top: 0.7rem;
        margin-left: -2rem;
    }
    .home .item {
        height: 428px;
    }
    .testimonials .owl-item .card {
        /*min-height: 300px;*/
        min-height: auto;
    }
    .owl-next, .owl-prev {
        position: absolute;
        top: 35%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .meet .text-center{
        text-align: center !important;
    }
    .meet .img-fluid.h-100.w-85.w-m-65{
        height: 388px !important;
    }
    .about h1, .contact h1{
        font-size: 1rem;
    }
    .wm-225{
        width: 150%;
        margin-left: 35%;
    }
    .w-m-65{
        width: 65% !important;
    }
    .invest-text p{
        font-size: 12px;
        line-height: 20px;
    }
    .meet{
        font-size: 12px;
        line-height: 20px;
        color: #000000;
        font-weight: 400;
    }
    .meet .container .meet-img-div {
        height: 388px;
    }
    .meet .dots-img2 {
        top: -20px;
        right: 30px;
        width: 10%;
    }
    .meet .dots-img {
        bottom: 1.3rem;
        left: 30px;
        width: 10% !important;
    }
    .meet-about .dots-img2 {
        height: 2%;
        top: -20px;
        right: 30px;
    }
    .meet-about .dots-img {
        height: 2%;
        bottom: -20px;
        right: 15px;
    }
    .projects-body .meet-projects .card h5{
        font-size: 0.75rem;
    }
    .projects-body .meet-projects .card h3{
        font-size: 1.50rem;
    }
    .invest-with .container-fluid {
        height: 800px;
        background-image: none;
        background-size: unset;
    }
    .invest-with .invest-text {
        margin-top: 50px;
    }
    .invest-with img.d-block{
        width: 10%;
        bottom: 1.1rem;
    } 
    .card-text{
        line-height: 23px;
        font-weight: 700;
    }
    .featured-properties h5 {
        font-size: 1rem;
        font-weight: bold;
    }
    .sellers .container {
        height: 370px;
        background-size: cover;
        background-position: top center;
        background-image: url(../images/seller.png);
        /*background-image: url(../images/sellerM.png);*/
    }
    .sellers p , .buyers p{
        line-height: 1.3rem;
    }
    .contact-me  {

        background-size: cover;
        background-position: center center;
        background-image: url(../images/Feefa6M.png);
    }
    .contact-me .container {
        height: 450px;
    }
    .contact-me h2 {
        font-size: 2rem;
    }
    .contact-me h2.digit {
        font-size: 3rem;
        margin-bottom: 0;
    }
    .contact-me h2.digit {
        font-size: 3rem;
        margin-bottom: 0;
    }
    .contact-me .text-center p.text-center {
        font-size: 0.6rem;
        line-height: 0.8rem;
    }
    .about h1{
        /*        top: 85%;
                left: 50%;*/

    }
    .contact-body .get-in-touch .dots-img2 {
        height: 6%;
        top: -20px;
        right: 25px;
    }
    .location .dots-img{
        height: 10%;
    }
    .about-body .about-slider {
        background-size: cover;
        background-position: center center;
        background-image: url(../images/Feefa6M.png);
    }
    .dream-home .dots-img2, .sellers-body .sale-home .dots-img2, .buyers-body .dream-home .dots-img2{
        height: 30%;
        top: -10px;
        right: 15px;
    }
    .buyers-body .get-in-touch .dots-img2, .sellers-body .get-in-touch .dots-img2 {
        height: 3%;
        bottom: -20px;
        top: unset;
        left: 20px;
    }
    .sellers-body .sellers-slider .item, .buyers-body .buyers-slider .item, 
    .contact-body .contact-slider .item, .projects-body .projects-slider .item
    .about-body .about-slider .item{
        height: 155px;
    }
    .meet-invest .dots-img2 {
        top: -10px;
        right: 30px;
        height: 5%;
    }
    .meet-invest .dots-img {
        bottom: -90px;
        left: 30px;
        height: 20%;
    }
        .item-bg1{
    background-image: url(../images/header-mobile1.jpg);
}
.item-bg2{
    background-image: url(../images/header-mobile2.jpg);
}

}

@media (min-width: 768px) and (max-width: 915.98px) { 
    body, .search-homes{
        font-size: 10px;
    }
    .h-35{
        height: 35% !important;
    }
    .h1, h1 {
        font-size: 1.7rem;
    }
    p{
        font-size: 12px;
        line-height: 23px;
    }
    .invest-text ul, .invest-text h1 {
        /*color: #000000;*/
    }
    .invest-text .btn-read {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}
    .navbar-brand{
        margin-top: 0.7rem;
        margin-left: -2rem;
    }
    .home .item {
        height: 428px;
    }
    .testimonials .owl-item .card {
        /*min-height: 300px;*/
        min-height: auto;
    }
    .owl-next, .owl-prev {
        position: absolute;
        top: 35%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .meet .text-center{
        text-align: center !important;
    }
    .meet .img-fluid.h-100.w-85.w-m-65{
        height: 388px !important;
    }
    .about h1, .contact h1{
        font-size: 1rem;
    }
    .wm-225{
        width: 100%;
        margin-left: 50%;
    }
    .w-m-65{
        width: 65% !important;
    }
    .invest-text p{
        font-size: 12px;
        line-height: 20px;
    }
    .meet{
        font-size: 12px;
        line-height: 20px;
        color: #000000;
        font-weight: 400;
    }
    .meet .container .meet-img-div {
        height: 388px;
    }
    .meet .dots-img2 {
        top: -20px;
        right: 30px;
        width: 10%;
    }
    .meet .dots-img {
        bottom: 1.3rem;
        left: 30px;
        width: 10% !important;
    }
    .meet-about .dots-img2 {
        height: 2%;
        top: -20px;
        right: 30px;
    }
    .meet-about .dots-img {
        height: 2%;
        bottom: -20px;
        right: 15px;
    }
    .projects-body .meet-projects .card h5{
        font-size: 0.75rem;
    }
    .projects-body .meet-projects .card h3{
        font-size: 1.50rem;
    }
    .invest-with .container-fluid {
        height: 800px;
        background-image: none;
        background-size: unset;
    }
    .invest-with .invest-text {
        margin-top: 50px;
    }
    .invest-with img.d-block{
        width: 10%;
        bottom: 1.1rem;
    } 
    .card-text{
        line-height: 23px;
        font-weight: 700;
    }
    .featured-properties h5 {
        font-size: 1rem;
        font-weight: bold;
    }
    .sellers .container {
        height: 370px;
        background-size: cover;
        background-position: top center;
        background-image: url(../images/seller.png);
        /*background-image: url(../images/sellerM.png);*/
    }
    .sellers p , .buyers p{
        line-height: 1.3rem;
    }
    .contact-me  {

        background-size: cover;
        background-position: center center;
        background-image: url(../images/Feefa6M.png);
    }
    .contact-me .container {
        height: 450px;
    }
    .contact-me h2 {
        font-size: 2rem;
    }
    .contact-me h2.digit {
        font-size: 3rem;
        margin-bottom: 0;
    }
    .contact-me h2.digit {
        font-size: 3rem;
        margin-bottom: 0;
    }
    .contact-me .text-center p.text-center {
        font-size: 0.6rem;
        line-height: 0.8rem;
    }
    .about h1{
        /*        top: 85%;
                left: 50%;*/

    }
    .contact-body .get-in-touch .dots-img2 {
        height: 6%;
        top: -20px;
        right: 25px;
    }
    .location .dots-img{
        height: 10%;
    }
    .about-body .about-slider {
        background-size: cover;
        background-position: center center;
        background-image: url(../images/Feefa6M.png);
    }
    .dream-home .dots-img2, .sellers-body .sale-home .dots-img2, .buyers-body .dream-home .dots-img2{
        height: 30%;
        top: -10px;
        right: 15px;
    }
    .buyers-body .get-in-touch .dots-img2, .sellers-body .get-in-touch .dots-img2 {
        height: 3%;
        bottom: -20px;
        top: unset;
        left: 20px;
    }
    .sellers-body .sellers-slider .item, .buyers-body .buyers-slider .item, 
    .contact-body .contact-slider .item, .projects-body .projects-slider .item
    .about-body .about-slider .item{
        height: 155px;
    }
    .meet-invest .dots-img2 {
        top: -10px;
        right: 30px;
        height: 5%;
    }
    .meet-invest .dots-img {
        bottom: -90px;
        left: 30px;
        height: 10%;
    }
}

@media (max-width:992px){

}



/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 

}

@media only screen and (width:812px){

}

@media (max-width:914px){

}

@media only screen and (width:1024px){


}
/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

}





@media (min-width: 1440px){
    .container{
        max-width: 1280px;
    }
}

@media  (min-width:1800px){


}
/*for very extra large scree*/ 
@media  (min-width:2000px){

}