#About-Us {
  background-size: cover;
  padding: 60px 0 40px 0;
}

#About-Us .box {
  margin-bottom: 30px;
}

#About-Us .icon {
  float: left;
}

#About-Us .icon i {
  color: #007eb8e1;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#About-Us .title {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#About-Us .title a {
  color: #f44336;
}

#About-Us .description {
  font-size: 14px;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 24px;
  margin-bottom: 0;
}

#about {
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #bdbdbd2c;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #007eb8e1;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #062c3d71;
}

#about .about-col:hover i {
  color: orange;
}

#about .about-col h2{
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin: 40px 0 12px 0;
  padding-top: 40px;
}

#about .about-col h2:hover {
  color: orange;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
.bskpartnership {
  margin-bottom: 20px;
}
#contact h4 {
  color: #007eb8e1;
}
.text-bold {
  font-weight: bold;
}
.talent{
  text-align: center;
}
