.header {
border:1px solid black;
height:100px;
}

.row-custom{
	margin:0px;
	border-bottom:1px solid #e7e7e7;
}

.col-custom{
	padding:0px;
}
.col-border{
	border:1px solid black;
}

.ministry_heading {
	font-size:2.2em;
    color: blue;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
    font-style: normal;
    font-variant: normal;
    /*line-height: 15px;*/ /* 26.4px */
    text-align: center;
}


    
/* ================ header elments ==================== */
.header-elements{
	font-size:14px;
	margin-right:15px;
	margin-top:25px; 
}

.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	/*border-bottom-left-radius:4px; */
}
.list-group-horizontal .list-group-item:last-child {
	/*border-top-right-radius:4px; */
	border-bottom-left-radius:0;
}

.list-group-item {
	padding:5px 10px;
	border:0px;
}
/* ------------------ end of header elments --------------- */

