@charset "ISO-8859-1";
body {
  font-family: Arial;
  color: #666666;
  font-weight: 500;
  line-height: 1.53846154;
  -webkit-font-smoothing:antialiased;
 
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{margin:0;padding:2;}

.split {
  height: 100%;

  position: fixed;
  z-index: 0;
  top: 2;
  overflow-x: hidden;
  padding-top: 10px;
}

.left {
  left: 0;
   width: 70%;
  background-color: #ffffff;
}

.right {
  right: 0;
   width: 29%;
  background-color: #ffffff;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.centered img {
  width: 150px;
  border-radius: 50%;
}
* {box-sizing: border-box;}



.header {
  overflow: hidden;
  background-color: #7eb5ea;
  padding: 10px 10px;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {

  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
  
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	position:relative;min-height:1px;padding-right:10px;padding-left:20px;
	}
	
	.pLev2
{
	margin-left: 1.5em;
	font-size: 1em;
	/* margin-bottom: -0.1em;
	margin-top: -0.1em; */
	margin: 0.5em 0em 0.5em 1.8em;
	word-wrap    : break-word;
	overflow-wrap: break-word;
	color: black;
}


.about-content h1 {
  font-size: 1.3em;
  
  color: #0042ad;
  margin: 0.5em 0em 0.5em 1.8em;
  margin-top: 5px;
  font-weight: bold;
  margin-left: 1.5em;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
}
#container {
            height: 70vh;
 }
 .minister-info h3 {
    font-size: 1.3em;
    padding: 0;
    font-weight: 600;
    text-align: left;
    color: #0042ad;
}
.minister-info p {
    font-size: 1em;
    padding: 0px 0px;
    margin: 0px;
    color: #000;
    text-align: left;
}
 .minister-info p.designation {
    color: red;
}
.person-info{
	font-size: 1em;
	margin-left: 4em;
	line-height: 7px;
	
	color: #0042ad;
}
.person-mobile-info{
	font-size: 1em;margin-left: 4.1em;line-height: 7px;color: #0042ad;
}
.name-info{
	font-size: 1.2em;margin-left: 1.6em;color: #0042ad;
}


/*.person-info{
	font-size: 13px;
	margin-left: 4em;
	line-height: 5px;
	font-weight: bold;
	color: #0042ad;
}
.person-mobile-info{
	font-size: 13px;margin-left: 4.3em;line-height: 5px;font-weight: bold;color: #0042ad;
}
.name-info{
	font-size: 13px;margin-left: 2em;font-weight: bold;color: #0042ad;
}*/