div#rev_slider_forcefullwidth{
    opacity:0.7;
    color:#fff;
}
.tp-splitted.tp-charsplit {
    font-weight: 900;
}
div#reviews {
    margin: 0;
}



.container1{
    position: relative;
   
    padding-bottom: 40px;
    overflow: hidden;
}

.wrapper{
    width: 215%;
    /* 300% 'caz we have 3 cards */
    min-height: 100%;
    display: flex;
    justify-content: space-between;
    transition: 1s;
}

.card{
    width: 320px;
    min-height: 100%;
    background: #586d89;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 0 10px;
}

.card-thumb{
  /* width: 80%;
    height: 250px;*/
    overflow: hidden;
    /*border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;*/
    border-radius:10px;
    position: relative;
}

.client-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-name{
    position: absolute;
    display: none;
    bottom: 10px;
    right: 10px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 5px 20px;
    background: #212830;
    text-transform: capitalize;
    font-size: 14px;
}

.card-body{
    /*width: 100%;*/
    min-height: 100%;
    height: auto;
    margin-left: 20px;
    position: relative;
    /*padding-bottom: 50px;*/
}

.review{
    font-size: 1.1em;
    line-height: 30px;
    margin-top: 30px;
}



.indicators{
    position: relative;
    top: 20px;
    left: 100%;
    transform: translateX(-50%);
}

.indicators button{
    background: none;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    margin-left: 5px;
    transition: .5s;
}

button.active{
    width: 40px;
    border-radius: 50px;
    background: #fff;
}

@media (max-width: 800px){
   
   h3, .h3 {
    margin-top: 5px;
}
    .wrapper{
    width: 435%;
    /* 300% 'caz we have 3 cards */
    min-height: 100%;
    display: flex;
    justify-content: space-between;
    transition: 1s;
}
    .container{
        width: 86%;
        margin: auto;
    }
    .card{
        flex-direction: column;
        margin-left: 20px;
    }
    .card-thumb{
        width: 100%;
        border-radius: 10px;
    }
    .card-body{
        width: 100%;
        min-height: auto;
        margin-left: 0;
    }
    .contact-info-content{
        background:rgb(89 110 138);
    }
}