/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.breaking-news {
    background-color: #02298b !important;
    padding: 0px 5px;
}
.breaking-news a {
	color: #fff;
    }

.py-3 {
  text-align: right;
    padding: 0px !important;
    margin: 0px !important;
}
.py-3 a{
  padding-left: 20px;
}

.py-3 a:hover{
    color: #000;
    
}

.breaking-news .top-links-sub-menu .top-links-item > a {
    color: #000000;
    padding: 10px;
}
#section-about {
  margin-top: 50px;
}
.heading-block-1 {
  background-color: #000;
  color: #fff;
}
.heading-block-1 h2 {
    color: #fff;
}
.section-1-bg {
    background-color: #F5F5F5;
}
.portfolio-item {
    padding-left: 5px;
    padding-right: 5px;
}
.lower-nav{
    align-items: end;
    justify-content: end;
}


 ul.oiw-downloads {
  list-style: none;
}
 ul.oiw-videos {
  list-style: none;
}
ul.oiw-downloads li{
	list-style: none;
	}


ul.oiw-downloads li a{ 
	display: inline;
	}

ul.oiw-downloads li:before {
    padding-right: 7px;
    content: '\f1c1';
    font: 400 16px 'FontAwesome';
    color: #B91E26;
}


