@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
body, h1, h2, h3, h4, h5, h6, p span, a {
	font-family: 'Open Sans';
}
/* Let's get this party started */
::-webkit-scrollbar {
 width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 -webkit-border-radius: 10px;
 border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 -webkit-border-radius: 10px;
 border-radius: 10px;
 background:#fed518;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
 background: rgba(255,0,0,0.9);
}
html, body, div, span, applet, object, iframe, h1, h3, h4, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, hr, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/:focus {
outline:0;
}
/strong {
font-weight:700;
}
em {
	font-style: italic;
}
a {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	outline: none;
}
html {
	height: 100%;
	overflow-x: hidden;
/cursor:none/
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 0;
	line-height: 0;
	display: block;
	width: 0;
}
html[xmlns] .clearfix {
	display: block;
}
img {
	max-width: 100%;
	max-height: 100%;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
::selection {
	color: #000;
	background-color: #fff60d;
}
::-moz-selection {
color:#000;
background-color:#fff60d;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: 'fontello';
	src: url('fonts/fontello8e1b.eot');
	src: url('fonts/fontello8e1b.eot') format('embedded-opentype'), url('fonts/fontello8e1b.woff') format('woff'), url('fonts/fontello8e1b.ttf') format('truetype'), url('fonts/fontello8e1b.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Arimo', sans-serif, arial;
	font-size: 62.5%;
	color: #3d3d3d;
	overflow-x: hidden;
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container {
	width: 96% !important;
	margin: 0 auto;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid:before, .container-fluid:after, .container:before, .container:after, .row:before, .row:after {
	content: " ";
	display: table;
}
.container-fluid:after, .container:after, .row:after {
	clear: both;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666667%;
}
.col-sm-pull-10 {
	right: 83.33333333%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666667%;
}
.col-sm-pull-7 {
	right: 58.33333333%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666667%;
}
.col-sm-pull-4 {
	right: 33.33333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66666667%;
}
.col-sm-pull-1 {
	right: 8.33333333%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666667%;
}
.col-sm-push-10 {
	left: 83.33333333%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666667%;
}
.col-sm-push-7 {
	left: 58.33333333%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666667%;
}
.col-sm-push-4 {
	left: 33.33333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66666667%;
}
.col-sm-push-1 {
	left: 8.33333333%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.col-sm-offset-7 {
	margin-left: 58.33333333%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.col-sm-offset-0 {
	margin-left: 0%;
}
#location {
	padding: 1% 0;
	background: #fec739;
	border-top: 0px solid #000;
	display: none;
}
#paymentplan {
	padding: 1% 0;
	background: rgba(204,204,204,.3);
	border-top: 0px solid #000;
}
#pricelist {
	padding: 1% 0;
	background: #fff;
	border-top: 0px solid #000;
}
#contact {
	padding: 3% 40px;
	background: rgba(0, 0, 0, 0.5);
	;
	border-top: 2px solid #000;
	z-index: 99;
	background-image: url(../images/footback.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
#Amenities {
	background: rgba(204,204,204,.3);
	padding: 0% 0;
}
.title2 {
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: 600;
}
.privacy {
	padding: 12px;
	background-color: #000;
	position: relative;
	z-index: 9;
	height: 40px;
}
.privacy p {
	padding: 0px 20px;
!important;
	padding-bottom: 0px !important;
	margin-bottom: 0 !important;
}
.enquieryfrmtop {
	margin-top: 10px !important;
}
.enquieryfrm {
	margin-top: 10px;
	padding-right: 0px !important;
}
.assurd {
	font-size: 17px;
	line-height: 30px;
text-transform:;
	color: #000;
	text-align: center;
	font-weight: 600;
}
.frm:placeholder-shown {
 color: #333 !important;
 font-size: 12px;
 font-weight: 600;
}
style.css:628 .frm {
 background-color: #f0f0f0 !important;
 color: #333 !important;
}
.terms p strong {
	color: #27da93;
	text-align: left;
}
.logo-gpl {
	margin-top: 2px;
	margin: 5px auto;
	font-size: 20px;
	font-weight: 600;
	float: right;
}
.map-con li {
	line-height: 34px;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	list-style: square;
	letter-spacing: 1px;
}
.amenitiess-inner {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	text-align: center;
}
.amenitiess-inner img {
	width: 100%;
}
.amenitiess-inner p {
	margin: 0px;
	border-top: 1px solid #ccc;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	background-color: #fdb713;
	font-weight: 600;
}
.for-mobile {
	display: none;
}
.for-window {
	display: block;
}
.positi {
	position: absolute;
	top: 0px;
}
.amenitiess-inner:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.amenitiess-inner {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.banner-table-cell p {
	font-size: 16px;
	color: #fff;
	background-color: #000;
	padding: 5px;
	font-weight: 600;
	margin: 3px auto 0;
}
.banner-table-cell h3 {
	color: #fff;
	font-weight: 600;
	/*background-color:#afca05;*/
	padding: 0px;
	text-align: center;
	font-size: 15px;
	margin: 3px auto;
}
.banner-table-cell h6 {
	background-color: #9f1d63;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 8px 0;
	text-align: center;
	margin: 2px auto;
}
.terms {
	padding: 5em 0;
}
.heading h2 {
	text-align: center;
	padding: 25px 0px;
	font-weight: 600;
	text-transform: uppercase;
}
.list-ali {
	text-align: left;
	margin-left: 15px;
	padding: 0;
	float: left;
}
.list-ali>li {
	list-style: disc;
	font-size: 13px;
	line-height: 21px;
	font-weight: 400;
}
ul.list-none {
	list-style-type: none;
}
.gray_darkgray {
	color: #444;
}
style.css:389 .pdlft0 {
 padding-left: 0 !important;
}
ul.list-mgn li {
	margin-bottom: 10px;
}
.details {
	height: 400px;
	overflow: auto;
	margin: 2% 0 0% 2%;
}
.details ul {
	margin: 0% 6%;
	padding: 5%;
}
.details ul li {
	line-height: 34px;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	list-style: square;
	letter-spacing: 1px;
}
.details ul li span {
	margin-right: 3% !important;
}
.details p {
	font-size: 14px;
	padding: 15px 44px;
	color: #000;
	margin: 10px 0;
	clear: both;
	font-weight: 500;
}
 .details::-webkit-scrollbar {
width:12px !important;
height:0px !important;
}
.details::-webkit-scrollbar-track {
 border:1px solid #fff;
}
.pricetable table {
	width: 100%;
	border: #ccc;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.terms p {
	font-size: 12px;
	color: #a3a3a3;
	line-height: 23px;
	padding: 2px;
	margin: 0;
}
.pricetable td {
	padding: 10px;
	font-weight: 400;
	color: #444;
	border: 1px #ccc solid;
}
.logo-gpl h6 {
	float: none;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	float: right;
	padding: 28px 20px;
}
.details::-webkit-scrollbar-thumb {
padding:0px;
background-color:#ea3c3a;
border-radius:10px;
}
.paymenttable table {
	width: 100%;
	border: #ccc;
	text-align: left;
}
.abus-lhs h3 {
	font-size: 25px;
	letter-spacing: 1px;
	text-align: left;
}
.abus-lhs ul li {
	text-indent: -10px;
	font-size: 14px;
	margin-bottom: 8px;
	letter-spacing: 0.5px;
	line-height: 25px;
}
.abus-lhs ul li i {
	color: #51ac4e;
	margin-right: 5px;
}
.abus-lhs ul {
	padding-left: 50px;
}
#banner-sec {
	display: none;
}
.home-slide {
	display: block;
}
.banner-div h2 {
	padding-bottom: 5px;
	font-size: 20px;
	text-transform: inherit;
	padding-top: 0px;
	color: #fff;
}
.banner-div h2 {
	padding: 5px;
	/*opacity: 0.8;*/
	color: #fff;
	font-weight: normal;
	text-transform: inherit;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	background-color: #146e6b;
}
.banner-div h2 span {
	display: inline-block;
	font-size: 16px;
	position: relative;
	padding: 0 5px;
	font-weight: 600;
	font-family: Open Sans;
}
.banner-table-cell img {
	margin: 5px auto;
	background-color: #fff;
	width: 50%;
}
.paymenttable td {
	padding: 10px;
	font-weight: 400;
	color: #444;
	border: 1px #ccc solid;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple], select[size] {
	height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
}
.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 1.4em;
	line-height: 30px;
	color: #a1a1a1;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-family: 'Arimo', sans-serif, arial;
}
.form-control:focus {
	border-color: #3d3d3d;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
color:#a1a1a1;
opacity:1;
}
.form-control:-ms-input-placeholder {
color:#a1a1a1;
}
.form-control::-webkit-input-placeholder {
color:#a1a1a1;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
.form-group {
	margin-bottom: 15px;
}
.radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label, .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@keyframes fadeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.html") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
	content: '\e800';
}
.icon-linkedin-squared:before {
	content: '\e801';
}
.icon-gplus:before {
	content: '\e802';
}
.icon-youtube:before {
	content: '\e803';
}
.icon-rupee:before {
	content: '\e805';
}
.icon-cancel:before {
	content: '\e806';
}
.icon-menu:before {
	content: '\e807';
}
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #fff;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #6fa624;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #0077b9;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ad3566;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);
}
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: linear-gradient(rgba(10, 10, 60,1), rgba(10, 10, 60,0.01));
	;
	padding: 6px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.newheader {
	background-color: #00118e;
}
.newheader .logo-avenues img {
	width: 130px;
}
.newheader .nav-bar {
	padding: 20px 0px;
}
.newheader .logo-gpl h6 {
	padding: 12px 20px;
}
.header h1 img {
}
h1.logo-avenues {
	height: auto;
	margin: 0 20px 0 0;
	float: left;
}
h1.logo-gpl {
	height: auto;
	float: right;
}
.nav-bar {
	float: right;
	padding: 35px 0px;
}
.nav-bar ul {
	float: left;
}
.nav-bar ul li {
	float: left;
	position: relative;
}
.nav-bar ul li:before {
	content: "";
	background: #c2c2c2;
	width: 1px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.nav-bar ul li a {
	display: block;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 34px;
	padding: 0 9px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav-bar ul li a:hover, .nav-bar ul li a.active {
	color: #fdb713;
}
.nav-button {
	display: none;
}
.enq-lnk {
	opacity: 0;
	overflow: hidden;
	margin-left: -120px;
	display: block;
	transition: opacity 0.2s ease-in-out 0s, margin-left 0.2s ease-in-out 0.2s;
	-moz-transition: opacity 0.2s ease-in-out 0s, margin-left 0.2s ease-in-out 0.2s;
	-ms-transition: opacity 0.2s ease-in-out 0s, margin-left 0.2s ease-in-out 0.2s;
	-o-transition: opacity 0.2s ease-in-out 0s, margin-left 0.2s ease-in-out 0.2s;
	-webkit-transition: opacity 0.2s ease-in-out 0s, margin-left 0.2s ease-in-out 0.2s;
}
.enq-lnk.enq-show {
	opacity: 1;
	margin-left: 0;
	transition: margin-left 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0.2s;
	-moz-transition: margin-left 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0.2s;
	-ms-transition: margin-left 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0.2s;
	-o-transition: margin-left 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0.2s;
	-webkit-transition: margin-left 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0.2s;
}
.location-cont {
	display: block;
	text-align: left;
}
.location-cont .item-loc {
	display: inline-block;
	vertical-align: top;
	width: 65%;
	padding-bottom: 25px;
}
.location-cont h3 {
	font-size: 15px;
	color: #808285;
	font-weight: bold;
	text-align: left;
	margin-bottom: 9px;
}
.location-cont ul {
	margin: 0;
	padding: 0 10px 0 0;
}
.location-cont li {
	background: url("../images/arrow.png") no-repeat scroll 0 7px;
	list-style-type: none;
	padding-left: 13px;
	line-height: 22px;
	text-align: left;
	font-size: 14px;
	color: #3d3d3d;
	font-weight: normal;
}
.starcontent {
	font-size: 14px;
	color: #3d3d3d;
	display: block;
	text-align: left;
	margin-bottom: 10px;
	clear: both;
}
.starcontent span {
	color: #ff0000;
	font-size: 18px;
}
.amenitiesimg {
	margin: 20px auto 5px;
	display: block;
}
.amenitiestext {
	font-size: 14px;
	color: #000;
	text-align: center;
	margin: 10px 0;
	font-weight: 400;
}
.amenitiesimg:hover {
	opacity: .6;
}
.top-scroll {
	background: url(../images/up_sticky.png) no-repeat 0 0;
	display: none;
	height: 45px;
	right: 10px;
	bottom: 10px;
	position: fixed;
	text-align: center;
	width: 45px;
	z-index: 999;
}
.enq-sticky {
	display: none;
	position: fixed;
	font-weight: bold;
	z-index: 999;
	bottom: 62px;
	right: 10px;
	color: #fff;
	padding: 4px 8px;
	font-size: 1.4em;
	overflow: hidden;
	text-indent: -99999px;
	background: url(../images/enquiry_sticky.html) no-repeat 0 0;
	width: 45px;
	height: 45px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.enq-sticky.sticky-show {
	opacity: 1;
	visibility: visible;
}
.sbmt-contact {
	background-color: #ce0a0a !important;
	color: #FFF !important;
	text-transform: uppercase;
}
.sbmt-contact:hover {
	background-color: #099;
}
.sbmt {
	background-color: #ea3c3a !important;
	color: #fff !important;
}
.sbmt:hover {
	background-color: #099 !important;
	color: #fff;
}
ul {
	margin-bottom: 0 !important;
}
a:hover {
	text-decoration: none !important;
}
a:focus {
	outline: none !important;
	text-decoration: none !important;
}
.bro {
	color: #000;
}
.bro:hover {
	color: #06F !important;
}
 .frm:placeholder-shown {
 color: #333 !important;
 font-size: 12px;
 font-weight: 600;
}
style.css:628 .frm {
 background-color: #f0f0f0 !important;
 color: #333 !important;
}
.mobile-section {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	border-top: 1px solid rgba(255,255,255,0.4);
	display: none;
}
. .mobile-section a .fa {
 display: block;
 font-size: 24px;
 margin-bottom: 5px;
}
.img-text {
	margin: 30px 0px;
}
.btn-bg:hover {
	color: #fff;
}
.btn-bg {
	background: #9e1d63;
	color: #fff;
	padding: 5px 10px;
}
.btn-bg a {
	background: #9e1d63;
	color: #fff;
	padding: 5px 10px;
}
.btn-bg hover {
	background: #9e1d63;
	color: #fff;
	padding: 5px 10px;
}
.absoluteposition {
	position: absolute;
	top: 55%;
	left: 0%;
	background-color: #f31731;
	padding: 9px 50px;
	z-index: 9999999999;
	background: #9f1d63;
	margin-top: 240px;
}
.absoluteposition h4 {
	color: #fff;
	float: left;
	text-transform: uppercase;
	padding-right: 50px;
	margin: 0px;
	margin-top: 0px;
	margin-top: 13px;
	font-size: 21px;
	line-height: 14px;
}
.absoluteposition .book-btn {
	background: #afca04;
	border: none;
	color: #fff;
	padding: 10px 25px;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.table-bordered tr td a {
	background: #232e91;
	color: #fff;
	padding: 6px 10px;
	text-decoration: none;
}
 @media only screen and (device-width:1500px) and (device-height:1920px) {
.banner-div {
	margin-top: 290PX;
}
}
 @media only screen and (max-width:1100px) {
.title {
	font-size: 22px !important;
}
.amenitiess-inner p {
	font-size: 12px;
}
}
@media only screen and (max-width:1023px) {
.nav-button {
	display: block;
	height: 34px;
	width: 34px;
	cursor: pointer;
	float: right;
	text-align: center;
}
.nav-button .icon-cancel {
	display: none;
}
.nav-button .icon-menu {
	color: #fff;
	font-size: 26px;
	line-height: 34px;
}
.nav-button.highlight .icon-menu {
	display: none;
}
.nav-button.highlight .icon-cancel {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 34px;
}
.nav-bar {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: rgba(255, 255, 255, .9);
	border: 1px solid #ccc;
	margin-top: 12px;
}
.nav-bar ul li.enq-lnk:before {
	display: none;
}
h1.logo-gpl {
	padding-right: 15px;
}
}
@media only screen and (max-width:700px) {
body {
	margin-bottom: 30px !important;
}
.privacy {
	padding: 12px;
	background-color: #000;
	position: relative;
	z-index: 9;
	height: auto;
}
.btn-block+.btn-block {
	margin-top: 0px !important;
}
.mobile-section .btn-success {
	border-radius: 0;
	background: #000;
	margin: 0;
	border: 1px solid #fff;
}
.mobile-section a {
	float: left;
	width: 33.33%;
	margin: 0;
	font-size: 16px;
	border-right: 1px solid #ccc;
	padding: 6px 2px;
	font-size: 14px;
}
.mobile-section {
	display: block;
}
.nav-bar {
	width: 250px;
	padding: 10px;
}
.nav-bar ul li {
	width: 100%;
	border-top: 1px dotted #ccc;
}
.nav-bar ul li::before {
	display: none;
}
.nav-bar ul li:first-child {
	border-top: none;
}
.enq-lnk {
	opacity: 1;
	margin-left: 0;
}
.location-cont .item-loc {
	width: 100%;
}
.banner2 {
	display: none !important;
}
.width-ne {
	width: 50% !important;
}
.enquieryfrm {
	margin-bottom: 0px !important;
	padding-right: 15px !important;
}
}
@media only screen and (max-width:480px) {
.header {
	padding: 18px 0;
}
h1.logo-avenues {
	margin-right: 0;
	width: 100%;
	text-align: left;
	margin-bottom: 40px;
}
h1.logo-gpl {
	height: 22px;
	padding-right: 30px;
}
.nav-button {
	position: absolute;
	right: 8px;
}
.nav-bar {
	margin-top: 0px;
	z-index: 99;
}
.m-pad {
	padding: 0 !important;
}
}
@media only screen and (max-width:360px) {
h1.logo-gpl {
	display: none;
}
}
.home-slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.vdo-div {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: #fff url(../images/main_banner.html) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 62% 50%;
}
.vdo-div video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background: #fff url(../images/main_banner.html) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 62% 50%;
	transition: 1s opacity;
}
@media only screen and (max-width:767px) {
.vdo-div video {
	display: none;
}
.details ul {
	margin: 0 1%;
	padding: 0 30px;
}
.m-pad {
	padding: 0 !important;
}
.pricetable table {
	width: 100%;
	border: #ccc;
	text-align: center;
	margin-top: 10px;
}
.wdth-hun {
	width: 100% !important;
	text-align: left !important;
}
.mrg-left {
	padding-left: 15px !important;
}
.enq-sticky {
	display: none !important;
}
}
.main-wrapper {
	position: relative;
	z-index: 99;
	background: #fff;
}
.parallax-window {
	position: relative;
	z-index: 2;
}
.banner-div {
	/* overflow: hidden; */
	/* position: fixed; */
	/* height: 100%; */
	width: 30%;
	top: 15%;
	right: 25px;
	/* background: rgba(0, 0, 0, 0.2); */
	float: right;
	/* margin-top: 235px; */
	margin-top: 290px;
}
.banner-div .container {
	height: 100%;
}
.banner-table {
	display: table;
	width: 100%;
	float: right;
	height: 100%;
	text-align: center;
	transition: opacity 1s ease-in 0s;
	-moz-transition: opacity 1s ease-in 0s;
	-ms-transition: opacity 1s ease-in 0s;
	-webkit-transition: opacity 1s ease-in 0s;
}
.banner-table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.form-div {
	opacity: 0;
	transition: opacity 1s ease-in 0s;
	-moz-transition: opacity 1s ease-in 0s;
	-ms-transition: opacity 1s ease-in 0s;
	-webkit-transition: opacity 1s ease-in 0s;
}
.form-div.load {
	opacity: 1;
}
.form-div h3 {
	font-size: 1.8em;
	color: #fff;
	padding-bottom: 5px;
	font-weight: normal;
}
form-field input {
	height: 30px;
}
.form-div .form-container {
	background: rgba(0, 0, 0, 0.5);
	margin: 0 auto;
	max-width: 635px;
	padding: 5px 37px 32px 37px;
	width: 100%;
	margin-bottom: 25px;
}
.form-div .form-field {
	padding-bottom: 8px;
}
.form-div .form-control {
	border: none;
	border-radius: 0;
}
.form-div .form-control.std-code {
	float: left;
	padding: 2px;
	text-align: center;
	width: 20%;
}
.form-div .form-control.mo-no {
	float: left;
	width: 77%;
	margin-left: 3%;
}
.form-div .btn-submit {
	background: #afca05;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Arimo', sans-serif, arial;
	font-size: 16px;
	height: 40px;
	line-height: 30px;
	outline: medium none;
	padding: 6px;
	width: 100%;
	display: block;
	transition: all 0.3s ease;
}
.form-div .btn-submit:hover {
	background: #00127f;
}
.form-div select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url(../images/arrow-down.png) no-repeat scroll 96% center;
	outline: medium none;
	padding-right: 40px;
}
.error {
	padding: 0 5px 0 17px;
	color: #fff;
	font-size: 1.4em;
	position: absolute;
	left: 15px;
	top: 42px;
}
.error:before {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #f50000;
	position: absolute;
	top: 3px;
	left: 0;
}
.form-div .form-control.error-focused {
	border: 1px solid transparent;
	border-color: #f50000;
	color: #f50000;
}
.success_msg {
	background: rgba(223, 240, 216, 1);
	margin: 0 auto 20px auto;
	max-width: 620px;
	padding: 32px 37px;
	width: 100%;
	border: 1px solid #dff0d8;
	color: #3c763d;
	font-size: 1.8em;
	line-height: 1.8em;
}
.scroll-down {
	background: url(../images/arow_clickDown.png) no-repeat center center;
	width: 52px;
	height: 35px;
	display: block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -26px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0.1;
-webkit-transform:translateY(-8px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity:0.1;
transform:translateY(-8px);
}
100% {
opacity:1;
transform:translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	display: none;
}
.enq-mobi {
	display: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.amenitiess {
	padding: 40px 30px 30px 30px;
}
.amenitiess-inner p {
	font-size: 11px;
}
.header h1 img {
	width: 110px;
}
.title {
	font-size: 18px;
}
.map-con li {
	line-height: 26px;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	list-style: square;
	letter-spacing: 0.5px;
}
.banner-div h2 span {
	font-size: 13px;
}
.banner-div {
	width: 34%;
}
#contact {
	padding: 3% 20px;
}
.bottom-address p {
	font-size: 11px !important;
}
.logo-gpl h6 {
	float: none;
	padding: 0px;
}
.newheader .logo-gpl h6 {
	padding: 0px;
}
.pull-right {
	text-align: center;
}
.banner-table-cell img {
	display: none;
}
.banner-div h2 {
	margin-bottom: 0px;
}
.banner-table-cell p {
	font-size: 10px;
}
.form-div h3 {
	padding-bottom: 0px;
	font-size: 10px;
}
.banner-table-cell h6 {
	font-size: 10px;
}
.form-div .form-field {
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.form-div .form-control {
	height: 27px;
	padding: 1px 12px;
	font-size: 12px;
}
.title3 img {
	padding: 0px;
	width: 84px;
}
.abus-lhs ul li {
	text-indent: -15px;
	margin-left: 18px;
}
.abus-lhs ul li i {
	color: #51ac4e;
	margin-right: 11px;
}
.abus-lhs ul {
	padding-left: 50px;
	text-align: left;
}
.form-div .btn-submit {
	background: #afca05;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Arimo', sans-serif, arial;
	font-size: 14px;
	height: 27px;
	line-height: 25px;
	outline: medium none;
	padding: 0px;
	width: 100%;
	display: block;
	transition: all 0.3s ease;
}
}
 @media only screen and (max-width:1440px) {
 letter-spacing:1px;
.banner-div {
	margin-top: 290px;
}
}
.banner-div h4 {
	padding: 10px 10px;
	font-size: 28px;
	text-transform: inherit;
	color: #fff;
	z-index: 9999999;
	left: 0px;
	bottom: -1%;
	position: absolute;
	line-height: 32px;
	display: inline-block;
	font-weight: 600;
}
.banner-div h5 {
	padding: 10px 10px;
	font-size: 28px;
	text-transform: inherit;
	color: #fed518;
	z-index: 9999999;
	right: 0px;
	bottom: -1%;
	position: absolute;
	line-height: 32px;
	display: inline-block;
	font-weight: 600;
}
@media only screen and (max-width:960px) and (orientation:landscape) {
.scroll-down {
	display: none;
}
}
@media only screen and (max-width:700px) {
.resp-min {
	min-height: 116px!important;
}
.enq-mobi {
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -66px;
	display: none;
	width: 133px;
	padding: 10px 0;
	border: 1px solid #7e746d;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	z-index: 99;
}
#enq-mobi-div {
	display: block;
	/*padding-bottom: 40px;*/
	padding-top: 5px;
}
.heading h2 {
	text-align: center;
	padding: 15px 0px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px auto;
}
.pricetable td {
	font-size: 12px;
}
.banner-div .container {
	position: static;
}
.error {
	border-radius: 0px;
	font-size: 1.3em;
	margin-bottom: -1px;
}
.banner-div {
	position: static;
}
.banner-table-cell {
	vertical-align: top;
}
.banner-div h2 span {
	font-size: 0.65em;
}
}
@media only screen and (max-width:767px) {
.scroll-down {
	display: none;
}
.vdo-div {
	background-position: 21% 50%;
}
.banner-div h2 {
	font-size: 2.5em;
	line-height: 1.1em;
	padding-top: 165px;
	padding-bottom: 15px;
}
.form-div h3 {
	padding-bottom: 8px;
}
.parallax-window {
	background-size: cover;
}
.transport {
	width: 100%;
	min-height: inherit;
	margin-bottom: 20px;
}
.road {
	width: 100%;
	height: inherit;
	margin-bottom: 20px;
}
.rail {
	width: 100%;
	height: inherit;
	margin-bottom: 20px;
}
.airport {
	width: 100%;
	height: inherit;
	margin-bottom: 20px;
}
.metro {
	width: 100%;
	height: inherit;
	margin-bottom: 20px;
}
.metro li {
	background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll left 8px;
}
.starcontent {
	width: 100%;
	clear: both;
}
.top-scroll {
	background-size: contain;
	height: 35px;
	width: 35px;
	right: 2px;
	bottom: 39px;
}
.logo-gpl {
	margin-top: 0;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 600;
	float: none;
	padding: 3px 8px;
	background: #fdb713;
	display: table;
}
.enq-sticky {
	display: block;
	background-size: contain;
	height: 35px;
	width: 35px;
	right: 5px;
	bottom: 45px;
}
.banner-div h4 {
	padding: 10px 10px;
	font-size: 20px;
	text-transform: inherit;
	color: #fff;
	z-index: 9999999;
	left: 0px;
	bottom: 40px;
	position: absolute;
	line-height: 35px;
	display: block;
	text-align: center;
	width: 100%
}
.banner-div h5 {
	padding: 10px 10px;
	font-size: 20px;
	text-transform: inherit;
	color: #fed518;
	z-index: 9999999;
	bottom: 0%;
	position: absolute;
	line-height: 32px;
	display: block;
	font-weight: 600;
	width: 100%;
	text-align: center;
}
}
@media only screen and (max-width:600px) {
.form-div .form-container {
	padding: 15px;
	max-width: 400px;
}
.form-div .form-field {
	width: 100%;
	padding-bottom: 20px;
}
.form-div .form-control {
	height: 34px;
}
.error {
	top: 34px;
}
}
@media only screen and (max-width:480px) {
.banner-div h2 {
	font-size: 2em;
}
}
@media only screen and (max-width:600px) and (orientation:portrait) {
}
.title {
	font-size: 28px;
	font-weight: normal;
}
.title span {
	position: relative;
	display: inline-block;
}
.about-us {
	background: #ffdfc2c9;
	overflow: hidden;
	position: relative;
	z-index: 4;
	margin-bottom: 50px;
}
.about-us .container {
	width: 100%;
	padding: 0;
}
.abus-lhs {
	padding: 110px 80px 0 80px;
	transition: all ease 0.3s;
}
.abus-lhs .title {
	padding-bottom: 20px;
	font-size: 33px;
}
.abus-lhs p {
	font-size: 15px;
	line-height: 24px;
	padding: 0 0 5px 0;
	text-align: justify;
}
.abut-txt p {
	font-size: 15px;
	line-height: 24px;
	padding: 0 0 5px 0;
	text-align: justify;
}
.abut-txt h3 {
	font-size: 25px;
	letter-spacing: 1px;
	text-align: left;
}
.abut-txt ul {
	padding-left: 50px;
}
.abut-txt ul li i {
	color: #51ac4e;
	margin-right: 5px;
}
.abut-txt ul li {
	text-indent: -10px;
	font-size: 14px;
	margin-bottom: 8px;
	letter-spacing: 0.5px;
	line-height: 25px;
}
.abus-rhs img {
	display: block;
	margin: 0 auto;
}
.title3 {
	font-size: 33px;
	font-weight: normal;
	padding: 10px 0 0px;
}
.title3 img {
	padding: 10px 0;
}
@media only screen and (max-width:1400px) {
.abus-lhs {
	padding: 0px 30px 0 30px;
	margin-bottom: 50px;
}
}
@media only screen and (max-width:1200px) {
.abus-lhs {
	padding: 30px 20px 0 40px;
}
.abus-lhs p {
	padding: 10px 0;
	line-height: 1.6em;
}
.title {
	font-size: 2.4em;
}
}
@media only screen and (max-width:1000px) {
.about-us .col-sm-6 {
	width: 100%;
}
.abus-lhs {
	padding: 40px;
	text-align: center;
}
.abus-rhs {
	text-align: center;
}
}
@media only screen and (max-width:767px) {
.abus-lhs {
	padding: 20px 15px;
}
.table-bordered tr td a {
	background: #9f1d63;
	color: #fff;
	padding: 6px 6px;
	text-decoration: none;
	font-size: 10px;
}
.title {
	font-size: 1.6em;
}
}
.proj-highlight {
	text-align: center;
	padding-bottom: 60px;
	position: relative;
}
.highlight-carousel {
	margin-top: 50px;
}
.highlight-carousel.owl-carousel .owl-stage {
	margin: 0 auto;
}
.highlight-carousel.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}
.highlight-carousel.owl-carousel .owl-nav > div {
	position: absolute;
	height: 52px;
	width: 35px;
	background: url(../images/arrow_dir.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	top: 50%;
	margin-top: -26px;
}
.highlight-carousel.owl-carousel .owl-nav .owl-prev {
	left: -20px;
}
.highlight-carousel.owl-carousel .owl-nav .owl-next {
	right: -20px;
	background-position: -35px 0;
}
.highlight-box {
	padding: 15px 0;
}
.highlight-box h4 {
	font-size: 14px;
	padding-top: 15px;
	font-weight: normal;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	text-transform: uppercase;
}
.highlight-box img {
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.highlight-box:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.highlight-box:hover h4 {
	color: #0084ff;
}
.amnts-div {
	padding-top: 60px;
	text-align: center;
	position: relative;
}
.amnts-container {
	padding-top: 60px;
	display: block;
}
.amnts-container .amnts-grid {
	float: left;
	width: 100%;
}
.amnts-container .colmn {
	float: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.amnts-container .colmn.flt-right {
	float: right;
}
.amnts-container .colmn-full {
	width: 100%;
}
.amnts-container .colmn-half {
	width: 50%;
}
.amnts-container .colmn-onForth {
	width: 25%;
}
.amnts-container .clear {
	width: 100%;
	height: 0;
	clear: both;
	float: left;
}
.amnts-box {
	position: relative;
	margin-right: 1px;
	overflow: hidden;
}
.amnts-box img {
	display: block;
	width: 100%;
	z-index: 8;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.amnts-box p {
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	left: 0;
	right: 1px;
	text-align: center;
	font-size: 1.7em;
	color: #fff;
	padding: 12px;
	border-bottom: 1px solid #fff;
	z-index: 10;
}
.amnts-box p:before {
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -6px;
}
.amnts-box .filter {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(61, 66, 150, 0.3);
	z-index: 9;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.amnts-box:hover .filter {
	top: 100%;
}
.amnts-box:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
 @media only screen and (max-width:1400px) {
.amnts-box p {
	font-size: 13px;
	text-transform: capitalize;
	margin-bottom: 0 !important;
}
}
@media only screen and (max-width:1100px) {
.amnts-container .sm-full {
	width: 100%;
}
.amnts-container .sm-half {
	width: 50%;
}
.highlight-carousel.owl-carousel .owl-nav .owl-prev {
	left: -10px;
}
.highlight-carousel.owl-carousel .owl-nav .owl-next {
	right: -10px;
}
}
@media only screen and (max-width:540px) {
.amnts-container .xs-full {
	width: 100%;
}
.amnts-container .xs-half {
	width: 50%;
}
}
@media only screen and (max-width:360px) {
.amnts-container .xxs-full {
	width: 100%;
}
.amnts-container .xxs-half {
	width: 50%;
}
.amnts-box img {
	min-height: 180px;
}
}
 @media (min-width:768px) {
.locat {
	width: 49% !important;
}
}
.footer {
	background: #f7f7f7;
	padding: 60px 0;
	position: relative;
	z-index: 999;
}
.footer h2 {
	font-size: 2.8em;
	font-weight: normal;
	padding-bottom: 15px;
	text-align: center;
}
.footer p {
	font-size: 16px;
	padding: 10px 0;
	word-wrap: break-word;
	line-height: 30px;
	text-align: center;
}
.footer a {
	color: #3d3d3d
}
.social-div {
	padding-top: 70px;
}
.social-div a {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background: #7f7f7f;
	text-align: center;
	color: #fff;
	font-size: 2.6em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social-div a:first-child {
	margin-left: 0;
}
.social-div i {
	line-height: 50px;
}
.social-div a:hover {
	background: #666;
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
 @media only screen and (max-width:1400px) {
.btn-bg:hover {
	color: #fff;
}
.map-con h2 {
	padding-bottom: 0px!important;
	margin-top: 0px
}
.map-con li {
	line-height: 26px;
	font-weight: 600;
	font-size: 12px;
}
.amenitiess-inner p {
	font-size: 10px;
}
.footer h2 {
	font-size: 24px;
}
.about-us {
	width: 100%;
}
.parallax-window {
	height: 0px!important;
}
.banner-div {
	margin-top: 90px;
}
.absoluteposition {
	position: absolute;
	top: 160px;
	left: 0%;
	background-color: #f31731;
	padding: 9px 50px;
	z-index: 9999999999;
	background: #9f1d63;
	margin-top: 240px;
}
.absoluteposition h4 {
	color: #fff;
	float: left;
	text-transform: uppercase;
	padding-right: 50px;
	margin: 0px;
	margin-top: 0px;
	margin-top: 13px;
	font-size: 21px;
	line-height: 14px;
}
.absoluteposition .book-btn {
	background: #afca04;
	border: none;
	color: #fff;
	padding: 10px 25px;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.proj-highlight {
	text-align: center;
	padding: 0px 0;
	position: relative;
	padding-bottom: 50px;
}
.banner-div h2 {
	margin-bottom: 0px;
}
.banner-table-cell h3 {
	margin: 0px auto;
}
.form-div .form-container {
	margin-bottom: 15px;
}
}
@media only screen and (max-width:1280px) {
.social-div a {
	margin-left: 3px;
}
}
@media only screen and (max-width:980px) {
.social-div a {
	margin: 8px 1px 8px 0;
}
}
@media only screen and (max-width:767px) {
.footer {
	padding: 20px 0 30px 0;
}
.footer .col-sm-3 {
	width: 100%;
	text-align: center;
}
.footer h2 {
	font-size: 1.6em;
	padding-bottom: 0;
	padding-top: 30px;
}
.social-div {
	padding-top: 30px;
}
.social-div a {
	margin: 5px;
}
}

@media only screen and (max-width: 500px){
.absoluteposition h4 {
    color: #fff;
    float: left;
    text-transform: uppercase;
    /* padding-right: 50px; */
    margin: 0px;
    margin-top: 0px;
    margin-top: 2px;
    font-size: 13px;
    line-height: 18px;
}
}

@media only screen and (device-width:768px) and (device-height:1024px) and (-webkit-min-device-pixel-ratio:1) {
}
@media only screen and (max-width:1200px) {
.container {
	width: 98%;
}
}
@media only screen and (max-width:1000px) {
.container {
	width: 100%;
}
}
html[data-useragent*='MSIE 10.0'] .form-div select.form-control {
	padding-right: 10px;
}
.ie9 #loader, .ie8 #loader {
	background: url(../images/ie_preloader.html) no-repeat 0 0;
	height: 100px;
	width: 100px;
	border: none;
}
.ie9 #loader:before, .ie9 #loader:after, .ie8 #loader:before, .ie8 #loader:after {
	display: none;
}
.ie9 .form-div select.form-control {
	padding-right: 10px;
}
.ie9 .parallax-window {
	background-size: cover;
}
.ie8 .header {
	background: #fff;
}
.ie8 .form-div .form-container {
	background: #000;
}
.ie8 .form-div select.form-control {
	padding-right: 10px;
}
.ie8 .amnts-box p {
	background: #000;
}
.ie8 .amnts-box p:before {
	border-bottom: 12px solid #000;
}
.ie8 .banner-div h2 {
	font-size: 4em;
	padding-bottom: 10px;
	position: relative;
}
.ie8 .parallax-window {
	background: #fff url("../images/main_banner.html") no-repeat fixed 50% 50%;
	background-size: cover;
}
.ie8 .form-div .form-container {
	padding: 20px;
}
.ie8 .nav-bar ul li a {
	padding: 0 6px;
}
.ie8 .abus-lhs {
	padding: 30px 20px 0 40px;
}
.ie8 .enq-lnk {
	display: none;
}
.ie8 .enq-lnk.enq-show {
	display: block;
}
.ie8 .success_msg {
	background: #dff0d8;
}
.ie-msg {
	display: none;
}
.ie7 .ie-msg {
	display: block;
}
.ie7 .header, .ie7 .parallax-window, .ie7 .about-us, .ie7 .proj-highlight, .ie7 .amnts-div, .ie7 .footer, .ie7 .loader-wrapper, .ie7 .parallax-mirror {
	display: none;
}
.ie7 .ie-msg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 9999;
	display: block;
}
.ie7 .ie-msg .ie-msg-cell {
	display: table;
	height: 100%;
	width: 100%;
}
.ie7 .ie-msg .ie-msg-content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 20%;
}
.ie7 .ie-msg .ie-msg-content h2 {
	font-size: 34px;
	padding-bottom: 15px;
}
.ie7 .ie-msg .ie-msg-content p {
	font-size: 18px;
}
.ie7 .ie-msg .ie-msg-content .btn {
	background-color: #00cfff;
	margin-top: 15px;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
}



/* opera css */
x:-o-prefocus, .parallax-window {
 background:#ccc url(../images/lp_slide06.html) no-repeat;
 background-size:cover;
 background-position:10% 50%;
}
x:-o-prefocus, .nav-button {
 background:#fff url(../images/nav_opera.png) no-repeat;
 height:32px;
 width:32px;
}
x:-o-prefocus, .nav-button i {
display:none;
}
 x:-o-prefocus, h1.logo-gpl {
 float:right;
 width:130px;
}
x:-o-prefocus, .form-div .form-control {
 border:1px solid #fff;
 background:#fff;
}
 x:-o-prefocus, .social-div a i {
 display:none;
}
 x:-o-prefocus, .social-div a.in {
 background:url(../images/in.html) no-repeat 0 0;
 background-size:contain;
}
x:-o-prefocus, .social-div a.gplus {
 background:url(../images/gplus.png) no-repeat 0 0;
 background-size:contain;
}
x:-o-prefocus, .social-div a.yt {
 background:url(../images/youtube.png) no-repeat 0 0;
 background-size:contain;
}
.amenitiess {
	padding: 60px 60px 30px 60px;
}
.floor-plan {
	padding: 60px 60px 30px 60px;
	background-color: #f6f6f6;
}
.floor-plan .floor-plan-inner {
	padding: 5px;
	border: 1px solid #000;
	margin-bottom: 30px;
}
.floor-plan .floor-plan-inner img {
}
.pull-right h6 a {
	color: #fff;
}
.inq-form input, .inq-form #button {
	border-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	font-family: roboto;
	font-weight: 300;
}
.inq-form span {
	background-color: #9f1d63;
	color: #fff;
	border-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
inq-form span {
	color: #fff;
}
.inq-form #button {
	background-color: #9f1d63;
	border: none;
}
.modal-header .close {
	color: #fff;
	opacity: 0.9;
}
.for-window {
	display: block;
}
.for-mobile {
	display: none;
}
.bottom-address {
	color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}
.bottom-address h4 {
	font-size: 20px;
	font-weight: 600;
}
.bottom-address h5 {
	font-size: 14px;
	font-weight: 600;
}
.bottom-address p {
	margin: 0px;
	padding: 0px;
	font-weight: 600;
}
 @media only screen and (min-device-width: 280px) and (max-device-width: 480px) {
#contact {
	padding: 3% 0px;
}
.for-window {
	display: none;
}
/*.home-slide {
	display: none !important;
}*/
#banner-sec {
	position: absolute;
	top: 20%;
	display: block;
}
.banner-table-cell img {
	margin: 5px auto;
	background-color: #fff;
	width: 250px;/*display: none;*/
}
.logo-gpl h6 {
	font-size: 16px;
	float: none;
	padding: 0px;
}
.header h1 img {
	height: 50px;
}
.for-mobile {
	display: block;
}
.newheader .logo-avenues img {
	width: auto;
}
.newheader .logo-gpl h6 {
	padding: 0px;
}
.title3 img {
	width: 150px;
}
.abus-lhs ul {
	padding-left: 22px;
	text-align: justify;
}
.abus-lhs ul li {
	text-indent: -12px;
	margin-left: 10px;
	line-height: 23px;
}
.for-window {
	display: none;
}
.header .pull-right {
	text-align: center;
}
.amenitiess-inner img {
	margin: 0px;
}
.amenitiess-inner p {
	font-size: 12px !important;
}
.details {
	height: auto;
	overflow: auto;
	margin: 2% 0 0% 2%;
}
.about-us {
	margin-bottom: 10px;
}
.header {
	padding: 10px 0 !important;
}
.formhead {
	color: #fff !important;
}
.nav-bar ul li a {
	color: #000;
}
.for-mobile {
	display: block;
	background-color: #146e6b;
	padding-bottom: 50px;
}
.for-mobile h2 {
	font-size: 16px !important;
	text-align: center;
}
.for-mobile .form-div .btn-submit {
	text-align: center;
}
.for-mobile .form-div .form-container {
	background-color: #000;
}
.for-mobile h3 {
	color: #000;
}
.parallax-window {
	min-height: 499px !important;
	height: 300px !important;
}
.banner-div {
	display: none;
}
.amenitiess {
	padding: 40px 20px 30px 20px;
}
.floor-plan {
	padding: 40px 0px 30px 0px;
}
.banner-div {
	width: 100%;
}
.banner-table-cell h6 {
	font-size: 12px;
	padding: 6px;
}
.banner-table-cell h3 {
 16px;
}
.banner-div h2 {
	font-size: 22px !important;
}
.title3 {
	margin: 0px;
	padding: 0px;
}
.privacy p {
	font-size: 9px !important;
}
.map-con li {
	line-height: 28px;
	font-size: 13px;
	letter-spacing: 0.5px;
}
.banner-table-cell h3 {
	font-size: 14px !important;
}
.banner-table-cell p {
	text-align: center;
}
}
 @media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
.for-window {
	display: none;
}
.banner-div {
	display: none;
}
.pull-right {
	margin-top: 10px;
}
.newheader .logo-avenues img {
	width: auto;
}
.newheader .logo-gpl h6 {
	padding: 0px;
}
.nav-bar ul li a {
	color: #000;
}
#banner-sec {
	position: absolute;
	top: 20%;
	display: block;
}
.home-slide {
	display: none !important;
}
.abus-lhs ul {
	padding-left: 22px;
	text-align: justify;
}
.abus-lhs ul li {
	text-indent: -12px;
	margin-left: 10px;
	line-height: 23px;
}
.header h1 img {
	height: 50px;
}
.logo-gpl h6 {
	float: none;
	text-align: center;
	padding: 0px;
}
.pull-right {
	text-align: center;
}
.for-mobile {
	display: block;
}
.for-mobile h2 {
	font-size: 16px !important;
	text-align: center;
}
.for-mobile .form-div .btn-submit {
	text-align: center;
}
.for-mobile .form-div .form-container {
	background-color: #000;
}
.for-mobile h3 {
	color: #000;
}
.parallax-window {
	min-height: 350px !important;
	height: 350px !important;
}
.banner-div {
	width: 45%;
	float: right;
}
.banner-div {
	display: none;
}
.banner-table-cell p {
	text-align: center;
}
.banner-div h2 {
	padding-top: 116px !important;
	font-size: 16px;
}
.banner-table-cell h6 {
	font-size: 14px;
}
.banner-table-cell h3 {
	font-size: 12px;
}
 @media only screen and (min-device-width: 1025px) and (max-device-width: 1224px) {
 .logo-gpl h6 {
 font-size:12px !important;
}
 .nav-bar ul li a {
 font-size:12px !important;
 padding: 0 5px !important;
}
 .title {
 font-size:22px !important;
}
}
