  /* our product image*/
  .box1{
    font-family: 'Muli', sans-serif;
    overflow: hidden;
    position: relative;
}
.box1:before,
.box1:after,
.box1-content:before,
.box1-content:after{
    content: '';
    background: linear-gradient(to bottom,#000,rgba(0,0,0,0.6),transparent,rgba(0,0,0,0.6),#000);
    height: 100%;
    width: 25.1%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
}
.box1:before{
    top: -100%;
    left: -25%;
}
.box1:after{ left: 50%; }
.box1-content:before{ left:25%; }
.box1-content:after{
    left:100%;
    top:100%;
}
.box1:hover:before,
.box1:hover:after,
.box1:hover .box1-content:before,
.box1:hover .box1-content:after{
    opacity: 1;
}
.box1:hover:before{
    top: 0;
    left: 0;
}
.box1:hover .box1-content:after{
    top: 0;
    left: 75%;
}
.box1:hover .box1-content:before{
    left: 50%;
    transition-delay: 0.1s;
}
.box1:hover:after{
    left: 25%;
    transition-delay: 0.1s;
}
.box1 img{
    width: 100%;
    height: 100%;
}
.box1 .box1-content{
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.box1 .content{
    text-align: right;
    width: 100%;
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1;
}
.box1 .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 4px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease;
	color: rgb(235, 132, 15);
}
.box1:hover .title{
    opacity: 1;
    transform: translateY(0);
}
.box1:hover .post{ opacity: 1; }
.box1 .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 20px;
    top: 20px;
}
.box1 .icon li{
    display: inline-block;
    opacity: 0;
    transition:all 0.3s;
}
.box1 .icon li:first-child{ transform:translateY(80px); }
.box1 .icon li:last-child{ transform:translateY(-80px); }
.box1:hover .icon li{
    opacity: 1;
    transform:translateY(0);
}
.box1 .icon li a{
    color: #fff;
    background-color: rgb(235, 132, 15);;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 50% 0;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}
.box1 .icon li a:hover{
    text-shadow: 0 0 6px #555;
    border-radius: 50%;
}
@media only screen and (max-width:990px){
    .box1{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .box1 .title{ font-size: 20px; }
}
  /* end our product image*/
/* service box enan*/
.about_section .boxs1 .img-box img {
  height: 350px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  border-style:ridge;
  border-color: black;
  transition: 0.5s all ease-in-out;
  }
  .about_section .boxs1{
    margin-top: 15px;
  }
  .service_section .boxs1 .img-box img {
  height: 200px;
  width: 300px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  transition: 0.5s all ease-in-out;
  }
 .img-box img:hover{
  transform: scale(0.9);
  }
  .service_section .boxs1 .detail-box {
    margin-top: 15px;
  }
  .service_section .boxs1 .detail-box h5 {
    font-weight: bold;
  }
  .service_section .boxs1 .detail-box p {
    margin: 0;
  }
  /* image slider css */
 