@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap");
* {
	box-sizing:border-box
}
body {
	font-family:"Roboto", sans-serif;
	background:#f2f2f2
}
.bars-m {
	display:none
}
.top-nav {
	width:100%;
	height:75px;
	background: #07294d;
	position:absolute;
	left:0;
	top:0;
	z-index:99
}
.top-nav .top-nav-left {
	float:left;
	display:block;
	height:inherit;
	line-height:60px;
	width:40%;
	padding-left:15px
}
.top-nav .top-nav-left ul {
	margin:0;
	padding:0;
	list-style-type:none
}
.top-nav .top-nav-left ul li {
	float:left;
	list-style:none;
	color:#fff
}
.top-nav .top-nav-left ul li.menu-caller {
	text-align:center;
	width:60px;
	font-size:20px
}
.top-nav .top-nav-left .search-dropdown a {
	color:#fff;
	padding:0 1rem
}
.top-nav .top-nav-left .custom-dropdown {
	margin-top:0;
	max-height:400px;
	overflow-y:auto
}
.top-nav .top-nav-left .custom-dropdown a {
	color:#000 !important;
	min-width:130px;
	text-align:center;
	padding:0 1.5rem;
	height:35px;
	line-height:35px;
	text-align:left !important
}
.top-nav .top-nav-left .custom-dropdown a:hover, .top-nav .top-nav-left .custom-dropdown a:focus {
	background-color:#e95925
}
.top-nav .top-nav-right {
	float:right;
	display:block;
	height:inherit;
	line-height:60px;
	width:60%
}
.top-nav .top-nav-right .navbar {
	height:inherit
}
.top-nav .top-nav-right .navbar .navbar-nav li a {
	color:#fff;
	min-width:130px;
	text-align:center
}
.top-nav .top-nav-right .navbar .navbar-nav li a.nav-link i {
	margin-right:5px
}
.top-nav .top-nav-right .navbar .navbar-nav li a.getLoan {
	border:1px solid #fff;
	height:36px;
	line-height:19px;
	margin-top:20px;
	padding-left:15px;
	padding-right:15px;
	border-radius:8px
}
.top-nav .top-nav-right .navbar .navbar-nav li a:hover {
	color:#e95925
}
.top-nav .top-nav-right .custom-dropdown {
	margin-top:-9px
}
.top-nav .top-nav-right .custom-dropdown a {
	color:#000 !important;
	min-width:130px;
	text-align:center;
	padding:0 1.5rem;
	height:35px;
	line-height:35px;
	text-align:left !important
}
.top-nav .top-nav-right .custom-dropdown a:hover, .top-nav .top-nav-right .custom-dropdown a:focus {
	background-color:#e95925
}
.top-nav-custom {
	background:#fff;
	height:62px
}
.top-nav-custom .top-nav-left ul li {
	color:#000
}
.top-nav-custom .top-nav-right .navbar .navbar-nav li a {
	color:#f58220
}
.top-nav-custom .top-nav-right .navbar .navbar-nav li a.getLoan {
	border:1px solid #f58220
}
.header {
	margin-top:60px
}
.header-search {
	margin-top:42px
}
.header-inner {
	float:left;
	position:relative;
	display:flex;
	width:100%;
	align-items:center;
	justify-content:center;
	height:500px;
	background:url("../images/home.jpg");
	background-position:center;
	background-size:cover
}
.header-inner .header-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(11, 90, 98, 0.4);
	z-index:1
}
.header-inner .header-b-nav {
	height:68px;
	background-color:rgb(7 41 77 / 56%);
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:1
}
.header-inner .header-b-nav .header-b-inner {
	max-width:1170px;
	margin:0 auto
}
.header-inner .header-b-nav .header-b-inner ul {
	margin:0;
	padding:0;
	list-style:none
}
.header-inner .header-b-nav .header-b-inner ul li {
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	padding:14px 0;
	width:33%;
	text-align:center
}
.header-inner .header-b-nav .header-b-inner ul li .icon-wrap {
	display:inline-block;
	vertical-align:middle
}
.header-inner .header-b-nav .header-b-inner ul li .icon-wrap i {
	font-size:32px
}
.header-inner .header-b-nav .header-b-inner ul li .txt-wrap {
	padding-left:11px;
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	font-weight:700;
	text-align:left
}
.header-inner .header-b-nav .header-b-inner ul li .txt-wrap .big-fnt {
	font-size:18px;
	line-height:1.17
}
.header-inner .header-b-nav .header-b-inner ul li .txt-wrap .sml-fnt {
	font-size:16px;
	line-height:1.31
}
.header-inner .header-search-wrap {
	position:relative;
	max-width:1170px;
	margin:0 auto
}
.header-inner .header-search-wrap .slogan-wrap {
	padding:0;
	color:#fff;
	text-align:center;
	font-size:42px;
	font-weight:600;
	font-style:normal;
	font-stretch:normal;
	line-height:1
}
.header-inner .header-search-wrap .slogan-wrap .slogan1 {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	position:relative;
	z-index:9
}
.header-inner .header-search-wrap .slogan-wrap .slogan2 {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	z-index:9
}
.header-inner .header-search-wrap .header-search {
	margin:10px auto 0;
	border-radius:3px;
	padding:5px;
	transition:all 300ms ease-in-out;
	text-align:center;
	width:884px;
	display:table
}
.header-inner .header-search-wrap .header-search .header-search-type {
	position:relative;
	background-color:#fff;
	border-right:solid 1px rgba(150, 150, 150, 0.4);
	outline:0;
	padding:0;
	margin:0;
	transition:all 300ms ease-in-out;
	display:block;
	float:left;
	width:120px;
	height:54px;
	color:#777;
	z-index:9;
	border-radius: 0px 10px 10px 0px !important;
}
.header-inner .header-search-wrap .header-search .header-search-type .arrow {
	position:absolute;
	right:7px;
	top:15px;
	font-size:16px;
	color:#d4d4d4
}
.header-inner .header-search-wrap .header-search .header-search-type .header-s-t {
	position:relative;
	z-index:1;
	width:100%;
	text-indent:4px;
	display:inline-block;
	vertical-align:middle;
	background-color:transparent;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	height:54px;
	border:0;
	outline:0;
	font-size:16px;
	line-height:20px;
	cursor:pointer;
	-webkit-appearance:none;
	border-left:1px solid #ddd
}
.header-inner .header-search-wrap .header-search .header-search-type .header-s-t .selected-type {
	height:54px;
	display:flex;
	align-items:center;
	padding:17px 0;
	text-align:left;
	width:100%;
	position:relative;
	padding-left:10px;
	word-break:break-all;
	border:none;
	box-shadow:none;
	border-radius: 0px 10px 10px 0px;
}
.header-inner .header-search-wrap .header-search .header-search-type .header-s-t .selected-type:hover, .header-inner .header-search-wrap .header-search .header-search-type .header-s-t .selected-type:focus {
	border:none;
	box-shadow:none;
	border-radius:0px 10px 10px 0px;
}
.header-inner .header-search-wrap .header-search .header-search-type .header-s-t ul {
	position:absolute;
	top:calc(100% + 1px);
	left:0;
	max-height:200px;
	overflow:auto;
	background-color:#fff;
	border-radius:4px;
	width:220px;
	z-index:10;
	padding:0;
	display:none
}
.header-inner .header-search-wrap .header-search .header-search-type .header-s-t ul li {
	text-align:left;
	font-size:13px;
	color:#888;
	font-weight:normal;
	color:#888;
	line-height:16px;
	padding:7px 15px;
	display:block;
	text-decoration:none
}
.header-inner .header-search-wrap .header-search .header-search-type .header-s-t ul li input {
	margin-right:5px;
	float:left;
	margin-top:2px
}
.header-inner .header-search-wrap .header-search .header-search-purpose {
	position:relative;
	width:100%;
	background-color:#fff;
	border-right:solid 1px rgba(150, 150, 150, 0.4);
	outline:0;
	padding:0;
	margin:0;
	transition:all 300ms ease-in-out;
	float:left;
	width:130px;
	height:54px;
	color:#777;
	z-index:9
}
.header-inner .header-search-wrap .header-search .header-search-purpose .arrow {
	position:absolute;
	right:7px;
	top:15px;
	font-size:16px;
	color:#d4d4d4
}
.header-inner .header-search-wrap .header-search .header-search-purpose .header-s-p {
	position:relative;
	z-index:1;
	width:100%;
	text-indent:4px;
	display:inline-block;
	vertical-align:middle;
	background-color:transparent;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	height:54px;
	border:0;
	outline:0;
	font-size:16px;
	line-height:20px;
	cursor:pointer;
	-webkit-appearance:none
}
.header-inner .header-search-wrap .header-search .header-search-purpose .header-s-p .selected-purpose {
	height:54px;
	display:inline-block;
	vertical-align:middle;
	padding:17px 0;
	text-align:left;
	width:100%;
	position:relative;
	padding-left:10px;
	border:none;
	border-left:1px solid #ddd;
	box-shadow:none;
	border-radius:0
}
.header-inner .header-search-wrap .header-search .header-search-purpose .header-s-p .selected-purpose:hover, .header-inner .header-search-wrap .header-search .header-search-purpose .header-s-p .selected-purpose:focus {
	border:none;
	border-left:1px solid #ddd;
	box-shadow:none
}
.header-inner .header-search-wrap .header-search .header-search-purpose .header-s-p ul {
	position:absolute;
	top:calc(100% + 1px);
	left:0;
	max-height:200px;
	overflow:auto;
	background-color:#fff;
	border-radius:4px;
	width:100%;
	padding:0;
	z-index:10;
	display:none
}
.header-inner .header-search-wrap .header-search .header-search-purpose .header-s-p ul li {
	text-align:left;
	font-size:14px;
	color:#888;
	line-height:16px;
	padding:7px 15px;
	display:block;
	text-decoration:none
}
.header-inner .header-search-wrap .header-search .header-search-location {
	position:relative;
	width:100%;
	background-color:#fff;
	border-right:solid 1px rgba(150, 150, 150, 0.4);
	outline:0;
	padding:0;
	margin:0;
	transition:all 300ms ease-in-out;
	float:left;
	width:128px;
	height:54px;
	color:#777;
	z-index:9;
	border-radius : 10px 0px 0px 10px;
}
.header-inner .header-search-wrap .header-search .header-search-location .arrow {
	position:absolute;
	right:7px;
	top:15px;
	font-size:16px;
	color:#d4d4d4
}
.header-inner .header-search-wrap .header-search .header-search-location .header-s-l {
	position:relative;
	z-index:1;
	width:100%;
	text-indent:4px;
	display:inline-block;
	vertical-align:middle;
	background-color:transparent;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	height:54px;
	border:0;
	outline:0;
	font-size:16px;
	line-height:20px;
	cursor:pointer;
	-webkit-appearance:none
}
.header-inner .header-search-wrap .header-search .header-search-location .header-s-l .selected-city {
	height:54px;
	display:inline-block;
	vertical-align:middle;
	padding:17px 0;
	text-align:left;
	width:100%;
	position:relative;
	padding-left:10px;
	border:none;
	box-shadow:none;
	border-radius:10px 0px 0px 10px;
}
.header-inner .header-search-wrap .header-search .header-search-location .header-s-l .selected-city:hover, .header-inner .header-search-wrap .header-search .header-search-location .header-s-l .selected-city:focus {
	border:none;
	box-shadow:none
}
.header-inner .header-search-wrap .header-search .header-search-location .header-s-l ul {
	position:absolute;
	top:calc(100% + 1px);
	left:0;
	max-height:200px;
	overflow:auto;
	background-color:#fff;
	border-radius:4px;
	width:100%;
	padding:0;
	z-index:10;
	display:none
}
.header-inner .header-search-wrap .header-search .header-search-location .header-s-l ul li {
	text-align:left;
	font-size:14px;
	color:#888;
	line-height:16px;
	padding:7px 15px;
	display:block;
	text-decoration:none
}
.header-inner .header-search-wrap .header-search .header-search-input {
	position:relative;
	background-color:#fff;
	padding:0;
	margin:0;
	transition:all 300ms ease-in-out;
	z-index:8;
	float:left;
	width:426px;
	color:#777;
	border-radius:10px 0px 0px 10px;
}
.header-inner .header-search-wrap .header-search .header-search-input .header-search-input-box {
	padding:0;
	text-align:left
}
.header-inner .header-search-wrap .header-search .header-search-input .header-search-input-box input {
	width:100%;
	background-color:#fff;
	outline:0;
	border:none;
	border-radius:10px 0px 0px 10px;
	padding:16px 14px;
	font-size:16px;
	color:#333;
	transition:all 200ms ease-in-out;
	height:54px
}
.header-inner .header-search-wrap .header-search .header-search-btn {
	text-align:center;
	transition:all 300ms ease-in-out;
	display:block;
	overflow:hidden;
	position:relative;
	z-index:8;
	float:left;
	line-height:36px
}
.header-inner .header-search-wrap .header-search .header-search-btn a {
	background-color:#f58220;
	padding:11px 25px;
	text-align:center;
	height:54px;
	text-transform:uppercase;
	font-size:20px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	width:100%;
	cursor:pointer;
	transition:all 300ms ease-in-out;
	border-radius: 0px 10px 10px 0px;
}
.custom-header-inner {
	height:135px;
}
.custom-header-inner .custom-b-nav {
	height:40px !important
}
.custom-header-inner .custom-b-nav .header-b-inner {
	width:800px
}
.custom-header-inner .custom-b-nav .header-b-inner ul li {
	padding:7px 0 !important
}
.custom-header-inner .custom-b-nav .header-b-inner ul li .txt-wrap {
	font-weight:normal !important
}
.custom-header-inner .header-inner-wrap {
	margin:0 auto;
	display:table;
	width:550px
}
.custom-header-inner .header-inner-wrap h2 {
	padding:0 0 15px;
	font-size:45px;
	font-weight:600;
	text-align:center;
	color:#fff;
	max-width:420px;
	position:relative;
	z-index:10;
	text-transform:capitalize;
	text-shadow: 3px 3px 3px #07294d;
}
.custom-breadcrumb {
	position:absolute;
	top:0px;
	z-index:9;
	background:none
}
.custom-breadcrumb li {
	text-decoration:none
}
.custom-breadcrumb li a {
	color:#fff
}
.custom-breadcrumb li::before {
color:#fff !important
}
.custom-breadcrumb li.active {
	color:#ddd
}
.details-outer {
	background: #07294d;
    height: 80px;
    box-shadow: 0 1px 1px 0px rgb(199 199 199 / 20%);
	position:fixed;
	left:0;
	top:0;
	z-index:1130;
	width:100%;
	margin:0
}
.details-outer .details-header .details-logo {
	float:left;
	display:block;
	width:250px;
	height:80px
}
.details-outer .details-header .details-logo img {
	width:80px;
	display:block;
	padding-top:0px;
}
.details-outer .details-header .details-nav {
	float:left;
	display:block;
	width:calc(100% - 250px);
	margin-top:18px
}
.details-outer .details-header .details-nav ul {
	margin:0;
	padding:0 15px 0 15px
}
.details-outer .details-header .details-nav ul li {
	list-style:none;
	float:left
}
.details-outer .details-header .details-nav ul li a {
	display:block;
	height:40px;
	text-decoration:none;
	line-height:40px;
	color:#ffffff;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	font-size: 14px;
}
.details-outer .details-header .details-nav ul li a:hover, .details-outer .details-header .details-nav ul li a.active {
	color:#f58220
}
.custom-slider {
	display:block;
	margin-top:80px
}
.custom-slider .carousel-inner {
	position:relative
}
.custom-slider .carousel-inner .carousel-item {
	height:480px
}
.custom-slider .carousel-inner .carousel-item .carousel-wrapper {
	height:480px;
	width:70%;
	text-align:center;
	padding-top:70px;
	margin-left:auto;
	margin-right:auto
}
.custom-slider .carousel-inner .carousel-item .carousel-wrapper h1 {
	color:#fff;
	font-weight:900;
	font-style:60px
}
.custom-slider .carousel-inner .carousel-item .carousel-wrapper p {
	color:#fff;
	font-size:25px;
	margin-top:30px
}
.custom-slider .carousel-inner .carousel-item .carousel-wrapper a {
	margin-top:50px;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	background:#fff;
	padding:10px 35px;
	font-size:18px;
	z-index:5;
	border:2px solid #000
}
.custom-slider .carousel-inner .carousel-item .carousel-wrapper a:hover, .custom-slider .carousel-inner .carousel-item .carousel-wrapper a:focus {
	border:2px solid #fff;
	color:#fff !important;
	background:#000;
	box-shadow:none
}
.custom-slider .carousel-inner::before {
content:"";
position:absolute;
width:100%;
height:100%;
background:rgba(0, 0, 0, 0.5)
}
.custom-slider .carousel-control-next, .custom-slider .carousel-control-prev {
	top:0%
}
.overview-inner {
	padding-top:20px;
	padding-bottom:20px
}
.overview-inner h4 {
	color:#f58220;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase
}
.overview-inner h2 {
	font-weight:900;
	font-size:38px;
	margin-bottom:20px;
	margin-top:20px
}
.building-example {
	padding-bottom:20px
}
.building-example .img-res {
	width:100%
}
.Amenities {
	padding-top:30px;
	padding-bottom:20px;
	background:#fff
}
.Amenities .block-title {
	text-align:center;
	width:100%;
	font-weight:900
}
.Amenities .block-sub {
	text-align:center;
	width:100%;
	margin-bottom:40px
}
.Amenities .Amenities-inner {
	margin-bottom:20px
}
.Amenities .Amenities-inner .Amenities-Img {
	width:100%;
	margin-bottom:8px
}
.Amenities .Amenities-inner .Amenities-Img img {
	display:table;
	margin:0 auto
}
.Amenities .Amenities-inner p {
	width:100%;
	text-align:center
}
.FloorDetails {
	padding-top:30px;
	padding-bottom:20px;
	background:#fff
}
.FloorDetails .block-title {
	text-align:center;
	width:100%;
	font-weight:900;
	margin-bottom:40px
}
.FloorDetails .block-sub {
	text-align:center;
	width:100%
}
.FloorDetails .floor-inner {
	margin-bottom:20px
}
.FloorDetails .floor-inner .floor-Img {
	width:100%;
	margin-bottom:8px
}
.FloorDetails .floor-inner .floor-Img img {
	display:table;
	margin:0 auto;
	width:100%
}
.FloorDetails .floor-inner p {
	width:100%;
	text-align:center
}
.EnquirySection {
	padding-top:30px;
	padding-bottom:20px;
	background:url(../images/bg-img53.jpg);
	position:relative
}
.EnquirySection:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(245, 130, 32, 0.9);
	left:0;
	z-index:0;
	top:0
}
.EnquirySection .block-title {
	text-align:center;
	font-family:'Lora', serif;
	width:100%;
	font-weight:900;
	color:#fff;
	font-style:italic;
	z-index:5
}
.EnquirySection .block-sub {
	text-align:center;
	width:100%;
	margin-bottom:40px;
	z-index:5
}
.EnquirySection a {
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	background:#fff;
	padding:10px 35px;
	font-size:18px;
	z-index:5;
	border:2px solid #000
}
.EnquirySection a:hover, .EnquirySection a:focus {
	border:2px solid #fff;
	color:#fff !important;
	background:#000;
	box-shadow:none
}
.PriceDetails {
	padding-top:30px;
	padding-bottom:20px;
	background:#f2f2f2
}
.PriceDetails .block-title {
	text-align:center;
	width:100%;
	font-weight:900;
	margin-bottom:40px
}
.PriceDetails .block-sub {
	text-align:center;
	width:100%
}
.PriceDetails .Price-inner {
	margin-bottom: 20px;
    background: #fff;
    box-shadow: 5px 2px 3px 3px rgb(0 0 0 / 10%);
    border-radius: 14px;
	}
.PriceDetails .Price-inner .Price-body {
	width:100%;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	cursor:pointer
}
.PriceDetails .Price-inner .Price-body h4 {
	color:#f58220
}
.PriceDetails .Price-inner .Price-body span {
	margin-bottom:20px;
	display:inline-block
}
.PriceDetails .Price-inner .Price-body h1 {
	font-weight:900
}
.PriceDetails .Price-inner .Price-body img {
	display:table;
	margin:0 auto;
	width:100%
}
.PriceDetails .Price-inner .Price-footer {
	width:100%;
	height:45px;
	line-height:45px;
	background:#f58220;
	color:#fff;
	text-align:center
}
.PriceDetails .Price-inner .Price-footer:hover, .PriceDetails .Price-inner .Price-footer:focus {
	background:#000
}
.PriceDetails .Price-inner p {
	width:100%;
	text-align:center
}
.GalleryDetails {
	padding-top:30px;
	padding-bottom:20px;
	background:#fff
}
.GalleryDetails .block-title {
	text-align:center;
	width:100%;
	font-weight:900
}
.GalleryDetails .block-sub {
	text-align:center;
	width:100%;
	margin-bottom:40px
}
.GalleryDetails .Gallery-inner {
	margin-bottom:20px
}
.GalleryDetails .Gallery-inner .Gallery-Img {
	width:100%;
	margin-bottom:8px;
	cursor:pointer
}
.GalleryDetails .Gallery-inner .Gallery-Img img {
	display:table;
	margin:0 auto;
	width:100%
}
.GalleryDetails .Gallery-inner p {
	width:100%;
	text-align:center
}
.ContactDetails {
	padding-top:30px;
	padding-bottom:20px;
	background:#07294d
}
.ContactDetails .block-title {
	text-align:center;
	width:100%;
	font-weight:900;
	color:#fff
}
.ContactDetails .block-sub {
	text-align:center;
	width:100%;
	margin-bottom:40px;
	color:#fff
}
.ContactDetails .contact-inner {
	margin-bottom:20px
}
.ContactDetails .contact-inner .contact-img {
	width:100%;
	margin-bottom:8px;
	cursor:pointer
}
.ContactDetails .contact-inner .contact-img img {
	display:table;
	margin:0 auto;
	width:100%
}
.ContactDetails .contact-inner h1 {
	color:#fff;
	font-weight:900
}
.ContactDetails .contact-inner h4 {
	color:#fff;
	font-size:18px;
	font-weight:bold
}
.ContactDetails .contact-inner .divider {
	clear:both;
	height:1px;
	background:#fff;
	width:100%;
	margin-top:15px;
	margin-bottom:15px
}
.ContactDetails .contact-inner p {
	width:100%;
	color:#fff;
	line-height:18px
}
.ContactDetails .contact-inner form label {
	color:#fff
}
.ContactDetails .contact-inner form .form-control {
	border-radius:0;
	border:1px solid #000
}
.ContactDetails .contact-inner form .form-control:focus {
	box-shadow:0 0 0 0.2rem rgba(255, 255, 255, 0.25)
}
.ContactDetails .contact-inner form .btn {
	background:#fff;
	border-radius:0
}
.ContactDetails .contact-inner form .btn:hover, .ContactDetails .contact-inner form .btn:focus {
	background:#000;
	color:#fff
}
.StandardAmenities {
	padding-top:30px;
	padding-bottom:20px;
	background:#f2f2f2
}
.StandardAmenities .block-title {
	text-align:center;
	width:100%;
	font-weight:900
}
.StandardAmenities .block-sub {
	text-align:center;
	width:100%;
	margin-bottom:40px
}
.StandardAmenities .Amenities-inner {
	width: 100%;
    height: 144px;
    margin-bottom: 20px;
    background: #07294d00;
    padding-bottom: 30px;
    border-radius: 10px;
}
.StandardAmenities .Amenities-inner .Amenities-Img {
	width:100%;
	margin-bottom:15px;
	padding-top:30px
}
.StandardAmenities .Amenities-inner .Amenities-Img img {
	display:table;
	margin:0 auto
}
.StandardAmenities .Amenities-inner p {
	width:100%;
	text-align:center
}
.StandardAmenities .Amenities-inner:hover {
	background: #07294d;
    
}
.StandardAmenities .Amenities-inner:hover p {
	color:#fff
}
.sidebar {
	position:fixed;
	left:0;
	top:0;
	width:18%;
	background:#fff;
	height:100%;
	z-index:1100;
	left:-100%;
	transition:0.3s ease-in-out
}
.sidebar.in {
	left:0%
}
.sidebar ul {
	margin:0;
	padding:0
}
.sidebar ul li {
	list-style:none
}
.sidebar ul li a {
	display:block;
	width:100%;
	text-decoration:none;
	height:40px;
	line-height:40px;
	padding-left:15px;
	padding-right:15px;
	color:#000
}
.sidebar ul li a.has-child:after {
	content:"\f078";
	font-family:"Font Awesome 5 Free";
	font-style:normal;
	font-weight:900;
	position:absolute;
	right:15px;
	transition:0.2s all
}
.sidebar ul li a.has-child.in {
	background:#ddd
}
.sidebar ul li a.has-child.in:after {
	content:"\f077"
}
.sidebar ul li a:hover {
	background:#f2f2f2
}
.sidebar ul li .sidebar-child {
	display:none;
	background:#f2f2f2
}
.sidebar ul li .sidebar-child li a {
	color:#4d4d4d
}
.sidebar ul li .sidebar-child li a:hover, .sidebar ul li .sidebar-child li a:focus {
	color:#000
}
.sidebar-overlay {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background:rgba(0, 0, 0, 0.6);
	height:100%;
	z-index:1000;
	display:none
}
.simple-thumb-outer {
	float:left;
	display:block;
	width:100%
}
.simple-thumb-outer .simple-thumb {
	position:relative;
	margin-bottom:15px;
	float:left;
	display:block;
	width:32%;
	margin-right:2%;
	background:#fff;
	border: 1px solid #cccccc;
    border-radius: 0px 0px 10px 10px;
    border-top: 2px solid #07294d;
}
.simple-thumb-outer .simple-thumb:hover {
	border-top: 2px solid #07294d;
    border-right: 1px solid #07294d;
    box-shadow: 1px 1px 1px #07294d;
}
.simple-thumb-outer .simple-thumb:nth-child(3n+3) {
margin-right:0
}
.simple-thumb-outer .simple-thumb img {
	width:100%
}
.simple-thumb-outer .simple-thumb .simple-thumb-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.simple-thumb-outer .simple-thumb .simple-thumb-content {
	bottom:0;
	left:0;
	width:100%;
	width:100%;
	display:flex;
	flex-flow:column;
	padding:10px 15px
}
.simple-thumb-outer .simple-thumb .simple-thumb-content .btn {
	font-weight:bold
}
.simple-thumb-outer .simple-thumb .simple-thumb-content h5 {
	font-weight:bold;
	color:#000;
	font-size:17px;
	margin-top:6px;
	margin-bottom:2px;
	text-transform: capitalize;
}
.simple-thumb-outer .simple-thumb .simple-thumb-content small {
	color:#000000;
	text-transform: capitalize;
}
.simple-thumb-outer .simple-thumb .simple-thumb-content .simple-loc {
	float:left;
	display:block;
	color:#e95925;
	font-size:14px
}
.simple-thumb-outer .simple-thumb .simple-thumb-content .simple-loc i {
	margin-right:5px;
	font-size:14px
}
.simple-thumb-outer .simple-thumb .simple-thumb-content .simple-thumb-bhk {
	display:inline-flex;
	justify-content:space-between;
	font-weight:bold;
	margin-top:10px;
	color:#07294d;
	font-size:16px
}
.footer {
	background:#07294d;
	padding:15px 0 69px 0;
	border-top:4px solid #ddd
}
.footer .footer-inner {
	display:inline-block;
	width:100%
}
.footer .footer-inner .footer-inner-icon {
	display:inline-block;
	width:54px;
	height:54px;
	border-radius:50%;
	border:2px solid #fff;
	text-align:center;
	color:#fff;
	font-size:22px;
	line-height:54px;
	vertical-align:middle
}
.footer .footer-inner .footer-inner-text {
	display:inline-block;
	width:calc(100% - 96px);
	height:54px;
	text-align:left;
	color:#fff;
	font-size:22px;
	padding-left:10px;
	vertical-align:middle
}
.footer .footer-inner .footer-inner-text p {
	margin:0;
	padding:0;
	float:left;
	font-size:14px;
	width:100%
}
.footer .footer-inner .footer-inner-text strong {
	margin:0;
	padding:0;
	float:left;
	font-size:14px;
	width:100%
}
.footer .footer-inner .footer-inner-text a {
	color: #fff;
    font-size: 14px;
    float: left;
    line-height: 28px;
}
.footer .col-lg-4 {
	padding-right:0
}
.st-model {
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	display:none;
	z-index:1160
}
.st-model.st-model-active {
	display:block
}
.st-model .st-model-overlay {
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:rgba(0, 0, 0, 0.8);
	z-index:999
}
.st-model .st-model-inner {
	position:relative;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background:#fff;
	display:block;
	height:530px;
	z-index:1000
}
.st-model .st-model-inner .st-model-close {
	position:absolute;
	right:20px;
	top:14px;
	font-size:22px;
	cursor:pointer;
	z-index:999
}
.st-model .st-model-inner .st-model-body {
	float:left;
	display:block;
	width:100%;
	padding-left:15px;
	padding-right:15px
}
.login-model-l {
	background:url("../images/login-side-img2.jpg");
	height:530px;
	background-repeat: no-repeat;
	background-position: center;
  background-size: cover;
}
.loginform {
	float:left;
	position:relative;
	display:block;
	padding-left:20px;
	padding-right:20px
}
.loginform h3 {
	width:100%;
	padding:15px 0px;
	font-weight:bold;
	float:left;
	display:block;
	margin:0
}
.loginform .login-footer {
	position:absolute;
	bottom:0;
	left:0;
	height:60px;
	line-height:60px;
	text-align:center;
	width:100%
}
.loginform .login-footer a {
	text-decoration:none;
	color:#f58220
}
.loginform .login-footer a:hover {
	color:#d8690a
}
.loginform .forget-password {
	float:left;
	color:#4d4d4d;
	text-decoration:none
}
.loginform .forget-password:hover {
	color:#000
}
.loginform ul {
	float:left;
	width:100%;
	display:block;
	margin:15px 0 25px 0;
	padding:0
}
.loginform ul li {
	list-style:none;
	width:49%;
	float:left;
	margin-right:2%
}
.loginform ul li a {
	display:block;
	padding-top:10px;
	color:#fff;
	padding-bottom:10px;
	text-align:center;
	border-radius:4px;
	text-decoration:none
}
.loginform ul li a i {
	display:inline-block;
	margin-right:5px
}
.loginform ul li a span {
	display:inline-block
}
.loginform ul li:first-child a {
	background:#dc4e41
}
.loginform ul li:last-child {
	margin-right:0%
}
.loginform ul li:last-child a {
	background:#4267b2
}
.btn-custom {
	background:#f58220;
	color:#fff
}
.btn-custom:hover, .btn-custom:focus {
	color:#fff;
	background:#d8690a
}
.btn-custom:focus {
	box-shadow:0 0 0 0.2rem rgba(245, 130, 32, 0.25)
}
.btn-custom.full-btn {
	width:100%;
	text-align:center
}
.form-control:focus {
	border-color:#f58220;
	outline:0;
	box-shadow:0 0 0 0.2rem rgba(245, 130, 32, 0.25)
}
.social-links {
	float:left;
	display:block;
	width:100%;
	margin:10px 0 0 0;
	padding:0
}
.social-links li {
	list-style:none;
	float:left
}
.social-links li a {
	display:block;
	width:39px;
	height:39px;
	border-radius:30px;
	/*background:#ddd;*/
	text-align:center;
	line-height:35px;
	margin-right:8px;
	font-size:16px !important;
	color:#07294d !important
}
.social-links li a img{
border-radius: 15px;
}
.social-links li a:hover, .social-links li a:focus {
	color:#fff !important;
	background:#f58220
}
.assist-list {
	float:left;
	display:block;
	width:100%
}
.assist-list ul {
	float:left;
	display:block;
	width:100%;
	margin:0
}
.assist-list ul li.assist-options {
	display:inline-block;
	vertical-align:top;
	width:19% !important;
	margin:40px 0 40px 0;
	cursor:pointer;
	position:relative;
	padding-bottom:10px
}
.assist-list ul li.assist-options .assist-circle {
	width:84px;
	height:84px;
	border:solid 1px #fff;
	border-radius:50%;
	background-color:transparent;
	text-align:center;
	margin:0 auto;
	transition:all 300ms ease-in-out;
	font-size:36px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center
}
.assist-list ul li.assist-options .assist-label {
	max-width:120px;
	margin:0 auto;
	font-size:20px;
	color:#fff;
	line-height:1.1;
	margin-top:10px;
	text-align:center;
	margin-bottom:13px;
	height:42px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:bold
}
.assist-list ul li.assist-options .assist-line {
	background:#fff;
	height:1px;
	position:absolute;
	width:calc(100% - 81px);
	top:42px;
	left:calc(100% - 58px)
}
.assist-list ul li.assist-options .label {
	max-width:120px;
	margin:0 auto;
	font-size:21px;
	color:#fff;
	line-height:1.1;
	margin-top:10px
}
.assist-list ul li.assist-options .assist-short-txt {
	width:72%;
	transition:all 500ms ease-in-out;
	margin-top:10px;
	font-size:18px;
	color:#fff;
	display:block;
	margin:0 auto;
	text-align:center
}
.assist-list ul li.assist-options .assist-short-txt p {
	max-width:130px;
	margin:0 auto;
	display:inline-block;
	font-size:15px;
	font-weight:300;
	line-height:1.2
}
.buying-assitance {
	background:url(../images/buying-assistance.jpg);
	background-position:center;
	background-size:cover
}
.filter-section {
	float:left;
	display:block;
	width:100%;
	margin-top:15px;
	margin-bottom:15px
}
.filter-section .filter-inner {
	position:relative;
	float:left;
	display:block;
	width:20%;
	height:40px;
	line-height:40px;
	background:#fff;
	border-right:1px solid #f2f2f2;
	border-radius: 10px;
}
.filter-section .filter-inner .filter-selected {
	position:relative;
	padding-left:15px
}
.filter-section .filter-inner .filter-selected:before {
	display:inline-block;
	vertical-align:middle;
	width:36px;
	padding:0 0 0 0px;
	text-align:center;
	content:"\f078";
	font-family:"Font Awesome 5 Free";
	font-style:normal;
	font-weight:900;
	font-variant:normal;
	text-transform:none;
	font-size:16px;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	position:absolute;
	right:0;
	top:14px;
	cursor:pointer
}
.filter-section .filter-inner .filter-list {
	background:#fff;
	position:absolute;
	left:0;
	top:41px;
	max-height:200px;
	overflow-y:auto;
	width:100%;
	z-index:100;
	margin:0;
	padding:0;
	border-radius:0;
	box-shadow:0 1px 1px 0px rgba(0, 0, 0, 0.3);
	display:none
}
.filter-section .filter-inner .filter-list li {
	list-style:none;
	width:100%;
	height:35px;
	font-size:13px;
	line-height:35px;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer
}
.filter-section .filter-inner .filter-list li:hover, .filter-section .filter-inner .filter-list li:focus {
	background:#f2f2f2
}
.filter-section .filter-inner .filter-list.active {
	display:block
}
.filter-section .filter-inner select {
	width:100%;
	height:40px;
	padding-left:10px;
	box-shadow:none;
	border:1px solid #ddd;
	border-radius:10px;
}
.filter-section .filter-inner select:focus {
	box-shadow:none;
	border:1px solid #ddd
}
.project-card {
	float:left;
	display:block;
	width:100%;
	margin-bottom:15px;
	background:#fff;
	position:relative;
	border: 1px solid #c5c5c5;
    padding-bottom: 1px;
    border-radius: 30px 9px 9px 30px;
}
.project-card .project-card-img {
	float:left;
	display:block;
	width:380px;
	height:285px
}
.project-card .project-card-img img {
	width:100%
}
.project-card .project-card-content {
	float:left;
	display:block;
	max-width:calc(100% - 380px);
	width:100%;
	padding:15px 25px;
	height:285px;
	position:relative
}
.project-card .project-card-content .possession-wrap {
	float: left;
    background: #07294d;
    height: 30px;
    line-height: 30px;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 7px;
    font-size: 12px;
    margin-top: 5px;
    clear: both;
    color: white;
}
.project-card .project-card-content .property-title {
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:22px
}
.project-card .project-card-content .property-price {
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:16px;
	color:#07294d;
}
.project-card .project-card-content .project-card-price {
	justify-content:flex-end;
	align-items:center;
	display:block;
	position:relative
}
.project-card .project-card-content .project-card-price .possession-wrap {
	position: absolute;
    top: -14px;
    left: -853px;
    background: #07294d!important;
}
.project-card .project-card-content .project-card-price .property-price {
	
	font-size: 17px;
    color: #07294d;
    margin-top: 55px;
}
.project-card .project-card-content .view-details {
	font-weight: bold;
    font-size: 15px;
    color: #07294d;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    width: 120px;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
    padding: 0px;
    border: 2px solid #07294d;
}
.project-card .project-card-content .view-details:hover {
	
    color: #FFFFFF;
	 background: #07294d!important;
    
}
.project-card .project-card-content .enquiry-icon {
	font-weight: bold;
    font-size: 15px;
    color: #07294d;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    width: 120px;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
    padding: 0px;
    border: 2px solid #07294d;
}
.project-card .project-card-content .enquiry-icon:hover {
    color: #FFFFFF;
    background: #07294d!important;
    
}
.project-card .project-card-content .enquiry-icon:hover, .project-card .project-card-content .enquiry-icon:focus {
	background:#365f01
}
.project-card .project-card-content .property-title-b {
	color: #e75926;
    font-size: 16px;
    margin-top: 9px;
    font-weight: 600;
    margin-bottom: 9px;

}
.project-card .project-card-content .property-title-b i {
	color:#f58220;
	margin-right:4px
}
.project-card .project-card-content .property-table {
	width:100%;
	float:left;
	margin-top:10px;
	font-weight:600;
	
}
.project-card .project-card-content .property-table tbody td {
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	font-size:13px;
	padding-top:5px
}
.project-card .project-card-content .property-table .property-table-inner {
	width:100%
}
.project-card .project-card-content .property-table .property-table-inner .property-table-item {
	width:100%;
	display:grid;
	padding:0.8rem 0;
	grid-template-columns:repeat(3, 1fr);
	border-bottom:1px solid #ddd
}
.project-card .project-card-content .property-table .property-table-inner .property-table-item:first-child {
	border-top:1px solid #ddd
}
.project-card .project-card-content .rera-id {
	display: block;
    margin-top: 8px;
    color: #07294d;
    text-transform: capitalize;
}
.property-tags {
	float:left;
	display:block;
	width:100%;
	margin-top:20px
}
.property-tags ul {
	float:left;
	width:100%;
	margin:0;
	padding:0
}
.property-tags ul li {
	float:left;
	display:block;
	margin-left:5px;
	background: #07294d;
    font-size: 12px;
    border-radius: 10px;
    padding: 4px 8px;
    cursor: pointer;
    color: white;
}
.property-tags ul li:first-child {
	margin-left:0
}
.top-search {
	float:left;
	display:block;
	width:450px;
	margin-top:18px;
}
.top-search .top-search-dropdown {
	float:left;
	display:block;
	width:150px;
	height:40px;
	background:#fff;
	border-right:1px solid #ddd;
	border-radius: 10px 0px 0px 10px;
}
.top-search .top-search-dropdown .top-search-selected {
	position:relative;
	float:left;
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	user-select:none;
	color:#333;
	border-radius: 10px 0px 0px 10px;
}
.top-search .top-search-dropdown .top-search-selected i {
	float:right;
	line-height:40px
}
.top-search .top-search-dropdown .top-search-ul {
	position:relative;
	float:left;
	display:none;
	width:100%
}
.top-search .top-search-dropdown .top-search-ul ul {
	width:100%;
	position:absolute;
	margin:0;
	padding:0;
	overflow-y:auto;
	max-height:300px;
	background:#fff;
	border-top:1px solid #ddd
}
.top-search .top-search-dropdown .top-search-ul ul li {
	float:left;
	display:block;
	width:100%;
	font-size:12px;
	height:30px;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	color:#333
}
.top-search .top-search-dropdown .top-search-ul ul li:hover, .top-search .top-search-dropdown .top-search-ul ul li:focus {
	background:#f2f2f2
}
.top-search .top-search-dropdown.open .top-search-ul {
	display:block
}
.top-search .top-seach-inner {
	float:left;
	display:block
}
.top-search .top-seach-inner input {
	float:left;
	display:block;
	height:40px;
	width:258px;
	outline:0;
	border:none;
	padding-left:10px;
	padding-right:10px
}
.top-search .top-seach-inner .top-search-addon {
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#f58220;
	border-radius: 0px 10px 10px 0px;
}
.project-details .project-card-content {
	float:left;
	display:block;
	width:100%;
	padding:15px 25px;
	position:relative;
	background:#fff
}
.project-details .project-card-content .possession-wrap {
	float: left;
    background: #07294d;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    font-size: 13px;
    margin-top: 8px;
    clear: both;
    color: white;
}
.project-details .project-card-content .property-title {
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:22px
}
.project-details .project-card-content .property-price {
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:16px;
	color:#07294d;
	text-align:center;
}
.project-details .project-card-content .view-details {
	position:absolute;
	bottom:0;
	right:0;
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:16px;
	color:#f58220;
	text-align:center;
	text-decoration:none;
	padding-bottom:15px;
	padding-top:15px;
	padding-right:25px
}
.project-details .project-card-content .enquiry-icon {
	font-weight: normal;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #07294d;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    transition: 0.3s all;
}
.project-details .project-card-content .enquiry-icon:hover, .project-details .project-card-content .enquiry-icon:focus {
	background:#04192f;
}
.project-details .project-card-content .property-title-b {
	color: #f36805;
    font-size: 13px;
    margin-top: 6px;
    font-weight: 600;
}
.project-details .project-card-content .property-title-b i {
	color:#f58220;
	margin-right:4px
}
.project-details .project-card-content .property-table {
	width:100%;
	float:left;
	margin-top:10px;
	display: inline-table;
}
.project-details .project-card-content .property-table tbody td {
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	font-size:13px;
	padding-top:10px
}
.project-details .project-card-content .rera-id {
	float:left;
	display:block;
	margin-top:24px;
	clear:both
}
.s-checkboxes {
	width:20px;
	height:20px;
	border:2px solid #f58220;
	position:relative;
	margin-right:5px;
	display:inline-block;
	vertical-align:middle
}
.s-checkboxes.active:before {
	content:"";
	width:6px;
	height:10px;
	border:2px solid #f58220;
	position:absolute;
	display:inline-block;
	vertical-align:middle;
	left:5px;
	top:2px;
	border-left:none;
	border-top:none;
	transform:rotate(30deg)
}
.fixedFilterSection {
	position:fixed;
	z-index:999;
	width:1110px;
	transform:translate(-50%, -50%);
	top:10px;
	left:50%;
	box-shadow:0 1px 2px 1px rgba(0, 0, 0, 0.4)
}
.customNavigation {
	text-align:center
}
.customNavigation a {
	user-select:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}
#RegsiterModel .login-model-l {
	height:522px
}
#RegsiterModel .loginform {
	height:522px;
	background:#fff
}
.section {
	float:left;
	display:block;
	width:100%;
	margin-bottom:15px
}
.section .section-header {
	float:left;
	display:flex;
	width:100%;
	height:60px;
	align-items:center
}
.section .section-header h3 {
	margin:0;
	font-weight:bold;
	border-left:4px solid #e95925;
	padding-left:15px;
	color: #07294d;
}
.section .section-body {
	float:left;
	display:block;
	width:100%
}
.section .section-body.bg-color {
	background:#fff;
	padding:15px
}
.section .buying-assitance .assist-list ul {
	float:left;
	display:block;
	width:100%;
	margin:0
}
.section .buying-assitance .assist-list ul .assist-options {
	width:150px
}
#owlGallery .owl-nav {
	margin-top:20px
}
#owlGallery .owl-nav button {
	height:30px;
	width:50px;
	background:#4d4d4d;
	color:#fff
}
#owlGallery .owl-dots {
	margin-top:10px;
	text-align:center
}
#owlGallery .owl-dots button {
	margin-right:4px
}
#owlGallery .owl-dots button span {
	width:14px;
	height:14px;
	display:block;
	border:2px solid #000;
	border-radius:100%
}
#owlGallery .owl-dots button.active {
	background:#000;
	border:none;
	border-radius:100%
}
#owlGallery .owl-dots button:focus {
	outline:0
}
.mb-nav {
	display:none
}
.page-overlay {
	position:fixed;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.6);
	width:100%;
	height:100%;
	z-index:1500;
	display:none
}
.page-overlay.active {
	display:block
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    padding: 10px 15px;
}
.table-bordered th {
  border: 1px solid #dee2e6;
    padding: 3px 15px;
    background: #07294d;
    color: white;
    font-size: 15px;
}
@media (max-width: 360px) {
.custom-slider .carousel-inner .carousel-item {
    height: 100%;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    padding: 10px 15px;
}
.top-search {
display:none
}
.mb-nav {
display:block
}
.top-nav .top-nav-left {
width:100%
}
.top-nav .top-nav-left .mb-nav {
float:right;
width:50px;
text-align:center;
margin-top:19px
}
.top-nav .top-nav-right {
position:fixed;
background:#fff;
height:calc(100% - 60px);
top:60px;
right:0;
width:56%;
display:none;
box-shadow:0 0 8px 2px rgba(0, 0, 0, 0.6)
}
.top-nav .top-nav-right .mb-hide {
display:block
}
.top-nav .top-nav-right .navbar {
height:auto
}
.top-nav .top-nav-right .navbar .navbar-nav {
width:100%
}
.top-nav .top-nav-right .navbar .navbar-nav li a {
line-height:20px;
text-align:left;
color:#000
}
.top-nav .top-nav-right .dropdown .dropdown-toggle .fas {
display:none
}
.top-nav .top-nav-right .custom-dropdown {
margin-top:0;
border:none
}
.top-nav .top-nav-right .custom-dropdown a {
line-height:35px !important
}
.top-nav .top-nav-right.active {
display:block
}
.login-model-l {
display:none
}
.st-model .st-model-inner {
width: 330px;

}
.st-model .st-model-inner .st-model-body .loginform {
height:530px
}
.header-inner {
background-position:38%
}
.header-inner .header-search-wrap .slogan-wrap {
font-size:24px;
margin-bottom:15px
}
.header-inner .header-search-wrap .header-search-type {
width:33% !important;
border-radius:0 !important
}
.header-inner .header-search-wrap .header-search-location {
width:33% !important
}
.header-inner .header-search-wrap .header-search-purpose {
width:33% !important
}
.header-inner .header-search-wrap .header-search {
width:95%;
margin:0 auto
}
.header-inner .header-search-wrap .header-search .header-search-input {
width:78%;
margin-top:15px
}
.header-inner .header-search-wrap .header-search .header-search-btn {
margin-top:15px
}
.header-inner .header-b-nav {
display:none
}
.loginform ul li a {
font-size:12px
}
.simple-thumb-outer .simple-thumb {
width:100%
}
.simple-thumb-outer .simple-thumb .simple-thumb-content {
padding:7px 15px
}
.footer .col-lg-4 {
padding-right:15px
}
.footer .footer-inner {
margin-bottom:20px
}
.footer .footer-inner .footer-inner-text {
height:auto;
width:calc(100% - 60px)
}
.custom-header-inner {
height:auto;
background:transparent;
padding-top:80px
}
.custom-header-inner .custom-breadcrumb li {
font-size:10px
}
.custom-header-inner .custom-breadcrumb li a {
color:#000
}
.custom-header-inner .custom-breadcrumb li.active {
color:#4d4d4d
}
.custom-header-inner .custom-breadcrumb li::before {
color:#000 !important
}
.custom-header-inner .header-overlay {
display:none
}
.custom-header-inner .header-inner-wrap {
display:none
}
.custom-header-inner .header-b-nav {
display:none
}
.footer-filter {
display:none;
position:fixed;
bottom:0;
left:0;
height:45px;
width:100%;
background:#fff;
z-index:9;
box-shadow:0 -1px 1px 0px rgba(0, 0, 0, 0.2)
}
.footer-filter .footer-filter-nav {
float:left;
width:100%;
display:block
}
.footer-filter .footer-filter-nav ul {
margin:0;
padding:0;
width:100%
}
.footer-filter .footer-filter-nav ul li {
list-style:none;
float:left;
border-right:1px solid #ddd
}
.footer-filter .footer-filter-nav ul li a {
display:block;
height:45px;
line-height:45px;
text-align:center;
color:#000
}
.footer-filter .footer-filter-nav ul li:last-child {
border-right:none;
width:65%
}
.footer-filter .footer-filter-nav ul li:first-child {
width:35%
}
.filter-section {
display:flex;
flex-direction:column
}
.filter-section .filter-inner {
width:100%
}
.filter-section.fixedFilterSection {
position:relative
}
.top-nav-custom {
position:fixed;
box-shadow:0 1px 1px 0px rgba(0, 0, 0, 0.2)
}
.project-card {
box-shadow:0 1px 1px 0px rgba(0, 0, 0, 0.2)
}
.project-card .project-card-img {
float:left;
display:block;
width:100%;
height:auto
}
.project-card .project-card-content {
max-width:100%;
height:auto
}
.project-card .project-card-content .property-price {
margin-top:10px
}
.project-card .project-card-content .possession-wrap {
display:none
}


.project-card .project-card-content .property-table {
display: inline-table;
}
.project-card .project-card-content .project-card-price .possession-wrap{
position: absolute;
    left: 3px;
    background: #07294d!important;
    font-size: 21px;
    top: -288px;
	display:block;
}
.project-card .project-card-content .view-details {
position:static
}
.sidebar {
width:76%
}
.details-outer {
height:auto
}
.details-outer .details-header {
padding-right:0;
padding-left:0
}
.details-outer .details-header .details-logo {
width:100%;
padding-left:15px;
padding-right:15px
}
.details-outer .details-header .details-logo img {
float:left
}
.details-outer .details-header .details-logo .bars-m {
float: right;
    line-height: 81px;
    font-size: 33px;
    color: white;
}
.details-outer .details-header .details-nav {
width:100%;
background:#052240;
display:none
}
.details-outer .details-header .details-nav.in {
display:block
}
.details-outer .details-header .details-nav ul li {
width:100%
}
.details-outer .details-header .details-nav ul li a {
width:100%;
text-align:left
}
.building-example .img-res {
margin-bottom:20px
}
.Amenities .block-title {
font-size:30px !important
}
.Amenities .block-sub {
text-align:center;
width:100%;
margin-bottom:40px;
padding-left:15px !important;
padding-right:15px !important
}
.EnquirySection .block-title {
font-size:30px;
padding-left:15px;
padding-right:15px
}
.StandardAmenities .block-title {
font-size:30px
}
.custom-slider .carousel-inner .carousel-item .carousel-wrapper h1 {
font-size:25px
}
.custom-slider .carousel-inner .carousel-item .carousel-wrapper p {
font-size:18px
}
.overview-inner #downloadBrochure {
margin-bottom:20px
}
.bars-m {
display:block
}
.enquiry-icon {
/*position:initial !important;
display:block;*/
margin-top:10px !important
}
.property-price {
margin-top:10px !important
}
.project-card .project-card-content .property-title {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-align: center;
}
.project-card-content h5 {
    font-size: 1rem;
    text-align: center;
}
}
@media (max-width: 500px) and (min-width: 361px) {
.top-search {
display:none
}
.mb-nav {
display:block
}
.top-nav .top-nav-left {
width:100%
}
.top-nav .top-nav-left .mb-nav {
float:right;
width:50px;
text-align:center
}
.top-nav .top-nav-right {
position:fixed;
background:#fff;
height:calc(100% - 60px);
top:60px;
right:0;
width:56%;
display:none;
box-shadow:0 0 8px 2px rgba(0, 0, 0, 0.6)
}
.top-nav .top-nav-right .mb-hide {
display:block
}
.top-nav .top-nav-right .navbar {
height:auto
}
.top-nav .top-nav-right .navbar .navbar-nav {
width:100%
}
.top-nav .top-nav-right .navbar .navbar-nav li a {
line-height:20px;
text-align:left;
color:#000
}
.top-nav .top-nav-right .dropdown .dropdown-toggle .fas {
display:none
}
.top-nav .top-nav-right .custom-dropdown {
margin-top:0;
border:none
}
.top-nav .top-nav-right .custom-dropdown a {
line-height:35px !important
}
.top-nav .top-nav-right.active {
display:block
}
.login-model-l {
display:none
}
.st-model .st-model-inner {
width:95%
}
.st-model .st-model-inner .st-model-body .loginform {
height:530px
}
.header-inner {
background-position:38%
}
.header-inner .header-search-wrap .slogan-wrap {
font-size:24px;
margin-bottom:15px
}
.header-inner .header-search-wrap .header-search-type {
width:33% !important;
border-radius:0 !important
}
.header-inner .header-search-wrap .header-search-location {
width:33% !important
}
.header-inner .header-search-wrap .header-search-purpose {
width:33% !important
}
.header-inner .header-search-wrap .header-search {
width:95%;
margin:0 auto
}
.header-inner .header-search-wrap .header-search .header-search-input {
width:80.5%;
margin-top:15px
}
.header-inner .header-search-wrap .header-search .header-search-btn {
margin-top:15px
}
.header-inner .header-b-nav {
display:none
}
.loginform ul li a {
font-size:12px
}
.simple-thumb-outer .simple-thumb {
width:100%
}
.simple-thumb-outer .simple-thumb .simple-thumb-content {
padding:7px 15px
}
.footer .col-lg-4 {
padding-right:15px
}
.footer .footer-inner {
margin-bottom:20px
}
.footer .footer-inner .footer-inner-text {
height:auto;
width:calc(100% - 60px)
}
.custom-header-inner {
height:auto;
background:transparent;
padding-top:80px
}
.custom-header-inner .custom-breadcrumb li {
font-size:10px
}
.custom-header-inner .custom-breadcrumb li a {
color:#000
}
.custom-header-inner .custom-breadcrumb li.active {
color:#4d4d4d
}
.custom-header-inner .custom-breadcrumb li::before {
color:#000 !important
}
.custom-header-inner .header-overlay {
display:none
}
.custom-header-inner .header-inner-wrap {
display:none
}
.custom-header-inner .header-b-nav {
display:none
}
.footer-filter {
position:fixed;
bottom:0;
left:0;
height:45px;
width:100%;
background:#fff;
z-index:9;
box-shadow:0 -1px 1px 0px rgba(0, 0, 0, 0.2)
}
.footer-filter .footer-filter-nav {
float:left;
width:100%;
display:block
}
.footer-filter .footer-filter-nav ul {
margin:0;
padding:0;
width:100%
}
.footer-filter .footer-filter-nav ul li {
list-style:none;
float:left;
border-right:1px solid #ddd
}
.footer-filter .footer-filter-nav ul li a {
display:block;
height:45px;
line-height:45px;
text-align:center;
color:#000
}
.footer-filter .footer-filter-nav ul li:last-child {
border-right:none;
width:65%
}
.footer-filter .footer-filter-nav ul li:first-child {
width:35%
}
.filter-section {
display:none
}
.top-nav-custom {
position:fixed;
box-shadow:0 1px 1px 0px rgba(0, 0, 0, 0.2)
}
.project-card {
box-shadow:0 1px 1px 0px rgba(0, 0, 0, 0.2)
}
.project-card .project-card-img {
float:left;
display:block;
width:100%;
height:auto
}
.project-card .project-card-content {
max-width:100%;
height:auto
}
.project-card .project-card-content .property-price {
margin-top:10px
}
.project-card .project-card-content .possession-wrap {
display:none
}
.project-card .project-card-content .property-table {
display: inline-table;
}
.project-card .project-card-content .view-details {
position:static
}
.sidebar {
width:76%
}
.details-outer {
height:auto
}
.details-outer .details-header {
padding-right:0;
padding-left:0
}
.details-outer .details-header .details-logo {
width:100%;
padding-left:15px;
padding-right:15px
}
.details-outer .details-header .details-logo img {
float:left
}
.details-outer .details-header .details-logo .bars-m {
float:right;
line-height:80px;
font-size:25px
}
.details-outer .details-header .details-nav {
width:100%;
background:#fff;
display:none
}
.details-outer .details-header .details-nav.in {
display:block
}
.details-outer .details-header .details-nav ul li {
width:100%
}
.details-outer .details-header .details-nav ul li a {
width:100%;
text-align:left
}
.building-example .img-res {
margin-bottom:20px
}
.Amenities .block-title {
font-size:30px !important
}
.Amenities .block-sub {
text-align:center;
width:100%;
margin-bottom:40px;
padding-left:15px !important;
padding-right:15px !important
}
.EnquirySection .block-title {
font-size:30px;
padding-left:15px;
padding-right:15px
}
.StandardAmenities .block-title {
font-size:30px
}
.custom-slider .carousel-inner .carousel-item .carousel-wrapper h1 {
font-size:25px
}
.custom-slider .carousel-inner .carousel-item .carousel-wrapper p {
font-size:18px
}
.overview-inner #downloadBrochure {
margin-bottom:20px
}
.bars-m {
display:block
}
.buying-assitance {
overflow:scroll
}
.buying-assitance .assist-list ul {
float:left;
display:block;
width:825px !important;
margin:0;
overflow-x:scroll
}
.buying-assitance .assist-list ul .assist-options {
width:150px
}
.buying-assitance .assist-list ul .assist-line {
left:calc(100% - 32px) !important
}
}
.price-filter-inner {
	display:flex;
	width:100%;
	flex-direction:row;
	height:inherit;
	border:1px solid #ddd;
	overflow:hidden;
	border-radius: 10px;
}
.price-filter-inner .price-filter-inner-input {
	flex:3;
	display:inline-flex;
	width:100%;
	height:inherit
}
.price-filter-inner .price-filter-inner-input input {
	width:50%;
	flex:1;
	height:inherit;
	border:none;
	text-align:center;
	border-right:1px solid #ddd
}
.price-filter-inner .price-filter-inner-input input:hover, .price-filter-inner .price-filter-inner-input input:focus {
	outline:0
}
.price-filter-inner button {
	height:inherit;
	border-radius:0
}
.price-filter-inner button:hover, .price-filter-inner button:focus {
	box-shadow:none;
	background:#ddd
}
@media (max-width: 576px) {
.project-card .project-card-content .property-table tbody td {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    font-size: 12px;
    padding-top: 5px;
}
.footer-filter {
display:none
}
.filter-section {
display:flex;
flex-direction:column
}
.filter-section .filter-inner {
width:100%
}
.filter-section.fixedFilterSection {
position:relative;
width:100%
}
}
.fa-phone {
	transform:rotate(90deg)
}
/*# sourceMappingURL=style.min.css.map */

.whatappimg {
    position: fixed;
    bottom: 10px;
    left: 10px;
}
.callappimg {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
}
.custom-header-inner h1{
color: #FFFFFF;
    z-index: 999;
    text-shadow: 2px 2px 2px #07294d;
	text-decoration-line: underline;
   text-underline-offset: 7px;
}

.mt-5{
margin-top: 5px !important;
}
.mt-10{
margin-top: 10px !important;
}
.mt-15{
margin-top: 15px !important;
}
.mt-20{
margin-top: 20px !important;
}  
  .mt-25{
margin-top: 25px !important;
}
.mt-30{
margin-top: 30px!important;
}
.mt-35{
margin-top: 35px!important;
}
.mt-40{
margin-top: 40px!important;
}
.mt-45{
margin-top: 45px!important;
}
.mt-50{
margin-top: 50px!important;
}
.mt-55{
margin-top: 55px!important;
}
.mt-60{
margin-top: 60px!important;
}
.mt-65{
margin-top: 65px!important;
}
.mt-70{
margin-top: 70px!important;
}
.mt-75{
margin-top: 75px!important;
}
.mt-80{
margin-top: 80px!important;
}
.mt-85{
margin-top: 85px!important;
}
.mt-90{
margin-top: 90px!important;
}
@media (max-width: 360px){
.mt-60{
margin-top: 0px!important;
}
.property-tags ul li {
    float: left;
    display: block;
    background: #07294d;
    font-size: 12px;
    border-radius: 10px;
    padding: 3px 5px;
    cursor: pointer;
    color: white;
    margin: 3px;
}
.project-details .project-card-content .property-title {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 21px;
    text-align: center;
}
.project-details .project-card-content .possession-wrap {
    background: #07294d;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    font-size: 13px;
    margin-top: 8px;
    clear: both;
    color: white;
    text-align: center;
	float: inherit!important;
}
.project-details .project-card-content .rera-id {
    padding: 5px;
    display: block;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
    color: white;
    background: #07294d;
    border-radius: 18px;
    font-size: 12px;
	float: inherit!important;
}
.project-details .project-card-content .property-title-b {
    color: #f36805;
    font-size: 13px;
    margin-top: 6px;
    font-weight: 600;
    text-align: center;
}
}

.bg-imgage{
background-image:url(../bg-c.png);
  background-size: cover; /* Resize the background image to cover the entire container */
}
.project-card-content h5{
font-size: 1rem;
}
.project-card-content .property-title a{
color:#07294d!important;
}
.p-button{
background: #07294d;
    text-align: center;
    width: fit-content;
    color: white;
    padding: 5px 20px;
    border-radius: 18px;
    font-size: 15px;
    margin: 21px auto;
}
@media (max-width: 768px){
.property-tags ul li {
    float: left;
    display: block;
    background: #07294d;
    font-size: 12px;
    border-radius: 10px;
    padding: 3px 5px;
    cursor: pointer;
    color: white;
    margin: 3px;
}
.project-details .project-card-content .property-title {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 21px;
    text-align: center;
}
.project-details .project-card-content .possession-wrap {
    background: #07294d;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    font-size: 13px;
    margin-top: 8px;
    clear: both;
    color: white;
    text-align: center;
	float: inherit!important;
}
.project-details .project-card-content .rera-id {
    padding: 5px;
    display: block;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
    color: white;
    background: #07294d;
    border-radius: 18px;
    font-size: 12px;
	float: inherit!important;
}
.project-details .project-card-content .property-title-b {
    color: #f36805;
    font-size: 13px;
    margin-top: 6px;
    font-weight: 600;
    text-align: center;
}
.custom-slider .carousel-inner .carousel-item {
    height: 100%;
}
.project-card-content h5 {
    font-size: 1rem;
    text-align: center;
}
.details-outer .details-header .details-logo .bars-m {
    float: right;
    line-height: 81px;
    font-size: 33px;
    color: white;
}
.small-d-box{
position: relative;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
}
/* Floating WhatsApp / call buttons - these used to be hotlinked PNGs from a
   third-party domain that now 404s; they are Font Awesome glyphs instead. */
.social-float-icon{font-size:32px;line-height:54px;width:54px;height:54px;display:inline-block;text-align:center;border-radius:50%;color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.25)}
.whatappimg .social-float-icon{background:#25d366}
.callappimg .social-float-icon{background:#16205a}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
