
@font-face {
    font-family: MyriadPro-Bold;
    src: url(../fonts/MyriadPro-Bold.otf);
}

@font-face {
    font-family: MyriadPro-Regular;
    src: url(../fonts/MyriadPro-Regular.otf);
}
.header .topbar {
    height: unset !important;
}

.header .topbar ul.top-right-link, .top-right-link{
    margin-bottom: 0.5rem !important;
}
/* Below Large (<992px) */
@media (max-width: 991.98px) {
    .mq-line{
        margin-top: 0.3rem !important;
        margin-bottom: 0.3rem !important;
    }
}

@media (max-width: 1199px) {
    .navmenu {        
        padding-top: 5px;
    }
}

@media (max-width: 576px) {
  .header-title {
    margin-top: 30px !important;
  }
}

.topbar .pt-8{
    padding-top: 8px;
}

.top-right-link li{
    padding: 0px 10px;
    display: inline-block;
    list-style: none;
    color: #fff;
    border-left: 1px solid #fff;
}
.top-right-link li a{
    color: #fff;
}
.top-right-link li:first-child, .sm-top-link .top-right-link li:first-child{
    border-left: none;
    padding: none;
    
}
.top-right-link .btn-small{
    font-size: 14px;
    padding: 0px 5px;
    /* border: 1px solid #fff; */
    color: #fff;
    border: 1px solid #FFEB3B;
    background-color: #E91E63;
    line-height: 20px;
}
.top-right-link .btn-small:hover{
    color: #444444;
}

.header .top-right-link .social-links a{
    font-size: 14px;
    margin-left: 3px !important;
}
.sm-top-link .top-right-link .social-links a{
    font-size: 14px;
    margin-left: 10px !important;
}
.sm-top-link .top-right-link .text-color{
    color: #333;
}
.sm-top-link .social-links a {
    color: color-mix(in srgb, #333, transparent 40%);
}
.sm-top-link .top-right-link li{
    border-left: 1px solid #333;
}
.sm-top-link ul{
    margin-top: 0.5rem;
    margin-bottom: .5rem;
}

.icolor{
    color: #FFC107;
}

.logo{
    width: 140px;
}

.logo2{
    width: 550px;
}

.menu-bar{
    background: rgba(184, 229, 250, 0.8);
}


/* Banner Carousel */
#myCarousel .carousel .item img {
    width: 100%;
    height: 100px;
    object-fit: cover; /* Ensures the image covers the container without distortion */
}

/* #myCarousel .carousel-inner,
.carousel .item {
    height: 200px;
} */

.page-title .heading {
    padding: 80px 0;
    border-top: none;
}

.header-title{
    text-transform: uppercase;
    font-family: MyriadPro-Bold;
    margin-bottom: -7px;
    color: #414042;
    font-size: 14px;
    margin-top: 0px;
    border-bottom: 1px solid #808285;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.header-title ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.header-title ul li:first-child {
    padding-left: 0px;
}
.header-title ul li {
    float: left;
    border-right: 1px solid #939598;
    padding: 0px 15px;
}
.header-title ul li h1 {
    text-transform: uppercase;
    font-family: MyriadPro-Bold;
    margin-bottom: -7px;
    color: #414042;
    font-size: 20px;
    margin-top: 0px;
}
.header-title ul li:last-child {
    padding-right: 0px;
    border-right: 0px;
}

.header-title ul li:last-child a{
    text-transform: none !important;
}
.header-title a{
    color: rgb(0, 0, 255);
    font-family: MyriadPro-Regular;
}
.notice-list{
    padding: 0px;
}

.notice-list .news-item {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
    font-size: 14px;
    list-style: none;
}

.carousel-track .carousel-item {
    padding: 4px 4px;
    margin: 0px;
    font-size: 14px;
}
.carousel-track .carousel-item a{
   
}
.mt-50{
    margin-top: 30px !important;
}
.text-justify{
    text-align: justify !important;
}
.about .card-body{
    padding: 15px 2px !important;
}

.pic{
    overflow: hidden;
    width: 150px;
    border-radius: 50%;
    flex-shrink: 0;
}
.member-info h4{
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
}
.member-info span{
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}
.member-info p{
    margin: 10px 0 0 0;
    /* font-size: 14px; */
}
.member-info .social{
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}
.member-info .social a{
    background: color-mix(in srgb, var(--default-color), transparent 94%);
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 36px;
    height: 36px;
}
.icon-small{
    font-size: 0.7rem !important;
}
.text-bold{
    font-weight: bold !important;
}

/* footer start */
.footer h1,.footer h2,.footer h3,.footer h4{
    color: #fff;
}
.footer .footer-top {
    padding-top: 30px;
}
.footer .footer-about .logo span {
    color: #fff;
}
.footer{
    background-color: #011d44;
    color: #fff;
}
.footer h4 {
    color: #fff;
}
.footer .footer-links ul a {
    color: #fff;
}
.footer .social-links a{
    color: #fff;
    border: 1px solid color-mix(in srgb, #fff, transparent 50%);
}
.footer .copyright {
    padding-top: 25px !important;
    border-top: 1px solid color-mix(in srgb, #f5ecec, transparent 50%);
}
/* footer end */

/* footer important slider */
.slider .slide-item a{
    display: inline-block;
    width: 180px;
    padding: 0px 30px;
}

/* Marquee Start */
.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  /* background: #222; */
  color: white;
}

.marquee-content {
  display: flex;
  width: max-content;
  animation: scroll-left 10s linear infinite;
}

.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

.marquee-list {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.marquee-list li {
  white-space: nowrap;
  /* font-size: 1rem; */
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Marquee End */

/* Float box start */
.floating-box {
  display: inline-block;
  padding-top: 20px;
  /*padding: 20px 40px;
   background-color: #0d6efd; 
  color: white; */
  /* border-radius: 8px; */
  font-size: 1.1rem;
  animation: floatY 3s ease-in-out infinite;
  animation-play-state: running;
}

/* Pause animation on hover */
.floating-box:hover {
  animation-play-state: paused;
}

/* Floating keyframe animation */
@keyframes floatY {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

/* Floatbox end */

/* Gradient color start */
.gradient-text {
  /* font-size: 2.5rem; */
  font-weight: bold;
  background: #FF5722;
  /* background: linear-gradient(45deg, #ff4b2b, #ff416c, #1fa2ff, #12d8fa, #a6ffcb); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-lightblue-rl{
    background: linear-gradient(to left, rgba(173, 216, 230, 0.4), rgba(173, 216, 230, 0));
}


/* Gradient color end  */

.page-title nav {
    background-color: unset !important;
}
.page-title h3{
    font-size: 2rem;
    font-weight: 700;
}
.page-title nav ol{
    font-weight: 400;
}

.texr-white{
    color: #fff !important;
}

/* fonts size start */
.f-18{
    font-size: 18px !important;
}
/* fonts size end */


/* Alignment Start */
.mt-20{
    margin-top: 20px;
} 
.mt-20{
    margin-top: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.p-0{
    padding: 0px !important;
}
.pl-0{
    padding-left: 0px !important;
}
.pt-5{
    padding-top: 5px !important;
} 
.pt-10{
    padding-top: 10px !important;
} 
.pl-20{
    padding-left: 20px !important;
}
.pl-10{
    padding-left: 10px !important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.align-center{
    margin: 0 auto;
    display: block;
}
/* Alignment End */

/* Slider Start */
.slider {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    user-select: none;
}

.slides {
    display: flex;
    transition: transform 0.4s ease;
    will-change: transform;
}

.slide-item {
    height: 70px;
    flex: 0 0 auto;
    text-align: center;
    border-left: 1px solid #ccc;
}

.slide-item:first-child {
    border-right: 1px solid #ccc;
}

.slide-item img {
    height: 100%;
    object-fit: contain;
}

#slider button {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none;
    /* prevent click when hidden */
}

/* 2. Show buttons on hover */
#slider:hover button {
    opacity: 1;
    pointer-events: auto;
}
/* SliderEnd */

.small-text-note{
    font-weight: 400;
    font-size: 14px;
}

body{
    font-family: MyriadPro-Regular;
}

