body {
	
	background: linear-gradient(to right, #111, #444);
	background-image: url("back-right.png");
    background-position: center top;
    background-repeat: no-repeat;
}


.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}


.pricing .btn {
  font-size: 80%;
  border-radius: 2rem;
  letter-spacing: .05rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 1;
  transition: all 0.2s;
}



@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
  
}


.testimonial-desc:hover {
  background-color:rgba(0, 0, 0, 0.2)
} 

.testimonial-desc {
        margin-top: 5px;
        text-align:left;
		padding-top:5px;
		padding-bottom:5px;
        padding-left: 5px;
		  background-color:rgba(0, 0, 0, 0.2)
		/*background-color:#444;*/
    }
        .testimonial-desc img {
            border: 1px solid #f5f5f5;
            border-radius: 150px;
            height: 45px;
            padding: 3px;
            width: 45px;
            display:inline-block;
            vertical-align: top;
        }

        .testimonial-writer{
            display: inline-block;
            vertical-align: top;
            padding-left: 10px;
        }

            .testimonial-writer-name{
                font-weight: bold;
				font-size: 80%;
            }

            .testimonial-writer-designation{
                font-size: 60%;
            }

            .testimonial-writer-company{
                font-size: 65%;
				color: #93cdff;
            }
