   ::-webkit-scrollbar {
    width: 4px !important;
}

 ::-webkit-scrollbar-track {
    background: #fff !important;
    opacity: .2 !important;
    -webkit-box-shadow: gray !important;
}

 ::-webkit-scrollbar-thumb {
    background-color: #1a2452 !important;
    transition: .3s !important;
    border-radius: 50px !important;
}

section.about-sec.about-sec22.wow.fadeInUp.animated {
    padding-top: 0;
    padding-bottom: 50px;
}
.color-primary {
    color: #b1ca34 !important;
}
.about-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
img.header-logo {
    height: 62px;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a:hover, .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a.active, .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a:hover, .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a.active {
    transition: all 0.3sease-in-out;
    color: #b1ca34;
}
.header .header-bg {
    border-radius: 70px;
    background-color: #fff;
    padding: 12px 12px 12px clamp(18px, 1.25vw, 48px);
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a, .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a {
    font-size: clamp(15px, 0.938vw, 22px);
    font-weight: 500;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.32px;
    color: #1a2452;
    display: flex;
    align-items: center;
    gap: clamp(18px, 1.25vw, 48px) !important;
    position: relative;
    transition: all all 0.3s ease-in-out;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a::after, .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a::after {
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #b1ca34;
    transition: all 0.3sease-in-out;
}
.about-sec .label-box {
    padding: 4px clamp(12px, 0.833vw, 32px);
    border-radius: clamp(28px, 2.5vw, 68px);
    background-color: #b1ca34;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
}
.label-box p {
    color: #fff !important;
}
img.ftr_logo {
    height: 75px;
}
.our-sevices-sec .label-box {
    background-color: #b1ca34;
}
.latest-stories-sec .label-box {
    background-color: #b1ca34;
}
.about-banner .label-box {
    background-color: #b1ca34;
}
.latest-stories-sec .testimonial-block-1 {
    height: 226px;
}

.our-process-sec .tab-content .tabs-card {
    height: 100%;
}
.why-choose-sec .label-box {
    background-color: #b1ca34;
}
.cus-btn {
    position: relative;
    display: inline-flex
;
    align-items: center;
    gap: clamp(8px, 0.625vw, 24px);
    padding: clamp(4px, 0.417vw, 16px);
    padding-left: clamp(8px, 0.625vw, 24px);
    border: 1px solid #1a2452;
    border-radius: clamp(28px, 2.5vw, 68px);
    background-color: #1a2452;
    transition: all 0.3sease-in-out;
}
.cus-btn:hover .cus-btn-icon {
    background-color: #bcd537;
}
.latest-stories-sec .slick-dots li {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: grid
;
    align-items: center;
    justify-content: center;
    background: #b1ca34;
    transition: all 0.3sease-in-out;
}
.latest-stories-sec .slick-dots li.slick-active{
    width: 44px;
    height: 16px;
    border-radius: clamp(18px, 1.25vw, 48px);
    background-color: #1a2452;
}
.our-process-sec .tab-content .tabs-card .number-icon {
    background-color: #1a2452;
}
.why-choose-sec .why-choose-block-1 .why-choose-icon {
    background-color: #1a2452;
}


/**********************************Score**********************************/
    #leadershipForm {
      background: white;
      border-radius: 1rem;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      padding: 40px;
      margin-top: 40px;
    }

    #leadershipForm fieldset {
      display: none;
    }

    #leadershipForm fieldset.active {
      display: block;
    }

    .action-button {
      background: #0d6efd;
      border: none;
      border-radius: 50px;
      padding: 10px 25px;
      color: white;
      font-weight: 500;
      transition: background 0.3s;
    }

    .action-button:hover {
      background: #084298;
    }

#progressbar {
  counter-reset: step;
  position: relative;
}
#progressbar::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #dee2e6;
  z-index: 0;
}
.step {
  position: relative;
  z-index: 1;
}
.step .circle {
  width: 40px;
  height: 40px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background-color: #dee2e6;
  color: #6c757d;
  line-height: 40px;
  font-weight: bold;
}
.step.active .circle {
  background-color: #007bff;
  color: white;
}
.step .label {
  font-size: 14px;
  color: #6c757d;
}
.step.active .label {
  color: #007bff;
}
h4.mb-4.hdngds {
    font-size: 21px;
    font-weight: bold;
}
    .question {
      background: #f8f9fa;
      padding: 15px 20px;
      border-radius: 10px;
      margin-bottom: 15px;
    }

    .question label {
      font-weight: 500;
    }

    .alert-info {
      font-size: 1.25rem;
    }




@media(max-width:767.98px){
    img.header-logo {
    height: 64px;
}
}