﻿.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-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
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .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;
        -webkit-transform: translate3d(0px, 0, 0)
    }

.service-section .owl-carousel .owl-controls .owl-dot, .service-section .owl-carousel .owl-controls .owl-nav .owl-next, .service-section .owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #0333c6;
    width: 1px;
    height: 1px;
    border-radius: 50%;
}

.service-section .owl-carousel3 .owl-controls .owl-dot, .service-section .owl-carousel3 .owl-controls .owl-nav .owl-next, .service-section .owl-carousel3 .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #0333c6;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    display: -webkit-inline-box;
    border-radius: 50%;
}

    .service-section .owl-carousel3 .owl-controls .owl-dot.active, .service-section .owl-carousel3 .owl-controls .owl-nav .owl-next, .service-section .owl-carousel3 .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #0333c6;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #032fdf;
    }

.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;
    font-weight: normal;
    -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-item img {
        display: block;
        width: 100%;
        -webkit-transform-style: preserve-3d
    }

.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 .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -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 .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-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    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-carousel {
    display: none;
    position: relative;
    width: 100% !important;
    margin: 0 auto !important;
    -ms-touch-action: pan-y;
}

.mediaDiv .owl-carousel {
    margin: 60px 0 0 !important;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0px !important;
    padding: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

#owl-demo .orange {
    background: #fff;
}

#owl-demo .item {
    display: block;
    padding: 0px 0px;
    margin: 5px;
    color: #FFF;
    cursor: pointer;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

    #owl-demo .item img {
        width: 100%;
    }

.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 9px;
}

.owl-theme .owl-buttons i {
    margin-top: 2px;
}

/*To move navigation buttons outside use these settings:*/

.owl-theme .owl-controls {
}

.owl-theme .owl-prev {
    left: -37px;
    top: 50%;
    width: 19px;
    height: 34px;
    position: absolute;
    background: transparent url(../images/carosalleft.png) no-repeat 0px 0 !important;
}

.owl-prev:focus, .owl-prev:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.owl-theme .owl-next {
    right: -6px;
    top: 50%;
    width: 19px;
    height: 34px;
    position: absolute;
    background: transparent url(../images/carosalright.png) no-repeat 0 0 !important;
}

.owl-carousel .owl-pagination {
    display: none;
}

.carousel_s {
    width: 40%;
    float: left;
    display: inline-block;
}





.container-cp .owl-theme .owl-prev {
    left: -37px;
    top: 50%;
    width: 16px;
    height: 29px;
    position: absolute;
    background: transparent url(../images/carosalleft-white.png) no-repeat 0px 0 !important;
}

.container-cp .owl-theme .owl-next {
    right: -37px;
    top: 50%;
    width: 16px;
    height: 29px;
    position: absolute;
    background: transparent url(../images/carosalright-white.png) no-repeat 0 0 !important;
}


.container-clients .owl-theme .owl-prev {
    left: 97%;
    top: 0;
}

.container-clients .owl-theme .owl-next {
    right: -27px;
    top: 0;
}

.clients .owl-theme .owl-prev {
    left: 0;
    top: 22%;
    width: 42px;
    height: 20px;
    position: absolute;
    background: transparent url(../images/arrow_left.png) no-repeat 0px 0 !important;
    border: none !important;
}

.clients .owl-theme .owl-next {
    top: 22%;
    left: 40px;
    width: 42px;
    height: 20px;
    position: absolute;
    background: transparent url(../images/arrow_right.png) no-repeat 0 0 !important;
}

.clients .owl-theme .owl-controls {
    position: absolute;
    top: -40px;
    right: 63px;
}

.sldr-section .owl-carousel1.owl-theme .owl-controls {
    position: absolute;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    left: 96%;
    top: 42%;
    right: 0;
}

.owl-carousel1.owl-theme .owl-prev {
    left: -37px;
    top: 50%;
    width: 19px;
    height: 34px;
    position: absolute;
    background: transparent url(../images/carosalleft.png) no-repeat 0px 0 !important;
}

.owl-carousel1.owl-theme .owl-next {
    left: 0;
    top: 50%;
    width: 19px;
    height: 34px;
    position: absolute;
    background: transparent url(../images/carosalright.png) no-repeat 0 0 !important;
}

.owl-carousel1.owl-theme .owl-nav {
    display: none
}

.owl-carousel1.owl-theme .owl-controls .owl-dot.active, .owl-carousel1.owl-theme .owl-controls .owl-nav .owl-next, .owl-carousel1.owl-theme .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    user-select: none;
    border: 1px solid #0333c6;
    border-radius: 50%;
    background-color: #0233c5;
    height: 5px !important;
    width: 5px;
    margin-left: 9px;
}

.owl-carousel1.owl-theme .owl-controls .owl-dot, .owl-carousel1.owl-theme .owl-controls .owl-nav .owl-next, .owl-carousel1.owl-theme .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #0333c6;
    width: 10px;
    height: 10px;
    display: block !important;
    margin-left: 10px;
    border-radius: 50%;
    margin: 7px;
}

#testimonial-carousel.owl-theme .owl-controls {
    position: absolute;
    top: 112% !important;
    left: 0 !important;
}
