#tabs-blog {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 0;
    padding-top: 80px;
    overflow: hidden;
    align-items: flex-start;
}

#tabs-blog .tab-pane {
    display: none;
}

#tabs-blog .tab-pane.active {
    display: block;
}

.tabs-custom-top {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.tabs-custom-top li {
    float: left;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.tabs-custom-top li span {
    filter: invert(83%) sepia(3%) saturate(25%) hue-rotate(334deg) brightness(92%) contrast(87%);
}

.tabs-custom-top li img {
    filter: brightness(0) invert(0);
    margin-right: 10px;
}

.tabs-custom-top li a {
    background: #F4F4F4;
    padding: 20px 40px;
    color: #BABABA;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--font-weight-bold);
}

.tabs-custom-top li.active img,
.tabs-custom-top li.active span,
.tabs-custom-top li.active {
    filter: none;
}

.tabs-custom-top li.active a {
    color: #fff;
    background: var(--color-purple-medium);
    position: relative;
}

.tabs-custom-top li.active a:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--color-purple-medium);
    clear: both;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}

.tab-content {
    /* min-height: 2000px */
}

#tabs-blog .tab-content {
    margin: 0;
}

#tabs-blog .tab-content .tabs-custom-bottom {
    list-style: none;
    margin: 0 0 50px;
    padding: 0 0 50px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#tabs-blog .tab-content .tabs-custom-bottom li {
    float: left;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

#tabs-blog .tab-content .tabs-custom-bottom li a {
    background: var(--color-gray-light-2);
    color: var(--color-gray-medium);
    padding: 10px 20px;
    font-size: 17px;
    line-height: 22px;
    font-weight: var(--font-weight-bold);
}

#tabs-blog .tab-content .tabs-custom-bottom li.active a {
    background: var(--color-cyan);
    color: var(--color-purple);
}

.category-general.hidden {
    display: none;
}

.category-general.hidden.show {
    display: block;
}

.box-single-listing {
    background: var(--color-gray-light);
    margin-bottom: 95px;
    display: inline-block;
    width: 100%;
}

.image-single-box-listing {
    padding: 40px 0 0 40px;
    position: relative;
    max-height: 387px;
    overflow: hidden;
}

.image-single-box-listing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-purple-light);
    display: block;
    width: 100%;
    height: 175px;
    z-index: 1;
}

.image-single-box-listing::after {
    content: '';
    position: absolute;
    bottom: calc(50% - 58px);
    left: 0;
    background: #fff;
    display: block;
    width: 100%;
    height: 77px;
    z-index: 1;
}

.image-single-box-listing img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.title-single-box-listing {
    font-size: 20px;
    color: var(--color-purple);
    padding: 20px 20px 10px 40px;
    position: relative;
    z-index: 2;
}

.bio-project-single-box-listing {
    padding: 0px 20px 10px 40px;
    color: #B5AEC4;
    font-size: 14px;
    line-height: 20px;
    min-height: 52px;
}

.description-single-box-listing {
    padding: 0px 20px 20px 40px;
    color: var(--color-purple);
    min-height: 330px;
}

.cta-single-box-listing {
    display: flex;
    letter-spacing: center;
    justify-content: center;
    margin-bottom: 40px;
}

.cta-single-box-listing a {
    background: var(--color-purple);
    color: #fff;
    padding: 9px 20px;
    font-weight: var(--font-weight-black);
    font-size: 20px;
    line-height: 30px;
}

#all-blog {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
    overflow: hidden;
    background: var(--color-purple);
}

#all-blog a,
#all-blog h1 {
    color: #fff;
}

#all-blog h1 span {
    color: var(--color-orange);
}

.text-all-blog {
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    max-width: 440px;
}

.text-all-blog:last-child {
    margin-bottom: 0;
}

.text-all-blog h3 {
    font-weight: var(--font-weight-black);
    margin: 0 0 20px;
}

.other-blog-box {
    position: relative;
    padding-bottom: 30px;
}

.other-blog-box h3 {
    color: #261944;
    font-size: 20px;
    line-height: 25px;
    min-height: 100px;
    font-weight: bold;
    margin: 30px 0 0;
    padding: 0 40px;
    display: inline-block;
    width: 100%;
}

.other-blog-box .meta-other-blog {
    font-size: 14px;
    color: #B5AEC4;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 0 40px;
    min-height: 42px;
}

.meta-other-blog p {
    margin: 0;
    font-size: 14px;
    color: #B5AEC4;
    font-weight: normal;
    line-height: 20px;
}

.description-other-blog {
    color: #261944;
    font-size: 17px;
    line-height: 25px;
    padding: 0 40px;
    min-height: 310px
}

.other-blog-box::before {
    content: '';
    background: #B081F8;
    width: 100%;
    height: 174px;
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -1;
}

.other-blog-box::after {
    content: '';
    background: #F9F9F9;
    width: 100%;
    height: calc(100% - 200px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.cta-other-blog a {
    margin: 30px auto 0;
    display: table;
    padding: 15px 30px;
    background: #261944;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.other-blog-box img {
    float: right;
    max-width: 85%;
}

.other-blog-box {
    margin-bottom: 100px
}

@media screen and (min-width: 992px) {
    #all-blog .row {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width:1992px) and (min-height: 1081px) {
    .content-images-hero {
        height: calc(100% - 550px)
    }
    .content-images-hero img:nth-child(2) {
        width: 550px;
    }
}

@media screen and (max-width:991px) {
    .tabs-custom-top li {
        margin-right: 15px;
    }
    #tabs-blog .tab-content .tabs-custom-bottom li a {
        padding: 10px 15px;
        font-size: 14px;
    }
    .tabs-custom-top li a {
        padding: 10px 15px;
        font-size: 16px;
    }
    #tabs-blog .tab-content .tabs-custom-bottom li {
        margin-right: 10px;
    }
    .description-other-blog{
        min-height: 0;
    }
    .other-blog-box{
        margin-bottom: 80px;
    }
}
