.key-metrics-bg-wrap {
    height: 90vh;
    width: 100%;
    position: relative;
    overflow: hidden;
	padding-top:50px;
}
.key-metrics-bg.fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
}
.z-index1 {
    z-index: 1;
}
.section .section_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
}
.section .section_bg .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: all linear 1s;
    visibility: hidden;
}
.section .section_bg .bg.active {
    visibility: visible;
    opacity: 1;
    transition: all linear 1s;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.text-white {
    color: #fff !important;
}
.transition-smooth {
    transition: all ease 0.3s;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.section_title {
    width: 100%;
    margin-bottom: 20px;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.section_title .underline {
    display: inline-block;
    width: 100%;
    height: 5px;
    vertical-align: top;
    position: relative;
    margin-top: 15px;
}
.section_title .underline.aos-animate:after {
    width: 100px;
}
.section_title .underline.start:after {
    transform: none;
    left: 0;
}
.section_title .underline:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    background: #FA4616;
    height: 100%;
    transition: width cubic-bezier(.39, .575, .565, 1) 1s 1s;
    /* transition-delay: 1.5s !important; */
}
p:last-child {
    margin-bottom: 0;
}
.btn {
    background-color: #f05a2a;
    border: 1px solid #f05a2a;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 1.5rem;
    height: 46px;
    line-height: 44px;
    font-weight: 500;
    transition: none;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    /* text-transform: uppercase; */
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 25px;
    /* margin: 5px; */
    margin-right: 15px;
    margin-left: 0;
    transition: all ease 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.btn:last-child {
    margin-right: 0;
}

.section_list {
    list-style: none!important;
    padding: 0;
    margin: 0;
}
.section_list li {
    padding: .50rem .75rem;
    border-bottom: 1px solid #fff;
}
.section_list li .link {
    display: inline-block;
    width: 100%;
    padding: 1rem;
    font-weight: 600;
    text-decoration: none;
    color: inherit;
    left: .15px;
    font-size: 1.85rem;
    transition: color ease .25s;
    background-color: transparent;
    border: none;
    text-align: left;
}
.mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
@media only screen and (max-width: 767px) {
  .section_list {
    display: flex;
    justify-content: space-around;
    border-bottom: 0px solid #fff;
    margin-bottom: 20px;
    overflow-x: auto;
  }

  .section_list li {
    border: none;
    padding: 0;
    flex: 1;
    text-align: center;
  }

  .section_list li .link {
    font-size: 1rem;
    padding: 10px;
    text-align: center;
    border-radius: 0;
    border-bottom: 0px solid transparent;
    white-space: nowrap;
  }
.key-metrics-bg-wrap {
    height: 60vh;
}
  .section_list li .link.active {
    border-bottom: 2px solid #FA4616;
    color: #FA4616;
  }
.section_list {
    display: flex;
    justify-content: space-around;
    overflow-x: auto;
    position: sticky;   /* keeps tabs visible */
   bottom: 0;
    z-index: 99;
    margin: 0;
    padding: 10px 0;
  }
	.key-metrics-bg-wrap {
    height: auto; /* let height adjust naturally */
    padding-top: 20px;
  }

}