@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #1a1a1a;
}

a {
  text-decoration: none;
  color: #e5322d;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

a:hover {
  color: #e5322d;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}

:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  color: #1a1a1a;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 20px 0;
  line-height: 25px;
}

ul,
ol {
  margin: 0;
}

strong,
b {}

/*----------------------------------------------*/
.header {
  width: 100%;
  display: table;
  padding: 0 0 12px;
}

.header .navbar.navbar-dark .navbar-nav .nav-link {
  color: #2b2a29;
  font-size: 18px;
  padding: 0 16px;
  font-weight: 500;
}

.navbar-nav .nav-item {
  border-left: 1px solid #000;
}

.navbar-nav .nav-item:first-child {
  border-left: 0 solid #000;
}

.header .navbar.navbar-dark .admiss {
  margin-left: 25px;
}

.bc-img01 {
  background-image: url(../images/mbanner.webp);
  background-size: cover;
  padding-top: 3em;
  padding-bottom: 3em;
  background-position: center center;
  background-repeat: no-repeat;
}

.dsu-addmission .bannerContent .logs {
  position: relative;
}

.dsu-addmission .bannerContent .logs img {
  width: 30%;
}

.dsu-addmission .bannerContent h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.dsu-addmission .bannerContent h4 {
  font-size: 1.9rem;
  line-height: 1;
  color: #f57b12;
}

.dsu-addmission .bannerContent .dyText {
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 75px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  display: inline-block;
  /* background: #af2a30; */
  border-radius: 5px;
  padding: 0 15px;
  margin-top: 20px;
  position: relative;
  background: linear-gradient(to bottom, #e5345c, #792358);
}

.dsu-addmission .bannerContent .dyText::before {
  position: absolute;
  right: -75px;
  top: -52px;
  width: 130px;
  height: 100px;
  height: 100px;
  content: '';
  background-image: url(../images/cap1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.dsu-addmission .bannerContent .stroText {
  font-size: 70px;
  font-weight: 800;
  color: #af2a30;
}

.dsu-addmission .bannerContent h4 span {
  color: #fff;
  font-weight: 700;
}

.dsu-addmission .bannerContent h4 {
  padding: 4px 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  border: 1.4px solid #fff;
  display: inline-block;
  border-radius: 20px;
  margin-top: 20px;
}

.dsu-addmission .bannerContent .admi__content-btn .bg-whi {
  border-radius: 50px;
  height: 100%;
  margin-top: 15px;
}

.dsu-addmission .bannerContent hr {
  background: #8889a3;
  height: 1px;
  opacity: initial;
}

.dsu-addmission .bannerContent .admi__content-btn strong b {
  font-weight: 500;
}

.dsu-addmission .bannerContent .admi__content-btn .bg-whi span {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.dsu-addmission .bannerContent .admi__content-btn p {
  display: table;
  padding: 0.5rem 0;
  font-size: 17px;
  font-weight: 500;
}

.dsu-addmission .bannerContent .admi__content-btn .listing {
  padding-top: 15px;
}

.dsu-addmission .bannerContent .admi__content-btn .listing ul {
  list-style: disc;
  margin-left: 20px;
}

.dsu-addmission .bannerContent .admi__content-btn .listing ul li {
  font-size: 18px;
  line-height: 27px;
  color: #000;
  font-weight: 500;
}

.dsu-addmission .bannerContent .ban_usp_content {
  border-radius: 8px;
  background-color: #2a2a2a;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid #5a5a5a;
  padding: 7px;
  min-height: 92px;
}

.dsu-addmission .bannerContent .extraD {
  width: 175px !important;
}

.dsu-addmission .bannerContent .ban_usp_content img {
  height: 25px;
  width: 25px;
}

.dsu-addmission .bannerContent .admi__content-btn .banFlex,
.ranke_section .rankingContent .contentImg .dflex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.dsu-addmission .bannerContent .ban_usp_content h2 {
  font-size: 14px;
  line-height: 17px;
  margin-top: 5px;
  color: #ffdb6f;
  font-weight: 700;
  text-align: center;
}

.dsu-addmission .bannerContent .ban_usp_content .bfont {
  font-style: normal;
  font-weight: 800;
  font-size: 15.8053px;
  line-height: 19px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;


}

.dsu-addmission .bannerContent .ban_usp_content p {
  font-size: 10px;
  padding: 0;
  line-height: 13px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.dsu-addmission .bannerContent .ban_usp_content .bfontt {
  font-style: normal;
  font-weight: 400;
  font-size: 12.6443px;
  line-height: 15px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  padding: 0px 20px 0 0;
  border-right: 1px solid #ccc;
}


.feature-box:last-child {
  border-right: none;
}

.icon {
  font-size: 18px;
  color: #fff;
}

.feature-box strong {
  font-style: normal;
  font-weight: 700;
  font-size: 13.8053px;
  line-height: 0px !important;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.feature-box span {
  font-style: normal;
  font-weight: 400;
  font-size: 12.6443px;
  line-height: 15px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.feature-box div {
  line-height: 20px;
}

.features-strip {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  gap: 15px;
  margin-top: 6px;
}

.frmdsgn {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 12px;
  z-index: 1;
  float: right;
  width: 400px;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.frmdsgn h2.heading {
  font-size: 22px !important;
  margin-bottom: 25px;
}
.frmdsgn .form-control {
  padding: 5px 0 5px 5px;
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(0, 0, 0, 0.8);
  background-color: #d1d2d4;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  margin-bottom: 10px;
}

.header {}

.header {
  padding: 15px 0px;
}

.header .dept-logo strong {
  font-size: 18px;
  display: block;
  line-height: 27px;
}

.header .dept-logo .logo-en-text {
  font-weight: 700;
  font-size: 26px;
}

.header .dept-logo .dept-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
}

.header .col-sm-3 {
  align-self: center;
}

.header .col-sm-6 {
  align-self: center;
}

.header a.cntctp {
  background: linear-gradient(to bottom, #e5345c, #792358);
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: bold;
}

.header a.cntctp:hover {
  background: linear-gradient(to bottom, #792358, #e5345c);
}

.mnustp {
  background-color: #f6f3ee;
  border-top: 1px solid #d8d8d8;
}

.mnustp .mobile-header__menu-button {
  display: none;
}

.mnustp .main-menu {
  display: inline-block;
  vertical-align: middle;
}

.mnustp .main-menu nav {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.mnustp .main-menu nav ul {
  display: block;
  padding: 0;
}

.mnustp .main-menu nav ul li {
  display: inline-block;
  position: relative;
}

.mnustp .main-menu nav ul li:last-child {
  margin-right: 0;
}

.mnustp .main-menu nav ul li a {
  padding: 0 16px;
  line-height: 44px;
  text-decoration: none;
  display: block;
  font-weight: 600;
  outline: none;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  text-transform: inherit;
  position: relative;
  color: #000;
  font-size: 15px;
}

.mnustp .main-menu nav ul li a i {
  font-size: 10px;
}

.mnustp .main-menu nav ul li a:hover {
  color: #FFCD02;
}

.mnustp .main-menu nav ul li ul.mega-menu {
  background-color: #fff;
  display: block;
  left: 0;
  margin-top: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: auto;
  min-width: 210px;
  z-index: 999;
  -webkit-box-shadow: 0 1px 7px -2px rgb(0 0 0 / 30%);
  box-shadow: 0 1px 7px -2px rgb(0 0 0 / 30%);
}

.mnustp .main-menu nav ul li ul.mega-menu {
  background-color: #fff;
  display: block;
  left: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: auto;
  min-width: 210px;
  z-index: 999;
  -webkit-box-shadow: 0 1px 7px -2px rgb(0 0 0 / 30%);
  box-shadow: 0 1px 7px -2px rgb(0 0 0 / 30%);
}

.mnustp .main-menu nav ul li ul.mega-menu li a {
  line-height: 30px;
}

.mnustp .main-menu nav ul li:hover>ul.mega-menu {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}

.main-menu nav ul li ul.mega-menu>li {
  display: block;
  margin-left: 0;
  padding: 0;
  width: auto;
  margin-right: 0;
  float: none;
}

.mnustp .main-menu nav ul li ul li {
  display: block;
  width: 100%;
}

.main-menu nav ul li ul.mega-menu>li ul li.mega-menu-title a {
  color: #242424;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.main-menu nav ul li ul.mega-menu>li ul li a {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  padding: 8px 15px;
  border-bottom: 1px solid #e2e2e2;
  min-width: 250px;
}

.main-menu nav ul li ul.mega-menu>li ul li:last-child a {
  border-bottom: none;
}

.main-menu nav ul li.mega-menu-title a {
  line-height: 24px;
}

.main-menu nav ul li ul.mega-menu>li ul li a:hover {
  color: #dec465;
}

.main-menu nav ul li.mega-menu-title a:before {
  display: none;
}

.main-menu nav ul li.mega-menu-title:hover a {
  padding-left: 0 !important;
}

.main-menu nav ul li ul.mega-menu>li ul li:hover a {
  background-color: #ff3131;
  color: #fff;
}

.main-menu nav ul.mega-menu li ul li {
  margin-right: 0;
}

.mnustp .main-menu nav ul li>ul.mega-menu li a {
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #e2e2e2 !important;
  padding: 7px 12px;
  background: #fff;
}

.mnustp .main-menu nav ul li>ul.mega-menu li a:hover {
  background: #ff3131;
  color: #fff;
}

.mnustp .main-menu nav ul li>ul.mega-menu li:last-child a {
  border-bottom: none;
}

.mnustp .main-menu ul li ul li ul.mega-menu {
  top: 0;
  left: 100%;
  right: inherit;
  margin-top: 0;
}

.StateId {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.StateId select.form-control {
  margin-bottom: 0;
}

.CityId {
  width: 48%;
  margin-left: 2px;
  display: inline-block;
}

.CityId select.form-control {
  margin-bottom: 0;
}

.frmdsgn .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
}

.frmdsgn .checkbox input[type="checkbox"] {
  position: absolute;
  top: 5px;
}

.frmdsgn .checkbox .agree-condition {
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
}

.frmdsgn input[type="submit"] {
  background: #fbfbfb;
  color: #000;
  font-size: 16px;
  border-radius: 25px;
  text-transform: uppercase;
  padding: 9px 50px;
  border: 1px solid #ccc;
  margin: 0 auto;
  display: table;
  font-weight: 600;
}

.frmdsgn input[type="submit"]:hover {
  background: #fff;
}

.frmdsgn .checkbox .agree-condition p {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 500;
}

.footer-keywords {
  background-color: #C82F5B;
  padding: 50px 0px;
}
.footer-keywords {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 27px;
  font-weight: 500;
}

.footer {
  padding: 20px 0px;
  background-color: #FAF9F6;
}
.footer p {
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}

.features {
  box-shadow: rgb(199, 199, 199) 0px 4px 20px 0px;
  padding: 20px;
  margin: 30px 50px;
}
.features .feature-details {
  display: flex;
  align-items: center;
  gap: 5px;
  border-right: 1px solid #ddd;
  padding: 0 0 0 15px;
  width: 20%;
}
.features .feature-details:last-child {
  border-right: 0;
}
.features .feature-details-icon {
  line-height: 40px;
  color: #872559;
  text-align: center;
  font-size: 42px;
  margin-right: 5px;
}
.features .feature-details-icon img {
  max-width: 45px;
}
.features .feature-details-content {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.about-details {
  padding: 50px 0px;
}
.about-details-img img {
  max-width: 100%;
}
h2.heading {
  margin-bottom: 20px;
  text-shadow: 0 0 0 #C82F5B;
  font-weight: bold;
  color: #C82F5B;
  font-size: 30px !important;
}
span.shortdescription {
  text-align: center;
  display: block;
  padding: 0px 100px;
}
.about-details .about-details-content p {
  text-align: justify;
}

.read-more-btn {
  margin-top: 0px;
  background-color: #C82F5B;
  color: #FFF;
  border: 1px solid #C82F5B;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
}
.read-more-btn:hover {
  background-color: #FFF;
  color: #C82F5B;
  border: 1px solid #C82F5B;
}

.why-choose-details {
  padding: 70px 0px;
  background-color: #FAF9F6;
}
.why-choose-details h2 {
  text-align: center;
}
.why-choose-details span {
  margin-bottom: 30px;
}
.why-choose-details .why-choose-image img {
  width: 100%;
  border-radius: 20px;
}
.why-choose-details .why-choose-content h3 {
  margin-bottom: 30px;
  text-shadow: 0 0 0 #C82F5B;
  font-weight: bold;
  color: #C82F5B;
  font-size: 25px !important;
}
.why-choose-details .why-choose-info {
  display: flex;
  column-gap: 20px;
  align-items: center;
  margin-bottom: 1.25rem;
}
.why-choose-details .why-choose-info .why-choose-info-icon {
  line-height: 1;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.why-choose-details .why-choose-info .why-choose-info-icon i {
  font-size: 30px;
  color: #C82F5B;
}
.why-choose-details .why-choose-info .why-choose-info-details {
  font-size: 15px;
  max-width: 550px;
}
.why-choose-details .why-choose-info .why-choose-info-details p {
  font-size: 22px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.faq-details {
  padding: 50px 0px;
}
#accordion .card-header {
  background-color: #C82F5B;
}
#accordion .faq-btn {
  width: 100%;
  text-align: left;
  padding-right: 35px;
  position: relative;
  font-weight: 600;
  color: #333;
}
#accordion .faq-btn::after {
  content: "\25BC";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 16px;
}
#accordion .faq-btn[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
}
#accordion .btn {
  font-weight: bold;
  color: #fff;
  font-size: 1.15rem;
  padding-left: 0;
  text-decoration: none;
}
#accordion .btn:hover {
  text-decoration: none;
}

.card-main-details {
  padding: 70px 0px 60px 0px;
  background-color: #FAF9F6; 
}
.card-main-details .card-details {
  padding: 20px;
  box-shadow: 0 4px 20px #c7c7c7;
  margin: 20px 0px;
  border-radius: 20px;
}
.card-main-details .card-details img {
  border-radius: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}
.card-main-details .card-details p {
  margin-bottom: 15px;
}
.card-main-details .card-details span {
  margin-bottom: 15px;
  display: block;
}

.blog-list {
    margin: 70px 0px 60px 0px;
}
.blog-list .blog-details {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}
.blog-list .blog-details img {
    border-radius: 10px;
    max-width: 100%;
}
.blog-list .blog-details .blog-title {
    font-weight: bold;
    font-size: 18px;
    color: #1a1a1a;
    margin: 20px 0px 10px 0px;
    line-height: 25px;
}
.blog-list .blog-details .blog-date {
    font-weight: bold;
    font-size: 14px;
    color: #c82f5b;
    margin: 10px 0px;
    line-height: 15px;
}
.blog-list .widget-details {
    margin-bottom: 25px;
}
.blog-list .widget-details h2 {
    margin-bottom: 15px;
    border-bottom: 2px solid #1a1a1a;
}
.blog-list .widget-details h2 span {
    line-height: 20px;
    display: inline-block;
    padding: 10px 20px 10px;
    background-color: #1a1a1a;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}

.modal-backdrop.show {
    opacity: 0.7 !important;
    background-color: #000 !important;
}
.modal-content.custom-popup {
    border-radius: 20px;
    border: 2px solid #C82F5B;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.35);
}
.popup-body {
    padding: 30px 35px !important;
}
.modal-content h2.heading {
    font-size: 18px !important;
    line-height: 30px;
    margin-bottom: 10px;
}
.close-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 20;
    font-size: 28px;
    color: #C82F5B;
    background: none;
    border: none;
    opacity: 1 !important;
}