.wc-btn-primary {
    padding: 18px 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: var(--white);
    background-color: var(--primary);
    border: 1px solid var(--primary);
    text-transform: capitalize;
    transition: all 0.3s;
    display: inline-flex
;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    gap: 30px;
    white-space: nowrap;
}.wc-btn-primary .icon-wcf-play-2 {
    font-size: 8px;
}.title-main-in {
    color: #103142;
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
}section.service-area.style-4.inserv {
    padding-top: 80px;
}
/* 
-------------------------------------
Service area style  
-------------------------------------
*/
.service-area.style-4 {
  padding-top: 190px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
  .service-area.style-4 {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.service-area.style-4 .section-top {
  display: grid;
  grid-template-columns: 0.5fr 1fr 415px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1919px) {
  .service-area.style-4 .section-top {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-area.style-4 .section-top {
    grid-template-columns: 0.5fr 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .service-area.style-4 .section-top {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .service-area.style-4 .section-top {
    grid-template-columns: 1fr;
  }
}
.service-area.style-4 .section-top.section-top-2 {
  display: block;
  max-width: 740px;
  margin: auto;
  text-align: center;
}
.service-area.style-4 .section-top.section-top-2 .subtitle-wrapper {
  padding-bottom: 16px;
}
.service-area.style-4 .section-top .section-title {
  font-size: 80px;
}
@media only screen and (max-width: 1199px) {
  .service-area.style-4 .section-top .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .service-area.style-4 .section-top .section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .service-area.style-4 .section-top .section-title {
    font-size: 35px;
  }
}
.service-area.style-4 .section-top .text {
  padding-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .service-area.style-4 .section-top .text {
    padding-bottom: 30px;
  }
}
.service-area.style-4 .section-title {
  padding-top: 0;
}
.service-area.style-4 .feature-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1919px) {
  .service-area.style-4 .feature-wrapper {
    gap: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .service-area.style-4 .feature-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.service-area.style-4 .wcf_iconbox.style-8 {
  background-color: transparent;
  border: 1px solid #EBF1F1;
  border-radius: 0;
  max-width: 430px;
}
.service-area.style-4 .wcf_iconbox.style-8 .title {
  padding-bottom: 20px;
}
.service-area.style-4 .wcf_iconbox.style-8 .wc-btn-default {
  border-radius: 0;
}
