/* Start - ScrollBar */
/* width */
::-webkit-scrollbar {
    width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 50px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #A3313D;
    border-radius: 0px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* End - ScrollBar */

.navigation-regular {
    background: #A3313D;
}
.navigation-regular ul.nav li a:hover,
.navigation-regular ul.nav li a.active {
    color: #000000;
}
.mobile-menu {
    background: rgb(125 33 38);
}
.mobile-menu2 {
    background: rgb(162 48 60) !important;
}
.main-slider .carousel-inner .carousel-item a{
    background-color: #A3313D;
    border: 2px solid #A3313D;
}
.main-slider .carousel-inner .carousel-item a:hover {
    border: 2px solid #A3313D;
    color: #A3313D;
}
.about h2{
    color: #A3313D;
}
a.btn-round {
    background-color: #A3313D;
    border: 1px solid #A3313D;
}
a.btn-round:hover {
    color: #A3313D;
}
a.btn-donate-now {
    background-color: #A3313D;
    border: 1px solid #A3313D;
}
a.btn-donate-now:hover {
    color: #A3313D;
}
input[type=submit].btn-round {
    background-color: #A3313D;
    border: 1px solid #A3313D;
}
input[type=submit].btn-round:hover {
    color: #A3313D;
}
.contact .contact-form h2.title {
    color: #A3313D;
}
.page-header .overlay {
    background: #A3313D;
}
.about h2.sub-title {
    background: #A3313D;
}
footer.footer .top-footer {
    background-color: #A3313D;
}
footer.footer .bottom-footer {
    background-color: #525252;
}
footer.footer .top-footer ul.socialmedia li a {
    background: #525252;
}
footer.footer .top-footer ul.socialmedia li a:hover {
    color: #A3313D;
}
.sidebar .related .items h4 {
    color: #A3313D;
}
.content-details h2.title {
    color: #A3313D;
}
.contact .box .icon i {
    color: #A3313D;
}
.contact .follow {
    background: #A3313D;
}
.contact .follow ul.socialmedia li a {
    color: #fff;
    border: solid 1px #fff;
}
.contact .follow ul.socialmedia li a:hover {
    color: #481600;
    border: solid 1px #481600;
}
.gallery h2.title {
    color: #A3313D;
}
.gallery .card span.date {
    background: #A3313D;
}
.gallery h5.card-title {
    color: #626262;
}
.gallery .card:hover h5.card-title {
    color: #481600;
}


.header-regular .header-right {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Start - Courses Section */
.courses{
    padding: 60px 0;
}
.courses h2.title{
    color: #A3313D;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 26px;
    text-align: center;
}
.courses p.description{
    color: #676767;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    width: 60%;
}
.courses .card{
    border-radius: 8px;
    margin-bottom: 20px;
}
.courses .card .pic{
    border-radius: 8px 8px 0 0;
    position: relative;
    display: block;
    overflow: hidden;
}
.courses .card .pic img{
    object-fit: cover;
    min-height: 200px;
    max-height: 250px;
    transition: 0.3s all;
}
.courses .card:hover img{
    transform: scale(1.05);
}
.courses .card a{
    text-decoration: none;
}
.courses .card h5.card-title{
    color: #A3313D;
    font-size: 18px;
}
.courses .card:hover h5.card-title{
    color: #481600;
}
.courses .card p.card-text{
    color: #676767;
    font-size: 14px;
    text-align: justify;
    line-height: normal;
}
/* End - Courses Section */


/* New Style */
.page-item.active .page-link {
    background-color: #a3313d;
    border-color: #a3313d;
}
.page-link {
    color: #a3313d;
}
.page-link:hover {
    color: #e87349;
}

.header-regular img.logo{
    padding: 12px 0 0 0;
}
.newsletter button{
    background: #a3313d;
    border: 1px solid #a3313d;
}
.newsletter button:hover{
    color: #a3313d;
}
