/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2025 | 13:37:33 */
/* Team Members Grid - START */
.team_member_grid_customs .pp-content-grid-post-image {
	padding: 0;
}

.team_member_grid_customs .pp-content-grid-post-text {
	padding: 20px 0 0 0;
}

.team_member_grid_customs .pp-content-grid-post-title {
	font-family: "Spline Sans", Verdana, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #39393A;
}

.team_member_grid_customs .pp-content-grid-separator {
    background: #808080;
    width: 100%;
    min-height: 1px;
    margin-bottom: 15px;
}

.team_member_grid_customs .pp-content-grid-post-meta a i {
    font-size: 18px;
}

.team_member_grid_customs .pp-content-grid-post-meta a {
    background: #FD9B00;
    color: #ffffff;
    padding: 5px;
    border-radius: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transition: all .3s ease !important;
}

.team_member_grid_customs .pp-content-grid-post-meta a:hover {
    background: #363E9A;
    color: #ffffff;
    transition: all .3s ease !important;
}

.team_member_grid_customs .job_title_recruiters {
	font-family: "Spline Sans", Verdana, Arial, sans-serif;
    background: #363E9A;
    width: fit-content;
    padding: 3px 16px 4px 16px;
    border-radius: 100px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
}
/* Team Members Grid - END */




/* Market Slider - START */
.market_we_serve_row {
	position: relative;
	overflow-x: hidden;
}

.market_slider_customs .pp-content-post-carousel .owl-carousel {
    overflow: visible;
}

.market_slider_customs .pp-content-post-carousel .owl-theme .owl-dots {
    margin-top: 30px;
}

.market_slider_customs .pp-content-grid-post-image a, .market_slider_customs .pp-content-grid-post-title a {
	text-decoration: none !important;
	outline: none !important;
	border: none !important;
}

.market_slider_customs .pp-content-grid-post-title a {
	font-family: "Spline Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: center !important;
	color: #39393a;
}

.market_slider_customs .pp-content-grid-post-image, .market_slider_customs .pp-content-grid-post-text {
	padding: 0;
	text-align: center;
}

.market_slider_customs .pp-content-grid-post-text {
	padding-top: 20px !important;
}

/* Market Slider - END */