Your IP : 216.73.216.40


Current Path : /var/www/html/rkbhukya/css/
Upload File :
Current File : /var/www/html/rkbhukya/css/style.css

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;

}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px; 
  background-color: #f5f5f5;
}


.navbar{
  box-shadow: 0 5px 15px 0 rgba(0,0,0, 0.2);
}

.container {
  max-width: 980px;
  padding: 0 15px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  font-size:12px;
}

code {
  font-size: 80%;
}

/*.image {
    position: absolute;
    top: 0;
    z-index: -1;
}*/
.alter-set-size{
  width: 175px;
  height: 175px;
}

section .row {
	box-shadow: 0 5px 15px 0 rgba(0,0,0, 0.2);	
	padding: 10px;
    margin: 20px auto;
	border-radius: 13px;
}


.row_container{
  box-shadow: 0 5px 15px 0 rgba(0,0,0, 0.2);  
  padding: 10px;
    margin: 20px auto;
  border-radius: 13px;
}



dl {
  width: 100%;
  overflow: hidden;
  /*background: #ff0;*/
  padding: 8px;
  padding-bottom: 0;
  margin: 0;
}
dt {
  float: left;
  width: 15%;
  padding: 3px;
  margin: 0;
}
dd {
  float: left;
  width: 85%;
  padding: 3px;
  margin: 0;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-sm-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h4 {
  font-weight: 400;
}
.marketing .col-sm-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* Gallery */

.gallery-block{
	padding-bottom: 60px;
	padding-top: 70px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.cards-gallery h6 {
  font-size: 17px;
  font-weight: bold; 
}

.gallery-block.cards-gallery .card{
  transition: 0.4s ease; 
}

.gallery-block.cards-gallery .card img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); 
}

.gallery-block.cards-gallery .card-body {
  text-align: center; 
}

.gallery-block.cards-gallery .card-body p {
  font-size: 15px; 
}

.gallery-block.cards-gallery a {
  color: #212529; 
}

.gallery-block.cards-gallery a:hover {
  text-decoration: none; 
}

.gallery-block.cards-gallery .card {
  margin-bottom: 30px; 
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 576px) {

	.gallery-block .transform-on-hover:hover {
	    transform: translateY(-10px) scale(1.02);
	    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; 
	}
}

.card-img-top {
    width: 100%;
    height: 15vw;
	object-fit: cover;
}
.activity-lists > li >a{
  text-decoration: none;
}