/*# sourceMappingURL=text-image-carousel.css.map */

.text-image-carousel-box {
	position: relative;
}

.text-image-carousel-box h2 {
	margin-top: 0;
	font-family: Run Wild;
	color: #215868;
	font-size: 5rem;
}

.text-image-carousel-box .carousel-wrap .ti-carousel-slide {
	overflow: hidden;
}

.text-image-carousel-box .carousel-wrap .ti-carousel-slide .arch-img {
	position: relative;
	padding-top: 100%;
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	overflow: hidden;
}

.text-image-carousel-box .carousel-wrap .ti-carousel-slide .square-img {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}

.text-image-carousel-box .carousel-wrap .ti-carousel-slide img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.text-image-carousel-box .carousel-wrap .ti-carousel-slide .owl-item:nth-child(even) {
	margin-top: 50px;
}

.text-image-carousel-box .carousel-wrap .ti-carousel-slide .owl-nav-wrap {
	display: grid;
	grid-template-columns: auto 118px;
	padding: 50px 5% 0;
	grid-gap: 20px;
}

.text-image-carousel-box .carousel-wrap .ti-carousel-slide .owl-nav-wrap .owl-nav {
	position: relative;
	top: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	order: 2;
}

.text-image-carousel-box .carousel-wrap .ti-carousel-slide .owl-nav-wrap .owl-nav .arrows {
	position: relative;
	display: flex;
	border-radius: 50%;
	border: 1px solid #215868;
	width: 50px;
	height: 50px;
	padding: 10px;
}

.text-image-carousel-box .carousel-wrap .ti-carousel-slide .owl-nav-wrap .owl-nav .arrows:hover {
	background-color: #215868;
}

.text-image-carousel-box .carousel-wrap .ti-carousel-slide .owl-nav-wrap .owl-nav .arrows:hover svg {
	fill: #fff;
}

.text-image-carousel-box .carousel-wrap .ti-carousel-slide .owl-nav-wrap .owl-nav .arrows svg {
	width: 80%;
	position: relative;
	fill: #215868;
}

.text-image-carousel-box .carousel-wrap .ti-carousel-slide .owl-nav-wrap .owl-nav .arrows .left, .text-image-carousel-box .carousel-wrap .ti-carousel-slide .owl-nav-wrap .owl-nav .arrows .right {
	display: flex;
	justify-content: center;
	justify-items: center;
}

.text-image-carousel-box .carousel-wrap .ti-carousel-slide .owl-nav-wrap .owl-dots {
	width: 100%;
	position: relative;
	bottom: 0;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	order: 1;
}

.text-image-carousel-box .carousel-wrap .ti-carousel-slide .owl-nav-wrap .owl-dots .owl-dot {
	width: 50%;
	height: 3px;
	border-radius: 0;
	margin: 0;
}

.text-image-carousel-box .carousel-wrap .ti-carousel-slide .owl-nav-wrap .owl-dots .owl-dot.active {
	background-color: #215868;
}

.text-image-carousel-box .carousel-wrap .ti-carousel-slide .links-btn-wrap {
	text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.text-image-carousel-box h2 {
		font-size: 60px;
		line-height: 1.2;
	}
	
	.text-image-carousel-box .carousel-wrap {
		padding: 0 5%;
	}
	
	.text-image-carousel-box .carousel-wrap .owl-item:nth-child(even) {
		margin-top: 0 !important;
	}
	
	.text-image-carousel-box .carousel-wrap .owl-nav-wrap {
		display: grid;
		grid-template-columns: auto 100px !important;
		padding: 0 5% !important;
		grid-gap: 20px;
	}
	
	.text-image-carousel-box .carousel-wrap .owl-nav-wrap .owl-nav {
		position: relative;
		top: 0;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		order: 2;
	}
	
	.text-image-carousel-box .carousel-wrap .owl-nav-wrap .owl-nav .arrows {
		width: 40px !important;
		height: 40px !important;
		padding: 10px;
	}
	
	.text-image-carousel-box .carousel-wrap .owl-nav-wrap .owl-nav .arrows svg {
		width: 80%;
		position: relative;
		fill: #215868;
	}
}
