/*
---------------------------------------------
about
---------------------------------------------
*/

#stage-about {
  padding: 30px 0px 0px 0px;
  position: relative;
  z-index: 9;
}
#stage-about .row{
  padding: 1rem 0;
}

#stage-about .container {
  border-bottom: 5px solid #f7f7f7;
  padding-bottom: 60px;
}

#stage-about .section-heading {
  margin-bottom: 10px;
}

#stage-about .section-heading h6 {
  color: #000;
  font-size: 21px;
  text-transform: uppercase;
  padding-top: 2rem;
}

#stage-about .service-item {
  margin-top: 30px;
}

#stage-about img {
  width: 100%;
}
#stage-about video{
  width: 100%;
}

#stage-about .service-item h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  line-height: 46px;
}

#stage-about a.main-button-icon {
  display: inline-block;
  margin-top: 60px;
}
#stage-about p a{
  color: red;
}
#stage-about .btn.stage-btn{
  background-color: red;
  color: #fff;
  margin-bottom: 1.5rem;
}
#stage-about .right-text-content {
  margin-top: 40px;
}

#stage-about .right-text-content p {
  font-size: 16px;
  line-height: 27px;
  color: #777;
}







