
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    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(0,0,0);
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

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

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

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .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;
    }

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

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

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

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

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

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

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

    .owl-carousel .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -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 {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    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;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3,1.3);
        -ms-transform: scale(1.3,1.3);
        transform: 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;
    background-size: contain;
    transition: opacity .4s ease;
}

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





.carousel {
    position: relative;
}

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

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper,
    .owl-carousel2 .owl-wrapper,
    .owl-carousel3 .owl-wrapper,
    .owl-carousel4 .owl-wrapper,
    .owl-carousel5 .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;
        padding: 15px;
    }

.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);
}

.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);
}

.customNavigation {
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
}

    .customNavigation a {
        -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);
        width: 24px;
        height: 24px;
        background: #fff;
        cursor: pointer;
        position: absolute;
        top: 80px;
        z-index: 1;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        font-family: Flaticon;
        color: #9b9b9b;
        font-size: 6pt;
        font-weight: bold;
        -webkit-box-shadow: 0 0 4px 0 rgba(23,23,24,0.3);
        -moz-box-shadow: 0 0 4px 0 rgba(23,23,24,0.3);
        box-shadow: 0 0 4px 0 rgba(23,23,24,0.3);
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: center;
    }

        .customNavigation a:hover {
            background: #dc262f;
            color: #fff;
        }

        .customNavigation a.next {
            right: 0;
        }


        .customNavigation a.prev {
            left: 0;
        }


/*#owl-demo,
#owl-demo1 {
    position: relative;
}

    #owl-demo .item img,
    #owl-demo1 .item img {
        display: block;
        width: 100%;
        height: auto;
    }

    #owl-demo .owl-controls.clickable .owl-pagination,
    #owl-demo1 .owl-controls.clickable .owl-pagination {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }*/

/*#owl-demo .owl-controls.clickable .owl-buttons,
    #owl-demo1 .owl-controls.clickable .owl-buttons {
        position: absolute;
        top: 47%;
        left: 0;
        right: 0;
        margin: auto;
    }

        #owl-demo .owl-controls.clickable .owl-buttons .owl-prev,
        #owl-demo1 .owl-controls.clickable .owl-buttons .owl-prev {
            float: left;
            margin-left: 15px;
        }

        #owl-demo .owl-controls.clickable .owl-buttons .owl-next,
        #owl-demo1 .owl-controls.clickable .owl-buttons .owl-next {
            float: right;
            margin-right: 15px;
        }*/

/*.owl-controls.clickable .owl-buttons .owl-next:before,
.owl-controls.clickable .owl-buttons .owl-prev:before,
.owl-controls.clickable .owl-buttons .owl-next:before,
.owl-controls.clickable .owl-buttons .owl-prev:before {
    font-family: 'Glyphicons Halflings';
    font-size: 7pt;
    line-height: 3.5;
}

.owl-controls.clickable .owl-buttons .owl-next:before,
.owl-controls.clickable .owl-buttons .owl-next:before {
    content: "\e080";
}

.owl-controls.clickable .owl-buttons .owl-prev:before,
.owl-controls.clickable .owl-buttons .owl-prev:before {
    content: "\e079";
}*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

    .owl-theme .owl-controls .owl-buttons div {
        width: 30px;
        height: 30px;
        color: #5f5f5f;
        display: inline-block;
        zoom: 1;
        font-size: 12px;
        background: #fff;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        background: #e62e04;
        color: #fff;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    }

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 13px;
            height: 13px;
            margin: 8px 2px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #8c8c8c;
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            background: #e62e04;
        }

        .owl-theme .owl-controls .owl-page 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;
        }

#services,#news,#related-services,#related-news{
    direction: ltr;
}

    #services .item, #news .item,#related-services .item,#related-news .item{
        direction: rtl;
    }
#services,#news1,#related-services,#related-news{
    direction: ltr;
}

#services .item, #news1 .item,#related-services .item,#related-news .item{
    direction: rtl;
}