/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.hs-search-field--open .hs-search-field__suggestions{
 z-index: 999; 
}

.tabs_all_box_start .nav-pills .nav-link.active h6 {
  color: #fff !important;
}

.topic-link{
  color: #fff !important;
}

.navigation .pagination li a {
 background: #757575;
 color: #fff !important;
 padding-top: 8px;

}

.navigation .pagination li a:hover {
  background:#215A9C;
  border-color: :#215A9C;
  color:  #fff !important;
}

.blog_left_content .meta_box .tag_box a.topic-link {
    color: #FFFFFF !important;
}