.quality-about-section {
    padding: 120px 0;
    background-color: black !important;
}

.quality-image {
    overflow: hidden;
}

.quality-image img {
    width: 100%;
    border-radius: 10px;
}

.experience-box {

    position: absolute;
    right: -20px;
    bottom: 40px;

    width: 180px;

    background: #0161f3;
    color: #fff;

    text-align: center;

    padding: 30px 20px;

    border-radius: 10px;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .20);

}

.experience-box h2 {

    font-size: 48px;
    margin-bottom: 10px;
    color: #fff;

}

.experience-box span {

    font-size: 18px;
    line-height: 28px;

}

.quality-list {

    padding: 0;
    margin: 0;
    list-style: none;

}

.quality-list li {

    margin-bottom: 18px;
    font-size: 17px;
    color: #555;

}

.quality-list li i {

    color: #0161f3;
    margin-right: 10px;

}

.quality-policy {
    padding: 120px 0;
}

.policy-box {

    background: #fff;

    padding: 45px 30px;

    text-align: center;

    border-radius: 10px;

    transition: .4s;

    border: 1px solid #eee;

    height: 100%;

}

.policy-box:hover {

    background: #111;

    transform: translateY(-10px);

}

.policy-box .icon {

    width: 80px;
    height: 80px;

    background: #0161f3;

    border-radius: 50%;

    margin: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

}

.policy-box .icon i {

    color: #fff;

    font-size: 32px;

}

.policy-box h4 {

    margin-bottom: 18px;

    transition: .3s;

}

.policy-box p {

    color: #666;

    transition: .3s;

}

.policy-box:hover h4,
.policy-box:hover p {

    color: #fff;

}

.step-box {

    padding: 35px 20px;

    text-align: center;

    border: 1px solid #eee;

    transition: .4s;

    height: 100%;

}

.step-box:hover {

    background: #0161f3;

    color: #fff;

}

.step-box i {

    font-size: 45px;

    margin-bottom: 20px;

    color: #0161f3;

}

.step-box:hover i {

    color: #fff;

}

/*==================================================
        Mission & Vision - Corporate Style
==================================================*/

.mission-vision-section {
    padding: 30px 0;
    background: #f7f8fa;
}

.section-subtitle {
    display: inline-block;
    color: #0161f3;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.section-title {
    font-size: 44px;
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 20px;
}

.section-desc {
    color: #6b6b6b;
    line-height: 30px;
    font-size: 16px;
}

/*==========================
        Cards
===========================*/

.mv-box {

    position: relative;

    background: #fff;

    padding: 45px;

    border: 1px solid #ececec;

    transition: .35s;

    height: 100%;

}

.mv-box:before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 4px;

    height: 0;

    background: #0161f3;

    transition: .4s;

}

.mv-box:hover:before {

    height: 100%;

}

.mv-box:hover {

    transform: translateY(-8px);

    box-shadow: 0 15px 45px rgba(0, 0, 0, .08);

}

/*==========================
        Icon
===========================*/

.mv-icon {

    width: 70px;

    height: 70px;

    line-height: 70px;

    text-align: center;

    border: 1px solid #ececec;

    color: #0161f3;

    font-size: 30px;

    margin-bottom: 30px;

    transition: .4s;

}

.mv-box:hover .mv-icon {

    background: #0161f3;

    color: #fff;

    border-color: #0161f3;

}

.mv-box h3 {

    font-size: 28px;

    margin-bottom: 20px;

    font-weight: 700;

    color: #111;

}

.mv-box p {

    color: #666;

    line-height: 30px;

    margin: 0;

}

/*==========================
        Core Values
===========================*/

.values-box {

    margin-top: 60px;

    background: #fff;

    border: 1px solid #ececec;

    padding: 50px;

}

.values-box h3 {

    text-align: center;

    margin-bottom: 40px;

    font-size: 34px;

}

.value-item {

    text-align: center;

    padding: 25px 15px;

    transition: .3s;

}

.value-item i {

    font-size: 38px;

    color: #0161f3;

    margin-bottom: 20px;

}

.value-item h5 {

    font-size: 18px;

    font-weight: 600;

    color: #222;

}

.value-item:hover {

    transform: translateY(-6px);

}
/*==============================
        Core Values
==============================*/

.core-values{

    padding-top:40px;

}

.value-card{

    position:relative;

    background:#fff;

    border:1px solid #e9e9e9;

    padding:45px 30px;

    text-align:center;

    transition:.35s;

    overflow:hidden;

    height:100%;

}

/* Orange Top Border */

.value-card::before{

    content:'';

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:#0161f3;

    transform:scaleX(0);

    transition:.4s;

}

.value-card:hover::before{

    transform:scaleX(1);

}

.value-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.value-card .icon{

    width:80px;

    height:80px;

    line-height:80px;

    margin:auto;

    border:1px solid #ececec;

    color:#0161f3;

    font-size:32px;

    transition:.35s;

}

.value-card:hover .icon{

    background:#0161f3;

    color:#fff;

    border-color:#0161f3;

}

.value-card h4{

    margin-top:30px;

    margin-bottom:15px;

    font-size:24px;

    font-weight:700;

    color:#1b1b1b;

}

.value-card p{

    color:#666;

    line-height:28px;

    margin:0;

}
.value-card .icon i{
    color: black;
}