body {
	background: #fff;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.navbar-inverse {
	padding-top: 0;
	padding-bottom: 5px;
	font-weight: 700;
	background: transparent;
	border: 0;
	color: #fff;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#nav-top.navbar-bg {
	padding-top: 0;
	background: #3299CC !important;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
.navbar-inverse {
	color: #ddd;
}
.navbar-brand {
	color: #ddd;
	line-height: 10px;
}
.navbar-brand>img {
	padding-top: 6px;
}
a.navbar-brand.text-b {
	line-height: 1.5;
}
a.navbar-brand.text-b div small {
	position: absolute;
	top: 40px;
}
.img-b {
	position: relative;
	top: -20px;
}
.text-b {
	position: relative;
	top: -8px;
}
#nav-top.navbar-bg .img-b {
	position: relative;
	top: -15px;
}
#nav-top.navbar-bg .text-b {
	position: relative;
	top: -12px;
}
.text-b span {
	color: #fff;
}
.text-b small {
	font-size: 12px;
	color: #fff;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	font-size: 14px;
}
.team>li {
	margin: 0 2%;
	font-size: 14px;
}
.navbar-toggle .icon-bar {
	border-radius: 0;
	height: 3px;
}
.navbar-toggle {
	border: 0;
	padding-left: 0;
	padding-right: 0;
	background: transparent !important;
}
.cls-nav {
	display: none;
}
a.btn.btn-lg.btn-success {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 3px;
	height: 60px;
	width: 250px;
	border-radius: 40px;
	margin: 0 auto;
	background-color: steelblue;
	border: none;
}
a.btn.btn-lg.btn-success:hover {
	background-color: #3299CC;
}
button#submit-contact.btn.btn-success.btn-lg {
	background-color: steelblue;
	border: none;
}
button#submit-contact.btn.btn-success.btn-lg:hover {
	background-color: #3299CC;
}
.btn-group-home .btn {
	min-width: 180px;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 1px;
}
.btn-group-home .btn:first-child {
	border-radius: 30px 0 0 30px;
}
.btn-group-home .btn:last-child {
	border-radius: 0 30px 30px 0;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.content {
	background: rgb(239, 239, 239);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.home-content>.phone {
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	position: absolute;
	right: 50px;
	top: 70px;
	z-index: 2;
}
.phone a {
	color: white;
}
.fa-phone:hover {
	text-decoration: underline;
}
.header-page {
	padding-top: 140px;
	padding-bottom: 20px;
	background: url('../img/nyc_skyline2.jpg') center;
	background-size: cover;
	position: relative;
	color: #fff;
}
.home-container {
	background-color: #f3f3f3;
	background: rgb(239, 239, 239);
	display: table;
	height: 100vh;
	min-height: 450px;
	padding-top: 50px;
	text-align: center;
	width: 100%;
	-webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
	margin-top: 2px;
}
.home-container-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.home-container>h2 {
	line-height: 1.3;
	font-size: 28px;
	width: 75%;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}
.home-container>h5 {
	line-height: 1.8;
	font-size: 18px;
	width: 75%;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}
.form-contact .form-control {
	min-height: 40px;
	border: 2px solid #ddd;
}
@media (max-width: 400px) {
	.text-b {
		font-size: 15px;
	}
	.btn-group-home .btn {
		min-width: 130px;
		font-size: 14px;
	}
	#submit-contact {
		width: 100%;
	}
	.img-b {
		position: relative;
		top: -10px;
		width: 110px;
	}
	.phone a {
		font-size: 18px;
		font-weight: 800;
		position: absolute;
		top: 0;
		left: 35px;
		color: #fff;
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.navbar-collapse.open {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: #000;
		background: rgba(0, 0, 0, 0.9);
		z-index: 1000;
		overflow: auto;
		display: block;
		;
		max-height: 100% !important;
		padding: 20px;
		margin: 0 !important;
	}
	a.navbar-brand.text-b {
		padding-left: 0;
	}
	.close-menu {
		color: #fff !important;
		background: transparent;
		margin-bottom: 10px;
	}
	.cls-nav {
		border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
		margin-bottom: 10px;
		display: block;
	}
	.cls-nav span {
		margin-top: 10px;
		display: inline-block;
		color: #ddd;
	}
	.home-content>.phone {
		font-size: 15px;
		font-weight: 800;
		position: absolute;
		left: 72px;
		top: 60px;
	}
	.home-content {
		background: url(../img/hands-holding-house-center.jpg) center;
	}
}
.carousel-control.right, .carousel-control.left {
	background: none !important;
}
.carousel-caption {
	background: rgba(0, 0, 0, 0.2);
}
.main-menu ul li.active a, .main-menu ul li a:hover {
	color: #000;
}
/*Footer*/

.main-footer {
	padding-top: 30px;
	padding-bottom: 20px;
	color: #fff;
	letter-spacing: 3px;
	background: url(../img/cartographer.png) #3299CC;
	color: #fff;
	padding-bottom: 20px
}
.main-footer ul {
	margin-bottom: 20px;
}
.main-footer ul a, a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}
.main-footer a:hover {
	color: #ddd;
}
/*//home*/

@media (max-width: 1300px) {
	.container-fluid {
		float: none;
		padding: 0;
	}
	a.btn.btn-lg.btn-success {
		display: none;
	}
}
.home-content {
	background: url(../img/hands-holding-house-center3.jpg) center;
	background-size: cover;
	position: relative;
	height: 100vh;
	min-height: 450px;
}
@media (min-width: 1301px) {
	.home-content {
		background: url(../img/hands-holding-house-left.jpeg) center;
		background-size: cover;
		position: relative;
		height: 100vh;
		min-height: 450px;
	}
	.home-inner-content>.container-fluid {
		float: right;
		width: 50%;
	}
}
@media (max-width: 767px) {
	.container-fluid {
		float: none;
		padding: 0;
		text-align: center;
	}
}
.home-content h1 {
	font-weight: 700;
	font-size: 40px;
	padding-top: 50px;
}
.home-content h4 {
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 1.5;
	font-size: 24px;
}
.home-fkbg {
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.home-inner-content {
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.mt10 {
	margin-top: 10px;
}
/*testimonial*/

.testimoni {
	padding-top: 30px;
	padding-bottom: 60px;
}
.box-testi {
	max-width: 450px;
	margin: 15px auto;
}
.box-testi .boxed {
	border: 1px solid #3299CC;
	padding: 15px;
	border-radius: 10px;
	position: relative;
}
.box-testi .boxed:after {
	content: "";
	position: absolute;
	bottom: -15px;
	right: 10px;
	border-right: 15px solid transparent;
	border-top: 15px solid #3299CC;
}
#carousel-01 {
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}
.box-testi .name {
	padding-right: 15px;
	padding-top: 10px;
}
.ratting {
	color: #5cb85c;
}
.arr {
	position: absolute;
	z-index: 200;
	border-radius: 30px;
	background: #3299CC;
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	margin-top: -30px;
}
.arr.left {
	left: 0;
	top: 50%;
}
.arr.right {
	right: 0;
	top: 50%
}
@media (max-width: 560px) {
	.box-testi .boxed {
		margin-left: 40px;
		margin-right: 40px;
	}
}
/*lisiting*/

.prop-type-title {
	overflow: hidden;
	margin-bottom: 25px;
}
.prop-type-title span {
	position: relative;
	padding-right: 20px;
	display: inline-block;
}
.prop-type-title span:after {
	content: "";
	position: absolute;
	height: 1px;
	background: red;
	border-top: 2px solid #ddd;
	left: 100%;
	width: 90000px;
	top: 50%;
}
.box-item {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.box-item a {
	text-decoration: none;
	color: #333;
}
.box-item .desc {
	padding: 15px;
	background: #fff;
}
.box-item ul {
	margin-bottom: 0;
}
.box-item ul i {
	margin-right: 3px;
}
.box-item h4 {
	margin-top: 0;
}
.img-hold {
	position: relative;
}
.img-caption {
	position: absolute;
	top: 0;
	color: #fff;
	left: 0;
	right: 0;
	padding: 5px;
	z-index: 10;
}
.bg-primary {
	background: #3299CC;
}
.goto-details {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.goto-details span {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	font-weight: 300;
	text-align: right;
	padding: 10px;
	font-size: 16px;
}
.box-item a:hover .goto-details {
	opacity: 1;
}
/*detail item*/

.prop-type-title {
	overflow: hidden;
	margin-bottom: 25px;
}
.prop-type-title span {
	position: relative;
	padding-right: 20px;
	display: inline-block;
}
.prop-type-title span:after {
	content: "";
	position: absolute;
	height: 1px;
	background: red;
	border-top: 2px solid #ddd;
	left: 100%;
	width: 90000px;
	top: 50%;
}
.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
label.error {
	color: red;
	padding: 2px 5px;
	font-size: 12px;
	letter-spacing: 1px;
}