a.nav-link {
    color: #fd5d14;
}

.fs-14 {
    font-size: 14px;
}
.fw-600 {
    font-weight: 600;
}
.full-width {
    width: 100%;
}
.padding-20 {
    padding: 20px;
}
.mb-xl-20 {
    margin-bottom: 20px;
}
.mb-xl-40 {
    margin-bottom: 40px;
}
.bg-custom-white {
    background-color: #ffffff;
}
.text-custom-black {
    color: #000000;
}
.text-light-white {
    color: #7c8a97;
}
.text-custom-blue {
    color: #fd5d14;
}
.custom-tabs > .nav > .nav-item > .nav-link {
    padding: 8px 40px;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    display: block;
    z-index: 10;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fd5d14;
    transition: 0.5s all;
    margin: 0 5px 10px;
    border-radius: 0;
}
.custom-tabs > .nav > .nav-item > .nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    z-index: -1;
    background-color: #fd5d14;
    transition: 0.5s all;
}
.custom-tabs > .nav > .nav-item:hover > .nav-link,
.custom-tabs > .nav > .nav-item > .nav-link.active {
    color: #fff !important;
    background: #fd5d14;
    transition: 0.5s all;
}
.custom-tabs > .nav > .nav-item:hover > .nav-link:before,
.custom-tabs > .nav > .nav-item > .nav-link.active:before {
    width: 100%;
}
.custom-tabs > .nav {
    border: none;
    justify-content: space-between;
    position: relative;
}
.custom-tabs > .nav:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 1px;
    background-color: #fd5d14;
}
.custom-tabs > .nav > .nav-item > .nav-link {
    background-color: #f4f4f4;
    margin: 0;
}
.bx-wrapper {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
