



.services_image{
    
 border: 1px solid black;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/services_image.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
    
    
}

.services_image_content{
    
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.services_image_content h4{
    
    color: white;
    
}
   

.services_image_content p{
    color: white;
}

.services_image_content p{
    
    width: 80%;
}

a{
    
    text-decoration: none;
    color: #ffff;
    
}
.fa{
    
    font-size: 20px;
    font-weight: bold;
    width: 45px;
    height: 35px;
    border-radius: 5px;
    padding-top: 8px;
    text-align: center;
    box-shadow: 2px 3px 3px #4c3333;
}

.fa:hover{
    
background-color: #ffff;
}
.fa-facebook{
    
    background-color: #3b5999;
}
.fa-facebook:hover{
    
    color: #3b5999;
}
.fa-twitter{
    
    background-color: #55acee;
}
.fa-twitter:hover{
    
    color: #55acee;
}
.fa-instagram{
    background-color: #e4405f;
}
.fa-instagram:hover{
    color: #e4405f;
}
.fa-linkedin{
    
    background-color: #0077B5;
}
.fa-linkedin:hover{
    
    color: #0077B5;
}

.all_services{
    background-color: #f6f7f9;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-content: center;
    
    
    
    
}

.services_whatwedo{
    
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    background: #ffff;
    align-items: center;
    
}
.service_whatwedo{
    width: 84%;
    margin: 5px 0;
    
    
}
.service_whatwedo_photo{
    width: 100%;
}
.service_whatwedo_photo img{
    width: 100%;
    height: 180px;
    transform: scale(1.15);
    transition: transform 0.5s;
}
.service_whatwedo_photo{
    overflow: hidden;
}
.service_whatwedo_photo img:hover{
  
    transform: scale(1);
   
}
.services_blogs{
    
    width: 100%;
    padding-top: 20px;
    background: #ffff;
 
   
    
}
.service_blogs_content{
     width: 100%;
     border: 1px solid #EBECF0;
     padding: 10px;
     margin: 5px 0;
    
}

.service_blogs_content a{
    
    text-align: center;
}
.service_blog_button{
    
    display: flex;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.see_more_button{
    color: white;
    text-decoration: none;
    background: #353b48;
    padding: 10px;
    border-radius: 5px;
    width: 50%;
    
}
.read_more_button{
    color: white;
    text-decoration: none;
    background: #353b48;
    padding: 10px;
    border-radius: 5px;
    width: 30%;
    
}

.services_blogs h4{
    text-align: center;
}
.service_blogs_heading{
    text-align: center;
    font-weight: bold;
}
.services_blogs h4:after {
  display: block;
  height: 2px;
  background-color: black;
  content: "";
  width: 15%;
  margin: 0 auto;
  margin-top: 20px;
}
.info_whatwedo_services {
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    background-color: #353b48;
    color: white;
  }
  .info_whatwedo_services span {
    font-weight: bold;
  }
  .info_whatwedo_services a {
    color: #353b48;
    background-color: white;
    padding: 8px;
    border-radius: 3px;
  }
.read_more_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
 .services_image_content{
        
        
        padding: 30px 0;
    }

@media only screen and (min-width: 420px){
.all_services{
    background-color: #f6f7f9;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-content: center;
    
    
    
    
}
    .services_image_content{
        
       
        padding: 30px 0;
    }

 .services_image_content p{
    
    width: 80%;
    
}
.services_whatwedo{
    
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 60px;
    background: #ffff;
    margin: 20px 0;
    
}
.service_whatwedo{
    width: 45%;
    margin: 5px 0;
    
    
}
.service_whatwedo_photo{
    width: 100%;
}
.service_whatwedo_photo img{
    width: 100%;
    height: 180px;
    transform: scale(1.15);
    transition: transform 0.5s;
}
.service_whatwedo_photo{
    overflow: hidden;
}
.service_whatwedo_photo img:hover{
  
    transform: scale(1);
   
}
.services_blogs{
    
    width: 100%;
    padding-top: 60px;
    background: #ffff;
     margin: 20px 0;
   
    
}
.service_blogs_content{
     width: 100%;
     border: 1px solid #EBECF0;
     padding: 10px;
     margin: 5px 0;
}
.service_blog_button{
    
    display: flex;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.see_more_button{
    color: white;
    text-decoration: none;
    background: #353b48;
    padding: 10px;
    border-radius: 5px;
    width: 50%;
    
}
.read_more_button{
    color: white;
    text-decoration: none;
    background: #353b48;
    padding: 10px;
    border-radius: 5px;
    width: 30%;
    
}

.services_blogs h4{
    text-align: center;
}
.service_blogs_heading{
    text-align: center;
    font-weight: bold;
}
.services_blogs h4:after {
  display: block;
  height: 2px;
  background-color: black;
  content: "";
  width: 15%;
  margin: 0 auto;
  margin-top: 20px;
}
.info_whatwedo_services {
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    background-color: #353b48;
    color: white;
  }
  .info_whatwedo_services span {
    font-weight: bold;
  }
  .info_whatwedo_services a {
    color: #353b48;
    background-color: white;
    padding: 8px;
    border-radius: 3px;
  }
.read_more_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    
    
}

@media only screen and (min-width: 576px){
     .services_image{
    
 border: 1px solid black;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/services_image.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 400px;
    
    
}

.services_image_content{
    
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 400px;
}
    .all_services{
    background-color: #f6f7f9;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-content: center;
    
    
    
    
}

.services_whatwedo{
    
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 60px;
    background: #ffff;
    margin: 20px 0;
    
}
.service_whatwedo{
    width: 30%;
    margin: 5px 0;
    
    
}
.service_whatwedo_photo{
    width: 100%;
}
.service_whatwedo_photo img{
    width: 100%;
    height: 180px;
    transform: scale(1.15);
    transition: transform 0.5s;
}
.service_whatwedo_photo{
    overflow: hidden;
}
.service_whatwedo_photo img:hover{
  
    transform: scale(1);
   
}
.services_blogs{
    
    width: 100%;
    padding-top: 60px;
    background: #ffff;
     margin: 20px 0;
   
    
}
.service_blogs_content{
     width: 100%;
     border: 1px solid #EBECF0;
     padding: 10px;
     margin: 5px 0;
}
.service_blog_button{
    
    display: flex;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.see_more_button{
    color: white;
    text-decoration: none;
    background: #353b48;
    padding: 10px;
    border-radius: 5px;
    width: 50%;
    
}
.read_more_button{
    color: white;
    text-decoration: none;
    background: #353b48;
    padding: 10px;
    border-radius: 5px;
    width: 30%;
    
}

.services_blogs h4{
    text-align: center;
}
.service_blogs_heading{
    text-align: center;
    font-weight: bold;
}
.services_blogs h4:after {
  display: block;
  height: 2px;
  background-color: black;
  content: "";
  width: 15%;
  margin: 0 auto;
  margin-top: 20px;
}
.info_whatwedo_services {
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    background-color: #353b48;
    color: white;
  }
  .info_whatwedo_services span {
    font-weight: bold;
  }
  .info_whatwedo_services a {
    color: #353b48;
    background-color: white;
    padding: 8px;
    border-radius: 3px;
  }
.read_more_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
    
}

@media only screen and (min-width: 920px){
    .services_image{
    
 border: 1px solid black;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/services_image.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 400px;
    
    
}

.services_image_content{
    
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 400px;
}
    .all_services{
    background-color: #f6f7f9;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-content: center;
    
    
    
    
}
    .services_image_content p{
        
        width:50%;
    }
.services_whatwedo{
    
    width: 52%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 60px;
    background: #ffff;
    margin: 20px 0;
    
}
.service_whatwedo{
    width: 45%;
    margin: 5px 0;
    
    
}
.service_whatwedo_photo{
    width: 100%;
}
.service_whatwedo_photo img{
    width: 100%;
    height: 180px;
    transform: scale(1.15);
    transition: transform 0.5s;
}
.service_whatwedo_photo{
    overflow: hidden;
}
.service_whatwedo_photo img:hover{
  
    transform: scale(1);
   
}
.services_blogs{
    
    width: 30%;
    padding-top: 60px;
    background: #ffff;
     margin: 20px 0;
   
    
}
.service_blogs_content{
     width: 97%;
     border: 1px solid #EBECF0;
     padding: 10px;
     margin: 5px 0;
}
.service_blog_button{
    
    display: flex;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.see_more_button{
    color: white;
    text-decoration: none;
    background: #353b48;
    padding: 10px;
    border-radius: 5px;
    width: 50%;
    
}
.read_more_button{
    color: white;
    text-decoration: none;
    background: #353b48;
    padding: 10px;
    border-radius: 5px;
    width: 30%;
    
}

.services_blogs h4{
    text-align: center;
}
.service_blogs_heading{
    text-align: center;
    font-weight: bold;
}
.services_blogs h4:after {
  display: block;
  height: 2px;
  background-color: black;
  content: "";
  width: 15%;
  margin: 0 auto;
  margin-top: 20px;
}
.info_whatwedo_services {
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    background-color: #353b48;
    color: white;
  }
  .info_whatwedo_services span {
    font-weight: bold;
  }
  .info_whatwedo_services a {
    color: #353b48;
    background-color: white;
    padding: 8px;
    border-radius: 3px;
  }
.read_more_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
    
    
}

