body {
    padding-top:0px;
    margin-top: 0px;
    font-size: 20px !important;
}
h1, h2, h3, h4, h5, h6{
    margin: 2px;
    padding: 0px;
}
a{
    color: #fff;
}
ul, ol {
   margin: 0px; 
}
.logo img{
    margin-top: 20px;
    height: 80px;
}
.heading{
    text-align: center !important;
}
.contacts{
    margin-top: 20px;
}
.contacts ul li{
    list-style: none;
}
.heading h1, h2, h4, h5{
    color: #E30713;
    margin-top: 10px;
}
.title{
    text-align: center;
    color: #E30713;
}
.title h3{
    font-size: 22px !important;
}
.news{
    margin-top: -12px;
    background-color: #64A2FE;
    display: inline;
    padding: 2px;
}
.newstitle{
    margin-top: -15px;
    font-size: 16px;
    padding: 5px;
    display: inline;
    background-color: #074FBA;
    color: #fff;
}
.chartertable{
    width: 100%;
    margin: 0px;
}
.chartertable tbody{
    margin: 0px;
}
.chartertable th {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: red;
  padding: 5px 10px;
  text-align: center;
}
.chartertable td {
    padding: 5px 10px;
    text-align: left;
    overflow: hidden;
  }
.seperator{
    margin: 0px 10px !important;
    border: 5px solid #074FBA;
}
.cizentitle{
	color: #E30713;
	margin-top: 10px;
	text-align: center;
}
.card-header{
    font-weight: 500;
}

.contact-details{
    background-color:#EAF1FF; 
    padding: 5px; 
    border:2px solid #074FBA;
}

.contact-details .heading{
    background-color:#074FBA; 
    color: #fff;
    padding: 5px;
}

.member{
    text-align: center;
    background-color:#EAF1FF; 
    padding: 5px; 
    border:2px solid #074FBA;
}
.section-details{
    width: 100%;
    text-align: center;
    border: 2px solid #074FBA;
}
.section-details .section-heading{
    width: 100%;
    text-align: center;
    background-color: red;
    color:#fff;
    border: 2px solid #074FBA;
    font-size: 20px;
    font-weight: 400;
}
.section-details td{
    border: 2px solid #074FBA;
    font-size: 20px;
}
.panel-title{
    font-size: 30px !important;
}
.io-officer ul li{
    font-size: 20px;
}
.label-info{
    font-size: 12px !important;
}
.btn-primary, .btn-warning, .btn-danger{
    width: 60px !important;
}
#custom_carousel .item {
    color:#000;
    background-color:#fff;
    padding:20px 0;
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:-20px 0px 0px 0px;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#64A2FE;
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}
#custom_carousel .controls li.active {
    background-color:#074FBA;
    border-top:3px solid #E30713;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold;
}