/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-stage:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.owl-stage:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}


/*
 *  Owl Carousel - Core
 */

.owl-carousel-portfolio {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel-portfolio .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel-portfolio .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-portfolio .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel-portfolio .owl-wrapper,
.owl-carousel-portfolio .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-carousel-portfolio .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel-portfolio .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel-portfolio .owl-nav.disabled,
.owl-carousel-portfolio .owl-dots.disabled {
    display: none;
}

.owl-carousel-portfolio .owl-nav .owl-prev,
.owl-carousel-portfolio .owl-nav .owl-next,
.owl-carousel-portfolio .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-portfolio.owl-loaded {
    display: block;
}

.owl-carousel-portfolio.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-portfolio.owl-hidden {
    opacity: 0;
}

.owl-carousel1.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel-portfolio.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-portfolio.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel-portfolio.owl-rtl {
    direction: rtl;
}

.owl-carousel-portfolio.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel-portfolio {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel-portfolio .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel-portfolio .owl-animated-in {
    z-index: 0;
}

.owl-carousel-portfolio .owl-animated-out {
    z-index: 1;
}

.owl-carousel-portfolio .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel-portfolio .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel-portfolio .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel-portfolio .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel-portfolio .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;
    transition: transform 100ms ease;
}

.owl-carousel-portfolio .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel-portfolio .owl-video-playing .owl-video-tn,
.owl-carousel-portfolio .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel-portfolio .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel-portfolio .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/* Owl carousel style two */

.owl-carousel-portfolio-two {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel-portfolio-two .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel-portfolio-two .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-portfolio-two .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel-portfolio-two .owl-wrapper,
.owl-carousel-portfolio-two .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-carousel-portfolio-two .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel-portfolio-two .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel-portfolio-two .owl-nav.disabled,
.owl-carousel-portfolio-two .owl-dots.disabled {
    display: none;
}

.owl-carousel-portfolio-two .owl-nav .owl-prev,
.owl-carousel-portfolio-two .owl-nav .owl-next,
.owl-carousel-portfolio-two .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-portfolio-two.owl-loaded {
    display: block;
}

.owl-carousel-portfolio-two.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-portfolio-two.owl-hidden {
    opacity: 0;
}

.owl-carousel-portfolio-two.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel-portfolio-two.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-portfolio-two.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel-portfolio-two.owl-rtl {
    direction: rtl;
}

.owl-carousel-portfolio-two.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel-portfolio-two {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel-portfolio-two .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel-portfolio-two .owl-animated-in {
    z-index: 0;
}

.owl-carousel-portfolio-two .owl-animated-out {
    z-index: 1;
}

.owl-carousel-portfolio-two .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel-portfolio-two .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel-portfolio-two .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel-portfolio-two .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel-portfolio-two .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;
    transition: transform 100ms ease;
}

.owl-carousel-portfolio-two .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel-portfolio-two .owl-video-playing .owl-video-tn,
.owl-carousel-portfolio-two .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel-portfolio-two .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel-portfolio-two .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/* Testimonials */

.owl-carousel-testimonials {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel-testimonials .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel-testimonials .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-testimonials .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel-testimonials .owl-wrapper,
.owl-carousel-testimonials .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-carousel-testimonials .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel-testimonials .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel-testimonials .owl-nav.disabled,
.owl-carousel-testimonials .owl-dots.disabled {
    display: none;
}

.owl-carousel-testimonials .owl-nav .owl-prev,
.owl-carousel-testimonials .owl-nav .owl-next,
.owl-carousel-testimonials .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-testimonials.owl-loaded {
    display: block;
}

.owl-carousel-testimonials.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-testimonials.owl-hidden {
    opacity: 0;
}

.owl-carousel-testimonials.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel-testimonials.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-testimonials.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel-testimonials.owl-rtl {
    direction: rtl;
}

.owl-carousel-testimonials.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel-testimonials {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel-testimonials .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel-testimonials .owl-animated-in {
    z-index: 0;
}

.owl-carousel-testimonials .owl-animated-out {
    z-index: 1;
}

.owl-carousel-testimonials.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel-testimonials .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel-testimonials .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel-testimonials .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel-testimonials .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;
    transition: transform 100ms ease;
}

.owl-carousel-testimonials .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel-testimonials .owl-video-playing .owl-video-tn,
.owl-carousel-testimonials .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel-testimonials .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel-testimonials .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/* Testimonials Style Two */

.owl-testimonials-styletwo {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-testimonials-styletwo .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-testimonials-styletwo .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-testimonials-styletwo .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-testimonials-styletwo .owl-wrapper,
.owl-testimonials-styletwo .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-testimonials-styletwo .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-testimonials-styletwo .owl-item img {
    display: block;
    width: 100%;
}

.owl-testimonials-styletwo .owl-nav.disabled,
.owl-testimonials-styletwo .owl-dots.disabled {
    display: none;
}

.owl-testimonials-styletwo .owl-nav .owl-prev,
.owl-testimonials-styletwo .owl-nav .owl-next,
.owl-testimonials-styletwo .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-testimonials-styletwo.owl-loaded {
    display: block;
}

.owl-testimonials-styletwo.owl-loading {
    opacity: 0;
    display: block;
}

.owl-testimonials-styletwo.owl-hidden {
    opacity: 0;
}

.owl-testimonials-styletwo.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-testimonials-styletwo.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-testimonials-styletwo.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-testimonials-styletwo.owl-rtl {
    direction: rtl;
}

.owl-testimonials-styletwo.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-testimonials-styletwo {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-testimonials-styletwo .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-testimonials-styletwo .owl-animated-in {
    z-index: 0;
}

.owl-testimonials-styletwo .owl-animated-out {
    z-index: 1;
}

.owl-testimonials-styletwo.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-testimonials-styletwo .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-testimonials-styletwo .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.owl-testimonials-styletwo .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-testimonials-styletwo .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;
    transition: transform 100ms ease;
}

.owl-testimonials-styletwo .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-testimonials-styletwo .owl-video-playing .owl-video-tn,
.owl-testimonials-styletwo .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-testimonials-styletwo .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-testimonials-styletwo .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/* owl carousel testimonials thr */

.owl-carousel-testimonialsthre {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel-testimonialsthre .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel-testimonialsthre .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-testimonialsthre .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel-testimonialsthre .owl-wrapper,
.owl-carousel-testimonialsthre .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-carousel-testimonialsthre .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel-testimonialsthre .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel-testimonialsthre .owl-nav.disabled,
.owl-carousel-testimonialsthre .owl-dots.disabled {
    display: none;
}

.owl-carousel-testimonialsthre .owl-nav .owl-prev,
.owl-carousel-testimonialsthre .owl-nav .owl-next,
.owl-carousel-testimonialsthre .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-testimonialsthre.owl-loaded {
    display: block;
}

.owl-carousel-testimonialsthre.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-testimonialsthre.owl-hidden {
    opacity: 0;
}

.owl-carousel-testimonialsthre.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel-testimonialsthre.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-testimonialsthre.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel-testimonialsthre.owl-rtl {
    direction: rtl;
}

.owl-carousel-testimonialsthre.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel-testimonialsthre {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel-testimonialsthre .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel-testimonialsthre .owl-animated-in {
    z-index: 0;
}

.owl-carousel-testimonialsthre .owl-animated-out {
    z-index: 1;
}

.owl-carousel-testimonialsthre.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel-testimonialsthre .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel-testimonialsthre .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel-testimonialsthre .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel-testimonialsthre .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;
    transition: transform 100ms ease;
}

.owl-carousel-testimonialsthre .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel-testimonialsthre .owl-video-playing .owl-video-tn,
.owl-carousel-testimonialsthre .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel-testimonialsthre .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel-testimonialsthre .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/* Cleint */

.owl-carousel-client {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel-client .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel-client .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-client .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel-client .owl-wrapper,
.owl-carousel-client .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-carousel-client .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel-client .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.owl-carousel-client .owl-nav.disabled,
.owl-carousel-client .owl-dots.disabled {
    display: none;
}

.owl-carousel-client .owl-nav .owl-prev,
.owl-carousel-client .owl-nav .owl-next,
.owl-carousel-client .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-client.owl-loaded {
    display: block;
}

.owl-carousel-client.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-client.owl-hidden {
    opacity: 0;
}

.owl-carousel-client.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel-client.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-client.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel-client.owl-rtl {
    direction: rtl;
}

.owl-carousel-client.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel-client {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel-client .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel-client .owl-animated-in {
    z-index: 0;
}

.owl-carousel-client .owl-animated-out {
    z-index: 1;
}

.owl-carousel-client.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel-client .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel-client .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel-client .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel-client .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;
    transition: transform 100ms ease;
}

.owl-carousel-client .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel-client .owl-video-playing .owl-video-tn,
.owl-carousel-client .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel-client .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel-client .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/* Testimonials */

.owl-carousel-journal {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel-journal .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel-journal .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-journal .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel-journal .owl-wrapper,
.owl-carousel-journal .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-carousel-journal .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel-journal .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel-journal .owl-nav.disabled,
.owl-carousel-journal .owl-dots.disabled {
    display: none;
}

.owl-carousel-journal .owl-nav .owl-prev,
.owl-carousel-journal .owl-nav .owl-next,
.owl-carousel-journal .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-journal.owl-loaded {
    display: block;
}

.owl-carousel-journal.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-journal.owl-hidden {
    opacity: 0;
}

.owl-carousel-journal.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel-journal.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-journal.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel-journal.owl-rtl {
    direction: rtl;
}

.owl-carousel-journal.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel-journal {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel-journal .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel-journal .owl-animated-in {
    z-index: 0;
}

.owl-carousel-journal .owl-animated-out {
    z-index: 1;
}

.owl-carousel-journal.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel-journal .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel-journal .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel-journal .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel-journal .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;
    transition: transform 100ms ease;
}

.owl-carousel-journal .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel-journal .owl-video-playing .owl-video-tn,
.owl-carousel-journal .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel-journal .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel-journal .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/* Testimonials Style Three */

.o-t-s-thre {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.o-t-s-thre .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.o-t-s-thre .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.o-t-s-thre .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.o-t-s-thre .owl-wrapper,
.o-t-s-thre .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);
}

.o-t-s-thre .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.o-t-s-thre .owl-item img {
    display: block;
    width: 100%;
}

.o-t-s-thre .owl-nav.disabled,
.o-t-s-thre .owl-dots.disabled {
    display: none;
}

.o-t-s-thre .owl-nav .owl-prev,
.o-t-s-thre .owl-nav .owl-next,
.o-t-s-thre .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.o-t-s-thre.owl-loaded {
    display: block;
}

.o-t-s-thre.owl-loading {
    opacity: 0;
    display: block;
}

.o-t-s-thre.owl-hidden {
    opacity: 0;
}

.o-t-s-thre.owl-refresh .owl-item {
    visibility: hidden;
}

.o-t-s-thre.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.o-t-s-thre.owl-grab {
    cursor: move;
    cursor: grab;
}

.o-t-s-thre.owl-rtl {
    direction: rtl;
}

.o-t-s-thre.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .o-t-s-thre {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.o-t-s-thre .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.o-t-s-thre .owl-animated-in {
    z-index: 0;
}

.o-t-s-thre .owl-animated-out {
    z-index: 1;
}

.o-t-s-thre.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.o-t-s-thre .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.o-t-s-thre .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.o-t-s-thre .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.o-t-s-thre .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;
    transition: transform 100ms ease;
}

.o-t-s-thre .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.o-t-s-thre .owl-video-playing .owl-video-tn,
.o-t-s-thre .owl-video-playing .owl-video-play-icon {
    display: none;
}

.o-t-s-thre .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.o-t-s-thre .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/* EVENTS */

.owl-carousel-events {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel-events .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel-events .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-events .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel-events .owl-wrapper,
.owl-carousel-events .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-carousel-events .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel-events .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel-events .owl-nav.disabled,
.owl-carousel-events .owl-dots.disabled {
    display: none;
}

.owl-carousel-events .owl-nav .owl-prev,
.owl-carousel-events .owl-nav .owl-next,
.owl-carousel-events .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-events.owl-loaded {
    display: block;
}

.owl-carousel-events.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-events.owl-hidden {
    opacity: 0;
}

.owl-carousel-events.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel-events.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-events.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel-events.owl-rtl {
    direction: rtl;
}

.owl-carousel-events.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-cevents-journal {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel-events .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel-events .owl-animated-in {
    z-index: 0;
}

.owl-carousel-events .owl-animated-out {
    z-index: 1;
}

.owl-carousel-events.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel-events .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel-events .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel-events .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel-events .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;
    transition: transform 100ms ease;
}

.owl-carousel-events .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel-events .owl-video-playing .owl-video-tn,
.owl-carousel-events .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel-events .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel-events .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}