.pink_outline_btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    background: transparent;
    color: #ff21a8;
    padding: 16px 35px;
    border: 2px solid #ff21a8;
    box-shadow: -1px 0 0 #ff21a8, -4px 4px 0 #ff21a8, -2px 1px 0 #ff21a8, -2px 2px 0 #ff21a8, -3px 2px 0 #ff21a8, -3px 3px 0 #ff21a8, -4px 3px 0 #ff21a8, -4px 4px 0 #ff21a8;
}
.btn_top_60{
    margin-top: 60px !important;
}
.center_btn{
    margin: auto;
    display: block;
}
.bot_head_space_60{
    margin-bottom: 60px;
}
.grid_lg_4 {
    flex: 0 0 auto;
    width: 34.55%;
}
.grid_lg_8 {
    flex: 0 0 auto;
    width: 58.19%;
}
/****/
.tab_filter .tabListSlider{
    overflow: hidden;
}
.tab_filter .tabWrapper{
    width: 85.11%;
    margin: auto;
}
ul.tab_list {
    list-style-type: none !important;
    margin-bottom: 60px;
    line-height: 50px;
    /*justify-content: center;
    padding-left: 0;
    z-index: 99;*/
}
ul.tab_list li {
    width: max-content;
    padding: 0 25px;
    position: relative;
}
ul.tab_list li a {
    position: relative;
    color: var(--primary-color);
    cursor: pointer;
}
ul.tab_list li a.active{
    font-weight: 700;
}
ul.tab_list li.active svg {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: -1;
    display: block;
} 
ul.tab_list li svg {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: -1;
    display: none;
}
ul.tab_list li svg#all {
    width: 60px;
    left: 6px;
}
ul.tab_list li svg#strategy {
    width: 115px;
    left: 8px;
}
ul.tab_list li svg#people-culture {
    width: 200px;
    left: -4px;
}
ul.tab_list li svg#coaching {
    width: 110px;
    left: 11px;
}
ul.tab_list li svg#leadership-development {
    width: 270px;
    left: 8px;
}
svg#deia {
    width: 80px;
    left: 7px;
    top: 6px;
}
ul.tab_list li path{
    fill: none;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 2s linear;
}
ul.tab_list li:hover svg, 
/* ul.tab_list li.swiper-slide-active svg,  */
ul.tab_list li.active_tab_list svg {
    display: block; 
}
ul.tab_list li:hover path {
    animation: draw 2s linear; 
}
@keyframes draw {
    from {
        stroke-dashoffset: 2000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.card_img img {
    padding-bottom: 30px;
    width: 100%;
}
h6.card_cat_title {
    color: var(--secondary-color);
    text-transform: uppercase;
    padding-bottom: 15px;
}
.card_img .videoContainer iframe {
    position: relative;
    top: 0;
    width: 100% !important;
    height: 281px !important;
}
.card_img .videoContainer{
    margin-bottom: 30px;
}
h4.card_post_title {
    color: var(--primary-color);
}
.card_content {
    color: var(--primary-color);
    padding-top: 20px;
}
.cre_list {
    margin-top: 30px;
}
.cre_list ul {
    list-style-type: none !important;
}
.tab_load_more{
    display: none;
}
.tab_load_more.hasItems{
    display: block;
}
.cre_list ul li a {
    color: var(--primary-color);
    font-family: Work Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    padding: 25px 53px;
    display: block;
    border-bottom: 2px solid #022237;
    position: relative;
    cursor: pointer;
}

.cre_list ul li a:before {
    content: '';
    width: 50px;
    height: 50px;
    background: url(../icons/right_arrow_pink.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%,-50%);
}
.cre_list ul li a.active:before,.cre_list ul li.active a:before {
    content: '';
    background: url(../icons/right_arrow_white.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.cre_list ul li:nth-child(1) {
    border-top: 2px solid #022237;
}
section.textListwithImage .tab_content img {
    margin-bottom: 40px;
    width: 100%;
}
.txt_img_info h5 {
    margin-bottom: 25px;
}
.txt_img_info p {
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.entry_content, .tab_content{
    display: none;
}
.entry_content.active, .tab_content.active{
    display: block;
}
.cre_list ul li a.active,.cre_list ul li.active a {
    background: var(--primary-color);
    color: #fff;
}
ul.tab_list .active span, ul.tab_list li.active, .active_tab_list span  {
    font-weight: 600;
}
/* .tab_content {
    margin-top: 30px;
} */
/* .card {
    margin-bottom: 60px;
} */
.tab_filter_list .row{
    row-gap: 60px;
    margin-bottom: 60px;
}
.tab_with_load_more .cre_card_item{
    display: none;
}
.entry_load_more{
    text-align: center;
    cursor: pointer;
    position: relative;
    letter-spacing: 0.8px;
}
/*Teams*/
ul.horizontal_team_tab li {
    position: relative;
    width: 50%;
}
ul.horizontal_team_tab {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: stretch;
    flex-direction: row;
    list-style-type: none !important;
}
ul.horizontal_team_tab li a {
    display: block;
    border-bottom: 5px solid #C9C9C9;
    color: #C9C9C9;
}
ul.horizontal_team_tab li.active a {
    color: var(--primary-color);
}
ul.horizontal_team_tab li.active a.active:after {
    content: '';
    width: 100%;
    height: 5px;
    background: var(--secondary-color);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s;
}
.entry_load_more:after {
    content: '';
    width: 18px;
    height: 14px;
    position: absolute;
    background: url('../icons/right_arrow_pink.svg');
    background-repeat: no-repeat;
    margin-left: 9px;
    top: 50%;
    transform: translate(0%, -50%);
    
}

.entry_content .readingTime{
    margin-top: 20px;
}
.entry_content .readingTime svg{
    vertical-align: middle;
}
.tab_filter .swiper-slide{
    width: auto;
}
ul.tab_list li:first-child{
    /* padding-left: 0 ; */
}
/* .card.bottomSpace:nth-last-child(-n+3){
    margin-bottom: 0px;
 } */
 .tab_filter .entry_load_more{
    width: max-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
 }
 .tab_filter .entry_load_more:hover{
    text-decoration: underline;
    text-decoration-color: var(--secondary-color);
    text-decoration-thickness:2px;
    text-underline-offset: 3px;
 }
 .tab_filter .readingTime{
    position: relative;
 }
 .tab_filter .readingTime::after{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(../icons/clock.svg);
    background-repeat: no-repeat;
    margin-left: 7px;
    top: 50%;
    transform: translate(0%, -50%);
 }
.tab_list li, .tab_list li span{
    cursor: pointer;
}
.textListwithImage h1{
    margin-bottom: 60px;
}
ul.tab_list li svg#bold-ideas{
    top: 4px;
}
ul.tab_list li svg#tools{
    top: 5px;
}
ul.tab_list li svg#leadership{
    top: 4px;
}
ul.tab_list li svg#strategy{
    top: 2px;
}


@media (max-width: 1100px){
    .card {
        margin-bottom: 50px;
    }
    ul.tab_list{
        margin-bottom: 50px;
    }
    .entry_content .col_lg_4 {
        flex: 0 0 30.41%;
        max-width: 30.41%;
        width: 30.41%;
    }
    .entry_content .col_gap_50 {
        column-gap: 4.35%;
    }
}

@media (max-width: 767.98px) {
    ul.tab_list {
        text-align: left;
        margin-bottom: 30px;
        margin-top: 30px;
        flex-wrap: wrap;
        align-content: center;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    ul.tab_list li {
        width: 100%;
        /* line-height: 32px; */
        text-align: center;
    }

    ul.tab_list li a {
        margin-left: 0;
    }
    .card_img img {
        width: 100%;
    }

    .card {
        margin-bottom: 0px;
    }
    .entry_content .col_gap_50{
        row-gap: 50px;
    }
    .entry_content .cre_card_item, .entry_content .col_lg_4{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    li.active .tab_content{
        display: block !important;
        padding-top: 25px;
        padding-bottom: 7px;
    }
    .cre_list ul li a {
        padding: 25px;
    }
    .cre_list ul li a:before {
        left: 7px;
    }
    .cre_list ul li.active a:before
    {
        top: 38px;
    }
    section.textListwithImage img, .txt_img_info h4  {
        margin-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    ul.tab_list {
        margin-bottom: 30px;
    }
    ul.tab_list {
        text-align: left;
        margin-top: 0px;
        flex-wrap: nowrap;
        align-content: center;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    ul.tab_list li {
        text-align: center;
    }
    .tab_filter .tab_list{
        justify-content: left !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .card {
        margin-bottom: 50px;
    }

    .card_img img {
        width: 100%;
    }

    h6.card_cat_title,
    h4.card_post_title {
        padding-bottom: 15px;
    }

    .btn_top_60 {
        margin-top: 30px !important;
    }
    .card {
        margin-bottom: 40px;
    }

    .card_img img {
        width: 100%;
    }

    h6.card_cat_title,
    h4.card_post_title {
        padding-bottom: 15px;
    }    
    .textListwithImage h1{
        margin-bottom: 50px;
    }

}

@media (max-width: 767.98px){
    ul.tab_list{
        margin-bottom: 47px;
    }
    .card_img img{
        padding-bottom: 20px;
    }
    h6.card_cat_title{
        padding-bottom: 20px;
    }
    .entry_load_more{
        margin-top: 40px;
    }
    .tab_filter .swiperContainer{
        overflow-x: hidden;
    }
    .bot_head_space_60{
        margin-bottom: 50px;
    }
    .btn_top_60{
        margin-top: 50px !important;
    }
    .entry_content .readingTime {
        margin-top: 20px;
    }
    ul.tab_list {
        margin-bottom: 40px;
        margin-top: 0px;
    }

    ul.tab_list li a {
        margin-left: 0;
    }
    .card_img img, h6.card_cat_title {
        padding-bottom: 20px;
    }

    .card {
        margin-bottom: 0px;
    }
    .entry_content .col_gap_50{
        row-gap: 50px;
    }
    .bot_head_space_60 {
        margin-bottom: 40px;
    }
    .btn_top_60 {
        margin-top: 40px !important;
    }
    .entry_content .col_lg_4 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .grid_lg_4 {
        width: 100%;
    }
    .cre_list {
        margin-top: 25px;
    }
    .tab_filter .tabWrapper {
        width: 100%;
    }
    
    ul.tab_list li{
        padding: 0 16px;
    }
    .tab_filter .filterTitle.container{
        max-width: 100%;
        margin-left: 6.67%;
    }
    ul.tab_list li svg#all,
    ul.tab_list li svg#strategy, ul.tab_list li svg#people-culture,
    ul.tab_list li svg#coaching, ul.tab_list li svg#leadership-development,
    svg#deia{
        width: 100%;
        left: 0px;
    }
    /*ul.tab_list li:hover path {
        animation: none; 
        stroke: none !important;
        stroke-width: 0 !important;
    }*/
    ul.tab_list li:hover path {
        stroke: none;
    }
    ul.tab_list li.active_tab_list:hover path {
        stroke: #FF21A8 !important;
    }
    .textListwithImage h1{
        margin-bottom: 40px;
    }
    .txt_img_info h4 {
        display: none;
    }
    ul.tab_list li svg#all{
        top: 5px;
    }
    ul.tab_list li svg#people-culture{
        top: 7px;
        left: -2px;
    }
    ul.tab_list li svg#leadership-development{
        top: 3px;
        left: -2px;
    }
    ul.tab_list li svg#bold-ideas{
        top: 9px;
    }
    ul.tab_list li svg#strategy{
        top: 7px;
    }
    ul.tab_list li svg#leadership{
        top: 9px;
    }
    ul.tab_list li svg#deia{
        top: 7px;
    }
    ul.tab_list li svg#tools{
        top: 10px;
    }
}

@media (max-width: 575.98px) {
    ul.horizontal_team_tab h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .teamsList .team_wrapper {
        margin-top: 30px;
    }
}
