body {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #100F0F;
}

.oxygen-home img {
    max-width: 100%;
}

.oxygen-home p {
    margin-bottom: 25px;
}

.oxygen-home .mbb-100 {
    margin-bottom: 100px;
}

.oxygen-home .mbb-50 {
    margin-bottom: 50px;
}

.oxygen-home header {
    padding: 30px 0;
}


.oxygen-home .hero {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 100px;
    padding: 100px 0;
}

.sm-station-bg {
    background-image: url(../img/hero-banner.png);
}

.deep-tect-hero {
    background-image: url(../img/deep_tecth.png);
}

.oxygen-home .hero .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;

}

.oxygen-home h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.oxygen-home .hero .container p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.oxygen-home h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    display: flex;
    align-items: center;
    letter-spacing: -1.35px;
    color: #100F0F;
    margin-bottom: 30px;
}

.oxygen-home .contSection h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #100F0F;
    margin-bottom: 15px;
}


.oxygen-home .iconsSection img {
    width: 48px;
    margin-bottom: 28px;
}

.oxygen-home .iconsSection h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #100F0F;
    margin-bottom: 20px;
}

.oxygen-home .iconsSection p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #100F0F;
}

.oxygen-home .iconsSection .col-lg-3 {
    margin-bottom: 15px;
}

.oxygen-home .bor-red {
    padding: 50px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 4px solid #FF0100;
    border-radius: 12px;
}

.oxygen-home .sideul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 100px;
}

.oxygen-home .sideul li {
    margin-bottom: 24px;
}

.oxygen-home .timelineWrap .row {
    position: relative;
    padding-top: 50px;
}

.oxygen-home .timelineWrap .row:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(16, 15, 15, 0.25);
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
}

.oxygen-home .timelineCont {
    position: relative;
}

.oxygen-home .timelineCont.tlRight img {
    position: absolute;
    right: -2rem;
    top: -7px
}

.oxygen-home .timelineCont.tlLeft img {
    position: absolute;
    left: -2rem;
    top: -7px;
}

.oxygen-home .timelineCont.tlRight {
    padding-right: 100px;

}

.oxygen-home .timelineCont.tlLeft {
    padding-left: 110px;
}

.oxygen-home .redBoxesWrap {
    margin-top: 50px;
}

.oxygen-home .redBoxesWrap .red-border-sm {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #FF0100;
    border-radius: 6.3px;
    padding: 20px;
    margin-bottom: 25px;
}


.oxygen-home .redBoxesWrap .red-border-sm h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22.5px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: -0.675px;
    color: #100F0F;
}

.oxygen-home .redBoxesWrap .red-border-sm p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: -0.36px;
    color: #100F0F;
    margin-bottom: 0;
}

.oxygen-home .arrowWrap h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #100F0F;
    margin-bottom: 15px;
}

.oxygen-home .arrowWrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #100F0F;
    margin-bottom: 0;
}

.oxygen-home .arrowWrap img {
    margin-bottom: 25px;
}

.oxygen-home .centerList .listSpace {
    padding: 0 50px
}

.oxygen-home .arrowUl {
    list-style: none;
    padding: 0;
    margin: 0;
}

.oxygen-home .arrowUl li {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.oxygen-home .iconmb {
    display: none;
}

.oxygen-home .icondk {
    display: block;
}




@media(min-width:992px) {
    .iconsSection p {
        padding-right: 20px;
    }
}

@media(max-width:992px) {
    .oxygen-home .arrowList {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .oxygen-home .arrowList img {
        min-width: 33px;
    }

    .oxygen-home .iconmb {
        display: block;
    }

    .oxygen-home .icondk {
        display: none;
    }
}


@media(max-width:776px) {
    .oxygen-home .hero {
        padding: 50px 0;
    }

    .oxygen-home h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .oxygen-home .hero .container p,
    .oxygen-home p {
        font-size: 16px;
        line-height: 24px;
    }

    .oxygen-home h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .oxygen-home .iconsSection h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .oxygen-home .iconsSection p {
        font-size: 14px;
        line-height: 20px;
    }

    .oxygen-home .iconsSection img {
        width: 24px;
    }

    .oxygen-home .bor-red {
        padding: 25px;
    }

    .oxygen-home .sideul {
        margin: 0 0 0 50px;
    }

    .oxygen-home .icondk {
        display: none;
    }

    .oxygen-home .iconmb {
        display: block;
    }

    .oxygen-home .timelineCont.tlRight img,
    .oxygen-home .timelineCont.tlLeft img {
        left: 0;
        top: 0;
    }

    .oxygen-home .timelineWrap .row:before {
        top: 0;
        left: 25px;
        right: auto;
        background: #FF0100;
    }

    .oxygen-home .timelineWrap .row {
        padding-top: 0;
    }

    .oxygen-home .timelineCont.tlLeft,
    .oxygen-home .timelineCont.tlRight {
        padding: 0;
    }

    .oxygen-home .timelineWrap h3 {
        padding-left: 70px !important;
        text-align: left !important;
    }

    .oxygen-home .timelineWrap p {
        text-align: left !important;
        margin-left: 70px;
        font-size: 16px;
        line-height: 24px;
    }

    .oxygen-home .contSection h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .oxygen-home .timelineWrap {
        margin-top: -50px;
    }


}

.bdrshadw {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    box-shadow: -3px -1px 22px -2px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: -3px -1px 22px -2px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: -3px -1px 22px -2px rgba(0, 0, 0, 0.26);
    padding: 8%;
}

.centertitle {
    display: block !important;
    text-align: center;
    font-size: 48px !important;
}

.bdrshadw2 {
    align-self: center;
  border: 1px solid #100F0F1A;
  box-shadow: 8px 8px 12px 0px #0072C505;
  padding: 72px 42px 50px 42px;
  -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 8px 8px 12px 0px #0072C505;
    -webkit-box-shadow: 8px 8px 12px 0px #0072C505;
    -moz-box-shadow: 8px 8px 12px 0px #0072C505;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%; /* Narrow the button area */
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 1; /* Ensure buttons are visible on top */
}

.carousel-control-prev {
    left: -45px !important; /* Move the 'prev' button outside the left edge of the carousel */
}

.carousel-control-next {
    right: -45px !important; /* Move the 'next' button outside the right edge of the carousel */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    border-radius: 50%; /* Add a circular background */
    padding: 10px; /* Add some padding around the icon */
}