.navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: transparent;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }



 .divider {border: 1px solid #ccc;}
img {width:100%;}

     .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #000000;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
     
    }
    .swiper-slide h5 {
         color: #ffffff;
     }

     .swiper-slide h2 {
        text-align: left;
    }
    .about ul li{
        display: inline-block;
        padding-left: 10px;
        color: #ffffff;

    }
    .about ul li a{
        color: #ffffff;
    }
    .footer{
        border-top: 0.5px solid grey;;
        padding-top: 40px;
        padding-bottom: 20px;
    }

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.carousel {
 /*   margin-top: 56px;*/
 margin-top:95px;
	
}
.navbar-default {
  background: #000000;
  border-color: #000000;
  z-index: 9999999999999999999999999;
-webkit-box-shadow: 3px 6px 22px -3px rgba(199,195,199,1);
-moz-box-shadow: 3px 6px 22px -3px rgba(199,195,199,1);
box-shadow: 3px 6px 22px -3px rgba(199,195,199,1);
 
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    }

     .navbar-nav>li>a:hover {
    color: #ffffff!important;
  }



  /*search*/

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
       -moz-transform: translate(0px, -100%) scale(0, 0);
        -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
            transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
         -o-transform: translate(0px, 0px) scale(1, 1);
             transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 1px solid rgba(255, 255, 255, .8);
    border-right: 1px solid rgba(255, 255, 255, .8);
    font-size: 20px;
    font-family: Roboto;
    font-weight: 300;
    text-align: left;
    outline: none;
    padding: 20px;
}
  
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover{
  color: #FC2121;
  cursor: pointer;
}
/*search*/










/*timeline*/

.events-content{
  margin-top: 200px;
}
.login_1{
  margin-top: 200px;
}


















/*subscribe*/



.dropdown-menu {
  background: #000000;
}

.dropdown-menu>li>a {
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hindi-movies img{
  border-radius: 10px;
  margin-top: 20px;

}
.hindi-movies{
  margin-top: 100px;
}
.hindi-movies h3{
  color: #ffffff;
}

.stream{
  background: red;
  padding: 10px;
  border-radius: 10px;
}

.sub_1{
  margin-top: 80px;
  color: #ffffff;

}


.sub_2{
  margin-top: 20px;
  color: #ffffff;
}


/*timeline*/


  .process-wrapper {
  margin:auto;
  max-width:1080px;
  margin-top: 100px;
  padding-bottom: 40px;
}

#progress-bar-container {
  position:relative;
  width:90%;
  margin:auto;
  height:100px;
  margin-top:65px;
}

#progress-bar-container ul {
  padding:0;
  margin:0;
  padding-top:15px;
  z-index:9999;
  position:absolute;
  width:100%;
  margin-top:-40px
}

#progress-bar-container li:before {
  content:" ";
  display:block;
  margin:auto;
  width:30px;
  height:30px;
  border-radius:50%;
  /*border:solid 2px #aaa;*/
  transition:all ease 0.3s;
     
}

/*#progress-bar-container li.active:before, #progress-bar-container li:hover:before {
  border:solid 2px #fff;
         
  background: linear-gradient(to right, #E91E63 0%,#fff 100%); 
}*/

#progress-bar-container li {
  list-style:none;
  float:left;
 /* width:20%;*/
 width: 33%;
  text-align:center;
  color:#aaa;
  text-transform:uppercase;
  font-size:11px;
  cursor:pointer;
  font-weight:700;
  transition:all ease 0.2s;
  vertical-align:bottom;
  height:60px;
  position:relative;
}

#progress-bar-container li .step-inner {
  position:absolute;
  width:100%;
  bottom:0;
    font-size: 14px;
    color: #ffffff;
}

#progress-bar-container li.active, #progress-bar-container li:hover {
  color:#444;
}

#progress-bar-container li:after {
  content:" ";
  display:block;
  width:6px;
  height:6px;
  background:#777;
  margin:auto;
  border:solid 7px #fff;
  border-radius:50%;
  margin-top:40px;
  box-shadow:0 2px 13px -1px rgba(0,0,0,0.3);
  transition:all ease 0.2s;
     
}

#progress-bar-container li:hover:after {
  background:#555;
}

#progress-bar-container li.active:after {
  background:#207893;
}

#progress-bar-container #line {
  width:80%;
  margin:auto;
  background: #eee;
  height:6px;
  position:absolute;
  left:10%;
  top:57px;
  z-index:1;
  border-radius:50px;
  transition:all ease 0.9s;
}

#progress-bar-container #line-progress {
  content:" ";
  /*width:3%;*/
  width: 8%;
  height:100%;
  background: #207893;   
  background: linear-gradient(to right, #207893 0%,#2ea3b7 100%); 
  position:absolute;
  z-index:2;
  border-radius:50px;
  transition:all ease 0.9s;
}

#progress-content-section {
  width:90%;
  margin: auto;
  background: #333333;
  border-radius: 4px;
}

#progress-content-section .section-content {
  padding:30px 40px;
  text-align:center;
}

#progress-content-section .section-content h2 {
  font-size:17px;
  text-transform:uppercase;
  color:#333;
  letter-spacing:1px;
}

#progress-content-section .section-content p {
  font-size:16px;
  line-height:1.8em;
 /* color:#777;*/
 color: #ffffff;
}

#progress-content-section .section-content {
  display:none;
  animation: FadeInUp 700ms ease 1;
  animation-fill-mode:forwards;
  transform:translateY(15px);
  opacity:0;
}

#progress-content-section .section-content.active {
  display:block;
}

@keyframes FadeInUp {
  0% {
    transform:translateY(15px);
    opacity:0;
  }
  
  100% {
    transform:translateY(0px);
    opacity:1;
  }
}


/*timeline*/
.box{
  border:#BEBBBB 1px solid;
  padding: 10px;
}




/*tab*/

.tabbable-panel {
 /* border:1px solid #eee;*/
  padding: 10px;

}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: red;
}

.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid rgb(80,144,247);
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #ffffff;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #32465B;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  /*color: #333333;*/
  background: no-repeat;
    color: #fff;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #000000;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 11px;
  color: #ffffff;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.navbar {
  
    min-height: 100px!important;
}

.navbar-nav{
	margin-top:18px!important;
}
.navbar-toggle{
	margin-top:40px!important;
}

.navbar-nav>.open>a{
	
	color:#ffffff!important;
}


.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background:none!important;
}

/*tab*/


















