/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2025 | 05:08:24 */
.box-slide-effect:hover .elementor-icon-box-icon span i,
.box-slide-effect:hover .elementor-icon-box-title,
.box-slide-effect:hover .elementor-icon-box-description {
color: #fff !important;
}

.box-slide-effect:hover span.elementor-icon svg path{
	fill: #fff !important;
}

.box-slide-effect:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background: #80C66A;
    z-index: -1;
    transition: all .5s;
}

.box-slide-effect .elementor-widget-container {
    position: relative;
    z-index: 99;
}

.box-slide-effect:hover:after {
    left: 0;
    right: auto;
	z-index: 1;
    width: 100%;
}
.team-section-our .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #3596C7 !important;
}
