@media screen and (min-width: 1041px) {
    body.page-template-aihr-corporate-solution .cs_header_holder_section {
        margin-top: -85px;
    }
    body .site-header-new {
        background: #31216b !important;
        box-shadow: none;
    }
    .site-header-new.hide-navigation {
        position: relative!important;
    }
    .logo_holder a img {
        width: 100%!important;
    }
}

.phantom-fade .show-phantom#phantom {
    display: none!important;
}

body h2 {
    font-size: 38px;
    line-height: 54px;
    color: #31216B;
    font-weight: 800;
}

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

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

@media screen and (max-width: 480px) {
    .container {
        padding: 0px 30px;
    }
    body h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

.hero-section {
    margin-top: -85px;
    position: relative;
    padding: 130px 0px 70px;
    background-position: center center;
    background-size: cover;
}

.hero-inner {
    display: flex;
}

.hero-left {
    flex: 1;
    box-sizing: border-box;
    padding-right: 50px;
}

.hero-right {
    width: 457px;
    line-height: 0;
}

.hero-right img {
    width: 100%;
}

.hero-left h1 {
    color: #fff;
    font-weight: 800;
    font-size: 38px;
    line-height: 45px;
    margin: 0 0 50px;
}

.hero-left p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}

.button-start {
    margin-bottom: 30px;
}

.button-start a {
    font-weight: 600;
    width: 350px;
}

.average-time {
    background-color: rgba(256, 256, 256, 0.05);
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
}

.average-time i {
    padding-right: 8px;
    font-size: 18px;
}

@media screen and (max-width: 1040px) {
    .hero-section {
        margin-top: 0px;
        padding: 110px 0px 60px;
    }
    body:not(.scroll_down_mobile) .site-header-new {
        box-shadow: none;
        background-color: transparent;
    }
    body:not(.scroll_down_mobile) #aihr-site-navigation.main-navigation .menu-toggle .lines-button .menu-line {
        background-color: #fff!important;
    }
}

@media screen and (max-width: 900px) {
    .hero-inner {
        flex-direction: column;
    }
    .hero-right {
        max-width: 457px;
        line-height: 0;
        margin: 0 auto;
        width: 100%;
    }
    .hero-left {
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .hero-left h1 {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .hero-left p {
        font-size: 18px;
        line-height: 26px;
    }
    .hero-section {
        padding: 90px 0px 50px;
    }
}


/***************
Second Section
***************/

.second-section h2 {
    text-align: center;
    margin-bottom: 50px;
}

.second-section {
    padding: 80px 0px 60px;
    background: -webkit-linear-gradient(top, #DFF3FE 0%, rgba(226, 252, 252, .6) 61.98%, rgba(226, 252, 252, 0) 100%);
}

.second-section-cards {
    display: flex;
    margin: 0px -10px;
    flex-wrap: wrap;
}

.second-section-item {
    box-sizing: border-box;
    width: calc(25% - 20px);
    margin: 0px 10px 20px;
    background-color: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(39, 116, 139, .08);
}

.second-section-item h3 {
    font-size: 20px;
    line-height: 24px;
    color: #31216B;
    font-weight: 600;
    margin-bottom: 15px;
}

.second-section-description p {
    font-size: 14px;
    line-height: 20px;
    color: #31216B;
    font-weight: 400;
    margin: 0px;
}

.second-section-icon {
    display: block;
    line-height: 0;
    margin-bottom: 15px;
}

.second-section-icon img {
    width: 51px;
    height: 51px;
}

@media screen and (max-width: 1040px) {
    .second-section h2 {
        margin-bottom: 30px;
    }
    .second-section-item {
        width: calc(50% - 20px);
    }
    .second-section {
        padding: 60px 0px 40px;
    }
}

@media screen and (max-width: 480px) {
    .second-section {
        padding: 50px 0px 30px;
    }
    .second-section-item {
        width: calc(100% - 20px);
    }
}


/***********************
Section Content - Image
***********************/

.section-image-content-inner {
    display: flex;
    align-items: center;
}

.section-image-content-img {
    width: 50%;
    line-height: 0;
}

.section-image-content-img img {
    width: 100%;
}

.section-image-content-text {
    width: 50%;
}

.section-image-content-text {
    padding-left: 50px;
}

.order-reverse .section-image-content-text {
    padding: 0px 50px 0px 0px;
}

.above-title {
    font-size: 18px;
    font-weight: 26px;
    color: #1EBBF0;
    font-weight: 800;
    text-transform: uppercase;
}

.section-image-content-text p {
    margin: 0px;
    font-size: 16px;
    line-height: 32px;
    color: #31216B;
}

.section-image-content-text ul {
    padding-left: 15px;
    list-style: disc;
}

.section-image-content-text ul li {
    font-size: 16px;
    line-height: 32px;
    color: #31216B;
}

.button-start-assessment {
    margin-top: 30px;
}

.button-start-assessment a {
    font-weight: 600;
}

.section-image-content {
    margin-bottom: 60px;
}

@media screen and (max-width: 900px) {
    .section-image-content-inner {
        flex-direction: column;
    }
    .section-image-content-img {
        width: 100%;
        max-width: 500px;
    }
    .section-image-content-text {
        width: 100%;
        padding: 30px 0px 0px;
    }
    .order-reverse .section-image-content-text {
        padding: 30px 0px 0px;
    }
    .order-reverse .section-image-content-text {
        order: 2;
    }
    .order-reverse .section-image-content-image {
        order: 1;
    }
    .section-image-content {
        margin-bottom: 20px;
    }
    .order-reverse.section-image-content {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 480px) {
    .order-reverse .section-image-content-text {
        padding: 10px 0px 0px;
    }
    .order-reverse.section-image-content {
        margin-bottom: 50px;
    }
    .section-image-content-text p,
    .section-image-content-text ul li {
        font-size: 14px;
        line-height: 28px;
    }
}