
body{
    overflow-x: hidden;
    margin: 0%;
    padding: 0%;
}
.img-text{
    width: 100%;
    height: 300px;
    display: block;
    text-align: center;
    padding-top: 37%;
    background: #262626;
    color: #fff;
    border-radius: 15px;
}
.img-text h2{
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: darkorange;

}
.img-text p{
    font-size: 14px;
}
.single-box{
    position: relative;
    margin-bottom: 30px;
}
.img-area{
    position: absolute;
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    overflow: hidden;
    top: 15px;
    left: 125px;
    border-radius: 50%;
}
.img-area img{
    width: 100%;
}
.carousel-indicators{
    left: 0;
    top: auto;
    bottom: -70px;
}
.carousel-indicators li{
    background: #000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.carousel-indicators .active{
    background: #fff;

}

@keyframes sliderr {

    0% {
        left: 0;
    }
    20% {
        left: 0;
    }
    25% {
        left: -100%;
    }
    45% {
        left: -100%;
    }
    50% {
        left: -200%;
    }
    70% {
        left: -200%;
    }
    75% {
        left: -300%;
    }
    95% {
        left: -300%;
    }
    100% {
        left: -400%;
    }
    
    }
    }
    .slider {
        overflow: hidden;
    }
    #slider {
        overflow-y: hidden;
        overflow-x: hidden;
    }
    #slider figure img {
        width: 20%;
        float: left; 
    }
    #slider figure {
        position: relative;
        width: 500%;
        margin: 0;
        left: 0;
        text-align: left;
        font-size: 0;
        animation: 20s slider infinite;
        
    }
    
    