.sub-nav-sec {
  margin-bottom: -60.7969px;
  z-index: 1052;
  position: sticky;
  top: 95px;
}
.sub-nav-sec .container {
  max-width: 1280px;
}
.sub-nav-sec .row .col-sm-12 {
  padding: 0;
}
.sub-nav-sec .sub-nav-list {
  padding-top: 21px !important;
  padding-bottom: 13px !important;
  font-size: 15px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .sub-nav-sec .sub-nav-list {
    font-size: 14px;
    line-height: 18px;
  }
}
.sub-nav-sec .sub-nav-list ul {
  max-width: 858px;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 2px !important;
  scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  scrollbar-width: thin;
}
.sub-nav-sec .sub-nav-list ul::-webkit-scrollbar {
  display: none !important;
}
.sub-nav-sec .sub-nav-list ul li {
  list-style: none;
}
@media only screen and (max-width: 567px) {
  .sub-nav-sec .sub-nav-list ul li {
    margin: 0 15px;
  }
}
.sub-nav-sec .sub-nav-list ul li a {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
}
.sub-nav-sec .sub-nav-list ul li a:hover {
  color: var(--color-white);
}
.sub-nav-sec .sub-nav-list ul li a.active {
  border-bottom: 2px solid var(--color-blue);
}

.abt-nuv-sec {
  position: relative;
  /*
  @media only screen and (max-width: 767px) {
      padding-bottom: 450px;
  }

  @media only screen and (max-width: 575px) {
      padding-bottom: 255px;
  }*/
}
@media only screen and (max-width: 991px) {
  .abt-nuv-sec {
    overflow: hidden;
  }
}
.abt-nuv-sec:before {
  content: "";
  background: url("../../images/bg/about/bg-bottom-about-nuvama.png") no-repeat;
  background-position: 0 100% !important;
  background-size: 100% !important;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 50%;
  max-width: 692px;
  height: 420px;
}
@media only screen and (max-width: 767px) {
  .abt-nuv-sec:before {
    background: url("../../images/bg/about/bg-bottom-about-nuvama-mobile.png") no-repeat;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}
.abt-nuv-sec:after {
  content: "";
  background: url("../../images/bg/about/bg-top-about-nuvama.png") no-repeat;
  background-position: 100% 0 !important;
  background-size: 100% !important;
  top: 56px;
  right: 0;
  width: 73%;
  height: 637px;
  max-width: 926px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .abt-nuv-sec:after {
    background: url("../../images/bg/about/bg-top-about-nuvama-mobile.png") no-repeat;
    width: 100%;
  }
}
.abt-nuv-sec .abt-nuv-top-title {
  z-index: 1;
}
.abt-nuv-sec .abt-nuv-top-title p {
  max-width: 640px;
}
@media only screen and (max-width: 991px) {
  .abt-nuv-sec .abt-nuv-top-title p {
    max-width: 100%;
  }
}
.abt-nuv-sec .our-purpose {
  position: relative;
  z-index: 1;
  padding: 40px 120px 0 109px !important;
  max-width: 850px;
}
@media only screen and (max-width: 991px) {
  .abt-nuv-sec .our-purpose {
    padding: 20px 20px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .abt-nuv-sec .our-purpose {
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-bottom: 20px !important;
  }
}
.abt-nuv-sec .our-purpose .our-content-after:after {
  content: "";
  position: absolute;
  width: 41px;
  height: 2px;
  background-color: var(--color-orange);
  bottom: -8px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .abt-nuv-sec .our-purpose .our-content-after:after {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .abt-nuv-sec .our-purpose .our-content-after:after {
    height: 1px;
  }
}
.abt-nuv-sec .pur-row .img-men {
  position: relative;
  z-index: 2;
  right: -90px;
}
@media only screen and (max-width: 991px) {
  .abt-nuv-sec .pur-row .img-men {
    right: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .abt-nuv-sec .pur-row .img-men {
    flex-direction: column-reverse;
    align-items: center;
    position: static;
    order: 2;
  }
}
.abt-nuv-sec .pur-row .img-men img {
  position: absolute;
  bottom: 0;
  /*right: -70px;*/
}
@media only screen and (max-width: 991px) {
  .abt-nuv-sec .pur-row .img-men img {
    right: auto;
    left: 20px;
    width: calc(100% - 20px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .abt-nuv-sec .pur-row .img-men img {
    position: inherit;
    left: inherit;
    transform: none;
    width: 260px !important;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .abt-nuv-sec .pur-row .cont-quotes:after {
    content: "";
    position: absolute;
    width: 117px;
    height: 100%;
    max-height: 85px;
    background: url("../../images/quotes-abt.png") no-repeat;
    right: -50px;
    top: -18px;
  }
}

.cont-before-line:before {
  content: "";
  position: absolute;
  width: 41px;
  height: 2px;
  background-color: var(--color-orange);
  top: 16px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .cont-before-line:before {
    height: 1px;
  }
}

/**/
.what-sets__copy {
  width: 45%;
}
@media only screen and (max-width: 991px) {
  .what-sets__copy {
    width: 100%;
    padding: 0 12px;
  }
}
.what-sets__copy h2 {
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 991px) {
  .what-sets__copy h2 {
    text-align: center;
    line-height: 90%;
    max-width: 100% !important;
  }
}
.what-sets__copy__list {
  margin: -7px -12px 0 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 991px) {
  .what-sets__copy__list {
    margin: 0;
    letter-spacing: 0.01em;
  }
}
.what-sets__copy__list li {
  position: relative;
  margin-top: 20px;
  width: calc(50% - 22px);
  color: var(--color-dark-blue);
}
@media only screen and (max-width: 991px) {
  .what-sets__copy__list li {
    width: calc(50% - 8px);
    margin-top: 16px;
  }
}
.what-sets__copy__list li:nth-child(even) {
  color: var(--color-black);
}
.what-sets__copy__list li::before {
  margin-bottom: 24px;
  display: block;
  content: "";
  width: 41px;
  height: 2px;
  background-color: var(--color-orange);
}
@media only screen and (max-width: 991px) {
  .what-sets__copy__list li::before {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .what-sets__copy__list li::before {
    height: 1px;
  }
}
.what-sets__copy__list li:first-child::before, .what-sets__copy__list li:nth-child(2)::before {
  display: none;
}
.what-sets__img {
  width: 55%;
}
@media only screen and (max-width: 991px) {
  .what-sets__img {
    width: 100%;
    margin-bottom: 17px;
  }
}
.what-sets__img img {
  display: block;
  width: 95% !important;
  max-width: 95%;
  margin-left: -1%;
  margin: 23% 0 0 auto;
}
@media only screen and (max-width: 991px) {
  .what-sets__img img {
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 auto;
  }
}/*# sourceMappingURL=about-us.css.map */