﻿.header-navbar .navbar-brand img {
    width: 260px;
    height: auto;
}

.inner-pagination .page-item.active .page-link {
    color: #ffffff !important;
    background: #93042A;
}

.blog-details-col .blog-title {
    font-size: 24px;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 5px;
    margin-top: 0px;
}

.hilight-box {
    padding: 0;
}

.sidebar-post ul li h4 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}


::-moz-selection { /* Code for Firefox */
    color: white;
    background: #ca5977;
}

::selection {
    color: white;
    background: #ca5977;
}

.contact-infobox h6 {
    color: #93042A;
}