/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2025 | 12:58:13 */
/*services-style01*/
.pe-xl-2-9, .px-xl-2-9 {
    padding-right: 2.9rem;
}
.services-style01 .img-group {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden; }
  .services-style01 .img-group .services-img {
    position: absolute;
	border-radius: 10px;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.8s;
    z-index: -1; }
    .services-style01 .img-group .services-img.active {
      position: relative;
      opacity: 1;
      z-index: 1;
      transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .services-style01 .img-group .services-img img {
      width: 100%; }
.services-style01 .services-content .item {
    padding: 35px 0;
    border-bottom: 1px solid rgba(227, 227, 227, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
    text-decoration: none;
}
  .services-style01 .services-content .item:last-child {
    border: 0; 
}
  .services-style01 .services-content .item .services-item {
    display: flex;
    align-items: center; 
}
  .services-style01 .services-content .item h4 {
    margin-bottom: 0;
    transition: all 0.3s;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    color: #fff;
    margin-left: 35px;
    padding-right: 30px; 
	font-family: 'Plus Jakarta Sans', sans-serif;
}
  .services-style01 .services-content .item span {
    transition: all 0.3s;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #96eb64;
    color: #fff; }
  .services-style01 .services-content .item i {
    display: block;
    text-align: center;
    color: #fff;
    transition: all 0.3s; }
  .services-style01 .services-content .item.active h4, .services-style01 .services-content .item.active span {
    color: #96eb64; }
  .services-style01 .services-content .item.active i {
    color: #96eb64;
    transform: rotate(-45deg); 
}

.image-hover {
  position: relative;
  overflow: hidden; 
}
  .image-hover:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1; 
}
  .image-hover:hover:after, .image-hover:active:after, .image-hover:focus:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent; 
}

.image2-hover {
  position: relative;
  overflow: hidden; 
}
  .image2-hover:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1; 
}
  .image2-hover:hover:after, .image2-hover:active:after, .image2-hover:focus:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent; 
}

@media (max-width: 1399px) {
  .services-style01 .services-content .item h4 {
    font-size: 25px; } }
@media (max-width: 1199px) {
  .services-style01 .services-content .item {
    padding: 20px 0; }
    .services-style01 .services-content .item h4 {
      font-size: 22px;
      line-height: 25px;
      margin-top: 2px; } }