/*
    Theme Name: MyBiz
    Theme URL: https://bootstrapmade.com/mybiz-free-business-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

/*General*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7e7e7e;
	border-width: 1px;
	border-style: solid;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border linear .3s;
	-webkit-transition: border linear .3s;
	-o-transition: border linear .3s;
	transition: border linear .3s;
}

textarea {
	padding: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: rgba(62, 212, 255, 0.5);
	border-color: #01b1d7 !important;
	outline: none;
	color: #333;
}

.btn {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	width: 120px;
	height: 40px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.btn:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.image-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.cover {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3;
}

.cover h1 {
    color: #fff;
    text-transform: uppercase;
    float: left;
    position: relative;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container {
	position: relative;
	z-index: 3;
}

/*Header*/
/*Top nav left*/
.vsl-header {
    min-height: 50px;
}
.top-nav {
	color: #fff;
	line-height: 40px;
	border-bottom: 1px solid #01b1d7;
	background: #fff;
}

/*Top left Menu*/
.top-left {
	float: left;
}


.top-left img {
    border-radius: 5px;
    margin: 5px 0;
}

.vsl-header .top-left img {
    box-shadow: 0 7px 35px 0 rgba(0,0,0,.5);
}


.top-left ul >li {
	display: inline-block;
	margin-right: 15px;
}

.top-left a {
	font-size: 16px;
	color: #333;
}

.top-left a:hover {
	color: #01b1d7;
}

.front-page .top-middle {
    padding-top: 12px;
}

.top-middle {
    text-align: center;
}

.top-middle a {
    color: #000;
    font-weight: bold;
}

.top-middle img {
    max-width: 150px;
}

/*Top Right Menu*/
.top-right {
	float: right;
	color: #000;
	padding-top: 0px;
}

.top-right p:before {
	content: "\f095";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #01b1d7;
	margin-right: 10px;
}

.top-right p {
	font-weight: 700;
	font-size: 14px;
}

.top-right p > span {
	margin-left: 5px;
	font-weight: 400;
}

/*Nagivation*/
#main-nav {
	padding: 10px 0;
	    border-bottom: 2px solid #01b1d7;
}

/*Affix*/
#main-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    color: #fff;
    z-index:10;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
    transition: all 0.3s;
}

.navbar {
	margin:0;
}

#main-nav .navbar-header a {
	color: #fff;
	padding: 0;
}

#main-nav .navbar-header a {
	max-width: 350px;
}

#main-nav .navbar-header a span{
	float: left;
}

/*Toggle Menu*/
#main-nav .navbar-toggle {
	background-color: #01b1d7;
}

#main-nav .navbar-toggle span {
	background-color: #fff;
}

/*Main Menu*/
#main-nav .navbar-right {
	margin-top: 10px;
}
#main-nav .navbar-right li > a {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	color: #555;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}

#main-nav .navbar-right li > a:focus {
	color: #01b1d7;
    background: none;
    outline: none;
}

#main-nav .navbar-nav>li>a:hover,
#main-nav .navbar-nav>li.active>a {
	color: #01b1d7;
    background: none;
}

/*Search Form*/
.search-form {
	padding: 10px;
	position: absolute;
	bottom: -76px;
	right: 15px;
	z-index: 3;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s linear;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 1px 2px #ebebeb;
}

.search-form.visible {
	visibility: visible;
	opacity: 1;
}

.search-form input {
	height: 40px;
	width: 275px;
	border-color: #e8e8e8;
}

/*Main Slider*/
#slider {
	margin: 0;
	padding: 0;
	position: relative;
}

.flexslider {
	border: 0;
}

#slider.flexslider .slides > li img {
	
}

/*Slider Caption*/
#slider .caption {
	position: absolute;
	width: 600px;
	top: 50%;
}

#slider .caption h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 48px;
	text-transform: uppercase;
}

#slider .caption span {
	padding: 0 10px;
	background-color: #01b1d7;
	color: #fff;
}

#slider .caption p {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	font-style: italic;
	margin-top: 30px;
	color: #01b1d7;
}

#slider .caption button {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	margin-top: 20px;
	background-color: #01b1d7;
	color: #fff;
	border: 1px solid #fff;
}

#slider .caption button:hover {
	background-color: #fff;
    border: 1px solid #01b1d7;
    transition: 0.3s;
    color: #01b1d7;
}

#contact .map-wrapper {
    position: relative;
}

#main-nav .navbar-header a {
    color: #555;
    font-weight: bold;
    padding-top: 10px;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#slider .caption {
		position: absolute;
		width: 400px;
		top: 55%;
	}

	#slider .caption h2 {
		font-size: 15px;
	}

	#slider .caption p {
		font-size: 10px;
		font-style: italic;
		margin: 0;
		padding: 0;
		color: #01b1d7;
	}

	#slider .caption .btn {
		width: 80px;
	    height: 20px;
		font-size: 10px;
		margin-top: 5px;
		padding: 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#slider .caption {
		position: absolute;
		width: 450px;
		top: 50%;
	}

	#slider .caption h2 {
		font-size: 24px;
	}

	#slider .caption p {
		font-size: 16px;
		font-style: italic;
		margin-top: 15px;
		color: #01b1d7;
	}

	#slider .caption .btn {
		width: 110px;
	    height: 30px;
		font-size: 12px;
		margin-top: 15px;

	}
}

/*Control Nav*/
#slider .flex-control-nav {
	position: absolute;
	display: inline;
	z-index: 2;
}

#slider .flex-control-nav li {
	margin: 5px;
	display: inline-block;
}

#slider .flex-control-paging li a {
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #01b1d7;
}

#slider .flex-control-paging li a:hover {
	background: #01b1d7;
}

#slider .flex-control-paging li a.flex-active {
	background: #01b1d7;
	width: 12px;
	height: 12px;
}

/*About*/

.about-right {
    float: left;
    width: 100%;
    height: 27em;
    border: 8px solid #e5eef0;
    padding: 10px;
}

#about {
	margin-top: 45px;
}

#about .about-heading {
	text-align: center;
	margin-bottom: 22px;
}

#about .about-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#about .about-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

#about .about-left {
	position: relative;
    z-index: 2;
}

/*#about .about-right:before {
	content: "";
    border: 8px solid #e5eef0;
	width: 120%;
    height: 84%;
    position: absolute;
    right: 0;
    top: 20px;
}*/

/*#about .about-right {
	position: relative;
	padding: 80px 80px 127px 80px;
}*/

#about .about-right-heading h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding-top: 100px;
	text-transform: uppercase;
}

#about .about-right-boot:before {
	content: "\f080";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about .about-right-wrapper {
    padding-left: 0 0 50px 78px;
    position: relative;
	left: 0;
	top: 75px;
}

#about .about-right-wrapper a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #282828;
}

#about .about-right-wrapper a:hover {
	color: #01b1d7;
}

#about .about-right-wrapper p {
	line-height: 28px;
	margin-top: 20px;
	color: #8e8e8e;
}

#about .about-right-best:before {
	content: "\f201";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about .about-right-support:before {
	content: "\f025";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about .about-right .about-wrapper .about-content p {
	font-size: 17px;
    text-align: justify;
}

#about .about-right .about-wrapper .about-content h4 {
	font-weight: bold;
}

/*About Godrej*/

.about-godrej-right {
    float: left;
    width: 100%;
    height: 27em;
    border: 8px solid #e5eef0;
    padding: 10px;
}

#about-godrej {
	margin-top: 45px;
}

#about-godrej .about-godrej-heading {
	text-align: center;
	margin-bottom: 22px;
}

#about-godrej .about-godrej-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#about-godrej .about-godrej-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

#about-godrej .about-godrej-left {
	position: relative;
    z-index: 2;
}

#about-godrej .about-godrej-right-heading h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding-top: 100px;
	text-transform: uppercase;
}

#about-godrej .about-godrej-right-boot:before {
	content: "\f080";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about-godrej .about-godrej-right-wrapper {
    padding-left: 0 0 50px 78px;
    position: relative;
	left: 0;
	top: 75px;
}

#about-godrej .about-godrej-right-wrapper a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #282828;
}

#about-godrej .about-godrej-right-wrapper a:hover {
	color: #01b1d7;
}

#about-godrej .about-godrej-right-wrapper p {
	line-height: 28px;
	margin-top: 20px;
	color: #8e8e8e;
}

#about-godrej .about-godrej-right-best:before {
	content: "\f201";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about-godrej .about-godrej-right-support:before {
	content: "\f025";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about-godrej .about-godrej-right .about-godrej-wrapper .about-godrej-content p {
	font-size: 17px;
    text-align: justify;
}

#about-godrej .about-godrej-right .about-godrej-wrapper .about-godrej-content h4 {
	font-weight: bold;
}

#offer {
	margin-top: 45px;
}

#offer .offer-heading {
    text-align: center;
    margin-bottom: 22px;
}

#offer .offer-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#offer .offer-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

.offer-right {
    float: left;
    width: 100%;
    padding: 10px;
}

#offer .offer-wrapper {
    background: #f2f2f2;
    padding: 10px;
}

#amenities .amenities-heading {
	text-align: center;
}

#amenities .amenities-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#amenities .text-xs-center {
    text-align: center!important;
}

#amenities ul li {
    float: left;
    width: 20%;
    list-style: none;
    height: 170px;
    padding: 10px;
}

#amenities ul li img {
    width: 100px;
    margin-top: 10px;
}

#amenities ul li h3 {
    font-size: 13px;
    width: 100%;
    margin: 15px auto;
    line-height: 20px;
    color: #000;
    font-weight: bold;
}

#amenities .amenities-wrapper small {
    float: left;
    font-size: 13px;
    text-align: center;
    display: block;
    line-height: normal;
    margin: 20px 0;
    color: #222;
}

#amenities .amenities-wrapper {
	position: relative;
}

#floorplan {
    margin-top: 20px;
}

#price {
    margin-top: 20px;
}

#floorplan .floor-plan-heading {
	text-align: center;
}

#price .price-heading {
	text-align: center;
}

#floorplan .floor-plan-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#price .price-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#floorplan .floor-plan-wrapper img {
	width: 30%;
}

#price .price-wrapper img {
}

#price .price-wrapper .city-price {
	padding-bottom: 20px;
	text-align: left;
}	

#floorplan .floor-plan-wrapper h5 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

#floorplan .floor-plan-wrapper {
    position: relative;
    text-align: center;
    padding: 80px 0 60px 0;
    background: #f2f2f2;
}

#get-touch {
    background: url(../images/contact-background.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    position: relative;
}

section.thankyou {
    width: 100%;
    text-align: center;
    padding: 200px 0;
}

.back-button {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.back-button a {
    padding: 16px 80px;
    background: #01b1d7;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#about {
		padding: 0;
	}

	#about .about-heading h2 {
		margin-top: 30px;
		font-size: 27px;
	}

	#about .about-heading p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 20px;
	}

	#about .about-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#about .about-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#about .about-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#about .about-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#about .about-right-wrapper a > h3 {
		font-size: 20px;
	}

	#about .about-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#about .about-right-best {
		margin-top: 40px;
	}

	#about .about-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-support {
		margin-top: 40px;
	}

	#about .about-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#amenities .amenities-heading h2 {
		margin-top: 30px;
		font-size: 27px;
	}

	#floorplan .floor-plan-heading h2 {
		margin-top: 30px;
		font-size: 27px;
	}
	#get-touch .get-touch-heading h2 {
		font-size: 27px!important;
	}
    #about-godrej .about-godrej-heading h2 {
        font-size: 27px;
    }
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#about {
		margin-top: 50px;
		padding: 0;
	}

	#about .about-heading h2 {
		margin-top: 30px;
		font-size: 30px;
	}

	#about .about-heading p {
		margin-top: 20px;
		line-height: 20px;
	}

	#about .about-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#about .about-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
		height: auto;
	}

	#about .about-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#about .about-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#about .about-right-wrapper a > h3 {
		font-size: 20px;
	}

	#about .about-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#about .about-right-best {
		margin-top: 40px;
	}

	#about .about-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-support {
		margin-top: 40px;
	}

	#about .about-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#amenities .amenities-heading h2 {
		margin-top: 30px;
		font-size: 30px;
	}
	#floorplan .floor-plan-heading h2 {
		margin-top: 30px;
		font-size: 30px;
	}
	#get-touch .get-touch-heading h2 {
		font-size: 30px!important;
	}
}

/*About bg*/
#about-bg {
	position: relative;
	background-image: url(../images/about/about2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    text-transform: uppercase;
    padding: 100px 0;
    color: #fff;
}

.about-bg-heading {
	font-family: 'Josefin', sans-serif;
	font-weight: 900;
	text-align: center;
	line-height: 40px;
	z-index: -2;
}

.about-bg-heading h1 {
	font-size: 40px
}

.about-bg-heading p {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-weight: 400;
	font-size: 16px;
}

.about-bg-wrapper {
	color: #fff;
	text-align: center;
	margin-top: 30px;
	z-index: -2;
}

#about-bg .about-bg-wrapper .count {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 45px;
	margin-right: 20px;
	text-align: center;
	float: left;
	color: #01b1d7;
}

#about-bg .about-bg-wrapper p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-top: 30px;
	float: left;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	.about-bg-heading h1 {
		font-size: 28px;
	}

	.about-bg-wrapper {
		margin-left: 25%;
	}

}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	.about-bg-heading h1 {
		font-size: 30px;
	}

	.about-bg-wrapper {
		margin-left: 35%;
	}

}

/*Service*/
#service {
	background-attachment: scroll;
    padding-bottom: 0px;
    padding-top: 0px;
}

#service .col-md-6 {
	padding: 0;
	
}

#service .service-heading {
	text-align: center;
}

#service .service-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#service .service-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

.services-style-one {
	position: relative;
}

.services-style-one .outer-box {
	position: relative;
	background: #1c1c1c;
}

.services-style-one .services-column {
	position: relative;
	width: 50%;
	float: left;
	background: #f2f3f4;	
}

.services-style-one .service-block {
	position: relative;
	margin-bottom: 40px;	
}

.services-style-one .services-column .content-outer {
	position: relative;
	float: right;
	max-width: 700px;
	padding: 80px 20px 40px 40px;	
}

.services-style-one .services-column .icon-box {
	font-size: 36px;
	margin-bottom: 15px;
	line-height: 1px;
	color: #01b1d7;	
}

.services-style-one .services-column h4 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #1c1c1c;	
}

.services-style-one .services-column .text {
	font-size: 13px;
	color: #5a5a5a;
	max-width: 250px;	
}

.services-style-one .content-column {
	position: relative;
	float: left;
	width: 50%;
	background: #1c1c1c;
	text-align: right;
}

.services-style-one .content-column .content-box {
	position: relative;
	float:left;
	padding: 170px 20px 100px 320px;
	max-width: 700px;	
}

.services-style-one .content-column .sec-title h2 {
	color: #fff;
}

.services-style-one .content-column .sec-title h2 > span {
	border-bottom: 2px solid #01b1d7;
	padding-bottom: 5px;
}

.services-style-one .content-column .inner-box {
	position: relative;
}

.services-style-one .content-column .text {
	position: relative;
	margin: 30px 0;
	color: #999999;
	line-height: 25px;
}

.inner-box button {
	background-color: #01b1d7;
	width: 120px;
	height: 35px;
	color: #fff;
}

.inner-box button:hover {
	background-color: #fff;
	color: #01b1d7;
}

/*Service Footer*/
#service .service-footer {
	background: #222222;
	padding: 30px 0;
}

#service .service-footer-left h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #fff;
}

#service .service-footer-left h3 > span {
	color: #01b1d7;
}

#service .service-footer-left p {
	font-size: 16px;
	color: #9d9d9d;
}

#service .service-footer-right {
	float: right;
	line-height: 80px;
}

#service .service-footer-right button {
	background-color: #01b1d7;
	width: 180px;
	height: 50px;
	color: #fff;
}

#service .service-footer-right button:hover {
	background-color: #fff;
	color: #01b1d7;
}

#ext-buttons {
	display: none;
}

.fa-phone:before {
    left: 1px;
    top: 8px;
    position: relative;
}

.mobile-btns {
	padding-bottom: 5px;
    float: left;
    width: 100%;
}

.mobile-btns .call-btn {
    margin-left: 10px;
    float: right;
    width: 45%;
}

.mobile-btns a.call-btn i {
    font-size: 23px;
    color: #228B22;
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 2px solid;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: -20px;
}

a.call-btn span {
    float: left;
    width: 136px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: -13px;
    margin-left: 7px;
}

.mobile-btns .whatsapp-btn {
    float: left;
    width: 45%;
}

.mobile-btns a.whatsapp-btn img {
    margin-top: 5px;
}

.mobile-btns a.whatsapp-btn span {
	color: #fff;
    font-weight: bold;
    margin-top: 15px;
    float: left;
}

.page-disclaimer .disclaimer h3 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
}

.page-disclaimer .disclaimer p {
    text-align: justify;
    font-size: 18px;
    margin-bottom: 25px;
}

.abt_popContent {
	display: none;
}

.mbassy-message {
    background-color: #fff;
    padding: 20px 40px 40px;
    border-top: 5px solid #1b9f9f;
    margin-top: 20px;
    box-shadow: 0 0 30px #c1c1c1;
    color: #535353;
    font-size: 14px;
}

#home_enq .mbassy-message {
    margin: 0;
    border: none;
    box-shadow: none;
    padding-bottom: 20px;
}

.small-case {
    text-transform: none;
}

.mbassy-message h4 {
    color: #656464;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.abt_popContent h4 {
    font-weight: 700;
}

#home_enq .mbassy-message h4 {
    margin-bottom: 20px;
}

.abt_popContent p {
    font-size: 15px;
}

.mbassy-message .form .row {
    text-align: center;
}

.mbassy-message .col-lg-6:nth-child(odd) {
    padding-right: 4%;
}

.mbassy-message .form input[type="text"], .mbassy-message .form select, #otp_pop input {
    border: none;
    border-bottom: 1px solid #cbcbcb;
    font-family: 'Titillium Web', sans-serif;
    width: 100%;
    padding: 10px 0;
    outline: none;
    color: #535353;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 25px;
    background-color: transparent;
}

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

.abt_popContent img {
    max-width: 180px;
    margin: 0 15px 15px 0;
    float: left;
}

#loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
}

#loading_bottom {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
}

select.error, input.error, .error {
    border: 1px solid red !important;
}

.mbassy-message .col-lg-6:nth-child(even) {
    padding-left: 4%;
}

.mbassy-message .form input[type="submit"], .join-network-form .form input[type="submit"], #otp_pop input[type="button"] {
    -webkit-appearance: none;
    background-color: #01b1d7;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    margin: 0 auto;
    border: none;
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    padding: 7px 35px;
    display: inline-block;
    cursor: pointer;
}

.enq-fix-btn-wrp
 {
    position: fixed; 
    top: 30%; 
    z-index: 10;
    transform: translateY(-50%)rotate(-90deg);
    display: flex; 
    flex-direction: row;
    align-items: center;
    justify-content: center;   
     right: -59px;
 }
.enq-fix-btn 
{
    background-color: #01b1d7;
    padding: 7px 10px;
    color: #fff;
    border-radius: 5px;font-size: 14px;margin: 0 5px;
    position:relative;
    overflow: hidden;
}

.enq-fix-btn:after
  {
     
    animation: effect 4s ease-in-out  infinite;
    animation-fill-mode: forwards;  
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
  }
   @keyframes effect{
  0% {
    opacity: 1;
    top: -1%;
    left: -100%;
    transition-property: left, top, opacity;
    transition-duration: 0.5s, 0.5s, 0.5s;
    transition-timing-function: ease;
  }
  100% {
    opacity:1;
    top: -1%;
    left: 100%;
    transition-property: left, top, opacity;
  }
}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1199px){
   #about .about-content {
    margin-top: 0px;
   }
   
   #about .about-right {
     height: 22em;   
   }
}

@media screen and (max-width: 991px){
	#about .about-right:before {
	    width: 100%;
	    display: none;
	}
	#about .about-right {
	    padding: 30px;
	    border: 8px solid #e5eef0;
	    margin-top: 0px;
	    height: auto;
	}
}

@media screen and ( max-width:767px ){
	.top-nav .top-middle {
	    float: left;
	}

	.top-nav .top-right {
	    float: right;
	}

	#main-nav .navbar-header a {
		padding: 0 0 0 20px;
	}

	#main-nav .navbar-header i {
		padding: 0 0 0 20px;
	}

	.navbar-header .navbar-brand img {
		height: 56px;
	}
	.vsl-main .navbar-header .navbar-brand img {
		height: unset!important;
	}
	#amenities ul li {
	    width: 25%;
	}
	#ext-buttons {
		display: block;
		position: fixed;
		bottom: 0px;
		width: 100%;
		text-align: center;
		background: #01b1d7;
		z-index: 5;
	}
	#bottom-footer {
		margin-bottom: 40px;
	}
	.enq-fix-btn-wrp {
		top:51%;
	}
	.enq-fix-btn-wrp {
	    position: fixed;
	    right: -52px;
	}
	.enq-fix-btn {
	    font-size: 12px;
	}
	#home_enq .mbassy-message .form input[type="text"], 
	#home_enq .mbassy-message .form select,
	#home_enq .mbassy-message .intl-tel-input {
		margin-top: 8px;
	}
	#home_enq .mbassy-message h4 {
		margin-bottom: 0;
	}
	.top-nav .top-right {
	    text-align: center;
	    width: 100%;
	}
	.top-nav .top-left {
	    width: 100%;
	}
    .top-nav .top-left h3 {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 22px;
    }
	.top-nav .top-middle {
	    text-align: center;
	    width: 100%;
	}
	.vsl-header .top-left {
        position: absolute;
        top: 125px;
        width: unset!important;
	}
	.vsl-header .top-left img {
        width: 75px;
	}
	#main-nav .navbar-toggle {
	    display: none;
	}
	#main-nav .navbar-header a {
        max-width: 100%;
    }
    #main-nav .navbar-header a span {
	    width: 100%;
	}
    #get-touch .get-touch-wrapper {
        padding: 10px 0 20px 0!important;
    }
    #get-touch .content {
        margin-top: 10px!important;
    }
    #get-touch .content .form .submit .btn {
        margin-top: 10px!important;
    }
    #get-touch .content .form input {
        height: 40px!important;
        border-radius: unset;
    }
    #get-touch .content .form textarea {
        height: 100px!important;	
        border-radius: unset;
    }
    #get-touch .content .form .submit {
        margin-bottom: 35px;
    }
    #main-nav .navbar-header {
        text-align: center;
    }
    #main-nav .navbar-header a {
        width: 100%;
    }
    .top-nav {
        text-align: center;
    }
}	

@media screen and (max-width: 575px){
	#amenities ul li {
	    width: 30%;
	}
	.abt_popContent h3 {
		font-size: 22px
	}
	.enq-fix-btn-wrp {
	    position: fixed;
	    right: -45px;
	}
	.enq-fix-btn {
	    font-size: 10px;
	}
}

@media screen and (max-width: 480px){
	.top-nav .top-middle {
	    float: none;
	    text-align: center;
	}
	#home_enq .mbassy-message .form input[type="text"], 
	#home_enq .mbassy-message .form select, 
	#home_enq .mbassy-message .intl-tel-input {
		margin-top: 5px;
	}
}

@media screen and ( max-width:360px ){

}

@media screen and (max-width: 320px){

}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#service {
		margin-top: 50px;
	}

	#service .service-heading h2 {
		font-size: 27px;
	}

	#service .service-heading p {
		font-size: 13px;
	}

	.services-style-one .content-column .content-box {
		padding: 200px 20px 100px 20px;	
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#service {
		margin-top: 50px;
	}

	#service .service-heading h2 {
		font-size: 30px;
	}

	.services-style-one .content-column .content-box {
		padding: 200px 20px 100px 20px;	
	}
}

/*Portfolio*/
#portfolio {
	margin-top: 100px;
}

#portfolio .portfolio-heading {
	text-align: center;
}

#portfolio .portfolio-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#portfolio .portfolio-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

#portfolio .portfolio-thumbnail {
	position: relative;
}

#portfolio .portfolio-thumbnail img {
	width: 100%;
	height:auto;
}

#portfolio .portfolio-thumbnail .col-md-3 {
	padding: 0;
}

#portfolio .portfolio-thumbnail .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(62, 212, 255, 0.7);
	opacity: 0;
	-moz-transition: opacity linear .3s;
	-webkit-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	transition: opacity linear .3s;
}

#portfolio .portfolio-thumbnail .item:hover > .caption {
	opacity: 1;
}

#portfolio .caption i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #01b1d7;
	background-color: #fff;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

}

#portfolio .caption p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
	position: absolute;
	font-size: 17px;
	text-transform: capitalize;
	top: 55%;
	left: 30%;
	right: 30%;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#portfolio {
		margin-top: 50px;
	}

	#portfolio .portfolio-heading h2 {
		font-size: 27px;
	}

	#portfolio .portfolio-heading p {
		font-size: 13px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#portfolio {
		margin-top: 50px;
	}

	#portfolio .portfolio-heading h2 {
		font-size: 30px;
	}

}

/*Contact*/
#contact {
	margin-top: 50px;
}

#contact .contact-heading {
	text-align: center;
}

#contact .contact-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#contact .contact-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/*Get In Touch*/
#get-touch {
	position: relative;
}

#get-touch .get-touch-wrapper {
	padding: 50px 0;
}

#get-touch .get-touch-heading {
	text-align: center;
}

#get-touch .get-touch-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
}

#get-touch .get-touch-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

#get-touch .content {
	margin-top: 50px;
}

#get-touch .content .form input {
	height: 50px;
	width: 100%;
	border-color: #ebebeb;
	background: #f2f2f2;
}

#get-touch .content .form textarea {
	width: 100%;
	height: 180px;
	border-color: #ebebeb;
	background: #f2f2f2;
	margin-top: 20px;
}

#get-touch .content .form .submit {
	text-align: center;
}

#get-touch .content .form .submit .btn {
	margin-top: 25px;
	background-color: transparent;
	color: #fff;
	border-color: #01b1d7;
	background: #01b1d7;
}

#get-touch .content .form .submit .btn:hover {
	background-color: #01b1d7;
	color: #fff;
}


/*Map*/
#google-map{
    position:relative;
    margin-top:10px;
    height: 400px;
}

/*Client*/
#client {
	padding: 60px 0;
	text-align: center;
}

#client .col-md-2 {
	height: 100px;
}

#client span {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#client img {
	max-height: 100px;
	vertical-align: middle;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#contact {
		margin-top: 50px;
	}

	#contact .contact-heading h2 {
		font-size: 27px;
	}

	#contact .contact-heading p {
		font-size: 13px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#contact {
		margin-top: 50px;
	}

	#contact .contact-heading h2 {
		font-size: 30px;
	}

}

/*Footer*/
#footer {
	margin-top: 100px;
	background-color: #181818;
	padding: 50px 0;
}

#footer .footer-heading {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding: 0 20px;
	color: #fff;
}

#footer .footer-heading h3 {
	font-size: 20px;
	text-transform: capitalize;
}

#footer .footer-heading span {
	border-bottom: 2px solid #01b1d7;
	padding-bottom: 8px;
}

#footer .footer-heading p {
	font-family: 'Open Sans', sans-serif;
	word-spacing: 3px;
	font-weight: 300;
	margin-top: 40px;
	color: #7e7e7e;
}

#footer .footer-heading ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

#footer .footer-heading li {
	border-bottom: 1px solid #8b8b8b;
	padding: 10px 0;
}

#footer .footer-heading ul > li > a:before {
	content: "\f10c";
	font-family: 'FontAwesome';
	padding-right: 10px;
}

#footer .footer-heading ul > li > a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #7e7e7e;
}

#footer .footer-heading ul > li > a:hover {
	color: #01b1d7;
}

#footer .insta img {
	float: left;
	width: 100px;
	height: 100px;
}

.credits a {
    color: #fff;
}

/*Bottom Footer*/
#bottom-footer {
	background-color: #282828;
	padding: 20px 0;
	color: #8e8e8e;
    float: left;
    width: 100%;
}

#bottom-footer .footer-left p {
	margin: 0;
}

#bottom-footer .footer-left p a {
	color: #eedfcc;
}

.affix .navbar-brand img {
	height: 60px;
}

.affix .vsl-main .navbar-brand img {
	height: unset!important;
}

.projects-wrapper {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.project-background {
    background: url(../images/birla-background.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    min-height: 675px;
    padding-top: 50px;
}

.project-link {
    float: left;
    width: 100%;
    text-align: center;
    height: 120px;
    background: rgba(0, 0, 0, 0.5)border-box;
    margin-bottom: 15px;
    display: table;
}

.project-link h3 {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff;

}

.projects-heading {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: bold;
    color: #01b1d7;
    text-decoration: underline;
}

/* Style the tab */
.tab {
  overflow: hidden;
/*  border: 1px solid #ccc;
  background-color: #f1f1f1;*/
}

/* Style the buttons that are used to open the tab content */
.tab button {
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #ddd;
  background: none;
}

/* Change background color of buttons on hover */
.tab button:hover {
  border: 5px solid #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  border: 5px solid #ddd;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.tab-center {
    float: left;
    width: 100%;
    text-align: center;
    height: 200px;
}

.prelaunch .project-background {
	min-height: unset!important;
}

#clients {
	margin-top: 45px;
}

#clients .clients-heading {
	text-align: center;
	margin-bottom: 22px;
}

#clients .clients-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#main-nav .navbar-header a {
    height: auto;
    margin: 0!important;
    text-transform: uppercase!important;
}

#main-nav .navbar-header i {
    float: left;
    width: 100%;
    font-style: normal;
}

#gallery {
    margin-top: 20px;
}

#gallery .floor-plan-heading {
	text-align: center;
}

#gallery .floor-plan-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#gallery .floor-plan-wrapper img {
	width: 30%;
}	

#gallery .floor-plan-wrapper h5 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

#gallery .floor-plan-wrapper {
    position: relative;
    text-align: center;
    padding: 80px 0 60px 0;
    background: #f2f2f2;
}

#model {
    margin-top: 20px;
}

#model .floor-plan-heading {
	text-align: center;
}

#model .floor-plan-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#model .floor-plan-wrapper img {
	width: 30%;
}	

#model .floor-plan-wrapper h5 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

#model .floor-plan-wrapper {
    position: relative;
    text-align: center;
    padding: 80px 0 60px 0;
    background: #f2f2f2;
}

.affix .navbar-header a {
    font-weight: bold;
}

.affix .navbar-header i {
    color: #000;
    font-weight: bold;
}

#awards {
    margin-top: 20px;
}

#awards .floor-plan-heading {
	text-align: center;
}

#awards .floor-plan-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#awards .floor-plan-wrapper img {
	width: 30%;
}	

#awards .floor-plan-wrapper h5 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

#awards .floor-plan-wrapper {
    position: relative;
    text-align: center;
    padding: 80px 0 60px 0;
    background: #f2f2f2;
}

#layout {
    margin-top: 20px;
}

#layout .floor-plan-heading {
	text-align: center;
}

#layout .floor-plan-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#layout .floor-plan-wrapper img {
	width: 30%;
}	

#layout .floor-plan-wrapper h5 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

#layout .floor-plan-wrapper {
    position: relative;
    text-align: center;
    padding: 80px 0 60px 0;
    background: #f2f2f2;
}

#spec {
    margin-top: 20px;
}

#spec .floor-plan-heading {
	text-align: center;
}

#spec .floor-plan-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#spec .floor-plan-wrapper img {
	width: 30%;
}	

#spec .floor-plan-wrapper h5 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

#spec .floor-plan-wrapper {
    position: relative;
    text-align: center;
    padding: 80px 0 60px 0;
    background: #f2f2f2;
}