.input {
  color: #5b686b !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  border: 1px solid #dfdfdf !important; }

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.message h3 {
  padding: 40px;
  text-align: center;
  color: #0973ba; }

.page-item.active .page-link {
  background-color: #0973ba !important; }

.page-item:first-child .page-link {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.page-item:last-child .page-link {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.bset-description .h3 {
  color: #0973ba;
  font-weight: bold; }
  @media screen and (min-width: 576px) and (max-width: 768px) {
    .bset-description .h3 {
      font-size: 25px; } }

.bset-description p {
  font-family: "Lato";
  font-weight: lighter;
  color: #454040; }
  @media screen and (max-width: 576px) {
    .bset-description p {
      font-size: 20px; } }
  @media screen and (min-width: 576px) and (max-width: 768px) {
    .bset-description p {
      font-size: 24px; } }

.image-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

.line, .line-white {
  content: ' ';
  display: inline-block;
  width: 12%;
  margin-bottom: 3%;
  border: 1px solid #bebebe;
  border-radius: 4px;
  margin-top: 2%; }

.line-white {
  border: 2px solid #ffffff;
  width: 15%;
  margin-top: 5%;
  margin-bottom: 5%; }

.heading-title {
  padding-bottom: 2%;
  padding-top: 2%; }
  .heading-title::after {
    content: "";
    display: block;
    width: 90px;
    background-color: #e1e1e1;
    height: 3px;
    margin: auto; }

@media screen and (min-width: 992px) {
  .owl-dots {
    display: none !important; } }

.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading .h1, .heading .h2, .heading .h3, .heading .h4, .heading .h5, .heading .h6 {
  font-weight: 700;
  color: #0973ba; }

.pagination .page-link:hover {
  color: #ffffff !important;
  background-color: #0973ba !important;
  border-color: #0973ba !important; }

.drop-shadow {
  border: 1px solid #efefef;
  position: relative;
  -webkit-box-shadow: 0px 1px 6px #e9e8e8;
  box-shadow: 0px 1px 6px #e9e8e8; }

iframe {
  width: 100%;
  height: 360px; }

.description p {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 0%;
  padding-bottom: 3%;
  font-size: 15px; }
  @media screen and (max-width: 768px) {
    .description p {
      padding-left: 5%;
      padding-right: 5%; } }

.content-description h4 {
  text-transform: uppercase;
  font-size: 18px !important; }

.content-description a {
  color: #000; }
  .content-description a:hover {
    color: #0973ba;
    text-decoration: none; }

.content-description p {
  font-size: 15px; }

.icon {
  margin: auto;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0973ba;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .icon i {
    font-size: 24px; }

.box {
  padding: 30px 0px;
  height: 100%; }

.box-border {
  border-right: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    .box-border {
      border: none; } }

.post-body {
  padding: 0px 10px; }

.div-mb {
  margin-bottom: 120px; }

.view {
  font-size: 20px; }
  .view a {
    color: #0973ba; }

.navbar-brand {
  width: 55%; }
  @media screen and (min-width: 992px) {
    .navbar-brand {
      width: 25%; } }
  .navbar-brand img {
    width: 100%; }

.nav-item .nav-color {
  color: #0973ba !important; }

.navbar-collapse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .navbar-collapse ul .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 0px 16px; }
    .navbar-collapse ul .nav-item .nav-link:hover {
      font-weight: bold;
      padding: 0px 14.66px; }
    @media screen and (max-width: 576px) {
      .navbar-collapse ul .nav-item .nav-link {
        font-size: 19px;
        padding: 12px 0px; } }
    @media screen and (min-width: 576px) and (max-width: 768px) {
      .navbar-collapse ul .nav-item .nav-link {
        font-size: 22px; } }
  .navbar-collapse ul .nav-item.active .nav-link {
    font-weight: bold; }

.bg-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  @media screen and (max-width: 992px) {
    .bg-nav {
      background-color: rgba(0, 0, 0, 0.68); } }

.dropdown-menu {
  font-size: 16px !important;
  border: 0 !important;
  border-radius: 0 !important; }

.bg-dropdown {
  -webkit-box-shadow: 0px 0px 5px #f4f3f3d4;
  box-shadow: 0px 0px 5px #f4f3f3d4; }

.dropdown-item {
  color: #0f76bb !important; }
  .dropdown-item:hover {
    color: #0973ba !important;
    background-color: #ffffffd4 !important;
    font-weight: 500; }

.carousel {
  position: relative; }

.carousel-item img {
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover; }

.navbar-toggler-bg {
  background-color: #0973ba !important; }

table {
  margin-bottom: 120px !important; }

.table-download {
  border-spacing: 0px 10px; }
  .table-download tbody img {
    width: 20px; }

.table-class tbody {
  border: 2px solid #dee2e6; }
  .table-class tbody tr td {
    text-align: left;
    padding: 15px !important;
    border: none !important;
    font-size: 15px;
    vertical-align: none !important; }
    .table-class tbody tr td img {
      width: 20px; }

.table-download thead th, .table-projects thead th {
  border: none !important; }

.table-class thead {
  font-size: 15px; }
  .table-class thead tr {
    border: 2px solid #dee2e6; }
    .table-class thead tr th {
      text-align: left;
      padding: 15px !important;
      border: none !important;
      text-transform: uppercase;
      color: #0973ba; }

tr.file-list {
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }
  tr.file-list:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-color: transparent; }
  tr.file-list td {
    padding: 10px 15px;
    vertical-align: none;
    border-top: 1px solid #eee !important; }
    tr.file-list td a {
      color: #000; }
      tr.file-list td a:hover {
        text-decoration: none;
        color: #0973ba; }
    tr.file-list td:first-child {
      padding: 12px 25px; }
  tr.file-list:last-child {
    border-bottom: 1px solid #eee; }

.table-heading {
  text-transform: uppercase;
  font-size: 15px;
  color: #0973ba;
  text-align: left !important;
  font-weight: 600; }

.contact-details p {
  margin-left: 20px; }

.logo-image {
  height: 100px; }
  .logo-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
    .logo-image img:hover {
      -webkit-filter: none;
      filter: none; }

figure {
  overflow: hidden;
  margin: 0 0 0 !important; }

.single-item {
  padding: 0.5px 0.5px !important; }

.single-item figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .single-item figure {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#000000));
      background-image: -webkit-linear-gradient(#000000);
      background-image: -o-linear-gradient(#000000);
      background-image: linear-gradient(#000000); } }
  .single-item figure img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover; }
    @media screen and (max-width: 768px) {
      .single-item figure img {
        opacity: 0.5; } }
  @media screen and (min-width: 769px) {
    .single-item figure:hover {
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#000000));
      background-image: -webkit-linear-gradient(#000000);
      background-image: -o-linear-gradient(#000000);
      background-image: linear-gradient(#000000); }
      .single-item figure:hover img {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: .4; }
      .single-item figure:hover figcaption h6 {
        opacity: 1;
        -webkit-transform: translateY(-85px);
        -ms-transform: translateY(-85px);
        transform: translateY(-85px); }
      .single-item figure:hover figcaption p {
        opacity: 1;
        -webkit-transform: translateY(-85px);
        -ms-transform: translateY(-85px);
        transform: translateY(-85px); } }
  .single-item figure figcaption {
    position: absolute;
    z-index: 1;
    padding-left: 20px; }
    .single-item figure figcaption h6 {
      line-height: 1.1em;
      font-size: 22px;
      opacity: 0;
      width: 100%;
      padding: 0;
      font-size: 11px !important; }
      @media screen and (max-width: 768px) {
        .single-item figure figcaption h6 {
          -webkit-transform: translateY(-85px);
          -ms-transform: translateY(-85px);
          transform: translateY(-85px);
          opacity: 1; } }
    .single-item figure figcaption p {
      line-height: 1.1em;
      font-size: 1em;
      opacity: 0;
      width: 100%;
      padding: 0;
      color: #fff;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .single-item figure figcaption p {
          opacity: 1;
          -webkit-transform: translateY(-85px);
          -ms-transform: translateY(-85px);
          transform: translateY(-85px); } }

.single-item figure * {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.album {
  margin-bottom: 70px; }

.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  grid-gap: 1px;
  padding: 10px; }
  .grid-container .item1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3; }
    @media screen and (max-width: 520px) {
      .grid-container .item1 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4; } }
  .grid-container .item2 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4; }
    @media screen and (max-width: 520px) {
      .grid-container .item2 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2; } }
  .grid-container .item3 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5; }
    @media screen and (max-width: 520px) {
      .grid-container .item3 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3; } }

.grid-container > div {
  padding: 20px 0;
  font-size: 30px; }

.btn-custom {
  background-color: #fff0 !important;
  color: #000 !important;
  font-weight: 500 !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 16px !important; }

.custom-button {
  background-color: #0973ba !important;
  border: 1px solid #0973ba !important;
  color: #fff !important; }
  .custom-button:hover {
    -webkit-box-shadow: 0px 0px 5px #0973ba;
    box-shadow: 0px 0px 5px #0973ba; }

.slider-button:hover {
  color: #fff !important;
  border: 1px solid #0973ba !important;
  background-color: #0973ba !important; }

.btn-outline-dark:focus {
  -webkit-box-shadow: 0px 0px 5px #0973ba !important;
  box-shadow: 0px 0px 5px #0973ba !important; }

.top {
  width: 100%;
  background-color: #0973ba; }
  .top ul li {
    list-style: none; }
    .top ul li a {
      font-family: "Lato";
      font-weight: lighter;
      font-size: 13px;
      color: #ffffff; }
      @media screen and (max-width: 576px) {
        .top ul li a {
          font-size: 15px; } }
      @media screen and (min-width: 576px) and (max-width: 768px) {
        .top ul li a {
          font-size: 18px; } }
      .top ul li a:hover {
        text-decoration: none; }

html {
  font-size: 17px !important; }

body {
  background-color: white;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333; }

p {
  margin-bottom: 1.25em; }

h1, h2, h3, h4, h5 {
  margin: 2.75rem 0 1rem;
  font-weight: 400;
  line-height: 1.15; }

h1, .h1 {
  margin-top: 0 !important;
  font-size: 3.052em !important; }

h2, .h2 {
  font-size: 2.441em !important; }

h3, .h3 {
  font-size: 1.953em !important; }

h4, .h4 {
  font-size: 1.563em !important; }

h5, .h5 {
  font-size: 1.25em !important; }

h6, .h6 {
  font-size: 1em !important; }

small, .text_small {
  font-size: 0.8em !important; }

.bset-bg {
  background-image: url(.././img/slide1.jpg);
  height: 95vh;
  position: relative; }
  .bset-bg nav img {
    width: 260px; }

.carousel-caption {
  left: 9% !important;
  text-align: left !important; }

.carousel-item::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000c2), color-stop(#ffffff00), to(#000000c2));
  background-image: -webkit-linear-gradient(#000000c2, #ffffff00, #000000c2);
  background-image: -o-linear-gradient(#000000c2, #ffffff00, #000000c2);
  background-image: linear-gradient(#000000c2, #ffffff00, #000000c2);
  position: absolute;
  content: ' ';
  height: 100%;
  width: 100%; }

@font-face {
  font-family: 'Lato';
  src: url("../font/Lato/Lato-Regular.ttf"); }

@font-face {
  font-family: 'Lato';
  src: url("../font/Lato/Lato-Black.ttf");
  font-weight: 500; }

@font-face {
  font-family: 'Lato';
  src: url("../font/Lato/Lato-Light.ttf");
  font-weight: 100; }

@font-face {
  font-family: 'Lato';
  src: url("../font/Lato/Lato-Bold.ttf");
  font-weight: bold; }

.event-card {
  overflow: hidden; }
  .event-card .card {
    margin-left: 25px;
    margin-right: 25px; }

.news-section-title .h1 {
  font-weight: 900; }

.news-section-title .h4 {
  font-weight: bold; }

@media screen and (max-width: 576px) {
  .news-section-title p {
    font-size: 15px !important; } }

@media screen and (min-width: 576px) and (max-width: 768px) {
  .news-section-title p {
    font-size: 20px !important; } }

.news-section-title a {
  color: #ffffff; }
  .news-section-title a:hover {
    pointer: cursor;
    color: #ffffff; }

.bg-container {
  background-color: #efefef; }

.news-events .news-info {
  background-color: #0973ba;
  color: #fff;
  position: relative;
  padding-left: 8%; }
  @media screen and (max-width: 992px) {
    .news-events .news-info {
      padding-bottom: 34%; } }
  .news-events .news-info::after {
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    left: 100%;
    content: ' ';
    border-bottom: 293px solid transparent;
    border-left: 65px solid #0973ba;
    border-top: 293px solid transparent; }
    @media screen and (max-width: 992px) {
      .news-events .news-info::after {
        border: 0;
        height: 0;
        width: 0; } }

.news-events img {
  width: 100%; }

@media screen and (max-width: 992px) {
  .news-list {
    margin-top: -30%; } }

.image-card {
  position: relative; }
  .image-card img {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: 235px;
    -o-object-fit: cover;
    object-fit: cover; }
  .image-card button {
    right: 5px;
    bottom: 5px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border: 1px solid #fff;
    background-color: #0000 !important; }
    .image-card button:hover {
      background-color: #0973ba !important;
      color: #ffffff;
      border: 1px solid #0973ba;
      cursor: pointer; }

.card-title a {
  color: #0973ba;
  font-weight: bold; }
  .card-title a:hover {
    cursor: pointer; }
  @media screen and (min-width: 576px) and (max-width: 768px) {
    .card-title a {
      font-size: 22px !important; } }

.card-text {
  color: #999999; }
  @media screen and (max-width: 576px) {
    .card-text {
      font-size: 15px !important; } }
  @media screen and (min-width: 576px) and (max-width: 768px) {
    .card-text {
      font-size: 18px !important; } }

.card-body {
  height: 290px !important; }
  .card-body a {
    color: #0973ba;
    text-transform: uppercase;
    font-size: 13px;
    text-align: right; }

.program {
  margin-top: 70px;
  margin-bottom: 60px; }
  @media screen and (max-width: 992px) {
    .program {
      margin-top: 70px;
      margin-bottom: 40px; } }

a.program-link:hover {
  text-decoration: none; }

.single-program {
  position: relative;
  height: 140px; }
  .single-program:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
  .single-program img {
    height: 70%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
  .single-program .text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .single-program .text .h6 {
      font-weight: 700; }
    .single-program .text p {
      color: #ffffff; }

.grad {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00000078), to(#00000078));
  background-image: -webkit-linear-gradient(#00000078, #00000078);
  background-image: -o-linear-gradient(#00000078, #00000078);
  background-image: linear-gradient(#00000078, #00000078);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

footer {
  background-color: #0973ba; }

.bset-footer {
  color: #ffffff;
  padding-top: 75px;
  margin-bottom: 75px; }
  .bset-footer .h3 {
    font-weight: 700; }
  @media screen and (max-width: 992px) {
    .bset-footer {
      padding-top: 50px; } }
  .bset-footer ul li {
    font-size: 18px;
    padding: 5px; }
  .bset-footer p {
    font-size: 18px; }

.footer-bottom {
  font-size: 20px;
  background-color: #005d9b;
  color: #dfdfdf; }
  @media screen and (max-width: 992px) {
    .footer-bottom p {
      font-size: 15px; } }

.project {
  padding-top: 70px;
  padding-bottom: 120px; }

.recent-project {
  display: -ms-grid;
  display: grid; }
  .recent-project .project-single-image {
    position: relative; }
    .recent-project .project-single-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .recent-project .project-single-image .img-cover {
      position: absolute;
      background-color: #164281ba;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease;
      opacity: 0; }
      .recent-project .project-single-image .img-cover:hover {
        opacity: 1; }
    .recent-project .project-single-image i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }

.color-green {
  background-color: #174f1b; }

.color-sky {
  background-color: #005154; }

.color-purple {
  background-color: #5f3772; }

.color-blue {
  background-color: #175873; }

.color-dark-blue {
  background-color: #0B3C49; }

.bg-light {
  background-color: #efefef !important; }

.bg-color-primary {
  background-color: #005d9b !important; }

.bg-color-white {
  background-color: #ffffff; }

.color-primary {
  color: #005d9b; }

.border.border-light {
  border-color: #dddddd !important;
  border: 1px solid #dddddd !important; }

.date {
  display: block;
  font-size: 14px;
  padding: 10px 0px; }

.related-post img {
  width: 120px;
  height: 75px;
  -o-object-fit: cover;
  object-fit: cover; }

.post-body h3 {
  font-size: 14px !important; }

.single-post p {
  font-size: 16px; }

.aside {
  color: #0973ba;
  text-transform: uppercase;
  font-size: 11px; }

.external-links ul li {
  color: #fff;
  background-color: #0973ba;
  padding: 10px 10px;
  margin-bottom: 5px;
  font-size: 15px; }

.external-links a {
  color: #fff; }
  .external-links a:hover {
    text-decoration: none;
    color: #fff;
    font-weight: 500; }

@media screen and (max-width: 576px) {
  .cards.card-cascade.narrower {
    margin-top: 8.25rem; } }

.cards.card-cascade.narrower .view.view-cascade {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

@media screen and (max-width: 576px) {
  .cards.card-cascade.narrower {
    margin-top: -7.25rem; } }

.view {
  position: relative;
  overflow: hidden;
  cursor: default; }
  .view .img {
    position: relative;
    display: block; }

.img-top {
  width: 100%; }

.cards {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box; }
  @media screen and (max-width: 768px) {
    .cards {
      margin-bottom: 40px; } }

.cards-body {
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
  border-radius: 0 !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 4.5rem;
  padding-right: 4.5rem; }
  @media screen and (max-width: 576px) {
    .cards-body {
      padding-top: 1.5rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

.related-posts img {
  width: 100px; }

.program-card {
  background-color: #f1f9ff;
  padding: 40px;
  height: 300px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .program-card:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08); }
  .program-card img {
    width: 50px;
    height: auto;
    margin-bottom: 25px;
    margin-top: 10px; }
  .program-card .h6 {
    margin-bottom: 15px;
    font-weight: 700;
    color: #000; }
  .program-card p {
    color: #777777; }

a.custom-card:hover {
  color: none !important;
  text-decoration: none !important; }

.staff-card {
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
  height: 250px; }
  .staff-card a {
    color: #000; }
    .staff-card a:hover {
      color: #0973ba !important;
      text-decoration: none; }
  .staff-card p {
    color: #777;
    font-size: 15px; }

.staff-image img {
  border-radius: 50%;
  width: 120px !important;
  display: inline !important;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px #ddd;
  box-shadow: 0px 0px 10px #ddd; }

aside {
  margin-bottom: 30px;
  margin-left: 50px; }

.sidebar {
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 35px;
  height: 365px; }
  .sidebar .sidebar-title h4 {
    margin-bottom: 25px; }
  .sidebar .sidebar-content h6 {
    text-transform: uppercase; }
  .sidebar .sidebar-content p {
    color: #777777;
    font-size: 15px; }
  .sidebar .sidebar-content ul a {
    color: #777; }
    .sidebar .sidebar-content ul a:hover {
      color: #0973ba;
      text-decoration: none; }
  .sidebar .sidebar-content ul li {
    margin-bottom: 25px; }


    .pagination {
  bottom: 0;
  background-color: transparent;
  float: right; 
  margin-top: 16px;}
.pagination li {
  border: none;
  width: 50px;
  text-align: center; }
.pagination a:hover {
  background-color: #f1f1f1;
  text-decoration: none; }
  .pagination li.disabled {
    color: #848484 !important;
    cursor: default; }
    .pagination li.active span{
      border-color: #0071bc;
      background-color: #0071bc;
      color: white !important; }
      .pagination a, .pagination span {
        color: #3F51B5 !important;
        background-color: transparent;
        border: none;
        padding: 10px 15px !important; }

#owl-three {
  position: relative; }
  #owl-three .owl-prev, #owl-three .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    color: #000; }
    #owl-three .owl-prev:hover, #owl-three .owl-next:hover {
      color: #0973ba;
      background-color: #fff0; }

#owl-three .owl-prev {
  left: 0; }

#owl-three .owl-next {
  right: 0; }


  .table-members tr td .member-image {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover; }

  table tr td {
  vertical-align: middle !important;
    white-space: nowrap;
}


#svBox {
  max-width: 100%;
  font-family: 'Roboto', serif;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.infoBox {
  background-color: transparent;
}

.svTitle {
  color: #0973ba;
}