.rs-addon-services.style1 .services-inner {
  transition: all 0.3s ease 0s;
}
.rs-addon-services.style1 .services-inner.gradient-border-enable {
  background: linear-gradient(0deg, #2B59FF 0%, transparent 100%);
  border: 0px solid transparent;
  position: relative;
  overflow: hidden;
}
.rs-addon-services.style1 .services-inner.gradient-border-enable:before {
  position: absolute;
  content: "";
  left: 1.5px;
  top: 1.5px;
  right: 1.5px;
  bottom: 1.5px;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.rs-addon-services.style1 .services-inner.gradient-border-enable .media_wrap,
.rs-addon-services.style1 .services-inner.gradient-border-enable .content_part {
  position: relative;
  z-index: 1;
}
.rs-addon-services.style1 .services-inner .numbering {
  flex-shrink: 0;
}
.rs-addon-services.style2 .services-inner .media-cmn .normal {
  display: block;
}
.rs-addon-services.style2 .services-inner .media-cmn .hover {
  display: none;
}
.rs-addon-services.style2 .services-inner:hover .media-cmn .normal {
  display: none;
}
.rs-addon-services.style2 .services-inner:hover .media-cmn .hover {
  display: block;
}
.rs-addon-services.style3 .services-inner {
  transition-duration: 0.3s ease-in-out;
}
.rs-addon-services.style3 .services-inner .media_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.rs-addon-services.style3 .services-inner .media_wrap img {
  border-radius: 0px !important;
}
.rs-addon-services.style3 .services-inner .media_wrap .overly_icon_normal {
  position: absolute;
  right: -68px;
  bottom: -68px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  padding: 37px 40px 40px 40px;
  transition: all 0.5s;
  opacity: 1;
  background: linear-gradient(253.04deg, #4200FF 7.71%, #104CBA 91.47%);
  z-index: 1;
  pointer-events: none;
}
.rs-addon-services.style3 .services-inner .media_wrap .overly_icon_normal img {
  filter: brightness(900000000%);
  width: 45px;
  height: auto;
  position: relative;
  z-index: 1;
}
.rs-addon-services.style3 .services-inner .media_wrap .overly_icon_normal:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(253.04deg, #4200FF 7.71%, #104CBA 91.47%);
  border-radius: 50%;
  opacity: 0.3;
  z-index: -1;
  transition: all 0.5s;
  transition-delay: 0.5s;
  transform: scale(1.2);
}
.rs-addon-services.style3 .services-inner .media_wrap .overly_icon_hover {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
  transform: scale(0);
}
.rs-addon-services.style3 .services-inner .media_wrap .overly_icon_hover .icon_wrapper {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.rs-addon-services.style3 .services-inner .media_wrap .overly_icon_hover .icon_wrapper img {
  width: 40px;
  height: auto;
}
.rs-addon-services.style3 .services-inner .media_wrap .overly_icon_hover:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(253.04deg, #4200FF 7.71%, #104CBA 91.47%);
  opacity: 0.6;
}
.rs-addon-services.style3 .services-inner .content_part .btn-part .services-btn i, .rs-addon-services.style3 .services-inner .content_part .btn-part .services-btn svg {
  transition-duration: 0.3s;
}
.rs-addon-services.style3 .services-inner .content_part .btn-part .services-btn.iconposition_right:hover i, .rs-addon-services.style3 .services-inner .content_part .btn-part .services-btn.iconposition_right:hover svg {
  padding-left: 5px;
}
.rs-addon-services.style3 .services-inner .content_part .btn-part .services-btn.iconposition_left:hover i, .rs-addon-services.style3 .services-inner .content_part .btn-part .services-btn.iconposition_left:hover svg {
  padding-right: 5px;
}
.rs-addon-services.style3 .services-inner:hover .overly_icon_normal {
  transform: translate(108px, 108px);
  opacity: 0;
}
.rs-addon-services.style3 .services-inner:hover .overly_icon_normal:after {
  transform: scale(1);
  transition-delay: 0s;
}
.rs-addon-services.style3 .services-inner:hover .overly_icon_hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.rs-addon-services.style4 .services-inner {
  padding: 13px;
  background-color: #0c2024;
}
.rs-addon-services.style4 .services-inner .content_part {
  padding: 15px 13px 65px;
}
.rs-addon-services.style4 .services-inner .content_part .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  font-family: "Public Sans", Sans-serif;
  margin: 0 0 15px;
}
.rs-addon-services.style4 .services-inner .content_part .title a {
  color: #ffffff;
}
.rs-addon-services.style4 .services-inner .content_part .title a:hover {
  color: #49ca90;
}
.rs-addon-services.style4 .services-inner .content_part p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Public Sans", Sans-serif;
  color: #cacaca;
  margin: 0 0 0;
}
.rs-addon-services.style4 .services-inner .media-cmn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 148px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #0c2024;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 1;
}
.rs-addon-services.style4 .services-inner .media-cmn img {
  max-width: 38px;
}
.rs-addon-services.style4 .services-inner .services-images {
  overflow: hidden;
}
.rs-addon-services.style4 .services-inner .services-images img {
  transition: all 0.5s ease 0s;
  display: block;
}
.rs-addon-services.style4 .services-inner:hover .services-images img {
  transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
  .rs-addon-services .services-inner .media_wrap img {
    width: 100%;
  }
}