/* carousels */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-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);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height {
	transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
/*-------------carousel-1--------------*/
.carousel1 {
	padding: 100px 0px;
}
.carousel1 .carousel1_wrapper .owl-dots {
	margin-top: 33px;
	text-align: center;
}
.carousel1 .carousel1_wrapper .owl-dot {
	background: #7ebdf8;
	border-radius: 100%;
	display: inline-block;
	height: 12px;
	margin: 0 4px;
	width: 12px;
}
.carousel1 .carousel1_wrapper .owl-dot.active {
	background: #0482f8;
}
.carousel1 img {
	border-radius: 10px;
}
/*--------carousel style-2--------*/
.carousel1 .carousel2_wrapper .owl-nav {
	position: absolute;
	right: 1px;
	top: -64px;
}
.carousel1 .carousel2_wrapper .owl-next, .carousel1 .carousel2_wrapper .owl-prev {
	background: #eeeeee;
	border-radius: 3px;
	display: inline-block;
	font-size: 25px;
	height: 42px;
	line-height: 42px;
	margin-left: 9px;
	text-align: center;
	width: 42px;
}
.carousel1 .carousel2_wrapper .owl-next:hover, .carousel1 .carousel2_wrapper .owl-prev:hover {
	background: #0482f8;
	color: #fff;
}
/*--------carousel style-3--------*/
.carousel3 {
	padding-bottom: 20px;
}
.carousel3 .comment-img {
	position: relative;
}
.carousel3 .comment-img > img {
	border-radius: 100%;
	height: 70px;
	width: 70px;
}
.carousel3 .comment-img::before {
	background: #0482f8;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	content: "\f10d";
	font-family: fontawesome;
	font-size: 10px;
	height: 22px;
	left: 5px;
	padding: 4px;
	position: absolute;
	text-align: center;
	top: -7px;
	width: 23px;
	line-height: normal;
	z-index: 1;
}
.carousel3 .comment-name {
	padding-left: 15px;
	font-weight: 500;
}
.carousel3 .comment-title .comment-name > a {
	color: #333333;
	font-size: 16px;
}
.carousel3 .comment-title .comment-name > a:hover {
	color: #0482f8;
}
.carousel3 .comment-title .comment-name span {
	font-size: 12px;
	line-height: 16px;
}
.carousel3 .comment-details > p {
	font-size: 15px;
	font-style: italic;
	line-height: 26px;
}
.carousel3 .comment-details {
	padding: 22px;
	margin-top: 30px;
	position: relative;
	border-radius: 10px;
	background: #ffffff;
}
.carousel3 .comment-details::before {
	background: #ffffff;
	content: "";
	height: 15px;
	left: 28px;
	position: absolute;
	top: -6px;
	transform: rotate(45deg);
	width: 15px;
}
.carousel3 .comment-wrapper {
	padding-top: 20px;
}
.carousel3 .carousel3_wrapper .owl-dots {
	margin-top: 30px;
	text-align: center;
}
.carousel3 .carousel3_wrapper .owl-dot {
	background: #7ebdf8;
	border-radius: 100%;
	display: inline-block;
	height: 12px;
	margin: 0 4px;
	width: 12px;
}
.carousel3 .carousel3_wrapper .owl-dot.active {
	background: #0482f8;
}
/*-----------carousel-4-------------*/
.carousel4 .comment-img > img {
	border-radius: 100%;
	height: 70px;
	width: 70px;
}
.carousel4 .comment-img {
	position: relative;
}
.carousel4 .comment-img::before {
	background: #0482f8;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	content: "\f10d";
	font-family: fontawesome;
	font-size: 10px;
	height: 22px;
	left: 5px;
	padding: 4px;
	position: absolute;
	text-align: center;
	top: -7px;
	width: 23px;
	line-height: normal;
}
.carousel4 .comment-name {
	padding-left: 15px;
	font-weight: 500;
}
.carousel4 .comment-title .comment-name > a {
	color: #333333;
	font-size: 16px;
}
.carousel4 .comment-title .comment-name > a:hover {
	color: #0482f8;
}
.carousel4 .comment-title .comment-name span {
	font-size: 12px;
	line-height: 16px;
}
.carousel4 .comment-details > p {
	font-size: 15px;
	font-style: italic;
	line-height: 26px;
}
.carousel4 .comment-details {
	padding: 22px;
	margin-bottom: 30px;
	position: relative;
	border-radius: 10px;
	background: #ffffff;
}
.carousel4 .comment-details::before {
	background: #ffffff;
	content: "";
	height: 15px;
	left: 28px;
	position: absolute;
	bottom: -7px;
	transform: rotate(45deg);
	width: 15px;
}
/*-----navigation------*/
.carousel4 .carousel4_wrapper .owl-next, .carousel4 .carousel4_wrapper .owl-prev {
	background: #222 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	height: 42px;
	line-height: 42px;
	margin-right: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 42px;
}
.carousel4 .carousel4_wrapper .owl-nav {
	margin-top: 50px;
	text-align: center;
}
.carousel4 .carousel4_wrapper .owl-next:hover, .carousel4 .carousel4_wrapper .owl-prev:hover {
	background: #0482f8;
	color: #fff;
}
/*-----------carousel-5--------------*/
.carousel5 {
	padding: 100px 0px;
}
.carousel5 img {
	border-radius: 10px;
}
.carousel5 .carousel5_wrapper .owl-next, .carousel5 .carousel5_wrapper .owl-prev {
	background: #0482f8 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	height: 42px;
	line-height: 42px;
	margin-top: -24px;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.3s ease 0s;
	width: 42px;
	margin-left: 0;
	opacity: 0;
	visibility: hidden;
}
.carousel5 .carousel5_wrapper .owl-next {
	right: 0;
}
.carousel5 .carousel5_wrapper .owl-prev {
	left: 0;
}
.carousel5 .carousel5_wrapper:hover .owl-next, .carousel5 .carousel5_wrapper:hover .owl-prev {
	opacity: 1;
	visibility: visible;
}
.carousel5 .carousel5_wrapper .owl-next:hover, .carousel5 .carousel5_wrapper .owl-prev:hover {
	background: #0482f8 none repeat scroll 0 0;
}
/*-bullets-*/
.carousel5 .carousel5_wrapper .owl-dots {
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.carousel5 .carousel5_wrapper .owl-dot {
	border: 1px solid #fff;
	border-radius: 100%;
	display: inline-block;
	height: 12px;
	margin: 0 4px;
	width: 12px;
}
.carousel5 .carousel5_wrapper .owl-dot.active {
	background: #fff;
}
/*-----------carousel-6----------*/
.carousel6 img {
	border-radius: 10px;
}
.carousel6_wrapper .owl-dots {
	margin-top: 33px;
	text-align: center;
}
.carousel6_wrapper .owl-dot {
	background: #7ebdf8;
	border-radius: 100%;
	display: inline-block;
	height: 12px;
	margin: 0 4px;
	width: 12px;
}
.carousel6_wrapper .owl-dot.active {
	background: #0482f8;
}
/*----------carousel-7-------------*/
.carousel7_wrapper .owl-next, .carousel7_wrapper .owl-prev {
	color: #fff;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 50%;
	background: #1985ed;
	border-radius: 0px;
	margin-left: 0;
	font-size: 20px;
	height: 32px;
	line-height: 31px;
	margin-top: -16px;
	width: 32px;
	opacity: 0;
	visibility: hidden;
}
.carousel7_wrapper:hover .owl-next, .carousel7_wrapper:hover .owl-prev {
	opacity: 1;
	visibility: visible;
}
.carousel7_wrapper .owl-prev {
	left: 0px;
}
.carousel7_wrapper .owl-next {
	right: 0px;
}
.carousel7_wrapper .comment .desc {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 0 5px 5px 0;
	bottom: 40px;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	left: 0;
	padding: 12px 35px;
	position: absolute;
	z-index: 1;
	transform: translateX(-92px) scale(0, 1);
}
.carousel7_wrapper .comment {
	position: relative;
}
.carousel7_wrapper .comment:hover .desc {
	transform: translateX(0px) scale(1, 1);
}
/*---------carousel style-8-----------*/
.carousel8 {
	padding: 40px 0;
}
.carousel8 h4 {
	margin-right: 20px;
	width: 120px;
}
.carousel8 .carousel14_wrapper ul {
	width: 100%;
}
.carousel8 .carousel18_wrapper li {
	list-style: outside none none;
}
.carousel8 .carousel18_wrapper .owl-item img {
	width: initial;
}
/*-------------responsive style-------------*/
@media (max-width: 767px) {
.carousel8 h4.fw-500 {
	margin-bottom: 20px;
	width: 130px;
}
.carousel8 .row.flex-row-spacer {
	display: block;
}
.carousel6_wrapper, .carousel7_wrapper {
	margin-bottom: 40px;
}
}


/* product carousel*/
.carousel9 {
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
.carousel9 {
	margin-bottom: 50px;
}
}
.carousel9 .carousel-indicators {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	margin-right: 0;
	margin-left: 0;
	margin-top: 30px;
}
.carousel9 .carousel-indicators li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	width: 100px;
	height: 100px;
	margin-right: 15px;
	margin-left: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
.carousel9 .carousel-indicators li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
}
}
.carousel9 .carousel-indicators li.active {
	border: 1px solid #70c745;
}
