  #welcome h3{
    color: #2A166F;
    font-size: 25px; 
    text-transform: capitalize;
    font-weight: bold;
    
  }
  
  #welcome h3{
    color: #2A166F;
    font-size: 25px;
  }
  
  #welcome table{
    line-height: 15px;
    line-break: 2px;
  }
  
  #welcome table .welcome{
    font-size: 15px;
    color: #fff;
    background: #2a166f
  }
  
  #welcome table tbody{
    font-size: 14px;
    color: #000000;
    font-weight: 500;
  }
  
  
  #welcome .upcoming .header h3{
    color: #000;
    font-size: 18px;
    font-weight: bolder;
    float: left;
    padding: 5px 40px 0px 10px;
    text-transform: capitalize;
    font-family: cursive
  }
  
  #welcome .upcoming .header a{
    float: right;
    font-size: 14px;
    margin-bottom: 5px;
  }
  #welcome .upcoming .header i{
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    float: left;
    padding: 5px 40px 0px 10px;
    text-transform: uppercase;
  }
  
  #welcome .row-striped:nth-of-type(odd){
    background-color: #efefef;
    border-left: 4px #0000006e solid;
  }
  
  #welcome .row-striped:nth-of-type(even){
    background-color: #ffffff;
    border-left: 4px #efefef solid;
  }
  
  #welcome .row-striped {
      padding: 15px 10px;
      padding-bottom: 0px;
  }
  
  #welcome .row-striped h3{
   font-size: 18px;
   padding-bottom: 0
  }
  
  #welcome .row-striped h2{
    color: #2A166F;
    font-size: 40px;
    margin-left: 10px;
    margin-bottom: 0px;
  } 
  
  #welcome .row-striped .event-date {
    background: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    max-height: 80px;
    max-width: 100px;
  }
  
  #welcome .row-striped .event-date h4{
    background: #da251c;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
  }
  
  #welcome .row-striped .event-date span{
    float: right;
    margin-right: 10px;
    font-size: 16px;
  }
  
  #welcome.row-striped .event-date h2{
    font-size: 50px;
    margin-left: 10px;
  }

 
  .director .img-left {
    border: 1px solid #003399;
    border-radius: 10px;
    float: left;
    height: 300px;
    width: 300px;
    margin: 10px;
    overflow: hidden;
  }

  .director .img-right {
    border: 1px solid #003399;
    border-radius: 10px;
    float: right;
    height: 300px;
    width: 300px;
    margin: 10px;    
    overflow: hidden;
  }

  p {
    text-align: justify;
    font-size: 25px;
  }

  #directorate .image-holder{
    /* border-radius: 10px; */
    border: #f7f7f7 solid 2px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  }
  
  #directorate .image-holder img{
    width: 100%;
    height: 280px
  }
  
  #directorate .director{
    border-bottom: #f3f3f3 solid 4px;
    padding: 10px;
    margin-bottom: 30px;
  }
  
  #directorate p{
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
  }
  
  #directorate p b{
    color: #003399;
    font-size: 14px;
    font-weight: bolder;
  }
  
  #directorate h5{
      padding:0 3px;
      color: #003399;
  }
