.tabs-wrapper {
    position: relative;
    overflow: hidden;
}

.tabs-wrapper nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 99;
    padding: 100px 10px 0 30px;
    overflow: auto;
}

.tabs-wrapper nav ul li:not(.active) {
    opacity: 0.5;
}

.tabs-wrapper nav ul li {
    cursor: pointer;
    position: relative;
}

.tabs-wrapper nav ul li:not(:last-child) {
    padding-bottom: 15px;
}

.tabs-wrapper nav ul li .wrapper>* {
    margin-bottom: 0;
}

.tabs-wrapper nav ul li.active .wrapper>* {
    margin-bottom: 15px;
}

.tabs-wrapper nav ul li a {
    text-decoration: underline;
}


.tabs-wrapper nav ul li .wrapper>*:not(h3) {
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    display: block;
    transition: all 0.5s ease-in-out;
}

.tabs-wrapper .number {
    position: absolute;
    left: 0;
    top: 5px;
}

.tabs-wrapper .wrapper {
    padding-left: 1.875rem;
}


@media (min-width: 1279.99px) {
    .tabs-wrapper .wrapper {
        padding-left: 4.6875rem;
    }

    .tabs-wrapper nav ul li h3 {
        font-size: 2.25rem;
    }

    .tabs-wrapper nav ul {
        padding: 7.8rem 3.125rem 0;
    }

    .tabs-wrapper nav ul li.active .wrapper>* {
        margin-bottom: 1.875rem;
    }

    .tabs-wrapper nav ul li:not(:last-child) {
        padding-bottom: 1.875rem;
    }
    /* .tabs-wrapper .bg {
        background-attachment: fixed;
    } */
}

@media (max-width: 767px) {
    .tabs-wrapper nav ul {
        padding-left: 30px;
    }
}

.tabs-wrapper nav ul li.active .wrapper>*:not(h3) {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.tabs-wrapper section {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 9;
}

.tabs-wrapper .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.tabs-wrapper .fixed-nav ul {
    position: fixed;
}

.tabs-wrapper .absolute-nav ul {
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: auto;
}

.tabs-wrapper .bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 2.86%, rgba(0, 0, 0, 0) 53.67%);

}

.tabs-wrapper .fixed-nav .in__scroll {
    position: fixed;
    right: 0.2rem;
    bottom: 7.7rem;
    transform: rotate(90deg);
    z-index: 999;
}

.tabs-wrapper .absolute-nav .in__scroll {
    position: absolute;
}

/*.our solution*/
.in__solution-sec {
    position: relative;
    padding: 4rem 0;
}

.in__dot-text {
    position: absolute;
    left: 4.6875rem;
    bottom: 4.375rem;
}

.in__dot-text p:before {
    content: '';
    width: 0.625rem;
    height: 0.625rem;
    background-color: #000000;
    display: inline-block;
    border-radius: 100%;
    margin-right: 2.1875rem;
}

@media (min-width: 1280px) {
    .in__solution-sec h2 {
        font-size: 3.5rem;
        margin-bottom: 9.375rem;
    }

    .in__solution-sec {
        padding: 9.375rem 0 18.125rem;
    }

    .in__solution-sec .container {
        max-width: 93.75rem
    }

    .in__aquote {
        padding: 12.5rem;
    }
}

@media (max-width: 1280px) {
    .in__dot-text {
        position: absolute;
        left: 1.6875rem;
        bottom: 1.375rem;
    }

    .in__dot-text p:before {
        margin-right: 1rem;
    }

    .in__aquote {
        padding: 3rem 0;
    }
}

/*solution desc*/

.in__solution-desc {
    padding: 6.25rem 0 12.5rem;
}

.in__solution-wrapper>*:not(h4, iframe) {
    margin: 15px 0;
}

.in__solution-wrapper>img {
    border-radius: 20px;
    aspect-ratio: 16/9;
}

.in__solution-wrapper iframe {
    border-radius: 10px;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
}

.in__solution-wrapper .h4-l {
    margin: 30px 0;
}

.in__solution-wrapper li {
    line-height: 2.18;
}

.in__solution-wrapper ol {
    padding-left: 20px;
}

@media (min-width: 1280px) {
   .in__accordian + .in__cta{
        margin: 12.5rem 0;
   }
    /* .in__cta {
        padding: 5.25rem 0;
        background: #ffffff;
        z-index: 10;
        position: relative;
        height: calc(100vh - 26rem);
        display: flex;
        align-items: center;
        min-height: 12.25rem;
        justify-content: center;
        margin: 0;
    }
    footer{
        position: relative;
    } */
}

.number:before {
    content: '';
    width: 0.625rem;
    height: 0.625rem;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 100%;
    margin-right: 2.1875rem;
}

@media (min-width: 767px){
.soluntion_second_image {
    max-width: 50%;
    margin-top: 1rem;
}    
}
.in__solution-wrapper li:not(:last-child) {
    margin-bottom: 1rem;
}

.in__solution-wrapper li {
    font-weight: 600;
    color: #000000;
}

.in__solution-wrapper li p{
    color: #747579;
}

.text-md.font-weight-regular:before {
    content: '';
    width: 0.625rem;
    height: 0.625rem;
    background-color: #000000;
    display: inline-block;
    border-radius: 100%;
    margin-right: 2.1875rem;
}

.color-light-text p {
    color: #ffffff;
}