.widget-title h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 0%;
  text-align: center;
  color: #212529;
}

.widget-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #212529;
  margin-top: 10px;
}

.eligibility_section {
  background: url(../images/eligibility_banner.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.eligibility_section .elig_box {
  position: relative;
}

.eligibility_section ul {
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  z-index: 0;
  border: 1px solid #d8d8d8;
  background-color: #fff;
}

.eligibility_section ul li {
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  line-height: 24px;
  letter-spacing: 0%;
  color: #212529;
}

.eligibility_section .img_box {
  position: relative;
  z-index: 2;
}

.eligibility_section .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

ul li {
  position: relative;
  padding-left: 1.5em;
  /* Space for icon */
}

ul li::before {
  content: "\f00c";
  /* Unicode for Font Awesome check (fa-check) */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* Required for solid icons */
  position: absolute;
  left: 0;
  top: 0;
  color: #005479;
  /* Optional: icon color */
}

.specialization_section {
  /* background: url(../images/offered_bg.webp); */
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.specialization_section .spec_div {
  border-radius: 10px;
  min-height: 180px;
  padding: 20px;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: #fff;
  border: 1px solid #d8d8d8;
}

.specialization_section .spec_div:hover {
  border: 1px solid #ffc107;
  transition: all 0.5s;
}

.specialization_section .spec_div:hover img {
  filter: invert(39%) sepia(92%) saturate(3554%) hue-rotate(360deg)
    brightness(101%) contrast(100%);
}

.specialization_section .spec_div img {
  width: 54px !important;
  height: 54px !important;
  object-fit: contain !important;
  margin-bottom: 5px;
}

.specialization_section .spec_div p {
  text-align: center;
  color: #212529;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
}

.certication_section h2 {
  text-align: left !important;
}

.certication_section {
  background: url(../images/degree_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.admi_section .admission_box {
  height: 100%;
  overflow: hidden;
  border-radius: 10px 0px 10px 0px;
  /* border: 1px solid #d8d8d8; */
  border: 1px solid #545454;
  padding: 25px 0px 30px 0px;
  position: relative;
}

.admi_section .admission_box::after {
  content: "";
  position: absolute;
  width: 300px;
  bottom: 0;
  right: 0;
  height: 130px;
  background-color: #ffc107;
  clip-path: polygon(
    100% 0,
    100% 0,
    100% 20%,
    100% 80%,
    100% 100%,
    0 100%,
    44% 54%
  );
  z-index: -1;
}

.admi_section .admission_box h6 {
  font-weight: 500;
  font-size: 20px;
  padding: 0px 20px 5px 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212529;
}

.admi_section .admission_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 5px 20px;
  letter-spacing: 0%;
  color: #212529;
}

.admi_section .admission_box button {
  background-color: #131d3b;
  border-radius: 5px;
  padding: 12px 30px;
  color: #fff;
  margin-top: 9%;
  margin-left: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.admi_section .admission_box ul {
  margin-left: 20px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  flex-direction: row;
  gap: 30px;
}

.admi_section .admission_box ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  letter-spacing: 0%;
  color: #212529;
}

.admi_section .admission_box hr {
  color: #d8d8d8;
  background-color: #d8d8d8;
  opacity: 1;
}

.admi_section .admission_box .img_gall {
  display: flex;
  margin-top: 0px;
  padding: 0px 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  width: 70%;
  align-items: center;
  /* background: #000; */
}

.admi_section .admission_box .img_gall img {
  width: 120px;
  height: auto;
  object-fit: contain;
  background: #051987;
  padding: 2px;
}

.cohort_section {
  background: url(../images/proffesion_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cohort_section .widget-title h2 {
  text-align: left !important;
}
/* .eligibility_section .widget-title{
    margin-bottom: -50px !important;
} */
.cohort_section .nav-tabs {
  display: flex;
  margin-top: 2em;
  flex-direction: column;
  border: none !important;
  gap: 20px;
  margin-left: 0 !important;
  width: 100%;
}

.cohort_section .nav-tabs .nav-item {
  padding-left: 0;
}

/* .cohort_section .nav-tabs .nav-item:first-child {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
} */
.cohort_section .nav-tabs .nav-item {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
}

.cohort_section .nav-tabs .nav-item::before {
  display: none !important;
}

.cohort_section .nav-tabs .nav-link {
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  border-radius: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;

  color: #fff;
}

.cohort_section .nav-tabs .nav-link.active {
  color: #212529;
  border: 1px solid #ffc107;
  background-color: #f7d4c4;
}

.cohort_section .tab-content {
  border: none !important;
}

.cohort_section .tab-content img {
  /* width: 100% !important;
    object-fit: contain !important;
    height: 330px !important; */
  width: 180px !important;
  object-fit: contain !important;
  height: 180px !important;
  object-position: center;
  border-radius: 50%;
  border: 1px solid #812800;
}

.proggram_section .nav-tabs {
  display: flex;
  width: max-content;
  margin: auto;
  justify-content: center;
  position: relative;
  border: none !important;
  padding-bottom: 5px;
}
.proggram_section .nav-tabs .nav-item::before {
  display: none;
  border: none;
}

.proggram_section .nav-tabs .nav-item {
  padding-left: 0;
  border: none !important;
}
.proggram_section .nav-tabs .nav-item .nav-link {
  border: none !important;
  font-weight: 400;
  position: relative;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212529;
  background-color: transparent !important;
  padding-bottom: 15px;
}
.proggram_section .nav-tabs .nav-item .nav-link::after {
  position: absolute;
  content: "";
  border-radius: 10px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -05px;
  height: 7px;
  display: none;
  background-color: #ffc107;
}
.proggram_section .nav-tabs::after {
  width: 100%;
  height: 14px;
  border-radius: 10px;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px #00000040;
  z-index: -1;
}
.proggram_section .nav-tabs .nav-item .nav-link.active::after {
  display: block !important;
}

.proggram_section .tab-content {
  border: none !important;
}

.proggram_section .program_box_container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  width: 80%;
  margin: auto;
}

.proggram_section .program_box_container .program_box {
  display: flex;
  padding: 20px;
  background-color: #3F51B5;
  border-radius: 12px;
  display: flex;
  width: 48%;
  transition: all 0.5s;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.common_cta {
  padding: 15px 30px;
  color: #fff;
  background-color: #ffc107;
  border-radius: 8px;
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.common_cta:hover {
  background-color: #131d3b;
  color: #fff;
}
.proggram_section .program_box_container .program_box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 97%;
  height: 85%;
  background-color: transparent;
  border: 2px solid #fec007;
  border-radius: 10px;
}
.proggram_section .program_box_container .program_box:hover {
  transform: translateY(-10px);
  transition: all 0.5s;
}
.proggram_section .program_box_container .program_box .icon_prg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.proggram_section {
  background: url(../images/overview_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.proggram_section .program_box_container .program_box .icon_prg img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.proggram_section .program_box_container .program_box h6 {
  width: calc(100% - 70px);
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  line-height: 24px;
  letter-spacing: 0%;
}

.online_degree_section .widget-title h2 {
  text-align: left !important;
}
.online_degree_section .degree_ul_container {
  height: 100%;
  background-color: #131d3b;
  border-radius: 15px;
}
.online_degree_section .degree_ul_container ul {
  padding: 10px 0px;
}
.online_degree_section .card {
  padding: 30px;
  border: 1px solid #ffc107;
  border-radius: 10px;
}
.online_degree_section .h_full {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 10px;
}
.online_degree_section .degree_ul_container ul li {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  padding: 15px 40px 15px 60px;
  line-height: 100%;
  letter-spacing: 0%;
}
.online_degree_section .degree_ul_container ul li::before {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.online_degree_section .degree_ul_container ul li:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
.online_degree_section .degree_ul_container ul li:hover {
  background-color: #ffc107;
}

/* White arrow for collapsed state */

/* White arrow for expanded state */
.items-center {
  align-items: center;
}

.desktop {
  display: block;
}

.widget-title {
  margin-bottom: 40px;
}

.accredation_section {
  background-color: #131d3b;
}

.accredation_section .accred_box {
  padding: 05px 15px;
}

.accredation_section .accred_box h6 {
  color: #ffc107;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 0%;
  margin-bottom: 5px;
}

.accredation_section .accred_box.br {
  border-right: 1px solid #d8d8d8;
}

.accredation_section .accred_box p {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
}

.brand-logo-section {
  width: auto;
  height: 100%;
}

/* .brand-logo-section .ty{
    height: 70px !important;
} */

.zIndex2 {
  z-index: 2;
}

/*== HEADER CSS START ==*/

/*== BANNER CSS START ==*/
.dsu-form {
  width: 410px;
  min-height: 400px;
  margin: 02rem auto 0;
  padding: 1.5rem 1rem;
  float: right;
  position: relative;
  z-index: 1;
  border-radius: 0px;
  background-color: #fff;
}

.frmBg {
  position: relative;
  text-align: center;
  padding: 0 0;
}

.frmBg h2 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  background: linear-gradient(1deg, #00176f 50%, #00176f 103.7%);
  padding: 5px 0px;
  color: #ffffff;
}

.owl-theme .owl-nav {
  margin: 0;
}
.contact_fild {
  padding: 0.5rem 10px 0;
}

.dsu-intro {
  position: relative;
  z-index: 2;
}

.dsu-addmission {
  margin-top: 0rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px;
  height: 100%;
}

.dsu-addmission .bannerContent .blob h1 {
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(90deg, #ffbc00 50%, #ffffff 103.7%);
  -webkit-background-clip: text;
  font-size: 44px;
  line-height: 62px;
  display: inline-block;
  font-weight: 800;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox */
  color: #fff;
}

.dsu-addmission .bannerContent .blob h2 {
  color: #fff;
  font-size: 38px;
  line-height: 42px;
  font-weight: 400;
}

.dsu-addmission .bannerContent .blob h3 {
  font-weight: 500;
  font-size: 23px;
  line-height: 38px;
  letter-spacing: 0%;
  background-color: #ffffff33;
  padding: 10px 20px;
  color: #fff;
  border-radius: 7px 7px 0px 0px;
  border-bottom: 5px solid #ffc107;
  margin: 35px 0px;
}

.dsu-addmission .bannerContent .blob .content_box p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  padding: 5px 0px 13px 0px;
}

.dsu-addmission .bannerContent .blob .content_box p:not(:last-child) {
  border-bottom: 1px solid #ffffff66;
  margin-bottom: 10px;
}

.dsu-addmission .bannerContent .blob .content_box p img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-right: 10px;
}

.recognized_section .recog_box {
  box-shadow: 0px 4px 4px 0px #00000040;
  width: 75%;
  padding: 20px;
  margin: auto;
  position: relative;
  top: -20px;
  background-color: #fff;
}

.recognized_section .recog_box .recog_img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  border-right: 1px solid #d8d8d8;
}

.recognized_section .recog_box .recog_img img {
  width: 100% !important;
  height: 100px;
  object-fit: contain;
}

.recognized_section .recog_box .col-6.col-lg-3:last-child .recog_img {
  border: none !important;
}

.ftr__btm {
  position: absolute;
  bottom: 0rem;
  left: 0;
}

/*== Footer css start ==*/
.footer {
  padding: 20px 90px !important;
  background: #222;
  text-align: left;
  border-top: solid 1px #fff;
}

.footer p {
  text-align: center !important;
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.desktop {
  display: block;
}

/* .modal-content {
    width: 380px;
} */
.slider-2.single-slider {
  padding-top: 40px;
  padding-bottom: 130px;
}
.slider-2.single-slider {
  padding-top: 40px;
  padding-bottom: 130px;
}

#spec_slider.owl-theme .owl-nav [class*="owl-"] {
  background-color: #fff;
  border: 1px solid #e9ecff;
  color: #000000;
  border-radius: 100%;
  text-align: center;
  width: 35px;
  position: absolute;
  height: 35px;
  line-height: 28px;
}

#spec_slider.owl-theme .owl-nav .owl-next {
  right: 0px;
  bottom: 110%;
}

#spec_slider.owl-theme .owl-nav .owl-prev {
  right: 50px;
  bottom: 110%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffc107 !important;
  margin-top: 10px !important;
  width: 30px !important;
}

.thankyou-sec .bc-img01 {
  background-color: transparent !important;
  mask-image: none;
}

.thankyou-sec .bc-img01::after {
  display: none;
}
