.active, .accordion:hover, .dot:hover {
     background-color: transparent !important; 
}
.mainBlog{
    background-color: #fff;
    color: #000;
    margin-top: 80px;
    font-size: 17px;
}
.mainBlog img{
    width: 100%;
}
.example2 .navbar-brand > img {
    padding: 7px 15px;
}


.header-wrapper {
    background-color: #000
}

.blog-nav {
    background-color: #020631
}

.blogToplink li a {
    color: #fff;
    font-weight: bold;
    font-size: 16px
}

.blogImgDv {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
}

.post-content {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    padding-bottom: 10px;
}

.readMore {
    float: right !important;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #000;
    border-radius: 0
}

.copyRight {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-bottom: 5px;
}

.readMore: hover {

    background-color: #000 !important;

}

.paginationMain {
    text-align: center
}

.pagination > .active > a {
    background-color: #000;
    border-color: #000;
}

.pagination > li > a {
    margin: 0px 3px;
}

.entry-title a {
    color: #000
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    ;
}

.widget-title {
    font-size: 18px;
    margin-top: 0;
    font-weight: bold
}

.carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #c80606;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0;
    background-color: #000;
}

a.postLink {
    color: #000
}

.img-thumbnail {
    float: left;
    margin-right: 15px
}

.clrBoth {
    height: 0;
    line-height: 0;
    clear: both;
    width: 100%
}

.post-item-small {
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
    background-color: #fff;
}

.carousel-indicators {
    bottom: -50px;
}

.rightAside {
    margin-top: -35px;
}

.rightAside .widget {
    margin: 45px 0
}

.SiteP a {
    color: #000
}

.SiteP {
    margin: 0 0 20px;
}

.SiteP a:hover {
    color: #000
}

.navbar-toggle {
    background-color: red
}

.navbar-toggle .icon-bar {
    background-color: #000
}

.aside-widget .widget-title {
    font-weight: bold
}

#myBtnTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 7px 11px;
    border-radius: 4px;
}

#myBtnTop:hover {
    background-color: #555;
}

.fa-chevron-up:before {
    content: "";
}

.footer-1 {
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-position: initial;
    background-image: none;
    color: #777;
    background-color: #020631;
}


.main-content-wrap {
    margin-top: 45px
}

.wp-block-image {
    margin-bottom: 20px
}

.innerHead {
    margin-top: 0;
    margin-bottom: 20px
}


/* EXAMPLE 8 - Center on mobile*/
@media only screen and (max-width : 768px) {
    .example-8 .navbar-brand {
        padding: 0px;
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
    }

    .example-8 .navbar-brand > img {
        height: 100%;
        width: auto;
        padding: 7px 14px;
    }
}



/* EXAMPLE 9 - Center with Flexbox and Text*/
.brand-centered {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.brand-centered .navbar-brand {
    display: flex;
    align-items: center;
}

.header-main {
    background-color: #020631
}
.pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #a86105;
}
