
.carousel {
    margin-bottom: 0;
    
    margin: 0 auto !important;
}
/* The controlsy */
.carousel-control {
  left: 18px;
  top:40%;
    height: 40px;
  width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 25px;
}

.carousel-indicators .active {
    width: 17px;
    height: 17px;
    margin: 0;
    background-color: #fff;
}

.carousel-control.right {
  right: 18px;
}
/* The indicators */
.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 25px;
  margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
  background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    background-color: transparent;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.carousel-caption h3 {
     font-size: 45px;
    font-weight: 900;
    margin-bottom: 21px;
    background: transparent;
    padding: 26px;
    border-radius: 10px;
    display: inline-block;
    border: 2px solid #fff;
}
.carousel-caption p {
    font-size: 40px;
    font-weight: 500;
    text-align: left;
    line-height: 31px;
    width: 60%;
    background: #0a6196;
}
.carousel-caption h2 {
    color: #ffffff;
    text-align: left;
    margin-bottom: 30px;
    line-height: 45px;
    font-size: 28px;
    letter-spacing: 2px;
    font-family: 'Cinzel', serif;
    background: #0a6196;
}
.carousel-caption span
{
    margin-left: 34px;
    font-size: 30px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 25%;
    left: 45%;
    width: 75%;
    z-index: 10;
    padding-top: 9px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 3px 3px rgba(0, 0, 0, .6);
}

@media only screen and (max-width: 500px){
.carousel-caption h2 {
    color: #fff;
    text-align: left;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 11px;
    letter-spacing: 2px;
    font-family: 'Cinzel', serif;
}
}
@media only screen and (max-width: 500px){
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: -11%;
    left: 5%;
    width: 128%;
    z-index: 10;
    padding-top: 9px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 3px 3px rgba(0, 0, 0, .6);
}
}
@media only screen and (max-width: 500px){
.carousel-caption span {
    margin-left: 0px;
    font-size: 11px;
}
}

#slide-3-txt
{
  background-color: transparent;
  color: #222;
  bottom: -10%;
}
.btn-primary {
    color: #ffffff;
    background-color: #d79213;
    border-color: #d79213;
    float: left;
    padding: 8px 13px 8px 13px;
    margin-left: 10px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.slide-txt{
  color: black; 
  font-family: "arial";
  font-size: 4em;
  margin: 10px 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  padding: 8px;
  animation: animtext 2s steps(80, end); 
  transition: all cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
@keyframes animtext { 
  from {
      width: 0;
     transition: all 2s ease-in-out;
  } 
}

@media only screen and (max-width: 500px){ 
.btn-primary {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    float: left;
    padding: 8px 20px 8px 21px;
    margin-left: 10px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 10px;
    text-transform: uppercase;
}
}

.offer-ul li
{
  font-size: 15px;
    margin-bottom: 11px;
}
.offer-ul li i
{
  font-size: 15px;
    margin-bottom: 11px;
    padding-right: 6px;
}