.gallery{
  background-color: #dbddf1;
  padding: 80px 0;
}
img{
  max-width: 100%;
}
.gallery img{
  background-color: #ffff;
  padding: 15px;
  width: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  cursor: pointer;
}
#galleryModal .modal-img{
 width: 100%;
}


.bg-gray {
  background-color: lavender;
}

.list {
  background-color: #05396c !important;
  display: block;
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: 1px;
  margin-right: 0;
  overflow-wrap: break-word;
  font-size: 1em;
  color: #fff;
  cursor: pointer;
}

.list:hover {
  background-color: #fd7e14 !important;
}

.heading {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1em;
  font-weight: 400;
  text-transform: inherit;
  color: #05396c !important;
  font-size: 28px !important;
  text-align: center !important;
}

.heading:after {
  content: '';
  display: block;
  border-bottom: 2px solid #ffbd33;
  width: 44px;
  margin-top: 20px;
  margin-left: 380px;
}

/*.content {*/
/*  margin: 20px;*/
/*}*/

.fullwidth {
  overflow: hidden;
}


 addd profile 

a {
  color: #f96332;
}

.m-t-5 {
  margin-top: 5px;
}

/* .card {
  background: #fff;
  margin-bottom: 30px;
  transition: .5s;
  border: 0;
  border-radius: .1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  box-shadow: none;
} */

/* .card .body {
  font-size: 14px;
  color: #424242;
  padding: 20px;
  font-weight: 400;
} */

.profile-page .profile-header {
  position: relative
}

.profile-page .profile-header .profile-image img {
  border-radius: 50%;
  width: 140px;
  border: 2px solid #adadad;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.profile-page .profile-header .social-icon a {
  margin: 0 5px
}

.profile-page .profile-sub-header {
  min-height: 60px;
  width: 100%
}

.profile-page .profile-sub-header ul.box-list {
  display: inline-table;
  table-layout: fixed;
  width: 100%;
  background: #eee
}

.profile-page .profile-sub-header ul.box-list li {
  border-right: 1px solid #e0e0e0;
  display: table-cell;
  list-style: none
}

.profile-page .profile-sub-header ul.box-list li:last-child {
  border-right: none
}

.profile-page .profile-sub-header ul.box-list li a {
  display: block;
  padding: 15px 0;
  color: #424242
}

 enddd profile 