/* Home Page Carousel 2 */ .home-page-banners-container-carousel { margin-bottom:50px; } .home-page-banners-carousel-btn{ margin-top: 30px; } /*Carousel Left-Right Arrows*/ #home-page-banners-carousel { .carousel-control { .icon-prev { background: url(/resources/images/carousel/prev-arrow.png) no-repeat; width: 25px; height: 40px; } .icon-next { background: url(/resources/images/carousel/next-arrow.png) no-repeat; width: 25px; height: 40px; } } } /*Carousel indicators position*/ .carousel-indicators.carousel2{ top: 100%; } /*Indicators color*/ .carousel-indicators.carousel2 { li { background-color: black; border: 1px solid black; } .active { width: 10px; height: 10px; margin: 1px; background-color: #FF6147; border: 1px solid black; } } /*Carousel Caption*/ .carousel-caption.carousel2{ right: 0%; left: 0%; bottom: 0%; padding: 0px; text-align: left; }