* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body {
	width: 100%;
/*	height: 100%;*/
	padding: 0px;
	margin: 0;
	overflow-x: hidden;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	min-width: 320px;
	color: #1c252c;
}
/*=============== tags start ===================**/
section {
	position: relative;
	overflow: hidden;
	clear: both;
	width: 100%;
}
*:focus, a:hover, a:active, a:focus {
	outline: 0;
}
button::-moz-focus-inner, select::-moz-focus-inner {
 border: 0;
 outline: 0;
}
figure {
	padding: 0px;
	margin: 0px;
}
a {
	opacity: 1;
	color: #092f57;	
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover {

	color: #35bead;
	text-decoration: none;
}
img {
	border: 0px;
	outline: none;
	display: block;
	max-width: 100%;
	height: auto
}

.OF-cover {
			object-fit: cover;
			font-family: 'object-fit: cover';
      object-position: center center;
			font-family: 'object-fit: cover; object-position: center center';
      width: 100%;
      height: 100%;
		}
input {
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {	
	font-weight: 600;
	
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 55px;
	line-height: 50px;
	margin-bottom: 20px;
	color: #35bead;
}
h2 {
	font-size: 40px;
	line-height: 34px;
	margin-bottom: 20px;
	color: #35bead;
}
h3 {
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 15px;
}
h4 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 15px;
}
h5 {
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 15px;
}
h6 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
}
ul {
	padding: 0px 0px 30px 25px;
	margin: 0px;
}
ol {
	padding: 0px 0px 30px 25px;
	margin: 0px;
}
ul li {
	position: relative;
	padding: 0px;
}
ol li {
	padding: 0px;
}
blockquote
{
   margin: 0px 0px 25px 0px;
  padding: 0px;
  position: relative;
  font-size: 20px;
  line-height: 24px;
	
}
blockquote p{
  padding: 0px;
}
p {
	margin: 0px;
	padding: 0px 0px 25px 0px;
}
hr {
	padding: 0px;
	border: 0px;
	height: 2px;
	margin: 30px auto;
	background-color: #35bead;
}
strong, b {
	font-weight: 700;
}
img { /*  display:block;*/
	height: auto
}
input[type='text'], input[type='email'], input[type='tel'], input[type='date'], textarea {
	width: 100%;
}
input[type='text'], input[type='tel'], input[type='date'], input[type='email'], textarea, select {
	border: 1px solid #35bead;
	background-color: #fff;
	font-family: proxima-nova, sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1.4px;
	height: 35px;
	padding: 6px;
	margin: 0px;
	color: #1c252c;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type='submit'], input[type=button], input[type=reset], .btn{
	color: #092f57;
	font-family: proxima-nova, sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1.4px;
	height: 35px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 6px 20px;
	min-width: 130px;
	border-radius: 0px;
	display: inline-block;
	background-color: #a1e3bb;
	border: 0px;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn::after
{
	content: '';
	display: inline-block;
	background: #092f57;
	height: 1px;
	width: 30px;
	position: relative;
	margin-left: 10px;
	top: -4px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	
}
.btn:hover::after
{
	background: #fff;
}
input[type='submit']:hover, input[type=button]:hover, input[type=reset]:hover, .btn:hover
{
	color: #fff;
	background-color: #35bead;
	
}
select {
	background-image: url('../images/dd-arrow.png');
	background-size: 40px 12px;
	background-position: right center;
	background-repeat: no-repeat;
	border-radius: 0px;
	border: 1px solid #35bead;
	background-color: transparent;
	    padding: 3px 50px 3px 10px;
    height: 40px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select option {
	padding: 10px 0px;
	display: block;
	font-size: 16px;
}
 select::-ms-expand {
display: none;
}
input[type=checkbox]:not(old) {
	width: 30px;
	margin: 0px;
	padding: 0;
	opacity: 0;
	position: absolute;
}
textarea {
	width: 100%;
	font-family: proxima-nova, sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1.4px;
	height: 140px;
	padding: 6px;
	box-sizing: border-box;
	color: #1c252c;
	border: 1px solid #35bead;
	background-color: #fff;
	border-radius: 0px;
	resize: none;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder {
 color:#1c252c
}
input::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder {
 color:#1c252c
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder {
 color:#1c252c
}
input:-moz-placeholder, textarea:-moz-placeholder, input[type="text"]:-moz-placeholder {
 color:#1c252c
}
table {
	width: 100% !important;
	border: 0px;
	table-layout: fixed;
}
table tr td {
	padding: 7px 10px;
	border-collapse: collapse;
}
table {
	
	text-align: left;
	margin-bottom: 20px;
/*	border-left: 1px solid #35bead;*/
	border-top: 1px solid #35bead;
	border-collapse: collapse;
	
}
table h1, table h2, table h3, table h4, table h5 {
	margin: 0px;
}
.resWrap
{
	margin-bottom: 35px;
}
table th {
	background: #35bead;
	color: #fff;
	padding: 7px 10px;
	text-align: left;
	border-right: 1px solid #35bead;
	font-weight: 600;
	border-bottom: 1px solid #35bead;
	word-wrap: break-word;
}
.entry table th {
	text-align: center;
}

.entry table{
	border-left: 1px solid #35bead;
}

.entry table td {
	border-right: 1px solid #35bead;
}
table td {
/*	border-right: 1px solid #35bead;*/
	border-bottom: 1px solid #35bead;
	word-wrap: break-word;
}
.alignleft {
	float: left;
	margin: 10px 25px 25px 0px;
}
.alignright {
	float: right;
	margin: 10px 0px 25px 25px;
}
.aligncenter {
	float: none;
	margin: 0px auto 0px auto;
}

.ajax-loader {
	background-image: url('../images/ajax-loader.svg') !important;
	background-color: #0e4554;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28px 28px;
	width: 36px !important;
	height: 36px !important;
	margin: 0px 0px 0 -18px !important;
	position: absolute;
	bottom: -40px;
	left: 50%;
}

/* ==================================== breadcrumb menu & pagination css start here========================== */

.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
}
.pagination a.active {
	background-color: #0e4554;
	color: white;
}
.pagination a:hover:not(.active) {
	background-color: #ddd;
}
/* ==================================== breadcrumb menu & pagination css end here========================== */
.box {
	position: relative;
}
.box:before {
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.imageHolder {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	
}

.OF-cover {
			object-fit: cover;
			font-family: 'object-fit: cover';
      object-position: center center;
			font-family: 'object-fit: cover; object-position: center center';
      width: 100%;
      height: 100%;
		}

.fadeIn {
	opacity: 0;
	transition: opacity .8s ease;
	-webkit-transition: opacity .8s ease;
	-moz-transition: opacity .8s ease;
	-o-transition: opacity .8s ease;
}
.fadeIn.animateMe {
	opacity: 1
}
.fadeInUp {
	-webkit-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	opacity: 0;
	transition: opacity .8s ease-in-out, transform .8s ease-in-out;
	-webkit-transition: opacity .8s ease-in-out, transform .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out, transform .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out, transform .8s ease-in-out;
}
.fadeInUp.animateMe {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.animation {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.flexNoWrap, .flexWrap, .flexStretch, .flexHorizontalCenter, .flexVerticalCenter, .flexRowReverse, .flexcolReverse, .flexGrow, header > div, .HeaderImage, .pageHeaderImage, .HeaderImage > div, .spaceMap, .HeaderText, .pageHeaderImage > div, .openSpace > div, .growingSpace > div, .BreathingSpace > div, #ConnectedSpace >  div, .getOverlayText, .getOverlayText .rightCol, #spaceSpecification > div, .NewsSinglepage, #footer{
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flexWrap, .getOverlayText .rightCol {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
}
/*.BreathingSpace > div,*/
.flexStretch, .openSpace > div,  #spaceSpecification > div, .growingSpace > div {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.flexHorizontalCenter, .HeaderText {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flexVerticalCenter, header > div, .HeaderImage > div, #footer, .spaceMap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexRowReverse, .pageHeaderImage > div, .openSpace > div, .growingSpace > div {
	-webkit-flex-flow: row-reverse wrap;
	flex-flow: row-reverse wrap;
}
.flexcolReverse {
	flex-direction: column-reverse;
}
.flexcolReverse .col {
	width: 100%;
}
.flexGrow {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
}
.flexGrow .col:last-child {
	flex-grow: 1;
}
.fluidVideo {
	padding-bottom: 56.1%;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.fluidVideo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
