/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 06 2025 | 09:29:55 */
.kb-query-item.case-study .taxonomy-related-industry a {
	text-decoration: none;
	cursor: default;
}
.case-study-card-client-row .kt-row-column-wrap {
	grid-template-columns: minmax(0, 1fr) minmax(0, 5fr);
}
body.single-case-study .circular-image-left {
    left: -615px;
}
body.single-case-study .circular-image-right {
    right: -615px;
}
.case-study-gallery .splide[data-slider-dots="true"] {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
	.case-study-header-content .kt-inside-inner-col {
		height: 85vh !important;
	}
	body.single-case-study .circular-image-right, body.single-case-study .circular-image-left {
		right: unset;
		left: -90px;
		top: -220px;
	}
}