

.top-strip ul li,
body {
  font-weight: var(--regular);
}
.overlay,
body,
html {
  width: 100%;
}

.mobile-nav,
.overlay {
  display: none;
}
.anchor-btn,
.chart text,
/* .primary-nav , */
.programs h1,
.slide-content h2 {
  text-transform: uppercase;
}
.flash-news,
.general .card,
.ticker-wrap,
.truncate-text {
  overflow: hidden;
}
:root {
  --primaryColor: #123419;
  --accentColor: #41434c;
  --secondaryColor: #a6ce39;
  --linkColor: #f39c12;
  --bgColor: #f8f8f8;
  --roboto: "Roboto", sans-serif;
  --thin: 100;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --bold: 700;
  --base-fs: 15px;
}
html {
  height: 100%;
}
body {
  margin: 0;
  background-color: var(--bgColor);
  height: 1000px;
  line-height: 1.5;
  font-family: var(--roboto);
  font-size: var(--base-fs);
  -webkit-font-smoothing: antialiased;
  color: var(--accentColor);
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  background-color: #6b6b6b;
}
.overlay button,
.overlay input[type="text"] {
  float: left;
  padding: 15px;
  font-size: 17px;
  border: none;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.granite-gray-bg {
  background-image: -webkit-linear-gradient(left, #006497, #299A9F);
}
.blue-gray-bg {
  background-image:  linear-gradient(144deg,  rgb(0, 26, 46) 0%, rgb(0, 48, 85) 54%, rgb(0, 130, 170) 100%);
}
.general,
.gray-bg {
  background: #ededed;
}
.icon-orange {
  color: #e09912;
}
.icon-fs-22 {
  font-size: 22px;
}
.top-strip ul li {
  color: #fff;
  font-size: 14px;
  line-height: 15px;
}
.navbar.fixed-top {
  box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%);
  z-index: 3;
}
.primary-nav .nav-item {
  font-size: 14px;
}
.mini-nav .dropdown-menu {
  min-width: -webkit-fill-available;
}
.dropdown-menu {
  background-color: #002638; /* Background color */
  border: 1px solid rgba(0, 0, 0, 0.15); /* Border color */
  border-radius: 0.25rem; /* Border radius */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); /* Box shadow */
  padding: 0.5rem 0; /* Padding */
}

.overlay {
  height: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.overlay-content {
  position: relative;
  top: 30%;
  width: 80%;
  text-align: center;
  margin: auto;
}
.overlay .closebtn {
  position: absolute;
  top: 100px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: #fff;
}
.overlay .closebtn:hover {
  color: #ccc;
}
.overlay input[type="text"] {
  width: 80%;
  background: #fff;
}
.my-nav {
  background-image: #3acad1;
}

.my-nav li a {
  color:#ffffff; /* Specify your desired text color */
}
.overlay input[type="text"]:hover {
  background: #f1f1f1;
}
.overlay button {
  width: 20%;
  background: #ddd;
  cursor: pointer;
}
.overlay button:hover {
  background: #bbb;
}
.banner {
  background: #aed8fb;
  background: radial-gradient(circle, rgb(162, 208, 247) 0%, rgba(255,255,255,0) 100%);
}
.slider {
  position: relative;
  width: 100%;
}
.slide {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.slide img,
.slide-content {
  width: 50%;
}
.slide-content h2 {
  font-size: 18px;
  font-weight: 700;
  color: #5f5f5f;
  
    margin-left: 20px;
  
  
}
.slide-content p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 22px;
  margin-left: 20px;
}
.slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slick-dots {
  bottom: 20px;
}

.ratio{
  height:280px;
}
@media only screen and (max-width: 768px) {
  .ratio > * {
             height: 100%;
  }
}
.breaking-news-title {
  background-color: #ffca2c;
  color: #5f5f5f;
  display: block;
  height: 40px;
  width: auto;
  font-family: arial;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 10px;
  z-index: 3;
}
.breaking-news-title:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -12px;
  top: 0;
  border-right: 12px solid transparent;
  border-left: 0 solid transparent;
  border-top: 40px solid #ffca2c;
}
.ticker-wrap {
  background-color: rgb(228, 233, 238);
  width: 100%;
  padding-left: 100%;
  box-sizing: content-box;
}
.about,
.gallery,
.general,
.programs,
.services,
.training-calendar,
footer {
  padding: 2rem 0;
}
.ticker-wrap .ticker {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 60s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0.5rem 0;
  font-size: 16px;
  font-weight: 500;
  color: #1290fa;
}
.li-icon::before,
.ticker-wrap .ticker__item::after {
  color: #337585;
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
}
.ticker-wrap .ticker__item::after {
  content: "\f0da";
  padding: 0 0.75rem;
}
.ticker-wrap .ticker__item:last-child::after {
  content: "";
  padding: 0 0.75rem;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.custom-list-group .list-group-item.active {
  background-image: -webkit-linear-gradient(left, #006497, #299A9F);
  border-color: #337585;
  text-transform: uppercase;
  font-size: 14px;
}
.li-icon::before {
  content: "\f0a9";
  padding-right: 1rem;
}
.anchor-btn {
  background: #337585;
  color: #fff;
  font-size: 12px;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.anchor-btn-orange {
  background-color: #ffca2c;
  color: var(--accentColor);
}
.title-1 {
  font-size: 24px;
}
.title-1::after {
  content: "";
  background-color: #ffca2c;
  height: 4px;
  width: 65px;
  display: block;
  margin: 0.5rem 0 1rem;
}
.text-blue {
  color: #1290fa;
}
.about-content {
  padding-right: 2rem;
}
.percent-card .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}
.percent-card .card .percent {
  position: relative;
}
.percent-card .card svg {
  position: relative;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.percent-card .card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 10;
  stroke-linecap: round;
}

.percent-card .card .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.percent-card .card svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: 625px;
}
.percent-card .card .number h3 {
  font-weight: 500;
  font-size: 3.5rem;
}
.percent-card .card .number h3 span {
  font-size: 2rem;
}
.percent-card .card .title h2 {
  margin: 25px 0 0;
  font-size: 14px;
  padding: 0 1rem;
  text-align: center;
}

.general .card-img-top {
  width: 60%;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.general .card {
  padding: 1em 0.5em 0;
  text-align: center;
  border-radius: 0;
  position: relative;
}
.general .card-body,
.tab-text {
  padding: 1rem 0;
}
.general .card-title {
  font-weight: 700;
  font-size: 1em;
}
.general .card-text {
  margin: 0;
}
.tab-text a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}
.tab-text a i {
  color: var(--primaryColor);
  font-size: 18px;
}
.card-social:hover i,
.image-popup-vertical-fit,
.program-card:hover h3,
footer ul li a:hover {
  color: var(--linkColor);
}
.tab-text {
  position: absolute;
  left: 0;
  right: 0;
  background: var(--linkColor);
  width: 100%;
  bottom: -63px;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.general .card:hover .tab-text {
  bottom: 0;
}
.about-categories {
  width: 100%;
}
.about-categories li {
  background: #fff;
  margin-bottom: 3rem;
  border-radius: 5px;
}
.about-categories li a {
  display: flex;
  align-items: center;
  padding: 1rem;
  color: var(--accentColor);
  font-weight: 700;
}
.about-categories li a span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #337585;
  display: flex;
  margin-right: 1rem;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s ease-in-out;
}
.about-categories li a h3 {
  margin: 0;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}
.about-categories li a span i {
  color: #fff;
  font-size: 26px;
}
.about-categories li a span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 3px;
  background: #fff;
  background: linear-gradient(
    180deg,
    #fff 0,
    #dee2e6 35%,
    #dee2e6 50%,
    #dee2e6 65%,
    #fff 100%
  );
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.3s ease-in-out;
}
.about-categories li a:hover span,
.album-controls a:hover {
  background: var(--linkColor);
}
.about-categories li a:hover span::after {
  transform: scaleX(1);
}
.about-categories li a:hover h3 {
  padding-left: 10px;
  color: var(--linkColor);
}
.chart {
  margin: 4rem;
}
.chart text {
  font-size: 10px;
  font-weight: 500;
}
.albums .slick-slide,
.services-carousel .slick-slide {
  padding: 10px;
}
.service-controls .slick-arrow {
  top: unset;
  transform: unset;
}
.truncate-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  max-height: calc(3 * 1.5em);
}
.slick-next-btn,
.slick-prev-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--linkColor);
}
.programs h1 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1rem;
}
.footer-head,
.program-card h3 {
  text-transform: uppercase;
  font-size: 15px;
}
.programs p {
  margin-bottom: 3rem;
}
.program-card {
  background: #fff;
  padding: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.375rem;
  display: block;
}
.program-card h3 {
  margin-top: 1.2rem;
  text-align: center;
  transition: 0.2s linear;
  color: var(--accentColor);
}
.program-card img {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}
.program-card:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.gallery h2 {
  width: fit-content;
  margin: 0 auto;
}
.album-controls {
  margin-top: 1rem;
  text-align: center;
}
.album-controls a {
  background: #525252;
  color: #fff;
  padding: 0.5rem 0.75rem;
  transition: 0.2s linear;
}
footer {
  background: #d2dfea;
}
.footer-head {
  font-weight: 600;
  border-left: solid 2px var(--primaryColor);
  padding-left: 15px;
  margin-bottom: 1.5rem;
}
footer ul li a {
  font-size: 14px;
  color: var(--accentColor);
  padding: 0.25rem 0.75rem 0.25rem 0;
  display: block;
  transition: 0.3s ease-in-out;
}
footer ul li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 600;
  margin-right: 0.4rem;
  font-size: 12px;
  transition: 0.3s ease-in-out;
}
footer ul li a:hover::before {
  margin-right: 0.8rem;
}
.gmap {
  margin-right: 1.5rem;
}
.siteinfo {
  padding-top: 1.5rem;
  display: flex;
}
.siteinfo span {
  font-weight: 700;
}
.siteinfo span:first-child {
  margin-right: 3rem;
}
.copyright p {
  padding: 0.5rem 0;
  margin: 0;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .custom-nav {
    background: #fff;
    border-radius: 0;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
      box-shadow 0.3s;
    padding: 0;
    display: flex;
    width: 100%;
  }
  .navbar-toggler {
    padding: 10px 0;
    border: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .navbar-toggler.active .toggler-icon:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
  }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
  }
  .custom-nav .offcanvas {
    display: flex;
    width: 66.194%;
  }
  .offcanvas-body,
  .services-carousel .slick-slide {
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 15px;
    border-bottom: 1px solid #ffffff;
    display: flex;
    align-items: center;
  }
  .navbar-expand-lg .navbar-nav .nav-link i {
    margin-left: auto;
    margin-right: 0.25rem;
  }
  .slide {
    padding: 10px;
    flex-direction: column-reverse;
  }
  .slide img,
  .slide-content {
    width: 100%;
  }
  .slide-content {
    text-align: center;
    margin: 15px 0;
  }
  .slide-content h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 1rem;
  }
  .slide-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .about-content {
    padding-right: unset;
  }
  .percent-card .card {
    margin-top: 1.5rem;
  }
  .general .card,
  .program-card,
  .smmb {
    margin-bottom: 1.5rem;
  }
  .mmt-2 {
    margin-top: 2rem;
  }
  .training-calendar {
    padding-top: 0;
  }
  .chart {
    margin: 0;
  }
  .about-categories li,
  .footer-head,
  .programs p {
    margin-bottom: 1rem;
  }
  .chart text,
  .slick-next-btn,
  .slick-prev-btn {
    font-size: 12px;
  }
  .footer-head,
  .smmb li,
  footer ul li a {
    font-size: 13px;
  }
  .about-categories {
    margin-top: 1rem;
  }
  .title-1::after {
    width: 35px;
    margin: 0.2rem auto 1rem;
  }
  .gmap {
    margin-right: 0;
  }
  footer ul li a {
    padding: 0.25rem 0;
  }
  .siteinfo {
    flex-direction: column;
  }
  .siteinfo span {
    font-weight: 700;
    font-size: 14px;
  }
  .siteinfo span:first-child {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .copyright p {
    font-size: 14px;
    font-weight: 300;
  }
}
.dropdown-menu {
  background-color: #006497; /* Background color */
  border: 1px solid rgba(0, 0, 0, 0.15); /* Border color */
  border-radius: 0.25rem; /* Border radius */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); /* Box shadow */
  padding: 0.5rem 0; /* Padding */
}

/* Style for dropdown menu items */
.dropdown-item {
  color: #ffffff; /* Text color */
  display: block;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* Hover effect for dropdown items */
.dropdown-item:hover, .dropdown-item:focus {
  color: #007bff; /* Text color on hover */
  text-decoration: none;
  background-color: #e6e6e6; /* Background color on hover */
}

/* Style for dropdown submenu */
.dropdown-submenu {
  position: relative;
}

/* Style for submenu indicator */
.dropdown-submenu > .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* Style for submenu items */
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  /* margin-left: 0.1rem; */
  border-radius: 0.25rem;
}

/* Style for nested submenu */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Style for active submenu indicator */
.dropdown-submenu:focus > .dropdown-toggle::after,
.dropdown-submenu.show > .dropdown-toggle::after {
  border-top-color: transparent;
}

/* Style for active submenu items */
.dropdown-submenu:hover > .dropdown-toggle::after {
  border-left-color: #007bff;
}
