/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.bg-dark {
    background-color: #343a40bd!important;
}

.bg-dark2 {
    background-color: #29231d!important;
	font-size:12px;
}



.carousel-caption {
    position: absolute;
    right: 15%;
    top: 30%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}


.title_head {
    color: #ff8201;
    font-size: 42px;
}


.title_head2 {
    color: #fff;
    padding-top: 20px;
}


.sub_tit {
    margin: auto;
    font-style: 14px;
    margin-top: -12px;
    /* letter-spacing: 5px; */
    font-size: 31px;
    color: #a6cb00;
    font-weight: 600;
}


@media only screen and (max-width: 600px) {
.title_head {
    color: #ff8201;
    font-size: 30px;
}

.sub_tit {
    margin: auto;
    font-style: 14px;
    margin-top: -12px;
    /* letter-spacing: 5px; */
    font-size: 24px;
    color: #a6cb00;
    font-weight: 600;
}

.title_head2 {
    color: #fff;
    padding-top: 18px;
      font-size: 20px;
}
}

