.abut_header_img {
  background: #016c96 url(../../images/contactbg.jpeg) repeat 0 0;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content:center;
  flex-direction: column;
  position: relative;
}

.page_title {
  color: #ffffff;
  font-weight: 500;
  font-size: 4rem;
  margin: 5rem 0 2rem 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif, Times, serif;
}

.page_sub_title {
  text-align: center;
  font-size: 1.8rem;
  padding: 1rem 1rem;
  color: #ffffff;
  font-weight: 500;
  background-color: #232323;
}

.about_main {
  margin: 7rem auto 3rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
}

.about_main .header_text {
  width: 60%;
  font-size: 21px;
  word-break: break-all;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.about_main .header_columns {
    margin: 2rem 0;
    width: 100%;
    padding-left: 20%;
}

.about_main h6 {
  font-size: 1.5rem;
  font-weight: 100;
  margin-bottom: 15px;
}
.about_main .line {
  background-color: #0652dd;
  width: 100px; /* Initial width set to 0 */
  height: 5px;
  transition: all 0.4s ease-in;
  cursor: pointer;
  z-index: 9;
  margin: 0px 0px 4% 0px;
}
.about_main .header_columns p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: lighter;
  margin-bottom: 1rem;
}

.header_columns_wrapper {
  display: flex;
  margin-bottom: 1.5rem;
  margin-right: 3rem;
}
.about_main .column_icon i {
  margin: 1rem 3rem 0 0;
  font-size: 2rem;
  color: #1abc9c;
}

.about_main .column_text {
  width: 60%;
  word-spacing: 1;
  word-break: auto-phrase;
}


.team-container {
  width: 100%;
  padding: 2%;
  background: #eee;
  margin-top: 20px;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  width: 70%;
  height: auto;
}

.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.slider-team {
  transition: transform 0.5s ease;
  display: flex;
  flex-wrap: nowrap;
  cursor: pointer;
}

.col-xl-3 {
  flex: 0 0 auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 2px solid black;
  font-size: 24px;
  cursor: pointer;
  z-index: 1;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.enlarged {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out, all 0.5s ease-in-out;
}