.not-found {
    position: relative;
    width: 100%;
}

.found-content {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    position: absolute;
    top: 12vw;
    /* height: 100%; */
    width: 100%;
    left: 0;
    color: #fff;
    padding: 0 0 0 5.2vw;
}

.not-found-image img {
    width: 100%;
    height: auto !important;
    display: block;
}

.found-content h2 {
    font-size: 8.2vw;
    color: #fff;
    width: 80%;
    margin-bottom: 6vw;
    line-height: 1;
}

.not-found-left {
    width: 55%;
    margin-left: auto;
}

    .not-found-left h3 {
        font-size: 3vw;
        margin-bottom: 2vw;
        width: 85%;
        font-weight: 600;
        line-height: 1.2;
    }

    .not-found-left p {
        font-size: 1.2vw;
        margin-bottom: 2.5vw;
        font-weight: 300;
        font-family: optima;
        width: 40%;
        line-height: 1.3;
        font-family: "roboto";
    }

.dot-min {
    margin-left: 5vw;
}

.content-holder {
    padding-top: 100px;
}

.search-bar {
    width: 100%;
    margin-bottom: 2vw;
}

    .search-bar input {
        width: 100%;
        border: navajowhite;
        border-bottom: 1px solid rgba(7, 37, 64, 0.2);
        margin-bottom: 15px;
    }

.search-box {
    padding: 8vw 23vw 5vw 23vw;
}

.sewage-works {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .sewage-works h4 {
        font-size: 1.8vw;
        color: #072540;
    }

.popular-search p {
    font-size: 1vw;
    margin-bottom: 18px;
    color: #072540;
    font-family: arial;
}

.search-btns a {
    background: rgba(238, 238, 238, 1);
    padding: 5px 5px;
    margin-right: 10px;
    transition: all 0.6s ease-in-out;
    color: rgba(7, 37, 64, 0.5);
    border-radius: 5px;
    font-size: 0.8vw;
    font-family: arial;
}

    .search-btns a:hover {
        background: rgb(207, 207, 207);
        color: rgba(7, 37, 64, 1);
    }

.mgc-grid {
    width: 100%;
    padding: 0 6vw 7vw 6.3vw;
}

.grid-section {
    display: flex;
    grid-gap: 1.5vw;
    margin-bottom: 4vw;
}

.mgc-image img {
    width: 100%;
    display: block;
}

.mgc-content {
    border-left: 1px solid rgba(112, 112, 112, 1);
    padding-left: 1vw;
}

    .mgc-content p {
        font-size: 1.3vw;
        margin-bottom: 13px;
        font-family: arial;
        color: rgba(7, 37, 64, 0.5);
    }

    .mgc-content h3 {
        font-size: 1.8vw;
        margin-bottom: 17px;
        font-family: arial;
        line-height: 1.1;
    }

    .mgc-content a {
        font-size: 1.3vw;
        font-family: arial;
        color: #072540;
    }

.mgc-image {
    width: 14%;
}

.sewage-works svg {
    width: 19px;
    height: 19px;
}

.request-form {
    background-color: #fff !important;
}

    .request-form .left-panel p {
        color: #072540;
    }

    .request-form .left-panel h2 {
        color: #072540;
    }

    .request-form .form-step label {
        color: rgba(7, 37, 64, 1);
    }

    .request-form input::placeholder {
        color: rgba(7, 37, 64, 0.4) !important;
    }

    .request-form .step-count {
        color: rgba(7, 37, 64, 0.3);
    }

    .request-form .form-step p {
        color: rgba(7, 37, 64, 1);
    }

    .request-form .form-step h2 {
        color: rgba(0, 166, 154, 1);
    }

    /* #stepForm .border-line textarea,
input::placeholder {
  color: black;
} */

    .request-form .prev-btn p,
    .request-form .next-btn p {
        color: rgba(7, 37, 64, 1);
    }

.head-section {
    background-color: rgba(7, 37, 64, 1);
}

    .head-section .left h3 {
        color: rgba(255, 255, 255, 0.5);
        font-family: "Roboto", sans-serif;
    }

    .head-section .left h2 {
        color: #ffffff;
        width: 60%;
        margin-bottom: 8vw;
    }

    .head-section .left > h3 {
        margin-bottom: 10px;
    }

.head-section {
    margin-bottom: 0;
    padding: 12vw 10vw 10vw 10vw;
}

    .head-section .right {
        padding-top: 10vw;
    }

    .head-section .phone-num p {
        font-family: "Roboto", sans-serif;
        color: rgba(255, 255, 255, 0.5);
        font-weight: 400;
        font-size: 2vw;
        margin-bottom: 10px;
    }

    .head-section .phone-num a {
        color: #fff;
        font-family: optima;
        font-size: 3.2vw;
        margin: 0;
        transition: none;
    }

.border-line input,
.border-line .form-step textarea,
.border-line textarea {
    border-bottom: 1px solid rgba(7, 37, 64, 0.1);
}

.careers {
    width: 100%;
    position: relative;
}

.careers-image img {
    width: 100%;
    display: block;
}

.careers-image {
    width: 100%;
}

.careers-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #fff;
    width: 100%;
}

    .careers-content > h2 {
        font-size: 8vw;
        width: 80%;
        padding-left: 6vw;
    }

    .careers-content .dot-content {
        width: 50%;
        margin-left: auto;
    }

.careers-flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 8vw;
}

    .careers-flex p {
        font-size: 1.3vw;
        line-height: 1;
        width: 45%;
    }

.career-left h2 {
    font-size: 3.2vw;
    font-weight: 600;
    margin-bottom: 3vw;
}

.career-left {
    width: 55%;
}

    .career-left p {
        font-size: 1.3vw;
        font-family: arial;
        font-weight: 100;
        line-height: 1.2;
        width: 50%;
    }

.flex-container {
    width: 100%;
    padding: 10vw 7vw;
    font-family: arial;
}

.flex-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3vw;
}

.flex-content {
    width: 75%;
}

.flex-btn {
    width: 25%;
    display: flex;
    justify-content: end;
}

.card-wrapper h4 {
    font-size: 1.7vw;
    color: rgba(20, 40, 65, 1);
    margin-bottom: 5px;
}

.flex-content p {
    font-size: 1.3vw;
    /* font-family: roboto; */
    font-weight: 400;
    width: 90%;
    line-height: 1.2;
    color: rgba(20, 40, 65, 0.7);
}

.insights-detail {
    padding: 11vw 5vw 0 5.7vw;
    width: 100%;
}

    .insights-detail h2 {
        margin-bottom: 8vw;
        font-size: 8vw;
    }

.detail-banner {
    display: flex;
    padding-right: 10vw;
    position: relative;
    margin-bottom: 2vw;
}

.detail-left {
    font-family: "Roboto";
    position: absolute;
    top: 0;
}

.detail-right {
    width: 51%;
    font-family: "Roboto";
    margin-left: auto;
}

.detail-left p {
    color: rgba(7, 37, 64, 0.6);
    font-size: 14px;
    margin-bottom: 10px;
}

    .detail-left p span {
        color: rgba(7, 37, 64, 1);
    }

.detail-right h5 {
    margin-bottom: 2.5vw;
    font-size: 1.9vw;
    line-height: 1.2;
}

.detail-right p {
    font-size: 1.1vw;
    color: #072540;
    line-height: 1.2;
    margin-bottom: 1.5vw;
}

.safaty-container {
    width: 100%;
    padding: 5vw 5vw 5vw 5vw;
}

.safty-traffic {
    width: 55%;
    margin-left: auto;
    font-family: "Roboto";
}

    .safty-traffic h5 {
        font-size: 26px;
        width: 78%;
        margin-bottom: 2.5vw;
        font-family: "Roboto";
    }

    .safty-traffic p {
        font-size: 16px;
        color: #072540;
        width: 49%;
        line-height: 1.2;
    }

.main-txt-container .mian_text .new_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 6vw;
    grid-gap: 2vw;
    grid-row-gap: 6.5vw;
    margin-bottom: 5vw;
}

.main-txt-container .img img {
    width: 100%;
}

.main-txt-container .mian_text .new_grid .n_grid {
    overflow: hidden;
}

    .main-txt-container .mian_text .new_grid .n_grid img {
        width: 100%;
        display: block;
    }

    .main-txt-container .mian_text .new_grid .n_grid span {
        color: rgba(7, 37, 64, 0.5);
        font-size: 1.2vw;
        font-weight: 400;
        padding-top: 2vw;
        display: block;
        font-family: arial;
        margin-bottom: 7px;
    }

    .main-txt-container .mian_text .new_grid .n_grid h2 {
        font-size: 1.8vw;
        color: rgba(7, 37, 64, 1);
        font-family: arial;
    }

.main-txt-container .mian_text .head h2 {
    color: rgba(20, 40, 65, 0.3);
}

    .main-txt-container .mian_text .head h2 span {
        color: rgba(20, 40, 65, 1);
        padding-left: 10px;
    }

.main-txt-container .mian_text .head {
    margin-bottom: 7vw;
    align-items: end;
}

.main-txt-container .mian_text .new_grid .n_grid:hover img {
    transform: scale(1.1);
}

.main-txt-container .mian_text .new_grid .n_grid .img {
    overflow: hidden;
}

.main-txt-container .mian_text .new_grid .n_grid img {
    overflow: hidden;
    display: block;
    transition: all 0.6s ease-in-out;
}

.request-form {
    background-color: #072540;
    padding: 0 6vw 5vw;
}

.main-txt-container {
    margin-bottom: 5vw;
    position: relative;
}

    .main-txt-container .head h2 {
        font-size: 47px;
    }

/* .main_itm .info {
  padding: 10.5vw 5vw 2vw 6.5vw;
} */

.main_itm .info h2 {
    margin-bottom: 3.5vw;
    font-size: 8.2vw;
}

.news-wrapper .info {
    padding-top: 12vw;
}

.request-form .right-panel .border-line input::placeholder,
.request-form .right-panel textarea::placeholder {
    color: rgba(7, 37, 64, 0.4) !important;
}

.insight-btn {
    display: flex;
    justify-content: center;
    text-align: center;
}

    .insight-btn a {
        font-size: 1.1vw;
        color: rgba(7, 37, 64, 1);
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 30px;
        padding: 10px 20px;
        position: relative;
        display: inline-block;
        z-index: 1;
        text-decoration: none;
        overflow: hidden;
        font-family: Arial;
        font-weight: 500;
    }

        .insight-btn a::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 166, 154, 1);
            left: 0;
            top: 100%;
            z-index: -1;
            transition: all 0.6s ease;
        }

        .insight-btn a:hover::before {
            top: 0;
        }

        .insight-btn a:hover {
            color: #fff;
        }
/* ======== services - slider  ============ */

.services-slider {
    /* background: #000; */
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.swp_container .swiper {
    width: 100%;
    height: 100%;
}

.swp_container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-number h2 {
    font-size: 10vw;
    font-weight: 800;
    background: url("../images/one-1.jpg") no-repeat center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Optima";
    line-height: 1;
}

.s-number {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1vw;
}

.swiper-main-content h3 {
    color: rgba(0, 161, 151, 1);
    margin-bottom: 2vw;
    font-size: 1.5vw;
    font-family: "Optima";
    text-align: start;
    font-weight: 700;
}

.swp-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2vw;
    grid-row-gap: 3vw;
}

.swp-items img {
    width: 100%;
    display: block;
}

.swp-items p {
    width: 100%;
    color: rgba(20, 40, 65, 1);
    text-align: start;
    line-height: 1.1;
    font-weight: 300;
    font-family: "Roboto";
    font-size: 1.1vw;
}

.swp_container .slider-wrapper {
    width: 100%;
    border-radius: 10px;
    padding: 3vw 10vw 5vw;
    margin: auto;
    background: #fff;
    position: relative;
}

/* .swiper-backface-hidden .swiper-slide {
  background-color: #ffff;
} */

.swp_container {
    padding: 0;
    position: relative;
    /* background: rgba(24, 24, 24, 0.7); */
}

.swiper-main-content {
    position: relative;
    z-index: -1;
}

    .swiper-main-content a {
        position: absolute;
        top: 0vw;
        left: 41vw;
        z-index: 20;
    }

        .swiper-main-content a svg {
            width: 20px;
            height: 20px;
        }

.close_btn {
    position: absolute;
    right: 2vw;
    top: 2vw;
    z-index: 10;
}

    .close_btn a svg {
        width: 1.5vw;
        height: 1.5vw;
        fill: #072540;
        transition: all 0.6s ease-in-out;
    }

    .close_btn a:hover svg {
        fill: rgba(0, 161, 151, 1);
        transform: scale(1.1);
    }

.request-form .border-line input,
.request-form .border-line textarea {
    color: rgba(7, 37, 64, 0.4);
}

    .request-form .border-line textarea:focus {
        color: rgba(7, 37, 64, 0.4) !important;
    }

.swiper-button-prev:hover p,
.swiper-button-prev:hover svg {
    color: rgba(0, 166, 154, 1);
    fill: rgba(0, 166, 154, 1) !important;
}

.swiper-button-prev p,
.swiper-button-prev svg {
    transition: all 0.4s ease-in-out;
}

.swiper-button-next:hover p,
.swiper-button-next:hover svg {
    color: rgba(0, 166, 154, 1);
    fill: rgba(0, 166, 154, 1) !important;
}

.swiper-button-next p,
.swiper-button-next svg {
    transition: all 0.4s ease-in-out;
}

.model_btn .swiper-button-prev svg,
.model_btn .swiper-button-next svg {
    fill: white;
}

.form-nxt-btn button:hover p {
    color: #00a69a;
    transition: all 0.6s ease-in-out;
}

.form-nxt-btn button:hover svg {
    background: rgba(7, 37, 64, 1);
    stroke: #fff;
}

.form-nxt-btn p,
.form-nxt-btn svg {
    transition: all 0.6s ease-in-out;
}

.head-section .phone-num {
    margin-bottom: 7vw;
}

.search-box-container {
    width: 55%;
    margin: auto;
    padding-top: 6vw;
    margin-bottom: 8vw;
}

    .search-box-container .search-input-holder input::placeholder {
        font-size: 2vw;
    }

.servicesModal .modal-dialog {
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.detail-banner .right {
    width: 20%;
}

.detail-right p:last-child {
    margin: 0;
}

.servicesModal .swp_container::-webkit-scrollbar {
    width: 8px;
    margin: 10px; /* margin won’t work on scrollbars */
}

.servicesModal .swp_container::-webkit-scrollbar-thumb {
    background-color: #eee;
    border-radius: 4px;
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
    background: transparent;
    padding: 0;
}

.swp_container {
    max-height: 70vh;
    overflow-y: scroll;
}


/* .servicesModal .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1; 
} */

.search-grid h3 {
    font-size: 1.8vw;
    margin-bottom: 30px;
}

.search-grid a {
    transition: all 0.7s ease;
}

    .search-grid a:hover {
        color: #00A69A;
    }

.framework_sec.head-section {
    padding: 0 !important;
}

    .framework_sec.head-section .inner_frame {
        padding: 0 10vw 10vw 10vw !important;
        margin-top: 12vw;
        position: relative;
    }

    .framework_sec.head-section .right {
        padding-top: 0 !important;
    }

.head-section .left h2 {
    margin-bottom: 5vw;
}

.detail-left p .reveal-line {
    color: rgba(7, 37, 64, .6);
}

    .detail-left p .reveal-line span {
        color: rgba(7, 37, 64, 1);
        padding-left: 5px;
    }

div#no-results p {
    text-align: center;
    font-size: 2vw;
}

.insights-detail h2 {
    font-size: 7vw;
}

.insights-detail .smText {
    font-size: 4vw;
    line-height: 1.2;
    display: flex;
}

span.ftType {
    width: 80px;
    display: block;
}

.project_detail .main_pd .detail-banner .detail-left p span.reveal-line {
    display: flex;
}

    .project_detail .main_pd .detail-banner .detail-left p span.reveal-line span {
        flex: 1
    }
