/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 16 2025 | 17:55:55 */
@media ( max-width: 768px){
	
	#homepage-service img {
		height: 300px;
		object-fit: cover;
		width: 100%;
	}	
}

.our_services_infobox .pp-infobox-image a {
	pointer-events: none !important;
}

.our_services_infobox .pp-infobox-image img {
	margin-top: -25px;
	margin-right: -13px;
}

.our_services_infobox .pp-infobox-image {
	text-align: right;
}

.homepage_custom_col_blur .fl-col-content {
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(50px);
}

/* Jobs */

.homepage_jobs_optigy .pp-content-post {
	padding: 25px 25px 30px 25px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(80px);
}

.posted_date_custom, .optigy_more_info p {
	font-family: calibri, Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
	color: #fff;
}

.optigy_job_title a {
	font-family: calibri, Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
	color: #fff;
	text-decoration: none !important;
	 display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3;
  	overflow: hidden;
}

.optigy_jobs_sep {
	min-height: 1px;
    width: 100%;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.optigy_jobs_apply_now a {
	font-family: iskra, Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
	color: #fff;
	text-decoration: none !important;
	text-align: center;
	padding: 9px;
	width: 100%;
	display: block;
	background: #13334F;
	border: 0;
	border-radius: 100px;
	margin-top: 22px;
	transition: all .3s ease 0s;
}

.optigy_jobs_apply_now a:hover {
	background: #E97024;
	transition: all .3s ease 0s;
}

/* Jobs */

.homepage_flipbox .pp-flipbox-front {
	padding: 0 20px;
}

.homepage_flipbox .pp-flipbox-front .pp-flipbox-title {
	border-bottom: 1px solid #D1D3D4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.homepage_flipbox .pp-flipbox-back {
	padding: 0;
	position: absolute;
    top: -15px;
}

.homepage_flipbox .pp-flipbox-back .pp-flipbox-title {
	margin-bottom: 60px;
}