/*================================================
EA Fun Factor Area CSS
=================================================*/

.ea-fun-factor-area.bg-style-one {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ea-fun-factor-area.bg-color-f0fbf7 {
  background-color: #f0fbf7;
}

.ea-fun-factor-area.bg-color-5251e1 {
  background: -webkit-gradient(linear, left top, right top, from(#5054e0), to(#810df6));
  background: linear-gradient(to right, #5054e0, #810df6);
  position: relative;
  z-index: 1;
}

.ea-fun-factor-area.bg-color-5251e1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 35%;
  background-color: var(--whiteColor);
}

.ea-fun-factor-area.bg-color-fffbf9 {
  background-color: #fffbf9;
}

.ea-fun-factor-area.bg-color-f0f0f9 {
  background-color: #f0f0f9;
}

.ea-fun-factor-area .col-lg-3:last-child .ea-single-fun-factor::before {
  display: none;
}

.ea-fun-factor-area .ea-single-fun-factor i {
  font-size: 50px;
  font-style: normal;
}

.ea-single-fun-factor {
  position: relative;
  padding-left: 90px;
  margin-bottom: 30px;
}

.ea-single-fun-factor::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 100%;
  background-color: #dadada;
}

.ea-single-fun-factor img, .ea-single-fun-factor i {
  position: absolute;
  top: 8px;
  left: 0;
}

.ea-single-fun-factor h2 {
  font-size: 40px;
  margin-bottom: -5px;
  font-family: var(--headingFontFamily);
}

.ea-single-fun-factor .sub-title {
  font-weight: 600;
  font-size: 16px;
}

.ea-single-fun-factor.style-two {
  text-align: center;
  padding-left: 0;
}

.ea-single-fun-factor.style-two::before {
  background-color: #d5f0d9;
}

.ea-single-fun-factor.style-two img, .ea-single-fun-factor.style-two i {
  position: unset;
  margin-bottom: 10px;
}

.ea-single-fun-factor.style-two h2 {
  margin-bottom: 0;
  color: #37ca71;
}

.ea-single-fun-factor.style-three {
  text-align: center;
  padding-left: 0;
}

.ea-single-fun-factor.style-three::before {
  display: none;
}

.ea-single-fun-factor.style-three img, .ea-single-fun-factor.style-three i {
  position: unset;
}

.ea-single-fun-factor.style-three .icon {
  border: 2px solid #ff6d3d;
  padding: 20px 30px;
  padding-bottom: 0;
  border-bottom: none;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.ea-single-fun-factor.style-three .icon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ff6d3d;
}

.ea-single-fun-factor.style-three .icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #ff6d3d;
}

.ea-single-fun-factor.style-three h2 {
  margin-bottom: 0;
  color: #ff6d3d;
}

.ea-single-fun-factor.style-four {
  text-align: center;
  padding-left: 0;
  background-color: var(--whiteColor);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  padding: 30px;
}

.ea-single-fun-factor.style-four::before {
  display: none;
}

.ea-single-fun-factor.style-four img, .ea-single-fun-factor.style-four i {
  position: unset;
  margin-bottom: 10px;
}

.ea-single-fun-factor.style-four h2 {
  margin-bottom: 0;
  color: #37ca71;
}

.ea-single-fun-factor.style-five {
  padding: 30px 20px;
  padding-left: 100px;
}

.ea-single-fun-factor.style-five img, .ea-single-fun-factor.style-five i {
  left: 20px;
  top: 30px;
}

.ea-single-fun-factor.style-five::before {
  display: none;
}

.ea-single-fun-factor.style-five.bg-f3efff {
  background-color: #f3efff;
}

.ea-single-fun-factor.style-five.bg-f3efff h2 {
  color: #6f3cff;
}

.ea-single-fun-factor.style-five.bg-fff1ec {
  background-color: #fff1ec;
}

.ea-single-fun-factor.style-five.bg-fff1ec h2 {
  color: #ff6d3d;
}

.ea-single-fun-factor.style-five.bg-e7faff {
  background-color: #e7faff;
}

.ea-single-fun-factor.style-five.bg-e7faff h2 {
  color: #04d2fc;
}

.ea-single-fun-factor.style-five.bg-ebf1ff {
  background-color: #ebf1ff;
}

.ea-single-fun-factor.style-five.bg-ebf1ff h2 {
  color: #407aff;
}

.ea-single-fun-factor.style-five .sub-title {
  font-size: 14px;
}

.ea-single-fun-factor.style-six {
  text-align: center;
  padding-left: 0;
  background-color: var(--whiteColor);
}

.ea-single-fun-factor.style-six::before {
  display: none;
}

.ea-single-fun-factor.style-six img, .ea-single-fun-factor.style-six i {
  position: unset;
}

.ea-single-fun-factor.style-six .icon {
  padding: 20px 30px;
  position: relative;
  background-color: #ff6d3d;
  border-radius: 6px 6px 0 0;
  max-width: 200px;
  margin: auto;
}

.ea-single-fun-factor.style-six .icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #ff6d3d;
}

.ea-single-fun-factor.style-six h2 {
  margin-bottom: 0;
  color: #ff6d3d;
}

.ea-single-fun-factor.style-six .fun-factor-content {
  border: 1px solid #ff6d3d;
  padding: 20px 30px;
  border-radius: 6px;
}

.ea-single-fun-factor.style-seven {
  padding-left: 0;
  position: relative;
  text-align: center;
}

.ea-single-fun-factor.style-seven::before {
  display: none;
}

.ea-single-fun-factor.style-seven img, .ea-single-fun-factor.style-seven i {
  position: unset;
}

.ea-single-fun-factor.style-seven h2 {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ff6d3d;
}

.ea-single-fun-factor.style-seven .sub-title {
  margin-top: 10px;
  display: inline-block;
}

.ea-single-fun-factor.style-eight {
  text-align: center;
  padding-left: 0;
  background-color: var(--whiteColor);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  padding: 30px;
  border-radius: 50px 0 50px 0;
}

.ea-single-fun-factor.style-eight::before {
  display: none;
}

.ea-single-fun-factor.style-eight img, .ea-single-fun-factor.style-eight i {
  position: unset;
  margin-bottom: 10px;
}

.ea-single-fun-factor.style-eight h2 {
  margin-bottom: 0;
}

.ea-single-fun-factor.style-nine {
  padding-left: 100px;
}

.ea-single-fun-factor.style-nine .icon {
  background-color: var(--whiteColor);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  border-radius: 50%;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.ea-single-fun-factor.style-nine .icon img, .ea-single-fun-factor.style-nine .icon i {
  padding: 20px;
}

.ea-single-fun-factor.style-nine img, .ea-single-fun-factor.style-nine i {
  position: unset;
}

.ea-single-fun-factor.style-nine::before {
  display: none;
}

.ea-single-fun-factor.style-five .sub-title, .ea-single-fun-factor.style-nine .sub-title {
  font-weight: 700;
  font-family: sans-serif;
}

/* Icon Left & Right Alignment */
.funfactor-align.is-icon-right .ea-single-fun-factor {
  padding-left: 0;
}

.funfactor-align.is-icon-right .ea-single-fun-factor img, 
.funfactor-align.is-icon-right .ea-single-fun-factor i {
  right: 30px;
  left: inherit;
}

.funfactor-align.is-icon-right .ea-single-fun-factor.style-nine .icon {
  left: inherit;
  right: 0;
}

/* Icon Top & Bottom Alignment */
.ea-single-fun-factor .funfactor-align.is-icon-bottom {
  margin-bottom: 20px;
}

.ea-single-fun-factor .funfactor-align.is-icon-bottom span {
  width: 100%;
}
