/*--- cspt-service-style-11 ---*/
.cspt-element-service-style-11 .creativesplanet-post-item {
	position: relative;
	overflow: hidden;
}
.cspt-element-service-style-11 .cspt-hover-slide-content-iiner {
	max-width: 630px;
	margin-left: auto;
	padding-right: 110px;
	padding-left: 30px;
}
.cspt-element-service-style-11 .cspt-service-hover-image,
.cspt-element-service-style-11 .cspt-featured-wrapper {
	height: 100%;
    width: 100%;
}
.cspt-element-service-style-11 .cspt-featured-wrapper img {
	position: relative;
	height: 463px;
    width: 100%;
	object-fit: cover;
}
.cspt-element-service-style-11 .cspt-service-content-slide {
	border-bottom: 1px solid rgba(var(--cspt-greenly-white-color-rgb),0.3);
	padding: 20px 0 30px;
	position: relative;
	justify-content: space-between;
}
.cspt-element-service-style-11 .cspt-hover-slide-content-iiner > .cspt-service-content-slide:nth-child(2){
	border-top: 1px solid rgba(var(--cspt-greenly-white-color-rgb),0.3);
}
.cspt-element-service-style-11 .cspt-service-content-slide:hover .cspt-service-content p,
.cspt-element-service-style-11 .cspt-service-content-slide:hover .cspt-service-btn i,
.cspt-element-service-style-11 .cspt-service-content-slide:hover .cspt-service-title a {
	color:var(--cspt-greenly-global-color);
}
.cspt-element-service-style-11 .cspt-service-title {
	font-size: 40px;
	line-height: 50px;
	display: flex;
    align-items: center;
	margin-bottom: 0;
}
.cspt-element-service-style-11 .cspt-service-title a {
	color: var(--cspt-greenly-white-color);
}
.cspt-element-service-style-11 {
	counter-reset: service-count;
}
.cspt-element-service-style-11 .cspt-service-content-slide .cspt-service-title::before {
	content: "0" counter(service-count);
	counter-increment: service-count;
	font-size: 16px;
	line-height: 26px;
	color: var(--cspt-greenly-white-color);
	margin-right: 25px;
}
.cspt-element-service-style-11 .cspt-service-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--cspt-greenly-white-color);
	color: var(--cspt-greenly-global-color);
	opacity: 0;
	visibility: hidden;
}
.cspt-element-service-style-11 .cspt-service-content-slide.active .cspt-service-btn a {
	opacity: 1;
	visibility: visible;
}
.cspt-element-service-style-11 .cspt-service-btn i {
	font-size: 16px;
	line-height: 26px;
	display: block;
}
.cspt-element-service-style-11 .cspt-element-service-wrapper {
	background-color: var(--cspt-greenly-blackish-color);
	border-radius: 20px;
	overflow: hidden;
	background-repeat: no-repeat;
    background-position: left bottom;
	margin: 0;
}
.cspt-element-service-style-11 .cspt-hover-slide-content {
    padding: 120px 0px 100px;
}
.cspt-element-service-style-11 .cspt-hover-slide-images-wrapper {
	background-color: var(--cspt-greenly-global-color);
	padding: 120px 30px 100px 110px;
    border-radius: 20px;
}
.cspt-element-service-style-11 .cspt-service-content {
    text-align: center;
    font-size: 21px;
    color: #fff;
    padding: 0 80px 15px;
}
.cspt-element-service-style-11 .cspt-hover-slide-images-wrapper .cspt-hover-slide-images-wrapper-iiner {
    max-width: 625px;
    margin-right: auto;
	text-align: center;
}
.cspt-element-service-style-11 .cspt-heading-subheading .cspt-element-subtitle,
.cspt-element-service-style-11 .cspt-heading-subheading .cspt-element-title {
	color: var(--cspt-greenly-white-color);
}
.cspt-element-service-style-11 .cspt-service-content-area {
    text-align: center;
    color: rgba(var(--cspt-greenly-white-color-rgb),1);
    margin-top: 50px;
    border: 1px solid rgba(var(--cspt-greenly-white-color-rgb),0.2);;
    border-radius: 50px;
    padding: 3px 23px;
    display: inline-flex;
}
.cspt-element-service-style-11 .cspt-service-content-area a  {
	font-weight: 500;
	text-decoration: underline;
	margin-left: 5px;
}
.cspt-element-service-style-11 .cspt-service-content-area a:hover {
	color: var(--cspt-greenly-white-color);
}
.cspt-element-service-style-11 .cspt-heading-subheading {
    margin-bottom: 90px;
}
.cspt-element-service-style-11 .owl-carousel.owl-theme {
	overflow: hidden;
    border-radius: 20px;
}
.cspt-element-service-style-11 .owl-carousel.cspt-hover-slide-images {
    border-radius: 20px;
    overflow: hidden;
}
.slideOutUp {
    animation: slideOutUp .1s forwards;
}

.slideInUp {
    animation: slideInUp .1s forwards;
}

@keyframes slideOutUp {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-40px);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 1366px) {
	.cspt-element-service-style-11 .cspt-service-content {
		padding: 0 65px 15px;
	}
	.cspt-element-service-style-11 .cspt-heading-subheading {
		margin-bottom: 55px;
	}
	.cspt-element-service-style-11 .cspt-hover-slide-content {
		padding: 120px 0px 80px;
	}
	.cspt-element-service-style-11 .cspt-service-content-slide {
		padding: 15px 0 20px;
	}
	.cspt-element-service-style-11 .cspt-service-title {
		font-size: 36px;
		line-height: 46px;
	}
	.cspt-element-service-style-11 .cspt-hover-slide-images-wrapper {
		padding: 120px 30px 100px 70px;
	}
}
@media (min-width: 1201px) {
	.cspt-element-service-style-11 .cspt-service-content-slide .cspt-featured-wrapper {
		display: none;
	}
	.cspt-element-service-style-11 .cspt-service-content-slide.active .cspt-service-title a,
	.cspt-element-service-style-11 .cspt-service-title a:hover {
		color: var(--cspt-greenly-global-color);
	}
	.cspt-element-service-style-11 .cspt-service-content-slide.active .cspt-service-title::before {
		color: var(--cspt-greenly-global-color);
	}
}
@media (max-width: 1200px) {
	.cspt-element-service-style-11 .cspt-featured-wrapper img {
		border-radius: 20px;
	}
	.cspt-element-service-style-11 .cspt-hover-slide-images-wrapper {
		display: none;
	}
	.cspt-element-service-style-11 .cspt-hover-slide-content {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cspt-element-service-style-11 .cspt-service-content-slide {
		display: block !important;
	}
	.cspt-element-service-style-11 .cspt-featured-wrapper {
		padding: 30px 0;
		width: 100%;
		transform: inherit;
	}
	.cspt-element-service-style-11 .cspt-service-btn i {
		transform: inherit;
	}
	.cspt-element-service-style-11 .cspt-service-title {
		width: 100%;
		margin: 0;
	}
	.cspt-element-service-style-11 .cspt-service-content {
		max-width: 100%;
	}
	.cspt-element-service-style-11 .cspt-hover-slide-content-iiner {
		margin-top: 0;
		max-width: 100%;
		padding: 0 30px;
	}
	.cspt-element-service-style-11 .cspt-service-content-slide .cspt-service-btn a {
		opacity: 1;
		visibility: visible;
	}
	.cspt-element-service-style-11 .cspt-hover-slide-content {
		padding: 100px 0;
	}
	.cspt-element-service-style-11 .cspt-heading-subheading {
		margin-bottom: 60px;
	}
}
@media (max-width: 1024px) {
	.cspt-element-service-style-11 .cspt-hover-slide-content {
		padding: 80px 0;
	}
	.cspt-element-service-style-11 .cspt-heading-subheading {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.cspt-element-service-style-11 .cspt-service-title {
		font-size: 30px;
    	line-height: 40px;
	}
	.cspt-element-service-style-11 .cspt-featured-wrapper {
		padding: 20px 0;
	}
	.cspt-element-service-style-11 .cspt-hover-slide-content {
		padding: 60px 0;
	}
	.cspt-element-service-style-11 .cspt-service-content-slide {
		padding: 15px 0 20px;
	}
	.cspt-element-service-style-11 .cspt-hover-slide-content-iiner {
		padding: 0 15px;
	}
	.cspt-element-service-style-11 .cspt-featured-wrapper img {
		height: 400px;
	}
}