﻿/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.rtl .main-slider .content-column {
    order: 2;
    text-align: right;
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-three {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    margin-left: 7px;
    display: inline-block;
    padding: 15px 46px 15px;
    background-color: #fda700;
    text-transform: uppercase;
    border-radius: 0px 0px 25px 0px;
    font-family: 'Oswald', sans-serif;
}

    .btn-style-three .txt {
        position: relative;
        z-index: 1;
    }

    .btn-style-three:before {
        position: absolute;
        content: '';
        top: -7px;
        left: -7px;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-color: #ffffff;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        border-radius: 0px 0px 25px 0px;
    }

    .btn-style-three:hover {
        color: #000000;
        background-color: #ffffff;
    }

        .btn-style-three:hover::before {
            background-color: #fda700;
        }

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}

.main-slider {
    position: relative;
}

    .main-slider .auto-container {
        position: relative;
    }

    .main-slider .slide {
        position: relative;
        padding: 230px 0px 260px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .main-slider .title {
        position: relative;
        color: #fda700;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 24px;
        text-transform: uppercase;
        opacity: 0;
        letter-spacing: 1px;
        transform: scaleY(0);
        transform-origin: top;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        font-family: 'Oswald', sans-serif;
    }

    .main-slider .active .title {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transition-delay: 500ms;
        -moz-transition-delay: 500ms;
        -ms-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .main-slider h2 {
        position: relative;
        color: #ffffff;
        font-size: 60px;
        font-weight: 400;
        line-height: 1.2em;
        margin-bottom: 30px;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .main-slider .active h2 {
        opacity: 1;
        transform: scaleY(1);
        transition-delay: 1000ms;
    }

    .main-slider .text {
        position: relative;
        color: #eeeeee;
        font-size: 16px;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
        line-height: 1.9em;
        font-weight: 400;
        margin-bottom: 42px !important;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

        .main-slider .text.alternate {
            color: #1f1f1f;
        }

    .main-slider .active .text {
        opacity: 1;
        transform: scaleY(1);
        transition-delay: 1500ms;
    }

    .main-slider .link-box {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
        display: inline-block;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .main-slider .active .link-box {
        opacity: 1;
        transform: scaleY(1);
        transition-delay: 2000ms;
    }

    .main-slider .link-box .theme-btn {
        margin-right: 20px;
        float: left;
    }

    .main-slider .owl-dots {
        display: none;
    }

    .main-slider .owl-nav {
        position: absolute;
        left: 0px;
        top: 50%;
        z-index: 1;
        width: 100%;
        margin-top: -10px;
    }

        .main-slider .owl-nav .owl-prev {
            position: absolute;
            left: 20px;
            width: 60px;
            height: 60px;
            color: #ffffff;
            /*color: #b1843a;*/
            line-height: 56px;
            font-size: 24px;
            text-align: center;
            border-radius: 50px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            border: 2px solid rgba(255,255,255,0.60);
            background-color: #0000003d;
        }

        .main-slider .owl-nav .owl-next {
            position: absolute;
            right: 20px;
            width: 60px;
            height: 60px;
            color: #ffffff;
            line-height: 56px;
            font-size: 24px;
            text-align: center;
            border-radius: 50px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            border: 2px solid rgba(255,255,255,0.60);
            background-color: #0000003d;
        }

            .main-slider .owl-nav .owl-prev:hover,
            .main-slider .owl-nav .owl-next:hover {
                color: #ffaa00;
            }

    .main-slider .mouse-btn-down {
        position: absolute;
        left: 50%;
        margin-left: -20px;
        bottom: 60px;
        width: 30px;
        height: 68px;
        cursor: pointer;
        display: block;
        z-index: 20;
        color: #fda700;
        font-size: 30px;
    }

    .main-slider .mouse-btn-down {
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }

    .main-slider .mouse-btn-down {
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*** 

====================================================================
	News Ticker
====================================================================

***/

.myWrapper {
    font-family: Arial, sans-serif;
    border: 1px solid #C20;
    /*margin: 50px 0;*/
    font-style: italic;
    position: relative;
    padding: 0 0 0 80px;
    box-shadow: 0 2px 5px -3px #000;
    border-radius: 3px;
}

    .myWrapper::after {
        content: '';
        display: block;
        top: 0;
        left: 80px;
        background: linear-gradient(#FFF, rgba(255, 255, 255, 0));
        height: 20px;
    }

    .myWrapper::before {
        content: "اّخر الأخبار";
        display: inline-block;
        font-style: normal;
        background: #C20;
        padding: 10px;
        color: #FFF;
        font-weight: bold;
        /*position: absolute;*/
        top: 0;
        left: 0;
    }

    .myWrapper ul {
        right: 90px;
    }

        .myWrapper ul li {
            list-style: none;
            padding: 10px 0;
        }


