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

@media screen and (min-width: 1041px) {
    body.scroll1_down .site-header-new {
        background: #31216b !important;
    }
}

.scroll-video-main-holder {
    display: none;
}

.site-header-new {
    box-shadow: none!important;
}

#hero_top_section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hero_inner {
    padding: 140px 0px 80px;
    display: flex;
    flex-direction: column;
}

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

.hero_top p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 100;
    margin: 0px 0px 0px;
    max-width: 800px;
}

.hero_buttons {
    margin: 50px -25px;
    display: flex;
}

.hero_button {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 100;
    padding: 16px 20px;
    margin: 0px 25px;
    border-radius: 8px;
    background-color: rgba(256, 256, 256, 0.1);
    box-sizing: border-box;
    flex: 1;
    text-align: center;
    border: 1px solid transparent;
}

.hero_button:hover {
    cursor: pointer;
    border: 1px solid #fff;
}

.list_holder {
    display: flex;
}

.list_holder_left {
    width: 600px;
}

.list_holder_right {
    flex: 1;
    padding-left: 50px;
}

.thumb-image {
    line-height: 0;
    display: block;
    padding-bottom: 30px;
}

.thumb-image img {
    width: 100%;
    border-radius: 8px;
}

.list_holder_left .item-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
}

.list_holder_right .item-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.list_holder_left a {
    text-decoration: none;
}

.main-part .list_holder_right a:hover .item-title,
.list_holder_left a:hover .item-title {
    color: #1ebbf0;
}

.list_holder_right a.with-border {
    text-decoration: none;
    padding: 30px 0px;
    border-bottom: 1px solid transparent;
}

.hero_bottom .list_holder_right a.with-border {
    border-color: rgba(226, 225, 225, 0.5);
}

.hero_bottom .list-title,
.hero_bottom .link-to-category a,
.hero_bottom .item-title {
    color: #fff;
}

.hero_bottom .link-to-category a:hover,
.hero_bottom a:hover span {
    color: #1EBBF0;
}

.list_holder_right {
    display: flex;
    flex-direction: column;
}

.link-to-category {
    padding-top: 20px;
    text-align: left;
}

.link-to-category a {
    font-size: 20px;
    line-height: 22px;
    font-weight: 100;
    text-decoration: none;
}

.list-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 30px;
}

.main-part {
    padding: 80px 0px;
}

.main-part .list_holder_left .item-title,
.main-part .list_holder_right .item-title {
    color: #31216b;
}

.main-part .list_holder_right a.with-border {
    border-color: #E2E1E1;
}

.main-part .container .list_holder:nth-child(2) {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #E2E1E1;
}

.main-part .list-title {
    color: #31216b;
}

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

@media screen and (min-width: 1041px) {
    #hero_top_section {
        margin-top: -85px;
    }
    .page-template-aihr-whats-new.scroll1_down .site-header-new {
        background: #31216B !important;
    }
}

@media screen and (max-width: 1040px) {
    .main-part .container .list_holder:nth-child(2) {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .main-part {
        padding: 60px 0px;
    }
    body:not(.scroll_down_mobile) .site-header-new {
        background-color: transparent;
        box-shadow: none;
    }
    .logged-in .site-header-new {
        margin-top: 32px;
    }
    body:not(.scroll_down_mobile) #aihr-site-navigation .lines-button .menu-line {
        background-color: #fff !important;
    }
    .hero_inner {
        padding: 100px 0px 60px;
    }
}

@media screen and (max-width: 900px) {
    .hero_button {
        margin: 0px 10px;
        padding: 16px 10px;
    }
    .hero_buttons {
        margin: 30px -10px;
    }
}

@media (max-width: 782px) {
    .logged-in .site-header-new {
        margin-top: 46px;
    }
}

@media (max-width: 760px) {
    .hero_buttons {
        flex-wrap: wrap;
    }
    .hero_button {
        flex: none;
        width: calc(50% - 20px);
    }
    .hero_button:last-child {
        margin-top: 20px;
    }
}

@media screen and (max-width: 640px) {
    .list_holder {
        flex-direction: column;
    }
    .list_holder_left {
        width: 100%;
    }
    .list_holder_right {
        width: 100%;
        padding-left: 0px;
    }
    .list_holder_left .item-title {
        font-size: 20px;
        line-height: 26px;
    }
    .list_holder_left a {
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
    }
    .hero_bottom .list_holder_left a {
        border-bottom: 1px solid rgba(226, 225, 225, 0.5);
    }
}

@media screen and (max-width: 480px) {
    .main-part {
        padding: 50px 0px;
    }
    .hero_top h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .container {
        margin: 0 30px;
    }
    .hero_button {
        flex: none;
        width: calc(100% - 20px);
    }
    .hero_button.hero_button:nth-child(2) {
        margin-top: 20px;
    }
    .hero_inner {
        padding: 90px 0px 50px;
    }
    .list_holder_right a.with-border {
        padding: 20px 0px;
    }
    .list_holder_left .item-title,
    .list_holder_right .item-title {
        font-size: 18px;
        line-height: 24px;
    }
    .list_holder_left a,
    .thumb-image {
        padding-bottom: 20px;
    }
}


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

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

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

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

.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 a {
    margin: 0px 10px;
    cursor: pointer;
    font-weight: 600;
}

.below-review-last-section .container {
    max-width: 1130px;
    margin: 0 auto;
}

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

@media screen and (max-width: 1040px) {
    .below-review-last-inner {
        padding: 60px 0px;
    }
}

@media screen and (max-width: 800px) {
    .last-sections-buttons-holder {
        flex-direction: column;
    }
    .last-sections-buttons-holder a {
        margin: 0px;
    }
    .last-sections-buttons-holder>a:first-child {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .below-review-last-section .container {
        margin: 0 30px;
    }
    .below-review-last-inner h2 {
        font-size: 32px!important;
        line-height: 42px!important;
    }
    .below-review-last-inner {
        padding: 50px 0px;
    }
    .last-sections-buttons-holder a {
        max-width: 100%;
    }
}