.owl-item { height: auto; float: left; width: 100%; position: relative; }
.owl-wrapper { height: 100%; width: 100%; transition: all ease 0.5s; position: relative; }
.owl-wrapper-outer { overflow: hidden; position: relative; top: 0; height: auto; width: 100%; left: 0; transition: all ease 0.5s; }
.item > img { height: auto; /*width: 100%;*/ transition: all ease 0.5s; }
.item { height: auto; width: 100%; position: relative; }
.owl-pagination { width: 90px; bottom: -10px; left: 0px; position: absolute; right: 0; margin: 0px auto; display:none }
.owl-page { background: url(../img/navigation.png) -13px center no-repeat; width: 17px; margin-left: 5px; height: 59px; color: #fff; float: left; cursor: pointer; z-index: 9999; }
.owl-pagination .active { background: url(../img/navigation.png) 4px center no-repeat; }
.item1 { height: auto; width: 95%; position: relative; text-align: center;  }
.testimonial .item1{ margin: 0 15px; }

.item1 > img { height: 100%; width: 100%; transition: all ease 0.5s; }
.service .owl-pagination { width: 90px; bottom: -10px; left: 0px; position: absolute; right: 0; margin: 0px auto; }
.service .owl-prev { background: url(../img/box-prev.png) left center no-repeat; width: 50px; height: 59px; position: absolute; color: #fff; left: 5px; top: 59%; cursor: pointer; z-index: 9999; }
.service .owl-next { background: url(../img/box-next.png) left center no-repeat; width: 50px; height: 59px; position: absolute; color: #fff; right: 5px; top: 59%; cursor: pointer; z-index: 9999; }
.owl-prev { background: url(../images/testimonial-arrow.png) 20px 0 no-repeat; width: 70px; height:70px; position: absolute; color: #fff; left: -12px; top: 60%; cursor: pointer; z-index: 9999; }

.owl-next { background: url(../images/testimonial-arrow.png) -135px 0 no-repeat; width: 59px; height: 70px; position: absolute; color: #fff; right: 0px; top: 60%; cursor: pointer; z-index: 9999; }
.owl-prev:hover { background: url(../images/testimonial-arrow.png) 20px -71px no-repeat; }
.owl-next:hover { background: url(../images/testimonial-arrow.png) -133px -71px no-repeat; }


.gallery .owl-prev { background: url(../images/gallary-arrow.png) 20px 0 no-repeat; width: 70px; height:70px; position: absolute; color: #fff; left: -12px; top: 50%; cursor: pointer; z-index: 9999; }
.gallery .owl-next { background: url(../images/gallary-arrow.png) -74px 0 no-repeat; width: 59px; height: 70px; position: absolute; color: #fff; right: 0px; top: 50%; cursor: pointer; z-index: 9999; }
.gallery .owl-prev:hover { background: url(../images/gallary-arrow.png) 20px -76px no-repeat; }
.gallery .owl-next:hover { background: url(../images/gallary-arrow.png) -75px -76px no-repeat; }

#about-gallery .owl-prev { background: url(../images/gallary-arrow.png) 20px 0 no-repeat; width: 70px; height:70px; position: absolute; color: #fff; left: -85px; top: 40%; cursor: pointer; z-index: 9999; }
#about-gallery .owl-next { background: url(../images/gallary-arrow.png) -74px 0 no-repeat; width: 59px; height: 70px; position: absolute; color: #fff; right: -75px; top: 40%; cursor: pointer; z-index: 9999; }
#about-gallery .owl-prev:hover { background: url(../images/gallary-arrow.png) 20px -76px no-repeat; }
#about-gallery .owl-next:hover { background: url(../images/gallary-arrow.png) -75px -76px no-repeat; }



.service .owl-wrapper-outer { overflow: hidden; position: relative; height: auto; width: 100%; margin: 0px auto; transition: all ease 0.5s; }
 @media only screen and (min-width: 320px) and (max-width: 480px) {
.owl-prev, .owl-next { display: none; }
}
 @media only screen and (min-width:550px) and (max-width:767px) {
.owl-prev, .owl-next { top: 35%; }
}
 @media only screen and (min-width:768px) and (max-width:1023px) {
/*.owl-prev, .owl-next { top: 35%; }*/
}
