.ze-vc-custom-title {
  clear: both; }

.ze-vc-custom-title.clearfix .icon-align-left {
  position: relative;
  display: inline-block; }

.ze-vc-custom-title .icon-align-left .print-world-info-icon {
  position: absolute;
  left: 0;
  line-height: 1; }

.ze-vc-custom-title .icon-align-left .ze-custom-title-info {
  width: 100%;
  text-align: left; }

.ze-vc-custom-title.clearfix .icon-align-right {
  position: relative;
  display: inline-block; }

.ze-vc-custom-title .icon-align-right .print-world-info-icon {
  position: absolute;
  right: 0;
  top: 10px; }

.ze-vc-custom-title .icon-align-right .ze-custom-title-info {
  width: 100%;
  /*padding-right: 150px;*/
  text-align: right; }

/** CENTER & CENTER **/
.background-text-style-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.background-text-style-01 h2 {
  margin: 0;
  font-size: 40px;
  opacity: 0.3; }

.background-text-style-01 .ze-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  margin-top: 0;
  margin-bottom: 0; }

/** LEFT & CENTER **/
.background-text-style-02 {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.background-text-style-02 .text-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }

.background-text-style-02 h2 {
  margin: 0;
  opacity: 0.3;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%; }

.background-text-style-02 .ze-title {
  position: relative;
  z-index: 9; }

/** RIGHT & CENTER **/
.background-text-style-03 {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.background-text-style-03 .text-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }

.background-text-style-03 h2 {
  margin: 0;
  opacity: 0.3;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%; }

.background-text-style-03 .ze-title {
  position: relative;
  z-index: 9; }

/** LEFT & LEFT **/
.background-text-style-04 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.background-text-style-04 h2 {
  margin: 0;
  font-size: 40px;
  opacity: 0.3; }

.background-text-style-04 .ze-title {
  position: absolute;
  z-index: 9;
  color: #0800ff;
  font-size: 20px; }

/* pulse icon animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.0; } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(0.3);
       transform: scale(0.3);
    opacity: 0.0; }
  25% {
    -o-transform: scale(0.5);
       transform: scale(0.5);
    opacity: 0.1; }
  50% {
    -o-transform: scale(0.7);
       transform: scale(0.7);
    opacity: 0.3; }
  75% {
    -o-transform: scale(0.9);
       transform: scale(0.9);
    opacity: 0.5; }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 0.0; } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.3);
         -o-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0.5);
         -o-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 0.0; } }

.pulse-text .custom-title-icon i {
  position: absolute;
  -webkit-animation: pulse 2s infinite linear;
       -o-animation: pulse 2s infinite linear;
          animation: pulse 2s infinite linear; }

.pulse-text .ze-title {
  margin-top: 0; }


/*===icon on left====*/
.ze-vc-custom-title .icon-align-left .custom-title-icon {
    top: 30%;
}

.heading-3 {
  display: block;
  margin-top: 40px;
  padding-top: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Averta, sans-serif;
  color: #008cff;
  line-height: 1.45;
  font-weight: 300;
}

.heading-3.cta-text {
  padding: 0px;
  text-align: center;
}

.heading-3.head1.mt-10 {
  margin-top: 10px;
  font-size: 24px;
}

.heading-3.ecosystem {
  padding-top: 100px;
  text-align: center;
}

.heading-3.onepointtwo {
  line-height: 1.2;
}

.heading-3.onepointtwo.insidebox.mt100 {
  margin-top: 100px;
}

.heading-3.adapt {
  padding-left: 20px;
}

.heading-3.m-t-20 {
  margin-top: 20px;
  font-size: 18px;
}

.heading-3.p-r-220 {
  padding-right: 220px;
}

.heading-3.spacetop {
  margin-top: 60px;
  text-align: left;
}

.heading-3.insidebox {
  margin-top: 0px;
  text-align: left;
}

.heading-3.cs-title {
  margin-top: 0px;
  font-size: 24px;
}

.heading-3.pricingtable {
  margin-top: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 400;
}

.heading-3.pricingtable.price {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 300;
}

.heading-3.pricingtable.price.hide {
  opacity: 0;
}

.heading-3.pricingtable.populartag {
  color: #fff;
}

.heading-3.faq {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.heading-3.button-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
