.our-expertise-three-card-section {
  padding: 135px 0 128px;
  position:relative;
}
.our-expertise-four-card-inner {
  position: relative;
  z-index: 1;
}
.our-expertise-four-card-heading h3 {
  margin: 0;
}
.our-expertise-four-card-heading h5 {
  margin-bottom: 30px;
}
.our-expertise-four-card-heading {
  text-align: center;
  margin-bottom: 50px;
  width: 25%;
}
.our-expertise-three-card-section .our-expertise-four-card-heading {
  width: 25%;
  padding: 50px 15px 0;
  text-align: left;
}
.our-expertise-four-card-item-inner {
  border-radius: 10px;
  padding: 42px 23px 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.our-expertise-four-card-item {
  width: 25%;
  padding: 0 15px;
}
.our-expertise-four-card-row {
  display: flex;
  flex-wrap: wrap;
  margin:0 -18px;
}
.our-expertise-four-card-title h4 a {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-decoration: none;
}
.our-expertise-four-card-title h4 {
  margin: 0;
}
.our-expertise-four-card-text {
  margin-top: 100px;
}
.our-expertise-four-card-text p {
  margin: 0;
}
.our-expertise-four-card-title, .our-expertise-four-card-text {
  position: relative;
  z-index: 1;
}


.bg-shpe-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-shpe-block img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s ease-in-out;
}
.card-4 .bg-shpe-block img.shap-one {
  left: 60px;
  top: -6px;
}
.card-4 .bg-shpe-block img.shap-two {
  right: 20px;
  left: auto;
  top: 100px;
}
.card-4 .bg-shpe-block img.shap-three {
  bottom: 25px;
  top: auto;
  right: -58px;
  left: auto;
}
.card-4 .bg-shpe-block img.shap-four {
  bottom: 100px;
  top: auto;
  left: 0;
}
.card-4 .bg-shpe-block img.shap-one, .card-4 .bg-shpe-block img.shap-three, .card-4 .bg-shpe-block img.shap-four {
  opacity: 0;
  visibility: hidden;
}
.card-4 .our-expertise-four-card-item-inner:hover .bg-shpe-block img.shap-one,
.card-4 .our-expertise-four-card-item-inner:hover .bg-shpe-block img.shap-three,
.card-4 .our-expertise-four-card-item-inner:hover .bg-shpe-block img.shap-four{
  opacity: 1;
  visibility: visible;
}


.card-3 .bg-shpe-block img.shap-one {
  left: 5%;
  top: 0;
  width: 90%;
}
.card-3 .bg-shpe-block img.shap-two {
  width: 100%;
  left: 0;
  top: 0;
}
.card-3 .bg-shpe-block img.shap-three {
  width: 100%;
  left: 0;
  top: 0;
}
.card-3 .bg-shpe-block img.shap-two, .card-3 .bg-shpe-block img.shap-three{
  opacity: 0;
  visibility: hidden;
}
.card-3 .our-expertise-four-card-item-inner:hover .bg-shpe-block img.shap-two, 
.card-3 .our-expertise-four-card-item-inner:hover .bg-shpe-block img.shap-three{
  opacity: 1;
  visibility: visible;
}

.card-2 .bg-shpe-block img.shap-two {
  left: 0;
  width: 100%;
  top: 0;
}
.card-2  .bg-shpe-block img.shap-one {
  width: 100%;
  left: 0;
  top: 0;
  transform: rotate(4deg) translate(0px, 0);
  transform-origin: top left;
}
.card-2  .bg-shpe-block img.shap-two {
  opacity: 0;
  visibility: hidden;
}
.card-2 .our-expertise-four-card-item-inner:hover .bg-shpe-block img.shap-one{
  transform: rotate(0deg) translate(0px, 0);
}
.card-2 .our-expertise-four-card-item-inner:hover  .bg-shpe-block img.shap-two {
  opacity: 1;
  visibility: visible;
}

.card-1 .bg-shpe-block img.shap-two {
  width: 100%;
  left: auto;
  right: 0;
  top: 0;
  transform: translate(17%, -9%);
}
.card-1  .bg-shpe-block img.shap-one {
  width: 90%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.card-1 .our-expertise-four-card-item-inner:hover .bg-shpe-block img.shap-two {
  transform: translate(0%,0%);
}
.card-1 .our-expertise-four-card-item-inner:hover .bg-shpe-block img.shap-one {
  opacity: 1;
  visibility: visible;
}

.our-expertise-four-card-item-inner a.block-link {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.our-expertise-four-card-item-inner .our-expertise-four-card-title h4 svg {
  margin-left: 0;
  transform: translateY(2px);
  transition: all .15s linear;
}
.our-expertise-four-card-item-inner:hover .our-expertise-four-card-title h4 svg {
  margin-left: 6px;
  transform: translate(0);
  transition: all .15s linear;
}
.our-expertise-four-card-item-inner:hover .our-expertise-four-card-title h4 svg path {
  fill: #00adaf;
}
.section-shap-image-block {
  position: absolute;
  right: 0;
  top: -18%;
  width: 15%;
}
.section-shap-image-block img {
  width: 100%;
  height: auto;
  display: block;
}
.shap-one.mobile, .shap-two.mobile{
  display: none;
}


@media(max-width:1199px){
  .our-expertise-four-card-item {
    padding: 0 8px;
  }
  .our-expertise-four-card-row {
    margin: 0 -8px;
  }
  .section-shap-image-block {
    top: -10%;
  }

}

@media(max-width:991px){
  .our-expertise-four-card-item, .our-expertise-three-card-section .our-expertise-four-card-heading {
    width: 50%;
    margin-bottom: 30px;
  }
  .our-expertise-four-card-row {
    max-width: 767px;
    margin: 0 auto;
  }
  .our-expertise-three-card-section {
    padding: 85px 0 85px;
  }
  .our-expertise-four-card-heading h5 {
    margin-bottom: 20px;
  }
  .our-expertise-four-card-heading {
    margin-bottom: 38px;
  }
}

@media(max-width:767px){
  .our-expertise-four-card-item,.our-expertise-three-card-section .our-expertise-four-card-heading {
    width: 100%;
  }
  .our-expertise-four-card-row {
    max-width: 339px;
  }
  .our-expertise-three-card-section {
    padding: 60px 0 70px;
    position: relative;
  }
  .our-expertise-three-card-section .our-expertise-four-card-heading {
    padding: 0px 15px 0;
    text-align: center;
  }
  .our-expertise-four-card-heading h5 {
    margin-bottom: 12px;
  }
  .our-expertise-four-card-heading {
    margin-bottom: 35px;
  }
  .our-expertise-four-card-item:last-child {
    margin-bottom: 0;
  }
  .section-shap-image-block {
    top: -4%;
    width: 145px;
  }
  .card-3 .bg-shpe-block img.shap-one {
    left: 50%;
    top: 0;
    width: 100%;
    height: 100px;
    transform: translate(-50%, 0);
  }
  .card-1 .bg-shpe-block img.shap-two {
    transform: translate(11%,2%);
    height: 340px;
  }
  .shap-one.desktop, .shap-two.desktop{
    display: none;
  }
  .shap-one.mobile, .shap-two.mobile{
    display: block;
  }
  .our-expertise-four-card-item-inner{
    padding: 42px 40px 45px 25px;
  }
  .card-1 .our-expertise-four-card-item-inner:hover .bg-shpe-block img.shap-two{
    transform: translate(7%,6%);
  }
  .card-1 .bg-shpe-block img.shap-one {
    left: -47px;
    top: 50px;
    width: 100%;
    height: 300px;
  }
  .card-2 .bg-shpe-block img.shap-one {
    transform: rotate(0deg) translate(-6%,6%);
    height: 330px;
  }
  .card-2 .bg-shpe-block img.shap-two {
    height: 240px;
    transform: translate(0%);
  }
  .card-2 .our-expertise-four-card-item-inner:hover .bg-shpe-block img.shap-one {
    transform: rotate(0deg) translate(0%,0%);
  }
  .card-3 .bg-shpe-block img.shap-three {
    height: 283px;
    transform: translateY(-5%);
  }
  .card-3 .bg-shpe-block img.shap-two {
    height: 205px;
    transform: translateY(-10%);
  }
  .card-4 .bg-shpe-block img.shap-four, .card-4 .bg-shpe-block img.shap-one, .card-4 .bg-shpe-block img.shap-two, .card-4 .bg-shpe-block img.shap-three {
    height: 80px;
  }
  .card-4 .bg-shpe-block img.shap-three {
    right: -13px;
  }
  .our-expertise-four-card-item {
    padding: 0;
  }