
/*

.top-img-pad {
	padding: 0 !important;
}

.top-img {
	position: relative;
	height: 300px;
	background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../../images/img2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.top-img h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	color: white;
	text-transform: uppercase;
}

.list-group{
  padding-left: 40px!important;
}

.gallery
{
    padding: 40px;
}

.gallery-pad{
  padding: 25px 10px;
}

.gallery-boxshadow{
  border: 3px solid #eee;
  box-shadow: 5px 0 15px -4px rgba(31, 73, 125, 0.8), -5px 0 8px -4px rgba(31, 73, 125, 0.8);
}

.gallery a{
  height: 236px;
  overflow: hidden;
  box-shadow: 0 0 20px 5px #ddd;
  transition:  all 0.5s ease-in-out;
  border: none;
}
.gallery a:hover{
  box-shadow: 0px 10px 40px -10px #ddd;
  box-shadow: 0 0 20px 5px #ddd;
  border: none;
}
.gallery img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover; 
}*/

/*galley section*/


