div#accordionExample .bg_yellow_alert {
  text-decoration: none;
}
section.herobanner {
  background-image: url(../../../../uploads/2024/12/Banner-BG.jpg);
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
section.herobanner .left-col {
  h3{
    font-weight: 500;
  }
}
section.herobanner .thumbnail {
  display: flex;
  justify-content: flex-end;
}
section.herobanner .thumbnail img {
  max-width: 540px;
  height: 443px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 25px;
}
section.herobanner .custom-buttons{
  display: flex;
  column-gap: 30px;
  margin-top: 40px;
  a.custom_btn.btn_custom_warning{
      img{
          filter: brightness(0) invert(1);
      }
      &:hover{
          img{
              filter: none;
          }
      }
  }
  a.custom_btn.btn_custom_light{
    &:hover{
      img{
        filter: brightness(0) invert(1);
    }
    }
}
  }
section.study .view-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
section.study .custom-card .inner-card {
  background: linear-gradient(180deg, #F8F9FA 0%, rgba(248, 249, 250, 0) 117.04%);
  padding: 50px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  transition: background 0.8s ease;
}
section.study .custom-card:hover .inner-card{
  .icon {
    background: #fff;
  }
  .icon img{
    filter: brightness(0) saturate(100%) invert(66%) sepia(79%) saturate(564%) hue-rotate(3deg) brightness(101%) contrast(94%);
  }
  h4{
    color: #fff;
  }
  .custom-card-link a{
    color: #fff;
  }
}
section.study .custom-card:hover .inner-card{
  background: #EBA421 !important;
}
section.study .custom-card .inner-card .icon {
  display: flex;
  background: #EBA421;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
/* section.study .custom-card .inner-card .icon img {
  width: 70px;
  height: 70px;
} */
section.study .custom-card .inner-card h4.title {
  margin: 20px 0;
}
section.study .custom-card .inner-card .custom-card-link a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #EBA421;
  text-decoration: underline;
  display: inline-block;
  text-underline-offset: 2px;
}

section.new_events_section {
  background-color: #444;
}
section.new_events_section .slick-slide {
  margin: 0 30px 0 0;
}
section.new_events_section .custom-card .thumbnail img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
section.new_events_section .custom-card .date {
  color: #EBA421;
  margin-top: 20px;
}
section.new_events_section .custom-card h4.title {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
section.new_events_section .custom-card .description {
  color: #fff;
}
section.new_events_section .view-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
section.new_events_section .view-btn a.btn_custom_warning_outline:hover img {
  filter: brightness(0) invert(1);
}
section.new_events_section .outer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.new_events_section .outer-top .slick-buttons-custom {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
section.new_events_section .outer-top .slick-buttons-custom .btnslide {
  border: 1px solid #EBA421;
  border-radius: 8px;
  width: 45px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

section.news .slick-slide {
  margin: 0 30px 0 0;
}
section.news .custom-card .thumbnail img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
section.news .custom-card .date {
  color: #EBA421;
  margin-top: 20px;
}
section.news .custom-card h4.title {
  margin-top: 15px;
  margin-bottom: 15px;
}
section.news .custom-card div.description {
  color: #444;
}
section.news .view-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
section.news .view-btn a.btn_custom_warning_outline:hover img {
  filter: brightness(0) invert(1);
}
section.news .outer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.news .outer-top .slick-buttons-custom {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
section.news .outer-top .slick-buttons-custom .btnslide {
  border: 1px solid #EBA421;
  border-radius: 8px;
  width: 45px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

section.data {
  background-color: var(--theme-color-grey-x);
}
section.data .progress-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
section.data .progress-card .circular-progress span.number {
  font-size: 40px;
  font-weight: 700;
  color: var(--theme-color-primary);
}
section.data .progress-card .inner-description {
  font-size: 22px;
  margin-top: 18px;
  line-height: 30px;
}
section.data .mt-custom {
  margin-top: 50px;
}
section.data .view-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
section.data .view-btn a.btn_custom_warning_outline:hover img {
  filter: brightness(0) invert(1);
}
section.data .progress-card {
  text-align: center;
  padding: 20px;
}
section.data .circular-progress {
  position: relative;
  width: 157px;
  height: 157px;
  margin: 0 auto;
}
section.data .circular-progress .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 700;
  color: var(--theme-color-primary);
}
section.data .circular-progress svg {
  width: 157px;
  height: 157px;
  transform: rotate(-90deg);
}
section.data .circular-progress circle {
  fill: none;
  stroke-width: 6; /* Adjust thickness as desired */
  stroke: var(--theme-color-alt-x);
  r: 70;
  cx: 78.5;
  cy: 78.5;
}
section.data .circular-progress circle:nth-child(2) {
  stroke: #EBA421;
  stroke-dasharray: 439.6;
  stroke-dashoffset: calc(439.6 - 439.6 * var(--percent) / 100);
  transition: stroke-dashoffset 1s ease;
  stroke-linecap: round;
}


/* new css   */
/* Add animation to the number */
section.data .circular-progress .number {
  animation: countUp 1s linear forwards;
}

/* Keyframes for the number animation */
@keyframes countUp {
  from {
    content: "0%";
  }
  to {
    content: attr(data-number);
  }
}

section.data .circular-progress circle:nth-child(2) {
  stroke-dashoffset: 439.6; /* Full circle offset */
  transition: stroke-dashoffset 1s ease; /* Smooth CSS transition */
}


@keyframes progressAnimation {
  to {
      stroke-dashoffset: calc(439.6 - 439.6 * var(--percent) / 100);
  }
}




section.applying-section .step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
section.applying-section .custom-col:not(:last-child) .step-card::after {
  content: '';
  background-image: url(../../../../uploads/2024/12/arrow.svg);
  width: 120px;
  height: 9px;
  top: 80px;
  position: absolute;
  right: -75px;
  background-repeat: no-repeat;
}


section.applying-section .step-card .apply-step-count {
  background: #EBA421;
  border-radius: 50%;
  border: 21px solid #EBA421;
  width: 157px;
  height: 157px;
  position: relative;
}
section.applying-section .step-card .apply-step-count::before {
  content: '';
  border: 1px solid #EBA421;
  height: 202px;
  width: 202px;
  position: absolute;
  border-radius: 50%;
  opacity: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.applying-section .step-card h4{
margin-top: 70px;
margin-bottom: 10px;
}
section.applying-section .step-card .title{
font-size: 15px;
font-weight: 400;
line-height: 22.5px;
margin-bottom: 15px;
}
section.applying-section .step-card .sub-title{
  font-size: 15px;
  font-weight: 600;
  line-height: 22.5px;
  color: #08113A;
  }
section.applying-section .step-card .apply-step-count::after {
  content: '';
  border: 1px solid #EBA421;
  height: 226px;
  width: 226px;
  position: absolute;
  border-radius: 50%;
  opacity: 20%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.applying-section .step-card .apply-step-count span {
  width: 114px;
  height: 114px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
section.applying-section .step-card .apply-step-count span::after {
  content: '';
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 20%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
section.applying-section .step-card .apply-step-count span::before {
  content: '';
  border: 1px solid #EBA421;
  height: 179px;
  width: 179px;
  position: absolute;
  border-radius: 50%;
  opacity: 60%;
}

section.applying-section .view-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
section.applying-section .view-btn a.btn_custom_warning_outline:hover img {
  filter: brightness(0) invert(1);
}

section.new_home_stories {
  background-color: #f8f9fa;
}
section.new_home_stories .view-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

section.new_home_stories .custom-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* color: #fff; */
  position: relative;
  text-align: center;
}
section.new_home_stories .custom-card .thumbnail img {
  width: 190px;
  height: 190px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 6px solid transparent;
  transition: border 0.6s ease-in-out;
}
section.new_home_stories .custom-card h4.name {
  font-weight: 600;
  margin-top: 25px;
  /* color: #fff; */
}
section.new_home_stories .custom-card a {
  color: black!important;
  border: none!important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
section.new_home_stories .custom-card a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
section.new_home_stories .custom-card .designation {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}
section.new_home_stories .custom-card:hover .thumbnail img {
  border: 6px solid #EBA421;
}

footer#footer {
  background: #08113A !important;
  padding-top: 80px;
  padding-bottom: 25px;
  position: relative;
}
footer#footer::after {
  content: "";
  background-image: url(../../../../uploads/2024/12/Union.svg);
  background-position: right;
  background-repeat: no-repeat;
  height: 489px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 50px;
  pointer-events: none;
}
footer#footer .mt-custom {
  margin-top: 35px;
  display: flex;
  align-items: center;
}
footer#footer ul.social-links {
  margin-top: 15px;
  margin-bottom: 15px;
}
footer#footer ul.social-links li:not(:last-child) {
  margin-right: 30px;
}
footer#footer ul.social-links li a {
  color: #EBA421;
}
footer#footer .bottom-icon > img {
  height: 82px;
  aspect-ratio: 1/1;
}
footer#footer .footer-logo {
  margin-top: -25px;
} 
div#accordionExample div#collapseOne.collapse.show{
margin-bottom: 0 !important;
}
footer#footer .copyright {
  border-top: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
  margin-top: 45px;
  padding-top: 20px;
}
footer#footer .copyright .copyright-text {
  color: #fff;
}
footer#footer .custom-buttons {
  display: flex;
  justify-content: end;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
footer#footer .custom-buttons a.custom_btn {
  text-transform: uppercase;
}
footer#footer .custom-buttons a.custom_btn img {
  filter: brightness(0) invert(1);
}
footer#footer .custom-buttons a.custom_btn:hover img {
  filter: none;
}
footer#footer .outer-flex {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
footer#footer .outer-flex .right-flex {
  color: #fff;
}
footer#footer .outer-flex .right-flex a.call {
  color: #fff;
  font-weight: 700;
}
footer#footer .outer-flex .right-flex a.mail {
  color: #fff;
}
footer#footer .outer-flex:not(:last-child) {
  margin-bottom: 10px;
}
footer#footer h4.heading {
  color: #fff;
  font-weight: 600;
  margin-bottom: 22px;
}
footer#footer .footer-first-col li:not(:last-child), footer#footer .footer-second-col li:not(:last-child), footer#footer .footer-third-col li:not(:last-child) {
  margin-bottom: 10px;
}
footer#footer .footer-first-col li a, footer#footer .footer-second-col li a, footer#footer .footer-third-col li a {
  color: #fff;
}
footer#footer .footer-first-col li a:hover, footer#footer .footer-second-col li a:hover, footer#footer .footer-third-col li a:hover {
  color: #EBA421;
}
footer#footer .ms-xl-6 {
  padding-left: 100px;
}
footer#footer .ms-xl-7 {
  padding-left: 60px;
}
footer#footer .ms-xl-8 {
  padding-left: 70px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 22px;
}

.py-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-color {
  color: var(--theme-color-primary);
}

.mrgn {
  margin-bottom: 50px;
}

.custom-border-top::before {
  content: "";
  background: #EBA421;
  width: 45px;
  display: block;
  height: 10px;
  margin-bottom: 6px;
}

.custom-border-light::before {
  content: "";
  background: black;
  width: 45px;
  display: block;
  height: 10px;
  margin-bottom: 6px;
}

a {
  text-decoration: none;
}

.custom_btn {
  font-family: var(--theme-font);
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
  display: inline-block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 8px;
  transition: all 0.5s ease;
}

.btn_custom_warning {
  background-color: var(--theme-color-alt);
  border: 1px solid var(--theme-color-alt);
  color: #08113A;
}
.btn_custom_warning:hover {
  background-color: transparent;
  color: var(--theme-color-alt);
  border: 1px solid var(--theme-color-alt) !important;
}
.btn_custom_light {
  background-color: #fff;
  border: 1px solid #fff;
  color: #08113A;
  &:hover{
    img{
      filter: brightness(0) invert(1);
    }
  }
}
.btn_custom_light:hover{
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff !important;
}
.btn_custom_warning_outline {
  background-color: transparent;
  border: 1px solid #08113A;
  color: #08113A;
}
.btn_custom_warning_outline:hover {
  background-color: #08113A;
  color: #fff;
  border: 1px solid #08113A;
}

.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

:root {
  --theme-font: "Poppins", sans-serif;
  --theme-color: #EBA421;
  --font-color: #444444;
  --theme-color-primary: #0F55A0;
  --theme-color-light: #ffffff;
  --theme-color-alt: #E9A508;
  --theme-color-grey-x: #F8F9FA;
  --theme-color-alt-x: #e1e1e1;
}

body {
  font-size: 15px;
  font-family: var(--theme-font);
  color: #444;
  line-height: 24px;
  font-weight: 400;
}

.footer-last{
  background-color: var(--theme-color-primary) !important;
}
.c-info>li a, .c-info>li span, .footer-last a, .footer-nav a{
  color: #fff !important;
  opacity: unset !important;
}
h5.ff-pp.fw-500.mb-md-4.text-uppercase{
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}
footer#footer .c-info>li {
  padding-left: 32px;
}
ul.list-unstyled.c-info li:not(:last-child){
  margin-bottom: 15px;
}
header.site-header .top-left-menu{
  float: left;
}
header.site-header .top-right-menu{
  float: right;
}
header.site-header .top-right-menu li a{
font-size: 14px !important;
font-weight: 400 !important;
}
.site-header .top-left-menu li {
  position: relative;
}
.site-header .top-left-menu li:not(:last-child)::after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.site-header .top-right-menu li {
  position: relative;
}
.site-header .top-right-menu li:not(:last-child)::after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.site-header .top-left-menu li {
  background: transparent !important;
  color: #fff;
}
.site-header .top-left-menu li a{
font-size: 14px !important;
font-weight: 400 !important;
}
.site-header .top-left-menu li+li {
  border-left: 0px !important;
}
.site-header .navbar-brand{
  margin-left: 0 !important;
}
.site-header .bottom-center-menu ul li a{
  font-size: 16px !important;
  font-weight: 400;
  color: #444 !important;
}
.site-header .bottom-menu .search-box{
  position: relative;
}
.search-box:before {
  content: '';
  background: #444;
  width: 1px;
  height: 15px;
  position: absolute;
  right: 75px;
}
.card-body.bg_yellow_alert a{
  color: #fff;
}
.site-header #searchform{
  margin-top: 15px;
}
div#headingOne span.toggle-icont{
font-size: 15px;
}
.site-header .menu-wrapper .top-menu {
  background-color: #08113A !important;
}
@media only screen and (max-width: 576.98px) {
  header.site-header .top-right-menu {
    float: none;
}
  section.new_events_section .slick-slide {
    margin: 0 0px 0 0;
}
section.news .slick-slide {
  margin: 0 0px 0 0;
}
}
section.new_events_section ul.slick-dots{
  display: none !important;
}
@media only screen and (max-width: 991px) {
  header.site-header .top-right-menu {
    float: none;
}
  div#headingOne{
    margin-top: 13px;
  }
  footer#footer a.footer-logo img{
    width: 15% !important;
  }
section.applying-section .step-card .apply-step-count span {
  font-size: 40px;
}

  section.herobanner .left-col h1 {
    font-size: 30px;
}
.site-header .mobile-header {
  padding: 0 10px;
}

h2 {
  font-size: 30px;
}
section.new_home_stories .modal-body {
  display: block;
}
section.new_home_stories .modal-body .left-thumbnail{
  margin-bottom: 20px;
}
section.new_home_stories .modal-body .left-thumbnail img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
section.new_home_stories .modal-content .modal-header .close {
  top: 20px !important;
  right: 20px !important;
}
footer#footer {
  padding-top: 25px;
}
section.herobanner .thumbnail img {
  max-width: 100%;
  height: unset;
}

section.herobanner .custom-buttons a.custom_btn{
    font-size: 13px;
    padding: 10px 15px;
}
section.study .custom-card .inner-card h4.title {
  font-size: 17px !important;
}
section.study .custom-card .inner-card {
  padding: 15px;
}
section.data h2 {
  font-size: 25px;
}
.mrgn {
  margin-bottom: 20px;
}
section.herobanner .custom-buttons {
  column-gap: 10px;
  justify-content: flex-start;
}
section.applying-section .custom-col:not(:last-child) .step-card::after {
  background-image: url(../../../../uploads/2024/11/step-arrow.svg);
  background-repeat: no-repeat;
  top: 340px;
  right: unset;
  left: 50%;
  height: 49px;
  width: 8px;
}
section.new_home_stories .custom-card .thumbnail img {
  width: 140px;
  height: 140px;
}
section.applying-section .custom-col:not(:last-child) .step-card{
  margin-bottom: 115px;
}
footer#footer{
  text-align: center;
}
footer#footer .footer-logo {
  margin-top: 0;
}
.footer-logo {
  max-width: 100%;
}
footer#footer ul.list-unstyled.c-info{
  text-align: left;
  display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}
footer#footer .c-info>li {
  padding-left: 55px;
}
footer#footer .c-info>li h5 {
  left: 25px;
}
footer#footer::after {
  content: "";
  background-image: url(../../../../uploads/2024/11/Union-mob.png);
  background-position: bottom;
  background-repeat: no-repeat;
  height: 545px;
  width: 438px;
  display: block;
  position: absolute;
  bottom: 0;
  right: unset;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}
footer#footer .custom-buttons {
  display: block;
}
footer#footer .custom-buttons div:not(:last-child) a.custom_btn{
margin-bottom: 15px;
}
section.study h2{
  font-size: 30px;
}
section.herobanner {
  padding: 40px 0;
}
.site-header .navbar-toggler{
  background-color: #EBA421;
  border-radius: 8px;
  width: 50px;
  height: 46px;
}
.site-header .navbar-toggler-icon, .site-header .navbar-toggler::after, .site-header .navbar-toggler::before {
  background: #fff;
}
.site-header .navbar-toggler::before{
  top: 10px;
}
.site-header .navbar-toggler::after{
  bottom: 10px;
}
.py-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.site-header .navbar-toggler.active::before {
  transform: rotate(-45deg) translate(-11px, 8px);
}
.site-header .top-left-menu li:not(:last-child)::after{
  display: none;
}
.site-header .top-right-menu li:not(:last-child)::after{
  display: none;
}
header.site-header .top-left-menu {
  float: none;
  border: none !important;
}
.site-header .top-left-menu ul {
  height: unset;
  display: flex !important;
}
.site-header .top-left-menu li {
  width: fit-content
}
.site-header .top-left-menu {
  margin: 0px;
}
.site-header .bottom-menu .search-box {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}
.site-header .bottom-center-menu ul li a {
  color: #fff !important;
}
header.site-header .search-box:before{
  display: none;
}
}


section.new_home_stories .view-btn a.custom_btn:hover img {
  filter: brightness(0) invert(1);
}

section.study .view-btn a.custom_btn:hover img{
  filter: brightness(0) invert(1);
}
section.new_home_stories a.custom_btn.btn_custom_warning_outline.btn-student {
  color: #fff !important;
  text-decoration: none !important;
}

.copy_link{color:#fff;text-decoration:underline;}
/*# sourceMappingURL=style.css.map */