.cus-serv-ban-sec,
.cus-serv-detail-sec,
.cus-serv-ban-sec *,
.cus-serv-detail-sec * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cus-serv-ban-sec {
    background: no-repeat center center/cover;
    min-height: 350px;
    position: relative;
    color: #fff;
    padding-top: 80px !important;
}

.cus-serv-ban-sec::before {
    content: "";
    background: #010143;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.2;
}
.cus-serv-ban-sec .vc_row,
.cus-serv-detail-sec .vc_row {
    max-width: 1160px;
    margin: 0 auto;
}
.cus-serv-ban-sec h1 {
    color: #fff !important;
    font-family: "Poppins", sans-serf;
}
.cus-serv-detail-sec h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    position: relative;
    margin-bottom: 30px;
}
.cus-serv-detail-sec h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%; 
    width: 100px;
    height: 5px;
    background: #f7a100;
}
.cus-serv-detail-sec h3 {
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 30px !important;
}
.cus-serv-detail-sec ul li {
    color: #010143;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.cus-serv-detail-sec .wpb_gmaps_widget {
    margin: 30px 0 !important;
}
.cus-serv-detail-sec .wpb_single_image {
    margin-bottom: 30px !important;
}
.cus-serv-detail-sec .wpb_single_image * {
    width: 100% !important;
}