/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery  {
 margin-left:-13px;
 background:  #023b6d;
}
.gallery.section  {
padding-top:0px !important;
}
.gallery .gallery-item {
  overflow: hidden;
  float: left;
  padding:1px;
}



.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
