@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,700');

body {
  overflow-x: hidden;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #505962;
}

h2 {
  color: #505962;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
} 

.carousel-caption {
  max-width: 100%;
  width: 100%;
  background-color: rgba(80, 89, 98, 0.6);
  left: 0;
}

/* .carousel-caption {
  position: relative;
  left: 0;
  top: 0;
} */

.btn-purple {
  border-color: #8366B0;
  background-color: #8366B0;
  color: white;
  margin: 1rem;
}
.btn-purple:hover,
.btn-purple:focus {
  border-color: #594781;
  background-color: #594781;
  color: white;
}

.btn-bulb {
  border-color: #e79e55;
  background-color: #e79e55;
  color: white;
  margin: 1rem;
}
.btn-bulb:hover,
.btn-bulb:focus {
  border-color: #d97715;
  background-color: #d97715;
  color: white;
}

.btn-send {
  border-color: #e79e55;
  background-color: #e79e55;
  color: white;
}
.btn-send:hover,
.btn-send:focus {
  border-color: #d97715;
  background-color: #d97715;
  color: white;
}

.feature img {
  padding: 1.5rem;
}

footer {
  background-color: #40474e;
  background-size: cover;
  color: white;
}
footer .row {
  padding: 1.5rem 0 4rem;
  line-height: 2rem;
}
footer img {
  margin: 1.5rem 0;
}
footer h3 {
  margin: 1.5rem 0;
}

/*-- Extra Bootstrap Column Padding --*/

[class*="col-"] {
  padding: 1rem;
}


.divider-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider-custom .divider-custom-line {
  width: 100%;
  max-width: 7rem;
  height: 0.25rem;
  background-color: #505962;
  /* border-radius: 1rem; */
  border-color: #505962 !important;
}
.divider-custom .divider-custom-line:first-child {
  margin-right: 1rem;
}
.divider-custom .divider-custom-line:last-child {
  margin-left: 1rem;
}
.divider-custom .divider-custom-icon {
  color: #505962 !important;
  font-size: 2rem;
}
.divider-custom.divider-light .divider-custom-line {
  background-color: #fff;
}
.divider-custom.divider-light .divider-custom-icon {
  color: #fff !important;
}

.portfolio .portfolio-item {
  cursor: pointer;
  position: relative;
  display: block;
  max-width: 25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  }
  .portfolio .portfolio-item .portfolio-item-caption {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  /* background-color: rgba(26, 188, 156, 0.9); */
  /* background-color: rgba(231, 158, 85, 0.9); */
  background-color: rgba(80, 89, 98, 0.6);
  }
  .portfolio .portfolio-item .portfolio-item-caption:hover {
  opacity: 1;
  }
  .portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
  font-size: 1.5rem;
  }

  .portfolio-modal .portfolio-modal-title {
  font-size: 2.25rem;
  line-height: 2rem;
  }
  @media (min-width: 992px) {
  .portfolio-modal .portfolio-modal-title {
      font-size: 3rem;
      line-height: 2.5rem;
  }
  }
  .portfolio-modal .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 3rem;
  line-height: 3rem;
  color: #505962;
  opacity: 1;
  }

  .fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
  }

  /* Feature Box
---------------------*/
.feature-box-1 {
  padding: 32px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}
.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1 .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #e79e55;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 27px;
}
.feature-box-1 .icon i {
  line-height: 70px;
}
.feature-box-1 h5 {
  color: #505962;
  font-weight: 600;
}
.feature-box-1 p {
  margin: 0;
}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: #505962;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1:hover {
  top: -5px;
}
.feature-box-1:hover h5 {
  color: #ffffff;
}
.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}
.section {
    padding: 100px 0;
    position: relative;
}
.section-title {
    padding-bottom: 45px;
}
.section-title h2 {
    font-weight: 700;
    color: #505962;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #e79e55;
    padding-left: 15px;
}

.reviews .overall_rating .num {
  font-size: 30px;
  font-weight: bold;
  color: #e79e55;
}
.reviews .overall_rating .stars {
  letter-spacing: 3px;
  font-size: 32px;
  color: #e79e55;
  padding: 0 5px 0 10px;
}
.reviews .overall_rating .total {
  color: #777777;
  font-size: 14px;
}
.reviews .write_review_btn, .reviews .write_review button {
  display: inline-block;
  background-color: #565656;
  color: #fff;
  text-decoration: none;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  border: 0;
}
.reviews .write_review_btn:hover, .reviews .write_review button:hover {
  background-color: #636363;
}
.reviews .write_review {
  display: none;
  padding: 20px 0 10px 0;
}
.reviews .write_review textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 150px;
  margin-top: 10px;
}
.reviews .write_review input {
  display: block;
  width: 250px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 10px;
}
.reviews .write_review button {
  cursor: pointer;
}
.reviews .review {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.reviews .review .name {
  padding: 0 0 3px 0;
  margin: 0;
  font-size: 18px;
  color: #555555;
}
.reviews .review .rating {
  letter-spacing: 2px;
  font-size: 22px;
  color: #e79e55;
}
.reviews .review .date {
  color: #777777;
  font-size: 14px;
}
.reviews .review .content {
  padding: 5px 0;
}
.reviews .review:last-child {
  border-bottom: 0;
}
