/* MAIN BANNER */
#banner {
  padding-top: 147px;
  background-color: #fff;
  background-image: url('/images/background/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;
  margin-top: 50px;
  margin-bottom: 40px;
  background-color: none;
  box-shadow: 1px 2px 3px #666;
}
  .form-inner {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 15px;
    opacity: .9;
  }
.contact-form label {
  font-family: "Roboto Slab", serif;
  font-size: 12px;
  color: #000;
}
.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;
  color: #000;
}
.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;
}

/**********
/*Testimonial Style
/**********/
.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-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';
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}