header#header {
  background: #fff;
}
.header-absolute .logo1 a img {
  width: 16px;
  margin-right: 2px;
}
.logo1 p {
    /* border: solid 1px #d8d8d8; */
    padding: 12px 0;
    border-radius: 5px;
    font-size: 18px;
    /* text-transform: uppercase; */
    color: #000;
    font-weight: 600;
    display: inline-block;
}
.frmBg span {
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #352d74;
}
.widget-title h2,
.widget-title h3 {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
}
.widget-title h4 {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
}
.widget-title h3 span {
  position: absolute;
  left: -10px;
  font-size: 9rem;
  letter-spacing: 13px;
  z-index: 0;
  opacity: 0.1;
  top: -23px;
  font-weight: 600;
}
.widget-title p {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #212529;
}
.widget-title h2 span {
  color: #df4b24;
}
.courses_section {
  background: url(../images/Fee-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.partner_item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(1, 90, 170, .4) 100%, rgba(72, 72, 91, 0) 100%);
    opacity: 0;
    transition: opacity .38s;
}

.video-play-row .video-play-fluid img {
    width: 100%;
}

.partner_item {
    border-radius: 10px;
    padding: 25px;
    min-height: 260px;
    background: #32325A;
    background: linear-gradient(90deg,rgba(213, 213, 213, .4) 100%, rgba(72, 72, 91, 0) 100%);
    margin: 25px 0;
    transition: background .38s, transform .38s;
    position: relative;
}

.partner_item .img_item {
  width: 56px;
  height: 56px;
  background-color: #015aaa;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(0, 43, 92, 0.22);
  transition: background 0.22s, transform 0.22s;
}
.partner_item h5 {
  font-size: 18px;
  padding-top: 25px;
}
.partner_item p {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #44474e;
}
.partner_item:hover {
  background: linear-gradient(
    90deg,
    rgba(1, 90, 170, 1) 100%,
    rgba(72, 72, 91, 0) 100%
  );
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 8px 11px rgba(0, 24, 92, 0.18);
  border-color: rgba(244, 121, 32, 0.3);
}
.partner_item:hover .img_item {
  background: rgba(244, 121, 32, 1);
  box-shadow: 0 0 24px rgba(244, 121, 32, 0.45);
  transform: rotate(-10deg) scale(1.12);
}
.partner_item:hover h5 {
  color: #fff;
}
.partner_item:hover p {
  color: #fff;
}
.dsu-addmission span {
  color: #f37527;
}
.dsu-addmission h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
}
.dsu-addmission p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  padding-top: 20px;
}
.dsu-addmission h3 {
  padding: 15px 35px;
  margin-top: 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #f37527;
  position: relative;
  padding-left: 0;
}
.dsu-addmission h3:after {
  width: 150%;
  position: absolute;
  content: "";
  background: #fff;
  backdrop-filter: blur(10px);
  left: -50%;
  top: 0;
  height: 100%;
  z-index: -1;
  border-radius: 30px;
}
.dsu-addmission h3 span {
  font-size: 14px;
  margin-top: 0;
  display: block;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
}
.dsu-addmission h5 {
  padding: 15px 0;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #fff;
  position: relative;
  padding-left: 0;
}
.dsu-addmission h5:after {
  width: 150%;
  position: absolute;
  content: "";
  background: #f37527;
  background: linear-gradient(
    90deg,
    rgba(243, 117, 39, 0) 0,
    rgba(1, 90, 170, 1) 100%
  );
  backdrop-filter: blur(10px);
  left: -50%;
  top: 0;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}
.dsu-addmission .clustr {
  position: relative;
}
.dsu-addmission .clustr ul.lists {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.dsu-addmission .clustr ul.lists li {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding: 3px 0;
  animation: blink-color 1s infinite;
}
@keyframes blink-color {
  0% {
    color: #fff;
  }
  50% {
    color: #f37527;
  }
  100% {
    color: #fed304;
  }
}
.dsu-addmission .clustr ul.lists li img {
  margin-right: 10px;
}
.cta {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: transparent;
}
.cta:hover {
  color: #fff;
  font-weight: 700;
  transform: scale(1.04);
  transition: 0.4s;
}
.footer {
  font-size: 14px;
  background-color: #060919;
}
.desktop {
  display: block;
}
.testimonial__section {
  position: relative;
  background: url(../images/testi-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-card {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  overflow: hidden;
  margin: 20px 0;
}
.testimonial-card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.quote-icon {
  position: relative;
  padding-bottom: 20px;
}
.testimonial-text {
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  border-bottom: solid 1px #eee;
  padding-bottom: 20px;
}
.testimonial-footer .name {
  font-weight: 600;
  color: #015aaa;
  margin-bottom: 5px;
  font-size: 18px;
}
.quote-icon img {
  width: 17%;
}
.meta {
  font-size: 14px;
  color: #666;
}
.badge-age {
  background: #e6f0ff;
  color: #1e3a8a;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}
.divider {
  margin: 0 8px;
  color: #c8c8c8;
}
.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(90deg, #007bff, #ff7a18);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: 0.4s;
}
.testimonial-card:hover::before {
  opacity: 1;
}
.widget-title h3 {
  position: relative;
}
.zIndex2 {
  z-index: 2;
}
.show {
  display: block !important;
}
.overflow-h {
  overflow: hidden;
}
.dsu-form {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  mix-blend-mode: overlay;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0.5rem;
}
.frmBg {
  position: relative;
  text-align: center;
}
.applyBox {
  margin: 3.5rem 0;
  width: 22rem;
  float: right;
  text-align: center;
}
.contact_fild {
  padding: 0 1rem 1.5rem;
}
.contact-fild-box .form-control,
.contact-fild-box .form-select {
  display: block;
  width: 100%;
  height: auto;
  padding: 9px;
  font-size: 14px;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
  background-color: transparent;
  border: 1px solid #d4d7e3;
  border-radius: 5px;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-group {
  margin-bottom: 0;
}
.btn_submit {
  background-color: #f37527;
  color: #fff;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  padding: 8px 4rem;
  font-weight: 500;
}
.btn_submit:hover {
  background-color: var(--bg-yellow);
  color: var(--text-dark);
}
.contact-fild-box {
  margin-bottom: 10px;
  position: relative;
}
.contact-fild-box.text-center {
  margin-bottom: 0;
}
.dsu-addmission {
  margin-top: 20%;
  display: block;
  padding: 0;
}
.formIDfid {
  padding: 0 0;
}
.contact-fild-box .form-control option {
  color: #000;
}
.courses_section a,
.partner_sec a {
  background-color: #f37527;
  padding: 10px 40px;
  color: #fff;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  width: max-content;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  border-radius: 3px;
  border: none;
  margin: auto;
}
.renkers-sec {
  position: relative;
  background: #fff;
}
.renkers-sec .ranking-sec {
  position: relative;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  overflow: hidden;
}
.renkers-sec .ranking-sec .package_dv {
  position: relative;
  padding: 45px 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.renkers-sec .ranking-sec .package_dv::after,
.renkers-sec .ranking-sec .package_dv::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
.renkers-sec .ranking-sec .package_dv::before {
  top: -1px;
  background: linear-gradient(
    90deg,
    rgba(243, 117, 39, 0) 0,
    rgba(1, 68, 128, 1) 50%,
    rgba(1, 90, 170, 0) 100%
  );
  transform-origin: left;
}
.renkers-sec .ranking-sec .package_dv::after {
  bottom: -1px;
  background: linear-gradient(
    90deg,
    rgba(243, 117, 39, 0) 0,
    rgba(1, 68, 128, 1) 50%,
    rgba(1, 90, 170, 0) 100%
  );
  transform-origin: right;
}
.renkers-sec .ranking-sec .package_dv:hover::before {
  transform: scaleX(1);
}
.renkers-sec .ranking-sec .package_dv:hover::after {
  transform: scaleX(1);
}
.renkers-sec .ranking-sec .package__block {
  position: relative;
  z-index: 1;
}
.renkers-sec .ranking-sec .package__block .package_dv .package__item {
  padding: 10px 10px 0 10px;
}
.renkers-sec
  .ranking-sec
  .package__block
  .package_dv
  .package__item
  .counting-item-block {
  margin-bottom: 25px;
  width: 100%;
}
.renkers-sec
  .ranking-sec
  .package__block
  .package_dv
  .package__item
  .counting-item-block:last-child {
  margin-bottom: 0;
}
.renkers-sec
  .ranking-sec
  .package__block
  .package_dv
  .package__item
  .counting-item-block
  .counting-number,
.renkers-sec
  .ranking-sec
  .package__block
  .package_dv
  .package__item
  .counting-item-block
  .plus {
  font-size: 45px;
  position: relative;
  z-index: 2;
  font-weight: 900;
  color: #015aaa;
}
.renkers-sec
  .ranking-sec
  .package__block
  .package_dv
  .package__item
  .counting-item-block
  strong {
  display: block;
  color: #fff;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
}
.renkers-sec
  .ranking-sec
  .package__block
  .package_dv
  .package__item
  .counting-item-block
  p {
  display: block;
  color: #000;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  padding-top: 5px;
}
.renkers-sec
  .ranking-sec
  .package__block
  .package_dv
  .package__item
  .counting-item-block
  figure {
  padding-bottom: 8px;
}
.renkers-sec
  .ranking-sec
  .package__block
  .package_dv
  .package__item
  .counting-item-block
  figure
  img {
  width: 20%;
}
.nobordr {
  border: none !important;
}
.every-cric {
  background-image: url(../images/crick-bg.webp);
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.every-cric .whyList {
  background: #f7eeee;
  border-radius: 5px;
}
.every-cric .whyList ul.listing {
  list-style: none;
  padding: 0;
  margin: 0;
}
.every-cric .whyList ul.listing li {
  font-size: 16px;
  color: #44474e;
  line-height: 1.4;
  gap: 15px;
  display: flex;
}
.every-cric .whyList ul.listing li i {
  color: #ef4444;
  padding-top: 4px;
}
.every-cric .whyListing {
  background: #015aaa;
  border-radius: 5px;
}
.every-cric .whyListing ul.listing {
  list-style: none;
  padding: 0;
  margin: 0;
}
.every-cric .whyListing ul.listing li {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  gap: 15px;
  display: flex;
  font-weight: 400;
  padding: 10px 0;
  transition: background 0.22s, transform 0.22s;
}
.every-cric .whyListing ul.listing li:hover {
  transform: translateX(5px);
}
.every-cric .whyListing ul.listing li i {
  color: #f37527;
  padding-top: 4px;
}
hr.sort-bord {
  opacity: 1;
  height: 2px;
  width: 11%;
  margin: 15px auto;
  background-color: #015aaa;
}
.advisory-section {
  background: url(../images/timeline-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.advisory-section hr.sort-bord {
  opacity: 1;
  height: 2px;
  width: 11%;
  margin: 15px auto;
  background-color: #015aaa;
}
.timeline {
  position: relative;
  max-width: 950px;
  margin: auto;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(#ccc, #ccc);
  transform: translateX(-50%);
}
.timeline-item {
  position: relative;
  padding: 40px 0;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  width: 16px;
  height: 16px;
  background: #000;
  border: 3px solid #eee;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
  z-index: 2;
}
.timeline-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 58px;
  width: 40px;
  height: 40px;
  background: rgba(255, 122, 24, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.4s;
  z-index: 1;
}
.timeline-item .content {
  width: 46%;
  padding: 20px;
  background: 0 0;
  color: #fff;
  border-radius: 12px;
  transition: 0.4s;
  position: relative;
  text-align: right;
}
.timeline-item:nth-child(even) .content {
  margin-left: auto;
  text-align: left;
}
.time {
  color: #ff7a18;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}
.timeline-item .content h5 {
  font-size: 18px;
  color: #fff;
}
.timeline-item .content p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.timeline-item:hover::before {
  background: #ff7a18;
  transform: translateX(-50%) scale(1.4);
  box-shadow: 0 0 15px #ff7a18;
}
.timeline-item:hover::after {
  transform: translate(-50%, -50%) scale(1);
  animation: pulse 1s infinite;
}
.timeline-item:hover ~ .timeline::before {
  background: linear-gradient(to bottom, #ff7a18, #007bff);
}
.timeline-item:hover .content {
  transform: translateY(-10px) scale(1.03);
  background: linear-gradient(135deg, #004f97, #a77725);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.advisory-section .taglin h5 {
  color: #f37527;
  font-size: 18px;
}
.about__section .bridafter {
  padding: 0;
}
.video_pb {
  padding: 10px;
}
.video-play-row {
  overflow: hidden;
  position: relative;
}
.video-button {
  width: 80px;
  height: 80px;
  color: #aa2f24;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  border: 3px solid #fff;
  text-align: center;
  line-height: 80px;
  font-size: 2rem;
}
.video-button::after,
.video-button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 74px;
  opacity: 0.15;
  z-index: -10;
}
.video-play-row:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
.video-section {
  position: absolute;
  left: 42%;
  top: 35%;
  text-align: center;
  z-index: 3;
}
.glossye {
  padding-left: 6%;
}
.glossye h6 {
  font-size: 16px;
  font-weight: 700;
  color: #015aaa;
}
.glossye h6 em {
  font-style: normal;
  display: block;
  font-size: 14px;
  color: #282828;
  font-weight: 400;
}
.glossye p {
  font-style: normal;
  display: block;
  font-size: 14px;
  color: #282828;
  font-weight: 400;
}
.carding {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(12px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
  position: relative;
  padding: 0;
}
.carding:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}
.courses_section .card-section {
  flex: 1;
  padding: 40px;
  transition: all 0.3s ease;
}
.courses_section .card-section h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #222;
}
.courses_section .card-section p {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}
.card-section ul {
  list-style: none;
  margin-top: 10px;
}
.card-section ul li {
  margin-bottom: 12px;
  color: #444;
  position: relative;
  padding-left: 25px;
  transition: transform 0.3s ease;
}
.card-section ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ff7a18;
  font-weight: 700;
  transition: transform 0.3s ease;
}
.card-section ul li:hover {
  transform: translateX(5px);
}
.card-section ul li:hover::before {
  transform: scale(1.3);
}
.cta {
  margin-top: 30px;
  text-align: center;
}
.accordion-item {
  border: 1px solid #e4eaf4 !important;
  border-radius: 10px !important;
  margin-bottom: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.accordion-item:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
}
.accordion-button {
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--navy) !important;
  background: #f5f5f5;
  letter-spacing: 0.03em;
  transition: color 0.2s, background 0.2s !important;
  line-height: 1.3;
}
.accordion-button:not(.collapsed) {
  color: #f37527 !important;
  background: #fff !important;
  box-shadow: none !important;
}
.accordion-body {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.76;
  background: #fff;
}

.owl-theme .owl-dots .owl-dot span {
    background: #94A3B8 !important;
    margin: 5px 2px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #F37527 !important;
    /* margin-top: 25px !important; */
}


