#section6 {
    position: relative;
    padding: 80px 0;
    text-align: center;
    background-image: url(../../img/06-preview.jpg);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#section6>.zind{
    position: relative;
    z-index: 12;
}
.background{
    background-color:rgba(255, 255, 255, 0.644);
    position: absolute;
    width: 100%;
    height: 520px;
    z-index: 10;
    top: 0;
}
.carousel-inner>.carousel-item{
    position: relative;
}
.carousel-inner>.carousel-item>img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    top: 10px;
}
.carousel-inner>.carousel-item>p{
    color: #636b72;
    font-size: 13px;
    margin: 30px 0;
    font-weight: 400px;
}
.carousel-inner>.carousel-item>span{
    font-size: 13px;
    font-weight: 400;
}
.carousel-indicators>.active{
    background-color: rgb(82, 81, 81) !important;
}
#section6 hr{
    margin-bottom: 40px;
}
.carousel-indicators>li{
    position: relative;
    top: 60px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    /* color: black; */
}
.carousel-indicators>li:hover{
    background-color: rgb(82, 81, 81);
}
