.cspt-service-style-1 {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}

.cspt-service-style-1,
.cspt-service-style-1 .cspt-service-icon,
.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 .cspt-featured-wrapper {
    padding: 12px;
    padding-bottom: 0;
}

.cspt-service-style-1 .cspt-featured-wrapper img {
    border-radius: 6px;
}

.cspt-service-style-1 .creativesplanet-box-content {
    text-align: center;
    position: relative;
}

.cspt-service-style-1 .creativesplanet-box-content-inner {
    padding: 25px 30px 30px;
}
.cspt-service-style-1 .cspt-service-icon-wrapper img {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}
.cspt-service-style-1 .cspt-service-title {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin: 0px 0 5px;
}

.cspt-service-style-1 .cspt-service-icon {
    display: inline-block;
    margin-top: -55px;
    border: 10px solid;
    width: 90px;
    border-radius: 50%;
    border-color: rgba(var(--cspt-emphires-global-color-rgb), 0.10);
}

.cspt-service-style-1:hover .cspt-service-icon {
    border-color: rgba(var(--cspt-emphires-secondary-color-rgb), 0.10);
}

.cspt-service-style-1 .cspt-service-icon-wrapper {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    color: var(--cspt-emphires-white-color);
    background-color: var(--cspt-emphires-global-color);
}

.cspt-service-style-1 .cspt-service-icon-wrapper i {
    font-size: 40px;
}

body .cspt-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3 {
    background: none;
    padding: 0;
    color: #272727;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0;
    font-weight: 700;
}

.cspt-service-style-1 .cspt-base-icon-right-arrow {
    display: none;
}

.cspt-service-style-1 .vc_general.vc_btn3 {
    font-size: 14px !important;
}

.cspt-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after {
    background-color: var(--cspt-emphires-global-color);
}

.cspt-service-style-1 .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline {
    color: var(--cspt-emphires-blackish-color);
}

.cspt-service-style-1:hover .cspt-service-icon-wrapper {
    background-color: var(--cspt-emphires-blackish-bg-color);
}

.cspt-service-style-1 .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:hover {
    border-color: var(--cspt-emphires-blackish-bg-color);
}

body .cspt-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after {
    background-color: #000;
}

.cspt-shapebg .cspt-element-service-style-1 .cspt-service-ele:nth-child(2n) .cspt-service-style-1 {
    margin-top: -50px;
}