.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #21409a;
    background-color: #e4f5ff;
    border-bottom: 4px solid #00c8ff;
}

.navbar-dark .navbar-nav .nav-item[data-toggle="dropdown"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    bottom: 10px;
    left: 50%;
    color: #d8d8d8;
    transform: translate(-50%);
}

.breadcamp a {
    font-size: 12px;
    margin-left: 2.5rem;
}

.top-header {
    background: #e4f5ff;
        padding: 6px;
}

.ind-details {
    background: #fff;
    padding: 0px;
    border-bottom: 1px solid #ccc;
}

.ind-details .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #00A89F;
    background: transparent;
    border-bottom: none;
    border-right: 0px;
    border-top-right-radius: 0px;
}

.ind-details .nav-tabs .nav-link {
    color: #7c818f;
    border: 1px solid #ccc;
    border-radius: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

.ind-details .nav-tabs {
    margin-left: 40px;
}

.top-header h2 {
    font-size: 24px;
    font-family: "SF-PRO-BOLD";
    letter-spacing: 0px;
    color: #01144C;
    opacity: 0.9;
    margin-left: 2.5rem;
    margin-top: 10px;
}

.industry-types .card {
    border-radius: 10px;
    margin-bottom: 15px;
    height: 190px;
    box-shadow: 1px 1px 4px 0px rgb(69 65 78 / 10%);
    margin-left: -16px;
    margin-right: 16px;
}
.industry-types .card:hover {
    box-shadow: rgb(0 0 0 / 15%) 5px 5px 10px 0px, rgb(0 0 0 / 15%) 5px 5px 10px 0px;
    transition: box-shadow 0.25s ease 0s;

}
.industry-types .card-title {
    font-size: 20px;
    font-family: "SF-PRO-BOLD";
    letter-spacing: 0px;
    color: #01144C;
    opacity: 0.9;
}

.industry-types .card-subtitle {
    font-size: 18px;
    font-family: "SF-PRO-BOLD";
    color: #00A89F;
    opacity: 0.9;
    margin-top: 0px;
}

.industry-types .fa {
    font-size: 18px;
    color: #00A89F;
    margin-top: 3px;
}

.footer ul li a {
    color: #21409a;
    font-family: "SF-PRO-REGULAR";
    line-height: 28px;
    font-weight: 900;
}

.industry-details .card .author-txt {
    color: #01144C;
    font-family: "SF-PRO-BOLD";
}

.industry-desc .card .author-txt {
    color: #01144C;
    font-family: "SF-PRO-REGULAR";
    font-weight: 900;
}

.industry-details .card {
    border-radius: 10px;
    margin-bottom: 15px;
    height: 190px;
    box-shadow: 1px 1px 4px 0px rgb(69 65 78 / 10%);
    margin-left: -16px;
    margin-right: 16px;
}
.industry-details .card:hover {
    box-shadow: rgb(0 0 0 / 15%) 5px 5px 10px 0px, rgb(0 0 0 / 15%) 5px 5px 10px 0px;
    transition: box-shadow 0.25s ease 0s;

}

.industry-details .tab-content .card .card-title {
    font-size: 18px;
    font-family: "SF-PRO-BOLD";
    letter-spacing: 0px;
    color: #01144C;
    opacity: 0.9;
    margin-bottom: 3px;
    margin-top: 6px;
}

.tab-content .card-content .btn {
    border-radius: 20px;
    width: auto;
    padding: 3px 12px;
    background: #DAF2F1;
    font-size: 14px;
    color: #01144C;
    border: none;
    margin-right: 1px;
    margin-top: 10px;
    margin-left: 10px;
    font-family: "SF-PRO-REGULAR";
}

.industry-details .card-footer {
    background: transparent;
    border-top: none;
    padding: 0px;
    /*margin-top: 18px;*/
}

.industry-details .card-subtitle {
    font-size: 18px;
    font-family: "SF-PRO-BOLD";
    letter-spacing: 0px;
    color: #00A89F;
    opacity: 0.9;
    margin-top: 0px;
}

.industry-details .fa {
    font-size: 18px;
    color: #00A89F;
}

.industry-details .card {
    min-height: 295px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 4px 0px rgb(69 65 78 / 10%);
    margin-right: 16px;
    cursor:pointer;
}
.industry-details .card .card-link:hover{
  border: 1px solid grey;
}

.tab-content .card-body .comingbtn {
    background: #EF0A77;
    color:#fff;
    padding: 2.5px 14px;
    font-size: 14px;
    font-family: "SF-PRO-light";
    margin-top: -8px;
    font-weight: 500;
    cursor: default;
    border-radius: 25px;
}
.tab-content .card-body .comingbtn:hover {
color:#fff;

}
.card-content .btntags {
    border-radius: 20px;
    width: auto;
    padding: 3px 12px;
    background: #DAF2F1;
    font-size: 14px;
    color: #01144C;
    border: none;
    margin-right: 1px;
    margin-top: 10px;
    margin-left: 10px;
    font-family: "SF-PRO-REGULAR"
}

.industry-desc tr td {
    font-size: 14px;
    color: #000;
    padding-left: 13px;
}

.industry-desc tr th {
    font-size: 16px;
    color: #000;
    font-family: "SF-PRO-SEMIBOLD"
}

.industry-desc .card-content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
}

.industry-desc .card-footer {
    background: transparent;
    margin-top: 10px;
    margin-bottom: 30px;
    border-top: none;
}

.industry-desc .card-footer .btn {
    margin-right: 10px;
    padding: 8px 24px;
    background: #0099FF;
    border: none;
    font-size: 16px;
    font-family: "SF-PRO-REGULAR"
}


/* /* .cta_button_classes ul {
    display: flex;
}

.cta_button_classes ul li {
    list-style: none;
} */

.cta_button_classes .bx {
    font-size: 30px;
    color: #21409a;
    line-height: 1.3px;
}

.cta_button_classes .nav-link {
    display: flex;
    align-items: center;
}

.navbar-dark .cta_button_classes .navbar-nav .nav-link[data-toggle="dropdown"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    color: #d8d8d8;
    transform: translate(-50%);
}

.dropdown-item {
    color: #21409A;
    font-size: 14px;
    font-family: "SF-PRO-BOLD"
}

.cta_button_classes .dropdown-menu {
    min-width: 8.5rem;
}

.cta_button_classes .dropdownmenu li a {
    color: #21409A !important;
    font-size: 14px !important;
    font-family: "SF-PRO-BOLD"
}

.cta_button_classes .dropdownmenu,
.drop_dropdownmenu {
    width: 100%;
}

.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #21409A !important;
}