:root {
  --color-black: #000000;
  --color-super-black: #000000;
  --color-one: #FFBF00;
  --color-two: #125F7D;
  --color-three: #EFF8FF;
  --color-white: #ffffff;
  --color-red: red;
  --color-grey: #939598;
  --color-pureGrey: #808080;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --font-main: "Ubuntu", serif;
  --font-size: 15px;
  --font-weight: 300;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--color-white);
  background: var(--color-one);
}

::selection {
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.3);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

i {
  font-style: normal;
}

.site-container {
  background: var(--color-white);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12);
  margin: 0 auto;
  max-width: 1600px;
  word-wrap: break-word;
  position: relative;
}

.site-container::after {
  clear: both;
  content: " ";
  display: block
}

input:focus,
textarea:focus,
select:focus,
:focus {
  outline: none;
}

p {
  line-height: 22px;
  text-align: justify;
}

a,
.link .color {
  outline: 0 !important;
  text-decoration: none;
  color: var(--color-black);
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

a:hover {
  text-decoration: none;
  color: var(--color-one);
}

.pad0 {
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 15px;
  text-decoration: none;
  border-radius: 100px;
  background-color: #fdfdfb;
  font-size: 22px;
  padding: 8px 10px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  mix-blend-mode: difference;
  touch-action: manipulation;
  /* Prevent unwanted behavior on touchscreens */
}

.back-to-top:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(46, 45, 45, 1);
  text-decoration: none !important;
}

.linkBlack {
  color: var(--color-black);
  font-weight: 600;
  text-decoration: underline;
}

.linkBlack:hover {
  color: var(--color-one);
}

.linkone {
  color: var(--color-one);
  font-weight: 600;
  text-decoration: underline;
}

.linkone:hover {
  color: var(--color-black);
}

.linkWhite {
  color: var(--color-white);
  font-weight: 600;
  text-decoration: underline;
}

.linkWhite:hover {
  color: var(--color-black);
}

.colorone {
  color: var(--color-one);
}

#menu-toggle {
  z-index: 1;
  position: absolute;
  bottom: 32%;
  right: 0;
}

.coming-soon {
  position: relative;
  font-size: 18px;
  z-index: 0;
  width: 100%;
}

.coming-soon::before {
  content: "coming soon . . .";
  left: 0px;
  position: absolute;
  top: 0px;
  font-size: 55px;
  font-weight: 900;
  color: #f0f0f0;
  z-index: -1;
}

.carousel-item {
  transition: transform 1s ease-in-out;
}

#myCarousel.carousel-fade .active.carousel-item-start,
#myCarousel.carousel-fade .active.carousel-item-end,
#myCarouselMobile.carousel-fade .active.carousel-item-start,
#myCarouselMobile.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.9s;
}

#announcementCarousel.carousel-fade .active.carousel-item-start,
#announcementCarousel.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0s;
}

/* Carousel Animation delays */
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.slider .carousel-inner {
  overflow: unset;
}

.slider {
  position: relative;
  width: 100%;
  z-index: 0;
}

.top-menu-pad {
  margin-top: 98px;
}

#carousel-sub .carousel-item:before {
  display: none;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6 {
  z-index: 1 !important;
}

.slide1 a:hover,
.slide2 a:hover,
.slide3 a:hover,
.slide4 a:hover,
.slide5 a:hover,
.slide6 a:hover {
  color: var(--color-white);
}

.slide1 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: var(--color-white);
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide1 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide1 h4 span {
  display: block;
  font-size: 14px;
}

.slide2 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: #000;
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide2 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide2 h4 span {
  display: block;
  font-size: 14px;
}

.slide1 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slide2 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slider .carousel-control-prev {
  top: unset;
  bottom: 145px;
  right: 175px;
  left: auto;
  border-radius: 50px;
  background: rgba(19, 36, 36, .25);
  border: 0px solid var(--color-black);
  width: auto;
  z-index: 3;
}

/* .slider .carousel-control-prev .carousel-control-prev-icon i{width: 45px; height: 45px;} */
.slider .carousel-control-next {
  top: unset;
  bottom: 145px;
  left: auto;
  right: 120px;
  border-radius: 50px;
  background: rgba(19, 36, 36, .25);
  border: 0px solid var(--color-black);
  width: auto;
  z-index: 3;
}

/* .slider .carousel-control-next .carousel-control-next-icon i{width: 45px; height: 45px;} */
.carousel-indicators {
  right: 0;
  left: unset;
  bottom: 60px;
}

.carousel-indicators [data-bs-target] {
  color: var(--color-white) !important;
  background-color: transparent;
  text-indent: 0;
  font-size: 22px;
  font-weight: 700;
  width: auto;
  height: auto;
  margin: 0 6px;
}

.carousel-indicators .active {
  font-size: 26px;
}

ul.inner-common-menu-bg {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.inner-common-menu-bg li {
  margin: 0 10px;
}

ul.inner-common-menu-bg li a {
  display: block;
  padding: 6px 20px;
  border: 1px solid var(--color-one);
  color: var(--color-one);
  text-transform: uppercase;
  border-radius: 8px;
  box-shadow: 0px 30px 60px 0px rgba(246, 140, 44, 0.15);
  text-align: center;
}

ul.inner-common-menu-bg li a:hover {
  border: 1px solid var(--color-one);
  color: var(--color-white);
  background: var(--color-one);
}

ul.inner-common-menu-bg li a.active,
.Abtn:hover {
  background-color: var(--color-one);
  color: white;
}

ul.inner-common-placement-bg {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.inner-common-placement-bg li {
  margin: 0 10px;
}

ul.inner-common-placement-bg li a {
  display: block;
  padding: 6px 20px;
  border: 1px solid var(--color-two);
  color: var(--color-two);
  text-transform: uppercase;
  border-radius: 8px;
  box-shadow: 0px 30px 60px 0px rgba(246, 140, 44, 0.15);
  text-align: center;
}

ul.inner-common-placement-bg li a:hover {
  border: 1px solid var(--color-one);
  color: var(--color-white);
  background: var(--color-one);
}

ul.inner-common-placement-bg li a.active,
.Abtn:hover {
  background-color: var(--color-one);
  color: white;
}

/* @media all and (max-width : 768px) {  */
@media(min-width:320px) and (max-width:1080px) {

  .slide1 .carousel-caption,
  .slide2 .carousel-caption,
  .slide3 .carousel-caption,
  .slide4 .carousel-caption,
  .slide5 .carousel-caption,
  .slide6 .carousel-caption {
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    display: none;
  }

  .slide1 h3,
  .slide2 h3,
  .slide3 h3,
  .slide4 h3,
  .slide5 h3,
  .slide6 h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .slide1 h4,
  .slide2 h4,
  .slide3 h4,
  .slide4 h4,
  .slide5 h4,
  .slide6 h4 {
    font-size: 16px;
    margin-top: 5px;
  }
}

.btn-one,
.btn-one-full,
.btn-two,
.btn-two-full,
.btn-three,
.btn-three-full,
.btn-four,
.btn-four-full,
.btn-five,
.btn-six {
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-top: 20px;
  padding: 6px 20px 6px 20px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  border-radius: 50px;
}

.btn-one {
  border: 1px solid var(--color-one);
  color: var(--color-one) !important;
}

.btn-one:hover {
  background: var(--color-one);
  color: var(--color-white) !important;
}

.btn-one-full {
  border: 1px solid var(--color-one);
  color: var(--color-white) !important;
  background: var(--color-one);
}

.btn-one-full:hover {
  border: 1px solid var(--color-one);
  background: none;
  color: var(--color-one) !important;
}

.btn-two {
  border: 1px solid var(--color-two);
  color: var(--color-two) !important;
}

.btn-two:hover {
  background: var(--color-two);
  color: var(--color-white) !important;
}

.btn-two-full {
  border: 1px solid var(--color-two);
  background: var(--color-two);
  color: var(--color-white) !important;
}

.btn-two-full:hover {
  border: 1px solid var(--color-two);
  color: var(--color-two) !important;
  background: none;
}

.btn-three {
  border: 1px solid var(--color-black);
  color: var(--color-black) !important;
}

.btn-three:hover {
  background: var(--color-black);
  color: var(--color-white) !important;
}

.btn-three-full {
  border: 1px solid var(--color-black);
  background: var(--color-black);
  color: var(--color-black) !important;
}

.btn-three-full:hover {
  border: 1px solid var(--color-black);
  color: var(--color-black) !important;
  background: none;
}

.btn-four {
  border: 1px solid var(--color-two);
  color: var(--color-two) !important;
  margin-top: -20px;

}

.btn-four:hover {
  background: var(--color-two);
  color: var(--color-white) !important;
}

.btn-five {
  border: 1px solid var(--color-white);
  background: var(--color-white);
  color: var(--color-black) !important;
  margin-right: 10px;
  padding: 10px;
}

.btn-five:hover {
  background: var(--color-black);
  color: var(--color-white) !important;
}

.btn-six {
  background: var(--color-white);
  border: 1px solid #125F7D;
  color: #125F7D;
}

.btn-six:hover {
  background: #125F7D;
  color: var(--color-white) !important;
}

.btn-seven-full {
  border: 1px solid var(--color-two);
  color: var(--color-two) !important;
  background: var(--color-white);
  border-radius: 20px;
}

.btn-seven-full:hover {
  border: 1px solid var(--color-two);
  color: var(--color-white) !important;
  background: var(--color-two);

}



/* Divider Line */
hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.7), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7), transparent);
  border: 0;
  height: 1px;
  margin: 15px 0 15px 0;
  background-color: transparent;
}

hr.short {
  margin: 11px 0 11px 0;
}

hr.tall {
  margin: 44px 0 44px 0;
}

hr.taller {
  margin: 66px 0 66px 0;
}

hr.light {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

hr.invisible {
  background: none;
}

/* Divider Line */
.text-casenone {
  text-transform: none !important;
}

ul.list {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}

ul.list li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}

ul.list li a {
  color: var(--color-black);
}

ul.list li a:hover {
  color: var(--color-green);
}

ul.list li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: 0px;
  position: absolute;
  top: 7px;
  font-size: 5px;
  font-weight: 900;
  color: var(--color-black);
}

ul.list li.head {
  font-weight: 700;
  padding-left: 0;
}

ul.list li.head::before {
  display: none;
}

ol.ol-list {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
}

ol.ol-list li {
  position: relative;
  text-align: justify;
  padding-bottom: 10px;
}

ol.ol-list li a {
  color: var(--color-black);
}

ol.ol-list li a:hover {
  color: var(--color-one);
}

.head-main {
  font-size: 40px;
  font-weight: 300;
  color: var(--color-one);
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
}

.head-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0px;
  bottom: -5px;
  height: 2px;
  width: 100px;
  background: var(--color-two);
}

.head-one {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-one);
  color: var(--color-white);
  width: 100%;
}

.head-two {
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-three {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-one);
  color: var(--color-white);
  width: 100%;
}

.head-four {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-one);
  color: var(--color-one);
  width: 100%;
}

.head-five {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-six {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-pureGrey);
  color: var(--color-pureGrey);
  width: 100%;
}

.background-white {
  padding: 30px;
  background: var(--color-white);
  margin-bottom: 30px;
}

.bg-color-one {
  background: var(--color-grey);
  padding: 40px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  border-radius: 20px;
}

.bg-color-one h2 {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #B8B8B8;
}

.bg-color-one h2 span {
  background: var(--color-grey);
  padding-right: 10px;
}

.bg-color-two {
  background: var(--color-white);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two h2 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  color: var(--color-one);
  width: 100%;
  border-bottom: 1px solid var(--color-one);
}

/* .bg-color-two h3 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px var(--color-one);
  color: var(--color-one);
  width: 100%;
} */

.bg-color-three {
  background: rgba(239, 248, 255, 1);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 100px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(230, 226, 226, 0.2) !important;
}

.bg-color-three img {
  margin-top: -29px;
  margin-bottom: -59px;
}

.link {
  color: var(--color-one);
  font-weight: 600;
}

.link:hover {
  color: var(--color-black);
}

.for-xs {
  display: none;
}

.color-one {
  color: var(--color-one);
}

.color-two {
  color: var(--color-two);
}

.image-radius-15 {
  border-radius: 15px;
}

.image-radius-20 {
  border-radius: 20px;
}

.home-head {
  font-size: 20px;
  font-weight: 400;
  color: var(--color-two);
  margin-bottom: 25px;
  text-transform: uppercase;
}

.home-head span {
  display: block;
}

.link {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
  text-decoration: none;
  position: relative;
  overflow: hidden
}

.link i,
.link span {
  position: relative
}

.link span {
  margin-left: 18px;
}

.link i {
  margin-left: .5em
}

.link .color {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background-color: var(--color-three);
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0px;
}

.link:hover .color {
  left: 89%;
  background-color: var(--color-one);
}

.link:hover i {
  color: var(--color-white);
}

.home-about-bg {
  position: relative;
  z-index: 0;
}

.home-about-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0px;
  bottom: 0;
  background: url('../img/home-about-bg.jpg');
  background-size: cover;
  width: 600px;
  height: 600px;
}

.home-about-bg-one {
  padding: 120px 0 120px 0;
  position: relative;
  z-index: 0;
}

.home-about-bg-one::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0px;
  background: url('../img/blur-1.png');
  background-size: cover;
  width: 300px;
  height: 300px;
}

.home-about-bg-one::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -100px;
  background: url('../img/blur-2.png');
  background-size: cover;
  width: 300px;
  height: 300px;
}

.home-about-bg-one h1 {
  color: var(--color-two);
  font-size: 60px;
  font-weight: 400;
}

.home-about-bg-one h1 span {
  color: var(--color-one);
}

.home-stats-bg {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.home-stats-bg .home-stats-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-stats-bg .home-stats-box.br {
  border-right: 1px solid #D9D9D9;
}

.home-stats-bg .home-stats-box div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px
}

.home-stats-bg .home-stats-box div h3 {
  font-size: 60px;
  font-weight: 400;
  margin: 0
}

.home-stats-bg .home-stats-box div i {
  font-size: 32px;
  margin-left: 5px
}

.home-stats-bg .home-stats-box h4 {
  font-size: 20px;
  font-weight: 300;
  min-height: 48px;
}

.home-stats-bg .home-stats-box h4 span {
  display: block;
}

.home-approved-bg {
  position: relative;
  z-index: 0;
  padding: 120px 0;
}

.home-approved-bg .borderR {
  display: flex;
  justify-content: center
}

.home-approved-bg .borderR span {
  border-right: 1px solid #D9D9D9;
}

.home-approved-boxL {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
}

.home-approved-boxL::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -90px;
  left: 0px;
  background: url('../img/blur-1.png');
  background-size: cover;
  width: 250px;
  height: 250px;
}

.home-approved-boxL::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0px;
  background: url('../img/blur-2.png');
  background-size: cover;
  width: 250px;
  height: 250px;
}

.home-approved-box-text {
  margin-left: 30px;
}

.home-approved-box-text h3 {
  font-size: 20px;
  font-weight: 400;
}

.home-admission-bg {
  margin-bottom: -60px;
  position: relative;
  z-index: 1
}

.home-admission-imgbox-bg a {
  position: relative;
  z-index: 0;
  display: block;
  color: var(--color-white);
}

.home-admission-imgbox-bg a .bgimg {
  border-radius: 20px;
}

.home-admission-imgbox-bg a .home-admission-text {
  background: rgba(18, 95, 125, .6);
  backdrop-filter: blur(30px);
  position: absolute;
  top: 250px;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: .25s;
}

.home-admission-imgbox-bg a .home-admission-text img {
  display: none;
  transition: 1.25s;
}

.home-admission-imgbox-bg a .home-admission-text h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 40px 0
}

.home-admission-imgbox-bg a:hover .home-admission-text {
  top: 0;
}

.home-admission-imgbox-bg a:hover .home-admission-text img {
  display: block;
}

.home-admission-bg .home-admission-textbox-bg {
  border-radius: 20px;
  background: var(--color-two);
  color: var(--color-white);
  padding: 40px;
}

.home-admission-bg .home-admission-textbox-bg h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 67px;
}

.home-admission-bg .home-admission-textbox-bg h2 span {
  display: block;
}

.home-honours-bg {
  background: url('../img/home-honours-bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
  padding: 200px 0 150px 0;
  text-align: center;
}

.home-honours-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 242, 203, 0.8);
}

.home-honours-bg h3 {
  font-size: 20px;
  font-weight: 400;
  color: var(--color-two);
}

.home-honours-bg h2 {
  font-size: 60px;
  font-weight: 400;
}

.home-honours-bg h2 span {
  display: block;
}

.home-honours-box {
  border-radius: 20px;
  background: var(--color-two);
  color: var(--color-white);
  padding: 0px 0px 0px 20px;
  margin-top: 80px;
}

.home-honours-box .home-honours-text-box {
  padding: 15px;
  text-align: left;
}

.home-honours-box .home-honours-text-box h4 {
  font-size: 22px;
}

.home-honours-box .home-honours-text-box p {
  margin: 0;
}

.home-honours-box .home-honours-owl-img {
  margin-top: -50px;
}

.home-placement-bg {
  padding: 100px 0;
}

.home-placement-bg .home-placement-left-box {
  position: relative;
  z-index: 0;
}

.home-placement-bg .home-placement-left-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -35px;
  left: 175px;
  background: url('../img/blur-1.png');
  background-size: cover;
  width: 250px;
  height: 250px;
}

.home-placement-bg .home-placement-left-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50px;
  left: 120px;
  background: url('../img/blur-2.png');
  background-size: cover;
  width: 250px;
  height: 250px;
}

.home-placement-bg .home-placement-left-box h3 {
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 30px;
}

.home-placement-bg .home-placement-left-box h3 span {
  display: block;
}

.home-placement-bg .home-placement-right-box {
  position: relative;
  z-index: 0;
}

.home-placement-bg .home-placement-right-box .home-placement-hang-box {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -35px;
  width: 200px;
  height: 200px;
  color: var(--color-white);
  backdrop-filter: blur(30px);
  box-shadow: 0 20px 60px 0 #ffdD0033;
  border: 1px solid #fffFFF4D;
  background: rgba(255, 255, 255, .2);
  border-radius: 30px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.home-placement-bg .home-placement-right-box .home-placement-hang-box i {
  font-size: 36px;
}

.home-placement-bg .home-placement-right-box .home-placement-hang-box h2 {
  font-size: 45px;
  font-weight: 500;
}

.home-placement-bg .home-placement-right-box .home-placement-hang-box h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.home-placement-logo-bg {
  padding: 100px 0 0px 0;
  margin-top: 100px;
  border-top: 1px solid #D9D9D9
}

.home-events-bg {
  background: #F2F2F2;
  padding: 80px 0;
}

.home-events-box a {
  display: flex;
  background: #E6E6E6;
  border-radius: 20px;
  padding: 20px;
}

.home-events-box .hEventDate {
  color: var(--color-two);
  text-align: right;
  border-right: 1px solid var(--color-white);
  padding-right: 15px;
  margin-right: 15px
}

.home-events-box .hEventDate h3 {
  font-size: 50px;
  font-weight: 500;
  margin: 0;
  line-height: 50px;
}

.home-events-box .hEventDate h4 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  line-height: 28px;
}

.home-events-box .hEventDate h4 span {
  display: block;
}

.home-events-box .hEventDetail {
  display: flex;
  align-items: center;
}

.home-events-box .hEventDetail p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.home-news-bg {
  /* padding: 100px 0; */
  padding: 100px 0px 0px 0px;
}

.home-news-box a {
  display: block;
  border: 1px solid #d9d9d9;
  border-radius: 20px
}

.home-news-box a img {
  border-radius: 20px;
  height: 300px;
  object-fit: cover;
}

.home-news-text-box {
  padding: 20px;
  display: block;
}

.home-news-text-box h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  min-height: 48px;
}

.home-news-text-box span {
  border: 2px solid var(--color-one);
  background: var(--color-one);
  color: var(--color-white);
  border-radius: 50px;
  padding: 3px 14px;
  float: left;
  transition: all 0.5s ease-out;
}

.home-news-text-box p {
  margin: 0;
  float: right;
}

.home-news-box a:hover .home-news-text-box span {
  background: transparent;
  color: var(--color-one);
}

.home-distinctiveness-bg {
  padding: 0px 0;
  position: relative;
  z-index: 0;
}

.home-distinctiveness-text-box {
  background: var(--color-two);
  color: var(--color-white);
  padding: 100px 100px;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 55%;
  border-radius: 0px 20px 20px 0;
}

.home-distinctiveness-text-box h2 {
  color: var(--color-white);
}

.home-distinctiveness-text-box h3 {
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.home-distinctiveness-text-box h3 span {
  display: block;
}

.home-distinctiveness-image-box {
  padding: 0;
}

.home-distinctiveness-image-box img {
  border-radius: 20px 0 0 0;
}

.home-video-testimony-bg {
  padding: 100px 0;
  background: var(--color-black);
  color: var(--color-white);
  text-align: center;
  position: relative;
  z-index: 0;
}

.home-video-testimony-bg h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 120px;
}

.home-video-testimony-bg h2 i {
  color: var(--color-red);
}

.home-video-testimony-bg h3 {
  position: absolute;
  right: 0;
  left: 0;
  top: 80px;
  font-size: 200px;
  font-weight: 400;
  color: #2A2A2A;
  text-transform: uppercase;
  z-index: -1;
}

.home-video-testimony-box a {
  position: relative;
  z-index: 0;
  display: block;
}

.home-video-testimony-box a img {
  border-radius: 20px;
}

.home-video-testimony-box a:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-image: url(../img/play.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  border-radius: 20px;
  transition: all 0.5s ease-out;
}

.home-video-testimony-box a:hover:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-image: url(../img/play.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}

.home-life-bg {
  position: relative;
  z-index: 0;
  padding: 100px 0;
}

.home-life-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100px;
  right: 175px;
  background: url('../img/blur-1.png');
  background-size: cover;
  width: 250px;
  height: 250px;
}

.home-life-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 200px;
  right: 200px;
  background: url('../img/blur-2.png');
  background-size: cover;
  width: 250px;
  height: 250px;
}

.home-life-bg .HL-img-1 {
  margin-bottom: 23px;
}

.home-life-bg h3 {
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.home-life-bg h3 span {
  display: block;
}

.home-life-video-box-col {
  margin-bottom: 23px;
}

.home-life-video-box {
  height: 100%;
}

.home-life-video-box a {
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
}

.home-life-video-box a img {
  height: 100%;
}

.home-life-video-box a:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-image: url(../img/play.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  border-radius: 20px;
  transition: all 0.5s ease-out;
}

.home-life-video-box a:hover:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-image: url(../img/play.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}





.management {
  padding: 45px 0 0 0;
}

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

.management .padding {
  padding: 61px 0 0 44px;
}



.chairman .head-management {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
  color: var(--color-two);
}

.chairman .head-management span {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}

.management-box-one h2 {
  position: relative;
  padding-bottom: 25px;
}

.management-box-one h2::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #D9D9D9;
  width: 90%;
  top: 19px;
  left: 120px;
}

.management-box-two {
  padding: 50px 0;
}

.management-box-two h2 {
  position: relative;
  padding: 30px 0 25px 0;
}

.management-box-two h2::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #D9D9D9;
  width: 81%;
  top: 49px;
  left: 19%;
}

.bg-box {
  background: #F2F2F2;
  padding: 27px 40px 30px;
  min-height: 387px;
}

.chairman-box {
  background: #F2F2F2;
  border-radius: 0 15px 15px 0;
  padding: 80px;
}

.paddszero {
  padding: 0;
}

.management-box-three {
  padding: 50px 0;
}

.management-box-three h2 {
  position: relative;
  padding: 30px 0 25px 0;
}

.management-box-three h2::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #D9D9D9;
  width: 90%;
  top: 49px;
  left: 16%;
}

.chairman-box-one {
  background: #F2F2F2;
  border-radius: 15px 0 0 15px;
  padding: 80px;
}



.mba-bg {
  background: url(../img/program-offered-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 200px;
  position: relative;
}

.mba-bg::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.positionRelative {
  position: relative;
}

.intake-box {
  text-align: center;
}

.intake-box p {
  color: #FFFFFF;
  text-align: center;
}

.intake-box h3 {
  color: #FFBF00;
  font-size: 36px;
}

.facility-bg {
  background: #F2F2F2;
  margin: 0px 20px 20px 15px;
  border-radius: 15px;
  height: 190px;
}

.br {
  border-right: 0.5px solid #FFFFFF;
}

.highlights {
  position: relative;
  bottom: 120px;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.facility-image img {
  margin: 0 auto;
  display: block;
}

.facility-bg img {
  padding: 30px 0px 15px 30px;
  width: 70%;
}

.modal {
  --bs-modal-width: 895px;
}

.modal-header {
  border: none;
  padding: 10px;
}

.home-head-model {
  font-size: 25px;
  font-weight: 500;
  color: var(--color-two);
  margin-bottom: 25px;
}

.modal-body {
  padding: 20px 30px 45px;
}

.accordion-header {
  color: #125F7D;
}

.model-padds {
  padding: 22px 11px 0 14px;
}

.infra-padds {
  margin: 10px 0px;
}

.accordion-item {
  margin: 10px 0;
  background: #F2F2F2;
  border-radius: 15px;
  padding: 15px;
}

.accordion-button {
  background: #F2F2F2;
  color: #125F7D;
  ;
}

.accordion-button:not(.collapsed) {
  background: #F2F2F2;
  color: #125F7D;
}


.facility-bg p {
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  color: #125F7D;
  line-height: 21px;
}

.aj-pds {
  padding: 90px 0 0 0;
}

.placement-overview img {
  display: block;
  margin: 0 auto;
  height: 370px;
}

.placement-bg {
  position: relative;
  padding: 80px 0;
}

.placement-bg .container {
  position: relative;
}

.placement-bg::before {
  content: '';
  position: absolute;
  background: #F2F2F2;
  width: 100%;
  top: 0;
  height: 456px;
}

.placement-bg h2 {
  position: relative;
}

.placement-bg h2::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #D9D9D9;
  height: 105px;
  width: 1050px;
  top: -85px;
  left: 181px;
}

.placement-text {
  padding: 20px 30px;
}

.placement-text img {
  display: block;
  margin: 0 auto;
}

.placement-text p {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 45px 0 45px;
  font-weight: 400;
  text-align: center;
}


.placement-specialist {
  background: #000000;
  padding: 95px 65px 65px 6px;
  border-radius: 20px;
}

.placement-specialist img {
  display: block;
  margin: 0 auto;
  border-radius: 21px;
}

.placement-specialist h3 {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 400;
}

.placement-specialist p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
}

.placement-specialist h4 {
  color: #FFBF00;
  font-size: 20px;
}

.plcmnt-padd {
  padding: 50px 0 0 0px;
}

.plcmnt-padd .padds {
  padding: 24px 0 22px 0;
}

.btn-placement {
  text-align: center;
  padding: 77px 0 0 70px;
}


.syllabus-box {
  padding: 40px 0;
}

.syllabus-box h3 {
  color: #125F7D;
  font-size: 20px;
}

.syllabus-box img {
  width: 7%;
}

.syllabus-box span {
  padding: 0 20px;
}

.map-circle {
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #949494;
  width: 400px;
  height: 400px;
  position: absolute;
  opacity: 0;
  top: 80px;
  right: 200px;
  animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
  z-index: -1;
}

.training-program img {
  margin: 0 auto;
  display: block;
  padding-top: 92px;
  border-radius: 15px;
}

.training-box {
  display: flex;
  padding: 15px 0;
}

.training-box h3 {
  color: #FFBF00;
  font-size: 30px;
  width: 13%;
}

.training-box p {
  width: 70%;
  padding-left: 20px;
  color: #FFFFFF;
}

.training-program {
  position: relative;
}

.training-program::before {
  content: '';
  position: absolute;
  background: #125F7D;
  width: 94%;
  top: 334px;
  height: 488px;
  z-index: -1;
  left: 3%;
  border-radius: 15px;
}

.prgm-pds {
  padding-top: 110px;
}

.overflow {
  padding: 80px 0 150px !important;
}

.research-image {
  position: relative;
}

.research-image::before {
  content: '';
  position: absolute;
  background: #125F7DCC;
  width: 64%;
  left: 18%;
  height: 570px;
  border-radius: 15px;
}

.research-image::after {
  content: '';
  position: absolute;
  background: url(../img/research-flower.png);
  width: 73%;
  height: 385px;
  top: 314px;
  right: 83px;
}

.research-image img {
  display: block;
  margin: 0 auto;
}

.research-carousel {
  padding: 60px 0;
}

.research-box h3 {
  padding: 35px 0 20px;
}

.research-pdf-box {
  padding: 40px 0;
}

.research-pdf-box h3 {
  color: #125F7D;
  font-size: 20px;
}

.research-pdf-box img {
  width: 7%;
}

.research-pdf-box span {
  padding: 0 20px;
}

.button-padds {
  padding: 10px 105px;
}

.admission-ul {
  display: flex;
  list-style: none;
  place-items: center;
  justify-content: center;
}


.admission {
  position: relative;
}

.admission::before {
  /* content: ''; */
  position: absolute;
  background: #F2F2F2;
  top: 320px;
  width: 94%;
  left: 3%;
  height: 1174px;
  border-radius: 15px;
  z-index: -1;
}

.admission-ul li {
  margin: 0 10px;
}

.admission-program {
  padding: 105px 0 0;
}

.admission-program h2 {
  position: relative;
  text-transform: none;
}

.admission-program h2::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #D9D9D9;
  width: 1019px;
  top: 19px;
  left: 223px;
}

.prgm-box {
  width: 31%;
  background: #F2F2F2;
  margin: 25px 15px;
  padding: 35px 55px;
  border-radius: 20px;
}

.prgm-box h3 {
  font-size: 26px;
  font-weight: 300;
  position: relative;
  padding-bottom: 43px;
}

.prgm-box h3::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  top: 88px;
  left: 2px
}

.prgm-box h4 {
  color: #125F7D;
  font-size: 20px;
  font-weight: 400;
  font-weight: 600;

}

.prgm-box a {
  font-size: 13px;
}

.addon-prgm {
  padding: 40px 0;
}

.addon-prgm h2 {
  position: relative;
}

.addon-prgm h2::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #D9D9D9;
  width: 83%;
  top: 18px;
  left: 222px;
}

.addon-prgm-box-one {
  background: #FFBF00;
  padding: 35px 30px;
  height: 410px;
  border-radius: 15px;
  margin: 20px 25px 35px 0;
  width: 22%;
}

.addon-prgm-box-one h3 {
  text-align: center;
  font-size: 25px;
  position: relative;
  padding-bottom: 27px;
}

.addon-prgm-box-one h3::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #FFFFFF;
  width: 90%;
  top: 45px;
  left: 16px;
}

.addon-prgm-box-two {
  background: #125F7D;
  ;
  padding: 35px 30px;
  height: 410px;
  border-radius: 15px;
  margin: 20px 25px 35px 0;
  width: 22%;
}

.addon-prgm-box-two h3 {
  text-align: center;
  font-size: 25px;
  position: relative;
  padding-bottom: 27px;
  color: #FFFFFF;
}

.addon-prgm-box-two h3::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #FFFFFF;
  width: 90%;
  top: 45px;
  left: 16px;
}

.list-white li {
  color: #FFFFFF;
  padding: 10px 0;
  font-weight: 400;
}

.list-black li {
  padding: 10px 0;
  font-weight: 400;
}

.contact-form {
  background: #F2F2F2;
  padding: 60px;
  border-radius: 15px;
}

.adress-boxOne {
  border-radius: 20px;
  background: #FFBF00;
  padding: 43px 65px;
  margin-bottom: 30px;
  position: relative;
}

.adress-boxOne .imagetext {
  display: flex;
}

.adress-boxOne .imagetext h2 {
  padding: 0 50px;
  color: #FFFFFF26;
  font-size: 90px;
  line-height: 1;
  font-weight: 800;
}

.adress-boxOne h3 {
  padding: 20px 0 30px;
  position: relative;
}

.adress-boxOne .fa-solid {
  padding: 0 15px;
}

.adress-boxOne h3::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #000000;
  width: 100%;
  top: 65px;
  right: 2px;
}

.adress-boxOne p {
  font-weight: 400;
}

.adress-boxTwo p {
  font-weight: 400;
}

.adress-boxTwo {
  border-radius: 20px;
  background: #125F7D;
  padding: 43px 65px;
}

.adress-boxTwo .imagetext {
  display: flex;
}

.adress-boxTwo .imagetext h2 {
  padding: 0 50px;
  color: #FFFFFF26;
  font-size: 90px;
  line-height: 1;
  font-weight: 800;
}

.adress-boxTwo .fa-solid {
  padding: 0 15px;
}

.adress-boxTwo h3 {
  padding: 20px 0 30px;
  position: relative;
  color: #FFFFFF;
}

.adress-boxTwo h3::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  top: 65px;
  right: 2px;
}

.adress-boxTwo p {
  color: #FFFFFF;
}

.socialmedia {
  justify-items: center;
  padding: 50px 0;
}

.socialmedia ul {
  display: flex;
  list-style: none;
  padding: 0;
}

.socialmedia li {
  margin: 0 10px;
}

.socialmedia h2 {
  font-size: 19px;
  padding-bottom: 15px;
}


.specialisation-box {
  background: #F2F2F2;
  margin: 25px 15px;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
}

.specialisation-box h3 a {
  font-size: 23px;
  font-weight: 300;
  position: relative;
  color: #2A2A2A;
}

.profile-img img {
  margin: 0 auto;
  display: block;
}

.faculty-profile {
  background: #F2F2F2;
}


.profile-box h2 {
  padding: 55px 0 30px;
}

.faculty-box {
  background: #FFFFFF;
  width: 31%;
  margin: 65px 15px;
  border-radius: 15px;
  text-align: center;
  padding: 0 57px 35px 57px;
}

.faculty-box img {
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  margin: -73px 0 0;
  height: 297px;
  width: 300px;
}

.faculty-box h3 {
  color: #125F7D;
  font-size: 24px;
  padding: 15px 0 20px;
}

.faculty-box p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.faculty-box h4 {
  font-size: 15px;
  font-weight: 600;
}

.faculty-box p {
  position: relative;
}

.faculty-box p::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #000000;
  width: 99%;
  top: 28px;
  left: 5px;
}

.faculty-model h3 {
  position: relative;
}

.faculty-model h3::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #125F7D;
  width: 90%;
  top: 40px;
  left: 2px;
}


.otherstaff-box {
  background: #FFFFFF;
  width: 31%;
  margin: 65px 15px;
  border-radius: 15px;
  text-align: center;
  padding: 0 57px 35px 57px;
}

.otherstaff-box img {
  display: block;
  margin: 0 auto;
  border-radius: 25px;
  margin: -73px 0 0;
  width: 200px;
  /* Ensures consistent width */
  height: 200px;
  /* Ensures consistent height */
  object-fit: cover;
  /* Prevents image distortion */
}

.otherstaff-box h3 {
  color: #125F7D;
  font-size: 24px;
  padding: 15px 0 20px;
}

.otherstaff-box p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.otherstaff-box h4 {
  font-size: 15px;
  font-weight: 600;
}

.otherstaff-box p {
  position: relative;
}

.otherstaff-box p::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #000000;
  width: 99%;
  top: 28px;
  left: 5px;
}

.otherstaff-model h3 {
  position: relative;
}

.otherstaff-model h3::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #125F7D;
  width: 90%;
  top: 40px;
  left: 2px;
}

/* Updated section class styles */
.otherstaff-profile {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.otherstaff-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.news-events {
  position: relative;
}

.news-events::after {
  content: '';
  position: absolute;
  background: #F2F2F2;
  width: 100%;
  height: 848px;
  top: 393px;
  z-index: -1;
}

.news-box {
  position: relative;
  margin: 20px 0;
}

.news-box::after {
  content: '';
  position: absolute;
  background: #FFFFFF;
  width: 95%;
  height: 194px;
  bottom: 0;
  border-radius: 0 0 20px 20px;
}

.news-bg {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.news-bg span {
  float: inline-end;
  margin: 20px;
  color: #2F2483;
  font-size: 16px;
  font-weight: 400;
}

.news-bg h3 {
  font-size: 25px;
}

.event-box {
  position: relative;
}

.event-box::after {
  content: '';
  position: absolute;
  background: #125F7D;
  width: 95%;
  height: 202px;
  bottom: 0;
  border-radius: 0 0 20px 20px;
}

.event-box img {
  border-radius: 10px;
}

.event-bg {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.event-bg h3 {
  color: #FFFFFF;
  font-size: 25px;
}

.event-bg span {
  color: #FFBF00;
  font-size: 16px;
  font-weight: 400;
  float: inline-end;
  margin: 20px;
}

.event-content {
  padding: 20px;
}

.event-inner-box {
  background: var(--color-two);
  padding: 0px;
  border-radius: 25px;
  height: 450px
}

.event-inner-box img {
  border-radius: 25px 25px 0px 0px;
  height: 260px;
  width: 100%;
  object-fit: cover;
}

.event-content h3 {
  color: white;
  font-size: 20px;
}

.event-content p span {
  float: inline-end;
  margin: 20px;
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.event-padds {
  padding: 125px 0 30px 0;
}

.text-align-center {
  text-align: center;
}

.policy-box {
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0px 0px 10px rgb(18 95 125 / 15%);
  text-align: center;
  padding-top: 30px;
  margin: 10px 0;
  background-color: #fff;
}

.policy-box h3 {
  color: #125F7D;
  font-size: 20px;
}

.policy-box a {
  color: #125F7D;
}

.policy-box a:hover {
  color: #FFBF00;
}

.policy-box img {
  width: 7%;
}

.policy-box span {
  padding: 0 20px;
}


ul.pdf-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.pdf-box li {
  display: inline-block;
  width: 18%;
  margin: 10px;
}

ul.pdf-box li a {
  box-shadow: 0px 10px 40px 0px #468ADA1A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 135px;
  padding: 0 15px;
  border: 1px solid var(--color-one);
  border-radius: 15px;
  background: #fff;
}

ul.pdf-box li a img {
  width: 25%;
}



ul.pdf-box li a h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0 0 0;
  text-align: center;
  min-height: 50px;
  display: flex;
  align-items: center;
  color: #125F7D;
  background-color: transparent;
}

.student-achievements {
  padding: 50px 0;
  background: white;
  text-align: center;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.year-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.year-btn {
  background: white;
  color: #FFBF00;
  border: 1px solid #FFBF00;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

.year-btn.active,
.year-btn:hover {
  background: var(--color-one);
  color: #FFFFFF;
}

.achievement-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.achievement-card {
  background: #F2F2F2;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  text-align: left;
  padding-top: 10px;
}

.achievement-img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
  
}

.achievement-details {
  padding: 15px;
}

.achievement-details h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.winner-text {
  color: var(--color-one);
  font-weight: bold;
}

.event-date {
  font-size: 14px;
  color: #777;
}


.home-testimony-box {
  position: relative;
  border-radius: 30px;
  border: 2px solid var(--color-white);
  padding: 30px;
  margin: 20px 20px 40px 20px;
  overflow: hidden;
  z-index: 1;
  background: #FFBF00;
}

.home-testimony-box img {
  width: 25% !important;
  border-radius: 100%;
  margin-bottom: 10px;
}

.home-testimony-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  min-height: 80px;
  color: white;
}

.home-testimony-box h4 {
  font-size: 14px;
  font-weight: 500;
  color: white;
}

.home-testimony-box h5 {
  font-size: 12px;
  font-weight: 400;
  color: white;
}











@keyframes scaleIn {
  from {
    transform: scale(.3, .3);
    opacity: .5;
  }

  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

.overflow {
  overflow: hidden;
}

.paddingtop {
  padding: 50px 0;
}















footer {
  position: relative;
  z-index: 0;
  background: var(--color-two);
  color: var(--color-white);
}

footer .footer-bg {
  padding: 80px 0px 0px 0px;
}

footer a {
  color: var(--color-white);
}

footer a:hover {
  color: var(--color-one);
}

footer .footer-list {
  margin-top: 0px;
}

footer .footer-list h3 {
  margin: 0 0 15px;
  color: var(--color-white);
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

footer .footer-list h3 span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

footer .footer-list h3 div {
  border-bottom: 1px solid var(--color-white);
  width: 25%;
  position: relative;
  right: 0;
  bottom: 0px;
  display: inline-block;
}

footer .footer-list ul {
  padding: 0;
  margin: 0 0 0 10px;
}

footer .footer-list ul li {
  list-style: none;
  padding: 6px 0 6px 10px;
  position: relative;
  z-index: 0;
}

footer .footer-list ul li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 12px;
  font-weight: 900;
  color: var(--color-white);
  font-size: 6px;
}

footer .footer-list ul li a {
  color: var(--color-white);
}

footer .footer-list ul li a i {
  padding-right: 5px;
  font-size: 8px;
}

footer .footer-list ul li a:hover {
  color: var(--color-one);
  padding-left: 2px;
}

footer .footer-list ul.half {
  padding: 0;
  margin: 0 0 0 10px;
  display: inline-block;
  width: 48%;
}

footer .footer-list ul.half li {
  list-style: none;
  padding: 6px 0 6px 10px;
  position: relative;
  z-index: 0;
}

footer .footer-list ul.half li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 12px;
  font-weight: 900;
  color: var(--color-white);
  font-size: 6px;
}

footer .footer-list ul.half li a {
  color: var(--color-white);
}

footer .footer-list ul.half li a i {
  padding-right: 5px;
  font-size: 8px;
}

footer .footer-list ul.half li a:hover {
  color: var(--color-one);
  padding-left: 2px;
}

footer .footer-list ul.contact {
  padding: 0;
  margin: 0 0 0 0px;
}

footer .footer-list ul.contact li {
  list-style: none;
  padding: 4px 0 4px 4px;
  position: relative;
  z-index: 0;
}

footer .footer-list ul.contact li::before {
  display: none;
}

footer .footer-list ul.contact li a {
  color: var(--color-white);
}

footer .footer-list ul.contact li a i {
  padding-right: 5px;
  font-size: 15px;
}

footer .footer-list ul.contact li a:hover {
  color: var(--color-one);
  padding-left: 2px;
}

.footerextra {
  padding: 0;
  margin: 0;
}

.footerextra li {
  display: inline-block;
  padding-right: 3%;
  list-style: none;
  font-size: 14px;
  position: relative;
  z-index: 0;
}

.footerextra li::before {
  content: "\f7a5";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 2px;
  left: -10px;
  font-weight: 900;
  color: var(--color-white);
  font-size: 12px;
}

.footerextra li a {
  color: var(--color-white);
}

.footerextra li a:hover {
  color: var(--color-one);
}

.footerextra-Mt {
  margin-top: 30px;
}

footer .copy {
  padding: 40px 0 40px 0;
  border-top: 0px solid #B8B8B8;
}

footer .copy a {
  color: var(--color-white);
  font-weight: 300;
}

footer .copy a:hover {
  color: var(--color-one);
}

footer .copy .copy-right {
  text-align: right;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
  text-align: center;
}

ul.social-network li {
  display: block;
  margin: 5px 0px;
}

ul.social-network li::before {
  display: none;
}

.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
  background-color: #cc0000;
}

.social-network a.icoInstagram:hover {
  background-color: #c8008b;
}

.social-network a.icoWhatsapp:hover {
  background-color: #189d0e;
}

.social-network a.icoPinterest:hover {
  background-color: #e60023;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoInstagram:hover i {
  color: var(--color-white);
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0);
  border: 0px solid var(--color-white);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, .20) !important;
}

.social-circle li i {
  margin: 0;
  line-height: 35px;
  text-align: center;
  font-size: 15px !important;
  padding: 0 !important;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: var(--color-white);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* footer social icons */

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table thead tr:first-child {
  border-top: none;
  background: var(--color-black);
  color: #125F7D;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: rgba(0, 0, 0, .01);
}

.rwd-table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fbfbfb !important;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  display: inline-block;
  color: #000;
  padding-right: 15px;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  overflow: hidden;
  margin-bottom: 30px;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;

}

.srwd-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #F2F2F2;
}

.srwd-table th {
  background-color: #0f4c75;
  /* Dark teal header */
  color: white;
  text-align: left;
  padding: 10px;
}

.srwd-table td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  background-color: #F2F2F2;
  text-align: center;
}

.srwd-table td a {
  padding: 7px;
  margin: 10px;
  align-items: center;
  display: block;
}


.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: none !important;
}




.rank-honours-bg {
  position: relative;
  z-index: 0;
  padding: 200px 0 150px 0;
  text-align: center;
  background: none;
  /* Background image removed */
}

.rank-honours-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  /* Background overlay removed */
}

.rank-honours-bg h3 {
  font-size: 20px;
  font-weight: 400;
  color: var(--color-two);
}

.rank-honours-bg h2 {
  font-size: 60px;
  font-weight: 400;
}

.rank-honours-bg h2 span {
  display: block;
}

.rank-honours-box {
  border-radius: 20px;
  background: var(--color-two);
  color: var(--color-white);
  padding: 0px 0px 0px 20px;
  margin-top: 80px;
}

.rank-honours-box .rank-honours-text-box {
  padding: 15px;
  text-align: left;
}

.rank-honours-box .rank-honours-text-box h4 {
  font-size: 22px;
}

.rank-honours-box .rank-honours-text-box p {
  margin: 0;
}

.rank-honours-box .rank-honours-owl-img {
  margin-top: -50px;
}

.aqar-img img {
  height: 460px;
  width: 60vw;
  object-fit: cover;
  object-position: top;
}

.left-menu-box {
  margin-top: 30px;
}

.sidebar-collapse,
.sidebar-collapse .nav {
  background: #FFBF00;
}

.sidebar-collapse .nav {
  padding: 0;
}


.sidebar-collapse .nav>li>a {
  color: #fff;
  background: #125F7D;
  border-left: white;
  text-shadow: none;
  font-size: 20px;
  margin: 10px;
  border-radius: 10px;
}

.sidebar-collapse>.nav>li>a {
  padding: 20px 10px;
  font-size: 18px;
}

.sidebar-collapse>.nav>li {
  border-bottom: 1px solid rgba(107, 108, 109, 0.50);
  margin: 10px 0;
}

.sidebar-collapse .nav>li>a:hover,
.sidebar-collapse .nav>li>a:focus {
  /* 	
	background:var(--color-white);
	outline:0;
    color:#808080;
    padding: 10px;
    border: #808080; */



  color: var(--color-white);
  /* background: #202020; */
  text-shadow: none;
  background: #fff;
  margin: 10px;
  border-radius: 10px;


}




@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }

  .table-bordered {
    border: 0px;
  }

  .rwd-table {
    margin: auto;
    min-width: auto;
    max-width: 100%;
    border-collapse: collapse;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table tr:hover {
    background-color: #fff !important;
  }

  .rwd-table thead tr:hover {
    background: var(--color-black) !important;
  }

  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}



.inner-banner {
  position: relative;
  z-index: 0;
}

.inner-banner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0px;
  background: rgba(0, 0, 0, .4);
}

.inner-banner img {
  min-width: 100%;
}

.inner-banner .container {
  position: absolute;
  min-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.inner-banner h1 {
  color: var(--color-white);
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 15px;
  margin: 0;
}

.inner-banner .inner-breadcrumb {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 15px;
}

.inner-banner .inner-breadcrumb ol.breadcrumb {
  font-size: 15px;
  font-weight: 500;
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a:hover {
  color: var(--color-one);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-white);
}

.inner-bg {
  padding: 80px 0;
  position: relative;
  z-index: 0;
}

.inner-head-main {
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 30px;
  color: var(--color-two);
}

.inner-head-main span {
  color: var(--color-one);
}

.inner-vision-bg {
  background: url('../img/inner-vision-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 40px;
  margin: 0 60px;
  position: relative;
  z-index: 0;
  color: var(--color-white);
}

.inner-vision-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0px;
  background: linear-gradient(90deg, rgba(18, 95, 125, 0) 0%, #125F7D 74.88%);
  border-radius: 20px;
}

.inner-vision-bg .inner-vision-box {
  padding: 40px;
}

.inner-vision-bg .inner-vision-box h2 {
  font-size: 60px;
  font-weight: 400;
  display: flex;
  align-items: center
}

.inner-vision-bg .inner-vision-box h2 i {
  font-size: 40px;
  margin-right: 10px
}

.inner-affiliation-bg {
  padding: 100px 0 60px 0;
}

.inner-affiliation-bg .inner-affiliation-box {
  text-align: center;
  padding: 0 20px;
  margin: 30px 0
}

.inner-affiliation-bg .inner-affiliation-box h3 {
  font-size: 16px;
  font-weight: 300;
  margin: 20px 0 0 0;
}

.inner-affiliation-bg .inner-affiliation-box.br {
  border-right: 1px solid #D9D9D9
}

.footer-admission-bg {
  padding: 0px;
  margin: 150px 60px 0 60px;
  position: relative;
  z-index: 0;
}

.footer-admission-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0px;
  background: #F2F2F2;
  border-radius: 20px;
}

.footer-admission-bg img {
  margin-top: -150px;
}

.footer-admission-bg .footer-admission-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 25px 0;
}

.footer-admission-bg .footer-admission-box h2 {
  font-size: 40px;
  font-weight: 400;
  margin: 0 80px 0 0;
}

.footer-admission-bg .footer-admission-box h2 span {
  display: block;
}

#horizontalTab .home-programs-list {
  margin: 0;
  padding: 0 0px 35px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  border: 0;
  border-bottom: 0px solid #6B6C6E;
}

#horizontalTab .home-programs-list li {
  list-style: none;
  border: 0;
  margin-bottom: 0;
}

#horizontalTab .home-programs-list li a {
  display: block;
  text-align: center;
  color: var(--color-one);
  border: 1px solid var(--color-one);
  border-radius: 10px;
  padding: 12px 20px;
  margin: 0 8px 16px 8px;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  text-transform: uppercase;
  line-height: normal;
  box-shadow: 0px 30px 60px 0px rgba(246, 140, 44, 0.15);
}

#horizontalTab .home-programs-list li a:hover {
  color: var(--color-white);
  background: var(--color-one);
  border: 1px solid var(--color-one);
}

#horizontalTab.r-tabs .r-tabs-nav .r-tabs-state-active a {
  background: var(--color-one);
  color: var(--color-white);
}

#horizontalTab.r-tabs {
  overflow: auto;
}

#horizontalTab.r-tabs .r-tabs-panel {
  width: 100%;
  float: right;
  border: 0;
  padding: 0px 15px 15px 20px;
  position: relative;
}

#horizontalTab.r-tabs .r-tabs-panel:before {
  content: '';
  position: absolute;
  top: 0;
  left: -12px;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

#horizontalTab.r-tabs .r-tabs-panel ul li a {
  display: block;
  padding: 5px 5px;
  font-weight: 600;
}

#horizontalTab.r-tabs .horizontalTab-box {
  border-radius: 20px;
  padding: 30px;
}

.modal-custom-bg .modal-body .close {
  font-size: 3rem;
  line-height: 1;
  color: var(--color-white);
  opacity: 1;
  position: absolute;
  z-index: 9;
  border: none;
  right: -40px;
  top: -35px;
  background: 0 0;
}


/* announcement section */
.home-banner-strip-bg .container{border: 1px solid var(--color-white); background:rgba(255,255,255,.6);-webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); border-radius: 15px; padding: 40px; margin-top: -50px; box-shadow: 0px 20px 60px 0px #468ADA1A;}
.home-banner-strip-bg h2 {
  font-size: 25px;
  font-weight: 500;
  color: var(--color-two);
  margin: 0;
  border-right: 1px solid var(--color-two);
}
.home-banner-strip-bg .container{margin-top: -50px; text-align: center;}
.home-banner-strip-bg h2 {
  margin: 0;
  /* border-right: 0 solid var(--color-one);
  border-bottom: 1px solid var(--color-one); */
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 10px
}
.inner-bg-announcement{position: relative;}
.inner-bg-announcement .section-one-bg{background: rgba(255,255,255,1); border-radius: 20px 20px 0 0; padding:60px 40px 50px 40px; margin-top: -15px;}
.inner-bg-announcement h2{
  font-size: 25px;
    font-weight: 500;
    color:var(--color-two);
}
.career-box {
    border: 1px solid var(--color-two);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 30px 60px 0px #EF67251A;
    margin: 15px 0;
    background: #FFF;
}
.career-box h2 {font-size: 20px !important; color: var(--color-one);}
.career-box p {display: flex;justify-content: space-between;}
.career-box span {color: var(--color-one); }
.career-box .blink {
  animation: blinker 1.5s linear infinite;
  color: white;
  font-size: 22px;
  font-weight: 600;}
.career-box .head-four {
  font-weight: 400;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--color-two);
    color: var(--color-one);
    width: 100%;
}
.btn-one-full-announcement{
 border: 6px solid var(--color-two);
    color: var(--color-white) !important;
    background: var(--color-two);
    border-radius: 17px;
    padding: 0px 12px;
}

.CarouselAnnounceBg{padding: 0px 0 0px 0; margin-bottom:0px; text-align: center; border-bottom: 0px solid #B8B8B8;}
.CarouselAnnounceBg i{color: var(--color-two); margin-right: 4px;}
.CarouselAnnounceBg a{font-weight: 500;}
.CarouselAnnounceBg a:hover{color: var(--color-two);}

@media(min-width:320px) and (max-width:1080px) {
  .slider {
    margin-top: 75px;
    padding: 0;
  }

  .inner-banner {
    margin-top: 64px;
    padding: 0;
  }

  .inner-banner:before {
    left: 0;
    right: 0;
  }

  .inner-banner img {
    min-width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .hidden-xs,
  .for-md {
    display: none !important;
  }

  .for-xs {
    display: block !important;
  }

  ::-webkit-scrollbar {
    width: 0px;
  }

  .Morder-1 {
    order: 1;
    -webkit-order: 1;
  }

  .Morder-2 {
    order: 2;
    -webkit-order: 2;
  }

  .Morder-3 {
    order: 3;
    -webkit-order: 3;
  }

  .Morder-4 {
    order: 4;
    -webkit-order: 4;
  }

  .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2344484d'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    border: 2px solid var(--color-black);
  }

  .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2344484d'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    border: 1px solid var(--color-black);
    border-radius: 100px;
  }

  .carousel-inner>.carousel-item>img {
    border-radius: 0;
  }

  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    bottom: -50px;
  }

  .slider .carousel-control-next {
    left: auto;
    right: 125px;
  }

  .slider .carousel-control-prev {
    right: auto;
    left: 125px;
  }

  .mobileSlider .carousel-control-prev {
    right: auto;
    left: 125px
  }

  .mobileSlider .carousel-control-next,
  .mobileSlider .carousel-control-prev {
    top: unset;
    bottom: unset;
  }

  .mobileSlider .carousel-control-next {
    right: 20px;
  }

  .mobileSlider .carousel-control-prev {
    left: 20px;
  }

  .mobile-banner-button-nav {
    display: flex;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    flex-wrap: wrap
  }

  .mobileSlider .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    border: 0px solid var(--color-black);
  }

  .mobileSlider .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    border: 0px solid var(--color-black);
  }


  .carousel-control-next:focus,
  .carousel-control-next:hover,
  .carousel-control-prev:focus,
  .carousel-control-prev:hover {
    text-decoration: none;
    outline: 0;
    opacity: .9
  }

  /* .carousel-control-prev-icon:focus,.carousel-control-next-icon:hover,.carousel-control-prev-icon:focus,.carousel-control-next-icon:hover{opacity: .9;} */

  .btn-one {
    font-size: 12px;
  }

  footer .footer-bg {
    padding: 40px 10px 20px 10px
  }

  footer .text-end {
    text-align: center !important;
  }

  footer {
    padding: 40px 0 0;
    text-align: center;
  }

  .footerextra-Mt {
    margin-top: 0;
  }

  footer .footer-list {
    margin-top: 0px;
  }

  .back-to-top {
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  ul.footerextra {
    margin: 30px 0 40px;
  }

  footer .copy {
    padding: 30px 0 30px 0;
    margin-top: 0px;
  }

  footer .copy .copy-right {
    text-align: center;
  }

  footer .copy .copy-center {
    padding-top: 20px;
    line-height: 24px;
  }

  footer .copy .copy-center i {
    display: none;
  }

  footer .copy .copy-center span {
    display: block;
  }

  footer .footer-list h3 span {
    display: block;
    margin-right: 0;
    text-transform: uppercase;
  }

  ul.footerextra li {
    list-style: none;
    padding: 6px 12px 6px 12px;
    position: relative;
    z-index: 0;
  }

  ul.footerextra li::before {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    left: -3px;
    position: absolute;
    top: 12px;
    font-weight: 900;
    color: var(--color-white);
    font-size: 6px;
  }

  .topSearch {
    right: 55px;
    top: 7px;
  }

  .search_icon {
    background-color: rgba(0, 0, 0, 0.1);
    height: 40px;
    width: 40px;
    font-size: 16px;
  }

  .search button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
  }

  .search-body {
    position: relative;
    padding: 30px 15px !important;
  }

  .modal-custom {
    margin-top: 30px;
  }

  .modal-custom-bg .modal-body .close {
    right: 0;
    top: -40px;
  }

  .rwd-table td {
    width: 100%;
  }

  .footer-link-box.Nbr {
    border-right: 0px solid #D9D9D9;
  }

  .footer-link-box.Mbb {
    border-bottom: 1px solid #D9D9D9;
  }

  .footer-link-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-link-bg .container {
    bottom: 0;
  }

  .footer-link-content-bg {
    padding: 50px 20px 50px 20px !important;
    text-align: center;
  }

  .footer-link-content-bg h2 {
    font-size: 40px;
  }

  ul.social-network li {
    margin: 0 6px;
    display: inline;
  }

  .social-circle li a {
    width: 32px;
    height: 32px;
  }

  .inner-bg {
    padding: 40px 0;
    text-align: center;
  }

  .inner-banner h1 {
    font-size: 20px;
    right: 0;
    left: 0;
    bottom: 10px;
    margin-bottom: 0;
    text-align: center;
  }

  .bg-color-one {
    padding: 30px 20px;
  }

  .bg-color-one h2 {
    text-align: center;
  }

  .bg-color-one h2 span {
    padding: 0;
  }

  .bg-color-one h2:before {
    bottom: -5px;
  }

  #commonTab .commonTab-list {
    display: none;
  }

  #commonTab.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    padding: 15px;
    background-color: var(--color-one);
    border: 1px solid var(--color-one);
    color: var(--color-white);
    margin: 10px 10px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }

  #commonTab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: transparent;
    border: 1px solid var(--color-one);
    color: var(--color-one);
  }

  .home-about-bg {
    text-align: center;
  }

  .home-about-bg-one h1 {
    font-size: 28px;
  }

  .home-about-bg-one {
    padding: 60px 0 60px 0
  }

  .home-about-bg-one::before {
    display: none;
  }

  .home-stats-bg .home-stats-box div {
    justify-content: center;
  }

  .home-stats-bg .home-stats-box h4 {
    font-size: 16px
  }

  .home-stats-bg .home-stats-box div h3 {
    font-size: 40px
  }

  .home-stats-bg .home-stats-box div i {
    font-size: 24px
  }

  .home-stats-bg .home-stats-box h4 span {
    display: inline
  }

  .home-approved-boxL {
    flex-direction: column;
    margin: 15px 0
  }

  .home-approved-bg {
    padding: 60px 0
  }

  .home-approved-box-text p {
    text-align: center;
  }

  .home-approved-box-text h3 {
    font-size: 18px;
    margin-top: 15px
  }

  .home-admission-imgbox-bg a {
    overflow: hidden;
    margin: 22px 0
  }

  .home-admission-imgbox-bg a .home-admission-text {
    top: 0;
    background: rgba(18, 95, 125, .2);
    backdrop-filter: blur(5px)
  }

  .home-admission-imgbox-bg a .home-admission-text img {
    width: 30%
  }

  .home-admission-imgbox-bg a .home-admission-text h3 {
    font-size: 17px;
    text-align: center;
  }

  .home-admission-bg .home-admission-textbox-bg {
    text-align: center;
    padding: 40px 20px;
  }

  .home-admission-bg .home-admission-textbox-bg h2 {
    font-size: 30px;
    line-height: 45px
  }

  .home-admission-bg .home-admission-textbox-bg h2 span {
    display: inline;
  }

  .home-honours-bg {
    padding: 120px 0 60px 0
  }

  .home-honours-bg h2 {
    font-size: 28px
  }

  .home-honours-bg h2 span {
    display: inline;
  }

  .home-honours-box {
    padding: 0
  }

  .home-honours-box .home-honours-text-box {
    text-align: center;
  }

  .home-honours-box .home-honours-text-box h4 {
    font-size: 16px
  }

  .home-placement-bg {
    padding: 60px 0;
    text-align: center
  }

  .home-placement-bg .home-placement-left-box h3 {
    font-size: 28px;
    line-height: 32px
  }

  .home-placement-bg .home-placement-right-box {
    margin-top: 30px
  }

  .home-placement-logo-bg {
    padding: 50px 0 0 0;
    margin-top: 100px;
    border-top: 1px solid #d9d9d9
  }

  .home-placement-bg .home-placement-left-box::before {
    left: 0;
    top: -100px;
  }

  .home-placement-bg .home-placement-left-box::after {
    left: 0;
  }

  .home-events-bg {
    padding: 60px 0;
    text-align: center
  }

  .home-events-box a {
    display: flex;
    background: #e6e6e6;
    border-radius: 20px;
    padding: 20px;
    flex-direction: column;
    align-items: center
  }

  .home-events-box .hEventDate h3 {
    font-size: 40px;
    margin: 0;
    line-height: 42px
  }

  .home-events-box .hEventDate h4 {
    font-size: 26px;
    text-align: center
  }

  .home-events-box .hEventDate {
    color: var(--color-two);
    text-align: center;
    border-right: 0 solid var(--color-white);
    padding-right: 0;
    margin-right: 0
  }

  .home-events-box .hEventDetail {
    margin-top: 10px
  }

  .home-events-box .hEventDetail p {
    text-align: center;
  }

  .home-news-bg {
    padding: 60px 0;
    text-align: center
  }

  .home-news-text-box span {
    text-align: center;
    margin-top: 5px;
  }

  .home-news-text-box {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .home-news-text-box h3 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    min-height: auto
  }

  .home-distinctiveness-text-box {
    background: var(--color-two);
    color: var(--color-white);
    padding: 50px 15px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    position: relative;
    text-align: center
  }

  .home-distinctiveness-text-box h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 25px
  }

  .home-video-testimony-bg {
    padding: 60px 0
  }

  .home-video-testimony-bg h3 {
    top: 80px;
    font-size: 70px
  }

  .home-life-bg {
    position: relative;
    z-index: 0;
    padding: 60px 0;
    text-align: center
  }

  .home-life-bg h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px
  }

  .home-life-video-box {
    margin-top: 20px;
  }

  .inner-head-main {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px
  }

  .inner-vision-bg {
    padding: 20px 10px;
    margin: 0 10px
  }

  .inner-vision-bg .inner-vision-box h2 {
    font-size: 30px
  }

  .inner-vision-bg .inner-vision-box h2 i {
    font-size: 24px;
    margin-right: 10px
  }

  .inner-vision-bg .inner-vision-box {
    padding: 20px 0
  }

  .inner-affiliation-bg {
    padding: 60px 0 60px 0;
    text-align: center
  }

  .inner-affiliation-bg .inner-affiliation-box {
    text-align: center;
    padding: 10px 5px;
    margin: 10px 0;
    background: #f6f6f6;
    border-radius: 10px;
  }

  .inner-affiliation-bg .inner-affiliation-box.br {
    border-right: 0 solid #d9d9d9
  }

  .inner-affiliation-bg .inner-affiliation-box h3 {
    font-size: 12px;
    font-weight: 300;
    margin: 15px 0 0 0
  }

  .inner-affiliation-bg .inner-affiliation-box img {
    width: 60%;
  }

  .footer-admission-bg {
    margin: 150px 10px 0 10px
  }

  .footer-admission-bg .footer-admission-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 25px 0;
    flex-direction: column
  }

  .footer-admission-bg .footer-admission-box h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    text-align: center
  }

  .footer-admission-bg::before {
    border-radius: 20px 20px 0 0;
  }

  .addon-prgm h2::after {
    content: none;
  }

  .addon-prgm h2 {
    text-align: center;
  }

  .placement-bg h2::after {
    width: 184px;
    left: 190px;
  }

  /* management */
  .management-box-one h2::after {
    display: none;
  }

  .management .padding {
    padding: 40px 15px 0;
  }

  .paddszero {
    padding: 0 10px;
  }

  .paddszero img {
    border-radius: 15px;
  }

  .chairman-box {
    padding: 40px 15px;
    border-radius: 0;
  }

  .management-box-two h2::after {
    display: none;
    padding: 0;
  }

  /* research activity */
  .map-circle {
    top: 191px;
    right: -11px;
    display: none;
  }

  /* research centre */
  .research-image::after {
    width: 108%;
    height: 391px;
    top: 316px;
    right: -21px;
  }

  .research-image::before {
    width: 90%;
    left: 5%;
  }

  .research-pdf-box {
    text-align: center;
  }

  /* training */
  .training-program::before {
    top: 352px;
    height: 517px
  }

  .prgm-pds {
    padding: 43px 15px 0;
  }

  .training-box {
    padding: 10px 0;
  }

  .training-box h3 {
    font-size: 27px;
    width: 27%;
  }

  /* placement */
  .placement-bg h2::after {
    display: none;
  }

  .placement-bg h2 {
    text-align: center;
  }

  .placement-bg {
    padding: 35px 0;
  }

  .placement-bg::before {
    height: 777px;
  }

  .placement-text {
    padding: 20px 30px 85px;
  }

  .placement-specialist {
    padding: 40px 24px;
  }

  .placement-specialist h3 {
    font-size: 24px;
    text-align: center;
  }

  .plcmnt-padd {
    padding-top: 35px;
  }

  .btn-placement {
    padding: 0;
    text-align: center;
  }

  /* facilities */
  .facility-bg img {
    width: 25%;
    text-align: center;
    padding: 30px 0 0;
  }

  .facility-bg {
    width: 46%;
    margin: 10px auto;
  }

  .aj-pds {
    padding: 30px 0;
  }
}
.home-news-bg span {
 float: inline-end;
}
.sport-img img{
  height: 300px;
  width: 100%;
}

@media(min-width:320px) and (max-width:1080px) {
  .admission-ul {
    display: contents;
  }


  .prgm-box {
    width: 92%;
    background: #F2F2F2;
    margin: 20px auto;
    padding: 25px 20px;
  }

  .prgm-box p {
    text-align: center;
  }

  .admission::before {
    width: 98%;
    left: 1%;
    top: 446px;
    height: 2000px;
  }

  .addon-prgm-box-one {
    background: #FFBF00;
    padding: 30px 10px;
    height: 330px;
    border-radius: 15px;
    margin: 10px;
    width: 95%;
  }

  .addon-prgm-box-two {
    width: 95%;
    margin: 10px;
    padding: 30px 10px;
    height: 330px;
  }

  .contact-form {
    padding: 20px;
  }

  .paddingtop {
    padding: 20px 0;
  }

  .adress-boxOne {
    padding: 30px 20px;
  }

  .adress-boxTwo {
    padding: 30px 20px;
  }

  .adress-boxOne .imagetext h2 {
    padding: 0 0 0 11px;
  }

  .adress-boxTwo .imagetext h2 {
    padding: 0 0 0 11px;
  }

  .adress-boxTwo p {
    color: #FFFFFF;
    text-align: center;
  }

  .adress-boxOne p {
    text-align: center;
  }

  .faculty-box {
    background: #FFFFFF;
    width: 95%;
    margin: 10px auto;
    border-radius: 15px;
    text-align: center;
    padding: 28px 0;
  }

  .faculty-box img {
    border-radius: 150px;
    margin: 0 auto 0;
  }

  ul.pdf-box li {
    display: inline-block;
    width: 40%;
  }

  .bgkgrey {
    padding: 17px;
    background: #F2F2F2;
  }

  .bg-box {
    background: #F2F2F2;
    padding: 30px 10px;
    min-height: 387px;
    margin: 0 0 10px;
    border-radius: 0 0 20px 20px;
  }

  .chairman .head-management {
    font-size: 20px;
  }

  .management-box-three {
    padding: 0px 0;
  }

  .management-box-three h2::after {
    display: none;
  }

  .chairman-box-one {
    background: #F2F2F2;
    border-radius: 0px;
    padding: 30px 15px;
  }

  .news-box::after {
    display: none;
  }

  .news-events::after {
    display: none;
  }

  .news-box {
    position: relative;
    margin: 20px auto;
    background: #F2F2F2;
    padding: 20px;
    width: 96%;
    border-radius: 20px;
  }

  .news-box img {
    border-radius: 20px;
  }

  .event-box::after {
    display: none;
  }

  .event-box {
    position: relative;
    margin: 20px auto;
    background: #125F7D;
    padding: 20px;
    width: 96%;
    border-radius: 20px;
  }

  .accordion-item {
    padding: 0px;
  }

  .bg-color-two {
    padding: 15px;
  }

  .event-box img {
    border-radius: 20px;
  }

  .placement-text p {
    font-size: 15px;
    padding: 10px 0;
    font-weight: 400;
    text-align: center;
    margin: 10px auto;
  }

  ul.inner-common-menu-bg {
    flex-wrap: wrap;
  }

  ul.inner-common-menu-bg li {
    margin: 5px 5px;
  }

  ul.inner-common-placement-bg {
    flex-wrap: wrap;
  }

  ul.inner-common-placement-bg li {
    margin: 5px 5px;
  }

  #horizontalTab.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    border: 1px solid var(--color-one);
    color: var(--color-one);
    font-weight: 500;
    font-size: 15px;
  }

  #horizontalTab.r-tabs .r-tabs-panel {
    width: 100%;
    float: unset;
    padding: 15px 15px 15px 15px !important;
  }

  #horizontalTab.r-tabs .r-tabs-panel ul {
    margin: 0 0 0 10px;
    text-align: left;
  }

  #horizontalTab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: var(--color-one);
    color: var(--color-white);
  }

  #horizontalTab .home-programs-list {
    display: none;
  }

  .aqar-img img {
    height: auto;
  }

  .home-testimony-box img {
    width: 50% !important;
  }

  .modal-content {
    width: 100%;
    margin: 25% auto;
  }

  .modal-content {
    display: block;
  }

  .modal-content {
    width: 100%;
  }

  .modal-body {
    display: block;
    padding: 15px;
  }

  .modal-custom {
    margin-top: 90px
  }

  .modal-custom-bg .modal-body .close {
    right: -20px;
    top: -50px;
    color: white;
  }

  .modal-custom-bg .head img {
    margin-bottom: 30px
  }

  .modal-custom-bg .head h2 {
    text-align: center
  }

  .modal-custom-bg .modal-custom-text-body {
    padding: 15px
  }

  .admission-program h2::after {
    display: none;
  }

  .home-banner-strip-bg .container{margin-top: 0px;}

  .home-banner-strip-bg h2 {
  border-bottom: 1px solid var(--color-two);
  border-right: none;
  }
}