.video-background video {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.hr-heading h2 {
  font-size: 20px;
  text-align: center;
  color: #000000;
  font-weight: 600;
}

.hr-heading p {
  font-size: 16px;
  text-align: center;
  color: #000000;
  padding-top: 10px;
}

.back-cl {
  background: rgba(245, 245, 245, 0.7);
}


.profile-card {
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
  color: white;
  min-height: 300px;
  margin: auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  outline: 1px solid #8E1739;
}

.profile-card .profile-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 2px solid #8E1739;
}

.profile-item {
  width: 100%;
}

.profile-card h4 {
  margin: 10px 0;
  font-weight: 600;
  font-size: 16px;
}

.profile-card p {
  margin-bottom: 10px;
  font-size: 14px;
}

.profile-card .company-logo {
  width: 100px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-card .company-logo img{
  width: 100%;
}


/* .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #8e17397f !important;
} */

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #8e173969 !important;
  width: 13px !important;
  height: 5px !important;
}


.owl-carousel .item-video {
  height: 330px;
}

.owl-carousel.owl-drag .owl-item {
  padding: 5px !important;
}

video {
  width: 100%;
  padding: 10px;
  background: #8E1739;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  outline: 1px solid #8E1739;
  background-position: center;
}



.av-section .box {
  outline: 1px solid #8E1739;
}

.video_item {
  padding-top: 5px;
}


.icon-item img {
  width: 40px;
}