.bg-vr {
    background: #ffffff url(../images/bg.jpeg);
    min-height: 400px;
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 1;
    /*filter: brightness(75%);
    -webkit-filter: brightness(75%);
    -moz-filter: brightness(75%);*/
}
.bg-ai {
    background: #ffffff url(../../images/why_people.png);
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 1;
    /*filter: brightness(75%);
    -webkit-filter: brightness(75%);
    -moz-filter: brightness(75%);*/
}
.bg-pa {
    background: #ffffff url(../images/process_automation.jpg);
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 1;
    /*filter: brightness(75%);
    -webkit-filter: brightness(75%);
    -moz-filter: brightness(75%);*/
}
.bg-pra {
    background: #ffffff url(../images/predective_analysis.jpeg);
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 1;
    /*filter: brightness(75%);
    -webkit-filter: brightness(75%);
    -moz-filter: brightness(75%);*/
}
.bg-vr .caption {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #000;
}
.bg-vr .title {
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    color: #fff!important;
}
.bg_overlay_cover_on {
    background-color: rgba(64, 63, 72, 0.75);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.bg-vr .home_table_cell {
    display: table;
    width: 100%;
    height: 100%;
}
.bg-vr .home_table_cell_center {
    display: table-cell;
    vertical-align: middle;
}
.bg-vr .justify-content-center {
    -ms-flex-pack: center!important;
    /* justify-content: center!important; */
}
.sm-caption {
    font-size: 16px;
    font-weight: 500;
    color: #dcdcdc;
    padding: 16px 0;
    margin-bottom: 0;
}
.case-des {
    line-height: 1.5em !important;
}
.case-points {

}
.case-points h4 {
    color: #222222;
    padding-bottom: 15px;
}
.case-points ul.divided, .case-points ul.client_points {
    display: inline-block;
}
.case-points ul.divided li, .case-points ul.client_points li {
    width: 100%;
    float: left;
    margin-bottom: 8px;
    margin-top: 10px;
    /*padding-left: 30px;*/
    color: #6c757d !important;
}
.case-points ul.client_points li {
    padding-left: 30px;
}
.case-points ul li:before {
    content: "\ea74";
    padding-right: 0;
    font-family: "iconfont";
    color: #0c5adb;
    position: absolute;
    font-size: 1rem;
    margin-left: -30px;
    display: none;
}
.case-points ul.client_points li:before {
    content: "\ea74";
    padding-right: 0;
    font-family: "iconfont";
    color: #0c5adb;
    position: absolute;
    font-size: 1rem;
    margin-left: -30px;
    display: block !important;
}
.client_title {
    line-height: 1.5em !important;
    font-size: 18px;
}
.theme-title h3 {
    padding-bottom: 10px;
}
.theme-title p {
    color: #6c757d;
    padding-bottom: 10px;
    font-size: 18px;
    padding: 0 52px;
    line-height: 1.75em;
}

.case-page-nav {
    display: block !important;
}

@media (max-width: 480px) {
    .case-page-nav {
        margin-right: 20px !important;
    }
}