/*=================================================================
  Pricing section
==================================================================*/
.price-item {
  border: 1px solid rgba(52, 52, 52, 0.41);
  padding-bottom: 30px;
  margin-bottom: 15px;
	background-color: white;
}

.price-title {
  background-color: #292F36;
  padding: 30px 0 20px;
}

.price-title h3 {
  color: #57cbcc;
  margin: 0 0 10px!important;
  text-transform: uppercase;
}

.price-title p {
  font-size: 18px;
  font-weight: 400;
	color: #fff;
	margin-bottom: 0px;
}

.price-title .value {
  color: #57cbcc;
  font-size: 30px;
}

.pricing ul,
.skill-bar {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pricing li {
  padding: 10px 0;
	background-color: antiquewhite;
}

.pricing li:last-child {
  border-bottom: 1px solid rgba(236, 239, 241, 0.07);
  margin-bottom: 20px;
}

.pricing li:nth-child(2n) {
  background-color: #292F36;
	color: #fff;
}

.pricing li .btn {
  text-transform: uppercase;
  margin: 20px 0;
}

.pricing .btn-noshadow:active, .pricing .btn-noshadow:hover {
box-shadow: none!important;
}