.blog-text > a::before,
.elig_dv ul li:after,
.elig_section:after,
.eligib-section:after,
.fess-titles:after,
.jain_section .col-lg-3:after,
.number-text:hover:after,
.number-text:hover:before,
.rank-section .rank__item:after {
  content: "";
  content: "";
  content: "";
}
.manhs.mt-4 h4 {
  font-size: 13px;
  font-weight: 600;
  color: #ffce46;
}
.manhs p {
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
}
.small-card-icon img {
  width: 41px;
}
.fess-titles {
  position: relative;
}
.fess-titles:after {
  position: absolute;
  left: -80px;
  height: 100px;
  width: 2px;
  background: #fff;
  top: 0;
}
.small-cards {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 5px 5px 4px #33333357;
  border-radius: 10px;
}
.small-card-icon {
  padding: 11px;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  background: linear-gradient(to right, #ffce46, #ff8614);
}
.small-card-para h3 {
  font-size: 20px;
  font-weight: 600;
}
.small-card-para {
  padding: 10px;
}
.mt-20 {
  margin-top: 20px;
}
div#eligi-slider-logo .semeter-item {
  -webkit-box-shadow: -8px -2px 5px 0 #e8e8e8;
  -moz-box-shadow: -8px -2px 5px 0 #e8e8e8;
  box-shadow: -11px 2px 9px 7px #e8e8e8;
  margin: 15px;
  border-radius: 10px;
}
div#eligi-slider-logo .owl-stage-outer {
  border: 1px solid #3d107b;
  border-radius: 20px;
}
section.careers-after-msc-sec {
  background-image: linear-gradient(to right, #6f3cb6, #3d107b);
}
.details-sections {
  background: linear-gradient(to right, #ffce46, #ff8614);
  padding: 25px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}
.programing-language {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
section.programs-sectionsdsdsd.position-relative {
  background-color: #3e107c;
  padding: 25px;
}
.inner-tabs-sec ul li {
  list-style: disc;
  padding: 5px;
  font-size: 1.1rem;
}
.programing-language-inner {
  padding: 0;
  text-align: center;
  width: 15%;
}
.programing-language-inner img {
  width: 27%;
}
.programing-language-inner h4 {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0 0;
  color: #fff;
}
.contact-form-csr h3,
.enquire-btn {
  font-weight: 700;
  text-align: center;
}
.online__section .owl-item:last-child .online__item,
.payment-options.border-none,
.program-content.border-none,
.time-fee.as,
ul.listing li:last-child {
  border: 0;
}
.applyBox,
section.position-relative.downlaod__section .blog-text.wow.fadeInUp.mt-3 {
  float: right;
}
.time-fee h5 {
  font-size: 15px;
  color: #000;
}
.time-fee p {
  font-size: 19px;
  color: #000;
  font-weight: 800;
}
.time-fee {
  border-right: 1px solid #fff;
  width: 98%;
}
.animate-text,
.fess-titles span {
  -webkit-text-fill-color: transparent;
}
.enquire-btn {
  position: fixed;
  right: -4rem;
  font-size: 20px;
  background-color: #3e107c;
  color: #fff;
  text-decoration: none;
  transform: rotateZ(-90deg);
  top: 50%;
  padding: 0.5rem 2.1rem;
  cursor: pointer;
  z-index: 10000;
  border-radius: 1rem 1rem 0 0;
  border: none;
}
.sliding-form-container {
    z-index: 1000000;
    top: 0;
    width: 100vw;
    height: 100%;
    position: fixed;
    overflow: hidden;
    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;
}
.Apply-btns.mt-4 a,
.admissons,
.fess-titles span,
.gradient-btn,
.header .header-absolute .mobile__dv a {
  background: linear-gradient(to right, #ffce46, #ff8614);
}
.contact-form-csr {
  margin: auto;
}
.contact-form-csr .right {
  width: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
}
.contact-form-csr h3 {
  font-size: 24px;
  margin: 30px 0 18px;
  color: #333;
}
.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);
}
.logo img {
  width: 150px;
}
.widget-title h3 {
  display: inline-block;
  position: relative;
}
.zIndex2 {
  z-index: 2;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-700,
.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;
  font-weight: 700;
}
h2.font-weight-700.fs-2.about-titles-sec span {
  display: block;
  font-size: 50px;
  padding: 16px 0 !important;
  font-weight: 800;
  color: #3e107c;
}
.healthcare-sec img {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  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;
}
.align-items-center.rankDvss.ranking-sec img {
  width: 100%;
}
#header.sticky.header .header-absolute .mobile__dv a {
  background-color: var(--bg-red);
  color: #fff;
  font-size: 0.6rem;
  padding: 10px 18px;
  border-radius: 45px;
  position: relative;
  text-align: center;
  font-weight: 700;
}
.highlistest-inner p {
  font-size: 14px;
  padding: 0;
  text-align: left;
  color: #fff;
}
.header .header-absolute .mobile__dv a {
  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;
}
.addmisson-register-date.d-flex {
  background: #fff;
  width: 352px;
  padding: 0;
  border-radius: 20px;
}
.admissons {
  padding: 8px;
  border-bottom-left-radius: 19px;
  border-top-left-radius: 19px;
  font-weight: 700;
  color: #333;
}
.Registration- {
  border-right: 1px solid #333;
}
.Registration-,
.dates {
  padding: 8px;
  font-weight: 700;
  color: #012f72;
}
.content_fx p {
  font-size: 15px;
}
.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 {
  width: 100%;
  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;
}
.formIDfid,
ul {
  padding: 0;
}
.btn_submit:hover {
  background-color: var(--bg-red);
  color: var(--white-col);
}
.contact-fild-box {
  margin-bottom: 10px;
  position: relative;
}
.dsu-addmission {
  margin-top: 10%;
  display: block;
  padding: 0;
}
.contact-fild-box .form-control option {
  color: #000;
}
.dsu-addmission .content_bnr-flex h1 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 100;
  color: #fff;
}
.dsu-addmission .content_bnr-flex h1 span {
    font-size: 4rem;
    font-weight: 900;
    color: #000000;
    background: linear-gradient(to right, #ffce46, #ff8614);
    display: inline-block;
    padding: 2px;
    border-radius: 5px;
}
.program-content b,
span.text-clr {
  color: #3e107c;
}
.date-monts {
  font-size: 31px;
  color: #fff;
  font-weight: 400;
}
span.text-bg {
  background: #fe8816;
  display: inline-block;
  padding: 4px;
  color: #fff;
}
.ranking-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-content-sec.learning-outcome ul,
.inner-tabs-sec ul {
  padding-left: 30px;
}
.courses__Block.position-relative table th {
  color: #fe8816;
  padding: 14px;
}
table.table.table-bordered {
  border-color: #333;
  border-radius: 10px !important;
}
.Apply-btns.mt-4 a,
.paynow.mt-4 a {
  padding: 10px 85px;
  font-size: 1.2rem;
  border-radius: 8px;
  font-weight: 700;
  margin-right: 20px;
}
.total {
  color: #ff8614;
  font-weight: 600;
}
.row.mt-4.fesss {
  background: #502885;
  padding: 22px;
  border-radius: 20px;
  background-image: linear-gradient(to right, #6f3cb6, #3d107b);
}
.fess-titles h4 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 19px;
}
.title-fess {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
}
.courses__Block.position-relative table tr td,
.options {
  padding: 10px;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
section.fess-inner-sec-content.py-0.position-relative h4 {
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.fess-includes h5 {
  font-weight: 600;
  color: #502885;
  font-size: 17px;
  margin-bottom: 10px;
}
.fess-includes ul li {
  font-size: 1.1rem;
  line-height: 1.6rem;
  padding: 4px 0;
}
ul {
  list-style: none;
  margin: 0;
}
.options {
  font-size: 19px;
  font-weight: 600;
}
.payment-options p {
  padding: 7px;
  font-size: 1.1rem;
  line-height: 1.6rem;
  min-height: auto;
  color: #000;
  font-weight: 400;
}
.Apply-btns.mt-4 a,
.highlistest-inner:hover p {
  color: #fff;
}
.paynow.mt-4 a {
  background: linear-gradient(to right, #2bb900, #79cd2b);
  color: #fff;
}
button.accordion-button.collapsed.courses {
  padding: 7px 20px;
  border: 0 !important;
  font-weight: 600;
  font-size: 1.1rem;
}
.accordion-button:not(.collapsed) {
  color: #fe8816;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  padding: 7px 20px;
  font-size: 1.1rem;
  font-weight: 700;
}
.eff:hover,
.jain_section .rank__item:hover,
.online__section .online__item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.accordion-body ul li {
  list-style: disc;
  padding: 5px 0;
}
.accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #333;
}
.payment-fess-buttons.d-flex.mb-4 {
  justify-content: center;
}
.payment-options {
  border-right: 1px solid #ddd;
}
.eligbilty--sec ul li {
  list-style: disc;
  padding: 5px;
  font-size: 16px;
}
.eligbilty--sec ul {
  padding-left: 15px;
}
.fess-titles span {
  -webkit-background-clip: text;
  font-weight: 900;
  margin-bottom: 0;
  font-size: 30px;
  margin-top: 14px;
  display: block;
  padding: 10px 0;
}
.fess-titles strike {
  margin-top: 39px;
  display: block;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  margin-right: 10px;
}
.discounts {
  margin-top: 2rem;
  text-align: right;
  color: #fff;
}
table.table.table-striped.table-bordered {
  border-color: #000;
}
.eligibit-btns.text-end {
  position: relative;
  top: -40px;
}
.table-credites .table td:first-child {
  color: #ff8614;
  font-size: 17px;
  padding: 15px;
  font-weight: 600;
}
.table-credites .table td {
  vertical-align: middle;
  font-size: 17px;
}
.gradient-btn {
  color: #000;
  font-size: 1rem;
  padding: 10px 18px;
  border-radius: 7px;
  position: relative;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.courses__Block.position-relative {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 14px;
}
.about-content-sec.learning-outcome ul li {
  font-size: 1.1rem;
  margin-bottom: 10px;
  line-height: 1.6rem;
  color: #000;
  list-style: disc;
}
.about-content-sec p {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #000;
}
.main-title-area h2 {
  font-size: 1.7rem;
  font-weight: 900;
  color: #000;
}
.program-content h4 {
  color: #3e107c;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.program-content p {
  font-size: 1.1rem;
  padding-bottom: 64px;
}
.program-content {
  padding-top: 2rem;
  border-bottom: 1px solid #ddd;
}
.Apply_Now_btns,
.apply-btns a {
  background-color: transparent;
  color: #fff;
  font-size: 1.1rem;
  padding: 11px 34px;
  border-radius: 5px;
  position: relative;
  text-align: center;
  font-weight: 700;
  border: 2px solid #00a8ec;
}
.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;
  color: #fff;
  font-weight: 700;
}
.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;
  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;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.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%;
  z-index: 2;
}
.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,
.jain_section .rank__item:hover {
  background-color: var(--bg-yellow);
}
.elig_dv ul li:after {
  position: absolute;
  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;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  opacity: 0.3;
}
.jain_section .rank__item {
  padding: 2rem 1rem;
  border-radius: 1rem;
  position: relative;
}
.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 .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;
}
.a-icon-sticky a span,
.mobile {
  display: none;
}
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 {
  text-transform: capitalize;
  color: var(--white-col);
}
.blog-text > a:hover {
  color: #333 !important;
}
.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%;
  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 {
  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 {
  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;
}
.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: 0 solid #ddd;
  padding: 16px;
  border-radius: 10px;
}
.category-tab.tickets-tab-blk ul {
  border-bottom: 2px solid #333;
}
ul.nav.nav-justified.eligibility a.nav-link.active {
  color: #3e107c;
  background: 0 0;
  border-radius: 0;
  border-bottom: 4px solid #3e107c !important;
  border: 0;
}
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 {
  transform-origin: 50% 0 0;
  border-radius: 30px;
  background-color: var(--bg-yellow);
  bottom: 0;
  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;
}
.programs__item,
.programs__item .image-box .image,
.programs__item .radius2,
.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;
  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;
}
.mtop28 {
  margin-top: 24% !important;
}
.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;
}
.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: 1.1rem;
  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;
}
