.image-all-together1{
  width: 100%;
  height: 275px;
  position: relative;
   padding:5px;
  
}
.image-all-together1 span{
  position: absolute;
  background-color: #029f96;
  transition: .6s
}
.image-all-together1 .one{
  height: 0;
  width: 3px;
  top: 0;
  left: 0;
}
.image-all-together1 .two{
  height: 3px;
  width: 0;
  bottom: 0;
  left: 0;
}
.image-all-together1 .three{
  height: 0;
  width: 3px;
  bottom:0;
  right:0
}
.image-all-together1 .four{
  height: 3px;
  width: 0;
  top: 0;
  right: 0;
}
.image-all-together1:hover .one,
.image-all-together1:hover .three{
  height: 100%;
}
.image-all-together1:hover .two,
.image-all-together1:hover .four{
  width: 100%;
}
.image-all-together1:hover img{
  transition-duration: .6s;
  transition-delay: .6s;
  opacity: 10;
}
.zoom:hover{
    transform: scale(1);
    z-index: 2;
    box-shadow: 2px 2px 2px #000;
    
  }
 
 .proload1 img {
    transition: transform 3s, filter 2.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(90%);
}

.proload1:hover img {
  filter: brightness(100%);
  transform: scale(1.3);
}
 .psant .pro-box1 {
  width: 68%;
  float: none;
  display: inline-block;
}
 .psant .pro-box2 {
  width: 100%;
  float: none;
  display: inline-block;
}
 
/*.proload1 img {*/
/*    -webkit-transition: 0.2s ease;*/
/*    transition: 0.2s ease;*/
/*}*/

/*.proload1:hover img {*/
/*  -webkit-transform: scale(1.5);*/
/*  transform: scale(0.2) ease;*/
/*}*/
  @media (max-width: 780px){
.psant .pro-box {
  width: 100%;
}
  .psant .pro-box1 {
  width: 100%;
  float: none;
  display: inline-block;
}
  .psant .pro-box2 {
  width: 100%;
  float: none;
  display: inline-block;
}
}
.footer .shape {
  position: absolute;
  bottom: 120px;
  right: -100px;
  z-index: -1;
}
@media (max-width: 780px){
    .foot img{display:none;}
}
