.slidecontrols {
    z-index: 100;
    position:absolute;
    display:flex;
    justify-content: center;
    justify-items: center;
    flex-direction: row;
    width:100%;
    bottom: 75px;
}

.carousel-indicators {
    right: unset !important;
    left: unset !important;
    bottom: unset !important;
    margin-top: unset !important;
    margin-bottom: unset !important;
    align-self: center;
}
.carousel-indicators ol{
    margin-top: unset !important;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-top: 0;
    border-bottom: 0;
    opacity:1;
    transition: opacity .6s ease;
    border-radius: 30px;
    margin-right: 10px;
    margin-left: 10px;
    filter: drop-shadow(2px 2px 5px black);
}
.carousel-control-next-icon {
    //background-image: url('../images/arrow-right.svg');
    width: 30px !important;
    height: 30px !important;
    border-right:none;
    border-left: 30px solid white;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
}
.carousel-control-prev-icon{
    //background-image: url('../images/arrow-left.svg');
    width: 30px !important;
    height: 30px !important;
    border-left:none;
    border-right: 30px solid white;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    /* UI Properties */
    //background: #FFFFFF 0% 0% no-repeat padding-box;
    //opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    height: 50px;
    width: 50px;
}

.sldr-arow {
    display:flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    position:inherit;
    width:270px;
}
.carousel-control-next, .carousel-control-prev{
    position: inherit;
    z-index: 1;
    text-shadow: 2px 2px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    filter: drop-shadow(2px 2px 5px black);
}
.cssgradient {
    position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;
    background: linear-gradient(0deg, rgba(0,3,17,1) 2%, rgba(0,3,17,0) 35%);
}