.widget-title h2 {
  display: inline-block;
  position: relative;
}

/* .widget-title .hr:after { position: absolute; content:""; width: 120px; height: 10px; background-color: var(--bg-purple); margin-top: -5px; } */
.zIndex2 {
  z-index: 2;
}

.header-absolute .logo img {
  width: 10%;
}

.right-logo {
  position: relative;
  padding-top: 10px;
  text-align: right;
}

.frmBg h4 {
  color: 000;
  font-size: 18px;
  font-weight: 600;
  padding: 0 10px;
  line-height: 1.4;
}

.right-logo img {
  width: 220px;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-500 {
  font-weight: 500;
}

.show {
  display: block !important;
}

.overflow-h {
  overflow: hidden;
}

.gradient {
  background-image: linear-gradient(
    to right,
    #4b1632,
    #421633,
    #381733,
    #2f1631,
    #26162f
  );
}

.py-4 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/*== HEADER CSS START ==*/
.paraxify {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

/*== BANNER CSS START ==*/
.dsu-form {
  width: 400px;
  margin: 3rem auto 0;
  padding: 1.5rem 10px;
  float: right;
  position: relative;
  z-index: 1;
  border-radius: 0.5rem;
  background-color: #fff;
}

.frmBg {
  position: relative;
  text-align: center;
  padding: 0 0;
}

.frmBg .hr {
  border: 2px solid var(--bg-blue);
  margin: 0 auto;
}

.contact-fild-box .form-control,
.contact-fild-box .form-select {
  font-size: 14px;
  color: #333;
  border: 1px solid var(--text-dark);
  border-radius: 0;
  background-color: transparent;
  margin: 0 auto;
  padding: 11px 10px;
  height: auto;
  border-radius: 5px;
}

.form-group {
  margin-bottom: 0px;
}

.btn_submit.btn__blue {
  background-color: var(--bg-purple);
}

.btn_submit {
  width: auto;
  background-color: #8e278f;
  color: var(--white-col);
  font-size: 16px;
  border-radius: 0.4rem;
  padding: 8px 2rem;
  margin: 1rem 0;
}
.btn_submit:hover {
  background-color: #cc3360;
  color: #fff;
}

.contact-fild-box {
  margin-bottom: 12px;
  position: relative;
}

.contact-fild-box.text-center {
  margin-bottom: 0px;
}

.dsu-intro {
  position: relative;
  z-index: 2;
}

.dsu-addmission {
  margin-top: 6rem;
  display: block;
  padding: 0px;
}

.dsu-addmission .blob em {
  /* background: #fff; */
  padding: 0px;
  /* border-radius: 30px; */
  position: relative;
}

.dsu-addmission .blob em:after {
  position: absolute;
  content: "";
  background: rgb(255 255 255);
  /* background: linear-gradient(176deg, rgba(142, 39, 143, 1) 0%, rgba(204, 51, 96, 1) 100%); */
  width: 38%;
  height: 1px;
  left: 105%;
  top: 38%;
  z-index: -1;
  border-radius: 30px;
}

.dsu-addmission .bannerContent .blob h1 b {
  display: block;
  font-weight: 600;
}

.dsu-addmission .blob em p {
  /* background: #8E278F; */
  /* background: linear-gradient(to right, #8E278F 0%, #CC3360 100%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 800;
  display: inline-block;
  padding: 10px 0px;
  color: #fff;
}

.frmBg h4 b {
  display: block;
  font-size: 17px;
}

.contact_fild {
  padding: 10px 10px 0;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #00469a;
}

.marquee span {
  display: inline-block;
  font-size: 1.4rem;
  padding-left: 100% !important;
  padding: 1rem 0;
  font-weight: 600;
  text-indent: 0;
  animation: marquee 20s linear infinite;
}

.marquee span:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.contact-fild-box .form-control option {
  color: #000;
}

.dsu-form .progress {
  background-color: var(--bg-blue);
  height: 2px;
}

.addmis {
  background: #f78d27;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  margin: 20px 0;
  display: inline-block;
}

.leadership {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 29px;
}

.our-alumine {
  background: #f5f5f5;
}

.alumin-title {
  font-size: 34px;
  color: #0056a2;
  font-weight: 600;
  line-height: 41px;
}

.client_logo {
  background: #fff;
  border: 1px solid #4854614d;
  padding: 10px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
}

p.text-white.title-anim.as {
  padding: 11px 0;
}

.bests h6 {
  color: #fff;
  font-size: 20px;
}

.rich-alumni_content h4 {

font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 23px;
color: #212529;
margin-top: 20px;
}


.rich-alumni_content {
    position: relative;
}


.rich-alumni_content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.rich-alumni_content ul li {
    /* list-style: disc; */
    position: relative;
	padding-left:15px;
}


.rich-alumni_content ul li:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    left: 0;
    top: 10px;
    border-radius: 50px;
}

.rich-alumni_content p{

font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #212529;
}

.rich-alumni_content .alumin-name {
  color: #d47394;
  font-size: 16px;
  font-weight: 700;
  line-height: 27.24px;
  text-align: center;
}

.rich-alumni_content .alumin-dtaks {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.34px;
  text-align: center;
  padding: 12px 0 0 0;
}

.rich-alumni_content .alumin-dtaks span {
  display: block;
  color: #616161;
  padding-top: 3px;
}

.ssteps .mains {
  color: #fff;
  padding: 13px;
  border: 1px solid #f78d27;
  margin: 10px 3px;
  display: inline-block;
  border-radius: 27px;
  font-size: 15px;
}

.benefits-item {
  position: relative;
  /* width: 100%; */
  margin: 20px 10px 40px 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.benefits-item:hover .bene_content {
  background-color: #f78d27;
}

.benefits-item:hover .bene_content p,
.benefits-item:hover .bene_content p span {
  color: #fff;
}
.benefits-item .bene-icon {
  width: auto;
}

.benefits-item .bene_content {
  width: 85%;
  padding: 20px 10px;
  min-height: 130px;
  margin-top: -80px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: #fff;
  z-index: 1;
}

.benefits-item .bene_content p {
  color: #212529;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.79px;
  text-align: center;
}
.benefits-item .bene_content p span {
  color: #f78d27;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: center;
}

.about_prg .content read-more button {
  all: unset;
  color: #f374b3;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.about_prg {
  /* background: url(../images/about-bg.jpg); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  
  background-color:#8e278f;
}
.about_aiima {
  background: url(../images/about_aima_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_prg .content,
.about_aiima .content {
  align-items: center;
}
.about_prg .content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: left;
  margin-bottom: 20px;
}

.about_prg .content h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16.8864px;
  line-height: 27px;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 15px;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 112.53%);

}

.about_prg .content h4{
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
}
.about_prg .content ul{
    padding-left: 20px;
}
.about_prg .content ul li {
   
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    list-style: disc;
    padding-bottom: 10px;
}

.about_prg .video-box {
    display: inline-block;
    position: relative;
    border-radius: 30px;
}

.about_prg .video-box img {
    width: 90%;
    border-radius: 30px;
    border: 4px solid #fff;
}

.about_prg  img {
    width: 90%;
    border-radius: 30px;
    border: 4px solid #fff;
}
.about_prg .video-box:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 103%;
    background: transparent;
    border: solid 4px #b12e75;
    z-index: 0;
    left: 6px;
    top: -3px;
    border-radius: 45px;
}

.about_prg .video-box::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.about_prg  .video-box>a {
    color: #fff;
    font-size: 48px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    display: block;
    margin: 0 auto;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    z-index: 2;
}

.about_prg .video-box i {
    color: #ff0000;
    font-size: 60px;
}




.about_aiima ul {
  list-style: none;
}

.about_aiima ul li {
  color: #fff;
  list-style: none;
  position: relative;
  font-size: 15px;
  padding-left: 25px;
  font-weight: 400;
  margin: 15px 0px;
  line-height: 21.79px;
  text-align: left;
}
.about_prg .cent_item figure {
  position: relative;
}

.about_prg .cent_item figure:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 103%;
  background: transparent;
  border: solid 4px #b12e75;
  z-index: 0;
  left: 10px;
  top: -5px;
  border-radius: 45px;
}

.about_prg .content .eligb {
  position: relative;
  background: rgb(142, 39, 143);
  background: linear-gradient(
    176deg,
    rgba(142, 39, 143, 1) 0%,
    rgba(204, 51, 96, 1) 100%
  );
  border-radius: 10px;
  margin-top: 2rem;
}

.about_prg .content .eligb p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.79px;
  padding: 15px;
}

.about_prg .content .eligb p b {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
}
.about_prg #pills-tab {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 40px !important;
  margin-bottom: 40px !important;
}

.about_prg .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent !important;
  font-size: #fff !important;
}
.about_prg .nav-pills .nav-link.active {
  border-bottom: 3px solid #fff;
  border-radius: 0;
}

.about_prg .nav-link {
  color: #fff !important;
}

.about_aiima ul li::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/aboutaimaplus.png);
  background-position: center;
  background-size: contain;
  left: 0;
  top: 6px;
  background-repeat: no-repeat;
}
.bests {
  padding-top: 20px;
}

.main-titles_lines, .main-titles_lines2 {
  color: #212529;
  /* text-transform: uppercase; */
  font-size: 32px;
  font-weight: 600 !important;
  line-height: 49.03px;
  text-align: center;
  position: relative;
}

.main-titles_lines span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

.main-titles_lines span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  border: solid 1px #b62f72;
  transform: skew(6.1379rad);
  left: 0;
  top: 0;
}



.main-titles_lines2 span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

.main-titles_lines2 span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  border: solid 1px #fff;
  transform: skew(6.1379rad);
  left: 0;
  top: 0;
}



.carrer_section .main-titles_lines::after {
  content: "";
  position: absolute;
  width: 130px;
  left: 0;
  bottom: 0px;
  background-color: #0056a2;
  height: 4px;
  border-radius: 6px;
}

.carrer_section .carrer_item {
  display: flex !important;
  position: relative;
  align-items: center;
  height: 380px;
  width: 90%;
  margin: 20px;
  padding: 20px 30px;
  background-color: #0056a2;
  border-radius: 50%;
  justify-content: center;
}
.carrer_section .carrer_item:hover {
  background-color: #f78d27;
  transition: 0.1s;
}
.carrer_section .carrer_item::after {
  content: "";
  position: absolute;
  height: 380px;
  width: 100%;
  border: 2px solid #f78d27;
  border-radius: 50%;
}

.carrer_section .carrer_item.first::after {
  left: -15px;
  top: 0;
  z-index: -1;
}
.carrer_section .carrer_item.second::after {
  left: 0;
  top: -10px;
}
.carrer_section .carrer_item.third::after {
  right: -15px;
  z-index: -1;
  top: 0;
}

.carrer_section .carrer_item p strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 21.79px;
  text-align: center;
}
.carrer_section .carrer_item p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 21.79px;
  text-align: center;
}
.objective .main-titles_lines {
  color: #212529;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600 !important;
  line-height: 46.03px;
  text-align: left;
  position: relative;
}

.objective .main-titles_lines::after {
  bottom: -4px;
}
.objective .content {
  border-left: 4px solid;
  border-image: linear-gradient(to bottom, #0056a2, #f78d27) 1 100%;
  display: flex;
  align-items: center;
  /* min-height: 80px; */
}

.border_new {
  border-top: 2px solid #f78d27;
}
.objective .content p {
  color: #212529;
  font-size: 15px;
  /* padding-left: 5px; */
  font-weight: 400;
  line-height: 21.79px;
  text-align: left;
}

.alumni_testimonial {
  background-color: #0056a2;
}
.alumni_testimonial .main-titles_lines::after {
  content: "";
  position: absolute;
  width: 125px;
  left: 0;
  bottom: 0px;
  background-color: #f78d27;
  height: 4px;
  border-radius: 6px;
}

.about_prg .cent_item img {
  width: 90%;
}

.about_aiima .main-titles_lines::after {
  content: "";
  position: absolute;
  width: 125px;
  left: 0;
  bottom: 0px;
  background-color: #f78d27;
  height: 4px;
  border-radius: 6px;
}
.why-section .main-titles_lines::after {
  content: "";
  position: absolute;
  width: 63px;
  left: 0;
  bottom: 0px;
  background-color: #0056a2;
  height: 4px;
  border-radius: 6px;
}

.why-section .key_item {
  gap: 40px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 8px;
  padding: 20px 20px;
  /* transform: rotateY(0deg);
transition: .8s; */
  background-color: #0056a21a;
}
.why-section .key_item:hover img {
  filter: invert(100%) sepia(95%) saturate(0%) hue-rotate(131deg)
    brightness(105%) contrast(105%);
}
.why-section .key_item:hover {
  background-color: #f78d27;
}

.why-section .key_item:hover p {
  color: #fff;
}
.why-section .key_item p {
  color: #212529;
  font-size: 15px;
  font-weight: 500;
  line-height: 21.79px;
  text-align: left;
}

.why-section .key_item p.bless {
  position: relative;
  height: 158px;
  overflow: overlay;
  padding-right: 0px;
  margin: 0px 0;
  margin-right: 0px;
}

.why-section .key_item p.bless::-webkit-scrollbar {
  width: 4px;
  background-color: #ededed;
}

.why-section .key_item p.bless::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(104, 140, 240, 0.3);
}

.why-section .key_item p.bless::-webkit-scrollbar-thumb {
  background-color: #0056a2;
}

.Specializations .glock {
  position: relative;
  padding: 5px;
}

.Specializations .key_item {
  gap: 15px;
  min-height: 222px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  padding: 20px 20px;
  background-color: transparent;
  margin-bottom: 30px;
  border: solid 2px #8e278f;
}
.Specializations .key_item:hover img {
  filter: invert(100%) sepia(95%) saturate(0%) hue-rotate(131deg)
    brightness(105%) contrast(1000%);
}
.Specializations .key_item:hover {
  background: rgba(142, 39, 143, 1);
  /* background: linear-gradient( */
    /* 176deg, */
    /* rgba(142, 39, 143, 1) 0%, */
    /* rgba(204, 51, 96, 1) 100% */
  /* ); */
}

.Specializations .key_item:hover p {
  color: #fff;
}
.Specializations .key_item p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: center;
}

.blob .orange_fin {
  /* font-size: 18px; */
  font-weight: 600;
  /* display: block; */
  /* padding-top: 1rem; */
}

.dsu-addmission .bannerContent .blob ul {
    font-size: 1rem;
    font-weight: 800;
    background-color: rgba(142, 39, 143, .8);
    border-radius: 15px;
    padding: 15px 26px;
    line-height: 1.4;
    display: inline-block;
    margin-top: -10px;
}

.dsu-addmission .bannerContent .blob ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    list-style: disc;
}





.dsu-addmission .inter-area {
  position: relative;
  overflow: hidden;
}

.admis_open {
  display: flex;
  margin-top: 50px !important;
  position: relative;
  flex-direction: row;
  gap: 15px;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}

.sideNavi-flex {
  display: flex !important;
  flex-direction: row;
  gap: 10px;
}

.admis_open::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 100%;
  background-color: #000;
  left: -250px;
  top: 0;
  border-radius: 0px 90px 90px 0px;
  z-index: -1;
}

.admis_open::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: -1;
}

.admis_open h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 6px 0px;
  line-height: 30px;
  text-align: left;
}

.admis_open h3 span {
  font-size: 48px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
}
.application_process .app_item {
  border-radius: 12px;
  margin: 50px 0px;
  overflow: visible;
  min-height: 200px;
  border: 1px solid #7f00021f;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 30px 30px 10px 30px;
}
.application_process .app_item:hover .abs_img {
  transform: rotateY(180deg);
  transition: 0.5s;
}
.application_process .app_item .abs_img {
  position: absolute;
  transform: rotateY(0deg);
  transition: 0.5s;
  top: -55px;
}

.application_process .app_item .app_content h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31.92px;
  text-align: center;
  color: #7f0002 !important;
}
.application_process .app_item .app_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.application_process .app_item .app_content hr {
  background-color: #fdd428;
  color: #fdd428;
  height: 3px;
  opacity: 1;
  width: 100px;
}

.application_process .app_item .app_content p {
  color: #30343f;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}

.admis_open .para {
  border-left: 3px solid #b06eb1;
  padding-left: 15px;
}

.admis_open .para p {
  color: #fff;
  font-size: 22px;
  padding: 20px 0px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
}

hr {
  color: #f78d27;
  opacity: 1;
  height: 3px !important;
  width: 90px;
  margin-top: 03px;
  margin-bottom: 30px;
}

.leadership span {
  color: #f78d27;
}

/*== BANNER CSS end ==*/
section {
  overflow: hidden;
}

.about-img.position-relative:after {
  background: #0056a2;
  content: "";
  height: 450px;
  width: 95%;
  top: -26px;
  position: absolute;
  right: 0;
  z-index: -1;
}

.about_content p {
  color: #485461;
  font-size: 16px;
  padding: 45px 50px;
  line-height: 28px;
}

.slider-why {
  background: rgba(255, 255, 255, 1);
  box-shadow: rgba(206, 212, 218, 0.5);
  box-shadow: 0px 4px 12px 2px rgba(206, 212, 218, 0.5);
  margin: 15px;
  padding: 25px;
  border-radius: 5px;
  min-height: 333px;
}

.slider-why:hover {
  background: #f78d27;
}

.slider-why:hover h3 {
  color: #fff;
}

.know_more_cta a {
  background: #f78d27;
  padding: 14px 37px;
  position: absolute;
  bottom: -10px;
  z-index: 9;
  font-size: 20px;
  left: 44%;
  border-radius: 3px;
  color: #fff;
}

.know_more_cta {
  text-align: center;
  margin-top: 30px;
}

.slider-why:hover p {
  color: #fff;
}

.slider-why:hover img {
  filter: brightness(0) invert(1);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz--transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.slider-why img {
  position: relative;
  transform: translateY(0px);
  transition: 0.5s;
}

.slider-why h3 {
  color: #f78d27;
  font-size: 21px !important;
  font-weight: 500;
  padding: 11px 0;
}

.slider-why p {
  color: #485461;
  font-size: 15px !important;
  line-height: 23px;
}

.eligible__md .eligible_item:hover,
.project-block-inner .project-item:hover {
  background-color: var(--white-col);
  box-shadow: rgba(0, 11, 40, 0.2) 0px 20px 40px 0px;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
}

.eligible__md .ele_icon i {
  font-size: 1.4rem;
  color: var(--bg-purple);
  margin-top: 0.2rem;
}

.eligible__md .eligible_item {
  margin-top: 2rem;
  padding: 1rem;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.ready-vector {
  top: -13px;
  left: 4rem;
}

#client-slider,
#benefits-slider {
  margin-top: 0rem;
}

.growing__section {
  background-image: linear-gradient(
    to right top,
    #f8e5c6,
    #ffdfd1,
    #fedde0,
    #f2dfeb,
    #e4e1ee
  );
  padding: 2.8rem 0;
}

.growing__section strong {
  color: #555555;
}

.growing__section strong.arliback {
  font-size: 60px;
  margin: 0 0.5rem;
}

.participating-section .client_logo .text-center-item {
  border: 1px solid var(--secondary);
  padding: 0.3rem;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}

.participating-section .client_logo .text-center-item:not(:first-child) {
  margin-top: 0.6rem;
}

.project-block-inner .project-item {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.project-block-inner .project-item:last-child {
  border-bottom: 0;
}

.project-block-inner .project-item {
  padding: 1.5rem 1rem;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.project-block-inner .project-item .project-one-icon {
  background-color: var(--bg-purple);
  align-items: center;
  position: absolute;
  left: 1rem;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80px;
  height: 80px;
}

.project-block-inner .project-item .project-content {
  margin-left: 6rem;
}

.project_logo::after {
  position: absolute;
  width: 2px;
  height: 100%;
  content: "";
  background-color: var(--bg-info);
  right: 0px;
  z-index: 1;
  top: 0px;
}

.faq__section,
.campus-section,
.project-section {
  background-color: var(--bg-info);
}

.faq__section .accordion-item {
  margin-top: 0.5rem;
  border-radius: 0.6rem;
  overflow: hidden;
  border: 1px solid var(--bg-blue);
  background-color: var(--bg-blue);
}

.faq__section .accordion-item .accordion-button {
  padding: 1.25rem;
  font-size: 1.2rem;
}

.faq__section .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--bg-blue);
}

.faq__section .accordion-item .accordion-body p,
.faq__section .accordion-item .accordion-button:not(.collapsed) {
  color: var(--white-col);
}

.cloud_absolute {
  right: -112px;
  top: 50%;
}

.cloud_absolute img {
  width: 75%;
}

.pen_absolute {
  bottom: 25%;
}

.cloud_absolute1 {
  left: 0;
}

.cloud_absolute1 img {
  width: 50%;
  opacity: 0.1;
}

.boydv {
  top: 12rem;
  left: 27rem;
  z-index: 2;
}

.cloud-white1 {
  top: 0rem;
  right: 40rem;
}

.cloud-white1 img {
  width: 100px;
}

.cloud-white2 {
  top: 3rem;
  left: 40rem;
}

.cloud-white2 img {
  width: 100px;
}

[data-paroller-factor] {
  position: relative;
  z-index: 0;
}

.cloud_absolute3 {
  left: 0;
  top: 0;
}

.star_absolute {
  left: 34rem;
  top: 25%;
}

.ticker_item {
  position: relative;
  padding: 20px 0;
}

/* .ticker_item .ticker_front {
  background-color: #fff;
  min-height: 307px;
  border: solid 1px #d8d8d8;
  border-radius: 15px;
} */

/* .ticker_item .ticker_front:hover {
  border: solid 2px #8e278f;
} */

.ticker_item .ticker_front img {
  /* border-radius: 10px !important; */
}
.img_div {
  margin: 0px 30px;
  overflow: hidden;
  margin: auto;
}
.ticker_item .ticker_back h5,
.ticker_item .ticker_back p {
  color: var(--white-col);
}

.ticker_item .ticker_back h5 {
  font-weight: 600;
}

.ticker_front img {
  width: 100%;
}

.testimonial_item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 30px;
}
.testimonial_item .alunmni_img {
  width: 200px;
}
.testimonial_item .alunmni_img img {
  border: 13px solid #f78d27;
  border-radius: 100%;
}
.testimonial_item .alumni_text {
  width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
  gap: 5px;
}
.testimonial_item .alumni_text h1 {
  color: #f78d27;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
}
.testimonial_item .alumni_text h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
}

.testimonial_item .alumni_text p {
  color: #fff;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: left;
}
.Specializations {
  overflow: visible;
  background-color: transparent;
}

#Testimonials.owl-theme .owl-nav .owl-prev {
  left: -1330px;
  /* position: absolute; */
  /* right: 0; */
}

#ticker-slider.owl-theme .owl-nav .owl-next {
  right: -20px;
}

#ticker-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  bottom: -268px;
  border-radius: 0;
  font-size: 2.5rem;
  width: 45px;
  height: 45px;
  line-height: 32px;
  font-weight: 100 !important;
  color: #fff !important;
  background-color: #f78d27 !important;
}

#ticker-slider.owl-theme .owl-nav .owl-prev {
  left: -1330px;
  /* position: absolute; */
  /* right: 0; */
}

/*== Footer css start ==*/
.footer {
  font-size: 14px;
  background-color: #000;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.fonts11 {
  font-size: 3.5rem;
  line-height: 1.1;
}

ul.listing li {
  position: relative;
  padding: 10px 0;
  float: left;
  width: 40%;
  font-size: 1rem;
  color: #fff;
  padding-left: 25px;
}

ul.listing li:after {
  position: absolute;
  text-align: center;
  left: 0px;
  top: 11px;
  width: 18px;
  height: 18px;
  line-height: 9px;
  background-color: var(--bg-orange);
  color: #fff;
  padding: 4px 4px;
  border-radius: 100%;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-size: 0.7rem;
}

.bottom-bg {
  background-image: url("../images/bottom-bg.png");
  background-size: cover;
}

.nams h2 {
  color: #fbaf03;
  font-size: 34px;
  font-weight: 700;
}

.nams small {
  color: #fff;
  padding: 13px 0;
  display: block;
  font-size: 17px;
}

.applynowa p {
  font-size: 16px;
  color: #fff;
}

.applynow-btas a {
  background: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  color: #333;
}

.owl-theme .owl-dots .owl-dot span {
  background: #d9d9d9 !important;
  width: 15px !important;
  height: 15px !important;
  margin: 1rem 0.2rem 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #00469A !important;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: var(--text-dark) !important;
  font-size: var(--font) !important;
  margin: 5px;
  font-size: 25px !important;
  padding: 5px 12px !important;
  background: transparent !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 100% !important;
  width: 35px;
  height: 35px;
  border: 1px solid var(--text-dark) !important;
}


.eligibility-strp {
    background: linear-gradient(156.1deg, #282828 0%, #282828 100%);
}

.eligibility-strp .tagText{
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 10px;
}
.eligibility-strp .tagText p{

font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #FFFFFF;
}

.eligibility-strp .strp_p{
    border-left: 2px solid #fff;
    padding-left: 10px;
    font-size: 20px;
     font-weight: 600;
}

/*.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -64px;
    margin-top: 0;
}*/

.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav .disabled {
  background: var(--bg-blue) !important;
  color: var(--white-col) !important;
}

.faq__section
  .accordion-item
  .accordion-header
  .accordion-button[aria-expanded="true"]::after {
  background-image: none;
  color: var(--bg-orange);
  font-family: "Font Awesome 5 Pro";
  content: "\f057";
}

/* == Testimonials-START == */
.testisection {
  position: relative;
  width: 100%;
  background-color: #f7f7f7;
}
.testisection .sectionInner {
  border-top: 1px solid #e1e1e1;
}
.chsliderGrid {
  position: relative;
  width: 100%;
}
.alumnichsliderGrid {
  position: relative;
  width: 100%;
}
.chBox {
  padding: 0rem;
}
.alumnichBox {
  padding: 0rem;
}
.facultyBox {
  height: 100%;
}
.alumniBox {
  height: 100%;
}
.ch_row .cols {
  margin-bottom: 1.5rem;
}
.awardBase {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.awardBase img {
  width: 100%;
}
.proghighBg {
  position: relative;
  width: 100%;
}
.sliderprofile {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0rem;
}
.sliderprofile figure {
  width: 85%;
  float: right;
}
.sliderprofile figure span {
  border: 2px solid #edab0b;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
}
.sliderprofile figure img {
  max-width: 100%;
  border: 1px solid #ffffff;
  margin: 0 auto;
  border-radius: 100%; /* box-shadow:0.1rem 0.02rem 1rem rgba(0,0,0,0.4); */
}
.topQuote {
  width: 3.1rem;
  margin-left: 2rem;
  margin-bottom: -2rem;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  border-bottom: 7rem;
}
.proghighProfile {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0rem 0rem;
}
.proghighProfile figure {
  width: 100%;
}
.proghighProfile figure img {
  max-width: 9rem;
  margin: 0 auto;
}
.ch-title {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.ch-title .testi-name {
  position: relative;
  text-align: left;
}
.ch-title .description {
  position: relative;
}
.ch-title h4 {
  color: #000016;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  padding: 0;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}
.ch-title h5 {
  padding: 0;
  margin-bottom: 1rem;
  color: #888888;
  font-size: 0.95rem;
  font-weight: 600;
}
.ch-title p {
  min-height: 160px;
  text-align: left;
  padding: 0px;
  color: #6d6e71;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0.7rem;
}
.ch-title p:last-child {
  margin-bottom: 0rem;
}

#testid-slider.owl-carousel .owl-stage-outer::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 1px;
  height: 100%;
  bottom: 0px;
  background-color: #c8c8c8;
  left: 50%;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimon-section {
  background: #fff;
}
/* ====  Testimonials-CLOSE  ==== */

#testid-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  width: 35px;
  height: 35px;
  font-size: 30px;
  border: solid 1px #9b9b9b;
  /* border-radius: 100%; */
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  border-radius: 100%;
  text-align: center;
  color: #9b9b9b;
  background-color: transparent;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
}

#testid-slider.owl-theme .owl-nav .owl-next {
  right: -50px;
}

#testid-slider.owl-theme .owl-nav .owl-prev {
  left: -50px;
}
#testid-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  background: rgb(235, 168, 4);
  background: linear-gradient(
    90deg,
    rgba(235, 168, 4, 1) 0%,
    rgba(35, 28, 101, 1) 100%
  );
  opacity: 1;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.32);
}

.programs__content p.breckup {
  padding-right: 32%;
}

.colleb-section {
  background: #e5f2fd;
  position: relative;
}
.colleb-section .colb_item .collabs-logo {
  position: relative;
  margin-bottom: 8px;
  border: 2px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  background: #0056a2;
  min-height: 100px;
  display: flex;
  align-items: center;
}

.colleb-section .colb_item .collabs-logo p {
  font-size: 1rem;
  text-align: center;
  padding: 10px;
  line-height: 1.3;
  display: block;
  margin: auto;
  color: #fff;
}

.collab_section {
  background: url(../images/recruite.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.collab_section {
  /* background: url(../images/recruite.jpg); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  background: #eee;
}

.collab_section .collab__title {
  position: relative;
  padding: 0;
}
.collabs_mb {
  background-color: transparent;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  border: solid 1px #dfdfdf;
  /* box-shadow: 0rem 0.3rem 0.4rem rgba(32,46,60,.3); */
}

.life-section {
  position: relative;
}
.life-section .big-pic {
  position: relative;
  padding-top: 30px;
  margin: auto;
  width: 80%;
}

.Specializations:after,
.Specializations::after {
  content: "";
  position: absolute;
  top: -184px;
  right: 0;
  width: 36%;
  height: 100%;
  background: url(../images/top-blured.png) no-repeat center center;
  background-size: contain;
  z-index: 0;
}

.Specializations:before,
.Specializations::before {
  content: "";
  position: absolute;
  bottom: -184px;
  left: 0;
  width: 36%;
  height: 100%;
  background: url(../images/bottom-blured.png) no-repeat center center;
  background-size: contain;
  z-index: 0;
}

/* .Rich-Alumni-Base:after,
.Rich-Alumni-Base::after {
  content: "";
  position: absolute;
  top: -184px;
  right: 0;
  width: 25%;
  height: 100%;
  background: url(../images/top-blured.png) no-repeat center center;
  background-size: contain;
  z-index: 0;
} */

.life-section:after,
.life-section::after {
  content: "";
  position: absolute;
  top: -184px;
  right: 0;
  width: 36%;
  height: 100%;
  background: url(../images/top-blured.png) no-repeat center center;
  background-size: contain;
  z-index: 0;
}

.life-section:before,
.life-section::before {
  content: "";
  position: absolute;
  bottom: -184px;
  left: 0;
  width: 36%;
  height: 100%;
  background: url(../images/bottom-blured.png) no-repeat center center;
  background-size: contain;
  z-index: 0;
}

.knowmores {
  position: relative;
  padding-top: 30px;
}
.knowmores > a {
  background-color: #fff;
  color: #00469a;
  border-radius: 10px;
  border: 0;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 1rem 2.5rem;
  position: relative;
  transform: perspective(1px) translateZ(0px);

  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
}
.knowmores > a:hover {
  color: #fff;
}
.knowmores > a::before {
  border-radius: 10px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.knowmores > a:hover::before {
  transform: scaleY(1);
}
.knowmores > a::before {
  background: rgb(142, 39, 143);
  background: linear-gradient(
    176deg,
    rgba(142, 39, 143, 1) 0%,
    rgba(204, 51, 96, 1) 100%
  );
}



#rich-Alumni.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    color: #ffffff;
    background-color: transparent;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px;
    padding: 1px !important;
    border-radius: 100%;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px !important;
    opacity: .9;
	
}

#rich-Alumni.owl-theme .owl-nav .owl-prev {
    left: -50px;
}
#rich-Alumni.owl-theme .owl-nav .owl-next {
    right: -50px;
}

.rich-base {
    padding: 0 40px;
}

