.x-col{
    width: 100%;
}

.x-column.x-col {
    width: 100%;
}

.blog_header .x-col {
    width: 100%;
}

.blog_header {
    position: relative;
    margin-top: 0px;
    background-color: var(--bg_alter);
    padding: 0;
    z-index: 9;
}
.bg_alter{
    background-color: var(--bg_alter);
}
.bg_blue{
    background-color:var(--c_heading);
}

.blog_header_container {
    display: flex;
    min-height: 76px;
}
.headder_logo_text {
    font-family: var(--font_inter);
    font-size: 16px;
    font-weight: 700;
    
    display: flex;
    align-items: center;
}
.headder_logo_text :is(a, a:hover){
    color: var(--c_heading);
}
.blog_navs{
    display: flex;
    align-items: center;
}
.blog_navs ul {
    display: flex;
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0;
    
}
.blog_navs ul li{
    margin:0 0 0 25px;
}
.blog_navs ul li a{
    font-family: var(--font_inter);
    color: var(--c_heading);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    height: 76px;
    display: flex;
    align-items: center;
    position: relative;
}
.blog_navs ul li.active>a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: var(--c_heading);
}

.blog_search_wrapper {
    display: flex;
    border-radius: 3px;
    border: 1px solid #B4B5BE;
    overflow: hidden;
}
.blog_search_wrapper :is(input[type="search"], button) {
    margin: 0;
    border: none;
    background: transparent;
    color: #000;
    text-shadow: none;
    box-shadow: none;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
}
.blog_search_wrapper input[type="search"]{
    padding-left: 0;
    flex-basis: calc(100% - 46px);
}
.blog_search_wrapper button{
    padding-left: 0;
    flex-basis: 46px;
}
.blog_search_wrapper input[type="search"]:focus{
    box-shadow: none;
}
.blog_search_wrapper i {
    color: #8F8F8F;
}


.blog_search form{
    margin: 0 !important;
    width: 100%;
}
.blog_search{
    flex-basis: 415px;
    margin: 0 40px 0 auto;
    display: flex;
    align-items: center;
}

.topic_view {
    font-family: var(--font_inter);
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
    border: 1px solid #B4B5BE;
    padding: 0 10px 0 12px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.current_topic {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-basis: calc(100% - 30px);
}

.blog_topic {
    position: relative;
    flex-basis: 270px;
    display: flex;
    align-items: center;
}
.topic_dd_wrapper {
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 100%;
    box-shadow: 0px 10px 16px rgb(0 0 0 / 47%);
    max-height: 300px;
    overflow: auto;
    display: none;
}
.topic_dd_wrapper a {
    color: var(--c_heading);
    padding: 10px 15px;
    display: block;
    
}
.blog_topic_wrapper:hover .topic_dd_wrapper{
    display: block;
}
.blog_topic_wrapper{
    position: relative;
    width: 100%;
}
.position-relative{
    position: relative;
}
a.overlay_box_link:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #f0f;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 0;
    z-index: 1;
}
a.overlay_box_link{
    color: var(--c_heading);
}
a.overlay_box_link:hover{
    /* color: var(--c_pink);*/
    text-decoration: underline !important;
}
/* featured section */
.blog_section {
    padding: 70px 0;
}

.blog_featured_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog_featured_grid .featured_item {
    flex-basis: 53%;
}
.blog_featured_grid .our_picks {
    flex-basis: 43%;
}

.featured_item {
    position: relative;
}

.blog_cat{
    position: relative;
    z-index: 2;
    display: inline-block;
}
.blog_cat :is(a, a:hover) {
    color: var(--c_pink);
    font-family: var(--font_open_sans);
    font-size: 16px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}
.blog_category{
    color: var(--c_pink);
    font-family: var(--font_open_sans);
    font-size: 24px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}
.blog_list_title {
    font-family: var(--font_inter);
    font-size: 60px;
    font-weight: 600;
    line-height: 116.667%;
    letter-spacing: -0.03em;
    margin: 0;
}

.blog-hover-box:hover .blog_list_title{
    text-decoration: underline;
}
.excerpt {
    color: var(--c_body);
    font-family: var(--font_open_sans);
    font-size: 18px;
    line-height: 155.556%;
    letter-spacing: -0.03em;
    margin-top: 26px;
}
.excerpt p{
    margin: 0 0 30px;
}

.our_picks .excerpt {
    font-size: 16px;
}

.blog-name {
    color: var(--c_heading);
    font-size: 16px;
    padding-top: 4px;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.blog-date {
    letter-spacing: -0.01em;
    color: #999999;
    font-size: 16px;
}

.blog-thumb-wrap{
    margin-bottom: 36px;
}
.thumb_box,
.blog-thumb-wrap a {
    display: block;
    position: relative;
    padding-bottom: 54%;
}

.thumb_box img,
.blog-thumb-wrap a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_featured_grid .featured_item .blog_cat {
    margin-bottom: 10px;
}
.latest_post .blog_cat{
    margin-bottom: 16px;
}

h2.blog_heading {
    font-family: var(--font_inter);
    font-size: 50px;
    font-weight: 600;
    line-height: 1.16667;
    letter-spacing: -0.03em;
    margin: 0 0 44px;
    color: var(--c_heading);
}
.presenter_heading h2{
    font-family: var(--font_inter);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.16667;
    letter-spacing: -0.03em;
    margin: 0 0 30px;
    color: var(--c_heading);
}
.our_picks_container {
    column-count: 2;
    column-gap: 45px;
}

.our_picks_container .blog-item {
    break-inside: avoid;
}

.blog-item h3 {
    font-family: var(--font_inter);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.333333;
    letter-spacing: -0.03em;
    margin: 0 0 12px 0;
}
.blog-item h3 :is(a, a:hover){
    color: var(--c_body);
}
.blog-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #B4B5BE;
}

:is(.our_picks, .latest_post) .excerpt{
    margin-top: 16px;
}
.our_picks .excerpt p {
    margin: 0 0 14px;
}

.header_org {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.title_wrap h2.blog_heading {
    margin: 0;
}

span.view_all_text {
    color: var(--c_heading);
    font-family: var(--font_inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-decoration-line: none;
    position: relative;
}
span.view_all_text:after{
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    border-top: 1px solid;
}
span.view_all_text:hover:after,
.conf_single_item:hover span.view_all_text:after{
    width: 100%;
}


.view_all_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.view_all_icon {
    margin-left: 10px;
    transition: transform .2s linear;
}
.view_all_btn:hover .view_all_icon{
    transform: translateX(10px);
}
span.view_all_icon svg {
    display: block;
    height: auto;
}

.latest_post {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 58px;
}

.latest_post .blog-item {
    border-bottom: none;
    border-top: 1px solid #B4B5BE;
    padding: 44px 0 0;
    margin: 0;
}


.cat_grid_wrap {
    display: grid;
    grid-template-columns: 5fr 2fr;
    grid-gap: 100px;
}

.cat_grid.alter .cat_grid_wrap{
    grid-template-columns: 22fr 51fr;
}
.cat_grid.alter .cat_grid_wrap .cat_grid_first{
    order: 2;
}
.cat_grid_wrap .blog_cat {
    display: none;
}

.cat_grid .header_org{
    position: relative;
}
.cat_grid .header_org:before{
   content: '';
   display: block;
   width: 100%;
   height: 4px;
   background: var(--c_pink);
   background: linear-gradient(90deg, var(--c_pink) 0%, var(--c_heading) 100%);
   margin-bottom: 24px;

}

.cat_grid {
    margin-bottom: 100px;
}

.cat_grid:last-of-type{
    margin-bottom: 0;
}

.cat_grid_next .blog-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cat_grid_next .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 32px;
}
.cat_grid_next .excerpt p{
    margin: 0;
}

.blog_video_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 44px;
}

.yt_video_wrap {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 6px;
    overflow: hidden;
}

.yt_video_wrap :is(iframe, video),
.yt_video_wrap>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.yt_video_title {
    font-family: var(--font_inter);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3333;
    letter-spacing: -0.03em;
    margin-top: 40px;
}

.trending_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: 50px;
}

.trending_count {
    color: var(--c_pink);
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

.trending_title a {
    color: #FFF;
    font-family: var(--font_open_sans);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55556;
    letter-spacing: -0.03em;
}

.trending_description {
    color: #FFF;
    font-family: var(--font_inter);
    font-size: 16px;
    font-weight: normal;
    line-height: 1.55556;
    letter-spacing: -0.03em;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
h2.trending_headline {
    font-family: var(--font_inter);
    font-size: 60px;
    font-weight: 600;
    line-height: 1.166667;
    letter-spacing: -0.03em;
    margin: 0 0 75px;
    color: #fff;
}
.trending_title a:hover{
    color:#fff;
    text-decoration: underline !important;
}

.blog-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ba-left {
    flex-basis: 65%;
    display: flex;
    flex-wrap: wrap;
}
.ba-right {
    flex-basis: 31.5%;
    margin-top: 12px;
}

.ba-thumb {
    flex-basis: 194px;
}

.ba-thumb a {
    position: relative;
    display: block;
    padding-bottom: 56.2%;
}

.ba-thumb a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ba-content {
    flex-basis: calc(100% - 194px);
    padding-left: 45px;
}
.ba-content.no-thumb{
    padding-left: 0;
}

.blog-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 72px 0;
    border-top: 1px solid #B4B5BE;
}

.blog-avatar{
    display: flex;
    margin-bottom: 10px;
}
.blog-avatar a {
    display: block;
    margin-right: -12px;
}
.blog-avatar img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border: 1px solid #000;
    border-radius: 50%;
}

.ba-content h3 {
    font-family: var(--font_inter);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: -0.03em;
    margin: 0 0 10px; 
}
.ba-content h3 :is(a, a:hover){
    color: var(--c_body);
}

.ba-excerpt {
    color: var(--c_body);
    font-family: var(--font_inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.03em;
}
.ba-categories{
    position: relative;
    z-index: 2;
    display: inline-block;
}
.ba-categories a {
    font-family: var(--font_inter);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin-right:0;
    color: var(--c_heading);
}
.ba-categories a:hover{
    text-decoration: underline !important;
}
.blog_paginate_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    margin: 100px 0 70px;
}

.blog_paginate_wrap :is(a, a:hover, span) {
    font-family: var(--font_inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.54px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--c_heading);
}
.blog_paginate_wrap span:not(.dots){
    color:#fff;
    background-color: var(--c_heading);
    border-radius: 50%;
}
.blog_paginate_wrap :is(a.next, a.prev, a.next:hover,  a.prev:hover){
    width: auto;
    height: auto;
}
.blog_paginate_wrap a.next{
    margin-left: 24px;
}
.blog_paginate_wrap a.prev{
    margin-right: 24px;
}
.blog_paginate_wrap a.next svg{
    margin-left:10px;
}
.blog_paginate_wrap a.prev svg{
    margin-right:10px;
}

.ba_latest_post .blog-article:last-child {
    border-bottom: 1px solid #B4B5BE;
}

.blog-meta .blog-name a {
    font-family: var(--font_inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--c_heading);
    
}

.blog-meta .blog-name a:hover{
    text-decoration: underline !important;
}

/* category page */

.cat_declare {
    color: var(--c_pink);
    text-align: center;
    font-family: var(--font_open_sans);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.cat_title {
    text-align: center;
    font-family: var(--font_inter);
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.16667em;
    letter-spacing: -0.03em;
    color: var(--c_heading);
}

.category_header {
    background: var(--wpr-bg-257de2e1-8be4-4a84-b296-a3df46bbc0fb);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 92px;
}

.cat_our_pick {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px 0;
}
.cat_our_pick .blog-item:nth-child(3n+1){
    border-left: 1px solid #B4B5BE;
}
.cat_our_pick .blog-item {
    padding: 0 36px 36px;
    margin: 0;
    border: none;
    border-right: 1px solid #B4B5BE;
}
.cat_our_pick .blog-thumb-wrap{
    margin-bottom: 42px;
}
.cat_our_pick h3{
    max-width: 395px;
}
.cat_our_pick .excerpt{
    margin-top: 18px;
    margin-bottom: 22px;
    max-width: 395px;
}
.cat_our_pick .excerpt p{
    margin:0
}

.cat_recomended_section .header_org{
    margin-bottom: 58px;
}
.cat_recomended_section .blog-item h3 {
    font-weight: 500;
    max-width: 395px;
}

.latest_post.cat_recomanded_post{
    grid-template-columns: repeat(3, 1fr);
}
.cat_recomanded_post .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 395px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.cat_recomanded_post .excerpt p{
    margin: 0;
}
.cat_recomanded_post .blog_cat {
    display: none;
}

.category_header .category_our_pick {
    margin-top: 99px;
}
.category_header .header_org{
    margin-bottom: 42px;
}
.cat_latest_posts .blog_heading span {
    margin-top: 12px;
    display: block;
    text-transform: capitalize;
}

.tiles_item {
    font-family: var(--font_open_sans);
    font-size: 14px;
    display: table;
    margin-bottom: 6px;
    padding: 0 6px;
    color: #fff;
}
.event_item {
    display: block;
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 36px 30px 40px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    margin-bottom: 24px;
}
.event_item.bg_cover{
    background-size: cover;
}
.event_item h3 {
    color: var(--c_heading);
    font-size: 24px;
    margin: 0 0 18px;
}
.event_item img{
    margin-bottom: 16px;
    width: 200px;
    max-width: 100%;
}
.event_item h3 span{
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}
.event_inner {
    max-width: 280px;
}

/* tag css*/
.tag_header {
    background: var(--wpr-bg-96295282-5bb8-4f25-b462-352f3f7e2e78);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 156px;
}
.tag_header .cat_title{
    text-align: left;
    text-transform: capitalize;
}

.tag_description {
    color: var(--c_body);
    font-family: var(--font_inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5556;
    letter-spacing: -0.03em;
    margin-top: 16px;
    max-width: 620px;
}
.tag_header .cat_header {
    margin-bottom: 120px;
}
:is(.tag_header, .all_tags) .blog_heading{
    font-size: 40px;
}
.all_tags {
    max-width: 510px;
}
/*=======================
======= Presenter =======
=======================*/

.presenter_header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.presenter_container {
    flex-basis: 740px;
    display: flex;
    flex-wrap: wrap;
}
.presenter_events {
    max-width: 440px;
}

.presenter_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.presenter_thumb {
    flex-basis: 192px;
    margin-right: 24px;
}
.presenter_intro {
    padding-top: 180px;
}
.presenter_details h1 {
    color: var(--c_heading);
    font-family: var(--font_inter);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    margin: 10px 0 10px;
}
.presenter_details {
    flex-basis: calc(100% - 216px);
}
.presenter_title,
.presenter_company {
    color: var(--c_heading);
    font-size: 18px;
    font-style: normal;
    line-height: 1.55556em;
}
.bio_heading {
    color: var(--c_body);
    font-family: var(--font_inter);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.33333;
    letter-spacing: -0.03em;
}

.presenter_bio {
    margin-top: 40px;
}
.bio_content {
    font-family: var(--font_open_sans);
    color: #1F2042;
    font-size: 18px;
    font-weight: 400;
    line-height: 155.556%;
    margin-top: 16px;
    letter-spacing: -0.01em;
}

.presenter_img {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 0 0 20px 0;
}

.presenter_img img {
    position: absolute;
}


.pt-60{
    padding-top: 60px !important;
}

.pt-100{
    padding-top: 100px !important;
}
.pb-100{
    padding-bottom: 100px !important;
}

.pt-120{
    padding-top: 120px !important;
}
.pb-120{
    padding-bottom: 120px !important;
}

.pt-156{
    padding-top: 156px !important;
}
.pb-156{
    padding-bottom: 156px !important;
}

.research_wrap {
    border-top: 1px solid #B4B5BE;
}

.research_item {
    padding: 42px 0 62px;
    border-bottom: 1px solid #B4B5BE;
}

.research_item :is(a, a:hover) {
    color: var(--c_body)
}
.research_item a .research_title{
    font-family: var(--font_inter);
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.3;
}
.research_item a div{
    max-width: 850px;
}
.research_item .research_auth {
    color: #3EA2F9;
    text-transform: uppercase;
}
.research_top {
    margin-bottom: 16px;
}
.event_wrap .presenter_heading {
    max-width: 380px;
}

.conference_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 28px;
}
.conf_item {
    font-family: var(--font_inter);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #FAFAFA;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 42px 32px 32px;
    transition: .2s linear;
}
.conf_topic {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.31em;
    letter-spacing: -0.03em;
    color: var(--c_heading);
}
.conf_date {
    color: #999;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5556em;
    letter-spacing: -0.02em;
    margin-top: 18px;
}
.conf_title {
    color: var(--c_heading);
    font-family: var(--font_open_sans);
    letter-spacing: -0.03em;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 45px;
}

.conf_arrow {
    margin-top: 24px;
    text-align: right;
}
.conf_item:hover{
    background: var(--c_heading);
}
.conf_item:hover .conf_top *{
    color:#fff;
}
.conf_item:hover .conf_arrow svg path{
    stroke: #fff;
}
.top_picks .excerpt {
    display: none;
}
.top_picks h3 {
    margin-bottom: 44px;
}

/* conference post type */
.conf_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px 26px;
}
.conf_line {
    height: 2px;
    background: rgb(62, 185, 224);
    background: linear-gradient(90deg, rgba(62, 185, 224, 1) 0%, rgba(72, 106, 191, 1) 100%);
}
.conf_wrapper .conf_single_item:nth-of-type(3n+2) .conf_line {
    background: rgb(168, 218, 128);
    background: linear-gradient(90deg, rgba(168, 218, 128, 1) 0%, rgba(68, 156, 139, 1) 52%, rgba(42, 78, 128, 1) 100%);
}
.conf_wrapper .conf_single_item:nth-of-type(3n+3) .conf_line {
    background: rgb(12, 128, 164);
    background: linear-gradient(90deg, rgba(12, 128, 164, 1) 0%, rgba(68, 156, 139, 1) 0%, rgba(71, 125, 224, 1) 53%, rgba(198, 67, 151, 1) 100%);
}
.conf_box {
    padding: 24px 38px 24px 38px;
    color: var(--c_heading);
}
.conf_topic_title {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
}

.conf_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.conf_icon i {
    font-size: 24px;
    line-height: 1;
    width: 24px;
    margin-right: 10px;
}
.conf_text {
    font-size: 16px;
    letter-spacing: -0.01em;
    flex-basis: calc(100% - 38px);
}
.conf_wrapper .short_details {
    color: #36363B;
    font-family: var(--font_open_sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.555556;
    letter-spacing: -0.03em;
}
.conf_single_title {
    color: #36363B;
    font-family: var(--font_open_sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.555556;
    letter-spacing: -0.03em;
    margin-top: 32px;
}

.conf_bottom {
    padding: 24px 38px 45px 38px;
}

.conf_bottom .view_all_btn {
    justify-content: flex-start;
}
.conf_single_item{
    position: relative;
    border-radius: 5px 5px 50px 5px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
    transition: box-shadow linear .2s;
}
.conf_single_item:hover{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.conf_single_item a.link_overlay{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 0;
}

.conf_logo {
    padding: 42px 38px 36px 38px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.conf_logo img {
    height: 60px;
    object-fit: contain;
    object-position: left center;
}
/* Research Paper */
.single-research_paper .back-to-blog-btn{
    top:50px
}

.blog-content.content-research_paper {
    max-width: 728px;
    margin: auto;
    padding: 20px 24px 100px;
}
.single-resource_top_title {
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 1.333334;
    color: var(--c_body);
    margin-bottom: 15px;
}
.content-research_paper .post-title {
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.2;
    color: var(--c_heading);
    margin-bottom: 25px;
}
.blog-content.content-research_paper .tag_wrapper {
    margin: 36px 0 0;
}
.single-research_paper .post-content {
    margin-top: 58px;
    padding-bottom: 24px;
}
.single-research_paper .post-content :is(h2, h3) {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.03em;
}
.single-research_paper .post-content p {
    letter-spacing: 0;
    margin: 24px 0;
}
a.research-sigle-bnt,
a.research-sigle-bnt:hover {
    background: var(--c_heading);
    display: table;
    padding: 15px 24px;
    color: #fff;
    font-family: var(--font_open_sans);
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.01em;
    border-radius: 2px;
}
a.research-sigle-bnt i{
    margin-left: 6px;
}

section.contributor_wrap {
    padding: 80px 40px;
}

.contributor_container{
    max-width: 924px;
    margin: auto;
}

.contributor_container h2 {
    color: var(--c_heading);
    text-align: center;
    font-family: var(--font_inter);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin: 0px 0 45px;
}

.contributor_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 52px;
}
.contributor_thumb {
    position: relative;
    padding-bottom: 100%;
    border-radius: 0 0 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
.contributor_thumb img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contributor_name {
    color: var(--c_heading);
    font-family: var(--c_heading);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55556;
}
.contributor_title {
    color: var(--c_heading);
    font-family: var(--c_heading);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55556;
}

/* Press Archive */

.press_archive_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.press_sidebar {
    width: 315px;
}

.press_main {
    flex-basis: calc(100% - 350px);
    position: relative;
    min-height: 120px;
}
.research_container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: 0;
}

.ajax_loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
}
.ajax_loader .circle{
    border: 5px solid var(--c_heading);
    border-radius: 50%;
    border-top: 5px solid transparent;
    width: 75px;
    height: 75px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: table;
    margin: 30px auto 0;
}

.press_item_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px 46px;
}
.press_logo {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.press_logo img {
    max-height: 80px;
    max-width: 60%;
}
.press_line {
    height: 3px;
    background: rgb(12, 128, 164);
    background: linear-gradient(90deg, rgba(12, 128, 164, 1) 0%, rgba(12, 128, 164, 1) 0%, rgba(71, 125, 224, 1) 44%, rgba(173, 60, 126, 1) 100%);
}
.press_item {
    border-radius: 5px 5px 50px 5px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: box-shadow .2s linear;
}
.press_item:hover{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.research_single_item{
    position: relative;
    padding: 44px 0;
    border-bottom: 1px solid #B4B5BE;
}

.research_container_item_wrapper .research_single_item:first-of-type{
    padding-top: 0;
}
.research_container_item_wrapper .research_single_item:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
}

.press_item .link_overlay,
.resource_item .link_overlay,
.research_single_item .link_overlay{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 0;
}
.press_item_content {
    padding: 24px 32px 0 44px;
    min-height: 268px;
    margin-bottom: 32px;
}
.press_meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.press_type,
.resource_type,
.resource_type :is(a, a:hover) {
    color: var(--c_pink);
    font-family: var(--font_inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}
.press_date{
    color: #666;
    font-family: var(--font_inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.03em;
}
.press_name {
    color: var(--c_heading);
    font-family: var(--font_inter);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.34375;
    letter-spacing: -0.03em;
}
.press_read_more {
    color: var(--c_heading);
    font-family: var(--font_inter);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration-line: none;
    position: relative;
}
.press_read_more span:not(.press_icon){
    position: relative;
}
.press_read_more span:not(.press_icon):after {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    border-top: 1px solid;
}
.press_read_more .press_icon,
.view_all_btn .view_all_icon{
    transition: transform .2s linear;
    display: inline-block;
}
.resource_item:hover .press_read_more span:not(.press_icon):after,
.event_single_item:hover .press_read_more span:not(.press_icon):after,
.press_item:hover .press_read_more span:not(.press_icon):after,
.press_read_more:hover span:not(.press_icon):after{
    width: 100%;
}
.resource_item:hover .press_read_more .press_icon,
.event_single_item:hover .press_read_more .press_icon,
.conf_single_item:hover .view_all_btn .view_all_icon,
.press_item:hover .press_read_more .press_icon,
.press_read_more:hover .press_icon{
    transform: translateX(10px);
}
.press_bottom {
    padding: 0 32px 32px 44px;
}

.press_filter_group{
    margin-bottom: 24px;
}
.press_filter_heading {
    color: var(--c_body);
    font-family: var(--font_inter);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.01em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #8F8F8F;
    cursor: pointer;
}
.press_filter_heading .filter_icon{
    transform: rotate(45deg);
    transition: .3s linear;
    width: 40px;
    text-align: center;
}
.press_filter_group.closed .press_filter_heading .filter_icon{
    transform: rotate(0deg);
}
.press_filer_panel {
    padding: 24px 0;
}
.topic_filter :is(input[type="checkbox"], input[type="radio"]){
    display: none;
}
.topic_filter :is(input[type="checkbox"], input[type="radio"])+label{
    position: relative;
    padding-left: 36px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.topic_filter :is(input[type="checkbox"], input[type="radio"])+label:before{
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #B4B5BE;
    background-color: #fff;
    left: 0;
    top:0;
}
.topic_filter {
    margin-bottom: 6px;
}

.topic_filter :is(input[type="checkbox"], input[type="radio"]):checked+label:before {
    background: #fff;
    background-image:url("data:image/svg+xml,<%3Fxml version='1.0' encoding='UTF-8'%3F><svg width='13px' height='10px' viewBox='0 0 13 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>Created with Sketch.</desc><g id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Contact-Us' transform='translate(-178.000000,-1550.000000)' fill='%2314194D'><g id='Group' transform='translate(174.000000,704.000000)'><path d='M15.6315789,846 L17,847.428571 L8.78947368,856 L4,851 L5.36842105,849.571429 L8.789,853.143 L15.6315789,846 Z' id='Combined-Shape'></path></g></g></g></svg>");
    background-repeat:no-repeat;
    background-position:center;
    background-size: 10px;
}

.search_group{
    margin-bottom: 20px;
}
.search_group form {
    margin: 0;
}

.search_group .resource_search {
    border: 1px solid #8F8F8F !important;
    border-radius: 5px;
    position: relative;
}

.search_group .resource_search input {
    width: 100%;
    margin: 0;
    padding: 0 15px 0 42px;
    height: 50px;
    background: transparent;
    box-shadow: none !important;
    border: none;
}
.resource_search i {
    position: absolute;
    padding: 0 15px;
    font-size: 16px;
    height: 100%;
    line-height: 50px;
}

.filer_reset_btn {
    color: #8F8F8F;
    font-family: var(--font_inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    display: table;
    cursor: pointer;
}
.filer_reset {
    margin-bottom: 40px;
}

/* Resource css */

.resource_item {
    border-radius: 5px 5px 50px 5px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
    padding: 40px 40px 32px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: box-shadow linear .2s;
}
.resource_item:hover{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.resource_meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.resource_date {
    color: var(--c_heading);
    font-family: var(--font_open_sans);
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    border-radius: 12px;
    background: #F6F6F6;
    padding: 5px 14px;
}
.resource_name {
    color: var(--c_heading);
    font-family: var(--font_inter);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33334;
    letter-spacing: -0.03em;
    margin-top: 10px;
}
.resource_excerpt {
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--c_body);
    font-family: var(--font_open_sans);
    font-size: 18px;;
    line-height: 1.55556;
    letter-spacing: -0.03;
}
.resource_bottom {
    margin-top: 16px;
}

.tag-best-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.best-content-categories a {
    font-weight: 500;
    font-family: var(--font_inter);
    color: #666666;
}
.blog-item-best-content .blog-thumb-wrap{
    margin-bottom: 0;
}
.blog-item-best-content {
    position: relative;
    background: #fff;
    border: 1px solid #FAFAFA;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow .2s linear;
}
.blog-item-best-content:hover{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.best-content-box {
    padding: 32px 42px;
}
.best-content-bottom {
    padding: 0 42px 24px;
}
.best-content-bottom svg {
    width: 28px;
    height: auto;
    display: block;
    margin: 0 0 0 auto;
}
.blog-item-best-content .link_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.best-content-top h3 {
    color: var(--c_heading);
    font-family: var(--c_heading);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.03em;
    margin: 0;
}
.tag_header .header_org {
    margin-bottom: 46px;
}

.event_single_item {
    border-radius: 5px 5px 50px 5px;
    border: 1px solid #FAFAFA;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: .2s linear;
}
.event_single_item:hover{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.event_content {
    padding: 82px 32px 8px;
}
a.event_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 0;
}
.event_single_item a.event_overlay{
    z-index: 2;
}
.event_type {
    font-family: var(--font_inter);
    font-size: 16px;
    color: var(--c_pink);
    letter-spacing: -0.01em;
    line-height: 1.75;
}
.event_title h3 {
    color: var(--c_body);
    font-family: var(--font_inter);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.333334;
    letter-spacing: -0.03em;
    margin: 0 0 10px;
}
.event_excerpt {
    color: var(--c_body);
    font-family: var(--font_open_sans);
    font-size: 18px;
    line-height: 1.555556;
    letter-spacing: -0.03em;
}
.event_timing {
    color: var(--c_heading);
    font-family: var(--font_inter);
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.01em;
}
.e_t_item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
    align-items: center;
}
.e_t_icon {
    font-size: 24px;
    margin-right: 8px;
}

.qa_content {
    margin-top: 16px;
}

.qa_heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--c_heading);
    font-family: var(--font_inter);
}

.event_auth {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 14px;
}

.event_auth_img {
    flex-basis: 100px;
    margin-right: 16px;
}

.event_auth_img_item {
    width: 100px;
    height: 100px;
    border-radius: 0 0 14px 0;
    overflow: hidden;
}
.event_auth_text {
    flex-basis: calc(100% - 120px);
    font-size: 16px;
    line-height: 1.375;
}
.event_auth_wrap {
    margin-top: 28px;
}
.event_bottom {
    padding: 0 24px 52px;
}

.event_single_item .wrap {
    position: absolute;
    width: 100%;
    height: 58px;
}

.event_single_item .wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    object-fit: cover;
}
.no_post_found {
    text-align: center;
    font-size: 24px;
    letter-spacing: -0.03em;
}
.research_single_content {
    max-width: 842px;
}

.research_title {
    color: var(--c_heading);
    font-family: var(--font_inter);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.375;
    letter-spacing: -0.03em;
}
.research_excerpt {
    color: var(--c_body);
    font-family: var(--font_open_sans);
    font-size: 18px;
    line-height: 1.555556;
    letter-spacing: -0.03em;
    margin-top: 10px;
}
.research_excerpt .show_more_text{
    color: var(--c_heading);
    font-weight: 700;
    text-decoration: underline;
}
.research_topics {
    color: var(--c_body);
    font-family: var(--font_inter);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}
.research_topics .color_pink{
    color: var(--c_pink);
    text-transform: uppercase;
}

.research_single_item:hover .research_title{
    text-decoration: underline;
}
button.view_all_btn {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    display: flex;
    text-shadow: none !important;
    font-weight: 600 !important;
}



.conf_wrapper_v2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    &.grid{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 0px 24px;
    }
    .event_v2_single {
        padding: 50px 40px;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .25);
        position: relative;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(33.33% - 15px);
        margin-top: 80px;
        transition: box-shadow .3s;

        &:hover{
            box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, .15);
        }
    }
    &.grid .event_v2_single{
        width: 100%;
    }

    .post_type {
        color: var(--c_pink);
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 0.08em;
    }
    .evt_content {
        margin-top: 30px;
    }
    .conf_topic_title {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: -0.03em;
        margin-bottom: 20px;
        color: var(--c_heading);
    }
    .evt_reg_btn{
        margin-top: 20px;
    }
    .evt_btn {
        font-size: 14px;
        font-weight: 700;
        background: var(--c_pink);
        display: table;
        padding: 10px 22px;
        color: #fff;
        border-radius: 2px;
        line-height: 1;
    }
    a.link_overlay {
        position: absolute;
        opacity: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .conf_single_title{
        margin: 0 0 20px;
    }
    .conf_text {
        font-weight: bold;
    }
    .conf_featured{
        position: relative;
        padding-bottom: 93%;
    }
    .conf_featured img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    @media (max-width: 1520px){
        .conf_topic_title{
            font-size: 32px;
        }
    }
    @media (max-width: 1024px){        
        .event_v2_single{
            width: calc(50% - 15px);
            padding: 30px 24px;
            margin-top: 40px;
        }
        &.grid{
            grid-template-columns: repeat(2,1fr);
        }
        &.grid .event_v2_single{
            width: 100%;
        }
        .conf_topic_title {
            font-size: 26px;
        }
    }
    @media (max-width: 767px){
        .event_v2_single{
            width: 100%;
            padding: 30px 24px;
            margin-top: 40px;
        }
        &.grid{
            grid-template-columns: repeat(1,1fr);
        }
        &.grid .event_v2_single{
            width: 100%;
        }
    }
}



@-webkit-keyframes spin{
    0%{-webkit-transform:rotate(0)}
    100%{-webkit-transform:rotate(360deg)}
}
@keyframes spin{
    0%{transform:rotate(0)}
    100%{transform:rotate(360deg)}
}

@media (max-width:1500px){
    .blog_search{
        flex-basis: 250px;
        margin: 0 20px 0 auto;
    }
    .blog_topic {
        flex-basis: 180px;
    }
    .headder_logo_text {
        font-size: 14px;
    }
    .blog_navs ul {
        margin: 0 0 0 20px;
    }
    
    
    .ba-thumb {
        flex-basis: 156px;
    }
    .ba-content {
        flex-basis: calc(100% - 156px);
        padding-left: 35px;
    }
    .ba-content.no-thumb{
        padding-left: 0;
    }
    .ba-content h3 {
        font-size: 32px;
    }
    .ba-excerpt{
        font-size: 16px;
    }
    .blog-item h3 {
        font-size: 22px;
    }
    .excerpt {
        font-size: 16px;
    }
    .blog-name, .blog-date{
        font-size: 14px;
    }
    .blog_list_title {
        font-size: 48px;
    }

    h2.blog_heading {
        font-size: 40px;
    }

    .cat_our_pick .blog-item {
        padding: 0 24px;
        margin-bottom: 24px;
    }

    .presenter_container {
        flex-basis: 50%;
    }
    .presenter_events {
        max-width: 35%;
    }
    .research_item a .research_title {
        font-size: 32px;
    }
    .trending_wrap, .trending_description {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-gap: 30px;
    }
    .trending_title a {
        font-size: 16px;
    }

    .conf_box {
        padding: 20px 24px 20px 24px;
    }
    .conf_topic_title {
        font-size: 28px;
    }
    .conf_logo {
        padding: 32px 24px 28px 24px;
    }
    .conf_logo img {
        height: 60px;
    }
    .conf_icon i {
        font-size: 18px;
        width: 18px;
        margin-right: 8px;
    }
    .conf_text {
        font-size: 14px;
        letter-spacing: -0.01em;
        flex-basis: calc(100% - 30px);
    }
    .conf_single_title,
    .conf_wrapper .short_details {
        font-size: 16px;
    }
    .press_name {
        font-size: 24px;
    }
}

@media (max-width:1199px) {
    .blog_navs {
        display: none;
    }
    
    .blog-item h3,
    .yt_video_title {
        font-size: 20px;
    }
    .excerpt, 
    span.view_all_text,
    .trending_title a,
    .ba-excerpt {
        font-size: 16px;
    }
    .trending_description{
        font-size: 14px;
    }
    .header_org {
        margin-bottom: 32px;
    }
    .conf_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .single-research_paper .back-to-blog-btn{
        top:0;
    }
}


@media (max-width:992px) {
    .blog_featured_grid .featured_item,
    .blog_featured_grid .our_picks{
        flex-basis: 100%;
    }
    .cat_declare{
        font-size: 20px;
    }
    .cat_title{
        font-size: 40px;
    }
    .blog_featured_grid,
    .cat_grid.alter .cat_grid_wrap,
    .cat_grid_wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .latest_post {
        grid-template-columns: repeat(2, 1fr);
    }
    .cat_grid.alter .cat_grid_wrap .cat_grid_first {
        order: 0;
    }

    .ba-left{
        flex-basis: 100%;
    }
    .ba-right {
        flex-basis: calc(100% - 194px);
        padding-left: 32px;
        margin: 20px 0 0 auto;
    }

    .blog_list_title {
        font-size: 40px;
    }
    h2.blog_heading {
        font-size: 36px;
    }
    :is(.tag_header, .all_tags) .blog_heading {
        font-size: 32px;
    }
    .presenter_container {
        flex-basis: 100%;
        margin-bottom: 80px;
    }
    .presenter_events {
        max-width: 100%;
        flex-basis: 100%;
    }
    .event_item {
        max-width: 520px;
    }
    .conference_content {
        grid-template-columns: repeat(1, 1fr);
    }
    .contributor_name,
    .contributor_title{
        font-size: 16px;
    }
    .press_sidebar {
        width: 100%;
        margin-bottom: 40px;
    }
    .press_main {
        flex-basis: 100%;
    }
    .tag-best-content {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:767px) {
    .event_inner {
        max-width: unset;
    }
    .ba-content h3 {
        font-size: 24px;
    }
    .blog_search{
        display: none;
    }
    .blog_topic{
        margin: 0 0 0 auto;
    }
    .cat_declare{
        font-size: 18px;
    }
    .cat_title{
        font-size: 36px;
    }
    .blog_list_title {
        font-size: 32px;
    }
    .our_picks_container {
        column-count: 1;
    }
    h2.blog_heading {
        font-size: 28px;
    }
    :is(.tag_header, .all_tags) .blog_heading {
        font-size: 26px;
    }
    .latest_post,
    .blog_video_wrapper,
    .latest_post.cat_recomanded_post {
        grid-template-columns: repeat(1, 1fr);
    }
    .yt_video_title {
        margin-top: 16px;
    }

    .ba-thumb {
        flex-basis: 100%;
    }
    .ba-content {
        flex-basis: 100%;
        padding: 32px 0 0;
    }
    .ba-right {
        flex-basis: 100%;
        padding-left: 0;
    }
    .blog_paginate_wrap :is(a, a:hover, span) {
        font-size: 14px;
        width: 24px;
        height: 24px;
    }
    .blog_paginate_wrap a.prev svg {
        margin-right: 6px;
    }
    .blog_paginate_wrap a.next svg {
        margin-left: 6px;
    }
    .blog_paginate_wrap a.prev {
        margin-right: 10px;
    }
    .blog_paginate_wrap a.next {
        margin-left: 10px;
    }

    .cat_our_pick {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }
    .cat_our_pick .blog-item:nth-child(3n+1){
        border-left: none;
    }
    .cat_our_pick .blog-item {
        padding: 0 0 40px;
        border: none;
        border-bottom: 1px solid #B4B5BE;
    }
    .cat_our_pick .blog-item:last-child {
        margin-bottom: 0;
    }
    
    .pt-100 {
        padding-top: 60px !important;
    }
    .pb-100 {
        padding-bottom: 60px !important;
    }
    .pt-120 {
        padding-top: 100px !important;
    }
    .pb-120 {
        padding-bottom: 80px !important;
    }

    .pt-156 {
        padding-top: 96px !important;
    }
    .pb-156 {
        padding-bottom: 96px !important;
    }

    .content-research_paper .post-title,
    .contributor_container h2{
        font-size: 36px;
    }
    section.contributor_wrap {
        padding: 60px 20px;
    }
    .contributor_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .cat_our_pick h3,
    .cat_our_pick .excerpt,
    .cat_recomended_section .blog-item h3,
    .cat_recomanded_post .excerpt{
        max-width: unset;
    }

}

@media (max-width:640px) {
    .conf_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .press_item_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .best-content-box {
        padding: 32px 24px;
    }
    .best-content-bottom {
        padding: 0 24px 24px;
    }
}

@media (max-width:480px) {
    .contributor_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}