section.csr {
	background-color: #03589c;
	height: fit-content;
}

section.csr .txt-head span {
	color: white;
}



/*
* Green theme - Owl Carousel CSS File
*/
.owl-carousel {
	width: 80vw;
	max-width: 1500px;
	margin: 0 auto;
	margin-bottom: 5em;
	display: flex !important;
	justify-content: center;
}

.owl-carousel .owl-stage {
	display: flex;
	transition: all 1.25s ease !important;
}

.owl-carousel .owl-stage-outer {
	max-width: 1000px;
}

.owl-carousel.owl-drag .owl-item {
	width: 100% !important;
	margin: 0 !important;
	position: relative;
}

.owl-nav {
	position: absolute;
	display: flex;
	justify-content: space-between;
	top: 50%;
	left: -10%;
	width: 120%;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-nav [class*='owl-'] {
	color: #d6d6d6;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	content: 'prev';
	font-family: swiper-icons;
    font-size: 2rem;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}

.owl-nav [class*='owl-']:hover {
	color: #b6b6b6;
	text-decoration: none;
}

.owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	width: 100%;
	bottom: -10%;
	left: 50%;
	transform: translateX(-50%);
}

.owl-dots .owl-dot {
	margin: 0 10px;
	display: inline-block;
	zoom: 1;
	*display: inline;

}

.owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	border-radius: 50rem;
	background: #ccc;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: rgb(255, 255, 255);
}

.owl-carousel .item {
	height: auto;
	color: #fff;
	position: relative;
}

.owl-carousel .item img {
	width: 100%;
	max-width: 1000px;
	height: auto;
	transition: scale 1s ease;
}

.owl-carousel.owl-drag .owl-item:hover .item img {
	scale: 1.1;
}

.owl-item .item .text {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	z-index: 99;
	top: 20vw;
	right: 12vw;
	text-shadow: 2px 2px 15px #000;
	font-size: 1.5em;
}

.owl-item .item .text h1 {
	margin: 100% 0 0 0;
	text-align: right;
	-ms-transform: rotate(10deg);
	/* IE 9 */
	-webkit-transform: rotate(10deg);
	/* Chrome, Safari, Opera */
	transform: rotate(10deg);

}

.owl-item .item .text p {
	margin: 100% 0 0 0;
	text-align: right;
	-ms-transform: rotate(-5deg);
	/* IE 9 */
	-webkit-transform: rotate(-5deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-5deg);
}

.owl-item.active .item .text {
	opacity: 1;
	-webkit-transition: all 300ms ease 0.5s;
	-moz-transition: all 300ms ease 0.5s;
	-ms-transition: all 300ms ease 0.5s;
	-o-transition: all 300ms ease 0.5s;
	transition: all 300ms ease 0.5s;
}

.owl-item.active .item .text h1 {
	margin: 10px 0 0 0;
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-webkit-transform: rotate(0deg);
	/* Chrome, Safari, Opera */
	transform: rotate(0deg);
	-webkit-transition: all 250ms ease 0.5s;
	-moz-transition: all 250ms ease 0.5s;
	-ms-transition: all 250ms ease 0.5s;
	-o-transition: all 250ms ease 0.5s;
	transition: all 250ms ease 0.5s;
}

.owl-item.active .item .text p {
	margin: 10px 0 0 0;
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-webkit-transform: rotate(0deg);
	/* Chrome, Safari, Opera */
	transform: rotate(0deg);
	-webkit-transition: all 250ms ease 0.6s;
	-moz-transition: all 250ms ease 0.6s;
	-ms-transition: all 250ms ease 0.6s;
	-o-transition: all 250ms ease 0.6s;
	transition: all 250ms ease 0.6s;

}

.text-sub {
	padding: 1rem 0 2rem 0;
	font-family: 'Lato', sans-serif;
}

.text-sub p {
	color: white;
}

@media screen and (max-width: 1440px) {
	.owl-carousel .owl-stage-outer {
		max-width: 700px;
	}

	.owl-carousel .item img {
		max-width: 700px;
	}
}

@media screen and (max-width: 430px) {
	.owl-carousel {
		width: 95vw;
	}

	.owl-nav {
		width: 100%;
		left: 0;
		color: white;
	}

	.owl-nav [class*='owl-'] {
		font-size: 1rem;
		width: 2rem;
		height: 2rem;
		border-radius: 50%;
		background-color: #33333373;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.owl-dots {
		display: none;
	}
}