
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 600;
}
html {
	scroll-behavior: smooth;
}
body {
	/*font-family: 'OpenSans', sans-serif;*/
	font-family: 'Gotham';
	font-size: 18px;
	color: #414042;
	font-weight: 400;
}

a {
	-webkit-transition: all 0.32s ease-out;
	-moz-transition: all 0.32s ease-out;
	-o-transition: all 0.32s ease-out;
	-ms-transition: all 0.32s ease-out;
	transition: all 0.32s ease-out;
	text-decoration: none;
}
a:hover {
	color: #00949A;
	text-decoration: none;
}
::placeholder {
 color: 000;
 opacity: 1;
}
:-ms-input-placeholder {
 color: 000;
}
::-ms-input-placeholder {
 color: 000;
}


.fw-sb{font-weight: 600;}
.fw-bo{font-weight: bold;}
strong, .fw-me{font-weight: 500;}
.fw-re{font-weight: 400;}
.fw-li{font-weight: 300;}

.fs-87{font-size: 87px;}
.fs-82{font-size: 82px;}
.fs-72{font-size: 72px;}
.fs-65{font-size: 65px;}
.fs-60{font-size: 60px;}
.fs-56{font-size: 56px;}
.fs-55{font-size: 55px;}
.fs-52{font-size: 52px;}
.fs-48{font-size: 48px;}
.fs-49{font-size: 49px;}
.fs-40{font-size: 40px;}
.fs-38{font-size: 38px;}
.fs-36{font-size: 36px;}
.fs-35{font-size: 35px;}
.fs-32{font-size: 32px;}
.fs-30{font-size: 30px;}
.fs-28{font-size: 28px;}
.fs-26{font-size: 26px;}
.fs-24{font-size: 24px;}
.fs-23{font-size: 23px;}
.fs-22{font-size: 22px;}
.fs-20{font-size: 20px;}
.fs-18{font-size: 18px;}
.fs-15{font-size: 15px;}
.fs-14{font-size: 14px;}
.fs-13{font-size: 13px;}
.fs-12{font-size: 12px;}
.ls-0-4{letter-spacing: .4px;}
.ls-1{letter-spacing: 1px;}
.ls-2{letter-spacing: 2px;}
.ls-3{letter-spacing: 3px;}
.ls-4{letter-spacing: 4px;}
.ls-6{letter-spacing: 6px;}
.ls-8{letter-spacing: 8px;}
.ls-10{letter-spacing: 10px;}
.ls-13{letter-spacing: 13px;}
.ls-20{letter-spacing: 20px;}
.ls-30{letter-spacing: 30px;}
.ls-80{letter-spacing: 80px;}

.lh-1{line-height: 1;}
.lh-1-1{line-height: 1.1;}
.lh-1-4{line-height: 1.4;}
.lh-1-7{line-height: 1.7;}
.lh-2{line-height: 2;}
.lh-2-4{line-height: 2.4;}

.lh-4{line-height: 4;}










/*COMMOM STYLES*/
.bg-grey {
	background-color: #231F20 !important;
}
.bg-red {
	background-color: #00949A;
}
.btn-brand {
	background-color: #00949A;
	transition: all 0.32s ease-out;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 25px;
	letter-spacing: 1.5px;
}
.btn-brand:hover {
	background-color: #484c4c;
	color: #FFF !important;
}
 .text-brand {
	color: #8CB7C9 !important;
}

.text-grey {
	color: #414042;
}
.text-black {
	color: #000 !important;
}
.has-bg {
	background-position: center;
	background-size: cover;
}
.img-linked {
	-webkit-transition: all 0.42s ease-out;
	-moz-transition: all 0.42s ease-out;
	-o-transition: all 0.42s ease-out;
	-ms-transition: all 0.42s ease-out;
	transition: all 0.42s ease-out;
}
.img-linked:hover {
	transform: scale(1.02);
	cursor: pointer;
}
/* Navigation */
.nav-wrapper::-webkit-scrollbar {
 display: none;
}
/*.navlinks{color: #1b75bb; background-color: #FFF; display: block; margin: 10px; font-size: 21px; padding: 10px; font-weight: 500;}
.navlinks:hover,
.active-nav{background-color: #000!important; color: #FFF!important;}*/
.navlinks {
	color: #415364;
	background-color: #FFF;
	display: block;
	margin: 12px 30px;
	font-size: 23px;
	padding: 11px;
	font-weight: 500;
}
.navlinks:hover, .active-nav {
	background-color: #002550 !important;
	color: #B88D2D !important;
	border:1px solid white;
}

.submenu{
	background-color:#f0f0f0;
	font-size:18px;
	margin-left: 50px;
	margin-right: 50px;
}

@media screen and (max-width: 767px) {
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
	border-color: rgb(4, 63, 131);
}
.navbar-toggler:focus, .navbar-toggler:active {
	outline: none;
	box-shadow: none;
}
}
.nav-wrapper {
	background: url("../img/nav-bg.jpg");
	width: 471px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
}
.content-wrapper {
	width: calc(100% - 471px);
	float: right;
	height: 100vh;
}
.index-content-wrapper {
	width: calc(100% - 471px);
	float: right;
	height: 70vh;
}
.index-text-wrapper {
	width: calc(100% - 471px);
	float: right;
	height: 30vh;
}
.home-content-wrapper {
	width: calc(100% - 471px);
	float: right;
	height: 65vh;
}
.home-text-wrapper {
	width: calc(100% - 471px);
	float: right;
	height: 35vh;
}

/*#login{background-image: url('../images/hero.jpg'); background-position: left;}*/
#login {
	background-image: url('../img/index.jpg');
	background-position: left;
}
/*#home{background-image: url('../images/hero-andrin-homes.jpg'); background-position: center;}*/
#home {
	/*background-image: url('../img-01/logged-in.jpg');*/
	background-image: url('../img/home.jpg');
	background-position: center;
}

.frmLogin input {
	border-radius: 0;
	height: 54px;
}
/*.frmLogin button{background-color: #000; color: #FFF; border: none; font-size: 24px; padding: 8px 20px; }*/
.frmLogin button {
	background-color: #AFBAC8;
	color: #002550;
	font-size: 24px;
	font-weight: 500;
	padding: 8px 20px;
	border: none;
	outline: none !important;
}

.frmLogin button:focus, .frmLogin button:focus-visible {
	outline: none !important;
}

/*Added by mhb*/


.dwnld-btn{
	background-color:#415364;
	border-color:#415364;
	border-radius:0px;
}

.dwnld-btn:hover {
	background-color:transparent;
	color:#415364;
	border-color:#415364;
}


.ren-sub-hdng {
    background-color: #8CB7C9;
    color: #fff;
    font-size: 21px;
    padding: 8px 20px;
    width: fit-content;
}

/* fluid 5 columns */
.grid-sizer,
.grid-item { 
	width: 29%;
	margin-bottom: 15px;
}
/* 2 columns */
.grid-item--width2 { width: 40%; }


/*end Added by mhb*/

.iframestyle {
	width:100%;
	height:90vh;
}

@media screen and (max-width: 767px) {
.nav-wrapper {
	width: 100%;
	position: relative;
}
.nav-wrapper .wrapper {
	max-width: 375px;
	margin: auto;
}
.content-wrapper {
	width: 100%;
	float: none;
	height: auto;
}
.navlinks{font-size: 16px;}
}

.responsive-embed{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:992px){
    .fs-87{font-size: 50px;}
    .fs-82 {font-size: 38px;}
    .fs-72{font-size: 40px;}
    .fs-65{font-size: 45px;}
    .fs-60{font-size: 45px;}
    .fs-56{font-size: 50px;}
    .fs-55{font-size: 38px;}
    .fs-52{font-size: 44px;}
    .fs-49{font-size: 42px;}
    .fs-48{font-size: 42px;}
    .fs-40{font-size: 38px;}
    .fs-38{font-size: 36px;}
    .fs-36{font-size: 34px;}
    .fs-35{font-size: 33px;}
	.fs-32{font-size: 29px;}}
	@media screen and (max-width: 767px){
		.fs-87{font-size: 40px;}
		.fs-82 {font-size: 38px;}
		.fs-72{font-size: 35px;}
		.fs-65{font-size: 30px;}
		.fs-60{font-size: 45px;}
		.fs-56{font-size: 46px;}
		.fs-55{font-size: 38px;}
		.fs-52{font-size: 39px;}
		.fs-49{font-size: 36px;}
		.fs-48{font-size: 36px;}
		.fs-40{font-size: 33px;}
		.fs-38{font-size: 31px;}
		.fs-36{font-size: 30px;}
		.fs-35{font-size: 29px;}
		.fs-32{font-size: 25px;}}
		@media screen and (max-width: 576px){
			.fs-87{font-size: 60px;}
			.fs-82 {font-size: 32px;}
			.fs-72{font-size: 30px;}
			.fs-65{font-size: 22px;}
			.fs-60{font-size: 38px;}
			.fs-56{font-size: 32px;}
			.fs-55{font-size: 33px;}
			.fs-52{font-size: 28px;}
			.fs-49{font-size: 39px;}
			.fs-48{font-size: 24px;}
			.fs-40{font-size: 24px;}
			.fs-38{font-size: 26px;}
			.fs-36{font-size: 20px;}
			.fs-35{font-size: 20px;}
			.fs-32{font-size: 19px;}
			.fs-20{font-size: 14px;}
		}