.csi-body-8 .section-body{
    padding: 4% 10%;
    position: relative;
}

.csi-body-8 .section-body:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #152127CC;
}

.csi-body-8 .section-header{
    position: relative;
    text-align: center;
}

.csi-body-8 .section-header h2{
    color: #fff;
    font-size: 3rem;
    padding-bottom: 4%;
    font-weight: 700;
}

.csi-body-8 h1,
.csi-body-8 h2,
.csi-body-8 h3,
.csi-body-8 h4,
.csi-body-8 h5,
.csi-body-8 h6{
    font-family: var(--primary-font, "Open Sans", sans-serif);
}

.csi-body-8 p,
.csi-body-8 ol,
.csi-body-8 ul,
.csi-body-8 a{
    font-family: var(--primary-font, "Open Sans", sans-serif);
}

.csi-body-8 .carousel-indicators{
    position: relative;
    padding-top: 4%;
}

.csi-body-8 .carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all .4s ease;
    opacity: 1;
    background-clip: inherit;
}

.csi-body-8 .carousel-indicators li.active{
    background-color: #fff;
}

.csi-body-8 .card{
    background-color: #253137CF;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5%;
    height: 100%;
}

.csi-body-8 .card .card-body{
    text-align: center;
}

.csi-body-8 .card h4{
    font-weight: 700;
}

.csi-body-8 .card p{
    padding-bottom: 1rem;
}

.csi-body-8 .card p,
.csi-body-8 .card h4{
    color: #fff;
}

.csi-body-8 .card a{
    background-color: white;
    color: #253137;
    border-radius: 50px;
    padding: .5rem 1.5rem;
    transition: all .4s ease;
    border: 1px solid #fff;
    text-decoration: none;
}

.csi-body-8 .card a:hover,
.csi-body-8 .card a:focus{
    background-color: transparent;
    color: #fff;
}

.csi-body-8 .card-slider-wrapper {
    overflow: hidden;
    position: relative;
    margin-top: -5%;
    padding: 5% 0;
}

.csi-body-8 .card-slider-track {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.csi-body-8 .card-slider-track > [class*="col-"] {
    flex-shrink: 0;
}

.csi-body-8 .slider-nav i{
    color: white;
    font-size: 2rem;
    text-decoration: none;
    transition: all .4s ease;
}

.csi-body-8 .slider-nav i:hover,
.csi-body-8 .slider-nav i:focus{
    color: #536D79;
}

.csi-body-8 .slider-nav .fa-chevron-right{
    padding-left: 2rem;
}

.csi-body-8 .slider-nav{
    display: flex;
    position: relative;
    z-index: 99;
    justify-content: center;
}