@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
body {
    overflow:auto;
    font-family: 'Maven Pro', sans-serif;
}
* {
    scroll-behavior: smooth;
}
.parallax {
    height: 800px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    margin-left: -1500px;
    background-color: #D9EEFE;

}
.parallax__layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.parallax__layer img {
    display: block;
    position: absolute;
    bottom: 0;
}
.parallax__cover {
    background: #fff;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2000px;
    z-index: 2;
}
/* section#features {
    margin-top: 300px;
} */
section#home {
    height: 800px;
}
.headText {
    z-index: 1;
}
nav.navbar.fixed-top {
    top: -80px;
    transition: all .5s;
}
.scrolled nav.navbar.fixed-top {
    top:0px;
}
.form-header {
    background: url(../images/formBg.png);
    margin: -48px -48px 20px -48px;
    height: 156px;
    padding-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}
#downloadSupervisorapp {
    background: url(../images/supervisr.jpg);
    background-size:cover ;
    background-position: center;
    background-attachment:fixed ;
}
#downloadResidentsapp {
    background: url(../images/cityBg.jpg);
    background-size:cover ;
    background-position: center;
    background-attachment:fixed ;
}
.loginBG {
    background: url(../images/cityBg.jpg);
    background-size:cover ;
    background-position: center;
    background-attachment:fixed ;
}
.formBox {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.2);
    border-top: 3px solid #0096ff;
    overflow: hidden;
}
.ltInput {
    position: relative;
    margin: auto;
    width: 100%;
  }
  .ltInput .label {
      position: absolute;
      top: 16px;
      left: 0;
      font-size: 16px;
      color: #9098a9;
      font-weight: 500;
      transform-origin: 0 0;
      transition: all 0.2s ease;
      pointer-events: none;
  }
  .ltInput .border {
      top: 46px;
    position: absolute;
    left: 0;
    height: 2px;
    width: 0%;
    background: #007bff;
    border: 0px solid transparent !important;
    transform-origin: 0 0;
    transition: all 0.15s ease;
  }
  .ltInput select,
  .ltInput input{
    height: 48px;
  }

  .ltInput select,
  .ltInput textarea,
  .ltInput input {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 12px 0;
  
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #c8ccd4;
    background: none;
    border-radius: 0;
    color: #223254;
    transition: all 0.15s ease;
    outline: none !important;
  }
  .ltInput input:-ms-placeholder,
  .ltInput input:-webkit-placeholder,
  .ltInput input:-moz-placeholder,
  .ltInput input:placeholder {
    color: #bcbcbc;
    opacity: 1;
  }

  .ltInput > select {
    background-image: url(../images/dropdown_icon.png)!important;
    /* background-position: calc(100% - 10px) 27px!important; */
    background-repeat: no-repeat!important;
    background-size: 10px 10px;
    background-position: calc( 100% - 10px);
}

  .ltInput .custom-file-input:valid ~ span,
  .ltInput select:not(:selectholder-shown) ~ span,
  .ltInput textarea:not(:placeholder-shown) ~ span,
  .ltInput input:not(:placeholder-shown) ~ span {
    color: #007bff;
    transform: translateY(-26px) scale(0.75);
  }
  .ltInput input:focus {
    background: none;
    outline: none;
  }
  .ltInput.custom-file.fileselected span,
  .ltInput select:valid ~ span,
  .ltInput textarea:valid ~ span,
  .ltInput input:valid ~ span,
  .ltInput select:focus ~ span,
  .ltInput input:focus ~ span {
    color: #07f;
    transform: translateY(-26px) scale(0.75);
  }
  .ltInput select:not(:selectholder-shown) ~ span + .border,
  .ltInput select:focus ~ span + .border,
  .ltInput input:not(:placeholder-shown) ~ span + .border,
  .ltInput textarea:not(:placeholder-shown) ~ span + .border,
  .ltInput textarea:focus ~ span + .border ,
  .ltInput input:focus ~ span + .border {
    width: 100%;
  }
  .ltInput.custom-file i {
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      top: 16px;
  }
  .ltInput.custom-file {
      border-bottom: 2px solid #c8ccd4;
      padding: 23px;
      position: relative;
  }
  .ltInput.custom-file > input {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0px;
    top: 0px;
  }
#downloadResidentsapp,
#downloadSupervisorapp {
    position: relative;
    background-color: #0092FF;
    margin-top:150px;
    margin-bottom: 70px;
}
.neg-mar200 {
    margin-top:-200px;
}
#testimonials {
    margin: 0px auto 80px;
    padding: 0 70px;
}
#testimonials .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
#testimonials .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
#testimonials .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
#testimonials .testimonial {
	padding: 30px 0 10px;
}
#testimonials .overview {	
	font-style: italic;
}
#testimonials .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.owl-nav {
    position: absolute;
    width: 100%;
    display: flex!important;
    left: 0;
    top: calc(50% - 25px);
    justify-content: space-between;
    font-size: 50px;
}
.owl-nav > button {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: rgb(126, 152, 179)!important;
    color: #fff!important;
}
.owl-nav > button > span {
    line-height: 40px;
    height: 50px;
    display: block;
}
.owl-dots {
    display: flex;
    justify-content: center;
}
button.owl-dot {
    margin: 3px;
    border-radius: 10px;
}
button.owl-dot.active {
    background: #007BFF !important;
}
button.owl-dot {
    margin: 3px;
    border-radius: 10px;
    height: 10px;
    width: 10px;
    background: #7e98b3!important;
    display: block;
}
a.floatingBtn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 100%;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.margin-bottom {
    margin-top: 20px;
}
/* Footer */

section#footer {
    padding: 60px 0;
}

section#footer .section-title {
    text-align: center;
    color: #000;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #252525 !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;

}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
}
/* #footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
} */
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
/* #footer ul.social li a:hover{
	color:#eeeeee;
} */
#footer ul.quick-links li{
	padding: 3px 0;
 }
/* #footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
} */ 
.footerp * {
    color: #fff;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
/* #footer ul.quick-links li:hover a i {
    font-weight: 700;
} */
.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

/*----------Login/Register----------*/
@media (min-width: 768px) {


.loginBlock .container {
	background-color: #fff;
	border-radius: 10px;
  	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
			0 10px 10px rgba(0,0,0,0.22);
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: 100%;
	min-height: 480px;
}

.loginBlock .form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.loginBlock .sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

.loginBlock .container.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

.loginBlock .sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

.loginBlock.container.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.loginBlock .overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.loginBlock.container.right-panel-active .overlay-container{
	transform: translateX(-100%);
}

.loginBlock .overlay {
	background: #FF416C;
	background: -webkit-linear-gradient(to right, #00beff, #0096FF);
	background: linear-gradient(to right, #00beff, #0096FF);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
  	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.loginBlock.container.right-panel-active .overlay {
  	transform: translateX(50%);
}

.loginBlock .overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.loginBlock .overlay-left {
	transform: translateX(-20%);
}

.loginBlock.container.right-panel-active .overlay-left {
	transform: translateX(0);
}

.loginBlock .overlay-right {
	right: 0;
	transform: translateX(0);
}

.loginBlock .container.right-panel-active .overlay-right {
	transform: translateX(20%);
}





}

.loginBlock .social-container {
	margin: 20px 0;
}
a.absolutelink {
    position: absolute;
    z-index: 10;
    font-size: 30px;
    right: 30px;
    top: 0px;
}
.loginBlock .social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}
.loginBlock h1 {
	font-weight: bold;
	margin: 0;
}


.loginBlock p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}

.loginBlock span {
	font-size: 12px;
}

.loginBlock a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	margin: 15px 0;
}

.loginBlock button {
    border-radius: 20px;
    border: 1px solid #3c3c3c;
    background-color: #3c3c3c;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

.loginBlock button:active {
	transform: scale(0.95);
}

button:focus {
	outline: none;
}

.loginBlock button.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

.loginBlock form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

.loginBlock input {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
}
.hiddenTitle h{
    display: none;
}
/*----------Login/Register----------*/
.contactForm {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    z-index: 10;
    background: #fff;
    margin: -70px auto 0;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,.2);
    position: relative;

}
#brands img {
    height: 50px;
    width:auto;
}
#brands .item {
    padding: 40px 0px;
    border: 1px solid #ddd;
}
span.error {
    color: #ff1d1d!important;
    font-size: 13px;
    font-weight: bold;
}
@media (max-width: 768px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-transparent {
        display: none;
    }
    .hiddenTitle h{
        display: block;
    }
    .loginBlock form {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sign-up-container {
        display: none;

    }
    .overlay-container {
        display: none;
    }

    .gal-container .modal-content{
        height:250px;
    }
}

/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}

@media only screen and (max-width: 993px) {
    .neg-mar200 {
        margin-top: 0px;
    }
}

@media (max-width:767px){
    .formBox {
        margin-top: -70px;
    }

section#features {
    padding-top: 400px;
}
    .form-header {
        margin: -48px -20px 20px -20px;
        height: 120px;
    }
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}