﻿


/*****=====*****=====*****=====*****=====
    08. Main Slider Style Css
=====*****=====*****=====*****=====*****/

.bs-slider {
    overflow: hidden;
    max-height: 750px;
    position: relative;
    background: #000000;
}

    .bs-slider:hover {
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

    .bs-slider:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

    .bs-slider .bs-slider-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
           background-color: #00000061!important;
    }


    .bs-slider > .carousel-inner > .item > img,
    .bs-slider > .carousel-inner > .item > a > img {
        margin: auto;
        width: 100%;
    }

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

    .fade .item {
        top: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0 !important;
        display: block !important;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ms-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
        transition: opacity ease-in-out 1s;
    }

        .fade .item:first-child {
            top: auto;
            position: relative;
        }

        .fade .item.active {
            opacity: 1;
            z-index: 2;
            -webkit-transition: opacity ease-in-out 1s;
            -moz-transition: opacity ease-in-out 1s;
            -ms-transition: opacity ease-in-out 1s;
            -o-transition: opacity ease-in-out 1s;
            transition: opacity ease-in-out 1s;
        }

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 50%;
    opacity: 0;
    width: 35px;
    height: 35px;
    z-index: 5;
    color: #fff;
    display: block;
    font-size: 20px;
    cursor: pointer;
    overflow: hidden;
    line-height: 33px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #B50502;
    border-radius: 50%;
    /*-webkit-border-radius: 100px;
    border-radius: 100px;*/
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 0%;
}

.control-round .carousel-control.right {
    right: 0%;
}

    .control-round .carousel-control.left:hover,
    .control-round .carousel-control.right:hover {
        color: #2ec8a6;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        background: #fff;
    }

.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 49%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

    .indicators-line > .carousel-indicators li {
        padding: 0;
        width: 15px;
        height: 15px;
        text-indent: 0;
        overflow: hidden;
        text-align: left;
        position: relative;
        letter-spacing: 1px;
        background: #FFF;
        -webkit-font-smoothing: antialiased;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: 5px;
        -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
        transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
        z-index: 1;
        cursor: pointer;
    }

        .indicators-line > .carousel-indicators li:last-child {
            margin-right: 0;
        }

    .indicators-line > .carousel-indicators .active {
        margin: 1px 5px 1px 1px;
        box-shadow: 0 0 0 2px #00c9ff;
        background-color: transparent;
        position: relative;
        border-color: #00c9ff;
        -webkit-transition: box-shadow 0.3s ease;
        -moz-transition: box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

        .indicators-line > .carousel-indicators .active:before {
            transform: scale(0.5);
            background-color: #fff;
            content: "";
            position: absolute;
            left: -1px;
            top: -1px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
        }



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left;
}

.slide_style_right {
    text-align: right;
}

.slide_style_center {
    text-align: center;
}

.slide-text {
    width: 50%;
    left: 8%;
    top: 40%;
    margin: auto;
    position: absolute;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

    /*.slide-text:before {
         background: #000 url(images\jal.png); 
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
    }*/


    .slide-text > h1 {
        padding: 5px 0px;
        color: #fff;
        font-size: 35px;
        font-style: normal;
        line-height: 55px;
        letter-spacing: 0px;
        display: inline-block;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        font-weight: 800!important;
        text-align: left;
        letter-spacing: 0.5px;
        margin: 0px 0px 0px 0px;
        text-shadow: 2px 2px 7px #200000;
    }

.ivppp {
    padding: 5px 0px 0px 0px;
    text-align: left;
    float: left;
}

.backgrounsev {
    background-color: #2ec8a6;
    color: #fff;
    float: right;
    width: 200px;
    text-align: center;
    padding: 5px 0px;
}


.slide-text > h2 {
    margin: 0px auto;
    color: #2ec8a6;
    font-size: 32px;
    margin-bottom: 20px;
    padding: 0px 0px 0px 15px;
    text-transform: uppercase;
    width: 60%;
    text-align: left;
    float: left;
    background: #fff;
}

.slide-text > p {
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    margin: 0px 0px 20px 0px;
    text-shadow: 2px 2px 7px #200000;
}

.slide-text > a.btn-default {
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0 5px;
    overflow: hidden;
    padding: 13px 35px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    animation-delay: 2s;
    background-color: #B50502;
    border: 2px solid #ff2b27;
    border-left: none;
    border-right: none;
    border-top: none;
    font-weight: 400;
    border-radius: 5px;
    transition: all 0.3s ease;
    transform: translateY(0px);
        font-size: 15px;
    font-weight: 600;
}

    .slide-text > a.btn-default:hover {
        color: #333;
        background: #ffffff9e;
        border: 2px solid #B50502;
    }

.slide-text > a.btn-primary {
    color: #000;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0 5px;
    overflow: hidden;
    padding: 13px 30px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    animation-delay: 2s;
    background: #ffffff75;
    border: 2px solid #2ec8a6;
    font-weight: 400;
    border-radius: 30px;
    transition: all 0.3s ease;
    transform: translateY(0px);
}

    .slide-text > a.btn-primary:hover {
        color: #fff;
        background-color: #2ec8a6;
        border: 2px solid #2ec8a6;
    }
