/*
@Author: ThemeMascot
@URL: https://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/
.carousel-indicators {
  bottom:-30px;
}
.carousel-inner {
   margin-bottom:30px;
}

.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;

    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 5px;
    background-color: gray;
}

.carousel-control.left {margin-left: -30px; color: gray;}
.carousel-control.right {margin-right: -30px; color: gray;}

.modal-header {
    border-bottom: 0 none;
}

.modal-footer {
    border-top: 0 none;
}
/* Your custom css codes start here: */