.highlight-text {
    color: orange;
}

.highlight-text-2 {
    color: hsla(261, 100%, 36%, 0.4);
}

.highlight-text-3 {
    color: #fff;
}

.highlight-text-bg {
    background: blue;
    color: #000;
}

.text-justify {
    text-align: justify;
}

.bg-blue {
    background-color: #edf2f7;
}

#process-carousel {
    color: #000;
}

#process-carousel .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
}

#process-carousel .carousel-inner {
    background: url('images/workflow/pixel-peak-workflow-2.png');
}

#process-carousel p {
    background-color: hsla(261, 100%, 36%, 0.4);
    color: #000;
}

#nav {
    background: #fff;
}

.workflow-title {
    height: 100%;
}

#workflow-section .workflow-item img {
    width: 100%;
}

#workflow-section .workflow-item div,
#workflow-section .workflow-item div a
 {
    color: #fff;
    background: orange;
    width: 100%;

}

.video-responsive {
    width: 100%;
    height: 100%;
}


@media (min-width: 1000px) {
    .video-responsive {
        width: 100%;
        height: 100%;
    }
}

#clients img {
    width: 80%;
    height: 80%;
}

/* Extended Bootstrap classes */
.mt-6 {
    margin-top: 4rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}

.p-6 {
    padding: 4rem !important;
}