/*--- cspt-service-style-5 ---*/

.cspt-service-style-5 .creativesplanet-post-item {
    position: relative;
    overflow: hidden;
}

.cspt-service-style-5 .creativesplanet-box-content {
    position: absolute;
    bottom: 10px;
    left: 30px;
}

.cspt-service-style-5 .cspt-service-icon-wrapper img {
    height: 55px;
    width: 55px;
}

.cspt-service-style-5 .cspt-service-icon-wrapper {
    margin-bottom: 10px;
}

.cspt-service-style-5 .cspt-service-icon-wrapper i {
    color: var(--cspt-greenly-global-color);
    font-size: 55px;
    line-height: 65px;
}

.cspt-service-style-5 .cspt-service-title a {
    color: var(--cspt-greenly-white-color);
}

.cspt-service-style-5 .cspt-service-title a:hover {
    color: var(--cspt-greenly-global-color);
}

.cspt-service-style-5 .cspt-featured-wrapper {
    position: relative;
    overflow: hidden;
}

.cspt-service-style-5 .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);
}

.cspt-service-style-5:hover .cspt-featured-wrapper img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.cspt-service-style-5 .cspt-featured-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: left;
    background: linear-gradient(0deg, var(--cspt-greenly-secondary-color) 0%, rgba(0, 50, 129, 0) 70%);
}

.cspt-elementor-bg-color-globalcolor .cspt-element-service-style-5 .cspt-heading-subheading .cspt-element-title {
    color: var(--cspt-greenly-white-color);
}

.cspt-elementor-bg-color-globalcolor.cspt-heading-style-1 .cspt-heading-subheading .cspt-element-subtitle:before {
    background-color: var(--cspt-greenly-white-color);
}

.cspt-elementor-bg-color-globalcolor.cspt-heading-style-1 .cspt-ele-header-area {
    left: 225px;
    right: 225px;
    width: calc(100% - 450px);
    position: relative;
}


/* owl carousel  */

.cspt-element-service-style-5.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    right: auto;
}

.cspt-element-service-style-5.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
    opacity: 1;
    right: 0;
    top: -120px;
    width: calc(40% - 190px);
}

.cspt-element-service-style-5.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    left: -55px;
}

.cspt-element-service-style-5.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.cspt-element-service-style-5.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    border: 0;
    color: var(--cspt-greenly-global-color);
}

.cspt-element-service-style-5 .cspt-element-posts-wrapper .cspt-service-ele.col-md-6:nth-child(odd) {
    margin-top: -60px;
}

@media(max-width:767px) {
    .cspt-element-service-style-5 .cspt-element-posts-wrapper .cspt-service-ele.col-md-6:nth-child(odd) {
        margin-top: 0;
    }
}