.big-pic-1 {
  background: url(../img/banner.png) center center no-repeat;
  background-size: cover;
  height: 100vh;
}

.big-pic-2,
.big-pic-3 {
  background: #171c61;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #171c61 66%, #338fa7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #171c61 66%, #338fa7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #171c61 66%, #338fa7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171c61', endColorstr='#338fa7', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  height: auto;
}

.proj,
.goods {
  background-color: #338fa7;
  color: #fff !important;
}

a,
a:hover {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.section {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.mt-20 {
  margin-top: 1.25em;
}

.mt-10 {
  margin-top: 0.75em;
}

.mb-20 {
  margin-bottom: 1.25em;
}

.mb-10 {
  margin-bottom: 0.75em;
}

@media screen and (max-width: 48em) {

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  nav.navbar {
    padding: 0.75em;
  }

  .big-pic-1 {
    background: url(../img/banner.png) center center no-repeat;
    background-size: cover;
    height: 100%;
  }

}

.navbar-light a.navbar-brand {
  color: rgba(255, 255, 255, .9);
}

.navbar-light a.navbar-brand:hover {
  color: rgba(255, 255, 255, 1);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(255, 255, 255, .9);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5);
}

.big-pic-1 h2,
.big-pic-2 h2,
.big-pic-3 h2 {
  color: #fff;
}

.goal h2,
.times h2,
#history-5 h2 {
  line-height: 1.5;
  font-weight: bold;
  color: #21344c;
}

.goal h5 {
  line-height: 1.5;
  font-weight: bold;
  color: #666;
}

.big-pic-2 h2,
.big-pic-3 h2,
.proj h2,
.goal h2,
.goal h5,
.times h2,
.goods h2 {
  margin-bottom: 0.75em;
}

.event-wrap {
  border: 0.125em solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  padding: 1.75em;
  width: 100%;
  float: left;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
}

.event-wrap h5 {
  color: #fff;
  border-bottom: 0.0625px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding-bottom: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}

.event-wrap p {
  color: rgba(255, 255, 255, 0.8);
  min-height: 3em;
}

.event-wrap li {
  color: rgba(255, 255, 255, 0.8);
}

.big-pic-3 .event-wrap {
  min-height: 20em;
}

.timeline {
  list-style: none;
  padding: 1.75em 0 1.75em;
  position: relative;
}

.timeline>li {
  margin-bottom: 1.75em;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 0.0625em;
  background-color: #d4d4d4;
  left: 50%;
  margin-left: 0em;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li>.timeline-badge {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  width: 2em;
  height: 2em;
  line-height: 3.5em;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 3em;
  left: 50%;
  margin-left: -1em;
  background-color: #999999;
  z-index: 100;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.timeline>li>.timeline-panel {
  width: 40%;
  float: left;
  border: 0.0625em solid #d4d4d4;
  padding: 2.5em;
  position: relative;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 5em;
  right: -0.9375em;
  display: inline-block;
  border-top: 0.9375em solid transparent;
  border-left: 0.9375em solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 0.9375em solid transparent;
  content: " ";
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 5.0625em;
  right: -0.875em;
  display: inline-block;
  border-top: 0.875em solid transparent;
  border-left: 0.875em solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 0.875em solid transparent;
  content: " ";
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 0.9375em;
  left: -0.9375em;
  right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 0.875em;
  left: -0.875em;
  right: auto;
}

.timeline .date {
  display: block;
  margin-bottom: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}

.counter {
  font-size: 3.125em;
  margin-top: 0.625em;
  color: #fff;
  font-weight: 100;
  display: block;
}

.counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .1em;
}

.footer li {
  list-style: none;
  display: inline-block;
  margin-right: 0.25em;
}

@media (max-width: 48em) {
  ul.timeline:before {
    left: 5.625em;
  }

  ul.timeline>li>.timeline-badge {
    left: 0.9375em;
    margin-left: 0;
    top: 1em;
  }

  ul.timeline>li>.timeline-panel {
    float: right;
    width: 60%;
  }

  ul.timeline>li>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 0.9375em;
    left: -0.9375em;
    right: auto;
  }

  ul.timeline>li>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 0.875em;
    left: -0.875em;
    right: auto;
  }

  ul.timeline>li>.timeline-panel {
    width: calc(100% - 12.5em);
    width: -moz-calc(100% - 12.5em);
    width: -webkit-calc(100% - 12.5em);
  }

  .big-pic-3 .event-wrap {
    min-height: auto;
  }
}

@media screen and (max-width: 48em) {
  .timeline:before {
    margin-left: -4em;
  }

  .timeline>li>.timeline-badge {
    width: 2.75em;
    height: 2.75em;
    margin-left: -1.2em !important;
  }

  .timeline>li>.timeline-panel {
    width: 75% !important;
  }

  .timeline>li>.timeline-panel:before {
    top: 1.875em;
  }

  .timeline>li>.timeline-panel:after {
    top: 1.9375em;
  }

  .feature {
    text-align: center !important;
  }
}

.big-pic-4 {
  background: #171c61;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #171c61 66%, #338fa7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #171c61 66%, #338fa7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #171c61 66%, #338fa7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171c61', endColorstr='#338fa7', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  height: auto;
}

.big-pic-1 h1,
.big-pic-4 h2,
.big-pic-4 h6 {
  color: #fff;
}

.awards strong {
  display: block;
  font-size: 1.6em;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.025em;
  color: #fff;
}

.awards span {
  color: #fff;
}

.image img {
  display: block;
  border-radius: 100%;
  width: 60%;
  margin: 0.625em auto 1.25em auto;
  border: solid 0.0625em;
}

.images img {
  display: block;
  width: 80%;
  margin: 0em auto 1.25em auto;
  border: solid 0.0625em;
}

.purplecolor {
  color: #338fa7 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

p.p-h3 {
  font-size: 1.75rem;
  font-weight: 500;
}

p.p-h3,
p.p-h4 {
  color: rgba(0, 0, 0, .85);
  margin-bottom: 0.5em;
  margin-top: 0;
}

p.p-h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

p.p-h5 {
  color: #000;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  padding-bottom: 0.75em;
}

p.p-h5,
p.p-h6 {
  margin-bottom: 0.5em;
  margin-top: 0;
}

p.p-h6 {
  color: rgba(0, 0, 0, .85);
  font-size: 1rem;
  font-weight: 700;
}

.text-red {
  color: #e94e6d !important;
}

.question,
.time {
  background-color: #e5e5e5;
}

.gov {
  background-color: #fff;
}

.gov2 {
  background-color: #f8f8f8;
}

.gov h2,
.gov2 h2 {
  color: #171c61;
  font-weight: 700;
}

.big-pic-4 h5 {
  color: #fff;
}

body {
  background-image: url(img/bgc.jpg);
  background-repeat: repeat-x;
  background-position: center top;
}

.section {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0;
  text-shadow: 2px 4px 30px #fff;
  padding: 2em;
}

#history-5 .section {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0px 0px 4px 4px;
  text-shadow: 2px 4px 30px #fff;
  padding: 2em;
}

.jquery-accordion-menu ul li a {
  white-space: normal;
  font-size: 1.2em;
}

.jquery-accordion-menu ul ul.submenu li a {
  white-space: normal;
  font-size: 1em;
}

.main-info h3 {
  color: #6034bf;
  font-weight: 700;
}

.main-info h5 {
  line-height: 1.5em;
  text-align: justify;
}

#chartdiv {
  width: 100%;
  height: 450px;
}

body {
  background-image: url(../img/bgb.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  background-color: #010101;
}

@media screen and (max-width: 30em) {
  .section {
    padding: 0.5em !important;
  }

  .item {
    padding: 0 !important;
  }

  .imgbox {
    display: none;
  }

}

.pd-30 {
  padding: 0 1.5rem;
}

.people-item{
  margin-top: 2.5rem;
  border: 0.125em solid rgba(255, 255, 255, 0.3);
}

.single-feature img {
  position: relative;
  top: -2rem;
  height: auto;
  border-radius: 50%;
}

.single-feature p{
  min-height: 7.6rem;
  text-align: justify;
}

.colorblue{
  color: #6034bf;
  text-decoration: underline;
  margin-top: 3rem;
}

.owl-prev {
  left: -2.2rem;
}

.owl-next {
  right: -2.2rem;
}