.container {
    max-width: 1130px;
    margin: 0 auto;
}

.hero_inner {
    padding: 160px 0px 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin:0 auto;
    justify-content: center;
}



.hero_inner h1 {
    -webkit-font-smoothing: auto;
    font-size: 52px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
    margin: 0px 0px 60px;
    text-align: left;
}

.hero_inner p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-weight: 100;
    margin: 0px auto 30px;
    text-align: left;
}

#hero_top_section{
    background-image: url(../../../../images/avif/webinar-background-4.avif);
    background-position: right center;
    background-size: contain;
}

.browse-webinars-button{
    font-weight: 600;
    cursor: pointer;
    margin:0 auto;
}

.hero_item_holder{
    display: flex;
    align-items: center;
   gap:60px;
   text-decoration: none;
  &:hover{
    .hero_item_content h2{
        color: #1EBBF0;
    }
}
}


.hero_item_content{
width: 50%;
box-sizing: border-box;
}

.hero_item_thumbnail{
    line-height: 0;
    width: 50%;
    box-sizing: border-box;
    img{
        width: 100%;
        height: auto;
    }
}


.hero_item_date_label{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}

.hero_item_date_text{
  color:#fff;
}

.hero_item_label_text{
color:#fff;
padding:2px 10px;
border-radius: 4px;
font-weight: 600;
}

.hero_item_content h2{
    font-weight: 800;
    font-size: 34px;
    line-height: 42px;
    color: #fff;
}

.read_more_link{
    font-size: 18px;
    line-height: 26px;

}

#second_section{
    padding: 80px 0px;
}

.second_section_inner h2{
    font-weight: 800;
    font-size: 34px;
    line-height: 42px;
    color: #31216B;
    margin: 0 0px 40px 0;
    text-align: left;
}

.news-index-list {
    display: flex;
    flex-direction: column;
}

.news-index-load-more-button{
    border: none;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
}


.news-index-item {
    display: flex;
    gap: 50px;
    padding: 40px 0;
    border-bottom: 1px solid #d0d0d0;
    text-decoration: none;
    &:hover{
        .news-index-item-title{
            color: #1EBBF0;
        }
    }
}

.news-index-item-excerpt{
    color: #31216B;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 16px;
}

.news-index-item:first-child {
    padding-top: 0;
}

.news-index-item:last-child {
    border-bottom: none;
}

.news-index-item-thumbnail {
    flex: 0 0 360px;
    line-height: 0;
}

.news-index-item-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.news-index-item-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-index-item-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.news-index-item-date {
    font-size: 14px;
    line-height: 20px;
    color: #31216B;
    font-weight: 600;
}

.news-index-item-label {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}

.news-index-item-title {
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    color: #31216B;
    margin: 0 0 16px;
    max-width: 600px;
}

.news-index-item-link {
    font-size: 16px;
    line-height: 22px;
    color: #1EBBF0;
}

.news-index-load-more-holder {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.second_section_holder.is-loading {
    opacity: 0.6;
    pointer-events: none;
}

#third_section {
    padding: 0px 0px 80px;
}

#third_section .third_section_inner h2 {
    font-weight: 800;
    font-size: 34px;
    line-height: 42px;
    color: #31216B;
    margin: 0 0 40px;
    text-align: left;
}

#third_section .third_section_boxes {
    display: flex;
    flex-wrap: wrap;
}

#third_section .third_section_boxes.slick-initialized {
    margin: 0 calc(var(--slide-gap, 60px) / -2);
}

#third_section .third_section_boxes.slick-initialized .slick-slide {
    margin: 0 calc(var(--slide-gap, 60px) / 2);
}

.news-index-box {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    box-sizing: border-box;
    text-decoration: none;
    &:hover {
        .news-index-box-title {
            color: #1EBBF0;
        }
    }
}

.news-index-box-logo {
    display: block;
    line-height: 0;
    margin-bottom: 20px;
    min-height: 32px;
}

.news-index-box-logo img {
    max-height: 40px;
    width: auto;
    height: auto;
    display: block;
}

.news-index-box-divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d0d0d0;
    margin-bottom: 20px;
}

.news-index-box-date {
    font-size: 14px;
    line-height: 20px;
    color: #31216B;
    font-weight: 600;
    margin-bottom: 12px;
}

.news-index-box-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    color: #31216B;
    margin: 0 0 24px;
    flex: 1;
}

.news-index-box-link {
    font-size: 16px;
    line-height: 22px;
    color: #1EBBF0;
    margin-top: auto;
}

#forth_section {
    padding: 0 0 80px;
}

#forth_section .forth_section_inner > h2 {
    font-weight: 800;
    font-size: 34px;
    line-height: 42px;
    color: #31216B;
    margin: 0 0 40px;
    text-align: left;
}

.forth_section_item {
    padding-bottom: 40px;
}

.forth_section_item {
    border-top: 1px solid #d0d0d0;
    padding-top: 40px;
}

.forth_section_item:last-child {
    padding-bottom: 0;
}

.forth_section_item_title {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    color: #31216B;
    margin: 0 0 30px;
    text-align: left;
}

.forth_section_item_columns {
    display: flex;
    align-items: center;
    gap: 60px;
}

.forth_section_item_content {
    flex: 1;
    min-width: 0;
}

.forth_section_item_content p {
    color: #31216B;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin: 0 0 16px;
}

.forth_section_item_content p:last-child {
    margin-bottom: 0;
}

.forth_section_item_content a {
    color: #1EBBF0;
    font-weight: 600;
    text-decoration: none;
}

.forth_section_item_content ul,
.forth_section_item_content ol {
    color: #31216B;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 16px;
    padding-left: 20px;
}

.forth_section_item_image {
    max-width: 400px;
    line-height: 0;
    box-sizing: border-box;
}

.forth_section_item:nth-child(3) {
    .forth_section_item_image img {
        box-shadow: 2px 4px 8px 0 rgb(46 61 73 / 20%);
        border-radius: 20px;
    }
}

.forth_section_item_image img {
    width: 100%;
    height: auto;
    display: block;
}

.slick-prev.slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    font-size: 0;
    left: -40px;
    background-color: #fff;
    border: none;
    z-index: 99;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.slick-prev.slick-arrow:before {
    content: "\f053";
    font-size: 16px;
    color: #31216B;
    font-family: 'font awesome 6 free';
    font-weight: 900;
    cursor: pointer;
}

.slick-next.slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    font-size: 0;
    right: -40px;
    background-color: #fff;
    border: none;
    z-index: 99;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slick-next.slick-arrow:before {
    content: "\f054";
    font-size: 16px;
    color: #31216B;
    font-family: 'font awesome 6 free';
    font-weight: 900;
    cursor: pointer;
}


@media screen and (max-width: 1300px) {

    .slick-prev.slick-arrow{
        left:-20px;
    }
    .slick-next.slick-arrow{
        right:-20px;
    }
}


@media screen and (max-width: 1230px) {
    .container {
        max-width: 100%;
        margin: 0 50px;
    }
}

@media screen and (min-width: 1041px) {
    .site-header-new {
        box-shadow: none!important;
    }
    .scroll1_down .site-header-new {
        background-color: #31216B;
    }
    #hero_top_section {
        margin-top: -85px;
    }
}

@media screen and (max-width:1040px) {
    #third_section {
        padding: 0px 0 60px;
    }

    #forth_section {
        padding: 0 0 60px;
    }

    #second_section{
        padding: 60px 0px;
    }
    
    body:not(.scroll_down_mobile) #aihr-site-navigation .lines-button .menu-line {
        background-color: #fff !important;
    }
        body:not(.scroll_down_mobile) .site-header-new {
            background-color: transparent;
            box-shadow: none;
        }
    
    .hero_inner {
        padding: 120px 0px 60px;
    }
}

@media screen and (max-width:980px) {

    .hero_inner h1 {
        margin: 0px 0px 40px;
    }

}

@media screen and (max-width:900px) {
    .news-index-box {
        flex: 1 1 calc((100% - 30px) / 2);
    }

    .news-index-load-more-holder{
        margin-top: 0px;
    }

    .news-index-item {
        flex-direction: column;
        gap: 20px;
    }

    .news-index-item-thumbnail {
        flex: 0 0 auto;
        width: 100%;
    }

    .hero_item_holder{
        flex-direction: column;
        gap:30px;
    }
    .hero_item_content{
        width: 100%;
       order:2;
    }
    .hero_item_thumbnail{
        width: 100%;
        order:1;
}

    .forth_section_item_columns {
        flex-direction: column;
        gap: 30px;
    }

    .forth_section_item_image {
        flex: 0 0 auto;
        max-width: 500px;
        width: 100%;
        order: 2;
    }

    .forth_section_item_content {
        order: 1;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .slick-prev.slick-arrow{
        left:-5px;
    }
    .slick-next.slick-arrow{
        right:-5px;
    }
}

@media screen and (max-width: 480px) {
    #third_section {
        padding: 0px 0 50px;
    }

    #forth_section {
        padding: 0 0 50px;
    }

    #forth_section .forth_section_inner > h2,
    .forth_section_item_title {
        font-size: 28px;
        line-height: 36px;
    }

    #forth_section .forth_section_inner > h2 {
        margin-bottom: 30px;
    }

    .forth_section_item_title {
        margin-bottom: 20px;
    }

    .forth_section_item {
        padding-bottom: 30px;
    }

    .forth_section_item + .forth_section_item {
        padding-top: 30px;
    }

    #third_section .third_section_inner h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .news-index-box {
        flex: 1 1 100%;
    }

    .news-index-box-title {
        font-size: 20px;
        line-height: 28px;
    }

    .news-index-item-title {
        font-size: 20px;
        line-height: 28px;
    }

    .news-index-item-link {
        font-size: 16px;
        line-height: 20px;
    }

    .news-index-item {
        padding: 24px 0;
    }

    .second_section_inner h2{
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    #second_section{
        padding: 50px 0px;
    }
    .read_more_link {
        font-size: 16px;
        line-height: 20px;
    }
    .hero_item_content h2 {
        font-size: 28px;
        line-height:36px;

    }
    .hero_inner h1 {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 20px;
    }
    .container {
        margin: 0 30px;
    }
    .hero_inner {
        padding: 100px 0px 50px;
    }

}
/*************************
Last Section 
*************************/

.below-review-last-section {
    background-size: contain;
    background-position: center center;
}

.below-review-last-inner {
    padding: 80px 0px;
    text-align: center;
}

.below-review-last-inner h2 {
    font-size: 38px;
    line-height: 52px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.last-section-subtitle {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.last-sections-buttons-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.last-sections-buttons-holder .default-button.button-orange-ghost,
.last-sections-buttons-holder .default-button.button-orange {
    padding: 11px 0px;
    margin: 0px 10px;
    font-weight: 600;
}

@media screen and (max-width: 1040px) {
    .below-review-last-section {
        background-size: cover;
        background-position: left center;
    }
    .below-review-last-inner {
        padding: 60px 30px;
    }
}

@media screen and (max-width: 600px) {
    .last-sections-buttons-holder {
        flex-direction: column;
    }
    .last-sections-buttons-holder .default-button.button-orange-ghost {
        margin: 0px;
    }
    .last-sections-buttons-holder .default-button.button-orange {
        margin: 0px 0px 20px;
    }
}

@media screen and (max-width: 480px) {
    .below-review-last-inner {
        padding: 50px 0px;
    }
    .three_columns_holder {
        margin-bottom: 50px;
    }
    .below-review-last-inner h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .last-section-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
 
}
