#header.header-fixed {
    position: sticky;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;
    opacity: 1;
}

.sticky-menu-header {
    position: sticky;
    top: 258px;
    background-color: white;
    z-index: 8;
    box-shadow: 0 3px 6px -6px #777;
    transition: opacity 0.1s ease-in-out;
    padding-top: 10px;
}

.wd-job-author2 .content-left .thumb {
    width: 145px;            
    margin-right: 32px;
    margin-top: -118px;            
    z-index: 10;
}

.wd-job-author2 .content-left .content .category {
    font-weight: 600;
    font-size: 32px;
    line-height: 64px;
    color: #25c0e7;
}

.inner-content {
    /* min-height: 1000px; */
}        

.single-job-thumb {
    margin-bottom: -24px;
}

/* #right-column-info {
        position: relative;
    } */

.profile-ul {
    list-style: disc outside none;
    color: #64666c;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    margin-left: 20px;

}

.profile-ol {
    list-style: decimal outside none;
    color: #64666c;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    margin-left: 20px;
}

/* .gallery {
    display: flex; 
    align-items: center; 
    justify-content: center;"
} */

.gallery-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.gallery-img {
    width: 84px;
    padding: 4px;
    border-radius: 6px;
}

.sl-wrapper {
    z-index: 10001;
}

.sl-overlay {
    z-index: 10000;
    opacity: .85 !important;
    background-color: black;
}

.sl-wrapper .sl-close {
    color: #fff !important;
}

.sl-prev {
    color: #fff !important;
}

.sl-next {
    color: #fff !important;
}

.splide__arrow--next {
    right: -20px !important;
}

.splide__arrow--prev {
    left: -20px !important;
}

.splide {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.wd-job-author2 .content-left {
    display: flex;
    align-items: center;
    margin: 10px 20px;
}


.wd-job-author2 .content-left .content h6 {
    color: #959595;
    text-decoration: none;
}


.wd-job-author2 .content-left .thumb img {
    width: 100%;
    border-radius: 20px;
}

.wd-job-author2 .content-left .thumb img {
    width: 100%;
    border-radius: 20px;
    border: 3.5px solid white;            
}

.wd-job-author2 {
    padding: 0px;
    border-bottom: 0px;
    border: 1px solid #b1b3b4;
    border-radius: 10px;
    margin-top: 20px;
    display: block;
}

.wd-author-page-title .author-list .tag {
    /* background: rgba(37, 192, 231, 0.8); */
    background: rgba(244, 246, 248, .8);
    color: #3d464d;
    border-radius: 4px;
}  

.player-wrapper {
    margin: 0 auto;
    text-align: center;
}

.gallery-wrapper {
    margin: 0 auto;
    text-align: center;
}

.splide__arrow svg {
    fill: #25c0e7;
}

/* responsive */
@media (max-width: 767px) {
    .gallery-img {
        width: 70px;
        padding: 4px;
        border-radius: 6px;
    }

    .splide__arrow--next {
        right: -20px;
    }
}
    
@media (max-width: 576px) {
    .gallery-img {
        width: 70px;
        padding: 4px;
        border-radius: 6px;
    }

    .splide__arrow--next {
        right: -20px;
    }
}

@media (max-width: 410px) {
    .gallery-img {
        width: 70px;
        padding: 4px;
        border-radius: 6px;
    }

    .splide__arrow--next {
        right: -20px;
    }
    
}