/*------- Testimonial -------*/
.power_testimonial_item{
    background: transparent;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #222;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
}
.power_testimonial_item .power_testimonial_reviewer_image{
    position: relative;
    z-index: 2;
}
.power_testimonial_item .power_testimonial_reviewer_image img{
    width: 200px;
    height: 200px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #eee;
    border-radius: 100% 100% 100% 100%; /* px, % */
    display: inline-block;
}
.power_testimonial_item .power_testimonial_reviewer_content{
    position: relative;
    background: transparent;
    padding: 15px 30px 15px 30px;
    margin: 0px 0px 15px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #222;
    border-radius: 0px 0px 0px 0px; /* px, % */
}
.power_testimonial_item .power_testimonial_reviewer_name{
    font-family: inherit;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-style: normal;         /* default,normal,italic,oblique */
    letter-spacing: 0px;
    text-transform: capitalize;  /* default,normal,uppercase,lowercase,capitalize */
    text-decoration: none;  /* default,none,underline,overline,line-through */
    background: transparent;
    color: #222;
    text-shadow: none; /* none */
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.power_testimonial_item .power_testimonial_reviewer_company{
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;         /* default,normal,italic,oblique */
    letter-spacing: 0px;
    text-transform: capitalize;  /* default,normal,uppercase,lowercase,capitalize */
    text-decoration: none;  /* default,none,underline,overline,line-through */
    background: transparent;
    color: #999;
    text-shadow: none; /* none */
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.power_testimonial_item .power_testimonial_reviewer_text{
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;         /* default,normal,italic,oblique */
    letter-spacing: 0px;
    text-transform: unset;  /* default,normal,uppercase,lowercase,capitalize */
    text-decoration: none;  /* default,none,underline,overline,line-through */
    color: #222;
    text-shadow: none; /* none */
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.power_testimonial_item .power_testimonial_reviewer_rating{
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
}
.power_testimonial_item .power_testimonial_reviewer_rating li{
    display: inline-block;
    font-size: 22px;
    color: #ff5f2c;
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}
.power_testimonial_item .power_testimonial_reviewer_rating li:first-child{
    margin-left: 0px;
}
.power_testimonial_item .power_testimonial_reviewer_rating li:last-child{
    margin-right: 0px;
}
.power_testimonial_item .power_testimonial_reviewer_content:before{
    content: '';
    background: url('../img/testimonial/icon.png');
    position: absolute;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 101px;
    color: #f9fbfd;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*--- Aside Image Style---*/
.power_testimonial_item.power_testimonial_reviewer_image_aside .power_testimonial_reviewer_meta_inner{
    display: inline-block;
}
.power_testimonial_item.power_testimonial_reviewer_image_aside .power_testimonial_reviewer_image{
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}
.power_testimonial_item.power_testimonial_reviewer_image_aside .power_testimonial_reviewer_details{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

@media screen and (max-width: 767px){
    .power_testimonial_item.power_testimonial_reviewer_image_aside .power_testimonial_reviewer_image{
        display: block;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .power_testimonial_item.power_testimonial_reviewer_image_aside .power_testimonial_reviewer_details{
        display: block;
    }
}

/*--------- power_testimonialcarousel Carousel Navs --------*/
.power_testimonialcarousel.owl-theme .owl-nav{
    margin: 50px 0px;
}
.power_testimonialcarousel.owl-theme .owl-nav [class*='owl-']{
    margin: 0px;
    margin-right: -1px;
    padding: 0px;
    border: 1px solid #eee;
    border-radius: 0;
    width: 47px;
    font-size: 30px;
    position: relative;
    overflow: hidden;
    background: transparent;
    color: #999;
}
.power_testimonialcarousel.owl-theme .owl-nav [class*='owl-']:hover{
    background: #000;
    color: #fff;
}

/*--------- power_testimonialcarousel Carousel Dots --------*/
.power_testimonialcarousel .owl-dots {
  position: relative;
  text-align: center; 
}
.power_testimonialcarousel .owl-dots .owl-dot {
    margin: 0px 7px;
    border-radius: 100%;
    border: 1px solid transparent;
    width: 20px;
    height: 20px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.power_testimonialcarousel .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
    background: #d6d6d6;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}
.power_testimonialcarousel .owl-dots .owl-dot.active, 
.power_testimonialcarousel .owl-dots .owl-dot:hover {
    border: 1px solid #0092ff;
    outline: none;
}
.power_testimonialcarousel .owl-dots .owl-dot:focus{
    outline: none;
}
.power_testimonialcarousel .owl-dots .owl-dot.active span, 
.power_testimonialcarousel .owl-dots .owl-dot:hover span {
    background: #0092ff;
}