


/*******************************/
/******* testimonialpic CSS *******/
/*******************************/
.testimonialpicpic {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 45px 0;
    background: rgba(0, 0, 0, .04);
}

.testimonialpic .testimonialpics-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimonialpic .testimonialpic-item {
    position: relative;
    margin: 15px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    transition: .3s;
    overflow: hidden;
}

.testimonialpic .testimonialpic-item:hover {
    box-shadow: none;
}

.testimonialpic .testimonialpic-img {
    position: relative;
    width: 100px;
    border-radius: 100px;
    margin-bottom: 2px;
    overflow: hidden;
}

.testimonialpic .testimonialpic-img img {
    width: 100%;
    border-radius: 100px;
}

.testimonialpic .testimonialpic-item p {
   
    text-align: center;
    margin-bottom: 2px;
}

.testimonialpic .testimonialpic-item h2 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom:1px;
}

.testimonialpic .testimonialpic-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimonialpic .owl-dots {
    margin-top: 30px;
    text-align: center;

}

.testimonialpic .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fbaf32;
}

.testimonialpic .owl-dot.active {
    background: #0d61b0;
}


.owl-carouselnew .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0)}

.owl-carouselnew .owl-item{
    min-height:1px;float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none}
    .owl-carouselnew .owl-item img{
        display:block;width:100%}
        .owl-carouselnew .owl-dots.disabled,.owl-carouselnew .owl-nav.disabled{
            display:none}
.no-js .owl-carouselnew,.owl-carouselnew.owl-loaded{
    display:block}
