  


  /* Make the image fully responsive */
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
    /* end */
     /* slider */
    }
  .slidertext{
  	font-size:4em;
  	color:white;
  	margin-top:-30%;
  	display: block;
  	width:100%;
  	height:200px;
  	line-height:3;
  	background: rgba(0,0,0,0.3);
  	border-radius: 20px;
  }
 /* slider-end */
  /* setion-1 */
.con-cont{
  margin-top: 40px;
}
.s-img{
  width:250px;
  height:250px;
  border: 1px solid white; 
  border-radius:125px;
  margin:auto;
  margin-bottom:30px;
}
.sectionimg{
  background: url(images/sectionimg.jpg);
  background-size: cover;
  background-position: center;
  padding: 5% 5%;
}
.card-border{
  border-radius:10px;
  box-shadow:inset 0 0 5px white;
  padding-bottom: 3%;
  padding:3%;

}
.card-border:hover{
  background-color:rgba(204,0,1,0.5);
  box-shadow:inset 0 0 5px white;
  transition: 0.5s;
}
/* footer-start*/
.footer{
  width: 100%;
  height: auto;
  background: url(images/footer.jpg);
  background-size: cover;
  background-position: center;
  color:  white;
}
.f-g-img{
  width: 70px;
  height:  60px;
  border: 2px solid white;
  margin:1px;
}
.f-g-img:hover{
  border:2px solid gray;
}
/*footer-end*/