.social-media-link a:not(:last-child) {
    margin-right: 15px;
}


.about-section-bg,
.contact-section-bg,
.service-section-bg {
    padding: 150px 0px 150px;
}

.blog-section-bg {
    background-image: url(../images/background/blog-bg.jpg);
    background-size: cover;
    padding: 150px 0px 150px;
    background-position: center;
}

.contact-section-title h3,
h1 {
    text-align: center;
    color: white;
}

.styled-pagination li {
    margin-right: 10px;
}

.styled-pagination li.active {
    border: 1px solid #390C14;
    background-color: #390C14;
    color: #fff;
    margin-right: 10px;
    padding: 0px 10px;
    border-radius: 5px;
}

.recenttblog_date {
    font-size: 14px;
}

.validation_error {
    color: rgb(211, 27, 27);
}


/* Scroll bar design */
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #ffe2eb;
    border: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background: #8b2f3e;
    border: 1px solid #fff;
    height: 30px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #451A21;
}

/* Scroll bar design */