/* MAIN BANNER */
body {

}

#banner {
  padding-top: 147px;
  background-color: #fff;
  background-image: url('../images/banner.jpg');
  background-repeat: no-repeat;
  background-position: center 147px;
}

#banner h5 {
  font-size: 30px;
  color: #27ae60;
  padding-top: 120px;
}

#banner h2 {
  font-size: 45px;
  color: #fff;
}

#banner h4 {
  font-size: 35px;
  color: #27ae60;
}

#banner .btn-readmore {
  border-radius: 5px;
  font-family: "Roboto Slab", serif;
  padding: 10px 20px;
  background: none;
  border: 2px solid #fff;
}

#banner .btn-readmore:hover {
  background-color: #27ae60;
  border: 2px solid #27ae60;
}

.contact-form {
  border-radius: 10px;
  padding: 30px 15px;
  margin-top: 50px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 1px 2px 6px #333;
}

.contact-form label {
  font-family: "Roboto Slab", serif;
  font-size: 12px;
  color: #888;
}

.contact-form p {
  font-size: 14px;
  line-height: 15px;
}

.contact-form a {
  font-weight: bold;
  color: #27ae60;
}

.contact-form h3 {
  color: #27ae60;
  font-weight: 700;
}

.contact-form input.form-control,
.contact-form select.form-control {
  border-radius: 0;
  border: 0;
  width: 100%;
  font-family: "Roboto Slab", serif;
  border-bottom: 1px dashed #aaa;
  padding-left: 0px;
}

.contact-form .btn-success {
  display: block;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 5px;
  width: 100%;
  border-radius: 0;
}
.contact-form .invalid-feedback {
  display: none;
}

/* .carousel {
	margin: 50px auto;
}
.carousel .carousel-item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}*/

.carousel img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}

.carousel .media-body {
  position: relative;
  clear: both;
  width: 100%;
}
.testimonial p {
  font-family: "Roboto Slab", serif;
  color: #656565;
}
.testimonial p i {
  color: #aaa;
}
/*
.carousel .testimonial {
    color: #fff;
    position: relative;    
    background: #9b9b9b;
	padding: 15px;
	margin: 0 0 20px 20px;
}
.carousel .testimonial::before, .carousel .testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.carousel .testimonial::before {
    width: 20px;
    height: 20px;
	background: #9b9b9b;
	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.carousel .carousel-item .row > div:first-child .testimonial {
	margin: 0 20px 20px 0;
}
.carousel .carousel-item .row > div:first-child .media {
	margin-left: 0;
}
.carousel .testimonial p {
	text-indent: 40px;
    line-height: 21px;
	margin: 0;
}
.carousel .testimonial p::before {
	content: "\201D";
  	font-family: "Roboto Slab", serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.carousel .overview {
	padding: 3px 0 0 15px;
}
.carousel .overview .details {
	padding: 5px 0 8px;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #ff5555;
} */

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  width: 30px;
  height: 60px;
  text-shadow: none;
  top: 50px;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 32px;
  color: #333;
}

.carousel-control-prev {
  left: 0px;
}

.carousel-control-next {
  right: 0px;
}

.carousel-indicators {
  position: relative;
  padding: 0;
  margin: 0;
  margin-top: 80px;
  z-index: 0;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 17px;
  height: 17px;
  border-radius: 0;
  margin: 1px 5px;
  box-sizing: border-box;
}

.carousel-indicators li {
  background: #e2e2e2;
  border: 4px solid #fff;
}

.carousel-indicators li.active {
  color: #fff;
  background: #27ae60;
  border: 5px double;
}

.star-rating li {
  padding: 0 2px;
}

.star-rating i {
  font-size: 14px;
  color: #ffdc12;
}










#module {
  font-size: 1rem;
  line-height: 1.5;
  text-overflow: ellipsis;
}
#module p {
  font-size: 18px;
}
#module #collapseExample.collapse,
#module #collapseExample2.collapse {
  margin: 0;
}
#module #collapseExample.collapse:not(.show),
#module #collapseExample2.collapse {
  display: block;
  height: 6rem;
  overflow: hidden;
}
#module #collapseExample.collapsing,
#module #collapseExample2.collapse {
  height: 6rem;
}
#module a {
  padding: 0;
  margin: 0;
  font-family: "Roboto Slab", serif;
  color: #000;
}
#module a.collapsed::after {
  content: '+ Read More';
}
#module a:not(.collapsed)::after {
  content: '- Show Less';
}