﻿.page-headerbg {
    background: linear-gradient(rgba(0, 43, 77, 0.52), rgba(5, 115, 173, 0.77)), url(../images/internalbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; /*full width*/
    min-height: 200px;
    text-align: center;
    display: table; /*acts like a table*/
    margin-bottom:20px;
}

.page-headerbg  h3 {
    color: white;
    margin: 0;
    padding: 0;
    vertical-align: middle; 
    display: table-cell; 
}

.twt_sec .col-md-3 {
    margin: 0 0 50px 0;
}

.about-section .about-text {
  margin-top: 0px;
}

.about-section .about-text h4 {
  font-size: 20px;
  font-weight: 500;
  color: #0468B1;
  line-height: 1.27em;
  margin: 0 0 0.67em;
}