.navbar{
	background-color: #29416D;	
}
.nav-link{
	color: #fff !important;
	margin-right: 30px;
	font-size: 18px;
	    font-family: inherit;}

.navbar-brand{
	color: #fff !important;
	font-weight: bold;
	font-size: 35px;
	    padding: 0px;
}
.logo{
	display: block;
	margin-top: -10px;
}
.page-title{
	color: 
}

.page-title{
	font-size: 2.5rem;
    font-family: 'Roboto Slab',Georgia,Times New Roman;
    font-weight: 700;
    color: #4a302d;
}
.red{
	color: red;
}

.sidebar h5{
	color: #4a302d;
	font-weight: 700;
	border-left: 5px solid #4a302d;
	padding-left: 10px;
}

.table th{
	width: 53%;
}
.table{
	padding: 20px;
}

.content-single p{    
    font-family: 'Roboto',Tahoma,Arial;
    line-height: 1.6;
    color: #222;
}
.content-single ul{
	padding-left: 20px;
}
.content-single h2{
	    color: #222;
	    line-height: 1.4;
	    font-family: 'Roboto',Tahoma,Arial;
	    font-weight: bold;
}
.diagram{
	background-color: #17274E;
	text-align: center;
	width: 108%;
	padding: 15px;
}
.diagram p{
	color: #C2CECE;
}
.orange{
	color: #D36540;
}
.purple{
	color: #6E75A0;
}
.white{
	color: #fff;
}
.diagram .table{	
	text-align: left;
	color: #fff;
}
.diagram .table th , .diagram .table td{
	border-top: none !important;
	padding: 4px;

}

.diagram .table th
 {
	width: 36%;
	font-weight: normal;
}

.footer ul li{
	list-style: none !important;
	display: inline-flex;
	margin: 4px;
}
.footer ul {
padding: 10px;
margin-bottom: 0px !important;
}
.footer {
	background-color: #29416D;
	color: #fff;
	margin-bottom: 0px !important;
	height: 70px;
}
.site-content{
	margin: 0 auto;
    padding: 0 2.5em;
    max-width: 1280px;
    width: 100%;
}
