

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 790px;
  margin-bottom: 60px;
}
.carousel-caption {
  z-index: 10; /* Since positioning the image, we need to help out the caption */
  text-align: left;;
}

@media (min-width:320px) and (max-width:767px){
  .carousel .item {
      /*background-color: #284cd1 !important;*/
      background: rgb(119,82,141);
background: linear-gradient(0deg, rgba(119,82,141,1) 0%, rgba(61,32,180,1) 44%, rgba(1,5,198,1) 100%);
  }
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 790px;
  background-color: transparent;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 790px;
}
.carousel-caption .btn {
    text-shadow: none;
    border-radius: 50px;
    background: #fff;
    color: #5f2ded;
    border: none;
    box-shadow: 0px 5px 5px #000;
    padding: ;
    text-transform: uppercase;
    padding: 10px 35px;
    font-weight: bold;
}
.carousel-caption .btn:hover{
  background:transparent;
  color:#fff;
}
.banner-right-bg{
    position: absolute;
    right: 0;
    bottom: 0;
	top:100px;
    -webkit-animation-name: translateY;
          animation-name: translateY;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  }
  .carousel-control.left, .carousel-control.right {
    background-image: none
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  

  /* Bump up size of carousel content */
 .carousel-caption h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 5px;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
    text-align: left;
  }

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

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px){
.carousel-caption {
    right: 20%;
    left: 10%;
    padding-bottom: 30px;
    top: 20%;
}
}