.home_image{
    
 border: 1px solid black;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/image7.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height:100%;
    
    
}

.home_image_content{
    
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 30px 0;
  
}
.home_image_content h4{
    
    color: white;
    font-size: 20px;
    
}

.home_image_content p{
    color: white;
}

.home_image_content p{
    
    width: 80%;
    
}

.home_image_content a{
    
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    color: black;
    text-decoration: none;
}
.home_image_content a:hover{
    
    background-color: #353b48;
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}
.home-whoweare-content {
    border: 1px solid black;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url("../images/image3.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   
  }
  .home-whoweare {
    border: 1px solid white;
    color: white;
    padding: 20px 40px;
    margin: 0 30px;
    text-align: center;
    background-color: #353b48;
    width: 100%;
    
    
  }
  .home-whoweare h4:after {
  display: block;
  height: 2px;
  background-color: white;
  content: "";
  width: 5%;
  margin: 0 auto;
  margin-top: 20px;
}
 .top-services {
    background-color: #f6f7f9;
    height: 65rem;
    
  }


.top-services h4{
    
    text-align: center;
    padding-top: 60px;
}



.top-services h4:after {
  display: block;
  height: 2px;
  background-color: black;
  content: "";
  width: 3%;
  margin: 0 auto;
  margin-top: 20px;
}
  .services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    width: 70%;
    
    
    
  }
  .service {
    width: 30%;
    padding: 10px;
    margin: 5px 0;
  }
.service_photo{
    
    width: 100%;
    overflow: hidden;
}
  .service img {
    width: 100%;
    height: 180px;
    transform: scale(1.15);
    transition: transform 0.5s;
    
  }

.service img:hover{
    
    transform: scale(1);
    
}
  .info {
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    background-color: #353b48;
    color: white;
  }
  .info span {
    font-weight: bold;
  }
  .info a {
    color: #353b48;
    background-color: white;
    padding: 8px;
    border-radius: 3px;
  }

.services_intro{
    
    text-align: center;
}

.havequestions {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/contatus.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 350px;
  margin: 50px 0;


}
.question {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 350px;
  color: white;

}

.phone i {
  font-size: 7rem;
}

.question a{
    margin-top: 20px;
    background:white;
    color: #353b48;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    

}
.ourpartners {
  width: 100%;
  height: 20rem;
  background: #f6f7f9;
}
.ourpartners_content{
    
    text-align: center
    
}
.ourpartners_content h4{
    
    text-align: center;
     padding-top: 60px;
}
.ourpartners_content h4:after {
  display: block;
  height: 2px;
  background-color: black;
  content: "";
  width: 5%;
  margin: 0 auto;
  margin-top: 20px;
}
.ourpartners_content img{
    
    margin: 30px 10px;
    transform: scale(1);
    transition: transform 0.5s;
    
}
.ourpartners_content img:hover{
    
   
    transform: scale(1.15);
    
    
}
.phone {
  animation: wiggle 1000ms 1s 20 alternate;
}
@keyframes wiggle {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(10deg);
  }
}

.counter-background{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;


}
.counters h1{
    
    font-size: 25px;
}


@media only screen and (min-width: 765px){
    
.home_image_content{
    
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 400px;
  
}
.home_image_content h4{
    
    color: white;
    
}

.home_image_content p{
    color: white;
}

.home_image_content p{
    
    width: 50%;
}

.home_image_content a{
    
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    color: black;
    text-decoration: none;
}
.home_image_content a:hover{
    
    background-color: #353b48;
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}
    
.home-whoweare-content {
    border: 1px solid black;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url("../images/image3.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
   
  }
.home-whoweare {
    border: 1px solid white;
    color: white;
    padding: 20px 40px;
    margin: 0 30px;
    text-align: center;
    background-color: #353b48;
    width: 100%;
    height: 70%;
  }
    .counter-background{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;

}
    .counters{

    padding: 15px;
}
    .counters h1{
    
    font-size: 35px;
}

}
@media only screen and (min-width: 911px){
    .home_image_content{
    
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 400px;
  
}
.home_image_content h4{
    
    color: white;
    
}

.home_image_content p{
    color: white;
}

.home_image_content p{
    
    width: 50%;
}

.home_image_content a{
    
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    color: black;
    text-decoration: none;
}
.home_image_content a:hover{
    
    background-color: #353b48;
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}
    
.home-whoweare-content {
    border: 1px solid black;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url("../images/image3.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
   
  }
.home-whoweare {
    border: 1px solid white;
    color: white;
    flex-basis: 50%;
    padding: 20px 40px;
    margin: 0 30px;
    text-align: center;
    background-color: #353b48;
    width: 100%;
    height: 70%;
  }
    .counter-background{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;

}
    .counters{

    padding: 15px;
}
    .counters h1{
    
    font-size: 35px;
}
    
    
}