@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

a {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    outline: none !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

dl,
ol,
ul {
    margin-bottom: 0;
}

.h1 {
    font-size: 30px;
    color: #181f2d;
    font-weight: 700;
}

.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #181f2d;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.clear {
    clear: both
}

@media (min-width: 1200px) {
    .container {
        max-width: 1160px;
        margin: 0 auto;
    }
}


/*.container{background:#999999}*/


/*Font Awesome*/

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-phone:before {
    content: "\f095";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}


/*Buttons*/

.text-red {
    color: #FF0000
}

.btn {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 25px;
}

.btn-danger {
    background-color: #c41617;
    border-color: #c41617;
    color: #fff;
    border-radius: 20px;
    cursor: pointer
}

.btn-danger-arrow:after {
    content: '';
    display: inline-block;
    background: url(../images/sprites.png) no-repeat 0 -33px;
    width: 16px;
    height: 10px;
    margin-left: 10px;
    position: relative;
    left: 0;
    transition: all .5s ease;
}

.btn-danger-arrow:hover:after {
    left: 8px;
}

.btn-danger:hover {
    background: #24283c;
    border-color: #24283c;
}


/*Header*/

.header-top .email {
    font-size: 12px;
    color: #1d1308;
    font-weight: 500;
    margin-right: 10px;
}

.header-top .email i {
    color: #474747;
    margin-right: 5px;
}

.header-top .email a {
    color: #c41617;
    font-weight: 400;
}

.header-top ul a {
    color: #1d1308;
    margin-left: 14px;
}

.header-top ul a:hover {
    color: #c41617;
}

.header-top ul i {
    font-size: 16px;
}

.header-bottom {
    background: #f0f0ee;
    /* height: 62px; */
    height: 85px;
    padding-top: 10px;
}

.logo {
    margin-top: -28px;
}

.navigation {
    padding-left: 50px;
}

.navigation>ul>li {
    position: relative;
    color: #535252;
}

.navigation>ul>li>a {
    font-size: 13px;
    font-weight: 700;
    color: #535252;
    padding: 22px 19px;
    display: block;
    height: 62px;
}

.navigation>ul>li:hover,
.navigation ul>li>a.active {
    text-decoration: none;
    background: #c41617;
    color: #fff;
}

.navigation>ul>li:hover>a {
    color: #fff;
}

.header-bottom .callus {
    background: #24283c;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px;
    line-height: 18px;
    padding: 6px 11px 6px 27px;
    position: relative;
    margin-top: 8px;
    transition: all .5s ease;
}

.header-bottom .callus span {
    font-weight: 500
}

.header-bottom .callus:hover {
    background: #c41617;
}

.header-bottom .callus span {
    display: block;
    font-size: 11px;
    padding-left: 3px;
}

.header-bottom .callus:before {
    content: '';
    background: url(../images/sprites.png) no-repeat 0 0;
    width: 14px;
    height: 32px;
    position: absolute;
    left: 10px;
    top: 6px;
}


/*Mega Menu*/

.navigation .drop-down-one {
    position: absolute;
    background: #f0f0ee;
    left: 0;
    top: 100%;
    z-index: 9;
    width: 250px;
    display: none;
}

.navigation .drop-down-one>li>a {
    padding: 0 0;
    font-size: 13px;
    font-weight: 700;
    color: #535252;
    padding: 12px;
    display: block;
    transition: all .5s ease;
    border-top: 1px solid #e2e2e2;
}

.navigation .drop-down-one>li>a:hover {
    background: #c41617;
    color: #fff;
}

.navigation>ul>li:hover .drop-down-one {
    display: block;
}

.m-menu {
    display: none;
}


/*Banner*/

.home-banner img {
    width: 100%;
}

.home-banner .carousel-indicators li {
    width: 38px;
    height: 5px;
    background: #908a8c;
    cursor: pointer;
}

.home-banner .carousel-indicators li.active {
    background: #c41617;
}


/*Home Group*/

.home-group .h1:after {
    display: block;
    width: 56px;
    height: 2px;
    background: #9b9b9b;
    content: '';
    margin-top: 12px;
}

.home-group p {
    color: #181f2d;
    line-height: 24px;
}

.home-group .btn:after {
    content: '';
    display: inline-block;
    background: url(../images/sprites.png) no-repeat 0 -33px;
    width: 16px;
    height: 10px;
    margin-left: 10px;
    position: relative;
    left: 0;
    transition: all .5s ease;
}

.home-group .btn:hover:after {
    left: 8px;
}

.home-group figure {
    position: relative;
}

.home-group .imggrp {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}


/*Browse Property*/

.browse-properties {
    background: url(../images/browse-property-bg.jpg) no-repeat 0 0;
    height: 510px;
    background-size: cover;
    padding: 50px 0 40px;
}

.browse-properties .heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.browse-properties .heading small {
    font-size: 13px;
    display: block;
    font-weight: 500;
}

.browse-properties .heading:after {
    display: block;
    content: '';
    background: url(../images/sprites.png) no-repeat 0 -123px;
    width: 20px;
    height: 10px;
    margin: 4px auto 0;
}

.browse-properties .item {
    background: #fff;
    border: 1px solid #cbcbcb;
    width: 275px;
    border-radius: 8px;
}

.browse-properties .item a.figureimg {
    width: 100% !important;
    display: block !important;
}

.browse-properties .slick-slide {
    margin: 0 6px;
}

.browse-properties img {
    position: relative;
    top: -1px;
    border-radius: 8px 8px 0 0;
    max-width: 100%;
}

.browse-properties article {
    padding: 5px 18px;
}

.browse-properties .h3 {
    font-size: 16px;
    color: #030303;
    font-weight: 700;
    text-transform: uppercase;
    margin: 8px 0;
}

.browse-properties p {
    font-size: 12px;
    color: #525354;
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
}




.browse-properties .bottom .view:before {
    width: 16px;
    height: 10px;
    background-position: 0 -161px;
}

.browse-properties .bottom .video {
    background: #e8ebf1;
    border-radius: 0 0 8px 0;
}

.browse-properties .bottom .video:hover {
    color: #fff;
    background: #c41617;
}

.browse-properties .bottom .video:hover:before {
    color: #fff;
}




/*Home Careers*/

.home-media h4 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #8d3246;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


/*.home-media figure:after{ content:''; border:4px solid rgba(255,255,255,.55); position:absolute; left:5%; right:5%; top:5%; bottom:5%; overflow:hidden; transition: color 0.2s;}*/

.home-media figure:hover:after {
    border-color: #fff;
}

.home-media figure {
    outline: 1px solid rgba(255, 255, 255, .3);
    outline-offset: -18px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    position: relative;
    overflow: hidden;
}

.home-media figure:before,
.home-media figure:after {
    content: "";
    position: absolute;
    top: 17px;
    left: 17px;
    right: 17px;
    bottom: 17px;
    border: 1px solid transparent;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home-media figure:before {
    border-color: #fff transparent;
    -webkit-transform: skewX(-81deg);
    transform: skewX(-81deg);
}

.home-media figure:after {
    border-color: transparent #fff;
    -webkit-transform: skewY(60deg);
    transform: skewY(60deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.home-media figure:hover:before,
.home-media figure:hover:after {
    -webkit-transform: none;
    transform: none;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background: url(../images/loading-icon.gif) no-repeat center center;
}


/*Footer*/

footer {
    background: #03305e;
}

footer address {
    font-size: 12px;
    color: #b5c1c2;
    line-height: 20px;
}

footer .h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #b5c1c2;
}

.project-links {
    font-size: 14px;
    font-weight: 300;
    border-left: 1px solid #666977;
    border-right: 1px solid #666977;
}

.project-links li {
    padding-top: 8px;
}

.footer-menu {
    border-bottom: 1px solid #666977;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.footer-menu a {
    font-size: 16px;
    margin-right: 20px;
}

.footer-social a {
    font-size: 18px;
    margin-left: 30px;
}

.copyright {
    border-top: 1px solid #666977;
    font-size: 12px;
    color: #b5c1c2;
}

.poweredby {
    color: #ffffff;
}

.back-top {
    width: 34px;
    height: 34px;
    border: 4px solid #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}


/*Slick Slider*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    background: url(../images/loading-icon.gif) no-repeat center center;
    min-height: 250px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -48px;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    outline: 0;
    color: transparent;
    border: none;
    outline: none;
    outline: 0;
    background: #fff
}

.slick-prev:hover,
.slick-next:hover {
    background: #24283c;
    color: #FFFFFF !important
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;
    color: #c41617;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f053'
}

.slick-next {
    right: 10px
}

.slick-next:before {
    content: '\f054'
}

.slick-prev {
    right: 46px
}


/* Dots */

.slick-dots {
    position: absolute;
    bottom: 17px;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 38px;
    height: 5px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: #908a8c;
    width: 38px;
    height: 5px;
    content: '';
    text-align: center;
    color: #000
}

.slick-dots li.slick-active button:before {
    background: #c41617
}


/*menu*/

.m-menu span,
.m-menu span:before,
.m-menu span:after {
    cursor: pointer;
    height: 3px;
    width: 23px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out;
}

.m-menu span:before {
    top: -7px;
}

.m-menu span:after {
    bottom: -7px;
}


/*Overview*/

.inner-banner {
    background: url(../images/inner-banner.jpg) no-repeat 0 0;
    background-size: cover;
    height: 250px;
    margin-top: 25px;
    position: relative;
    color: #fff;
}

.inner-banner article {
    z-index: 1;
    height: 100%;
}

.inner-banner:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(36, 40, 60, .82);
    content: '';
}

.inner-banner h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.inner-banner h1:after {
    content: '';
    display: block;
    margin: 15px auto 0;
    width: 65px;
    height: 1px;
    background: #fff;
}

.double-heading span {
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #c41617;
    font-style: italic;
}

.overview p {
    font-size: 14px;
    line-height: 24px;
    padding: 1rem 6rem;
}

.overview {
    background: url(../images/overview-bg.jpg) no-repeat center bottom;
    padding-bottom: 300px !important;
}


/*Projects*/

.project-banner figcaption {
    background: #24283c;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 500;
}

.projects .completed li {
    width: 25%;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}

.projects .completed li:nth-child(4n) {
    border-right: 0;
}

.projects .completed li a {
    display: block;
    padding: 25px 30px;
    color: #24283c;
    font-size: 16px;
    font-weight: 500;
    transition: all .5s ease;
}

.projects .completed li a:before {
    font-family: 'FontAwesome';
    content: '\f101';
    font-size: 18px;
    margin-right: 5px;
}

.projects .completed li a:hover {
    background: #c41617;
    color: #fff;
}

.projects-inner .ongoing-box article {
    border: 1px solid #cbcbcb;
}

.projects-inner .ongoing-box .proname {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    bottom: -20px;
    right: 5px;
    background: #fff;
    border: 1px solid #cbcbcb;
}

.projects-inner .ongoing-box .proname img {
    max-width: 80%;
}

.projects-inner .ongoing-box small {
    display: block;
    font-size: 12px;
    padding: 1rem 1rem 0rem 1rem;
}

.projects-inner .ongoing-box a {
    display: block;
    color: #000;
}


/*.projects-inner .ongoing-box a:hover p{ background:#c41617;}*/

.projects-inner .project-title {
    background: #24283c;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0px;
}

.projects-inner .ongoing-box span {
    font-size: 15px;
    color: #24283c;
    font-weight: 500;
}

.projects-inner .ongoing-box h6 {
    font-size: 12px;
    letter-spacing: 0px;
    color: #3b3b3b;
    font-weight: 400
}

.projects-inner .ongoing-box p {
    margin: 0;
    padding: 0.4rem 1rem 0.6rem 1rem;
    color: #3b3b3b;
    font-weight: 400;
    transition: all .5s ease;
    font-size: 12px;
    border-top: solid 1px #e6e6e6
}

.project-text {
    border-top: 1px solid #cbcbcb;
}

.projects .procompleted li {
    width: 50%;
}

.seprate-line {
    width: 100%;
    border-top: 1px solid #cbcbcb;
    margin: 0 15px;
}

.projects .procompleted li:nth-child(2n) {
    border-right: 0;
}

.projects .pro-ongoing figure {
    padding: 50px 15px;
    min-height: 195px;
    width: 100%;
}

.projects .pro-ongoing .ongoing-box {
    margin-bottom: 15px;
}

.projects .pro-ongoing .ongoing-box a,
.projects .pro-ongoing .ongoing-box article {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}

.projects .pro-ongoing .ongoing-box article {
    align-items: flex-end;
}

.projects .pro-ongoing .ongoing-box p {
    width: 100%;
}


/*luo overview*/

.luoverview-slider {
    margin-top: 20px;
    position: relative;
}

.luoverview-slider img {
    width: 100%;
}

.luoverview-slider .slick-prev {
    left: 0;
}

.luoverview-slider .slick-next {
    right: 0;
}

.luoverview-slider .slick-prev,
.luoverview-slider .slick-next {
    top: 50%;
    z-index: 1
}

.banner-block {
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 99;
    top: 5rem;
    right: 5rem;
}

.banner-block .banner-logo {
    border: double 1px #ed3243;
    margin: 10px;
    width: auto;
    height: 280px;
}

.banner-block .banner-logo img {
    width: auto
}

.luxura-motifbg {
    background: url(../images/luxora-icon1.png) no-repeat bottom right!important, url(../images/luxora-icon2.png) no-repeat top left !important
}

.luxora-bg {
    background: url(../images/a.png) no-repeat left bottom !important
}

.luxora-links {
    background: #24283c;
    margin-top: -5px;
}

.luxora-links.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.luxora-links a {
    color: #fff;
    font-size: 13px;
    padding: 14px 8px;
    margin: 0 3px;
    display: block;
    transition: all .5s ease;
}

.luxora-links i {
    margin-right: 3px;
    font-size: 15px;
}

.luxora-links a:hover,
.luxora-links a.active {
    background: #c41617;
}

.luxora-links a.luactive {
    background: #c41617;
    color: #fff;
    position: relative;
}

.luxora-links a.luactive:after {
    content: '\f0dd';
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    text-align: center;
    color: #c41617;
    font-size: 20px;
}

.luxora-project ul li {
    padding: 0 20px;
    font-size: 14px;
    color: #24283c
}

.luxora-project ul li:before {
    content: '\f0f7';
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 15px;
    margin-right: 8px;
}

.luxora-outer .h1 {
    font-size: 30px;
    font-weight: 500;
    color: #604a3c;
}

.luxora-outer .h2 {
    font-size: 26px;
    font-weight: 500;
    color: #24283c;
}

.luxora-outer .h3 {
    font-size: 22px;
    font-weight: 500;
    color: #24283c;
}

.luxora-overview {
    background: url(../images/highlight.jpg) no-repeat center bottom;
    background-size: auto 100%;
    background-size: cover
}

.luxora-outer .list-arrow li {
    font-size: 14px;
    margin: 15px 0;
    line-height: 24px;
    padding-left: 15px;
    position: relative;
    color: #2d2d2d;
}

.luxora-outer .list-arrow li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border: 1px solid #22437a;
    border-radius: 50%;
}

.luxora-features {
    background: #faf9fe;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.luxora-features .seprate-line {
    border: 0;
    background: linear-gradient(to right, #faf9fe, #bdbdbd, #faf9fe);
    height: 1px;
}

.luxora-features i {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/sprites.png) no-repeat 0 -181px;
    margin-right: 10px;
}

.luxora-features .icon-project {
    background-position: 0 -215px;
}

.luxora-features .icon-building {
    background-position: 0 -249px;
}

.luxora-features .container {
    position: relative;
    z-index: 1;
}

.luxora-outer .luxora-features h3 {
    font-size: 20px;
    color: #24283c;
}

.luxora-features ul {
    margin: 0 0 35px;
}

.luxora-floor-plans {
    background: url(../images/floor-background2.png) repeat 0 0;
}

.luxora-floor-plans article {
    background: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

.luxora-floor-plans article span {
    background: #f2f2f2;
    margin: 10px 0 0;
    display: block;
    text-align: center;
    padding: 6px 10px;
    font-size: 15px;
    color: #24283c;
    transition: all .5s ease;
}

.luxora-floor-plans article a {
    display: block;
}

.luxora-floor-plans article a:hover span {
    background: #c41617;
    color: #fff
}

.luxora-floor-plans .h3 {
    font-size: 20px;
}

.luxora-specifications {
    background: #332e56;
    overflow: hidden;
}

.luxora-specifications .h1,
.luxora-outer .luxora-specifications .h3,
.luxora-outer .luxora-specifications .list-arrow li {
    color: #fff;
}

.luxora-outer .luxora-specifications .list-arrow li:before {
    border-color: #fff;
}


/*.luxora-specifications .icon-living{ background-position:0 -283px;}
.luxora-specifications .icon-bedroom{ background-position:0 -317px;}
.luxora-specifications .icon-balconies{ background-position:0 -351px;}
.luxora-specifications .icon-kitchen{ background-position:0 -385px;}
.luxora-specifications .icon-toilets{ background-position:0 -419px;}*/

.luxora-specifications:before {
    background: url(../images/otc-1a.svg) no-repeat;
    content: "";
    height: 296px;
    left: 20px;
    position: absolute;
    top: -180px;
    width: 364px;
}

.luxora-specifications .inbox {
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: -1px;
}

.luxora-specifications .inbox .text {
    padding: 0 10px 0 30px;
}

.luxora-specifications .inbox figure {
    margin: 0;
}

.luxora-location i {
    color: #c41617;
    margin-right: 5px;
}

.luxora-location p,
.luxora-location a {
    color: #666;
    font-size: 14px;
}

.luxora-ad {
    background: #f2f3f3;
    padding: 100px 0;
}

.luxora-ad iframe {}

.luxora-ad .seprate-line {
    margin: 30px 0;
}

.luxora-enquiry textarea.form-control {
    height: 92px;
}

.luxora-enquiry {
    background: url(../images/enquiry-bg.jpg) no-repeat 0 0;
    background-size: cover;
    position: relative;
}

.luxora-enquiry .h1 {
    color: #fff;
}

.luxora-enquiry .inset {
    position: relative;
    z-index: 0;
}

.luxora-enquiry:before {
    position: absolute;
    content: '';
    background: #000;
    opacity: .78;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.luxora-enquiry li {
    color: #fff;
    margin: 20px 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    width: 100%;
}

.luxora-enquiry li a {
    color: #fff;
}

.luxora-enquiry li i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #c51718;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    margin-right: 12px;
}

.luxora-enquiry .form-control {
    border: 0;
}

.luxora-enquiry .enleft {
    border-right: 1px solid #fff;
}

.luxora-enquiry .form-control::placeholder {
    font-size: 14px;
}

.luxora-clubhouse,
.height-samflat {
    background: #753938;
    position: relative;
    z-index: 0;
}

.luxora-samflat {
    background: url(../images/clubhouse-bg.jpg) no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.height-samflat {
    background: url(../images/heights-slider4.jpg) no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.luxora-clubhouse .h1 {
    color: #fff
}

.luxora-clubhouse-text .h1 {
    letter-spacing: 5px;
}

.luxora-clubhouse-text small {
    display: block;
    font-weight: 300;
    text-transform: none;
    letter-spacing: normal;
    padding-bottom: 10px;
}

.luxora-clubhouse .container {
    position: relative;
    z-index: 2;
}

.luxora-samflat:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #24283c;
    opacity: 0.96;
    content: '';
    z-index: 1;
}

.luxora-clubhouse li {
    width: 31%;
    margin-bottom: 20px;
    outline: 1px solid #fff;
    outline-offset: 2px;
}

.luxora-clubhouse a {
    position: relative;
    overflow: hidden;
    display: block;
    position: relative;
}

.luxora-clubhouse a img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.luxora-clubhouse a:after {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: '\f00e';
    left: 0;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.luxora-clubhouse a:hover:after {
    opacity: 1;
    cursor: pointer;
}

.luxora-clubhouse a:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.luxora-samflat li {
    width: 23%;
}

.luxora-chouse li {
    width: 24%;
    margin-bottom: 20px;
    outline: 1px solid #fff;
    outline-offset: 2px;
}

.luxora-chouse a {
    position: relative;
    overflow: hidden;
    display: block;
    position: relative;
}

.luxora-chouse a img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.luxora-chouse a:after {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: '\f00e';
    left: 0;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.luxora-chouse a:hover:after {
    opacity: 1;
    cursor: pointer;
}

.luxora-chouse a:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.height-bg {
    background: #173346;
    overflow: hidden;
}

.shivgyan-height .inbox {
    border: 1px solid rgba(141, 141, 141, 0.2);
    margin-top: -1px;
}

.table-spec {
    color: #FFFFFF
}

.table-spec thead tr th {
    border: 1px solid rgba(141, 141, 141, 0.2);
}

.table-spec tbody tr td {
    border: 1px solid rgba(141, 141, 141, 0.2);
}


/*==============================
	Casa Visata Css
================================*/

.vista-spec {
    margin-bottom: 3rem;
}

.vista-spec ul li {
    color: #FFFFFF;
    line-height: 2.7;
    border-bottom: dotted 1px #45484A
}

.vista-spec figure {
    margin-bottom: 10px;
}

.location-details ul li {
    line-height: 2.4;
    font-size: 15px;
}

.location-details ul li .fa {
    font-size: 16px;
    padding-right: 10px;
}

.proj-nav select {
    display: none
}


/*==============================
	Casa Prime Css
================================*/

.casaprime-bg {
    background: #222529;
    overflow: hidden;
    background: url(../images/casa-prime-bg.jpg) no-repeat top;
    background-size: cover;
    background-attachment: fixed
}

.casaprime-bgfix {
    background-color: rgba(24, 37, 41, 0.95)
}

.casa-table thead tr th {
    color: #bb9c23;
}

.figzero figure {
    margin: 0px!important;
}

.text-yellow {
    color: #bb9c23 !important;
}

.text-gold {
    color: #ad7e4d !important;
}

.project-ongoingbg {
    width: 100%;
}

.project-ongoing {
    text-align: left;
    margin: 10px 0;
    padding: 0.6rem;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    width: 100%;
    background: #212536
}

.project-bdr {
    border: solid 1px rgba(255, 255, 255, 0.5);
    height: 15vh;
    padding-top: 2rem;
    padding-left: 2rem;
    color: #FFFFFF
}


/*Vission Mission*/

.vision-mission p {
    padding: 0;
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), transparent url(../../wpopaldemo.com/opalhomes/wp-content/uploads/2016/12/bgfooter2.jpg) 0 0/auto repeat scroll;
}

.carousel-indicators {
    position: absolute;
    right: 63% !important;
}

.project .card {
    border: none;
    margin-bottom: 1rem;
}

.project .card-header {
    border: solid 1px #91939d;
    bordr-radius: 0px !important;
}

.project h5 a {
    font-size: 24px;
    color: #3c3c3c;
    font-weight: 700
}

.project .img-right {
    float: right
}

.project .card-header {
    background: #FFFFFF
}

.project .card-body {
    border: none !important
}

.project .project-listfirst {
    width: 80%;
    float: left;
    padding-top: 1rem;
}


/*==============================
	Residance Css
================================*/

.residance-block {
    background-image: url(../images/leaf-motif.jpg), url(../images/leaf-motif1.jpg);
    background-position: top right, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-color: #f8f7f5
}


/*==============================
	Contact us Css
================================*/

.address-block {
    border-right: solid 1px #E9E9E9;
    padding: 0.8rem;
    min-height: 200px;
}

.bdr-none {
    border: none
}

.address-block a,
p {
    color: #666666;
}

.address-block a:hover {
    color: #000000
}

.map {
    border: solid 1px #E9E9E9;
    padding: 0.4rem
}

.contact-form .form-field {
    position: relative;
    margin: 30px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #c9c9c9;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

.contact-form .input-text:focus {
    outline: none;
}

.contact-form .input-text:focus+.label,
.contact-form .input-text.not-empty+.label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 15px;
    bottom: 11px;
    line-height: inherit;
    font-weight: 400;
    color: #888;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 24px;
    padding: 8px 25px;
    border: none;
    cursor: pointer;
}


/*==============================
	Chairman Css
================================*/

.md-block p {
    font-size: 14px;
    line-height: 2
}


/*==============================
	Career Css
================================*/

.career-form input {
    border-radius: 0px;
    border: solid 1px #d3d3d3
}

.career-form label span {
    color: #FF0000
}

.career-form .text-dark-light {
    color: #666666
}

.flex-cont {
    display: flex;
}

.flex-cont>.block-first {
    margin: 0;
    padding: 0;
    width: 50%;
    background: #f3f3f3
}

.career-block-left {
    max-width: 550px;
    float: right;
    padding: 2rem;
}

.btn-send {
    background: #c41617;
    border: #c41617;
    padding: 0.6rem 1rem;
    font-size: 16px;
}

.map-bdr {
    border: dotted 1px #CCCCCC;
    padding: 0.6rem;
}

.md-pic img {}

.height-elevation .gallery-zoom {
    margin-bottom: 20px;
}

.height-elevation .gallery-zoom img {
    border: solid 1px #FFFFFF
}


/*==============================
	Press & Media Css
================================*/

.light-gallery .gallery-zoom {
    margin-bottom: 25px;
    outline: 0px solid #fff;
    outline-offset: 0px;
}

.light-gallery a {
    position: relative;
    overflow: hidden;
    display: block;
    position: relative;
}

.light-gallery a img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.light-gallery a:after {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: '\f100';
    left: 0;
    font-family: "Flaticon";
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.light-gallery a:hover:after {
    opacity: 1;
    cursor: pointer;
}

.light-gallery a:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}

.flaticon-album:before {
    content: "\f100";
}

.man {
    position: absolute;
    top: -6.8rem;
    right: 2rem;
}

.key {
    position: absolute;
    top: -2rem;
    right: 2rem;
}

.soldout {
    position: absolute;
    top: -1rem;
    right: 2rem;
}

.video img {
    cursor: pointer;
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

.stopfade {
    opacity: .5;
}

.fullwidthvideo {
    min-height: 550px;
}

.modal-content {
    border-radius: 0;
}

.close {
    background: 0 0;
    border: 0;
    top: 0px;
    position: absolute;
    right: 0px;
    opacity: 1 !important;
    text-shadow: none!important;
    background: #FFFFFF !important;
    padding: 10px 17px 5px 17px !important;
    color: #333333 !important;
    cursor: pointer;
    font-weight: 400;
    font-size: 30px;
    z-index: 9
}

.close:hover {
    background: #c51718 !important;
    color: #FFFFFF !important
}

.modal-body {
    padding: 10px 10px 5px 10px;
}

.feedbackform span {
    width: 100%;
}

.feedbackform input,
select,
textarea {
    width: 100%;
    margin: 7px 0;
    height: 30px;
    border: solid 1px #DDDDDD;
}

.feedbackform textarea {
    padding: 10px;
    min-height: 70px;
}

.slide-out-div {
    padding: 20px;
    width: 300px;
    background: #f2f2f2;
    border: #c41617 2px solid;
    z-index: 999999999999 !important;
    position: absolute;
}

.vision-bdr {
    border-right: solid 1px #e0e0e0
}

.vision-section .black-bdr {
    background: #000000;
    width: 37px;
    height: 3px;
    margin: 20px auto;
}

.vision-section .h6 {
    font-weight: 400;
    letter-spacing: 1px;
}

.vision-section p {
    font-weight: 300;
    font-size: 12px;
}

.vision-section .read-more {
    color: #c51814;
    font-weight: 400;
    font-size: 14px;
}

.land-form .input-filed {
    border-radius: 0px;
    height: 38px;
    outline: solid 1px #222222;
    box-shadow: none;
    border: none;
}

.land-form label {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    line-height: 10px;
}

.land-form .btn-secondary {
    background: #222222;
    border: #222222;
    padding: 0.8rem 1.6rem;
    text-transform: inherit;
    font-size: 14px;
    border-radius: 0px;
    cursor: pointer
}

.land-form .btn-secondary:hover {
    background: #000000
}

::placeholder {
    color: #c7c7c7 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c7c7c7 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c7c7c7 !important;
}

.land-section {
    background: #f9f9f9;
    border: solid 1px #f2f2f2;
    padding: 1.6rem;
    margin-left: 5rem
}

.land-section2 {
    background: #f9f9f9;
    border: solid 1px #f2f2f2;
    padding: 1.6rem;
    margin-left: 2rem
}

.iAgreePopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999999;
}

.iAgreePopup .popupBG {
    background: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.iAgreePopup .popupContainer {
    height: 90%;
    max-height: 450px;
    width: 100%;
    max-width: 850px;
    left: 50%;
    top: 50%;
    background: #fff;
    z-index: 1;
    position: absolute;
    border-radius: 0;
}

.iAgreePopup .popupContainer .popupContent {
    position: absolute;
    top: 0px;
    left: 20px;
    right: 20px;
    bottom: 30px;
    overflow: auto;
    background-color: #ffffff;
    padding: 15px;
}

.iAgreePopup .popupContainer .popupChoices {
    bottom: 20px;
    position: absolute;
    left: 20px;
    right: 20px;
}

.iAgreePopup .popupContainer .popupChoices .yesNo {
    float: inherit;
    height: auto;
    text-align: center;
}

.iAgreePopup .popupContainer .popupChoices .popupChoiceButton {
    font-size: 14px;
    border-radius: 18px;
    padding: .4em 2em;
    display: inline-block;
    background-color: #000;
    color: #ffffff;
    line-height: 1.5em!important;
    vertical-align: middle;
}

.iAgreePopup .popupContainer .popupChoices a:hover.popupChoiceButton {
    opacity: 0.7;
    text-decoration: none;
    color: #ffffff;
    transition: background .2s ease;
    border: none;
}

.iAgreePopup .popupContainer .popupChoices .popupChoiceButton.agree {
    margin-right: 10px;
}

#wpadminbar #wp-admin-bar-i-agree-popups .ab-icon:before {
    content: '\f314';
    top: 3px;
}

.iAgreePopup .popupContainer h3 {
    font-size: 1.8em;
    margin-top: 0.5em;
}

.visible-mobile {
    display: none
}

.error {
    color: #FF0000;
    font-size: 12px;
}


/* Smaller devices */

@media only screen and (max-width: 540px) {
    .iAgreePopup .popupContainer {
        height: 100%;
        max-height: inherit;
        width: 100%;
        max-width: inherit;
        left: 0;
        top: 0;
        margin: 0!important;
        position: fixed;
    }
}


/* Extra small devices */

@media only screen and (max-width: 480px) {
    .iAgreePopup .popupContainer .popupChoices .popupChoiceButton.agree {
        margin-bottom: 10px;
    }
    .iAgreePopup .popupContainer .popupContent {
        bottom: 110px;
    }
    .iAgreePopup .popupContainer .popupChoices .popupChoiceButton {
        display: block;
    }
}


/*Responsive Media Query*/

@media (max-width: 1159px) {
    .back-top {
        display: none;
    }
    .navigation {
        padding-left: 0;
    }
    .navigation ul>li>a {
        padding: 22px 15px;
    }
    .header-bottom .callus {
        font-size: 12px;
    }
    .browse-properties .h3 {
        font-size: 14px;
    }
    .home-media img {
        max-width: 100%;
    }
    .home-media article {
        width: 70%;
    }
    .footer-menu a {
        font-size: 13px;
        margin-right: 10px;
    }
    .projects .completed li a {
        padding: 25px 10px;
    }
    .projects-inner .ongoing-box p {
        font-size: 12px;
    }
    /*Luxora overview*/
    .luxora-links a {
        font-size: 12px;
        padding: 14px 5px;
    }
    .luxora-links ul {
        white-space: nowrap;
        overflow-x: auto;
        justify-content: inherit !important;
    }
    .luxora-specifications .inbox .text {
        padding: 20px 10px 0 30px;
    }
}

@media (max-width: 992px) {
    img {
        max-width: 100%;
    }
    .container {
        max-width: 736px;
    }
    .header-bottom .callus {
        padding: 6px 5px
    }
    .header-bottom .callus:before {
        background: none;
    }
    .navigation ul>li>a {
        padding: 22px 8px;
        font-size: 11px;
    }
    .logo {
        margin-top: -1px;
    }
    .footer-menu-outer {
        padding-left: 15px !important;
    }
    .footer-menu a {
        font-size: 11px;
    }
    .projects .completed li a {
        padding: 18px 10px;
        font-size: 11px;
    }
    .luxora-enquiry li {
        display: none;
    }
    .land-section2 {
        margin-left: 0rem;
    }
    .land-section {
        padding: 1.6rem;
        margin-left: 0rem
    }
}

@media (max-width: 768px) {
    .land-section2 {
        margin-left: 0rem;
    }
    .land-section {
        padding: 1.6rem;
        margin-left: 0rem
    }
    .m-space {
        min-height: 43px;
    }
    .header-top {
        background: #FFFFFF;
        padding: 4px 0 0px 0;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1;
    }
}

@media (max-width: 767px) {
    .land-section2 {
        margin-left: 0rem;
        margin-top: 1rem
    }
    .land-section {
        padding: 1.6rem;
        margin-left: 0rem
    }
    .m-space {
        min-height: 40px;
    }
    .header-top {
        background: #FFFFFF;
        padding: 4px 0;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1;
    }
    .header-bottom .callus {
        display: none;
    }
    .header-top .justify-content-end {
        justify-content: center !important;
    }
    .home-group {
        padding-bottom: 15px !important;
    }
    .header-top ul a {
        margin-left: 8px;
    }
    .header-top ul i {
        font-size: 14px;
    }
    .header-top .email {
        font-size: 11px;
    }
    .logo {
        margin: 0;
        text-align: center;
    }
    .logo img {
        width: 80px;
    }
    .header-bottom {
        height: 40px;
    }
    .home-group .imggrp img {
        width: 90px;
    }
    .home-group figure {
        margin-top: 15px;
    }
    .browse-properties .heading {
        font-size: 22px;
    }
    .browse-properties img {
        margin: auto;
    }
    .browse-properties {
        text-align: center;
    }
    .browse-properties p {
        display: inline-block;
    }
    .browse-properties .slick-prev,
    .slick-next {
        top: 50%;
        z-index: 1
    }
    .browse-properties .slick-next {
        right: -10px;
    }
    .browse-properties .slick-prev {
        left: -10px;
    }
    .home-media {
        text-align: center;
    }
    .home-media .d-flex {
        flex-wrap: wrap;
    }
    .home-media article,
    .home-media .imgleft {
        width: 100%;
    }
    .home-media figure {
        margin-right: 0 !important;
    }
    footer {
        text-align: center;
    }
    .project-links {
        padding-left: 15px !important;
    }
    .project-links h5 {
        border-top: 1px solid #666977;
        padding-top: 10px;
    }
    .footer-menu {
        border-top: 1px solid #666977;
        border-bottom: 0;
        margin: 10px 0 0;
        padding: 10px 0;
    }
    .footer-menu,
    .footer-social {
        justify-content: center !important;
    }
    .footer-social a {
        margin: 0 15px;
    }
    .poweredby {
        padding-top: 10px;
    }
    .carousel-indicators {
        bottom: -10px;
    }
    .m-menu {
        display: block;
        position: absolute;
        left: 0;
        top: 35px;
        width: 45px;
        height: 22px;
        padding: 20px 12px;
        margin-left: 3px;
    }
    .m-menu.m-menu-active {
        background: #f0f0ee;
        z-index: 99;
        top: 0;
        position: fixed
    }
    .m-menu.m-menu-active span {
        background-color: transparent;
        top: 12px;
    }
    .m-menu.m-menu-active span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 0;
        top: 7px;
    }
    .m-menu.m-menu-active span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        bottom: -7px;
    }
    /*nav*/
    .overlay.active {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, .8);
        z-index: 97;
    }
    .navigation {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -260px;
        background: #fff;
        width: 260px;
        z-index: 99
    }
    .navigation ul {
        flex-wrap: wrap;
    }
    .navigation ul>li {
        width: 100%;
    }
    .navigation ul>li>a {
        font-size: 14px;
        border-bottom: 1px solid #ccc;
    }
    .inner-banner {
        height: 110px;
    }
    .inner-banner .h1 {
        font-size: 25px;
    }
    .projects .completed li {
        width: 50%;
    }
    .projects .completed li a {
        padding: 15px 5px;
        font-size: 10px;
    }
    .projects .completed li:nth-child(2n) {
        border-right: 0;
    }
    .ongoing-box {
        margin-top: 10px;
    }
    .ongoing-box img {
        width: 100%;
    }
    .projects .completed li a:before {
        font-size: 12px;
    }
    .project-banner img {
        width: 100%;
    }
    .mb-5,
    .my-5 {
        margin-bottom: 1rem !important;
    }
    .luxora-project ul {
        flex-wrap: wrap;
    }
    .luxora-project ul li {
        width: 100%;
        padding-bottom: 10px;
    }
    .seprate-line {
        margin: 0;
    }
    .luxora-outer .h1 {
        font-size: 25px;
    }
    .luxora-specifications .spebox,
    .luxora-enquiry .enleft {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .luxora-specifications .inbox .text,
    .luxora-specifications .inbox figure {
        width: 100%;
    }
    .luxora-specifications .inbox figure,
    .luxora-enquiry {
        text-align: center;
    }
    .luxora-enquiry .enleft {
        border-right: 0;
        border-bottom: 1px solid #fff;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .luxora-specifications .inbox {
        margin-top: 1rem;
    }
    .luxora-features i {
        float: left;
    }
    .luxora-clubhouse li {
        width: 48%;
    }
    .pb-5,
    .py-5 {
        padding-bottom: 1.5rem !important;
    }
    .pt-5,
    .py-5 {
        padding-top: 1.5rem !important;
    }
    .luxora-outer .h1 {
        padding-bottom: 10px !important;
    }
    .luxora-ad {
        padding: 1.5rem 0;
    }
    .luxora-outer .luxora-features h3 {
        font-size: 17px;
    }
    .luxora-location .h4 {
        padding: 1rem 0 .5rem !important;
    }
    .luxora-prohigh {
        margin-top: 0 !important;
    }
    .luxora-prohigh .h1 {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .luxora-ad .col-md-6 {
        margin-bottom: 1rem;
    }
    .flex-cont {
        display: inline;
    }
    .flex-cont>.block-first {
        width: 100%;
    }
    .career-block-left {
        max-width: 100%;
        float: right;
        padding: 1rem;
    }
    .overview p {
        font-size: 14px;
        line-height: 24px;
        padding: 1rem 0rem;
    }
    .fullwidthvideo {
        min-height: 300px;
    }
    .banner-block {
        display: none
    }
}

@media screen and (max-width: 980px) {
    .nav-container {
        text-align: left !important;
    }
    .proj-nav ul {
        display: none;
        width: 100%;
        background: none;
        z-index: 99999
    }
    .proj-nav select {
        display: inline-block;
        width: 100%;
        background-color: #1a2d58;
        border: none;
        border-radius: 0;
        outline: none;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        text-align: center!important;
        font-size: 1.3em;
        color: #fff;
        /*padding:0.5em 0px;*/
        text-indent: .01px;
        height: 20px;
    }
    .proj-nav select option {
        border-bottom: solid 1px #a88321;
    }
    .slick-slider {
        min-height: inherit;
    }
}

@media screen and (max-width: 980px) {
    .slick-prev,
    .slick-next {
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 768px) {
    .slide-out-div {
        display: none
    }
    .page-nav {
        min-height: 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .hidden-mobile {
        display: none
    }
    .visible-mobile {
        display: block
    }
}

@media screen and (max-width: 576px) {
    .vision-bdr {
        border-right: solid 1px #e0e0e0
    }
    .bbcom_desktop_smartphones_pinnedNavigation_a .fixed-bg {
        display: none;
        width: 100%;
        height: 42px !important;
        position: absolute;
        left: 0;
        background: #c41617;
    }
}

#countdown {
    width: 100%;
}

label {
    clear: both;
    display: block;
}

#countdown span {
    background: red;
    color: #FFF;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    width: 25%;
    dispaly: block;
    float: left;
    border-right: 1px solid #FFF;
    margin-bottom: 30px;
    padding: 30px 0px;
}

#countdown span:last-child {
    border-right: 1px solid #313233;
}

.view-mobile {
    display: none
}

.view-desktop {
    display: block
}

@media screen and (max-width:768px) {
    .view-mobile {
        display: block
    }
    .view-desktop {
        display: none!important;
    }
    #countdown span {
        background: red;
        color: #FFF;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        width: 50%;
        dispaly: block;
        margin-bottom: 0px;
        float: left;
        border-right: 1px solid #FFF;
    }
}