.industries-tabs .nav-link {
    border-radius: 50px;
    padding: 12px 25px;
    color: #555966;
    border: 1px solid #C1C1C1;
    background: transparent;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin: 0 5px;
}

.industries-tabs .nav-link:hover,
.industries-tabs .nav-link.active {
    background-color: #FF5703 !important;
    border-color: #FF5703 !important;
    color: #fff !important;
}

.industries-tabs .nav-link svg {
    fill: currentColor;
}

.btn-orange-outline {
    border: 1px solid #FF5703;
    color: #FF5703;
    background: #FF57031F;
    transition: all 0.3s ease;
}

.btn-orange-outline:hover {
    background-color: #FF5703;
    color: #fff;
}

.rounded-5 {
    border-radius: 2rem !important;
}

.text-orange {
    color: #FF5703 !important;
}

.h-100 {
    height: 100% !important;
}

.object-bottom {
    object-position: bottom !important;
}
.f16 {
    font-size: 16px;
}
@media (max-width:1199px) {
    .f16 {
        font-size: 15px;
    }
}
@media (max-width:767px) {
    .f16 {
        font-size: 14px;
    }
}