
.img-responsive{
width: 250px;
height:250px;
padding: 20px;
flex-direction: row;
display: block;
border-radius: 10px;

}
.project{
  margin-left: 70px;
  justify-content: center;
  display: flex;
  transition: 2s;
}

@media (max-width: 768px) {
  .project.col-sm-3{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright p{
    text-align: center;
  }
}

/*////////////////*/

.card{
  margin-left: 50px;
  padding-bottom: 5px;
  align-items: center;
  max-width: 100%;
  
}
.card .card-img{
  align-items: center;
  max-height: 100%;


}
.card h5{
  font-size: 20px;
  margin-top: 290px;
  font-weight: 500;
  color: black;
  

}
.breadcrumbs .container{
  padding-top: 20px;
}
.breadcrumbs .container h1{
  text-align: center;
}


/**********/
.skills2 .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
  
}


.skills2 .col-6{
  padding-top: 100px;
}

.skills2 .col-lg-12 h2 {
  text-align: center;
  color: #37517e;
}

.skills2 .content p:last-child {
  margin-bottom: 0;
}
.slideshow{
  max-height: 30%;
  padding-bottom: 5px;
  margin-right: 2px;
  min-width: 90px;
}
.title{
  padding-right: 7px;
  padding-bottom: 20px;
}
.row h2{
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}
.row h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.row h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}
.networksolution h1{
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;;
  
}
.networksolution h1::before{
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.networksolution h1::after{
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}
.breadcrumbs h1{
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;;
}
.breadcrumbs h1::before{
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.breadcrumbs h1::after{
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}



@media (max-width: 1500px) {

   .card {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    width: 100%;
  }
}


@media (max-width: 1024px) {

   .card {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .card .card-img {
    min-height: 400px;
    margin-left: 0;
  }

}

@media (max-width: 575px) {
  .card .card-img {
    min-height: 200px;
    margin-left: 0;
  }
}





@media (max-width: 1024px) {

  .project{
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .title {
    min-height: 400px;
    margin-left: 0;
  }

}

@media (max-width: 600px) {
  .title{
    min-height: 200px;
    margin-left: 0;
  }
}