/*===================================*
  03. BANNER SECTION
*===================================*/
.full_screen, .full_screen .carousel-item {
	min-height: 55vh;
}

.banner_content_wrap .carousel-item {
	padding: 209px 0;
}

.banner_content_wrap.banner_py_large .carousel-item {
	padding: 200px 0;
}

.banner_content h2 {
	font-size: 50px;
	margin-bottom: 20px;
	text-align: right;
	vertical-align: bottom;
	font-weight: bolder;

}

.banner_content p {
	color: #5F5C5C;
	font-size: 30px;
	text-align: right;
	margin-bottom: 35px;
	font-weight: bolder;
}

.banner_content.text_white p {
	color: #fff;
}

.banner_section .banner_slide_content {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home_slider .owl-next, .home_slider .owl-prev {
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 20px;
	height: 50px;
	opacity: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
}

.home_slider .owl-next:focus,.home_slider .owl-next:hover, .home_slider .owl-prev:focus, .home_slider .owl-prev:hover {
	opacity: 0;
}

.carousel:hover .home_slider .owl-next, .carousel:hover .home_slider .owl-prev {
	opacity: 1;
}

.home_slider .owl-next {
	right: 20px!important;
}

.home_slider .owl-prev {
	left: 20px!important;
}

.carousel_style1 .home_slider .owl-next, .carousel_style1 .home_slider .owl-prev {
	border-radius: 100%;
}

.carousel_style2 .home_slider .owl-next, .carousel_style2 .home_slider .owl-prev {
	background-color: #fff;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	height: 45px;
	width: 45px;
}

.carousel_style2 .owl-next:hover, .carousel_style2 .home_slider .owl-prev:hover {
	background-color: #69d0ff;
	color: #fff;
}

.carousel-indicators {
	bottom: 20px;
}

.carousel-indicators li {
	border-radius: 100%;
	cursor: pointer;
	width: 12px;
	height: 12px;
}


.owl-dots {
	bottom: 20px;
}

.owl-dots .owl-dot {
	border-radius: 100%;
	cursor: pointer;
	width: 12px;
	height: 12px;
}



.content_overlay_bg {
	padding: 50px;
	position: relative;
}

.content_overlay_bg::before {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.banner_head2 {
	font-size: 40px;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.carousel-indicators.justify-content-end {
	left: auto;
}

.carousel-indicators.justify-content-start {
	right: auto;
}

.carousel-item img {
	position: relative;
	z-index: -1;
}

.down {
	bottom: 20px;
	font-size: 48px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 9;
}

.down .mouse {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 50px;
	margin: 0 auto;
	border: 2px solid #333;
	border-radius: 24px;
	opacity: .8;
	cursor: pointer;
	vertical-align: middle;
}

.down .mouse span {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 8px;
	height: 12px;
	margin: 0px 0 0 -4px;
	background: #333;
	border-radius: 20px;
	-webkit-animation: scroll 2s linear infinite;
	-moz-animation: scroll 2s linear infinite;
	animation: scroll 2s linear infinite;
}

@-webkit-keyframes scroll {
	1% {
		opacity: 1;
		top: 30%;
	}
	20% {
		opacity: 1;
		top: 50%;
	}
	60% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 30%;
	}
}

@-moz-keyframes scroll {
	1% {
		opacity: 1;
		top: 30%;
	}
	20% {
		opacity: 1;
		top: 50%;
	}
	60% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 30%;
	}
}

@keyframes scroll {
	1% {
		opacity: 1;
		top: 30%;
	}
	20% {
		opacity: 1;
		top: 50%;
	}
	60% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 30%;
	}
}

.down_white.down .mouse {
	border-color: #fff;
}

.down_white.down .mouse span {
	background: #fff;
}

/*===================================*
  03.END BANNER SECTION
*===================================*/