.bs-slider {
    overflow: hidden;
    height: 100vh;
    position: relative;
    background: #000000;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.32);
}

.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 ----------*/
.carousel-control-prev,
.carousel-control-next {
    top: 50% !important;
    opacity: 0;
    width: 45px !important;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 16px !important;
    cursor: pointer;
    overflow: hidden;
    line-height: 45px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display:none;
}

.control-round:hover .carousel-control-prev,
.control-round:hover .carousel-control-next {
    opacity: 1;
}

.control-round:hover .carousel-control-prev {
    left: 1%;
    /* background: #01000f; */
}

.control-round:hover .carousel-control-next {
    right: 1%;
    /* background: #01000f; */
}

.control-round .carousel-control-prev:hover,
.control-round .carousel-control-next:hover {
    color: #fdfdfd;
    /* background: #01000f; */
    ;
    border: 0px transparent;
}

.control-round .carousel-control-prev>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control-next>span:nth-child(1) {
    right: 45%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    vertical-align: middle;
    width: 1.6rem;
    height: 1.6rem;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line>.carousel-indicators {
    right: auto;
    bottom: 5%;
    left: auto;
    width: 100%;
    height: 25px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    margin: 0;
    white-space: nowrap;
    
}

.indicators-line>.carousel-indicators .carousel-indicators-btn {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 0;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -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 .carousel-indicators-btn:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .carousel-indicators-btn.active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    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 .carousel-indicators-btn.active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    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: 10%;
    /*    bottom: auto;*/
    top: 47%;
    /*    right: 0;*/
    /*    margin: auto;*/
    position: absolute;
    width: 80%;
    box-sizing: border-box;
    text-align: left;
    padding: 10px 85px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slide-text>h2 {
    padding: 0;
    color: #ffffff;
    font-size: 60px;
    font-style: normal;
    line-height: 71px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: transparent;
    display: inline-block;
    border: 1px solid #fff;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}

.slide-text>a.btn-primary {
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #1e2985;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #1e2985;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-default:hover,
.slide-text>a.btn-default:active {
    color: #fff;
    background: #1e2985;
    border-color:#1e2985;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.slide-text>a.btn-primary:hover,
.slide-text>a.btn-primary:active {
    color: #fff !important;
    background: transparent;
    border: 1px solid #fff;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width: 1400px){
    .slide-text>h2{
        font-size: 38px;
        line-height: 48px;
    }
}
@media( max-width:1300px ){
    .bs-slider{
        height:100%;
    }
}
@media (max-width: 991px) {
    .slide-text {
        padding: 10px 30px;
        top: 50%;
        width: 90%;
        left: 5%;
    }
    .slide-text h2 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 15px;
    }

    .slide-text>p {

        font-size: 18px;
    }
    .bs-slider{
    }
    .control-round .carousel-control {
        display: none;
    }

    .bs-slider {
        overflow: hidden;
        height: auto;
        position: relative;
        background: #000000;
    }

    .carousel-inner .carousel-item img {
        -webkit-animation: zoom 20s;
        animation: zoom 20s;
        height: 80vh;
        padding: 0;
        width: 100%;
    }
}



@media (max-width: 575px) {
    .carousel-inner .carousel-item img{
        height:50vh;
    }
    .slide-text {
        padding: 10px 20px;
    }

    .slide-text h2 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }

    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 13px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 12px 12px;
        margin-top: 14px;
        width: 129px;
    }

    .indicators-line>.carousel-indicators {
        display: none;
    }

}