/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.blue-black { color: #0a131d; }
.rust { color: #b1792b; }
.sky-blue { color: #b3d4dd; }
.mellow-jellow { color: #fff4d2; }
.r4c-blue {color: #025b7f;}
.r4c-green {color: #1a982a;}

.bg-blue-black { background-color: #0a131d;}
.bg-rust { background-color: #b1792b; }
.bg-sky-blue { background-color: #b3d4dd; }
.bg-mellow-jellow { background-color: #fff4d2!important; }
.bg-gray {    background-color: #e4e4e44d;}



.pep {
   background: url(images/working-people.png) center center no-repeat;
    background-size: cover;
}


#copyrights {
    padding: 20px 0;
}