.text-teal-green{
    color:#1898B1!important;
}

.link-dark {
    color: #343f52;
}

.link-dark:hover {
    color: #1898B1!important;
}

.footer.bg-dark, footer.bg-teal {
    background: #13798d !important;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--bs-orange-1);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 0.2s linear;
}

.progress-wrap:after {
    position: absolute;
    font-family: Unicons;
    content: "\e951";
    text-align: center;
    line-height: 2.3rem;
    font-size: 1.2rem;
    color: #FE914E!important;
    left: 0;
    top: 0;
    height: 2.3rem;
    width: 2.3rem;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 0.2s linear;
}

.image-wrapper.bg-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(30, 34, 40, 0.7)!important;
}

.swiper-slide.bg-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(30, 34, 40, 0.6)!important;
}