/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 17 2026 | 20:10:15 */
.service-style-1 .service__content .bg-img .section-title-md {
    padding-right: 9%;
}

.service-style-1 .service__content .bg-img p {
	font-size: 17px;
}

.gold {
	color: var(--theme-color);
}

.about-style-1 .section-content .planning-list {
    top: 10px;
}

.about-style-1 .btn-box {
    top: 22px;
}

.squared {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
}

.service-details .sidebar__info-title {
	margin-bottom: 25px;
}

.service-details .details-thumb img {
	filter: none;
}

.latest-post-selection.ver2 article {
	display: flex;
    align-items: center;
}
.latest-post-selection.ver2 article a.main-link {
	font-size: 13px !important;
}
.latest-post-selection.ver2 {
	--article-size-title: 36px;
}
@media only screen and (max-width: 768px) {
	.latest-post-selection.ver2 article {
		flex-direction: column;
	}
}
.latest-post-selection.ver2 .article__image {
	max-width: 210px;
	min-width: 210px;
}
@media only screen and (max-width: 768px) {
	.latest-post-selection.ver2 .article__image {
		max-width: 100%;
		min-width: 100%;
	}
}

