/*
Theme Name: M3M India
Theme URI: http://m3mindia.com/
Author: Anand Pawar
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	outline: none;
}
*:focus,
*:hover,
*:visited {
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	background-color: #fff;
}
iframe {
	border: 0px solid;
}
.m_hide {
	display: block !important;
}
.d_hide {
	display: none !important;
}

/*--------------------------------------------------------------
Basic Reset
--------------------------------------------------------------*/
::-moz-selection {
	color: #fff;
	background: #ffd7a9;
}
::selection {
	color: #fff;
	background: #ffd7a9;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.img {
	width: 100%;
	max-width: 100%;
	height: 100%;
}
p {
	color: #323232;
	line-height: 150%;
	font-weight: 400;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	text-align: justify;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header_fx {
	width: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
}
.header_fxAsp {
	background-color: #173f63;
}
.header {
	width: 1280px;
	max-width: 85%;
	margin: 0 auto;
}
.navbar-inverse {
	background-color: white;
	border: none;
}
.navbar {
	width: 100%;
}
.navbar-inverse .navbar-toggle {
	border: none;
}
.navCall {
	width: 44px;
	border-left: 0px;
	padding: 8px !important;
	margin: 0px auto;
	position: absolute;
	right: 70px;
	top: 20px;
}
.navMenu {
	width: 50px;
	padding: 9px 12px;
	margin: 14px 0px;
}
.navbar-brand {
	float: left;
	height: 67px;
	padding-top: 3px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand > img {
	display: block;
	width: 80%;
	padding: 5px 0px;
	z-index: 999999999 !important;
}
.banner {
	width: 100%;
	position: relative;
}
.bnrAbs {
	width: 100%;
}
.bnrAbs img {
	width: 100%;
}
.bannerLogoMain {
	width: 100%;
	position: absolute;
	bottom: 10%;
	z-index: 99;
}
.bannerLogo {
	width: 300px;
	margin: 0 auto;
}
.bannerLogo img {
	width: 300px;
}

.lazyImg {
	background-color: #ddd;
}
.bgWh {
	background-color: transparent;
}
.banner_small_txt {
	text-align: right;
	top: -33px;
	position: relative;
	color: #fff;
	right: 10px;
	font-size: 12px;
}
.positionRelative {
	position: relative;
}
.txtAbsOnImg {
	position: absolute;
	color: #fff;
	right: 10px;
	bottom: 0px;
	font-size: 12px;
}
.galleryTxtImgStatus {
	width: 984px;
	max-width: 98%;
	text-align: right;
	color: #525252;
	font-size: 12px;
	margin: 0 auto;
	margin-top: -19px;
}
/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.contenerAsp {
	width: 1280px;
	max-width: 85%;
	margin: 0 auto;
}
.contenerAsp2 {
	width: 1280px;
	max-width: 96%;
	margin: 0 auto;
}

.sticyFrm .contenerAsp2{
	width: 1100px;
}

.mrTB50 {
	margin: 60px auto;
}
.mrTB30 {
	margin: 40px auto 60px;
}
.padTB50 {
	padding: 60px 0px;
}
.txtCentr {
	text-align: center;
}
p {
	font-size: 14px;
	font-weight: 300;
}
h1 {
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 200;
	color: #005aa9;
}

h2 {
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 200;
	color: #005aa9;
}

.features_content h2 {
	text-align: left;
}

.blueBg h2 {
	color: #fff;
}

.lableLine {
	width: 120px;
	height: 2px;
	background-color: #4db94a;
	margin: 15px auto;
}
.grayBg {
	background-color: #f0f0f0;
}
.wTxt70 {
	width: 800px;
	margin: 0 auto;
	max-width: 98%;
	margin-bottom: 20px;
}

.breadcrumbAsp p {
	color: #323232;
	line-height: 150%;
	letter-spacing: 2px;
	font-size: 15px;
	padding: 25px 0px 0px;
}
.breadcrumbAsp2 p {
	padding: 9px 0px 0px 1.3%;
}
.breadcrumbAsp a {
	color: #323232;
	line-height: 150%;
	letter-spacing: normal;
}
.breadcrumbAsp a {
	color: #155f9c;
	text-decoration: none;
}

/*--------------------------------------------------------------
Project Pages
--------------------------------------------------------------*/

/* Highlights */
.highlights_image {
	width: 50%;
	float: left;
}
.highlights_image img {
	width: 100%;
}
.highlights_content {
	width: 50%;
	float: left;
	padding: 48px;
}
.highlights h1 {
	text-align: left;
}

.highlights h2 {
	text-align: left;
}

.highlights .lableLine {
	margin: 15px 0px;
}
.ulList {
	width: 100%;
	margin-top: 20px;
}
.ulList ul {
	margin: 0;
	padding: 0;
	margin-left: 18px;
}
.ulList ul li {
	font-size: 14px;
	font-weight: 300;
	line-height: 160%;
	margin-bottom: 6px;
}

.bldTxttt {
	font-weight: 500;
}

/* Features */
.features_image {
	width: 50%;
	float: left;
}
.features_image img {
	width: 100%;
}
.features_content {
	width: 50%;
	float: left;
}
.features h1 {
	text-align: left;
}
.features .lableLine {
	margin: 15px 0px;
}

/* Amenities */
.amenities-slider {
	position: relative;
}
.colAmenitiesBox h3 {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}
.colAmenitiesBox img {
	padding: 0px 38px;
}
.amenities-slider {
	margin-top: 20px;
}
.amenities-slider .slick-arrow {
	display: block !important;
	border: 0px;
	background-color: transparent;
	position: absolute;
	top: 40%;
	outline: 0;
	opacity: 0.28;
	z-index: 99;
}
.amenities-slider .slick-arrow:hover {
	opacity: 0.77;
	background-position: unset;
}
.amenities-slider .leftArrow {
	background-image: url("img/leftArrow.png");
	width: 30px;
	height: 40px;
}
.amenities-slider .rightArrow {
	background-image: url("img/rightArrow.png");
	width: 30px;
	height: 40px;
	right: 0;
}

.three-slider .slick-arrow {
	display: block !important;
	border: 0px;
	background-color: transparent;
	position: absolute;
	top: 40%;
	outline: 0;
	opacity: 0.28;
	z-index: 99;
	left: -30px;
}
.three-slider .slick-arrow:hover {
	opacity: 0.77;
    background-position: unset;
}
.three-slider .leftArrow {
	background-image: url("img/leftArrow.png");
	width: 30px;
	height: 40px;
}
.three-slider .rightArrow {
	background-image: url("img/rightArrow.png");
	width: 30px;
	height: 40px;
	left: auto;
	right: -30px;
}

/* Connectivity */
.blueBg {
	background-color: #173f63;
}
.connectivity h1 {
	color: #fff;
}
.colConnectivityBox h4 {
	color: #b49169;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	min-height: 34px;
}
.sLine {
	width: 100%;
	height: 1px;
	background-color: #b49169;
	margin: 8px auto;
}
.sLine::after {
	content: ".";
	font-size: 65px;
	position: absolute;
	top: -26px;
	color: #b49169;
}
.sLine:first-child::after {
	color: #000;
}
.colConnectivityBox h3 {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
}

/* Gallery */
.gallery-slider {
	width: 1000px;
	max-width: 98%;
	margin: 0 auto;
	margin-top: 30px;
}
.colGalleryBox {
	padding: 0px 15px;
	position: relative;
}
.colGalleryBox h3 {
	position: absolute;
	top: 0;
	padding: 2%;
	padding-top: 14%;
	width: 90%;
	height: 95%;
	/* background-color: #184e7c96; */
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	vertical-align: middle;
	opacity: 0;
	text-transform: uppercase;
}
.colGalleryBox:hover h3 {
	opacity: 1;
	transition: all 0.2s ease-in-out;
}

/* DownLoad Brochure */
.download_brochure_link {
	background-color: #b49169;
	padding: 20px 0px;
}
.download_brochure {
	width: 250px;
	margin: 0 auto;
}
.download_brochure a {
	background-color: #fff;
	color: #b49169;
	padding: 16px 0px;
	text-align: center;
	width: 100%;
	display: block;
	text-decoration: none;
}

/* construction updates */
.construction_updates_slider {
	width: 50%;
	float: left;
}
.construction_updates_slider img {
	width: 100%;
}
.slick-slider {
	margin-bottom: 25px;
}
.construction_updates_slider iframe {
	width: 100%;
}
.construction_updates_slider .slick-list {
	margin-bottom: -30px;
}
.construction_updates_slider .slick-dots {
	bottom: -81px;
}
.construction_updates_content {
	width: 50%;
	float: left;
	padding: 48px;
	padding-left: 9%;
}
.construction_updates_content h2 {
	text-align: left;
}

.colConstructionBox {
	padding: 0;
}
.construction_updates h1 {
	text-align: left;
}
.construction_updates .lableLine {
	margin: 15px 0px;
}
.construction_updates .ulList ul {
	margin-left: 0px;
}

/* Media */
.colMediaBox {
	padding: 0px 15px;
}

.colMediaBox .mediaDiv {
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: relative;
}
.colMediaBox .mediaDiv img {
	position: absolute;
	top: 0;
	left: 0;
}
.gallery-slider iframe {
	width: 100% !important;
	height: 280px !important;
}

.colMediaBox h3 {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}
.slick-dots li button:before {
	font-size: 11px;
	color: #c4c2c3 !important;
	opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
	color: #c0a68d !important;
	opacity: 1 !important;
}
.media-slider iframe {
	width: 100% !important;
	height: 250px !important;
}
.media-slider .slick-track {
	margin: 0 auto !important;
}

/* Connect With Us */
.colFrm {
	width: 20%;
	float: left;
	margin: 1%;
}
.colFrm input,
.colFrm select {
	width: 100%;
	border: 1px solid #bfa78b;
	color: #bfa78b;
	padding: 6px 5px;
	font-size: 14px;
	min-height: 36px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0 !important;
}
.colFrm input::placeholder,
.colFrm select::placeholder {
	color: #bfa78b;
	font-size: 14px;
}
.colFrm1,
.colFrm2,
.colFrm3 {
}
.colFrm4 {
	width: 10%;
	float: left;
	margin: 1%;
}
.contactFormSubmit {
	width: 100%;
	border: 0px solid;
	padding: 6px 0px;
	text-align: center;
	color: #fff;
	background-color: #bfa78b!important;
	background: none;
}
.contactFormSubmit:hover {
	transition: 0.2s ease-in-out;
	color: #fff;
	background-color: #b49169;
}

/* Location Map */
.locationMap {
	width: 100%;
	margin-top: 60px;
}
.locationMap iframe {
	width: 100% !important;
	height: 400px !important;
}

/* sticy Form */
.sticyFrm {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.77);
}
.closeFrm {
	display: none;
}
.ftrBtnMain {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.77);
	display: none;
}

.mb80 {
	margin-bottom: 80px;
}

/* Rera and Desclaimer */
.blueBg2 {
	background-color: #234b6f;
}
.reraNo {
	border-bottom: 1px solid #37699e;
}
.reraNo h3 {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	padding: 18px 0px;
	color: #fff;
	margin: 0;
	font-weight: 800;
}
.desclaimer p {
	text-align: justify;
	font-size: 12px;
	color: #fff;
	padding: 15px 0px;
	margin: 0;
}

h2[embeddedService-chatHeader_chatHeader], .announcement[embeddedService-chatHeaderAnnouncement_chatHeaderAnnouncement]{
	color: #fff;
}

/* Footer */
.footer {
	background-color: #173f63;
	border-bottom: #4db94a solid 4px;
	padding: 4px 0px;
	padding-bottom: 54px;
}
.ftrLeft {
	width: 58%;
	float: left;
	margin: 1%;
	margin-top: 1.3%;
}
.ftrRight {
	width: 38%;
	max-width: 38%;
	float: right;
	margin: 1%;
	text-align: right;
}
.ftrLeft a,
.ftrRight a {
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
.ftrLeft a:hover,
.ftrRight a:hover {
	color: #4db748;
	transition: 0.2 ease-in-out;
}
.ftrRight a {
	color: #bfa78b;
}
.social {
	color: #bfa78b;
}

/* Search */
.colAspSearch {
	width: 100%;
	margin-top: 120px;
	margin-bottom: 60px;
}
.aspContener {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.aspMain {
	width: 100%;
}
.frmSearch {
	/* border:1px solid #ddd; */
	padding: 0px 10px;
}
select.form-control {
	box-shadow: none !important;
	border-radius: 0;
	height: calc(1.9em + 0.6rem + 0px);
	padding: 0.375rem 1rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 98%;
	background-position-y: 7px;
}
.colAspfltr {
	width: 30.3%;
	float: left;
	margin: 0px;
}
.colAspfltrBtn {
	width: 8%;
	margin: 0px;
	float: left;
}
.colAspfltrBtn .btn {
	font-size: 20px;
	font-weight: 100;
	border: 1px solid #ddd !important;
	border-radius: 0;
	color: #173f63;
	padding: 4px 8.5px;
	width: 100%;
}
.aspCol3 {
	width: 23%;
	float: left;
	margin: 1%;
	position: relative;
	overflow: hidden;
	min-height: 220px;
}
.aspCol3 img {
	width: 100%;
	position: absolute;
}
.aspCol3 h5 {
	background-color: rgba(0, 0, 0, 0.77);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 5px;
	position: absolute;
	bottom: 6px;
	left: 8px;
	text-decoration: none;
}
.custom-heading {
	width: 60%;
	float: left;
	margin: 1%;
}
.custom-headingBtn {
	width: 120px;
	max-width: 30%;
	float: right;
	margin: 1%;
	margin-top: 3%;
}
.custom-heading h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	opacity: 0.8;
	font-size: 42px;
	text-align: left;
    color: #222;
}

.custom-heading h1 {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	opacity: 0.8;
	font-size: 42px;
	color: #212529;
	text-align: left;
}
span.color-head {
	color: #005aab;
}
.green-line {
	width: 22%;
	margin: 10px;
	margin-left: 0px;
	background-color: #4db748;
	height: 3px;
}

.submitBtnAsp:disabled {
	cursor: not-allowed;
}
.aspABtn {
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	color: #fff;
	background-color: #144168;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	display: block;
}
.aspABtn:hover {
	transition: all 0.2s;
	background-color: #175081;
	text-decoration: none;
	color: #fff;
}
.contactFormSubmit:disabled {
	cursor: not-allowed;
}

@media screen and (max-width: 1444px) and (min-width: 1400px) {
	.navbar {
		top: 20px;
	}
	.menu-brand img {
		top: 32px !important;
	}
}

@media only screen and (max-width: 1280px) {
	.header {
		max-width: 95%;
	}
}

@media only screen and (max-width: 980px) {
	.frmSearch {
		padding: 0;
	}
	.colAspfltr {
		width: 80%;
	}
	.colAspfltr3 {
		width: 80%;
	}
	.colAspfltrBtn {
		width: 20%;
		margin-top: -45px;
	}
	.colAspfltrBtn .btn {
		font-size: 19px;
		padding: 10px;
		border: 0px solid !important;
	}
	.aspCol3 {
		width: 31.3%;
	}
	h1 {
		font-size: 35px;
	}
	.highlights_image {
		width: 100%;
		float: none;
		margin: 0px;
	}
	.highlights_content {
		width: 98%;
		float: none;
		padding: 20px;
	}

	.features_content {
		width: 98%;
		float: none;
		padding: 20px;
	}
	.features_image {
		width: 100%;
		float: none;
		margin: 0px;
	}

	.construction_updates_content {
		width: 98%;
		float: none;
		padding: 20px;
		margin: 0px auto !important;
	}
	.construction_updates_slider {
		width: 100%;
		float: none;
	}
	.construction_updates_slider .slick-dots {
		bottom: -56px;
	}
	.construction_updates {
		margin-bottom: 120px;
	}
	.colFrm {
		width: 98%;
		float: none;
		margin: 4% auto;
	}
	.colFrm4 {
		width: 43%;
		float: none;
		margin: 5% auto;
	}
	.ftrLeft {
		width: 98%;
		float: none;
		margin: 1% auto;
		padding-top: 15px;
	}
	.ftrRight {
		max-width: 98%;
		text-align: left;
		padding: 15px 0px;
		width: 98%;
		float: none;
		margin: 1% auto;
	}
	.sticyFrm {
		width: 100%;
		bottom: 0;
		z-index: 99999;
		height: 100%;
	}
	.contenerAsp2 {
		width: 410px;
		max-width: 92%;
		background-color: #fff;
		margin: 0 auto;
		padding: 4%;
		margin-top: 64px;
	}
	.closeFrm {
		display: block;
		text-align: center;
		border-radius: 5px;
		color: #fff;
		float: right;
		font-weight: 500;
		font-size: 15px;
		margin-right: 6px;
		background-color: #000;
		width: 30px;
		margin-bottom: 13px;
	}
	.ftrBtnMain {
		display: block;
		width: 100%;
		padding: 7px 0px;
	}
	.ftrBtn {
		width: 120px;
		margin: 0 auto;
	}
	.openFrm {
		width: 100%;
		border: 0px solid;
		padding: 5px 0px;
		text-align: center;
		color: #fff;
		background: #bfa78b;
	}
	.three-slider .leftArrow {
		left: -20px;
	}
	.three-slider .rightArrow {
		left: auto;
		right: -20px;
	}
}

@media only screen and (max-width: 768px) {
	.banner_small_txt {
		text-align: right;
		top: auto;
		color: #fff;
		position: absolute;
		right: 10px;
		bottom: -8px;
	}
	.aspCol3 {
		width: 48%;
	}
	.custom-heading h2 {
		font-size: 29px;
	}
	.custom-headingBtn {
		margin-top: 6%;
	}
	.form-control {
		border: 1px solid #e4e4e4 !important;
	}
	.colAspSearchInside {
		/* border: 1px solid #ddd; */
		background-color: #f1f1f1;
	}
	.aspABtn {
		padding: 5px 0px;
	}
	.menu-wrp .top-wrp {
		margin-top: 8px;
	}
	.banner {
		width: 100%;
		position: relative;
		min-height: 332px;
		overflow: hidden;
	}
	.bnrAbs {
		width: auto;
	}
	.bnrAbs img {
		width: 1052px !important;
		max-width: 1000px !important;
		/*max-width: 790px !important;*/
		height: 337px !important;
		position: absolute;
		right: -205px;
	}
	.bannerLogoMain {
		bottom: 6%;
	}
	.bannerLogo {
		width: 170px;
	}
	.bannerLogo img {
		width: 170px;
	}

	.navCall {
		right: 41px;
		top: 19px;
	}
	.d_hide {
		display: block !important;
	}
	.m_hide {
		display: none !important;
	}
}

@media only screen and (max-width: 620px) {
	.aspCol3 {
		width: 99%;
		float: none;
		margin: 1% auto;
		margin-bottom: 4%;
	}
	.colAspSearch {
		width: 100%;
		margin-top: 120px;
		margin-bottom: 40px;
	}
}
