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;
}*/


section .row {
	box-shadow: 0 5px 15px 0 rgba(0,0,0, 0.2);	
	padding: 10px;
  margin: 20px auto;
	border-radius: 13px;
}

/* -----it is for news and announcement section in research lab---- */
section .outer {
	box-shadow: none;	
	padding: 0px;
  /* margin: 0px; */
}

section .inner1 {
	box-shadow: 0 5px 15px 0 rgba(0,0,0, 0.2);	
  padding: 15px 20px 20px 20px;
  margin: 0px 10px 0px 0px;
	border-radius: 13px;
}

section .inner2 {
	box-shadow: 0 5px 15px 0 rgba(0,0,0, 0.2);	
  padding: 15px 20px 20px 20px;
  margin: 0px 0px 0px 10px;
	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: 10px;
  margin: 0;
}
dt {
  float: left;
  width: 20%;
  padding: 0;
  margin: 0;
}
dd {
  float: left;
  width: 80%;
  padding: 0;
  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;
}

#disable-default-row {
  box-shadow: none;	
	padding: 0px;
  margin: 0px;
	/* border-radius: 13px; */
}


/* 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;
}

.navbar-brand {
  margin-left: 15px;
}

.navbar-nav {
  margin-right: 15px;
}

.rounded-circle {
  padding: 3%;
}


h4 {
  font-size: 25px;
  font-weight: bold;
  /* background: linear-gradient(to right, #f021f3,#08a4ff, #23cf99, #7aee44);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; */
}

#lab_heading{
  padding-bottom: 4px;
  font-size: 25px;
  background: linear-gradient(to right, #f021f3,#08a4ff, #23cf99, #7aee44);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}