#hidden_contact{
    visibility: hidden;
  }
#our_services{
  margin-top: -40px;
  text-align: justify;
  padding: 0px;
}

.backimg{
      /* The image used */
      background-image: url("/images/services/cargo-plane-shipment-shipping-airport.jpg");

      /* Set a specific height */
      height: 300px;
    
      /* Create the parallax scrolling effect */
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
}

#ser_box{
width: auto;
height: 350px;
padding-top: 50px;
padding-left: 20px;
padding-right: 20px;
-webkit-box-shadow: 0px 10px 22px -15px rgba(0,0,0,0.65);
-moz-box-shadow: 0px 10px 22px -15px rgba(0,0,0,0.65);
box-shadow: 0px 10px 22px -15px rgba(0,0,0,0.65);
transition: .3s;
}

#ser_box:hover{
-webkit-box-shadow: 0px 10px 23px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 23px -9px rgba(0,0,0,0.75);
box-shadow: 0px 10px 23px -9px rgba(0,0,0,0.75);
background-color: #e5322d;
color: white;
padding-top: 30px;
border-radius: 50px;
font-weight: bold;
}

@media screen and (max-width: 1110px) {
 
    #hidden_contact{
      visibility: visible;
    }

    #our_services{
      margin-top: 30px;
      
    }


  }