.cspt-service-style-2{
    position: relative;   
}
body .cspt-service-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3,
.cspt-service-style-2 .creativesplanet-box-content-inner:before,
.cspt-service-style-2 .creativesplanet-box-content,
.cspt-service-style-2 .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-2 .creativesplanet-box-content{
   text-align: center;
   position: relative;
}
.cspt-service-style-2 .creativesplanet-box-content-inner{
    padding: 30px 30px 10px;
    background: var(--cspt-enginir-white-color);
    margin-top: 20px;
}
.cspt-service-style-2 .cspt-service-title {
    position: relative;
    font-size: 26px;
    line-height: 30px;
    margin: 0px 0 10px;
}
.cspt-service-style-2 .cspt-service-icon-wrapper img {
    width: 45px;
    height: 45px;
}
.cspt-service-style-2 .cspt-service-icon-wrapper{
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
}
body .cspt-service-style-2 .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; 
    z-index: 1;
    position: relative;
}
.cspt-service-style-2:hover .cspt-service-icon-wrapper{
    border-top-color: #09162a !important;
    position: relative;
}
.cspt-service-style-2 .cspt-service-content{
    position: relative;
}
.cspt-service-style-2 .cspt-featured-wrapper{
    position: relative;
    overflow: hidden;
}
.cspt-service-style-2:hover .creativesplanet-box-content-inner:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.cspt-service-style-2 .creativesplanet-box-content-inner:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: visible;
    background-color: #001e57;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    z-index: 0;
}
body .cspt-service-style-2:hover .vc_btn3-color-globalcolor.vc_general.vc_btn3,
.cspt-service-style-2:hover{
    color: var(--cspt-enginir-white-color);
}
.cspt-service-style-2:hover .cspt-service-title a,
.cspt-service-style-2:hover .cspt-service-icon-wrapper i{
    color: var(--cspt-enginir-white-color);
    transition-delay: .1s;
}
.cspt-service-style-2 .cspt-service-icon-wrapper{
    color: var(--cspt-enginir-global-color);
}
.cspt-service-style-2 .creativesplanet-box-content-inner:before{
    background-color: var(--cspt-enginir-global-color);
}
body .cspt-service-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3{
    color: var(--cspt-enginir-blackish-color);
}
/*** Elementor ***/
.elementor-element .cspt-service-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3 {
    margin-bottom: 20px;
    display: inline-block;
}
.elementor-element .cspt-service-style-2 .creativesplanet-box-content-inner{
    background-color: var(--cspt-enginir-light-bg-color);
}
.cspt-elementor-bg-color-light .cspt-service-style-2 .creativesplanet-box-content-inner{
    background-color: var(--cspt-enginir-white-color);
}
.cspt-elementor-bg-color-globalcolor .cspt-service-style-2 .creativesplanet-box-content-inner:before {
    background-color: var(--cspt-enginir-secondary-color);
}

@media (max-width: 991px){
	.cspt-service-style-2 .cspt-service-btn{
		display: none;
	}
	.cspt-service-style-2 .cspt-portfolio-title {
	    font-size: 16px;
	}
}