/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2025 | 08:23:04 */
.number_counter_col .fl-col-content {
	background: rgba(225, 225, 225, 0.07);
	border: 1px solid #FFFFFF;
	border-radius: 91px;
	backdrop-filter: blur(10px);
}

.homepage_logo_slider .logo-image-wrapper {
	width: 60%;
}

.homepage_logo_slider .logo-image-wrapper img {
	aspect-ratio: 159/108;
	object-fit: contain;
	width: 100%;
}

.homepage_logo_slider .bx-wrapper .bx-pager {
	bottom: -80px;
}

.homepage_logo_slider .bx-pager a {
	width: 14px !important;
	height: 14px !important;
}

.stay_connected_infobox .pp-infobox-image {
	margin-bottom: 0;
}


/* Homepage Jobs */

.homepage_jobs_main_container {
	position: relative;
}

.jobs_state_img a img {
	width: 100% !important;
	border-radius: 25px;
	aspect-ratio: 368/380;
	object-fit: cover;
}

.homepage_jobs_main_content {
	position: absolute;
	top: 40%;
	width: 100%;
    padding: 20px;
}

.homepage_jobs_title, .homepage_jobs_location, .homepage_jobs_button {
	text-align: center;
}

.homepage_jobs_title a {
	font-weight: 700;
	line-height: 45px;
	color: #fff !important;
	text-align: center;
	text-decoration: none !important;
}

.homepage_jobs_location {
	font-family: Inter, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
	color: #fff;
	margin-top: 30px;
    margin-bottom: 40px;
}

.homepage_jobs_button a {
	font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
	color: #FFFFFF;
	background: #D3A414;
	border: 0;
	border-radius: 100px;
	padding: 7px 45px 8px 45px;
	text-decoration: none !important;
	text-align: center;
}

.homepage_jobs_button a:hover {
	background: #2C5F6F;
	    transition: all .3s ease 0s;
}

/* Homepage Jobs */