:root {
  --transition1: opacity 0.25s ease-in-out 0s, visibility 0.25s ease-in-out 0s, transform 0.3s ease-in-out 0.25s;
  --transition2: all 0.3s linear 0s;
  --transition3: transform 0.25s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
  --transition4:.5s cubic-bezier(.25,.8,.25,1) 0.05s ;
}

.section-about {
  background-color: #ffffff;
  padding: 150px 0 60px 0;
}
.section-about .nirva-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.section-about .nirva-left .info .img-box {
  height: 330px;
  width: 100%;
}
.section-about .nirva-left .info .img-box img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-about .nirva-left .inner-box {
  padding: 0 80px;
}
.section-about .nirva-left .inner-box .text {
  color: #403F4B;
}
.section-about .nirva-left .inner-box .text h3 {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 7.92px;
  line-height: 1.215;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-about .nirva-left .inner-box .text p {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.section-about .nirva-left .inner-box .text p + p {
  margin-top: 20px;
}
.section-about .nirva-right .img-box {
  width: 100%;
  height: 770px;
}
.section-about .nirva-right .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-experience {
  background-color: #ffffff;
  padding: 60px 0 100px;
}
.section-experience .inner-box {
  padding: 0 100px;
}
.section-experience .text {
  color: #403F4B;
}
.section-experience .text ul {
  margin: 50px 0 0;
  padding: 0;
}
.section-experience .text ul li {
  list-style: none;
}
.section-experience .text ul li h4 {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 7.92px;
  line-height: 1.215;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.section-experience .text ul li p {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.section-experience .text ul li + li {
  margin-top: 40px;
}
.section-experience .exp-box {
  align-items: center;
  background-color: #403F4B;
  display: flex;
  justify-content: center;
  padding: 110px 60px;
  text-align: center;
}
.section-experience .exp-box h4 {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 7.92px;
  line-height: 1.215;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 40px;
}
.section-experience .exp-box .number {
  align-items: center;
  background: url(../images/about-img-02.jpg) no-repeat;
  background-position: center center;
  border-radius: 100%;
  color: #ffffff;
  display: flex;
  font-size: 10rem;
  font-weight: 600;
  justify-content: center;
  height: 250px;
  margin: auto;
  position: relative;
  overflow: hidden;
  width: 250px;
  z-index: 5;
}
.section-experience .exp-box .number::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  z-index: -1;
}

@media (max-width: 1199px) {
  .section-about {
    padding: 50px 0;
  }
  .section-about .nirva-col-33 {
    display: none;
  }
  .section-about .nirva-col-66 {
    width: 100%;
  }
  .section-experience .exp-box h4 {
    font-size: 2.4rem;
  }
}
@media (max-width: 991px) {
  .nirva-container {
    flex-wrap: wrap;
    max-width: 720px;
    padding: 0 20px;
  }
  .section-about .nirva-col-51 {
    width: 100%;
  }
  .section-about .nirva-col-49 {
    width: 100%;
  }
  .section-about .nirva-right .img-box {
    height: 500px;
    margin-top: 40px;
  }
  .section-about .nirva-left .inner-box {
    padding: 0;
  }
  .section-experience {
    padding: 0 0 40px;
  }
  .section-experience .exp-box {
    padding: 40px;
  }
  .section-experience .nirva-col-30 {
    width: 100%;
  }
  .section-experience .nirva-col-70 {
    width: 100%;
  }
  .section-experience .inner-box {
    max-width: 720px;
    padding: 0 20px;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .nirva-container {
    max-width: 540px;
  }
  .section-about .nirva-left .inner-box .text h3 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  .section-about .nirva-left .inner-box .text p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .section-experience .text h3 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  .section-experience .text ul {
    margin: 30px 0 0;
  }
  .section-experience .text ul li h4 {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .section-experience .inner-box {
    max-width: 540px;
  }
}/*# sourceMappingURL=about-us.css.map */