#owl {
	overflow: hidden;
	z-index: 1;
	position: relative;
	margin-bottom: 16px;
}



#owl .owl-item {
	float: left;
	width: 100%;
}

#owl .item {
    font: bold 60px/65px 'Open Sans Condensed', sans-serif;
	padding: 36px 70px 20px;
	text-align: center;
	position: relative;
}



.owl-wrapper-outer {
	overflow: hidden;
}


#owl .owl-prev, #owl .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../images/prevnext.png) 0 0 no-repeat;
	display: block;
	height: 60px;
	bottom: 0;
	left: 0;
	top: 50%;
	margin-top: -22px;
	width: 60px;
	overflow: hidden;
	text-indent: -999px;

}

#owl .owl-next {
	left: auto;
	right: 0;
	background-position: right bottom;

}
#owl .owl-next:hover {
	background-position: right 0;
}



#owl .owl-prev:hover {
	background-position: 0 bottom;
}





/* Owl content */



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


/*2nd*/

#owl1 {
	overflow: hidden;
	z-index: 1;
	background-color: #474F56;
	position: relative;
	padding:  0 38px 22px;
	border-radius: 10px;
}



#owl1 .owl-item {
	float: left;
	width: 100%;
}

#owl1 .item {
	font-weight: bold;
	text-align: center;
	padding: 18px 0px 9px;
	position: relative;
}

#owl1 blockquote {
	background: url(../images/dialog_icon.png) center 11px no-repeat;
	position: relative;
	font-weight: bold;
	padding-top: 52px;
	padding-bottom: 12px;
	color: #fff;
	font-size:14px;
	line-height:16px;
}

#owl1 blockquote:before {
	content: '';
	display: block;
	background: url(../images/quotes.png) 0 0 no-repeat;
	width: 25px;
	height: 15px;
	left: 0;
	top: 30px;
	position: absolute;
}

#owl1 blockquote:after {
	content: '';
	display: block;
	background: url(../images/quotes.png) right 0 no-repeat;
	width: 25px;
	height: 15px;
	right: 0;
	bottom: 0;
	position: absolute;
}

#owl1 .item img {
	margin-bottom: 16px;
}

.bq_title {
	font: bold 20px/24px 'Open Sans Condensed', sans-serif;
}

#owl1 .owl-wrapper-outer {
	overflow: hidden;
}

#owl1 .owl-pagination {
	font-size: 0;
	text-align: center;
	line-height: 0;
}

#owl1 .owl-page {
	display: inline-block;
}

#owl1 .owl-page span {
	display: block;
	background: url(../images/pagination.png) right 0 no-repeat;
	width: 12px;
	cursor: pointer;
	height: 12px;
}

#owl1 .owl-page span:hover, #owl1 .owl-page.active span {
	background-position: 0 0;
}

#owl1 .owl-page+.owl-page {
	margin-left: 5px;
}
/*3rd*/

#owl2 {
	overflow: hidden;
	z-index: 1;
	margin: 0px 0px 40px;
	position: relative;
	padding: 7px 38px 0;
}



#owl2 .owl-item {
	float: left;
	width: 100%;
}

#owl2 .item {
	padding: 0 10px 20px;
	position: relative;
}


#owl2 .owl-wrapper-outer {
	overflow: hidden;
	padding-top: 0px;
}


#owl2 .owl-prev, #owl2 .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../images/prevnext1.png) 0 0 no-repeat;
	display: block;
	height: 39px;
	left: 0px;
	top: 50%;
	margin-top: -26px;
	width: 39px;
	overflow: hidden;
	text-indent: -999px;

}

#owl2 .owl-next {
	left: auto;
	right: 0;
	background-position: right bottom;

}
#owl2 .owl-next:hover {
	background-position: right 0;
}



#owl2 .owl-prev:hover {
	background-position: 0 bottom;