
.car_div {
	position:relative;
	z-index:1;
    background:rgba(0,0,0,0.27);
    padding:15px 0;
    width:100%;
}

.rel {
	position: relative;
}

#owl {
	overflow: hidden;
	z-index: 999;
	padding: 0 53px;
	position: relative;

}



#owl .owl-item {
	float: left;
	/*width: 226px !important;*/
}

#owl .item {
	padding:0;
	overflow: hidden;
	position: relative;
	text-align: left;
    margin-right:8px;
}
/*---------*/
#owl .item img {
    width:100%;
}

#owl .item a {
	display: block;
    /*border:1px solid transparent;*/
    
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#owl .item a:hover {
    opacity:0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#owl .item a:hover,#owl .item.active a {
    /*border:1px solid #fff;*/
    opacity:0.8;
}
/*---------*/
.owl-wrapper-outer {
	padding-top: 0px;
	overflow: hidden;
}


#owl .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../img/next.png) 0 top no-repeat;
	display: block;
	height: 27px;
	right:22px;
	top:29px;
	width: 16px;
	overflow: hidden;
	text-indent: -999px;
}
#owl .owl-prev {
	cursor: pointer;
	position: absolute;
	background: url(../img/prev.png) 0 top no-repeat;
	display: block;
	height: 27px;
	left:22px;
	top:29px;
	width: 16px;
	overflow: hidden;
	text-indent: -999px;
}
#owl .owl-next:hover {
	opacity:0.8;
}



#owl .owl-prev:hover {
	opacity:0.8;
}

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


/*2nd*/
#owl1 {
	overflow: hidden;
	z-index: 1;
	margin: 0 -10px 1px;
	position: relative;

}

#owl1 blockquote {
	position: relative;
	border: 2px solid #ffc000;
	border-radius: 10px;
	padding-left: 41px;
	padding-top: 41px;
	padding-bottom: 86px;
	padding-right: 20px;
	color: #727878;
	font-size: 14px;
	line-height: 21px;
	background: url(../img/quotes.png) 15px 14px no-repeat #fffffd;
}

#owl1 blockquote  img {
	border: 2px solid #ffc000;
	border-radius: 500px;
	display: block;
	left: 50%;
	margin-left: -62px;
	position: absolute;
	bottom: -64px;
}

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

#owl1 .title {
	font-weight: bold;
	margin-bottom: 18px;
	color: #f1373a;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
}

#owl1  .item {
	padding: 0 10px;
	line-height: 18px;
}



#owl1 .owl-wrapper-outer {
	overflow: hidden;
	padding-bottom: 117px;
}


#owl1 .owl-prev, #owl1 .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../img/prevnext1.png) 0 0 no-repeat;
	display: block;
	height: 34px;
	right: 32px;
	bottom: 0;
	left: 50%;
	margin-left: -23px;
	width: 20px;
	overflow: hidden;
	text-indent: -999px;

}

#owl1 .owl-next {
	left: auto;
	margin-left: 0;
	right: 50%;
	margin-right: -23px;
	background-position: right bottom;

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



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


/*3nd*/

#owl2 {
	overflow: hidden;
	z-index: 1;
	margin-top: 36px;
	padding: 0 10px;
	position: relative;

}


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


#owl2  .item {
	overflow: hidden;
	line-height: 18px;
	text-align: center;
}


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


#owl2 .owl-prev, #owl2 .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../img/prevnext3.png) 0 0 no-repeat;
	display: block;
	height: 19px;
	left: 0;
	top: 9px;
	width: 11px;
	overflow: hidden;
	text-indent: -999px;

}

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

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



#owl2 .owl-prev:hover {
	background-position: 0 bottom;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
.car_div {
    width: 1002px;
    left: 50%;
    margin-left: -501px;
    margin-top: -178px;
}
}
@media (min-width: 992px) and (max-width: 1219px){
.car_div {
    background:#d0cbc5;
}
#owl .owl-next {
    top: 24px;
}
#owl .owl-prev {
    top: 24px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#owl .owl-next {
    top:13px;
}
#owl .owl-prev {
    top:13px;
}   
}
@media (max-width: 767px) {
#owl .owl-next {
    top:30%;
}
#owl .owl-prev {
    top:30%;
}   
}
@media (max-width: 560px) { 
#owl .owl-next {
    top:28%;
}
#owl .owl-prev {
    top:28%;
}  
}