body { padding-top: 30px; color: #000; }
a { color: #000000 }
.top-content .description a { color: #000000 }
#testimonial { color: #d2e4f3; background: #0098d6 url('') no-repeat bottom; height: 605px; background-size: 100%; }
.testimonial-actual { font-size: 24px; line-height: 30px; width: 80%; margin: 0 auto; }
#testimonial-close-left { font-size: 48pt; width: 95%; text-align: left; margin-top: 35px; float: right; }
#testimonial-close-right { font-size: 48pt; width: 95%; text-align: right; }
#testimonial-author { text-align: right; width: 90%; font-size: 14px; line-height: 20px; }
.explain-left { text-align: left; }
.explain-left h5 { color: #00799b; font-size: 26px; }
.explain h2 { font-size: 34pt; text-align: center; margin: 50px 0px; line-height: 26pt; }
.process { text-align: left; }
.process img { margin-bottom: 25px; }
.inner-bg { padding-bottom: 50px; }
.white-bg { background: #ffffff; padding-bottom: 60px; }
.awards { font-size: 18pt; line-height: 28pt; text-align: center; }
.awards-actual { background: #ffffff; border: 4px solid #eee; padding: 20px; margin: 40px 5px 0px 0px; height: 150px; display: inline-flex; align-items: center; justify-content: center; }
.footer { padding: 40px; }
.yelptop { margin-top: 10px; }
.brightgreen { background: #0098d6; color: #ffffff; margin-top: 30px; padding-top: 50px; }
.top-content .brightgreen  .text h1 { color: #ffffff; }
.top-content .brightgreen  .text .description { color: #ffffff; }
button.btn { background: #ff8300; }
button.btn:hover { opacity: 1; background: #ee610e; }
.form-top { background: #eee; }
.socialicons li {  display: inline; }
.form-top-left h3 { color: #000; }
.form-top-left p { color: #555; }
.form-bottom textarea { width: 100%; }
.socialicons li a { 
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-image: url(../img/social-icons-sprite.png);
    background-repeat: no-repeat;
    position: relative;
    background-color: #111;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.socialicons li.social-linkedin a {
    background-position: -300px 0;
}
.socialicons li.social-facebook a {
    background-position: -60px 0;
}
.brightgreen .description a { color: #ffffff; }
.footer-left { text-align: left; }
.footer-right { text-align: right; }
.yelptop .li-text { white-space: nowrap }
#testimonialpic { float: right; width: 80px; }
#testimonial-author-text { float: right; margin-right: 10px; margin-top: 20px; }
.form-bottom { padding-top: 0px; }

@media (max-width: 991px) {
    .testimonial-actual { font-size: 18px; }
    #testimonial { height: 695px; }
}


@media (max-width: 767px) {
	.navbar-brand { height: 83px; width: 100%; text-align: center; }
	.yelptop { margin-top: 20px; }
	.process { text-align: center; }
	.process p { margin-bottom: 40px; }
	.form-box { margin-top: 30px; }
    #testimonial { height: 390px; }
}
