/* 
brnad : #00949A;

*/
@font-face {
  font-family: 'OpenSans';
  src: url('fonts/OpenSans-Regular.woff2') format('woff2'), url('fonts/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('fonts/OpenSans-SemiBold.woff2') format('woff2'), url('fonts/OpenSans-SemiBold.woff') format('woff'), url('fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('fonts/OpenSans-Bold.woff2') format('woff2'), url('fonts/OpenSans-Bold.woff') format('woff'), url('fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'OpenSans', sans-serif;
  font-size: 18px;
  color: #414042;
  font-weight: 400;
}
strong,b {
  font-weight: 600;
}
.fn-w-sb {
  font-weight: 500;
}
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;
}
/*COMMOM STYLES*/
.fs-60{font-size: 60px;}
.fs-45{font-size: 45px;}
.fs-20{font-size: 20px;}
.fs-18{font-size: 18px;}
.fs-16{font-size: 16px;}
.lh-1{line-height: 1;}
.bg-grey {
  background-color: #231F20 !important;
}
.bg-red {
  background-color: #00949A;
}
.text-green{color:#c2d500!important;}
.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-red, .text-brand {
  color: #000000 !important;
}
.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: #000;
  background-color:#E6E6E6;
  display: block;
  margin: 20px 0px;
  font-size: 21px;
  padding: 10px;
  font-weight: 500;
  border:1px solid #808080;
}
.navlinks:hover, .active-nav {
    background-color: #000 !important;
    color: #fff !important;
}



.bg-black {
  background-color:#000 !important;
  color:#fff;
}

.bg-image {
  min-height:50vh;
  background-image:url("../img-01/register-background.jpg");
  background-repeat:no-repeat;
  background-position:bottom;
  background-size:100% auto;
}
@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;
  }
  .fs-45{font-size: 25px;}
  .fs-60{font-size: 30px;}
}
.nav-wrapper {
  /* background-image: url('../images/bg-pattern.png');*/
  /*background-image: url('../img-01/sidebar_bg.jpg');*/
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  width: 475px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  border-right: 5px solid #c2d500;
}
.content-wrapper {
  width: calc(100% - 475px);
  float: right;
  height: 100vh;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
/*#login{background-image: url('../images/hero.jpg'); background-position: left;}*/
#login {
  background-image: url('../images/home.jpg?v=1');
  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-01/logged-in.jpg');
  background-position: center;
}
.disclaimer a:hover {
  text-decoration: underline;
}
.frmLogin input {
  border-radius: 0;
  height: 50px;
}
/*.frmLogin button{background-color: #000; color: #FFF; border: none; font-size: 24px; padding: 8px 20px; }*/
.frmLogin button {
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 8px 20px;
}

/*Added by mhb*/
.ft_logo {
  max-width: 240px;
}
.align-items-end {
  align-content: flex-end;
}
.mx-img-400 {
  max-width: 70%;
}
.title {
	    margin-top: 2.5rem;
}
.disclaimer {
	margin-top: 2.5rem;
}
.fnt-sz-36 {
	font-size: 36px;
}

/*end Added by mhb*/

@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;
  }
}

#registrationForm  select,
#registrationForm .form-control{border-radius: 0; border:none; border-bottom: 1px solid #000; margin-bottom: 50px;font-size: 18px;}
#registrationForm label{color: #4D4D4D; font-size: 20px; padding-top: 4px; opacity: 1;}
#registrationForm .form-control::-ms-input-placeholder { color: #495057;}
#registrationForm  select {
    display: block;
   line-height: 1.7;
    padding: .6em 1.4em .5em .8em;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236D470F%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    height: 62px;
}
.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s 
ease-in-out, transform .1s 
ease-in-out;
}
.btn-submit {
  border: 2px solid #FFF;
  font-size: 18px;
  color: white;
  font-weight: 500;
  padding: 10px 40px 5px;
  background-color: #000000;
  border: none;
}
/* Image Grid */

.row-gird {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.renderings-hdng {
	padding: 10px 10px;
    background-color: #c2d500;
    font-size: 20px;
    color: #fff;
    max-width: 350px;
}

.text-green {
	color: #c2d500;
}
