.cspt-service-style-1 {
    margin-bottom: 30px;
}

.cspt-service-style-1,
.cspt-service-style-1 .creativesplanet-box-content,
.cspt-service-style-1 .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-1 img {
    border-radius: 2px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}

.cspt-service-style-1 .creativesplanet-box-content {
    background-color: #fff;
    border-radius: 2px;
    text-align: center;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    position: relative;
}

.cspt-service-style-1 .creativesplanet-box-content-inner {
    padding: 50px 30px 30px;
}

.cspt-service-style-1 .cspt-service-icon-wrapper img {
    height: 36px;
    width: 36px;
    margin-bottom: 5px;
}

.cspt-service-style-1 .cspt-service-title {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    margin: 0px 0 25px;
}

.cspt-service-style-1 .cspt-service-icon-wrapper {
    height: 60px;
    width: 60px;
    font-size: 30px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 30px;
    top: -30px;
}

.cspt-service-style-1 .cspt-service-category {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 500;
    padding-bottom: 3px;
    letter-spacing: 1px;
}

body .cspt-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3 {
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0;
    font-weight: 700;
    position: relative;
}

.cspt-service-style-1:hover .cspt-service-icon-wrapper {
    background: #222 !important;
}

.cspt-service-style-1:hover .creativesplanet-box-content {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
}

body .cspt-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after {
    background-color: var(--cspt-greenly-global-color);
}

.cspt-shapebg .cspt-element-service-style-1 .cspt-service-ele:nth-child(2n) .cspt-service-style-1 {
    margin-top: -50px;
}