@charset "utf-8";
/* CSS Document */


@import url(https://fonts.googleapis.com/css?family=Lato:400,900,700,300,700italic,300italic,400italic);
::-webkit-scrollbar {
 width: 8px;
}
 
/* 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: #96317A;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
 background: rgba(255,0,0,0.4);
}
html {
	overflow-x: hidden;
	height: 100%
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
section {
	position: relative;
	height: 100vh;
}
section .inner {
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	text-align: center;
	height: 100%;
}
.overlay-left {
	position: absolute;
	width: 50%;
	height: 100%;
	background: #b5a6cc;
}
.overlay-right {
	position: absolute;
	width: 50%;
	height: 100%;
	background: #96317a;
	left: 50%;
	
}



.fix-sslink {
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.view-btn:hover {
	background: #FFF;
	color: #96317A;
	text-decoration: none;
}
.bg-1 {
	background: #b5a6cc;
	background-attachment: fixed;
}
.bg-3 {
	background: #96317a;
	background-size: cover;
	background-attachment: fixed;
}
.bg-3 p {
	font-size: 18px;
}
.bg-2 {
	background: url(img/night.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.bg-4 {
	background: #B5A6CC;
}
.bg-5 {
	background: #B5A6CC;
}
.request-demo {
	float: right!important;
	margin: 10px 0;
}
.request-demo a {
	padding: 0px;
	color: #96317A;
	border-radius: 3px;
	border-radius: 4px;
	background: #fff;
}
.navbar-nav>li {
	color: #fff;
	padding: 0 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
.h1, h1 {
	font-size: 40px;
	color: #000;
}
.navbar {
	min-height: 80px;
}
.navbar-default {
	border: none;
	border-radius: 0px;
	background: transparent;
	padding: 0 10px;
}
.navbar-default .navbar-nav>li>a {
	font-size: 14px;
	padding: 6px 12px;
	color: #96317A;
	font-weight: 500;
	border-radius: 3px;
	border: 1px solid;
}
.sub-title {
	display: table;
	z-index: 999;
	position: absolute;
	width: 503px;
	left: 34%;
	top: 37%;
}
.pre-launch {
	text-transform: uppercase;
	font-size: 34px;
}
.h5, h5 {
	font-size: 24px;
}
span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background: url(../images/mag.png) center center no-repeat;
	cursor: pointer;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
	opacity: 0;
}
span.rollover:hover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	left: 0%;
	top: 14%;
}
a:hover img {
	opacity: .7;
}
a {
	cursor: pointer;
}
.desc {
	color: #FFFFFF;
	font-size: 70px;
	text-transform: uppercase;
	font-weight: bold;
	display: table;
	margin: auto;
}
span.small-head {
	text-transform: uppercase;
	font-size: 24px;
	float: right;
	margin: auto;
	margin-top: -10px;
}
.call-us {
}
.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.navbar-brand {
	padding: 0;
}
.main-nav {
	position: absolute;
	text-align: center;
	left: 50.1%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.main-nav li {
	display: inline-block;
}
.main-nav li a {
	color: #fff;
	padding: 0px 25px;
	font-size: 16px;
}
.main-nav li a.intro {
	padding-left: 0px;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}
.main-nav li a.home-icon {
	font-size: 30px;
}
.bg-2 form {
	margin: auto;
}
.form-group {
	position: static;
}
.second-text {
	font-size: 24px;
	color: #fff;
	background: #A14886;
	background: rgba(161, 72, 134, 0.58);
}
.contact-container {
	background: #FFFFFF;
}
.contact-container h1, .contact-container p {
	color: #27A0BE!important;
}
.contact-container ul {
	list-style: none;
	background: #65B7E0;
	padding: 10px;
	margin: 20px 16px
}
.contact-container ul li {
	color: #fff;
	font-size: 18px;
}
.modal-title {
	color: #000;
}
.footer.text-center {
	background: #000;
}
a {
	color: #348486;
}
 @keyframes zoomIn {
 from {
 opacity: 0;
}
 50% {
 opacity: 0;
}
 75% {
 opacity: 0.2;
}
 85% {
 opacity: 0.5;
}
 100% {
 opacity: 1;
}
}
.zoomIn {
	animation-name: zoomIn;
}
span.info {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	display: table;
	margin: 0px auto;
	background-color: rgba(0, 0, 0, 0.38);
	padding: 10px 10px;
	font-family: helvetica;
}
a.request {
	display: inline;
	background-color: #000;
	padding: 7px 12px;
	color: #93BC4E;
	cursor: pointer;
	margin-left: 10px;
	border-radius: 2px;
	font-size: 16px
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #96317A;
	background: #B5A6CC;
}
.bg-new {
	background: #000 url(../images/bg.jpg) center;
	background-size: cover;
}
.wrapper-inner {
	margin-top: -22px
}
.wrapper-inner h1 {
	color: #A14886;
	font-size: 28px;
}
.wrapper-inner img {
	margin: 5px auto;
}
.wrapper-inner p {
	font-size: 17px;
	line-height: inherit;
}
.modal {
	z-index: 100000;
}
.close {
	color: #000!important;
	opacity: 1;
}
.modal-header {
	color: #AAC555;
	color: #000;
	font-size: 18px;
}
.modal-content {
	background-color: #fff;
	border-radius: 0px;
}
.input-group-addon .fa {
	width: 40px;
}
.input-group-addon {
	background-color: #FFF;
	border: 1px solid #dfdfdf;
}
.mix-padd {
	padding-left: 30px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 24px 0px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.btn-danger {
	color: #fff;
	background-color: #496D0B;
	border-color: #496D0B;
	padding: 5px 20px;
}
.modal-body {
}
.left-cta {
	position: fixed;
	top: 52%;
	background: url(../images/site-visit.jpg) no-repeat;
	z-index: 100000;
	right: 0px;
	width: 150px;
	height: 50px;
}
.right-cta {
	position: fixed;
	right: 0px;
	background: url(../images/call-back1.png) no-repeat;
	display: block;
	width: 150px;
	height: 50px;
	z-index: 100000;
	top: 40%;
}
footer p {
	font-size: 10px;
	margin-top: 300px;
	display: block;
	text-align: center;
}
.slide-out-div {
	padding: 0px 20px;
	width: 300px;
	background: #607530;
	background: #000;
	background: rgba(0, 0, 0, 0.28);
	position: fixed;
	z-index: 9999;
	cursor: pointer;
	border-radius: 15px 0px 0px 15px;
}
.slide-out-div h3 {
	color: #fff;
}
.intro-logo {
	color: #FFFFFF;
	font-size: 30px;
	text-shadow: 0px 0px 5px #666;
	font-weight: 500;
	text-align: center;
}
.call-back {
	cursor: pointer;
}
.bg-modal {
	position: absolute;
	background: url(../images/bg-modal.png) no-repeat;
	height: 400px;
	width: 100%;
	display: block;
	top: -26px;
	left: 28%;
}
.amenities {
	padding: 10px;
	list-style: none;
	font-size: 16px;
}
.amenities li {
	margin: 10px 0px;
}
.amenities li i.fa {
	margin-right: 10px;
}
.wrapper-location {
	background-color: #f5f5f5;
	padding: 10px 20px;
	margin-top: 10px;
	border: 1px solid #dfdfdf;
}
.wrapper-floor .col-md-2 {
	border: 1px solid #dfdfdf;
	margin-right: -1px;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.6);
}
.intro-panel {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-bottom: 26px
}
.call-back-modal {
	background-color: rgb(47, 47, 47);
	border-radius: 0px;
	background: url(../img/night1.jpg) center bottom;
}
.call-back-modal .modal-body {
	background: transparent;
}
.input-group-addon {
	color: #96317A;
}
.costing-wrapper .col-md-4, .cost-gird {
	border: 1px solid #dfdfdf;
	padding: 20px;
	margin-left: -1px;
	margin-top: -1px;
}
.costing-wrapper h4 {
	font-size: 22px;
	color: #496D0B;
}
.costing-wrapper img {
	width: inherit!important
}
.btn-danger:hover {
	color: #fff;
	background-color: #2C4403;
	border-color: #141F01;
}
.thanks-wrapper {
	font-size: 33px!important;
	line-height: 40px!important;
	font-weight: 300;
	margin-top: 170px;
	color: #4C4C4C;
	padding: 30px;
}
.button-3d {
	position: relative;
	width: auto;
	display: inline-block;
	color: #ecf0f1;
	text-decoration: none;
	border-radius: 2px;
	border: solid 1px #822367;
	background: #822367;
	text-align: center;
	padding: 6px 32px 4px;
	margin: 12px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	/*-webkit-box-shadow: 0px 6px 0px #40062F;
	-moz-box-shadow: 0px 6px 0px #40062F;
	box-shadow: 0px 6px 0px #40062F;*/
	font-size: 20px;
	text-transform: uppercase;
}
.button-3d:active {
	-webkit-box-shadow: 0px 2px 0px #496D0B;
	-moz-box-shadow: 0px 2px 0px #d35400;
	box-shadow: 0px 2px 0px #496D0B;
	position: relative;
	top: 4px;
}
.handle {
	position: fixed;
	right: 0px;
	top: 200px;
	z-index: 10000;
}
.arrow-bottom {
	color: #fff;
	background: #269FBD;
	padding: 5px;
	position: absolute;
	bottom: 0px;
	font-size: 30px;
	left: 50%;
	border-radius: 4px 4px 0px 0px;
	margin-left: -10px;
}
.call-back {
	position: fixed;
	right: 0px;
	top: 350px;
	z-index: 10000;
}
.bg-2text h1 {
	color: #fff;
	font-weight: bold;
}
.bg-2text p {
	color: #fff;
}
#link3 h1, #link3 p {
	color: #fff;
}
.h3, h3 {
	font-size: 18px;
	color: #A14886;
}
h1.dr-cr {
	position: absolute;
	top: 140px;
	font-weight: 900;
	color: #fff;
	font-size: 84px;
	left: 49.9%;
	-webkit-transform: translate(-36%, 0);
	-moz-transform: translate(-36%, 0);
	transform: translate(-36%, 0);
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
.intro-text-wrapper {
	position: relative;
	margin: auto;
	left: 0;
	right: 0;
	/*-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);*/
	top: 44%;
}
span.heading {
	font-size: 32px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}
span.heading .dropcap {
	font-size: 46px;
}
span.heading-divider {
	height: 1px;
	width: 60%;
	background: rgba(150,49,122,1);
	background: -moz-linear-gradient(left, rgba(150,49,122,1) 0%, rgba(150,49,121,1) 50%, rgba(181,166,204,1) 50%, rgba(181,166,204,1) 71%, rgba(181,166,204,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(150,49,122,1)), color-stop(50%, rgba(150,49,121,1)), color-stop(50%, rgba(181,166,204,1)), color-stop(71%, rgba(181,166,204,1)), color-stop(100%, rgba(181,166,204,1)));
	background: -webkit-linear-gradient(left, rgba(150,49,122,1) 0%, rgba(150,49,121,1) 50%, rgba(181,166,204,1) 50%, rgba(181,166,204,1) 71%, rgba(181,166,204,1) 100%);
	background: -o-linear-gradient(left, rgba(150,49,122,1) 0%, rgba(150,49,121,1) 50%, rgba(181,166,204,1) 50%, rgba(181,166,204,1) 71%, rgba(181,166,204,1) 100%);
	background: -ms-linear-gradient(left, rgba(150,49,122,1) 0%, rgba(150,49,121,1) 50%, rgba(181,166,204,1) 50%, rgba(181,166,204,1) 71%, rgba(181,166,204,1) 100%);
	background: linear-gradient(to right, rgba(150,49,122,1) 0%, rgba(150,49,121,1) 50%, rgba(181,166,204,1) 50%, rgba(181,166,204,1) 71%, rgba(181,166,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96317a', endColorstr='#b5a6cc', GradientType=1 );
	display: block;
	margin: auto;
}
.heading-divider-new {
	height: 2px;
	width: 70%;
	background: #bbb2c6;
	display: table;
	margin: 10px auto 20px;
}
.wapper-mid {
	padding: 12px 100px;
}
.wapper-mid img {
	margin: 20px 30px;
}
.wapper-mid h3 {
	font-size: 18px;
	text-align: left!important;
	font-weight: 900;
}
.wapper-mid p {
	font-size: 14px;
	color: #96317a;
	font-weight: 600;
}
.view-btn {
	text-align: left;
	margin: initial;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 900;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.polio-btn {
	color: #96317a;
	margin-right: 15px;
	border: 1px solid #96317a;
	padding: 10px 20px;
}
.dropcap-sm {
	font-size: 18px
}
.wrapper-btn {
	display: table;
	margin: 64px 20px 0px;
}
.wrapper-new-sec {
	text-align: left;
	color: #fff;
	width: 80%;
	margin: auto;
	line-height: 30px;
}
.wrapper-new-sec p {
	margin-bottom: 15px;
}
.new-sece {
	padding: 15px 30px;
	background: #b5a6cc;
	color: #fff;
	font-weight: 900;
	display: table;
	margin: 124px 0px 40px;
	text-transform: uppercase;
	font-size: 18px;
}
.dropcap-smin {
	font-size: 26px;
}
.wrapper-new-contact {
	display: table;
	margin: auto;
	text-align: center;
}
.wrapper-new-contact img {
	display: table;
	margin: auto;
	text-align: center;
}
.wrapper-new-contact h3 {
	color: #8e2372;
	font-weight: 600;
	font-size: 18px;
}
.wrapper-new-contact p {
	font-size: 18px;
	color: #000!important;
}
.list-inline>li {
	font-weight: 600;
	font-size: 18px;
	color: #000;
	margin: 20px 0;
}
.fox-pad {
	padding-top: 55px!important;
}
.speacial-features {
	list-style: none;
	padding-left: 40px;
}
.features-btn {
	background : #96317A;
	margin: 84px 0px 10px;
}
.speacial-features .mix-arrow {
	margin-left: -30px;
	margin-right: 18px;
}
.speacial-features li {
	font-size: 16px;
	color: #96317a;
	margin: 0px;
	font-weight: 600;
	list-style: none;
	line-height: 28px;
}
 @media (max-width:1920px) {
section {
	position: relative;
	height: 100vh;
}
}


 @media screen and (min-width:768px) and (max-width: 991px) {
h1.dr-cr {
font-size: 64px;
}
}
@media (max-width:300px){
	.overlay-right {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #96317a;
    left: 53.5%;
}

}

 @media (max-width:767px) {
.call-back {
	bottom: 0px;
	left: 0px;
	top: initial;
}
h2 {
	font-size: 23px;
}
h1 {
	font-size: 24px;
}
.handle {
	right: 0px;
	top: initial;
	bottom: 0px;
}
.button-3d {
	padding: 6px 16px 4px;
	font-size: 18px;
}
.modal {
	z-index: 1000000;
}
section {
	padding: 1px 0px;
}
section .inner {
	position: static;
	padding: 2px 6px 30px;
}
.desc {
	font-size: 28px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #B5A6CC;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle {
	border: none;
}
h1.dr-cr {
	position: absolute;
	top: 80px;
	font-weight: 900;
	color: #fff;
	font-size: 23px;
	left: 49.9%;
}
h1.dr-cr img {
	margin-left: -1px;
	width: 27px;
}
.intro-text-wrapper {
	position: relative;
	margin: auto;
	left: 0;
	transform: initial;
	top: 170px;
}
span.heading .dropcap {
	font-size: 24px;
}
span.heading {
	font-size: 16px;
}
.navbar-brand>img {
	display: block;
	width: 130px;
}
.wapper-mid {
	padding: 10px;
}
.wapper-mid p {
	color: #fff
}
.new-sece {
	padding: 15px 20px;
}
.polio-btn {
	color: #96317a;
	margin-right: 15px;
	border: 1px solid #96317a;
	padding: 10px 20px;
	background: #fff;
	float: none!important;
	margin: 16px auto;
	display: table;
}
.wrapper-btn {
	display: table;
	margin: 40px auto;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 340px;
	z-index: 9999!important;
	background: rgba(0, 0, 0, 0.65);
}
.navbar-nav li a {
	color: #fff;
	text-align: center;
	display: table;
	margin: auto;
	padding: 4px;
}
.request-demo {
	float: none!important
}
.navbar-nav>li {
	color: #fff;
	padding: 0 10px;
	text-align: center;
	padding: 5px 0px;
}
.bg-1, .bg-2 {
	height: 780px;
}
}
 @media (max-width:1024px) {
section {
	min-height: 880px;
}
.bg-4 {
	height: 800px;
}
.bg-5 {
	height: 800px;
}
}
 @media (max-width:599px) {
section {
	height: 1050px;
}
.bg-1{
	height: 780px;
}
 .bg-2 {
	height: 780px;
	top:-592px;
}
.bg-4 {
	height: 1780px;
}
.bg-5 {
	background: #B5A6CC;
	height: 1099px;
	top:-595px;
}
footer{
	margin-top:-592px;
}
}

 @media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
.sub-title {
	display: table;
	z-index: 999;
	position: absolute;
	width: 503px;
	left: 23%;
	top: 28%;
}
section .inner {
	position: static!important;
	height: 768px!important;
	padding: 1px 0px;
}
.wapper-mid img {
	margin: 20px -20px;
}
.navbar-default .navbar-nav>li>a {
	padding: 1px 12px;
}
}
 @media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
.nav>li>a {
	position: relative;
	display: block;
	padding: 0px 14px;
}
.navbar-default .navbar-nav>li>a {
	font-size: 14px;
	padding: 1px 12px;
}
.call-back {
	position: fixed;
	left: -5px;
	top: 310px;
	z-index: 1;
	cursor: pointer;
}
section .inner {
	position: static!important;
	height: 900px!important;
	padding: 1px 0px;
}
.intro-text-wrapper {
	top: 30%;
}
.wapper-mid p {
	color: #fff;
}
h1.dr-cr {
	top: 122px;
	font-size: 68px;
}
.polio-btn {
	float: left!important;
	margin: 53px 67px;
}
.navbar-nav>li {
	float: none;
	text-align: right;
}
}
 @media (max-width:300px) and (min-width:200px) {
.call-back {
	bottom: 0px;
	left: 0px;
	top: initial;
}
h2 {
	font-size: 23px;
}
h1 {
	font-size: 24px;
}
.handle {
	right: 0px;
	top: initial;
	bottom: 0px;
}
.button-3d {
	padding: 6px 16px 4px;
	font-size: 18px;
}
.modal {
	z-index: 1000000;
}
section {
	padding: 1px 0px;
}
section .inner {
	position: static;
	padding: 2px 6px 30px;
}
.desc {
	font-size: 28px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #B5A6CC;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle {
	border: none;
}
h1.dr-cr {
	position: absolute;
	top: 80px;
	font-weight: 900;
	color: #fff;
	font-size: 21px;
	left: 53.1%;
}
h1.dr-cr img {

	width: 17px;
}
.intro-text-wrapper {
	position: relative;
	margin: auto;
	left: 0;
	transform: initial;
	top: 170px;
}
span.heading .dropcap {
	font-size: 24px;
}
span.heading {
	font-size: 16px;
}
.navbar-brand>img {
	display: block;
	width: 130px;
}
.wapper-mid {
	padding: 10px;
}
.wapper-mid p {
	color: #fff
}
.new-sece {
	padding: 15px 20px;
}
.polio-btn {
	color: #96317a;
	margin-right: 15px;
	border: 1px solid #96317a;
	padding: 10px 20px;
	background: #fff;
	float: none!important;
	margin: 16px auto;
	display: table;
}
.wrapper-btn {
	display: table;
	margin: 40px auto;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 340px;
	z-index: 9999!important;
	background: rgba(0, 0, 0, 0.65);
}
.navbar-nav li a {
	color: #fff;
	text-align: center;
	display: table;
	margin: auto;
	padding: 4px;
}
.request-demo {
	float: none!important
}
.navbar-nav>li {
	color: #fff;
	padding: 0 10px;
	text-align: center;
	padding: 5px 0px;
}
.bg-1, .bg-2 {
	height: 780px;
}
}
