@font-face {
	font-family: 'Montserrat-Regular';
	src: url(../font/Montserrat-Regular.ttf);
}
body {
	font-family: 'Montserrat-Regular';
}
@font-face {
	font-family: 'Century-Bold';
	src: url(../font/Century-Bold.ttf);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat-Regular';
}
p {
	font-size: 16px;
	/*letter-spacing: 1.5px;*/
	text-align: justify;
	    line-height: 28px;
}
.top-menu .bg-dark {
	background: none !important;
	padding: 0;
}
.orderone {
	order: 1;
}
.ordertwo {
	order: 2;
}

.banner-offer {
    position: absolute;
    bottom: 190px;
    left: 0;
    padding: 0;
        display: flex;
    max-width: 100%
}
.banner-offer h5 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    padding: 12px 0;
    display: inline-table;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 25px;
    background: #7d7573c9;
    border-radius: 0px 10px 10px 0px;
    text-transform: uppercase;
    font-size: 26px;
    padding-top: 0;
}
.banner-offer h5 span {
    display: block;
    color: #fff;
    background: #0a4877;
    font-size: 24px;
    padding: 9px 0px;
    margin-bottom: 5px;
}
.top-menu .navbar-dark .navbar-nav .nav-link {
	color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 15px 10px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0;
}
/* .top-menu .navbar-expand-md .navbar-collapse { */
/* display: block !important;} */
.top-menu .navbar-expand-md .navbar-nav {
	float: right !important;
	margin: auto;
	margin-right: 0;
}
.top-menu .navbar-brand {
	padding: 0;
}
/*.top-menu .nav-item:last-child {
	border: 2px solid #fff;
	margin-left: 50px;
	margin-top: 10px;
}*/
.form-sec h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	display: none;
}
.form-sec h1 a {
	text-decoration: none;
	color: #da3555;
}
/*.top-menu .nav-item:last-child .nav-link {
	font-weight: bold;
	font-size: 18px;
	padding: 0 8px;
	line-height: 22px;
}*/


section.hot-deals-container {
    text-align: center;
        margin-top: 22px;
}
section.hot-deals-container .main-heading-top {
   
    margin-bottom: 3% !important;
}

section.hot-deals-container h2 {
    text-transform: uppercase;
    font-weight: 600;
}


.project-colm {
    text-align: center;
    margin-bottom: 50px;
    cursor: pointer;
}

.project-img {
    overflow: hidden;
}
.project-img img {
    transition: .5s;
}
.project-text {
    padding: 20px 8px;
    box-shadow: 0 12px 18px 2px #cecece;
    position: relative;
    text-transform: uppercase;
}
.project-text h2 {
    font-size: 23px;
    margin: 0;
    font-weight: 600;

}
.project-text h4 {
    font-size: 16px;
    margin: 10px 0 0;
}
.project-text p {
    text-align: center;
    font-size: 14px;
    line-height: unset;
    margin: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.project-text h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.project-text a {
    text-align: center;
    background: #343a40;
    display: block;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    margin-top: 15px;
    width: 100%;
}
section.hot-deals-container h2 {
    text-transform: uppercase;
    font-weight: 600;
}


.top-menu .nav-item:last-child a {
color: #000;
font-weight: 600;
    text-decoration: none;
}
.top-menu .navbar-dark .navbar-nav .nav-link span {
	display: block !important;
	text-align: center;
}
.top-menu .nav-item .nav-link img {
	margin-right: 5px;
}
.top-menu .navbar-brand img {
    width: 70%;
}
.header1 {
    padding: 7px 0px;
}
.navbar-dark .navbar-toggler {
	color: #000;
	border-color: #000;
}
.header1 {
	padding: 15px 0px;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}
.from-banner h4 {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
    margin-bottom: 36px;
	
}
.from-banner h4 span {
	display: block;
	/*font-family: 'Century-Bold';*/
}
.from-banner {
	padding: 11px;
}
.form_inner .form-control {
	margin-bottom: 15px;
}
.bg-gray {
	    background-color: #3a3b36c4;
    text-align: center;
    padding: 14px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.bg-gray h4 {
	color: #fff;
	font-size: 18px;
}
.bg-gray h2 {
	color: #fff;
	/*font-family: 'Century-Bold';*/
	font-size: 38px;
}
.bg-gray h5 {
	color: #fff;
	    font-size: 20px;
}
.bg-gray h1 {
	color: #000;
	background: #fff;
	width: 30%;
	margin: 0px auto;
	font-size: 22px;
	padding: 9px;
	    border-radius: 5px;
}
.no-padding {
	padding: 0px;
}
.btn-warning.btn-block {
	background-color: #3a3b36;
	color: #fff;
	border: 1px solid#3a3b36;
}
.pd-100 {
	padding-top: 260px;
	padding-bottom: 100px;
}
.about-section h1 {
	font-size: 44px;
	/*font-family: 'Century-Bold';*/
	font-weight: 600;
	text-transform: uppercase;
}
.about-small {
	position: relative;
	z-index: 99;
}
.about-big {
	position: absolute;
	top: -100px;
	right: -94px;
	z-index: -1;
}
.pd-100.bg-gray-dark {
	background-color: #ededee;
}
/*.about-section {
	padding: 0px 65px;
}*/
.about-small img {
	box-shadow: 20px 20px 20px 0px #0000006b;
	margin-bottom: 25px;
	width: 100%;
}
.about-big img {
	box-shadow: 20px 20px 20px 0px #00000000;
}
.main-heding h1 {
	text-align: center;
	/*font-family: 'Century-Bold';*/
	font-weight: 600;
	margin-bottom: 30px;
	    text-transform: uppercase;
}
.main-heding p {
	text-align: center;
	font-weight: 600;
	margin-bottom: 50px;
}
.pd-50 {
	padding: 70px 0px;
}
.offerimg img {
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 20px 20px 20px 0px #0000006b;
}
.pd-50.bg-gray-dark {
	background-color: #e8e8e8;
}
.loc-text li {
	line-height: 34px;
}
.bg-white {
	background-color: #fff;
	padding: 50px;
	margin-top: 50px;
	box-shadow: 20px 20px 20px 0px #0000006b;
}
.loct-ul {
	width: 100%;
	padding-left: 0px;
	margin-top: 15px;
}
.loct-ul li {
	display: inline-block;
	list-style: none;
	text-align: center;
	width: 24.6%;
	line-height: 18px;
}
.bg-drk-gray {
	background-color: #3b3a38;
	padding: 15px;
	color: #fff;
}
.bg-gray-lght {
	background-color: #ededee;
	padding: 15px;
	color: #000;
}
.bg-drk-gray img {
	margin-bottom: 15px;
}
.bg-gray img {
	margin-bottom: 15px;
}
.bg-gray-lght img {
	margin-bottom: 15px;
}
.main-heding-amets p {
	text-align: center;
	font-weight: 500;
}
.main-heding-amets h1 {
	text-align: center;
	/*font-family: 'Century-Bold';*/
	font-weight: 600;
}
.main-heding-amets {
	margin-bottom: 50px;
}
.Amenities img {
	/*box-shadow: 20px 20px 20px 0px #0000006b;*/
	margin-bottom: 25px;
}
.floor p {
	background: #fff;
	text-align: center;
	padding: 7px;
	font-weight: 600;
	font-size: 24px;
	/*font-family: 'Century-Bold';*/
	margin-bottom: 25px;
	line-height: 28px;
}
.floor img {
	width: 100%
}
/*.floor img {
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);
}
.floor img:hover {
	-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
}*/
.bg-gray-white {
	background: #3a3b36;
}
.main-heding.plan h1 {
	text-align: center;
	/*font-family: 'Century-Bold';*/
	font-weight: 600;
	color: #fff;
}
.main-heding.plan p {
	color: #fff;
	font-weight: 500;
}
.box-color {
	background-color: #fff;
	border-radius: 5px;
}
.box-color h4 {
	text-align: center;
	border-radius: 5px;
	background: #3a3b36;
	color: #fff;
	/*font-family: 'Century-Bold';*/
	border: 5px solid#fff;
	padding: 7px;
	font-size: 24px;
}
.box-color h3 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 0px;
}
.box-color p {
	text-align: center;
	font-size: 24px;
	line-height: 28px;
}
.box-color p .btn-dark {
	margin-bottom: 15px;
}
.gallery img {
	margin-bottom: 25px;}
/*	box-shadow: 20px 20px 20px 0px #0000006b;
}*/
.main-heding-galry h1 {
	text-align: center;
	/*font-family: 'Century-Bold';*/
	font-weight: 600;
	font-size: 48px;
	    text-transform: uppercase;
}
.main-heding-galry p {
	text-align: center;
	font-weight: 600;
	margin-bottom: 50px;
}
.brand-logo {
	padding-left: 0px;
}
.brand-logo li {
	list-style: none;
	display: inline-block;
	width: 12%;
	margin-left: 20px;
}
.brand-logo li img {
	width: 100%;
}
.bg-black {
	background-color: #3a3b36;
	padding: 75px 0px;
}
.bg-black h4 {
	color: #fff;
	font-weight: 600;
	font-size: 38px;
	margin-bottom: 30px;
	text-transform: uppercase;
	/*font-family: 'Century-Bold';*/
}
.text-form input {
	width: 100%;
	padding: 10px;
	border: 1px solid#dbddde;
	margin-bottom: 15px;
	border-radius: 5px;
	height: 40px;
}
.text-mesg input {
	width: 100%;
	padding: 10px;
	border: 1px solid#dbddde;
	border-radius: 5px;
	height: 40px;
}
.btn-text button {
	color: #fff;
	background-color: #ee1d23;
	width: 100%;
	padding: 10px 0px;
	border: none;
	border-radius: 5px;
}
.footer {
	background-color: #e8e8e8;
	padding: 20px 0;
	display: flex;
	justify-content: flex-end;
}
.footer p {
	color: #344058;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
}
.footer p a {
	color: #344058;
}
.mobile-section {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
}
.formbox2 h1 span{
font-size: 14px;
display: block;
padding-top: 5px;
padding-bottom: 7px;
	}
.formbox2 h1 {
	text-align: center;
	font-size: 28px;
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;

}
.top_form h2 {
	font-size: 24px;
	margin: 0;
	text-align: center;
	color: #fff;
	padding: 10px 10px;
	letter-spacing: 1px;
	font-weight: 600;
	background: #3a3b36;
}
.form-control1 {
	border: none;
	border-radius: 0;
	border: 1px solid #015aa8;
	outline: none;
	color: #000;
	height: 45px;
	width: 100%;
	margin-top: 10px;
	padding: 15px;
}
.form_inner1 input[type="submit"] {
	border-radius: 0;
	margin-top: 20px;
	background: #3a3b36;
	border: 0px solid;
	color: #fff;
	height: 45px;
	font-size: 22px;
}
.whatsapp a {
	color: #000;
}
.builder {
	text-align: center;
}

.feature li {
	line-height: 28px;
}
.from-banner h6{
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 12px;
}
.from-banner h5{
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;

}
.prc-bg{
	    font-size: 18px!important;
    background: #3a3b36;
    color: #fff;
    padding: 10px;
    width: 75%;
    margin: 0px auto;
}
.offerimg p{
	    position: absolute;
    bottom: 15px;
    background: #fff;
    width: 92%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}
.whatDesk img{
margin-right: 5px;
}
.form-tel a{
	color: #000;
	text-decoration: none;
}
.form-tel{
	    margin-top: 15px;
    margin-bottom: 0px;
}
.floor img {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid#dddbdc;
}
.speci-colm h4 {
    margin: 15px 0 0 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}
.speci-colm ul {
    padding-left: 15px;
}
.speci-colm li {
    font-size: 14px;
    margin-top: 10px;
    color: #3a3838;
}
.spec1 {
	margin-top: 50px;
}
.formbox2 img{
	margin:15px 0px;
}
.offer img{
	    position: absolute;
    
    bottom: 5%;
    left: 3%;
    width: 25%;
}
.from-banner h6 span{
	display: block;
	font-size: 14px;
}
.offer img {
    position: absolute;
    bottom: 5%;
    left: 3%;
    width: 25%;
}
.feature {
    background: url(../img/feature.jpg);
    background-attachment: fixed;
    /* background-repeat: no-repeat; */
}

.phoneback{
	    background: #3a3b36;
    color: #fff!important;
    padding: 12px!important;
}

.row.docs-pictures{
	justify-content: center;
}
