/*  ======================================
    Baze Edge Style Themes    
    ------------------------------------------------------
    Fonts: Plus Jakarta Sans and Open Sans (and default 'san serif')
    ------------------------------------------------------
    Colors:
        Blue Lotus:	    #7065f0
        Viridian:		#3D7A5B
        White:          #fff   
        White Smoke:	#f4f4f4
        Black:			#000
        Grey:			#212226
        Sheen Green     #A6E029
        Yellow Green colours    #41B00A

    ====================================== */

/* ======================================
|    |   |   html, body
========================================= */
html,
body {
    height: 100%;
}

body {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", "Open Sans", "sans-serif";
}

p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

section {
    background: #fff;
    overflow: hidden;
}

/* ======================================
|    |   |   Preloader
========================================= */

#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#status {
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    position: absolute;
    top: 40%;
    left: 40%;
    margin-left: -35px;
    margin-top: -35px;
    background-image: url("../img/preloader/preloader.gif")
}


/* ======================================
|   |   |   Content
========================================= */
.content-box-lg {
    padding: 120px 0;
}

.content-box-md {
    padding: 30px 0px;
}

/* ======================================
|   |   |   Home page
========================================= */
#home {
    height: 100%;
    width: 100%;
    margin-bottom: 300px;
}

#background_image {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
}

#home-screens {
    position: relative;
    top: -440px;
    left: -180px;
    width: auto;
}

.home-screen h1 {
    position: relative;
    top: 550px;
    left: 100px;
    margin: 0;
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    line-height: 70px;
    text-align: left;
    width: 905px;
    height: 243px;
}

.home-screen p {
    color: #fff;
    position: relative;
    top: 500px;
    left: 100px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    width: 835px;
    height: 64px;
}

/* ======================================
|   Arrow down which displays only from this mobile view
========================================= */
        #arrow-down {
            position: absolute;
            left: 50%;
            bottom: 3%;
            color: #fff;
            font-size: 30px;
            width: 32px;
            height: 32px;
            text-align: center;
            margin-left: -16px;
            z-index: 1;
        }

        #arrow-down:hover,
        #arrow-down:focus {
            color: #fff;
        }
        /*Arrow down ends here*/

/*===================================
|  |  About Estate company
====================================*/
#about {
    height: 800px;
}
#about_image .front {
    position: relative;
    top: -580px;
    left: 40px;
    left: -5px;
    z-index: 1;
}
#about_image .back {
    position: relative;
    top: -30px;
    left: -40px;
}

#about_text h2 {
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 67px;
}

#about_text h2 span {
    color: #7065f0;
}

#about_text p {
    padding-bottom: 10px;
    text-align: justify;
}

#about_text .about_btn {
    margin-top: 30px;
    text-decoration: none;
}

#about_text .about_btn a {
    text-decoration: none;
}


/*=====================================
|  |  | Estate
======================================*/
#estate {
    height: 1700px;
}

#estate_view_1 {
    position: relative;
    left: -80px;
    width: 1312px;
    height: 640px;
}

#estate_header h2 {
    width: 762px;
    height: 67px;
    font-size: 48px;
    font-weight: 600;
}

#estate_header h2 span {
    color: #7065f0;
}

/*=====================================================
|  | Below are style same for all estate buildings begins 
======================================================*/
/*Below is Sold/Available button for property view 1 because it's RED*/
/* #view_1 .image_btn_one a {
    background-color: red;
} */
/*Below is Sold/Available button for property view 1-3*/
.image_btn_one a,
#view_2 .image_btn_two a,
#view_3 .image_btn_three a {
    position: relative;
    top: -285px;
    left: 10px;
    border-radius: 0;
    padding: 8px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    background-color: #7065f0;
}
/*=======ends here=================*/

/*Below is Sold/Available button for property view 4-6*/
#view_4 .image_btn_four a,
#view_5 .image_btn_five a,
#view_6 .image_btn_six a {
    position: relative;
    top: -285px;
    left: 10px;
    border-radius: 0;
    padding: 8px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    background-color: #7065f0;
}
/*=======ends here=================*/

.housing_text_below {
    position: relative;
    top: -40px;
    padding: 20px;
}
.housing_text_below h2 {
    font-size: 24px;
    font-weight: 700;
}
.housing_text_below p {
    font-size: 16px;
    margin: 0;
}

.view_btn a {
    position: relative;
    top: 20px;
    left: 40px;
    padding: 13px 100px;
    text-decoration: none;
    border-radius: 12px;
}

/*===================================================
|  |  same style for all estate building ends here
====================================================*/

#estate_view_1 img {
    position: relative;
    top: 3px;
    left: 2px;
    height: 300px;
    width: 414px;
}

#view_1 {
    width: 421px;
    height: 580px;
    border: 2px solid #f2f2f2;
    border-radius: 12px;
    background-color: #f4f4f4;
}

#view_2 {
    width: 421px;
    height: 580px;
    border: 2px solid #f2f2f2;
    border-radius: 12px;
    background-color: #f4f4f4;
}

#view_3 {
    width: 421px;
    height: 580px;
    border: 2px solid #f2f2f2;
    border-radius: 12px;
    background-color: #f4f4f4;
}

#estate_view_2 {
    position: relative;
    top: 20px;
    left: -80px;
    width: 1312px;
    height: 539px;
}

#estate_view_2 img {
    height: 300px;
    width: 414px;
}

#view_4 {
    width: 421px;
    height: 580px;
    border: 2px solid #f2f2f2;
    border-radius: 12px;
    background-color: #f4f4f4;
}

#view_5 {
    width: 421px;
    height: 580px;
    border: 2px solid #f2f2f2;
    border-radius: 12px;
    background-color: #f4f4f4;
}

#view_6 {
    width: 421px;
    height: 580px;
    border: 2px solid #f2f2f2;
    border-radius: 12px;
    background-color: #f4f4f4;
}


.estate_header_btn a {
    position: relative;
    top: 50px;
    left: 560px;
    text-decoration: none;
    font-size: 16px;
}


/*=====================================
|   |   | Stats
=======================================*/
#stats {
    background: url("/img/stats/stats_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 446px;
}

#stats .content-box-md {
    height: 446px;
    background: rgba(0, 0, 0, 0.7)
}

#stats .vertical-heading {
    margin-bottom: 50px;
    text-align: center;
}

#stats .vertical-heading h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}

#stats .vertical-heading h2 span {
    color: #7065f0;
}

#stats .vertical-heading p {
    color: #fff;
}

.stats-item {
    background: rgba(61, 68, 68, 0.5);
    border-radius: 14px;
    min-height: 170px;
    padding: 25px 50px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.stats-item i {
    font-size: 42px;
    color: #7065f0;
    margin: 0 0 6px 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.stats-item h3 {
    font-size: 32px;
    color: #fff;
    margin: 5px 0 5px 0;
}

.stats-item p {
    color: #fff;
    margin: 0 0 0 0;
}

.stats-item:hover {
    background: #7065f0;
}

.stats-item:hover i {
    color: #000;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}


/*========================================
|  |  Contact us from continental location
=========================================*/
#location .location_text {
    text-align: center;
}

.location_text h2 {
    position: relative;
    left: 150px;
    font-size: 48px;
    font-weight: 600;
    line-height: 67px;
    width: 823px;
    height: 134px;
}

.location_text h2 span {
    color: #7065f0;
}

.location_text p {
    position: relative;
    left: 300px;
    padding-top: 20px;

}

#location .location_image {
    position: relative;
    width: 1152px;
    height: 374.7px;
    top: 250px;
    left: -600px;
    margin-top: 50px;
    margin-bottom: 300px;
    opacity: 0.6;
}

.location_tag .location_1 {
    position: relative;
    top: 340px;
    left: 380px;
    z-index: 1;
}
.location_tag .location_2 {
    position: relative;
    top: 400px;
    left: 120px;
    z-index: 1;
}
.location_tag .location_3 {
    position: relative;
    top: 400px;
    left: 500px;
    z-index: 1;
}
.location_tag .location_4 {
    position: relative;
    top: 450px;
    left: 650px;
    z-index: 1;
}
.location_tag .location_5 {
    position: relative;
    top: 520px;
    left: 280px;
    z-index: 1;
}
.location_tag .location_6 {
    position: relative;
    top: 580px;
    left: 290px;
    z-index: 1;
}
.location_tag .location_7 {
    position: relative;
    top: 560px;
    left: -80px;
    z-index: 1;
}

/* ======================================
|   |   |  Google Map
========================================= */
#google-map {
    height: 600px;
}
#google-map iframe {
    position: relative;
    top: 80px;
    height: 510px;
    width: 100%;
}

/* ======================================
|   |   |  Contact
========================================= */
#contact {
    height: 450px;
}

.contact_logo {
    position: relative;
    top: -80px;
    left: -40px;
    width: 190px;
}

.office {
    position: relative;
    top: -30px;
    left: -40px;
}
.office-details {
    padding: 10px;
    line-height: 35px;
}

.office-details span {
    font-weight: 600;
}

.qrcode img {
    position: relative;
    top: 70px;
    left: 380px;
    width: 200px;
}

/* ======================================
|   |   |   Buttons
========================================*/
.btn-general {
    font-family: "Plus Jakarta Sans", sans-serif;
    border-radius: 28px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0, 4px;
    padding: 9px 36px 9px 36px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-lotus {
    color: #fff;
    border: 1px solid #fff;
    background-color: #000;
}

.btn-lotus:hover,
.btn-lotus:focus {
    color: #fff;
    background-color: #7065f0;
    border: 1px solid #7065f0;
    
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 22px;
}

/*Below is the "Reach Us! section" at the navigation bar css*/
.get_touch_btn {
    left: 560.9px;
    text-decoration: none;
    z-index: 1;
}

.get_touch_btn a {
    position: relative;
    top: 10px;
    text-decoration: none;
}   

/* ======================================
|   |   |  Footer
========================================= */
footer {
    background: #f4f4f4;
    padding: 10px;
}

footer p {
    position: relative;
    top: 10px;
    left: -60px;
    font-size: 15px;
    text-align: left;
    color: #000;
    line-height: 20px;
    margin: 0;
}

footer p span {
    color: #7065f0;
    font-weight: 600;
}

.footer_icons {
    position: relative;
    top: -10px;
    left: -20px;
    font-size: 25px;
    text-align: right;
}
.socials_icons {
    padding-left: 20px;
    padding-right: 20px;
}



/* ======================================
|   |   |  Navigation
========================================= */
.navbar {
    padding: 10px 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.site-nav-wrapper {
    padding: 0px;
    color: #fff;
}

.navbar-brand {
    padding: 10px 0;
}

.navbar-brand img {
    position: relative;
    left: 20px;
    top: -15px;
    width: 120px;
    height: auto;
}

.navbar-nav {
    position: relative;
    left: -10px;
}

ul.navbar-nav > li > a {
    position: relative;
    top: 10px;
    font-family: "Plus Jakarta Sans", "Open Sans";
    color:#fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
    /* background: none; */
    color: #000;
    background-color: #fff;
}

/*White Navigation*/
.white-nav-top {
    background:#fff;
    padding: 10px 0;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 2;
}

.white-nav-top ul.navbar-nav > li > a {
    color: #000;
}

.white-nav-top ul.navbar-nav > li > a:hover,
.white-nav-top ul.navbar-nav > li > a:focus {
    color:#7065f0;
}


/* ======================================
|   |   |  Animation
========================================= */
/* #about_text h2,
.location_text span,
#home-text,
.left-section,
.centre-section,
.right-section {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

#about_text h2{
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.location_text span {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#home-text {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.6s;
}

.left-section {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.centre-section {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.right-section {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
} */