.testimonials{
    margin: 50px auto;
}
.testimonials h1{
    text-align: center;
    font-weight: bold;
    color: #ff9800;
    padding-bottom: 10px;
    text-transform: uppercase;
}
/*.testimonials::after{*/
.endbar{
    position:relative;
    top: 0px;
    content: '';
    background: #ff9800;
    display: block;
    height: 3px;
    width:170px;
    margin: 20px auto 5px;
}
.testimonials .row{
    margin-top: 30px;
}
.col-md-4{
    margin: 40px auto;
}
.profile{
    padding: 0px 10px 10px;
    background-color: #efefef;
    height:218px;
}
.h3style{
    width: 84%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
/*    margin-top: 15px;*/
    color:#ff9800;
    position: absolute;
    bottom:5px;
}
.profile img{
    top: -40px;
    position: absolute;
    left: calc(50% - 60px);
    border: 10px solid white;
}
.user{
    width:120px;
    height: 120px;
    border-radius: 50%;
}
.testimonialname{
    font-size: 20px;
    margin-top: 15px;
    color:#ff9800;
}
.hrtitle{
    font-size: 10px;
    font-style: italic;
    color: #222;
}
.profile blockquote{
    font-size: 16px;
    line-height: 30px;
}
/*profile h3 div{
    font-size: 10px;
    font-style: italic;
    color: #222;
}*/

#arrows{
    width:100%;
}
.cursorpointer{
    cursor: pointer;
}
