/* move to main.css  for new we-compatible-slider */
.we-compatible-slider img {
    width: auto !important;
    margin: 0 auto;
}

.we-compatible-slider .owl-dots .owl-dot.active {
    background: #333333;
}

.we-compatible-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #333333;
    border-radius: 50%;
    margin-left: 15px;
    padding: 0;
}

.we-compatible-slider .owl-dots {
    text-align: center;
    margin-top: 35px;
}

/* slider end */

/* move to main.css  for new support anchor list */
.b-support-steps .tabs__caption_link {
    padding: 0;
    margin: 0;
    list-style: none;
}

.b-support-steps .tabs__caption_link li {
    color: #006699;
    font-size: 16px;
    /*padding: 10px;*/
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
}

.b-support-steps .tabs__caption_link a {
    display: inline-block;
    margin: 10px;
    width: 100%;
}

.b-support-steps .tabs__caption_link li:hover {
    text-decoration: underline;
}

.b-support-steps .tabs__caption_link li.active {
    color: #333333;
    font-weight: 900;
}

/* list end */

/* move to main.css, fix for team photos */
.b-our-team .team-slider .owl-item img {
    border-radius: 50%;
}

/* team image end */

/* move to main.css. fix for last / in breadcrumbs */
.b-page__title .pagination a:last-child:after {
    content: none;
}

/* breadcrumbs end */

.image-overlay-black:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    content: "";
    left: 0;
    top: 0;
}

.text-page-head__img img {
    margin: auto;
    display: block;
}

.partners-grid-wrapper .table td:nth-of-type(5) {
    word-break: break-word;
}