body{
	 padding-top: 70px;
}

hr {
    marging-top:10px!important;
    margin-bottom:0px!important;
}
.time1{
text-align:center;
}
.time{
text-align:center;

}
.timing{
margin-right:60px;
font-size:50px; 
}
@media (max-width: 960px){
.timing{
margin-right:30px;
font-size:50px;

}}
.timing1{
margin-right:25px;
font-size:25px;

}
@media (max-width: 960px){
.timing1{
margin-right:18px;
font-size:20px;

}}
.head-title{
font-size:100px;font-weight: bold;
}
#demo{
font-size:80px;font-weight: bold;
letter-spacing: 20px;
}
@media (max-width: 768px){
.head-title{
font-size:75px;font-weight: bold;
}
}
@media (max-width: 768px){
  #demo{
font-size:32px;font-weight: bold;
}

}
a{
text-decoration:none;
color:#ffffff;
}
h4,h5{
  margin-bottom: 0px;
  margin-top: 0px;
}
.row{
  margin-right: 0px;
}
.navbar-nav>li>a{
  padding-top:25px;
  padding-bottom: 0px;
}
.navbar{
  border-radius: 0px;
  min-height: 70px;
}
.navbar-brand{
  padding: 25px 55px;
}
.navbar-inverse{
  background-color: #fff;
  border-color: #fff;
  box-shadow: 5px 5px 20px 5px rgba(46, 61, 73, 0.2);
}
.navbar-inverse .navbar-brand{
  color:#0051a0;
  font-size: 30px;
  font-weight: bold;
}
.navbar-inverse .navbar-nav>li>a{
  color:#000;
}
.navbar-inverse .navbar-nav>li>a:hover{
  color:#000;
}
.fa-thumbs-up {
  background: #3B5998;
  color: white;
}
.fa-heart{
  background: #3B5998;
  color: white; 
}
.fa-lightbulb-o{
  background: #3B5998;
  color: white; 
}
.fa-circle{
 background: #3B5998;
  color: white; 
}
.modal-dialog{
  width: 50%;
}
@media (max-width: 968px){
 .modal-dialog{
  width: 95%;
}   
}
.modal-footer{
  border-top:0px;
}
.modal-body{
  text-align: justify;
}

/*GALLERY */

.carousel {
    margin-bottom: 0;
    /*padding: 0 40px 30px 40px;*/
}
/* The controlsy */
.carousel-control {
  left: -12px;
    height: 40px;
  width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
  right: -12px;
}
/* The indicators */
.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
  background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}
.v-header{
  height:100%;
  display:flex;
  align-items:center;
  color:#fff;
}

.v-container{
  max-width:100%;
  margin:auto;
  text-align:center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fullscreen-video-wrap{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border-radius: 10px;
  overflow:hidden;
}

.fullscreen-video-wrap video{
  min-height:100%;
  min-width:100%;
  border-radius: 10px;
}
.subbg{
    background-image: linear-gradient(82deg,rgba(16,184,87,.86) 0,rgba(16,184,87,.86) 1%,rgba(23,183,223,.86) 100%);

 height: auto;
padding-top: 80px;
padding-bottom: 100px;
color: #ffffff;
}
.sbtn{
  background-color: #ffffff!important;
  border:none;
  padding: 4px;
  opacity: 0.4;
  color: #000!important;
  width: 100px;
}

.header-overlay{
  border-radius: 10px;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  z-index:1;
  background-color: #4ecbb6;
  opacity:0.85;
}

.header-content{
  z-index:2;
}
.video{
  margin-top: 40px;
  margin-left: 60px;
  text-align: justify;
}
@media (max-width: 990px){
  .video{
    margin-left:0px;
    margin-bottom: 20px;
  }
}
.glyphicon{
  font-size: 30px;
  float: right;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text2 {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}