/*=== cspt-service-style-11 ===*/
.cspt-service-style-11 {
	position: relative;
}
.cspt-service-style-11,
.cspt-service-style-11 .cspt-service-btn,
.cspt-service-style-11 .cspt-service-btn a,
.cspt-service-style-11 .cspt-service-icon-wrapper {
	-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);
}
.cspt-service-style-11 .creativesplanet-post-item{
	padding: 40px 45px;
	background-color: var(--cspt-emphires-secondary-color);
	transition: all 0.4s ease-in;
}
.cspt-service-style-11.creativesplanet-ele-service:hover .creativesplanet-post-item{
	background-color: #000;
}
.cspt-service-style-11 .cspt-service-title {
	position: relative;
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
	margin: 0px 0 10px;
}
.cspt-service-style-11 .cspt-service-title a{
	color: var(--cspt-emphires-white-color);
}
.cspt-service-style-11 .cspt-service-content p{
	color: rgba(var(--cspt-emphires-white-color-rgb), .6);
	margin-bottom: 0;
}
.cspt-service-style-11 .cspt-service-cat a {
	text-transform: uppercase;
	display: block;
	font-size: 13px;
	line-height: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	color: rgba(var(--cspt-emphires-white-color-rgb), .8);
	margin-bottom: 30px;
}
.cspt-service-style-11 .creativesplanet-box-content-inner {
	margin-top: 32px;
}
.cspt-service-style-11 .cspt-service-icon {
	display: inline-block;
}
.cspt-service-style-11 .cspt-service-icon-wrapper {
	font-size: 60px;
	line-height: 60px;
	color: var(--cspt-emphires-white-color);
}
.cspt-service-style-11 .cspt-service-custom-icon-wrapper img {
	width: 60px;
	height: 60px;
}
.cspt-service-style-11 .cspt-read-more-link {
	position: absolute;
	right: 30px;
	top: 28px;
	line-height: normal;
}
.cspt-service-style-11 .cspt-read-more-link .btn-arrow{
	transform: translate( -10px, 10px) scale(0);
	transition: all 0.3s ease;
}
.cspt-service-style-11:hover .cspt-read-more-link .btn-arrow{
	transform: translate(0, 0) scale(1);
}
.cspt-service-style-11 .cspt-read-more-link svg {
	width: 20px;
	height: 20px;
}
.cspt-element-service-style-11.creativesplanet-element-viewtype-carousel .cspt-element-posts-wrapper.owl-carousel {
	position: unset;
}
.cspt-element-service-style-11.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
	top: 46px;
	right: 0;
	width: auto;
}
.cspt-element-service-style-11.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.cspt-element-service-style-11.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
	position: relative;
	border-color: transparent;
}
.cspt-element-service-style-11.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
	left: -10px;
	color: #1c232f;
	background-color: var(--cspt-emphires-white-color);
}
.cspt-elementor-bg-color-white .cspt-element-service-style-11.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev{
	background-color: var(--cspt-emphires-light-bg-color);
}
.cspt-element-service-style-11.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
	right: 0;
	color: var(--cspt-emphires-white-color);
	background-color: #1c232f;
}
.elementor-column.cspt-col-stretched-right .cspt-element-service-style-11.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
	right: calc(39% - 13px);
}
.cspt-element-service-style-11 .owl-stage .active:nth-child(4n+2) .cspt-service-style-11 {
	background-color: var(--cspt-emphires-white-color);
	box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 6%);
}
.cspt-element-service-style-11 .owl-stage .active:nth-child(4n+2) .cspt-service-style-11 .cspt-service-btn {
	visibility: visible;
	opacity: 1;
}
.cspt-service-style-11:hover .cspt-service-btn span::after {
	background-color: var(--cspt-emphires-global-color);
}
.cspt-elementor-bg-color-secondary .cspt-service-style-11 .creativesplanet-post-item,
/* For VC */
.cspt-bg-color-secondarycolor .cspt-service-style-11 .creativesplanet-post-item{
	background-color: var(--cspt-emphires-blackish-color);
}
@media (max-width: 991px) {
	.cspt-service-style-11 .creativesplanet-post-item{
		padding: 40px 25px;
	}
	.cspt-service-style-11 .cspt-service-title{
		font-size: 22px;
		line-height: 28px;
	}
}
/* For Different column */
[data-columns="6"] .cspt-service-style-11 .creativesplanet-post-item,
[data-columns="5"] .cspt-service-style-11 .creativesplanet-post-item{
	padding: 30px 20px;
}
[data-columns="6"] .cspt-service-style-11 .cspt-service-icon-wrapper,
[data-columns="5"] .cspt-service-style-11 .cspt-service-icon-wrapper {
	font-size: 40px;
	line-height: 40px;
}
[data-columns="6"] .cspt-service-style-11 .cspt-service-title,
[data-columns="5"] .cspt-service-style-11 .cspt-service-title{
	font-size: 20px;
	line-height: 24px;
}
[data-columns="6"] .cspt-service-style-11 .cspt-read-more-link svg,
[data-columns="5"] .cspt-service-style-11 .cspt-read-more-link svg {
	width: 15px;
	height: 15px;
}