.popupbox {
	display:none;
	width:400px;
	padding:1px 0px;
	background: #fff;
	background-size:cover;
	border-radius:10px;
	box-shadow:0 0 8px 1px rgba(0,0,0,0.4);
	margin:10px;
	border:7px solid #ddd;
}
.popupbox h1 {
	font-size: 30px;
	font-weight: 700;
	color: #073855;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid;
	text-align: center;
}
.popupbox h1 span {
	color:#073855;
	text-transform:uppercase;
}
.view-details-btn{
	display: block;
	margin-top:30px !important;
	padding: 5px 20px;
	background: #1396e2;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
}
.view-details-btn:hover {
  background: #073855;
  color:#fff;
}
.mission-vision{
	text-align:center;
	border:1px solid #ddd;
	padding:30px;
	margin:50px 0;
	border-radius:0px 50px 0px 50px;
	transition:all 1s ease;
	-weblit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
}
.mission-vision i{
	font-size:100px;
	color:#ddd; 
}
.mission-vision h1{
	font-size: 26px;
	margin-top: 0px;
	text-transform: capitalize;
	letter-spacing: 3px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	border-bottom:none;
	margin-bottom:0;
	line-height:70px;
}
.mission-vision P{
	font-size:13px;
	line-height:20px;
}
.mission-vision:hover{
	border-color:#0B6498;
	background:#1396e2;
	border-radius:50px 0px 50px 0px;
}
.mission-vision:hover h1, .mission-vision:hover p, .mission-vision:hover i{
	color:#fff;
}
.property-detail figure{
	padding:3px;
	border:1px solid #ddd;
}

.property-detail figure img{
	display:block;
	width:100%;
	height: 200px;
}

.property-img figure{
	border:1px solid #ddd;
	overflow:hidden !important;
	position:relative;
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
}
.property-img figure a{
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
}
.property-img figure a:before{
	content:'\f0c1';
	position:absolute;
	color:#fff;
	background:rgba(0,0,0,0.8);
	font-size:30px;
	display:none;
	font-family:'FontAwesome';
	cursor:pointer;
	padding: 31% 44.5%;
	z-index:1;
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
}
.property-img figure img{

	width:100%;
	height: 200px;
}

.property-img figure:hover a:before{
	display:block;
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
}
.property-img figure:hover img{
	transform:scale(1.5,1.5) rotate(-30deg);
	-webkit-transform:scale(1.5,1.5) rotate(-30deg);
	-moz-transform:scale(1.5,1.5) rotate(-30deg);
	-ms-transform:scale(1.5,1.5) rotate(-30deg);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
}

#header-sticky-wrapper {
	margin-bottom:18px;
	height:auto!important;
}

.margin_top {
	padding-top:40px;
}
.site-navigation {
	position:relative;
	top:10px;
	left:0;
	right:0;
	z-index:999;
	border-bottom:1px solid #ddd;
	margin-bottom:30px;
	padding-bottom:10px;
	text-align:center;
	background-color:#fff;
}
.site-navigation ul {
	margin:0;
	padding:0;
	padding-top:5px;
}
.site-navigation li {
	display:inline-block;
}
.site-navigation li a {
	margin:0;
	padding:10px 20px;
	line-height:26px;
	text-transform:uppercase;
	color:#333;
	border-bottom:5px solid transparent;
	font-weight: 600;
}
.site-navigation li a:hover {
	border-bottom-color:#073855;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	color:#073855;
}
.site-navigation ul li.current a {
	border-bottom-color:#073855;
	color:#073855;
}
.property-detail-banner{
	position:relative;
	background-position:center  center;
	background-attachment:fixed;
	height:400px;
	background-size: cover !important;
	overflow-x:hidden;
	border-bottom:2px solid #ddd;
	
}
.banner-title{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	font-family: 'Raleway', sans-serif;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+2,003554+100&amp;0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 2%, rgba(0,53,84,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(2%,rgba(255,255,255,0.02)), color-stop(100%,rgba(0,53,84,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 2%,rgba(0,53,84,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 2%,rgba(0,53,84,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 2%,rgba(0,53,84,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 2%,rgba(0,53,84,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#003554',GradientType=0 ); /* IE6-9 */


}
.banner-title h1{
	color:#fff;
	font-size:30px;
	line-height:50px;
	text-transform:capitalize;
	border-bottom:none;
	letter-spacing:1px;
	margin:0;
}
.banner-title p{
	color:#fff;
	font-size:16px;
	margin-bottom:20px;
}
.property-detail-inner section{
	padding:25px 0;
	clear:both;
	content:'';
}

#header{
	position:absolute;
}
.padding-top-100{
	padding-top:100px;
}
.height-150{
	height:150px !important;
}
.padding-top-50{
	padding-top:50px;
}
.margin-top-16{
	margin-top:16px;
}
.property-detail-table{
	margin-top:30px;
}
.property-detail-table tr{
	border-bottom:1px solid #ddd;
	margin:20px;
}
.property-detail-table tr td{
	padding:20px 0;
}
.fa-arrow-circle-down{
	color:#c0392b;
}
.amen{
	
	height: 40px;
	width: 40px;
	display: inline-block;
	margin-right: 6px;
	margin-left: 12px;
	vertical-align: top;
	margin-top:50px;
}
.amen.ac{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -80px;
}
.amen.bh{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -2000px;
}
.amen.bl{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -240px;
}
.amen.cf{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -320px;
}

.amen.ch{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -400px;
}
.amen.cr{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -520px;
}
.amen.dth{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -680px;
}
.amen.ec{
	background: url(../img/amenitiesSprite.png) no-repeat 0px 0px;
}
.amen.gc{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -1080px;
}
.amen.gym{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -920px;
}

.amen.if{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -2320px;
}
.amen.wifi{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -2320px;
}
.amen.jt{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -1080px;
}
.amen.ls{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -1240px;
}

.amen.lift{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -1320px;
}
.amen.ms{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -1360px;
}
.amen.tc{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -1520px;
}
.amen.sf{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -1440px;
}
.amen.park{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -1560px;
}

.amen.pg{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -1640px;
}
.amen.pb{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -1680px;
}
.amen.pt{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -1720px;
}
.amen.ro{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -1920px;
}

.amen.rw{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -1760px;
}
.amen.rp{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -1600px;
}
.amen.sec{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -1960px;
}
.amen.gl{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -2040px;
}

.amen.sp{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -2120px;
}
.amen.vc{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -2160px;
}
.amen.vp{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -2200px;
}
.amen.wd{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -2240px;
}
.amen.ws{
	background: url(../img/amenitiesSprite.png) no-repeat 0px -2280px;
}

.amenities{
	text-align:center;
}
.amenities h2{
	text-align:left;
}
.amenities p{
	font-size:16px;
	line-height:30px;
}
._ohe {
  display: none !important;
}
._42ef {
  display: none !important;
}
.emi{
margin-top:8%;
margin-left:25%;
}
h3.no-bottom-margin{
	font-size: 26px;
	font-weight: lighter;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	margin-top: 10px;
	text-transform: capitalize;
	letter-spacing: 3px;
	text-align:center;
	line-height:70px;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
}
h3 strong{
 /*	font-size: 40px;
	font-weight:800;
	color:#1396e2;
	font-family: 'Open Sans', sans-serif; */
	
	font-size: 49px;
    font-weight: 800;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}
.projects h3{
	font-size:14px;
	font-weight:600;
	color:#777;
	text-align:center;
	margin:0;
	padding:0;
	text-transform:uppercase;
	line-height:40px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:1px;
}
h1.recent {
  font-size: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  margin-top: 10px;
  padding-bottom: 17px;
  color: #1396e2;
  font-weight: 600;
  text-transform: uppercase;
  text-align:left;
  letter-spacing:0px;
  line-height:1.1;
  font-family:inherit;
  }
  .mission-vision h2{
	font-size: 26px;
	margin-top: 0px;
	text-transform: capitalize;
	letter-spacing: 3px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	border-bottom:none;
	margin-bottom:0;
	line-height:70px;
	color:black;
}
h2.text-left {
	font-size: 26px;
	font-weight: lighter;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	margin-top: 10px;
	text-transform: capitalize;
	letter-spacing: 3px;
	text-align:left;
	line-height:70px;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	color:black;
}
.banner-title h3{
	color:#fff;
	font-size:30px;
	line-height:50px;
	text-transform:capitalize;
	border-bottom:none;
	letter-spacing:1px;
	margin:0;
}

.overlay h4{
    display: inline-block;
	font-size:18px !important;
	background: rgba(0, 0, 0, 0.7);
	padding:6px;
	margin:0px 1%px 0px 0px !important;
}







/* footer social icons */
.social-network ul{margin:0px !important; padding:0px !important; margin-left:-20 !important;}
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoyoutube:hover {
	background-color:#e64a41;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}
.social-circle li{float:left !important;  display:inline !important; list-style:none !important; margin: 4px !important;
    border-radius: 50px;}
.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 40px;
	height: 40px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:40px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg) !important;
	-webkit-transform: rotate(360deg) !important;
	-ms--transform: rotate(360deg) !important;
	transform: rotate(360deg) !important;
	-webkit-transition: all 0.2s !important;
	-moz-transition: all 0.2s !important;
	-o-transition: all 0.2s !important;
	-ms-transition: all 0.2s !important;
	transition: all 0.2s !important;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


.social-circle li:nth-child(1n+0) {
 background-color: #5b6d95;  
 

}
.social-circle li:nth-child(2n+0) {
 background-color: #5090a5 ;   

}
.social-circle li:nth-child(3n+0) {
 background-color: #5695b4 ; 

}

.social-circle li:nth-child(4n+0) {
 background-color: #ba6755 ; 

}

.social-circle li:nth-child(5n+0) {
 background-color: #e6756e ; 

}





/*================================
    TESTIMONIAL STYLES
    ============================  */
    .testimonial-section {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #fff;
    font-size:12px;
	font-size: 18px;
    font-style: italic;
}

.testimonial-section q {font-size:20px; font-style:oblique;}

.testimonial-section:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.testimonial-section-name {
    margin-top: 30px;
    margin-left: 60px;
    text-align:left;
    color:#fff;
}
    .testimonial-section-name img {
        max-width:40px;
        border: 2px solid #fff;
    }
.carousel-indicators-set {
    position:static;
    margin-left:0px;
    width:100%;
}
.container+header+h2{    font-size: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 17px;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;}


