
/** service-ex-section **/

.service-ex-section{
  position: relative;
  padding: 145px 0px 120px 0px;
}

.service-ex-section .new-sec-title{
  margin-bottom: 50px;
}

.service-ex-block{
  padding-top: 44px;
}

.service-ex-block .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 10px 50px rgb(0 0 0 / 10%);
  text-align: center;
  padding: 0px 35px 48px 35px;
  margin-bottom: 30px;
  z-index: 1;
}

.service-ex-block .inner-box:before{
  position: absolute;
  content: '';
  background: #6b3ba9;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  z-index: -1;
  border-radius: 20px;
  transition: all 500ms ease;
}

.service-ex-block .inner-box:hover:before{
  height: 100%;
}

.service-ex-block .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  background: #f44438;
  margin-top: -44px;
  margin-bottom: 53px;
  box-shadow: 10px 10px 0px 0px rgb(244 68 56 / 20%);
}

.service-ex-block .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-ex-block .inner-box h4 a{
  display: inline-block;
  color: #222;
  transition: all 500ms ease;
}

.service-ex-block .inner-box:hover h4 a{
  color: #ffffff;
}

.service-ex-block .inner-box p{
  font-size: 15px;
  line-height: 26px;
  color: #808080;
  transition: all 500ms ease;
}

.service-ex-block .inner-box:hover p{
  color: rgba(255,255,255,0.6);
}


/** service-ex-section-two **/

.service-ex-section-two{
  position: relative;
  padding: 250px 0px 120px 0px;
  background-color: #dce8f1;
  clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.service-ex-section-two:before {
  position: absolute;
  content: '';
  background-color: #c5d8e8;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  clip-path: polygon(0% 18%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.service-ex-section-two .new-sec-title{
  margin-bottom: 50px;
}

.service-ex-section-two .feature-ex-block-two .inner-box{
  margin-bottom: 30px;
}


/** service-ex-section-three **/

.service-ex-section-three{
  position: relative;
  background-color: #f8f7f7;
  padding: 250px 0px 120px 0px;
  clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.service-ex-section-three .new-sec-title{
  margin-bottom: 50px;
}

.service-ex-section-three .feature-ex-block-two .inner-box{
  margin-bottom: 30px;
}

.service-ex-section-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1292px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}