.confrc_post_list {
    padding-top: 24px;    
    padding-bottom: 180px;
    background-color: #F3F8FC;
}
.confrc_post_list__inner {
    display: grid;	
	gap: 48px;
}
.confrc_child_post_list .post_list{
    display: grid;	
	gap: 10px;
}
.confrc_post_list__post_list .header {
    margin-bottom: 10px;
}
.confrc_post_list__post_list .heading {
    margin-bottom: 5px;
    color: #5E1B39;
    font-family: 'supria-sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
}
.confrc_post_list__post_list .header .date {
    font-family: 'proxima-nova', sans-serif;
    color: #6C6C6C;    
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.confrc_post_list__post_list .conference_item {
    background-color: #FCFCFC;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.confrc_post_list__post_list .conference_item:last-child {
    margin-bottom: 0;
}
.confrc_post_list__post_list .conference_item .img_name {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 12px;
}
.confrc_post_list__post_list .conference_item .image {
    position: relative;
	display: block;
    width: 80px;
    min-width: 80px;
    border-radius: 4px;
    overflow: hidden;
}
.confrc_post_list__post_list .conference_item .image::after {
    content: '';
    display: block;
    padding-bottom: 100%;
    background-color: #a3a3a3;
}
.confrc_post_list__post_list .conference_item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.confrc_post_list__post_list .conference_item .name_date {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
}
.confrc_post_list__post_list .conference_item .name {    
    color: #2E406B;
    margin-bottom: 6px;
    text-transform: capitalize;
    font-size: inherit;
    line-height: inherit;
}
.confrc_post_list__post_list .conference_item .date {
    color: #707070;
}
.confrc_post_list__post_list .conference_item .label_value {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}
.confrc_post_list__post_list .conference_item .label_value:last-child {
    margin-bottom: 0;
}
.confrc_post_list__post_list .conference_item .label {    
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #5E1B39;
    margin-bottom: 2px;
}
.confrc_post_list__post_list .conference_item .value {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
}

.confrc_post_list__post_list .conference_item > *:nth-last-child(2) {
    margin-bottom: 24px;
}

.confrc_post_list__post_list .conference_item .btn {
    display: flex;
    align-items: center;    
    gap: 10px;
    min-width: initial;
    width: fit-content;
    /* margin-top: 24px; */
    margin-top: auto;
}
.confrc_post_list .view_all_link {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    width: fit-content;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 30px;
}
.confrc_child_post_list .conference_item {
    margin-bottom: 0 !important;
}
.confrc_child_post_list {
    padding-top: 24px;
    padding-bottom: 48px;
    background-color: #F3F8FC;
}
.confrc_child_post_list .header {
    margin-bottom: 34px !important;
}
.confrc_child_post_list .header .link {
    margin-bottom: 34px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 24px;
    color: #00346A;
}
.confrc_child_post_list .header label {
    font-family: 'supria-sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #1F1F1F;
    margin-right: 24px;
}
.confrc_child_post_list .header .select_box {
    display: flex;
    align-items: center;
}
.confrc_child_post_list .header .selectric-wrapper {
    width: 370px;
}
.confrc_child_post_list .header .selectric {
    border-color: #707070;
    background-color: #FFF;
    border-radius: 30px;
}
.confrc_child_post_list .header .selectric .label {
    font-family: 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    color: #333333;
    margin-left: 24px;
    margin-right: 0;
    padding-right: 24px;
    background-image: url('../img/Icon_chevron-down.svg');
    background-position: calc(100% - 24px) center;
    background-repeat: no-repeat;
}
.confrc_header_banner {
    padding-top: 12px;
    padding-bottom: 30px;
}
.confrc_header_banner__image {
    position: relative;
}
.confrc_header_banner__image .image {
    position: relative;
	display: block;
    border-radius: 19px;
    overflow: hidden;
}
.confrc_header_banner__image .image::after {
    content: '';
    display: block;
    padding-bottom: 82.1%;
    background-color: #a3a3a3;
}
.confrc_header_banner__image .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.confrc_header_banner__image .image_text {
    position: absolute;
    top: 55%;
    left: 16px;
    width: 363px;
    padding: 24px;
    box-shadow: 0px 0px 40px 0px #00000030;
    background-color: #FFF;
    border-radius: 19px;
    text-align: center;
    color: #000000;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}
.confrc_header_banner__content .heading {
    font-family: 'supria-sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.21;
    color: #00346A;
    margin-bottom: 0;
}
.confrc_header_banner__content .sub_heading {
    font-family: 'supria-sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.36;
    color: #5E1B39;
    margin-bottom: 16px;
}
.confrc_header_banner__content .text > p {
    margin-bottom: 0;
}

.confrc_testimonial {
    padding-top: 70px;
    padding-bottom: 70px;
}
.confrc_testimonial__item {
    
}
.confrc_testimonial__item .image {    
    position: relative;
	display: block;
    overflow: hidden;
    border-radius: 24px;
}
.confrc_testimonial__item .image::after {
    content: '';
    display: block;
    padding-bottom: 72%;
    background-color: #a3a3a3;
}
.confrc_testimonial__item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.confrc_testimonial__item .content {
    padding-top: 24px;
}
.confrc_testimonial__item .content .title {
    font-family: 'supria-sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #2E406B;
    margin-bottom: 32px;
}
.confrc_testimonial__item .content .text {
    font-family: 'proxima-nova', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.36;
    color: #000000;
    margin-bottom: 24px;
}
.confrc_testimonial__item .name_confrc_title {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    text-transform: uppercase;    
    display: flex;
    flex-direction: column;
}
.confrc_testimonial__item .name_confrc_title .name {
    color: #6B1C40;
}
.confrc_testimonial__item .name_confrc_title .conference_title {
    color: #707070;
}
.confrc_testimonial__arrow_dots {
    display: flex;
    align-items: center;
    margin-top: 48px;
}
.confrc_testimonial__arrow_dots .slick-arrow {
    width: 16px;
    /* height: 16px; */
    display: flex;
    align-items: center;
    cursor: pointer;
}
.confrc_testimonial__arrow_dots .prev {
    justify-content: flex-start;
}
.confrc_testimonial__arrow_dots .next {
    justify-content: flex-end;
}
.confrc_testimonial__arrow_dots .slick-dots {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
}
.confrc_testimonial__arrow_dots .slick-dots li {
    list-style: none;
    line-height: 0;
}
.confrc_testimonial__arrow_dots .slick-dots button {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 10px;
    background-color: #D9D9D9;
    text-indent: 100px;
    overflow: hidden;
    border: 0 none;
    box-shadow: none;
    transition: all ease-in-out .3s;
    cursor: pointer;
}
.confrc_testimonial__arrow_dots .slick-active button{
    background-color: #00346A;
}

@media (min-width: 576px) {
    .confrc_child_post_list .post_list {
        
    }
}
@media (min-width: 768px) {
    .confrc_child_post_list .post_list {
        gap: 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .confrc_child_post_list {
        padding-top: 40px;
        padding-bottom: 81px;
    }
    .confrc_header_banner {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .confrc_header_banner__content .heading {
        font-size: 48px;
    }
    .confrc_testimonial__item .image {
        width: 445px;
        min-width: 445px;
    }
}
@media (min-width: 992px) {
    .confrc_post_list {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0% 100%);
    }
    .confrc_post_list__inner,
    .confrc_child_post_list .post_list {        
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .confrc_post_list__post_list .heading {
        font-size: 30px;
    }
    .confrc_post_list__post_list .conference_item {
        margin-bottom: 24px;
    }
    .confrc_post_list__post_list .header {
        margin-bottom: 20px;
        min-height: 61px;
    }
    .confrc_post_list__post_list .header .date {
        font-size: 18px;
        line-height: 26px;
    }
    .confrc_child_post_list {
        padding-top: 55px;
        padding-bottom: 114px;     
    }
    .confrc_header_banner {
        padding-top: 40px;
    }
    .confrc_header_banner__inner {
        display: flex;
        column-gap: 30px;
    }
    .confrc_header_banner__image {
        min-width: 335px;
        width: 335px;
    }
    .confrc_header_banner__content .heading {
        font-size: 59px;
    }
    .confrc_header_banner__content .sub_heading {
        font-size: 30px;
    }
    .confrc_testimonial__item {
        display: flex;
        column-gap: 40px;
    }
    
    .confrc_testimonial__item .image::after {
        padding-bottom: 64.1%;
    }
}
@media (min-width: 1200px) {
    .confrc_post_list {
        padding-top: 70px;
    }
    .confrc_post_list__inner {
        gap: 60px;
    }
    
    .confrc_post_list__post_list .header {
        margin-bottom: 31px;
    }
    .confrc_post_list__post_list .conference_item .btn {
        padding-left: 32px;
        padding-right: 32px;
    }
    .confrc_post_list__post_list .conference_item .name_date {
        font-size: 24px;   
    }
    .confrc_child_post_list {
        padding-top: 70px;
        padding-bottom: 147px;     
    }
    .confrc_header_banner__inner {
        column-gap: 60px;
    }
    .confrc_header_banner__content .heading {
        font-size: 68px;
    }

    .confrc_testimonial__item {
        column-gap: 80px;
    }
    .confrc_testimonial__item .image {
        width: 526px;
        min-width: 526px;
    }
    .confrc_testimonial__arrow_dots {
        margin-left: auto;
        margin-top: -20px;
        position: relative;
        max-width: 484px;
    }
    .confrc_testimonial__item .content {
        padding-bottom: 50px;
    }
}
@media (min-width: 1360px) {
    .confrc_testimonial__item {
        column-gap: 128px;
    }
    .confrc_testimonial__item .image {
        width: 596px;
        min-width: 596px;
    }

    .confrc_testimonial__arrow_dots {
        max-width: 592px;
    }
}
@media (min-width: 1440px) {
    .confrc_child_post_list {
        padding-bottom: 180px;     
    }    
}

@media (max-width: 1199px) {
    .confrc_header_banner__image .image_text {
        top: 50%;
        left: 0;
        width: 100%;
    }
    .confrc_testimonial__arrow_dots {
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .confrc_post_list {
        padding-bottom: 48px;
    }
    .confrc_post_list .view_all_link {
        margin-top: 48px;
    }
    .confrc_header_banner__image .image_text {
        top: auto;        
        bottom: 0;
    }
    .confrc_header_banner__image {
        padding-bottom: 40px;
    }
    .confrc_testimonial__item .image {
        margin-left: auto;
        margin-right: auto;
    }
    .confrc_testimonial__item .content .title {
        margin-bottom: 24px;
        line-height: 1.4;
    }
    .confrc_testimonial__item .content .title,
    .confrc_testimonial__item .content .text,
    .confrc_testimonial__item .name_confrc_title {
        text-align: center;
    }
}
@media (max-width: 767px) {    
    .confrc_child_post_list .header .selectric-wrapper {
        width: calc(100% - 98px);
    }
    .confrc_child_post_list .header .selectric .label {
        line-height: 48px;
        height: 48px;
        margin-left: 16px;
        font-size: 16px;
    }
    .confrc_child_post_list .header .link {
        gap: 12px;
        margin-bottom: 18px;
    }
    .confrc_header_banner__content .text > p {
        font-size: 14px;
        line-height: 22px;
    }
    .confrc_header_banner__image {
        padding-bottom: 65px;
    }
}