body {
    direction: rtl; 
    text-align: right; 
}

.carousel-button.prev {
    left: auto; 
    right: 10px; 
}

.carousel-button.next {
    right: auto; 
    left: 10px; 
}

ul {
    padding-right: 20px; 
    padding-left: 0;
}
li {
    text-align: right; 
}


#our-valuess {
    width: 100%;
    background: url('img/your-background-image.jpg') 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; 
    padding-top: 80px; 
    padding-bottom: 80px; 
    overflow: hidden; 
}

#our-valuess::before { 
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    z-index: 1; 
}

#our-valuess .blog-title,
#our-valuess .our-values-list {
    position: relative;
    z-index: 2;
}

#our-valuess h3,
#our-valuess ul li {
    color: #333; 
}
.no-margin {
    margin-right: 0;
}
.skill-text h3 {
    text-align: right;
}
.media-body {
    text-align: right;
}
.media-body h3 {
    margin-right: 10px;
}