#carousel-t {
  background-color: rgba(255,255,255,0);
}

#carousel-t .testimonial-content {
  margin-top: 15px;
}

#carousel-t .carousel-control-next, .carousel-control-prev {
  width: 13%;
}

#carousel-t .carousel-control-prev {
  background: -webkit-linear-gradient(left, rgba(255,0,0,0) 70%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
  opacity: 1;
}

#carousel-t .carousel-control-next {
  background: -webkit-linear-gradient(right, rgba(255,0,0,0) 70%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to left, rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);
  opacity: 1;
}

#carousel-t .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #140000;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .2;
  transition: opacity .6s ease;
  border-radius: 50%;
}

#carousel-t .carousel-indicators .active {
  opacity: .5;
}

#carousel-t .carousel-indicators {
  position: relative;
  padding-bottom: 10px;
}

#carousel-t .signature {
  font-size: 24px;
  font-style: normal;
  font-family: 'Roboto Condensed', Arial, Sans;
  font-weight: 700;
  margin: 0;
  color: #917852;
}

#carousel-t .date {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
}

#carousel-t p {
  font-size: 18px;
  font-family: 'Roboto Condensed', Arial, Sans;
}

#carousel-t .rating {
  background-color: #2d80ff;
  width: 56px;
  display: block;
  margin: 15px auto;
  color: white;
  border-radius: 25px;
}

#carousel-t .icon.ion-android-arrow-dropright-circle {
  font-size: 40px;
  color: rgba(0,0,0,0.15);
  transition: color .3s;
  height: 100%;
  width: 100%;
}

#carousel-t .icon.ion-android-arrow-dropright-circle:hover {
  color: rgba(0,0,0,0.35);
  transition: color .3s;
}

#carousel-t .icon.ion-android-arrow-dropleft-circle {
  font-size: 40px;
  color: rgba(0,0,0,0.15);
  height: 100%;
  width: 100%;
}

#carousel-t .icon.ion-android-arrow-dropleft-circle:hover {
  color: rgba(0,0,0,0.35);
  transition: color .3s;
}

.paragraph-custom-footer {
  color: rgb(194,194,194);
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
}

.black-gradient {
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}

#carousel-t .carousel-indicators li {
  background-color: rgb(145,120,82);
  height: 20px;
  width: 20px;
}

a {
  color: rgb(194,194,194);
  list-style: none;
  list-style-type: none!important;
}

a:hover {
  color: #c49707;
  text-decoration: none;
}

#burger-icon {
  height: calc((20px) * .9);
  width: calc((20px) * 1.5);
  font-size: 29px;
  border: none;
}

@media (max-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: none;
  }
}

@media (min-width: 992px) {
  #myModal {
    display: none!important;
  }
}

.padding-normal {
  padding: 30px;
}

.icon-footer-custom {
  background-color: rgb(39,38,37);
  font-size: 36px;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  color: #967c56;
  /*text-align: center;*/
  /*vertical-align: middle;*/
  /*line-height: 1.5;*/
  margin-left: 16px;
  float: left;
}

.social i {
  display: inline-block;
  position: relative;
}

.button-custom:hover {
  background: #353535!important;
  color: white!important;
}

.button-custom {
  background: rgb(39,38,37);
  color: #628ecd!important;
  border: none;
  padding: 10px;
  min-width: 150px;
  text-transform: uppercase;
}

.social i:hover {
  background: rgb(28,28,27);
}

.list-custom li {
  list-style: none;
  /*font-weight: 400;*/
  /*font-family: 'Roboto Slab';*/
  font-size: 18px;
}

.list-custom {
  /*padding-left: 25%;*/
}

.border-top {
  border-top: 3px solid rgb(122,101,69);
}

.responsivetext-large {
  font-size: 40px;
}

.weight-normal {
  font-weight: 100;
}

.color-gray {
  color: rgb(184,184,184);
}

