/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

.banner .owl-dots {
    display: block !important
}


.newslist .owl-prev{display: block !important;
    cursor: hand;
    cursor: pointer;
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    height: 85px;
    width: 55px;
	position: absolute;
    top: 236px;
    right: 105%;
	}

.newslist .owl-next{display: block !important;
    cursor: hand;
    cursor: pointer;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    height: 85px;
    width: 55px;
	position: absolute;
    right: 0;
    left: 109%;
    top: 242px;
	
	}
	
.newslist .owl-dot{display:none!important;}	
	
	
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next{color:transparent;}	
	
	
	

.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;
}

    .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%;
    }

        .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);
}

#slider1 .owl-dots {
    display: none !important
}
/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

.bannerimges .owl-dot {
    display: none !important
}






/* 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);
}

.banner .owl-dot {
    display: none !important
}



/*==========================*/

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next {
        display: block !important;
        cursor: hand;
        cursor: pointer;
    }

    .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    text-align: center;
    opacity: 0;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}


/*==============Owl themes=================*/

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/



/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    /*display: inline-block;display: inline;-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;*/
}




/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
}

.prodowlscroll .owl-theme .owl-controls .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 5px;
    filter: Alpha(Opacity=50);
    opacity: 0.7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #045e9c;
}

.prodowlscroll .owl-theme .owl-controls .owl-dot.active span,
.prodowlscroll .owl-theme .owl-controls.clickable .owl-dot:hover span {
    background: #328cbe;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-dot span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(../Images/AjaxLoader.gif) no-repeat center center
}
/*============== ends=============*/

.banner owl-carousel .owl-controls .owl-dot {
    display: inline-block;
}

.facilities owl-carousel .owl-controls .owl-dot {
    display: inline-block;
}

.premiumplan owl-carousel .owl-controls .owl-dot {
    display: inline-block;
}

.banner .owl-controls .owl-nav .owl-next {
    background-image: url(../images/banner-arrow-right.png) !important;
    background-repeat: no-repeat;
    height: 100px;
    width: 110px;
    margin: -24% 50px 0px 5%;
    float: right;
    position: relative;
    font-size: 0px;
    display: block !important;
}

.banner .owl-controls .owl-nav .owl-prev {
    background-image: url(../images/banner-arrow-left.png) !important;
    background-repeat: no-repeat;
    height: 100px;
    width: 110px;
    margin: -23% 14px 0px 5%;
    float: left;
    position: relative;
    font-size: 0px;
    display: block !important;
}

.facilities .owl-controls .owl-nav .owl-next {
    background-image: url(../images/arrow-right.png) !important;
    background-repeat: no-repeat;
    height: 85px;
    width: 55px;
    margin: -19% 2px 0px 0%;
    float: right;
    position: relative;
    font-size: 0px;
    display: block !important;
}

.facilities .owl-controls .owl-nav .owl-prev {
    background-image: url(../images/arrow-left.png) !important;
    background-repeat: no-repeat;
    height: 85px;
    width: 55px;
    margin: -17% 0px 0px 2%;
    float: left;
    position: relative;
    font-size: 0px;
    display: block !important;
}

.services .owl-controls .owl-nav .owl-next {
    background-image: url(../images/service-arrow-right.jpg) !important;
    background-repeat: no-repeat;
    height: 85px;
    width: 55px;
    margin: -19% 2px 0px 0%;
    float: right;
    position: relative;
    font-size: 0px;
    display: block !important;
}

.services .owl-controls .owl-nav .owl-prev {
    background-image: url(../images/service-arrow-left.jpg) !important;
    background-repeat: no-repeat;
    height: 85px;
    width: 55px;
    margin: -20% 0px 0px 2%;
    float: left;
    position: relative;
    font-size: 0px;
    display: block !important;
}


.users .owl-controls .owl-nav .owl-next {
    background-image: url(../images/arrow-right.png) !important;
    background-repeat: no-repeat;
    height: 85px;
    width: 55px;
    margin: -12% 2px 0px 0%;
    float: right;
    position: relative;
    font-size: 0px;
    display: block !important;
}

.users .owl-controls .owl-nav .owl-prev {
    background-image: url(../images/arrow-left.png) !important;
    background-repeat: no-repeat;
    height: 85px;
    width: 55px;
    margin: -12% 0px 0px 2%;
    float: left;
    position: relative;
    font-size: 0px;
    display: block !important;
}

.premiumplan .owl-controls .owl-nav .owl-next {
    background-image: url(../images/arrow-right.png) !important;
    background-repeat: no-repeat;
    height: 85px;
    width: 55px;
    margin: -16% 2px 0px 0%;
    float: right;
    position: relative;
    font-size: 0px;
    display: block !important;
}

.premiumplan .owl-controls .owl-nav .owl-prev {
    background-image: url(../images/arrow-left.png) !important;
    background-repeat: no-repeat;
    height: 85px;
    width: 55px;
    margin: -16% 0px 0px -5%;
    float: left;
    position: relative;
    font-size: 0px;
    display: block !important;
}


.owl-product .owl-controls .owl-nav .owl-prev {
    background-image: url(../images/arrow-left.png) !important;
    background-repeat: no-repeat;
    
    width: 50px;
    height:50px;
    float: left;margin-top:-115px;
    position: relative;
    font-size: 0px;
  
    margin-left:-7%;cursor:pointer
}

.owl-product .owl-controls .owl-nav .owl-next {
    background-image: url(../images/right-arrow.jpg) !important;
    background-repeat: no-repeat;
    
    width: 50px;
    height:50px;margin-top:-115px;
    
    float: right;
    position: relative;
    font-size: 0px;

    margin-right:-7%;cursor:pointer
}

.owl-product .owl-dots{display:none}
.bannerslider .owl-controls .owl-nav .owl-next {
    background-image: url(../images/next-icon.png) !important;
    background-repeat: no-repeat;
    height: 50px;
    width: 30px;
    margin: -25% 0px 0px 0%;
    float: right;
    position: relative;
    font-size: 0px;
    display: block !important;
}

.bannerslider .owl-controls .owl-nav .owl-prev {
    background-image: url(../images/prev-icon.png) !important;
    background-repeat: no-repeat;
      height: 50px;
    width: 30px;
    margin: -25% 0px 0px 0%;
    float: left;
    position: relative;
    font-size: 0px;
    display: block !important;
}.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 2px;
    margin: 5px 7px;
    background: #000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dots {
    text-align: center;
}

 .owl-carousel .owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}
@media(max-width:999px) {
	
	.newslist .owl-next {
    display: block !important;
    cursor: hand;
    cursor: pointer;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    height: 85px;    
	width: 55px;
    position: absolute;
    right: 0;
    left: 107%;
    top: 242px;
}
	
	
	
.owl-product .owl-controls .owl-nav .owl-prev {
	display:block!important
}
.owl-product .owl-controls .owl-nav .owl-next {
	display:block!important
}
.owl-product .owl-dots{display:block}.bannerslider .owl-controls .owl-nav{display:none!important}
}

@media(max-width:800px) {
   
 .newslist .owl-theme .owl-controls {
    text-align: center;
    display: block;
}

.newslist .owl-prev {
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    height: 85px;
    width: 55px;
    position: absolute;
    top: 236px;
    right: 98%;
}

.newslist .owl-next {
    
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    height: 85px;
    width: 50px;
  
    right: 0;
    left: 104%;
    top: 242px;
  
    position: absolute;
}

   
}

@media(max-width:550px) {
   
}

@media(max-width:450px) {
    
   .newslist .owl-prev {
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    height: 85px;
    width: 55px;
    top: 1122px;
    right: 48%;
    position: absolute;
  
} 
    
 .newslist .owl-next {
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    height: 85px;
    width: 50px;
    right: 0;
    left: 54%;
    top: 1122px;
    position: absolute;
} 
    
   .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
    display: none !important;
    cursor: hand;
    cursor: pointer;
}
    
    
    
}
