.before_footer1 .col-xs-12 {
  height: 100%;

}
.before_footer {
  height: 405px;

}
.before_footer2 {
  width: 98%;
  height: 95%;
}
.before_footer1 {
  width: 98%;
  height: 96%;
  border: 1px solid #FFFFFF;
}
.sl_left, .sl_right{
  background: rgba(255, 255, 255, 0.4);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  cursor: pointer;
  z-index: 55;

}
.sl_left:hover, .sl_right:hover{
  background: rgba(255, 255, 255, 0.7);

}

.sl_left{
  left: 7px;
  top: 0;
  bottom: 0;

}
.sl_right{
  right: 7px;
  top: 0;
  bottom: 0;

}
.fa-angle-left:before, .fa-angle-right:before{
  font-size: 46px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 2px 1px #9B9B9B;
  margin-left: 9px;

}
.fa-angle-right:before{
  margin-left: 16px;

}
.fa-angle-left, .fa-angle-right{
  margin-top: -1px;
  width: 46px;

}
.sl_container{
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    position: relative;
}
#show_sl{
  background-position: 50%;
  background-size: cover !important;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.item_in:last-child{
  margin-bottom: 70px;
}
.sl_images{
  height: inherit;
  opacity: 0;
  width: inherit;
  z-index: 50;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: transform ease-in-out .5s, opacity ease-in-out .5s;
  -moz-transition: transform ease-in-out .5s, opacity ease-in-out .5s;
  -o-transition: transform ease-in-out .5s, opacity ease-in-out .5s;
  transition: transform ease-in-out .5s, opacity ease-in-out .5s;
  background-size: cover !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl_images_in{
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}