/* Homepages - Index Onepage */
.slider-container-onepage {
  background-color: #171717;
  height: 100vh;
}

.slider-container-onepage .tp-caption strong {
  font-weight: 700 !important;
}

.section {
  padding: 100px 0 70px;
}

.section#home {
  padding: 0;
}

.section#portfolio, .section#blog {
  padding-bottom: 0;
}

.section#contact {
  padding-bottom: 100px;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
}

@media (min-width: 481px) {
  .section-title {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .section-title {
    font-size: 42px;
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .section-title {
    font-size: 42px;
    margin-bottom: 45px;
  }
}

.testimonials-container {
  background-color: #f1f1f1;
  border: 1px solid #e1e1e1;
  padding: 25px 15px;
}

.testimonials-container .testimonial {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.testimonials-container .owl-dots {
  margin-top: 10px;
}

.testimonials-container .owl-dots .owl-dot:not(.active) {
  background-color: #999;
  border-color: #999;
}

.more-btn-section {
  margin-top: -1px;
  background-color: #171717;
}

.more-btn-section .btn {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}
