

body{
	/*font-family: 'Montserrat', sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 200;

}

/*======================================*/
#gallery .nav-tabs>li.active>a, #gallery .nav-tabs>li.active>a:hover, #gallery .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #224847;
    border: 1px solid #224847;
    border-bottom-color: transparent;
    cursor: default;
    color: #fff !important;
}
#gallery .nav-tabs {
    border-bottom: none;
    text-align: center;
    margin-top: 35px;
}
#gallery .nav>li>a {
    font-family: 'Lato', sans-serif;
    color: #000 !important;
    padding: 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    background-color: #eee;
    border-radius: 0;
    font-weight: 800;
}
/*======================================*/
.certificate-modal .close{
    padding: 0 12px;
}
.rera-certificate{
    cursor: pointer;
}
.carousel-caption p{

    font-weight: 400;
    padding-top: 5px;

}

.mobile-bottom-holder {
    position: fixed;
    bottom: -5px;
    width: 100%;
    left: 0;
    z-index: 999;
}

.formfooter {
    font-size: 9px;
    font-weight: 500;
}

#instant-callback-div p.formfooter {
    font-size: 7px;
}

.inputCont {
    display: block !important;
    clear: both !important;
    margin-top: 15px !important;
    text-align: center !important;
    overflow: hidden !important;
}
.inputCont .form-control {
    padding: 7px;
    width: 100%;
}
#inquiryForm h4 {
    color: #fff;
    position: relative;
    text-align: center;
    margin-top: 19px;
}

ul.highlight {
    padding: 0;
    margin: 0;
}

p.newpara {
    color: #fff;
    font-size: 16px;
}

ul.highlight li {
    color: #fff;
    font-size: 15px;
}

.carousel-indicators .active{

    background-color: #804d3d;

}

label.error {
    display: none !important;
}

#clients {
    background-color: #52a2a0;
    padding-bottom: 50px;
}

#floorplan{
    background-color: #edefee;
    padding-bottom: 50px;
}

.clients-inner h3.text-center.section-head {
    color: #000;
}

.main p {
    color: #fff;
    font-size: 16px;
}
section#Projecthighlights {
 padding: 70px 0;
}
#inquiryForm .col-sm-2 {
    width: 15.666667%;
}
#Projecthighlights .container {
    background-color: #1a162f;
    padding-bottom: 25px;
}
.config-content {
    padding: 5px 48px;
    background-color: #fff;
}

section#amenities {
    background-color: #224847;
}
.config-listing {
    padding: 5px 0;
}
.proj-block {
    margin: 15px 0;
    height: 70px;
}

.proj-img {
    width: 45px;
    padding: 10px 0;
}
.proj-txt {
    color: #fff;
    font-weight: 400;
    padding: 10px 0;
}





#location .section-head {
    padding: 0 0;
}

.location-amenities{
    padding: 0;
    margin: 0px auto;
}

.locationmap-rightblock {
    margin: 12px 0;
}
.locationmap-block {
    margin: 10px 0;
    height: 58px;
}
.locationmap-img {
    width: 50px;
    /* padding: 18px 0; */
    margin: 0px;
}
.location-txt {
 color: #fff;
 font-weight: 600;
 padding: 0;
 width: 80%;
 margin: 10px 0;
 /* text-align: justify; */
}

#call-number p {
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0 6px;
    color: #fff;
}


#otpModal{
    left: 50%;
    margin-left: -160px;
    position: fixed;
    top: 30%;
    width: 320px;
    z-index: 9999999;
    display: none;
    /*z-index: 999*/
}
#otpModal::before{
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}
.otpModal{
    /*font-family: Raleway;*/
    text-align: center;
    border-radius: 3px;
    background-color: #1a162f;
    color: #fff;
    overflow: hidden;
}
.otpModalh2{
    background-color: #eee;
    color: #EB313E;
    /*font-family: Raleway;*/
    font-size: 18px;
    margin: 0;
    padding: 7px 0;
}
.otpFormGroup{
    padding: 10px 20px 20px;
    background-color: #eee;
}
.inputWrapper> *{
    width: 46%;
    padding: 5px;
    text-align: center;
}
.inputWrapper> input {
    border: 1px solid #aaa;
    color: #333;
    float: left;
}
.inputWrapper button {
    border: 1px solid #4285f4;  
    color: #4285f4;  
    float: right;
    background-color: #fff;
}
.inputWrapper button i{
    font-size: 16px;
    margin-right: 5px;
}
.inputWrapper::after, .inputWrapper::before {
    clear: both;
    content: "";
    display: table;
}
.inputWrapper{
    margin: 10px 0;
}
.otpFormGroup>input[type="submit"] {
    padding: 4px;
    text-transform: uppercase;
    width: 100%;
}
.otpFormGroup> label {
    color: #555;
    font-weight: normal;
}
.closeOtpModal{
    background-color: #EB313E;
    color: #fff;
    font-family: Arial;
    padding: 2px 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
span.error {
    position: absolute;
    left: 8px;
    bottom: 50px;
    color: #EB313E;
    font-size: 11px;
}
.otpbtn{
    background: #E9532F;
    width: 100%;
    color: #fff;
    border: none;
    padding: 5px;
}
.otpFormGroup>label {
    color: #000;
    font-weight: bold;
    width: 100%;
    font-size: 13px;
    /* font-weight: normal; */
    text-align: center;
}


.error1 {
    position: relative;
    left: 0px;
    bottom: 0;
    color: red;
    font-size: 11px;
    width: 100%;
    text-align: left;
}


i.fa.fa-chevron-left {
    position: relative;
    top: 36%;
}
i.fa.fa-chevron-right {
    position: relative;
    top: 36%;
}

.ug-thumb-wrapper.ug-thumb-generated.ug-thumb-ratio-set.ug-thumb-selected{
    border: 2px solid #1a162f;
}

/*div#myCarouse2 {
    padding: 150px;
}
*/
div#myCarouse2 {
    padding-bottom: 65px;
    margin-top: 0px;
}


.nopadding{
	padding: 0;
}
#inquiryForm {
    background-color: #804d3d;
    bottom: -20px;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
    position: fixed;
    width: 100%;
    border-top: 1px solid #fff;
    z-index: 999;
}


.inquireButton {
    background-color: #1a162f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    bottom: 0;
    -webkit-box-shadow: 0 1 3px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 1 3px rgba(0, 0, 0, 0.33);
    box-shadow: 0 1 3px rgba(0, 0, 0, 0.33);
    color: #fff;
    cursor: pointer;
    display: none;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 400;
    padding: 5px 20px;
    position: fixed;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1000;
    width: 100%;
}


.bannerpatch img.img-responsive {
    width: 280px;
    position: relative;
    bottom: 50px;
}
.fixedDiv{
    position: fixed;
}

.bannerpatch {
    position: absolute;
    top: 77px;
    left: 6px;
    text-transform: uppercase;
    z-index: 999;
    font-size: 15px;
    /* background: rgba(0,0,0,0.7); */
    color: #fff;
    text-align: center;
    padding: 6px;
    font-weight: 600;
    border-radius: 3px;
    /* border: 1px solid #fff; */
    /* -webkit-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75); */
    -moz-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75);
    /* box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75); */
}
.navbar-default {
	background-color: #fff;
	position: fixed;
	margin-bottom: 0;
	height: 80px !important;
}
.nav>li>a {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Lato', sans-serif;
    /* font-weight: bold; */
    color: #000 !important;
    padding: 0px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    /* border-bottom: 1px solid #000; */
    line-height: 30px;
}
.navbar-nav>li {
	padding: 24px 22px;
}
.navbar-brand {
	height: auto;
	padding: 0px 15px;
	width: 100%;
}
/*
.navbar-brand>img{
margin: 24px auto;
    padding-top: 0px;
    width: 235px;
}
*/
.navbar-brand>img {
   /* height: 65px;
    margin: 5px auto;
    padding-top: 10px;*/
    height: 90px;
    margin: -5px auto;
    padding-top: 0px;
}
.logomahindra{
    top: -24px;
    left: 30px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
	margin-left: inherit;
	/*height: 200px;*/
	text-align: center;
}
#dropdownMenuButton{
	background: inherit;
	color: #000;
	font-weight: bold;
	padding: 6px 12px;
	border-bottom: 1px solid #000;
	border-radius: inherit;

}
.dropdown-menu{
	background-color: #000;
	min-height: 100px;
	border-radius: inherit;
}
.dropdown-item{
	width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 0;
	color: #fff;
}
.dropdown-menu{
	min-width: 120px;
}

.dropbtn {
	background-color: inherit;
	text-transform: uppercase;
	color: #000;
	padding: 4px 0;
	/*font-size: 16px;*/
	border-bottom: 1px solid #000;
	/*font-weight: bold;*/
	border: none;
	cursor: pointer;
}

.dropdown {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #000;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	top: 30px;
}

.dropdown-content a {
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.add {
    padding: 21px;
    background: #fff;
    border-radius: 5px;
    height: 400px;
}
.add h3 {
    color: #000;
    text-transform: uppercase;
    font-family: 'Playfair Display';
    text-align: justify;
    font-size: 21px;
}
.address p {
    color: #000;
    font-size: 12px;
    /* padding: 15px 0; */
    font-family: verdana;
    margin-bottom: 10px;
}

.footer_copy_right_text {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 0.980em;
    color: #fff;
    padding-left: 15px;
}
.clear_both {
    clear: both;
}
.footer_left_menu_anch {
    display: inline-block;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 0.980em;
    color: #fff;
    padding-right: 12px;
    padding-left: 12px;
    position: relative;
}
.footer_left_menu_anch::after {
    content: "|";
    right: 0px;
    position: absolute;
    padding: 0px;
    margin: 0px;
}

.dropdown-content a:hover {background-color: #000;color: #A68749;}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color:inherit;
}

#call-number {
    position: fixed;
    vertical-align: top;
    /* padding: 0 0 24px 0px; */
    right: 0;
    top: 10%;
    /* width: 280px; */
    z-index: 99;
}

.toll {
    background-color: #1a162f;
    color: #fff;
    right: 0;
    padding: 12px 15px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    top: 50px;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /* width: 200px; */
    z-index: 20;
    cursor: pointer;
}

.toll i.fa.fa-phone {
    font-size: 18px;
    margin-right: 0px;
    color: #fff;
}

#call-number .content {
    position: absolute;
    top: 54px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    display: inline-block;
    width: 239px;
    margin: 0 0 0 -8px;
    padding: 0 23px 0;
    vertical-align: top;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

a.newmoodal {
    text-decoration: none;
    color: #1a162f;
    cursor: pointer;
}
#myModal h6{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-align: justify;
}

.circle {
/*	border-radius: 50%;
	width: 180px;
	height: 180px;*/
	top: -35px;
    left: 80px;
    position: absolute;
    background: #fff;
    border:2px solid #D2AA41;    
}

img.left_loca_tion_img.deferload.hidden-xs.hidden-sm {
    width: 100%;
    /* border: 1px solid #040f51; */
    /* padding: 2px; */
}

/*Slider*/
#slider{
	position: relative;
}
.audio-toggle, .play-pause-toggle{
	display: none !important;
}
.aslide{
	position: relative !important;
}
.carousel {
	position: relative;
	margin-top: 78px;
}
.carousel img{
	width: 100%;
}
.carousel2 img{
    /*width: 100%;*/
    margin: 0 auto;
}

/*About*/
#aboutUs{
	padding: 50px 0;
    background-color: #693c2e;
}
.about-inner{
	/*margin: 40px 0;*/
}
.about-bg{
	background: url('../img/aboutus.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
	margin: 40px 0;
}
.about-lamp{
	position: absolute;
	right: 0;
	top:0;
}
.aboutus-block{
	background-color: rgba(68, 68, 68, 0.85);
	height: 450px;
	position: relative;
	left: 40px;
}
.about-content{
	margin: 32px;
}
#footer h6 {
    font-size: 10px;
    text-align: center;
    color: #fff;
    line-height: 1.4;
}

#footer h4 {
    text-align: center;
    font-weight: 500;
    color: #fff;
}
.about-content p{
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	text-align: justify;

} 
.about-bg {
    background: url(../img/aboutus.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
     margin: 0px 0 !important; 
}

.section-head{
	text-transform: uppercase;
	color: #1a162f;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	padding: 20px 0;

}
.underline1{
	width: 200px;
	height: 1px;
	background-color: #fff;
	margin: 30px auto;
}
.dots{
	position: relative;
	top: -10px;
	left: 50px;
}

.dots li{
	display: inline-block;
	float: left;
	color: #fff;
}

/*Configuration*/
#configuration{
	background-color: #fff;
	padding: 10px 0;
}
table{
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;

}
table td{
	width: 30%;
	color: #fff;
}
table th{
	background: #27615f;
    color: #fff;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
	padding: 10px 5px;
}
.config-img{
	position: absolute;
}
.config-img img {
    bottom: -85px;
    position: absolute;
    z-index: 999;
    width: 400px;
}

a.newtest {
    text-decoration: none;
    color: #fff;
}

.highlights{
	color: #fff;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	/*margin: 40px 0;*/
	margin-bottom: 20px;
	padding-left: 12px;

}
.highlights li{
	line-height: 1.9;

}
.table {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.config-listing{

	padding: 5px 0;
}

/*Amenities*/



.amenities-block{
	/*border-radius: 50%;
	border: 1px solid #000;*/
}
section{
	position: relative;
}
.ame-border{
	width: 100%;
	position: absolute;
	top: -45px;
	right: 25px;
}
.ame-head
{
    width: 75%;
    text-align: right;
}



.amenities-circle{
	/*border-radius: 50%; */
    border: 1px solid #8a7a7a;
    width: 100px;
    height: 100px;
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
}
.white{
	display: none;

}
.black{
	display: block;
}
.amenities-circle:hover .black{
	display: none;
}
.amenities-circle:hover .white{
	display: block;
	display: block;
	position: absolute;
	top: 0;
}
.amenities-circle:hover{
	background-color: #52a2a0;
}
.amenities-circle img{
	margin: 25px;
}
.amenities-container{
	padding: 45px 0;
}
.circle-block{
	/*margin-bottom: 25px;*/
	height: 180px;
}
.circle-block h4{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	text-align: center;
    color: #fff;

}
.st0{

}
.st0 {
	stroke-dasharray: 1000;
	/* stroke-dashoffset: 800; */ 
	animation: draw1 8s linear alternate;
}
@keyframes draw1 {
	from {
		stroke-dashoffset: 1200;
	}
	to {
		stroke-dashoffset: 600;
	}
}
.amenitieshead {
	position: relative;
	left: 5%;
	top: 220px;
}
.ame-section-head{
	text-transform: uppercase;
	font-size: 25px;
    color: #fff;
	font-weight: bold;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;

}
#myCarouse2 .carousel-inner{
    width: 75%;
    margin: 0 auto;
}

/*Floorplan*/
#floorplan{
	padding: 0px 0px 50px; 
}

.nGY2 .nGY2GThumbnailImg{
	left: 0 !important;
}
.floor-lamp img{
	height: 450px;
}

/*Location*/
#location{
   background-color: #804d3d;
   padding: 50px 0;
}
#ContactForm{
	background-color: #fff;
	padding: 20px;
	margin-top: 27px;
}
.form-control{
	border-radius: inherit;
    font-weight: 600;
}
.input-group {
	position: relative;
	display: table;
	text-align: center;
	margin: 11px auto;
	width: 100%;
}
.floor-lamp{
	position: absolute;
	right: 0;
	margin-top: -60px;
}
.floorplan-anchor{
	border: 1px solid #000 !important;
}

/*Gallery*/
#gallery{
	padding: 70px 0px 50px;
    margin: 0 auto;
}
.gal-bg{
	/*background: url('../img/gal-bg.jpg');*/
    background-color: #804d3d;
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 450px;*/

}
.bg-overlay{
	/*background-color: rgba(0,0,0,0.85);*/
	background-size: cover;
	width: 100%;
}
.gal-block{
	padding: 60px 40px;
}
.gal-lamp{
	position: absolute;
	left: 5px;
	margin-top: -24px;
    /*z-index: 999999;*/
}
.gal-lamp img{
	width: 200px;
}

.gal-head{
	position: relative;
	/* bottom: 54%; */
	margin-top: 270px;
}
.gal-list{
	margin: 20px 0;
}
.gal-list img{
	border: 2px solid #fff;
}
.gal-date{
	font-size: 15px;
}


/*Address*/
#address{
	padding: 20px 0;
}
#address h5{
	padding: 0;
}
#address p{
	text-transform: uppercase;
	font-size: 13px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	text-align: center;
	margin: 0;
	font-weight: 400;

}

/*Footer*/
#footer{
	padding: 20px;
	background-color: #fff;
}
#footer h5{
	padding: 0;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;

}

.maharera {
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.maharera a {
    text-decoration: none;
    color: #fff;
}



/*Gallery Plugin*/
.demo-gallery > ul {
	margin-bottom: 0;
}
         /*   .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                margin-right: 20px;
                width: 200px;
                }*/
                .demo-gallery > ul > li a {
                	border: 1px solid #FFF;
                	border-radius: inherit;
                	display: block;
                	overflow: hidden;
                	position: relative;
                	/*float: left;*/
                }
                .demo-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%;*/
         }
         .demo-gallery > ul > li a:hover > img {
         	-webkit-transform: scale3d(1.1, 1.1, 1.1);
         	transform: scale3d(1.1, 1.1, 1.1);
         }
         .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
         	opacity: 1;
         }
         .demo-gallery > ul > li a .demo-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;
         }
         .demo-gallery > ul > li a .demo-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;
         	border: none !important;
         }
         .demo-gallery > ul > li a:hover .demo-gallery-poster {
         	background-color: rgba(0, 0, 0, 0.7);
         }
         .demo-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%;
         }
         .demo-gallery .justified-gallery > a:hover > img {
         	-webkit-transform: scale3d(1.1, 1.1, 1.1);
         	transform: scale3d(1.1, 1.1, 1.1);
         }
         .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
         	opacity: 1;
         }
         .demo-gallery .justified-gallery > a .demo-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;
         }
         .demo-gallery .justified-gallery > a .demo-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;
         }
         .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
         	background-color: rgba(0, 0, 0, 0.5);
         }
         .demo-gallery .video .demo-gallery-poster img {
         	height: 48px;
         	margin-left: -24px;
         	margin-top: -24px;
         	opacity: 0.8;
         	width: 48px;
         }
         .demo-gallery.dark > ul > li a {
         	border: 3px solid #04070a;
         }
         .home .demo-gallery {
         	padding-bottom: 80px;
         }

         /*Instant Form*/

         label.error {
            color: red;
            font-size: 11px;
            font-weight: 600;
            /* margin: 0; */
            text-align: center;
            /* position: relative; */
            /* top: -4px; */
            left: 0;
        }
        .modal-header {
          border-bottom: 1px solid #3D1E19;
      }


      .spek_exprt {
          width: 250px;
          text-align: center;
          /*background-color: #DADADA;*/
          background-color: rgba(218, 218, 218, 0.87);
          padding: 10px;
          -webkit-border-radius: 0 10PX 10PX 0;
          -moz-border-radius: 0 10PX 10PX 0;
          border-radius: 0 10PX 10PX 0;
          POSITION: RELATIVE;
          top: -160px;
          z-index: 50;
          border: 1px solid #fff;
      }
      .spek_exprt .btn-default,
      #instant-callback-div .btn-default {
          width: 100% !important;
          background: #000;
          color: #fff;
          border-color: #000;
       /*  	-webkit-border-radius: 3px;
         	-moz-border-radius: 3px;
         	border-radius: 3px;*/
         }
         #instant-callback-div {
         	/*font-family: 'Open Sans', Arial, sans-serif;*/
         	position: fixed;
         	vertical-align: top;
         	/* padding: 0 0 24px 0px;*/
         	right: -247px;
         	top: 24%;
         	/*width: 280px;*/
         	height:0;
         	z-index: 1000;
         }
         #instant-callback-div .form-control{
         	height: 30px;
         }
         #instant-callback-div .input-group{
         	margin: 8px auto;
         }
         #instant-callback-div .instant-switch {
         	background: url(../img/handle-new.jpg) no-repeat scroll 0 0;
         	-webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
         	-moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
         	box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
         	cursor: pointer;
         	display: inline-block;
         	height: 140px;
         	vertical-align: top;
         	width: 30px;
         	/*border: 1px solid #fff;*/
         	position: relative;
         	/*-webkit-border-radius: 10px 0 0 10px;
         	-moz-border-radius: 10px 0 0 10px;
         	border-radius: 10px 0 0 10px;*/
         }

         #instant-callback-div .content-switcher {
            background-color: #fff;
            display: inline-block;
            width: 245px;
            margin: 0 0 0 -4px;
            padding: 0 16px 12px;
            vertical-align: top;
            -webkit-border-bottom-left-radius: 6px;
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
        }
        #instant-callback-div h4 {
          border-bottom: 1px solid #EDEDED;
          /*margin-bottom: 20px;*/
          padding-bottom: 15px;
          padding-top: 5px;
      }
      #instant-callback-div p {
          margin: 5px 0 !important;
          padding: 4px 0;
          font-size: 12px;
      }

/*#instant-callback-div input {
    display: block;
    width: 90%;
    margin: 6px 0;
    border: 1px solid #CCC;
    padding: 6px 10px;
    }*/

    #instant-callback-div input[type="submit"]:hover {
    	background-color: #333;
    	color: #FFF;
    }
    #instant-callback-div input[type="submit"] {
    	width: 100%;
    }
    #hide {
    	background-color: #FFFFFF;
    	-webkit-border-radius: 0 5px 0 0;
    	-moz-border-radius: 0 5px 0 0;
    	border-radius: 0 5px 0 0;
    	height: 32px;
    	position: absolute;
    	right: 7px;
    	top: 7px;
    	width: 40px;
    	cursor: pointer;
    	font-size: 12px;
    	line-height: 13px;
    	margin-bottom: 0;
    }
    #hide img {
    	opacity: 0.3;
    	-webkit-transition: all 0.3s ease 0s;
    	-moz-transition: all 0.3s ease 0s;
    	-o-transition: all 0.3s ease 0s;
    	transition: all 0.3s ease 0s;
    }
    #hide img:hover {
    	opacity: 0.7;
    }

    /*Popup Form*/

    h3.modal-title {
    	font-size: 16px;
    	text-align: center;
    	color: #1a162f;
    	font-weight: bold;
    }
    #popupModal .modal-dialog{
    	width: 35%;
    }
    #popupModal button#submitf {
    	background-color: #000;
    	color: #fff;
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    }
    .modal-content{
    	border-radius: inherit;
    }

    /*Price Popup*/
   .pricepop {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: #27615f;
    padding: 6px 15px;
    border-radius: 8px;
    font-size: 14px;
}
    .pricepop:hover{
    	text-decoration: none;
    	color: #fff;
    }




    #price .modal-dialog {
    	width: 35%;
    }
    #price button#submitf {
    	background-color: #000;
    	color: #fff;
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	border: 1px solid #1a162f;
    }
    #submitf{
    	background-color: #000;
    	color: #fff;
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	border: 1px solid #fff;
    }

    /*Book A site visit*/
    #bookvisit {
    	left: 25px;
    	/* font-family: 'Open Sans', Arial, sans-serif; */
    	position: fixed;
    	vertical-align: top;
    	/* padding: 0 0 24px 0px; */
    	right: 0;
    	bottom: 7px;
    	/* width: 280px; */
    	height: 28px;
    	z-index: 1000;
    }
    #bookvisit .booksitevisit-switch {
    	background: url(../img/handle3.png) no-repeat scroll 0 0;
    	-webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    	-moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    	box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    	cursor: pointer;
    	display: inline-block;
    	height: 36px;
    	vertical-align: top;
    	width: 170px;
    	/*border: 1px solid #fff;*/
    	position: relative;

    }
    .field {
    	width: 100%;
    	float: left;
    	color: #000;
    	padding: 10px 0;
    	font-size: 15px;
    }
    .visit-time input, .visit-date input {
    	width: 30%;
    	margin-right: 2%;
    	padding: 6px;
    	border: 1px solid #E3E3E3;
    	color: #adadad;
    	font-weight: 500;

    }
    .visit-time select {
    	width: 30%;
    	padding: 6px;
    	border: 1px solid #E3E3E3;
    	color: #adadad;
    	font-weight: 500;
    }

    .carousel-caption {
        position: absolute;
        left: 0;
        right: 15%;
        bottom: 0;
        z-index: 10;
        padding-top: 0;
        padding-bottom: 0;
        color: #fff;
        width: 100%;
        background: rgba(0,0,0,0.7);
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
    }
    .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right {
        width: 30px;
        height: 30px;
        margin-top: 85px;
        font-size: 30px;
    }


    /*Amenities*/

/*    .ug-thumb-selected::before{
        border-bottom: 1px solid blue;
        -webkit-box-shadow: 0 1px 0 0 red;
        -moz-box-shadow: 0 1px 0 0 red;
        box-shadow: 0 1px 0 0 red;
        content: "";
        margin: 0 auto; 
        position: absolute;
        top: 45%; left: 0; right: 0;
        width: 95%;
        z-index: -1;
    }
    */

    .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
        bottom: 100px;
    } 

    .outer_sections {
        position: relative;
    }

    .outer_sections1 {
        position: relative;
    }

    .inner_section_desl_count {
        position: absolute;
        height: 100% !important;
        width: 100%;
        left: 0px;
        top: -140px;
        z-index: -1;
    }
    h1.proj_de_titl_left_cont1.text-center {
        font-family: 'Playfair Display';
        font-style: normal;
        font-weight: 400;
        font-size: 26px !important;
        color: #000 !important;
        margin: 0px;
        padding: 0px;
        line-height: 1.2em;
        text-align: center;
    }


    .pro_new_de_lef_con_textdscr_inn {
        padding-top: 30px;
    }

    h1.proj_de_titl_left_cont1.text-center {
        font-family: 'Playfair Display';
        font-style: normal;
        font-weight: 400;
        font-size: 26px !important;
        color: #000 !important;
        margin: 0px;
        padding: 0px;
        line-height: 1.2em;
        text-align: center;
    }

    h1.proj_de_titl_left_cont1.text-center {
        font-family: 'Playfair Display';
        font-style: normal;
        font-weight: 400;
        font-size: 26px !important;
        color: #000 !important;
        margin: 0px;
        padding: 0px;
        line-height: 1.2em;
        text-align: center;
        text-transform: uppercase;
    }

    .clear_both20 {
        clear: both;
        height: 20px;
    }

    .proj_de_text_in_left_cont1 {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400 !important;
        font-size: 15px !important;
        color: #fff;
        margin: 0px !important;
        padding: 0 12%;
        text-align: center;
    }
   #footer {
    background-color: #224847;
}
    #footer h5{
        color: #fff !important;
        text-transform: none;
    font-size: 9px;
    line-height: 1.4;
    }
