/* templates :******** https://bslthemes.com/html/cvio/index_slider.html ******** */

.bsl-popup {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 88888;
    width: 44px;
    margin-top: -90px;
    transition: .35s linear
}

.bsl-popup .b-po:first-child,
.bsl-popup .b-po:last-child {
    border-radius: 0
}

.bsl-popup .b-po {
    position: relative;
    margin-top: -1px;
    padding: 10px;
    display: block;
    line-height: 24px;
    color: #000;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #232323;
    border-right: 0;
    transition: .35s
}

.bsl-popup .b-po:hover {
    background: #fff
}

.bsl-popup .b-po.active {
    background: #333
}

.bsl-popup .b-po.active svg {
    stroke: #fff;
    transform: scale(1.25)
}

.bsl-popup .b-po.active svg#svg-icon-help {
    stroke: none
}

.bsl-popup .b-po.active svg#svg-icon-help path {
    fill: #fff
}

.bsl-popup .b-po svg {
    width: 24px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    transition: transform .5s .35s, stroke .35s
}

.bsl-popup .b-po span {
    margin-top: -15px;
    position: absolute;
    top: 50%;
    right: 60px;
    text-align: right;
    background: #333;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    white-space: nowrap;
    transition: .3s;
    opacity: 0;
    pointer-events: none
}

.bsl-popup .b-po:hover span {
    opacity: 1;
    pointer-events: auto
}

.bsl-popup .b-po span:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 10px;
    border: 5px solid transparent;
    border-left: 5px solid #333
}

.bsl-popup .b-po#closeBslpopup {
    display: none;
    text-align: center
}

.bsl-popup .b-po#hideBslpopup,
.bsl-popup.opened .b-po#closeBslpopup,
.bsl-popup__content ul.help-list li a,
.bsl-popup__tab.active {
    display: block
}

.bsl-popup .b-po#closeBslpopup svg {
    max-width: 16px
}

.bsl-popup.opened .b-po#hideBslpopup,
.bsl-popup__tab {
    display: none
}

.bsl-popup.opened {
    right: 300px
}

.bsl-popup.opened .bsl-popup__content {
    right: 0
}

.bsl-popup__content {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #232323;
    transition: right .35s linear;
    overflow: auto;
    z-index: 88888;
    visibility: hidden
}

.bsl-popup__content.active {
    z-index: 99999;
    visibility: visible
}

.bsl-popup__menu {
    margin-top: 80px;
    text-align: center
}

.bsl-popup__menu a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 20px;
    color: #000 !important;
    text-decoration: none
}

.bsl-popup__menu a:hover {
    color: #000;
    text-decoration: none
}

.bsl-popup__menu a:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
    transition: .35s
}

.bsl-popup__menu a.active:before {
    width: 100%
}

.bsl-popup__content ul.help-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    height: 100%
}

.bsl-popup__content ul {
    padding: 0 20px 20px;
    margin-top: 30px
}

.bsl-popup__content li {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, .09);
    opacity: 0;
    transition: .4s
}

.bsl-popup.opened .bsl-popup__content li {
    opacity: 1
}

.bsl-popup__content li:first-child {
    border-top: none
}

.bsl-popup__content li a {
    text-decoration: none;
    color: inherit
}

.bsl-popup__content li img {
    display: block;
    width: 100%;
    height: auto
}

.bsl-popup__content li svg {
    width: 100%;
    max-width: 64px;
    height: auto;
    display: inline-block
}

.bsl-popup__content li span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500
}

.bsl-popup__content li span i {
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    margin-left: 5px;
    font-size: 10px;
    text-transform: uppercase;
    background-color: red;
    border-radius: 3px;
    color: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .15);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .15);
    padding: 1px 10px;
}

.project-list .section.started.layout-creative {
    margin: 0 auto;
    margin-bottom: 0;
    padding-top: 20%;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 127px;
    width: auto;
    height: 100% !important;
}

.section.about .image {
    float: left;
    width: 100%;
    font-size: 0;
    margin-bottom: 30px;
}

.service-col img {
    width: 60px;
}

.skills.list ul li {
    width: 100%;
}



h2 {
    text-align: center;
    color: #002948;
    padding: 20px;
    margin: 0;
    background: #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

thead {
    background-color: #333;
    color: white;
}

th,
td {
    padding: 12px 10px;
    border: 1px solid #ddd;
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

img {
    max-width: 50px;
    height: auto;
}

.product-table-container {
    max-width: 1000px;
    margin: auto;
    background: #101010;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
    color: #002948;
    padding: 20px;
    margin: 0;
    background: #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    background-color: #333;
    color: white;
}

th,
td {
    padding: 12px 10px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    background: #101010;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

img {
    max-width: 60px;
    height: auto;
}
.table-section h2{
    background: #101010;
    color: white;
    border: 1px solid #343333;
    border-bottom: 0;
}
.bio-west .icon img{
width: 60% !important;
max-width: 100% !important;
}



/* Responsive Design */
@media (max-width: 768px) {

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
        width: 100%;
    }

    thead {
        display: none;
    }

    tr {
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 10px;
        background: #fff;
    }

    td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        padding: 10px;
        border: none;
        border-bottom: 1px solid #eee;
    }

    td:last-child {
        border-bottom: none;
    }

    td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #002948;
        flex: 1;
    }

    td span {
        flex: 2;
        text-align: right;
    }
}

@media (max-width: 768px) {

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    thead {
        display: none;
    }

    td {
        padding: 10px;
        position: relative;
        border: none;
        border-bottom: 1px solid #ccc;
    }

    td::before {
        content: attr(data-label);
        /* position: absolute; */
        display: block;
        top: 10px;
        left: 10px;
        font-weight: bold;
        color: #333;
    }
}

@media (max-width:750px) {
    .project-list .section.started.layout-creative {
        margin: 0 auto;
        margin-bottom: 0;
        padding-top: 60%;
        padding-left: 20%;
        padding-right: 20%;
        padding-bottom: 0px;
        width: auto;
        height: 100% !important;
    }
}