/* @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
body {
    font-family: 'Open Sans', 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, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 { color:#000000; font-weight:700;}
.h1, .h2, .h3, .h4, .h5 { margin:0; padding:0; margin-bottom:0px;}
h1, .h1 {font-size: 32px;}
h2, .h2 {font-size: 28px;}
h3, .h3 {font-size: 24px;}
h4, .h4 {font-size: 18px;}
h5, .h5 {font-size: 14px;}
h6 {font-size: 0.8em;}

.clear {clear:both}

.container { max-width:1190px; margin:0 auto;}

/*Buttons*/
.text-red{color:#FF0000}
.text-blue{color:#13153e}
.text-black{color: #000}
.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;}
.font400{
    font-weight: 400
}
.font600{
    font-weight: 600
}
.font700{
    font-weight: 700
}


/* ================================= 
    Header 
    ================================*/
    header{ 
        background:#fdf9f8; 
    }
    .logo { 
        margin-top: 0px;  
        background: #fff;  
        position: absolute;  
        z-index: 1;  
        border-radius: 0 0 15px 15px;  
        top: -50px; 
        box-shadow: 0 3px 2px 3px rgba(0,0,0,.02);
        padding-top: 5px;
    }
    .logo a { padding:0.6em 1.3em 0.8em 1.3em; display: inline-block; text-align: center;}
    
    .wsmenu li.mobile-social { display: none;}

.header-right { text-align: right;}
.header-right li {vertical-align: middle;}
.header-right ul a{ color:#1d1308; display: inline-block;  transition-delay:1s;}
.header-right ul a:hover{ color:#c41617;}
.header-right ul i{ font-size:16px; color: orange}
.header-right img { width: 25px;}

.header-bottom{ 
    padding:25px 0;
    margin: 0px 0 0;
    border-bottom: solid 1px #eee;
}
.header-bottom .head-item-center {align-items: center;}

.navigation{ padding-left:50px;}
.navigation > ul > li{ position:fixed; 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;}

/*Mega Menu*/
.navigation .drop-down-one{ position:absolute; background:#f0f0ee; left:0; top:100%; z-index:9; width:250px; display:none ;transition-delay:1s;}
.navigation .drop-down-one > li > a{ padding:0 0; font-size:13px; font-weight:700; color:#535252; padding:12px; display:block; transition:all 3s ease; border-top:1px solid #e2e2e2;transition-delay:1s;}
.navigation .drop-down-one > li > a:hover{ background:#c41617; color:#fff;transition-delay:1s;}
.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 p{ color:#181f2d; line-height:24px;}
.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{height:auto; background-size:cover; padding:50px 0 90px;}
.browse-properties .heading{ font-size:32px; font-weight:700;}
.browse-properties .heading small{ font-size:13px; display:block; font-weight:500;}
.browse-properties .heading:after{ display:block; content:''; background:url(../images/line1.png) no-repeat; width:261px; height:10px; margin: 0 auto; padding:0;}
.browse-properties .item{ 
    background:#fff; 
    border:1px solid #cbcbcb; 
    border-radius:0px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.browse-properties .item a { display: block;}
.browse-properties .item:hover, .browse-properties .item:hover .view {background:#13153e; border:1px solid #13153e;}
.browse-properties .item:hover .h3,.browse-properties .item:hover p {color: #fff;}
.browse-properties .item:hover .view {border:1px solid #aeafd1;}
.browse-properties .item:hover .view:hover {background-color: #fff; border:1px solid #fff; color: #000;}
.browse-properties .item:hover a{color: #FFF}
.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: 0; width:100%;}  
.browse-properties article{ padding:10px 8px 5px 8px;}
.browse-properties .h3{ font-size:16px; color:#030303; font-weight:700; text-transform:uppercase; margin:8px 0;}
.browse-properties p{ margin-bottom:8px; text-align: center;}
.browse-properties p .fa { color:#858585; font-size: 14px;}


.browse-properties .bottom a{   font-size:11px; color:#000; font-weight:500; display:block;  border: 1px solid #aeafd1; margin: 10px auto 30px; padding: 0.6rem 1.8rem;}
.browse-properties .bottom a:hover{ background:#e6e8eb;}

.browse-properties .bottom .view{ background:#fff;  border-radius: 2px;}
.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;}
.browse-properties .bottom .video:before{ background:none; font-family: 'FontAwesome'; content:'\f01d'; color:#c41617; font-size:22px;}

.browse-properties-inn {padding:2em 0;}


/*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: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;}
 
/* ==================== Footer =============*/
footer{ background:#13153e; color: #979797;}
footer p{}
footer address{ font-size:12px; color:#b5c1c2; line-height:20px;}
footer .h5{ font-size:16px; color:#fff; font-weight:500;}
footer a{ color:#979797;}
footer a:hover{ color:#b5c1c2;}
.project-links{ font-size:13px; font-weight:400;}
.project-links h5{color: #FFFFFF; font-size: 16px; font-weight: 500}
.project-links ul li a{color: #979797}
.project-links li{ padding-top:8px;}
.footer-menu{border-bottom:0px solid #666977; padding-bottom:10px;}
.footer-menu a{ font-size:16px; margin-right:20px;}
.footer-social a{ font-size:18px; margin-right:20px;}
.footer-social li{padding-top: 0px !important;}
.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;}


/* ====================Slider =============*/

/*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:transparent;
}
.slick-prev:hover, .slick-next:hover{background:transparent; color:#FFFFFF !important}
.slick-prev:before, .slick-next:before {
	font-family:'FontAwesome';
	font-size:20px;
	line-height:1;
	color:#000;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content:'\f053'
}
.slick-next {right: -50px;top: 56%;}
.slick-next:before {content:'\f054'}
.slick-prev {left: -50px;top: 56%;}

/* 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/GroupProjectspng.webp) no-repeat 0 0; background-size:cover; height:500px; position:relative; ;}
.inner-banner article{ z-index:1; height:100%;}
.inner-banner:after{ position:absolute; left:0; right:0; top:0; bottom:0; content:'';}
.inner-banner h1{ color:#000000; font-size:35px; font-weight:700;}
.inner-banner h1:after{ content:''; display:block; margin:15px auto 0; width:65px; height:1px; background:#fff;}

.proj-nav select {
	display:none
}
  

/*==============================
	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: 10px 0;
}
.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border: solid 1px #323232;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    min-height: 45px;
    padding-left: 10px;
    border-radius: 3px;
}
.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);
        background: #FFF;
        padding: 0 0.4rem;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.6px;
    }

.contact-form .label {
  position: absolute;
  left: 30px;
  bottom: 5px;
  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;
} */


.contact-info{
    margin-bottom: 2rem !important;
}

.contact-form .form-field {
    position: relative;
    margin: 15px 0 0 0;
}
	
.contact-form .input-text {
	display: block;
	width: 100%;
	height: 36px;
	border-width: 0 0 2px 0;
	border: solid 1px #323232;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	min-height: 45px;
	padding-left: 10px;
	border-radius: 3px;
}
.contact-form .textarea{
	min-height: 150px;
}

.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;
}


.video img{cursor:pointer;}

video { 
	position: fixed;
    top: 50%;
    left: 0%;  
    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;
}

.emi-calculator {
	margin:1em 0
}
.emi-calculator form input {
	border-radius:0!important;
	margin-bottom:7px;
	margin-top:3px;
	box-shadow:none
}
.emi-calculator form .button {
	width:100%;
	margin-top:.5em
}
.emi-calculator span {
	font-size:13px;
	padding-top:10px;
	display:block;
	color:#000
}
.emi-calculator .pad0 {
	padding-top:0!important
}
 
.dotted-bdr {
    border: dotted 1px #ddd;
    padding-bottom: 20px;
    padding-top: 12px;
}

.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%;  height:30px; border: solid 1px #DDDDDD;}
.feedbackform textarea{padding:10px; min-height:70px;}
    
::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;
}

.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: .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;}


.map-home{
    background: rgba(255,255,255,0.90); height: 380px; position: absolute; width: 100%; top: 2rem;
}

.menu-bar{margin-top:1px;}
.navbar {
    padding: 0.6rem 0rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #FFF;
}
.navbar-nav li a{
    font-weight: 600;
    font-size: 15px;
}

.amenities{
    text-align: center;
    margin-bottom: 1.2rem;
    padding: 1.6rem 0rem;
    border: dashed 1px #4b535a;
    border-radius: 3px;
}
.amenities figure img{
    max-width: 50px;
}
.amenities p{
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 13px;
}

.amenities ul li figure{
    margin-bottom: 0.4rem;
}




.amenities-cosmic{
    text-align: center;
    margin-bottom: 1.2rem;
    padding: 1.6rem 0rem;
    border: dashed 1px #6db1b1;
    border-radius: 3px;
}
.amenities-cosmic figure img{
    max-width: 50px;
}
.amenities p{
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 13px;
}

.amenities-cosmic ul li figure{
    margin-bottom: 0.4rem;
}


.features h4{
    font-weight: 600;
    margin-bottom: 0.2rem;
}
.features ul li {
    font-weight: 300;
    padding: 0.3rem 0;
    margin-left: 0.8rem;
    list-style-type: circle;
}

.ultima{
    padding: 0 0.4rem !important;
}

.ultima-amenities figure{
    margin: 0 0 0.5rem 0 !important;
    position: relative;
}
.ultima-amenities{
    margin-bottom: 1rem;
    text-align: center
}

/*.amenities ul li{
    width: 15% !important;
    margin-bottom: 2rem;
}

.amenities ul li .h5{
    font-weight: 500
} */

.cloned{background:#fdf9f8; margin-top:-1px; border-bottom: solid 1px #EEEEEE; padding: 0.8rem 0;}
.cloned .logo{max-width: 120px; top: -35px;}
.cloned .header-bottom{
    padding: 10px 0;
}
.cloned .navbar-brand{
    display: none;
}

.our-project-home{
    background-attachment: fixed;
    background-image: url(../images/project-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.home-proejct-bg{
    background-image: url(../images/midas-back-new.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat
}
.home-testimonial-bg{
    background: url(../images/tst-bck.jpg) no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
 }

 .blog-bck{
    background: url(../images/bck-pic.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.calculator-tab {

    width: 36px;
    height: 132px;
    position: fixed;
    right: 0;
    bottom: 135px;
    z-index: 22;
    cursor: pointer;
    z-index: 99;
    cursor: pointer;

}

.enquiry-tab {
    width: 36px;
    height: 132px;
    position: fixed;
    right: 0;
    bottom: 280px;
    z-index: 22;
    cursor: pointer;
    z-index: 99;
    cursor: pointer
}

.enquiry-m{
    display: none
}

.emi-m{
    display: none 
}

.modal-content{
    max-width: 550px;
    width: 100%;
    margin: 0px auto;
}

.letter-space{
    letter-spacing: 0.3rem;
}
.bg-gray{
	background: #f1f1f3;
}	

.testimonial-body{
    background:#FFF; border:solid 2px #f0f0f1; border-radius:15px; margin-top:3rem; padding:4rem 0
}
.testimonial-arrow{
    background:#14163f; border-radius:50px; width:50px; height:50px;  padding:0.7rem 0 0 0.6rem; position: absolute; top: -5.5rem; left: 47%;
}

.home-highlight{
    padding: 7rem 0;
}

.proejct-bg{
	content: '';
	background: rgba(0, 0, 0, 0.6);
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}

.carousel-control i {
    font-size: 40px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: #000;
} 
.carousel-control-next, .carousel-control-prev {
    width: 0% !important;
    opacity: 1;
    top: 20%;
}

.carousel-control i {
    font-size: 25px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
    bottom: -40px;
    right: 0 !important;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 0;
    margin: 1px 3px;
    border-radius: 50%;
}
.carousel-indicators li {	
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
    border-top: 0px solid transparent;
}
.carousel-indicators li.active {	
    background: #555;		
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.undrline .heading::after {
    display: block;
    content: '';
    background: url(../images/line1.png) no-repeat;
    width: 100%;
    height: 10px;
    padding: 10px 0;
    right: -234px;
    position: absolute;
    margin: 5px 0;
}
.undrline1 .heading::after {
    display: block;
    content: '';
    background: url(../images/line1.png) no-repeat;
    width: 100%;
    height: 10px;
    padding: 10px 0;
    right: -137px;
    position: absolute;
    margin: 5px 0;
}
.maps {

    border-top: 2px solid #ffab00;
    border-bottom: 2px solid #ffab00;
}
.no-gutters {
      padding-right: 0;
      padding-left: 0;
}



/*=======================
Proejct Page Css
=======================*/
.page{
    padding: 3.5rem 0;
}
.menu-bar {
    margin-top: 1px;
     border-bottom: solid 1px #d9dada
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 0.8rem;
}

.spec ul{
       list-style-image: url(../images/bullet-red.jpg);
        padding-left: 0.8rem;
    }
.spec ul li{
    padding-bottom: 0.6rem;
}

.wn2 {
    width: 100%;
    min-height: 500px
}

.map-list-place {
    position: absolute!important;
    z-index: 3;
    top: 6rem;
    width: 100%
}

.map-list-place .btn-primary {
    text-align: left;
    background: #FFF;
    color: #000;
    border: solid 1px orange;
    border-radius: 0;
    padding: .6rem .6rem .6rem 1rem;
    font-size: 13px;
    text-transform: uppercase
}

.map-list-place .btn-primary:focus {
    box-shadow: unset
}

.enquiryfoam input{
    border-radius: 0px;
    border: none
}

.enquiryfoam textarea{
    border-radius: 0px;
    border: none
}


.gallery {
}

.gallery>ul>li {
    margin-bottom: 18px;
    padding: 0 9px;
}

.gallery>ul>li .h5{
    background: #f3f3f3;
    padding-bottom: 0.6rem;
    text-align: center;
}
.gallery>ul>li a {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    border: solid 2px #f3f3f3;
    margin-bottom: 0.6rem;
    max-height: 300px;
    overflow: hidden;
}

.gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.gallery>ul>li a:hover .gallery-poster>img {
    opacity: 1;
}

.gallery>ul>li a .gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.gallery>ul>li a .gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.gallery>ul>li a:hover .gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.gallery .justified-gallery>a:hover .gallery-poster>img {
    opacity: 1;
}

.gallery .justified-gallery>a .gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.gallery .justified-gallery>a .gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.gallery .justified-gallery>a:hover .gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.gallery .video .gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.emperor-distance ul {
    list-style: none;
    padding: 0px !important;
    margin: 0px !important;
}
.emperor-distance li{
    display: inline;
    padding:0.6rem 1.2rem;
    line-height: 3;
    font-weight: 600;
    border: dashed 1px #DDD;
}

.emper-aminities{
    list-style: circle;
    padding-right: 3rem;
}
.emper-aminities li{
    border-bottom: dashed 1px #bdbdbd;
    padding: 0.6rem 0;
    font-size: 12px;
    font-weight: 600;
    
}

.project-enquiry textarea.form-control{ height:92px;}
.project-enquiry{ background:url(../images/footer-bg.jpg) fixed no-repeat 0 0; background-size:cover; position:relative;}
.project-enquiry h4{ color:#fff;}
.project-enquiry .inset{ position:relative; z-index:0;}
.project-enquiry li{ color:#fff; margin:20px 0; font-size:13px; display:flex; align-items: center; width:100%;}
.project-enquiry li a{ color:#fff;}
.project-enquiry li i{ width:40px; height:40px; border-radius:50%; background:#c51718; text-align:center; font-size:18px; line-height:40px; margin-right:12px;}
.project-enquiry .form-control::placeholder{ font-size:14px;}


.project-overview{
    border-bottom:solid 1px #f0f0f0; 
    padding-left:2rem;
}

.amenities-villa{
    margin-bottom: -1px;
    padding: 1.6rem 0.4rem;
    border: dashed 1px #DDDDDD;
    border-radius: 0px;
    margin-left: -1px;
    min-height: 170px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
}


.home-popup .modal-content{
    max-width: 650px !important;
    width: 100%;
    margin: 0px auto;
}




@media (min-width: 576px){
.home-popup .modal-dialog {
    max-width: 650px !important;
    margin: 1.75rem auto;
}
}


/* =============================
    Media 
   =============================*/

   /* 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;}

/*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 : 768px){
.land-section2{margin-left:0rem;}
.land-section{padding:1.6rem; margin-left:0rem}

    .m-space {
        min-height: 43px;
    }
}


@media (max-width : 767px){
.enquiry-tab {
    bottom: 200px;
}
.project-links li {
    text-align: center !important;
}
.m-space {
    min-height: 40px;
}
.header-right .justify-content-end{justify-content: center !important;}
.home-group{ padding-bottom:15px !important;}
.header-right ul a{ margin-left:8px;}
.header-right ul i{ font-size:14px;}
.header-right .email{ font-size:11px;}
.logo{ margin:0; text-align:center;}
.logo img{ width:80px;}
.header-bottom{ height:auto;}
.home-group .imggrp img{ width:90px;}
.home-group figure{ margin-top:15px;}
.browse-properties img{ margin: 0 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-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;}
.GroupProjectspng img{ width:100%;}

.mb-5, .my-5{ margin-bottom:1rem !important;}
.pb-5, .py-5{ padding-bottom:1.5rem !important;}
.pt-5, .py-5{padding-top:1.5rem !important;}
.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:#c41617;
	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;*/
	background:url(../images/arrow_down.png) 95% center no-repeat #c41617;
	text-indent:.01px;
}
.proj-nav select option {
	border-bottom:solid 1px #a88321;
}


.slick-slider{min-height: inherit;}
  
}
.footer-social img{ max-width: 25px !important;}
.footer-social li { vertical-align: middle !important; }
   
@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;
    }	

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


    @media screen and (min-width:1024px){
        .browse-properties .item{ 
           min-height: 350px;
        }
    }
    @media screen and (max-width:1024px) {
        .browse-properties .item { width: auto;}
    }
    @media screen and (max-width:992px) {
         .header-right span, .header-right .headsocial{ display: none;}
         .header-right .fa { 
            font-size:1.3em; 
            border: solid 1px; 
            width: 27px; 
            height: 27px;
            line-height: 27px;
            text-align: center;
            border-radius: 50%;
            background-color: orange;
            color: #fff;
            border: orange;
        }
    }
    @media screen and (max-width:800px) {
        .wsmenu li.mobile-social { display:block;}
        .wsmenu li.mobile-social a { display: inline-block; border: none !important; padding: 1em !important;}
        .header-bottom {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 99;
            padding: 0;
             background-color: #fff;
        }
        .header-right ul a{ margin: 0;}
        
         header { height: 68px; position: relative; z-index: 9999;}
        .logo { position: relative; top: 0; background: none; box-shadow: none; padding: 0;}
    }
    @media screen and (max-width:767px) {

        h1, .h1 {font-size: 28px;}
        h2, .h2 {font-size: 25px;}

        .maps iframe { height: 300px; }         
        .footer-menu{border: none; }
        .carousel
        {
          margin: 20px auto;
          padding: 0px 0px;
        }
        .carousel-control i {
            background: yellow;
            border-radius: 39px;
                width: 25px;
                font-size: 21px;
            line-height: 28px;
        }
        .carousel .carousel-control{display: none;}
        .poweredby{text-align: center !important;}
        .undrline .heading::after {
            display: block;
            content: '';
            background: url(../images/line1.png) no-repeat;
            width: 100%;
            height: 10px;
            padding: 10px 0;
            right: -52px;
            position: absolute;
            margin: 5px 0;
        }
        .undrline1 .heading::after {
            display: block;
            content: '';
            background: url(../images/line1.png) no-repeat;
            width: 100%;
            height: 10px;
            padding: 10px 0;
            right: -57px;
            position: absolute;
            margin: 5px 0;
        }
        .undrline1 .card {
            margin: 0 !important;
        }

        .mid-line{display: none;}
        .logo img {width: 55px;}
        .header-bottom{}

        .mojika-front{width: 100%;}
        .mid-txt::after {
            background: #a78414;
            content: '';
            position: absolute;
            width: 44%;
            height: 167px;
            border-radius: 91px;
            left: 110px;
            opacity: 1;
        }

        .flexslider
        {
            min-height: 150px !important;
        }
        
        form#contactform
        {
            width:100%;
        }
       
        .fnt-styl {
            font-size: 20px;
        }

        .home-highlight {
            padding: 3rem 0;
        }

        .map-home{
            background: rgba(255,255,255,0.90); height: auto; position: relative; width: 100%; top:0;
        }

        .carousel-control-next, .carousel-control-prev {
            width: 10% !important;
        }

        .home-proejct-bg{
            background-size: auto
        }

        .home-testimonial-bg{
            background-size: auto
        }

        .enquiry-m {
            display: block;
            width: 110px;
            height: auto;
            position: fixed;
            right: -2.3rem;
            bottom: 45%;
            padding: .6rem 0;
            z-index: 22;
            cursor: pointer;
            z-index: 99;
            cursor: pointer;
            background: #c41617;
            -ms-transform: rotate(270deg);
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
            text-transform: uppercase;
            letter-spacing: 0px;
            text-align: center;
            font-size: 14px;
            color: #FFF;
            border-radius: 5px 5px 0 0
        }
    
        .emi-m {
            display: block;
            width: 110px;
            height: auto;
            position: fixed;
            right: -2.3rem;
            bottom: 27%;
            padding: .6rem 0;
            z-index: 22;
            cursor: pointer;
            z-index: 99;
            cursor: pointer;
            background: #c41617;
            -ms-transform: rotate(270deg);
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
            text-transform: uppercase;
            letter-spacing: 0px;
            text-align: center;
            font-size: 13px;
            color: #FFF;
            border-radius: 5px 5px 0 0
        }

        .enquiry-tab .tab-img img {
            display: none;
        }

        .calculator-tab .emi-img img {
            display: none;
        }


        .cloned .logo{max-width: 100%; top: 0;}
        .cloned .header-bottom{
            padding: 0 0;
        }

        .project-overview{
            padding-left:0rem;
        }

        .sticky{
            height: auto !important;
            background: none;
        }

        .map-list-place .btn-primary{
            width: 198px;
        }

        .page {
            padding: 2rem 0;
        }
        .paddingleft0{
            padding-left: 0px !important;
        }
    }
    
    .list-inline-item:not(:last-child){    margin-right: 0.2rem !important;}

/
.wrap-element {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.wrapped-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-10by3 {
  padding-top: 30%;
     position: relative;
    right: -1px;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
	margin-top:0px!important;
	height: calc(100vh - 223px);
}
