 .sec_footer {
  background-color: #2E3347;
  background-blend-mode: color-dodge;
}


.go_top,
.site_heading h1, 
.top_bar a, 
.div_top,
.date_frame .date{
    background-color: #ad3020;
}

.s_item_list a, .s_item_list .date_frame {
    color: #ad3020;
    border: 1px solid #ad3020;
}


.news_list .news_content .source,
 .site_heading .view_all a ,
 .logo_title{
    color: #ad3020;
}

.s_item_list a:hover {
    color: #ad3020;
}

.site_heading .view_all {
    box-shadow: inset 2px 0 0 #ad3020;
}
.site_heading .view_all:hover {
    box-shadow: inset 90px 0 0 #ad3020;
}

.site_heading .view_all:hover a{
  color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover span {
    color: #ad3020;
}

.news_list .news_content .news_title:hover {
    color: #ad3020;
}

.language, .top_bar a {
    border-right: 1px solid #cc0015 !important; 
  }

  .navbar-default .navbar-nav>li>a {
    color: #ad3020;
  }

  .navbar-default .navbar-nav>.active>a, 
  .navbar-default .navbar-nav>.active>a:focus, 
  .navbar-default .navbar-nav>.active>a:hover {
   color: #353b51;
    background-color: transparent;
}

.sec_nav .navbar-default .navbar-nav>.open>a, .sec_nav .navbar-default .navbar-nav>.open>a:focus, .sec_nav .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #ad3020;
}

.sec_nav .dropdown-menu>li>a:focus, .sec_nav .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d32133;
}

.btn_default {
    background-color: #353b51;
    color: #fff !important;
}

.btn_default:hover {
    background-color: #ad3020;
    color: #fff;
}

.notification ul li:after {
    color: #ad3020;
}

 .breadcrumb>.active, .breadcrumb>li+li:before {
    color: #ad3020;
}