/* width */
::-webkit-scrollbar {
  width: 15px; 
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #778aa0; 
  border-radius: 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #647c98; 
}
@-webkit-keyframes wobble {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body {
	overflow-x: hidden;
}
@keyframes wobble {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
  #wobble {
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

#wobble:hover {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes pulse-grow {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes pulse-grow {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

#pulse-grow {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#pulse-grow:hover, #pulse-grow:focus, #pulse-grow:active {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

* {
	box-sizing: border-box;
}
body {
	margin:0;
	font-family: Arial;
}
#row::after {
content: "";
clear: both;
display: table;	
}
[id*="col-"] {
    float: left;
}
#col-1 {width: 8.33%;}
#col-2 {width: 16.66%;}
#col-2-5 {width: 20%;}
#col-3 {width: 25%;}
#col-3-2 {width: 28%;}
#col-3-5 {width: 30%;}
#col-4 {width: 33.33%;}
#col-4-5 {width: 37%;}
#col-4-2 {width: 38%;}
#col-5 {width: 41.66%;}
#col-5-5{width: 45%;}
#col-5-8{width: 48%;}
#col-6-5{width: 55%;}
#col-6 {width: 50%;}
#col-6a {width: 50%;}
#col-7 {width: 58.33%;}
#col-7-5 {width: 62%}
#col-8 {width: 66.66%;}
#col-8-5{width: 73%;}
#col-9 {width: 75%;}
#col-9-1{width: 77%;}
#col-10 {width: 83.33%;}
#col-11 {width: 91.66%;}
#col-12 {width: 100%;}	
.nav {
overflow: hidden;
margin-top: -5px;
background-image: url(../images/head/head-back.jpg);
width: 1,924px;
height: 170px;
}
.logonav {
	float: left;
}
.logo {
	height: 155px;
	width: 250px;
	margin-left: 25.5%;
}

.nav-tex a#sera {
float: right;
display: block;
}	.in {
		margin-top: 10px;
		width: 60%;
		padding: 11px;
		border: none;
	}
	.go {
		background-color: #A9A9A9;
		color: white;
		padding: 12px;
		border: none;
	}
	.go:hover {
		background-color: white;
		color: gray;
	}
	select {
		display: none; 

	}
	#ban {
		float: right;
		margin-top: -2px;
	}
	.tex {
		background-color: #ed494c;
		padding: 50px;
		padding-left: 150px;
		height: 631px;
	}
	.get {
		color: white;
		border: 5px solid white;
		padding: 15px;
		padding-left: 90px;
		padding-right: 90px;
		text-decoration: none;
		font-size: 25px;
	}
	.get:hover {
		border: 5px solid #ed494c;
		color: #ed494c;
		background-color: white;
	}
	.mid {
		padding-top: 2px;
	}
	.bgimg-2{
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	background-image: url("../images/index/multifamily-email-services.jpg");
	min-height: 350px;
	}
	.bgimg-11 {
      background-position: center;
      background-size: cover;
    background-image: url("../images/contact/contact-multifamily-email-responsive.jpg");
    min-height: 700px;
    width: 100%;
  }
	#dark p {
  margin: 0;
  font-size: 17px;
  color: white;
  margin-left: 8%;
  padding-top: 20px;
  
}
#hidden {
	display: none;
}

.bgimg-3 {
  	background-position: center;
  	background-size: cover;
	background-image: url("../images/index/multifamily-email-11.jpg");
	min-height: 800px;
	margin-top: -4px;
}
.bgimg-4 {
  	background-position: center;
  	background-size: cover;
	background-image: url("../images/host/hosting-h.jpg");
	min-height: 800px;
	width: 100%;
}
.bgimg-5 {
  	background-position: center;
  	background-size: cover;
	background-image: url("../images/buss/apartment-business-apps-responsive.jpg");
	min-height: 800px;
	width: 100%;
}
.bgimg-6 {
  	background-position: center;
  	background-size: cover;
	background-image: url("../images/net/apartments-multifamily-network-responsive.jpg");
	min-height: 800px;
	width: 100%;
}
.bgimg-7 {
  	background-position: center;
  	background-size: cover;
	background-image: url("../images/off/office365-responsive.jpg");
	min-height: 800px;
	width: 100%;
}
.bgimg-8 {
  	background-position: center;
  	background-size: cover;
	background-image: url("../images/multi/multifamily-email-for-apartments-responsive.jpg");
	min-height: 800px;
	width: 100%;
}
.bgimg-9 {
  	background-position: center;
  	background-size: cover;
	background-image: url("../images/ex/exchange-email-for-management-responsive.jpg");
	min-height: 800px;
	width: 100%;
}
.wat {
		color: white;
		border: 1px solid white;
		padding: 15px;
		padding-left: 60px;
		padding-right: 60px;
		text-decoration: none;
		background:rgba(255,255,255, .1);
	}
.wat:hover {
	color: black;
	background-color: white;
}
.columns {
	display: flex;
	flex-flow: row wrap;
	left-content: center;
	margin: 30px 30px;
	min-height:200px;

}
.columnn {
	flex: 1;
	padding: 10px;
	font-size: 24px;
	color: #404040;	
}
.columnn li {
	padding-bottom: 30px;
}	
.t{
	color: white;
	font-size: 4.5vw;
}
.b{
	font-size: 3vw;
	color: white;
}
.get-tex {
		color: white;
		border: 4px solid white;
		padding: 15px;
		padding-left: 30px;
		padding-right: 30px;
		text-decoration: none;
		font-size: 2.8vw;
	}
	.get-tex:hover {
		color: #404040;	
		background-color: white;
		border: none;
		text-shadow: none;
	}


	#span {
		width: 27%;
		float: left;
		padding: 40px;
		color: white;
		margin-top: 10px;
		padding-top: 10px;
	}
	#span a{
		color: white;
		text-decoration: none;
	}
	#span p{
		padding: 9px;
		transition: .45s;
		-webkit-transition: .45s;
		border-bottom: 1px solid white;
	}
	#span p:hover {
		padding-left: 20px;
		-webkit-transition: .45s;
		box-shadow: inset 0px 0px 100px #778aa0;
		border-bottom: 1px solid cyan;
		cursor: pointer;
	}

	.lef {
		margin-left: 15%;
	}
	.logfot {
		width: 30%;
		float: left;
	}
	.tex-foot a{
		color: white;
		font-size: 20px;
		text-decoration: none;
	}
	.pri a{
		color: white;
		font-size: 17px;
		text-decoration: none;
		padding-right: 75px;
	}
	.pri a:hover {
		color: cyan;
		text-decoration: underline;
	}
	.logobot {
		width: 100%!important;
		height: auto;
		margin-top: 15px;
		margin-left: 0!important;
	}
	.mail {
		padding: 10px;
		width: 250px;
		font-style: italic;
	}
	.ups {
		background-color: #ed494c;
		color: white;
		width: 150px;
		height: 39px;
	}
	.ups:hover {
		background-color: #d54144;
	}
	#foot {
		background-image: url(../images/head/head-back.jpg);
		width: 100%;
		position: absolute;
		margin-top: -18px;
	}
	.forpic {
		width: 50%;
	}
	.forpic img {
		width:850px;
		height: auto;
		position: absolute;
		margin-top: 127px;
	}
	.touch {
		background-color: #3e4c5a; 
		color: white; 
		padding: 5px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	.submit {
		margin-left: 70px;
		width: 780px;
		background-color: green;
		color: white;
		font-size: 22px;
		padding: 20px;
		border-radius: 10px; 
	}
	.submit:hover {
		background-color: #088A29;
	}
	#sixth {
		height: 700px;
		width: 100%;
	}
	.get-content {
		height: 500px;
		background-color: white;
		box-shadow: 1px 5px 12px #888888;
	}
	.getin {
		padding-top: 60px;
		padding-right: 30px;
	}
	.get-top {
		background-color:#3e4c5a;
		color: white;
		text-align: center;
		padding: 20px;
		font-size: 28px;
		box-shadow: 1px 5px 10px #888888;
	}
	.win-one {
		padding: 10px;
		padding-right: 60px;
		padding-left: 60px;
	}
	.win-one input {
		padding: 20px;
		height: 50px;
		width: 100%;
		background-color: #efeff1;
		border: none;
		font-style: italic;
	}
	.win-two {
		padding: 10px;
		padding-right: 65px;
		padding-left: 20px;
	}
	.win-two textarea {
		padding: 20px;
		height:	110px;
		width: 100%;
		background-color: #efeff1;
		border: none;
		font-style: italic;
	}
	.win-two input {
		padding: 20px;
		height: 50px;
		width: 100%;
		background-color: #efeff1;
		border: none;
		font-style: italic;
	}
	.sub {
		background-color: green;
		color: white;
		text-align: center;
		padding: 15px;
		width: 100%;
		font-size: 25px;
	}
	.sub:hover {
		background-color: #088A29;
		cursor: pointer;
	}
	.win-three {
		padding-left:60px; 
		padding-right:65px;
	}
	.many {
		width: 1010px;
		margin-top: 20px;
	}
	section {
		display: none;
	}
	section p {
		margin-left: 30px;
	}

	.banban {
		height: auto;
		width: 100%;
		z-index: 0;
	}
	.green {
		background-color: green;
		color: white;
		padding: 10px;
		text-align: center;
	}
	.green:hover {
		background-color: #088A29;
	}	.top-h {
		display: none;
	}
	.logo-h {
		display: none;
		text-align: center;
		width: 100%;
	}
.dropdown {
    display: none;
}
.fors {
	padding-top: 50px;
	padding-bottom: 50px;
}
.forth #col-4 li {
	list-style: none;
	padding: 15px;
	font-size: 20px;
	color: #404040;	
	padding-left: 10%;
}
.forth #col-4 p{
	padding-left: 10%;
	font-size: 21px;
	color: #404040;
	text-align: left;
}
.forth #col-4 h2{
	/*font-size: 28px;*/
	padding-left: 10%;
	color: #404040;
	margin-top: 60px;
}
.forth #col-4 img{
	width: 18px;margin-right: 5px;
}
.for-hid {
	display: none;
}

.for-hid #col-6 li {
	list-style: none;
	padding: 10px;
	font-size: 17.5px;
	color: #404040;	
	padding-left: 40px;
}
.for-hid #col-12 p{
	padding-left: 10%;
	font-size: 20px;
	color: #404040;
}
.for-hid #col-12 h2{
	font-size: 35px;
	padding-left: 10%;
	color: #404040;
}
.lor {
text-align: left; 
padding-right: 20px; 
padding-left: 40px;
}
.tem {
	font-size: 100px;
}
.mySidenav span#blog {
    position: fixed;
    right: -300px;
    transition: 0.3s;
    width: 363px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    -webkit-z-index: 5;
    z-index: 5;
    transition: .5s;
    -webkit-transition: .5s; 
}

.mySidenav span#blog:hover {
    right: 0;
}
#blog {
    top: 250px;
}
.e {
border: 1px white solid;
font-style: italic;
width: 250px;
float: right;
height: 35px;
padding-left: 20px;
padding-bottom: 5px;
padding-top: 5px;
margin-right: 10px;
margin-bottom: 10px;
}
.mySidenav span#blogs {
    position: fixed;
    right: -300px;
    transition: 0.3s;
    width: 363px;
    -webkit-z-index: 5; 
    transition: .5s;
    z-index: 5;
    -webkit-transition: .5s;  
}
.i {
    font-size: 19px;
    color: #8c8c8c;
    background-color: white;
    padding: 7px;
    padding-left: 58px;
    padding-right: 58px;
    font-style: italic;
}
.mySidenav span#blogs:hover {
    right: 0;
}
#blogs {
    top: 180px;
}

.blogsim {
	background-color: steelblue; 
	padding: 20px; 
	border-radius: 5px 0 0 5px;
}
	.blogs, .blog {
		color: white;
		padding: 10px;
		text-align: center;
	}
  .subsub {
  width: 90%; 
  padding: 10px; 
  margin: 0; 
  height: 70px;
  font-size: 18px; 
  padding-left: 20px;
  border:none;
  line-height:1.3em;
}
  .goes {
    width: 10%;
    height: 70px;
    float: right;
    border:none;
    background-color: darkgray;
    color: white;
    position: absolute;
  }
  .goes:hover {
    background-color: white;
    color: gray;
    border:1px darkgray solid;
  }
  .sel {
    border:5px solid white;
    color: white;
    font-size: 18px;
    padding:20px;
    margin-left:20px;
    padding-left:71px; 
    padding-right:71px;
    text-decoration: none;
  }
  .sel:hover {
 
    color: #ed494c;
    background-color: white;
  }
  .view {
    background: white;
    border:1px black gray;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    text-decoration: none;
    padding: 20px;
    color: #626363;
    padding-left:111px; 
    padding-right:111px;
    margin-left: 20px;
  } 
  .view:hover {
    background-color: #e5e5e5;
  } 
  .tri img {
    width: 82px;
    background: white;
    border:1px black gray;
    border-radius: 3px;
    margin-left:20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
  }
  .tri img:hover {
    background:none;
    border: 4px solid white;
  }
  .ban-tex {
		padding-top: 3%;
		padding-left: 4%;	
		position: absolute;
	}
	.ban-tex p.aa{
		font-size: 48px;
		color: white;
		margin-left: 15px;
	}
#index-gallery{
  width:100%;
  margin-left: 60px;
  margin-top: 20px;
  position: absolute;
}
  /*.item{
  text-align:center;
  display:block;
  color: white;
  margin-right: 70px;
  float:left;
}
.item img {
  width: 130px;
  background:rgba(255,255,255, 0.4);
  border-radius: 50%;
  padding: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.item p {
  font-size: 24px;
  width: 155px;
  position: absolute;
  padding-right: 30px;
  
}*/
.shape img {
	width: 1.2vw;
}
  .shape{
  text-align:center;
  background:rgba(255,255,255, 0.9);
  width:40%;
  height:75px;
  line-height:75px;
  color:white;
  margin-top:260px;
  position:absolute;
  font-size: 1.5vw;
  -webkit-transition: 3s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.shape:before{
  content:"";
  width:0px;
  height:0px;
  border-top:75px solid rgba(255,255,255, 0.9);
  border-right:22px solid transparent;
  position:absolute;
  left:100%;
}
.shape a {
  text-decoration: none;
  color: gray;
  padding-left: 20px;
}
#shiny {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow:hidden;
  transition: 3s;
}
#show-off {
  width: 405px;
  height: 605px;
  position: relative;
  top: -556px;
  left: -550px;
  transition: 3s;
  transform: rotate(30deg);
  background: linear-gradient(90deg, rgba(255,255,255, 0)50%, rgba(255,255,255,0.9)100%);
}
#shiny:hover #show-off {
  transform: rotate(0);
  left: 560px;
  top: -445px;
}
.capt {
	width: 90%; 
	height: 50px;
}
.views {
	background-color: white;
	padding: 10px;
	margin-top: 40px;
	text-align: center;
	margin-left: 10px;
	height: 60px;
	line-height: 40px;
}
.views a {
	color: black;
	text-decoration: none;
}
.secmad {
	font-size: 35px;
	color: white;
	padding-left: 10px;
}
.fors img {
	margin-right: 20px; 
}
.ing {
    position: absolute;
    margin-top: 365px;
    color: white;
    -webkit-transition: 3s;
  }
  .ing img {
    margin-right: 22px;
    padding: 18px;
    border-radius:10px 0 0 10px;
    border-left: 50%;
  }
  .ing #col-3 {
    margin-left: 30px;
  }
  .ing p {
    background: rgba(0, 0, 0, 0.1);
    height: 59px;
    margin-top: -63px;
    width: 180px;
    margin-left: 59px;
    line-height: 59px;
    border-radius:0 10px 10px 0;
    text-align: left;
    padding-left:5px;
  }

.aa{
  position:relative;
  cursor:pointer;
  z-index:0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);

}

.aa:before {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;  left: 0;  right: 0;  bottom: 0;
  background: #0948ac;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -webkit-transition: transform .3s ease-out;
  -webkit-transition: transform .3s ease-out;
  border-radius:0 10px 10px 0;
}
.aa:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);}

.bb{
  position:relative;
  cursor:pointer;
  z-index:0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.bb:before {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;  left: 0;  right: 0;  bottom: 0;
  background-color: rgba(241,199,50);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -webkit-transition: transform .3s ease-out;
  -webkit-transition: transform .3s ease-out;
  border-radius:0 10px 10px 0;
}
.bb:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);}

.cc{
  position:relative;
  cursor:pointer;
  background:#e1e1e1;  color:white; 
  z-index:0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);

}
.cc:before {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;  left: 0;  right: 0;  bottom: 0;
  background: #029949;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -webkit-transition: transform .3s ease-out;
  -webkit-transition: transform .3s ease-out;
  border-radius:0 10px 10px 0;
}
.cc:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);}

.dd{
  position:relative;
  cursor:pointer;
  background:#e1e1e1;  color:white; 
  z-index:0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);

}
.dd:before {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;  left: 0;  right: 0;  bottom: 0;
  background: #0072c5;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -webkit-transition: transform .3s ease-out;
  -webkit-transition: transform .3s ease-out;
  border-radius:0 10px 10px 0;
}
.dd:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);}

.ee{
  position:relative;
  cursor:pointer;
  background:#e1e1e1;  color:white; 
  z-index:0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);

}
.ee:before {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;  left: 0;  right: 0;  bottom: 0;
  background: #0098d7;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -webkit-transition: transform .3s ease-out;
  -webkit-transition: transform .3s ease-out;
  border-radius:0 10px 10px 0;
}
.ee:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);}

.ff{
  position:relative;
  cursor:pointer;
  background:#e1e1e1;  color:white; 
  z-index:0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);

}
.ff:before {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;  left: 0;  right: 0;  bottom: 0;
  background: #365199;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -webkit-transition: transform .3s ease-out;
  -webkit-transition: transform .3s ease-out;
  border-radius:0 10px 10px 0;
}
.ff:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);}

.gg{
  position:relative;
  cursor:pointer;
  background:#e1e1e1;  color:white; 
  z-index:0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);

}
.gg:before {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;  left: 0;  right: 0;  bottom: 0;
  background: #008eb8;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -webkit-transition: transform .3s ease-out;
  -webkit-transition: transform .3s ease-out;
  border-radius:0 10px 10px 0;
}
.gg:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);}

.shaped {
font-size: 20px;
width: 400px;
margin-left: 10.5%;
margin-top: 340px;
background:rgba(255,255,255, .1);
text-align: center;
padding: 20px;
border: 1px solid white;
}
.shaped a {
	color: white;
	text-decoration: none;
}
.shaped img {
	margin-right: 10px;
}	
.goe {
  width: 10%;
  height: 57px;
  background-color: #A9A9A9;
  color: white;
  border: none;
  height: 50px;border-radius: 0px 2px 2px 0px;
}
  .goe:hover {
    background-color: gray;
    color: white;
  }
.sea {
  float:left;
  width: 90%;
  height: 57px;
  font-size: 20px;
  padding-left: 20px;
  font-style: italic;
  border-radius: 2px 0px 0px 2px; 
  height: 50px;
  border: none;
}
  ul#menu > li{
  list-style-type:none;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
ul#menu {
  margin: 0;
  padding: 0;
}

#menu label{
  background-color: #ed494c;
  color: white;
  position:relative;
  display:block;
  text-align: center;
  line-height:3em;
  -webkit-transition:background 0.3s;
  cursor:pointer;
}
#menu label:hover{
	background-color:#d54144; 
	}

input#check01{display:none}

input:checked ~ ul.submenu{
  max-height:1000px;
  -webkit-transition:max-height 1s ease-in;
}

/*style for the second level menu*/
ul.submenu{
  max-height:0;
  padding:0;
  margin: 0;
  overflow:hidden;
  list-style-type:none;
  background: rgba(26, 26, 26, .85);
  transition:max-height 0.5s ease-out;
  min-width:100%;
  position: absolute;
  z-index: 2;
}

ul.submenu li a{
  display:block;
  padding:18px;
  color:#ddd;
  font-size: 20px;
  text-decoration:none;
  box-shadow:0 -1px rgba(0,0,0,.5) inset;
  -webkit-transition:background .3s;
  white-space:nowrap;
  border-bottom: 1px gray solid;
}

ul.submenu li a:hover{
  background-color: #e67e00;
  color: white;
}
.getin textarea {
	height: 160px;
}

.about-back {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/host/enterprise-apartment-email.jpg");
    min-height: 510px;
    margin-top: -5px;
}
#navi ul {
    list-style:none;
    margin:0;
    padding:0;
    text-align: center;
    width: 100%;
    font-size: 19px;
}
#navi ul > li {
    position:relative;
}
#navi a {
    text-decoration: none;
    text-align: center;
    display:block;
    line-height:40px;
    color:#fff;
    height: 50px;
}
#navi a#navz {
    text-decoration: none;
    text-align: center;
    display:block;
    color:#fff;
    font-size: 16px;
    line-height: 10px;
    margin-top: 20px;
}
#navi a#navz:hover {
    transition: .2s;
    box-shadow: inset 0px 0px 100px #778aa0;
    border: 1px solid #6d7e93;
}
#navi li ul {
    margin-top: 14px;
    background: rgba(0, 0, 0, 0.5);
    height: auto;
}
#navi li ul a {
    border-bottom: 1px solid gray;
    padding: 10px;
    text-align: left;
    padding-left: 30px; 
   	font-size: 16px; 
}
#navi li ul img {
	margin-right: 10px;
	opacity: .8;
	height:16px;
	width: 16px;
}
#navi li ul img#navimg {
	opacity: .8;
	height:20px;
	width: 20px;
}
#navi li ul a:hover {
    background-color: #e67e00;
    transition: .45s;
}
#navi li ul {
    position:absolute;
    left:0;
    top:36px;
    z-index:2;
}#navi li ul li {
  overflow:hidden;
    max-height:0;
    -webkit-transition:max-height 600ms ease;
    -moz-transition:max-height 600ms ease;
    -o-transition:max-height 600ms ease;
    transition:max-height 600ms ease;
}
#navi ul > li:hover ul li {
    max-height:150px;
}

 .nav-mar {
 	float: right;
 	margin-top: -10px;
 	position: absolute;
 	margin-left: 15%;
 }

/*drop */

 #navic ul {
    list-style:none;
    margin:0;
    padding:0;
    text-align: left;
    width: 100%;
    background: rgba(0, 0, 0,.1);
}
#navic ul > li {
    position:relative;
}
#navic ul a#navz {
    border-bottom: 1px solid gray;
    text-align: left;
    padding: 15px;
    padding-left: 10%;
}
#navic li ul li {
  overflow:hidden;
    max-height:0;
    -webkit-transition:max-height 1500ms ease;
    -moz-transition:max-height 1500ms ease;
    -o-transition:max-height 1500ms ease;
    transition:max-height 1500ms ease;
}
#navic ul > li:hover ul li {
    max-height:150px;
}
#navic ul#un li a{
	background: rgba(105,105,105,.4);
	padding: 12px;
	padding-left: 12%;
}
#navic li ul#un a:hover {
    background-color: #e67e00;
    transition: .6s;
}

  #create a{
    color: white;
    background-color: #ed4a4d;
    text-decoration: none;
    padding: 20px;
    border-radius: 50px;
    font-size: 25px;
    margin-left: 10px;
    line-height: 120px;
  }
  #create a:hover {
    background-color: #d54144;
  }
  #create p{
    text-align: center;
    color: white;
    background: #2a2a2a;
    height: 130px;
    line-height: 110px; 
    font-size: 30px;
    margin:0;
  }
	#banz h1 {
		position: absolute;
		right:0; 
		color: white;
		font-size: 5vw;
		margin-top: 120px;
		text-shadow: 2px 2px 20px black;
		text-align:right; 
		text-decoration: underline cyan;
	}
	#banz img {
		width: 100%;height: 1000px;object-fit: cover;
	}
  #sol-page {
    position: absolute;
    width: 100%;
  }
  #sol-page img {
  	width: 180px;
  }
  #sol-page-h {
    position: absolute;
    width: 100%;
  }
  .tabs{
  	margin-left: 16%; 
  	text-align: center;
  	transition: 2s;
  }
  .marg {
  	margin-right: 10%;
  }
  h1.marg{
  	font-size: 50px;
  	text-decoration: underline cyan;
  }
  .tabs span {
    display: block;
    font-size: 20px;
    color: #404040;
    min-height: 360px;
    margin-top: 60px;
    padding-top: 30px;
    background: rgba(225,225,225,.9);
    border-right:1px solid lightgray;
    border-left:1px solid lightgray; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.08);
  }

  .tabs span:hover {
    transform: scale(1.05);
    transition: .2s;
    background: rgba(225,225,225);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.4), 0 10px 24px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
  }
  .tabs span p {
    text-align:left; 
    padding-left: 30px;
    padding-right: 30px;
  }
    #ban-con {
      width: 100%;
      font-size: 20px;
      padding-left: 12%;
      padding-right: 12%;
      height: auto;
      padding-bottom: 20px;
      padding-top: 1px;
      background-color: #3e4c5a;
      margin-top: -5px;
    }
    #ban-con p {
      font-size: 25px;
      padding-top: 10px;
      color: white;
      text-align: left;
      line-height: normal; 
    }
    #ban-con p:last-child {
      line-height: 27px; 
    }
    #banz-h {
    	display: none;
    	transition: 2s;
    }
    .banz-hleft {
    	left:7%!important;text-align: left!important;margin-top: 370px!important;text-decoration: underline cyan!important;
    }
    #banz-net-h {
    	display: none;
    	transition: 2s;
    }
    .bus-ttxx {
    	color: #fcedaf!important;font-size: 40px!important;text-align: center!important;
    }
	#banz-h h1 {
		position: absolute;
		right:0; 
		width: 500px;
		color: white;
		font-size: 4em;
		margin-top: 120px;
		text-shadow: 2px 2px 20px black;
		text-align:right; 
	}
    #banz-a {
    	display: none;
    	transition: 2s;
    }
	#banz-a h1 {
		position: absolute;
		right:0; 
		width: 500px;
		color: white;
		font-size: 4em;
		margin-top: 400px;
		text-shadow: 2px 2px 20px black;
		text-align:right; 
	}
	#banz-net-h h1 {
		position: absolute;
		left:0; 
		width: 500px;
		color: white;
		margin-left: 20px;
		font-size: 4em;
		margin-top: 120px;
		text-shadow: 2px 2px 20px black;
		text-align:left; 
		text-decoration: underline cyan;
	}
	#sol-page-h {
		display: none;
		transition: 2s;
	}
  .tabs-h{
  	margin-left: 12%; 
  	text-align: center;
  	transition: 2s;
  	margin-top: 40px;
  }
  .tabs-h span {
    display: block;
    font-size: 20px;
    color: #404040;
    height: 250px;
    margin-top: 15px;
    font-size: 17px;
    padding-top: 10px;
    background: rgba(225,225,225,.9);
    border-right:1px solid lightgray;
    border-left:1px solid lightgray; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.08);
  }
  .tabs-h span:hover {
    transform: scale(1.05);
    transition: .2s;
    background: rgba(225,225,225);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.4), 0 10px 24px 0 rgba(0, 0, 0, 0.08);
  }
  .tabs-h span p {
    text-align:left; 
    padding-left: 50px;
    padding-right: 50px;
  }
  #sol-page .sub {
  	font-size: 19px;
  }
  hr {
  	margin-left: 20%; 
  	margin-top: -10px;
  }

#one-content  {
	background-color: rgba(21,101,192,.1);
	height: auto;
    padding-bottom: 1%;
}
#one-content p{
	margin-top: 10px;
	padding-right:50px; 
	padding-left:80px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#one-content:hover {
	background-color: rgba(21,101,192,.3);
}
#one-content h1 {
	background-color: rgba(21,101,192,.6);
}
#one-content img {
	border-left:5px solid rgba(21,101,192,.7);
}
#one-content-m  {
	background-color: rgba(21,101,192,.1);
	height: auto;
    padding-bottom: 1%;
}
#one-content-m p{
	margin-top: 10px;
	padding-right:50px; 
	padding-left:80px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#one-content-m:hover {
	background-color: rgba(21,101,192,.3);
}
#one-content-m h1 {
	background-color: rgba(21,101,192,.6);
}
#one-content-m img {
	border-left:5px solid rgba(21,101,192,.7);
}
#bi-content {
	background-color: rgba(241,199,50,.15);
	height: auto;
	padding-bottom: 2%;
}
#bi-content p{
	padding-right:100px; 
	padding-left:50px;
	margin-top: 20px;
	padding-bottom: 40px;
	padding-top: 40px;
}
#bi-content:hover {
	background-color: rgba(241,199,50,.20);
}
#bi-content h1 {
	background-color: rgba(241,199,50,.7);
}
#bi-content img {
	border-right:5px solid rgba(241,199,50);
}
#bi-content-m {
	background-color: rgba(241,199,50,.15);
	height: auto;
	padding-bottom: 2%;
}
#bi-content-m p{
	padding-right:100px; 
	padding-left:50px;
	margin-top: 20px;
	padding-bottom: 40px;
	padding-top: 40px;
}
#bi-content-m:hover {
	background-color: rgba(241,199,50,.20);
}
#bi-content-m h1 {
	background-color: rgba(241,199,50,.7);
}
#bi-content-m img {
	border-right:5px solid rgba(241,199,50);
}
#pro-content {
	background-color: rgba(47,115,56,.2);
	height: auto;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}
#pro-content p{
	margin-top: -5px;
	padding-right:50px; 
	padding-left:80px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#pro-content:hover {
	background-color: rgba(47,115,56,.4);
}
#pro-content h1 {
	background-color: rgba(47,115,56,.6);
}
#pro-content img {
	border-left:5px solid rgba(47,115,56,.7);
}
#pro-content-m {
	background-color: rgba(47,115,56,.2);
	height: auto;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}
#pro-content-m p{
	margin-top: -5px;
	padding-right:50px; 
	padding-left:80px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#pro-content-m:hover {
	background-color: rgba(47,115,56,.4);
}
#pro-content-m h1 {
	background-color: rgba(47,115,56,.6);
}
#pro-content-m img {
	border-left:5px solid rgba(47,115,56,.7);
}
#sha-content {
	background-color: rgba(30,136,229,.1);
	height: auto;
	padding-top: 1.5%;
	padding-bottom: 1%;
}
#sha-content:hover {
	background-color: rgba(30,136,229,.3);
}
#sha-content p{
	padding-right:80px; 
	padding-left:30px;
	margin-top: -20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#sha-content h1{
	background-color: rgba(30,136,229,.6);
}
#sha-content img {
	border-right:5px solid rgba(30,136,229,.7);
}
#sha-content-m {
	background-color: rgba(30,136,229,.1);
	height: auto;
	padding-top: 1.5%;
	padding-bottom: 1%;
}
#sha-content-m:hover {
	background-color: rgba(30,136,229,.3);
}
#sha-content-m p{
	padding-right:80px; 
	padding-left:30px;
	margin-top: -20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#sha-content-m h1{
	background-color: rgba(30,136,229,.6);
}
#sha-content-m img {
	border-right:5px solid rgba(30,136,229,.7);
}
#sky-content {
	background-color: rgba(0,174,243,.1);
	height: auto;
    padding-bottom: 2%;
}
#sky-content:hover {
	background-color: rgba(0,174,243,.3);
}
#sky-content p{
	margin-top: 10px;
	padding-right:50px; 
	padding-left:80px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#sky-content h1 {
	background-color: rgba(0,174,243,.6);
}
#sky-content img {
	border-left:5px solid rgba(0,174,243,.7);
}
#sky-content-m {
	background-color: rgba(0,174,243,.1);
	height: auto;
    padding-bottom: 2%;
}
#sky-content-m:hover {
	background-color: rgba(0,174,243,.3);
}
#sky-content-m p{
	margin-top: 10px;
	padding-right:50px; 
	padding-left:80px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#sky-content-m h1 {
	background-color: rgba(0,174,243,.6);
}
#sky-content-m img {
	border-left:5px solid rgba(0,174,243,.7);
}
#vis-content p{
	margin-top: -5px;
	padding-right:80px; 
	padding-left:50px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#vis-content {
	background-color: rgba(57,73,171,.1);
	height: auto;
    padding-bottom: 1%;
    padding-top: .5%;
}
#vis-content h1{
	background-color: rgba(57,73,171,.6);
}
#vis-content:hover {
	background-color: rgba(57,73,171,.3);
}
#vis-content img {
	border-right:5px solid rgba(57,73,171,.7);
}
#vis-content-m p{
	margin-top: -5px;
	padding-right:80px; 
	padding-left:50px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#vis-content-m {
	background-color: rgba(57,73,171,.1);
	height: auto;
    padding-bottom: 1%;
    padding-top: .5%;
}
#vis-content-m h1{
	background-color: rgba(57,73,171,.6);
}
#vis-content-m:hover {
	background-color: rgba(57,73,171,.3);
}
#vis-content-m img {
	border-right:5px solid rgba(57,73,171,.7);
}
#yam-content {
	background-color: rgba(34,73,128,.4);
	height: auto;
    padding-bottom: 2%;
}
#yam-content p.right{
	margin-top: -5px;
	padding-right:50px; 
	padding-left:80px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#yam-content h1{
	background-color: rgba(38,84,149,.6);
}
#yam-content img {
	border-left:5px solid rgba(38,84,149,.7);
}
#yam-content:hover {
	background-color: rgba(38,84,149,.5);
}
#yam-content-m {
	background-color: rgba(34,73,128,.4);
	height: auto;
    padding-bottom: 2%;
}
#yam-content-m p.right{
	margin-top: -5px;
	padding-right:50px; 
	padding-left:80px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#yam-content-m h1{
	background-color: rgba(38,84,149,.6);
}
#yam-content-m img {
	border-left:5px solid rgba(38,84,149,.7);
}
#yam-content-m:hover {
	background-color: rgba(38,84,149,.5);
}
#mis-content p{
	margin-top: 40px;
	padding-right:100px; 
	padding-left:50px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#mis-content {
	background-color: rgb(9, 68, 115, .3);
	height: auto;
    padding-bottom: 2%;
}
#mis-content h1{
	background-color: rgba(1,93,168,.6);
}
#mis-content:hover {
	background-color: rgba(1,93,168,.4);
}
#mis-content img {
	border-right:5px solid rgba(1,93,168,.7);
}
#mis-content-m p{
	margin-top: 40px;
	padding-right:100px; 
	padding-left:50px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#mis-content-m {
	background-color: rgb(9, 68, 115, .3);
	height: auto;
    padding-bottom: 2%;
}
#mis-content-m h1{
	background-color: rgba(1,93,168,.6);
}
#mis-content-m:hover {
	background-color: rgba(1,93,168,.4);
}
#mis-content-m img {
	border-right:5px solid rgba(1,93,168,.7);
}
#business-content img{
	width: 130px;
	border-radius: 50%;
	background:rgba(255,255,255, 0.95);
	margin-top: 50px;
	margin-left: -68px;
	position: absolute;
	transition: 2s;
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 10px 24px 0 rgba(0, 0, 0, 0.05);
}
#business-content h1.left {
	height: 80px;
	width: 90%;
	text-align: center;
	line-height: 80px;
	color: white;
	margin-top: 70px;
	font-size: 25px;
	padding-right: 40px;
	margin-left: 10%;
	transition: 2s;
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 10px 24px 0 rgba(0, 0, 0, 0.05);
}
#business-content h1.right {
	height: 80px;
	width: 90%;
	text-align: center;
	line-height: 80px;
	color: white;
	margin-top: 70px;
	font-size: 25px;
	padding-right: 40px;
	margin-right: 30%;
	transition: 2s;
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 10px 24px 0 rgba(0, 0, 0, 0.05);
}
#business-content p.right {
	height: auto;
	width: 90%;
	text-align: left;
	text-indent: 30px;	
	background: rgba(225,225,225,.9);
	font-size: 19px;
	color: #404040;	
	margin-right: 30%;
	transition: 2s;
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 10px 24px 0 rgba(0, 0, 0, 0.05);
	float: left;
}
#business-content p.left {
	height: auto;
	width: 90%;
	text-indent: 30px;
	text-align:left;
	background: rgba(225,225,225,.9);
	font-size: 19px;
	color: #404040;
	margin-left: 10%;
	transition: 2s;
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 10px 24px 0 rgba(0, 0, 0, 0.05);
	float: left;
}
#business-content #col-6{
	height: auto;
	margin-top: 2%;
	}
/*.sol-back {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/buss/bus-back1.jpg");
    min-height: 2500px;
}*/
.sol-back {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/buss/management-cloud-apps.jpg");
    height: auto;
}
#business-h {
	display: none;
}
#network img {
  width: 470px;
  height: auto;
}
#network #col-11 {
  margin-left: 14.3%;
}
.net-back {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/net/the-multifamily-network.jpg");
    height: auto;
}
.net-back-h {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/net/bb.jpg");
    min-height: 1400px;
}
#network-h {
	display: none;
}
.co-1 {
  margin-top: 50px;
  margin-left: 12.9%;
}
.gin {
  margin-left: 12.9%;
}
.co-2 {
  margin-bottom: 20px;
}
#off img{
  margin-top: 100px;
  margin-left: 20px; 
  float: left;
}
.ul-te {
	color: #c00403;
    text-shadow: 1px 1px #d8ce11;
    font-size: 23px;
}
#off #col-5-8 {
  margin-left: 2%;
  background: rgba(225,225,225,.1);
  text-align: left-all;
  height: 380px;
  color: #e5eaef;
  font-size: 20px;
  border: 2px solid rgba(225,225,225,.9);
  box-shadow: inset 0px 0px 20px #778aa0;
  border-radius: 10px;
  transition: .45s;
}
#off #col-5-8:hover {
	background: rgba(225,225,225,.11);
	box-shadow: inset 0px 0px 23px cyan;
	transform: scale(1.05);
	transition: .45s;
}
.office-back {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/off/365-office-email-host.jpg");
    height: auto;
}
#off li{
  list-style-image: url(../images/multi/dot1.png);
  padding-bottom: 20px;
  font-size: 19px;
  transition: .8s;
}
.multi-back {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/multi/apartment-industry-email.jpg");
    height: auto;
}
.ex-back {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/ex/exchange-email-for-apartments.jpg");
    height: auto;
}
.ps400 {
	width: 400px;
}
.up2{
	margin-top: 80px;
}
  .down {
    margin-top: 100px;
  }
  .up {
    margin-top: 15px;
  }
  .con-box {
  	text-align: center;
  	margin-left: 26%;
  	margin-top: 5px;
  }
    .con-box a{
    	text-decoration: none;
    }
  .box {
  	width: 100%;
  	background-color: rgba(0, 255, 255,.4);
  	color: white;
  	font-size: 20px;
  	padding: 15px;
  	border:none;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  	display: block;
  }
  .box:hover {
  	background-color: rgba(0, 255, 255,.55);
  	cursor: pointer;
  }

.colz{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          left-content: center;
          margin-left: 13.5%;
         	transition: .5s;
}

.colzz{
  padding: 10px;
  transition: .5s;
    cursor: pointer;
}

.containerz{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.frontz,
.backz{
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  min-height: 380px;
  height: auto;
  border-radius: 8px;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 5px lightgray;
}

.backz{
  background: -webkit-linear-gradient(45deg, #46a0c1  10%,#254e86 100%);
  background: -o-linear-gradient(45deg, #46a0c1 10%,#254e86  100%);
  background: linear-gradient(45deg, #46a0c1 10%,#254e86 100%);
}
.frontz:after{
  position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.containerz:hover .frontz,
.containerz:hover .backz{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.backz{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.innerz{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}
.outerz{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 1;
}
.backz .outerz p{
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  font-size: 19px;
  margin-top: -10px;
}
.backz .outerz h3 {
  padding-left: 5px;
  text-align: left;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.containerz .backz{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.containerz .frontz{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.containerz:hover .backz{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.containerz:hover .frontz{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.frontz .innerz p{
  font-size: 25px;
  background-color: rgba(41,128,185,.7);
  color: white;
  padding: 10px;
  -webkit-z-index: 2;
  z-index: 2;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.05);

 }
  .subs {
    color: #2980b9;
    background-color: white;
    border: none;
    margin-top: 10px;
    text-align: center;
    padding: 10px;
    width: 100%;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    text-decoration: none;
    display: inline-block;transition: .3s;
  }
  .subs:hover {
  	background: #4e4e4e;color: white;transition: .3s;cursor: pointer!important;
  }
  .cola {
  	margin-left: 9%;
  }
  .login {
  width: 90px;
  background-color: #5690de;
  margin-right: 57px;
}
.login:hover {
    background-color: #2e74d3;
}
p.p {
  color: white;
  text-align: center;
  padding-top: 120px;
  font-size: 28px;
  text-shadow: 1px 1px 3px #000;
  text-decoration: underline cyan; 
}
.log-tex {
  width: 100%;
  background-image:linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)),url(../images/head/4.jpg); 
  height: 180px; 
  border-radius:5px 5px 0 0 ;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}
span.psw {
  float: right;
  padding-top: 16px;
}
.mod-bot {
  margin-top: 10px;
  margin-bottom: 20px;
  color: white;
  background-color: green;
  font-size: 20px;
  width: 90%;
  padding: 15px;
  margin-left: 5%;
 }
.mod-top img{
  margin-top: -50px;
  margin-left: -50px;
  width: 130px;
  border-radius: 50%;
  background: rgba(225,225,225,.5);
  padding: 10px;
  position: absolute;
}
.mod-con input[type=text], .mod-con textarea{
  width: 90%;
  margin-left: 5%;
  padding: 15px;
  font-size: 15px;
  border: none;
  margin-bottom: 10px;
  font-style: italic;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.mod-con p {
  margin-left: 10%;
  font-size: 18px;
  color: #404040;
}
.mod-con img {
  margin-left: 5%;
  width: 40%;
  height: 50px;
}
.modal-content {
  background: rgba(225,225,225,.9);
  box-shadow: 0 4px 50px 0 rgba(0,0,0,1);
  margin: 10% auto;
  width: 500px;
  margin-top: 90px;
  border-radius:5px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  background-color: rgba(0,0,0,0.5); 
}
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}
.close {
  float: right;
  margin-right: 20px;
  top: 0;
  color: red;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}
.close:hover {
  color: white;
}
.cancelbtn {
  width: 30%;
  padding: 15px;
  background-color: #f44336;
  color: white;
  margin-left: 9%;
}
@media only screen and (max-width: 710px){
  .modal-content {
    width: 80%;
  }
}
.sigsig {
color: white;
text-decoration: none;
float: right;
margin-right: 4%; 
padding: 12px; 
width: 9%;
margin-top: 25px;
font-size: 18px;
margin-bottom: 15px;
background-color: green;
border: none;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
cursor: pointer;
}
.sigsig:hover {
	background-color: #099a09;	
}
.top-sig {
	text-decoration: none;
	background-color: green;
	text-align: center;
	padding: 10px;
	color: white;
	cursor: pointer;
}
.top-sig:hover {
	background-color: #099a09;
}
.top-cal {
	text-decoration: none;
	background-color: steelblue;
	text-align: center;
	padding: 10px;
	color: white;
}
.top-cal:hover {
	background-color: #438cc9;
}
.text {
  color: #fcedaf;
  margin-top: 5%;
}
.stabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Arial;
  line-height: 1.6;
  width: 100%;
  margin-top: 30px;
  font-size: 19px;
}

.stabs label {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  padding: 10px;
  cursor: pointer;
  background-color: rgba(38,84,149);  
  color: white;
  font-size: 17px;
  margin-right: 3px;
  text-align: center;
  box-shadow: 2px 2px 10px #353232;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.stabs label:hover {
  background: rgba(21,101,192); 
}
.stabs .tab {
  -webkit-box-ordinal-group: 100;
  -webkit-order: 99;
  -ms-flex-order: 99;
  order: 99;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
  display: none;
  min-height: 410px;
  padding: 10px;
  text-align: left;
  font-size: 18px;
  background: white;
  color: #404040;
}
.stabs .tab p{
  padding-right: 2%;
  padding-left: 2%;
}
.stabs input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.stabs input[type="radio"]:checked + label {transition: .5s; background: #33b9e4;color: white;transform: scale(1.1);font-weight: bold; }

.stabs input[type="radio"]:checked + label + .tab { display: block; }
 @media (max-width: 920px) {

.stabs .tab,  .stabs label {
  -webkit-box-ordinal-group: NaN;
  -webkit-order: initial;
  -ms-flex-order: initial;
  order: initial;
}

.stabs label {
  width: 100%;
  margin-right: 0;
  margin-top: 0.2rem;
}
}
.ab {
	text-indent: 50px;
	padding-top: 1%;
}
.ca {
	margin-left: 10px;
    font-size: 15px;
    padding: 1px 20px;
    color: white;
    display: inline-block;
    text-indent: 0;
    text-decoration: none;
    background-color: rgba(0,0,0,.5);
    box-shadow: 1px 1px 2px #666363;
    box-sizing: border-box;
    cursor: pointer;
    border: 3px solid orange;
    transition: .2s;
}
.ca:hover {
	transition: .2s;
	background-color: orange;
	transform: scale(1.05);color: white;
}
p#why {
	/*text-indent: 50px;*/
}
	.about {
		width: auto;
		height: 580px;
		/*margin-top: 2px;*/
		position: absolute;
	}
	#ab {
		 width: 72%;
	}
	.about-tex{
		position: relative;
		float: right;
		background-color: #3e4c5a;
		/*margin-top: 2px;*/
		padding-left: 6%;
		padding-right: 6%;
		height: 580px;
	}
	@media only screen and (max-width: 1500px){
		.about, .about-tex {
			height: 640px;
		}
	}

/*new*/

    .ban-imp {
        width: 100%!important;
        padding-right:0!important;
        padding-left:0!important;
        margin-right:0!important;
        margin-left:0!important;
        position: relative;
    }
    .carousel-caption {
      top: 38%;
      background: rgba(19, 19, 19, 0.7);
    }
    .glyphicon-chevron-right:before,.glyphicon-chevron-left:before {
      font-size: 40px;
    }
    .carousel-control {
        opacity: .6;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next, .carousel-control .icon-prev {
      top: 49%;
    }
    .carousel-indicators li,.carousel-indicators .active {
        width: 13px!important;
        height: 13px!important;
        margin: 0!important;
        border-radius: 50%;
    }
    .ban-caption {
      position: absolute;top: 0;font-size: 16px;font-family: arial;font-weight: normal;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
      height: 1000px!important;object-fit: cover;object-position: top;
    }
    .carousel-indicators {
      bottom: 10px!important;
    }
    .main-drop {
    	position: absolute;margin-top: 145px;z-index: 10;
    }
        .off-big {
      margin-top: -6px;width: 100%;
    }
    .off-big-con {
      width: 90%;position: relative;float: left;padding: 30px;padding-bottom: 50px;margin-left: 5%;
      margin-bottom: 30px;
    }
    .off-stabs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-family: Arial;
      line-height: 1.6;
      width: 100%;
      margin-top: 0;
      font-size: 19px;
    }

    .off-stabs label {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      display: block;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #e23434;  
      color: white;
      font-size: 20px;
      margin-right: 10px;
      text-align: center;
      -webkit-transition: background ease 0.2s;
      transition: background ease 0.2s;
      margin-bottom: 15px;
    }
    .off-stabs label:hover {
      background: #e12020; 
    }
    .off-stabs .off-tab {
      -webkit-box-ordinal-group: 100;
      -webkit-order: 99;
      -ms-flex-order: 99;
      order: 99;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 100%;
      display: none;
      min-height: 410px;
      padding: 20px 0;
      text-align: left;
      font-size: 18px;
      background: #141414c4;
      color: #404040;
      margin-top: -15px;
    }
    .off-stabs .off-tab p{
      padding-right: 2%;
      padding-left: 2%;
    }
    .off-stabs input[type="radio"] {
      position: absolute;
      opacity: 0;
    }
    .off-stabs input[type="radio"]:checked + label {transition: .5s; background: #ff0000;color: white; }

    .off-stabs input[type="radio"]:checked + label + .off-tab { display: block; }
    .pa-n {
      padding: 20px!important;
    }
    .leg-con {
      text-align: center;font-size: 20px;margin-bottom: 20px;color: #929292;
    }
    .leg-con span {
      display: inline-block;
    }
    .leg-pad {
      padding-right: 30px;
    }
  .off-tab table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;overflow-x: auto;
  }
  .off-tab th {
    background: rgba(0, 255, 255,.4);
    padding: 20px;
    color: white;
    text-align: center;
    border: 1px solid #afafaf;
  }
  .off-tab td {
    padding: 15px;text-align: center;
    background: white;
    border: 1px solid gray;
    color: #404040;
    text-align: center;
  }
  .ad-table {
    overflow-x:auto;
  }
    @media (max-width: 1300px) {
      .off-big-con {
        width: 98%;margin-left: 1%;padding: 20px;padding-top: 30px;
      }
    }
    @media (max-width: 1200px) {
      .off-big #col-5-8 {
        width: 100%;
      }
    }
    @media (max-width: 1000px) {
      .off-stabs .off-tab {
		margin-top: 0px;
	  }
    }
    @media (max-width: 700px) {
      .off-stabs label {
        width: 100%;margin-right: 0;
      }
    }
    @media (max-width: 500px) {
      	.pa-n {
		    padding: 10px!important;
		}
		.off-big-con {
		    padding: 20px 10px;
		}
		.off-stabs label {
			padding: 10px;
		}
		.off-stabs .off-tab {
			padding: 10px;
		}
		#off .co-1 {
		    margin-top: 0px!important;
		}
		.off-tab th {
		    padding: 5px;box-shadow: none;
		}
		.off-tab td {
		    padding: 5px;box-shadow: none;
		}
		.ad-table {
			font-size: 16px;
		}
    }
  .al-get {
    min-height: 370px;
    position: relative;
  }
  .office-plan4 {
    width: 100%;position: absolute;bottom: 0;
  }
  .op9 {
    opacity: .8;
  }
  .net-con {
  	width: 100%;padding: 2% 8% 3% 8%;
  }
  @-webkit-keyframes pulse-grow {
	  to {
	    -webkit-transform: scale(0.95);
	    transform: scale(0.95);
	  }
	}

	@keyframes pulse-grow {
	  to {
	    -webkit-transform: scale(0.95);
	    transform: scale(0.95);
	  }
	}

	.pulse-grow {
	  display: inline-block;
	  -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	}
	.pulse-grow:hover, .pulse-grow:focus, .pulse-grow:active {
	  -webkit-animation-name: pulse-grow;
	  animation-name: pulse-grow;
	  -webkit-animation-duration: 0.3s;
	  animation-duration: 0.3s;
	  -webkit-animation-timing-function: linear;
	  animation-timing-function: linear;
	  -webkit-animation-iteration-count: infinite;
	  animation-iteration-count: infinite;
	  -webkit-animation-direction: alternate;
	  animation-direction: alternate;
    cursor: pointer;
	}
	.hos2-te {
		margin: 0;padding: 50px 12%;margin-bottom: 10px;color: #212121;font-size: 23px;
	}
	.hos2-con {
		height: auto;background: white;
	}
	.pri-te {
		color: #FF0;text-decoration: none;
	}
	.pri-te:hover {
		text-decoration: underline;
	}
	.pri-back {
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-image: url(../images/multifamily-email-privacy-policy.jpg);
	    min-height: 80px;
	}
	.ter-back {
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-image: url(../images/terms-of-use-apts-email.jpg);
	    min-height: 180px;
	}
	.red {
		color: red;
	}
	    #contact-content {
      width: 100%;
      font-size: 20px;
      padding-left: 12%;
      padding-right: 12%;
      height: auto;
      padding-bottom: 20px;
      padding-top: 1px;
      background-color: #3e4c5a;
      margin-top: -5px;
    }
    #contact-content p {
      font-size: 25px;
      padding-top: 10px;
      color: white;
      text-align: left;
      line-height: normal; 
    }
    #contact-content p:last-child {
      line-height: 27px; 
    }
    .cont-big {
      margin-top: -6px;width: 100%;
    }
    .cont-big-con {
      width: 100%;position: relative;float: left;padding: 50px 17%;transition: .3s;padding-bottom: 60px;
    }
    .cont-div {
        background: #141414c4;width: 100%;float: left;padding: 20px 0 20px 20px;
    }
    .cont-div #col-6 input {
        width: 95%;padding: 10px;font-size: 20px;margin-bottom: 10px;
        padding-left: 20px;border: none;
    }
    .cont-div #col-6 select {
        display: block!important;width: 95%;padding: 10px;font-size: 20px;color: gray;
    }
    .cont-div #col-6 span {
        color: #2bbbff;
        font-size: 25px;
        margin-bottom: 10px;
        display: block;
    }
    .cont-div .ta-con {
        margin-top: 30px;
    }
    .cont-div #col-12 textarea {
        display: block!important;width: 97.5%;padding: 20px;font-size: 20px;color: gray;min-height: 300px;resize: vertical;
    }
    .bu-con {
        text-align: center;padding-top: 20px;
    }
    .bu-con span {
        color: white;font-size: 20px;display: block;
    }
    .bu-con input {
        width: 340px;padding: 10px;font-size: 20px;
        padding-left: 20px;border: none;
    }
    .bu-con button {
        margin-top: 20px;padding: 15px 80px;font-size: 20px;box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 5%);
        background: #2980b9;color: white;width: 340px;transition: .3s;border: none;
    }
    .bu-con button:hover {
        background: #4e4e4e;transition: .3s;cursor: pointer;
    }
    .co-back {
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-image: url("../images/contact/apartment-email-contact.jpg");
	}
	.archi-con {
    background: white;color: #404040;padding: 2% 3%; 
  }
  .archi-div1 {
    padding: 20px 5%;margin-bottom: 20px;
  }
  .archi-tex {
    font-size: 35px;margin-bottom: 20px;display: block;color: #176a93;font-weight: bold;line-height: normal;
  }
  .ar-bot {
    text-align: center;font-size: 25px;margin-bottom: 20px;
  }
  .archi-ins {
    background: #2196f3;
    color: white;
    padding: 15px;
    min-height: 420px;
    box-shadow: 1px 1px 8px #888888;transition: .3s;
  }
  .archi-ins:hover {
  	transform: scale(1.03);transition: .3s;
  }
  .archi-div2 {
    padding: 20px;
  }
  .arc-img {
    text-align: center;
  } 
  .arc-img img {
    margin-top: 20px!important;float: none!important;margin-bottom: 10px;margin-left: 0!important;width: 90px!important;
  }
  #col-6-a {
    width: 50%;float: left;
  }
  .ar2 {padding-bottom: 100px;}
  .box-arrow-ov {
  	position: absolute;
    width: 50px;
    height: 50px;
    right: 45px;
    top: 4px;
    overflow: hidden;
    background-color: transparent;
  }