/*owl carousel*/
.owl-carousel .item {
	z-index: 2;
}
.owl-carousel .item figure {
	overflow: hidden;
}
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;}

.owl-carousel {
	display: none;
	width: 100%;
	padding: 0 0;
	z-index:1;}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-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;
	text-align: center;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: inline-block;
}
.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;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.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 {
	-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 img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;}

.owl-prev {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;}

.owl-next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;}

.owl-prev, .owl-next {
	opacity: .4;}

.owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next {
	opacity: 1;}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 4px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #aaa;
}

.contaNumber{ background: #f15412; border-radius: 10px; color: #fff !important; font-weight: 600 !important;}
.proText h2{
font-size: 14px;
line-height: 18px;
margin-bottom: 8px;
color: #f15412;
}
.proText p{
	font-family: 13px;
}
.proText strong{
	font-size: 14px;
line-height: 18px;
margin-top: 8px
 }
 .chooseItemBox img{ width: 100%;}

 .card {
	
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
	margin-top: 10px;
    border-radius: 0px;
	border: 0px;
	text-align: center;

 }
 .csmservicebg .card{
	padding: 10px;
	margin-bottom: 20px;
 }
 .csmservicebg .card img{ width: 60% !important; text-align: center;} 
 .csmservicebg .card h4{ font-size: 12px;}
 .card:hover{transition: all 0.3s ease-in-out 0s;}
 .list-group-item{ border-radius: 0px !important; border-bottom: 1px solid #f1f1f1 !important;}
 .list-group-item:hover{
	background: #ededed; color: #000;
 }
 .list-group-item a{ display: block; color: #f15412;  }
 .list-group-item a:hover{ text-decoration: none; color: #000; }

 .bg-info{ background: rgb(244, 244, 244) !important;}