.owl-carousel .item {
	position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.owl-carousel .item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 255px;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}

.owl-carousel .item .overlay:hover {
  opacity: .7;
}

.owl-carousel .item .text {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-carousel .item .text h2 {
	font-family: 'SolaimanLipi', 'Ruposhi Bangla', 'NikoshLightBAN', 'Lal Sabuj', 'Lal Sabuj Normal';
	font-size: 28px;
	font-weight: 400;
	color: #f8fb00;
	text-align: center;
	padding: 0;
	margin: 0;
}

.owl-carousel .item .text h3 {
	font-family: 'SolaimanLipi', 'Ruposhi Bangla', 'NikoshLightBAN', 'Lal Sabuj', 'Lal Sabuj Normal';
	font-size: 22px;
	font-weight: 300;
	color: #00fb64;
	text-align: center;
	padding: 0;
	margin: 0;
}

.owl-carousel .item .text p {
	font-family: 'SolaimanLipi', 'Ruposhi Bangla', 'NikoshLightBAN', 'Lal Sabuj', 'Lal Sabuj Normal';
	font-size: 18px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
	position: absolute;
	top: -60px;
	font-size: 1.5rem !important;
	color: #fff !important;
	background: #808080 !important;
}

.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
	position: absolute;
	top: -62px;
	font-size: 1.5rem !important;
	color: #fff !important;
	background: #808080 !important;
}

.owl-carousel .owl-prev {
	left: 0;
}

.owl-carousel .owl-next {
	right: 0;
}

.owl-carousel .item .img {
	width: 100%;
	height: 225px;
}


/*---------------Owl Carusel ------------------------------*/

.owl-carousel .item .btn {
	width: 100%;
	height: 35px;
	padding: 0 10px;
	border-radius: 5px;
}

.owl-carousel .item .btn:hover {
	opacity: .7;
}

.owl-carousel .item .btn img {
	vertical-align:middle; 
	margin-top: 5px;
	margin-right: 10px;
	width: 25px;
	height: 25px;
	float: left;
}

.owl-carousel .item .btn p {
	font-family: 'SolaimanLipi', 'Ruposhi Bangla', 'NikoshLightBAN', 'Lal Sabuj', 'Lal Sabuj Normal';
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	color: #fff;
	line-height: 35px;
}
