
.about-section{
    height: 750px;
}
.about-us img {
  max-width: 100%;
  width: 100%;
}
.carousel-inner h2 {
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  margin: 180px auto 200px auto;
}
.carousel-indicators {
  bottom: 100px;
  margin-top: 3rem;
}
.about-us .carousel-indicators li {
  height: 89px;
  width: 89px;
  z-index: 999;
  text-indent: 5px;
  border: 2px solid #fafafa;
  border-radius: 50%;
  margin: 0 20px;
  position: relative;
  top: 43px;
  opacity: 0.5;
  background: none;
}
.about-us .carousel-indicators li img {
  position: relative;
  left: 4px;
  border-radius: 50%;
}
.carousel-indicators li span {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  display: none;
  color: rgba(0, 0, 0, 0.8);
}
.carousel-indicators li.active {
  height: 166px;
  width: 166px;
  opacity: 1;
  top: 0;
  padding: 7px;
}
.carousel-indicators li.active span {
  display: block;
}
.carousel-caption {
  /*bottom:335px;*/
    bottom: -14px;
    color: rgba(0, 0, 0, 0.5);
}
.carousel-caption p {
  max-width: 540px;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .pt200_roww {
    position: relative;
  }
  .main_vh {
    height: 170vh !important;
  }

  #menu_btn_about_page {
    display: none;
  }
}
@media screen and (max-width: 662px) {
    .carousel-caption {
        position: absolute;
         right: 0%;
        /* bottom: 1.25rem; */
         left: 0%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
        bottom: -168px;
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: 144px;
    }
    .carousel-item{
        margin-top: 167px;
    }
    .about-section {
        height: 850px;
    }
    .carousel-caption p{
        text-align: justify;
        width: 90%;

    }
  .carousel-inner h2 {
    margin: 180px auto 250px auto;
  }
  .carousel-indicators li.active {
    height: 130px;
    width: 130px;
    opacity: 1;
    top: 0;
    padding: 7px;
  }
  .about-us .carousel-indicators li img {
    position: relative;
    left: 4px;
    top: 5px;
    border-radius: 50%;
  }
  .about-us .carousel-indicators li.active img {
    position: relative;
    left: 4px;
    top: 5px;
    border-radius: 50%;

  }
}
@media screen and (max-width: 440px) {
  .carousel-inner h2 {
    margin: 180px auto 300px auto;
  }
}
@media screen and (max-width: 353px) {
  .carousel-inner h2 {
    margin: 180px auto 340px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .col_title h2 {
    font-size: 26px;
  }
  .image_person,
  .image_person_opacity {
    width: 70%;
  }
  #menu_btn_about_page {
    display: none;
  }
}

