.pbmit-element-service-style-4 .pbmit-service-style-4 {
  flex: auto;
  width: auto;
  display: inline-block;
  margin: 0;
  position: relative;
}
.pbmit-service-style-4 .pbmit-service-title {
  position: relative;
  z-index: 0;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 0;
}
.pbmit-service-style-4:hover .pbmit-service-title {
  z-index: 3;
}
.pbmit-service-style-4 .pbminfotech-post-item .pbmit-service-icon-wrapper,
.pbmit-service-style-4 .pbmit-service-title a {
/*  color: var(--pbmit-wedgala-global-color);*/
  color: #b18e06;

}
.pbmit-service-style-4 .pbmit-service-title a:hover {
/*  color: rgba(var(--pbmit-wedgala-global-color-rgb), 0.7);*/

  color:  #440005;

}
.pbmit-service-style-4 .pbminfotech-post-item {
  display: inline-block;
  padding-right: 100px;
}
.pbmit-service-style-4 .pbminfotech-post-item a:after {
  position: absolute;
  content: "*";
  font-size: 70px;
  line-height: 70px;
  color: rgba(var(--pbmit-wedgala-blackish-color-rgb), 0.8);
  top: 0;
  left: -80px;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 35px;
  width: 30px;
}
.pbmit-service-style-4 .pbminfotech-post-item a:hover:after {
  -webkit-animation-name: pbmit_star_rotate;
  -moz-animation-name: pbmit_star_rotate;
  -ms-animation-name: pbmit_star_rotate;
  -o-animation-name: pbmit_star_rotate;
  animation-name: pbmit_star_rotate;
}
@-webkit-keyframes pbmit_star_rotate {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes pbmit_star_rotate {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes pbmit_star_rotate {
  from {
    -ms-transform: rotate(0);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes pbmit_star_rotate {
  from {
    -o-transform: rotate(0);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes pbmit_star_rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.pbmit-service-style-4 .pbminfotech-post-item .pbmit-service-icon-wrapper,
.pbmit-service-style-4:first-child .pbminfotech-post-item a:after {
  display: none;
}
.pbmit-service-style-4 .pbmit-hover-img img {
  max-width: 300px;
  max-height: 300px;
  margin-top: -150px;
  margin-left: 100px;
  z-index: 3;
}
.pbmit-element-service-style-4 .row.multi-columns-row {
  display: block;
  text-align: center;
}
.pbmit-element-service-style-4 .pbmit-heading-subheading {
  margin-bottom: 20px;
}
.pbmit-elementor-bg-color-globalcolor
  .pbmit-service-style-4
  .pbminfotech-post-item
  a:after,
.pbmit-elementor-bg-color-gradient
  .pbmit-service-style-4
  .pbminfotech-post-item
  a:after,
.pbmit-elementor-bg-color-globalcolor
  .pbmit-service-style-4
  .pbmit-service-title
  a,
.pbmit-elementor-bg-color-gradient
  .pbmit-service-style-4
  .pbmit-service-title
  a {
  color: var(--pbmit-wedgala-white-color);
}
.pbmit-elementor-bg-color-globalcolor
  .pbmit-service-style-4
  .pbmit-service-title
  a:hover,
.pbmit-elementor-bg-color-gradient
  .pbmit-service-style-4
  .pbmit-service-title
  a:hover {
  color: rgba(var(--pbmit-wedgala-white-color-rgb), 0.7);
}
@media (max-width: 1366px) {
  .pbmit-service-style-4 .pbmit-service-title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 992px) {
  .pbmit-service-style-4 .pbmit-service-title {
    font-size: 50px;
    line-height: 50px;
  }
  .pbmit-service-style-4 .pbminfotech-post-item a:after {
    left: -60px;
  }
  .pbmit-service-style-4 .pbminfotech-post-item {
    padding-right: 60px;
  }
}
@media (max-width: 575px) {
  .pbmit-service-style-4 .pbmit-service-title {
    font-size: 30px;
    line-height: 30px;
  }
  .pbmit-service-style-4 .pbminfotech-post-item a:after {
    content: unset;
  }
  .pbmit-service-style-4 .pbminfotech-post-item {
    padding-right: 0;
  }
  .pbmit-service-style-4 .pbmit-hover-img img {
    max-width: 200px;
    max-height: 200px;
    margin-top: -50px;
    margin-left: 50px;
  }
}
