    .carousel{
        margin-top: 0px!important;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-right {
     
    top: 50%!important;
    
}

.carousel-caption h4 {
    position: relative;
    right: 2%;
    background: #653b0d;
    color: white;
    padding: 10px 7px;
    font-weight: 300;
}

.carousel-caption{
        right: 0%!important;
    }
.carousel-caption h1 {
    font-size: 70px;
    line-height: 100px;
}

.card-body h4{
  font-weight: 400;
}
.hero-title{
color: #f79321;
}

.subtitle-background {
  background-color: #653b0d;
    display: inline-block;
    width: 40%;
    padding: 5px 20px;
    text-align: center;
    color: white;
    font-weight: 300;
    line-height: 25px;
    font-size: 14px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #f79321!important;
text-decoration: underline;
  background-color: transparent!important;
}

.nav-tabs>li {
  background: transparent;
}
.nav-tabs>li>a {
    border: none!important;
    border-radius: 7px!important;
    padding: 0px!important;
    font-size: 22px;
    color: black;
}

.circle-img {
  width: 67px;
    height: 63px;
    overflow: hidden;
    border-radius: 50%;
  }
  .circle-img img {
    width: 100%;
  }






.card-header span{
  color: white;
    background: black;
    font-size: 12px;
    font-weight: 300;
    padding: 6px 20px;
    text-transform: uppercase;
    margin-right: 4px;
    margin-bottom: 30px;
}

.card-header{
    margin-bottom: 30px;
}
.card{
  padding: 30px 20px;
  color: black;
  padding-bottom: 20px;
  background-color: #e9dac9;
}


@media(max-width:767px){
  .nav-tabs>li {
 
    width: fit-content;
    margin-right: 16px;
}

.nav-tabs>li>a{
font-size:14px;
}

.nav-tabs{
  margin-top: 30px;
}
.card{
  margin-bottom: 20px;
}

.bollywood-news{
  padding: 0px;
}


.bollywood-news .row{
  display: flex;
  flex-wrap: wrap;
}

.bollywood-news h2 {
    color: black;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.carousel-caption {
    position: absolute;
    right: 0 !important;
    bottom: 20px!important;
    left: 0px!important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}
.carousel-caption h1 {
    font-size: 32px;
    margin-left: 0px !important;
    text-align: center !important;
}
.subtitle-background {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    color: white;
    font-weight: 300;
    line-height: 25px;
    font-size: 14px;
}
.carousel-inner>.item>img{
  height: 320px;
}
.navbar-toggle {
    margin-right: 0;
  }

}