#export{
	margin-top:500px;
	margin-bottom:-700px;
  }
  .service-card{
  text-align: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, .1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, .1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, .1);
  margin-bottom: 10%;
}

.service-card:hover{
  box-shadow: 4px 4px 4px rgba(58, 105, 243, 0.3);
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.1);
}

.service-card h3{
  margin-top: 2%;
  font-size: 25px;
  font-weight: bold;
}

img{
height:200px;
width:100%;

}

 h1{
text-transform:uppercase;
margin-bottom:80px;
}
.container1{
      position:absolute;
      left:0;
      top:20%;
      width: 100%;
      height:50vh;
      animation: animate 16s ease-in-out infinite;
      background-size: cover;
    }
    .outer{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7);
    }
    .details{
      position: absolute;
    width:100%;
      left: 50%;
      top:50%;
      transform: translate(-50%,-50%);
      text-align: center;
    }
    .details h1{
      font-size: 4em;
      color:#fff;
    }
    @keyframes animate{
      0%,100%{
        background-image: url(../images/importk.jpeg);
        height: 80vh;
      }
    }