/*mobile slider header text */

.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .sppb-fullwidth-title {
  color: #5224B3;
  font-size: 36px;
}


/*home*/

@media (min-width: 992px) {
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text {
    background-color: #ffffffe3;
    padding: 150px 50px 180px 50px;
    margin-top: -160px;
    margin-left: 590px;
    font-size: 72px;
    font-weight: bold;
}

}

/*end of home*/

/*feature list */

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
    border: 1px solid #dddddd;
    border-radius: 20px;
}

.owl-carousel .owl-controls .owl-dots .owl-dot.active span, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover{
    border: 1px solid;
    border-color: #610dff;
    background-color: #fff;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-text,
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-title.sppb-feature-box-title,
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-icon span i {
  color: #610dff !important;

/*end of feature list */