/**
* Custom CSS by SOFTCODEA.com
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: softcodea.com
* License: https://softcodea.com/
*/
.main-container {
  margin-top: 120px;
}
.mt55 {
  margin-top: 55px;
}

.header.header-scrolled .logo img {
  max-width: 200px;
}

/* News Ticker */


.news-scroll a {
  text-decoration: none
}

.dot {
  height: 12px;
  width: 12px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 2px !important;
  background-color: #65C195;
  border-radius: 50%;
  display: inline-block;
}

.news-ticker .breaking-news {
  line-height: 40px;
  background: rgba(101, 193, 149, 0.1);
}

.news-ticker {
  padding: 37px 0 0 0;
  margin-bottom: -20px;
}

.scroll-left {
  height: 50px;
  overflow: hidden;
  position: relative;
}

.scroll-left p {
  position: absolute;
  width: max-content;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  /* Starting position */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scroll-left 40s linear infinite;
  -webkit-animation: scroll-left 40s linear infinite;
  animation: scroll-left 40s linear infinite;
}

.scroll-left p:hover {
  animation-play-state: paused;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    /* Browser bug fix */
    -webkit-transform: translateX(100%);
    /* Browser bug fix */
    transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-100%);
    /* Browser bug fix */
    -webkit-transform: translateX(-100%);
    /* Browser bug fix */
    transform: translateX(-100%);
  }
}
.news-ticker a {
  color: #434175;
}
.news-ticker a:hover {
  color: #0B7945;
}
.homePage .card-body {
  padding: 5px;
}
.homePage .btn.btn-light, .allNNE  .btn.btn-light {
  width: 100%;
  text-align: left;
  border-radius: 0;
  padding-bottom: 0;
  background: #fff;
  font-size: 13px;
  line-height: 23.7px;
}
.homePage p.card-text {
  margin-bottom: 0;
}
.card-text.cstm-read-more {
  text-align: right;
}
.cstm-read-more .bi {
  margin-left: 5px;
}
.homePage .post-date, .allNNE .post-date {
  font-size: 10px;
  margin-left: 20px;
  top: -8px;
  position: relative;
  color: #0BA647;
}
.row.cstm-member-srch {
  margin-top: 10px;
  margin-bottom: -15px;
}
.cstm-member-srch .btn {
  border-radius: 0 5px 5px 0;
}
.homePage.card, .allNNE .card {
  background: rgba(101, 193, 149, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.homePage .img-thumbnail {
  max-width: 200px;
}
.cstm-inr-card {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.cstm-inr-card h3 {
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  color: #198754;
  text-transform: uppercase;
  font-size: 22px;
}
.cstm-inr-card p {
  margin-bottom: 0;
  text-align: justify;
  height: 165px;
  overflow-y: auto;
}
.cstm-dept .card-body.features {
  padding-top: 24px;
  padding-bottom: 12px;
  height: 508px;
}
.inner-single-page .card {
  border: 1px solid rgba(101, 193, 149, 0.2);
  border-radius: 0 0 8px 8px;
}
.inner-single-page .card-header {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  background: rgba(101, 193, 149, 0.1);
  color: #012970;
  border-radius: 0;
}
.container.top-menu {
  text-align: right;
  margin-top: -3px;
  margin-bottom: -25px;
}
.log-regi-btn {
  padding: 2px 5px;
  font-size: 15px;
  border-radius: 0 0 5px 5px;
  font-weight: 600;
  line-height: 30px;
  margin-left: -2px;
}
@media (max-width: 430px) {
    .log-regi-btn {
        font-size: 12px;
        line-height: 20px;
      }
}
#header #navbar {
  margin-top: 20px;
  padding-right: 10px;
}
.banner-right-items .card-text {
    padding: 10px 0;
  }
  .blink{
    animation: blink 5s infinite;
    border: 0;
  }
  @keyframes blink{
    0% {
        background: #0DCAF0;
      }
      50% {
        background: #DC3545;
      }
      100% {
          background: #0DCAF0;
        }
  }
  @-webkit-keyframes blink{
    0% {
        background: #0DCAF0;
      }
      50% {
        background: #DC3545;
      }
      100% {
          background: #0DCAF0;
        }
  }

  .blink1{
    animation: blink1 5s infinite;
    border: 0;
  }
  @keyframes blink1{
    0% {
      background: #198754;
    }
    50% {
      background: #F3A300;
    }
    100% {
        background: #198754;
      }
  }
  @-webkit-keyframes blink1{
    0% {
        background: #198754;
      }
      50% {
        background: #F3A300;
      }
      100% {
          background: #198754;
        }
  }

  .blinkTM{
    animation: blinkTM 2s infinite;
    border: 0;
  }
  @keyframes blinkTM{
    0% {
        background: red;
      }
      33% {
        background: darkblue;
      }
      75% {
        background: rgb(75, 75, 74);
      }
      100% {
        background: red;
      }
  }
  @-webkit-keyframes blinkTM{
    0% {
      background: red;
    }
    33% {
      background: darkblue;
    }
    75% {
      background: rgb(75, 75, 74);
    }
    100% {
      background: red;
    }
  }
  .banner-right-items .btn {
    line-height: 60px;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
  }
  .cstm-inr-card.ftrNews p {
    margin-bottom: 0;
    text-align: justify;
    min-height: auto;
  }
  .cstm-pgntn .flex.justify-between.flex-1 {
    display: none;
  }
  .cstm-pgntn svg.w-5.h-5 {
    max-width: 14px;
  }
  .allAlbums .team .member .member-img::after {
    bottom: -15px;
  }
  .allAlbums .team .member .member-img {
    margin-top: 15px;
  }

  /* LightBox */

  @keyframes zoomin {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }

  .gallery-item {
    display: block;
  }

  .gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
  }

  .gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
  }

  .lightbox-modal .modal-content {
    background-color: var(--lightbox);
  }

  .lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
  }

  .lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
  }

  .lightbox-modal .lightbox-content {
    width: 100%;
  }

  .lightbox-modal .carousel-indicators {
    margin-bottom: 0;
  }

  .lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important;
  }

  .lightbox-modal .carousel-inner {
    width: 75%;
  }

  .lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
  }

  .lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
  }

  .lightbox-modal .carousel-control-prev,
  .lightbox-modal .carousel-control-next {
    width: auto;
  }

  .lightbox-modal .carousel-control-prev {
    left: 1.25rem;
  }

  .lightbox-modal .carousel-control-next {
    right: 1.25rem;
  }

  @media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
      max-width: 60%;
    }
  }


  .btn-fullscreen-enlarge,
  .btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: .6;
    font-size: 1.25rem;
  }

  .bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor;
  }
  .memberInfo .card-header {
    padding-bottom: 10px;
  }
  .cstm-bg-secondary {
    background: #6FACE6 !important;
  }
  .card-body.cstm-card-bp {
    padding-bottom: 3px;
  }
  iframe.skiptranslate {
    display: none !important;
  }
  #google_translate_element span {
    display: none !important;
  }
  #google_translate_element .skiptranslate.goog-te-gadget {
    max-width: 105px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: -10px;
  }
  #google_translate_element .goog-te-combo {
    background: #E1F4EA;
    border: 1px solid #629890;
    height: 30px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
    width: 105px;
  }
  .d-block.w-100 {
    max-height: 390px;
  }
  .cstm-inr-card.ftrNews {
    height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
  }
  .homePage .bi.bi-arrow-right-square {
    margin-right: 5px;
  }
  .member-info span strong {
    color: #449E74;
  }
  #ads-section-top
    {
    padding: 0;
    margin-bottom: 25px;
    margin-top: -17px;
    min-height: 110px;
    line-height: 110px;
    text-align: center;
    }
  #ads-section-bottom
  {
    padding: 5px;
    min-height: 110px;
    line-height: 110px;
    text-align: center;
  }
.homePage.advisor .img-thumbnail {
  width: 130px;
  height: 130px;
}
.advisor strong
{
  font-size: 13px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.advsr-nt
{
  background: #fff;
  border-radius: 15px;
  padding-bottom: 5px;
  margin-top: -5px;
}
.advisor .card-text.cstm-read-more
{
  border-top: 3px solid #fff;
}
.advsr-name
{
  color: #198754;
}
.advsr-ttl
{
  color: #8A8A8A;
  font-weight: normal;
}
.sub-ec .icon-box.bg-white
{
  padding: 20px 20px;
}
.sub-ec .card-body.features
{
  padding-top: 12px;
}
h5.card-title.m-0.text-white {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
/*.sub-ec .cstm-read-more {*/
/*    margin-top: 26px;*/
/*}*/

.homePage .card-body {
  padding: 5px;
  height: 470px;
  overflow-y: auto;
  overflow-x: hidden;
}

.card-text img.img-responsive.mx-auto.d-block {
  height: 280px;
}
.member-img {
  height: 310px;
  background: #EFF9F4;
}
.cstm-inr-card.ftrNews > p {
  display: none;
}