.bs-slider {
    overflow: hidden;
    height: 100vh;
    position: relative;
    background: #000000;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    bottom: 4%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 25%);
}

.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%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    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%);
}

.control-round:hover .carousel-control-prev,
.control-round:hover .carousel-control-next {
    opacity: 1;
}

.control-round:hover .carousel-control-prev {
    left: 1%;
}

.control-round:hover .carousel-control-next {
    right: 1%;
}

.control-round .carousel-control-prev:hover,
.control-round .carousel-control-next:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    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: 50%;
    /* bottom: auto; */
    top: 40%;
    /* right: 0; */
    /* margin: auto; */
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translate(-50%, -50%);
    /* margin: 0 auto; */
    z-index: 1;
}

.slide-text>h2 {
    color: #ffffff;
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 3px;
    margin: 0px 0 0;
    text-align: center !important;
    letter-spacing: 0px;
}

.slide-text>h2>span {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 47px;
}

.slide-text>p {
    margin-top: 0px;
    margin-bottom: 0px;

    color: #fff;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 25px;
    line-height: 30px;
    font-style: italic;
    text-align: center;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

/* .slide-text > a {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  white-space: nowrap;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  letter-spacing: 7px;
  font-family: "AktivGrotesk";
  padding: 18px 35px;
  margin-top: 25px;
  transition: 0.3s 0.2s ease-in-out;
} */

/* .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: #ff7e0d;
  display: inline-block;
  border: none;
  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: #000;
  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: #fff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -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:hover,
.slide-text > a:active {
  color: #000000;
  background: #ffffff;
  -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: 991px) {

    .bs-slider {
        height: 100%
    }

    .slide-text h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }



    .slide-text {
        padding: 10px 40px;
    }
}

/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
    .slide-text {
        padding: 10px 20px;
    }

    .slide-text h2 {
        font-size: 40px;
        line-height: 50px;
        font-family: 'AktivGrotesk';
        font-weight: 500;
        margin: 0px 0 0;
        color: #FFFFFF;
        text-shadow: 1px 1px 1px #666666;
        letter-spacing: -0.03em;
    }

    .slide-text h2>span {
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 32px;
    }

    .slide-text>p {
        font-size: 18px;
        line-height: 25px;
    }

    /* .slide-text>a {
        background-color: rgba(255, 255, 255, 0);
        border-color: rgb(255, 255, 255);
        border-style: solid;
        border-width: 1px;
        white-space: nowrap;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        color: rgb(255, 255, 255);
        letter-spacing: 7px;
        font-family: 'AktivGrotesk';
        padding: 10px 26px;
        margin-top: 25px;
        transition: 0.3s 0.2s ease-in-out;
    } */

    .control-round .carousel-control {
        display: none;
    }

}

@media (max-width: 480px) {
    .slide-text {
        top: 50%;
    }

    .slide-text h2 {
        color: #ffffff;
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        font-family: "AktivGrotesk";
        font-weight: 500;
        margin: 0px 0 0;
        color: #ffffff;
        text-shadow: 1px 1px 1px #666666;
        letter-spacing: -0.03em;
    }

    .slide-text h2>span {
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 18px;
    }

    .slide-text>p {
        font-size: 15px;
        line-height: 18px;
    }



    .slider-underline {
        height: 2px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }




    /* .slide-text>a {
        background-color: rgba(255, 255, 255, 0);
        border-color: rgb(255, 255, 255);
        border-style: solid;
        border-width: 1px;
        white-space: nowrap;
        font-size: 18px;
        line-height: 15px;
        font-weight: 400;
        color: rgb(255, 255, 255);
        letter-spacing: 7px;
        font-family: 'AktivGrotesk';
        padding: 16px;
        margin-top: 25px;
        transition: 0.3s 0.2s ease-in-out;
    }

    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    } */

    .indicators-line>.carousel-indicators {
        display: none;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}