


.footer_bottom {
    background-color: #f6f6f9;
    height: 60px;
  }
  .maincontent{
    /* margin-top: 86px !important; */
    padding-top: 86px !important;
    min-height: calc(102vh - 83px);
}
/* .banner img{
    height: 50vh;
    width: 100%;
    object-fit: fill;
} */
.banner h2{
    color: #01144c !important;
    font-family: "SF-PRO-BOLD" !important;
}
.work .card-img, .card-img-top {
    height: 35vh;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    }
.work .card{
    border-radius: 10px;
    box-shadow: 1px 1px 4px 0px rgb(69 65 78 / 10%);
    margin-bottom: 30px;
}
.work .card h2{
    margin-bottom: 0px;
    font-size: 14px;
    text-align: center;
}
.parent {
    position: relative;
  }

  .parent .text {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);/* Fallback color */
    background: rgba(0, 0, 0, 0.5);/* Black background with opacity */
    color: #ffffff;
    width: 100%;
    padding: 15px;
  }
  .card-text:last-child{
      font-size: 12px;
  }
  .work .card .card-title {
    font-size: 12px;
    color: #000;
}
.topmenu .navbar-nav .nav-link {
    color: #34abfa !important;
    line-height: 50px;
    padding: 10px;
    /* margin: -13px; */
    margin-top: -10px;
    margin-bottom: -8px;
    font-family: "SF-PRO-SEMIBOLD";
    font-size: 14px;
}

.topmenu .navbar-nav .login-link {
    color: #34abfa !important;
    padding-right: 22px;
    padding-left: 0pxx;
    padding-left: 22px;
    margin-right: -16px;
    border-left: 1px solid #34abfa;
}

.dark-logo {
    margin-left: 20px;
}

.topfilter {
    box-shadow: 0px 1px 15px 1px rgb(69 65 78 / 10%);
    background: #fff;
    height: 41px;
}

.topfilter .icon-menu ul {
    margin-bottom: 3px;
}

.topfilter .fillter-icon .icon-menu ul li {
    padding: 0px;
}

.topfilter .bx {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 10px;
    margin-right: 10px;
}

.mysolution-grid .theadback {
    background: #34abfa;
}

.mysolution-grid .table th,
.table td {
    vertical-align: top;
    border-top: 1px solid #e9ecef;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 500px;
    padding: 5px;
}

.mysolution-grid .table th {
    color: #01144C;
    letter-spacing: 0px;
    font-size: 14px;
    font-family: "SF-PRO-BOLD";
}

.mysolution-grid .table td {
    background: #fff;
    font-size: 14px;
    font-family: "SF-PRO-REGULAR";
    letter-spacing: 0px;
}

.mysolution-grid .table td:nth-child(1) {
    color: #01144C;
    font-size: 16px;
    font-family: "SF-PRO-REGULAR";
}

.mysolution-grid .table td:nth-child(2) {
    color: #01144C;
    font-size: 14px;
    font-family: "SF-PRO-REGULAR";
    letter-spacing: 0px;
}

.mysolution-grid .table td:nth-child(3) {
    color: #333333;
    font-size: 12px;
    font-family: "SF-PRO-REGULAR";
    letter-spacing: -0.02px;
}

.mysolution-grid .table td:nth-child(4) {
    color: #555555;
    font-size: 14px;
    font-family: "SF-PRO-REGULAR";
    letter-spacing: 0px;
}

.main-title-cat {
    text-decoration: none !important;
    color: #0099FF;
    font-size: 12px;
    font-family: "SF-PRO-REGULAR";
}

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

.sortfilter {
    box-shadow: 0px 1px 15px 1px rgb(69 65 78 / 10%);
    background: #fff;
    padding: 8px;
}

.dropdown .btn-secondary {
    background: transparent;
    border: none;
    border-radius: 0px;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    background: transparent;
    border: none;
    box-shadow: none;
}

.status-menu ul {
    list-style: none;
    margin-bottom: 0px;
    display: flex;
}

.status-menu ul li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    letter-spacing: 0px;
    color: #708090;
    opacity: 1;
    font-family: "SF-PRO-REGULAR";
}

.filter-title {
    color: #708090;
    opacity: 1;
    font-family: "SF-PRO-REGULAR";
    font-size: 12px;
}

.dotprogress {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FF7C00;
    opacity: 1;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -1px;
}

.dotcompleted {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00C40D;
    opacity: 1;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -1px;
}

.dotsol {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #0099FF;
    opacity: 1;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -1px;
}

.dropdown .nav-link {
    color: #01144C;
    font-size: 14px;
}

.mysolution-list .dotprogress {
    position: absolute;
    right: 6px;
}

.mysolution-list .circle {
    position: absolute;
    right: 6px;
}

.mysolution-list .dotsol {
    position: absolute;
    right: 6px;
}

.circle {
    border: 1px solid #0099FF;
    border-radius: 19px;
    display: inline-block;
}

.inner {
    background-color: #FF7C00;
    border-radius: 15px;
    margin: 3px;
    height: 8px;
    width: 8px;
}

.mysolution-list .dotcompleted {
    position: absolute;
    right: 6px;
}

.card-body p {
    color: #333333 !important;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-header {
    box-shadow: 0px 1px 15px 1px rgb(69 65 78 / 10%);
    background: #fff;
}

.page-header .btn {
    background: #EF0A77;
    color: #fff;
    padding: 8.5px 21px;
    font-size: 14px;
    font-family: "SF-PRO-SEMIBOLD";
}

.tab-content .btn {
    background: #EF0A77;
    color: #fff;
    padding: 8.5px 21px;
    font-size: 14px;
    font-family: "SF-PRO-SEMIBOLD";
}

.sortfilter .input-group-text {
    background: transparent;
    border-left: 0px;
    border-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sortfilter .form-control {
    border-right: 0px;
}

.sortfilter .input-group {
    box-shadow: 0px 3px 6px #00000029
}

.trdown ul {
    list-style: none;
    display: flex;
}

.trdown ul li {
    padding-right: 10px;
}

.trdown .bx {
    color: #555555;
    opacity: 0.6;
}

.table .bx {
    color: #555555;
    opacity: 0.6;
}

.category-desc h3 {
    color: #01144C;
    font-size: 16px;
    font-family: "SF-PRO-SEMIBOLD";
    letter-spacing: 0px;
}

.category-desc p {
    color: #01144C;
    font-size: 14px;
    font-family: "SF-PRO-REGULAR";
    letter-spacing: 0px;
}

.modal-content .form-control::placeholder {
    color: #212529 !important;
}

@media (max-width: 468px) {
    .banner img {
        height: auto;
    }
    .work .card-img,
    .card-img-top {
        height: auto;
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        border: 1px solid #34abfa;
    }
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: 366px !important;
    }
}
