.carousel .carousel-item {
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 0;
}

.carousel .carousel-item:first-of-type {
    background-color: white;
}

.carousel .carousel-item:nth-of-type(2) {
    background-color: white;
}

.carousel .carousel-item:last-of-type {
    background-color: white;
   
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 50px;
}

.carousel-indicators li {
    background-color: #4058a4;;
}
.text-slider{
  font-size: 200%;
  padding:9%;
}


.carousel-indicators .active {
    opacity: 1;
}
.carousel-indicators li {
    background-color: #4058a4;;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease; 
    border-radius: 50%;
}

.position-img-slide{
    position: absolute;
    right: 0;
}
.carousel-indicators-testimonials li {
    background-color: white;
}
