.header .header-top { 
  background-color: #182957; 
}
  
 
a.btn-submit,
.form .btn-submit { 
  background-color: #182957;
  border-color: #182957;
}

a.btn-submit:hover,
.form .btn-submit:hover { 
  background: #93101c;
  border-color: #93101c;
}
 
 
.video-list.card .card-body  a:hover {
  color: #182957; 
}
    
.video-detail.card .card-body  a:hover {
  color: #182957; 
} 

.related-video.card .card-body > ul li a:hover { 
  color: #182957; 
}
 
.agenda.card .card-body  a:hover {
  color: #182957; 
}
   
.grid.card .image-container a {
  color:#182957;
}

.grid.card .card-body  a:hover {
  color: #182957; 
}
   
.blog.card .card-body  a:hover {
  color: #182957; 
}
  

.blog-detail.card .card-body  a:hover {
  color: #182957; 
}
      
.row-blog.card .card-body  a:hover {
  color: #182957; 
}
 

.blog-list.card .card-body  a:hover {
  color: #182957; 
}
 
.polling label.bar {  
  background-color: #182957; 
}
 
.sidebar .widget.card > ul li a:hover,
.sidebar .widget.card .card-body > ul li a:hover{ 
  color: #182957; 
}
 
.sidebar .widget.widget-tagcloud .tagcloud a:hover{
  color: #182957 !important; 
}

 
 
.sidebar .widget.widget-comments ul li a:hover {
  color: #182957; 
}
  
.sidebar .widget.widget-social .social-bar a.social-icon { 
  border: 1px solid #182957;
  color: #182957; 
} 
 
.sidebar .widget.widget-social .social-bar a.social-icon:hover  {
  background: #182957; 
}
 

.sidebar .widget.posts-widget li.list-post a:hover {
  color: #182957; 
}
 
.sidebar .widget.widget-contact .contact .data label {
  color: #182957;
} 

#footer .footer  ul li a:hover,
#footer .footer .card-body ul li a:hover{ 
  color: #182957; 
}
 

.section .card-body .body-container a:hover{
  color: #182957; 
}
 

.section .card-body .body-container.animate:hover{ 
  border-bottom: 5px solid #182957;
}
  
#carouselHero .carousel-caption a:hover{
  color: #182957;
}
 
#back-to-top { 
  background: #182957; 
}
 
#footer-bottom ul.footer-menu li a:hover{
  color: #182957;
}
 
  
.btn-responsive {
  background: transparent;
}
  
.team-socmed a { 
  border: 1px solid #182957;
  color: #182957 !important;
} 

.team-socmed a:hover  {
  background: #182957; 
}
 
 
 .section .section-container > a.read-more:hover{
   color: #182957;
 }
 
.section .section-container .section-body .section-post.card.post-list .card-body a:hover,
.section .section-container .section-body .section-post.card .post-content a:hover{
 text-decoration: none;
 color: #182957;
}
 
.section.featured .section-container .section-body .section-post .card-body a:hover{
  color: #182957;
}
 
#breaking-news .breaking-content .title { 
  background: #182957; 
}

#breaking-news .breaking-content .breaking-news-slider {  
  border: 1px solid #182957; 
} 
 

#breaking-news .breaking-content .breaking-news-slider a {
  color: #182957; 
}
 
#breaking-news .breaking-content .breaking-news-slider .owl-nav button{  
  border: 1px solid #182957;
  color: #182957; 
}  

.pagination a {     
  border: 1px solid #182957;
  color: #182957; 
}

.pagination span.current { 
  background: #182957; 
}

.pagination a:hover { 
  background: #182957;
} 
.bg-theme {   
 background: -webkit-linear-gradient(left, #343a40 0,#343a40 42%, #525A61 76%, #525A61 81%, #C0C0C0 87%, #343a40 98%, #343a40 100%);
    
  color: #fff !important;
}
.title-wrap {
  position: relative;
  float: left;
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  margin: 0 0 25px;
  border-bottom: 2px solid var(--widget-title-bg);
}
a:hover {
  color: #182957 !important;
}

.btn-theme {
  background-color: #ff4d26;
  color: #FFF ;
}

.header .header-main-menu {
  background: #000;
}
.main-menu.sticky:before {
    display: block;
    background-color: inherit;
    content: '';
    position: fixed;
    height: inherit;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
}
a.read-more-theme {
  font-size: 14px;
  margin: 10px 0;
  background: #182957 ;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
}



