.carousel{margin-bottom:0rem;}
.carousel-caption {bottom:0;z-index:10;left:0;top:205px;}
.carousel-item{height:722px;}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 33rem;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.featurette-divider {
  margin: 5rem 0;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
.carousel-control-next, .carousel-control-prev{display:none;}

.carousel-item{/*z-index: -1;*/ padding-top:0px;background:#e2eeea url(./../images/sliderbg.png);background-repeat: no-repeat;background-position:right top;}
.container{max-width:80% !important;} .owl-theme .owl-nav{display:none;}
.carousel-item h5{color:#070346;font-size:25px;padding-bottom:15px;font-weight:600;font-family: 'Poppins', sans-serif;}
.carousel-item h1{color:#050606;text-shadow: 3px 1px 3px #c1cbc8;font-size:65px;margin:0 0 30px -5px;line-height: 1.15;font-weight:600;font-family: 'Poppins', sans-serif; text-transform:uppercase;}
.carousel-item p{color:#616861;font-size:25px; line-height:45px; padding-bottom:15px; font-weight:500;font-family: 'Poppins', sans-serif;}

.innercarousel-item {height:418px; border-bottom: 1px solid #edeff0 !important;}
.innercarousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 33rem;
}
.innercarousel-item{/*z-index: -1;*/ padding-top:0px;background:#4086f4; background-repeat: no-repeat;background-position:right top;}

@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.tcb-quote-carousel {
  background: #17171c;
  padding-top: 30px;
  margin-top: 40px;
}
.tcb-quote-carousel .quote {
  color: rgba(0,0,0,0.1);
  text-align: center;
  margin-bottom: 30px;
}
.tcb-quote-carousel .carousel {
  padding-bottom: 30px;
}
.tcb-quote-carousel .carousel .carousel-indicators > li {
  background-color: #141e2e;
  border: none;
}
.tcb-quote-carousel blockquote {
  margin-top: 5px;
  text-align: center;
  border: none;
  color: grey;
  font-size: 10px;
}
.tcb-quote-carousel .profile-circle {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100px;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0,0,0);
}
