
.car_div {
	background: url(../images/woods1.jpg) center 0 repeat;

}


.car_div1 {
	background: url(../images/woods2.jpg) center 0 repeat;
}

#owl {
	overflow: hidden;
	padding-top: 10px;
	z-index: 1;
	position: relative;
	padding-right: 70px;
	padding-bottom: 10px;
	padding-left: 70px;
}



#owl .owl-item {
	float: left;
	width: 100%;
}

#owl .item {
	overflow: hidden;
	color: #505050;
	font-size: 15px;
	position: relative;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
}

#owl .item .title {
	text-transform: capitalize;
	color: #FFFFFF;
	padding-top: 8px;
	margin-bottom: 2px;
	display: block;
	font-size: 11pt;
	font-weight: normal;
	text-align: center
}

#owl .item img {
	border-radius: 0px;
	float: left;
	margin-right: 0px;
	display: block;
	border: 2px solid #E4E4E4;
	height: 250px;
	width: 250px;
	border-radius: 50%
}

#owl blockquote {
	padding: 5px 11px 7px;
	border-radius: 4px;
	margin-top: 16px;
	clear: left;
	color: #fff;
	position: relative;
	font-size: 14px;
	background: url(../images/capt_bg.png) 0 0 repeat;
}

#owl blockquote:after {
	display: block;
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 5px 8px 5px;
	border-color: transparent transparent #00a1c7 transparent;
	top: -8px;
	left: 36px;
}



.owl-wrapper-outer {
	padding-top: 0;
	overflow: hidden;
}


#owl .owl-prev, #owl .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../images/2prevnext.png) 0 bottom no-repeat;
	display: block;
	height: 25px;
	left: 22px;
	top: 50%;
	margin-top: -20px;
	bottom: 6px;
	width: 19px;
	overflow: hidden;
	text-indent: -999px;

}

#owl .owl-next {
	left: auto;
	right: 17px;
	background-position: right 0;

}
#owl .owl-next:hover {
	background-position: right bottom;
}



#owl .owl-prev:hover {
	background-position: 0 0;
}





/* Owl content */



.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}


/*2nd*/
#owl1, #owl3 {
	overflow: hidden;
	padding-top: 10px;
	z-index: 1;
	position: relative;
	padding-right: 70px;
	padding-bottom: 10px;
	padding-left: 70px;
}



#owl1 .owl-item, #owl3 .owl-item {
	float: left;
	width: 100%;
}

#owl1 .item, #owl3 .item {
	overflow: hidden;
	color: #505050;
	font-size: 15px;
	position: relative;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
}

#owl1 .item .title {
	text-transform: capitalize;
	color: #FFFFFF;
	padding-top: 8px;
	margin-bottom: 2px;
	display: block;
	font-size: 11pt;
	font-weight: normal;
	text-align: center
}

#owl1 .item img {
	border-radius: 0px;
	float: left;
	margin-right: 0px;
	display: block;
	height: 169px;
		width: 97%;
}

#owl1 blockquote {
	padding: 5px 11px 7px;
	border-radius: 4px;
	margin-top: 16px;
	clear: left;
	color: #fff;
	position: relative;
	font-size: 14px;
	background: url(../images/capt_bg.png) 0 0 repeat;
}

#owl1 blockquote:after {
	display: block;
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 5px 8px 5px;
	border-color: transparent transparent #00a1c7 transparent;
	top: -8px;
	left: 36px;
}



.owl-wrapper-outer {
	padding-top: 0;
	overflow: hidden;
}


#owl1 .owl-prev, #owl1 .owl-next, #owl3 .owl-prev, #owl3 .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../images/2prevnext.png) 0 bottom no-repeat;
	display: block;
	height: 25px;
	left: 22px;
	top: 50%;
	margin-top: -20px;
	bottom: 6px;
	width: 19px;
	overflow: hidden;
	text-indent: -999px;

}

#owl1 .owl-next, #owl3 .owl-next {
	left: auto;
	right: 17px;
	background-position: right 0;

}
#owl1 .owl-next:hover, #owl3 .owl-next:hover {
	background-position: right bottom;
}



#owl1 .owl-prev:hover, #owl3 .owl-prev:hover {
	background-position: 0 0;
}
#owl3{
	padding-bottom: 50px;
}
#owl3 .box{
	padding: 0 10px;
}





/* Owl content */



.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}



























  @media only screen and (max-width: 767px) {

#owl .item img {

	height:150px;
	width: 150px;
	border-radius: 500px;
}

    }
	
	
	
	
	
	
	    @media only screen and (min-width: 768px) and (max-width: 995px) {

		
		
		#owl .item img {
	height: 200px;
	width: 200px;
	border-radius: 500px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
 

	
    }