﻿        .carousel-indicators li
        {
            text-indent: 0 !important;
            height: 25px !important;
            width: 25px !important;
            line-height: 25px !important;
            border-radius: 25px !important;
            background-color: #d1d1d1;
            color: #444;
            text-align: center;
        }
        .carousel-indicators li.active
        {
            background-color: #444;
            font-weight: bold;
            color:#fff;
            
        }