.theme-color {
    color: #ff0000;
}

.testing-section-1 h2 {
    font-size: 25px;
}

.testing-img-section-1 img {
    position: relative;
    top: 10px;
}

@keyframes updown {
    0% {
        top: 10px;
    }

    50% {
        top: 0;
    }

    100% {
        top: 10px;
    }
}

.testing-button-section-1 button {
    background-color: #ff0000;
    color: #fff;
    border: 0;
    border-radius: 4% 96% 6% 94% / 89% 12% 88% 11%;
    padding: 7px;
}

.textfield {
    display: none;
}

.show {
    border: 0px solid #ff0000;
    border-radius: 4px;
    padding: 5px 30px 5px 10px;
    display: block !important;
    /* background-color: transparent; */
}

.testing-service-bg {
    background-image: url('../images/about/15.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.testing-service-bg::before {
    content: '';
    position: absolute;
    /* Cover the entire section */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 1;
}

.testing-service-section-3 h3 {
    color: #ff0000;
}

.testing-service-section-3 {
    position: relative;
    z-index: 2;
    color: white;
}

.decor-img img {
    position: absolute;
    right: -6px;
    width: 10%;
    z-index: 1;
}



@media screen and (max-width: 797px) {
    .heading-testing-service {
        display: none;
    }

    .page-title-1 {
        height: 230px;
    }

    .current-1 {
        list-style-type: none;
        padding-top: 10px;
        margin: 3px;
    }

    .page-title .breadcrumbs-1 ol {
        text-align: center;
        display: block;
    }
}