/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2025 | 23:13:15 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.number_testimonials_customs .owl-prev, .number_testimonials_customs .owl-next {
	background: transparent;
    position: relative;
}

.number_testimonials_customs .owl-prev span, .number_testimonials_customs .owl-next span {
	display: none;
}

.number_testimonials_customs .owl-prev::after {
    content: "";
    background: url(/wp-content/uploads/2024/08/Left-Arrow-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 10px;
    position: absolute;
}

.number_testimonials_customs .owl-next::after {
    content: "";
    background: url(/wp-content/uploads/2024/08/Right-Arrow-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 10px;
    position: absolute;
}

.number_testimonials_customs .owl-nav {
    position: relative;
    margin-left: 75px;
    margin-top: 20px;
}

.number_testimonials_customs .pp-title-wrapper {
    display: flex !important;
    align-items: flex-end;
}

.number_testimonials_customs .pp-testimonials-title {
    width: 70px;
}

.number_testimonials_customs .pp-testimonials-content {
    margin-left: 65px;
}

.industries_we_serve_info_box_customs .pp-infobox-title-wrapper::after {
    content: "";
    border-bottom: 1px solid #333333;
    position: relative;
    display: block;
}

.industries_we_serve_info_box_customs .pp-infobox-title-wrapper {
    padding: 1px 24px 20px 24px;
}

.industries_we_serve_info_box_customs .pp-infobox-description {
    padding: 1px 24px 20px 24px;
}

.industries_we_serve_info_box_customs .learn_more_btn_customs_infobox {
    display: flex;
    justify-content: space-between;
}