@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, .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; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body {
      font-size: 1rem; } }
  @media (min-width: 1200px) and (max-width: 1399px) {
    body {
      font-size: 1rem; } }
  @media only screen and (min-width: 1601px) {
    body {
      font-size: 1.1rem; } }

/* ----------------------------------------------------------
:: 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;
  font-size: 1.5rem; }
  @media screen and (min-width: 1200px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 1.0rem; } }
  @media screen and (max-width: 600px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 0.9rem; } }
  @media (min-width: 576px) and (max-width: 991px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 1.2rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 1.1rem; } }

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: 60px 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; } }

.sub-title h5 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.2rem; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .sub-title h5 {
      margin-top: 1rem; } }

.bg-green-light {
  background-color: #9d00fd05; }

/* ----------------------------------------------------------
:: Classy Navbar
---------------------------------------------------------- */
.inner-page-bg-top .header-inner {
  position: relative; }

.section-title h2 {
  color: #670187;
  background-image: linear-gradient(45deg, #670187 37%, #bb874f 84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  display: inline-block;
  border: 10px 0 5px solid #1f1f1f;
  margin-bottom: 10px;
  font-size: 1.95rem; }
  @media only screen and (max-width: 600px) {
    .section-title h2 {
      font-size: 1.2rem;
      margin-top: 1rem; } }
  @media only screen and (min-width: 1601px) {
    .section-title h2 {
      font-size: 2.2rem; } }
.section-title h3 span {
  color: #bb874f;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2.8rem; }

.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 (min-width: 1200px) {
      .page-bg-top header {
        position: absolute; } }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .page-bg-top header .navbar {
        background-color: #ffffff;
        padding: 0; } }
    .page-bg-top header .navbar .nav-inner {
      border-radius: 50px; }
    .page-bg-top header .navbar .navbar-brand .logo {
      height: 40px;
      width: 200px;
      filter: brightness(0) invert(1); }
      @media only screen and (max-width: 767px) and (min-width: 320px) {
        .page-bg-top header .navbar .navbar-brand .logo {
          filter: none; } }
      @media only screen and (min-width: 1601px) {
        .page-bg-top header .navbar .navbar-brand .logo {
          height: 63px;
          width: 290px; } }
    @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: #fff;
        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;
        font-size: 0.8rem; }
        @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: 1601px) {
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
            font-size: 1.1rem; } }
        .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 .active, .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:active {
          color: #bb874f !important; }
    .page-bg-top header .navbar.scrolled {
      background-image: none;
      background: #fff;
      box-shadow: 0 2px 28px 0 #000000b3;
      padding: 10px; }
      .page-bg-top header .navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #000; }
        @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 {
        filter: none;
        height: 40px;
        width: 200px; }
        @media only screen and (max-width: 767px) and (min-width: 320px) {
          .page-bg-top header .navbar.scrolled .navbar-brand .logo {
            filter: none; } }
        @media only screen and (min-width: 1601px) {
          .page-bg-top header .navbar.scrolled .navbar-brand .logo {
            height: 63px;
            width: 290px; } }
    .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: #5c0f8b;
        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: 100vh;
  background-image: url(../images/background.png);
  background-size: cover;
  opacity: 0.90;
  width: 100%; }
  .home-banner .overlay {
    background-color: #000;
    opacity: 0.75;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%; }
  .home-banner .banner-caption {
    height: 100vh;
    padding: 7.0rem 0px; }
    @media only screen and (max-width: 767px) and (min-width: 320px) {
      .home-banner .banner-caption {
        padding: 7rem 0; } }
    @media only screen and (max-width: 600px) {
      .home-banner .banner-caption {
        padding: 6rem 0; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .home-banner .banner-caption {
        padding: 8.5rem 0px; } }
    @media only screen and (min-width: 1400px) {
      .home-banner .banner-caption {
        padding: 8rem 0; } }
    @media only screen and (min-width: 1601px) {
      .home-banner .banner-caption {
        padding: 13rem 5px; } }
    .home-banner .banner-caption .banner-text {
      align-items: center;
      justify-content: center;
      padding: 0px 3rem; }
      @media only screen and (max-width: 600px) {
        .home-banner .banner-caption .banner-text {
          text-align: center;
          padding: 0; } }
      @media only screen and (min-width: 1400px) {
        .home-banner .banner-caption .banner-text {
          padding: 0px 4rem; } }
      .home-banner .banner-caption .banner-text h5 span {
        border: 1px solid #bb874f;
        background: #c1926082;
        padding: 5px 20px;
        border-radius: 5px; }
        @media only screen and (max-width: 600px) {
          .home-banner .banner-caption .banner-text h5 span {
            font-size: 0.6rem; } }
      .home-banner .banner-caption .banner-text .img-1 {
        /* height: 27%; */
        /* background: #fff; */
        background-color: #ffffff;
        padding: 5px;
        margin: 15px 5px 0;
        position: absolute;
        top: 122px;
        left: 45px; }
        @media only screen and (min-width: 1601px) {
          .home-banner .banner-caption .banner-text .img-1 {
            width: 120px; } }
      .home-banner .banner-caption .banner-text .img-2 {
        /* height: 27%; */
        /* background: #fff; */
        background-color: #ffffff;
        padding: 5px;
        margin: 15px 5px 0;
        position: absolute;
        top: 122px;
        right: 45px; }
        @media only screen and (min-width: 1601px) {
          .home-banner .banner-caption .banner-text .img-2 {
            width: 120px; } }
    .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.25rem;
      font-weight: 500;
      line-height: 2.2rem; }
      @media (min-width: 768px) and (max-width: 992px) {
        .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: 1.85rem;
          line-height: 3.2rem; } }
      @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;
          line-height: 2.0rem; } }
      @media only screen and (min-width: 1400px) {
        .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 {
          line-height: 2.0;
          font-size: 2.1rem; } }
      @media only screen and (min-width: 1601px) {
        .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: 2.2rem;
          line-height: 3.9rem; } }
    .home-banner .banner-caption h6 {
      color: #fff;
      font-size: 2rem; }
    .home-banner .banner-caption h2 {
      color: #bb874f;
      font-size: 1.8rem;
      line-height: 1.5;
      font-weight: 700; }
      @media only screen and (max-width: 600px) {
        .home-banner .banner-caption h2 {
          font-size: 0.8rem;
          line-height: 1.9; } }
      @media only screen and (min-width: 1601px) {
        .home-banner .banner-caption h2 {
          font-size: 2.2rem;
          line-height: 2.8rem; } }
    .home-banner .banner-caption h6 {
      font-size: 1.1rem;
      font-weight: 200;
      line-height: 1.8rem;
      position: relative;
      display: inline; }
      @media only screen and (max-width: 600px) {
        .home-banner .banner-caption h6 {
          font-size: 0.8rem;
          margin: 0; } }
      .home-banner .banner-caption h6:before {
        content: "";
        height: 1px;
        width: 30px;
        /* background-color: #fff; */
        border-right: 80px solid #fff;
        position: absolute;
        top: 13px;
        left: -90px; }
      .home-banner .banner-caption h6:after {
        content: "";
        height: 1px;
        width: 30px;
        /* background-color: #fff; */
        border-right: 80px solid #fff;
        position: absolute;
        top: 13px;
        right: -90px; }
    .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: 410px;
    z-index: 9;
    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: #f8f9fa; }

.tracks-section h2 {
  color: #003259;
  font-size: 1.55rem;
  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;
      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; }

.scroll-to-top {
  position: fixed;
  width: 45px;
  height: 45px;
  font-size: 30px;
  line-height: 1;
  right: 20px;
  bottom: 20px;
  border: 1px solid #02103b;
  cursor: pointer;
  display: none;
  z-index: 1;
  color: #fff;
  border-radius: 50%;
  transition: all 300ms ease; }
  .scroll-to-top i {
    color: #5c0f8b; }
  .scroll-to-top:hover, .scroll-to-top:focus {
    transform: scale(0.9);
    outline: 0; }

.footer-back {
  z-index: 0;
  background-image: url(../images/bg-img-2.webp);
  background-size: cover;
  width: 100%;
  background-position: 50%;
  position: relative; }
  .footer-back .overlay {
    background-color: #000;
    opacity: 0.75;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%; }
  .footer-back .contact-add .contact-content {
    padding: 2px 30px; }
  .footer-back .unit-body p {
    color: #fff;
    margin-bottom: 0; }
    .footer-back .unit-body p a {
      color: #fff; }
    @media (min-width: 576px) and (max-width: 991px) {
      .footer-back .unit-body p {
        font-size: 0.8rem; } }

.img-wid {
  width: 200px;
  filter: brightness(0) invert(1);
  z-index: 9999;
  margin-bottom: 10px; }
  @media only screen and (max-width: 600px) {
    .img-wid {
      width: 45%;
      margin: 0 0 20px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .img-wid {
      margin: 0; } }

.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; }
  @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 {
  margin-bottom: 1rem; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .food-menu-tabs .nav-pills li {
      margin-bottom: 0.2rem; } }

.food-menu-tabs .nav-pills li a {
  border: none;
  border: 2px solid #fff;
  /* background: #e0e1dd; */
  font-size: 1rem;
  border: 2px solid #00b0ed;
  background: #f8f9fa;
  color: #003259;
  /* display: block; */
  /* box-shadow: 3px 2px 0px #003259; */
  position: relative;
  padding: 8px;
  width: 240px;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 8px;
  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 {
  background: #0092d1;
  background: linear-gradient(155deg, rgba(0, 146, 209, 0.87) 13%, rgba(5, 78, 115, 0.93) 55%, rgba(0, 184, 217, 0.74) 96%);
  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 .qr-code img {
    margin-top: 30px;
    width: 25%;
    height: 40%; }
    @media only screen and (max-width: 600px) {
      .submission .qr-code img {
        width: 30%;
        height: 93%;
        margin-top: 0; } }

.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 {
  color: #fff;
  font-weight: 500; }
  .contact-info h5 {
    font-size: 1rem;
    margin: 0;
    font-weight: 600;
    color: #fff; }
  .contact-info h6 {
    font-size: 0.85rem;
    color: #fff; }
  .contact-info p {
    font-size: 0.75rem;
    line-height: 1.2rem;
    margin: 0; }

.nav-pills .nav-link {
  background-color: #fff;
  color: #000; }

.bottom-border {
  content: "";
  width: 710px;
  border-bottom: 1px solid #fff; }

.bor-bottom {
  border-bottom: 2px dashed #00b0ed;
  width: 100px; }
  @media (max-width: 575.98px) {
    .bor-bottom {
      width: 200px; } }

.track .track-inner {
  background-color: #ffffff;
  box-shadow: 0 0 5px #19875430;
  border-radius: 50px;
  padding: 50px;
  /* background-color: #fff; */ }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .track .track-inner {
      padding: 25px 30px; } }
.track .track-content {
  color: #606060; }
  .track .track-content h5 {
    margin-bottom: 15px;
    font-size: 1.3rem;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.2rem; }
    @media only screen and (max-width: 600px) {
      .track .track-content h5 {
        font-size: 0.9rem; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .track .track-content h5 {
        font-size: 1.2rem; } }

.about-sec {
  position: relative; }
  .about-sec p span {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.0rem;
    border: 1px solid #5c0f8b;
    padding: 10px 20px;
    background: #5c0f8b;
    border-radius: 25px; }
  .about-sec .bg-leaf {
    position: absolute;
    right: 0;
    bottom: 0; }
    .about-sec .bg-leaf img {
      width: 393px;
      opacity: 0.3; }
      @media only screen and (max-width: 992px) {
        .about-sec .bg-leaf img {
          display: none; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .about-sec .bg-leaf img {
          width: 400px; } }
      @media only screen and (min-width: 1601px) {
        .about-sec .bg-leaf img {
          width: 500px; } }
    @media only screen and (max-width: 600px) {
      .about-sec .bg-leaf {
        display: none; } }
    @media only screen and (min-width: 1900px) {
      .about-sec .bg-leaf {
        right: 140px;
        bottom: 0;
        width: 500px; } }

.list-style li {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.6rem;
  font-size: 0.95rem; }
  @media only screen and (max-width: 600px) {
    .list-style li {
      line-height: 1.56rem; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .list-style li {
      line-height: 2rem; } }
  @media only screen and (min-width: 1601px) {
    .list-style li {
      line-height: 2.6rem;
      font-size: 1.05rem; } }

.list-style-2 li {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.85rem;
  color: #606060;
  font-weight: 500; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .list-style-2 li {
      line-height: 1.35rem; } }

.event-sec .borad-inner {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #5c0f8b33;
  border-radius: 10px;
  min-height: 200px; }
  .event-sec .borad-inner h5 {
    font-size: 1.1rem; }
  .event-sec .borad-inner p {
    font-size: 0.95rem;
    line-height: 1.65rem;
    margin: 0; }

.chairs .chairs-details {
  border: 1px solid #c8cacb;
  box-shadow: 0 0 5px #0000004a;
  margin-bottom: 25px;
  border-radius: 25px;
  min-height: 260px;
  background: #fff;
  transition: all 0.3s ease-out 0s; }
  .chairs .chairs-details:hover {
    border: 1px solid #0092d1be;
    box-shadow: 0 0 10px #0092d1; }
  .chairs .chairs-details .chairs-details-inner {
    transition: all 0.3s ease-out 0s;
    border-radius: 23px;
    padding: 25px 15px;
    margin: 2px;
    /* margin-bottom: 25px; */
    box-shadow: 0px 15px 35px rgba(222, 222, 222, 0.25);
    background: #fff;
    position: relative;
    height: 270px; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .chairs .chairs-details .chairs-details-inner {
        padding: 5px 10px;
        height: 100%; } }
    @media (min-width: 1200px) and (max-width: 1399px) {
      .chairs .chairs-details .chairs-details-inner {
        height: 350px;
        padding: 25px 20px; } }

.chairs h6 {
  color: #000;
  margin-bottom: 10px;
  font-size: 1.05rem; }

.team-member {
  background: #ffffff; }
  .team-member .team_block {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 5px #000;
    margin-top: 30px; }

.team-member .team_block .team_image {
  position: relative; }
  .team-member .team_block .team_image img {
    width: 100%; }

.team-member .team_block .team_image .team-member .team_block .team_image .social_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-60px);
  z-index: -1;
  background-color: #0000358c;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }

.team-member .team_block .team_details {
  margin-bottom: -23px;
  transform: translateY(0);
  padding: 30px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out; }
  @media only screen and (max-width: 600px) {
    .team-member .team_block .team_details {
      padding: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .team-member .team_block .team_details {
      padding: 5px; } }
  @media (min-width: 1200px) and (max-width: 1399px) {
    .team-member .team_block .team_details {
      padding: 5px; } }

.team-member .team_block .team_details .team_name {
  text-align: center;
  padding: 5px 0 10px;
  background-color: #fff;
  margin: 15px auto 10px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .team-member .team_block .team_details .team_name {
      padding: 0 5px; } }

.team-member .team_block .team_details .team_name h3 {
  font-size: 0.95rem;
  color: #222;
  margin-bottom: 3px;
  text-transform: capitalize;
  font-weight: 600; }
  @media only screen and (max-width: 600px) {
    .team-member .team_block .team_details .team_name h3 {
      font-size: 0.8rem; } }

.team-member .team_block .team_details .team_name p {
  color: #313437;
  margin: 15px auto 10px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  font-size: 0.75rem;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  @media only screen and (max-width: 600px) {
    .team-member .team_block .team_details .team_name p {
      margin: 0;
      font-weight: 500;
      font-size: 0.6rem; } }

.paper-submission h5 {
  color: #000;
  margin-bottom: 10px;
  font-size: 1.05rem; }
  @media only screen and (max-width: 600px) {
    .paper-submission h5 {
      font-size: 0.9rem; } }

.date-sec .table-bordered {
  border: 1px solid #000; }

/*
Source - https://stackoverflow.com/a
Posted by Giona, modified by community. See post 'Timeline' for change history
Retrieved 2025-12-10, License - CC BY-SA 4.0
*/
/*
Source - https://stackoverflow.com/q
Posted by Nikk, modified by community. See post 'Timeline' for change history
Retrieved 2025-12-10, License - CC BY-SA 3.0
*/
.counter-sec h3 {
  font-size: 2.1rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px; }
.counter-sec p {
  display: inline;
  font-size: 1rem;
  line-height: 1.2;
  /* margin-top: 4rem; */
  font-weight: 600;
  border-radius: 30px;
  background: #e4e4e4;
  padding: 14px 25px;
  /* margin: 109px; */
  border: 1px solid #5c0f8b;
  color: #000000; }

.list-style-green li {
  margin: 0 0 20px 0;
  font-size: 1rem;
  line-height: 1.2;
  /* margin-top: 4rem; */
  font-weight: 600;
  border-radius: 30px;
  background: #fff;
  padding: 14px 25px;
  /* margin: 109px; */
  border: 1px solid #a78b66;
  color: #000000;
  min-height: 70px;
  align-items: center;
  display: flex;
  justify-content: center; }

.sec-breadcrumb {
  background-image: url(../images/background.png);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1;
  padding: 100px 0 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 350px; }
  .sec-breadcrumb h1 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff; }
  .sec-breadcrumb .breadcrumb {
    background: none;
    justify-content: start !important;
    color: #fff; }
    .sec-breadcrumb .breadcrumb li a {
      color: #ccc; }
    .sec-breadcrumb .breadcrumb li i {
      margin: 0 10px; }

.inner-page-bg-overlay {
  position: absolute;
  opacity: 0.65;
  background: #242424;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.reg-details .reg-sub {
  margin-bottom: 20px; }
  .reg-details .reg-sub h5 {
    color: #5C0F8B;
    font-size: 1.2rem; }
.reg-details p span {
  color: #5C0F8B;
  font-size: 1.1rem; }
.reg-details a:hover {
  color: #a2825a !important; }
.reg-details .table-responsive table th {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  border: 1px solid #5C0F8B;
  border-collapse: collapse;
  padding: 8px;
  vertical-align: middle; }
.reg-details .table-responsive table td {
  border: 1px solid #5C0F8B;
  border-collapse: collapse;
  padding: 8px;
  vertical-align: middle; }

.about-content {
  padding: 20px;
  border-radius: 25px; }
  .about-content .team-sec {
    border: 1px solid #a78158;
    padding: 10px; }
    .about-content .team-sec .name-team {
      margin-top: 0.5rem;
      text-align: center; }

.commitee-box {
  border: 1px solid #5c0f8b5c;
  padding: 10px 20px;
  align-items: center; }
  .commitee-box h5 {
    font-weight: 600; }
  .commitee-box h3 {
    color: #5C0F8B;
    font-weight: 600; }
  .commitee-box p {
    margin: 0; }
  @media only screen and (min-width: 1601px) {
    .commitee-box {
      padding: 20px 30px; } }

.accordion-item {
  background-color: transparent; }
  .accordion-item a:hover, .accordion-item a:active {
    color: #fff !important;
    font-weight: 600; }
  .accordion-item p {
    color: #fff; }

.accordion-item .accordion-header {
  height: 53px;
  margin-bottom: 5px;
  padding: 0px; }
.accordion-item .accordion-body {
  padding: 1rem 1.25rem; }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  background-color: transparent;
  border: 0;
  background-image: none;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out; }

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  opacity: 0.5; }

.accordion-button:not(.collapsed)::after {
  content: "\f068";
  box-shadow: none;
  line-height: 28px;
  background-image: none; }

.acco-sec .card {
  box-shadow: 0 0 5px #000;
  padding: 30px; }
  .acco-sec .card h5 {
    color: #bb874f; }

.counter-box {
  border: 2px dashed #bb874f;
  border-radius: 15px;
  height: 150px;
  padding: 10px;
  background: #fff; }

.sticky-bar {
  position: fixed;
  right: -10px;
  top: 315px;
  z-index: 999; }
  @media only screen and (max-width: 600px) {
    .sticky-bar {
      top: 27rem; } }
  @media only screen and (min-width: 1601px) {
    .sticky-bar {
      top: 40rem; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .sticky-bar {
      top: 45rem; } }
  .sticky-bar ul li {
    margin-bottom: 10px;
    background-color: #5c0f8b;
    padding: 3px 15px;
    border-radius: 10px;
    line-height: 1.5rem; }
    .sticky-bar ul li a {
      color: #fff;
      font-size: 0.85rem; }
      @media only screen and (min-width: 1601px) {
        .sticky-bar ul li a {
          font-size: 1.1rem; } }
    @media only screen and (min-width: 1601px) {
      .sticky-bar ul li {
        padding: 10px 20px; } }

.jewel-box {
  border: 1px solid #000;
  padding: 10px;
  min-height: 368px; }
  .jewel-box .jewel-img img {
    border-radius: 50%; }
  .jewel-box .jewel-contant h4 {
    font-size: 0.95rem;
    margin-top: 10px;
    text-align: center; }
  .jewel-box .jewel-contant p {
    text-align: center;
    line-height: normal;
    font-size: 0.85rem; }

.gradient-border {
  justify-content: center;
  border-radius: 25px;
  position: relative; }
  .gradient-border:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    /* border length  */
    background: linear-gradient(#670187, #bb874f);
    border-radius: inherit;
    mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0); }

/*# sourceMappingURL=style.css.map */
