.wcf__iconbox {
  opacity: 1;
  display: block;
}
.wcf__iconbox.style-1 {
  padding: 35px;
  border-radius: 30px;
  background: #233259;
  text-align: center;
}
.wcf__iconbox.style-1 .title {
  color: #FCFAF5;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: capitalize;
}
.wcf__iconbox.style-1 .desc {
  color: #A4ABBB;
}
.wcf__iconbox.style-2 {
  padding: 40px 40px 40px;
  background-color: #B1DED9;
}
@media only screen and (max-width: 1399px) {
  .wcf__iconbox.style-2 {
    padding: 30px 30px 30px;
  }
}
.wcf__iconbox.style-2:hover .icon img,
.wcf__iconbox.style-2:hover .icon svg,
.wcf__iconbox.style-2:hover .icon i {
  transform: rotate(40deg);
}
.wcf__iconbox.style-2:hover .icon:after {
  opacity: 1;
  transform: scale(1);
}
.wcf__iconbox.style-2 .icon {
  position: relative;
}
.wcf__iconbox.style-2 .icon img,
.wcf__iconbox.style-2 .icon svg,
.wcf__iconbox.style-2 .icon i {
  transition: all 0.3s;
}
.wcf__iconbox.style-2 .icon i {
  font-size: 120px;
}
.wcf__iconbox.style-2 .icon:after {
  position: absolute;
  content: "";
  width: 156px;
  height: 15px;
  flex-shrink: 0;
  background: linear-gradient(90deg, rgba(42, 42, 90, 0.28) 0%, rgba(42, 42, 90, 0) 100%);
  filter: blur(4px);
  inset-inline-start: 0;
  bottom: 8px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
}
.wcf__iconbox.style-2 .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.17;
  color: #143935;
}
@media only screen and (max-width: 991px) {
  .wcf__iconbox.style-2 .title {
    font-size: 24px;
  }
}
.wcf__iconbox.style-2 .desc {
  font-size: 18px;
  color: #2E5853;
}
.wcf__iconbox.style-3 {
  position: relative;
  margin: 5px;
  overflow: hidden;
  transition: all 0.5s;
  padding: 50px;
  background-color: #F9F9F9;
  z-index: 3;
}
.wcf__iconbox.style-3::before {
  position: absolute;
  content: "\f061";
  font-weight: 700;
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  inset-inline-end: 20px;
  top: 0;
  color: #1C1D20;
  transform: rotate(-45deg) translate(-50px, 20px);
  transition: all 0.3s;
  opacity: 0;
}
.wcf__iconbox.style-3:hover {
  background-color: transparent;
}
.wcf__iconbox.style-3:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translate(-30px, 10px);
}
.wcf__iconbox.style-3:hover .icon {
  color: #1C1D20;
  fill: #1C1D20;
}
.wcf__iconbox.style-3:hover .icon img {
  filter: brightness(0);
}
.wcf__iconbox.style-3:hover .title,
.wcf__iconbox.style-3:hover .desc {
  color: #1C1D20;
}
.wcf__iconbox.style-3 .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  transition: all 0.3s;
}
.wcf__iconbox.style-3 .desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  .wcf__iconbox.style-3 .desc {
    font-size: 20px;
  }
}
.wcf__iconbox.style-4 .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  color: #1C1D20;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .wcf__iconbox.style-4 .title {
    font-size: 24px;
  }
}
.wcf__iconbox.style-4 .desc {
  font-size: 18px;
  color: #1C1D20;
}
.wcf__iconbox.style-5 {
  padding: 40px;
  border: 1px solid #121212;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.wcf__iconbox.style-5:hover::after {
  border-radius: 0;
}
.wcf__iconbox.style-5:hover .title,
.wcf__iconbox.style-5:hover .desc,
.wcf__iconbox.style-5:hover .icon {
  color: #fff;
}
.wcf__iconbox.style-5:hover .icon {
  fill: #fff;
}
.wcf__iconbox.style-5:hover .wcf__btn a {
  color: #fff;
  border-color: #fff;
}
.wcf__iconbox.style-5::after {
  position: absolute;
  content: "";
  background-color: #121212;
  transition: all 0.3s;
}
.wcf__iconbox.style-5 .icon {
  z-index: 1;
  position: relative;
  color: #121212;
}
.wcf__iconbox.style-5 .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #121212;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.wcf__iconbox.style-5 .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #121212;
  position: relative;
  z-index: 1;
  margin-left: 70px;
  transition: all 0.3s;
}
.wcf__iconbox.style-5 .wcf__btn {
  margin-left: 70px;
}
.wcf__iconbox.style-5 .wcf__btn a {
  z-index: 1;
  position: relative;
}

.hover-start-top .wcf__iconbox.style-5::after {
  width: 76px;
  height: 23px;
  left: calc(50% - 38px);
  top: 0;
  border-radius: 0 0 15px 15px;
}
.hover-start-top .wcf__iconbox.style-5:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
}
.hover-start-right .wcf__iconbox.style-5::after {
  width: 23px;
  height: 76px;
  right: 0;
  top: calc(50% - 38px);
  border-radius: 15px 0 0 15px;
}
.hover-start-right .wcf__iconbox.style-5:hover::after {
  width: 100%;
  height: 100%;
  top: 0;
}
.hover-start-bottom .wcf__iconbox.style-5::after {
  width: 76px;
  height: 23px;
  left: calc(50% - 38px);
  bottom: 0;
  border-radius: 15px 15px 0 0;
}
.hover-start-bottom .wcf__iconbox.style-5:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
}
.hover-start-left .wcf__iconbox.style-5::after {
  width: 23px;
  height: 76px;
  left: 0;
  top: calc(50% - 38px);
  border-radius: 0 15px 15px 0;
}
.hover-start-left .wcf__iconbox.style-5:hover::after {
  width: 100%;
  height: 100%;
  top: 0;
}

.service-rollover-left {
  position: relative;
  transition: all 0.5s;
}
.service-rollover-left::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #C9C6DE;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: -1;
}
.service-rollover-left:hover::after {
  width: 100%;
  right: auto;
  left: 0%;
}