a {
	text-decoration: none;
}
.navbar {
	padding: 20px 0px 20px;
}
.navbar-brand {
	color: #333333;
}
.navbar-brand:hover {
	color: #666666;
}
.nav-item {
	margin-left: 1rem;
}
.nav-link {
	font-size: 1.25rem;
	color: #333333;
}
.nav-link:hover {
	color: #666666;
}
.nav-link:focus, .nav-link:hover {
	color: #666;
}
.estate-top-section {
	background: #fff;
	padding: 8rem 0rem 8rem;
	position: relative;
}
.estate-top-section h1 {
	font-size: 4rem;
	font-weight: 700;
}
.estate-top-section p {
	font-size: 1.35rem;
	margin: 1.5rem 0 2rem;
}
.row-ets .form-control {
	height: 55px;
}
.row-ets {
	position: relative;
}
.estate-top-review-section {
	background: #efeff9;
	padding: 2rem 0 1.75rem;
}
.estate-section {
	position: relative;
	padding: 5rem 0rem 5rem;
}
.estate-section h2 {
	font-size: 2.5rem;
	font-weight: 600;
}
.estate-section p {
  font-size: 1.35rem;
}
.es-bg1 {
	background: #313453;
	color: #ffffff;
}
.es-bg2 {
	background: #F2F5F7;
}
.row-built-with img {
	margin: 1rem 1rem;
}
.dark-footer {
	background: #313453;
	padding: 50px 0;
	color: #fff;
}

.dark-footer a {
	transition: 0.2s linear;
	margin-bottom: 0;
}

.dark-footer a:hover {
	color: #999999;
	text-decoration: none;
}

.dark-footer h4 {
	font-weight: 600;
}

.dark-footer .social-media i {
	background: inherit;
	margin: 0 2px 4px;
	border: 1px solid rgba(9, 155, 242, 0.2);
	width: 35px;
	height: 35px;
	border-radius: 3px;
	line-height: 33px;
	text-align: center;
	font-size: 2rem;
}

.dark-footer ul {
	padding-left: 0;
}

.dark-footer li {
	list-style: none;
}

.dark-footer .quick-links {
	padding-top: 25px;
	border-top: 1px solid rgba(9, 132, 240, 0.1);
	margin-top: 15px;
}

.dark-footer .quick-links li {
	display: inline-block;
	line-height: normal;
	margin-right: 30px;
}