.overview-img img {
    border-radius: 20px;
}

.admisonsec-img img {
    border-radius: 20px;
}

 /* Description */
.outcomes-desc-x91 {
  max-width: 600px;
  margin: 0 auto;
  color: #666;
  font-size: 15px;
}
.outcome-card-x91 b {
    color: #000000;
}
/* Card */
.outcome-card-x91 {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  transition: 0.3s;
  height: 100%;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

.outcome-card-x91:hover {
  transform: translateY(-4px);
}

/* Title */
.outcome-card-x91 h6 {
  font-weight: 600;
  margin-bottom: 6px;
  color: #7c1d24;
}

/* Text */
.outcome-card-x91 p {
  font-size: 15px;
  color: #333;
  margin: 0;
}



 /* Description */
.cert-desc-x91 {
    max-width: 480px;
    margin: 0 auto;
    color: #0f0e0e;
    font-size: 18px;
    margin-bottom: 50px;
}
/* Card */
.cert-card-x91 {
  max-width: 380px; /* keeps it compact */
}

.cert-img-wrapper-x91 {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.cert-img-x91 {
  width: 100%;
  transition: 0.3s;
}

.cert-img-wrapper-x91:hover .cert-img-x91 {
  transform: scale(1.05);
}

/* Zoom Icon */
.zoom-icon-x91 {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 6px 8px;
  border-radius: 50%;
  font-size: 12px;
}

/* Button */
.apply-btn-x91 {
  background: #7c1d24;
  color: #fff;
  border-radius: 20px;
}

.apply-btn-x91:hover {
  background: #a8323a;
  color: #fff;
}

/* Modal */
#cert-modal-x91 {
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000e6;
    text-align: center;
    padding: 50px;
}

.modal-img-x91 {
  display: block;
  margin: 60px auto;
  max-width: 90%;
}

.close-x91 {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}


 /* HERO SECTION */
.mba-hero {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
}
div#hero-slider .owl-dots {
    /* margin: -20px; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.owl-carousel .owl-item {
    transition: opacity 0.8s ease-in-out;
}
   

/* OVERLAY */

/* CONTENT */
.hero-content-ux {
  position: relative;
  z-index: 2;
}

/* TYPOGRAPHY */
.hero-subtitle-ux {
    font-size: 40px;
    color: #fff;
    margin-bottom: 1px;
}
.hero-title-ux {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
    color: #fff;
  margin-bottom: 25px;
}

/* INFO */
.hero-info-ux {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.info-item-ux {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ADMISSION BOX */
.hero-admission-ux {
  border-radius: 50px;
  overflow: hidden;
  display: inline-flex;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
}

.ad-box {
  padding: 12px 20px;
  font-size: 14px;
  white-space: nowrap;
}

.ad-box.red {
  background: #fe434a;
  color: #fff;
  font-weight: 600;
}

.ad-box.light {
  background: rgba(255,255,255,0.9);
  color: #000;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero-title-ux {
    font-size: 36px;
  }

  .hero-info-ux {
    gap: 15px;
    justify-content: center;
}
.hero-mba-ux {
   background-position: left;
    padding: 20px 0;
}

  .hero-admission-ux {
    flex-direction: column;
    border-radius: 20px;
  }

  .ad-box {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .hero-title-ux {
    font-size: 28px;
  }

 .hero-subtitle-ux {
    font-size: 22px;
    text-align: center;
}
}

/* CTA WRAPPER */
.hero-cta-ux {
display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* APPLY BUTTON */
.btn-apply-ux {
  background: #ffc107;
  color: #000;
  padding: 12px 28px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-apply-ux:hover {
  background: #ffb300;
  transform: translateY(-2px);
}

/* BROCHURE BUTTON */
.btn-brochure-ux {
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 28px;
  font-size: 17px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-brochure-ux:hover {
  background: #fff;
  color: #000;
}

/* MOBILE */
@media (max-width: 576px) {
  .hero-cta-ux {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-apply-ux,
  .btn-brochure-ux {
    text-align: center;
    width: 100%;
  }
}


/* SECTION BG */
.Accreditations_sec_ux {
  background: #f8f9fb;
}

/* TITLE WITH LINES */
.section-title-ux {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-title-ux h2 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding: 0 20px;
}

.section-title-ux h2::before,
.section-title-ux h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 2px;
  background: #012f71;
}

.section-title-ux h2::before {
  left: -90px;
}

.section-title-ux h2::after {
  right: -90px;
}

/* CARD */
.accredtion-card-ux {
  background: #fff;
  border-radius: 12px;
  padding: 25px 0;
  text-align: center;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease;
  height: 100%;
}
.accredtion-card-ux p {
    font-size: 14px;
    margin-top: 7px;
    font-weight: 600;
    display: none;
}
.accredtion-card-ux img {
  max-height: 80px;
  object-fit: contain;
}

/* HOVER EFFECT */
.accredtion-card-ux:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border-color: #ddd;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .section-title-ux h2 {
    font-size: 21px;
  }
  .phx-card p {
    font-size: 16px;
    color: #181818;
    line-height: 1.6rem;
    text-align: left;
}
.goal-item-ux {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    /* font-size: 10px; */
}
  .section-title-ux h2::after {
    display: none;
}
.section-title-ux h2::before {
   display: none;
}

  .section-title-ux h2::before,
  .section-title-ux h2::after {
    width: 40px;
  }

  .section-title-ux h2::before {
    left: -40px;
  }

  .section-title-ux h2::after {
    right: -40px;
  }
}


/* SECTION BG */
.program-overview-ux {
  background: #ffffff;
}

/* CARD */
.program-card-ux {
  background: #fff;
  padding: 35px;
  border-radius: 16px;
  line-height: 1.7;
  font-size: 16px;
  color: #333;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.goal-item-ux.active p {
    color: #fff;
}
/* PARAGRAPH SPACING */
.program-card-ux p {
  margin-bottom: 15px;
}

/* HIGHLIGHTS */
.program-highlights-ux {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.program-highlights-ux span {
    background: #fff;
    padding: 8px 7px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #eee;
}

/* RESPONSIVE */
@media (max-width: 768px) {
.program-card-ux {
    padding: 9px;
    font-size: 14px;
    background: transparent;
}
}

/*program goal and*/
/* SECTION */
.goals-section-ux {
  background: #f8f9fb;
}

/* LEFT LIST */
.goals-list-ux {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.goal-item-ux {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.goal-item-ux span {
  font-weight: 700;
  color: #ff4d4d;
}

.goal-item-ux:hover {
  transform: translateX(5px);
}

/* ACTIVE */
.goal-item-ux.active {
  background: #ff4d4d;
  color: #fff;
}

/* RIGHT CONTENT */
.goal-content-ux {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    min-height: 333px;
}

.goal-content-ux h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.goal-content-ux ul {
  padding-left: 18px;
}

.goal-content-ux li {
    margin-bottom: 10px;

    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

/* CTA */
.btn-apply-goal {
  background: linear-gradient(135deg, #ff4d4d, #ff7a7a);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-apply-goal:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255,77,77,0.3);
}

/* MOBILE */
@media (max-width: 992px) {
  .row.align-items-center {
    flex-direction: column;
  }

  .goals-list-ux {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 10px;
  }
.hero-content-ux {
    position: relative;
    z-index: 2;
    text-align: center;
}
  .goal-item-ux {
    min-width: 200px;
    flex: 0 0 auto;
    padding: 10px;
  }
.accredtion-card-ux p {
    font-size: 12px;
    margin-top: 1px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    padding-bottom: 0;
}
.accredtion-card-ux {
    background: #fff;
    border-radius: 12px;
    padding: 10px 18px;
    text-align: center;
    border: 1px solid #e6e6e6;
    transition: all 0.3s ease;
    min-height: auto;
}
.goal-content-ux h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}
  .goal-content-ux {
    min-height: auto;
    margin-top: 20px;
  }

}

@media (max-width: 576px) {
  .goal-content-ux {
    padding: 20px;
  }
}

/* ICON STYLE */
.goal-item-ux i {
  font-size: 18px;
  color: #ff4d4d;
}

/* ACTIVE ICON */
.goal-item-ux.active i {
  color: #fff;
}

/* ALIGNMENT */
.goal-item-ux {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* TEXT */
.goal-item-ux p {
  margin: 0;
}


/* MAIN SECTION */
#leftButtons {
  position: fixed;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  transition: left 0.4s ease;
  z-index: 9999;
}

/* HIDE */
#leftButtons.hide {
  left: -120px;
}

.toggle-arrow-btn {
    position: absolute;
    right: 23px !important;
    top: -5%;
    transform: translateY(-50%);
    background: #fe434a;
    color: #fff;
    width: 40px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    font-size: 13px;
    transition: 0.3s;
}

/* ROTATE ARROW */
#leftButtons.hide .toggle-arrow-btn {
    transform: translateY(-50%) rotate(180deg);
    right: -60px !important;
}


/*program highlists*/

.phx-program-highlights {
  background: #fff;
}

.phx-card {
  background: #f8f9fb;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #eee;
  height: 100%;
  transition: 0.3s;
}

.phx-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.phx-card i {
  font-size: 28px;
  color: #fe434a;
  margin-bottom: 10px;
}

.phx-card h5 {
    font-weight: 600;
    min-height: 38px;
    margin: 7px 0;
    font-size: 18px;
}

.phx-card p {
    font-size: 15px;
    color: #181818;
    line-height: 1.6rem;
}
/* READ MORE */
.phx-toggle {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #fe434a;
  cursor: pointer;
}

.full-text {
  display: none;
}

/* HIGHLIGHT CARD */
.phx-highlight {
  background: linear-gradient(135deg, #fe434a, #ff7a7a);
  color: #fff;
}

.phx-highlight p,
.phx-highlight i {
  color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
  .phx-card {
    padding: 20px;
  }
}


/* Curriculum Section */

#cw-curriculum-section {
  background:#fff;
}

.cw-curriculum-title{
  font-size:38px;
  font-weight:700;
}

.cw-curriculum-desc{
  font-size:16px;
  color:#555;
}

.cw-module-heading{
  color:#e63946;
  font-weight:600;
}

.cw-accordion-item{
  border:none;
  margin-bottom:15px;
}

.cw-accordion-btn{
  background:#eeeeee;
  font-weight:600;
  border-radius:8px !important;
}

.cw-accordion-btn:not(.collapsed){
  background:#ff4040;
  color:#fff;
}
.cw-accordion-content {
    font-size: 16px;
    color: #222222;
    line-height: 1.6rem;
}

/* Mobile */

@media (max-width:768px){

.cw-curriculum-title{
  font-size:28px;
}

.cw-curriculum-desc{
  font-size:14px;
}

}


/* SECTION */
.fees-section-ux {
  background: #f8f9fb;
}

/* TITLE */
.fees-title-ux {
  font-weight: 700;
}

.fees-link-ux a {
  color: #fe434a;
  font-weight: 600;
  text-decoration: underline;
}

/* CARD */
.fees-card-ux {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* OFFER */
.fees-offer-ux {
  color: #fe434a;
  font-weight: 600;
  margin-bottom: 15px;
}

/* PRICE */
.fees-price-ux {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.fees-price-ux span {
  font-size: 16px;
  color: #333;
}

/* NOTE */
.fees-note-ux {
  font-size: 13px;
  color: #777;
}

/* STEPS */
.step-item-ux {
  margin-bottom: 15px;
}

.step-item-ux h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

/* BUTTONS */
.fees-btn-primary-ux {
  background: #fe434a;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  border: none;
}

.fees-btn-primary-ux:hover {
  background: #d9363e;
  color: #fff;
}

.fees-btn-outline-ux {
  border: 2px solid #fe434a;
  color: #fe434a;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
}

.fees-btn-outline-ux:hover {
  background: #fe434a;
  color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
  .fees-card-ux {
    padding: 25px;
  }

  .fees-price-ux {
    font-size: 26px;
  }
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button.cw-career-btn:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
/* Career Section */

#cw-career-section{
background:#f8f9fb;
}

.cw-career-title{
font-size:32px;
font-weight:700;
color:#9b0000;
}

.cw-career-box{
background:#fff;
padding:40px;
border-radius:20px;
position:relative;
}

/* timeline line */

.cw-career-box::before {
    content: "";
    position: absolute;
    left: 74px;
    top: 40px;
    bottom: 40px;
    width: 2px;
    background: #e5dede;
    z-index: 9;
}

/* timeline number */

.cw-career-timeline{
position:absolute;
left:20px;
}

.cw-career-timeline span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdeaea;
    color: #c40000;
    border-radius: 50%;
    font-weight: 600;
    position: relative;
    z-index: 9;
}

/* accordion */

.cw-career-item {
    border: none;
    padding-left: 60px;
    position: relative;
    background: transparent;
}

.cw-career-btn{
background:transparent;
font-size:20px;
font-weight:500;
box-shadow:none;
}

.cw-career-btn:not(.collapsed){
background:transparent;
box-shadow:none;
}
button.accordion-button.cw-career-btn {
    margin: 0;
    padding: 0 20px;
    font-size: 17px;
    color: #333;
}
.accordion-body.cw-career-content p {
    margin: 10px;
    font-size: 15px;
}
.cw-career-content{
font-size:15px;
color:#444;
}

/* mobile */

@media (max-width:768px){

.cw-career-box{
padding:25px;
}

.cw-career-title{
font-size:24px;
}
p.fees-link-ux {
    text-align: center;
}
.fees-offer-ux {
    color: #fe434a;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 17px;
}
.cw-career-item {
    padding-left: 24px;
}
.cw-career-timeline {
    position: absolute;
    left: 0;
}
.cw-career-box::before {
    content: "";
    position: absolute;
    left: 40px;
    top: 40px;
    bottom: 40px;
    width: 2px;
    background: #e5dede;
    z-index: 9;
}

}

/*new css*/






 .career-category h3 {
    font-size: 23px;
    color: #fe434a;
    border-left: 4px solid #fe434a;
    padding-left: 10px;
    margin-bottom: 15px;
}
    .career-category ul {
      list-style: none;
      padding-left: 0;
    }
#more {display: none;}
 .career-category ul li {
    padding: 12px 0;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
        list-style: disc;
}
.programs-highlighrts-pointers ul li:before {
    content: "";
    position: absolute;
    left: -11px;
    top: 12px;
    width: 16px;
    height: 16px;
    border: 3px solid #fe434b;
    border-radius: 50%;
    background-color: transparent;
}
.programs-highlighrts-pointers ul li {
    list-style: none;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    position: relative;
}
.col-xl-6.py-5.col-lg-6.col-md-12.col-sm-12.Programme-highrlits:after {
    background: #012f71;
    content: "";
    height: 572px;
    width: 49%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.col-xl-6.py-5.col-lg-6.col-md-12.col-sm-12.Programme-highrlits {
    padding-left: 4rem;
}
button#myBtn {
    /* float: right; */
    background: transparent;
    border: 0;
    padding: 5px 10px;
    color: #012f71;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: underline;
    font-size: 17px;
}
.Specializations-sec.mt-3 p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.Specializations-sec.mt-3 ul li {
    font-size: 19px;
    color: #fff;
    padding: 10px 5px;
    list-style: none;
}

    .career-category ul li:last-child {
      border-bottom: none;
    }


  table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 20px;
    }

    th, td {
      padding: 12px 15px;
      border: 1px solid #ccc;
      text-align: left;
      font-size: 16px;
    }

    th {
      background-color: #f2f2f2;
    }

    /* Responsive Table */
    @media (max-width: 768px) {
      table, thead, tbody, th, td, tr {
        display: block;
      }

      thead tr {
        display: none;
      }

      tr {
        margin-bottom: 15px;
        border: 1px solid #ccc;
        padding: 10px;
      }

      td {
        padding-left: 50%;
        position: relative;
        text-align: left;
      }

      td::before {
        position: absolute;
        top: 12px;
        left: 15px;
        width: 45%;
        white-space: nowrap;
        font-weight: bold;
        content: attr(data-label);
      }
    }
  .thumbnail {
      width: 300px;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .overlay {
      display: none;
      position: fixed;
      z-index: 99999;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.85);
      justify-content: center;
      align-items: center;
    }

    .overlay img {
      max-width: 90%;
      max-height: 80%;
      border-radius: 8px;
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }

    .close-btn {
      position: absolute;
      top: 30px;
      right: 40px;
      background: #fff;
      color: #000;
      font-size: 18px;
      padding: 8px 15px;
      border: none;
      cursor: pointer;
      border-radius: 5px;
    }

    .close-btn:hover {
      background: red;
      color: #fff;
    }
.w-full {
    background: #fff;
    margin: 7px 0;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    padding: 3px 6px;
    display: table;
    border: 1px solid#fe434a;
    width: 67px;
    cursor: pointer;
}
section.left-side-buttons.visible {
    display: block;
}
.font-bold.text-\[12px\].md\:text-\[13px\].leading-4.mt-2 {
    color: #000;
    font-size: 11px;
    font-weight: bold;
}
section.left-side-buttons {
    position: fixed;
    z-index: 999;
    top: 160px;
        display: none;
}


span.Duration,
span.bact {
  border-left: 2px solid #e6b964;
}
.applyBox,
section.position-relative.downlaod__section .blog-text.wow.fadeInUp.mt-3 {
  float: right;
}
.col-lg-8.col-md-12.leftsec_content.h-100 {
    display: flex;
    align-items: center;
}
.courses-structure-sec ul {
    padding-left: 20px;
}
.enquire-btn {
  position: fixed;
  right: -5rem;
  font-size: 24px;
  background-color: #fe434b;
  color: #fff;
  text-decoration: none;
  transform: rotateZ(-90deg);
  top: 50%;
  padding: 0.8rem 2.1rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
  border-radius: 1.5rem 1.5rem 0 0;
  border: none;
}
.sliding-form-container {
  z-index: 1000000;
  top: 0;
  width: 100vw;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.sliding-form-container .under-lay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.sliding-form {
  position: absolute;
  background-color: #fff;
  width: 37vw;
  height: 100vh;
  z-index: 100000;
  top: 0;
  bottom: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
}
.close-btn-form-slider {
  position: absolute;
  height: 30px;
  width: 30px;
  margin-top: 10px;
  margin-left: 10px;
  object-fit: contain;
  object-position: center;
  background-color: transparent;
  border: none;
}
.contact-form-csr {
  margin: auto;
}
.contact-form-csr .right {
  width: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
}
.contact-form-csr h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 18px;
  color: #333;
}
.about-content-bottom p,
.accordion-body p {
  font-weight: 500;
  color: #171717;
  line-height: 1.6rem;
}
.contact-form-csr .right form {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
.sliding-form-container.active {
  pointer-events: auto;
}
.sliding-form-container.active .under-lay {
  opacity: 0.9;
}
.sliding-form-container.active .sliding-form {
  transform: translateX(0);
}
.close-btn-form-slider img {
  height: 25px;
  width: 25px;
  max-width: 25px;
  filter: invert(0);
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  filter: invert(0);
}
.accordion-body p {
  adding: 6px 0;
  font-size: 17px;
}
.about-content-bottom p {
  padding: 6px 0;
  font-size: 16px;
  text-align: left;
}
button.accordion-button.collapsed.faqs {
  background: url("../images/faq-bg.svg") 0 0 / cover;
  margin-bottom: 20px;
  padding: 31px;
  border-radius: 10px !important;
}
button.accordion-button.collapsed.faqs.accordion-button::after {
  transition: 0.5s;
  filter: invert(1);
}
button.accordion-button.faqs {
  font-size: 24px;
  color: #e6b964;
  font-weight: 700;
}
.faqs:not(.collapsed) span,
button.accordion-button.collapsed.faqs span {
  -webkit-text-stroke: 3px white;
  font-family: sans-serif;
  color: transparent;
  font-size: 54px;
  margin-right: 30px;
}
.accordion-body.sds ul li {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
.accordion-body.sds {
  padding-left: 110px;
}
.accordion-body.sds p {
  color: #fff;
  font-size: 21px;
  margin-bottom: 10px;
}
.faqs:not(.collapsed) {
  background: url("../images/faq-bg.svg") 0 0 / cover;
  color: #e6b964;
  font-weight: 700;
  box-shadow: 0 0;
  padding: 31px;
}
.eitp-title h2 span {
  color: #012f72;
}
.eitp-title h2 {
  font-size: 2.5rem;
}
.top-head.py-2 {
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.calls.mt-5 a {
    color: #012f71;
    font-weight: 700;
}
.banner-btans {
  background: #fe434b !important;
  color: #fff !important;
  border-radius: 30px !important;
  width: 175px !important;
  padding: 13px 22px !important;
}
.align-items-center.rankDvss.ranking-sec img,
.dsu-form {
  width: 100%;
}
.faq-bg {
  background: url("../images/faq-bg.svg") 0 0 / cover;
  color: #fff;
}
div#accordionExample3 .accordion-item {
  border: 0;
  border-radius: 10px;
}
.courses:not(.collapsed) {
  color: #fff;
  background-color: #012f72;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.eff:hover,
.healthcare-sec img,
.jain_section .rank__item:hover,
.online__section .online__item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.courses-structure-sec {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    min-height: 274px;
}
.courses-structure-sec:hover {
    background: #012f71;
    transition: 1s;
}
.courses-structure-sec:hover ul li {
   color: #fff;
}
.courses-structure-sec h3 {
    color: #fd434b;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 10px;
}
.courses-structure-sec ul li {
    font-size: 1rem;
    line-height: 1.6rem;
    padding: 5px 0;
}
section.Certificate-programs-section.py-5.position-relative {
  background: #012f71;
}
.admisson-process-content{
  text-align: center;
}
.admisson-process-content img {
 
    object-fit: cover;
    border-radius: 10px;
}
.certicate-sec p {
  font-size: 17px;
  color: #fff;
}
.btn-CTAss.mt-5 button {
  background: #fe434b;
  color: #fff;
  border: 0;
  padding: 12px 44px;
}
button.accordion-button.courses {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 10px !important;
  border: 1px solid #ddd;
}
.accordion-item {
  margin-bottom: 15px;
  border: 0;
}
.accordion-body tr {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 2px solid #ae152d;
  padding: 19px !important;
}
.accordion-body tr td {
  padding: 15px !important;
}
button.accordion-button.courses span {
  position: absolute;
  right: 110px;
}
.logo img {
  width: 150px;
}
.Download_Brochure_btn {
  background-color: transparent;
  color: #012f71;
  font-size: 1rem;
  padding: 10px 18px;
  border-radius: 7px;
  position: relative;
  text-align: center;
  font-weight: 700;
  border: 2px solid #012f71;
}
.widget-title h3 {
  display: inline-block;
  position: relative;
}
.zIndex2 {
  z-index: 2;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-700,
.ranking-sec h4,
.years {
  font-weight: 700;
}
.font-weight-900 {
  font-weight: 900;
}
.font-weight-400 {
  font-weight: 400;
}
ol.m {
  list-style-type: lower-latin;
}
.overflow-h {
  overflow: hidden;
}
.header.sticky {
  background-color: var(--white-col);
}
#header.sticky .header-absolute .logo img {
  width: 125px;
}
#header.sticky .top-head.py-4 {
  padding: 14px !important;
}
.banner-logo .rankDv img {
  width: 60px;
}
.ranking-sec h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
div#amen-slider-Landscape i {
  font-size: 16px;
  color: #333;
  line-height: 31px;
}
.nhfs h3 {
    font-weight: 700;
    font-size: 23px;
}

.nhfs {
    text-align: center;
    margin-bottom: 20px;
    /* font-weight: 700; */
}
.abouts- img {
    border-radius: 30px;
}
.landscape-item-inner {
  background: 0 0;
  padding: 0;
  border-top: 0;
 
}
.crricalu-box.mb-3 ul {
    margin: 6px 10px;
}
.crricalu-box.mb-3 ul li {
    font-size: 16px;
    line-height: 1.6rem;
    padding: 5px 0;
    list-style: none;
}
.landspace-content {
  background: #012f72;
  padding: 14px;
  border-radius: 10px;
  position: relative;
  top: -11px;
  min-height: 137px;
}
.outcomes-sec li {
    display: flex;
    align-items: center;
    padding: 12px 11px;
    border: 1px solid #ddd;
    margin-bottom: 11px;
    border-radius: 10px;
}
.outcomes-sec li span {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-left: 16px;
    line-height: 1.6rem;
}
.crricalu-box {
  padding: 20px;
  border: 1px solid #163563;
  border-radius: 15px;
  
}
.gap-3 {
    gap: 1rem !important;
}


.flex {
    display: flex;
}
.crricalu-box h4 {
    font-size: 18px;
    color: #163563;
    font-weight: 600;
    margin: 17px 0 6px 0;
}
.number {
  font-size: 40px;
  text-align: right;
  font-weight: 700;
  color: #163563;
}
.crricalu-box p {
  font-size: 16px;
  line-height: 1.6rem;
}
.para-class {
    font-size: 17px;
    color: #000;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 0;
}
section.programs-section.Curriculum {
    background: #f9f9f9 !important;
}
.landscape-item-inner img {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.landscape-item-inner h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.landscape-item-inner p {
  font-size: 13px;
  color: #fff;
}
h2.font-weight-700.fs-2.about-titles-sec span {
  display: block;
  font-size: 50px;
  padding: 16px 0 !important;
  font-weight: 800;
  color: #3e107c;
}
section.landscape-sec {
  background-image: linear-gradient(#ae152d, #9e0a21);
}
.follwing-details p {
  font-size: 19px;
  margin-bottom: 7px;
}
.follwing-details ul li {
  padding: 10px 5px;
  font-size: 18px;
  line-height: 22px;
}
.healthcare-sec img {
  padding: 20px;
  width: 90px;
  border-radius: 20px;
}
.align-items-center.rankDv.ranking-sec:after {
  position: absolute;
  left: 197px;
  content: "";
  height: 70px;
  width: 1px;
  background: #333;
  top: 9px;
  display: none;
}
.align-items-center.rankDv.ranking-sec {
  text-align: center;
  margin-top: 28px;
}
.socal-media-icons {
    position: fixed;
    bottom: 35%;
}
.navbar-nav .nav-item.active a {
    color: #fe434b !important;
    border-bottom: 1px solid #fe434b;
}
.pay-now_cta.mt-5.text-center a {
    background: #fe434b;
    color: #fff;
    border: 0;
    padding: 12px 44px;
    font-size: 1rem;
    border-radius: 7px;
    font-weight: 700;
}
.highlistest-inner p {
  font-size: 14px;
  padding: 0;
  text-align: left;
  color: #fff;
}
.header .header-absolute .mobile__dv a {
  background-color: #012f71;
  color: #fff;
  font-size: 1rem;
  padding: 10px 18px;
  border-radius: 7px;
  position: relative;
  text-align: center;
  font-weight: 700;
}
.highlistest-inner h2 {
  color: #fff;
  font-size: 16px;
  text-align: left;
  padding: 16px 0 10px;
  font-weight: 700;
  border-radius: 0;
}
section.programs-section.py-5.position-relative {
  background: #fff;
}
.content_fx p {
  font-size: 15px;
}
.our-missons h4 {
  color: #012f72;
  font-size: 18px;
  margin-bottom: 10px;
}
.our-missons.mt-3 p {
  font-size: 16px;
  line-height: 1.6rem;
  font-weight: 500;
  color: #171717;
  text-align: left;
}
.header .header-absolute .mobile__dv a span {
  background-color: var(--white-col);
  color: var(--bg-red);
  border: 1px solid var(--bg-red);
  padding: 5px;
  width: 40px;
  height: 40px;
  line-height: 32px;
  border-radius: 2rem;
  display: inline-block;
  position: absolute;
  left: -9px;
  top: 4px;
  text-align: center;
}
.applyBox.model-from {
  width: auto;
  margin: 0;
}
.dsu-form {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0.5rem;
}
.frmBg {
  position: relative;
  text-align: center;
}
.applyBox {
  margin: 1rem 0;
  width: 22rem;
  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: 12px;
  font-size: 14px;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
  background-color: transparent;
  border: 1px solid #717171;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact-fild-box.text-center,
.form-group {
  margin-bottom: 0;
}
.btn_submit {
  background-color: var(--text-dark);
  color: #fff;
  font-size: 18px;
  width: 100%;
  border-radius: 0.5rem;
  padding: 10px 2rem;
  border: 0;
  font-weight: 600;
}
.mobilessa {
  width: 100% !important;
  display: none;
}
.btn_submit:hover {
  background-color: var(--bg-red);
  color: var(--white-col);
}
.contact-fild-box {
  margin-bottom: 10px;
  position: relative;
}
.dsu-addmission {
  margin-top: 0%;
  display: block;
  padding: 0;
}
.formIDfid {
  padding: 0;
}
.contact-fild-box .form-control option {
  color: #000;
}
.dsu-addmission .content_bnr-flex h1 {
  font-size: 3.7rem;
  line-height: 3.5rem;
  font-weight: 800;
  color: #fff;
}
.admissons {
  background: #fe434b;
  padding: 8px;
  border-bottom-left-radius: 19px;
  border-top-left-radius: 19px;
  font-weight: 700;
  color: #fff;
}
.Registration-,
.dates {
  padding: 8px;
  font-weight: 700;
  color: #012f72;
}
.Registration- {
  border-right: 1px solid #333;
}
.addmisson-register-date.d-flex {
  background: #fff;
  width: 352px;
  padding: 0;
  border-radius: 20px;
}
.a-icon-sticky a span,
.mobile,
.mobile-sec {
  display: none;
}
span.bact {
  margin-right: 24px;
  font-weight: 400;
  padding-left: 9px;
}
.last-dates-admisson {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
}
.admission-open {
  background: url(../images/Star7.png) left top no-repeat;
  height: 89px;
  width: 89px;
  position: relative;
  top: 5px;
  left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  flex-direction: column;
}
.admission-open a {
  font-weight: 700;
  font-size: 12px;
  line-height: 123.6%;
  text-align: center;
  text-transform: uppercase;
  color: #333;
}
.blog-text > a {
  text-transform: capitalize;
}
.resiterdate {
  background: #fff;
  padding: 9px 9px 0;
  position: relative;
  left: -43px;
  z-index: -1;
  border-radius: 9px;
  top: 4px;
  width: 230px;
}
.bact-1, .durations {
    font-size: 13px;
    padding: 4px 25px;
    color: #fff;
}
.note-sec.mt-2 ul li {
    font-size: 15px;
    padding: 4px;
}
.note-sec.mt-2 ul  {

    padding-left: 22px;
}
.learning-addte {
  display: flex;
  align-items: center;
}
.section-one-area.manhs {
  border-right: 2px solid #fff;
  padding-right: 28px;
}
.learners-placed.img_resize ul {
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 40px;
}
.btn-duration-btach {
  border: 2px solid #fff;
  border-radius: 31px;
  width: 410px;
}
.bact-1 {
  border-right: 1px solid #fff;
}
section.nav-sec {
  position: sticky;
  top: 0;
}
div#navbarCollapse .nav-item a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.navbar-nav.ms-auto .nav-item {
    margin: 0 5px;
}
nav.navbar.navbar-expand-lg.navbar-light {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 4px #0000002b;
  padding: 10px 0;
  margin: 0;
}
.learners-placed.img_resize p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.learners-placed.img_resize ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  border-radius: 90px;
  margin-right: -4px;
}
.learners-placed.img_resize ul li img {
  width: 81px;
  border-radius: 50px;
}
.section-one-area.sad {
  padding-left: 25px;
}
.highlight-box img {
    width: 147px;
    height: 67px;
    text-align: left;
    width: auto !important;
}
.section-one-area h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.section-one-area p {
  color: #fff;
  font-size: 13px;
  line-height: normal;
}
.resiterdate p {
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #ae152d;
}
.resiterdate p span {
  font-weight: 800;
  font-size: 25px;
  color: #ae152d;
}
span.Duration {
  font-weight: 400;
  padding-left: 9px;
}
.about-content p {
  font-size: 17px;
  color: #000;
  font-weight: 400;
  text-align: justify;
}
 .socal-media-icons {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 35%;
    right: 0px;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    z-index: 999;
  }

  .socal-media-icons.visible {
    display: block; /* Show when visible */
  }
section.programs-highlighrts-sec.py-5.position-relative {
  background: #012f72;
}
.clr-pink {
  color: #fe434b !important;
}
section.Admission-sec.position-relative.pedagy-sec {
  background-image: linear-gradient(#e6b964, #e6b964);
}
.admisson-required h4 {
  color: #9e0a21;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
section.Admission_Application.programs-section.py-5.position-relative {
  background: #f8f9fb;
}
section.programs-section.eligiblity.py-5.position-relative {
    background: #fff;
}
.admisson-applications-sec h5 {
  color: #ae152d;
  font-weight: 600;
  font-size: 20px;
}
.admisson-applications-sec p,
.admisson-required ul li {
  font-size: 17px;
  line-height: 1.6rem;
  font-weight: 500;
  color: #171717;
}
.admisson-applications-sec p {
  padding: 6px 0 6px 40px;
}
.admisson-applications-sec.mt-4 ul {
  padding-left: 60px;
}
.highlight-box p {
  font-size: 15px;
  line-height: 1.6rem;
  font-weight: 500;
  color: #171717;
}
.highlight-box {
    background: #2e538b;
    padding: 34px 17px;
    min-height: 200px;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 17px;
}
.structure-table table tr {
    vertical-align: middle;
}
.structure-table table tr td {
    font-size: 17px;
}
.payment-opttions.mt-4 h4 {
    font-size: 27px;
    font-weight: 700;
    padding: 9px 0;
    color: #012f72;
}
.payment-opttions p {
    font-size: 16px;
}
div#pedagogy-slider i {
    font-size: 16px;
    color: #333;
    line-height: 31px;
}
.programs-sec ul li {
    padding: 5px;
    font-size: 17px;
}
.programs-sec ul {
    padding-left: 20px !important;
    /* margin: 20px !important; */
}
.owl-theme .owl-nav [class*="owl-"]:hover i {
  
    color: #fff !important;
}
.highlight-box ul {
    padding-left: 23px;
}
.highlight-box li {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  min-height: auto;
  margin-top: 14px;
}
.admisson-applications-sec.mt-4 ul li {
  padding: 3px 0;
  font-size: 16px;
  line-height: 1.6rem;
  font-weight: 500;
  color: #171717;
}
.admisson-required ul li {
  padding: 11px 0;
}
.Download_Brochure_btn.mshs {
    position: relative;
    right: 0;
    top: 27px;
    padding: 10px 37px !important;
}
.Download_Brochure_btn.mshs:hover {
    background: #fe434a;
    color: #fff;
    border-color: #fe434a;
}
.title-main-heading:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 57px;
  background: #ae152d;
  left: 0;
  top: 22px;
}
.title-main-heading {
  font-weight: 400;
  color: #757575 !important;
  padding-left: 60px;
  position: relative;
}
span.text-clr {
  color: #ae152d;
}
.apply-btns a,
.date-monts,
.gims {
  color: #fff;
  font-weight: 700;
}
.date-monts {
  font-size: 25px;
}
.apply-btns a {
  background-color: var(--bg-red);
  font-size: 1rem;
  padding: 8px 25px;
  border-radius: 5px;
  position: relative;
  text-align: center;
}
.loction.title-anims.fs-4.mt-4.lh-1.font-weight-700.text-white {
  text-align: left;
  color: #aa1f2f !important;
  font-size: 20px !important;
}
.gims {
  font-size: 30px;
}
.dsu-addmission .content_bnr-flex h1 > strong {
  background-color: var(--bg-blue);
  color: var(--bg-yellow);
  border-radius: 2rem;
  padding: 0.6rem 1rem;
  margin-bottom: 0.5rem;
  width: 210px;
  text-align: center;
}
.bnrThub {
  position: absolute;
  left: 37%;
  bottom: 0;
}
.rank-section {
  background-color: #f4f4f4;
}
.rank-section .rank__item {
  padding: 0.6rem;
  margin: 0 1rem;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  text-align: center;
  border: 2px dashed #000;
}
.rank-section .rank__item:after {
  position: absolute;
  content: "";
  background-color: var(--bg-yellow);
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.bg-grey {
  background-color: var(--bg-grey);
}
.rank-section .rank__item img {
  margin-bottom: 0.8rem;
  background-color: var(--white-col);
  border: 1px solid var(--bg-blue);
  border-radius: 5px;
}
.eligib-section {
  background-image: url(../images/GIM_sample-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  mix-blend-mode: multiply;
}
.eligib-section:after {
  position: absolute;
  background-color: var(--bg-red);
  opacity: 0.9;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.logo-ms img {
  width: 128px;
}
.with-icon input,
.with-icon select {
  display: block;
  width: 100%;
  height: auto;
  padding: 12px;
  font-size: 14px;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.elig_dv ul li,
.online__section .online__item:hover h5,
.sideNavi a {
  color: var(--white-col);
}
input[type="checkbox"] {
  left: 0 !important;
  position: relative;
}
.sideNavi {
  position: fixed;
  top: 50%;
  right: -43px;
  z-index: 2;
}
.sideNavi a {
  background-color: #aa1f2f;
  font-weight: 500;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  border-right: 0;
  font-size: 1.1rem;
  padding: 12px 15px;
  display: block;
  margin-top: 25px;
}
.electives__item {
  background-color: #f4f4f4;
  padding: 1.2rem;
  border-radius: 0.6rem;
  height: 340px;
}
.blog-text > a,
.blog-text > a::before,
.jain_section .col-lg-3:after,
.offeredbxawd-content {
  background-color: var(--bg-blue);
}
.electives__item:hover {
  background-color: var(--bg-yellow);
}
.elig_dv ul li:after {
  position: absolute;
  content: "";
  background-image: url(../images/shapes.svg);
  background-repeat: no-repeat;
  left: 0;
  width: 40px;
  height: 40px;
  top: 15px;
}
.elig_dv ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.4;
  padding: 1rem 0 1rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.digitally-one__counter-single .plus {
  top: 7px;
  position: relative;
}
.digitally-one__counter-single .odometer,
.digitally-one__counter-single .plus {
  font-size: 2.2rem;
  color: var(--bg-blue);
}
.digitally-one__counter-single p {
  font-size: 1.2rem;
  color: var(--bg-blue);
}
.jain_section .col-lg-3:last-child:after {
  background-color: transparent;
}
.jain_section .col-lg-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  opacity: 0.3;
}
.jain_section .rank__item {
  padding: 2rem 1rem;
  border-radius: 1rem;
  position: relative;
}
.jain_section .rank__item:hover {
  background-color: var(--bg-yellow);
}
.online__section .online__item .icon_svg svg {
  height: 40px;
  width: 100%;
}
.online__section .online__item .icon_svg img {
  width: 50px;
  text-align: center;
  margin: 0 auto;
}
.online__section .online__item .icon_svg {
  background-color: #fff;
  width: 85px;
  height: 85px;
  border-radius: 100%;
}
.online__section .online__item {
  display: flex;
  align-items: center;
  padding: 1rem;
}
.online__section .online__item h5 {
  color: var(--white-col);
  width: 70%;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-left: 1rem;
}
.online__section .owl-item:last-child .online__item,
ul.listing li:last-child {
  border: 0;
}
.online__section .online__item:hover {
  background-color: var(--text-dark);
}
.recruiters-section .recruiters-item .recruiters-logo {
  position: relative;
  padding: 1rem;
  width: 100%;
  display: block;
  overflow: hidden;
  -ms-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.recruiters-section .recruiters-item:nth-child(5n) .recruiters-logo {
  border-right: 0px solid var(--bg-yellow);
}
.recruiters-section .recruiters-item .recruiters-logo:last-child {
  border-bottom: 0 solid var(--bg-yellow);
}
.Eligibility_texta h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}
.Eligibility_texta p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 9px;
}
.w-70 {
  width: 80% !important;
}
.banner-logo .rankDv {
  background-color: var(--white-col);
  padding: 0 0.8rem;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.banner-logo .rankDv .Top {
  color: var(--bg-red);
  font-weight: 700;
  margin: 0.2rem 0;
  display: block;
}
.banner-logo .rankDv .Ranked {
  font-size: 0.7rem;
  font-weight: 600;
}
.offeredbxawd-content {
  border-radius: 1.3rem;
  text-align: center;
  padding: 1.2rem;
  height: 235px;
}
.offeredbxawd-content p {
  color: var(--white-col);
  font-size: 14px;
  line-height: 1.4;
}
.offered__dv {
  padding: 0.5rem 1.5rem;
}
.footer,
.teacher-name p,
.thankyou-sec .hero-thankyou .fsize14 {
  font-size: 14px;
}
.desktop {
  display: block;
}
ul.listing li {
  position: relative;
  color: var(--text-dark);
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-size: var(--font);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.5;
}
ul.listing li:after {
  position: absolute;
  left: 0;
  top: 10px;
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  color: var(--bg-red);
}
.entitledTxt ul.listing li {
  position: relative;
  color: var(--white-col);
  padding: 0.8rem 0 0.8rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.4;
  border: 0;
}
.entitledTxt ul.listing li:after {
  position: absolute;
  left: 0;
  top: 6px;
  content: "#";
  font-weight: 700;
  color: #ffd01e;
  font-size: 1.8rem;
}
.blog-text > a {
  color: var(--white-col);
}
.blog-text > a:hover {
  color: #333 !important;
}
.blog-text > a::before {
  content: "";
  transform-origin: 50% 0 0;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  margin: 5px;
  padding: 1px 7px !important;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  background-color: var(--white-col) !important;
  color: var(--bg-blue) !important;
  font-size: 1.8rem !important;
  border-radius: 100% !important;
  width: 2rem !important;
  height: 2rem !important;
  line-height: 1.5rem !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #aa1f2f !important;
  color: var(--white-col) !important;
}
.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: var(--bg-red) !important;
  width: 30px !important;
}
.development-section .development_flex .partners__item,
.eff {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.eff:hover {
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
}
.hover:hover .icon_svg,
.partners__item:hover .icon_svg {
  -o-transition: 0.9s;
  -ms-transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz--transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.elig_section {
  border: 1px solid var(--bg-red);
}
.elig_section .eli-ab span.text-dark {
  position: absolute;
}
.elig_section:after {
  position: absolute;
  width: 32%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: var(--bg-red);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
}
.number-text:hover,
.partners__item.fac__white:hover img {
  background: #aa1f2f;
}
.poten_item {
  color: #001c54;
  font-size: 1.2rem;
  margin-top: 0.8rem;
}
.poten_item svg {
  width: 45px;
  margin-right: 0.8rem;
}
.poten_item svg path {
  fill: #001c54;
}
.number-text:hover:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: #000;
  right: 11px;
  z-index: 999;
  bottom: 1px;
  border-radius: 60px;
}
.number-text:hover {
  border-top-left-radius: 20px !important;
  border-radius: 0;
  border-bottom-right-radius: 20px !important;
  position: relative;
}
.highlistest-inner {
  background: #3e107c;
  padding: 30px;
  border-radius: 14px;
  min-height: 249px;
}
.number-text:hover:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  background: #fff;
  right: -5px;
  bottom: -16px;
  border-radius: 60px;
}
.number-text {
  background: #0d4099;
  padding: 20px;
  transition: 0.5s;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: normal;
}
.number-text p {
  font-size: 18px;
  color: #fff;
  padding: 0 9px;
}
.highlistest-inner:hover {
  background: #0089c7;
}
.highlistest-inner:hover p {
  color: #fff;
}
.pedefay-list ul li {
  width: 100%;
  display: inline-block;
  padding: 10px;
  list-style: decimal !important;
  font-size: 15px;
}
.teacher-name {
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  text-align: center;
}
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 35%;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
}
.btn-donwloads a {
  background-color: #aa1f2f;
  color: #fff;
  font-size: 1rem;
  padding: 8px 25px;
  border-radius: 5px;
  position: relative;
  text-align: center;
  font-weight: 700;
}
.tab-title {
  font-size: 21px;
  font-weight: 700;
  color: #aa1f2f;
  margin-bottom: 10px;
  border-bottom: 2px solid #aa1f2f;
  padding-bottom: 4px;
}
.tab-credit {
  font-weight: 700;
  font-size: 16px;
}
.content-tab-list-details {
  padding: 0 30px;
}
.content-tab-list-details ul li {
  padding: 5px;
  font-size: 15px;
}
.content-tab-headers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn-donwloads {
  position: absolute;
  right: 0;
  top: 22px;
}
.resp-vtabs ul.resp-tabs-list::-webkit-scrollbar {
  width: 5px;
}
.resp-vtabs ul.resp-tabs-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #333;
  border-radius: 10px;
}
.resp-vtabs ul.resp-tabs-list::-webkit-scrollbar-thumb {
  background: #0d4099;
  border-radius: 5px;
}
.resp-vtabs ul.resp-tabs-list::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.teacher-name h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 3px;
}
.row.recruiters-btn_sec.position-relative {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
}
.category-tab ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.category-tab ul li a {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  border: 1px solid #ddd;
  padding: 16px;
  border-radius: 10px;
}
ul.nav.nav-justified.eligibility a.nav-link.active {
  color: #fff;
  background: #012f72;
  border-bottom: 0;
  border-radius: 10px;
}
.inner-tabs-sec ul li {
  list-style: none;
  font-size: 17px;
  padding: 10px 0;
  color: #333;
}
.inner-tabs-sec ul li img {
  padding-right: 10px;
}
.inner-tabs-sec ul p {
  font-size: 22px;
  font-weight: 600;
}
.inner-tabs-sec h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
section.recruiters-section {
  background: #3e107c;
}
.number-text h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
}
.partners__item:hover .facilities_flex {
  border-color: var(--bg-red);
}
.eligbilty-img-sec,
.partners__item.fac__white {
  text-align: center;
}
.content_fx h5 {
  font-size: 16px;
}
.partners__item .facilities_flex {
  margin: 1.5rem 0;
  background-color: var(--bg-grey);
  border-right: 10px solid #d3d3d3;
  padding: 0.8rem 1.5rem;
}
.facilities_flex {
  display: flex;
  align-content: center;
  align-items: center;
}
.facilities__section .partners__item .icon__choice {
  width: 130px;
  height: 130px;
}
.flex-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tabs-ones ul li img {
  float: left;
  margin-right: 8px;
  position: relative;
  top: 11px;
}
.blog-text > a {
  background-color: var(--bg-red);
  border: 1px solid var(--white-col);
  color: var(--white-col);
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  padding: 0.8rem 1.8rem;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition: color 0.3s;
  vertical-align: middle;
  display: inline-block;
  font-size: 1.2rem;
  width: auto;
}
.blog-text > a:hover {
  color: var(--bg-red);
}
.blog-text > a::before {
  border-radius: 30px;
  background-color: var(--bg-yellow);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  transform: scaleX(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.blog-text > a:hover::before {
  transform: scaleY(1);
}
.eligbilty-img-sec img {
  width: 240px;
}
.tabs-ones tr td {
  font-size: 16px;
  padding: 11px 23px;
}
.Eligibility_texta ul li {
  padding: 10px;
  font-size: 16px;
}
.tabs-ones ul li {
  display: inline-block;
  width: 49%;
  padding: 15px;
  background: #fff;
  font-size: 18px;
  line-height: 25px;
  list-style-type: decimal !important;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
.a-icon-sticky a img,
.amenities__section .amenities__item .amenities__icon svg,
.facilities__section .partners__item .icon__choice svg {
  width: 100%;
}
.icon_svg img {
  height: 60px;
}
.development-section .facilities_flex h5 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
section.position-relative.downlaod__section.py-5 {
  background: #2d2d2d;
}
section.position-relative.downlaod__section h4 {
  color: #fff;
  padding: 16px 0;
}
.step__flex {
  width: 250px;
  margin: 0 auto;
}
.testimonail-item {
  background: #0d4099;
  border-radius: 10px;
  min-height: 400px;
  position: relative;
}
.req {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}
div#remore .modal-dialog {
  max-width: 1010px;
}
.meaages-fers p {
  font-size: 15px;
  margin-bottom: 9px;
}
.meaages-fers {
  padding: 0 18px;
}
.blog-tsasad.text-end.wow.fadeInUp.mt-3.animated a {
  color: #fff;
  font-weight: 700;
}
section.about-bg-sec.position-relative.students__section.py-5 {
  background: url("../images/about-bg.webp") 0 0 / cover;
}
.apply-btns.mt-4.sad a {
  color: #333;
}
.testimonal-details {
  background: #ffff;
  width: 85%;
  border-top-right-radius: 50px;
  padding: 9px 20px;
  position: absolute;
  bottom: 0;
}
.testimonal-details h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 3px;
}
.testimonal-details p {
  font-size: 12px;
  margin-bottom: 9px;
}
.testimonail-content p {
  color: #fff;
  font-size: 13px;
  padding: 20px;
  text-align: justify;
}
.amenities__section .amenities__item {
  margin-top: 1.8rem;
}
.amenities__section .amenities__item:hover .amenities__icon {
  background-color: var(--bg-yellow);
  border-color: var(--white-col);
}
.amenities__section .amenities__item:hover h6,
.amenities__section .amenities__item:hover p {
  color: var(--bg-yellow) !important;
}
.amenities__section .amenities__item .amenities__icon {
  background-color: var(--white-col);
  border: 15px solid rgba(224, 24, 30, 0.5);
  padding: 1.5rem;
  margin-bottom: 1rem;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.amenities__section .amenities__item p {
  font-size: 1.2rem;
  color: var(--white-col);
  line-height: 1.2;
  margin: 0 auto;
}
.amenities__section .amenities__item p span {
  font-size: 0.8rem;
  color: var(--white-col);
  line-height: 1.2;
  margin: 0 auto;
}
.loction.w-75.title-anim.fs-4.mt-4.lh-1.font-weight-700.text-white {
  background: #496dab;
  padding: 10px 8px;
  text-align: center;
  border-radius: 20px;
  font-size: 21px !important;
}
.amenities__section .amenities__item .process-icon_eff {
  position: absolute;
  top: 35%;
  left: -8%;
}
.amenities__section .amenities__item .process-icon_eff-rt {
  position: absolute;
  top: 35%;
  right: -8%;
}
.students__section .students__item {
  border: 1px solid var(--text-dark);
  padding: 0.3rem;
  border-radius: 1rem;
  margin: 0.5rem;
}
.video-play-fluid.position-relative img {
  border-radius: 1rem;
}
.aheadTestimonial .img-outer img {
  width: 82px;
  height: 82px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 100px;
}
.faq-section .accordion-button:not(.collapsed)::after {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.1rem;
  transform: translate(-5px, -4px);
  transform: rotate(0);
}
.faq-section .accordion-button[aria-expanded="true"] {
  background: var(--bg-red);
  color: var(--white-col);
}
.faq-section .accordion-button[aria-expanded="true"]::after {
  background-image: none;
  font-family: "Font Awesome 5 Pro";
  content: "\f068";
}
.faq-section .accordion-button {
  padding: 0.6rem 1rem;
  background-color: #212121;
  color: var(--white-col);
  box-shadow: none;
  border: 1px solid #e6e6e6;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.faq-section .accordion-button::after {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  font-size: 1.1rem;
  background-image: none;
  font-weight: 100;
  color: var(--white-col);
  border-radius: 100%;
  text-align: right;
}
.faq-section .accordion-item {
  border: 0;
  background-color: #fff6f6;
}
.card.program-card {
  box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
}
.card-body h3 {
  font-size: 1.2rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--bg-red);
  border-bottom: 1px solid var(--text-dark);
}
.program-card h4 {
  font-size: 1rem;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  line-height: 1.3;
  font-weight: 500;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
}
.totalFee span.del {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #e0181e;
}
.totalFee span.del::before {
  position: absolute;
  content: "";
  background: #040404;
  width: 100%;
  height: 1px;
  top: 10px;
  transform: rotate(176deg);
}
.program-card ul li {
  list-style-type: none;
  font-size: 14px;
  padding: 0.2rem 0;
  color: #333;
  font-weight: 500;
}
.program-card ul li span {
  font-weight: 600;
  color: var(--bg-red);
}
.program-card .card-footer {
  padding: 0;
  background: #fff;
}
.program-card .card-footer a {
  color: #fff;
  font-size: var(--font);
  text-decoration: none;
  padding: 15px 0;
}
.program-card .card-footer a:hover {
  color: #fff;
  background-color: var(--text-dark);
  border-color: var(--text-dark);
}
.program-card .card-footer img {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.program-card .card-footer span {
  color: #333;
  font-size: 14px;
}
.program-card .card-footer span b {
  color: #e31e24;
}
.card-h-150 {
  height: 150px;
}
.faq-section .accordion-button svg {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1rem;
}
.faq-section .accordion-button svg path {
  fill: var(--white-col);
}
.animate-text {
  background-image: linear-gradient(
    -225deg,
    #231557 0,
    #44107a 29%,
    #cf1212 67%,
    #cf1212 100%
  );
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: 2s linear infinite textclip;
  display: block;
  margin-top: 0.5rem;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
#home-slider.owl-theme .owl-dots,
#home-slider.owl-theme .owl-nav {
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv {
  margin: auto;
  position: relative;
  z-index: 1;
}
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv h3 {
  font-size: 2.6rem;
}
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv p {
  font-size: 18px;
  line-height: 1.4;
}
.thankyou-sec .hero-thankyou .bc-img01 {
  height: 100vh;
  background-size: cover;
  padding-top: 4%;
}
.thankyou-sec .hero-thankyou .dow__section {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.thankyou-sec .hero-thankyou .bc-img01:after {
  position: absolute;
  background: #fff;
  opacity: 0.9;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tabs_list {
  padding: 10px;
  margin: 0 auto;
  width: 640px;
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: 500;
  background: #fff;
  text-align: center;
}
.programs__item,
.programs__item .image-box .image,
.programs__item .radius2 {
  border-radius: 1rem;
}
.tabs_list li .nav-link {
  padding: 1.2rem 10px;
  font-weight: 600;
  border-radius: 30px;
  width: 300px;
  color: var(--text-dark);
  font-size: 32px;
}
p.pgdms {
  font-size: 24px;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
.accordion-body ul {
  padding-left: 24px;
}
.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slide img {
  object-fit: contain;
  width: 200px;
  height: 90px;
}
.slider::after,
.slider::before {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: 40s linear infinite scroll;
  animation: 40s linear infinite scroll;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}
.eligbilty--sec p {
  font-size: 16px;
  margin-bottom: 10px;
}
.tabs_list li {
  background-color: var(--bg-grey);
  border-radius: 30px;
  margin-right: 7px;
  cursor: pointer;
}
.tabs_list li .nav-link.active {
  color: #ffc600 !important;
  background-color: var(--bg-red);
}
.programs__item .title {
  padding: 1.5rem 0;
}
.programs__item .title p {
  padding: 0.2rem 0;
  color: var(--text-dark);
  font-size: 14px;
}
.programs__item {
  margin: 1.5rem 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  padding: 0.8rem;
  min-height: 415px;
}
.title.position-relative h3 {
  height: 37px;
}
.icon_svg.step__flex.flex-c img {
  height: auto;
}
.programs__item .image-box .image img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.programs__item .image-box .heading {
  text-align: center;
  width: 50%;
  margin: -15px auto 2rem;
  background-color: var(--bg-blue);
  color: var(--white-col);
  padding: 0.5rem 0;
}
.programs__one .programs__item .btnApply {
  position: absolute;
  right: 0.5rem;
  bottom: 1rem;
}
.programs__one .programs__item .blog-text > a {
  background-color: transparent;
  color: var(--text-dark);
  font-size: 1.1rem;
}
.programs__one .programs__item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  background-color: var(--bg-red);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.programs__one .programs__item:hover:after {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  content: "";
  z-index: -1;
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.programs__one .programs__item:hover .blog-text > a:hover {
  color: var(--text-dark) !important;
}
.programs__one .programs__item:hover .blog-text > a,
.programs__one .programs__item:hover .title h3,
.programs__one .programs__item:hover .title p {
  color: var(--white-col) !important;
}
.programs__one .programs__item:hover .blog-text > a::before {
  background-color: var(--white-col) !important;
}
