/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor:
		url(grabbing.html) 8 8,
		move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/* <!--css style --> */

@media (max-width: 767px) {
	.carousel-caption p {
		font-size: 13px !important;
	}
	.carousel-caption h3 {
		font-size: 10px !important;
		padding-bottom: 0px !important;
	}

	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		display: inline-block;

		width: 10px !important;

		height: 10px !important;

		background: 50%/100% 100% no-repeat;
	}

	.cap1,
	.cap2 {
		position: absolute;

		right: 15%;

		bottom: 20px;

		left: 8%;

		top: 16% !important;
	}

	.carousel-caption {
		position: absolute;

		right: 15%;

		bottom: 20px;

		left: 8%;

		top: 26%;
	}
	.carousel-control {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 6% !important;
		font-size: 10px !important;
	}
	.rpt {
		margin-top: 30px !important;
	}
	#firstname,
	#phone {
		margin-bottom: 15px !important;
	}
	.title-section {
		font-size: 25px;
	}
	.icon-list a {
		padding: 8px !important;
		font-size: 15px !important;
	}
	.title-section-top.alt {
		font-size: 15px !important;
		color: #ffffff;
	}
	.row-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.section-heading h3 {
		font-size: 22px !important;
	}
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 6% !important;
	font-size: 8px !important;
	color: #fff;
}

.carousel-caption {
	position: absolute;

	right: 15%;

	bottom: 20px;

	left: 6% !important;

	top: 44%;
	padding-bottom: 0px !important;
	padding-top: 0px !important;

	z-index: 10;

	color: #fff;

	text-align: left !important;

	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption p {
	font-size: 20px;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	color: #fff;
}

.carousel-caption h3 {
	font-size: 30px;
	margin-bottom: 0px !important;
	margin-top: 0px !important;

	line-height: 1.7;
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;

	width: 8% !important;
}

.carousel-control {
	width: 7%;
}
