
.case-studies {
	position: relative;
}


.case-studies .owl-stage {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch
}

.case-studies .owl-stage:after {
	display: none;
}


.case-studies .owl-stage .case-study {
	height: 100%;	
}


.case-studies .owl-prev,
.case-studies .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.case-studies .owl-prev {
	left: 10px;
	color: #D1D1D1;
	font-size: 2em;
}

.case-studies .owl-prev:before {
	font-family: FontAwesome;
	content: "\f053";
}

.case-studies .owl-next {
	right: 10px;
	color: #D1D1D1;
	font-size: 2em;
}

.case-studies .owl-next:before {
	font-family: FontAwesome;
	content: "\f054";
}

.case-studies .case-study {
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: relative;
	
}

.case-container .progress-bar {
	width: 0;
  	max-width: 100%;
  	height: 4px;
	background-color: #009F85;
}

.case-studies .case-study .case {
	width: 50%;
	margin-bottom: 8%;
	margin-top: 8%;
	margin-left: 30px;
	margin-right: 30px;
}


.case-studies .case-study {
	min-height: 670px;
}


@media (max-width: 1208px) {
	.case-studies .case-study {
		min-height: 560px;
	}

}

@media (max-width: 1024px) {
	.case-studies .case-study {
		min-height: 460px;
	}
}

@media (max-width: 768px) {
	.case-studies .case-study {
		min-height: 350px;
	}

}

.case-studies .hover {
	display: none;
}

@media (max-width: 710px) {
	.case-studies .hover {
		display: block;
		position: absolute;
		top:0;
		left:0;
		right: 0;
		bottom: 0;
		background-color: #244796;
		opacity: 0.8;
		z-index: 1;
	}

	.case-studies .case-study .container-s {
		z-index: 2;
	}

	.case-studies .case-study .case {
		width: 100%;
		margin: 0;
		padding-left: 0;
		padding-right: 0;

	}

	.case-studies .case-study {
		background-position: right center;
	}

	.case-studies .case-study .title-before,
	.case-studies .case-study h3,
	.case-studies .case-study p,
	.case-studies .case-study a {
		color: white;
	}

	.case-studies .owl-dots {
		display: flex;
		justify-content: center;
		position: absolute;
		bottom: 15px;
		width: 100%;
	}

.case-studies .owl-dot {
	margin-left: 10px;
	margin-right: 10px;
}

.case-studies .owl-dot span {
  background-color: white;
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 18px;
  width: 18px;
}

.case-studies .owl-dot span:hover,
.case-studies .owl-dot.active span {
  background-color: #009E85;
}

}



@media (max-width: 768px) {
	.case-container .progress-bar {
		display: none !important;
	}
}
