/*
Theme Name: ITLinked
Author: ItLinked
Version: 1.0

*/
.nav-brand img{
  max-height: 50px;
}
.project-classic-3 img{
  max-height: 210px;
  object-fit: cover;
  object-position: top;

}


.team-circle-img img {
  max-height: 157px;
  min-height: 157px;
  object-fit: cover;
  object-position: top;
}

.footer-logo{
  max-width: 220px;
}


.skills-section .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.skills-section .item img {
  max-width: 215px;
  max-height: 80px;
  min-height: 80px;
  object-fit: contain;
}

#contactForm em.error {
  color: red;
  padding-left: 4px;
  font-weight: bold;
  font-size: 14px;
}

.footer-style-1-bar .footer-logo {
  max-width: 80px;
  vertical-align: bottom;
  margin-right: 5px;
}
.our-team-section .section-heading h2,
.our-team-section .section-heading h5{
  color: #fff;
}
.our-team-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}