
.car_div {
	position:relative;
	z-index:1;
}

.rel {
	position: relative;
}

#owl {
	z-index: 999;
	padding:0;
	position: relative;
    margin-top: -103px;
}



#owl .owl-item {
	float: left;
}

#owl .item {
	padding:0;
	overflow: hidden;
	position: relative;
	text-align: left;
    margin-right:30px;
    padding-top: 10px;
    background:transparent;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
/*---------*/
.owl-controls {
    display:none !important;
}
#owl .item img {
    width:100%;
}

#owl .item a {
	display: block;
}
#owl .item:hover {
    background:#fff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#owl .item:hover,#owl .item.active {
    background:#fff;
}
/*---------*/
.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:47px;
	right:-70px;
	top:3px;
	width:24px;
	overflow: hidden;
	text-indent: -999px;
}
#owl .owl-prev {
	cursor: pointer;
	position: absolute;
	background: url(../img/prev.png) 0 top no-repeat;
	display: block;
	height:47px;
	left:-100px;
    top:3px;
	width:24px;
	overflow: hidden;
	text-indent: -999px;
}
#owl .owl-next:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
}



#owl .owl-prev:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
}

.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:1170px;
    left: 50%;
    margin-left:-585px;
}
}
@media (min-width: 992px) and (max-width: 1219px){
.slider {
    padding-bottom: 85px;
}
#owl .owl-prev {
    left: 50%;
    margin-left: -32px;
    top:78px;
}
#owl .owl-next {
    right: 50%;
    margin-right: -32px;
    top: 78px;
}
.car_div {
    width:950px;
    left: 50%;
    margin-left:-470px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.slider {
    padding-bottom: 85px;
}
#owl .owl-prev {
    left: 50%;
    margin-left: -52px;
    top:73px;
}
#owl .owl-next {
    right: 50%;
    margin-right: -25px;
    top: 73px;
}
.car_div {
    width:723px;
    left: 50%;
    margin-left:-355px;
}
  
}
@media (max-width: 767px) {
.slider {
    padding-bottom:40px;
}
.car_div {
    width:95%;
    left:0;
    margin-left: 15px;
}
#owl .owl-prev {
    left: 50%;
    margin-left: -52px;
    top:92px;
}
#owl .owl-next {
    right: 50%;
    margin-right: -25px;
    top: 92px;
}
#owl .item {
    margin-right: 5px;
}
}
@media (max-width: 560px) { 
 
}