.wg-team-item {
    text-align: center;
}
.wg-team-item .wg-post-image {
    display: inline-block;
}
.wg-team-item .wg-post-image img{
    display: inline-block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.wd-slider-layout.owl-theme .owl-dots .owl-dot > span,
.wd-slider-layout.owl-theme .owl-dots .owl-dot.active span, 
.wd-slider-layout.owl-theme .owl-dots .owl-dot:hover span {
    background: #042D46;
}
.wd-slider-layout.owl-theme .owl-dots .owl-dot.active > span{
    width: 30px;
}

.wd-slider-layout.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}

/* Testmonial */
.testimonial-item .testimonial-inner {
    margin-bottom: 20px;
    margin-top: 20px;
}
.testimonial-item .slide-avatar-wrapper .slide-avatar,
.testimonial-item .slide-avatar-wrapper .slide-avatar img {
    display: inline-block;
    vertical-align: middle;
}
.testimonial-item .testimonial-slide-content {
    margin-left: auto;
    margin-right: auto;
}
.testimonial-item .testimonial-slide-content .slide-comment {
    max-width: 756px;
    margin-left: auto;
    margin-right: auto;
}
.testimonial-item .testimonial-slide-content .slide-name {
    vertical-align: middle;
    text-align: center;
}

.testimonial-item .testimonial-slide-content .slide-icon img{
    margin: 30px auto;
    width: inherit;
}
.testimonial-widget.wd-slider-layout.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 10px;
}