* {
	font-family: 'Lato';
}

html {
	scroll-behavior: smooth;
}

a {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none;
}

.text-center img {
	display: inline-block;
}

header .mainmenu {
	float: right;
}

header {
	padding: 0px;
}

.show-logo {
	display: none;
}

header .mainmenu ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Poppins';
}

header .mainmenu.inner-page ul li a {
	color: #262626;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Poppins';
	text-transform: uppercase;
}

header .mainmenu.inner-page ul li a:hover {
	color: #e02227;
}

.header-login-btn .fa.fa-sign-in {
	color: #f40101;
}

header .mainmenu ul li {
	padding: 0px 24px;
}

header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}

/*************SUB MENU*************/
.mainmenu .sub-menu {
	transition: all 1s ease-in-out 0s;
	list-style: outside none none;
	min-width: 200px;
	padding: 0;
	position: absolute;
	z-index: 1000;
	display: none;
	border-top: 2px solid #e02227;
	box-shadow: 0px 1px 3px 0px #838181;
}

.mainmenu li:last-child:hover .sub-menu {
	right: 0;
}

.mainmenu li:hover .sub-menu {
	display: block;
}

.mainmenu .sub-menu li {
	padding: 0px !important;
	position: relative;
}

.mainmenu .sub-menu li a {
	background-color: #fff;
	display: block;
	padding: 10px 15px !important;
	text-align: left;
	color: #000 !important;
	text-decoration: none;
}

.mainmenu .sub-menu li a:hover {
	background: #fff !important;
	padding-left: 25px;
	color: #000 !important;
}

.mainmenu .sub-menus {
	transition: all 1s ease-in-out 0s;
	list-style: outside none none;
	min-width: 200px;
	padding: 0;
	position: absolute;
	z-index: 1000;
	display: none;
	border-top: 2px solid #e02227;
	box-shadow: 0px 1px 3px 0px #838181;
	left: 100%;
	top: 10%;
}

.mainmenu .sub-menu li:hover .sub-menus {
	display: block;
}

.mainmenu .sub-menus li {
	padding: 0px !important;
}

.mainmenu .sub-menus li a {
	background-color: #fff;
	display: block;
	padding: 10px 15px !important;
	text-align: left;
	color: #000 !important;
	text-decoration: none;
	transition: all 1s ease-in-out 0s;
}

.mainmenu .sub-menus li a:hover {
	background: #fff !important;
	padding-left: 25px;
	color: #000 !important;
}


.col-md-5ths {
	width: 20%;
	float: left;
}

.icon-bar {
	background-color: #f40101 !important;
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	margin: 0px;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
}

header .header-bottom {
	position: relative;
	z-index: 9;
	overflow: hidden;
}

header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	width: 100%;
}

header .banner-contents h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

.banner-contents p {
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 55px;
	color: #fff;
}

.banner-contents a {
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	border-radius: 50px;
	border: 2px solid #e7b6d7;
	background-color: #e7b6d7;
	padding: 10px 30px;
}

/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
}

header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
}

/* Feature */

.feature-wrap .owl-prev {
	display: none !important;
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	left: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 32px;
	outline: none !important;
}

.feature-wrap .owl-next {
	display: none !important;
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	right: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 32px;
	outline: none !important;
}

.owl-carousel-testimonials .owl-prev {
	/* display: none; */
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/testi-left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 61px;
	left: 80%;
	position: absolute;
	text-indent: -99999px;
	top: -35%;
	width: 100px;
	outline: none !important;
}

.owl-carousel-testimonials .owl-next {
	/* display: none; */
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/testi-right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 61px;
	right: 0%;
	position: absolute;
	text-indent: -99999px;
	top: -35%;
	width: 100px;
	outline: none !important;
}



.owl-carousel-blog .owl-prev {
	/* display: none; */
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	left: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 32px;
	outline: none !important;
}

.owl-carousel-blog .owl-next {
	/* display: none; */
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	right: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 32px;
	outline: none !important;
}


.owl-carousel-awards .owl-prev {
	/* display: none; */
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	left: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 32px;
	outline: none !important;
}

.owl-carousel-awards .owl-next {
	/* display: none; */
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	right: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 32px;
	outline: none !important;
}

.owl-carousel-managerial .owl-prev {
	display: none !important;
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	left: -3%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 32px;
	outline: none !important;
}

.owl-carousel-managerial .owl-next {
	display: none !important;
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	right: -3%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 32px;
	outline: none !important;
}



.owl-carousel-projectplan .owl-prev {
	/* display: none; */
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	left: -1%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 32px;
	outline: none !important;
}

.owl-carousel-projectplan .owl-next {
	/* display: none; */
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	right: -1%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 32px;
	outline: none !important;
}

.owl-carousel-featuredamenities .owl-prev {
	/* display: none; */
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	left: -4%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 32px;
	outline: none !important;
}

.owl-carousel-featuredamenities .owl-next {
	/* display: none; */
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	right: -4%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 32px;
	outline: none !important;
}

.owl-carousel-statuss .owl-next {
	/* display: none; */
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	right: -1%;
	position: absolute;
	text-indent: -99999px;
	top: 2%;
	width: 32px;
	outline: none !important;

}

.owl-carousel-statuss .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	left: -1%;
	position: absolute;
	text-indent: -99999px;
	top: 1%;
	width: 32px;
	outline: none !important;
}

.owl-carousel-advantages .owl-next {
	/* display: none; */
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	right: 37%;
	position: absolute;
	text-indent: -99999px;
	top: 109%;
	width: 32px;
	outline: none !important;

}

.owl-carousel-advantages .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	left: 39%;
	position: absolute;
	text-indent: -99999px;
	top: 109%;
	width: 32px;
	outline: none !important;
}

.feature-icon img {
	width: 12px !important;
	margin: auto;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block;
}


/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
	margin-top: 0;
}

header .header-bottom .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}

header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}

header .header-bottom .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fff;
	padding: 7px;
}

/* .banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
} */

.contact-form .form-control::-webkit-input-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form a {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border-radius: 2px;
	text-transform: uppercase;
	background-color: #e5accc;
	padding: 7px 40px;

}

.social-icons h3 {
	font-size: 19px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

.footer-wrap h3 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 25px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

.footer-wrap ul li a {
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
}

.footer-wrap ul li {
	padding-bottom: 5px;
}

.footer-contact ul li {
	background-repeat: no-repeat;
	/* padding-left: 35px; */
	background-position: left 7px;
	padding-bottom: 10px;
}

/* .footer-contact ul li.location {
	background-image: url(img/others/cont-1.png);
}
.footer-contact ul li.phone {
	background-image: url(img/others/cont-2.png);
}	
.footer-contact ul li.mail {
	background-image: url(img/others/cont-3.png);
} */
.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	padding-top: 10px;
	text-align: center;
	background-color: #fff;
	color: #323232;
}

.social-icons ul li a i:hover {
	background-color: #e02227;
}

.social-icons ul li a i:hover {
	color: #fff;
}

.social-icons ul li a {
	text-decoration: none;
	/*color: #fff;
	font-size: 20px;*/
}

.social-icons ul li {
	/*	padding-right: 8px;*/
}

.copyrights p {
	font-family: Arial Narrow;
	font-size: 18px;
	color: #004051;
	margin-bottom: 0px;
	font-weight: 500;
}

.copyrights {

	padding: 20px 0px;

}

.home-footer-bottom {
	margin-bottom: 100px;
}

.advantage-details .fade {
	opacity: 1;
}


.mainmenu .sub-menu li .menu-drop-down-list:hover {
	background-image: url("./img/icons/top-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 94% !important;
}

/* css start */
.owl-carousel-featuredamenities.owl-theme .owl-dots .owl-dot span {
	width: 6px !important;
	height: 6px !important;
}

.mainmenu .menu-drop-down-list {
	background-image: url("./img/icons/top-arrow.png");
	background-repeat: no-repeat;
	background-position: 94%;

}

.header-top {
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
	padding: 20px 0px;
}

.inner-projects-page {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	width: 100%;
	padding: 10px 0px;
	/*	background: none;*/
	/*	box-shadow: 0px 5px 5px rgba(0, 0, 0, .2);*/
}

.project-bottom-header {
	/*	margin-top: 80px;*/
}

.form-control.main-search {
	width: 360px;
	padding: 12px 15px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 1px 5px 0px #000;
	border: 1px solid #000;
	position: relative;
}

.form-control.searching-main-search {
	width: 320px;
	padding: 12px 15px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 1px 5px 0px #e0e2e6;
	border: 1px solid #d7d7d7;
	position: relative !important;
	background-image: url(img/icons/search-icon.png);
	background-position: 96% 46%;
	background-repeat: no-repeat;
}

header .mainmenu .navbar .bg-light {
	background-color: transparent !important;
}

/* .form-control.searching-main-search::after{
content: "";
position: absolute !important;
width:26px;
height:26px;
left: 0;
top: 2%;
background-image: url(img/icons/search-icon.png);
background-repeat: no-repeat;
z-index: 9999;

} */
.btn-outline-success.searching-main-search-icon {}

.btn-outline-success.main-search-icon {
	position: absolute;
	right: 4%;
}

.header-login-btn {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #fff !important;
}

.banner-info {
	text-align: center;
}

.bootom-nav ul li {
	display: inline-block;
}

.bootom-nav ul li a {
	color: #fff;
}

.bootom-nav ul li {
	padding-right: 20px;
}

.bootom-nav ul li a {
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	font-family: 'ProximaNova-Regular';
}

.main-heading {
	text-align: center;
}

.main-heading h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #e02227;
}

.about-readmore {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #e02227;
}

.main-heading.extra-margin-top h2 {
	margin-top: 40px;
}

.main-heading h2 span {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #0f0f0f;
	border-bottom: 4px solid #e02227;
}

.feature-section {
	padding: 50px 0px;
}

.feature-sub-heading h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #e02227;
}

.feature-sub-heading h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	font-weight: 500;
	color: #0f0f0f;
	padding: 5px 0px;
}

.feature-sub-heading h3 span {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #0f0f0f;
}

.feature-sub-heading p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #8c8c8c;
}

.feature-project-img img {
	width: 100%;
	min-height: 262px;
}

.feature-sub-heading {
	padding: 20px 15px;
	background-color: #fff;
	position: relative;
}

.feature-sub-heading.active {
	position: relative;
}

.feature-sub-heading.active::before,
.feature-sub-heading:hover::before {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.feature-sub-heading::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0%;
	height: 4px;
	background-color: #e02227;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
	visibility: hidden;
}

.feature-icon h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding-top: 5px;
	color: #000;
	min-height: 32px;
}

.feature-icon h5 span {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding-top: 5px;
	display: block;
}

.phone-project .fa-phone {
	color: #e02227;
}

.phone-project a {
	font-weight: 700 !important;
	color: #e02227 !important;
}

.feature-icon {
	text-align: center;
}

.feature-details {
	box-shadow: 0px 1px 5px 0px #e0e2e6;
	border: 1px solid #d7d7d7;
	border-radius: 10px 10px 5px 5px;
}

.extra-border-left {
	border-right: 2px solid #b7b7b7;
}

.read-content p {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #e02227;
	margin: 0px;
}

.Share-icon a {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #a5a5a5;
}

.Share-icon a .fa-share-alt {
	color: #e02227;
}

.read-bottom {
	padding: 10px 0px;
}

.feature-wrap {
	margin-top: 120px;
}

/* .feature-sub-heading:hover {
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border-bottom: 5px solid #e02227;
} */
.feature-section {
	background-image: url("./img/others/feature-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

.searching-heading h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #e02227;
	display: inline-block;
	position: relative;
}

.searching-heading h2::after {
	content: "";
	position: absolute;
	right: -13%;
	top: 24%;
	z-index: 99;
	background-image: url(img/icons/explore-img.jpg);
	background-repeat: no-repeat;
	width: 29px;
	height: 30px;
}

.searching-strip {
	padding: 40px 0px;
}

.searching-bar .bg-light {
	background-color: transparent !important;
}

.btn-outline.searching-main-search-icon {
	background-color: #e02227;
	padding: 12px 22px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.countdown-heading h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: inline-block;
	color: #060400;
	margin: 0px;
	position: relative;
}

.countdown-heading h2::after {
	content: "+";
	position: absolute;
	top: 2%;
	left: 100%;
	z-index: 99;
	color: #e02227;
}

.countdown-heading h2 span {
	display: none !important;
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	font-weight: 500;
	display: inline-block;
	color: #e02227;
}

.countdown-heading p {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #060400;
}

.countdown-heading {
	background-image: url("./img/icons/home-img1.png");
	background-repeat: no-repeat;
	padding: 75px 40px 30px;

}

.countdown-section {
	background-color: #fdf2f2;
	padding: 120px 0px;
}

.completed-projesct-section {
	padding: 80px 0px;
}

.testimonilas-sub-heading p {
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	font-weight: 500;
	color: #060400;
}

.testimonilas-sub-heading p span {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	font-weight: 500;
	color: #0f0f0f;
}

.testimonilas-sub-heading {
	padding: 30px 0px;
}

.testimonials-section {
	background-image: url(img/others/testimonials-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	padding: 110px 0px;
}

.testimonials-details {
	padding: 50px 30px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px #bdbdbd;
	min-height: 353px;
}

.testimonials-main-content a {
	color: #e02227;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	background-color: #fff;
}

.contact-phone {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin-top: 10px;
}

.contact-phone:hover {
	color: #fff;
}

.testimonials-main-content p {
	padding-top: 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #575757;
}

.testimonilas-details-content h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #0f0f0f;
}

.testimonilas-details-content p {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #605f5f;
}

.testimonials-main-content {
	padding: 30px 0px;
}

.main-like .fa.fa-thumbs-up {
	color: #e02227;
	font-size: 18px;
}

.main-like a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #0f0f0f;
}

.main-chat a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #0f0f0f;
}

.main-chat .fa.fa-commenting {
	color: #e02227;
	font-size: 18px;
}

.main-paper {
	text-align: right;
}

.fa.fa-paper-plane {
	color: #e02227;
}

.blog-content a {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #e02227;
}

.blog-chat-details {
	padding: 10px 0px;
}

.blog-content h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #605f5f;
}

.blog-content p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #605f5f;
}

.blog-main-img img {
	width: 100%;
	border-radius: 5px 5px 0px 0px;
}

.blog-box {
	border-radius: 5px 5px 0px 0px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px #bdbdbd;
}

.blog-full-wrap {
	padding: 15px;
}

.blog-full-wrap {
	padding: 35px 14px 0px;
}

.blog-section {
	padding: 40px 0px;
}

.main-heading.blog-heading {
	padding-bottom: 90px;
}

.blog-section {
	background-image: url("./img/others/blog-section-bg.png");
	background-size: 100% 100%;
}

.footer-section {
	background-color: #323232;
	padding: 10px 0px;
}

.footer-top-content p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding: 20px 0px;
	text-align: center;
}

.footer-logo {
	text-align: center;
}

.footer-address-list h2 {
	font-size: 19px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

.footer-address-list ul li a {
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}

.footer-address-list ul li {
	margin-bottom: 3px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}

.footer-top-wrap {
	/*	border-bottom: 3px solid #fff;*/
	padding: 30px 0px;
}

.footer-wrap {
	padding: 50px 0px 0px;
}

.completed-projects-wrap {
	padding: 80px 0px;
}

.advantage-btn-list ul li {
	display: block;
	width: 100%;
	padding: 10px 0px;
}

.advantage-btn-list ul li a {
	font-family: 'Poppins', sans-serif;
	color: #898989;
}

.advantage-btn-list .nav-tabs .nav-link.active,
.advantage-btn-list .nav-tabs .nav-item.show .nav-link {
	font-family: 'Poppins', sans-serif;
	color: #e02227;
	background-color: #fff;
	border-color: #e9ecef #e9ecef #dee2e6;
}


.completed-projects-wrap {
	padding: 40px;
	box-shadow: 0px 1px 5px 0px #e0e2e6;
	margin-top: 60px;
}

.completed-project-list {
	box-shadow: 0px 1px 5px 0px #bdbebf;
	max-height: 500px !important;
	/* overflow-y: scroll; */
}

.advantage {
	position: relative;
}



.tambaram-box {
	display: none;
	position: absolute;
	top: 96%;
	right: 5%;
	z-index: 99;
	width: 270px;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
}

.tambaram-box h2 {
	color: #000;
	font-size: 20px;
}

.tambaram-box p {
	color: #000;
	font-size: 20px;
}

.tambarm-details h4 {
	font-family: 'Poppins', sans-serif;
	color: #898989;
	font-size: 12px;
	font-weight: 500;
}

.tambarm-details h5 {
	font-family: 'Poppins', sans-serif;
	color: #2c2c2c;
	font-size: 15px;
	font-weight: 400;
}

.tambarm-details .fa.fa-map-marker {
	color: #e02227;
}

.tambarm-list ul li {
	font-family: 'Poppins', sans-serif;
	color: #2c2c2c;
	font-size: 13px;
	font-weight: 400;
}

.tambarm-list .fa.fa-circle {
	font-size: 8px;
	color: #a4a4a4;
}


#tambaram {
	width: 15px;
	height: 15px;
	background-color: #e02227;
	border-radius: 50%;
	position: absolute;
	top: 12%;
	right: 26%;
	z-index: 99;
	border: 2px solid #f0f0f0;
}

#tambaram-one {
	width: 15px;
	height: 15px;
	background-color: #e02227;
	border-radius: 50%;
	position: absolute;
	top: 42%;
	right: 13%;
	z-index: 99;
	border: 2px solid #f0f0f0;
}

#tambaram-two {
	width: 15px;
	height: 15px;
	background-color: #e02227;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 11%;
	z-index: 99;
	border: 2px solid #f0f0f0;
}

#tambaram-three {
	width: 15px;
	height: 15px;
	background-color: #e02227;
	border-radius: 50%;
	position: absolute;
	top: 55%;
	left: 82%;
	z-index: 99;
	border: 2px solid #f0f0f0;
}

#tambaram:hover .tambaram-box {
	display: block !important;

}

#tambaram-one:hover .tambaram-box {
	display: block !important;

}

#tambaram-two:hover .tambaram-box {
	display: block !important;

}

#tambaram-three:hover .tambaram-box {
	display: block !important;

}

#tambaram-two .tambaram-box {
	display: none;
	position: absolute;
	top: 89%;
	left: 5%;
	z-index: 99;
	width: 270px;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
}

#tambaram-three .tambaram-box {
	display: none;
	position: absolute;
	top: -458%;
	right: 86%;
	z-index: 99;
	width: 270px;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
}

#boxThis.box.searching-strip {
	padding: 12px 0px;
	box-shadow: 0px 1px 5px 0px #e0e2e6;
}

#boxThis.box {
	margin-top: 0;
	position: fixed;
	bottom: 0;
	z-index: 9999;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	width: 100%;
	background-color: #fff;
	animation-duration: .5s;
	animation-delay: 0s;
}

.banner-shape.fixed-header-top {
	position: fixed;
	background-color: #dcdcdc;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	position: fixed;
	animation-name: downheader;
	animation-duration: .5s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	opacity: 0;
	animation-timing-function: ease-out;
}

@keyframes downheader {
	0% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.project-inner-inner-bottom.banner-shape-project-page {
	padding: 20px 0px;
	position: absolute;
	width: 100%;
	bottom: 0%;
	background: rgba(255, 255, 255, 0.8);
}

/* #header-fixed-top.banner-shape{
	background-color: #fff;
  } */
/* #header-fixed-top.banner-shape .mainmenu ul li a{
	color: #fff;
  } */
.banner-shape {
	transition: 0.5s;
	background-color: #e02227;
	padding: 20px 0px;
}

.banner-shape.fixed-header-top ul li a {
	color: #060400 !important
}

.banner-shape.fixed-header-top .show-logo {
	display: block;
}

.header-login.fixed-login {
	display: none;
}

.banner-shape.fixed-header-top .header-login.fixed-login {
	display: block;
}

.mainmenu .btn-outline-success:hover {
	color: #fff;
	background-color: #e02227;
	border-color: #e02227;
}

.mainmenu .btn-outline-success {
	color: #e02227;
	background-color: transparent;
	background-image: none;
	border-color: #e02227;
}

.project-banner-content h3 {
	color: #e02227;
	font-size: 25px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.project-banner-content h4 {
	color: #404040;
	font-size: 21px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.project-banner-content p {
	color: #404040;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin: 0px;
}

.thankyou-heading h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #0f0f0f;
	text-align: center;
}

.thankyou-heading p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #0f0f0f;
	text-align: center;
}

.project-right-box {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	background: #ededed;
	padding: 15px;
	z-index: 9;
	padding: 55px 10px;
}

.project-right-box.extra-height {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	background: #ededed;
	padding: 15px;
	z-index: 9;
	padding: 215px 10px;
}

.project-right-box.extra-height-projects {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	background: #ededed;
	padding: 15px;
	z-index: 9;
	padding: 138px 10px;
}

.fairmont-logo {
	text-align: center;
}

.inner-project-count-details {
	padding: 15px 5px;
	margin: 5px;
	text-align: center;
	border-radius: 9px;
	background: rgba(238, 223, 224, 0.8);
}

.inner-project-count-details h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	color: #e02227;
	font-weight: 700;
	margin: 0;
}

.inner-project-count-details p {

	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #060400;
	margin: 0px;
}

.project-inner-details-top {
	padding: 0px 20px;
}

.project-inner-download a {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background: #e02227;
	padding: 17px 10px;
	text-align: center;
	display: block;
}

.project-inner-download a:hover {
	color: #fff;
}

.projects-heading-location h2 {
	font-size: 20px;
	padding-top: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #e02227;
}

.projects-heading-location h3 {
	font-size: 20px;
	padding-top: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #e02227;
	border-bottom: 1px solid #d5d0d0;
	padding-bottom: 10px;
}

.projects-heading-location h3 span {
	font-size: 20px;
	padding-top: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #e02227;
	border-bottom: 1px solid #d5d0d0;
	padding-bottom: 10px;
}

.project-inner-banner-top-buttons {
	padding-top: 30px;
	border-top: 1px solid #d5d0d0;
}

.project-inner-top-wrap {
	padding: 40px 0px;
}

.projects-main-navbar {
	background-color: #fadbdc;
}

.projects-inner-nav-bar-link ul li {
	display: inline-block;
	padding: 15px 0px;
}

.projects-inner-nav-bar-link ul li a {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #222222;
	font-size: 19px;
	padding: 15px 41px;
	text-decoration: unset;
}

.project-overview-section-heading p {
	padding-top: 35px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #060400;
}

.project-overview-section {
	padding: 60px 0px;
}

.projects-location-section {
	background-color: #f3f3f3;
	padding: 40px 0px;
}

.projects-map-road-left img {
	width: 100%;
}

.projects-main-map-right iframe {
	height: 440px;
	width: 100%;
}

.projects-map-road-map {
	background-color: #fff;
	border-radius: 5px;
	padding: 12px;
	margin: 50px 0px;
}

.projects-map-road-left {
	border: 1px solid #ddd;
}

.project-heighlights-content p {
	text-align: center;
	padding-top: 35px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #060400;
}

.project-heighlights ul li {
	display: inline-block;
	padding-right: 55px;
	color: #060400;
	position: relative;
}

.project-heighlights ul li span {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #060400;
	background-color: #dcdcdc;
	padding: 9px 15px;
	border-radius: 5px;
	text-decoration: unset;
	cursor: pointer;
}

.project-heighlights ul li a {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #060400;
	background-color: #dcdcdc;
	padding: 9px 15px;
	border-radius: 5px;
	text-decoration: unset;
}

.project-heighlights {
	text-align: center;
	padding: 30px 0px;
}

.project-heighlights ul li span:hover {
	background-color: #e02227;
	color: #fff;
}

.project-heighlights ul li a:hover {
	background-color: #e02227;
	color: #fff;
}

.project-heighlights ul li .sub-list li {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding: 10px 0px 10px 20px;
	background-image: url(img/icons/sublist-arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 15px;
}

.project-heighlights ul li:hover .sub-list {
	display: block;
}

.sub-list {
	display: none;
	position: absolute;
	text-align: left;
	background-color: #fff;
	border: 1px solid #e3e0e0;
	padding: 20px 15px;
	border-radius: 5px;
	top: 37px;
	width: 300px;
	z-index: 99;
}

.projects-enquiey-main-heading {
	background-color: red;
	text-align: center;
	padding: 35px 0px;
	border-radius: 5px;
	color: #fff;
}

.projects-enquiey-main-heading h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
}

/* #mainform {
	margin-top: 8px;
} */
#mainform .form-control {
	padding: 6px 7px;
}

#mainform #submitbtn {
	padding: 1px 7px;
	font-size: 20px;
}

.projects-enquire-wrap {
	box-shadow: 0px 1px 5px 0px #e0e2e6;
	padding: 10px;
}

.projects-enquire-section {
	margin: 20px 0px;
}

/*.form-btn .btn {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	background: red;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
}*/

.form-btn .btn {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 700;
	background: white;
	width: 100%;
	color: #be0407;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
}

.form-btn .btn:hover {

	background: #d0cece;
}


.featured-amenities-inner-content h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #060400;
	padding: 20px 5px;
	text-align: center;
}

.featured-amenities-inner-wrap img {
	width: 100%;
}

.featured-amenities-inner-wrap {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 1px 5px 0px #e0e2e6;
}

.featured-amenities-inner-wrap:hover .featured-amenities-inner-content {
	border-bottom: 2px solid #e02227;

}

.featured-amenities-inner-wrap:hover .featured-amenities-inner-content h3 {
	color: #e02227;
}

.featured-amenities-wrap {
	padding: 50px 0px;
}

.projects-featured-amenities-section {
	padding: 70px 0px;
}

.projects-specifications-wrap {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 1px 5px 0px #e0e2e6;
	padding: 21px;
}

.projects-specifications-right-list ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #454545;
	margin-bottom: 25px;
	background-image: url("./img/others/projects-list-icons.png");
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 36px;
	text-transform: capitalize;
}

.rotate-img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.main-investors-top h3 {
	margin: 40px 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	color: #060400;
}

.projects-specifications-left-img h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #060400;
}

.projects-specifications-heading-wrap {
	width: 50%;
}

.projects-specifications-left-img {
	background-image: url("./img/others/projects-specification-img.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 100%;
	height: 610px;

}

.projects-specifications-left-img.notting-specifications {
	background-image: url("./img/others/projects-specification-img-nottinghill.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 100%;
	height: 610px;

}

.projects-specifications-left-img.brixton-specifications {
	background-image: url("./img/others/projects-specification-img-brixton.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 100%;
	height: 610px;

}

.projects-specifications-right-list {
	max-height: 560px;
	overflow-y: scroll;
	background-color: #f7f7f7;
	padding: 20px;
}

.projects-specifications-heading-wrap p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #454545;
}

.projects-specifications-section {
	background-image: url("./img/others/projects-specification-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.project-plan-img-top img {
	width: 100%;
}



.project-plan-tab-content-wrap .fade {
	opacity: 1 !important;
	transition: opacity 0.15s linear;
}

.plan-top-list-bottom {
	margin-top: 10px;
}

.project-plan-tab-heading .nav-tabs .nav-link.active,
.project-plan-tab-heading .nav-tabs .nav-item.show .nav-link {
	border: none;
	border-bottom: 3px solid #f40101;
}

.project-plan-tab-heading .nav-link:focus,
.project-plan-tab-heading .nav-link:hover {
	color: #f40101;
}

.project-plan-tab-heading ul li {
	width: 185px;
	text-align: center;
}

.project-plan-tab-heading ul li a {

	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #454545;
}

.project-plan-section {
	padding: 50px 0px;
}

.main-heading.project-plan-heading {
	margin-bottom: 60px;
}

.project-plan-tab-heading ul li:first-child {
	border-right: 2px solid 2px solid #dfdfdf;
}

.project-faq-section {
	padding: 50px 0px;
}

.mainfaq-heading p {
	color: #606060;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
}

.project-accorion-wrap {
	padding: 40px 25px;
	background-color: #eee;
	max-height: 370px;
	overflow-y: scroll;

}

.mainfaq-full-wrap {
	margin-top: 60px;
}

.project-accorion-wrap .accordion-button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #d50000;
}

.project-accorion-wrap .accordion-button.first-heading {
	color: #000;
}

.project-accorion-wrap .accordion-button:not(.collapsed) {
	color: #000;
	background-color: #f4f4f4;

}

.project-accorion-wrap .accordion-button::after {
	background-image: none !important;
}

.project-accorion-wrap .accordion-button:focus {
	z-index: 3;
	border-color: #d50000;
	outline: 0;
	box-shadow: none;
}

.mainarrow-line {
	width: 100%;
	height: 15px;
	position: relative;
}

.mainarrow-line::after {
	content: "";
	position: absolute;
	top: 120%;
	z-index: -99;
	width: 100%;
	height: 2px;
	color: #060400;
	border: 1px solid #000;
}

.main-one {
	left: -36%;
	position: relative;
	top: 0px;
	z-index: 999;
	display: inline-block;
	width: 30%;
	height: 260px;
}

.main-one h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #d50000;
	text-align: center;
}

.construction-status-heading {
	margin-bottom: 50px;
}

.construction-status-wrap {
	height: 290px;
	margin-top: 110px;
}

.status-extra-list {
	opacity: 0;
	width: 265px;
	position: absolute;
	top: 0;
	z-index: 99999;
	left: -942%;
	text-align: left;
	transition: all 1s ease-in-out 0s;
	/* transition-delay: 2s; */
}

.main-one {
	overflow: hidden;
}

.main-one.actives {
	overflow: unset;
}

.main-one.actives .status-extra-list {
	opacity: 1;
	left: 142%;
	transition: all 1s ease-in-out 0s;
	/* transition-delay: 2s; */
}

.status-main-content h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #d50000;
	margin: 0px;
	padding-bottom: 1px;
}

.status-main-content h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #424242;
	margin: 0px;
	padding-bottom: 1px;
	text-align: left;
	margin-top: 20px;
}

.status-main-content p {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #424242;
	margin: 0px;
}

/* .status-main-content {
	margin-top: 62px;
} */
.main-one {
	width: 53px !important;
}


.construction-status-wrap .item {
	text-align: center !important;
}

.projects-map-road-left {
	position: relative;
}

/* .projects-map-road-left::after{
	content: "";
	top: 50%;
	left: 0;
	right: 0;
	background-image: url("./img/icons/bed-img.png");
	width: 20px;
	height: 20px;
	z-index: 999;
	position: absolute;
	background-repeat: no-repeat;
	margin: auto;
} */
.projects-map-road-left:hover .projects-map-road-left::after {
	display: none !important;
}

.projects-map-road-zoom img {
	width: 10%;
}

.projects-map-road-zoom {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 999;
	margin: auto;
	text-align: center;
}

.projects-map-road-left:hover .projects-map-road-zoom {
	display: none;
}

.featured-amenities-inner-wrap {
	position: relative;
}

.projects-map-road-zoom {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 999;
	margin: auto;
	text-align: center;
}

.featured-map-road-zoom {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	z-index: 999;
	margin: auto;
	text-align: center;
	width: 12%;
}

.featured-amenities-inner-wrap:hover .featured-map-road-zoom {
	display: none;
}

#sidebar-wrapper {
	margin-right: -250px;
	right: 0;
	top: 20%;
	width: 250px;
	background: #be0407;
	position: fixed;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	/* height: 100%; */
	/* overflow-y: auto; */
	z-index: 999999;
}

#sidebar-wrapper.active {
	right: 250px;
	width: 357px;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}

#menu-toggle {
	cursor: pointer;
	/*	transform: rotate(90deg);*/
	text-align: right;
	position: absolute;
	top: 0%;
	left: -93px;
	z-index: 99;
	/*background-color: #e02227;
	padding: 10px 15px;*/
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 20px;
	box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, .2);
}

#menu-close {
	color: #fff;
	background-color: transparent;
	border: none;
	font-size: 25px;
	position: relative;
	z-index: 99999;
}

.project-plan-img-top {
	position: relative;
}

.project-plan-img-top6 {
	position: relative;
}

.project-map-road-zoom {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	z-index: 999;
	margin: auto;
	text-align: center;
	width: 12%;
}

.project-plan-img-top2 {
	position: relative;
}

.project-plan-img-top1:hover .project-map-road-zoom1 {
	display: none;
}

.project-plan-img-top2:hover .project-map-road-zoom2 {
	display: none;
}

.project-plan-img-top:hover .project-map-road-zoom-gallery {
	display: none;
}

.project-plan-img-top1 {
	position: relative;
}

.project-map-road-zoom-gallery {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	z-index: 9;
	margin: auto;
	text-align: center;
	width: 5%;
}

.project-map-road-zoom1,
.project-map-road-zoom2,
.project-map-road-zoom3,
.project-map-road-zoom4,
.project-map-road-zoom5,
.project-map-road-zoom6,
.project-map-road-zoom7 {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	z-index: 999;
	margin: auto;
	text-align: center;
	width: 12%;
}

.project-plan-img-top3 {
	position: relative;
}

.project-plan-img-top3:hover .project-map-road-zoom3 {
	display: none;
}

.project-plan-img-top4:hover .project-map-road-zoom4 {
	display: none;
}

.project-plan-img-top5:hover .project-map-road-zoom5 {
	display: none;
}

.project-plan-img-top6:hover .project-map-road-zoom6 {
	display: none;
}

.project-plan-img-top7:hover .project-map-road-zoom7 {
	display: none;
}

.project-plan-img-top8:hover .project-map-road-zoom8 {
	display: none;
}

.project-plan-img-top1,
.project-plan-img-top2,
.project-plan-img-top3,
.project-plan-img-top4,
.project-plan-img-top5,
.project-plan-img-top6,
.project-plan-img-top7,
.project-plan-img-top8 {
	border: 1px solid #dfdfdf;
	padding: 40px;
}

.project-plan-img-top {
	border: 1px solid #dfdfdf;
	padding: 40px;
}

.mainfaq-heading .mainfaq-red {
	color: #e02227;
	background-color: #fff;
	padding: 10px 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 17px;
}

.mainfaq-heading h3 {
	background-color: #fff;
	padding: 10px 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 17px;
}

.social-icons {
	/*	margin-left: 70px;*/
	float: right;
	padding-right: 40px;
	border-right: 3px solid #fff;
}

.about-whoweare-heading p {
	padding-top: 35px;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #060400;
	line-height: 35px;
	text-align: center;
}

.inner-about-whoweare-section {
	background: #ffeded;
}

.inner-about-whoweare-section {
	background: #ffeded;
	padding: 50px 0px;
}

.leadership-content-heading h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #e02227;
}

.leadership-content-heading h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #301f16;
}

.leadership-full-main-content p {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #301f16;
}

.leadeship-img-wrap {
	position: relative;
}

/* .leadeship-img-wrap {
	position: absolute;
	top: -110px;
	left: 0;
} */
.main-leader {
	padding: 80px 20px;
	border: 1px solid #000;
}

.leadeship-img-wrap {
	margin-top: -193px;
	padding-bottom: 50px;
	padding-left: 0px;

}

.main-leadership-full-wrap {
	margin: 50px 0px;
}

.main-leadership-full-wrap {
	margin-top: 200px;
}

.inner-leadership-section {
	padding: 80px 0px;
	background-image: url("./img/others/leadership-bg.jpg");
	background-position: center;
	background-size: 100% 100%;
}

.inner-about-vision-content p {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

.inner-about-vision-section {
	padding: 50px 0px;
	background-image: url("./img/others/visio-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.about-beliefs-details h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #000;
}

.about-beliefs-details p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #000;
}

.about-beliefs-img img {
	width: 100%;
}

.extra-margin-top {
	margin-top: 80px;
}

.inner-about-beliefs-wrap {
	margin-top: 90px;
	position: relative;
}

.inner-about-beliefs-content-main {
	min-height: 170px;
}

.inner-belief-line {
	width: 100%;
	height: 4px;
	background: #3d3d3d;
	position: absolute;
	top: 47%;
}

.inner-belief-dot {
	position: absolute;
	top: -20px;
	left: 24%;
}

.inner-belief-dot-one {
	position: absolute;
	top: -20px;
	left: 54%;
}

.inner-about-beliefs-section {
	padding: 80px 0px;
}

.inner-about-managerial-img h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #e02227;
}

.inner-about-managerial-img {
	text-align: center;
}

.inner-about-managerial-wrap {
	background-image: url("./img/others/managerial-bg.png");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 90px 0px;
}

.environment-content-main p {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #323232;
}

.inner-about-environment-wrap {
	padding: 80px 0px;
}

.inner-about-environment-section {
	padding: 80px 0px 0px;
}

.inner-about-policy-section {
	background-color: #e02429;
	padding: 60px 0px;
}

.about-policy-left-text p {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	position: relative;
	padding-left: 20px;
}

.about-policy-left-text p::after {
	content: "";
	position: absolute;
	left: 0;
	top: 12%;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50px;
}

.inner-about-awards-details h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #343434;
	text-align: center;
	padding: 10px 2px;
	margin: 0px;
}

.inner-about-awards-details p {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #343434;
	text-align: center;
	margin: 0px;
}

.inner-about-awards-main-details img {
	width: 100%;
}

.inner-about-awards-main-details {
	border: 1px solid #d2cccc;
	padding: 9px;
	border-radius: 7px;
	min-height: 340px;
}

.inner-about-awards-wrap {
	margin-top: 50px;
}

.inner-about-awards-section {
	padding: 60px 0px;
}

.about-top-main {
	position: absolute;
	bottom: 0;
	left: 42%;
}

.about-list-art ul li:first-child {
	position: absolute;
	left: -55%;
	top: 2%;
}

.about-list-art ul li:nth-child(2) {
	position: absolute;
	left: -37%;
	top: -68%;
}

.about-list-art ul li:nth-child(3) {
	position: absolute;
	left: 17%;
	top: -83%;
}

.about-list-art ul li:nth-child(4) {
	position: absolute;
	right: -39%;
	top: -68%;
}

.about-list-art ul li:nth-child(5) {
	position: absolute;
	right: -57%;
	top: 2%;
}

.inner-one-text {
	width: 250px;
	position: absolute;
	left: -185%;
	top: 2%;
}

.inner-two-text {
	width: 250px;
	position: absolute;
	left: -125%;
	top: -41%;
	text-align: center;
}

.inner-three-text {
	width: 250px;
	position: absolute;
	left: -25%;
	top: -100%;
	text-align: center;
}

.inner-four-text {
	width: 250px;
	position: absolute;
	left: 85%;
	top: -30%;
	text-align: center;
}

.inner-five-text {
	width: 250px;
	position: absolute;
	left: 105%;
	top: 0%;
	text-align: center;
}

.inner-one h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.inner-one p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.active-second-wings-img {
	display: none;
}

.aboutactive {
	background-color: #666;
	color: white;
}

/* .aboutactive .active-second-wings-img {
	display: block;
  }

  .aboutactive .in-second-wings-img{
	display: none;
  } */
.aboutbtn.aboutactive .active-second-wings-img {
	display: block;
}

.aboutbtn.aboutactive .in-second-wings-img {
	display: none;
}

.aboutbtn:hover .in-second-wings-img {
	display: none;
}

.aboutbtn:hover .active-second-wings-img {
	display: block;
}

.active-second-wings-img {
	display: none;
}

.inner-current-opening-inner-datails h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #e02227;
}

.inner-current-opening-inner-datails p {
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #1b1b1b;
}

.inner-current-opening-details {
	border: 1px solid #bdc5c9;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 4px 2px #e0e2e6;
	margin-top: 20px;
	background-color: #fff;
}

.inner-current-opening-wrap {
	padding: 50px 0px;
}

.inner-current-opening-inner-applay-btn .btn {
	background-color: #e02227;
	padding: 7px 25px;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;

}

.inner-current-opening-section {
	background-image: url("./img/others/career-apply-img-bg.png");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.inner-current-opening-full-wrap {
	max-height: 850px;
	overflow-y: scroll;
	padding: 13px;
}

.inner-careers-heading {
	position: absolute;
	bottom: 40%;
	left: 0;
	right: 0;
	z-index: 99;
	margin: auto;
	text-align: center;
}

.inner-careers-heading h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 500;
	color: #fff;
}

.inner-careers-heading h3 span {
	color: #e02227;
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 500;
}

.inner-current-opening-contact-img {
	text-align: center;
}

.inner-current-opening-details-bottom {
	border-bottom: 1px solid #bdc5c9;
	padding: 20px;
	border-radius: 5px;
	margin-top: 20px;
	background-color: #fff;
}

.inner-careers-main-details h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #3a3a3a;
	padding: 15px 0px;
	margin: 0px;
}

.inner-careers-main-details .main-careers-heading {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #e02227;
	margin-top: 20px;
}

.inner-careers-main-details p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #3a3a3a;
	text-align: justify;
}

.inner-current-careers-main-form h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: 500;
	color: #e02227;
	padding: 10px 0px;
}

.inner-current-careers-form-details {
	background-color: #fbe0e1;
	padding: 20px 15px;
	border-radius: 10px;
	margin-top: 40px;
}

.careers-form-btn {
	text-align: center;
}

.careers-btn-primary {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	width: 30%;
	color: #fff;
	background-color: #e02227;
}

.inner-contact-page-form-details h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 45px;
	font-weight: 700;
	color: #303030;
}

.inner-contact-page-form-details h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #303030;
}

.inner-contact-page-form-details p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #303030;
}

.form-control.contact-extra-height {
	padding: 13px 10px;
	border: 1px solid #df2228;
}

.contacts-btn-primary {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 8px 20px;
	text-transform: uppercase;
	background-color: #e02227;
	color: #fff;

}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #2a2a2a;
	opacity: 1;
	/* Firefox */
	font-family: Montserrat;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #2a2a2a;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #2a2a2a;
}

.inner-contact-page-section {
	padding: 100px 0px;
	background-image: url("./img/others/contact-main-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.inner-contact-location-datails h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #2a2a2a;
}

.inner-contact-location-datails h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #e02227;
}

.inner-contact-location-address {
	text-align: center;
}

.inner-contact-location-datails {
	padding: 30px 10px;
}

.inner-contact-location-icon {
	margin-top: -70px;
}

.inner-contact-location-address {
	text-align: center;
	border: 1px solid #e3e2e2;
	padding: 20px 10px;
	background-color: #fff;
	box-shadow: 0px 0px 4px 2px #e0e2e6;
	border-radius: 15px;
}

.inner-contact-location-map-wrap {
	padding-top: 170px;
}

.inner-contact-location-google-map iframe {
	height: 650px;
	border: 2px solid #cccaca !important;
	padding: 1px;
}

.inner-contact-location-google-map {
	margin-top: 30px;
}

.inner-contact-footer-heading h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
}

.inner-contact-footer-address {
	background-color: #e02227;
	text-align: center;
	padding: 40px 0px;
}

.inner-contact-footer-heading p {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin: 0px;
}

.inner-contact-location-map-highlights-section {
	width: 90%;
	margin: auto;
}

.inner-careers-inner-form .col-form-label {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #4a4a4a;
}

.inner-investors-page-content p {
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #4a4a4a;
	text-align: center;
}

.inner-investors-page-wrap {
	padding: 50px 0px;
}

.main-investors-top {
	margin-top: 20px;
}

.inner-investors-logo {
	padding: 70px 0px;
}

.feature-sub-heading {
	cursor: pointer;
}

.advantage h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #131313;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 96%;
	left: -155%;
}

.mobile-location-list {
	font-family: 'Poppins', sans-serif;
	background-color: #e02227;
	padding: 10px;
	color: #fff;
	width: 100%;
	text-align: center;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.footer-main-menu {
	position: fixed;
	background-color: #e02227;
	/*	border-radius: 5px;*/
	width: 100%;
	bottom: 0%;
	z-index: 999;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	box-shadow: 0px -5px 5px rgba(0, 0, 0, .2);
}

.footer-inner-icon a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	padding: 10px;
	color: #000;
	font-family: apollo-reg;
	letter-spacing: 2px;
	text-transform: uppercase;

}

.footer-inner-icons a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	padding: 10px;
	color: #000;
	font-family: apollo-reg;
	letter-spacing: 2px;
	text-transform: uppercase;

}

.footer-main-wrap {
	padding: 0px 22px;
	text-align: center;
}

.footer-main-wrap .footer-inner-icon {
	position: relative;
}

.footer-main-wrap .footer-inner-icon::after {
	content: "";
	position: absolute;
	top: 28%;
	right: 2%;
	color: #fff;
	height: 24px;
	background-color: #fff;
	width: 1px;

}

.footer-main-wrap:last-child::after {
	display: none;
}

.footer-main-wrap .footer-inner-icon::after:last-child {
	display: none;
}

.footer-inner-icon .btn:focus {
	box-shadow: none !important;
}

.countdown-mobile-img {
	display: none;
}

#popupmainform h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 23px;
	font-weight: 500;
	color: #e02227;
	text-align: center;
	text-transform: uppercase;
	padding: 12px;
}

#popupsubmitbtn {
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	background-color: #e02227;
}

#slidesubmitForm .error {
	color: #fff !important;
}

.error {
	color: #ff0000;
}

#slidesubmitForm .form-control {
	color: #000 !important;
}

.advantage-btn-list h3 {
	font-family: 'Poppins', sans-serif;
	color: #0f0f0f;
	background-color: #fff;
	border-color: #e9ecef #e9ecef #dee2e6;
	font-size: 20px;
	padding: 10px 20px;
	margin: 0px;
	border-bottom: 2px solid #888;
	margin: 0px 8px;
}

.copyrights .footer-privacy {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #323232 !important;
	margin-bottom: 0px;
}

.ready-btn-main {
	text-align: center;
}

.ready-btn-main {
	width: 50%;
	text-align: left;
}

.ready-btn-main a {
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 11px;
	background-color: #e02227;
	padding: 9px 9px;
	color: #fff;
}


.col-xs-5ths {
	padding-left: 10px;
	width: 20% !important;
}

/*RESPONSIVE*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	width: 20% !important;
}

/* .col-5ths {
   width: 20% !important;
   float: left !important;
} */
@media (min-width: 576px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}

	.modal-table th,
	.modal-table td,
	.modal-table-heading {
		font-size: 12px;
	}

}

@media (min-width: 500px) {

	.modal-table th,
	.modal-table td,
	.modal-table-heading {
		font-size: 12px;
	}

}


@media (min-width: 768px) {
	.col-md-5ths {
		width: 20% !important;
		float: left !important;
	}

}

@media (min-width: 992px) {
	.col-lg-5ths {
		width: 20% !important;
		float: left !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20.0%;
		flex: 0 0 20.0%;
		max-width: 20.0%;
	}
}

@media (min-width: 1200px) {
	.col-xl-5ths {
		width: 20% !important;
		float: left !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20.0%;
		flex: 0 0 20.0%;
		max-width: 20.0%;
	}
}

@media screen and (max-width: 3840px) {}

@media screen and (max-width: 2880px) {}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
	.main-heading.project-plan-heading {
		margin-bottom: 60px;
	}

	.project-inner-banner-top-buttons {
		padding-top: 0px;
		border-top: 1px solid #d5d0d0;
	}

	.projects-heading-location h3 {
		font-size: 20px;
		padding-top: 5px;
		font-family: 'Poppins', sans-serif;
		font-weight: 700;
		color: #e02227;
		border-bottom: 1px solid #d5d0d0;
		padding-bottom: 10px;
	}

	.projects-heading-location h3 span {
		font-size: 20px;
		padding-top: 5px;
		font-family: 'Poppins', sans-serif;
		font-weight: 700;
		color: #e02227;
		border-bottom: 1px solid #d5d0d0;
		padding-bottom: 10px;
	}

	.inner-belief-dot {
		position: absolute;
		top: -20px;
		left: 16%;
	}

	.inner-belief-dot-one {
		position: absolute;
		top: -20px;
		left: 56%;
	}

	.mfp-image-holder .mfp-content {
		width: 53% !important;
		margin: auto;
	}

	.inner-project-count-details p {
		font-size: 14px;
	}

	.project-inner-top-wrap {
		padding: 10px 0px;
	}

	.project-right-box {
		z-index: 9;
		padding: 11px 10px;
	}

	.project-right-box.extra-height {
		position: absolute;
		top: 0;
		right: 0;
		width: 35%;
		background: #ededed;
		z-index: 9;
		padding: 154px 10px;
	}

	.project-right-box.extra-height-projects {
		position: absolute;
		top: 0;
		right: 0;
		width: 35%;
		background: #ededed;
		z-index: 9;
		padding: 72px 10px;
	}

	.projects-heading-location h2 {
		padding-top: 15px;
		padding-bottom: 16px;
	}

	.status-extra-list {
		opacity: 0;
		width: 270px;

	}
}

@media screen and (max-width: 1366px) {
	.project-right-box.extra-height-projects {
		position: absolute;
		top: 0;
		right: 0;
		width: 35%;
		background: #ededed;
		z-index: 9;
		padding: 59px 10px;
	}

	.project-right-box.extra-height {
		position: absolute;
		top: 0;
		right: 0;
		width: 35%;
		background: #ededed;
		/* padding: 15px; */
		z-index: 9;
		padding: 127px 10px;
	}

	.project-inner-banner-top-buttons {
		padding-top: 39px;
		border-top: 1px solid #d5d0d0;
	}

	.projects-heading-location h3 {
		font-size: 18px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.projects-heading-location h3 span {
		font-size: 18px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.inner-project-count-details h4 {
		font-family: 'Poppins', sans-serif;
		font-size: 21px;

	}

	.projects-heading-location h2 {
		font-size: 20px;
		padding-top: 12px;
		padding-bottom: 0px;
	}

	#sidebar-wrapper {
		/*top: 24%;
		width: 250px;*/
	}

	.owl-carousel-managerial .owl-prev {
		display: block !important;
	}

	.owl-carousel-managerial .owl-next {
		display: block !important;
	}

	.owl-carousel-awards .owl-prev {
		display: block !important;
	}

	.owl-carousel-awards .owl-next {
		display: block !important;
	}

	.inner-belief-dot-one {
		top: -20px;
		left: 56%;
	}

	.inner-belief-dot {
		top: -20px;
		left: 14%;
	}

	.footer-wrap ul li a {
		font-size: 13px;
		color: #fff;
	}

	.mfp-image-holder .mfp-content {
		width: 53% !important;
		margin: auto;
	}

	.about-top-main {
		position: absolute;
		bottom: 0;
		left: 39%;
	}

	.project-right-box {
		position: absolute;
		top: 0;
		right: 0;
		width: 35%;
		z-index: 9;
		padding: 8px 10px;
	}

	.footer-wrap h3 {
		font-size: 15px;
		color: #fff;
		margin-bottom: 25px;
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
	}

	.projects-main-map-right iframe {
		height: 373px;
	}

	.projects-inner-nav-bar-link ul li a {
		font-size: 22px;
		padding: 15px 24px;
	}

	.project-banner-content h4 {
		font-size: 16px;
	}

	.project-inner-top-wrap {
		padding: 10px 0px;
	}

	.project-inner-download a {
		font-size: 12px;
		padding: 12px 10px;
	}

	.inner-project-count-details p {
		font-size: 13px;
	}

	.fairmont-logo img {
		width: 220px;
	}

}

@media screen and (min-width: 1100px) and (max-width: 1280px) {
	.project-right-box.extra-height-projects {
		position: absolute;
		top: 0;
		right: 0;
		width: 35%;
		background: #ededed;
		z-index: 9;
		padding: 55px 10px;
	}

	.project-right-box.extra-height {
		position: absolute;
		top: 0;
		right: 0;
		width: 35%;
		background: #ededed;
		padding: 15px;
		z-index: 9;
		padding: 124px 10px;
	}

	.project-right-box {
		position: absolute;
		top: 0;
		right: 0;
		width: 35%;
		z-index: 9;
		padding: 14px 10px;
	}

	.inner-belief-dot {
		top: -20px;
		left: 11%;
	}

	.inner-project-count-details h4 {
		font-family: 'Poppins', sans-serif;
		font-size: 15px;
	}

	.project-inner-banner-top-buttons {
		padding-top: 14px;
		border-top: 1px solid #d5d0d0;
	}
}

@media screen and (max-width: 1279px) {
	.inner-project-count-details p {
		font-size: 11px;
	}

	header .mainmenu.inner-page ul li a {
		color: #262626;
		font-size: 15px;
		font-weight: 400;
		font-family: 'ProximaNova-Regular';
	}

	.projects-inner-nav-bar-link ul li a {
		font-size: 16px;
		padding: 15px 24px;
	}

	.inner-project-count-details {
		padding: 5px 5px;
		margin: 5px;
		text-align: center;
		border-radius: 9px;
		background: rgba(238, 223, 224, 0.8);
	}

	.project-right-box {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 999;
		padding: 8px 10px;
	}

	.social-icons {
		margin-left: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.project-right-box.extra-height-projects {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		background: #ededed;
		z-index: 9;
		padding: 59px 10px;
	}

	.col-md-5ths {
		width: 20%;
		float: left;
	}

	.inner-project-count-details p {
		font-size: 15px;
	}

	.inner-project-count-details {
		padding: 12px 5px;
		margin: 5px;
		text-align: center;
		border-radius: 9px;
		background: rgba(238, 223, 224, 0.8);
	}

	header .banner-contents h3 {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		color: #fff;
		font-weight: 700;
		line-height: 1;
	}

	.banner-contents p {
		font-family: 'Poppins', sans-serif;
		font-weight: 200;
		font-size: 26px;
		color: #fff;
	}

	header .mainmenu ul li a {
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		font-family: 'ProximaNova-Regular';
	}

	header .mainmenu ul li {
		padding: 0px 8px;
	}

	.countdown-heading img {
		width: 46%;
	}

	.countdown-heading h2 {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;

	}

	.countdown-heading p {
		font-family: 'Poppins', sans-serif;
		font-size: 13px;
		font-weight: 300;
		color: #060400;
	}

	.countdown-section {
		background-color: #fdf2f2;
		padding: 70px 0px;
	}

	.advantage-btn-list h3 {

		font-size: 15px;
		padding: 10px 20px;
		margin: 0px;
		margin: 0px 8px;
	}

	.testimonilas-sub-heading p {
		font-family: 'Poppins', sans-serif;
		font-size: 25px;
		font-weight: 500;
		color: #060400;
	}

	.testimonilas-sub-heading p span {
		display: block;
		font-family: 'Poppins', sans-serif;
		font-size: 25px;
		font-weight: 500;
		color: #0f0f0f;
	}

	.owl-carousel-testimonials .owl-prev {
		/* display: none; */
		background-color: rgba(0, 0, 0, 0) !important;
		background-image: url("./img/icons/testi-left.png") !important;
		background-repeat: no-repeat !important;
		background-position: 0 0;
		margin: 0px !important;
		display: inline-block;
		height: 61px;
		left: 70%;
		position: absolute;
		text-indent: -99999px;
		top: -35%;
		width: 100px;
		outline: none !important;
	}

	.col-xs-5ths,
	.col-sm-5ths,
	.col-md-5ths,
	.col-lg-5ths,
	.col-xl-5ths {
		position: relative;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
		width: 30% !important;
	}

	.footer-top-content p {
		font-family: 'Poppins', sans-serif;
		font-size: 13px;
		font-weight: 400;
		color: #fff;
		padding: 20px 0px;
		text-align: center;
	}

	.social-icons {
		margin-left: 0px;
	}

	/*.copyrights p {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		color: #323232;
		margin-bottom: 0px;
	  }*/
	.footer-address-list h2 {
		font-size: 15px;
		color: #fff;
		margin-bottom: 25px;
	}

	.social-icons h3 {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.footer-address-list ul li {
		margin-bottom: 3px;
		font-family: 'Poppins', sans-serif;
		text-decoration: none;
		font-size: 14px;
		color: #fff;
	}

	.leadership-full-main-content p {
		font-family: 'Poppins', sans-serif;
		font-size: 15px;
		font-weight: 300;
		color: #301f16;
	}

	.leadership-content-heading h4 {
		font-family: 'Poppins', sans-serif;
		font-size: 11px;
		font-weight: 500;
		color: #e02227;
	}

	.leadership-content-heading h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #301f16;
	}

	.leadeship-img-wrap {
		margin-top: -143px;
		padding-bottom: 50px;
		padding-left: 0px;
	}

	.about-beliefs-details p {
		font-family: 'Poppins', sans-serif;
		font-size: 13px;
		font-weight: 300;
		color: #000;
	}

	.about-beliefs-details h3 {
		font-family: 'Poppins', sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #000;
	}

	.inner-belief-dot {
		top: -20px;
		left: 8%;
	}

	.about-policy-left-text p {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 400;
		color: #fff;
		position: relative;
		padding-left: 20px;
	}

	.inner-about-awards-main-details {

		padding: 9px;
		border-radius: 7px;
		min-height: 290px;
	}

	header .mainmenu.inner-page ul li a {
		color: #262626;
		font-size: 12px;
		font-weight: 400;
		font-family: 'ProximaNova-Regular';
	}

	.inner-about-vision-content p {
		font-family: 'Poppins', sans-serif;
		font-size: 15px;
		font-weight: 400;
		color: #fff;
	}

	.inner-about-managerial-img h3 {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
	}

	.about-list-art {
		display: none;
	}

	.about-top-main {
		position: absolute;
		bottom: 0;
		left: 29%;
	}

	.inner-current-opening-inner-datails h3 {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #e02227;
	}

	.inner-current-opening-inner-applay-btn .btn {
		background-color: #e02227;
		padding: 7px 25px;
		color: #FFF;
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 500;
	}

	.inner-current-opening-inner-datails p {
		margin: 0px;
		font-family: 'Poppins', sans-serif;
		font-size: 13px;
		font-weight: 300;
		color: #1b1b1b;
	}

	.inner-careers-heading h3 {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: 500;
		color: #fff;
	}

	.inner-careers-heading h3 span {
		color: #e02227;
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: 500;
	}

	.inner-careers-heading {
		position: absolute;
		bottom: 60%;
		left: 0;
		right: 0;
		z-index: 99;
		margin: auto;
		text-align: center;
	}

	.inner-contact-location-datails h4 {
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 500;
		color: #2a2a2a;
	}

	.inner-contact-location-datails h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 17px;
		font-weight: 700;
		color: #e02227;
	}

	.inner-contact-footer-heading p {
		font-size: 17px;
	}

	.inner-contact-location-map-wrap {
		padding-top: 20px;
	}

	.mainmenu .sub-menu {
		transition: all 1s ease-in-out 0s;
		list-style: outside none none;
		min-width: 135px;
	}

	.mainmenu .sub-menus {
		min-width: 150px;
		padding: 0;
	}

	.project-right-box {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 9;
		padding: 14px 10px;
	}

	.project-bottom-header {
		/*		margin-top: 60px;*/
	}

	.projects-inner-nav-bar-link ul li a {
		font-size: 15px;
		padding: 15px 14px;
	}

	.project-heighlights ul li span {
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
	}

	.project-heighlights ul li {
		display: inline-block;
		padding-right: 5px;
		color: #060400;
		position: relative;
	}

	.projects-enquiey-main-heading h3 {
		font-size: 15px;
	}

	.projects-enquiey-main-heading {
		background-color: red;
		text-align: center;
		padding: 24px 0px;
		border-radius: 5px;
		color: #fff;
	}

	.form-btn .btn {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		background: red;
		width: 100%;
		color: #fff;
		text-transform: uppercase;
	}

	.main-heading h2 span {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: 700;
		color: #0f0f0f;
		border-bottom: 4px solid #e02227;
	}

	.main-heading h2 {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: 700;
		color: #e02227;
	}

	header .mainmenu ul li {
		padding: 0px 5px;
	}

	.advantage h3 {
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		color: #131313;
		text-align: center;
		margin: auto;
		position: absolute;
		top: 96%;
		left: -155%;
	}
}

@media screen and (max-width: 767px) {
	.project-right-box.extra-height {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		background: #ededed;
		padding: 15px;
		z-index: 9;
		padding: 20px 10px;
	}

	header .header-logo {
		text-align: center;
	}

	header .header-logo img {
		display: inline-block;
	}

	header .mainmenu .navbar {
		margin: 0;
		padding: 0;
	}

	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}

	.icon-bar+.icon-bar {
		margin-top: 4px;
	}

	button:focus {
		outline: none;
	}

	.navbar-toggler {
		background-color: transparent;
		background-image: none;
		border-radius: 0;
		padding: 9px 10px;
	}

	.navbar-dark .navbar-toggler {
		border: medium none;
	}

	header .header-top .mainmenu ul li {
		margin-bottom: 10px;
	}

	header .header-top .mainmenu ul li .sub-menu li {
		margin-bottom: 0px;
	}

	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}

	header .mainmenu {
		float: none;
		padding-top: 0px;
	}

}

@media screen and (max-width: 480px) {

	.table th,
	.table td {
		font-size: 9px;
	}

	.footLinks li a {

		font-size: 14px !important;
		padding-right: 10px !important;
	}

	.countdown-mobile-img {
		text-align: center;
	}

	.about-main-img img {
		width: 60%;
	}

	.about-top-main {
		position: absolute;
		bottom: 0;
		left: 30%;
	}

	.inner-project-count-details p {
		font-size: 11px;
	}

	.copyrights .footer-privacy {
		font-size: 12px;
	}

	.projects-featured-amenities-section {
		padding: 10px 0px;
	}

	.project-heighlights ul li span {
		font-family: 'Poppins', sans-serif;
		font-size: 13px;
	}

	.mainmenu .sub-menu .sub-menus li a {
		font-size: 12px;
		padding: 6px 3px !important;
	}

	.mainmenu .sub-menu li a {
		padding: 6px 15px !important;
	}

	.mainmenu li:last-child:hover .sub-menu {
		right: 27%;
	}

	.btn:focus,
	.btn.focus {
		box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.0) !important;
	}

	header .mainmenu ul li {
		padding: 0px 15px;
		margin-bottom: 10px;
		border-bottom: 1px solid #eaeaea;
		padding-bottom: 6px;
	}

	.mainmenu .sub-menu li {
		margin-bottom: 0px;
		/* border-bottom: none !important; */
	}

	header .mainmenu.inner-page ul li a .sub-menu li a {
		font-size: 16px;
	}

	.mainmenu .sub-menus {
		min-width: 110px;
	}

	header .mainmenu.inner-page ul li a {
		font-size: 16px;
	}

	.mainmenu .sub-menu {
		min-width: 150px;
		right: 27%;
	}

	header .header-top .mainmenu ul li {
		margin-bottom: 10px;
		border-bottom: 1px solid #eaeaea;
		padding-bottom: 6px;
	}

	#collapsibleNavbar .navbar-nav {
		margin-top: 70px;
		text-align: center;
		height: 100vh;
	}

	.mainmenu .navbar-brand img {
		width: 111px;
	}

	.main-content {
		display: none;
	}

	.countdown-mobile-img {
		display: block;
	}

	.feature-section {
		padding: 20px 0px;
	}

	.testimonials-details {
		text-align: center;
	}

	.completed-projects-wrap {
		padding: 0px;
		margin-top: 20px;
	}

	.tambarm-list ul li {
		font-size: 12px;
	}

	.mainfaq-heading p {
		font-size: 14px;
	}

	.mainfaq-heading h3 {
		font-size: 15px;
	}

	.inner-investors-page-content p {
		font-size: 16px;
	}

	.inner-investors-logo {
		padding: 10px 0px;
	}

	.inner-investors-logo-main {
		text-align: center;
		padding: 10px 0px;
	}

	.inner-current-opening-inner-datails p {
		font-size: 12px;
		text-align: center;
	}

	.inner-contact-location-map-wrap {
		padding-top: 100px;
	}

	.inner-contact-page-section {
		padding: 50px 0px;
	}

	.inner-contact-footer-heading p {
		font-size: 14px;
	}

	.inner-contact-footer-heading h3 {
		font-size: 18px;
	}

	.inner-contact-location-google-map iframe {
		height: 350px;
	}

	.inner-contact-location-google-map {
		margin-top: 0;
	}

	.inner-contact-location-address {
		margin-bottom: 79px;
	}

	.inner-contact-page-form-details h4 {
		font-size: 18px;
	}

	.inner-contact-page-form-details h3 {
		font-size: 25px;
	}

	.inner-contact-page-form-details p {
		font-size: 15px;
	}

	.inner-careers-main-details h3 {
		font-size: 22px;
		text-align: center;
	}

	.inner-careers-main-details p {
		font-size: 16px;
		text-align: center;
	}

	.inner-careers-heading {
		bottom: 45%;
	}

	.inner-careers-heading h3 {
		font-size: 30px;
	}

	.inner-careers-heading h3 span {
		font-size: 30px;
	}

	.inner-current-opening-inner-datails h3 {
		text-align: center;
		font-size: 20px;
		margin: 10px 0px;
	}

	.inner-current-opening-inner-applay-btn {
		text-align: center;
		margin: 10px 0px;
	}

	.searching-heading {
		text-align: center;
	}

	.btn-outline.searching-main-search-icon {
		padding: 10px 22px;
		color: #fff;
		font-size: 17px;
	}

	.countdown-heading p {
		font-size: 16px;
	}

	.countdown-heading h2 {
		font-family: 'Poppins', sans-serif;
		font-size: 32px;
	}

	.construction-status-wrap {
		height: 120px;
		margin-top: 110px;
	}

	.owl-carousel-blog .owl-prev {
		display: none !important;
	}

	.owl-carousel-blog .owl-next {
		display: none !important;
	}

	.inner-project-count-details h4 {
		font-size: 20px;
	}

	.countdown-section {
		background-color: #fdf2f2;
		padding: 30px 0px;
	}

	.countdown-heading {
		background-image: url("./img/icons/home-img1.png");
		background-repeat: no-repeat;
		padding: 75px 40px 30px;
		padding-left: 151px;
		background-position: 39% 20%;
	}

	.main-heading.blog-heading {
		padding-bottom: 30px;
	}

	#menu-toggle {
		transform: rotate(90deg);
		text-align: right;
		position: absolute;
		top: 7%;
		left: -69px;
		z-index: 99;
		background-color: #e02227;
		padding: 10px 15px;
		color: #fff;
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 17px;
	}

	.project-inner-download {
		margin-bottom: 10px;
	}

	.moblie-banner-top {
		margin-top: 60px;
	}

	.inner-projects-page {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 99;
		width: 100%;
		padding: 10px 0px;
		/*		background-color: #fff;*/
	}

	.project-bottom-header {
		/*		margin-top: 60px;*/
	}

	.owl-carousel-featuredamenities .owl-prev {
		display: none !important;
	}

	.owl-carousel-featuredamenities .owl-next {
		display: none !important;
	}

	.projects-enquiey-main-heading {
		padding: 15px 0px;
	}

	#sidebar-wrapper {
		display: none;
		margin-right: -249px;
		right: 0;
		top: 50%;
		width: 250px;
		background: #be0407;
		position: fixed;
		transition: all 0.5s ease-out 0s;
		-webkit-transition: all 0.5s ease-out 0s;
		-moz-transition: all 0.5s ease-out 0s;
		-ms-transition: all 0.5s ease-out 0s;
		-o-transition: all 0.5s ease-out 0s;

		z-index: 999999;
	}

	#menu-close {
		color: #fff;
		background-color: transparent;
		border: none;
		font-size: 25px;
		z-index: 9999999;
		position: relative;
	}

	.mobile-fixed-header {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 9999;
		width: 100%;
		padding: 10px 0px;
		background-color: #fff;
	}

	.feature-section {
		background-attachment: unset;
	}

	.testimonials-section {
		background-image: url(img/others/testimonials-bg.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-attachment: unset;
		padding: 30px 0px;
	}

	.completed-projesct-section {
		padding: 10px 0px;
		margin-bottom: 60px;
	}

	.searching-bar .bg-light {
		background-color: transparent !important;
		padding: 0;
		margin-top: 5px;
	}

	.form-control.searching-main-search {
		width: 245px;
		padding: 12px 15px;
		border-radius: 5px;
		background-color: #fff;
		background-position: 96% 46%;
		background-repeat: no-repeat;
	}

	.project-heighlights-content p {
		font-size: 16px;
	}

	.project-overview-section {
		padding: 0px 0px;
	}

	.status-main-content p {
		font-family: 'Poppins', sans-serif;
		font-size: 11px;
		font-weight: 300;
		color: #424242;
		margin: 0px;
	}

	.construction-status-wrap .item {
		text-align: left !important;
		margin-left: 41px;
	}

	header .banner-contents h3 {
		font-family: 'Poppins', sans-serif;
		font-size: 35px;
		color: #fff;
		font-weight: 700;
		line-height: 1;
	}

	.banner-contents p {
		font-family: 'Poppins', sans-serif;
		font-weight: 200;
		font-size: 25px;
		color: #fff;
	}

	.main-heading h2 {
		font-family: 'Poppins', sans-serif;
		font-size: 23px;
		font-weight: 700;
		color: #e02227;
	}

	.main-heading h2 span {
		font-family: 'Poppins', sans-serif;
		font-size: 23px;
		font-weight: 700;
		color: #0f0f0f;
		border-bottom: 2px solid #e02227;
	}

	.feature-wrap {
		margin-top: 30px;
	}

	.Share-icon {
		text-align: right;
	}

	.searching-heading h2 {
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
	}

	.searching-heading h2::after {
		content: "";
		position: absolute;
		right: -28%;
		top: 5%;
		z-index: 99;
		background-image: url(img/icons/explore-img.jpg);
		background-repeat: no-repeat;
		width: 29px;
		height: 30px;
		background-size: 82%;
	}

	.testimonilas-sub-heading p {
		font-family: 'Poppins', sans-serif;
		font-size: 15px;
	}

	.testimonilas-sub-heading p span {
		/* display: inline-block; */
		font-size: 15px;
	}

	.testimonials-main-content {
		padding: 10px 0px;
	}

	.testimonilas-details-content h2 {
		font-size: 18px;
		color: #0f0f0f;
		text-align: center;
	}

	.owl-carousel-testimonials .owl-next {
		display: none;
		background-color: rgba(0, 0, 0, 0) !important;
		background-image: url("./img/icons/testi-right.png") !important;
		background-repeat: no-repeat !important;
		background-position: 0 0;
		margin: 0px !important;
		display: inline-block;
		height: 61px;
		right: 0%;
		position: absolute;
		text-indent: -99999px;
		top: -14%;
		width: 100px;
		outline: none !important;
		background-size: 50% !important;
	}

	.owl-carousel-testimonials .owl-prev {
		display: none;
		background-color: rgba(0, 0, 0, 0) !important;
		background-image: url("./img/icons/testi-left.png") !important;
		background-repeat: no-repeat !important;
		background-position: 0 0;
		margin: 0px !important;
		display: inline-block;
		height: 61px;
		left: 59%;
		position: absolute;
		text-indent: -99999px;
		top: -14%;
		width: 100px;
		outline: none !important;
		background-size: 50% !important;
	}





	.testimonials-content-wrap .owl-carousel .owl-item img {
		width: 40% !important;
		margin: auto;
	}

	.footer-address-list {
		/*		text-align: center;*/
	}

	.social-icons {
		/*		text-align: center;*/
		margin-left: 0px;
	}

	.footer-wrap {
		text-align: center;
	}

	/*.copyrights {
		background-color: #ffffff;
		margin-bottom: 30px;
		padding-bottom: 35px;
	}*/
	.home-footer-bottom {
		margin-bottom: 130px;
	}

	.footer-top-content p {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
	}

	.footer-wrap ul li a {
		font-family: 'Poppins', sans-serif;
		text-decoration: none;
		font-size: 14px;
		color: #fff;
	}

	/*  .copyrights p {
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		color: #323232;
		margin-bottom: 0px;
		padding: 0px 8px;
	}*/
	.footer-privacy {
		color: #000;
	}

	.project-right-box {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 9;
		padding: 19px 10px;
	}

	.projects-inner-nav-bar-link ul li {
		display: inline-block;
		padding: 10px 0px;
		width: 32%;
	}

	.projects-inner-nav-bar-link ul li a {
		font-size: 11px;
		padding: 15px 20px;
	}

	.project-overview-section-heading p {
		padding-top: 31px;
		font-size: 16px;

	}

	.projects-inner-nav-bar-link ul {
		text-align: center;
	}

	.project-heighlights ul li {
		display: inline-block;
		padding-right: 0px;
		color: #060400;
		position: relative;
		width: 80%;
		margin: 12px 0px;
	}

	.project-heighlights ul .sub-list li {
		display: inline-block;
		padding-right: 0px;
		color: #060400;
		position: relative;
		width: 100%;
		margin: 12px 0px;
	}

	.sub-list {
		z-index: 99;
		left: 0;
		right: 0;
		margin: auto;
	}

	.project-heighlights ul li .sub-list li {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		margin: 0px;
	}

	.col-xs-5ths {
		width: 100% !important;
	}

	.project-accorion-wrap .accordion-button {
		font-family: 'Poppins', sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #d50000;
	}

	.accordion-body {
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		color: #060400;
		padding: 1rem 1.25rem;
		font-size: 13px;
	}

	.feature-wrap .owl-prev {
		display: none !important;
	}

	.feature-wrap .owl-next {
		display: none !important;
	}

	.main-one {
		left: -112%;
		position: relative;
		top: 0px;
		z-index: 999;
		display: inline-block;
		width: 30%;
		height: 260px;
	}

	.main-one.actives .status-extra-list {
		opacity: 1;
		left: 142%;
		transition: all 1s ease-in-out 0s;
		transition-delay: 2s;
		width: 250px;
	}

	.about-whoweare-heading p {
		font-size: 15px;
	}

	.leadership-full-main-content p {
		font-size: 16px;
	}

	.leadership-content-heading h4 {
		font-size: 16px;
	}

	.main-leader {
		padding: 50px 20px;
		border: 1px solid #000;
	}

	.leadeship-img-wrap {
		margin-top: -140px;
		padding-bottom: 40px;
		padding-left: 0px;
	}

	.main-leadership-full-wrap {
		margin-top: 120px;
	}

	.inner-belief-line {
		display: none;
	}

	.about-beliefs-details p {
		font-size: 14px;
	}

	.extra-margin-top {
		margin-top: 10px;
	}

	.environment-content-main p {
		font-size: 16px;
		text-align: center;
	}

	.inner-about-environment-wrap {
		padding: 30px 0px;
	}

	.about-policy-left-text p {
		font-family: 'Poppins', sans-serif;
		font-size: 15px;
		padding-left: 20px;
	}

	.inner-about-policy-img {
		text-align: center;
		padding-bottom: 20px;
	}

	.about-list-art {
		display: none;
	}

	.mobile-view-text {
		display: block;
		bottom: 0;
		left: 30%;
		width: 50%;
	}

	.about-whoweare-heading p {
		padding-top: 35px;
		line-height: 31px;
	}

	.inner-about-vision-wrap {
		text-align: center;
	}

	.inner-about-vision-content p {
		font-family: 'Poppins', sans-serif;
		font-size: 15px;
		font-weight: 400;
		color: #fff;
		padding-top: 20px;
	}

}

@media screen and (max-width: 414px) {
	.projects-heading-location.price-heading {
		text-align: center;
	}

	.fairmont-logo img {
		width: 160px;
	}

	.projects-heading-location h2 {
		padding-top: 5px;
		font-size: 15px;
	}

	.countdown-heading {
		padding: 75px 40px 30px;
		padding-left: 141px;
	}

	.owl-carousel-testimonials .owl-prev {
		left: 65% !important;
	}

	.owl-carousel-testimonials .owl-next {
		left: 78% !important;
	}

	.leadership-content-heading h4 {
		font-size: 15px;
	}

	.leadership-content-heading h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 19px;
		font-weight: 500;
		color: #301f16;
	}
}

@media screen and (max-width: 387px) {
	.project-heighlights ul li span {
		font-family: 'Poppins', sans-serif;
		font-size: 11px;
	}

	.leadership-content-heading h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 19px;
		font-weight: 500;
		color: #301f16;
	}

	.leadership-content-heading h4 {
		font-size: 15px;
	}

	.owl-carousel-testimonials .owl-prev {
		left: 69% !important;
	}

	.owl-carousel-testimonials .owl-next {
		right: -12% !important;
	}
}

@media screen and (max-width: 375px) {
	.project-heighlights ul li span {
		font-family: 'Poppins', sans-serif;
		font-size: 11px;
	}
}

@media screen and (max-width: 360px) {
	.inner-careers-main-details h3 {
		font-size: 16px;
		text-align: center;
	}

	.inner-current-opening-inner-datails h3 {
		font-size: 15px;
		margin: 10px 0px;
	}

	.inner-current-opening-inner-datails p {
		font-size: 11px;
		text-align: center;
	}

	.project-plan-tab-heading ul li {
		width: 145px;
		text-align: center;
	}

	.projects-inner-nav-bar-link ul li a {
		font-size: 13px;
		padding: 15px 15px;
	}

	.inner-project-count-details h4 {
		font-size: 15px;
	}

	.owl-carousel-testimonials .owl-next {
		right: -17%;
	}

	.owl-carousel-testimonials .owl-prev {
		left: 69%;
	}

	.completed-projects-wrap {
		padding: 0px;

	}

	.tambarm-details h5 {
		font-size: 12px;
	}

	.tambarm-details h4 {
		font-size: 11px;
	}

	.main-heading h2 {
		font-size: 19px;
	}

	.main-heading h2 span {
		font-size: 19px;
	}

	.countdown-heading {
		padding: 75px 40px 30px;
		padding-left: 101px;
		background-position: 39% 20%;
	}

	.form-control.searching-main-search {
		width: 215px;
		padding: 12px 8px;
		border-radius: 5px;
		background-color: #fff;
		background-position: 96% 46%;
		background-repeat: no-repeat;
	}

	header .banner-contents h3 {
		font-size: 25px;
	}

	.leadership-content-heading h5 {
		font-size: 16px;
	}

	.leadeship-img-wrap {
		margin-top: -129px;
		padding-bottom: 40px;
		padding-left: 0px;
	}

	.copyrights p {
		font-size: 10px;
	}
}

@media screen and (max-width: 320px) {}




/*nj css starts here*/

.no-file-exist {
	margin-top: 100px;
}

.no-file-exist h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 100px;
	font-weight: 700;
	color: #e02227;
}

.no-file-exist h2 {

	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	color: #0f0f0f;
	text-transform: uppercase;
}

.no-file-exist p {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #060400;
	margin: 22px;
}

.no-file-exist a {

	background: #e02227;
	color: #fff;
	padding: 12px;
	text-transform: uppercase;
	font-family: "poppins", sans-serif;
	font-size: 18px;
}


.completed-proj {
	padding: 50px 0px;
}

/*.completed-proj{
  background-image: url("./img/others/completed-projects-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}*/

.proj-sub-heading h3 {

	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

.proj-details {

	margin-top: 50px;
}


.light-theme a {

	color: #fff !important;
	background: #e02227 !important;
	border: solid 1px #e02227 !important;
	margin: 0px 8px !important;
	border-radius: 0px !important;
	padding: 3px 12px !important;
	font-family: "poppins" !important;
	border-radius: 5px !important;
	font-size: 18px !important;
}

.light-theme .current {

	margin: 0px 8px !important;
	border-radius: 0px !important;
	padding: 3px 12px !important;
	font-family: "poppins" !important;
	border-color: #666 !important;
	box-shadow: none !important;
	border-radius: 5px !important;
	font-size: 18px !important;
}



@media (max-width: 393px) {



	.modal-table th,
	.modal-table td,
	.modal-table-heading {
		font-size: 9px;
	}



}



@media (max-width: 414px) {

	.modal-table th,
	.modal-table td,
	.modal-table-heading {
		font-size: 9px;
	}


}

@media (max-width: 480px) {

	.modal-table th,
	.modal-table td,
	.modal-table-heading {
		font-size: 9px;
	}


}


.copyrights2 {
	background-color: #323232;
	padding: 20px 0px;

}


.copyrights2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #fff;
	margin-bottom: 0px;
}

.home-building-heading {
	padding: 80px 0px;
}


.home-building-wrap p {

	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000;
	background: #f7f3f4;
	border: solid 2px #e02227;
	text-align: justify;
	padding: 30px;
	position: absolute;
	z-index: 1;
	width: 62%;
	top: 34%;
	left: 41%;

}

.why-home-building-sec .container {

	/* position: relative;
	 height: 760px;*/

}

.home-building-wrap img {

	width: 62%;
}

.about-home-building-heading {

	padding: 40px 0px;
}

.about-home-building-wrap p {

	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000;
	padding-bottom: 20px;
	text-align: justify;

}

.about-home-building-sec2 {

	background-image: url("./img/interiors/about-interior-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

.about-home-building-wrap2 p {
	text-align: center;
	font-size: 18px;
	font-family: "poppins";
	color: #fff;
	font-weight: 500 !important;
	padding: 55px 0px;
	/*  letter-spacing: 1px;*/
}

.abt-icons-text p {
	color: #fff;
	font-family: "poppins";
	text-align: right;
	margin-top: 18px;
	font-weight: 500;
	min-height: 57px;
}

.abt-icons-text2 p {
	color: #fff;
	font-family: "poppins";
	text-align: left;
	margin-top: 22px;
	font-weight: 500;
	min-height: 53px;
}

.abt-icons-img img,
.abt-icons-img2 img {
	box-shadow: 1px 4px 5px 1px rgb(104, 33, 33);
	border-radius: 50%;
}

.abt-icons-text,
.abt-icons-img,
.abt-icons-img2,
.abt-icons-text2 {

	margin-top: 44px;
}

.about-icons-row2 {
	/*	margin-top: 55px;*/
}

.home-package-heading {

	padding: 80px 0px 35px 0px;
}

.building-package-wrap p {
	font-size: 22px;
	font-family: "poppins";
	text-align: center;
	margin-bottom: 50px;
}

.package-div {

	text-align: center;
	width: 45%;
	padding: 34px 0px;
	font-weight: 700;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	background: #e02227;
	text-shadow: 0px 2px 1px #7d1e1e;
	border: solid 2px #9d0b0f;
	border-radius: 5px;
	transition: .2s;

}

.package-div span {

	font-family: "poppins";
}

.package-div:hover {

	color: #e02227;
	text-shadow: 0px 2px 1px #ddd8d8;
	border: solid 2px #e02227;
	transition: .2s;
	background: #fff;
	box-shadow: 0px 12px 26px 0px red;
	transform: scale(1.1);
}


.building-package-sec {
	padding-bottom: 70px;
}

.home-building-enquiry {

	background: #f7f3f4;
	padding-bottom: 55px;
}

.home-enquiry-heading {

	padding: 50px 0px;

}

.home-enquiry-heading h2 {

	color: #000;

}

.home-enquiry-right h2 {
	color: #e02227;
	font-family: "poppins";
	text-transform: capitalize;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
}

.home-enquiry-right p {

	font-family: "poppins";
	font-size: 16px;

}

.home-enquiry-right i {
	color: #e02227;
	font-size: 22px;
}


.home-enquiry-left label {
	font-family: "poppins";
}

.home-enquiry-left input,
.home-enquiry-left textarea {
	border: solid 1px #9ea0a2;
}

/*.home-enquiry-left input:focus {
  border: 3px solid #e02227;
}*/

.home-enquiry-left textarea {
	border-radius: 4px;
	width: 100%;
}

.modal-table {

	width: 100%;
}

.modal-table th,
.modal-table td,
.modal-table-heading {
	font-family: "poppins";
}

.modal-table-heading h4 {
	color: #e02227;
	font-weight: 700;
}

.inner-home-heading {
	position: absolute;
	bottom: 45%;
	left: 0;
	right: 0;
	z-index: 99;
	margin: auto;
	text-align: center;
}

.inner-home-heading h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 500;
	color: #fff;
}

.inner-home-heading h3 span {
	color: #e02227;
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 500;
}

@media screen and (max-width: 480px) {

	.inner-home-heading {
		bottom: 34%;
	}

	.home-building-heading {
		padding: 70px 0px 24px 0px;
	}

	.inner-home-heading h3 {
		font-size: 30px;
	}

	.inner-home-heading h3 span {
		font-size: 30px;
	}

	.home-building-wrap img {
		width: 100%;
	}

	.home-building-wrap p {

		position: relative;
		width: 100%;
		left: 0;
		background: none;
		border: none;
		padding: 0px;
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.why-home-building-sec .container {

		height: auto;
	}

	.about-home-building-heading {
		padding: 30px 0px;
	}

	.about-home-building-wrap2 p {
		font-size: 14px;
	}


	.package-div {

		margin: 16px;
		font-size: 20px;
		padding: 10px;

	}

	.building-package-wrap p {
		font-size: 20px;

	}

	.home-package-heading h2 {

		font-size: 22px;

	}

	.home-package-heading span {

		font-size: 22px;

	}

	.home-enquiry-right {

		text-align: center;
		margin-top: 30px;
	}

	.home-building-enquiry {

		padding-bottom: 14px;
	}

	.home-enquiry-right p {
		font-size: 17px;
	}

	.home-enquiry-right h2 {

		font-size: 21px;
	}

}




.inner-interiors-heading {
	position: absolute;
	bottom: 45%;
	left: 0;
	right: 0;
	z-index: 99;
	margin: auto;
	text-align: center;
}

.inner-interiors-heading h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 500;
	color: #fff;
}

.inner-interiors-heading h3 span {
	color: #e02227;
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 500;
}

.inner-interiors-contents {

	margin-top: 40px;

}


.inner-interiors-contents p {

	color: #fff;
	font-family: "poppins";
	font-size: 16px;
	font-weight: 300;

}


.interior-top-values {
	position: absolute;
	bottom: 11%;
	text-align: center;
	width: 100%;
	background: #ffffff1f;
	padding: 2%;
}

.interior-top-values p {

	color: #fff;
	font-size: 32px;
	font-family: "poppins";
	font-weight: 700;
	margin-bottom: 0px;
	display: inline;
}

.interior-top-values span {

	color: #fff;
	font-size: 16px;
	font-family: "poppins";
	text-transform: capitalize;
	font-weight: 300;
}

.about-interiors-heading {

	padding: 60px 0px;
}

.about-interiors-wrap p {

	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000;
	padding-bottom: 60px;
	text-align: center;

}

.home-enquiry-left h2 {
	color: #e02227;
	font-family: "poppins";
	margin-bottom: 40px;
	font-size: 40px;
	text-transform: uppercase;
}

.interior-enquiry-sec {
	padding-top: 60px;
	border-top: solid 2px #a6a6a6;
}

.interior-enquiry-right {
	margin-top: 82px;
}


.interior-enquiry {

	background: none;
}


.home-enquiry-left input[type="submit"] {
	color: #fff;
	background: #e02227;
	border: none;
	font-family: "poppins";
	border-radius: 3px;
	padding: 9px 20px;
	cursor: pointer;
	margin-left: 45%;

}

.interior-glimpse-section {

	background: #ffe9ea;
}


.glimpse-interiors-imgs {

	padding: 9px;
	min-height: 340px;
}



.owl-carousel-interiors .owl-prev {
	/* display: none; */
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	left: 45%;
	position: absolute;
	text-indent: -99999px;
	top: 78%;
	width: 32px;
	outline: none !important;
}

.owl-carousel-interiors .owl-next {
	/* display: none; */
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("./img/icons/arrow-left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	right: 45%;
	position: absolute;
	text-indent: -99999px;
	top: 78%;
	width: 32px;
	outline: none !important;
}

.home-enquiry-right a {
	font-family: "poppins";
	font-size: 16px;
	color: #000;
	margin-right: 30px;
}

.interior-phn {
	margin-top: 30px;
}


@media screen and (max-width: 480px) {


	.interior-top-values span {
		font-size: 13px !important;
	}

	.home-enquiry-left input[type="submit"] {

		margin-left: 174px;
	}

	.interior-enquiry-right {
		margin-top: 30px;
	}

	.home-enquiry-left h2 {

		text-align: center;
	}

	.glimpse-interiors-imgs {

		min-height: 475px !important;
	}

	.owl-carousel-interiors .owl-prev {

		top: 84%;
		left: 33%;
	}

	.owl-carousel-interiors .owl-next {

		top: 84%;
		right: 33%;

	}

	.interior-top-values {
		position: relative;
		background: #e02227;
	}

	.inner-interiors-heading {
		bottom: 66%;
	}

	.inner-interiors-contents p {

		font-size: 12px;
	}

	.inner-interiors-contents {
		margin-top: 0px;
	}

	.inner-interiors-heading h3 {

		font-size: 22px;
	}

	.inner-interiors-heading h3 span {

		font-size: 22px;
	}

	.interior-top-values .mob-top-val {

		margin: 15px 0px;
	}

	.about-interiors-wrap p {
		padding-bottom: 20px;
		font-size: 13px;
		text-align: justify;
	}

	.about-interiors-heading {
		padding: 36px 0px;
	}

	.about-interiors-heading h2 {
		font-size: 19px;
	}

	.about-interiors-heading h2 span {
		font-size: 19px;
	}

	.copyrights2 p {
		font-size: 13px;
	}



	.home-building-separating-img {
		display: none;
	}


	.abt-icons-img img,
	.abt-icons-img2 img {

		width: 50%;
	}

	.abt-icons-text2 p,
	.abt-icons-text p {

		font-size: 14px;

	}


}


.about-home-building-sec2-mob {
	background-image: url("./img/others/about-home-building-bg.jpg");
	background-repeat: no-repeat;
	background-size: 200% 100%;
	background-attachment: fixed;
	color: #fff;
}


.about-home-building-sec2-mob p,
.about-home-building-sec2-mob h3 {

	font-family: "poppins";

}

.about-home-building-sec2-mob h3 {
	font-weight: 600;
	font-size: 15px;
	padding: 22px 0px;
	text-align: center;
}

.about-home-building-sec2-mob img {
	width: 60px;
	padding-top: 12px;
}

.about-home-building-sec2-mob p {
	font-size: 14px;
	font-weight: 500;
	padding-top: 5px;
}

@media screen and (max-width: 500px) {

	.home-building-wrap img {
		width: 100%;
	}

	.home-building-wrap p {
		position: relative;
		width: 100%;
		left: 0;
		background: none;
		border: none;
		padding: 0px;
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.why-home-building-sec .container {
		height: auto;
	}


}


@media screen and (max-width: 650px) {

	.home-building-wrap img {
		width: 100%;
	}

	.home-building-wrap p {
		position: relative;
		width: 100%;
		left: 0;
		background: none;
		border: none;
		padding: 0px;
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.why-home-building-sec .container {
		height: auto;
	}

	.package-div {
		margin: 16px;
	}


}


@media screen and (max-width: 768px) {



	.home-building-wrap img {
		width: 100%;
	}

	.home-building-wrap p {
		position: relative;
		width: 100%;
		left: 0;
		background-color: #f7f3f4;
		border: solid 2px #e02227;
		padding: 14px;
		margin-top: 20px;
		margin-bottom: 14px;
	}

	.home-building-wrap {
		padding-bottom: 30px;
	}

	.why-home-building-sec .container {
		height: auto;
	}

	.package-div {

		width: 130px;
	}


}


@media screen and (max-width: 500px) {


	.interior-top-values {
		position: relative;
		background: #e02227;
	}

	.interior-top-values .mob-top-val {
		margin: 15px 0px;
	}

	.inner-interiors-contents p {
		font-size: 12px;
	}

	.inner-interiors-heading h3 {
		font-size: 22px;
	}

	.inner-interiors-heading h3 span {
		font-size: 22px;
	}


}

@media screen and (max-width: 576px) {


	.interior-top-values {
		position: relative;
		background: #e02227;
	}

	.interior-top-values .mob-top-val {
		margin: 15px 0px;
	}

	.inner-interiors-contents p {
		font-size: 13px;
	}

	.inner-interiors-heading h3 {
		font-size: 33px;
	}

	.inner-interiors-heading h3 span {
		font-size: 33px;
	}

	.inner-interiors-contents {
		margin-top: 0px;
	}

	.inner-interiors-heading {

		bottom: 58%;
	}

	.glimpse-interiors-imgs {

		min-height: 565px;
	}


	.owl-carousel-interiors .owl-prev {

		top: 86%;
		left: 40%;
	}

	.owl-carousel-interiors .owl-next {

		top: 86%;
		right: 40%;
	}



}


@media screen and (max-width: 768px) {

	.interior-top-values p {

		font-size: 22px;
	}

	.interior-top-values span {
		font-size: 11px;
	}

	.inner-interiors-contents p {

		font-size: 12px;
	}


	.inner-interiors-heading h3 span {

		font-size: 35px;
	}

	.inner-interiors-heading h3 {

		font-size: 35px;
	}

	.inner-interiors-contents {
		margin-top: 0px;
	}

	.inner-interiors-heading {

		bottom: 56%;

	}

	.interior-top-values {

		bottom: 16%;
	}

	.glimpse-interiors-imgs {
		min-height: 278px;
	}

	.owl-carousel-interiors .owl-prev {

		left: 42%;
	}

	.owl-carousel-interiors .owl-next {

		right: 42%;
	}


}


@media screen and (max-width: 393px) {

	.inner-interiors-heading {
		bottom: 60%;
	}


	.inner-interiors-heading h3 span {
		font-size: 26px;
	}

	.inner-interiors-heading h3 {
		font-size: 26px;
	}

	.glimpse-interiors-imgs {
		min-height: 380px;
	}

	.owl-carousel-interiors .owl-prev {

		left: 38%;
	}

	.owl-carousel-interiors .owl-next {

		right: 38%;
	}

	.home-enquiry-left input[type="submit"] {
		margin-left: 128px;
	}



}


.comp-package-btn {

	color: #000;
	margin-top: 25px;
	font-family: "poppins";
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	padding: 9px;
	transition: .1s;
	text-transform: uppercase;
}

.comp-package-btn:hover {

	/*transform: scale(1.1);*/

}


.footLinks li a {

	font-family: "poppins";
	font-size: 17px;
	color: #fff;
	padding-right: 25px;
}


.packages-sec {
	padding: 50px 0px;
}

.package-content p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
	line-height: 30px;
}

.package-content h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	color: #e02227;
	text-align: center;
	font-weight: 500;
	text-transform: capitalize;
}

.table {
	border: solid 2px #d7d5d5;
}

.table th,
.table td {

	font-family: 'Poppins', sans-serif;
	border: none;

}

.table td {
	border-right: dotted #000 1px;
}

.table th {

	/*	background-color: #000;*/
	color: #fff;
	text-align: center;
	/*	border-right: dotted #fff 1px;*/
	border-bottom: none !important;
	/*	background: linear-gradient(158.2deg, rgb(189, 12, 12) 10.6%, rgb(247, 0, 0) 91.1%);*/
	background: linear-gradient(90deg, rgb(156, 0, 4) 0%, rgb(224, 34, 39) 60%, rgb(156, 0, 4) 100%);
	font-size: 20px;
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgb(236, 236, 236);
}

.table td:nth-child(1) {
	/*  color: #fff;
  background-color: #666 ;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;*/
	/*  background-image: linear-gradient(315deg, #102197 0%, #0c005e 74%);*/
}

.table tr:nth-child(1) {
	background-color: #484848;
	color: #fff;
	text-align: center;
	font-weight: 500;
}


.table tr {

	font-weight: 700;
}

.table tr span {

	font-family: "poppins";
	font-weight: 400;
}

.table td:nth-child(2) {

	/*  vertical-align: middle;*/
	/* background-color: #f9fcff;*/
	/*background-image: linear-gradient(147deg, #f9fcff 0%, #dee4ea 74%);*/

}

.table td:nth-child(3) {
	/*	vertical-align: middle;*/
	/*background-color: #facc6b;*/
	/*background-image: linear-gradient(315deg, #facc6b 0%, #fabc3c 74%);*/
}

.table td:nth-child(4) {

	/*vertical-align: middle;*/
	/*background-color: #c3cbdc;*/
	/*  background-image: linear-gradient(147deg, #afb9ce 0%, #e4e9ec 74%);*/

}

/*.table td:nth-child(even) {
  background-color: #fff;
}*/

#slidesubmitForm label {
	color: #fff;
	font-family: "poppins";
	margin-left: 24px;
	font-size: 16px;

}

#slidesubmitForm label input {

	margin-right: 5px;
}

.slideFormp p {
	color: #fff;
	font-family: "poppins";
	font-size: 16px;
}

#popupsubmitForm label {
	color: #e02227;
	font-family: "poppins";
	margin-left: 20px;
	font-size: 16px;
	font-weight: 500;

}

#popupsubmitForm label input {

	margin-right: 5px;
}

.popFormp p {
	color: #535353;
	font-family: "poppins";
	font-size: 18px;
}

#slidesubmitForm input::placeholder {
	font-family: "poppins";
}

#slidesubmitForm textarea::placeholder {
	font-family: "poppins";
}

.enqui-btn {
	text-align: center;
	margin-top: 20px;
}

.enqui-btn button {
	background: #e02227;
	color: #fff;
	font-family: "poppins";
	padding: 12px;
	font-size: 17px;
	border: none;
}

.enqui-btn a {
	background: #e02227;
	color: #fff;
	font-family: "poppins";
	padding: 12px;
	font-size: 17px;
	border: none;
}


.why-home-building-sec {
	/*  background-image: url("./img/home-building/flag.png");
  background-repeat: no-repeat;
  background-size: 100%;*/
	/*  background-attachment: fixed;*/
}


#popupsubmitForm input::placeholder {
	font-family: "poppins";
	font-size: 15px;
}


@media screen and (max-width: 767px) {

	/*.copyrights {
		background-color: #ffffff;
		margin-bottom: 30px;
		padding-bottom: 35px;
	}*/
}


.who-content p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #000;
	text-align: justify;
	line-height: 30px;
}

.leadership-sec {

	background-color: #fadbdc;
}

.leadership-sec .leadership-content-heading h4 {

	font-size: 32px;
	font-weight: 600;

}

.leadership-sec .leadership-content-heading h5 {
	font-size: 26px;
	font-weight: 700;
}


.leadership-sec .leadership-content-heading {
	margin-left: 30px;
}


.leadership-content p {

	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #000;
	text-align: justify;
	line-height: 30px;
	font-weight: 300;

}

.beliefs-sec {
	background-color: #ebebeb;
}

.inner-belief-line img {

	border-radius: 25px;
}

.beliefs-sec .about-beliefs-details h3 {

	font-weight: 600;

}

.vision-sec p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #000;
	text-align: justify;
	line-height: 30px;
	font-weight: 300;
}

.quality-bg {
	background-image: url("./img/home-building/businessBg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/*  background-attachment: fixed;*/
	/*padding: 160px 0px;*/
	height: 35vw;
}



.quality-head h2 {
	color: #fff;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 300;
	/*  margin-top: -84px;*/

}

.quality-head {

	padding: 60px 0px;

}

.quality-content p {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}

.who-sec {
	padding-bottom: 50px;
}

.leadership-sec {
	padding-bottom: 50px;
}

.blog-sec {

	background-image: url("./img/home-building/blogBg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 10px 0px 60px 0px;

}

.blog-con p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 30px;
}

.blog-block img {

	width: 100%;
	/*	transition: transform .2s;*/

}

/*.blog-block img:hover {

  transform: scale(1.1); 
}*/

.blog-block {
	background-color: #fff;
	padding: 5px;
	margin-top: 60px;
	box-shadow: 0px 0px 4px 0px #000;
	border-radius: 2px;
	/*  overflow: hidden;*/
}

.blog-block-content p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #1a1919;
	text-align: justify;
	line-height: 20px;
}

.blog-block-content h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}

.blog-block-content {
	padding: 15px;
}

.blog-head {
	padding: 48px 0px;
}

.contact-sec {

	background-image: url("./img/interiors/contactBg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 10px 0px 60px 0px;

}

.contactFormp p {

	color: #e02227;
	font-size: 26px;
	font-weight: 500;

}

.contact-radio label {
	color: #000 !important;
	font-size: 22px !important;
	font-weight: 400;
}

.contactSubBtn {

	font-family: 'Poppins', sans-serif;
	background-color: #e02227;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	width: 148px;
	text-transform: uppercase;

}

.contact-msg h5 {

	font-family: 'Poppins', sans-serif;
	color: #000;
	font-weight: 600;
	font-size: 25px;
}

.contact-msg h2 {

	font-family: 'Poppins', sans-serif;
	color: #e02227;
	font-weight: 600;
	font-size: 45px;
	text-transform: capitalize;
}

.contact-msg p {

	font-family: 'Poppins', sans-serif;
	color: #3c3c3c;
	font-size: 15px;
	text-align: justify;

}

.contact-con {
	margin-top: 50px;
}



.completed-proj-heading i {
	font-size: 15px;
	color: #e02227;
}

.completed-proj-heading h5 {
	font-weight: 400;
	font-size: 16px;
	min-height: 0px;
	padding: 5px;
}

.comp-p {
	color: #000 !important;
	margin-bottom: 6px;
}

.about-home-building-sec {
	/*	background: #f9f7f8;
  border-top: 2px solid red;*/
	padding-bottom: 1px;
	margin-top: 60px;
}

.footLinks li {

	margin-bottom: 10px;
}


.footer-address-list {
	margin-left: 16px;
}

.owl-dot {

	outline: none !important;
}




@media screen and (max-width: 480px) {

	.contact-msg h2 {

		font-size: 32px;
		text-align: center;
	}

	.contact-msg h5 {

		text-align: center;
	}

	.contact-radio label {
		margin-left: 16px !important;
	}

	.contactSubBtnDiv {
		text-align: center;
	}

	.contact-con {
		margin-top: 35px;
	}

	.leadership-sec .leadership-content-heading {

		margin-left: 0px;
	}

	.leadership-sec .leadership-content-heading h4 {
		font-size: 17px;
	}

	.leadership-sec .leadership-content-heading h5 {
		font-size: 18px;
	}

	.who-content p {

		font-size: 15px;
		text-align: justify;
	}

	.leadership-content p {

		font-size: 15px;
	}

	.who-sec {
		padding-bottom: 20px;
	}

	.leadership-sec {
		padding-bottom: 20px;
	}

	.vision-sec p {
		font-size: 15px;
	}

	.inner-about-beliefs-wrap {
		margin-top: 60px;
	}

	.inner-about-beliefs-section {
		padding: 50px 0px;
	}


	.inner-about-managerial-wrap {
		padding: 50px 0px;
	}


	.owl-carousel-awards .owl-next {

		top: 102%;
		right: 35%;
	}

	.owl-carousel-awards .owl-prev {

		top: 102%;
		left: 35%;
	}


	.package-content p {

		font-size: 15px;
		text-align: justify;
	}

	.package-content h4 {

		font-size: 20px;
	}




}

@media screen and (max-width: 750px) {

	.customTxt {
		font-size: 14px !important;
	}

	.customTxt2 {
		font-size: 14px !important;
	}

	.arr-img {
		display: none;
	}

	.quality-head {
		padding: 36px 0px 20px 0px;
	}

	.quality-bg {

		height: unset;
		background-image: url("./img/home-building/busiBgsm.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding-bottom: 20px;
	}

	.home-building-wrap p {

		text-align: left;
	}

	.home-content-br {
		display: block;
		margin: 15px;
	}

	.about-home-building-sec2 {

		background-size: 155% 100%;

	}

	.bannerContent li {

		text-align: left !important;
		font-size: 20px !important;
	}

	.bannerContent h5 {
		margin-top: 45px !important;
		font-size: 24px !important;
	}

	.bannerContent ul {
		margin-top: 26px !important;
		padding-bottom: 28px;
	}

	.interiors-wrap img {

		margin: 40px 0px;
	}

	.table th {

		font-size: 12px;
	}

	.table tr:nth-child(1) td {
		font-size: 10px;
	}

	.about-home-building-sec {

		margin-top: 0px;
	}

	.contact-sec {

		background-size: 200% 100%;

	}



}

#slidesubmitForm span {
	color: #fff;
	font-family: "poppins";
}

#popupsubmitForm span {
	color: #e02227;
	font-family: "poppins";
}

.about-home-building-sec2 img {

	margin: 18px;
	margin-top: 40px;
}

.about-home-building-sec2 {
	padding-bottom: 40px;
}

.about-home-building-sec2 p {

	color: #fff;
	font-family: "poppins";
	font-weight: 600;
}

.interiors-wrap img {

	/*width: 340px;*/

}

.whyIntImg {

	text-align: center;

}

.interiors-wrap p {
	font-family: "poppins";
	text-align: justify;
	line-height: 26px;
}

.bannerContent h5 {
	text-align: center;
	font-family: "poppins";
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 80px;
}

.bannerContent-bg {

	background: rgb(156, 0, 4);
	background: linear-gradient(180deg, rgba(156, 0, 4, 1) 0%, rgba(224, 34, 39, 1) 60%, rgba(156, 0, 4, 1) 100%);

}

.bannerContent li {
	text-align: center;
	font-family: "poppins";
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	margin-top: 20px;
	list-style-position: inside;
}

.bannerContent ul {

	margin-top: 50px;
	list-style-image: url('./img/interiors/tick.png');
}

.enqui-btn p {
	font-family: "poppins";
	font-size: 18px;
}

.customTxt {
	font-family: "poppins";
	font-size: 18px;
	text-align: center;

}

.customTxt2,
.customTxt2 strong {
	font-family: "poppins";
	font-size: 18px;
	text-align: justify;
}


.phnNo {
	font-size: 26px;
	background: #01081abf;
	color: #fff;
	padding: 3px 20px;
	border-radius: 4px;
	/*  opacity: 0.7;*/
	font-family: Montserrat;
	font-weight: 500;
	transition: all 0.6s ease-in-out;
	letter-spacing: 2px;
}

.phnNo:hover {

	color: #fff;

}

.marketedBy {
	padding: 20px 0px;
	margin-bottom: 0px;
	font-family: Arial Narrow;
	font-size: 18px;
	font-weight: 500;
	color: #004051;
	text-align: right;
}

.marketedBy a {
	font-family: Arial Narrow;
	color: #004051;

}

footer {
	background-color: #f3d8ac;
	padding-top: 40px;
}

.copyrights p a {
	font-family: Arial Narrow;
	font-size: 18px;
	color: #004051;
	font-weight: 500;
}

.privacy-text {
	font-family: Arial Narrow;
	font-weight: 500;
}


.bannerHeading {
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 68%;
	z-index: 99;
	margin: auto;
	text-align: center;
}

.bannerHeading h3 {
	font-family: apollo-reg;
	font-size: 30px;
	text-transform: uppercase;
	color: #004051;
}

.bannerHeading h3 span {
	font-family: apollo-reg;
	font-size: 40px;
	text-transform: uppercase;
	color: #004051;
	font-weight: 700;
}


.aboutProj {
	position: absolute;
	bottom: 0;
	background: linear-gradient(to top, #dbbf74 0%, #ffe7ac 100%);
	z-index: 9;
}

.aboutProj ul {
	list-style: none;
	display: inline-flex;
	margin-bottom: 0px;
	padding: 10px 40px;
}

.aboutProj li {
	text-align: center;
}

.aboutProj li p {

	margin: 0px;
	font-family: apollo-reg;
	color: #004051;
	font-size: 28px;
	font-weight: 600;

}

.aboutProj li span {

	font-family: apollo-reg;
	color: #004051;
	font-size: 18px;

}

.aboutProj li h5 {

	font-family: apollo-reg;
	color: #004051;
	font-size: 30px;
	font-weight: 600;
	margin-top: 12px;
	padding-left: 40px;

}

.liBorder {

	border-right: solid 3px #004051;
	padding-right: 40px;

}

.liBorder3 {

	padding-left: 40px;

}

.liBorder2 {

	border-right: solid 3px #004051;
	padding-right: 40px;
	padding-left: 40px;

}


.experienceSec {
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.aboutProjRight {

	right: 0;
}


.experiencePts {
	position: absolute;
	bottom: 12%;
	left: 4%;
	background: #0a4051d9;
	color: #f3d8ac;
	padding: 20px;
}

.experiencePts li {
	font-family: apollo-reg;
	font-size: 26px;
	margin-top: 20px;
	text-shadow: 0px 0px 12px #000;
}

.experiencePts ul {
	margin: 0px;
	/*  padding-left: 10px;*/
}

.floatHeading {
	position: absolute;
	bottom: 88%;
	z-index: 99;
	text-align: center;
	margin: auto;
	width: 100%;
	font-family: apollo-reg;
	color: #fff;
	text-shadow: 0px 0px 36px #000;
	font-size: 34px;
}


.inner-projects-page {
	transition: all 0.6s ease-in-out;
}

.inner-projects-page.activeHeader {
	/*    background: #0a4051d9;*/
	background: #0a4051;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .2);
}

.inner-projects-page.activeHeader .phnNo {
	background: #fff;
	color: #0a4051;

}


.detailSec {
	background: #004051;
	padding: 25px 0px;
}


.detailSecContents p {
	color: #f3d8ac;
	font-family: apollo-reg;
	font-size: 28px;
	margin: 0px;
}


.detailSecContents span {
	color: #fff;
	font-family: Montserrat;
	font-size: 14px;
}


.detailSecContents {
	margin-top: 30px;
}


.mapSec {
	background: #fff0e1;
	padding: 50px 0px;
}

.mapSec h4 {
	text-align: center;
	font-family: apollo-reg;
	color: #004051;
	font-size: 38px;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px #797373;
	margin-bottom: 30px;
}

.mapSec h5 {
	text-align: center;
	font-family: apollo-reg;
	color: #004051;
	font-size: 38px;
	text-transform: uppercase;
	margin-left: 160px;
}


.card-header .title {
	font-size: 22px;
	color: #fff0e1;
	font-family: apollo-reg;
}

.card-header .accicon {
	float: right;
	font-size: 20px;
	width: 1.2em;
}

.card-header {
	cursor: pointer;
	border-bottom: none;
	background-color: #004051;
}

.card {
	border: 1px solid #ddd;
	/*  text-align: center;*/
}

.card-body {
	border-top: 1px solid #ddd;
	font-family: Montserrat;
}

.card-body li {
	font-family: Montserrat;
	margin-top: 10px;
	list-style-type: square;
}

.card-header:not(.collapsed) .rotate-icon {
	transform: rotate(180deg);
}

.card-header i {
	color: #fff0e1;
}

.accordion {
	margin-top: 50px;
}




.owl-carousel-ameni .owl-prev {
	/* display: none; */
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/kg/left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 74px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 75px;
	outline: none !important;
}

.owl-carousel-ameni .owl-next {
	/* display: none; */
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/kg/right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 74px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 75px;
	outline: none !important;
	z-index: 999;
}


.ameniSec {

	background-image: url("img/kg/mapBg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px 0px;
}

.ameniSec h4 {
	font-family: apollo-reg;
	color: #fff;
	text-shadow: 0px 0px 36px #000;
	font-size: 34px;
	text-align: center;
	padding: 50px 0px;
	text-transform: uppercase;
}

.location-map {

	/* background-image: url("img/kg/mapBg.jpg"); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 10px 0px 30px;
	background-color: #fff;
}

.location-map h4 {
	font-family: apollo-reg;
	color: #004051;
	/* text-shadow: 0px 0px 36px #000; */
	font-size: 34px;
	text-align: center;
	padding: 50px 0px;
	text-transform: uppercase;
}

.owl-carousel-ameni h5 {
	font-family: apollo-reg;
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 36px #000;
	margin-top: 20px;
}

.owl-carousel-ameni .owl-item img {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}


.highlightSecLeft {
	background: #0a4051;
	padding: 40px;
}

.highlightSecLeft h3 {
	color: #f3d8ac;
	font-family: apollo-reg;
	font-size: 42px;
}

.highlightSecLeft h3 span {
	color: #fff;
	font-family: apollo-reg;
}

.highlightSecLeft p {
	color: #fff;
	font-family: apollo-reg;
	font-size: 14px;
	letter-spacing: 1px;
}

.highlightSecLeft h4 {
	color: #f3d8ac;
	font-family: apollo-reg;
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.highlightSecLeft h4 span {
	color: #fff;
	font-family: apollo-reg;
}

.highlightSecLeft img {
	margin-top: 10px;
	margin-bottom: 14px;
}

.highlightSecRight .nav-item {
	margin: auto;
	text-align: center;
	background: #0a4051;
	margin-top: 12px;
	width: 48%;
}

.highlightSecRight .nav-item p {

	font-family: apollo-reg;
	font-size: 26px;
	margin: 0px;
	color: #f3d8ac;

}

.highlightSecRight .nav-item a span {

	font-family: Montserrat;
	font-size: 14px;
	color: #fff;

}

.highlightSecRight .nav-item a {
	border: 3px solid #f3d8ac;
	margin: 10px;
	border-radius: 0px;
}

.nav-pills .nav-link.active p {

	color: #0a4051;

}

.nav-pills .nav-link.active span {

	color: #0a4051;

}

.nav-pills .nav-link.active {

	color: #0a4051;
	border: 3px solid #0a4051;
	background: #f3d8ac;

}

.nav-item:has(.nav-link.active) {
	background: #f3d8ac;
}

.plansImg img {
	width: 100%;
	margin-bottom: 30px;
}


.highlightSecRight h3 {
	text-align: center;
	font-family: apollo-reg;
	color: #004051;
	font-size: 38px;
	margin: 30px 0px;
}


.formDiv {
	position: absolute;
	bottom: 3%;
	right: 5%;
	/*  background: linear-gradient(to top, #dbbf74 0%, #ffe7ac 100%);*/
	padding-top: 10px;
	border-radius: 3px;
	width: 380px;
	background: #004051e0;
	z-index: 9;
	padding: 15px;
}

.formDivLogo img {
	width: 80px;
}

.formDivLogo h4 {
	font-family: apollo-reg;
	color: #f5dc9d;
	font-size: 24px;
	margin: 16px 0px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.main-form .form-btn input {
	/*	background: #0a4051;*/
	border: none;
	color: #004051;
	padding: 10px 0px;
	font-size: 22px;
	text-transform: uppercase;
	font-family: Montserrat;
	border-radius: 3px;
	font-weight: 700;
	background: linear-gradient(to top, #dbbf74 0%, #ffe7ac 100%);
	width: 100%;
}

.formDiv .form-control {

	padding: 12px;
}


.selldof .title {

	display: none !important;
}

.selldof label {

	display: none !important;
}


.selldof .btn,
.sell_do_ctc_btn,
.selldof .btn,
.sell_do_verify_btn {
	border: none !important;
	color: #004051 !important;
	padding: 10px 0px !important;
	font-size: 22px !important;
	text-transform: uppercase !important;
	font-family: Montserrat !important;
	border-radius: 3px !important;
	font-weight: 700 !important;
	background: linear-gradient(to top, #dbbf74 0%, #ffe7ac 100%) !important;
	width: 100% !important;
}

.selldof .has-error .help-block,
.selldof .has-error .control-label,
.selldof .has-error .radio,
.selldof .has-error .checkbox,
.selldof .has-error .radio-inline,
.selldof .has-error .checkbox-inline {
	color: #fff !important;
	font-family: Montserrat !important;
}

.selldof .form-control,
.sell_do_form_control {

	height: 46px !important;
	font-size: 14px !important;

}


.sell_do_form_container .thankyou {
	text-align: center;
	color: #fff;
	font-family: Montserrat;
	margin: 30px;
	margin-bottom: 80px;
	font-weight: 600;
}




@media screen and (max-width: 767px) {

	.phnNo {
		font-size: 16px;
		padding: 6px 20px;
		border-radius: 4px;
	}

	.copyrights {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 0px;

	}

	.copyrights p,
	.copyrights p a {

		font-size: 15px;

	}

	.marketedBy {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 20px;
		font-size: 15px;

	}

	.mapSec h4 {

		font-size: 24px;
		margin-bottom: 0px;
	}

	.card-header .title {
		font-size: 20px;
	}

	.mapSec img {

		margin-top: 40px;

	}

	.mapSec h5 {
		margin-left: unset;
		margin-top: 20px;
		font-size: 24px;
	}

	.ameniSec h4 {
		font-size: 22px;
		padding: 14px 0px;
	}

	.location-map h4 {
		font-size: 22px;
		padding: 14px 0px;
	}

	.owl-carousel-ameni .owl-item img {

		width: 100%;
	}

	.owl-carousel-ameni h5 {

		font-size: 22px;
	}

	.owl-carousel-ameni .owl-prev {

		top: 94%;
	}

	.owl-carousel-ameni .owl-next {

		top: 94%;
	}

	.ameniSec {
		padding-bottom: 80px;
	}

	.ameniSec {
		background-size: 150% 100%;
	}

	.location-map {
		padding-bottom: 80px;
	}

	.location-map {
		background-size: 150% 100%;
	}

	.highlightSecRight .nav-item p {
		font-size: 22px;
	}

	.highlightSecLeft h3 {
		font-size: 34px;
	}

	.aboutProj {
		position: relative;
	}

	.bannerHeading h3 {
		font-size: 18px;
	}

	.bannerHeading h3 span {
		font-size: 24px;
	}

	.bannerHeading {

		bottom: 80%;
		right: 42%;

	}

	.aboutProj li p {
		font-size: 15px;
	}

	.aboutProj li h5 {
		font-size: 18px;
		padding-left: 20px;
	}

	.liBorder2 {

		padding-right: 20px;
		padding-left: 20px;

	}


	.liBorder {
		padding-right: 20px;
	}

	.aboutProj li span {
		font-size: 14px;
	}

	.liBorder {
		border-right: solid 2px #004051;
	}

	.liBorder2 {
		border-right: solid 2px #004051;
	}

	.floatHeading {
		position: absolute;
		bottom: 78%;
		color: #0a4051;
		font-size: 20px;
		background: #ffffffd1;
		display: none;
	}

	.experienceSec img {
		display: none;
	}

	.experiencePts {
		position: relative;
		bottom: 0%;
		left: 0%;
	}

	.experiencePts li {
		font-size: 20px;
		letter-spacing: 1px;
	}

	.experiencePts ul {
		margin-bottom: 20px;
	}

	.aboutProj ul {
		padding: 10px 0px;
	}

	.liBorder3 {
		padding-left: 8px;
	}


	footer {
		padding-bottom: 40px;
	}


	.footer-main-menu {
		/*  background-color: #004051;*/
		background: linear-gradient(to top, #dbbf74 0%, #ffe7ac 100%);
	}


	.formDiv {

		position: relative;
		width: 100%;
		right: 0;
	}


	.experiencePts {
		background: #0a4051;
	}

	.project-bottom-header .aboutProj ul {

		padding: 10px 40px;

	}




}



.selldof .form-group p {
	color: #fff;
	text-align: center;
	font-size: 12px;
}


.useragreement {
	height: 350px;
	overflow-y: auto;
	padding: 15px 20px 15px 20px;
	line-height: 30px;
}

.user-agreement ul {
	list-style: none;
}

.user-agreement ul li:before {
	content: "\f06c";
	font-family: FontAwesome;
	display: inline-block;
	color: #006d59;
	margin-right: 10px;
}


.discl {
	text-align: center;
}

hr {

	border: 0;
	border-top: 1px solid #000;
}

.rerano {
	text-align: center;
}

.formDiv p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 10px;
}



.download-btn {
	text-align: center;
	margin-top: 25px;
}

.download-btn a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #004051;
	color: #fff;
	font-size: 19px;
	padding: 12px 28px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	font-family: apollo-reg;
}



.download-btn i {
	font-size: 18px;
}