*{
    padding:0;
    margin: :0;
}


body{
    

      background: #f0f0f0;
}
*/
html {
  scroll-behavior: smooth;
}

.mt-50{margin-top: 50px;}


.menubar{
    padding: 0px 1rem!important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

.menubar .nav-link{
    padding: 8px 5px !important;
   display: block;
 
  padding-right: 1.5em;
  text-decoration: none;
  color: #777
    
}


.head-banner{padding-top: 6em;

}
.navbar-brand{display: none;}

/*------menu start------*/

.dropdown-menu{
    
  border: 0!important;
top: 38px!important;
 width: 300px!important;   
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;  
}




/*-----this is  for hover-----*/
.dropdown:hover > .dropdown-menu {
  display: block;
 
    
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

/*-----this is  for hover-end----*/

.dropdown .dropdown-menu {
  animation-name: example;
  animation-duration: 1s;
}

@keyframes example {
  from {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 992px){
    
    
    
.navbar-brand{display: block;}    
    
    
    
}
/*-------menu end-------*/

.entry-content{

box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.entry-content, .entry-title, .entry-meta, .entry-summary {
  padding: 0 34px;
}
.entry-content, .entry-summary {
  color: #3f3f3f;
  font-size: 1em;
  line-height: 27px;
  margin-bottom: 34px;
  padding-bottom: 34px;
}

.hol-content{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.jn-ch-img img,.somitra-img img {
    

   width: 100%; 
    
}

/*----collection start------*/


.pic-hol {
    border: 1px solid #ccc;
    margin: 15px 0;
}

.pic-hol .cl-img{
    
  margin: 3px;
    border-radius: 3px;
}

.pic-hol .cl-img img{
    
    border-radius: 3px;
}


.big-pg-hol{
    
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;  
    
   padding: 34px; 
    
}

.big-img{
    
    padding: 0 40px;
    
    border:1px solid #ccc;
}

form {
  margin: 0 0 18px;
}

/*----collection end------*/

/*----events start ------*/
.event-hol{
    
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;  
    
   padding: 34px; 
    
    background: #fff;
    
}

.event-con{
    border: 1px solid #ccc;
}

.event-des,.event-img{
    
    border: 1px solid #ccc;
   
}

.event-des{
    height: 100%;
}
.event-img img{
   width: 100%;
    height: auto;
    border-radius: 3px;

float: left;
}
/*----events end------*/
/*-----photo other START----*/
   .ex-cod{
          margin: auto;
          width: 200px;
         
      }
      .ex-cod img{
        width: 200px;
           
      }
/*-----photo other end----*/
/*-----FOOTER START----*/

.footer-body {
    background: #000;
    border: 1px solid #000000;
    padding: 15px 0 5px 0;
    color: #ffffff;
    margin: 50px 0;
    height: 50px;
}

.footer-body p a{
    
    color: #fff;
}


.sign {
  float: right;
    font-size: 12px;
     padding-right: 20px;
}



.copy{
   float: left; 
   font-size: 12px;
    padding-left: 20px;
}


.sign a,.copy a{
    color: #fff;
}

/*-----FOOTER END----*/

.modal-backdrop{
    
    z-index: -1!important;
	
}

