.icon-box {
  width: 160px;
  height: 120px;
  display: inline-block;
  position: relative;
}

.icon-box svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 125px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0.6;
  fill: #ccc;
}

.icon-box .circle-box {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -42px;
}

.icon-box .icon {
  position: absolute;
  bottom: 25px;
  left: 0;
  font-size: 40px;
  z-index: 1;
}

.icon-box.violet .circle-box {
  background-color: #ede1fb;
}

.icon-box.violet .icon {
  color: #a049af;
}

.icon-box.pink .circle-box {
  background-color: #fcd0e7;
}

.icon-box.pink .icon {
  color: #f475b7;
}

.icon-box.orange .circle-box {
  background-color: #ffeeea;
}

.icon-box.orange .icon {
  color: #ff9179;
}

.icon-box.blue .circle-box {
  background-color: #dae3fb;
}

.icon-box.blue .icon {
  color: #577eed;
}

.icon-box.yellow .circle-box {
  background-color: #fbf0da;
}

.icon-box.yellow .icon {
  color: #edba57;
}

.icon-box.green .circle-box {
  background-color: #d5f5ec;
}

.icon-box.green .icon {
  color: #3ed2a7;
}

.icon-box-style1 {
  background-color: #fff;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.icon-box-style1 .custom-border-style {
  position: relative;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-box-style1 .custom-border-style:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 1px;
  background-color: #577eed;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.icon-box-style1 .custom-border-style.text-center {
  left: 50%;
  margin-left: -12px;
}

.icon-box-style1 .custom-border-style.text-center {
  left: unset;
  right: 0;
}

.icon-box-style1 .custom-border-style.green:after {
  background-color: #3ed2a7;
}

.icon-box-style1 .custom-border-style.pink:after {
  background-color: #f475b7;
}

.icon-box-style1 .custom-border-style.blue:after {
  background-color: #577eed;
}

.icon-box-style1 .custom-border-style.yellow:after {
  background-color: #edba57;
}

.icon-box-style1 .custom-border-style.violet:after {
  background-color: #a049af;
}

.icon-box-style1 .custom-border-style.orange:after {
  background-color: #ff9179;
}

.ca-service-icon-box {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
}

.ca-service-icon-box > span {
  color: #b74acd;
  font-size: 35px;
  line-height: 100px;
  text-align: center;
  font-weight: 400;
}

.ca-service-icon-box .svg-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.ca-service-icon-box .svg-icon .iconbox2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ca-service-icon-box .svg-icon .iconbox2 svg {
  fill: #b74acd;
  opacity: 0.07;
}

.ca-service-icon-box .svg-icon .iconbox2.part2 {
  margin-left: 5px;
  margin-top: 3px;
  -webkit-transform: scale(0.78);
  transform: scale(0.78);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.ca-service-icon-box i {
  padding-top: 35px;
  font-size: 30px;
  color: #b74acd;
}

.icon-box-style2 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 40px 30px;
  border-radius: 10px;
}

.icon-box-style2 .ca-service-icon-box {
  margin-bottom: 15px;
}

.icon-box-style2 h6 {
  margin-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-box-style2 h6:hover {
  color: #b74acd;
}

.icon-box-style2 p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 17px;
}

.icon-box-style2:hover .iconbox2 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-box-style2:hover .iconbox2.part2 {
  -webkit-transform: scale(0.78) rotate(-90deg);
  transform: scale(0.78) rotate(-90deg);
}

.icon-box-link-style {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  text-align: center;
  position: relative;
}

.icon-box-link-style .top-batch {
  font-size: 14px;
  color: #333;
  padding: 5px 16px;
  background-color: #eae6e6;
  border-radius: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon-box-link-style .icon {
  font-size: 50px;
  margin-bottom: 15px;
  color: #555;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon-box-link-style p {
  margin-bottom: 0;
}

.icon-box-link-style:hover .icon {
  color: #3ed2a7;
}

.icon-box-link-style:hover .top-batch {
  background-color: #3ed2a7;
  color: #fff;
}

.icon-box-link-style i {
  font-size: 30px;
  padding-bottom: 10px;
}
/*# sourceMappingURL=icon-box.css.map */