/*
    video-5-end
*/
/*
    expertise-4-start
*/
.bs-expertise-4-wrap {
    height: 445px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bs-expertise-4-title {
    text-align: center;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Albert Sans";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40%;
    width: 100%;

    font-size: 120px;
    color: #ffbe00;
    opacity: 16%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-expertise-4-title {
        font-size: 127px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-expertise-4-title {
        font-size: 97px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-expertise-4-title {
        font-size: 70px;
    }
}
@media (max-width: 767px) {
    .bs-expertise-4-title {
        font-size: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-expertise-4-title {
        font-size: 50px;
    }
}
.bs-expertise-4-title > span:nth-child(2) {
    margin-top: -30px;
}
.bs-expertise-4-box {
    position: relative;
    overflow: hidden;
    height: 645px;
    margin-top: -200px;
}
.bs-expertise-4-box > .single-tag {
    position: absolute;
    display: inline-block;
    margin-bottom: 0;
    left: 0;
    top: 0;
    user-select: none;
    pointer-events: auto;
}
.bs-expertise-4-box .single-tag-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    filter: drop-shadow(4px 16px 32px rgba(0, 0, 0, 0.08));
    user-select: none;
    pointer-events: auto;
}
@media (max-width: 767px) {
    .bs-expertise-4-box .single-tag-item {
        font-size: 18px;
    }
}
.bs-expertise-4-box .single-tag-item .icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #fce8a4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--bs-clr-white-1);
}
.bs-expertise-4-box .single-tag-item .icon i {
    color: #fff;
}
@media (max-width: 767px) {
    .bs-expertise-4-box .single-tag-item .icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}
.bs-expertise-4-box .single-tag-item .icon:is(.has-clr-2) {
    background: #ffd5bf;
}
.bs-expertise-4-box .single-tag-item .icon:is(.has-clr-3) {
    background: #e4fbc1;
}
.bs-expertise-4-box .single-tag-item .icon:is(.has-clr-4) {
    background: #c4d9ff;
}
.bs-expertise-4-box .single-tag-item .text {
    background: #fff;
    border-radius: 100px;
    padding: 17px 40px;
}
@media (max-width: 767px) {
    .bs-expertise-4-box .single-tag-item .text {
        padding: 10px 20px;
    }
}
/*
    expertise-4-end
*/
