@charset "UTF-8";
/* CSS Document */
body{line-height: 28px;font-family: 'Conv_FUTUR2_2';}
@font-face {
	font-family: 'Conv_Aller_It';
	src: url('../fonts/Aller_It.eot');
	src: local('☺'), url('../fonts/Aller_It.woff') format('woff'), url('../fonts/Aller_It.ttf') format('truetype'), url('../fonts/Aller_It.svg') format('svg');
	font-weight: normal;font-style: normal;
}
@font-face {
	font-family: 'Conv_FUTUR2_2';
	src: url('../fonts/FUTUR2_2.eot');
	src: local('☺'), url('../fonts/FUTUR2_2.woff') format('woff'), url('../fonts/FUTUR2_2.ttf') format('truetype'), url('../fonts/FUTUR2_2.svg') format('svg');
	font-weight: normal;font-style: normal;
}
@font-face {
	font-family: 'Conv_Aller_Rg';
	src: url('../fonts/Aller_Rg.eot');
	src: local('☺'), url('../fonts/Aller_Rg.woff') format('woff'), url('../fonts/Aller_Rg.ttf') format('truetype'), url('../fonts/Aller_Rg.svg') format('svg');
	font-weight: normal;font-style: normal;
}
@font-face {
	font-family:'IndianRupee-Regular';
	src: url('../fonts/IndianRupee-Regular_gdi.eot');
	src: url('../fonts/IndianRupee-Regular_gdid41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/IndianRupee-Regular_gdi.woff') format('woff'),
		url('../fonts/IndianRupee-Regular_gdi.ttf') format('truetype'),
		url('../fonts/IndianRupee-Regular_gdi.svg#IndianRupee-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-0060;
}


/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-sweep-to-right.hvr-sweep-to-right1:before {background: #dfdfdf;}


/* =Header
-------------------------------------------------------------- */
header {
  width: 100%;
  height: 222px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; 
}


header .logo {
    display: inline-block;
    width: 250px;
	margin-top:5px;
	margin-bottom:5px;
     -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; 
}
.logo2 { margin-top: 0px;}
.logo1{max-width: 130px;
 -webkit-transition: max-width 0.3s;
    -moz-transition: max-width 0.3s;
    -ms-transition: max-width 0.3s;
    -o-transition: max-width 0.3s;
    transition: max-width 0.3s;
}
.logo2{max-width: 130px;
 -webkit-transition: max-width 0.3s;
    -moz-transition: max-width 0.3s;
    -ms-transition: max-width 0.3s;
    -o-transition: max-width 0.3s;
    transition: max-width 0.3s;} 

header.smaller {height: 125px;}
header.smaller .logo {width: 215px;}
header.smaller .logo2{max-width: 170px;}
header.smaller .logo1{max-width: 130px;}
header.smaller .nav-row{padding:.51em 0 }
header .logo a img,.logo1 img,.logo2 img{width: 100%}
header .logo a{display: block;}


h2.heading{font-size: 2.143em;color:#ad854d; font-weight:300px;font-family: 'Lora', serif; margin: 0;position: relative;margin-bottom: 1.6em; margin-top:1.3em; text-transform:uppercase}




h2.heading.white{color:#fff;margin: 1em 0 1em 0;}
h2.heading::before {
display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    background: #666;
    width: 85%;
    height: 1px;
    max-width: 370px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
h2.heading::after {
   display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f6f6f6;
    border: 1px solid #b19261;
    -webkit-box-shadow: 0 0 0 5px #eee;
    box-shadow: 0 0 0 5px #eee;
    left: 50%;
    margin-left: -5px;
    bottom: -20px;
}
h2.heading.dark::after {background: #666666;}
h2.heading.white::after {background: #fff;margin: auto auto auto 0}
h2.heading.dark.loc::after{margin: auto auto auto 0}

h3.heading{font-size: 1.8em;color:#ad854d; font-weight:300px;font-family: 'Lora', serif; line-height:40px; margin:0;text-transform:uppercase }
h3.heading::before {
display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    background: #666;
    width: 85%;
    height: 1px;
    max-width: 370px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
h3.heading::after {
   display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f6f6f6;
    border: 1px solid #b19261;
    -webkit-box-shadow: 0 0 0 5px #eee;
    box-shadow: 0 0 0 5px #eee;
    left: 50%;
    margin-left: -5px;
    bottom: -20px;
}

p{font-size: inherit;}
.padding0{padding: 0 !important; }
.padding-right{padding-right:55px !important; }
.top-logo-bar{background: #222;padding:1.2em 1em; border-bottom: solid 1px rgba(214,181,110,0.5)}
.logo {left: 0;margin: 0 auto;position: absolute;right: 0;top: 0;max-width: 318px;z-index: 1;}
.nav-row{background:#222;padding: 1.3em 0 0.2em 0;
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  -ms-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s; }
.nav.navbar-left{text-align: right;}
.navbar.navbar-default {margin-bottom: 0;min-height:0;}
.nav.navbar-left li{display: inline-block;float: none;}
.navbar.navbar-default{background: none;border: none;}
.navbar-nav li {text-transform: uppercase;}

.nav.navbar-nav li a{font-family: 'Archivo Narrow', sans-serif;font-size:14px;padding-top:5px;margin:0 7px;border-bottom: 2px solid transparent; transition: color 0.2s linear;  -o-transition: color 0.2s linear;  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;}
  
.navbar-nav li a:hover,.navbar-nav li a.active{ color:#eee !important; border-bottom: 1px solid #d6b56e;}


.nav.navbar-nav li a::before {
	color: #fff;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.nav.navbar-nav li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #d6b56e;
	opacity: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.nav.navbar-nav li a:hover::before,
.nav.navbar-nav li a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

.nav.navbar-nav li a:hover::after,
.nav.navbar-nav li a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.btns-row > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #000;
  color: #012a27;
    padding: 0 1px;
    margin-right: .5em;
}
.bookonline{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #000;
  color: #012a27;
    padding: 0 1px;
    margin-right: .5em;
}
.bookonline i{display: inline-block}
.btns-row span {
  display: inline-block;
  line-height: normal;
  padding: 4px 10px 0 5px;
  text-transform: uppercase;
  vertical-align: top;
}
.btns-row button i {width: 21px;display: inline-block;margin-right: 5px;}
#banner-sec{position: relative;}

.btns-row{background:rgba(255,255,255,0.77);text-align: center;position: fixed;bottom: 0;width: 100%;padding: .5em 0;z-index: 999;}

#abt_sec{padding: 10em 0 1em 0;}
#abt_sec .fixed-bg{background-image: url(../images/abt-bg.jpg);}

.fixed-bg{width: 100%;height: 100%;background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;}

.about{text-align: center;padding: 5.5em 0;}
.about h2{ font-family: 'Lora', serif; color:#fff;}
.about h3,.about p{color:#fff;font-family: 'Conv_FUTUR2_2';}
.about p{line-height: 28px;padding: 0 10em;font-size: 1.214em;}
.about h3{text-transform: uppercase;}
.inner-container{}
#location{background: #e4e6e1;padding: 3em 0 3em;}
#location p {
  font-size: 1.143em;
}
#location h3{font-size:1.2em;}
.container-loc{max-width: 1280px;margin: 0 auto;}
#banner-sec img{width:100%;}
.location img{width:100%;}

.neighborhood,.proximities h3{font-size:1.286em ;text-transform: uppercase;margin: 0;color: #65a83f;margin:.5em 0 1.2em;}

.prox-col span{display: inline-block;margin-top:0.8em;width:100%;font-size: 13px;color: #545454}
.prox-col {
  height: 115px;
    padding:1.5em 0 0 !important ;
    text-align: center
}
.prox-col img {
  vertical-align: top;
    width:auto;
}
.prox-col.prox-airport,.prox-cyber.prox-col{padding: 0 !important;height: 103px;}
.prox-img {
  display: table-cell !important;
  height: 45px;
  margin: 0 auto !important;
  vertical-align: bottom;
  width: 200px !important;
}
.prox-col.prox-airport::after, .prox-col.prox-cyber::after, .prox-col.prox-hospital::after, .prox-col.prox-course::after{
  background: #bebfbd none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 20%;
  position: absolute;
  right: 12%;
  z-index: 1;
}
.prox-col.prox-cyber::before, .prox-col.prox-course::before, .prox-col.prox-enclave::before {
  background: #bebfbd none repeat scroll 0 0;
  bottom: 3px;
  content: "";
  height: 70px;
  left: 4%;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 1;
}
#vid-sec .fixed-bg{background-image: url(../images/vid-sec.jpg);}
#vid-sec .container{padding: 3em 15px;text-align: center}
#vid-sec .container h2{margin-bottom: 1em}

#amenities{background: #fff;padding: 4em 0 0 0;}
#amenities p.headtext{color: #666666;font-size: 1.143em;margin-bottom: 2em;}
#amenities img{width: 100%;height: 100%;}
.text-amen{background: #e1b94a;padding: 0;
box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;border-right:3px solid #fff;
}

.amen {
  display: inline-block;
  margin: .7em auto 1em;
  padding: 0;
  text-align: center;
  width: 100%;
}
.amen-col{font-size: 1em;	transition: all 0.5s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
padding: 1em 0 1em 0;
}
.amen-col:hover{background: #b48e26;}
.amen img{width:auto !important;}
/*.amen-grass{background-position: 94px -700px;}.amen-art{background-position: 94px -789px;}.amen-herbal{background-position: 94px -880px;}.amen-plaza{background-position: 94px -970px;}.amen-houses{background-position: 94px -1080px;}.amen-area{background-position: 94px -1184px;}
*/
.amen-right-bg,.text-amen-container{display: flex;display: -webkit-flex;flex-flow: row wrap; -webkit-flex-flow: row wrap;} 

.amen-left-bg{background: rgba(0, 0, 0, 0) url("../images/amen4.jpg") no-repeat fixed left top / cover;} 
.amen-right-bg{background: rgba(0, 0, 0, 0) url("../images/amen1a.jpg") no-repeat fixed top right / cover;}
.amen2,.amen-right-bg{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;border:3px solid #fff;}
.amen3{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;border:3px solid #fff;border-left:none;}

.amen-club{background: #e4e6e1;padding: 2em 0}
.amen-ul{width:50%;float:left;margin:0em 0;padding: 0 4em 0 2em;}
.amen-ul li {
  list-style: outside none none;
  margin-bottom: 1em;
  text-align: left;
    border-bottom:1px solid #cacaca;
    padding-bottom: 1em;
}
.amen_club_container{display: flex;display: -webkit-flex;}

#specs .container{padding-top:3em;padding-bottom:4em;}
#specs{ background-color:#fff !important;}
.spec-col img{width:100%;}
.specs-container {
  display: flex;display: -webkit-flex;
  flex-flow: row wrap; -webkit-flex-flow: row wrap;
}    

.specs-container p{font-family: 'Archivo Narrow', sans-serif; font-size:15px; line-height:25px; color:#000; font-weight:100; padding-right:40px;}
.project-features p{font-family: 'Archivo Narrow', sans-serif; font-size:15px; line-height:25px; color:#000; font-weight:100; padding-left:40px;}
.project-col{ margin:0px; padding:0px; width:50%; float:left; }
.project-col li{ font-family: 'Archivo Narrow', sans-serif; font-size:15px; line-height:25px; color:#000; font-weight:100; list-style:circle;}
.project-col-right{ margin:0px; padding:0px; width:50%; float:left; }
.project-col-right li{ font-family: 'Archivo Narrow', sans-serif; font-size:15px; line-height:25px; color:#000; font-weight:100; list-style:circle; }
.location-close h1{ color:}
.location-close ul{ margin:0px; padding:0px 0 0 15px;}
.location-close li{ font-family: 'Archivo Narrow', sans-serif; font-size:14px; line-height:25px; color:#000; font-weight:100; list-style:circle; }
#space{ margin-top:-70px;}


.spec-icon1{ float:left; margin:20px 10px; background-image: url(../images/specifications-icons.png); background-size:500%; background-repeat:no-repeat;  width:65px; height:65px; background-position:-60px -144px}

.spec-icon2{ float:left; margin:20px 10px; background-image: url(../images/specifications-icons.png); background-size:500%; background-repeat:no-repeat;  width:65px; height:100px; background-position:0px -153px}

.spec-icon3{ float:left; margin:20px 10px; background-image: url(../images/specifications-icons.png); background-size:500%; background-repeat:no-repeat;  width:65px; height:80px; background-position:-268px -2px}

.spec-icon4{ float:left; margin:20px 10px; background-image: url(../images/specifications-icons.png); background-size:500%; background-repeat:no-repeat;  width:65px; height:65px; background-position:-196px -88px}

.spec-icon5{ float:left; margin:0px 10px; background-image: url(../images/specifications-icons.png); background-size:500%; background-repeat:no-repeat;  width:65px; height:65px; background-position:-192px 16px;}

.spec-icon6{ float:left; margin:0px 10px; background-image: url(../images/specifications-icons.png); background-size:500%; background-repeat:no-repeat;  width:65px; height:65px; background-position:0 -66px;}

.spec-icon7{ float:left; margin:20px 10px; background-image: url(../images/specifications-icons.png); background-size:500%; background-repeat:no-repeat;  width:65px; height:80px; background-position:-257px -82px;}

.spec-icon8{ float:left; margin:20px 10px; background-image: url(../images/specifications-icons.png); background-size:500%; background-repeat:no-repeat;  width:65px; height:65px; background-position:-69px 0px;}

.spec-icon9{ float:left; margin:20px 10px; background-image: url(../images/specifications-icons.png); background-size:500%; background-repeat:no-repeat;  width:65px; height:100px; background-position:-126px 12px;}

.spec-icon10{ float:left; margin:20px 10px; background-image: url(../images/specifications-icons.png); background-size:500%; background-repeat:no-repeat;  width:65px; height:65px; background-position:-70px -82px;}

.spec-icon11{ float:left; margin:0px 10px; background-image: url(../images/specifications-icons.png); background-size:500%; background-repeat:no-repeat;  width:65px; height:65px; background-position:-134px -82px;}

.spec-icon12{ float:left; margin:0px 10px; background-image: url(../images/specifications-icons.png); background-size:500%; background-repeat:no-repeat;  width:65px; height:65px;}

.spec-txt p{ font-family: 'Archivo Narrow', sans-serif; font-size:14px; color:#000; font-weight:100; }

.spec-col{display: flex;display: -webkit-flex;flex-flow: row wrap; -webkit-flex-flow: row wrap}
.spec-col img{width:100%;height:100%;}
ul.spec-listing{margin:0;padding: 0 0 0 2em;}
.spec-listing li{list-style-type: square;color: #65a83f;margin-bottom: .5em;font-size:1.143em;}
.spec-listing span{color:#000;letter-spacing: 1px;}
.spec1,.spec2,.spec3,.spec4 {
  padding: 3px !important;
}

.brochure h6{ background-color: #d6b56e ; color: #fff; font-family: "Archivo Narrow",sans-serif; font-size: 14px; font-weight: 300; margin: 1em 0; padding: 8px 15px; position: relative; border-radius:3px; }

.brochure a{ color:#000 !important; text-decoration:none; }

.brochure a:hover{ color:#000;} 

/*contact css */

#contact{
    padding:10px 0 10px;
  }

  .contact-text{
    margin:45px auto;
  }

  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
    width: 100%;
    padding: 10px;
    background:#f8f8f8;
    border:1px solid #CCC;
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .form:hover{
    border:1px solid #ccc;
  }

  .form:focus{
    color: white;
    outline: none;
    border:1px solid #ccc;
  }

  .textarea{
    height: 170px;
    max-height: 170px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#8BC3A3;
    color:white;
  }

/* Send Button Styles */

  .form-btn{
    width:140px;
    display: block;
    height: auto;
    padding:10px;
    color:#fff;
    background:#b19261;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .form-btn:hover{
    background:#111;
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }

ul.loc-list{margin:1em 0 0 0;padding: 0 0 0 13px;}
ul.loc-list li{list-style-type: none;color: #65a83f;margin-bottom: .2em;font-size:1.2em;}
ul.loc-list li span{color:rgb(51, 51, 51);letter-spacing: 1px;font-size:.833em;}

#plans{padding:4em 0;background:#e4e6e1;}
#plans p{font-size: 1.143em;color: #333;margin-bottom: 1em;}
.tabs{margin: 2em 0}
.tabs .nav-tabs > li.active > a,.tabs .nav-tabs > li.active > a:hover,.tabs .nav-tabs > li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #777;
  border-color: #ddd #ddd transparent;
  border-image: none;
  border-style: solid;
  border-width: 0;
  color: #fff;
  cursor: default;
padding: 3.3em 7.2em;
 
}
.tabs .nav-tabs > li > a{background: #ccc;color: #333;padding: 1.6em 0 !important;  margin: 0 .4em 0 0;border-radius: 0 !important;border-right:inset 2px #e4e6e1;}
.tabs .nav-tabs > li > a:last-child{border:none;}
.tabs .tab-content > .active {
  background: #777 none repeat scroll 0 0;
padding: 2em 0
}
footer {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  padding: 1em 0em 0em 0em;
  position:relative;
  width: 100%;
  z-index: 999;
}


.social li {
	
	border: 2px solid #888888;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
    list-style: none;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #888888;
}
.social li:hover {
	border: 2px solid #74a954;
	background: #74a954;
}
.social li a i {
	font-size: 16px;
	margin: 0 ;
	color: #888888 !important;
}
.social li:hover a i{color:#fff !important;}
ul.social, ul.footer-links {
  display: inline-block;
}
.footer-links li{float: left;list-style: none;color:#74a954;}
.footer-links li a{color: #000;padding:0 1em;text-transform: uppercase;}

#welcome-intro{margin: 1.6em 0em 1em 0em; text-align:center}

#home-intro{
	padding:2.5em 0px 2.8em 0;
	margin:0em 0em 3em 0em;
	background-color:#f6f5f5;
	/*background-image: url(../images/bg-mbmr.png);*/
	background-repeat: repeat;
}
#home-intro .title{ background-color:#e7e7e7; padding:10px; text-align:center;text-transform:uppercase}
#home-intro .title img{ background-color:#6d6d6d; padding:1px;} 
#home-intro .title h5{font-family: 'Lora', serif;color:#ad854d; font-size:20px; font-weight:500; margin-top:-25px; margin-left:10px; margin-right:10px; background-color:#e7e7e7; position:relative; padding: 10px 0px;}

#home-intro .title h6{font-family: 'Archivo Narrow', sans-serif; color:#FFF; font-size:16px; font-weight:300; background-color:#c64e1f; position:relative; padding: 5px 0px; margin:1em 0px;}

#home-intro .title h6 a{ color:#FFF; text-decoration:none;}

#home-intro .plans-pink h6{font-family: 'Archivo Narrow', sans-serif; color:#FFF; font-size:16px; font-weight:300; background-color:#e5007d; position:relative; padding: 5px 0px; margin:1em 0px;}

#home-intro .plans-blue h6{font-family: 'Archivo Narrow', sans-serif; color:#FFF; font-size:16px; font-weight:300; background-color:#61c3d0; position:relative; padding: 5px 0px; margin:1em 0px;}

#home-intro .plans-gold h6{font-family: 'Archivo Narrow', sans-serif; color:#FFF; font-size:16px; font-weight:300; background-color:#d6b369; position:relative; padding: 5px 0px; margin:1em 0px;}

#home-intro .plans-gray h6{font-family: 'Archivo Narrow', sans-serif; color:#FFF; font-size:16px; font-weight:300; background-color:#868474; position:relative; padding: 5px 0px; margin:1em 0px;}

#home-intro .plans-lightorange h6{font-family: 'Archivo Narrow', sans-serif; color:#FFF; font-size:16px; font-weight:300; background-color:#ffcd8f; position:relative; padding: 5px 0px; margin:1em 0px;}

#home-intro .plans-yellow h6{font-family: 'Archivo Narrow', sans-serif; color:#FFF; font-size:16px; font-weight:300; background-color:#fecc00; position:relative; padding: 5px 0px; margin:1em 0px;}

#home-intro .plans-orange h6{font-family: 'Archivo Narrow', sans-serif; color:#FFF; font-size:16px; font-weight:300; background-color:#f07e3b; position:relative; padding: 5px 0px; margin:1em 0px;}

#home-intro .title p{font-family: 'Archivo Narrow', sans-serif; font-size:14px; line-height:22px; text-transform:capitalize}

.space{ margin:28px 0;}

#home-arialview{  margin:0em 0em 3em 0em;}
#home-arialview .view {
   width: 100%;
   height: 100% !important;
    float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
     cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
#home-arialview .view .mask,.view .content {
   width: 100%;
   height: auto;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
#home-arialview .view img {
   display: block;
   position: relative;
}
#home-arialview .view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 20px;
   padding: 20% 20%;
  
}
 

#contact{ background-color:#333; margin-bottom: 25em;}
.contact-form{padding:0px!important;background-color:transparent;}

.tower-col{max-width: 250px;float: left;margin-left: 1.5em;background: #ccc;padding: 1.4em 1.5em;cursor:pointer;position: relative;}
.tower-col h4{margin:0;font-size:1em;margin-bottom: 5px;}
#plans .tower-col p{font-size:.7em;margin-bottom: 0;}
.tower-col:hover{background: #fff;}
.tower-col:hover::after{background: #fff;color:#65a83f;}

.tower-col::after {background: #ccc none repeat scroll 0 0;border-radius: 100%;bottom: 0;content: "\f00e";height: 30px;left: 0;font-family:'FontAwesome';padding: 5px 0 0;margin: auto auto -17px;position: absolute;  right: 0;  top: 0;  width: 30px;  color: #666;    }
.dubai-add{padding-left: 2em;}
.dubai-add::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -9%;
  position: absolute;
  width: 1px;
}
.address-col{margin-bottom: 3em;}
.address-col p{color:#fff;margin-bottom: 1.5em;}
.address-col p i{width:12px;height:12px;color: #e0edd8;}
.address-col span {  display: inline-block;  padding-left: .5em;  vertical-align: top;  width: 90%;font-size: 1em;}
.address-col .phn{font-size: 1.429em;}
.address-col span span {  display: inline;  font-size: 0.8em;}
.address-col h5{color:#fff;text-transform: uppercase;margin-bottom: .5em;}

.form-area h3{font-family: 'Conv_Aller_It';font-size: 1.5em;color:#fff;margin-left: 0;}
.form-area .submit{border: none;border-radius: 0;font-size: 1em;padding: 0.8em 2em 0.5em;margin-top: 1.2em;text-transform: uppercase;transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
letter-spacing: 1px;
 font-weight: 600;
    background: #fff none repeat scroll 0 0;
    color: #666;
}
.form-area .submit:hover{background: #c2ccbd;color:#fff;}
.form-area .form-control{background: transparent;border: 2px solid #c2ccbd;border-radius: 0;color: #fff;font-size: 13px;text-transform: uppercase;}
::-webkit-input-placeholder { color:#ccc; }


.modal{position: relative;}
.modal .modal-body img{width: 100%}
.modal .close {
  background: #000 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  font-size: 1em;
  opacity: 1;
  padding: 5px 8px;
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: 1;
}
.modal .close:hover,.modal .close:focus {
  color: #ccc;
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}
.master-plan{cursor: pointer;}
.master-plan img {
  width: 100%;
}
.credit{  color: #777;    text-decoration: none;    font-size: inherit;}
.credit:hover{text-decoration: underline; color: #f9964d; }

.privacyPolicy h1,.privacyPolicy h2{color: #65a83f;font-size: 1.2em;}
.verifyPhn_enq {
  color: #fff;
  font-style: italic;
}
#basic-addon1,#txtclbcode_enq,.mobNum.mobNum_enq {
  background: #c2ccbd !important;
 /* border: 2px solid #c2ccbd;*/
  border-radius: 0;
  margin-right: 0 !important;
  padding: 0 0 0 13px;
/*  width:95px;*/
  border:none;
}
/*.mobNum.mobNum_enq{ width:108px !important;}*/

#txtcode ,#txtclbcode_enq{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #fff;
/*  width: 60px;*/
}
#txtmobile, #txtclbmobile_enq,#txtclbmobile_enq_mob {
  float: right;
  width: 100%;
}
.input-col{position: relative;}
label.error {
  color: #d50000;
  font-size: 11px;
  position: absolute;
  right: 2em;
  text-align: right;
  top: 10px;
  width: 100%;
  font-weight: normal;    
}
.mob label.error {
  right: 8px;
}
#tollfree_btn{
  background: rgba(0, 0, 0, 0) url("../images/tollfree.png") no-repeat scroll 0 0;
  bottom: 18em;
  height: 49px;
  position: fixed;
  right: 0;
  width: 147px;
    z-index: 5;    
}
#bookonline{
  background: rgba(0, 0, 0, 0) url("../images/bookonline.png") no-repeat scroll 0 0;
  bottom: 19em;
  height: 49px;
  position: fixed;
  right: 0;
  width: 147px;
    z-index: 5;    
}
.slidepanel-wrap {
  bottom: 1em;
  left: 0em;
  position: fixed;
  z-index: 9;
}

/* call me */
#callMe {
  background: rgba(0, 0, 0, 0) url("../images/call-me.png") no-repeat scroll 0 0;
  bottom: 23em;
  height: 49px;
  position: fixed;
  right: 0;
  width: 147px;
  z-index: 5;
}
#callMe:hover{ opacity: .9}

/*.callBackContent{display:none; }*/
.callBackContent a{ color:#fff; background:none repeat scroll 0 0 rgba(70, 70, 72,.85); padding:9px 20px; right:0; top:0; bottom:auto; }
.callBackContent .fieldset{ padding:0px; border:1px solid #ccc;clear:both; }
.callBackContent .fieldset label{ display:block; font-size:13px; color:#333; font-weight:normal; line-height:normal; padding-bottom:0px; }
.callBackContent .fieldset label span{ display:block; font-size:16px; margin:8px 0 10px 0; font-style:italic; }
.callBackContent .fieldset label span.verified{ background:url(../images/verified-icon.html) no-repeat center right; background-size:contain; }

.callBackContent .fieldset .col-lg-12{ padding:0 0 8px; float:left; width:100%; color:#fff; }
.callBackContent .fieldset .col-lg-12:last-child{ padding-bottom:0; }
.callBackContent .fieldset input, .callBackContent .fieldset select{ width: 100%; padding: 0 2%; color: #000; height: 30px; border: 1px solid #ccc; background: #f2f2f2; margin:0;
}
.callBackContent .fieldset select{
	background:url(../images/select-arrow.png) no-repeat right 8px center #f2f2f2; width:100%;
	
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	border-radius:0; line-height:normal; color:#737373;border: 1px solid #ccc; padding:0 5px;
}

.mob input{ width:63% !important; }
.mob input[type=button]{ width:35% !important; font-size:11px !important; text-transform:none !important; }
.mobNum {
  margin-right: 5px;
  padding: 0;
  width: 30% !important;
}
.PhnNum { padding: 0; width: 65%;}
.mobNum input{ width:100% !important; background:#f2f2f2; border-color:#f2f2f2; padding:0 9% 0 20px !important; }
#txtclbmobile { padding: 0 3%;}
#datetimepicker_mask{ background-image:url(../images/cal-icon.html) !important; background-repeat:no-repeat !important; background-position:center right !important; }
.verify input{width: 67% !important; font-size: 14px !important; border: none !important;}
.verify input.small{ background: none !important; border: none !important; font-weight: normal !important; text-decoration: underline !important; width: 35% !important; font-size: 11px !important; float: right !important; padding: 0 !important; text-transform: none !important; position: absolute; right: -12px; font-size: 11px !important; color: #333 !important; top: 12px;}

.verify input.small:hover{
	text-decoration:none !important;
}
.verify { margin: 22px 0 0;}
.field{ margin-bottom:14px;}

.callBackContent .fieldset input[type=submit], .callBackContent .fieldset input[type=button]{  
	background:rgba(115,169,83,1); color: #fff; cursor: pointer; font-family: arial; font-size: 14px; letter-spacing: 1px; line-height: 16px; text-transform: uppercase; margin:0px; width:100%; height:auto; padding:13px 0;
}
.callBackContent .fieldset input[type=submit]:hover, .callBackContent .fieldset input[type=button]:hover{ 
	background:rgba(115,169,83,1); color:#fff
}
.callBackContent .fieldset input[type=submit]{ margin-top:7px !important; }
.invalid_session_message span { background: red; display: block; font-size: small !important; display: inline-block; padding: 5px 7px 5px !important; position: absolute; left: 15px; bottom: auto; margin: 10px 0px !important; top: 43px; color: #fff;}
.heading_modal { background: rgba(115,169,83,1); padding: 18px 40px;}
.heading_modal h2 { font-size: 18px; color: #fff; background: none; text-transform: uppercase; font-family:Arial, Helvetica, sans-serif; margin: 0; padding: 5px 0 0;}
.heading_modal p { color: #fff; display: block; margin: 5px 0 0; font-style:italic;}
.heading_modal .pull-right { margin-right: 5%; border-left: 1px solid #fff; padding: 0 0 0 28px;}
#callback form { width: 460px; margin: auto; padding:24px 0;}
.call-back{ width:644px !important}
.call-back .fancybox-inner{ width:100% !important}
.mobNum input,  .PhnNum input, #div_country select { margin: 0 !Important;}
.getCode { margin: 20px 0 0; width: 36%;}
.call-back .fancybox-close{ background:url(../images/cross.html) no-repeat !important;}
#submit_block input#btnverifycode { font-size: 12px !important;}
.loader {
  margin: auto;
  position: absolute;
  right: 15em;
  text-align: center;
  top: 6.5em;
  width: 20px;
}
.loader img { width: 11%; margin: auto;}
div#mobile_edit_block { position: relative;}
#thankyou_block { color: #333;text-align: center; padding: 20px; border: 1px solid #ccc;font-size: 17px;}
.callBackContent .fieldset label.error {
  color: red;
  font-size: 10px;
  left: -2em;
  position: absolute;
  top: 3.3em;
}
.callBackContent .fieldset .PhnNum label.error {
  left: -0.4em;
}
/**/
.video-sec {
  background: #fff none repeat scroll 0 0;
  float: none !important;
  margin: 0 auto;
  padding: 10px 10px 10px !important;
}
.video-sec .embed-responsive-4by3 { padding-bottom: 50%;}
.spec-col .spec3{margin-top: 10px;}
/*.spec-col .spec3 img{min-height: 275px;}
.spec-col .spec4 img{min-height: 217px;}*/


.slidePanel {
  background: rgba(70, 70, 72, 0.85) none repeat scroll 0 0;
  bottom: 32px;
  display: none;
  padding: 15px;
  position: absolute;
  left: 0;
  width: 220px;
  z-index: 9;
}
.slidePanel .rowT {
  border-bottom: 1px solid #959595;
  color: #fff;
  cursor: text;
  float: left;
  font-family: inherit;
  font-size: 13px;
  line-height: 34px;
  text-align: left;
  width: 100%;
}
.slidePanel > a {
  background: rgba(70, 70, 72, 0.85) none repeat scroll 0 0;
  color: #fff;
  padding: 7px 15px;
  position: absolute;
  right: 0;
  top: -31px;
}
.slidePanel > a:hover {
  color: #ccc;
    text-decoration: none;
}
.slidePanel .rowT span {
  background: rgba(115,169,83,1);
  color: #ffffff;
  float: left;
  font-family: inherit;
  font-size: 13px;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
    line-height: 34px;
}
.locs .modal-body {
  border: 10px solid #fff;
  overflow: scroll;
  padding: 0;
  position: relative;
}

.locs .modal-body {max-height: 640px;}
.locs .modal-body img{width:100%;}
.tollfree{display: inline-block;position: relative;border: 1px solid;}
.tollfree button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;padding: 0 0 0 2px;
}
iframe[name="google_conversion_frame"] {
  position: absolute;
}


.navbar-toggle {
  overflow: hidden;
}
.navbar-toggle .icon-bar {
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
          transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
 background: none !important; 
}


/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
    margin-bottom: 0;
	padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}
#projects{background: #fff;padding: 3em 0 3em}
.cu-block {
  display: inline-block;
}
.carousel-inner .thumb {text-align: center}
#myCarousel {
  margin-top: 8em !important;
}
#myCarousel .carousel-control.left{right: 4.8em !important;}
.carousel-control.right, .carousel-control.left {
  background: rgba(0, 0, 0, 1) none repeat scroll 0 0 !important;
  bottom: 0;
  height: 30px;
  left: auto !important;
  right: 3em !important;
  width: 30px;
  top: -2em !important;
}
.carousel-control.right i, .carousel-control.left i {
  bottom: 0;
  font-size: 16px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0.4em;
}

.projects > a {
  display: inline-block;
  margin: 2em 0;
  padding: 0 1em;
}
.projects {
  margin: 0 0 2em;
}
.projects-row{position: relative;margin-top: 3em;}
.row.projects-row > h5 {font-size: 16px;}
/*.projects-row:before{background: #d0d0d0;content: "";position: absolute;top:-2em;width:70%;height: 1px;left: 0;right: 0; bottom: 0;margin: 0 auto;}*/
.projects-row:after{background: #d0d0d0;content: "";position: absolute;top:10em;width:70%;height: 1px;left: 0;right: 0; bottom: 0em;margin: 0 auto;}

.tollfree-footer p{display: inline-block;}
.tollfree-footer p span{margin: 0 1.2em 0 1.3em;text-transform: uppercase;padding: 0.5em 0.5em 0.3em;border-radius: 4px;}
.tollfree-footer {margin:0 1em .6em 0;}
.arrow_box {
	position: relative;
	background: #ddd;
    font-size: 13px;
}
.arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #ddd;
	border-width: 10px;
	margin-top: -10px;
}
.btm-text{color: #979797;font-size: .9em;}
.disc-laimer {
  color: #a3a3a3;
  font-size: 9px;
}
.styled-select select {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: 0 none;
  border-radius: 0;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 34px;
  line-height: 1;
  padding: 2px 30% 0 3%;
  width: 120% !important;
}
.styled-select {
  background: transparent url("../images/select-arrow.png") no-repeat scroll 96% center;
  border-right: 2px solid #c2ccbd;
  display: inline-block;
  height: 34px;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
#dropEnquiry .styled-select {
  background: #fff url("../images/drop_dwn.jpg") no-repeat scroll 96% center;
  border-right: 0;
  display: inline-block;
  height: 30px;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.social.nav-social{display: none;}

 .nav.nav-tabs.nav-justified li{border-right: 10px solid #e4e6e1;
}
.nav.nav-tabs.nav-justified li:last-child{border:none;}

.img-effect{position: relative;}
.img-effect:hover .hover-img{opacity: 1;}
.hover-img{opacity: 0;position: absolute;top:0;right:0;left: 0;bottom: 0;margin: auto;width: 100%;height: 100%;background: rgba(0,0,0,.5);transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;cursor: pointer;}
.hover-img i {
  bottom: 0;
  color: #fff;
  font-size: 2.5em;
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
    cursor: pointer;
}
.master-plan > a {
  display: block;
}
.text-amen-container{background: #fff;}
#submit_int_block_enq{margin:1em 0 0 0;}
#btnverifycode_enq{ border: medium none;
border-radius: 0;
font-size: 1em;
margin-top: 0;
padding: 0.7em 2em 0.5em;width:auto !important;
line-height: normal;
}
.invalid_session_message_enq {
  color: red;
  font-size: 14px !important;
  font-weight: normal;
  position: absolute;
  right: 24px;
  top: 8px;
}
#submit_block_enq input {
  display: inline-block !important;
  float: left !important;
  position: static;
  width: auto !important;
}
#submit_block_enq input.resend_btn_enq{margin:1em;}

#mobile_code_block_enq{position: relative;}
#thisdiv_enq > img {
  width: 100%;
}
.loader.verify_enq {
  left: 19em;
  position: absolute;
  top: -2.5em;
}
.topbtn{position: fixed;bottom:8em;right: 1em;display: block;z-index: 99999;}
#theclb_enq label.error {
  color: #d50000;
  font-size: 11px;
  font-weight: normal;
  left: 16px;
  position: absolute;
  text-align: left;
  top: 37px;
  width: 81%;
}
#theclb_enq .form-group {margin-bottom: 25px;}
.nav-detail-bar{display: none;}
.nav.navbar-nav.navbar-left li:last-child{display: none;} 

.relatedProject {
  background: #efefef none repeat scroll 0 0;
  border: 1px solid #cccccc;
  margin: 20px auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 320px    
}
.relatedProject a {
  color: #404041;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  line-height: 31px;
  display: inline-block;
}
.relatedProject a:hover {text-decoration: none;color: #404040;}
.relatedProject > a span {
  background: #69994c none repeat scroll 0 0;
  color: #ffffff;
  font-size: 24px;
  height: 31px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  width: 32px;
    top:0;
}
.gurgaon_gate { border-right: 1px solid #efefef;}
.myst{border-left: 1px solid #efefef;}
.gatwayimg{background: #fff;}
.arbella{ border-right: 1px solid #efefef;}
#basic-addon1::before {
  color: #fff;
  content: "+";
  font-size: 16px;
  left: 11px;
  position: absolute;
  top: 7px;
}
.mobNum_enq::before {
  color: #fff;
  content: "+";
  font-size: 16px;
  left: 9px;
  position: absolute;
  top: 5px;
}
#basic-addon1,.mobNum_enq{position: relative;}
.padding-right{padding-right: 10px !important;}


/* Photo pretty popup */
	div.dark_rounded .pp_content {background:#ffffff;border:2px solid #fff; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(../images/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(../images/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(../images/sprite_p.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(../images/sprite_p.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(../images/sprite_p.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(../images/sprite_p.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close {width: 29px;height: 27px;background: url(../images/sprite_p.png) 0px 0px no-repeat;cursor: pointer;} /* Close button */
	div.dark_rounded .pp_details { position: relative; }
	div.dark_rounded .pp_description { margin-right: 85px; }
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #000;padding-left:8px; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
	div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_rounded .pp_nav .pp_play { background: url(../images/sprite_p.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_nav .pp_pause { background: url(../images/sprite_p.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_arrow_previous { background: url(../images/sprite_p.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
	div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(../images/sprite_p.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
	div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	div.dark_rounded .pp_loaderIcon { background: url(../images/loader.html) center center no-repeat; } /* Loader icon */
	div.pp_pic_holder a:focus { outline:none; }
	div#pp_full_res > div{border:1px solid #cccccc;}
	div.pp_overlay {background: #000;display: none;left: 0;position: fixed;top: 0;width: 100%;z-index: 9500;}
	div.pp_pic_holder {display: none;position: absolute;width: 100px;z-index: 10000;background:#ffffff;}
	.pp_content { height: 40px; min-width: 40px; }
	* html .pp_content { width: 40px; }
	.pp_fade { display: none; }
	.pp_content_container {position: relative;text-align: left;width: 100%;padding:.5%;}
	.pp_content_container .pp_details {float: left;margin: 10px 0 2px 0;}
	.pp_description {display: none;margin: 0;}
	.pp_social { float: left; margin: 0; }
	.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
	.pp_social .twitter { float: left; }
	.pp_nav {clear: right;float: left;margin: 3px 10px 0 0;}
	.pp_nav p {float: left;margin: 2px 4px;white-space: nowrap;}
	.pp_nav .pp_play,
	.pp_nav .pp_pause {float: left;margin-right: 4px;text-indent: -10000px;}
	a.pp_arrow_previous,a.pp_arrow_next {display: block;float: left;height: 15px;margin-top: 3px;overflow: hidden;text-indent: -10000px;width: 14px;}
	.pp_hoverContainer {position: absolute;top: 0;width: 100%;z-index: 2000;}
	.pp_gallery {display: none;left: 50%;margin-top: -50px;position: absolute;z-index: 10000;}
	.pp_gallery div {float: left;overflow: hidden;position: relative;}
	.pp_gallery ul {float: left;height: 35px;margin: 0 0 0 5px;padding: 0;position: relative;white-space: nowrap;}
	.pp_gallery ul a {border: 1px #000 solid;border: 1px rgba(0,0,0,0.5) solid;display: block;float: left;height: 33px;overflow: hidden;}
	.pp_gallery ul a:hover,
	.pp_gallery li.selected a { border-color: #fff; }
	.pp_gallery ul a img { border: 0; }
	.pp_gallery li {display: block;float: left;margin: 0 5px 0 0;padding: 0;}
	.pp_gallery li.default a img { display: none; }
	.pp_gallery .pp_arrow_previous,
	.pp_gallery .pp_arrow_next {margin-top: 7px !important;}
	a.pp_expand,a.pp_contract {cursor: pointer;display: none;height: 20px;	position: absolute;right: 30px;text-indent: -10000px;top: 10px;width: 20px;z-index: 20000;}	
	a.pp_close {position: absolute; right: 0; top: -5px; display: block;line-height:22px;text-indent: -10000px;}
	.pp_loaderIcon {display: block;height: 24px;left: 50%;margin: -12px 0 0 -12px;position: absolute;top: 50%;width: 24px;}
	#pp_full_res {line-height: 1 !important;}
	#pp_full_res .pp_inline {text-align: left;}
	#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	div.ppt {color: #fff;display: none !important;font-size: 17px;margin: 0 0 5px 15px;z-index: 9999;}
	.noSel.smooth_zoom_preloader{width:100% !important;}

#dropEnquiry{width: 100%;background: rgba(101,168,63,0.6);position: fixed;bottom: 0;padding: 1em 0 1.8em 0;z-index: 1;}
#dropEnquiry .form-control{width: 100%;background: #fff none repeat scroll 0 0;    border: medium none;    border-radius: 0;height:30px;color: #333;}
#dropEnquiry .form-group{width: 100%;position: relative;}
#dropEnquiry .form-group.select-group{height:30px;}
#dropEnquiry h2 {
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  padding: 0 0 1em;
  text-align: center;
  text-transform: uppercase;
} 
#dropEnquiry .sbmt .submit{width: 100%;background: #f9e5c2;border: none;border-radius: 0;height: 30px;text-transform: uppercase;}
#dropEnquiry .form-control::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
#dropEnquiry .form-control {
  padding: 4px 0 0 10px;
}
#dropEnquiry .form-control:-ms-input-placeholder {
  color: #333333;
}
#dropEnquiry .form-control::-webkit-input-placeholder {
  color: #333333;
}
.pdng-right{padding-right: 0 !important;}
#dropEnquirymob{display: none;}
#dropEnq label.error {
  left: 0;
  position: absolute;
  text-align: left;
  top: 3em;
}
.banner-top {
  left: 3em;
  position: absolute;
  top: 15em;
}
.ter_drop {
  bottom: 6px;
  color: #fff;
  font-size: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 9px;
  text-align: right;
}
.formcontainer{display:block;}
/*Responsive*/

@media screen and (min-width:1500px){
 .nav.navbar-nav.navbar-left, .nav.navbar-nav.navbar-right{ width: 45%;}  
}
@media screen and (min-width:1430px){
    .spec-col .spec4 img{min-height:200px !important;}
}
@media screen and (max-width:1400px){
.amen-club h2.heading {font-size: 20px;  margin-bottom: 5px;}
.amen-ul {  padding: 0 1em 0 1em;margin: 1em 0 0;}
.amen-ul li {  margin-bottom: 9px;  padding-bottom: 7px;}
 header .logo { width: 270px;}
#banner-sec .banner-top > img {
  width: 68%;
}
}
@media screen and (max-width:1440px){
/*#basic-addon1, #txtclbcode_enq, .mobNum.mobNum_enq {width: 72px;}*/
/* .mobNum.mobNum_enq {  width: 77px !important;}    */
   
}
@media screen and (max-width:1024px){
body{font-size: 12px !important;}
header .logo {  width: 215px;}   
header{height: auto;overflow: visible;}
#vid-sec img {width: 90%;}  
/*#basic-addon1, #txtclbcode_enq, .mobNum.mobNum_enq {width: 47px;}
.mobNum.mobNum_enq {  width: 50px !important;} */      
#contact { margin-bottom: 39em;}  
#bookonline {bottom: 18em;}    
}

@media screen and (max-width:991px){
.proximities{text-align: center;}
.proximities h3 {  margin: 3em 0;  text-align: center;display: inline-block;}
.prox-colm.padding0.clearfix  { float: none;  margin: 0 auto;text-align: left;}
.tower-col{margin-bottom: 2.5em;display: inline-block;float: none;}
.country_id,select#txtclbcountry {  margin-bottom: 1em !important;}
#contact {margin-bottom: 44em;} 
    .spec2,.spec3{display: none}    
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
.nav.navbar-nav li a{margin:0 4px;}
 }
@media screen and (max-width:768px){
.col-md-12.padding0.amen-right-bg,.col-xs-12.col-sm-12.col-md-12.padding0.amen-left-bg { }
.tabs .nav-tabs > li.active > a, .tabs .nav-tabs > li.active > a:hover, .tabs .nav-tabs > li.active > a:focus, .tabs .nav-tabs > li > a{padding: 10px 15px;}
.margintop{margin-top: 1em;}
.marginbtm{margin-bottom: 1em;}    
}
@media screen and (max-width:767px){
.navbar.navbar-default {
background: #65a83f none repeat scroll 0 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
    #dropEnquirymob{display: block;cursor: pointer;}
    .deskh2{display: none}
    #dropEnquiry h2 { font-size: 1.8em;text-align: left;padding: 0 1em;}
    #dropEnquiry .symbol{float: right;font-size: 2em;line-height: 17px}
    .pdng-right{padding-left: 0 !important;}
    .form-group.sbmt {  margin: 0 auto;  max-width: 89%;}
 .formcontainer{display:none; padding: 2em 0 0;}
.logo1, .logo2 {display: none;}
.about p { padding: 0 1em;}
h2.heading {font-size: 2.143em;}    
#specs .inner-container{padding: 0 .5em;}   
    #dropEnquiry .form-control#txtmail{margin: 0;}   
    #dropEnquiry .form-group{margin-bottom: 20px;}
    .ter_drop {display: none;}
.heading_modal{text-align: center;}
.heading_modal .pull-left{display: none;}
.heading_modal .pull-right{float: none !important;display: inline-block;border:0;margin: .7em 0;padding:0;}    
.heading_modal h2{font-size: 14px;}  
#callMe,#tollfree_btn,#bookonline{right: -9em;}    
.amen_club_container{display: inline-block;}   
.amen-ul{margin:3em 0 0;}
.smooth_zoom_preloader{max-height: 450px !important;}

    
.navbar-header{background:#222;}
.navbar.navbar-default{background: transparent !important;}
#navbar-collapse-1 {background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0; margin: 0;  padding: 8em 0 0 !important;}
.navbar-default .navbar-nav > li > a{color:#333 !important;}
.nav.navbar-nav.navbar-left{padding:0 0 0 8em;margin: 0 !important;}
.nav.navbar-nav.navbar-left li:last-child{display: inline-block !important;}    
.nav.navbar-nav.navbar-right li:first-child {display: none;}    
.nav.navbar-nav.navbar-right{padding:0 4em 0 5em;}
.nav.navbar-nav li{width: 100%;text-align: left;border-bottom: 1px solid #cdcdcd;margin-bottom: 1em;padding-bottom: 1em;} 
.nav.navbar-nav li a {
      color: #333 !important;
      font-size: 18px;
      margin: 0;
      line-height: 1em;
      border: none;
     display: inline-block;
}    
    .navbar-nav li a:hover, .navbar-nav li a.active { border-bottom: none;line-height: 1em;}
    .nav-detail-bar{background: #65a83f;padding: 1em;display: block;}
    .social.nav-social{display: block !important;margin-top: 1em;}
    .social.nav-social li{width:26px;height:26px;line-height: 24px;border: 1px solid #fff;margin-bottom: .5em;}
    .social.nav-social li a {  color: #fff;}
    .social.nav-social li a i{color:#fff !important;font-size: 12px !important;}
    .mob-toll-free{color:#404041;font-size: 18px}
    .mob-toll-free span a{color:#fff !important;text-decoration: none;}
}
@media screen and (max-width:680px){
header .logo{width:180px;}
header.smaller .logo{width:125px;}
.nav-tabs.nav-justified > li {
float: left;
width: 20%;
margin-right: 1em;
}
.smooth_zoom_preloader{max-height: 250px !important;} 
.projects > a {width: 32%;}    
.projects img {width: 100%;}
#banner-sec {
background: rgba(0, 0, 0, 0) url("../images/res-banner1.jpg") no-repeat scroll center center / cover;
height: 100%;
}
body,html{height: 100%}
#banner-sec img{display: none}
    .banner-top img{display: block  !important;width: 80% !important;}
.banner-top {
  left: 5em;
  position: absolute;
  top: 10em;
}    
.disc-laimer{display: none;}
ul.spec-listing {padding: 0 0 0 1em;margin: 1em 0 0 0;}
.prox-col.prox-cyber::before, .prox-col.prox-course::before, .prox-col.prox-enclave::before {left: 5%;}
.proximities .prox-col {padding: 1em 0 1em 56px;}    
#bookonline {bottom: 18.5em;}
#plans p {padding: 0 .5em;}
.projects > a { margin: 0.5em 0;  width: 40%;padding: 0 0.6em}
ul.social, ul.footer-links {padding: 0;}
footer {position: static;}
#contact {margin-bottom: 0;}    
.projects-row::after{content: none !important;} 
.navbar-right{ margin: 0.5px -15px 7.5px !important;}   
.navbar-left{ margin: 7.5px -15px 0.5px !important;}  
.location{margin-top: 1em}
.address-col{margin: 0;}
.tollfree-footer {padding: 0 !important;}    
.tollfree-footer p span{padding:  0.5em 0.2em 0.3em !important;}
#txtmail {margin-top: 1em;}
#txtcountry{ -webkit-appearance: none !important;
-moz-appearance:    none !important;
appearance:         none !important; 
}
#txtmail-error.error { top: 21px;}
.address-col h5{margin-top: 1.5em;}
.address-col p{margin-bottom: 0;}
.styled-select{margin-bottom: 1em;}
#navbar-collapse-1{position: relative;}

 #div_fname_enq {  margin-bottom: 25px;}
 .contact-form {padding: 0 0 2em 1em !important;}
/*#basic-addon1, #txtclbcode_enq, .mobNum.mobNum_enq {width: 77px;}
 .mobNum.mobNum_enq {  width: 80px !important;}*/
.form-area .submit {  margin-top: 1.5em;}
.nav.navbar-nav li a {font-size: 14px;}     
.mob-toll-free {  font-size: 16px;  text-align: center;}
 .nav-detail-bar .col-sm-6{width: 100%;}    
.nav.navbar-nav li { margin-bottom: 7px;padding-bottom: 4px;}
#navbar-collapse-1 {  padding: 4em 0 0 !important;overflow: hidden;max-height: 282px;}    
.nav.navbar-nav li a {font-size: 11px;}   
.mob-toll-free{font-size: 13px;}
  .mob-toll-free span a{
  font-size: 17px;
  line-height: normal;
}  
.social.nav-social {  display: inline-block !important;  text-align: center;  width: 100%;}    
.projects-cont{display: none;}    
.relatedProject{display: block !important;}  
.mob_bottom_bar{display: block !important;position: fixed !important;bottom: 0;background:rgba(155,199,127,0.9);text-align: center;padding:.5em 0 !important;z-index: 999;}   
.mob_bottom_bar a{display: inline-block;}
#callMe,#bookonline{display: none;}
.tollfree-footer{display: none;}    
footer{padding:1em 0 3em;}  
#intn_mobile_block_enq{margin-top:.7em;margin-bottom: 1em;}    
#dropEnquiry {
  bottom: 28px;
}    
}

@media only screen and (max-width: 568px)  {
.nav.navbar-nav.navbar-left{padding:0 0 0 2em; margin: 0 !important;}
.nav.navbar-nav.navbar-right{padding:0 1em 0 3em;}
.social.nav-social li {  display: inline-block;float: none;}    

.mob-toll-free {  text-align: center;}
 .nav-detail-bar .col-sm-6{width: 100%;}    
.nav.navbar-nav li { margin-bottom: 7px;padding-bottom: 4px;}
#navbar-collapse-1 {  padding: 4em 0 0 !important;overflow: hidden;max-height: 282px;}    
.nav.navbar-nav li a {font-size: 11px;}   
.gatwayimg > a {
  padding: 0.7em;
  max-width: 90px;
}
.gatwayimg img {
  width: 100%;
}
.mob_bottom_bar a{max-width: 98px;width: 100%;}
.mob_bottom_bar a img{width: 100%;height: 28px;}   
.relatedProject a {  font-size: 11px;}    
}
@media only screen and (max-width: 480px)  {#navbar-collapse-1 {  padding: 5em 0 0 !important;}
@media only screen and (min-width:1368px) and (max-width: 1440px)  {
    
.amen-club h2 {  font-size: 2em;}
.amen-ul {  padding: 0 1em; }
.amen-ul li {  margin-bottom: 0.5em;}
    .amen-ul {  margin: 0 0;}
}

@media only screen and (max-width: 1366px)  {
.about { padding: 9em 0;}
}
    


    @media only screen and (max-width: 767px) {
	div.pp_pic_holder{width: 90% !important;left: 0 !important;top:29% !important;right: 0 !important;margin: auto;background:#ffffff;position:fixed;}
	div.pp_default .pp_content{width:100% !important;height:100% !important;}
	div.dark_rounded .pp_description{font-size:12px;}
	.pp_content_container .pp_details{margin:10px 0;}
	#pp_full_res > div{width:100% !important;height:auto !important;}
	div.pp_default .pp_description{height:auto;padding:10px;}
	div.pp_default .pp_details{width:100% !important;background:#fff;margin:0 !important;}
	div.dark_rounded .pp_content {width: 100% !important;height: auto !important;}
	#pp_full_res .noSel.smooth_zoom_preloader {width: 100% !important;}
	div.dark_rounded .pp_content{border:none;}
	div.dark_rounded .pp_details{width:100% !important;padding:3px 0;}
	div.ppt{display:none !important;}
	

}

@media only screen and (max-width: 360px) {
	div[id*="-slider"] .flex-caption {
    display: none;
	}
	                   .spec-icon1,.spec-icon2,.spec-icon3,.spec-icon4,.spec-icon5,.spec-icon6,.spec-icon7,.spec-icon8,.spec-icon9,.spec-icon10,.spec-icon11 { display:none;}
	.spec-txt { float:left;}
	.project-col { width:100%;}
	.project-col-right{ width:100%;}
}


