﻿.p_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.repair_system_area .center_title_big {
    position: relative;
    margin-bottom: 86px;
}

    .repair_system_area .center_title_big:before {
        content: "";
        height: 2px;
        width: 96px;
        background: #176bc5;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -28px;
    }

.center_title_big h2 {
    color: #051d3e;
    line-height: 44px;
    font-size: 32px;
}

.center_title_big p {
    margin-bottom: 0;
}

.rp_box_item {
    border: 1px solid #dbdbdb;
    text-align: center;
    border-radius: 3px;
    padding-top: 25px;
}

    .rp_box_item img {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        width: 75px;
    }

    .rp_box_item h4 {
        font-size: 20px;
        color: #051d3e;
        margin-bottom: -7px;
    }

.icon {
    font-family: 'Stroke-Gap-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rp_box_item .icon {
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 auto 0;
    position: relative;
    bottom: -24px;
}

    .rp_box_item .icon i {
        height: 40px;
        width: 40px;
        background: #fff;
        border-radius: 50%;
        color: #797979;
        line-height: 36px;
        margin-top: 5px;
        border: 1px solid #e6e6e6;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }

.rp_box_item:hover {
    -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.13);
}

    .rp_box_item:hover .icon i {
        background: #d63343;
        color: #fff;
        border-color: #d63343;
    }

a {
    color: #0d6efd;
    text-decoration: none;
}

.repair_service_area {
    background: #e6ecf2;
    overflow: hidden;
}

    .repair_service_area .repair_img {
        overflow: hidden;
        justify-content: center;
        display: flex;
    }

        .repair_service_area .repair_img img.img-fluid {
            width: 500px;
            margin: auto;
        }

    .repair_service_area .rp_text {
        max-width: 499px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

        .repair_service_area .rp_text h6 {
            font-size: 20px;
            font-weight: 500;
            color: #051d3e;
            margin-bottom: 0;
        }

        .repair_service_area .rp_text h4 {
            font-size: 50px;
            font-weight: bold;
            color: #051d3e;
            margin-bottom: 27px;
        }

        .repair_service_area .rp_text h5 {
            font-size: 22px;
            font-weight: 300;
            color: #242424;
            margin-bottom: 15px;
        }

        .repair_service_area .rp_text p {
            font-size: 17px;
            line-height: 26px;
            font-weight: normal;
            margin-bottom: 37px;
        }

        .repair_service_area .rp_text .main_btn {
            text-transform: none;
            line-height: 54px;
            padding: 0 45px;
            border-radius: 27px;
            font-size: 16px;
        }

.main_btn {
    background: #ca232a;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    line-height: 40px;
    border: 1px solid #ca232a;
    padding: 0 22px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.company_video_area {
    background-color: #1D2B50;
    background-size: cover;
    padding: 115px 0 120px 0;
}

.company_video_area {
    background-image: url(https://airtech2.bolvo.com/demo-3/wp-content/uploads/sites/4/2019/08/company-bg.jpg);
}

.company_text {
    margin-right: 90px;
}

    .company_text .company_text_part {
        margin-bottom: 45px;
    }

        .company_text .company_text_part h4 {
            color: #fff;
            font-size: 32px;
            font-weight: 600;
        }

        .company_text .company_text_part p {
            line-height: 26px;
            color: #caddf5;
            margin-bottom: 0;
        }

        .company_text .company_text_part:last-child {
            margin-bottom: 0;
        }

        .company_text .company_text_part h4 {
            color: #fff;
            font-size: 32px;
            font-weight: 600;
        }

        .company_text .company_text_part p {
            line-height: 26px;
            color: #caddf5;
            margin-bottom: 0;
        }

.youtube_video {
    height: 100%;
    position: relative;
}

    .youtube_video img {
        height: 330px;
        width: 100%;
    }

.our_moto_area {
    overflow: hidden;
    background: #0e59f20f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .our_moto_area .left_side {
        width: calc(50% - -77px);
        overflow: hidden;
    }

        .our_moto_area .left_side img {
            max-width: none;
        }

    .our_moto_area .right_side {
        width: calc(50% + 215px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .our_moto_area .right_side .moto_text {
            margin-left: 65px;
            max-width: 730px;
            vertical-align: middle;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

            .our_moto_area .right_side .moto_text h5 {
                color: #0e59f2;
                font-size: 26px;
                line-height: 40px;
            }

    .our_moto_area.moto_two .right_side .moto_text h5 span {
        font-weight: 300;
    }

    .our_moto_area .right_side .moto_text p {
        font-size: 16px;
        line-height: 26px;
        color: #caddf5;
        margin-bottom: 0;
    }

    .our_moto_area .right_side .moto_text h4 {
        font-size: 26px;
        color: #0e59f2;
        margin-top: 45px;
    }

    .our_moto_area.moto_two .right_side .moto_text h4 {
        font-weight: 300;
    }

    .our_moto_area .right_side .moto_text p {
        font-size: 16px;
        line-height: 26px;
        color: #22345c;
        margin-bottom: 0;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.wpo-service-item {
    padding: 55px 30px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background-color: #fff;
}

    .wpo-service-item .wpo-service-img {
        margin-bottom: 20px;
    }

        .wpo-service-item .wpo-service-img img {
            user-drag: none;
            -webkit-user-drag: none;
            user-select: none;
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none;
        }

    .wpo-service-item .wpo-service-text h2 {
        font-size: 22px;
        font-weight: 600;
    }

        .wpo-service-item .wpo-service-text h2 a {
            color: #253041;
        }

    .wpo-service-item .wpo-service-text p {
        margin-bottom: 0;
    }
