.product-features {
  background: #1f1e1f;
  padding: 0px 0 0px 80px;
  min-height: 745px;
}

.section-sec {
  padding: 0px;
}

.product-features h5 {
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  padding-top: 50px;
  margin-bottom: 24px;
  font-size: 16px;
}

.nav-pills .nav-link {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #535053;
  padding: 0;
  margin-top: 32px;
}

.nav-pills .nav-link#asset-management-tab {
  margin: 0;
}

.product-features .tab-content figure {
  position: absolute;
  width: 725px;
  right: 0;
  top: -135px;
}

.scroll-line {
  position: relative;
  margin-top: 65px;
}

.scroll-line:after {
  content: "";
  position: absolute;
  background: #3e3c3e;
  height: 100%;
  width: 1px;
  top: 0;
  left: -20px;
}

.nav-pills .nav-link {
  position: relative;
}

.nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  background: red;
  top: 0;
  left: -19px;
  height: 120%;
  width: 1px;
  background: #ff9b00;
}

.row {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.carousel .carousel-item {
  text-align: right;
  height: 100%;
}

.carousel .carousel-item img {
  width: 100%;
  margin: 0 auto;
}

.carousel-caption h3,
.carousel-caption p {
  color: #fff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  text-shadow: none;
  margin-bottom: 20px;
}

.carousel-caption h3 {
  background: rgba(0, 0, 0, 0.9);
  padding: 12px 24px;
  font-size: 40px;
  text-transform: uppercase;
}

.carousel-caption p {
  background: #20b0b9;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
}

.carousel .nav {
  background: #eee;
  flex-direction: column;
}

.carousel .nav a {
  color: #333;
  border-radius: 0;
  font-size: 85%;
  padding: 10px 16px;
  background: transparent;
}

.carousel .one .active a {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.01em;
  background: linear-gradient(
    230.01deg,
    #ff9b00 10.94%,
    #ed4d37 89.46%
  ) !important;
  background-clip: border-box !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  cursor: pointer;
}

.carousel .one .active a::after {
  content: "";
  position: absolute;
  background: red;
  top: 0;
  left: -19px;
  height: 110%;
  width: 2px;
  background: #ff9b00;
}

.carousel .two .active a {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.01em;
  background: linear-gradient(
    230.01deg,
    #ff9b00 10.94%,
    #ed4d37 89.46%
  ) !important;
  background-clip: border-box !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.carousel .two .active a::after {
  content: "";
  position: absolute;
  background: red;
  top: 0;
  left: -19px;
  height: 110%;
  width: 2px;
  background: #ff9b00;
}

.carousel .nav strong {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 110%;
  text-transform: uppercase;
}

.carousel {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0;
  background: #1f1e1f;
}

#myCarousel,
#myCarousel .col-md-5,
.carousel .nav a,
.nav-justified .nav-item {
  background: #1f1e1f;
}

#myCarousel .col-md-7 {
  padding: 0px;
}

#myCarousel2,
#myCarousel2 .col-md-5,
.carousel .nav a,
.nav-justified .nav-item {
  background: #1f1e1f;
}

#myCarousel2 .col-md-7 {
  padding: 0px;
}

.imagnery {
  padding-left: 3.5rem;
}

.carousel .nav a {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  color: #535053;
  padding: 0;
  margin-top: 32px;
  text-align: left;
  cursor: pointer;
}

.carousel .nav li:first-child a {
  margin-top: 0;
}

.carousel .nav p.first {
  font-weight: 500;
  font-size: 40px;
  line-height: 132%;
  color: #fff;
  margin: 12px 0;
  letter-spacing: -0.025em;
}

.carousel .nav p {
  font-size: 28px;
  text-align: left;
  margin-top: 20px;
}

.carousel .nav p.second {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  letter-spacing: -0.01em;
}

@media (max-width: 1250px) {
  .product-features {
    padding: 0px 0 0px 40px;
    min-height: 645px;
  }

  .section-sec {
    padding: 0px;
  }

  .product-features h5 {
    padding-top: 32px;
    font-size: 14px;
  }

  .nav-pills .nav-link {
    font-size: 20px;
  }

  .imagnery {
    padding-left: 3.5rem;
  }

  .carousel .nav a {
    font-size: 20px;
    margin-top: 24px;
  }

  .carousel .nav p {
    font-size: 20px;
    margin-top: 16px;
  }

  .carousel .nav p.second {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #myCarousel {
    display: none;
  }
  #myCarousel2 {
    display: none;
  }
}
