#slides{
    position: relative;
    height: 450px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.slide{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.showing{
    opacity: 1;
    z-index: 2;
}
.slide{
   
    box-sizing: border-box;
    background: #333;
    color: #fff;
}
.slide-text-pad{
    padding-top: 100px;
    padding-left: 100px;
}
.slide h2{
    width: 600px;
    font-size: 40px;
}
.slide p{
    width: 600px;
    font-size: 16px;
}

.slide:nth-of-type(1){
    background-image: url('/assets/img/devops-img/invesment-banking-11.avif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slide:nth-of-type(2){
    background-image: url('/assets/img/devops-img/invesment-bankin18.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slide:nth-of-type(3){
    background-image: url('/assets/img/devops-img/invesment-banking-19.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slide:nth-of-type(4){
    background-image: url('/assets/img/devops-img/investment-banking-15.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slide:nth-of-type(5){
    background-image: url('/assets/img/devops-img/invesment-banking-16.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pub-sec-content{
    color: #000;
}
.carousel-img img{
    height: 250px;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
   
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }
/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .slide h2{
        width: 100%;
        font-size: 30px;
    }
    .slide p{
        width: 100%;
    }
    .slide-text-pad{
        padding-top: 130px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .inv-banking-text {
        width: 100%;
    }
 }

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {  }

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { }

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { }