.service-card-in {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.15);
  padding: 30px 35px 60px;
  height:100%;
  transition: all 0.2s ease-in-out;
}
.service-card-in .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  height: 100%;
  width: 100%;
}
.rich_text ul {
  text-align: left;
  font-size: 13px;
}
.rich_text ul li {
  margin-bottom: 14px;
}
.service-card-in:hover {
  background: #9354FF;
}
.service-card-in:hover .text {
  color: #fff;
}
.service-card-in a.overlay-link.no-link {
  pointer-events: none;
}
.service-list-group.three_cols.type2 .icon-warp {
  display: flex;
  align-items: center;
  justify-content:center;
}
.service-card-in:hover svg g circle {
  fill: #fff;
  fill-opacity: 1;
}
.service-card-in:hover svg g path {
  fill: #000;
  stroke: #000;
}
.service-card-in.has-height {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-list-group {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.service-card-in.has-height .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-height:auto;
}
.service-list-group.align-center .service-list-group {
  justify-content: center;
}
html[lang="ar"] .service-list-group .service-card-in svg,
.service-list-group.align-right .service-card-in svg {
  left: 20px;
  right: auto;
  bottom: 13px;
}
.service-list-group .service-card {
  width: 33.33333%;
  padding: 15px;
}
.service-list-group.align-center {
  text-align: center;
}
.service-list-group.align-right{
  text-align:right;
}
.service-list-group.align-center .icon-warp {
  margin-bottom: 11px;
}
.service-list-group.align-center .title {
  font-size: 18px;
}
.service-card .text {
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.service-card .title {  
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top:8px;
  min-height:40px;
  margin-bottom: 8px;
}
.service-card-in svg {
  margin-left: auto;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.service-card-in .icon-warp img {
  transition:all ease 0.3s;
}
.service-card-in:hover .icon-warp img {
  filter: grayscale(1) contrast(6) invert(1);) invert(1);) invert(1);) invert(1);
}
html[lang="ar"] .service-card-in svg {    
  left: 20px;    
  right: inherit;
  bottom:15px;
}
html[lang="ar"] .service-card-in{
  padding-bottom:70px;
}
.service-list-group.type2 .service-card-in {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(37, 37, 37, 0.6);
  padding: 30px;
  backdrop-filter: blur(21.549999237060547px);
  height:100%;
}
.service-list-group.type2 .service-card-in svg {
  display: none;
}
.service-list-group.type2 .service-card-in:hover .icon-warp img {
  filter: none;
}
.services-list {
  width: 100%;
}


@media(min-width:1200px){
  
}

@media(min-width:1025px){
  .service-list-group.four_cols .service-card {
    width: 25%;
  }
}

@media(max-width:1024px){
  .service-list-group .service-card {
    width: 50%;
  }
}

@media(max-width:580px){
  .service-card .title {
    min-height: auto;
  }
  .service-list-group .service-card {
    width: 100%;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
  }
}
