
.bs-slider{
    overflow: hidden;
    position: relative;
    background: transparent;
}
.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.29);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1 !important;
}
.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 2s;
    -moz-transition: opacity ease-in-out 2s;
    -ms-transition: opacity ease-in-out 2s;
    -o-transition: opacity ease-in-out 2s;
    transition: opacity ease-in-out 2s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1.5s;
    -moz-transition: opacity ease-in-out 1.5s;
    -ms-transition: opacity ease-in-out 1.5s;
    -o-transition: opacity ease-in-out 1.5s;
    transition: opacity ease-in-out 1.5s;
}



@-webkit-keyframes immortalkenburns
{
    0%
    {
        -webkit-transform:scale(1);
        -webkit-transition:-webkit-transform 20000ms linear 0s
    }
    100%
    {
        -webkit-transform:scale(1.2);
        -webkit-transition:-webkit-transform 20000ms linear 0s
    }

}
@-moz-keyframes immortalkenburns
{
    0%
    {
        -moz-transform:scale(1);
        -moz-transition:-moz-transform 20000ms linear 0s
    }
    100%
    {
        -moz-transform:scale(1.2);
        -moz-transition:-moz-transform 20000ms linear 0s
    }

}
@-ms-keyframes immortalkenburns
{
    0%
    {
        -ms-transform:scale(1);
        -ms-transition:-ms-transform 20000ms linear 0s
    }
    100%
    {
        -ms-transform:scale(1.2);
        -ms-transition:-ms-transform 20000ms linear 0s
    }

}
@-o-keyframes immortalkenburns
{
    0%
    {
        -o-transform:scale(1);
        -o-transition:-o-transform 20000ms linear 0s
    }
    100%
    {
        -o-transform:scale(1.2);
        -o-transition:-o-transform 20000ms linear 0s
    }

}
@keyframes immortalkenburns
{
    0%
    {
        transform:scale(1);
        transition:transform 20000ms linear 0s
    }
    100%
    {
        transform:scale(1.2);
        transition:transform 20000ms linear 0s
    }
}
.fade .item img {
    width:100%;
    -webkit-transform-origin:100% 0;
    -moz-transform-origin:100% 0;
    -ms-transform-origin:100% 0;
    -o-transform-origin:100% 0;
    transform-origin:100% 0;
    -webkit-animation:immortalkenburns 20000ms linear 0s infinite alternate;
    animation:immortalkenburns 20000ms linear 0s infinite alternate;
}



/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 46px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #0073b8;
    -webkit-border-radius: 100px;
    border-radius: 50px;
}
.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: #f49324;
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
    margin: 0px 14px;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
    margin: 0px 17px;
}





/*---------- INDICATORS CONTROL ----------*/


/*---------- 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: 32%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    /*padding: 10px 85px;*/
}

.slide-text .btn {
    margin: 0rem;
    color: #fff;
    border-radius: 6px;
    margin-top: 20px;
    line-height: 24px;
    padding: 8px 50px 14px;
    font-size: 30px;;
}


.slide-text h1 {
    padding: 0;
    color: #fff;
    font-size: 60px;
    /*    font-style: normal;*/
    line-height: 45px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.slide-text p {
    padding: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    font-style: normal;
    line-height: 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.object-fit_cover {
    -o-object-fit: cover;
    object-fit: cover;
}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    
    .slide-text {
        top: 20%;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 40px;
        line-height: 30px;
    }
    .slide-text p {
        font-size: 25px;
        line-height: 25px;
    }

    .control-round .carousel-control{
        display: none;
    }
    .slide-text .btn {
        padding: 2px 30px 5px;
        font-size: 20px;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 10px;
        top: 5%;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .slide-text p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0px;
    }
    .slide-text .btn {
        padding: 1px 20px 5px;
        line-height: 18px;
        font-size: 16px;
    }


}

@media  (max-width: 375px) {
    .slide-text h1 {
        font-size: 30px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}