/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2025 | 05:50:43 */
.new_services_page_info_box_customs .pp-infobox {
	transition: all .3s ease;
}

.new_services_page_info_box_customs .pp-infobox:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition: all .3s ease;
	border: 1px solid transparent !important;
}

.new_services_page_info_box_customs .pp-infobox .pp-infobox-image {
	transition: all .3s ease;
    border: 1px solid #e1e5ee;
    border-radius: 100px;
    width: fit-content;
}

.new_services_page_info_box_customs .pp-infobox:hover .pp-infobox-image {
	transition: all .3s ease;
    border: 1px solid #00a7e1;
	background: #00a7e1;
}

.new_services_page_info_box_customs .pp-infobox:hover .pp-infobox-image img {
	transition: all .3s ease;
	filter: invert(105%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(200%) contrast(110%);
}

.new_services_page_info_box_customs .pp-infobox .pp-infobox-image img {
	border: none !important;
}
