@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ----------------------------------------------------------
:: Mixin CSS
---------------------------------------------------------- */
.bg-banner-size, .home-banner, .scroll-to-top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.before-after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* ----------------------------------------------------------
:: End Mixin CSS
---------------------------------------------------------- */
html {
  scroll-behavior: smooth; }

body {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #4a4a4a;
  background-color: #fff; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    body {
      font-size: .8rem; } }

/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
.black-color {
  color: #242424; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #242424;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.5em;
  font-weight: normal; }

a {
  color: #242424;
  text-decoration: none; }
  a:hover, a:focus {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #000; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #000; }

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0; }

/* Section CSS */
.section-sm {
  padding: 100px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 25px 0; } }

.section-xs {
  padding: 80px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-xs {
      padding: 25px 0; } }

.section-lg {
  padding: 20px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-lg {
      padding: 25px 0; } }

.section-title {
  margin-bottom: 20px;
  position: relative;
  text-align: center; }
  .section-title h2 {
    color: #004695;
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 2.0rem;
    text-transform: capitalize; }
    @media only screen and (max-width: 600px) {
      .section-title h2 {
        font-size: 1.8rem; } }
    @media only screen and (min-width: 992px) {
      .section-title h2 {
        font-size: 1.8rem; } }

/* ----------------------------------------------------------
:: Classy Navbar
---------------------------------------------------------- */
.inner-page-bg-top .header-inner {
  position: relative; }

.section-title h2 {
  color: #003259;
  border: 10px 0 5px solid #1f1f1f; }
  @media only screen and (max-width: 600px) {
    .section-title h2 {
      font-size: 1.2rem; } }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #e0e1dd;
  text-align: left;
  background-color: #003259;
  border: 0;
  background-image: none;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease; }

.page-bg-top {
  position: relative; }
  .page-bg-top header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
    /* ============ mobile view ============ */
    /* ============ mobile view .end// ============ */ }
    @media only screen and (max-width: 600px) {
      .page-bg-top header {
        position: static; } }
    @media only screen and (min-width: 600px) {
      .page-bg-top header {
        position: static; } }
    @media only screen and (min-width: 992px) {
      .page-bg-top header {
        position: static; } }
    @media only screen and (min-width: 1200px) {
      .page-bg-top header {
        position: absolute; } }
    .page-bg-top header .navbar {
      /* background: #fff; */
      box-shadow: 2px 28px 0 #050a30;
      background-color: #ffffff; }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        .page-bg-top header .navbar {
          background-color: #ffffff; } }
      .page-bg-top header .navbar .navbar-brand .logo {
        margin-left: 40px;
        height: 47px;
        width: 115px; }
        @media screen and (max-width: 600px) {
          .page-bg-top header .navbar .navbar-brand .logo {
            width: 50px;
            margin-left: 18px;
            height: 26px; } }
      .page-bg-top header .navbar .navbar-collapse .navbar-nav {
        margin-left: 40px; }
        @media (max-width: 992px) {
          .page-bg-top header .navbar .navbar-collapse .navbar-nav {
            overflow-y: scroll;
            height: auto; } }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
          list-style: none;
          margin-right: 5px;
          position: relative;
          transition: all 0.3s ease-in-out;
          display: inline-block;
          vertical-align: middle; }
          @media (max-width: 600px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
              margin-right: 0; } }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
            margin-right: 0px !important; }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
            color: #003259;
            margin-right: 2px;
            font-size: 1rem;
            display: block;
            line-height: 30px;
            font-weight: 600;
            /* padding: 15px 0;*/
            opacity: 1;
            text-align: center;
            text-transform: capitalize;
            position: relative;
            overflow: hidden;
            z-index: 1; }
            @media only screen and (max-width: 600px) {
              .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
                line-height: 10px;
                padding: 1em 5% 13px;
                text-align: left;
                color: #677294;
                font-size: 0.7rem; } }
            @media only screen and (min-width: 992px) {
              .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
                font-size: 0.7rem; } }
            @media only screen and (min-width: 1200px) {
              .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
                font-size: 0.83rem; } }
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before {
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto;
              width: 0%;
              content: '.';
              color: transparent;
              /*background: red;*/
              height: 1px;
              transition: all .5s;
              background-image: linear-gradient(45deg, black, transparent); }
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
              color: #002b4e !important; }
              .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
                width: 100%; }
    .page-bg-top header .navbar.scrolled {
      background: #fff;
      box-shadow: 0 2px 28px 0 #000000b3;
      background-color: #ffffff; }
      .page-bg-top header .navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #003259; }
        @media screen and (max-width: 600px) {
          .page-bg-top header .navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
            color: #242424; } }
      .page-bg-top header .navbar.scrolled .navbar-brand .logo {
        height: 47px;
        width: 115px; }
        @media screen and (max-width: 600px) {
          .page-bg-top header .navbar.scrolled .navbar-brand .logo {
            width: 50px;
            margin-left: 18px;
            height: 26px; } }
    .page-bg-top header .dropdown-toggle:after {
      content: "\f16b";
      font-family: 'Flaticon';
      font-size: 10px;
      border: none;
      padding: 0;
      color: inherit;
      float: right;
      margin-top: 2px; }
    .page-bg-top header .dropdown-menu {
      padding: 0; }
      .page-bg-top header .dropdown-menu li {
        width: 100%; }
        .page-bg-top header .dropdown-menu li .dropdown-item {
          padding: .5em .5em;
          color: #677294;
          line-height: 24px;
          font-weight: 600;
          font-size: .85rem;
          text-transform: capitalize;
          transition: all 500ms ease;
          white-space: normal;
          background-color: transparent; }
          .page-bg-top header .dropdown-menu li .dropdown-item .active, .page-bg-top header .dropdown-menu li .dropdown-item:hover, .page-bg-top header .dropdown-menu li .dropdown-item:active {
            color: #ffffff;
            background-color: #406854;
            padding-left: .8em; }
          @media only screen and (max-width: 992px) {
            .page-bg-top header .dropdown-menu li .dropdown-item {
              color: #242424; } }
    @media (max-width: 991px) {
      .page-bg-top header .navbar-collapse {
        position: fixed;
        top: 53px;
        right: 0;
        min-width: 230px;
        height: 100%;
        background: #fff;
        box-shadow: 0 5px 10px 0 #0006;
        z-index: 9;
        padding: 20px; }
      .page-bg-top header .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease; }
      .page-bg-top header .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out; }
      .page-bg-top header .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 500ms ease-in-out; }
      .page-bg-top header .navbar-toggler {
        border: none;
        outline: none;
        background: transparent;
        color: red;
        box-shadow: none; } }
    @media (max-width: 991px) {
      .page-bg-top header .navbar.fixed-top .navbar-collapse,
      .page-bg-top header .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        /* margin-top:10px; */ } }

/* ----------------------------------------------------------
:: Home
---------------------------------------------------------- */
.home-banner {
  height: 110vh;
  background-color: #1f1f1f;
  background-image: url(../images/background.jpg);
  background-size: cover;
  z-index: 1;
  opacity: 1.90;
  position: relative; }
  .home-banner .overlay {
    background: #00082ea6;
    /* background: linear-gradient(45deg, #050a30de 0%, #4f5572e6 100%); */
    opacity: .9;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%; }
  @media only screen and (max-width: 600px) {
    .home-banner {
      height: 45vh; } }
  @media only screen and (min-width: 600px) {
    .home-banner {
      height: 55vh; } }
  @media only screen and (min-width: 992px) {
    .home-banner {
      height: 47vh; } }
  @media only screen and (min-width: 1200px) {
    .home-banner {
      height: 113vh; } }
  .home-banner .banner-caption {
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 600px) {
      .home-banner .banner-caption {
        height: 46vh; } }
    .home-banner .banner-caption .banner-text {
      width: 70%;
      align-items: center;
      justify-content: center;
      margin: 15px 0 15px 155px; }
      @media only screen and (max-width: 600px) {
        .home-banner .banner-caption .banner-text {
          width: 100%;
          margin: 0;
          height: 100%; } }
    .home-banner .banner-caption .banner-img img {
      height: 95px;
      margin: 32px 0 0; }
      @media only screen and (max-width: 600px) {
        .home-banner .banner-caption .banner-img img {
          width: 15%;
          height: 100%;
          margin: 7px 0 45px; } }
    .home-banner .banner-caption h1,
    .home-banner .banner-caption h2,
    .home-banner .banner-caption h3,
    .home-banner .banner-caption h4,
    .home-banner .banner-caption h5 {
      color: #fff;
      font-size: 1.3rem;
      font-weight: 600; }
      @media only screen and (max-width: 600px) {
        .home-banner .banner-caption h1,
        .home-banner .banner-caption h2,
        .home-banner .banner-caption h3,
        .home-banner .banner-caption h4,
        .home-banner .banner-caption h5 {
          font-size: 0.8rem; } }
    .home-banner .banner-caption h6 {
      color: #fff;
      font-size: 2rem; }
    .home-banner .banner-caption img {
      height: 27%;
      width: 13%;
      background: #fff;
      margin: 20px; }
    .home-banner .banner-caption h2 {
      color: #fff;
      font-size: 1.7rem;
      line-height: 1.3;
      font-weight: 600; }
      @media only screen and (max-width: 600px) {
        .home-banner .banner-caption h2 {
          font-size: 0.8rem;
          margin-top: 20px; } }
    .home-banner .banner-caption h6 {
      font-size: 1.3rem;
      font-weight: 200;
      line-height: 1.8rem; }
      @media only screen and (max-width: 600px) {
        .home-banner .banner-caption h6 {
          font-size: 0.8rem;
          margin: 0; } }
    .home-banner .banner-caption p {
      margin: 5px; }
      @media only screen and (max-width: 600px) {
        .home-banner .banner-caption p {
          font-size: 0.8rem;
          margin: 0; } }
  .home-banner .side-img {
    position: absolute;
    right: 0;
    top: 70px;
    width: 550px;
    animation: moveUpDown 3s ease-in-out infinite; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .home-banner .side-img {
        display: none; } }
    @media screen and (min-width: 1900px) {
      .home-banner .side-img {
        top: 251px;
        width: 620px; } }
@keyframes moveUpDown {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(2vw); }
  100% {
    transform: translateY(0); } }
.organized {
  background: #e0e1dd;
  box-shadow: 0px 5px 10px #0000006b;
  margin-top: -5rem !important;
  width: 55%;
  border-radius: 88px;
  padding: 0.8rem;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  position: relative; }
  .organized .organized-text h5 {
    font-size: 1.1rem;
    color: #003259;
    margin-bottom: 5px; }
    @media only screen and (max-width: 600px) {
      .organized .organized-text h5 {
        font-size: 0.7rem; } }
  .organized .organized-text h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #003259; }
    @media only screen and (max-width: 600px) {
      .organized .organized-text h4 {
        font-size: 0.7rem; } }
  @media only screen and (max-width: 600px) {
    .organized {
      font-size: 0.5rem;
      width: 85%;
      height: 110px;
      position: absolute;
      margin: 0px 28px;
      margin-top: -1rem !important;
      text-align: center; } }
  @media only screen and (min-width: 992px) {
    .organized {
      font-size: 0.7rem; } }
  @media only screen and (min-width: 1200px) {
    .organized {
      font-size: 0.83rem; } }

/* ----------------------------------------------------------
:: About
---------------------------------------------------------- */
.bg-color {
  background: #e0e1dd; }

.tracks-section h2 {
  color: #003259;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.5rem;
  text-transform: capitalize; }
.tracks-section a {
  font-weight: 600; }
.tracks-section p {
  font-weight: 600; }
.tracks-section .accordion-button:not(.collapsed) {
  color: #e0e1dd;
  background-color: #003259;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
.tracks-section .titile-line li a::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  content: ""; }
.tracks-section .titile-line li a:hover {
  transform: scale(1);
  outline: 0; }
.tracks-section .title-inner {
  background-color: #fff;
  height: 225px;
  padding: 20px 40px;
  border-radius: 5px; }
  .tracks-section .title-inner li {
    color: #003259;
    list-style: disc;
    font-size: 1.2rem;
    font-weight: 600; }
    @media only screen and (max-width: 600px) {
      .tracks-section .title-inner li {
        color: #003259;
        list-style: disc;
        font-size: 0.9rem;
        font-weight: 500;
        line-height: 1.2rem; } }

.patrons {
  background-color: #003259; }
  .patrons .team-sec {
    border: 2px solid #b3af8f;
    padding: 10px;
    border-radius: 10px;
    background-color: #e0e1dd; }
    @media only screen and (max-width: 600px) {
      .patrons .team-sec {
        margin: 10px 50px; } }
    .patrons .team-sec .img-team {
      position: relative;
      display: inline-block;
      overflow: hidden;
      border-radius: 8px; }
      .patrons .team-sec .img-team img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out; }
        .patrons .team-sec .img-team img:hover {
          transform: scale(1.05);
          /* Slight zoom-in effect */
          filter: brightness(0.8);
          /* Darken the image slightly */ }
    .patrons .team-sec .name-team {
      margin-top: 0.5rem; }
      .patrons .team-sec .name-team h4 {
        color: #004695;
        font-size: 1.1rem;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center; }
      .patrons .team-sec .name-team h6 {
        font-size: 1rem;
        font-weight: 400;
        text-align: center; }

.award-sec {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px; }
  .award-sec .award-text {
    margin-top: 10px; }
    .award-sec .award-text h4 {
      font-size: 1.5rem;
      font-weight: 700; }
    .award-sec .award-text .date {
      color: #050a30;
      padding: 6px 0;
      font-weight: 700;
      font-size: 0.91rem; }
    .award-sec .award-text h5 {
      font-size: 1.3rem;
      font-weight: 600; }
    .award-sec .award-text h6 {
      font-size: 0.8rem; }

.grant-text {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px; }
  .grant-text h4 {
    font-size: 1.5rem;
    font-weight: 600; }
  .grant-text h6 {
    font-weight: 600; }
  .grant-text p {
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.4; }

.committees {
  padding: 50px 0;
  background-color: #e0e1dd; }

.scroll-to-top {
  position: fixed;
  width: 45px;
  height: 45px;
  font-size: 30px;
  line-height: 1;
  right: 20px;
  bottom: 20px;
  border: none;
  cursor: pointer;
  display: none;
  z-index: 1;
  color: #fff;
  background-color: transparent;
  background: #004695;
  border-radius: 50%;
  transition: all 300ms ease; }
  .scroll-to-top i {
    color: #fff; }
  .scroll-to-top:hover, .scroll-to-top:focus {
    transform: scale(0.9);
    outline: 0; }

.footer-back {
  background-color: #003259;
  z-index: 0; }
  .footer-back::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(118deg, rgba(5, 10, 48, 0.53), rgba(5, 10, 48, 0.34)); }
  .footer-back .unit-body p {
    color: #003259;
    margin-bottom: 0; }
    .footer-back .unit-body p a {
      color: #003259; }

.img-wid {
  width: 200px;
  margin: 0 165px 26px; }
  @media only screen and (max-width: 600px) {
    .img-wid {
      width: 45%;
      margin: 0 0 20px; } }

.listing {
  list-style: none;
  padding: 0;
  margin: 0; }
  .listing li {
    background-color: #f8f9fa;
    margin: 10px 0;
    padding: 10px;
    border-left: 5px solid #050a30;
    border-radius: 5px;
    font-family: 'Arial', sans-serif;
    color: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    .listing li:hover {
      color: #fff;
      background-color: #050a30; }

.table-container {
  overflow-x: auto; }

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  text-align: left;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
  .styled-table thead tr {
    color: #e9ecef;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%; }
  .styled-table th {
    padding: 12px 15px;
    border: 1px solid #e0e1dd;
    background-color: #003259; }
  .styled-table td {
    padding: 12px 15px;
    border: 1px solid #003259;
    background-color: #e0e1dd; }

@media screen and (max-width: 768px) {
  .styled-table tbody td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
    color: #050a30; } }
.box {
  background-color: #002958;
  width: 200px;
  height: 200px;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: 0.5s;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center; }
  .box::after {
    position: absolute;
    content: "\f178";
    left: 215px;
    top: 45px;
    font-family: 'FontAwesome';
    font-size: 4rem;
    filter: invert(1); }
  .box h5 {
    color: #fff; }
  .box:hover {
    transform: translateY(-5px); }
  @media screen and (max-width: 767px) {
    .box {
      width: auto;
      height: auto;
      border-radius: 0;
      padding: 0.3rem;
      min-height: 150px;
      text-wrap: wrap; }
      .box h5 {
        font-size: 0.9rem; }
      .box p {
        font-size: 0.7rem; } }

.row .col:last-child .box::after {
  display: none; }

.food-menu-tabs {
  text-align: center;
  margin-left: 35px; }
  @media only screen and (max-width: 600px) {
    .food-menu-tabs {
      margin: 0; } }

.food-menu-tabs .nav-pills {
  text-align: center;
  text-transform: uppercase;
  border-bottom: none; }

.food-menu-tabs .nav-pills li {
  display: inline-block; }

.food-menu-tabs .nav-pills li a {
  border: none;
  background: #e0e1dd;
  font-size: 1rem;
  /* display: block; */
  color: #003259;
  box-shadow: 3px 2px 0px #003259;
  position: relative;
  padding: 6px;
  margin: 10px;
  border-radius: 2px;
  text-transform: none;
  transition: background 0.3s, color 0.3s; }
  @media only screen and (max-width: 600px) {
    .food-menu-tabs .nav-pills li a {
      border: none;
      background: #e0e1dd;
      font-size: 0.5rem;
      font-size: 0.7rem;
      /* display: block; */
      color: #003259;
      box-shadow: 3px 2px 0px #003259;
      position: relative;
      padding: 4px;
      margin: 3.9px;
      border-radius: 2px;
      text-transform: none; } }

.food-menu-tabs .nav-pills li a.active {
  border: none;
  background: #f8f9fa;
  color: #003259;
  font-size: 1rem; }
  @media only screen and (max-width: 600px) {
    .food-menu-tabs .nav-pills li a.active {
      font-size: 0.7rem; } }

.submission {
  background: #fff; }
  .submission h4 {
    color: #003259; }
  .submission p {
    line-height: 0.8rem; }
  .submission img {
    width: 10%;
    height: 10%; }
    @media only screen and (max-width: 600px) {
      .submission img {
        width: 20%;
        height: 20%; } }

.list-custom,
.list-linking {
  margin-bottom: 30px; }

.list-custom li,
.list-linking li {
  padding-left: 25px;
  position: relative;
  text-align: left;
  margin-bottom: 5px; }

.list-custom li:before,
.list-linking li:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #003259;
  top: 11px;
  left: 5px;
  border-radius: 5px;
  transform: rotate(45deg); }

.list-custom li a,
.list-linking li a {
  text-decoration: none;
  transition: all 0.2s linear; }

.list-custom li:hover > a,
.list-linking li:hover > a {
  padding-left: 5px;
  color: #ff5100; }

.list-linking {
  margin-bottom: 0; }

.list-count {
  column-count: 2; }

.micro-sm {
  box-shadow: -1px 1px 10px #b7b7b7;
  background-color: #fff;
  padding: 1.5rem; }
  @media only screen and (max-width: 600px) {
    .micro-sm {
      padding: 0.5rem; } }
  .micro-sm p {
    margin-bottom: 0; }

.bg-board {
  background-color: #e0e1dd;
  border-radius: 14px; }
  .bg-board .advisory-board {
    padding: 13px;
    /* border: 3px solid #050a30; */
    margin-bottom: 18px;
    min-height: 105px;
    border-radius: 14px;
    background-color: #fff; }
    @media only screen and (max-width: 600px) {
      .bg-board .advisory-board {
        padding: 10px;
        /* border: 3px solid #050a30; */
        margin-bottom: 19px;
        border-radius: 12px;
        background-color: #fff; } }
  .bg-board h5 {
    color: #003259;
    font-weight: 500; }
    @media only screen and (max-width: 600px) {
      .bg-board h5 {
        color: #003259;
        font-weight: 350;
        font-size: 0.9rem; } }
  .bg-board ul li {
    font-size: 0.9rem; }
    @media only screen and (max-width: 600px) {
      .bg-board ul li {
        font-size: 0.7rem; } }

.contact-info {
  line-height: 2.0rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background: linear-gradient(118deg, rgba(5, 10, 48, 0.53), rgba(5, 10, 48, 0.34)); }

.nav-pills .nav-link {
  background-color: #fff;
  color: #000; }

/*# sourceMappingURL=style.css.map */
