.btn-theme {
  background: #ff4501;
  border-radius: 24px;
  /*align-items: `;*/
}

.btn-theme:hover {
  background: #ff4501;
  color: #fff;
}

.bold {
  font-weight: bold;
}

body {
  font-family: 'Poppins';
}

.no-header {
}

a.btn-link {
  color: #fff !important;
  text-decoration: none;
}

a.btn-link:hover {
  color: #fff !important;
  text-decoration: none;
}

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.navbar-text > .btn-link {
  font-size: 20px;
  font-weight: 300;
}

.theme-color {
  color: #fe4600;
}

.v-middle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*width: 100%;*/
}

.v-middle-parent {
  position: relative;
}

.btn-theme-light {
  border-radius: 24px;
}

.no-bullets {
  list-style-type: none;
}

.no-bullets > li {
  margin-left: -32px;
  margin-top: 5px;
}

