:root {
  --bodyFont: "Onest", sans-serif;
  --titleFont: "Onest", sans-serif;
  --primaryColor: #01A66B;
  --secondaryColor: #005651;
  --bodyColor: #4B655C;
  --whiteColor: #ffffff;
  --titleColor: #1C1E30;
  --borderColor: #CDE4DC;
  --inputbgColor: #E6F7F1;
  --shadow6: 0px 16px 32px 0px rgba(0, 0, 0, .06);
  --transition: 0.4s all ease;
}

/** video css --------------------------
--------------------------------------*/
.tp-icon-btn i, .tp-icon-btn svg {
  width: 1em;
  height: 1em;
  display: block;
}

.tp-icon {
  display: flex;
}

.tp-icon-btn {
  display: block;
  line-height: normal;
  text-align: center;
}
.tp-icon-btn i::before {
  margin: 0;
}

/*# sourceMappingURL=icon.css.map */
