.business-video-hero {
	position: absolute;
	top: 0;
	left: 0;
	max-height: 80vh;
	width: 100%;
	background-color: #2e2e2e;
}

.business-video-hero video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.business-hero-text {
	text-align: center;
	background-color: rgbA(23, 23, 32, 0.9);
	color: #fff;
}

.business-bottom-line {
	padding-top: 130px;
	padding-bottom: 180px;
	background-image: url("../images/cityscape.jpg");
	background-size: cover;
	background-position: center bottom;
	color: #fff;
}

.business-bottom-line-container {
	background-color: rgbA(23, 23, 32, 0.85);
}

.jarallax {
    position: relative;
	z-index: 0;
	height: 80vh;
  }

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .business-card {
	  text-align: center;
	  background-color: rgba(46, 46, 46, 0.00);
	  border: none;
	  transition: background-color 1s ease;
  }

  .business-card:hover {
	  background-color: rgba(255, 255, 255, 0.2);
  }

  .business-card:hover > .business-card-img-wrapper .business-card-img {
		transform: translateY(-1rem) scale(1.1, 1.1);
	}

  .business-card-img {
	  max-width: 200px;
		width: 100%;
		width: 100%;
		border-radius: 1000px;
		transition: transform 1s ease;
  }
	
	.business-service-img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: -1;
		/* width: 100%; */
		background-image: url("../images/citystreet.jpg");
		/* background-size: cover;
		background-position: center center; */
	}

  .service-list {
	  padding: 0;
  }
  .service-list li {
	  list-style: none;
  }
  
@media (min-width: 1px) {

	.business-hero-text {
		margin-top: 8vh;
		padding: 5vh 1vw;
	}
  }
  
  @media (min-width: 576px) {
	.business-hero-text {
		margin-top: 10vh;
		padding: 5vh 2vw;
	}

	.card-deck {
		display: flex;
		flex-direction: column;
	}
  }
  
  @media (min-width: 768px) {
	.business-hero-text {
		margin-top: 8vh;
		padding: 8vh 3vw;
	}
	
	.card-deck {
		flex-flow: row wrap;
		flex-direction: row;
	}
  }  
  
  @media (min-width: 992px) {
	.business-hero-text {
		margin-top: 18vh;
		padding: 10vh 5vw;
	}
  }
	
	
.service-models-carousel {
	border: 1px solid black;
	background-color: rgba(255,255,255,.5);
}

.service-model-tabs {
	position: relative;
	bottom: 0;
	top: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	padding-left: 0;
	list-style: none;
}

.service-model-tabs li {
	text-align: center;
	position: relative;
	flex: 0 1 auto;
	cursor: pointer;
	padding: 1rem;
	width: 25%;	
	margin-right: 0px;
	margin-left: 0px;
	text-indent: 0px;
	border: 1px solid black;
	background-color: rgba(255,255,255,.5);
}


.service-model-tabs li h4 { 
	margin: 0;
	padding: 0;
}

.service-model-tabs li.active {
	background-color: rgba(255,255,255,1);
}

.service-model-tabs li::before {
	position: relative;
	top: 0px;
	left: 0;
	display: inline-block;
	width: 100%;
}

.service-model-tabs li::after {
	position: relative;
	bottom: 0px;
	left: 0;
	display: inline-block;
	width: 100%;
}

.service-carousel-item {
	min-height: 350px;
	padding: 1rem 2rem;
}