/* Colors */
/* Fonts */
body .codefusion-strength-box {
  position: relative;
  padding: 100px 50px 70px;
  background-color: #edf0f2;
}
@media screen and (max-width: 991px) {
  body .codefusion-strength-box {
    padding: 70px 0px;
  }
}
body .codefusion-strength-box h2,
body .codefusion-strength-box h3 {
  position: relative;
  text-align: center;
  margin-bottom: 64px;
  font-family: "Euclid Circular A", sans-serif;
  line-height: 48px;
  font-weight: 700;
  font-size: 45px;
  color: #001525;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  body .codefusion-strength-box h2,
  body .codefusion-strength-box h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  body .codefusion-strength-box h2,
  body .codefusion-strength-box h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 420px) {
  body .codefusion-strength-box h2,
  body .codefusion-strength-box h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
body .codefusion-strength-box .strength-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  body .codefusion-strength-box .strength-list {
    max-width: 1140px;
  }
}
body .codefusion-strength-box .strength-list-item {
  box-sizing: border-box;
  width: 33.333333%;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  body .codefusion-strength-box .strength-list-item {
    width: 50%;
  }
  body .codefusion-strength-box .strength-list-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body .codefusion-strength-box .strength-list-item {
    width: 100%;
    padding: 0;
  }
}
body .codefusion-strength-box .strength-list-item .strength-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 10px;
  min-height: 100%;
  padding: 0 30px;
}
body .codefusion-strength-box .strength-list-item .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 89px;
  margin-top: 24px;
  margin-bottom: 30px;
  font-size: 89px;
  color: #303442;
}
body .codefusion-strength-box .strength-list-item .item-icon::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #0774e4;
  opacity: 0.45;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin: -9px 0 0 9px;
  transition: all 0.3s ease;
}
body .codefusion-strength-box .strength-list-item h3 {
  padding: 0 20px;
  margin-bottom: 20px;
  line-height: 26px;
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  body .codefusion-strength-box .strength-list-item h3 {
    padding: 0;
  }
}
body .codefusion-strength-box .strength-list-item p {
  margin-bottom: 30px;
  font-family: "Euclid Circular A", sans-serif;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-size: 15px;
  color: #303442;
}
body .codefusion-strength-box .strength-list-item:first-child .item-icon::before {
  background-color: #7eba02;
}
body .codefusion-strength-box .strength-list-item:nth-child(2) .item-icon::before {
  background-color: #f9ce47;
}
body .codefusion-strength-box .strength-list-item:hover .strength-box, body .codefusion-strength-box .strength-list-item:active .strength-box, body .codefusion-strength-box .strength-list-item:focus .strength-box {
  border-color: rgba(48, 52, 66, 0.05);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
body .codefusion-strength-box .strength-list-item:hover .item-icon::before, body .codefusion-strength-box .strength-list-item:active .item-icon::before, body .codefusion-strength-box .strength-list-item:focus .item-icon::before {
  -webkit-transform: translateX(-61%) translateY(-37%) scale(1.02) rotateY(180deg);
          transform: translateX(-61%) translateY(-37%) scale(1.02) rotateY(180deg);
  opacity: 0.4;
}
body .codefusion-strength-box .section-floating-icons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
body .codefusion-strength-box .section-floating-icons .section-floating-icon {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  body .codefusion-strength-box .section-floating-icons .section-floating-icon {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
body .codefusion-strength-box .section-floating-icons .section-floating-icon-1 {
  margin: 37vh 0 0 85vw;
  font-size: 75px;
  color: #4cbeb5;
}
body .codefusion-strength-box .section-floating-icons .section-floating-icon-2 {
  margin: 45vh 0 0 81vw;
  font-size: 33px;
  color: rgba(170, 170, 170, 0.5);
}
body .codefusion-strength-box .section-floating-icons .section-floating-icon-3 {
  margin: 55vh 0 0 82vw;
  font-size: 33px;
  color: rgba(7, 116, 228, 0.5);
}
body .codefusion-strength-box .section-floating-icons .section-floating-icon-4 {
  margin: 26vh 0 0 15vw;
  font-size: 33px;
  color: rgba(7, 116, 228, 0.5);
}