/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2025 | 07:11:03 */
.team-section .owl-team-footer  {
    transition: all 0.5s ease !important;
}

.team-section .owl-team-footer .owl-title {
        font-size: 23px !important;
}
.team-section .owl-item .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.5%, #161616 100%);
transition: all 0.5s ease;
  z-index: 0;
	opacity: 0;
  pointer-events: none; /* So clicks pass through */
}

.team-section .owce-carousel-team-two .owl-team-footer {
	z-index: 9;
}

.team-section .owl-item .item:hover::after {
  	z-index: 1;
	opacity: 1;
}

.team-section .owl-thumb img {
  display: block;
  position: relative;
  z-index: 0;
}
.team-section .owce-carousel-team-two .owl-team-footer{
	top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.team-section .owce-carousel-team-two .owl-overlay:after {
    content: '';
    background: none;
    inset: 45%;
}
.team-section p.hello {
    margin-top: 20px;
}
.team-section .owl-social-icon a
 {
    display: inline-block;
    padding: 0px 6px;
}
.team-section .owce-carousel-team .owl-social-icon {
    margin-top: 15px;
    margin-bottom: 67px;
}
.team-section .owl-team-footer {
    width: 100%;
}