/* .tabs__pagination {
    display: none !important;
} */

@media (min-width: 100px) {
    .cases .tabs__nav-btn--active {
        width: 6.5rem;
        height: 6.5rem;
        margin-top: -1.5rem;
    }
}

html {
    scroll-behavior: smooth;
}

span[data-name="cv-attach"]::before {
    content: 'Attach CV';
    display: block;
    width: 100%;
    background-color: transparent;
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid rgba(255, 255, 255, .5);
    color: rgba(255, 252, 252, .5);
    font-size: 1.8rem;
}

.wpcf7-file {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    overflow: hidden;
    width: 40rem !important;
}

.custom-file {
    color: rgba(255, 252, 252, .5);
    font-size: 1.8rem;
    display: block;
    margin-top: 1rem;
}

.wpcf7 form .wpcf7-response-output {
    color: rgba(255, 252, 252, .5);
}

.about-us .tabs__pagination {
    display: none;
}

.scroller {
    border: none !important;
}

.full-service__item--active {
    transition: all .5s linear;
    box-shadow: 0px 3px 25.200000762939453px 0px #FF525233;
}

@media (max-width: 640px) {
    .scroller__logo {
        max-height: 3rem;
    }
}
.overflow-hidden {
    overflow-x: hidden;
}
.about-us .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    display: none !important;
}

.d-none {
	display: none!important;
}