body {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}


/*********************** Common Style **************************/

.navbar.navbar-expand-lg {
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.35);
    /* padding: .5rem 0; */
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 15px;
    line-height: 17px;
}

.navbar-expand-lg .nav-item {
    margin-left: 7px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #fff;
    background-color: #e30617;
}

.navbar-brand {
    width: 12%;
}

.navbar-brand img {
    width: 100%;
}

.section-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 22px;
}

.transition-300 {
    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition-timing-function: ease-in-out;
}

.lead {
    font-size: 18px;
}


/********************* End Common Style ************************/

header {
    padding: 120px 0 0px;
}

header p {
    margin-bottom: 30px;
}

.banner-img {
    margin-bottom: 40px;
}

.mobile-banner.owl-carousel {
    display: none;
}

.large-screen {
    display: block;
}

.laptop-screen {
    display: none;
}


/* .slider-holder{
    height: 515px;
    width: 100%;
    background-image: url(../images/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
} */

section {
    padding: 60px 0 0 0;
}

.special-content {
    background-image: url(../images/hr-technology-solution-bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0 60px 0;
}

.special-content img {
    margin-bottom: 30px;
}

.special-content h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 40px;
}

.special-content p {
    line-height: 30px;
    height: 180px !important;
}

.special-content .btn {
    height: 56px;
    min-width: 250px;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 30px 30px 0 30px;
}

.sub-title {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 24px;
}

.special-content .btn:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0.90);
}

.bg-dark-red {
    background-color: #da251c;
}

.bg-light-green {
    background-color: #999c55;
}

.bg-light-yellow {
    background-color: #dccf73;
}


/***************************** HCM Features *************************/

#hr_technology_solution .box {
    position: relative;
    margin-top: 80px;
    padding: 80px 15px 15px 15px;
    border-radius: 20px;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.10);
    min-height: 650px !important;
}

#hr_technology_solution .box .iconic {
    width: 140px;
    height: 130px;
    border-radius: 20px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    bottom: auto;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
}

#hr_technology_solution .box .iconic.bg-dark-red {
    background-image: url(../images/design-principles-icon.png);
}

#hr_technology_solution .box .iconic.bg-light-green {
    background-image: url(../images/comprehensive-integrated-icon.png);
}

#hr_technology_solution .box .iconic.bg-light-yellow {
    background-image: url(../images/designed-to-transform-icon.png);
}

#hr_technology_solution .box h3 {
    color: #000;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 30px;
    min-height: 60px;
}


/***************************** Human Capital Management Features *************************/

#hcm_features .section-title {
    /* margin-top: 40px; */
    /* padding-bottom: 0px; */
}

.feature-box {
    display: block;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ececec;
    text-align: center;
    min-height: 195px !important;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px
}

.feature-box.open.collapsed {
    background-color: #ffffff;
}

.feature-box.open {
    background-color: #e30617;
}

.feature-box[aria-expanded="false"] .arrow {
    display: none;
}

.feature-box .arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #dccf73;
    position: absolute;
    bottom: -14px;
    top: auto;
    left: 0;
    right: 0;
    z-index: 100;
    display: block;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1500ms, visibility 100ms;
    transition: opacity 1500ms, visibility 100ms;
}

.feature-box.open .arrow {
    visibility: visible;
    opacity: 1;
}

.feature-box:hover {
    cursor: pointer;
    text-decoration: none;
}

.feature-box.dropdown-toggle::after {
    display: none;
}

.feature-box .trigger {
    display: block;
}

.feature-box .content {
    display: none;
}

.feature-box .icon {
    width: 96px;
    height: 80px;
    display: block;
    margin: 0 auto 20px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.feature-box .icon.organization-design,
.feature-box.open.collapsed .icon.organization-design {
    background-image: url(../images/features-icons/organization-design.png);
}

.feature-box.open .icon.organization-design {
    background-image: url(../images/features-icons/organization-design-active.png);
}

.feature-box .icon.position-based-clarity,
.feature-box.open.collapsed .icon.position-based-clarity {
    background-image: url(../images/features-icons/position-based-clarity.png);
}

.feature-box.open .icon.position-based-clarity {
    background-image: url(../images/features-icons/position-based-clarity-active.png);
}

.feature-box .icon.life-cycle-documentation,
.feature-box.open.collapsed .icon.life-cycle-documentation {
    background-image: url(../images/features-icons/life-cycle-documentation.png);
}

.feature-box.open .icon.life-cycle-documentation {
    background-image: url(../images/features-icons/life-cycle-documentation-active.png);
}

.feature-box .icon.employee-life-cycle-management,
.feature-box.open.collapsed .icon.employee-life-cycle-management {
    background-image: url(../images/features-icons/employee-life-cycle-management.png);
}

.feature-box.open .icon.employee-life-cycle-management {
    background-image: url(../images/features-icons/employee-life-cycle-management-active.png);
}

.feature-box .icon.compensation-design,
.feature-box.open.collapsed .icon.compensation-design {
    background-image: url(../images/features-icons/compensation-design.png);
}

.feature-box.open .icon.compensation-design {
    background-image: url(../images/features-icons/compensation-design-active.png);
}

.feature-box .icon.compensation-management,
.feature-box.open.collapsed .icon.compensation-management {
    background-image: url(../images/features-icons/compensation-management.png);
}

.feature-box.open .icon.compensation-management {
    background-image: url(../images/features-icons/compensation-management-active.png);
}

.feature-box .icon.increments,
.feature-box.open.collapsed .icon.increments {
    background-image: url(../images/features-icons/increments.png);
}

.feature-box.open .icon.increments {
    background-image: url(../images/features-icons/increments-active.png);
}

.feature-box .icon.performance-management,
.feature-box.open.collapsed .icon.performance-management {
    background-image: url(../images/features-icons/performance-management.png);
}

.feature-box.open .icon.performance-management {
    background-image: url(../images/features-icons/performance-management-active.png);
}

.feature-box .icon.appraisals,
.feature-box.open.collapsed .icon.appraisals {
    background-image: url(../images/features-icons/appraisals.png);
}

.feature-box.open .icon.appraisals {
    background-image: url(../images/features-icons/appraisals-active.png);
}

.feature-box .icon.time-and-attendance,
.feature-box.open.collapsed .icon.time-and-attendance {
    background-image: url(../images/features-icons/time-and-attendance.png);
}

.feature-box.open .icon.time-and-attendance {
    background-image: url(../images/features-icons/time-and-attendance-active.png);
}

.feature-box .icon.leave-management,
.feature-box.open.collapsed .icon.leave-management {
    background-image: url(../images/features-icons/leave-management.png);
}

.feature-box.open .icon.leave-management {
    background-image: url(../images/features-icons/leave-management-active.png);
}

.feature-box .icon.compliance,
.feature-box.open.collapsed .icon.compliance {
    background-image: url(../images/features-icons/compliance.png);
}

.feature-box.open .icon.compliance {
    background-image: url(../images/features-icons/compliance-active.png);
}

.feature-box .icon.tds,
.feature-box.open.collapsed .icon.tds {
    background-image: url(../images/features-icons/tds.png);
}

.feature-box.open .icon.tds {
    background-image: url(../images/features-icons/tds-active.png);
}

.feature-box .icon.payroll,
.feature-box.open.collapsed .icon.payroll {
    background-image: url(../images/features-icons/payroll.png);
}

.feature-box.open .icon.payroll {
    background-image: url(../images/features-icons/payroll-active.png);
}

.feature-box .icon.processing-non-payroll-payments,
.feature-box.open.collapsed .icon.processing-non-payroll-payments {
    background-image: url(../images/features-icons/processing-non-payroll-payments.png);
}

.feature-box.open .icon.processing-non-payroll-payments {
    background-image: url(../images/features-icons/processing-non-payroll-payments-active.png);
}

.feature-box .icon.communication-platform,
.feature-box.open.collapsed .icon.communication-platform {
    background-image: url(../images/features-icons/communication-platform.png);
}

.feature-box.open .icon.communication-platform {
    background-image: url(../images/features-icons/communication-platform-active.png);
}

.feature-box .icon.communication-platform,
.feature-box.open.collapsed .icon.communication-platform {
    background-image: url(../images/features-icons/communication-platform.png);
}

.feature-box.open .icon.communication-platform {
    background-image: url(../images/features-icons/communication-platform-active.png);
}

.feature-box .icon.asset-management,
.feature-box.open.collapsed .icon.asset-management {
    background-image: url(../images/features-icons/asset-management.png);
}

.feature-box.open .icon.asset-management {
    background-image: url(../images/features-icons/asset-management-active.png);
}

.feature-box .icon.user-types,
.feature-box.open.collapsed .icon.user-types {
    background-image: url(../images/features-icons/user-types.png);
}

.feature-box.open .icon.user-types {
    background-image: url(../images/features-icons/user-types-active.png);
}

.feature-box span,
.feature-box.open.collapsed span {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    line-height: 25px;
    height: 50px;
    width: 100%;
    vertical-align: middle !important;
}

.feature-box.open span {
    color: #fff;
}


/* #hcm_features .row>.col-md-3 {
    padding-bottom: 15px;
}

@media (min-width:992px) {
    #hcm_features .row.in {
        position: relative;
    }
    #hcm_features .overlay {
        position: absolute;
        z-index: 1;
        bottom: 0;
        width: 100%;
        padding: 20px;
        margin-top: 14px;
        border-radius: 20px;
        background-color: #dccf73;
        height: 120px;
    }
} */

.solution-list li {
    padding-left: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #4a4a4a;
    background-image: url(../images/bullets.png);
    background-position: left 7px;
    background-repeat: no-repeat;
    text-align: justify;
    text-align-last: left;
}

.solution-list li:not(:last-child) {
    margin-bottom: 30px;
}


/***************************** On Cloud Solution *************************/

.cloud-solution-list li:not(:last-child) {
    margin-bottom: 25px;
}


/***************************** Success Stories *************************/

#success_stories {
    background-color: #f7f7f7;
}

.success-stories-holder {
    padding: 25px;
    border-radius: 30px 30px 0 30px;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.10);
}

.success-stories.owl-carousel .owl-item img {
    width: 75px;
    height: auto;
    margin-bottom: 25px;
}

.success-stories.owl-carousel .owl-item p {
    color: #4a4a4a;
    line-height: 30px;
    text-align: justify;
}

.success-stories.owl-carousel .owl-item h5 {
    color: #000;
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #a3a3a3;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e30617;
}

.map-holder {
    margin-bottom: 45px;
    border-radius: 20px;
    overflow: hidden;
}

#contact_us {
    padding-bottom: 30px;
}

.footer-content img {
    float: left;
    margin-right: 30px;
}

.footer-content .sub-title {
    margin-bottom: 10px;
}

.footer-content p {
    color: #4a4a4a;
}

footer {
    font-size: 14px;
}

.i4ewOd-pzNkMb-tJHJj {
    display: none !important;
}

.popover {
    position: relative !important;
    top: 0;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none !important;
    max-width: 100% !important;
    width: 100% !important;
}

.contentHolder {
    padding: 20px;
    margin-top: -9px;
    border-radius: 20px;
    background-color: #dccf73;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    margin-bottom: 20px
}

.fade.collapse.show .contentHolder {
    visibility: visible;
    opacity: 1;
}

.contentHolder h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    background-image: url(../images/bullets.png);
    background-position: left 12px;
    background-repeat: no-repeat;
    padding: 5px 10px 5px 20px;
}

#feature {
    position: relative;
}

@media only screen and (max-width: 1366px) {
    .special-content p {
        height: 225px !important;
        text-align: justify;
        text-align-last: center;
    }
    .large-screen {
        display: none;
    }
    .laptop-screen {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .navbar-brand.js-scroll-trigger img {
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
        padding: 10px 10px!important;
        line-height: 14px;
    }
    section {
        padding: 35px 0;
    }
    .section-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .sub-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .special-content img {
        margin-bottom: 25px;
    }
    .special-content h3 {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .special-content p {
        height: 235px !important;
    }
    .cloud-solution-list li:not(:last-child) {
        margin-bottom: 20px;
    }
    #hr_technology_solution .box {
        height: 700px !important;
    }
    #hcm_features {
        padding-bottom: 0;
    }
    #hcm_features .section-title {
        margin-top: 0px;
        /* padding-bottom: 0px; */
    }
}

@media only screen and (max-width: 991px) {
    .navbar-toggler {
        color: #e30617;
        border: 1px solid #e30617;
    }
    .special-content img {
        width: 20%;
    }
    .special-content p {
        height: 275px !important;
    }
    #hr_technology_solution .box {
        height: auto !important;
        margin-top: 100px;
        margin-bottom: 25px;
        padding: 80px 20px 20px 20px;
        min-height: inherit !important;
    }
    #hr_technology_solution .box h3 {
        min-height: inherit;
    }
    #on_cloud_solution img {
        margin: 0 auto;
        display: block;
    }
    #success_stories {
        padding-bottom: 35px;
    }
    #success_stories img {
        margin: 0 auto 30px auto;
        display: block;
    }
    .success-stories.owl-carousel .owl-item h5 {
        margin-bottom: 20px;
    }
    .footer-content img {
        margin-top: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px;
    }
    .navbar-collapse {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #d4d3d3;
    }
    .feature-box {
        padding: 15px;
        min-height: 215px !important;
    }
    .feature-box span {
        height: 76px;
        display: table-cell;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }
    .navbar-brand {
        width: 32%;
    }
    .navbar-collapse {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #d4d3d3;
    }
    .navbar-expand-lg .nav-item {
        margin-left: 0;
        margin-bottom: 5px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px;
    }
    header {
        padding: 70px 0 0px;
    }
    .mobile-banner.owl-carousel {
        display: block;
        margin-bottom: 20px;
    }
    .mobile-banner.owl-carousel h2 {
        font-size: 18px;
        margin: 20px auto;
        color: #272727;
        font-weight: 600;
        min-height: 48px;
        vertical-align: middle;
    }
    .mobile-banner.owl-carousel .item .arrow {
        height: 35px;
        width: 50%;
        display: block;
        margin: 0 auto;
        line-height: 34px;
        text-align: center;
        color: #fff;
        background-position: right center;
        background-repeat: no-repeat;
    }
    .mobile-banner.owl-carousel .item.stage-0 .arrow {
        background-color: #e30617;
        background-image: url(../images/stage_0_arrow.jpg);
    }
    .mobile-banner.owl-carousel .item.stage-1 .arrow {
        background-color: #f5a306;
        background-image: url(../images/stage_1_arrow.jpg);
    }
    .mobile-banner.owl-carousel .item.stage-2 .arrow {
        background-color: #0fbc14;
        background-image: url(../images/stage_2_arrow.jpg);
    }
    .mobile-banner.owl-carousel .item.stage-3 .arrow {
        background-color: #0fb6bc;
        background-image: url(../images/stage_3_arrow.jpg);
    }
    .mobile-banner.owl-carousel .item.stage-4 .arrow {
        background-color: #1951c2;
        background-image: url(../images/stage_4_arrow.jpg);
    }
    .mobile-banner.owl-carousel .item.stage-5 .arrow {
        background-color: #7222b6;
        background-image: url(../images/stage_5_arrow.jpg);
    }
    .mobile-banner.owl-carousel .item.stage-6 .arrow {
        background-color: #b622b1;
        background-image: url(../images/stage_6_arrow.jpg);
    }
    .section-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .sub-title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .lead {
        font-size: 14px;
    }
    .banner-img {
        display: none;
    }
    .special-content {
        padding: 40px 0 40px 0;
    }
    .special-content img {
        width: 20%;
        margin-bottom: 20px;
    }
    .special-content p {
        height: auto !important;
        margin-bottom: 20px;
        line-height: 24px;
    }
    .special-content .row .col-lg-6:first-child .btn {
        margin-bottom: 50px;
    }
    .special-content .btn {
        font-size: 16px;
        line-height: 16px;
        height: 36px;
        min-width: 200px;
        max-width: 180px;
    }
    .special-content h3 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    #hr_technology_solution {
        padding-bottom: 0;
    }
    #hr_technology_solution .box h3 {
        font-size: 22px;
        min-height: inherit;
        margin-bottom: 20px;
    }
    .solution-list li {
        padding-left: 20px;
        background-size: 2%;
        background-position: left 8px;
    }
    .solution-list li:not(:last-child) {
        margin-bottom: 15px;
    }
    #hr_technology_solution .box {
        height: auto !important;
        margin-top: 60px;
        padding: 50px 15px 15px 15px;
        margin-bottom: 25px;
    }
    #hr_technology_solution .box:not(:last-child) {
        margin-bottom: 40px;
    }
    #hr_technology_solution .box .iconic {
        top: -40px;
        width: 80px;
        height: 80px;
        border-radius: 10px;
        background-size: 45%;
    }
    #success_stories .section-title {
        text-align: center !important;
    }
    .footer-content {
        margin-bottom: 30px;
    }
    .footer-content.last {
        margin-bottom: 0;
    }
    .footer-content img {
        float: left;
        margin-right: 20px;
        width: 8%;
        padding-top: 8px;
    }
    .footer-content .sub-title {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 16px;
    }
    .footer-content p {
        font-size: 16px;
    }
    .wmg-container,
    .wmg-container.open {
        margin: 0 auto!important;
    }
    .wmg-item {
        width: 100% !important;
        float: none !important;
        height: 160px !important;
    }
    .wmg-details-content h6 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .wmg-container .wmg-item:last-child {
        margin-bottom: 0 !important;
    }
    .feature-box {
        min-height: inherit !important;
    }
    .feature-box span {
        height: auto;
        display: block;
    }
    .feature-box .icon {
        width: 96px;
        height: 80px;
        background-size: 50%;
        margin: 0 auto 10px auto;
    }
    .feature-box .icon.time-and-attendance,
    .feature-box .icon.compliance {
        background-size: 40%;
    }
}