/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.hero-slideshow{
	position: absolute;
	top:0;
	z-index: -1;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	height:auto;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.testimonials .owl-pagination {
    margin: auto;
    width: 27.5%;
    display: -webkit-box;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
}
/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
#owl-demo .item {
    margin: 3px;
}
#owl-demo .item img {
    display: block;
    width: 50%;
    height: auto;
}
.owl-theme .owl-controls .owl-page {
    display: block;
}
.owl-controls {
	 position: absolute;
    bottom:36%;
    left:0;
    right:0;
	z-index: 999999;
}
.home .owl-controls {
    bottom:0;
}
.owl-pagination {
	margin: auto;
    width: 100px;
    position: absolute;
    top: -400px;
    left: 20px;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}
.fullservph .owl-pagination, .boxph .owl-pagination {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-around;
	-ms-justify-content: space-around;
	-webkit-justify-content: space-around;
	position: absolute;
    top: -145px;
    width:100%;
    left:0;
    padding: 0 90px;
}
.boxph .owl-pagination {
    top: -261px;
}
.fullservph .owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #FFF;
    border:1px solid #B7B7B7;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 6px 9px;
    opacity:1;
    width: 8px;   
}
.fullservph .owl-theme .owl-controls .owl-page.active span{
	background-color: #0E2240!important;
}

.home .gallery .owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 #B7B7B7;
    border: none;
    width:7px;
    height:7px;
}
.home .gallery .owl-theme .owl-controls .owl-page.active span {
background-color: #0E2240;
}
.home .gallery .owl-pagination {
	top: -446px;
    left: 41px;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fff;
    border:1px solid #0E2240;
    border-radius: 20px;
    display: block;
    height: 18px;
    margin: 6px 9px;
    opacity: 1;
    width: 18px;   
}
.owl-theme .owl-controls .owl-page.active span{
	background-color: #0E2240;
}
.fullservphsm .owl-pagination, .boxphsm .owl-pagination {
	top: -486px;
    left: -57px;
}
.home .owl-buttons {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 30px;
    position: absolute;
    width: 100%;
    bottom: 260px;
}
.testslider .owl-buttons,
.blueslider .owl-buttons{
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    position: absolute;
    width: 100%;
}
@media all and (max-width:768px){
    .home .owl-buttons {
        bottom: 185px;
    }
}

@media all and (max-width:500px){
    .home .owl-buttons {
        bottom: 110px;
        padding: 0 10px;
    }
    .testslider .owl-buttons,
	.blueslider .owl-buttons {
        bottom: 80px;
    }
    .testimonials #slider .tcopy p {
        padding: 0 80px;
    }
}

@media all and (max-width: 400px){
    .home .owl-buttons {
    bottom: 87px;
    padding: 0 10px;
}
.testimonials #slider .tcopy p {
    padding: 0 30px;
}
}
