.box1 img, .box1:after, .box1:before {
  width: 100%;
  transition: all .3s ease 0s;
}

.box1 .icon, .box2, .box3, .box4, .box5 .icon li a {
  text-align: center;
}

.box10:after, .box10:before, .box1:after, .box1:before, .box2 .inner-content:after, .box3:after, .box3:before, .box4:before, .box5:after, .box5:before, .box6:after, .box7:after, .box7:before {
  content: "";
}

.box1, .box11, .box12, .box13, .box14, .box16, .box17, .box18, .box2, .box20, .box21, .box3, .box4, .box5, .box5 .icon li a, .box6, .box7, .box8 {
  overflow: hidden;
}

.box1 .title, .box10 .title, .box4 .title, .box7 .title {
  letter-spacing: 1px;
}

.mt-40 {
  margin-top: 40px;
}

.box1 .icon, .box1 .title {
  margin: 0;
  position: absolute;
}

.box1 {
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  position: relative;
}

.box1:after, .box1:before {
  height: 50%;
  background: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: 100% 0;
  transform: rotateZ(90deg);
}

.box1:after {
  top: auto;
  bottom: 0;
  transform-origin: 0 100%;
}

.box1:hover:after, .box1:hover:before {
  transform: rotateZ(0);
}

.box1 img {
  height: auto;
  transform: scale(1) rotate(0);
}

.box1:hover img {
  filter: sepia(80%);
  transform: scale(1.3) rotate(10deg);
}

.box1 .title {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 1px #004cbf;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  z-index: 2;
  transform: scale(0);
  transition: all .5s ease .2s;
}

.box1:hover .title {
  opacity: 1;
  transform: scale(1);
}

.box1 .icon {
  padding: 7px 5px;
  list-style: none;
  background: #004cbf;
  border-radius: 0 0 0 10px;
  top: -100%;
  right: 0;
  z-index: 2;
  transition: all .3s ease .2s;
}

.box1:hover .icon {
  top: 0;
}

.box1 .icon li {
  display: block;
  margin: 10px 0;
}

.box1 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  transition: all .3s ease 0s;
}

.box1 .icon li a:hover {
  color: #fff;
  box-shadow: 0 0 10px #000 inset,0 0 0 3px #fff;
}

@media only screen and (max-width:990px) {
  .box1 {
    margin-bottom: 30px;
  }
}

