.goshala{
    font-weight: 700;
    color: #F4861B !important;

}
.pdf-show{
	height:600px;
}
.pdf-section, .pdf-section-2{
	margin-top:3rem;
}
.loader {
	margin-left:auto;
	margin-right:auto;
	margin-top:2rem;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #7d7b74;
  border-bottom: 16px solid #7d7b74;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.main-head-update{
  padding: 1rem;
  font-size: 16px !important;
  background-color: #42a7f5;
  color: white;
  text-align: justify;
}
.bg-gray{
	background-color:#f2f2f2; 
}
.carousel{
    height: fit-content;
}
a.disabled {
    pointer-events: none;
    cursor: default;
  }
          #demotext {
  text-shadow: 2px 2px 2px #CBCE32;
  color: #F4861B;
  background: #FFFFFF;
  }
  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color:greay;
    color: #555;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
    color: white;
  }
  .slide-images{
      height:80%;
  }

.panel-default{
  box-shadow: 0px 0px 10px #888;
  margin: 1rem;
}

.p-2{
  padding: 1rem;
}
  .view-1{
    background-image: url('../images/NANDINI-goshala/goshala-5.jpeg');
  }
  .video-class{
    color: blue;
  }
  @media only screen and (max-width: 600px){
    body{
      font-size: 17px !important;
    }
    .video-goshala{
    width:350px !important;
    }
    .goshala-main{
      height: 200px !important;
    }
  }
  .gallery-sub{
    color:#fff !important;

  }
  .gallery-sub:hover{
    color:#000 !important;
  }
  
