/*!
 * Software: CatScript 7.4
 * Platform: CatScript MVC BootStrap
 * Client:   Dr. Evans Enyolu
 * Project:  Multitech Consulting Int. Inc. Website App
 *
 * Author: Chigozie (Cat) Nduanya
 * Date-Created: 2021-02-18
 * Last-Visited: 2021-02-18
 * File: css/slide.css
 *
 */


#custCarousel .carousel-inner img{
    width:100%;
    height:100%;
}

#custCarousel .carousel-indicators{
    position:static;
    margin-top:20px;
}

#custCarousel .carousel-indicators>li{
    width:100px;
}

#custCarousel .carousel-indicators li img{
    display:block;
    opacity:0.5;
}

#custCarousel .carousel-indicators li.active img{
    opacity:1;
}

#custCarousel .carousel-indicators li:hover img{
    opacity:0.75;
}

#custCarousel .carousel-item img{
    height:230px;
    width:80%;
}

#custCarousel .carousel-control-prev-icon,#custCarousel .carousel-control-next-icon{
    color:gray;
    font-size:26px;
}

#custCarousel .list-inline-item img,#custCarousel .carousel-item img{
    border-radius:10px;
}

#mainCarousel .carousel-item{
    height: 74vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}