*{
	margin:0;
	padding:0;
    box-sizing: border-box;
}

@font-face{
    font-family:'poppins';
    src: url('fonts/poppins/poppins-regular-webfont.woff2') format('woff2'),
         url('fonts/poppins/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

ul li{
	list-style-type:none;
}
a{
	text-decoration:none;
}

h2{
	line-height: 1.2;
    font-weight: 500;
}

body{
	font-family:'poppins', arial;
}

body p{
	font-size:12px;
	line-height:20px;
}

.wrapper{
	margin:0px;
	padding:0px;
	overflow: hidden;
}

.full-width{
	width:100%;
	float:left;
	padding:50px;
}

.min-width{
	width:80%;
	float:left;
	margin:0 10%;
}

.heading{
	width:100%;
	float:left;
	padding-bottom:20px;
	text-align:center;
	font-family:'poppins';
	letter-spacing:2px;
	color:#19102e;
	text-transform:uppercase;
}

.heading h2{
	font-size:30px;
    font-family:'poppins';
	position:relative;
	padding-bottom:5px;
}

.heading span{
    font-weight:bold;
	color:#ed166a;
}

.smallheading{
	width:100%;
	float:left;
	padding-bottom:20px;
	text-align:center;
}

.smallheading h2{
	font-weight:400;
	font-size:22px;
	color:#fff;
	text-transform:uppercase;
}

.white h2{
	color:#fff;
}

/*main-header
-----------------------------*/
.main-header{
	width:100%;
	z-index:99;
	float:left;
	padding-left:100px;
	position:absolute;
}

.logo{
	width:250px;
	z-index: 9;
	padding:10px;
	float:left;
}

.logo img{
	width:100%;
	display:block;
}

#right-logo{
	width:200px;
	float:right;
	display:none;
}


/*banner
---------------------------*/
.banner{
	width:100%;
	float:left;
	height:620px;
	position:relative;
	z-index:1;
}

.vidCall{
	position:fixed;
	right:10px;
	bottom:150px;
	background:#fff;
	padding:2px 2px 2px 0;
	width:120px;
	border-radius: 50px;
    border: 2px solid #ed1c24;
	z-index:99;
}

.vidCall img{
	width:100%;
	display:block;
}

.pager a.activeSlide{
	background:#2c3987;
}

.bannerSlider{
	width:100%;
	float:left;
	position:relative;
	height:100%;
}

.bannerSlider li{
	width:100%;
	float:left;
	position:relative;
	height:100%;
	background:top center no-repeat;
	background-size:cover;
}

.bannertext{
	width:400px;
	float:left;
	margin:6% 0 2% 5%;
	text-align:center;
}

.bannertext h1{
	font-weight:300;
	font-size:30px;
	padding-bottom:10px;
	display:block;
}

.bannertext .purshuramImg{
	width:60%;
	display:table;
	margin:0 auto;
}

.bannertext .purshuramImg img{
	width:100%;
	display:block;
}

.bannertext h3{
	text-transform:uppercase;
	font-size:26px;
	color:#000;
	margin-bottom:20px;
}

.bannertext h3 span{
	padding:5px;
	background:#d2181f;
	color:#fff;
}

.bannertext p{
	font-size:16px;
	display:block;
	padding:3px 0;
}

.bannertext h2{
	text-transform:uppercase;
	font-size:20px;
	color:#000;
	font-weight:bold;
	display:block;
	padding-top:10px;
}

.main-banner{display:block;}
.tab-banner{display:none;}

.form{
	width:350px;
	position:absolute;
	left:50px;
	top:70px;
	display:block;
	border-radius:20px;
	text-align:center;
	padding:30px 20px;
    background:rgba(0,0,0,0.88);
	z-index:999;
}

.formLogo{
	width:100%;
	float:left;
}

.formLogo img{
	width:250px;
}

.f-textBox{
	width:100%;
	float:left;
}

.f-textBox h4{
	font-weight:400;
	font-size:18px;
	letter-spacing:0;
	color:#fff;
	margin-bottom:15px;
	
}

.f-textBox h2{
	font-weight:400;
	background:#0072bc;
	letter-spacing:1px;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	padding:5px;
}

.f-textBox h3{
	font-weight:400;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	font-size:26px;
	padding-top:15px;
	letter-spacing:1px;
	text-shadow:2px 2px 2px #000;
}

.f-textBox h3 span{
	color:#ed1c24;
}

.f-textBox h4{
	font-weight:400;
	color:#fff;
	padding-top:15px;
}

.fields{
	width: 100%;
    float: left;
    margin: 10px 0;
    padding: 0 0px;
}

.fields input, .fields textarea{
	width: 100%;
    padding:5px;
    border: none;
    outline: none;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    border-bottom: 1px solid #d8d8d83d;
    color:#fff;
	font-family: 'poppins';
	background:none;
}

.fields input::placeholder, .fields textarea::placeholder{
	color:#fff;
	text-transform: uppercase;
}

.fields input.submit{
	width: 100%;
	margin-top:5px;
    font-weight:bold;
    color:#141907;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 12px;
    background: #fff;
}

.fields input.submit:hover{
    background:#ed1c24;
	color:#fff;
}

.fields p{
	display:inline-block;
	vertical-align:middle;
	color:#000;
	padding-left:10px;
}

.fields p a{ 
    color:rgb(240, 52, 58);
}

.fields p a:hover{
	color:#000;
}
.focus-red:focus {
	background: #ff7676 !important;
    color: #fff !important;
}
.focus-red:focus::-webkit-input-placeholder { 
  color:#FFFFFF;
}
.focus-red:focus::-moz-placeholder { 
  color:#FFFFFF;
}
.focus-red:focus:-ms-input-placeholder { 
  color:#FFFFFF;
}
.focus-red:focus:-moz-placeholder {
  color:#FFFFFF;
}

.querytag{
	width: 100%;
    padding:0;
    float: left;
}
.querytag aside{
	font-size: 12px;
    line-height: 18px;
    text-align: center;
	color:#fff;
}

.frm-tal{
	width:100%;
	float:left;
	text-align:center;
	margin-top:10px;
}

.frm-tal a{
	display:block;
	color:#fff;
	font-size:18px;
	border:1px solid rgba(221, 217, 217, 0.17);
	padding:5px;
}

.closebox{
	position:absolute;
    top: 0;
    left: -35px;
	cursor:pointer;
	display:none;
}

.fixedBtn{
	display:block;
}

.enquaryicon{
	position:fixed;
	right:20px;
	bottom:50px;
	cursor:pointer;
	display:none;
	z-index:99;
	color:#fff;
}

.enquaryicon i{
	color:#fff;
	font-size:24px;
	width:70px;
	height:70px;
	padding:20px;
	display:block;
	line-height:70px;
	text-align:center;
	background:#d2181f;
	border-radius:50%;
}

.enquaryicon i img{
	width:100%;
	display:block;
}

.enquaryicon span{
	position:absolute;
	right:0;
	top:0;
	color:#d2181f;
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	background:#fff;
	border-radius:50%;
	opacity:0;
	visibility:hidden;
	transition:all 300ms ease-in-out;
	z-index:9;
}

.enquaryicon:hover span{
	opacity:1;
	visibility:visible;
}

.enquaryiconFix{
	display:block;
}

.closebox i{
	color:#fff;
	font-size:20px;
    width: 35px;
    height: 35px;
	display:block;
    background: #d2181f;
    text-align: center;
    line-height: 35px;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}

.closebox i:hover{
	background:#000;
}

.fixedForm{
	width:300px;
	position:fixed;
	z-index:999;
	top:50%;
	right:-100%;
	background:rgb(0, 0, 0);
	border-radius:0;
	transform:translateY(-50%);
	transition:all 400ms ease-in-out;
}

.fixedForm .formLogo{display:none;}
.fixedForm .f-textBox{display:none;}
.fixedForm .frm-tal{margin-top:5px;}
.fixedForm .frm-tal a{border:none;}
.fixedForm .querytag{margin-top:10px;}

.fixedForm.fixedForm1{right:0;}


.fixedForm .fields input{
	border:1px solid rgba(255, 255, 255, 0.24);
	padding:10px;
}

.fixedForm .fields input.submit{
	margin-top:0;
	padding:10px;
}


/*connectivity
=============================================*/

.connectivityBox{
	width:100%;
	float:left;
	padding:5px;
	text-align:center;
}

.connectivityBox ul{
	margin-bottom:10px;
}

.connectivityBox ul li{
	width:20%;
	vertical-align:top;
	display:inline-block;
	padding:5px;
	margin:0 -2px;
	border-right:1px solid #d1d1d1;
}

.connectivityBox ul li:last-child{
	border:none;
}

.connectivity-imgBox{
	width:100%;
	float:left;
	text-align:center;
	filter:grayscale(1) brightness(0);
}

.connectivity-imgBox img{
	width:70px;
	display:inline-block;
	margin:0 -2px;
}

.connectivity-textBox{
	width:100%;
	float:left;
}

.connectivity-textBox h4{
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	padding-bottom:5px;
	color:#656565;
}

.connectivity-textBox p{
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
}
.connectivityBox{
	float:left;
	margin-top:10px;
}

/*overview
=============================================*/
.overview{
	background:#000;
}

.overviewBox{
	width:100%;
	float:left;
	text-align:center;
}

.overview-textBox{
	width:100%;
	float:left;
	padding:10px;
}

.overview-textBox h1{
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
	color:#fff;
}

.overview-textBox h2{
	margin-bottom:10px;
    font-family: 'poppins';
	font-size:22px;
	color:#818181;
}

.overview-textBox h5{
	font-size:16px;
	font-weight:400;
	line-height:25px;
	color:#fff;
}

.overview-optionBox{
	width:100%;
	float:left;
	padding-top:30px;
	text-align:center;
}

.overview-optionBox ul li{
	width:20%;
	display:inline-block;
	margin:0 -2px;
	padding:2px;
}

.over-optionInBox{
	width:100%;
	float:left;
	min-height:183px;
	padding:5px;
	text-align:center;
	border-radius:10px;
	border:1px solid rgba(0, 0, 0, 0.18);
}

.over-option-imgBox{
	width:70px;
	display:table;
	margin:0 auto 10px;
	padding:10px;
	border-radius:50%;
	background:#5b5b5b;
}

.over-option-imgBox img{
	width:100%;
	float:left;
}

.over-option-textBox{
	width:100%;
	float:left;
}

.over-option-textBox p{
	color:#c8c8c8;
	text-transform:uppercase;
}

.over-option-textBox h3{
	color:#000;
	font-weight:bold;
	padding-top:5px;
}

/*amenities
====================================*/
.amenities{
	background:url(images/ame-bg.jpg) no-repeat center fixed #666666;
	background-size:cover;
	background-blend-mode: hard-light;
}

.amenities .smallheading h2{
	text-transform:uppercase;
}

.amenitiesBox{
	width:100%;
	float:left;
	text-align:center;
}

.amenitiesBox ul li{
	width:25%;
	display:inline-block;
	margin:0 -2px;
	vertical-align:top;
	padding:2px;
}

.amenities-InBox{
	width:100%;
	float:left;
	background:rgba(255, 255, 255, 0.13);
	border-radius:50px;
	padding:5px;
}

.amenities-imgBox{
	width:60px;
	display:inline-block;
	vertical-align:middle;
	margin:0 -2px;
	padding:12px;
	background:#fff;
	border-radius:50%;
}

.amenities-imgBox img{
	width:100%;
	display:block;
}

.amenities-textBox{
	width:calc(100% - 60px);
	display:inline-block;
	vertical-align:middle;
	margin:0 -2px;
	text-align:left;
}

.amenities-textBox p{
	color:#fff;
	padding-left:10px;
	font-size:14px;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.62);
}


/*floorPlan
====================================*/
.floorPlanBox{
	width:100%;
	float:left;
	text-align:center;
}

.floorPlanBox ul li{
	width:25%;
	display:inline-block;
	margin:0 -2px;
	vertical-align:top;
	padding:2px;
}

.fp-inBox{
	width:100%;
	float:left;
	position:relative;
	background:#5b5b5b;
	padding:5px;
}

.floorPlanBox ul li a:hover img{
	transform:scale(1.2,1.2);
}


.floorPlan-imgBox{
	width:100%;
	float:left;
	overflow:hidden;
	position:relative;
}

.floorPlan-imgBox::before{
	content:'\271A';
	position:absolute;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#5b5b5b;
	top:0;
	left:0;
	color:#fff;
	-webkit-transition:all 400ms ease-in-out;
	-moz-transition:all 400ms ease-in-out;
	-ms-transition:all 400ms ease-in-out;
	-o-transition:all 400ms ease-in-out;
	transition:all 400ms ease-in-out;
	z-index:9;
}

.floorPlan-imgBox img{
	width:100%;
	display:block;
	transition:all 1000ms ease-in-out;
	
}
.floorPlan-textBox{
	width:100%;
	float:left;
	padding-top:10px;
}

.floorPlan-textBox h5{
	text-transform:uppercase;
	font-size:18px;
	color:#fff;
}

.floorPlan-textBox p{
	color:#fff;
}

.floorPlan-textBox span{
	color:#fff;
	padding:10px;
	text-transform:uppercase;
	font-size:14px;
	background:#000;
	display:block;
	text-align:center;
	transition:all 400ms ease-in-out;
	cursor:pointer;
}

.floorPlan-textBox span:hover{
	background:#d2181f;
}

.brochure{
	background:#dcdcdc;
}

.brochureBox{
	width:100%;
	float:left;
	text-align:center;
}

.brochureBox span{
	padding:15px 15px 14px 50px;
	text-transform:uppercase;
	color:#fff;
	background:#d31d24;
	transition:all 400ms ease-in-out;
	border-radius:80px;
	display:table;
	margin:0 auto;
	position:relative;
	cursor:pointer;
}

.brochureBox span i{
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#dcdcdc;
	color:#000;
	border-radius:50%;
    padding: 7px;
	position: absolute;
    top:50%;
    left:5px;
	transform:translateY(-50%);
}

.brochureBox span i img{
	width:100%;
	display:block;
}

.brochureBox span:hover{
	background:#000;
}


/*location
====================================*/
.location{
	background:#000;
}

.locationBox{
	width:100%;
	float:left;
	padding:10px;
}

.locationInBox{
	width:50%;
	float:left;
	padding:5px;
	text-align:center;
}

.locationImgBox{
	width:100%;
	float:left;
	padding:5px;
	background:#696969;
	overflow:hidden;
}

.locationImgBox a{
	display:block;
}

.locationImgBox a:hover img{
	filter: grayscale(100%);
}

.locationImgBox img{
	width:100%;
	display:block;
	transition:all 400ms ease-in-out;
}


/*footer
------------------------------*/
.fullwidth-footer{
	padding:0;
	background:#20272f;
	text-align:center;
	z-index:99999;
}
.footer{
	width:100%;
	float:left;
}

.footer p{
	color:rgba(255,255,255,0.74);
	padding:10px;
	font-size:13px;
}

.popupForm{
	width:100%;
	position:fixed;
	top:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.87);
	z-index:99999;
	opacity:0;
	visibility:hidden;
	transition:all 400ms ease-in-out;
}
.FixpopupForm{
	opacity:1;
	visibility:visible;
}

.popupForm .popup-formBox{
	position:absolute;
	width:370px;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	right:auto;
	text-align:center;
	background:#000;
	padding:20px;
	border-radius:20px;
}

.popup-closebox{
	position:absolute;
	right:20px;
	top:20px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#fff;
	cursor:pointer;
	font-size:20px;
	border-radius:50%;
	transition:all 400ms ease-in-out;
}

.popup-closebox:hover{
	background:#d2181f;
}

.magnify-button{background:center no-repeat; background-size:70%;}
.magnify-button-close{background-image:url(images/close.png); background-color: #ff4545;}
.magnify-button.magnify-button-zoom-in{background-image:url(images/zoom-in.png);}
.magnify-button.magnify-button-zoom-out{background-image:url(images/zoom-out.png);}
.magnify-button.magnify-button-prev{background-image:url(images/left.png);}
.magnify-button.magnify-button-next{background-image:url(images/right.png);}
.magnify-button.magnify-button-fullscreen{background-image:url(images/fullscreen.png);}


/*============================responsive============================*/
@media screen and (max-width:1280px){
	.over-optionInBox{min-height:180px;}
}
@media screen and (max-width:1024px){
	.full-width{padding:50px 0;}
	.bannertext h3{
		font-size:20px;
	}
	.bannertext h2{
		font-size:24px;
	}
	.overview-textBox h1{
		font-size:22px;
	}
	.floorPlan-textBox p{
		min-height:40px;
	}
	.amenitiesBox ul li{
		width:33.33%;
	}
}

@media screen and (max-width:800px){
	.main-header{padding-left:0;}
	.min-width{
		width:100%;
		margin:0;
	}
	.bannertext{
		width:90%;
		margin-top:13%;
	}
	.bannertext .purshuramImg{width:200px;}
	.form{
		position:static;
		float:left;
		width:100%;
		transform:translate(0,0);
		border-radius:0;
		background:#292929;
	}
	.form .fields{
		width:50%;
		padding:5px;
	}
	.fields input.submit{
		margin-top:0;
	}
	.formLogo img{
		width:225px;
	}
	.f-textBox h4{
		font-size:14px;
	}
	.fixedForm{
		width:300px;
		position:fixed;
		z-index:999;
		top:50%;
		right:-100%;
		background:rgb(0, 0, 0);
		border-radius:0;
		transform:translateY(-50%);
		transition:all 400ms ease-in-out;
	}
	.fixedForm .fields{
		width:100%;
		padding:0px;
		margin:5px 0;
	}
	#right-logo{
		display:block;
		width:180px;
	}
}

@media screen and (max-width:768px){
	.logo{
		width:190px;
	}
	.overview-optionBox ul li{
		width:calc(100% / 3);
	}
	.connectivityBox ul li{
		width:33.33%;
		margin:10px -2px;
	}
	.connectivityBox ul li:nth-child(3){
		border-color:transparent;
	}
	.overview-textBox h1{
		font-size:20px;
	}
	.amenitiesBox ul li{
		width:33.33%;
	}
	.floorPlan-textBox h5{font-size:16px;}
}
@media screen and (max-width:640px){
	.vidCall{
		right:auto;
		left:10px;
		bottom:10px;
	}
}

@media screen and (max-width:600px){
	.full-width{
		padding:50px 25px;
	}
	.overview-optionBox ul li{
		width:33.33%;
	}
	.floorPlanBox ul li{
		width:50%;
	}
	.fullwidth-footer{
		padding:0;
	}
	.enquaryicon{
		bottom:20px;
	}
	.amenitiesBox ul li{
		width:50%;
	}
}

@media screen and (max-width:484px){
	.bannertext{margin-top:25%;}
	.bannertext h1{font-size:22px;}
	.bannertext .purshuramImg{margin:10px auto;}
	.bannertext p{font-size:14px;}
	.bannertext h2{
		font-size:20px;
	}
	.amenitiesBox ul li{
		width:100%;
	}
	.footer p small{
		text-align:justify;
	}
	.bannertext h3 span{
		width:100%;
		float:left;
		margin:10px 0;
	}
	.overview-optionBox ul li{
		width:50%;
	}
}

@media screen and (max-width:425px){
	#right-logo{
		width:130px;
	}
	.logo{
		width:130px;
	}
	.form .fields{
		width:100%;
	}
	.connectivityBox ul li{
		width:50%;
	}
	.connectivityBox ul li:nth-child(2){
		border-color: transparent;
	}
	.connectivityBox ul li:nth-child(3){
		border-right: 1px solid #d2181f;
	}
	.connectivityBox ul li:nth-child(4){
		border-color: transparent;
	}
	.overview-textBox h5{
		font-size:14px;
	}
	.overview-textBox h1{
		line-height:28px;
		letter-spacing:1px;
	}
	.overview-optionBox ul li{
		width:100%;
	}
	.over-optionInBox{min-height:1px; text-align:left;}
	.over-option-imgBox{width:50px; float:left;}
	.over-option-imgBox img{width:100%; margin:0;}
	.over-option-textBox{width:calc(100% - 70px); padding-left:10px;}
	.locationInBox{
		width:100%;
	}
	.smallheading{
		padding-bottom:20px;
	}
	.enquaryicon i{
		width:50px;
		height:50px;
		line-height:50px;
		font-size:16px;
		padding:15px;
	}
	.enquaryicon span{
		width:50px;
		height:50px;
		line-height:50px;
		font-size:10px;
	}
	.form{
		padding:10px;
	}
	.popupForm .popup-formBox{
		width:90%;
	}
}

@media screen and (max-width:375px){
	.full-width{
		padding:30px 10px;
	}
	.bannertext h2{
		font-size:18px;
	}
	.overview-textBox h5{
		text-align:justify;
	}
	.amenitiesBox ul li{
		width:100%;
	}
	.floorPlanBox ul li{
		width:100%;
	}
	.floorPlan-textBox p{
		min-height:0;
	}
	.fullwidth-footer{
		padding:0;
	}
	.enquaryicon{
		right:10px;
	}
}

@media screen and (max-width:320px){
	.closebox{
		left:0;
		top:-35px;
	}
	.bannertext h3{
		font-size:16px;
	}
	.bannertext h2{
		font-size:16px;
	}
}