.slider img  {
    border-radius: 20px
}

#main-menu .dropdown-menu {
    background: #fff;
    border: 1px solid #ad0419;
    margin-top: 0px;
    padding: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.side-heading  a {
    color: #fff;
}

.letter-main {
    background-color: wheat;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 10px;
    text-align: justify;
    padding: 10px;
}

.letter-main  h1,
.letter-main  h2,
.letter-main  h3,
.letter-main  h4,
.letter-main  h5,
.letter-main  h6 {
    color: #cc192f;
}

.btn-red {
    width: 100%;
    border-radius: 25px;
    background: rgba(210,19,14,1);
    background: -webkit-linear-gradient(top, rgba(210,19,14,1) 0%, #b60017 100%);
    background: linear-gradient(to bottom, rgba(210,19,14,1) 0%, #b60017 100%);
    /*background-color: rgba(210,19,14,1);*/
    border-color: rgba(210,19,14,1);
    color: white;
}

.btn-red:hover {
    /*background-color:#b60017;*/
    background: #860011;
    background: -webkit-linear-gradient(top, #860011 0%, #ad0419 100%);
    background: linear-gradient(to bottom, #860011 0%, #ad0419 100%);
    color: white;
    border-color: #b60017;
}

.copyright {
    background-color: #191919;
}

.breadcrumb li,

.breadcrumb > li + li:before,

.breadcrumb li a{

    color:#8e8e8e;

}

.breadcrumb > .active {
    color: rgba(210,19,14,1);
}