
.bs-slider{
    overflow: hidden;
    max-height: 680px;
    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: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****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: 57%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.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: 48%;
    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;
    border: 1px solid rgb(255, 255, 255);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(255, 255, 255);
    -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: 10;
    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 #1586ee;
    background-color: transparent;
    border: 1px solid #1586ee;
    position: relative;
    -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: #1586ee;
    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 !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 40%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    overflow: hidden;

}

.slide-text h1 {
    font-family: "Geometric415BT-BlackA";
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    display: block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    margin-bottom: 10px;
    line-height: 175%;
}

.slide-text h2 {
    color: #ffffff;
    font-size: 56px;
    display: block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    text-transform: capitalize;
}

.slide-text h2 label {
    font-size: 72px;
    font-weight: 700;
    color: #bb1010;
    margin: 0 10px;
}

.slide-text h3 {
    color: #ffffff;
    font-size: 20px;
    display: block;
    letter-spacing: 3px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    text-transform: capitalize;
    margin: 20px 0 30px 0;
    background: url("../img/line2.png") center no-repeat;
}

.slide-text a {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #FFF;
    padding: 6px 30px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text a img { margin-left: 10px; margin-bottom: 5px;}


.slide_style_serive { }
.slide_style_serive .container { /*padding-left: 80px; padding-right: 80px;*/}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media screen and (max-width: 1500px){
    .indicators-line > .carousel-indicators{
        right: 47%;
        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;
    }
}

@media screen and (max-width: 1366px){
    .indicators-line > .carousel-indicators{
        right: 47%;
        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;
    }

    .slide-text h2 {
        color: #ffffff;
        font-size: 46px;
        display: block;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        text-transform: capitalize;
    }

    .slide-text h2 label {
        font-size: 66px;
        font-weight: 700;
        color: #bb1010;
    }
}

@media screen and (max-width: 1200px){
    .indicators-line > .carousel-indicators{
        right: 47%;
        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;
    }
    .control-round .carousel-control {
        top: 62%;
        opacity: 0;
        width: 45px;
        height: 45px;
        z-index: 100;
        color: #ffffff;
        display: block;
        font-size: 24px;
        cursor: pointer;
        overflow: hidden;
        line-height: 43px;
        text-shadow: none;
        position: absolute;
        font-weight: normal;
        background: transparent;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }


    .slide-text h2 {
        color: #ffffff;
        font-size: 42px;
        display: block;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        text-transform: capitalize;
    }

    .slide-text h2 label {
        font-size: 56px;
        font-weight: 700;
        color: #bb1010;
    }
    .slide-text h3 {
        color: #ffffff;
        font-size: 20px;
        display: block;
        letter-spacing: 3px;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        text-transform: capitalize;
        margin: 10px 0 20px 0;
        background: url("../img/line2.png") center no-repeat;
    }
}


@media screen and (max-width: 991px){
    .indicators-line > .carousel-indicators{
        right: 45%;
        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;
    }
    .slide-text {
        left: 0;
        top: 45%;
        right: 0;
        margin: auto;
        padding: 10px;
        position: absolute;
        text-align: left;
        padding: 10px 85px;
        overflow: hidden;

    }
    .slide-text h1 {
        font-family: "Geometric415BT-BlackA";
        padding: 0;
        color: #ffffff;
        font-size: 20px;
        display: block;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        margin-bottom: 10px;
        line-height: 175%;
    }
    .slide-text h2 {
        color: #ffffff;
        font-size: 42px;
        display: block;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        text-transform: capitalize;
    }

    .slide-text h2 label {
        font-size: 56px;
        font-weight: 700;
        color: #bb1010;
    }
    .slide-text h3 {
        color: #ffffff;
        font-size: 20px;
        display: block;
        letter-spacing: 3px;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        text-transform: capitalize;
        margin: 10px 0 20px 0;
        background: url("../img/line2.png") center no-repeat;
    }
    .slide-text a { display: none;}
}

@media screen and (max-width: 767px){
    .slide-text {
        left: 0;
        top: 52%;
        right: 0;
        margin: auto;
        padding: 10px;
        position: absolute;
        text-align: left;
        padding: 10px 85px;
        overflow: hidden;

    }
    .slide-text h1 {
        display: none;
    }
    .slide-text h2 {
        color: #ffffff;
        font-size: 32px;
        display: block;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        text-transform: capitalize;
    }

    .slide-text h2 label {
        font-size: 46px;
        font-weight: 700;
        color: #bb1010;
    }
    .slide-text h3 {
        color: #ffffff;
        font-size: 20px;
        display: block;
        letter-spacing: 3px;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        text-transform: capitalize;
        margin: 10px 0 20px 0;
        background: url("../img/line2.png") center no-repeat;
    }
    .slide-text a { display: none;}
}
@media  (max-width: 450px) {
    .slide-text {
        display: none;
    }

}
