/*--- cspt-service-style-10 ---*/
.cspt-service-style-10 .creativesplanet-post-item {
	position: relative;
	overflow: hidden;
	border-radius: 20px 20px 0px 20px;
}
.cspt-service-style-10 .creativesplanet-box-content {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 35px 40px;
}
.cspt-service-style-10 .cspt-service-icon-wrapper img {
	height: 55px;
	width: 55px;
	margin-bottom: 10px;
}
.cspt-service-style-10 .cspt-service-category .cspt-service-cat a{
	font-size: 13px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 6px 15px;
	color: var(--cspt-greenly-white-color);
	background-color: rgba(var(--cspt-greenly-blackish-color-rgb),.3);
	border-radius: 30px;
	backdrop-filter: blur(25px);
}
.cspt-service-style-10 .cspt-service-title {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 0;
	padding-right: 40px;
}
.cspt-service-style-10 .cspt-service-title a {
	color: var(--cspt-greenly-white-color);
}
.cspt-service-style-10 .cspt-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.cspt-service-style-10 .cspt-featured-wrapper img {
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
}
.cspt-service-style-10:hover .cspt-featured-wrapper img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.cspt-service-style-10 .cspt-featured-wrapper::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	text-align: left;
	background: linear-gradient(0deg, rgba(var(--cspt-greenly-secondary-color-rgb),.8) 0%, rgba(0, 50, 129, 0) 70%);
}

/* Button Css */
.cspt-service-style-10 .dsvy-service-button-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: var(--cspt-greenly-white-color);
	padding: 10px 28px 6px;
	border-radius: 20px 0 0 0;
}
.cspt-service-style-10 .dsvy-service-button-wrap::before,
.cspt-service-style-10 .dsvy-service-button-wrap::after {
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    right: 100%;
    height: 25px;
    width: 25px;
	background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 100%, var(--cspt-greenly-white-color));
}
.cspt-service-style-10 .dsvy-service-button-wrap::after {
	bottom: 100%;
    right: 0px;
}
.cspt-service-style-10 .cspt-service-btn a.cspt-read-more {
	color: var(--cspt-greenly-blackish-color);
}

/* For Bg Colors */
.cspt-elementor-bg-color-light .cspt-service-style-10 .dsvy-service-button-wrap {
	background-color: var(--cspt-greenly-light-bg-color);
}
.cspt-elementor-bg-color-blackish .cspt-service-style-10 .dsvy-service-button-wrap {
	background-color: var(--cspt-greenly-blackish-color);
}
.cspt-elementor-bg-color-secondary .cspt-service-style-10 .dsvy-service-button-wrap {
	background-color: var(--cspt-greenly-secondary-color);
}
.cspt-elementor-bg-color-globalcolor .cspt-service-style-10 .dsvy-service-button-wrap,
.cspt-elementor-bg-color-gradient  .cspt-service-style-10 .dsvy-service-button-wrap {
	background-color: var(--cspt-greenly-global-color);
}
.cspt-elementor-bg-color-light .cspt-service-style-10 .dsvy-service-button-wrap::before,
.cspt-elementor-bg-color-light .cspt-service-style-10 .dsvy-service-button-wrap::after {
	background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 100%, var(--cspt-greenly-light-bg-color));
}
.cspt-elementor-bg-color-blackish .cspt-service-style-10 .dsvy-service-button-wrap::before,
.cspt-elementor-bg-color-blackish .cspt-service-style-10 .dsvy-service-button-wrap::after {
	background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 100%, var(--cspt-greenly-blackish-color));
}
.cspt-elementor-bg-color-secondary .cspt-service-style-10 .dsvy-service-button-wrap::before,
.cspt-elementor-bg-color-secondary .cspt-service-style-10 .dsvy-service-button-wrap::after {
	background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 100%, var(--cspt-greenly-secondary-color));
}
.cspt-elementor-bg-color-globalcolor .cspt-service-style-10 .dsvy-service-button-wrap::before,
.cspt-elementor-bg-color-gradient  .cspt-service-style-10 .dsvy-service-button-wrap::before,
.cspt-elementor-bg-color-globalcolor .cspt-service-style-10 .dsvy-service-button-wrap::after,
.cspt-elementor-bg-color-gradient  .cspt-service-style-10 .dsvy-service-button-wrap::after {
	background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 100%, var(--cspt-greenly-global-color));
}
.cspt-elementor-bg-color-globalcolor .cspt-service-style-10 .cspt-service-btn a.cspt-read-more,
.cspt-elementor-bg-color-gradient  .cspt-service-style-10 .cspt-service-btn a.cspt-read-more,
.cspt-elementor-bg-color-blackish .cspt-service-style-10 .cspt-service-btn a.cspt-read-more,
.cspt-elementor-bg-color-secondary  .cspt-service-style-10 .cspt-service-btn a.cspt-read-more {
	color: var(--cspt-greenly-white-color);
}

[data-columns="6"] .cspt-service-style-10 .creativesplanet-box-content,
[data-columns="5"] .cspt-service-style-10 .creativesplanet-box-content {
	padding: 25px 20px 35px;
}
[data-columns="6"] .cspt-service-style-10 .cspt-service-title,
[data-columns="5"] .cspt-service-style-10 .cspt-service-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
    padding-right: 30px;
}

@media(max-width:1200px) {
	.cspt-service-style-10 .creativesplanet-box-content {
		padding: 30px 25px;
	}
	.cspt-service-style-10 .cspt-service-title {
		font-size: 24px;
		line-height: 30px;
		padding-right: 60px;
	}
}
@media(max-width:991px) {
	.cspt-service-style-10 .creativesplanet-box-content {
		padding: 35px 45px;
	}
	.cspt-service-style-10 .cspt-service-title {
		font-size: 28px;
		line-height: 34px;
		padding-right: 40px;
	}
}
@media(max-width:575px) {
	.cspt-service-style-10 .creativesplanet-box-content {
		padding: 30px 25px;
	}
	.cspt-service-style-10 .cspt-service-title {
		font-size: 22px;
		line-height: 30px;
		padding-right: 60px;
	}
}
@media(max-width:480px) {
	.cspt-service-style-10 .creativesplanet-post-item {
		border-radius: 20px;
	}
	.cspt-service-style-10 .dsvy-service-button-wrap {
		display: none;
	}
}