
.sliderText{
    color: white;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 90%;
    padding-top: 20%;
    font-size: 60px;
    background-color: rgba(13 ,110 ,253, 17%);
    z-index: 1;
}
.subText{
    font-size: 30px !important;
    padding-top: 25%;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fff !important;
}
#milestone {
    background: linear-gradient(rgba(14, 115, 243, 0.70), rgb(14, 115, 243)), url(public/img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 ;
}

#milestone h1,
#milestone p {
    color: #fff;
}


.gradient{
    background: linear-gradient(rgba(14, 115, 243, 0.70), #004374);
}
.icon{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
a,.btn-link{
    text-decoration: none;
    color: white;
    list-style-type: circle;
}

@media only screen and (max-width: 600px) {
    .sliderText{
        color: white;
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        height: 100%;
        padding-top: 80%;
        font-size: 30px;
        background-color: rgba(13 ,110 ,253, 17%);
        z-index: 1;
    }
    .subText{
        font-size: 18px !important;
        padding-top: 25%;
        position: absolute;
        padding-top: 100%;
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 100% 10% ;
    }
    .carousel-inner{
        height: 60vh !important;
    }
    .carousel-inner img{
        height: 60%;
    }
  }

@media only screen and (max-width: 992px) {
    .sliderText{
        color: white;
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        height: 100%;
        padding-top: 30%;
        font-size: 50px;
        background-color: rgba(13 ,110 ,253, 17%);
        z-index: 1;
    }
    .subText{
        font-size: 22px !important;
        position: absolute;
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 40% 10% ;
    }
  }

@media only screen and (max-width: 500px) {
    .sliderText{
        color: white;
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        height: 100%;
        padding-top: 50%;
        font-size: 50px;
        background-color: rgba(13 ,110 ,253, 17%);
        z-index: 1;
    }
    .subText{
        font-size: 22px !important;
        position: absolute;
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 70% 10% ;
    }
    .carousel-inner{
        height: 60vh !important;
    }
    .carousel-inner img{
        height: 60%;
    }
    #all .card, .otherServices .card{
        width: 80%;
    }
    .subText{
        font-size: 16px;
    }
  }