/* [project]/app/page.module.css [app-client] (css) */


/* [project]/node_modules/swiper/modules/pagination.css [app-client] (css) */
.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* [project]/node_modules/swiper/modules/grid.css [app-client] (css) */
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-flow: column wrap;
}

/* [project]/app/(inner-pages)/innerPage.css [app-client] (css) */
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: Playfair Display !important;
}

.pagedata {
  float: left;
  width: 100%;
  position: relative;
}

.pagedata:before {
  content: "";
  z-index: -1;
  background-image: url("/assets/differencebg.webp");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}

.breadcrumb {
  padding: 20px 0;
  background-color: #0000 !important;
  margin-bottom: 0 !important;
}

.breadcrumb ul {
  z-index: 0;
  margin: 0;
  padding: 10px 0;
}

.breadcrumb li {
  float: left;
  color: #000;
  padding: 5px;
  font-size: 14px;
  list-style: none;
}

.breadcrumb li a {
  color: #000;
  text-decoration: none;
}

.breadcrumb li.active {
  color: #be0002;
  padding-left: 0;
}

.content_full {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.content_full p img {
  width: 100%;
}

.pagedata nav {
  height: 66px;
  padding: 0;
}

.pageoverview {
  float: left;
  background-color: #0000;
  width: 100%;
  padding: 70px 0;
  overflow: hidden;
}

.container-fluid.lecturehallpage {
  padding: 70px 0;
  overflow: hidden;
}

.leftmenu {
  float: left;
  background-color: #bd0002;
  border-radius: 0 10px 10px 0;
  width: 100%;
  margin-left: -5px;
  padding: 30px 20px 100px 27%;
}

.leftmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.leftmenu ul li {
  float: left;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 0 !important;
}

.leftmenu ul li a {
  float: left;
  color: #fff;
  width: 100%;
  min-height: 57px;
  padding: 15px 0;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.leftmenu ul li a.active {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.leftmenu ul li svg {
  color: #fff;
  opacity: .3;
  margin-top: 6px;
  margin-right: 7px;
  font-size: 13px;
}

.leftmenu ul li a.active svg, .leftmenu ul li a:hover svg {
  opacity: 1;
}

.leftmenu ul li a:hover {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.aboutcontant p {
  text-align: left;
  float: left;
  margin: 10px 0;
  padding-right: 50px;
  font-size: 17px;
}

.pagedata nav {
  height: 66px;
  min-height: auto;
}

.pageoverviewcontant p {
  float: left;
  color: #000;
  text-align: justify;
  width: 100%;
  margin: 15px 0;
  font-size: 17px;
}

.pageoverviewcontant li {
  color: #000;
  font-size: 17px;
}

.contantpera .content_half, .contant .content_half, .contantall .content_half {
  display: none;
}

.perarelative {
  position: relative;
}

.contantpera {
  max-height: 220px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden auto;
}

.contantperashadow {
  width: 96%;
  position: absolute;
  bottom: 0;
  box-shadow: 0 0 35px 35px #fff;
}

.pageoverviewcontant img.legacyoverview {
  width: 100%;
  height: auto;
  margin: 20px 0 0;
}

.contant {
  max-height: 500px;
  padding-bottom: 20px;
  overflow: hidden auto;
}

img.shadow, video.shadow {
  border-radius: 20px;
  box-shadow: 0 0 50px #f9d2d2e3 !important;
}

.vision {
  position: relative;
}

.aboutcontant {
  float: left;
  width: 100%;
  padding: 70px 0;
}

.vision:before {
  content: "";
  z-index: -1;
  background-color: #f9f9f9;
  background-image: url("/assets/differencebg.webp");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.vision h4 {
  margin-bottom: 10px;
  font-size: 25px;
}

.secondcontant {
  padding-top: 70px;
}

.secondcontant ul {
  margin-left: 20px;
}

.aboutcontant li {
  text-align: left;
  padding: 10px 95px 10px 10px;
  font-size: 17px;
  list-style: none;
}

.aboutcontant .perarelative ul li {
  position: relative;
}

.aboutcontant .perarelative ul li:after {
  content: "";
  -webkit-filter: brightness(0);
  background-image: url("/assets/desh.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 30px;
  transition: all .2s ease-in;
  position: absolute;
  top: 20px;
  left: -30px;
  transform: rotate(0);
}

.secondcontant li {
  position: relative;
}

.secondcontant li:after {
  content: "";
  -webkit-filter: brightness(0);
  background-image: url("/assets/desh.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 30px;
  transition: all .2s ease-in;
  position: absolute;
  top: 20px;
  left: -30px;
  transform: rotate(0);
}

.objective {
  background-image: url("/assets/objectivebg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.objective img {
  border-radius: 20px;
}

.objective h6, .objective h2, .objective .h2, .objective p, .objective li {
  color: #fff;
}

.aboutcontant.objective li {
  list-style: revert;
  padding-left: 0;
}

.accreditations {
  float: left;
  background-color: #f7f7f7;
  background-image: url("/assets/differencebg.webp");
  background-repeat: no-repeat;
  width: 100%;
  padding: 50px 0;
}

.accreditations.journeysection {
  position: relative;
}

#journeyslider .text-center {
  color: #000;
  float: left;
  width: 100%;
  min-height: 317px;
  padding: 30px 25px;
  font-size: 15px;
  text-decoration: none;
  position: relative;
}

#journeyslider h3 {
  text-align: left;
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  font-family: Roboto !important;
}

#journeyslider p {
  text-align: left;
  min-height: 60px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

img.desh {
  float: left;
  height: 2px;
  margin: 8px 5px 8px 0;
  width: 22px !important;
}

#journeyslider a:after {
  content: "";
  filter: invert();
  background-image: url("/assets/journeysliderbefore.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 100%;
  margin-top: 15px;
  transition: all .2s ease-in;
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(0);
}

#journeyslider .secondteb {
  flex-wrap: wrap-reverse;
  margin-top: 335px;
  display: flex;
}

#journeyslider .secondteb a:after {
  content: "";
  filter: invert();
  background-image: url("/assets/journeysliderbefore.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 100%;
  margin-top: -10px;
  transition: all .2s ease-in;
  position: absolute;
  top: 0;
  left: -10px;
  transform: rotate(180deg);
}

#journeyslider .firstteb:hover a:after, #journeyslider .secondteb:hover a:after {
  -webkit-filter: brightness();
}

.journeysection .navigation {
  display: block;
  position: relative;
}

.journeysection .navigation .nav-arrow {
  color: #fff;
  background-color: #be0002;
  border-radius: 37px;
  margin-top: 25%;
  padding: 10px 17px;
  position: absolute;
}

.journeysection .navigation .next-btn {
  z-index: 2;
  margin-right: 0;
  right: -52px;
}

.journeysection .navigation .prev-btn {
  z-index: 2;
  left: -52px;
}

.pageoverviewcontants01 {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 100px;
}

.more_content, .more_content_h4 {
  display: none;
}

.advisorofboard {
  background: #fff;
  background-image: none !important;
}

.advisorofboard .tab-align .tab {
  cursor: pointer;
}

.title {
  color: #fff;
  z-index: 10;
  float: left;
  text-align: center;
  align-self: end;
  width: 100%;
  padding: 50px 0 20px;
  font-family: Playfair Display;
  font-size: 20px;
  position: absolute;
}

.thumbnails {
  border-radius: 15px;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thumbnails .owl-item img {
  box-shadow: none;
  margin: 10px 0 0;
}

.black {
  text-align: center;
  background-blend-mode: multiply;
  color: #fff;
  opacity: .3;
  background: #464646;
  width: 100%;
  height: 100%;
  position: absolute;
}

.black, .title {
  transition: opacity .3s;
}

.thumbnails img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
  -webkit-filter: grayscale();
  width: 100%;
  margin-top: 0 !important;
}

.worldtavsection.aboutcontant.advisorofboard {
  padding: 0;
}

.aboutcontant.advisorofboard {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 30px;
}

.aboutcontant.advisorofboard .col-md-12 {
  position: relative;
}

.nav-arrow.next-btn {
  margin-right: 15px;
}

.row {
  position: relative;
}

.aboutcontant h6 {
  text-align: left;
  width: 100%;
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 10px;
  font-family: Playfair Display !important;
}

.thumbnails:hover img {
  -webkit-filter: grayscale(0);
}

.thumbnails:hover .black {
  opacity: .2;
}

.aboutcontant .tab {
  cursor: pointer;
  margin-bottom: 20px;
  padding: 10px;
}

.thumbnails:hover .title {
  background: linear-gradient(#fff0 0, #000 100%);
  box-shadow: 46px 30px 36px -13px #000;
}

.tab.active {
  color: #be0002;
  background-color: #0000;
  border: 0;
  border-bottom: 1px solid #be0002;
  font-weight: 600;
  text-decoration: none;
}

.tab-align {
  justify-content: center;
  margin: 0 0 20px;
  display: flex;
}

.tab {
  color: #000;
  cursor: pointer;
  border: 0;
  max-width: fit-content;
  margin: 0 10px;
  padding: 0 10px;
  font-family: Playfair Display;
  font-size: 25px;
  text-decoration: none;
}

img.loader_img.img-fluid {
  display: none;
}

.col-md-12.text-center {
  justify-content: center;
  display: flex;
}

.directormessagepage {
  float: left;
  width: 100%;
  padding: 50px 0;
}

.foundersection.directormessagepage {
  background: none;
}

.foundersection.directormessagepage h6 {
  margin-top: 0;
  padding: 0;
}

.directormessagepage img {
  float: right;
  border-radius: 10px;
}

.foundersection.directormessagepage .founder h6 {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
}

.foundersection.directormessagepage .founder p {
  margin-bottom: 0;
  padding-right: 0;
}

.directormessagepage1 {
  background-color: #f5f5f5;
}

.directormessagepage p {
  text-align: justify;
  padding-right: 75px;
  font-size: 16px;
  font-family: Roboto !important;
}

.directormessagepage h4 {
  font-size: 25px;
  font-family: Roboto !important;
}

.directormessagepage h5 {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Roboto !important;
}

.mohitspacing .contant {
  margin-top: 50px;
}

.directormessagepage.directormessagepage1 .perarelative .contantperashadow {
  box-shadow: 0 0 35px 35px #ededed;
}

.directormessagepage.directormessagepage1 .row {
  flex-direction: row-reverse;
}

.directormessagepage.directormessagepage1:last-child .perarelative .contantperashadow {
  box-shadow: 0 0 35px 35px #fff;
}

.navigation.absolute {
  margin-top: -20px;
  position: absolute;
  top: 55px;
  right: 0;
}

.navigation.absolute .nav-arrow.next-btn {
  margin-right: -15px;
}

.aboutcontant.internationalfaculty.methodology {
  float: left;
  background-image: url("/assets/founderbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 40px 0 70px;
}

.relative-navigation {
  position: relative;
}

#accredationsranking h4 img {
  box-shadow: none;
  margin-top: 0;
  margin-left: 50px;
}

#accredationsranking h4 {
  width: auto;
  margin-bottom: 20px;
}

#accredationsranking h4.text-right {
  float: right;
}

#accredationsranking h4 a {
  border-radius: 8px;
  margin-top: 10px;
  margin-right: 15px;
  padding: 8px 12px;
  font-size: 15px;
}

#accredationsranking h4 a img {
  width: 19px;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
}

#accredationsranking .col-md-12.col-xs-12.col-sm-12.row {
  justify-content: space-between;
}

#accredationsranking li {
  color: #000;
  float: left;
  width: 95%;
  margin: 0;
  font-size: 17px;
}

#accredationsranking li::marker {
  color: #bd0002;
  font-size: 23px;
}

.aboutcontant.accredationsranking {
  background-color: #f5f5f5;
}

.accredationsranking h4 img {
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  margin-left: 20px;
}

.accredationsranking h4 {
  float: left;
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 20px;
}

.accredationsranking .col-md-5.col-xs-12.col-sm-6 p {
  padding-right: 0;
  font-size: 19px;
}

.accredationsranking h4 a {
  padding: 8px 15px;
}

div#accordionExample {
  padding-top: 30px;
}

#accordionExample h4 {
  color: #bd0002;
  margin-bottom: 10px;
  padding: 10px 24px 10px 0;
  font-size: 18px;
  box-shadow: none !important;
  background-color: #0000 !important;
  border: none !important;
}

#accordionExample h4 button {
  color: #bd0002;
  background: none;
  align-items: baseline;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none !important;
}

#accordionExample .card {
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}

#accordionExample .card:last-child {
  border-bottom: 0 !important;
}

.accredationsranking p {
  margin: 10px 0;
  font-size: 17px;
}

.accredationsranking h4 a {
  float: right;
  color: #fff;
  text-transform: capitalize;
  background-color: #bd0002;
  border-radius: 8px;
  margin-top: 10px;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 400;
  font-family: Roboto !important;
}

.accredationsranking a.rightalign img {
  margin-left: 0;
  margin-right: 10px;
}

.bgred {
  background: #be0002 !important;
}

.aboutcontant.ranking.bgred {
  padding: 30px 0;
}

.aboutcontant.ranking.bgred h4 {
  float: left;
  text-align: left;
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-size: 25px;
}

.aboutcontant.ranking.bgred span {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.aboutcontant.ranking.bgred h4 img {
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  margin-left: 20px;
}

.aboutcontant.ranking.bgred h4 a {
  float: right;
  color: #be0002;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 10px;
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  font-family: Roboto !important;
}

.aboutcontant.ranking.bgred h4 a img {
  width: 19px;
  margin-left: 0;
  margin-right: 10px;
}

a.allianceslogo {
  float: left;
  aspect-ratio: 16 / 9;
  border: 1px solid #ccc;
  width: 100%;
  margin: 10px 0;
  padding: 15px 10px;
}

a.allianceslogo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.awarddiv {
  text-align: center;
  float: left;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
  margin: 15px 0;
  padding: 30px;
  text-decoration: none;
}

.awarddiv h4 {
  color: #000;
  min-height: 41px;
  margin: 30px 0 0;
  font-size: 17px;
}

.awarddiv:hover {
  border: 1px solid #be0002;
  text-decoration: none;
  box-shadow: 0 1px 8px #be0002ab;
}

.awarddiv img.img-fluid {
  -o-object-fit: contain;
  object-fit: contain;
  height: 300px;
}

.awarddiv:hover h4 {
  color: #be0002;
}

.lecturehallpage img.lecturehall {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 310px;
  margin: 15px 0;
}

img.radius-30 {
  border-radius: 30px;
  box-shadow: 0 0 50px #f9d2d2e3;
}

.hostelfacility {
  padding: 70px 0 30px;
}

.hostelfacility ul.reddisc li {
  color: #463c3c;
  float: left;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 500;
  list-style: outside;
}

ul.reddisc li::marker {
  color: #bd0002;
  font-size: 23px;
}

#accomodation-facility:before {
  content: "";
  z-index: -1;
  background-color: #f9f9f9;
  background-image: url("/assets/hostelfacultybg.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 926px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.campuscontant {
  float: left;
  width: 100%;
  padding: 50px 0;
}

.modal-dialog {
  animation-name: animatetop;
  -webkit-animation-duration: .9s;
  animation-duration: 1.2s;
}

@keyframes animatetop {
  0% {
    opacity: 0;
    scale: .1;
  }

  100% {
    opacity: 1;
    scale: 1;
  }
}

#gallery-lightbox img.img-fluid {
  border-radius: 20px;
  width: 100%;
  padding: 15px;
}

.btn-close {
  --bs-btn-close-color: #fff !important;
}

.modal {
  margin: 0 auto !important;
}

.modal-dialog {
  background-color: #0000 !important;
  max-width: fit-content !important;
  height: 100% !important;
  max-height: 100% !important;
  margin: 0 auto !important;
}

.modalimageslider .modal-header {
  color: #fff;
  z-index: 9;
  background-color: #0000;
  border: 0;
  padding: 0;
  position: absolute;
  top: -10px;
  right: -10px;
}

.btn-close:focus {
  box-shadow: none;
}

.modalimageslider .modal-header button {
  background-color: #be0002;
  border-radius: 20px;
  min-height: auto;
  color: #fff !important;
  padding: 10px !important;
}

.modalimageslider .swiper-slide {
  max-width: fit-content;
}

.modalimageslider .modal-body {
  padding: 0;
}

.modalimageslider .modal-body .popupVideo iframe {
  width: 100%;
  height: 100%;
}

.modalimageslider .modal-dialog {
  position: relative;
  width: fit-content !important;
  max-width: 464px !important;
}

.modalimageslider .navigation {
  z-index: 2;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  top: 45%;
}

.modal-body .navigation {
  margin-top: 0;
}

.modalimageslider .navigation .next-btn {
  margin-left: 0;
  margin-right: 0;
}

.modalimageslider .swiper-slide {
  width: 100% !important;
}

.modalimageslider.lifeAtAbs .modal-body {
  width: max-content;
  max-width: 100%;
  height: max-content;
}

.modalimageslider.lifeAtAbs .modal-body img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.modal-body .img-fluid {
  width: auto;
}

.lifearoundabd {
  float: left;
  background-color: #f7f7f7;
  background-image: url("/assets/learningtipsectionbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50px 0 50px 8%;
  overflow-x: hidden;
}

#aroundabs .learningcontant {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #be0002b3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0;
}

#aroundabs h4 {
  color: #fff;
  font-size: 28px;
}

#aroundabs img {
  border-radius: 12px;
  width: 100%;
  display: block;
}

#aroundabs .learningcontant:hover {
  background-color: #be0002;
}

.lifearoundabd h6, .lifearoundabd h2, .lifearoundabd .h2 {
  color: #fff;
}

.yearselect {
  float: right;
  margin-top: 50px;
  font-size: 19px;
  display: flex;
  position: absolute;
  top: 0;
  right: 15px;
}

.relative {
  position: relative;
}

.cultural-celebrations .yearselect {
  justify-content: flex-end;
  right: 1%;
}

.yearselect label {
  color: #ce1f22;
  margin-right: 10px;
  line-height: 38px;
}

.yearselect select {
  color: #fff;
  background-color: #ce1f22;
  border: 0;
  border-radius: 0;
  width: auto;
  min-height: auto;
  margin: 0;
  padding: 8px 15px;
  font-size: 19px;
  font-family: Roboto !important;
}

.celebrationsdiv a h4 {
  text-align: center;
  color: #000;
  margin: 10px 0;
  font-size: 17px;
  line-height: 22px;
}

.celebrationsdiv a {
  float: left;
  color: #000;
  width: 100%;
  margin-bottom: 20px;
}

.celebrationsdiv img {
  width: 100%;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin: 0 !important;
}

.celebrationsdiv:hover img {
  box-shadow: 0 0 50px #f9d2d2e3 !important;
}

.celebrationsdiv:hover h4 {
  color: #be0002;
}

.modallifepage.modal .modal-dialog {
  max-width: 70% !important;
}

.modallifepage.modal img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  height: auto;
  max-height: 500px;
}

.modal-body h4 {
  float: left;
  width: 100%;
  margin: 10px 0;
  font-size: 17px;
}

.modal-body p {
  margin-bottom: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 28px;
}

.modallifepage.modal img {
  width: 100%;
  height: auto;
}

.modallifepage.modal .modal-body .col-md-8 div {
  max-height: 335px;
  overflow-y: auto;
}

.modallifepage.modal .modal-body p {
  margin-bottom: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 28px;
}

.modallifepage .advisors {
  width: 100%;
  max-width: 50vh;
  max-height: 90vh;
}

.modallifepage .advisors img {
  width: 100%;
}

.modallifepage .advisors .content {
  width: 100%;
  height: fit-content;
  min-height: 3vh;
  max-height: 250px;
  overflow-y: auto;
}

.worldtavsection.arrivels {
  float: left;
  background-image: url("/assets/founderbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 30px 0 70px;
}

.worldtavsection.arrivels img {
  border-radius: 10px;
}

.worldtavsection.arrivels img:hover {
  box-shadow: 0 0 20px #bd000247;
}

#ourservices .swiper-slide a {
  text-align: center;
  color: #000;
  float: left;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 10px;
  width: 100%;
  min-height: 275px;
  margin: 30px 0;
  padding: 30px 0;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}

#ourservices .swiper-slide img {
  width: auto;
  max-width: 120px;
  margin: 0 auto 30px;
  display: block;
}

#ourservices .swiper-slide p {
  text-align: center;
  min-height: 50px;
  font-size: 20px;
  line-height: 25px;
}

#ourservices .swiper-slide {
  text-align: center;
  color: #000;
  float: left;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 10px;
  width: 100%;
  min-height: 275px;
  margin: 30px 0;
  padding: 30px 0;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}

.bgf5f5f5 {
  background: #f5f5f5 !important;
}

.recruiters.resources {
  float: left;
  text-align: center;
  background: #fff;
  width: 100%;
  padding: 50px 0;
}

.recruiters.resources h2, .recruiters.resources .h2 {
  text-align: center;
}

.recruiters.regulations {
  background: #fff;
  padding: 50px 0;
}

.regulations li {
  padding: 5px 70px 5px 0;
  font-size: 16px;
}

.regulations p {
  margin: 10px 0;
  padding-right: 70px;
  font-size: 15px;
}

.worldtavsection.recruiterssection {
  background-color: #0000;
  background-image: none;
  padding: 70px 0;
}

.worldtavsection.arrivels li.nav-item div {
  padding: 10px;
}

.v-effect-link {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.v-effect-link li:hover {
  box-shadow: 0 0 20px #bd000247;
}

.v-effect-link li {
  text-align: center;
  width: 19%;
  min-width: 5em;
  max-width: 20%;
  padding: 0;
  transition: all .3s ease-in-out;
  display: inline-block;
  margin: 0 !important;
}

.recruiterssection img {
  width: 140px;
  height: auto;
  margin: 25px 0;
  box-shadow: none !important;
}

.aboutcontant.highlightsection a.minhight {
  text-align: center;
  float: left;
  width: 100%;
  height: 95%;
  min-height: auto;
  margin: 15px 0;
  text-decoration: none;
}

.highlightsection a {
  text-align: center;
  color: #000;
  float: left;
  width: 100%;
  padding: 20px 10px;
  text-decoration: none;
}

.aboutcontant.highlightsection img {
  border-radius: 20px;
  width: 200px;
  height: auto;
  box-shadow: none !important;
}

.aboutcontant.highlightsection h6 {
  text-align: center;
}

.aboutcontant.highlightsection p {
  text-align: center;
  color: #000;
  width: 100%;
  padding-right: 0;
}

.aboutcontant.highlightsection .icon {
  border-radius: 0;
  width: auto;
  height: auto;
}

.successstoriesload img {
  box-shadow: none;
  border-radius: 20px;
  width: 100%;
}

.aboutcontant.mngpdng.successstoriesload .col-md-4 {
  margin: 15px 0 0;
}

.learningcontant1 {
  cursor: pointer;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0;
}

.learningcontant1 img {
  width: 40px !important;
}

.successstoriesload h4 {
  color: #be0002;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  text-decoration: none;
  font-family: Roboto !important;
}

.successstoriesload p {
  color: #000;
  text-align: center;
  width: 100%;
  margin: 0 0 25px;
  padding-right: 0;
  font-size: 13px;
}

.highlightsectionmainpage {
  background-color: #0000;
  padding: 0 0 70px;
}

.pageoverviewcontant.corporatevisitspage a {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.pageoverviewcontant.corporatevisitspage h4 {
  text-align: center;
  color: #000;
  float: left;
  width: 100%;
  min-height: 34px;
  margin: 15px 0 30px;
  font-size: 15px;
}

.pageoverviewcontant.corporatevisitspage img {
  border-radius: 15px;
  width: 100%;
  height: 250px;
}

.pageoverviewcontant.corporatevisitspage a:hover img {
  box-shadow: 0 0 50px #f9d2d2e3;
}

.pageoverviewcontant.corporatevisitspage a:hover h4 {
  color: #be0002;
}

.pageoverviewcontant.alumnipage a img {
  width: auto;
  box-shadow: none;
  border-radius: 0;
  height: auto;
  margin: 50px 0;
}

.pageoverviewcontant.alumnipage a img:hover {
  box-shadow: none;
}

.pageoverviewcontant.alumnipage li {
  padding: 10px 200px 10px 0;
  font-size: 17px;
}

.pageoverviewcontant.alumnipage li::marker {
  color: #bd0002;
  font-size: 23px;
}

.pageoverviewcontant.alumnipage.alumniSpeak .alumniSpeakAccordion .alumniSpeakAccordionBody {
  grid-gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.pageoverviewcontant.alumnipage.alumniSpeak .alumniSpeakAccordion .alumniSpeakAccordionBody .alumniSpeakAccordionEachStudent {
  cursor: pointer;
}

.pageoverviewcontant.alumnipage.alumniSpeak .alumniSpeakAccordion .alumniSpeakAccordionBody .alumniSpeakAccordionEachStudent img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
}

.pageoverviewcontant.alumnipage.alumniSpeak .alumniSpeakAccordion .alumniSpeakAccordionBody .alumniSpeakAccordionEachStudent p {
  padding: 0;
}

.pageoverviewcontant.alumnipage .alumnimonths {
  grid-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 70px 0;
  display: grid;
}

.pageoverviewcontant.alumnipage .alumnimonths .alumnimonth {
  flex-direction: column;
  display: flex;
}

.pageoverviewcontant.alumnipage .alumnimonths .alumnimonth img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  margin: 0 0 1rem;
}

.pageoverviewcontant.alumnipage .oldAlumniMonths {
  grid-gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.pageoverviewcontant.alumnipage .oldAlumniMonths img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  margin: 0 0 1rem;
}

.padding-0 {
  padding: 0 !important;
}

#impactstorytestimonial .swiper-slide {
  float: left;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  width: 99.8%;
  padding: 30px;
}

.storypage .awarddiv {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

#impactstorytestimonial img {
  border-radius: 62px;
  width: auto;
  max-width: 97px;
  margin: 0 15px 0 0;
}

.pageoverview.storypage.bgtransprant {
  padding: 70px 0 0;
}

.pageoverviewcontant h6.textred {
  text-align: left;
  width: 100%;
  font-size: 22px;
}

#impactstorytestimonial .awarddiv p {
  min-height: auto;
  padding: 0;
  font-size: 15px;
}

#impactstorytestimonial p {
  float: left;
  width: 100%;
  padding: 0;
  font-size: 15px;
  overflow: auto;
}

#impactstorytestimonial .overflowptag {
  height: 180px;
  overflow-y: auto;
}

.antiragging h2, .antiragging .h2 {
  margin-bottom: 15px;
  font-size: 25px;
}

.annualdetail {
  float: left;
  border: 1px solid #000;
  border-radius: 7px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
}

.antiragging span.btn {
  color: #fff;
  text-transform: uppercase;
  moz-transition: all .4s ease-in-out;
  float: left;
  background: #e90001 linear-gradient(to right, #e90001, #850000, #850000, #e90001) 0 0 / 300% 100%;
  border: 1px solid #8d0000;
  border-radius: 10px;
  width: 100%;
  padding: 7px 10px;
  font-size: 14px;
  transition: all .4s ease-in-out;
}

.antiragging span.btn:hover {
  color: #fff;
  moz-transition: all .4s ease-in-out;
  background-position: 100% 0;
  transition: all .4s ease-in-out;
}

.annualdetail a {
  padding: 0;
  text-decoration: none;
}

.annualdetail p {
  color: #848484;
  float: unset;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 15px;
}

.antiragging .pdf img {
  float: unset;
  -webkit-filter: grayscale(0);
  width: 100%;
  margin: 0 auto 15px;
  padding: 0;
}

.annualdetail svg {
  color: #848484;
  width: 100%;
}

.annualdetail:hover svg {
  color: #be0002;
}

.pagedata.bg-transperant:before {
  background-image: none;
}

.annualdetail {
  border: 1px solid #000;
  border-radius: 7px;
  margin-bottom: 20px;
  padding: 20px;
}

.pdf img {
  float: left;
  -webkit-filter: grayscale();
  width: 35px;
  height: auto;
  margin-bottom: 30px;
  margin-right: 20px;
}

.pdf {
  text-align: left;
  margin-bottom: 0;
  display: flow-root;
}

.pdf svg {
  height: 100px;
  margin: 1rem auto;
}

.annualdetail:hover {
  border: 1px solid #be0002;
}

.annualdetail:hover .pdf img {
  text-align: left;
  -webkit-filter: grayscale(0);
}

.annualdetail:hover .pdf p {
  color: #be0002;
  padding-right: 0;
}

.annualdetail svg {
  float: right;
  margin-top: -10px;
  font-size: 15px;
}

.formbox {
  background-color: #f8f8f8;
  border-radius: 20px;
  margin: 0 50px 50px;
  padding: 50px 60px;
  box-shadow: 0 0 26px -5px #bd000259;
}

button, input, optgroup, select, textarea {
  float: left;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
  min-height: 53px;
  margin: 10px 0;
  padding: 10px;
}

.form-group.col-sm-12 p {
  float: left;
  width: 100%;
}

.form-group.col-sm-12 p button.btn {
  float: unset;
  max-width: fit-content;
}

.disclosure .pdf {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.disclosure .pdf img {
  float: unset;
  -webkit-filter: grayscale(0);
  width: 100%;
  margin: 0 auto;
  padding: 10%;
}

.disclosure .annualdetail p {
  color: #8d0000;
}

.disclosure span.btn {
  color: #fff;
  text-transform: uppercase;
  moz-transition: all .4s ease-in-out;
  float: left;
  background: #e90001 linear-gradient(to right, #e90001, #850000, #850000, #e90001) 0 0 / 300% 100%;
  border: 1px solid #8d0000;
  border-radius: 10px;
  width: 100%;
  padding: 7px 10px;
  font-size: 14px;
  transition: all .4s ease-in-out;
}

.disclosure span.btn:hover {
  color: #fff;
  moz-transition: all .4s ease-in-out;
  background-position: 100% 0;
  transition: all .4s ease-in-out;
}

.thumbnails:hover {
  cursor: pointer;
  z-index: 20;
  transform: scale(1);
  box-shadow: 0 0 20px #bd00025e;
}

.aboutcontant.internationalfaculty {
  background-color: #ededed;
  padding: 40px 0 50px;
  position: relative;
}

.aboutcontant.internationalfaculty:before {
  content: "";
  z-index: 0;
  background: url("/assets/firstafterimg.png") 0 0 / contain no-repeat;
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.researchandpublication p {
  line-height: 27px;
}

.title2 {
  color: #fff;
  z-index: 10;
  float: left;
  text-align: left;
  align-self: end;
  width: 100%;
  height: auto;
  padding: 30px;
  font-family: Playfair Display;
  position: absolute;
}

#learningmethodology .title2 {
  padding: 30px 30px 10px;
}

.title2 h4 {
  color: #fff;
  float: left;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 22px;
}

.thumbnails2 {
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thumbnails2:hover {
  cursor: pointer;
  z-index: 20;
  border-radius: 10px;
  transform: scale(1.03);
  box-shadow: 0 0 20px #bd00025e;
}

.thumbnails1 {
  border-radius: 30px;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thumbnails1 img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
  width: 100%;
  height: auto;
  margin-top: 0 !important;
}

.title1 {
  color: #fff;
  z-index: 10;
  float: left;
  text-align: left;
  align-self: start;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  font-family: Playfair Display;
  position: absolute;
}

.title1 h4 {
  color: #fff;
  float: left;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 25px;
}

.title1 p {
  color: #fff;
  float: left;
  text-align: left;
  width: 100%;
  padding-right: 50px;
  font-size: 21px;
  font-style: italic;
  font-weight: 200;
  line-height: 30px;
}

.thumbnails1:hover {
  cursor: pointer;
  z-index: 20;
  border-radius: 30px;
  transform: scale(1.03);
  box-shadow: 0 0 20px #bd00025e;
}

.thumbnails1:hover .title1 {
  background-color: #bd000296;
}

.contributiontable {
  float: left;
  width: 100%;
  padding: 70px 0;
}

.contributiontable h4 {
  margin-bottom: 20px;
  font-size: 25px;
}

table th, table td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px;
  font-family: Roboto !important;
}

.contributiontable td {
  border: 1px solid #000;
  font-size: 13px;
}

.contributionPagesList {
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  display: grid;
}

.contributionPagesList div {
  text-align: center;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  display: flex;
}

.contributionPagesList a {
  color: #000;
  font-size: 20px;
  transition: all .3s ease-in;
}

.contributionPagesList a:hover {
  color: #bd0002;
}

.bookrepository {
  float: left;
  border: 1px solid #bd0002;
  width: 100%;
  padding: 30px 15px;
}

.bookrepository h4 {
  text-align: center;
  min-height: 50px;
  margin: 20px 0;
  font-size: 17px;
}

.bookrepository p a {
  float: unset;
  max-width: fit-content;
}

.bookrepository button {
  width: max-content;
  margin: 0 auto;
}

.newsletterbox img {
  border: 1px solid #bd0002;
  padding: 15px;
}

.newsletterbox h4 {
  text-align: left;
  margin: 20px 0;
  font-size: 19px;
}

.w-100 {
  width: 100%;
}

.modallifepage.modal.newslattermodal .modal-content img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 80vh;
}

.newsletterbox a {
  cursor: pointer;
  text-decoration: none !important;
}

.newsletterbox a h4 {
  color: #000 !important;
}

.faq.accredationsranking {
  float: left;
  width: 100%;
  padding: 70px 0;
}

.accordion {
  padding-top: 30px;
}

.accredationsranking .accordion-item {
  float: left;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}

button.accordion-button {
  border-radius: 0;
  margin: 2px 0;
  padding: 10px 24px 10px 0;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  box-shadow: none !important;
  color: #bd0002 !important;
  background-color: #0000 !important;
  font-family: Roboto !important;
}

.accredationsranking button.accordion-button:after {
  content: "";
  float: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 11px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 7px;
  right: -20px;
  transform: rotate(180deg);
  background-image: url("/assets/topredarrow.png") !important;
}

button.accordion-button[aria-expanded="true"]:after {
  transform: rotate(0) !important;
}

.accordion-body {
  padding: 1.25rem 1.25rem 1.25rem 0;
  font-family: Roboto !important;
}

.finantialaidicon .pdf {
  display: flex;
}

.finantialaidicon .pdf img {
  float: unset;
  -webkit-filter: grayscale(0);
  width: auto;
  margin-bottom: 0;
  margin-right: 20px;
}

.finantialaidicon .pdf a {
  color: #848484;
  text-decoration: underline;
}

.pageoverview.recruiters.bggray.beforeligray.financial-aidpage p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}

.annualdetail a.downloadicon {
  float: right;
  width: 100%;
}

.annualdetail:hover .pdf p a {
  color: #be0002;
}

.redline ul li {
  padding: 5px 60px 5px 20px;
  list-style: none;
  position: relative;
}

.redline ul {
  float: left;
  width: 100%;
}

.redline ul li:before {
  filter: brightness();
  content: "";
  z-index: 0;
  background: url("/assets/lidash.png") no-repeat;
  width: 36px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: -20px;
}

.progresssection {
  float: left;
  background-image: url("/assets/progressbarbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 0;
}

.progresssection h2, .progresssection .h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 60px;
}

ul.progressbar {
  float: left;
  width: 100%;
  margin-bottom: 33px;
  margin-left: 0;
  list-style: none;
}

ul.progressbar li {
  float: left;
  text-align: center;
  color: #fff;
  width: 33%;
}

ul.progressbar li h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin: 15px 0;
  font-size: 17px;
  font-weight: 500;
  font-family: Roboto !important;
}

ul.progressbar li p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
}

ul.progressbar li span {
  float: left;
  width: 100%;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

ul.progressbar li img.img-fluid {
  width: 100%;
}

.importantnote p {
  font-size: 15px;
}

.importantnote li {
  padding: 5px 5px 5px 20px !important;
  font-size: 13px !important;
}

.importantnote.recruiters.bggray.beforeligray.redline ul li:before {
  filter: brightness(0);
}

.payapply {
  float: left;
  text-align: center;
  background-color: #bd0002;
  align-items: center;
  width: 100%;
  min-height: 280px;
  padding: 50px;
}

.payapplyonline p {
  color: #000;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 17px;
}

.payapply {
  height: 100%;
}

.payapply p {
  color: #fff;
}

.payapply a {
  float: unset;
  color: #bd0002;
  margin: 20px auto;
  background: #fff !important;
}

#fee-structure a.rightalign {
  float: right;
  color: #fff;
  background-color: #bd0002;
  border-radius: 8px;
  margin-top: -130px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  right: 0;
  font-family: Roboto !important;
}

#fee-structure h2, #fee-structure .h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
}

#fee-structure h5 {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  font-family: Roboto !important;
}

#fee-structure p {
  text-align: center;
  font-size: 17px;
}

#fee-structure #faq .accordion-item {
  float: left;
  background-color: #f8f8f8;
  border-radius: 10px;
  width: 100%;
  margin: 10px 0;
}

.coloredheading .accordion-header {
  float: left;
  width: 100%;
  padding: .75rem 1.25rem;
  background-color: #0000 !important;
}

#fee-structure #faq .accordion-item .accordion-collapse.show {
  color: #222;
  line-height: 30px;
}

#fee-structure #faq .accordion-body {
  padding: 10px 30px;
}

#fee-structure #faq .accordion-body table {
  width: 100%;
}

div#mainfee {
  margin-top: 40px;
}

#fee-structure #faq h2, #fee-structure #faq .h2 {
  margin-bottom: 0;
}

#fee-structure #faq button.accordion-button:after {
  content: "";
  float: right;
  background-image: url("/assets/topredarrow.png");
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  transform: rotate(180deg);
  filter: brightness(0) invert() !important;
}

#fee-structure #faq button.accordion-button[aria-expanded="true"]:after {
  filter: brightness() !important;
  transform: rotate(0) !important;
}

#fee-structure #faq button.accordion-button[aria-expanded="true"] {
  color: #bd0002;
}

#fee-structure #faq button.accordion-button[aria-expanded="false"] {
  color: #fff !important;
}

#fee-structure #faq button.accordion-button {
  min-height: auto;
  padding: 5px;
}

#fee-structure p.note {
  text-align: left;
  float: left;
  width: 100%;
  margin-top: 40px;
  font-size: 15px;
}

div#fee-structure {
  background: none;
}

.ourcollection {
  float: left;
  background: #fff;
  width: 100%;
  padding: 70px 0;
}

.bg-gray {
  background-color: #f5f5f6;
}

.ourcollection h2, .ourcollection .h2 {
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 50px;
}

.border1 p {
  float: left;
  border: 1px solid #be0002;
  border-radius: 5px;
  width: 96%;
  margin: 10px;
  padding: 6px 10px;
}

p.final.bgred {
  color: #fff;
  justify-content: space-between;
  padding: 8px 10px;
  font-size: 20px;
  display: flex;
}

#selection-process h2, #selection-process .h2 {
  text-align: left;
  margin-bottom: 50px;
  font-size: 50px;
}

#shortlisting button.accordion-button:before {
  content: "+";
  font-style: initial;
  color: #000;
  font-size: 25px;
  font-weight: 300;
  display: block;
  position: absolute;
  top: 27px;
  right: .8rem;
  transform: translateY(-50%);
  font-family: Roboto !important;
}

#shortlisting button.accordion-button:after {
  display: none;
  background-image: none !important;
}

#shortlisting button.accordion-button[aria-expanded="true"]:before {
  content: "-";
  font-size: 45px;
}

#shortlisting .accordion-item {
  float: left;
  border: 0;
  border-radius: 0;
  width: 100%;
  border-bottom: 1px solid #ccc !important;
}

#shortlisting .accordion-item h2 button, #shortlisting .accordion-item .h2 button {
  padding: 10px 40px 10px 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  color: #000 !important;
}

#aboutoxford h6 {
  color: #fff;
  text-align: left;
  font-size: 20px;
}

#aboutoxford h2, #aboutoxford .h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-size: 50px;
}

div#aboutoxford .leftcontant {
  width: 73%;
}

.eligibilityimg.img-fluid {
  border-radius: 20px;
  height: auto;
}

.video-wrapper {
  float: left;
  width: 100%;
  position: relative;
}

#residentialpage video {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  margin: 25px 0;
  box-shadow: 0 0 20px #bd000247;
}

.playiconsection {
  z-index: 9;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#residentialpage .play-button-wrapper {
  text-align: center;
  padding: 10%;
}

.play-button-wrapper {
  margin-bottom: 100px;
}

.pageoverview.programpage {
  background: none;
}

.recruiters {
  float: left;
  background: linear-gradient(#fff 0, #f6f6f6 140%);
  width: 100%;
  padding: 30px 0;
}

#recruiters .swiper-slide img {
  width: auto;
  margin: 0 auto;
  display: block;
}

#highlightsinner .swiper-slide div {
  text-align: center;
  color: #000;
  float: left;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 10px;
  width: 100%;
  margin: 30px 0;
  padding: 30px;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}

#highlightsinner .swiper-slide img {
  width: auto;
  margin: 0 auto 30px;
  display: block;
}

#highlightsinner .swiper-slide div p {
  min-height: 36px;
}

.courcesssection {
  float: left;
  width: 100%;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.courcesssection:before {
  content: "";
  z-index: -1;
  background-image: url("/assets/differencebg.webp");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#electivcources .swiper-slide a {
  color: #fff;
  text-align: left;
  float: left;
  background-color: #be0002;
  border-radius: 10px;
  width: 100%;
  min-height: 385px;
  padding: 30px;
  text-decoration: none;
}

#electivcources .swiper-slide a h4 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 25px;
}

#electivcources .swiper-slide a p {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-size: 17px;
}

.recruiters.bggray {
  float: left;
  background: #f6f6f6;
  width: 100%;
  padding: 50px 0;
}

.aboutcontant.mngpdng {
  padding: 50px 0 20px;
}

#carouselprogramfaculty img {
  height: auto;
}

#carouselprogramfaculty {
  padding: 0 20px;
}

.aboutcontant.accredationsranking.programfaq {
  background-color: #0000;
  position: relative;
}

.aboutcontant.accredationsranking.programfaq:before {
  content: "";
  z-index: 0;
  background: url("/assets/programfaqbefore.png") 0 0 / contain no-repeat;
  width: 100%;
  max-width: 478px;
  height: 1000px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.recruiters.bggray.beforeligray {
  background-color: #f9f9f9;
  background-image: url("/assets/bottomrightbg.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.beforeligray h4.textred {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 23px;
}

.recruiters.bggray.beforeligray ul {
  float: left;
  width: 100%;
}

.recruiters.bggray.beforeligray ul li {
  float: left;
  width: 100%;
  padding: 5px 60px 5px 20px;
  font-size: 17px;
  list-style: none;
  position: relative;
}

.pageoverview.entrepreneurhub {
  background: none !important;
}

.beforeligray ul li:before {
  content: "";
  z-index: 0;
  filter: brightness(0);
  background: url("/assets/lidash.png") 0 0 / 50% 75% no-repeat;
  width: 36px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: -20px;
}

#incubationcenter .swiper-slide a {
  color: #fff;
  text-align: left;
  float: left;
  background-color: #fff;
  border-radius: 10px;
  width: 95%;
  min-height: 350px;
  margin: 0 15px;
  padding: 30px;
  text-decoration: none;
  transition: all .3s;
}

#incubationcenter .swiper-slide a:hover {
  cursor: pointer;
  z-index: 20;
  border-radius: 10px;
  transform: scale(1.03);
  box-shadow: 0 0 11px #bd00025e;
}

#incubationcenter .swiper-wrapper {
  padding: 20px 0;
}

#incubationcenter .swiper-slide a h4 {
  color: #be0002;
  margin-bottom: 10px;
  font-size: 20px;
}

#incubationcenter img {
  width: auto;
  margin-bottom: 20px;
}

#incubationcenter .swiper-slide a p {
  color: #000;
  text-align: left;
  font-size: 16px;
}

.startuppolicy {
  float: left;
  background: #fff;
  width: 100%;
  padding: 70px 0;
  position: relative;
  overflow-x: hidden;
}

.startuppolicy:before {
  content: "";
  z-index: 0;
  background: url("/assets/beforelefthright.png") 0 0 / contain no-repeat;
  width: 478px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.innovationcounciloverview {
  background: #fff;
  padding: 100px 0;
}

.accreditations.aboutprogramsection {
  padding-top: 70px;
  padding-bottom: 70px;
}

.accreditations.aboutprogramsection img {
  height: auto;
}

.aboutprogramsection .contant {
  max-height: initial;
  padding-right: 50px;
  overflow: hidden auto;
}

h6.textred {
  width: 100%;
  font-size: 22px;
}

h2, .h2 {
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 600;
}

.eligibilityimg {
  height: auto;
}

.certificationoverview h4 {
  color: #fff;
  margin-top: 30px;
  font-size: 25px;
}

#aboutoxford p {
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

.certificationoverview li {
  color: #fff;
  padding: 10px 100px 10px 0;
  font-size: 16px;
  font-family: Roboto !important;
}

#aboutoxford li {
  padding: 0;
  font-weight: 300;
}

div#aboutoxford {
  background-color: #be0002;
  background-image: url("/assets/aboutoxfordbg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.aboutprogramsection.gamercertificationoverview {
  float: left;
  background: none;
  width: 100%;
  padding: 0 0 30px;
}

.edicprogramcenter {
  float: left;
  background: #f5f5f5;
  width: 100%;
  padding: 50px 0;
}

#edicprogramcenter .swiper-slide a {
  text-align: center;
  float: left;
  background-color: #be0002;
  border: 0;
  border-radius: 10px;
  width: 100%;
  min-height: 286px;
  margin: 30px 0;
  padding: 30px 50px;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}

#edicprogramcenter .swiper-slide img {
  width: auto;
  margin: 0 auto 30px;
  display: block;
}

#edicprogramcenter .swiper-slide a p {
  color: #fff;
  min-height: 54px;
  font-size: 17px;
  line-height: 24px;
}

.accreditations.aboutprogramsection.youngasian {
  background: #fff;
}

.accreditations.aboutprogramsection.youngasian img {
  border-radius: 15px;
  width: 100%;
  box-shadow: 0 0 20px #bd000247;
}

.entrepreneur {
  float: left;
  background: #f5f5f5;
  width: 100%;
  padding: 70px 0;
}

.aboutprogramsection img {
  border-radius: 15px;
  width: 100%;
  box-shadow: 0 0 20px #bd000247;
}

.entrepreneur p {
  padding: 10px 150px 10px 0;
}

.recruiters.bgred.beforeligray h4 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 25px;
}

.recruiters.bgred.beforeligray.increase h4 {
  font-size: 40px;
}

.beforeligray ul.newsec li {
  color: #fff;
  padding: 5px 5px 5px 30px;
  font-size: 15px;
  line-height: 27px;
  list-style: none;
  position: relative;
}

.beforeligray ul.newsec li:before {
  content: "";
  z-index: 0;
  filter: brightness();
  background: url("/assets/longbeforedesh.png") 0 0 / contain no-repeat;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 17px;
  left: -20px;
}

.recruiters.bgred.beforeligray {
  float: left;
  color: #fff;
  width: 100%;
  padding: 70px 0;
}

.entrepreneurofyear {
  float: left;
  background-color: #fff;
  width: 100%;
  padding: 50px 0;
  position: relative;
}

.entrepreneurofyear:before {
  content: "";
  z-index: 0;
  background: url("/assets/beforelefthright.png") 0 0 / contain no-repeat;
  width: 478px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.entrepreneurofyear img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.entrepreneurofyear h4 {
  text-align: center;
  margin: 20px 0 10px;
  font-size: 18px;
}

.entrepreneurofyear p {
  text-align: center;
  font-size: 16px;
}

.aboutprogramsection {
  background: linear-gradient(#fff 0, #f6f6f6 140%);
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
}

.accreditations.learningtipsection {
  background-image: url("/assets/learningtipsectionbg.jpg");
  background-size: cover;
  padding: 100px 0;
}

.accreditations h6 {
  text-align: center;
  width: 100%;
  margin: 5px 0;
  font-size: 20px;
  font-family: Roboto !important;
}

.contant1 h6, .contant1 h2, .contant1 .h2, .contant1 h5, .contant1 p, .contant1 span {
  text-align: left;
  color: #fff;
}

.contant1 h2, .contant1 .h2 {
  color: #fff;
  text-align: left !important;
}

.accreditations h2, .accreditations .h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  font-size: 50px;
}

.learningtipsection #carousel1learnging {
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  display: flex;
  position: relative;
}

.learningtipsection #carousel1learnging .learningcontant {
  color: #fff;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20% 10%;
  position: absolute;
  top: 0;
}

.learningtipsection #carousel1learnging .img-fluid {
  width: 100%;
  position: relative;
  top: 0;
}

.learningtipsection #carousel1learnging .owl-item img {
  border-radius: 10px;
  width: 100%;
  display: block;
}

#carousel1learnging .swiper-slide img {
  border-radius: 10px;
}

.learningtipsection span.note {
  color: #fff;
  float: left;
  width: 100%;
  padding: 50px 100px 0 0;
  font-size: 13px;
}

.contant1 h5 {
  text-align: left;
  color: #fff;
  margin: 20px 0;
  font-size: 23px;
}

#prg-counter h4.prg-count span {
  background-color: #0000;
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 0 0 6px;
  font-size: 60px;
  font-weight: 600;
  font-family: Playfair Display !important;
}

#prg-counter p.prg-count-title {
  text-align: left;
  margin-bottom: 20px;
  padding-right: 65px;
  font-size: 22px;
  font-family: roboto !important;
}

div#gallery-lightbox {
  padding: 0;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px #0000004d;
}

::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 0 !important;
  height: 3px !important;
}

::-webkit-scrollbar-thumb {
  background-color: #be0002;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px #0000004d;
}

.leftmenu ul::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px #0000004d;
}

.leftmenu ul::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 3px;
}

.leftmenu ul::-webkit-scrollbar-thumb {
  background-color: #be0002;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px #0000004d;
}

.directormessagepage h2, .directormessagepage .h2 {
  margin-bottom: 50px;
  font-size: 50px;
}

.contant p {
  margin: 10px 0;
}

.navigation {
  width: max-content;
  margin-top: -75px;
  position: absolute;
  right: 0;
}

.navigation.navigation-left {
  top: 50%;
  transform: translateX(-50%);
  left: 0 !important;
  right: unset !important;
  z-index: 2 !important;
  margin-top: 0 !important;
}

.navigation.navigation-right {
  top: 50%;
  right: 0;
  transform: translateX(35%);
  z-index: 2 !important;
  margin-top: 0 !important;
}

.lifearoundabd .navigation {
  margin-top: 0;
  position: absolute;
  right: 70px;
}

.modal .modal-dialog .modal-body {
  padding: 20px;
}

.facultymodal.modallifepage.modal .modal-dialog {
  max-width: 400px !important;
}

ol.breadcrumb li.breadcrumb-item:last-child a {
  color: #be0002 !important;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

a.rightalign.btn {
  text-transform: capitalize;
}

.celebrationsdiv {
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
  text-decoration: none;
}

.celebrationsdiv h4 {
  color: #000;
  margin: 10px 0;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
}

select:focus-visible {
  outline: 0;
}

.newsdiv {
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
  padding: 0 0 30px;
}

.newsdiv a {
  float: left;
  width: 100%;
}

.newsdiv a img {
  border-radius: 10px;
  margin-bottom: 20px;
}

.newsdiv h4 {
  color: #be0002;
  font-size: 18px;
  margin-bottom: 10px !important;
  font-family: Roboto !important;
}

.newsdiv:hover h4 {
  color: #be0002;
}

.newsdiv p {
  float: left;
  width: 100%;
  margin-top: 0;
  padding-right: 14%;
  font-size: 15px;
}

.newsdiv span {
  float: left;
  width: 100%;
  font-size: 15px;
}

.newsdiv a.text-right {
  color: #be0002;
  float: left;
  width: auto;
  font-size: 18px;
  font-weight: 500;
  font-family: Roboto !important;
  text-decoration: underline !important;
}

.newsdiv:last-child {
  border-bottom: 0;
}

.textbox2.newsandupdate {
  float: right;
  width: 91%;
  min-height: auto;
  margin: 30px 0 0 30px;
  padding: 30px;
}

.newsandupdate .marked {
  color: #fff;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  font-family: Roboto !important;
}

.newsandupdate input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  padding: 0;
  font-size: 11px;
}

.newsandupdate input[type="checkbox"] {
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin: 7px 10px 7px 0;
  min-height: auto !important;
}

.textbox2.newsandupdate h4 {
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding: 10px 0 20px;
}

.newsupdatepage {
  padding-bottom: 50px;
}

.blogdetailpage h2, .blogdetailpage .h2 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 28px;
  margin-top: 20px !important;
}

.blogdetailpage h2:first-child, .blogdetailpage .h2:first-child {
  margin-top: 50px !important;
}

.blogdetailpage span.roboto {
  color: #a39a9a;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
}

.blogdetailpage a {
  text-decoration: none;
}

.blogdetailpage p {
  margin-top: 0;
  padding-right: 0;
}

.blogdetailpage li {
  text-align: justify;
}

.foundersection.careeroverview {
  padding: 50px 0;
}

div#careerpage {
  background-color: #be0002;
  background-image: url("/assets/careerbgpage.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

#careerpage h2, #careerpage .h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 50px;
}

#careerpage p {
  color: #fff;
  padding: 0 50px;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

#chooseus .swiper-slide a {
  text-align: center;
  float: left;
  background-color: #f4f4f4;
  border: 0;
  border-radius: 0;
  width: 100%;
  min-height: 359px;
  margin: 30px 0;
  padding: 30px 20px;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}

#chooseus img {
  width: auto;
  margin: 0 auto 30px;
  display: block;
}

#chooseus a h5 {
  color: #000;
  margin-bottom: 10px;
  font-size: 22px;
}

#chooseus a p {
  color: #000;
  min-height: 54px;
  font-size: 16px;
  line-height: 24px;
}

.recruiters.chooseus {
  background: #fff;
}

.howtoapply {
  float: left;
  width: 100%;
  padding: 50px 0;
  position: relative;
}

.howtoapply:before {
  content: "";
  z-index: -1;
  background-image: url("/assets/differencebg.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.guestlacture .yearselect {
  justify-content: flex-end;
}

.guestlacture img {
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
}

.guestlacture h5 {
  cursor: pointer;
  margin: 10px 0;
  font-size: 15px;
  font-family: Roboto !important;
}

.guestlacture p {
  font-size: 13px;
}

.pageoverview.guestlacture, .pageoverview.lecturehallpage {
  background: linear-gradient(#fff0 86%, #f8f8f8 100%);
}

.contactdetails iframe {
  width: 100%;
}

.contactdetails h3 {
  font-size: 22px;
}

.contactdetails p a {
  text-decoration: none;
}

.pageoverview.contactdetails {
  padding: 30px 0 70px;
}

p {
  margin-top: 0 !important;
}

.highlightsection {
  background-color: #f8f8f8;
}

.yearselect label {
  font-family: Roboto !important;
}

.pageoverview.storypage {
  padding: 20px 0 !important;
}

.pageoverviewcontant.alumnipage img {
  margin: 50px 0;
}

.pageoverviewcontant.alumnipage.setleftspace ul {
  padding-left: 20px;
}

.pageoverviewcontant .yearselect {
  right: 0;
}

.pageoverviewcontant.researchandpublication.setleftspace.corporatevisitspage {
  margin: 0 -15px;
}

.aboutcontant.highlightsection.highlightsectionmainpage {
  background-color: #0000;
}

.aboutcontant h6 {
  font-size: 20px;
}

.sectionshadow {
  background: linear-gradient(#fff0 86%, #f8f8f8 100%);
}

.contributiontable table {
  border: 0;
  width: 100%;
}

.swiper-thumbs img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 150px;
  margin-top: 20px;
}

.accreditations.oxfordgallerysection .container {
  position: relative;
}

.accreditations.oxfordgallerysection .navigation {
  z-index: 1;
  justify-content: space-between;
  margin-top: -85px;
  position: absolute;
}

.accreditations.oxfordgallerysection .nav-arrow.next-btn.next-placement {
  margin-right: 0;
}

.accreditations.oxfordgallerysection .navigation .nav-arrow {
  padding: 2px 9px;
}

.accreditations.oxfordgallerysection img.shadow {
  width: 100%;
}

.accreditations.oxfordgallerysection .mySwiper2 {
  box-shadow: 0 0 50px #f9d2d2e3 !important;
}

.accreditations.oxfordgallerysection .mySwiper2 .swiper-wrapper {
  align-items: center;
}

.accreditations.oxfordgallerysection .mySwiper2 .swiper-wrapper .swiper-slide {
  max-height: 600px;
}

.accreditations.oxfordgallerysection .mySwiper2 .swiper-wrapper .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

#pause svg {
  fill: #fff;
  color: #fff;
  background-color: #bd0002ad;
  border-radius: 23px;
  padding: 13px 11px;
}

.aboutprogramsection h6, .aboutprogramsection h2, .aboutprogramsection .h2 {
  text-align: left;
}

.accreditations.oxfordgallerysection {
  background-color: #fff;
  background-image: none;
}

.accreditations.learningtipsection .navigation {
  right: 70px;
}

.aboutcontant.accredationsranking.programfaq :after {
  margin-top: 15px;
  right: 4px;
}

.specialisation {
  padding: 100px 0 70px;
}

.specialisation .navigation {
  right: 70px;
}

.entrepreneur {
  background: #f5f5f5;
}

.certificationoverview img.longwhite {
  margin: 10px 0 30px;
}

#aboutoxford li::marker {
  font-size: 22px;
}

.innovationcounciloverview {
  background: #fff;
  padding-top: 100px !important;
  padding-bottom: 70px !important;
}

.recruiters.startuppolicy .awarddiv img.img-fluid {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.certificationoverview ul {
  padding-left: 20px;
}

#faq h2, #faq .h2 {
  margin-bottom: 20px !important;
}

#faq h2.accordion-header, #faq .h2.accordion-header {
  margin-bottom: 0 !important;
}

#fee-structure #faq .accordion-item {
  border: 1px solid #00000020;
}

#fee-structure #faq .accordion-item:has(.collapse.show) {
  border: 1px solid #c74243;
}

.ourcollection .border1 p {
  border: 1px solid #be0002;
  margin: 0 0 15px;
}

.accredationsranking button.accordion-button:after {
  margin-top: 15px;
  right: 0;
}

.aboutcontant.accredationsranking button.accordion-button:after {
  margin-top: 0;
  right: -20px;
}

#downloadprospectus button.accordion-button:after {
  margin-top: 15px;
  right: 0;
}

#mainfee table th, #mainfee table td {
  padding: 10px 10px 10px 0;
}

a.btn.btn-primary-white:hover {
  color: #bd0002;
}

#admission-process {
  background-image: url("/assets/admission-processbg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#admission-process h6 {
  text-align: center;
  font-size: 30px;
}

#admission-process h2, #admission-process .h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-size: 50px;
}

#admission-process .nav-tabs {
  border-bottom: 0;
  margin-left: 20px;
}

#admission-process li.nav-item h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
}

#admission-process li.nav-item {
  width: 25%;
}

#admission-process li.nav-item div.nav-link {
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  margin: 0 35px;
  padding: 20px 10px;
  display: flex;
  position: relative;
  background-color: #bd0002 !important;
}

#admission-process li.nav-item a {
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin: 0 35px;
  padding: 20px 10px;
  display: flex;
  position: relative;
  background-color: #bd0002 !important;
}

#shortlisting p {
  text-align: left;
  padding-right: 20px;
  font-size: 15px;
  line-height: 28px;
}

div#shortlisting {
  padding-bottom: 30px;
}

#admission-process ul div span {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

#admission-process li.nav-item div:after {
  content: "";
  z-index: 0;
  filter: invert(2);
  background: url("/assets/boxrightaarow.png") 0 0 / contain no-repeat;
  width: 26px;
  height: 15px;
  position: absolute;
  top: 45%;
  right: -45px;
}

#criterion {
  background-image: url("/assets/rightbgshedow.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

#criterion h6 {
  text-align: left;
  font-size: 20px;
}

#criterion .leftcontant ul {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
  padding-left: 0;
}

#criterion .leftcontant li {
  float: left;
  width: 50%;
  padding: 10px 0;
  list-style: none;
}

#criterion h2, #criterion .h2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 50px;
}

#criterion h5 {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

#criterion .leftcontant li h5 span {
  float: left;
  width: 100%;
  font-size: 14px;
}

#criterion .leftcontant li h2, #criterion .leftcontant li .h2 {
  color: #959595;
}

#criterion .leftcontant li:first-child h2, #criterion .leftcontant li:first-child .h2 {
  color: #be0002;
}

#criterion .leftcontant li:first-child h5, #criterion .leftcontant li:first-child h5 span {
  color: #000;
}

#criterion svg text {
  fill: #fff;
  font-size: 6px !important;
}

.howtoapply h2, #careerpage h2, .howtoapply .h2, #careerpage .h2 {
  text-align: center;
}

.foundersection.careeroverview img.img-fluid {
  margin-top: 30px;
}

.perarelative h4 {
  margin-bottom: 20px;
  font-size: 16px !important;
}

.redline ul li:before {
  filter: brightness() !important;
}

.corporatevisitspage .col-md-4.col-sm-6:hover img {
  box-shadow: 0 0 50px #f9d2d2e3;
}

.corporatevisitspage .col-md-4.col-sm-6:hover h4 {
  color: #be0002;
}

#newspage h4 {
  text-align: left;
}

#newspage p {
  text-align: left;
  padding-right: 0;
  font-size: 15px;
}

#newspage .celebrationsdiv:hover p {
  color: #be0002;
}

.anyquestion.bgred {
  float: left;
  width: 100%;
  padding: 50px 0;
}

.anyquestion.bgred h4 {
  text-align: center;
  color: #fff;
  width: 100%;
  margin: 10px auto;
  font-size: 40px;
}

.anyquestion.bgred a {
  text-align: center;
  border-radius: 5px;
  margin: 10px auto;
  padding: 13px 20px;
  font-size: 16px;
  text-decoration: none;
  color: #be0002 !important;
}

.anyquestion.bgred a:hover {
  color: #be0002;
}

.modal-header button {
  background-image: url("/assets/close.svg");
}

.modal-header button:hover {
  opacity: 1;
}

.d-none {
  display: none;
}

a.rightalign.btn.moblalign.another-btn {
  min-width: 201px;
  margin-top: -78px !important;
}

a.btn.mt-3.f-unset {
  float: unset;
}

.facultylist {
  float: left;
  width: 100%;
  padding: 50px 0;
}

.facultylist ul {
  justify-content: center;
  list-style: none;
  display: flex;
}

.facultylist ul li {
  text-align: center;
  margin: 0 10px;
  padding: 10px 15px;
  box-shadow: 0 0 10px #ccc;
}

.facultylist ul li svg {
  color: #be0002;
  width: 20px;
  margin-left: 10px;
}

.facultylist ul li a {
  color: #000;
  text-decoration: none;
}

.facultylist.journalfaculty ul {
  justify-content: flex-start;
  padding-left: 0;
}

.facultylist.journalfaculty ul a {
  color: #000;
  text-decoration: none;
}

.facultylist.journalfaculty ul li:hover a {
  color: #be0002;
}

#impactstorytestimonial img {
  width: auto;
  height: auto;
}

#impactstorytestimonial .awarddiv {
  border: 0 solid #ccc;
  margin: 15px 0;
  padding: 0;
}

#impactstorytestimonial .awarddiv:hover {
  box-shadow: none;
}

ul.ibmrc {
  float: left;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 20px !important;
}

.ibmrc li {
  float: left;
  width: 49%;
  margin: 5px 0;
  padding-right: 15px;
  font-size: 17px;
}

.ibmrcmain .celebrationsdiv img {
  width: 100%;
  height: auto;
}

.ibmrcmain .celebrationsdiv:hover p {
  color: #be0002;
}

.custom-table-1 td {
  vertical-align: middle;
  font-size: 15px;
}

#admission-process .tab-content hr {
  opacity: 1;
  background-color: #ccc;
  width: 2px;
  height: 50px;
  margin-left: 93px;
}

#admission-process .tab-content li {
  color: #fff;
  padding-left: 10px;
  font-size: 15px;
  line-height: 24px;
  list-style: none;
  position: relative;
}

#admission-process .tab-content {
  float: left;
  width: 37%;
  margin-left: 0;
  display: block;
}

.tab-content.tab1 {
  margin-left: 29% !important;
}

.tab-content.tab2 {
  margin-left: 54% !important;
}

.tab-content.tab3 {
  margin-left: 79% !important;
}

#admission-process .tab-content li:before {
  content: "";
  z-index: 0;
  filter: brightness(0) invert();
  background: url("/assets/lidash.png") 0 0 / contain no-repeat;
  width: 36px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: -20px;
}

#admission-process li.nav-item:last-child div:after {
  display: none;
}

.mainibmrc .celebrationsdiv p {
  padding-right: 0;
  font-size: 15px;
}

.mainibmrc .celebrationsdiv:hover p {
  color: #bd0002;
}

.ibmrcmain table {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.faculty-list-table table {
  text-align: left;
  border: 1px solid #ddd;
  margin: 0 0 20px;
  box-shadow: 0 2px #b4b4b44d;
}

.faculty-list-table tr:nth-child(2n) {
  background: #fafafa;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.faculty-list-table th, .faculty-list-table td {
  border: 1px solid #cacaca;
  font-size: 13px;
}

.awardpage .awards_row {
  padding: 0;
}

#fee-structure #faq .accordion-item .accordion-header {
  border-radius: 10px;
  background-color: #bd0002 !important;
}

#fee-structure #faq .accordion-item:has(.collapse.show) .accordion-header {
  background-color: #0000 !important;
}

.aboutcontant.internationalfaculty .thumbnails img {
  height: 100%;
}

.recruiters.bggray.beforeligray ul {
  padding-left: 25px;
}

.recruiters.bggray.beforeligray ul li:before {
  content: "";
  z-index: 0;
  background: url("/assets/lidash.png") 0 0 / 60% 75% no-repeat;
  width: 36px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: -20px;
}

.chart-inner {
  text-align: center;
  margin-top: 100px;
  padding: 20px;
}

.chart-inner svg {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.worldtavsection.arrivels li.nav-item .nav-link:hover {
  color: #be0002 !important;
}

.pageoverviewcontant.setleftspace.relative-navigation.mpr-0 .navigation.absolute {
  right: 60px;
}

.privacy-content {
  padding: 70px 0;
}

.bloginsight_row {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}

.bloginsight_row img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.notice h5 {
  margin-bottom: 1rem;
}

.tableClass table {
  width: 100%;
}

.tableClass table tr:nth-child(2n) {
  background: #fafafa;
}

.tableClass table a {
  color: #be0002;
  text-decoration: none;
}

.uba-activities {
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  display: grid;
}

.uba-activities .uba-activity img {
  aspect-ratio: 7 / 4;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.uba-activities .uba-activity h5 {
  height: 1.8rem;
  line-height: 1.8rem;
  overflow: hidden;
}

.uatActivityDetail img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.innerImages.col-12 {
  max-height: fit-content !important;
  overflow: hidden !important;
}

.flikrList {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  display: grid;
}

.flikrList .eachList img {
  aspect-ratio: 3;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.flikrList .eachList h5 {
  height: 3.6rem;
  line-height: 1.8rem;
  overflow: hidden;
}

.flickr .col-6.col-md-4.col-lg-3 {
  margin-bottom: 2em;
}

.flickr img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.flickr .mainImage {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16 / 7;
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
}

.flickrPopup {
  background-color: #0009;
  justify-content: center;
  align-items: center !important;
  display: flex !important;
}

.flickrPopup .modal-content {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.flickrPopup .modal-content .modal-body {
  padding: 0;
}

.flickrPopup .modal-dialog {
  width: 70% !important;
  height: max-content !important;
  max-height: 100vh !important;
}

.flickrPopup .modal-content .swiper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flickrPopup .modal-content .swiper .swiper-slide {
  width: 100%;
  height: max-content;
}

.flickrPopup .modal-content .swiper-button-gallery {
  position: absolute;
  top: 0;
  left: 0;
}

.flickrPopup .modal-header {
  color: #fff;
  z-index: 9;
  background-color: #0000;
  border: 0;
  padding: 0;
  position: absolute;
  top: -10px;
  right: -10px;
}

.flickrPopup .modal-header button {
  background-color: #be0002;
  border-radius: 20px;
  min-height: auto;
  color: #fff !important;
  padding: 10px !important;
}

.theZine {
  height: 130vh;
}

#carousel1learnging .tripDays {
  width: 32%;
  margin-bottom: 2%;
}

@media (max-width: 767px) {
  .flikrList {
    grid-template-columns: 100% !important;
  }

  .privacy-content {
    padding: 40px 0;
  }

  .chart-inner svg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .chart-inner {
    text-align: center;
    margin-top: 0;
    padding: 0;
  }

  #criterion .leftcontant li h5 span {
    word-break: break-all;
  }

  .ibmrcmain table {
    display: block;
    overflow: auto;
  }

  #downloadprospectus p {
    padding-right: 0;
  }

  .awardpage .awards_row {
    padding: 0;
    margin: 0 !important;
  }

  .researchandpublication.ibmrcmain {
    padding: 0 15px;
  }

  ul.ibmrc {
    padding-left: 20px;
  }

  ul.ibmrc li {
    font-size: 15px;
  }

  .faculty-list-table table:last-child {
    width: 100%;
    padding: 0;
    display: block;
    overflow: auto;
  }

  .container.pt-3.faculty-list-table .row {
    margin: 0;
  }

  .bloginsight_row {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .cultural-celebrations .yearselect {
    justify-content: start;
  }

  .annualdetail p {
    margin-bottom: 0;
  }

  .mainibmrc .celebrationsdiv p {
    text-align: center;
  }

  div#aboutoxford .leftcontant {
    width: 100%;
  }

  #admission-process .nav-item {
    width: 25%;
  }

  #admission-process .nav-item div.nav-link, #admission-process .nav-item a {
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    margin: 0 35px;
    padding: 20px 10px;
    display: flex;
    position: relative;
    background-color: #bd0002 !important;
  }

  #admission-process .swiper-slide-active.nav-item div:after {
    content: "";
    z-index: 0;
    filter: invert(2);
    background: url("/assets/boxrightaarow.png") 0 0 / contain no-repeat;
    width: 26px;
    height: 15px;
    position: absolute;
    top: 45%;
    right: -45px;
  }

  #admission-process .nav-item:last-child div:after {
    display: none;
  }

  div#shortlisting, div#criterion {
    padding: 30px 0;
  }

  #criterion .leftcontant li h5 span {
    font-size: 11px;
    line-height: 17px;
  }

  #criterion h5 {
    text-align: left;
    font-size: 12px;
  }

  #criterion h2, #criterion .h2 {
    text-align: left;
    margin-bottom: 10px;
  }

  .ibmrc li {
    width: 100%;
    padding-right: 0;
  }

  .facultylist ul {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  .facultylist ul li {
    margin: 15px 0;
  }

  .anyquestion.bgred {
    padding: 30px 0;
  }

  .anyquestion.bgred h4 {
    margin: 10px auto;
    font-size: 20px;
  }

  .redline ul li {
    padding-right: 0;
  }

  .guestlacture .pageoverviewcontant {
    padding: 0;
  }

  .modallifepage.modal .modal-body .col-md-8 div {
    max-height: 200px;
  }

  ul.progressbar li {
    text-align: left;
    width: 100%;
    display: flex;
  }

  ul.progressbar li h4 {
    margin: 0 0 10px;
  }

  ul.progressbar li p {
    text-align: left;
    font-size: 18px;
  }

  ul.progressbar li span {
    float: left;
    width: 100%;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
  }

  .aboutcontant.internationalfaculty img {
    height: auto;
  }

  .ourcollection .border1 p {
    width: 100%;
  }

  .faq.accredationsranking {
    padding: 50px 0;
  }

  #fee-structure a.rightalign {
    margin: 0 30px 15px 0 !important;
  }

  .ourcollection {
    padding: 40px 0;
  }

  .ourcollection a.btn.mt-5 {
    margin-top: 20px !important;
  }

  #fee-structure p {
    float: left;
    text-align: left;
    width: 100%;
  }

  ul {
    padding-left: 20px;
  }

  .aboutprogramsection .contant {
    padding-right: 0;
  }

  div#aboutoxford {
    padding: 50px 0;
  }

  .recruiters.edicprogramcenter {
    padding: 0;
  }

  .aboutcontant.aimabizlab {
    padding: 50px 0 0;
  }

  .accreditations.aboutprogramsection.youngasian img {
    width: 100%;
  }

  .entrepreneur p {
    padding-right: 0;
  }

  .entrepreneurofyear div#entrepreneurofyear {
    padding-left: 15px;
  }

  .innovationcounciloverview {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .recruiters.bggray.beforeligray ul li {
    padding-right: 0;
  }

  #incubationcenter .swiper-slide a {
    margin-left: 0;
  }

  #fee-structure a.rightalign {
    position: unset;
    float: left;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .recruiters.recruitersnew a.btn.mt-5.mb-5.explorebtn {
    margin-top: 0 !important;
  }

  .recruiters.recruitersnew .mrightpdg {
    padding-right: 0;
  }

  .courcesssection {
    padding: 20px 0;
  }

  .specialisation {
    padding: 50px 0 !important;
  }

  #fee-structure #faq .accordion-body {
    padding: 10px;
  }

  #fee-structure #faq .accordion-body table {
    width: 100%;
    display: block;
    overflow: auto;
  }

  .mediacell {
    padding: 0 25px;
  }

  .mediacell table {
    width: 100%;
    display: block;
    overflow: auto;
  }

  .mediacell table td {
    vertical-align: middle;
    min-width: 210px;
    font-size: 15px;
  }

  #fee-structure #faq table th, #fee-structure #faq table td {
    min-width: 136px;
  }

  #highlightsinner .swiper-slide img {
    width: 50px;
  }

  #recruiters .swiper-slide img {
    width: 70%;
  }

  #highlightsinner .swiper-slide div {
    padding: 20px 5px;
  }

  #highlightsinner .swiper-slide div p {
    margin: 0;
  }

  .payapply {
    margin: 10px 0;
    padding: 50px 15px 30px;
  }

  .accredationsranking h4 a {
    margin-top: -55px;
  }

  #accredationsranking .col-md-12.col-xs-12.col-sm-12 {
    padding: 0;
  }

  .pageoverviewcontant.researchandpublication.setleftspace.corporatevisitspage {
    margin: 0;
  }

  .pageoverview.contactcrc h2.text-center, .pageoverview.contactcrc .h2.text-center {
    font-size: 30px !important;
  }

  .textbox2.newsandupdate {
    width: 100%;
    margin: 30px 0 0;
  }

  .foundersection.careeroverview {
    padding: 30px 0;
  }

  .pageoverviewcontant h2, .pageoverviewcontant .h2 {
    font-weight: 500;
    font-size: 30px !important;
  }

  .blogbreadcrumb .container {
    padding-top: 20px !important;
  }

  .pagedata.blogbreadcrumb nav {
    height: auto;
    min-height: auto;
  }

  .newsupdatepage h2, .newsupdatepage .h2 {
    text-align: left !important;
  }

  .blogdetailpage ul li {
    padding-right: 15px;
  }

  .leftmenu {
    float: left;
    background-color: #0000;
    border-radius: 0;
    width: 100%;
    padding: 0;
  }

  h2, .h2 {
    margin-bottom: 20px;
  }

  .leftmenu ul {
    background-color: #0000;
    width: 100%;
    margin: 0;
    list-style: none;
    display: inline-flex;
    overflow-x: scroll;
  }

  .leftmenu ul li {
    float: left;
    border-bottom: 1px solid #fff;
    width: 100%;
    min-width: max-content;
    margin-left: 15px;
    padding: 15px 0;
  }

  .leftmenu ul li a {
    background-color: #bd0002;
    border-radius: 8px;
    flex-wrap: nowrap;
    min-height: auto;
    padding: 10px 14px;
    display: inline-flex;
  }

  .leftmenu ul li a.active {
    color: #fff;
    background: linear-gradient(90deg, #e90001 0, #850000 100%);
    font-size: 16px;
    font-weight: 600;
  }

  .pageoverview {
    padding: 0 0 30px;
  }

  .pageoverview .pageoverviewcontant {
    padding: 0 15px;
  }

  .leftmenu ul li a svg {
    display: none;
  }

  div#admission-process {
    padding: 30px 0;
  }

  h2, .h2 {
    font-size: 35px !important;
  }

  .pageoverviewcontant p {
    text-align: left;
    padding-right: 15px;
    font-size: 15px !important;
  }

  .content_full {
    padding-bottom: 0;
  }

  .pageoverviewcontant li {
    text-align: left;
    padding-right: 15px;
    font-size: 15px !important;
  }

  h6.textred {
    font-size: 20px;
  }

  .leftmenu {
    margin-bottom: 30px;
  }

  .aboutcontant p {
    padding-right: 15px;
  }

  .aboutcontant, .aboutcontant.vision, .aboutcontant.mission {
    padding: 30px 0;
  }

  .mission .row {
    flex-wrap: wrap-reverse;
  }

  a.btn1.visible-xs {
    color: #fff;
  }

  .aboutcontant.objective li {
    padding-right: 15px;
  }

  .objective img, .mission img {
    margin-top: 20px;
  }

  .pageoverviewcontants01 {
    padding: 0 15px;
  }

  div#journeyslider {
    width: 95%;
  }

  div#journeyslider .swiper-slide .secondteb {
    margin-top: 0;
    display: block;
  }

  div#journeyslider .swiper-slide .secondteb .text-center:after {
    top: 30px;
    left: 0;
    transform: rotate(0);
  }

  #journeyslider a {
    padding: 30px 25px 10px;
  }

  .directormessagepage p {
    text-align: left;
    padding-right: 15px;
  }

  .directormessagepage h2, .directormessagepage .h2 {
    margin-bottom: 20px;
    text-align: left !important;
  }

  .perarelative {
    margin-bottom: 25px;
  }

  .foundersection.directormessagepage .setleftspace h6, .foundersection.directormessagepage .setleftspace p {
    text-align: center !important;
  }

  .directormessagepage {
    padding: 30px 0;
  }

  ol.breadcrumb {
    padding: 15px 10px;
  }

  .modal .modal-dialog, .modallifepage.modal .modal-dialog {
    width: 95% !important;
    max-width: 95% !important;
  }

  .modal-header {
    right: 0 !important;
  }

  .modal-body h4 {
    margin: 10px 0;
  }

  .worldtavsection h2, .worldtavsection .h2 {
    margin-bottom: 20px;
  }

  .mpr-0 {
    padding-right: 0 !important;
  }

  .thumbnails img {
    -webkit-filter: grayscale(0);
    border-radius: 10px !important;
  }

  .mohitspacing .contant {
    margin-top: 20px;
  }

  .contantperashadow {
    display: none;
  }

  .foundersection.directormessagepage .col-md-6.mt-5 {
    margin-top: 20px !important;
  }

  #accredationsranking h4.textred.text-lef {
    padding-top: 15px;
  }

  #accredationsranking h4 a {
    margin-right: 0;
  }

  .accredationsranking h4 {
    float: right;
    margin: 15px 0;
  }

  .aboutcontant.ranking.bgred h4, .aboutcontant.ranking.bgred span {
    text-align: center;
    float: left;
    width: 100%;
    margin: 5px 0;
  }

  .aboutcontant.ranking.bgred h4 img {
    margin-left: 0;
  }

  .aboutcontant.ranking.bgred h4 a {
    float: unset;
  }

  .aboutcontant li {
    padding-right: 0;
  }

  div#careerpage {
    padding: 30px 0;
  }

  #careerpage p {
    padding: 0;
  }

  #careerpage p br, .howtoapply p br {
    display: none;
  }

  #Infrastructurepage h2, #Infrastructurepage .h2 {
    text-align: left !important;
  }

  .yearselect {
    float: right;
    position: unset;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 19px;
    display: flex;
    top: 0;
    right: 0;
  }

  .pageoverview.guestlacture h2, .pageoverview.guestlacture .h2, .pageoverview.guestlacture h6 {
    text-align: left !important;
  }

  .pageoverview.guestlacture .yearselect {
    justify-content: flex-start;
  }

  .moblalign, .moblalign h2, .moblalign .h2, .moblalign h6 {
    text-align: left !important;
  }

  .pageoverview.storypage.bgtransprant .moblalign h2, .pageoverview.storypage.bgtransprant .moblalign .h2, .pageoverview.storypage.bgtransprant .moblalign h6 {
    padding-left: 0;
  }

  .modal-body div:first-child {
    width: 100%;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mpx-15 {
    padding: 0 15px;
  }

  .col-xs-6 {
    width: 50% !important;
  }

  #prg-counter h4.prg-count span {
    font-size: 35px !important;
  }

  .v-effect-link li {
    width: 33%;
    max-width: 33%;
  }

  .recruiterssection li img {
    margin: 10px 0 0 !important;
  }

  .v-effect-link img {
    width: 70%;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .worldtavsection.recruiterssection {
    padding: 40px 0;
  }

  .recruiterssection ul.nav.nav-tabs li {
    padding: 0 5px;
  }

  #impactstorytestimonial img {
    width: 97px;
    height: 97px;
    margin-right: 5px;
  }

  #impactstorytestimonial h6 {
    margin: 20px 0 15px;
    font-size: 18px;
  }

  .worldtavsection.arrivels .swiper {
    padding-left: 15px;
  }

  .col-md-4.col-xs-4 {
    width: 33.3%;
    padding: 0 5px;
  }

  .col-md-4.col-xs-4 h4 span {
    float: left;
    width: 100%;
    font-size: 30px !important;
  }

  #prg-counter p.prg-count-title {
    padding-right: 0 !important;
    font-size: 16px !important;
  }

  .prg-container.row {
    margin-left: 0;
    margin-right: 0;
  }

  #ourservices .swiper-slide img {
    width: 100px !important;
  }

  .recruiters.regulations {
    padding-top: 0;
  }

  .pageoverview.contactcrc {
    padding: 30px 0;
  }

  .pageoverview.storypage.bgtransprant .testicontant {
    padding-left: 10px;
  }

  .pageoverview.storypage.bgtransprant .container-fluid {
    padding-right: 0;
  }

  #impactstorytestimonial .swiper-slide {
    padding: 30px 15px;
  }

  .aboutcontant img {
    border-radius: 10px;
  }

  .pageoverviewcontant.alumnipage.setleftspace .padding-0 {
    padding: 0 15px !important;
  }

  .pageoverviewcontant.alumnipage img {
    height: auto;
    margin: 20px 0;
    width: 100% !important;
  }

  .pageoverviewcontant.alumnipage li {
    padding: 10px;
    font-size: 15px;
  }

  .researchandpublication.setleftspace .newsletterbox.text-center {
    padding: 0 15px;
  }

  .bookrepositorymain .row.margin-0 {
    margin: auto;
  }

  .bookrepository {
    margin: 0 0 20px;
  }

  .contributiontable table {
    display: block;
    overflow: auto;
  }

  .pageoverview.bookrepositorymain .mobilepadspac {
    padding: 0 15px;
  }

  .mobilepadspac .title1 p {
    text-align: left;
    font-size: 15px;
    padding-right: 5px !important;
  }

  .mobilepadspac .title1 {
    padding: 25px 15px;
  }

  .mobilepadspac ul {
    padding-left: 20px;
  }

  .modal-dialog .modal-body {
    padding: 15px 0 !important;
  }

  .modalimageslider.modallifepage.newslattermodal.modal .modal-body, .modalimageslider.modallifepage.newslattermodal.modal .modal-body .col-md-12.col-sm-12 {
    padding: 0 !important;
  }

  .modalimageslider .modal-body iframe {
    width: 100vw;
    max-width: 100%;
    height: 80svh;
  }

  .modalimageslider .modal-body .popupVideo iframe {
    height: 100%;
  }

  div#gallery-lightbox {
    margin: 0;
  }

  #residentialpage .play-button-wrapper {
    margin-bottom: 0;
  }

  .accreditations.aboutprogramsection {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .accreditations.learningtipsection {
    padding: 50px 15px;
  }

  .learningtipsection span.note {
    padding: 20px 0 0;
  }

  .swiper-thumbs img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 60px;
  }

  .accreditations.oxfordgallerysection img.shadow {
    border-radius: 10px;
  }

  #residentialpage video {
    margin: 0 0 25px;
  }

  #electivcources .swiper-slide a {
    min-height: 350px;
    padding: 20px 10px;
  }

  #electivcources .swiper-slide p {
    display: flex;
    font-size: 13px !important;
  }

  #electivcources .swiper-slide h4 {
    font-size: 20px !important;
  }

  #electivcources .swiper-slide a p strong {
    padding-right: 10px;
  }

  .financial-aidpage p {
    font-size: 17px;
  }

  .financial-aidpage ul li {
    padding: 5px 0 5px 10px;
  }

  .beforeligray ul li:before {
    background-size: 50% 80%;
  }

  .offset-md-2.col-md-4.col-sm-8.finantialaidicon .col-md-12 {
    padding: 0;
  }

  .annualdetail {
    padding: 20px 10px;
  }

  .finantialaidicon .annualdetail p, .finantialaidicon .annualdetail p a {
    font-size: 13px;
  }

  .finantialaidicon .pdf img {
    max-height: 35px;
  }

  ul.progressbar {
    padding-left: 0;
  }

  ul.progressbar li img.img-fluid {
    width: auto;
    min-width: 50px;
  }

  .progrescnt {
    padding-left: 10px;
  }

  .progresssection {
    padding: 70px 0 40px;
  }

  .formbox {
    background-color: #fff;
    margin: 30px 0;
    padding: 20px;
  }

  .formbox .tab {
    margin: 0 2px;
    font-size: 18px;
  }

  .withoutbanner {
    padding-top: 72px;
  }

  .pageoverview.thank-you {
    padding: 100px 0;
  }

  .facultylist ul li {
    float: left;
    width: 94%;
    margin: 10px 1%;
    padding: 10px;
  }

  .facultylist ul {
    width: 90%;
    padding: 10px 0;
  }

  .facultylist {
    padding: 0 15px;
  }

  ul.progressbar li span br {
    display: none;
  }

  .regulations li, .regulations p {
    padding-right: 10px;
  }

  .regulations ol {
    padding-left: 20px;
  }

  #accomodation-facility:before {
    background: none;
  }

  .campuscontant.text-center .swiper {
    padding: 0 !important;
  }

  .contributionPagesList {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .modalimageslider.lifeAtAbs .modal-body {
    width: auto;
  }

  .blogdetailpage h2:first-child, .blogdetailpage .h2:first-child {
    margin-top: 10px !important;
  }

  .modallifepage.modal.newslattermodal .modal-content img {
    width: 100%;
    max-height: unset !important;
    height: fit-content !important;
  }

  .uba-activities {
    grid-template-columns: 1fr;
  }

  .flickrPopup .modal-content {
    width: 100%;
    height: auto;
  }

  .flickrPopup .modal-dialog {
    width: 90% !important;
    max-width: unset !important;
    max-height: 100vh !important;
  }

  .flickrPopup .modal-content img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    width: 100% !important;
  }

  .pageoverviewcontant.alumnipage.alumniSpeak .alumniSpeakAccordion .alumniSpeakAccordionBody {
    grid-template-columns: 1fr;
  }

  .recruiterssection img {
    width: 70px;
  }

  .pdf svg {
    height: 70px;
    margin: 1rem auto;
  }

  .playiconsection {
    z-index: 9;
    width: 100%;
    top: unset;
    position: absolute;
    transform: translateY(0%);
  }
}

@media (min-width: 768px) and (max-width: 1025px) {
  .two nav, .fixed nav {
    padding: 0 !important;
  }

  li.main {
    height: 72px;
  }

  .pageoverviewcontant.setleftspace.relative-navigation.mpr-0 .navigation.absolute {
    margin-top: 20px;
  }

  .offset-md-2.col-md-4.col-sm-8.finantialaidicon {
    width: 66.66%;
  }

  .textbox2.newsandupdate {
    width: 96%;
    padding: 30px 20px;
  }

  .col-sm-5 {
    flex: none;
    width: 41.6667%;
  }

  div#aboutoxford .leftcontant {
    width: 100%;
  }

  #criterion .leftcontant li h5 span {
    word-break: break-all;
    padding-right: 5px;
  }

  #admission-process li.nav-item div.nav-link h4 {
    font-size: 15px;
  }

  #admission-process li.nav-item div.nav-link {
    margin: 0 25px;
  }

  #admission-process li.nav-item div:after {
    right: -35px;
  }

  ul {
    padding-left: 20px;
  }

  .modal .modal-dialog .modal-body {
    padding: 20px 5px;
  }

  .accreditations.aboutprogramsection.youngasian img {
    width: 90%;
  }

  #recruiters .swiper-slide img {
    width: revert-layer;
  }

  .mediacell table td {
    vertical-align: middle;
    min-width: 210px;
    font-size: 15px;
  }

  .mediacell table {
    width: 100%;
    display: block;
    overflow: auto;
  }

  .container, .container-md, .container-sm {
    max-width: 98%;
  }

  #residentialpage video {
    height: auto !important;
  }

  #residentialpage .play-button-wrapper {
    margin-bottom: 10px;
  }

  .aboutprogramsection .contant {
    max-height: 230px;
    padding-right: 10px;
  }

  #residentialpage .play-button-wrapper {
    padding: 15%;
  }

  .accreditations.learningtipsection {
    padding-left: 25px;
  }

  .newsletterbox h4 {
    font-size: 17px;
  }

  .bookrepository.text-center a.btn {
    width: 100%;
    min-width: 100%;
    padding: 7px;
  }

  #electivcources .swiper-slide a h4 {
    margin-bottom: 20px;
    font-size: 21px;
  }

  #electivcources .swiper-slide a {
    padding: 20px;
  }

  .aboutcontant.mngpdng {
    padding: 50px 0 20px;
  }

  #electivcources .swiper-slide a p {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .hidden-ipad {
    display: none !important;
  }

  .recruiters.startuppolicy .navigation, .recruiters.bggray.incubationcenter .navigation, .recruiters.edicprogramcenter .navigation, .recruiters.recruitersnew .navigation, .aboutcontant.mngpdng .navigation {
    right: 0;
  }

  .recruiters.bggray.courcesss .navigation {
    right: 15px;
  }

  .aboutcontant.mngpdng .navigation {
    right: 20px;
  }

  .specialisation .navigation {
    right: 25px;
  }

  div#fee-structure {
    padding: 20px 0 50px;
  }

  #incubationcenter .swiper-slide a {
    margin-left: 0;
  }

  .innovationcounciloverview {
    padding-top: 50px !important;
    padding-bottom: 70px !important;
  }

  #edicprogramcenter a {
    padding: 30px 10px !important;
  }

  .edicprogramcenter {
    padding: 0;
  }

  .gamercertificationoverview {
    padding: 40px 0;
  }

  .aboutcontant {
    padding: 50px 0;
  }

  .entrepreneur p {
    padding-right: 0;
  }

  #edicprogramcenter .swiper-slide a {
    min-height: 260px;
  }

  #edicprogramcenter .swiper-slide img {
    width: 84px;
  }

  .bggray.aboutprogramsection.gamercertificationoverview img {
    margin-top: 70px;
  }

  .bookrepository h4 {
    min-height: 90px;
    font-size: 15px;
  }

  .pageoverviewcontant.alumnipage li {
    padding: 10px 15px 10px 0;
  }

  .aboutcontant.mngpdng.successstoriesload h6, .aboutcontant.mngpdng.successstoriesload h2, .aboutcontant.mngpdng.successstoriesload .h2 {
    text-align: left !important;
  }

  .modal-body div:first-child {
    width: 100%;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #impactstorytestimonial img {
    border-radius: 62px;
    width: 97px;
    max-width: 97px;
    margin: 0 15px 0 0;
  }

  #impactstorytestimonial h6 {
    margin: 20px 0 15px;
    font-size: 19px !important;
  }

  .yearselect {
    margin-top: 15px;
  }

  .navigation {
    right: -25px;
  }

  .entrepreneur .navigation {
    right: 0;
  }

  .directormessagepage p {
    padding-right: 10px;
  }

  .directormessagepage h2, .directormessagepage .h2 {
    margin-bottom: 30px;
  }

  .directormessagepage {
    padding: 35px 0;
  }

  .directormessagepage1 img.img-fluid {
    float: left !important;
  }

  .bordadv {
    padding: 30px 0 50px;
  }

  .directormessagepage1 .setleftspace {
    padding-left: 0;
    padding-right: 7%;
  }

  #ourservices .swiper-slide img {
    max-height: 100px;
    width: 100px !important;
  }

  .col-sm-6 {
    flex: none;
    width: 50%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
  }

  .col-sm-7 {
    flex: 0 0 58.3333% !important;
    max-width: 58.3333% !important;
  }

  .leftmenu {
    background-color: #bd0002;
    width: 96%;
    padding: 30px 10px 100px;
  }

  .leftmenu ul li a.active {
    font-size: 14px;
  }

  .offset-md-1 {
    margin-left: 0 !important;
  }

  h2, .h2 {
    font-size: 30px !important;
  }

  .pageoverviewcontant h6.textred {
    font-size: 19px;
  }

  .yearselect {
    right: 15px;
  }

  .pagedata nav {
    padding: 0 15px;
  }

  .pageoverviewcontant .yearselect {
    margin-top: 20px !important;
  }

  .setleftspace {
    padding-left: 7%;
  }

  .modal .modal-dialog .modal-body .col-md-4.col-sm-6 {
    margin: 20px auto;
  }

  .guestlacture .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
  }

  .pageoverviewcontant p {
    font-size: 17px;
    padding-right: 5px !important;
  }

  .lecturehallpage img.lecturehall {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 140px;
    max-height: 140px;
    margin: 10px 0;
  }

  .contant {
    max-height: 250px;
  }

  .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
  }

  #prg-counter h4.prg-count span {
    font-size: 30px !important;
  }

  .recruiterssection img {
    width: 85px;
    margin: 30px 0 0;
  }

  #prg-counter p.prg-count-title {
    padding-right: 15px;
    font-size: 13px;
  }

  .ourcollection div#prg-counter {
    margin-top: 50px;
  }

  .ourcollection {
    padding: 50px 0;
  }

  #ourservices .swiper-slide {
    min-height: auto;
  }

  .offset-md-2 {
    margin-left: 0%;
  }

  .recruiters.regulations {
    padding-top: 0;
  }

  .modalimageslider .modal-body .img-fluid {
    height: revert-layer;
    width: 100% !important;
  }

  .yearselect select {
    font-size: 14px;
  }

  .aboutcontant h2, .aboutcontant .h2 {
    margin-bottom: 10px;
  }

  .aboutcontant p {
    padding-right: 15px;
  }

  .pageoverview {
    padding: 50px 0;
  }

  .aboutcontant.vision, .aboutcontant.objective, .aboutcontant.mission {
    padding: 30px 0;
  }

  .aboutcontant.vision img, .aboutcontant.mission img {
    margin-top: 10%;
  }

  .aboutcontant p {
    max-height: 200px;
    overflow: auto;
  }

  .aboutcontant li {
    padding: 10px 30px 10px 10px;
  }

  .awarddiv img.img-fluid {
    -o-object-fit: contain;
    object-fit: contain;
    width: min-content;
    height: 100%;
  }

  .content_full {
    padding-bottom: 0;
  }

  .journeysection .navigation .prev-btn {
    z-index: 2;
    margin-top: 58%;
    left: -10px;
  }

  .journeysection .navigation .next-btn {
    margin-top: 58%;
    right: -10px;
  }

  .aboutcontant.highlightsection.highlightsectionmainpage .yearselect {
    margin-top: 30px;
  }

  .aboutcontant.highlightsection.highlightsectionmainpage img:first-child {
    width: 100%;
  }

  .aboutcontant.highlightsection.highlightsectionmainpage a.minhight {
    min-height: 265px;
    padding: 20px;
  }

  .accreditations.journeysection .navigation {
    right: 0;
  }

  .facultylist ul {
    display: block;
  }

  .facultylist ul li {
    float: left;
    margin: 10px;
  }

  .eligibilityimg.img-fluid {
    width: 100%;
  }

  .advisorofboard .navigation, .aboutcontant.bordadv .navigation {
    right: 15px;
  }

  .aboutcontant .title {
    font-size: 17px;
  }

  .pageoverview.storypage.bgtransprant .navigation {
    right: -10px;
  }

  .recruiters.resources .navigation, .recruiters.mobbggray.bgf5f5f5 .navigation {
    right: 18px;
  }

  .contributionPagesList {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .modallifepage.modal.newslattermodal .modal-content img {
    width: 100%;
    max-height: unset !important;
    height: fit-content !important;
  }

  .flickrPopup .modal-content {
    width: 100%;
    height: auto;
  }

  .flickrPopup .modal-dialog {
    width: 90% !important;
    max-width: unset !important;
    max-height: 100vh !important;
  }

  .flickrPopup .modal-content img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    width: 100% !important;
  }

  .pageoverviewcontant.alumnipage.alumniSpeak .alumniSpeakAccordion .alumniSpeakAccordionBody {
    grid-template-columns: repeat(2, 1fr);
  }

  .pdf svg {
    height: 80px;
    margin: 1rem auto;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .accreditations.aboutprogramsection img {
    margin-top: 20%;
  }

  .directormessagepage .contant {
    max-height: 215px;
  }

  .leftmenu ul li a {
    font-size: 13px;
  }

  #journeyslider .secondteb {
    margin-top: 356px;
  }

  .flikrList {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 900px) and (max-width: 1100px) {
  .recruiters.startuppolicy .navigation, .recruiters.bggray.incubationcenter .navigation, .recruiters.edicprogramcenter .navigation, .recruiters.recruitersnew .navigation, .aboutcontant.mngpdng .navigation {
    right: 20px;
  }

  .journeysection .navigation .prev-btn {
    z-index: 2;
    margin-top: 40%;
    left: -6px;
  }

  .journeysection .navigation .next-btn {
    margin-top: 40%;
    right: -25px;
  }

  #journeyslider .secondteb {
    margin-top: 332px;
  }

  .logo img.img-fluid {
    width: 110px;
  }

  .menu-list a {
    padding: 0 7px 0 0;
    font-size: 12px;
    line-height: 39px;
  }

  a.menu-link.btnlink {
    margin: 15px 15px 0 0;
    padding: 0 5px;
  }

  #top-bar-inner {
    padding: 0 15px;
  }

  div#top-bar-nav {
    margin-right: 15px;
    right: 0;
  }

  li.search-toggle-li svg {
    margin-top: 15px;
  }
}

@media (min-width: 800px) and (max-width: 900px) {
  .journeysection .navigation .prev-btn {
    z-index: 2;
    margin-top: 57%;
    left: -6px;
  }

  .journeysection .navigation .next-btn {
    margin-top: 57%;
    right: -25px;
  }

  #journeyslider .secondteb {
    margin-top: 372px;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .title1 {
    padding: 30px 20px;
  }

  .facultylist ul {
    display: block;
  }

  .facultylist ul li {
    float: left;
    margin: 10px;
  }

  #electivcources .swiper-slide a p {
    font-size: 15px;
  }

  a.btn.mfit.text-right {
    font-size: 12px;
  }

  #electivcources .swiper-slide a {
    min-height: 396px;
    padding: 30px 15px;
  }

  #journeyslider .secondteb {
    margin-top: 320px;
  }

  #electivcources .swiper-slide a h4 {
    font-size: 22px !important;
  }

  .journeysection .navigation .nav-arrow {
    margin-top: 34%;
  }

  .pageoverviewcontant p {
    padding-right: 20px;
  }

  #prg-counter p.prg-count-title {
    padding-right: 20px;
    font-size: 20px;
  }

  #prg-counter h4.prg-count span {
    font-size: 50px;
  }

  .modallifepage .advisors {
    width: 100%;
    max-width: 250px;
  }

  .modallifepage .advisors img {
    width: 100%;
  }

  .modallifepage .advisors .content {
    max-height: 150px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .tripDays .learningcontant p {
    font-size: .6rem;
  }

  .annualdetail .pdf p {
    width: 100%;
    font-size: 10px;
  }

  .annualdetail .pdf span {
    font-size: 10px;
  }

  .pdf svg {
    height: 50px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .tripDays .learningcontant p {
    font-size: .7rem;
  }

  .annualdetail .pdf p, .annualdetail .pdf span {
    font-size: 12px;
  }

  .pdf svg {
    height: 65px;
  }
}

@media (min-width: 1400px) {
  .tripDays .learningcontant p {
    font-size: .8rem !important;
  }
}

@media (min-width: 1600px) {
  .journeysection .navigation .nav-arrow {
    margin-top: 29%;
  }

  #journeyslider .secondteb {
    margin-top: 344px;
  }

  .tripDays .learningcontant p {
    font-size: .9rem !important;
  }
}

@media (min-width: 1650px) {
  .journeysection .navigation .nav-arrow {
    margin-top: 29%;
  }

  #journeyslider .secondteb {
    margin-top: 350px;
  }
}

@media (min-width: 1700px) {
  .journeysection .navigation .nav-arrow {
    margin-top: 28%;
  }

  #journeyslider .secondteb {
    margin-top: 360px;
  }

  .tripDays .learningcontant p {
    font-size: 1rem !important;
  }
}

@media (min-width: 1830px) {
  .journeysection .navigation .nav-arrow {
    margin-top: 27%;
  }

  #journeyslider .secondteb {
    margin-top: 385px;
  }
}

@media (max-width: 340px) {
  #incubationcenter .swiper-slide a {
    padding: 30px 15px;
  }

  #incubationcenter .swiper-slide a h4 {
    font-size: 18px;
  }

  ul.setflex li a {
    font-size: 13px !important;
  }

  #incubationcenter .swiper-slide a p {
    margin-bottom: 10px;
  }
}

.group-list-section .box {
  text-align: center;
  background-color: #fff;
}

.group-list-section .box .img-box {
  aspect-ratio: 1.18;
  -webkit-aspect-ratio: 1.18 / 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.group-list-section .box .img-box img {
  transform: scale(.6);
}

.group-list-section .box p {
  min-height: 200px;
}

.group-list-section .box a {
  color: #000;
  justify-content: center;
  align-items: center;
  min-height: 24px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
  font-family: Roboto !important;
}

.group-list-section .box a svg.svg-inline--fa.fa-chevron-right {
  width: 8px;
  height: 14px;
  margin-left: 5px;
}

.awrd-acc-sec {
  background-color: #bd0002;
  padding-top: 5rem;
}

.awrd-acc-sec .swiper-slide {
  height: auto;
}

.awrd-acc-sec .item {
  background: #fff;
  border-radius: 45px 45px 0 0;
  height: 100%;
  padding: 45px 20px 35px;
}

.awrd-acc-sec .item img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .awrd-acc-sec {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 675px) {
  .awrd-acc-sec .item {
    border-radius: 15px 15px 0 0;
    padding: 25px 10px 15px;
  }

  .awrd-acc-sec .item img {
    width: 70%;
  }
}

/*# sourceMappingURL=_02360abb._.css.map*/