@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 100;
	src: url(fonts/Lato-Thin.ttf) format("truetype")
}

@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 100;
	src: url(fonts/Lato-ThinItalic.ttf) format("truetype")
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 300;
	src: url(fonts/Lato-Light.ttf) format("truetype")
}

@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 300;
	src: url(fonts/Lato-LightItalic.ttf) format("truetype")
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	src: url(fonts/Lato-Regular.ttf) format("truetype")
}

@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 400;
	src: url(fonts/Lato-Italic.ttf) format("truetype")
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 700;
	src: url(fonts/Lato-Bold.ttf) format("truetype")
}

@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 700;
	src: url(fonts/Lato-BoldItalic.ttf) format("truetype")
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 900;
	src: url(fonts/Lato-Black.ttf) format("truetype")
}

@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 900;
	src: url(fonts/Lato-BlackItalic.ttf) format("truetype")
}

html {
	font-family: helvetica, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	font: 112.5%/1.45em georgia, serif;
	overflow-y: scroll
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(0, 0, 0, .8);
	font-weight: 400;
	word-wrap: break-word;
	font-kerning: normal;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active, a:hover {
	outline-width: 0
}

b, strong {
	font-weight: inherit;
	font-weight: bolder
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

img {
	border-style: none
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button, input, optgroup, select, textarea {
	font: inherit;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

*, :after, :before {
	box-sizing: inherit
}

img {
	margin: 0 0 1.45rem;
	max-width: 100%;
	padding: 0
}

h1 {
	font-size: 2.25rem
}

h1, h2 {
	color: inherit;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 1.45rem;
	padding: 0;
	text-rendering: optimizeLegibility
}

h2 {
	font-size: 1.62671rem
}

h3 {
	font-size: 1.38316rem
}

h3, h4 {
	color: inherit;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 1.45rem;
	padding: 0;
	text-rendering: optimizeLegibility
}

h4, table {
	font-size: 1rem
}

table {
	border-collapse: collapse;
	line-height: 1.45rem;
	margin: 0 0 1.45rem;
	width: 100%
}

hr, table {
	padding: 0
}

hr {
	background: rgba(0, 0, 0, .2);
	border: none;
	height: 1px;
	margin: 0 0 calc(1.45rem - 1px)
}

td, th, thead {
	text-align: left
}

td, th {
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	font-feature-settings: "tnum";
	-moz-font-feature-settings: "tnum";
	-ms-font-feature-settings: "tnum";
	-webkit-font-feature-settings: "tnum";
	padding: .725rem .96667rem calc(.725rem - 1px)
}

td:first-child, th:first-child {
	padding-left: 0
}

td:last-child, th:last-child {
	padding-right: 0
}

@media only screen and (max-width:480px) {
	html {
		font-size: 100%
	}
}

body, html {
	color: #676767;
	font-family: Lato, Helvetica Neue, sans-serif;
	height: 100%
}

section {
	padding-bottom: 40px;
	padding-top: 40px
}

.container {
	margin: auto;
	max-width: 1024px;
	padding: 10px
}

.middle-section .container h1{
	text-align: center;
	margin-top: 40px;
}

div.table {
	margin-top: 60px;
	overflow: auto;
	width: 100%
}

@media only screen and (max-width:375px) {
	div.table {
		overflow: scroll
	}
}

div.table table {
	width: 100%
}

div.table table tr.contactDetails:hover {
	background: #012676;
	color: #fff
}

div.table table tr.contactDetails td {
	height: 60px
}

div.table table tr.contactDetails td.fname {
	padding-left: 6px
}

section:nth-child(2n) {
	background: #eee
}

section:nth-child(odd) {
	background: #fff
}

.location-header {
	background-color: #012676;
	color: #fff;
	padding: 10px
}

section {
	overflow: auto
}

.lp2 {
	align-items: stretch;
	display: flex;
	padding: 0
}

@media only screen and (max-width:820px) {
	.lp2 {
		display: block;
		padding: 10px
	}
}

@media only screen and (max-width:375px) {
	.lp2 {
		display: block;
		padding: 10px
	}
}

section.lp2:nth-child(2n), section.lp2:nth-child(odd) {
	background: #fff
}

.left, .right {
	display: table-cell;
	float: left;
	min-height: 200px;
	padding: 40px;
	width: 50%
}

@media only screen and (max-width:820px) {
	.left, .right {
		border: none !important;
		display: block;
		float: none;
		overflow-x: auto;
		padding: 0;
		width: 100%
	}
}

@media only screen and (max-width:375px) {
	.left, .right {
		border: none !important;
		display: block;
		float: none;
		overflow-x: auto;
		padding: 0;
		width: 100%
	}
}

.left:hover, .right:hover {
	background-color: #eee
}

.left .location-header, .right .location-header {
	font-size: 22px
}

.left table.contact, .right table.contact {
	font-size: 14px
}

.right {
	border-left: 1px solid #eee
}

.left {
	border-right: 1px solid #eee
}

header {
	background: #012676;
	border-bottom: 1px solid #eee;
	padding-top: 20px
}

header>.container {
	align-items: center;
	display: flex;
	justify-content: space-between
}

header a {
	display: block
}

header img.logo {
	margin-bottom: 0;
	max-width: 240px;
	width: 9rem
}

@media (min-width:768px) {
	header img.logo {
		width: 100%
	}
}

header nav.real-estate-nav button {
	background: #f57d1e;
	border: 1px solid #f57d1e;
	color: #fff;
	padding: 10px 20px
}

header nav.real-estate-nav button a {
	color: #fff;
	font-weight: 700;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-transform: uppercase
}

header nav.real-estate-nav button:hover {
	background: #fff;
	border: 1px solid #f57d1e
}

header nav.real-estate-nav button:hover a {
	color: #f57d1e
}

footer {
	background-color: #012676;
	color: #fff;
	font-size: 14px
}

footer a {
	color: #fff;
	-webkit-text-decoration: none;
	text-decoration: none
}

footer a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline
}

.hero-banner {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 37vw;
	padding: 2rem 3rem;
	position: relative
}

@media (max-width:576px) {
	.hero-banner {
		padding: 1rem 1.4rem
	}
}

.hero-banner-bg {
	background-image: url(image/banner.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0
}

.hero-banner-text {
	background: linear-gradient(-90deg, rgba(1, 38, 118, .8), rgba(1, 38, 118, .95));
	border-right: .5rem solid #fff;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.4;
	margin-left: 40%;
	max-width: 620px;
	padding: 2rem 3rem;
	position: relative;
	text-align: justify;
	text-shadow: 0 2px 4px rgba(6, 23, 60, .89);
	width: 100%;
	z-index: 1
}

@media (max-width:1280px) {
	.hero-banner-text {
		font-size: 1rem
	}
}

@media (max-width:992px) {
	.hero-banner-text {
		margin-left: 20%;
		padding: 1rem 2.2rem
	}
}

@media (max-width:768px) {
	.hero-banner-text {
		font-size: .8rem;
		margin-left: 0
	}
}

@media (max-width:576px) {
	.hero-banner-text {
		font-size: .8rem;
		margin-left: 0;
		padding: 1rem 1.4rem
	}
}

.contact-section {
	margin-bottom: 2rem
}

.contact-section-info {
	font-size: .878rem;
	line-height: 1.4;
	margin-bottom: 0;
	border-bottom: 0;
	padding: .4rem 0;
	vertical-align: top
}
.contact-section-info th , .contact-section-info td{
	border-bottom: 0;
	padding: .4rem 0;
	vertical-align: top
}
.contact-section-info th{
	padding-right: 1rem;
	width: 120px
}