@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

:root {
  --color-super-black: #000000;
  --color-black: #231F20;
  --color-orange: #D3632D;
  --color-white: #ffffff;
  --color-grey: #ececec;
  --color-pureGrey: #808080;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-font-main: 'Lato', sans-serif;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--color-white);
  background: var(--color-black);
}

::selection {
  color: var(--color-black);
  background: rgba(211, 99, 45, 0.5);
}

/* 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: 1900px;
  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: 24px;
  text-align: justify;
}

.one {
  line-height: 24px;
  text-align: center;
}

a,
.school-activities-box .school-activities-box-image a img,
.home-stats-box,
.news-box,
.news-gallery a img,
.event-box,
.event-gallery a img,
.event-box .event-box-content .event-box-content-link li a i,
.home-link-box a:before,
.home-link-box a h3,
.home-life-muj-video-owl.owl-carousel .owl-item img,
.ad-location-box-content span,
.inner-link-box-box a:before,
.inner-link-box-box a h3 {
  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-orange);
}

.pad0 {
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 15px;
  text-decoration: none;
  color: rgba(46, 45, 45, 0.5);
  border-radius: 100px;
  background: rgba(244, 244, 244, 0.5);
  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);
}

.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-orange);
}

.linkWhite {
  color: var(--color-white);
  font-weight: 600;
  text-decoration: underline;
}

.linkWhite:hover {
  color: var(--color-black);
}

.linkOrange {
  color: var(--color-orange);
  font-weight: 600;
  text-decoration: underline;
}

.linkOrange:hover {
  color: var(--color-black);
}

.for-xs {
  display: none !important;
}

.for-xs-menu {
  display: none !important;
}

.for-md {
  display: block !important;
}

#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: "will be updated soon . . .";
  left: 0px;
  position: absolute;
  top: 0px;
  font-size: 55px;
  font-weight: 900;
  color: black;
  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 {
  transition: opacity 0s 0.9s;
}

#announcementCarousel.carousel-fade .active.carousel-item-start,
#announcementCarousel.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0s;
}

.banner-header-pad {
  padding-top: 0px;
}

/* 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;
}

#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: 10px;
  right: 205px;
  left: unset;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
}

/* .slider .carousel-control-prev .carousel-control-prev-icon i{width: 45px; height: 45px;} */
.slider .carousel-control-next {
  top: unset;
  bottom: 10px;
  right: 150px;
  left: unset;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
}

/* .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;
}

/* @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{-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:8px 40px 8px 40px;font-size:16px;font-weight: 600; display: inline-block; border-radius:6px;} */

.btn-one,
.btn-one-full,
.btn-two,
.btn-two-full,
.btn-three,
.btn-three-full {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin-top: 20px;
  padding: 8px 40px 8px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  z-index: 0;
}

.btn-one:after,
.btn-one-full:after,
.btn-two:after,
.btn-two-full:after,
.btn-three:after,
.btn-three-full:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 6px;
}

.btn-one:hover,
.btn-one:focus,
.btn-one:active,
.btn-one-full:hover,
.btn-one-full:focus,
.btn-one-full:active,
.btn-two:hover,
.btn-two:focus,
.btn-two:active,
.btn-two-full:hover,
.btn-two-full:focus,
.btn-two-full:active,
.btn-three:hover,
.btn-three:focus,
.btn-three:active,
.btn-three-full:hover,
.btn-three-full:focus,
.btn-three-full:active {
  color: white;
  border-radius: 6px;
}

.btn-one:hover:after,
.btn-one:focus:after,
.btn-one:active:after,
.btn-one-full:hover:after,
.btn-one-full:focus:after,
.btn-one-full:active:after,
.btn-two:hover:after,
.btn-two:focus:after,
.btn-two:active:after,
.btn-two-full:hover:after,
.btn-two-full:focus:after,
.btn-two-full:active:after,
.btn-three:hover:after,
.btn-three:focus:after,
.btn-three:active:after,
.btn-three-full:hover:after,
.btn-three-full:focus:after,
.btn-three-full:active:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border-radius: 4px;
}

.btn-new {
  margin: 7px;
}

.lowercase {
  text-transform: lowercase !important;
}

.btn-one:focus:after,
.btn-one-full:focus:after,
.btn-three:focus:after {
  background: var(--color-orange);
}

.btn-one {
  border: 2px solid var(--color-orange);
  color: var(--color-orange);
}

.btn-one:after {
  background: var(--color-orange);
  color: var(--color-white);
}

.btn-one-full {
  border: 2px solid var(--color-orange);
  background: var(--color-orange);
}

.btn-one-full:after {
  border: 0px solid var(--color-black) !important;
  background: var(--color-white);
}

.btn-one-full:hover {
  color: var(--color-orange) !important;
}

.btn-two {
  border: 2px solid var(--color-black);
  color: var(--color-black) !important;
}

.btn-two:after {
  background: var(--color-black);
  color: var(--color-white);
}

.btn-two-full {
  border: 2px solid var(--color-black);
  background: var(--color-black);
  color: var(--color-white) !important;
}

.btn-two-full:hover {
  border: 2px solid var(--color-black);
  color: var(--color-black) !important;
  background: none;
}

.btn-three {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
}

.btn-three:after {
  background: var(--color-white);
}

.btn-three:hover {
  color: var(--color-orange) !important;
}

.btn-three-full {
  border: 2px solid var(--color-white);
  background: var(--color-white);
  color: var(--color-orange) !important;
}

.btn-three-full:hover {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
  background: none;
}

/* 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;
  list-style: none !important;
}

ul.list li a {
  color: var(--color-black);
  padding: 0 !important;
}

ul.list li a:hover {
  color: var(--color-orange);
}

ul.list li::before {
  content: "\f28d";
  font-family: 'Font Awesome 5 Free';
  left: 0px;
  position: absolute;
  top: 5px;
  font-size: 6px;
  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-orange);
}

.head-main {
  font-size: 42px;
  border-bottom: dashed 2px var(--color-black);
  display: block;
  width: 100%;
  padding: 0 50px 5px 0;
  margin-bottom: 20px;
}

.head-one {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-black);
  color: var(--color-white);
  width: 100%;
}

.head-two {
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  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-orange);
  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-orange);
  color: var(--color-orange);
  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: #f3f3f3;
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.0) !important;
}

.bg-color-one h2 {
  font-weight: 500;
  font-size: 18px !important;
  padding: 10px;
  margin-bottom: 15px;
  margin-top: 0 !important;
  background: var(--color-orange);
  color: var(--color-white) !important;
  width: 100%;
  font-weight: 400 !important;
}


.bg-color-one h1 {
  font-weight: 500;
  font-size: 20px;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  margin-top: 0 !important;
  border-bottom: solid 1px var(--color-orange);
  color: var(--color-orange);
  width: 100%;
}

.bg-color-one h3 {
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  margin-top: 0 !important;
  border-bottom: solid 1px var(--color-orange);
  color: var(--color-orange);
  width: 100%;
}

.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.15) !important;
}

.bg-color-two h2 {
  font-weight: 500;
  font-size: 18px !important;
  padding: 10px;
  margin-bottom: 15px;
  margin-top: 0 !important;
  background: var(--color-orange);
  color: var(--color-white) !important;
  width: 100%;
  font-weight: 400 !important;
}

.bg-color-two h3 {
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 10px 0;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
  border-bottom: solid 1px var(--color-orange);
  color: var(--color-orange);
  width: 100%;
}

.link {
  color: var(--color-orange) !important;
  font-weight: 600;
}

.link:hover {
  color: var(--color-black)
}

.colorOrange {
  color: var(--color-orange);
}

.border-radius-15 {
  border-radius: 15px;
}

.home-about-bg {
  padding: 20px 0 0px 0;
}

.home-about-bg h1 {
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}

.home-stats-bg {
  padding: 40px 0 100px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.home-stats-bg .circle1 {
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  border: 2px dashed rgba(211, 99, 45, 0.3);
  background: transparent;
  left: 1%;
  bottom: -40%;
  width: 18vw;
  height: 18vw;
  -webkit-animation: bg-rotation 22s cubic-bezier(0.445, 0.05, 0.55, 0.95) both infinite;
  animation: bg-rotation 22s cubic-bezier(0.445, 0.05, 0.55, 0.95) both infinite;
}

.home-stats-bg .circle2 {
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  border: 2px dashed transparent;
  background: rgba(211, 99, 45, 0.07);
  right: 5%;
  top: 0px;
  width: 10vw;
  height: 10vw;
  -webkit-animation: bg-pulse 5s cubic-bezier(0.445, 0.05, 0.55, 0.95) both infinite;
  animation: bg-pulse 5s cubic-bezier(0.445, 0.05, 0.55, 0.95) both infinite;
}

@keyframes bg-rotation {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bg-pulse {
  50% {
    transform: scale(0.7) translatey(5%);
  }
}

.home-stats-box {
  text-align: center;
  padding: 40px 15px;
  margin: 0 15px;
  border-radius: 17px;
  background: #FFF;
  box-shadow: 0px 20px 60px 0px rgba(239, 103, 37, 0.20);
}

.home-stats-box img {
  display: block;
  width: 30%;
  margin: 0 auto;
}

.home-stats-box h2 {
  color: var(--color-orange);
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
}

.home-stats-box i {
  color: var(--color-orange);
  font-size: 20px;
}

.home-stats-box p {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
}

.home-stats-box p span {
  display: block;
}

.home-stats-box:hover {
  background: var(--color-orange);
}

.home-stats-box:hover h2,
.home-stats-box:hover p,
.home-stats-box:hover i {
  color: var(--color-white);
}

.home-stats-box:hover img {
  -webkit-filter: hue-rotate(90deg) brightness(500%) grayscale(100%);
  filter: hue-rotate(90deg) brightness(500%) grayscale(100%);
}

.home-faculty-spl-bg {
  padding: 40px 0;
  color: var(--color-white);
}

.home-faculty-spl-bg .home-faculty-spl-box {
  background: url('../img/home-faculty-spl-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px;
  border-radius: 15px;
}

.home-faculty-spl-bg .home-faculty-spl-box p {
  text-align: center;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

.home-leadership-bg {
  padding: 40px 0;
}

.home-leadership-name-box h2 {
  color: var(--color-orange);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.home-leadership-name-box p {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}

.home-leadership-name-box i {
  color: var(--color-orange);
  font-style: italic;
}

.home-leadership-leader-box a {
  border: 1px solid #9B9D9F;
  border-radius: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.home-leadership-leader-box a img {
  width: 30%;
  border-radius: 15px;
  border: 1px solid #9B9D9F;
  margin: -1px 15px -1px -1px;
}

.home-leadership-leader-box a h2 {
  color: var(--color-orange);
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.home-leadership-leader-box a h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: var(--color-black);
}

.home-leadership-leader-box a p {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
}

.home-leadership-leader-box a:hover {
  box-shadow: 0 0rem 3rem rgba(0, 0, 0, .25);
}

.leadership-overview-bg {
  margin: 33px 20px 33px 20px;
}

.home-faculty-bg {
  padding: 40px 0 80px 0;
  position: relative;
  z-index: 0;
  margin: 40px 0;
}

.home-faculty-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 96%;
  border: 1px solid #9B9D9F;
  z-index: -1;
  border-radius: 15px;
  margin: 0 auto;
}

.home-faculty-bg h2 {
  color: var(--color-orange);
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-faculty-bg h2 a {
  margin-top: 0;
}

.home-faculty-box a {
  background: #F6F6F6;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
  min-height: 350px;
  margin: 12px 0;
}

.home-faculty-box a img {
  border-radius: 100%;
  width: 50%;
  margin: 0 auto 15px auto;
  display: block;
}

.home-faculty-box a h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-orange);
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
}

.home-faculty-box a h3 {
  font-size: 14px;
  font-weight: 600;
}

.home-faculty-box a p {
  color: #6B6C6E;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.home-faculty-box a span {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-orange);
}

.home-faculty-box a:hover {
  box-shadow: 0 .5rem 3rem rgba(0, 0, 0, .25) !important;
}

.subcategories {
  display: none;
}

#faculty-select {
  text-align: center;
  margin-top: 30px;
  position: relative;
  margin-bottom: 50px;
}

select.faculty-filter-btn {
  padding: 20px 30px;
  margin: 0 10px;
  border-radius: 30px;
  width: 28%;
  font-size: 17px;
  border: 0;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  background-image: none;
}

select.faculty-filter-btn option {
  margin: 5px 0 !important;
  padding: 15px !important;
  height: auto !important;
  line-height: 60px !important;
}

select.faculty-filter-btn option:hover {
  color: var(--color-yellow);
  cursor: pointer;
}

select.faculty-filter-btn option:active,
select.faculty-filter-btn option:focus,
select.faculty-filter-btn option:checked {
  background: var(--color-grey) !important;
  box-shadow: 0 0 10px 100px var(--color-grey) inset;
  color: #000 !important;
}

select.faculty-filter-btn:disabled {
  display: none;
}

.modal-custom-bg .head {
  background: #E8E8E8;
  padding: 30px;
  border-radius: 15px;
}

.modal-custom-bg .head img {
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .25) !important;
}

.modal-custom-bg .head h2 {
  border-bottom: 1px solid var(--color-orange);
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0px 10px 0;
  background: none;
  color: var(--color-orange);
  text-align: left;
}

.modal-custom-bg .head h4 {
  font-weight: 500;
  font-size: 18px;
}

.modal-custom-bg .head .name h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.modal-custom-bg .head .name h3 span {
  display: block;
  color: #9B9D9F;
}

.modal-custom-bg .head .name .Fa-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal-custom-bg .head .name .Fa-list li {
  font-size: 15px;
  padding-bottom: 5px;
}

.modal-custom-bg .head .name .Fa-list li i {
  color: var(--color-orange);
  margin-right: 5px;
  font-size: 13px;
}

.modal-custom-bg .modal-content {
  background: rgba(255, 255, 255, 1);
  border: 0px;
  border-radius: 15px;
}

.modal-custom-bg .modal-body {
  padding: 0;
}

.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: -35px;
  top: -15px;
  background: none;
}

.modal-custom-bg .modal-body .close:hover {
  opacity: 0.6;
}

.modal-custom-bg .modal-custom-text-body {
  padding: 40px;
}

.modal-custom-bg .modal-custom-body .btn-two-full {
  position: absolute;
  right: 0;
  bottom: 0;
}

.modal-custom-bg .search-modal .modal-content {
  background: rgba(255, 255, 255, 0);
}

.fade-flip {
  transform: rotateX(-90deg);
  opacity: 0;
  -webkit-transition: all .30s linear;
  -o-transition: all .30s linear;
  transition: all .30s linear;
}

.fade-flip.show {
  opacity: 1;
  transform: rotateX(0deg);
}

/* .fade-flip .modal-dialog { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%) !important;} */

.faculty-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #E8E8E8;
  color: var(--color-black);
}

.accordion-button:focus {
  box-shadow: none;
}

.faculty-accordion .accordion-item .accordion-header {
  margin-bottom: 0;
}

.fac-popup-extlink-box ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

.fac-popup-extlink-box ul li {
  display: inline-block;
  margin-right: 5px;
}

.fac-popup-extlink-box ul li a {
  display: block;
  padding: 5px;
  background: var(--color-white);
  border-radius: 5px;
  box-shadow: 0px 10px 10px 0px rgba(239, 103, 37, 0.15) !important;
}

.fac-popup-extlink-box ul li a img {
  border-radius: 10px !important;
  border: 0px solid #fff !important;
  box-shadow: 0px 10px 10px 0px rgba(239, 103, 37, 0) !important;
  height: 30px;
}

.fac-popup-extlink-box ul li a img.img-fluid {
  box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .0) !important;
}

.fac-popup-extlink-box ul li a:hover {
  box-shadow: 0px 2px 30px 0px rgba(239, 103, 37, 0.55) !important;
}

.home-placement-bg {
  padding: 80px 0;
}

.home-placement-bg h2 {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-orange);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.home-placement-bg h2 a {
  margin-top: 0;
}

.home-placement-owl {
  margin-top: 40px;
}

.international-collaboration-bg {
  background: url('../img/international-collaboration-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px 0px 0px;
  color: var(--color-white);
}

.international-collaboration-bg h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.international-collaboration-bg h2 {
  font-size: 55px;
  font-weight: 700;
  color: var(--color-orange);
  text-transform: uppercase;
  line-height: 55px;
}

.international-collaboration-bg h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 20px;
}

.international-collaboration-owl {
  background: var(--color-white);
  padding: 30px;
  border-radius: 15px;
  margin-bottom: -100px;
}

.home-research-bg {
  padding: 20px 0;
}

.home-research-bg h2 {
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 55px;
  margin-bottom: 15px;
}

.home-research-bg h3 {
  color: var(--color-orange);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.home-club-bg {
  background: #F6F6F6;
  padding: 60px 0 100px 0;
  margin-bottom: -50px;
}

.home-club-bg h2 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-orange);
  margin-bottom: 20px;
}

.home-club-bg .bb {
  border-bottom: 1px solid #231F20;
}

.home-club-box a {
  display: block;
  background: var(--color-white);
  color: var(--color-orange);
  font-size: 20px;
  font-weight: 600;
  padding: 25px 15px;
  border-radius: 10px;
  box-shadow: 0px 30px 60px 0px rgba(239, 103, 37, 0.15);
  margin: 40px 70px 90px 70px;
  text-align: center;
}

.home-club-box a:hover {
  background: var(--color-orange);
  color: var(--color-white);
}

.home-facilities-bg {
  padding: 80px 0;
}

.home-facilities-bg h2 {
  font-size: 18px;
  font-weight: 500;
}

.home-facilities-left-box a {
  border-radius: 15px;
  text-align: center;
  padding: 45px 15px;
  margin: 12px 0px;
  display: block;
  background: rgba(255, 255, 255, 0.40);
  box-shadow: 0px 30px 60px 0px rgba(239, 103, 37, 0.10);
}

.home-facilities-left-box a img {
  width: 45%;
  margin: 0 auto;
  display: block;
}

.home-facilities-left-box a h5 {
  color: var(--color-orange);
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 0 0;
}

.home-facilities-left-box a:hover {
  background: var(--color-orange);
}

.home-facilities-left-box a:hover h5 {
  color: var(--color-white);
}

.home-facilities-left-box a:hover img {
  -webkit-filter: hue-rotate(90deg) brightness(500%) grayscale(100%);
  filter: hue-rotate(90deg) brightness(500%) grayscale(100%);
}

.home-facilities-right-box h3 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.home-facilities-right {
  position: relative;
}

.spclity {
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90%;
  border-radius: 35px;
}

.spclt-acitve {
  opacity: 1;
}

.myHover:hover {
  transition: 0.6s;
}

.home-happenings-bg {
  padding: 30px 0;
  position: relative;
  z-index: 0;
  color: var(--color-white);
}

.home-happenings-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 96%;
  background: var(--color-black);
  z-index: -1;
  border-radius: 15px;
  margin: 0 auto;
}

.home-happenings-bg:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 20%;
  background: #F6F6F6;
  z-index: -2;
}

.home-happenings-bg h2 {
  font-size: 55px;
  font-weight: 700;
  color: var(--color-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.home-happenings-bg h3 {
  color: var(--color-orange);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.home-news-box {
  border: 1px solid #6B6C6E;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  margin: 12px 0;
}

.home-news-box img {
  float: left;
  width: 25%;
  border-radius: 10px;
  height: 135px;
  object-fit: cover;
  min-height: 160px;
}

.home-news-box .home-news-content-box {
  float: left;
  width: 75%;
  padding: 20px;
}

.home-news-box .home-news-content-box a {
  display: block;
  color: var(--color-white);
}

.home-news-box .home-news-content-box a h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

.home-news-box .home-news-content-box a h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-orange);
  font-size: 16px;
  font-weight: 400;
}

.home-news-box .home-news-content-box a h5 span {
  color: #6B6C6E;
}

.home-news-box .home-news-content-box a:hover h5 {
  color: var(--color-white);
}

.home-alumni-bg {
  padding: 100px 100px 100px 100px;
  position: relative;
  z-index: 0;
}

.home-alumni-bg h3 {
  color: var(--color-orange);
  font-size: 18px;
  font-weight: 500;
}

.home-alumni-bg h3 i {
  color: red;
  margin-left: 5px;
}

.home-alumni-bg h2 {
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 55px;
}

.home-alumni-bg .home-alumni-box {
  padding: 0px 20px 0px 20px;
}

.home-alumni-bg .home-alumni-box img {
  border-radius: 35px;
}

.home-alumni-bg .home-alumni-box p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.home-alumni-bg .home-alumni-box h4 {
  color: var(--color-orange);
  font-size: 17px;
  font-weight: 700;
}

.home-alumni-bg .home-alumni-box h4 span {
  display: block;
  color: #9B9D9F;
  font-size: 14px;
  font-weight: 500;
}


.home-accreditations-bg {
  padding: 60px 0 80px 0;
  position: relative;
  z-index: 0;
}

.home-accreditations-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 52%;
  background: url('../img/home-accreditations-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.home-accreditations-bg h2 {
  color: var(--color-white);
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.home-accreditations-box {
  background: var(--color-white);
  border-radius: 15px;
  margin: 15px 20px 15px 20px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.home-accreditations-box .home-accreditations-content-box {
  background: #F6F6F6;
  border-radius: 0 0 15px 15px;
  padding: 20px;
  text-align: center;
}

.home-accreditations-box img {
  border-radius: 15px 15px 0 0;
  padding: 10px;
}

.home-accreditations-box .home-accreditations-content-box h3 {
  color: #696969;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.home-accreditations-box .home-accreditations-content-box p {
  margin-bottom: 0;
}

.footer-admission-strip-bg {
  background: var(--color-orange);
  color: var(--color-white);
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
}

.footer-admission-strip-bg h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.footer-admission-strip-bg .btn-three {
  margin: 0 20px 0 0;
  border-radius: 25px;
  overflow: hidden;
}

.footer-admission-strip-bg .btn-three:hover:before,
.footer-admission-strip-bg .btn-three:active:before {
  border-radius: 25px !important;
}

.footer-admission-strip-bg .ftr-mail {
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid var(--color-white);
  padding-bottom: 1px;
  color: var(--color-white);
  margin-left: 20px;
}

.footer-admission-strip-bg .ftr-mail:hover {
  border-bottom: 1px solid var(--color-black);
}

footer {
  padding: 80px 0 0;
  background: #F6F6F6;
  color: var(--color-black);
}

footer a {
  color: var(--color-black);
}

footer a:hover {
  color: var(--color-black);
}

footer .footer-list {
  margin-top: 0px;
}

footer .footer-list h3 {
  margin: 0 0 15px;
  color: var(--color-black);
  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-black);
  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: "\f28d";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 12px;
  font-weight: 900;
  color: var(--color-black);
  font-size: 6px;
}

footer .footer-list ul li a {
  color: var(--color-black);
}

footer .footer-list ul li a i {
  padding-right: 5px;
  font-size: 8px;
}

footer .footer-list ul li a:hover {
  color: var(--color-orange);
  padding-left: 2px;
}

footer .footer-list ul.half {
  padding: 0;
  margin: 0 0 0 10px;
}

footer .footer-list ul.half li {
  list-style: none;
  padding: 6px 0 6px 10px;
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 48%;
}

footer .footer-list ul.half li::before {
  content: "\f28d";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 12px;
  font-weight: 900;
  color: var(--color-black);
  font-size: 6px;
}

footer .footer-list ul.half li a {
  color: var(--color-black);
}

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-orange);
  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-black);
}

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-orange);
  padding-left: 2px;
}

.footer-social-bg {
  border-top: 1px solid #bcbcbc;
  border-bottom: 0px solid #231F20;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer-social-bg .footer-logo {
  width: 45%;
}

.footer-social-bg span {
  display: block;
  margin-top: 8px;
}

.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-black);
  font-size: 12px;
}

.footerextra li a {
  color: var(--color-black);
}

.footerextra li a:hover {
  color: var(--color-orange);
}

.footerextra-Mt {
  margin-top: 50px;
}

footer .copy {
  padding: 30px 0 40px 0;
}

footer .copy a {
  font-weight: 600;
}

footer .copy a:hover {
  color: var(--color-orange);
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

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.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.3);
  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-black);
  -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 td p {
  margin: 1px;
}

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table thead tr:first-child {
  background: var(--color-black);
  color: #fff;
}

.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;
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }

  .table-bordered {
    border: 0px;
  }
}

@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: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.inner-banner .container {
  position: absolute;
  min-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.inner-banner h1 {
  color: var(--color-white);
  font-size: 40px;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 15px;
  line-height: 36px;
  text-transform: uppercase;
}

.inner-banner h2 {
  color: var(--color-white);
  font-size: 40px;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 15px;
  line-height: 36px;
  text-transform: uppercase;
}

.inner-banner h1 span {
  display: block;
  color: var(--color-orange);
  font-size: 28px;
}

.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-orange);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-white);
}

.inner-banner img {
  min-width: 100%;
}

.inner-bg {
  padding: 60px 0;
}

.inner-bg h2 {
  color: var(--color-orange);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
}

.school-values-bg {
  padding: 60px 0;
  position: relative;
  z-index: 0;
  margin-bottom: -150px;
}

.school-values-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 94%;
  background: #F6F6F6;
  z-index: -1;
  border-radius: 15px;
  margin: 0 auto;
}

.school-values-bg h2 {
  text-transform: uppercase;
  color: var(--color-orange);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.school-programs-bg {
  padding: 250px 0 140px 0;
  background: url('../img/school-programs-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--color-white);
}

.school-programs-bg h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.school-programs-box {
  border-radius: 10px;
  border: 1px solid #FFF;
  background: rgba(35, 31, 32, 0.60);
  padding: 20px;
  min-height: 265px;
}

.school-programs-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.school-programs-box ul {
  margin: 0 0 0 15px;
  padding: 0;
}

.school-programs-box ul li a {
  color: var(--color-white);
  font-weight: 400;
  padding: 2px 0;
  display: block;
}

.school-programs-box ul li a:hover {
  color: var(--color-orange);
}

.school-unique-bg {
  padding: 20px 0 100px 0;
}

.school-unique-bg h2 {
  text-transform: uppercase;
  color: var(--color-orange);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 80px;
}

.school-unique-content-bg {
  background: var(--color-orange);
  color: var(--color-white);
  padding: 50px;
  border-radius: 15px;
  margin-top: -50px;
  z-index: 1;
}

.school-unique-content-bg ul li {
  padding: 5px 0;
  font-size: 16px;
}

.school-unique-img {
  margin-left: -50px;
  margin-bottom: -50px;
  z-index: 0;
}

.school-student-achievement-bg {
  padding: 20px 0 40px 0;
}

.school-student-achievement-bg h2 {
  text-transform: uppercase;
  color: var(--color-orange);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.school-student-achievement-box {
  padding: 10px 20px;
  margin: 10px 0;
  position: relative;
  z-index: 0;
}

.school-student-achievement-box:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 5px;
  width: 4px;
  height: 4px;
  background: var(--color-black);
  z-index: -1;
}

#schoolActivitiesTab .home-programs-list {
  margin: 0;
  padding: 0 40px 0 0;
  display: inline-block;
  width: 30%;
  border: 0;
}

#schoolActivitiesTab .home-programs-list li {
  list-style: none;
  float: left;
  width: 100%;
  border: 0;
  margin-bottom: 0;
}

#schoolActivitiesTab .home-programs-list li a {
  display: block;
  text-align: center;
  color: var(--color-orange);
  border: 1px solid var(--color-orange);
  border-radius: 10px;
  padding: 8px 20px;
  margin: 0 0px 8px 0;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
}

#schoolActivitiesTab .home-programs-list li a:hover {
  color: var(--color-white);
  background: var(--color-orange);
  border: 1px solid var(--color-orange);
}

#schoolActivitiesTab.r-tabs .r-tabs-nav .r-tabs-state-active a {
  background: var(--color-orange);
  color: var(--color-white);
}

#schoolActivitiesTab.r-tabs {
  overflow: auto;
}

#schoolActivitiesTab.r-tabs .r-tabs-panel {
  width: 70%;
  float: right;
  border: 0;
  padding: 0px 15px 15px 20px;
  position: relative;
}

#schoolActivitiesTab.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;
}

#schoolActivitiesTab.r-tabs .r-tabs-panel ul {
  margin: 0;
  padding: 0;
}

#schoolActivitiesTab.r-tabs .r-tabs-panel ul li {
  list-style: circle;
}

#schoolActivitiesTab.r-tabs .r-tabs-panel ul li a {
  display: block;
  padding: 5px 5px;
  font-weight: 600;
}

.school-activities-bg {
  padding: 40px 0 80px 0;
}

.school-activities-bg h2 {
  text-transform: uppercase;
  color: var(--color-orange);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.school-activities-box {
  padding: 30px;
}

.school-activities-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

.school-activities-box .school-activities-box-image {
  margin: 12px 0;
}

.school-activities-box .school-activities-box-image a {
  display: block;
  background: #000;
  border-radius: 8px;
}

.school-activities-box .school-activities-box-image a img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.school-activities-box .school-activities-box-image a img:hover {
  opacity: 0.7;
}

.footer-link-bg {
  padding: 80px 0;
  border-top: 1px solid #6B6C6E;
}

.footer-link-bg h2 {
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 700;
  margin: 0;
}

.footer-link-box a {
  display: block;
  text-align: center;
}

.footer-link-box a img {
  border-radius: 20px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.40);
  box-shadow: 0px 30px 60px 0px rgba(239, 103, 37, 0.15);
  padding: 20px;
  margin-bottom: 15px;
  width: 50%;
}

.footer-link-box a h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.department-top-menu.tiny:before {
  display: none;
}

.department-menu {
  position: relative;
  z-index: 0;
}

.department-menu .department-menu-list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.department-menu .department-menu-list li {
  display: inline-block;
  margin: 0 15px;
}

.department-menu .department-menu-list li a {
  padding: 14px 0px;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.0) !important;
  border-radius: 0px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 3px solid var(--color-white);
}

.department-menu .department-menu-list li a:hover {
  color: var(--color-orange);
}

/* department-top-menu tiny  transition:all .3s linear 0s;*/
.department-top-menu {
  position: relative;
  top: 20px;
  left: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  z-index: 99;
  min-height: auto !important;
}

.department-top-menu .container {
  border-bottom: 1px solid #6B6C6E;
  padding: 50px 0 50px 0;
}

.department-top-menu.tiny {
  bottom: auto;
  top: 0px;
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.department-top-menu.tiny .container {
  border-bottom: 0px solid #6B6C6E;
  padding: 20px 0 20px 0;
}

.department-menu .department-menu-list li.current a {
  color: var(--color-orange);
  border-bottom: 3px solid var(--color-orange);
}

.department-menu .department-menu-list li.current a:hover {
  color: var(--color-black);
}

.department-content-box {
  padding: 80px 0 20px 0;
}

.department-content-box h2 {
  text-transform: uppercase;
  color: var(--color-orange);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

.department-top-menu.tiny .department-menu .department-menu-list li a {
  border-bottom: 3px solid transparent;
}

.department-top-menu.tiny .department-menu .department-menu-list li.current a {
  border-bottom: 3px solid var(--color-orange);
}

.dep-stats-bg {
  padding-top: 80px;
}

.dep-stats-box {
  text-align: left;
  padding-left: 40px;
  position: relative;
  z-index: 0;
}

.dep-stats-box.bg:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0px 100px 20px rgba(239, 103, 37, 0.15);
  background: rgba(239, 103, 37, 0.08);
  border-radius: 100%;
}

.dep-stats-box h3 {
  color: var(--color-orange);
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
}

.dep-stats-box i {
  color: var(--color-orange);
  font-size: 40px;
}

.dep-stats-box p {
  font-weight: 600;
}

.dep-stats-box p span {
  display: block;
}

.dep-programs-content-bg {
  background: var(--color-orange);
  color: var(--color-white);
  padding: 50px;
  border-radius: 15px;
  z-index: 1;
  min-height: 280px;
}

.dep-programs-content-bg ul li {
  padding: 5px 0;
  font-size: 16px;
}

.dep-programs-content-bg ul li a {
  color: var(--color-white);
}

.dep-programs-content-bg ul li a:hover {
  color: var(--color-black);
}

.dep-programs-img {
  position: relative;
  bottom: -50px;
  left: -50px;
  z-index: 0;
}

.dep-programs-img {
  margin-left: -50px;
  margin-bottom: -50px;
  z-index: 0;
}

.dep-research-content-box h3 {
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 55px;
  margin-bottom: 15px;
}

.dep-research-content-box h4 {
  color: var(--color-orange);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.dep-happenings-bg {
  padding: 60px 0;
  margin-top: 60px;
  position: relative;
  z-index: 0;
  color: var(--color-white);
}

.dep-happenings-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 96%;
  background: var(--color-black);
  z-index: -1;
  border-radius: 15px;
  margin: 0 auto;
}

.dep-happenings-bg h2 {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.dep-happenings-bg h3 {
  color: var(--color-orange);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.dep-news-box {
  border: 1px solid #6B6C6E;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  margin: 12px 0;
}

.dep-news-box img {
  float: left;
  width: 25%;
  border-radius: 10px;
}

.dep-news-box .dep-news-content-box {
  float: left;
  width: 75%;
  padding: 20px;
}

.dep-news-box .dep-news-content-box a {
  display: block;
  color: var(--color-white);
}

.dep-news-box .dep-news-content-box a h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

.dep-news-box .dep-news-content-box a h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-orange);
  font-size: 16px;
  font-weight: 400;
}

.dep-news-box .dep-news-content-box a h5 span {
  color: #6B6C6E;
}

.dep-news-box .dep-news-content-box a:hover h5 {
  color: var(--color-white);
}

.dep-club-bg {
  background: #F6F6F6;
  position: relative;
}

.dep-club-box a {
  display: block;
  background: var(--color-white);
  color: var(--color-orange);
  font-size: 15px;
  font-weight: 600;
  padding: 20px 10px;
  border-radius: 10px;
  box-shadow: 0px 30px 60px 0px rgba(239, 103, 37, 0.15);
  text-align: center;
  margin: 20px;
  text-transform: uppercase;
}

/* .dep-club-box a{display: block; background: var(--color-white); color: var(--color-orange); font-size: 20px; font-weight: 600; padding: 25px 15px; border-radius: 10px; box-shadow: 0px 30px 60px 0px rgba(239, 103, 37, 0.15); margin: 40px 70px 90px 70px; text-align: center;} */
.dep-club-box a:hover {
  background: var(--color-orange);
  color: var(--color-white);
}

.dep-mou-bg .dep-mou-content-bg {
  padding-left: 40px;
}

.dep-mou-bg .dep-mou-content-bg h3 {
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 55px;
}

.dep-mou-bg .dep-mou-content-bg h3 span {
  display: block;
}

.dep-mou-bg .dep-mou-content-bg h4 {
  color: var(--color-orange);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.dep-mou-owl {
  background: var(--color-white);
  padding: 30px;
  border-radius: 15px;
}

.dep-facilities-bg {
  background: #F6F6F6;
  padding-bottom: 60px;
}

.dep-alumni-bg {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 40px;
  position: relative;
  z-index: 0;
}

.dep-alumni-bg h3 {
  color: var(--color-orange);
  font-size: 18px;
  font-weight: 500;
}

.dep-alumni-bg h3 i {
  color: red;
  margin-left: 5px;
}

.dep-alumni-bg h2 {
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 55px;
  color: var(--color-black);
}

.dep-alumni-bg .dep-alumni-box {
  padding: 0px 20px 0px 20px;
}

.dep-alumni-bg .dep-alumni-box img {
  border-radius: 35px;
}

.dep-alumni-bg .dep-alumni-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.dep-alumni-bg .dep-alumni-box h4 {
  color: var(--color-orange);
  font-size: 17px;
  font-weight: 700;
}

.dep-alumni-bg .dep-alumni-box h4 span {
  display: block;
  color: #9B9D9F;
  font-size: 14px;
  font-weight: 500;
}

.dep-place-owl-box {
  background: #F6F6F6;
  border-radius: 15px;
  padding: 45px 15px;
  text-align: center;
}

.dep-place-owl-box img {
  border-radius: 100%;
  width: 60% !important;
  margin: 0 auto;
}

.dep-place-owl-box h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-orange);
  margin: 15px 0 10px 0;
}

.dep-place-owl-box p {
  margin: 0;
  text-align: center;
  line-height: 21px;
  font-size: 13px;
}

/* #logo img {max-width: auto;  padding: 10px 0;  display: block;  margin: 0 auto; height: auto;border-radius: 0 !important;} */
.logo img {
  width: 50% !important;
  padding: 15px 0 5px 0;
  border-radius: 0 !important;
}

.logo p {
  font-weight: 700;
}

#Achievements h2 {
  margin-bottom: 40px;
  text-align: center;
}

.common-tab-center .home-programs-list {
  margin: 0;
  padding: 0 40px 0 0;
  display: flex;
  justify-content: center;
  width: 100%;
  border: 0 !important;
}

.common-tab-center .home-programs-list li {
  list-style: none;
  border: 0 !important;
  margin-bottom: 0;
}

.common-tab-center .home-programs-list li a {
  display: block;
  text-align: center;
  color: var(--color-orange) !important;
  border: 1px solid var(--color-orange);
  border-radius: 10px;
  padding: 12px 20px;
  margin: 0 5px 8px 5px;
  font-size: 15px;
  font-weight: 500;
  background: transparent !important;
  text-transform: uppercase;
  line-height: normal;
}

.common-tab-center .home-programs-list li a:hover {
  color: var(--color-white);
  background: var(--color-orange);
  border: 1px solid var(--color-orange);
}

.common-tab-center.r-tabs .r-tabs-nav .r-tabs-state-active a {
  background: var(--color-orange) !important;
  color: var(--color-white) !important;
}

.common-tab-center.r-tabs {
  overflow: auto;
}

.common-tab-center.r-tabs .r-tabs-panel {
  width: 100%;
  float: right;
  border: 0;
  padding: 0px 15px 15px 20px;
  position: relative;
}

.common-tab-center.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;
}

.common-tab-center.r-tabs .r-tabs-panel ul {
  margin: 0;
  padding: 0;
}

.common-tab-center.r-tabs .r-tabs-panel ul li {
  list-style: circle;
}

.common-tab-center.r-tabs .r-tabs-panel ul li a {
  display: block;
  padding: 5px 5px;
  font-weight: 600;
}

#examinationTab .home-programs-list {
  margin: 0;
  padding: 0 0px 35px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #6B6C6E;
}

#examinationTab .home-programs-list li {
  list-style: none;
  border: 0;
  margin-bottom: 0;
}

#examinationTab .home-programs-list li a {
  display: block;
  text-align: center;
  color: var(--color-orange);
  border: 1px solid var(--color-orange);
  border-radius: 10px;
  padding: 12px 20px;
  margin: 0 8px 16px 8px;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  line-height: normal;
  box-shadow: 0px 30px 60px 0px rgba(246, 140, 44, 0.15);
}

#examinationTab .home-programs-list li a:hover {
  color: var(--color-white);
  background: var(--color-orange);
  border: 1px solid var(--color-orange);
}

#examinationTab.r-tabs .r-tabs-nav .r-tabs-state-active a {
  background: var(--color-orange);
  color: var(--color-white);
}

#examinationTab.r-tabs {
  overflow: auto;
}

#examinationTab.r-tabs .r-tabs-panel {
  width: 100%;
  float: right;
  border: 0;
  padding: 0px 15px 15px 20px;
  position: relative;
}

#examinationTab.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;
}

#examinationTab.r-tabs .r-tabs-panel ul {
  margin: 0;
  padding: 0;
}

#examinationTab.r-tabs .r-tabs-panel ul li {
  list-style: circle;
}

#examinationTab.r-tabs .r-tabs-panel ul li a {
  display: block;
  padding: 5px 5px;
  font-weight: 600;
}

.examination-tab-box {
  padding: 50px 15px !important;
}

#depAchievementsTab .home-programs-list {
  margin: 0;
  padding: 0 40px 0 0;
  display: flex;
  justify-content: center;
  width: 100%;
  border: 0;
}

#depAchievementsTab .home-programs-list li {
  list-style: none;
  border: 0;
  margin-bottom: 0;
}

#depAchievementsTab .home-programs-list li a {
  display: block;
  text-align: center;
  color: var(--color-orange);
  border: 1px solid var(--color-orange);
  border-radius: 10px;
  padding: 12px 20px;
  margin: 0 5px 8px 5px;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  line-height: normal;
}

#depAchievementsTab .home-programs-list li a:hover {
  color: var(--color-white);
  background: var(--color-orange);
  border: 1px solid var(--color-orange);
}

#depAchievementsTab.r-tabs .r-tabs-nav .r-tabs-state-active a {
  background: var(--color-orange);
  color: var(--color-white);
}

#depAchievementsTab.r-tabs {
  overflow: auto;
}

#depAchievementsTab.r-tabs .r-tabs-panel {
  width: 100%;
  float: right;
  border: 0;
  padding: 0px 15px 15px 20px;
  position: relative;
}

#depAchievementsTab.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;
}

#depAchievementsTab.r-tabs .r-tabs-panel ul {
  margin: 0;
  padding: 0;
}

#depAchievementsTab.r-tabs .r-tabs-panel ul li {
  list-style: circle;
}

#depAchievementsTab.r-tabs .r-tabs-panel ul li a {
  display: block;
  padding: 5px 5px;
  font-weight: 600;
}

.dep-achievements-owl-box {
  background: #F6F6F6;
  border-radius: 15px;
  padding: 30px 15px;
  margin: 13px 0;
  text-align: center;
}

.dep-achievements-owl-box img {
  border-radius: 100%;
  width: 60% !important;
  margin: 0 auto 15px auto;
}

.dep-achievements-owl-box h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-orange);
  margin: 0px 0 10px 0;
}

.dep-achievements-owl-box h4 {
  font-size: 15px;
  font-weight: 500;
  margin: 0px 0 0px 0;
  line-height: 20px;
}

.dep-achievements-owl-box p {
  margin: 0;
  text-align: center;
  line-height: 21px;
  font-size: 13px;
}

.home-announcements-bg {
  padding: 20px 0 0px 0;
  position: relative;
  z-index: 0;
}

.home-announcements-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  width: 75%;
  background: rgba(0, 0, 0, .05);
  z-index: -1;
  border-radius: 0px 0px 0px 25px;
}

.home-announcements-bg .container {
  border-bottom: 0px solid #231F20;
  padding-bottom: 40px;
}

.home-announcements-bg .home-announcements-name-bg {
  position: relative;
}

.home-announcements-bg .home-announcements-name-bg h2 {
  position: relative;
  z-index: 1;
  font-size: 26px;
  margin: 6px 0 0 5px;
}

.home-announcements-bg .home-announcements-name-bg h2 span {
  font-weight: 600;
  font-size: 28px;
}

.home-announcements-owl {
  padding-top: 15px;
}

.home-announcements-box {
  font-size: 16px;
}

.home-announcements-box a {
  font-weight: 600;
}

.xpression-p {
  background: var(--color-orange);
  padding: 5px;
  text-align: center;
  margin-top: 3px;
  border-radius: 5px !important;
}

.xpression-img {
  border: 8px solid var(--color-orange);
}





.map-circle {
  border-radius: 50%;
  background-color: var(--color-orange);
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }

  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

.map-circle-dot {
  width: 12px;
  height: 10px;
  background: var(--color-orange);
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 20px;
}

.home-search-bg {
  padding: 20px 0;
  position: relative;
  z-index: 0;
}

.home-search-bg:before {
  content: '';
  position: absolute;
  left: 145px;
  bottom: 0;
  width: 500px;
  height: 300px;
  background: url('../img/ellipse-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.home-search-bg:after {
  content: '';
  position: absolute;
  right: 300px;
  bottom: -110px;
  width: 450px;
  height: 450px;
  background: url('../img/ellipse-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}

.home-search-box {
  border-radius: 15px;
  border: 2px solid #FFF;
  background: rgba(246, 246, 246, 0.50);
  padding: 60px 80px 40px;
}

.home-search-box h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 42px;
  margin: 0;
}

.home-search-box h2 span {
  display: block;
}

.home-search-box input {
  padding: 9px 20px;
}

.home-search-box ul {
  list-style: none;
  margin: 45px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.home-search-box ul li i {
  font-size: 9px;
  margin-right: 5px;
}

.home-search-box ul li a {
  font-size: 18px;
  display: flex;
  align-items: center;
}

.home-search-box input,
.home-search-box input.form-control:focus,
.home-search-box textarea,
.home-search-box textarea.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 0px solid #8d8d8d !important;
  box-shadow: none;
}

.home-training-bg {
  padding: 100px 0;
}

.home-training-bg h2 span {
  color: var(--color-orange);
  font-weight: 500;
  font-size: 18px;
  display: block;
  line-height: 22px;
  margin-bottom: 10px;
}

.home-training-bg h2 {
  font-weight: 700;
  font-size: 55px;
  text-transform: uppercase;
  line-height: 56px;
  margin-left: 80px;
  margin-bottom: 60px;
}

.home-training-bg ul {
  margin: 30px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.home-training-bg ul li span {
  display: block;
  font-size: 30px;
  font-weight: 600;
}

.home-why-muj-bg {
  padding: 20px 0 0;
  background: #F6F6F6;
}

.home-why-muj-bg h3 {
  color: var(--color-orange);
  font-weight: 500;
  font-size: 18px;
}

.home-why-muj-bg h2 {
  font-weight: 700;
  font-size: 55px;
  text-transform: uppercase;
  line-height: 56px;
  margin-bottom: 15px;
}

.home-why-muj-bg h2 span {
  display: block;
}

.home-why-muj-list-bg {
  position: relative;
  z-index: 0;
}

.home-why-muj-list-bg:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  width: 500px;
  height: 500px;
  background: url('../img/ellipse-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.home-why-muj-list-bg:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 500px;
  height: 500px;
  background: url('../img/ellipse-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}

ul.home-why-muj-list-box {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}

ul.home-why-muj-list-box li {
  margin: 13px 0;
  display: inline-block;
}

ul.home-why-muj-list-box li a {
  display: block;
  border-radius: 15px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.40);
  box-shadow: 0px 30px 60px 0px rgba(239, 103, 37, 0.10);
  text-align: center;
  padding: 20px 20px;
}

ul.home-why-muj-list-box li a img {
  width: 60% !important;
  margin: 0 auto;
}

ul.home-why-muj-list-box li a h4 {
  font-weight: 600;
  font-size: 16px;
  margin: 20px 0 0;
  min-height: 58px;
}

.home-international-collaborations-bg {
  padding: 20px 0 20px 0;
  position: relative;
  z-index: 0;
}

.home-international-collaborations-bg:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  left: 0;
  width: 100%;
  height: 35%;
  background: #F6F6F6;
  z-index: -2;
}

.home-international-collaborations-bg h2 {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--color-orange);
}

.home-ic-content-box {
  margin: 30px 220px 30px 0;
}

.home-ic-content-hang-box {
  background: var(--color-orange);
  color: var(--color-white);
  padding: 70px 50px;
  position: absolute;
  top: 160px;
  right: 100px;
  width: 35%;
  height: auto;
  border-radius: 15px;
}

.home-ic-content-hang-box h3 {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

.home-ic-content-hang-box h2 {
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  color: var(--color-white);
  line-height: 55px;
  margin-bottom: 0px;
}

.home-ic-content-hang-box h2 span {
  display: block;
}

.home-universities-partner-owl-bg {
  border-bottom: 1px solid rgba(35, 31, 32, 1);
  padding-bottom: 40px;
}

.home-facts-bg {
  padding: 50px 60px;
  position: relative;
  z-index: 0;
  color: var(--color-white);
}

.home-facts-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 96%;
  background: var(--color-black);
  z-index: -1;
  border-radius: 15px;
  margin: 0 auto;
}

.home-facts-box {
  text-align: left;
}

.home-facts-box h2 {
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
}

.home-facts-box i {
  font-size: 40px;
}

.home-facts-box p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 600;
}

.home-facts-box p span {
  display: block;
}

.inner-bottom-facts-bg {
  padding: 50px 60px;
  position: relative;
  z-index: 0;
  color: var(--color-black);
}

.inner-bottom-facts-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 96%;
  background: #F6F6F6;
  z-index: -1;
  border-radius: 15px;
  margin: 0 auto;
}

.home-link-bg {
  padding: 60px 0 40px 0;
}

.home-link-box a {
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 0;
  border-radius: 15px;
}

.home-link-box a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
  border-radius: 15px;
}

.home-link-box a img {
  border-radius: 15px;
}

.home-link-box a i {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 0px;
}

.home-link-box a h3 {
  font-size: 30px;
  font-weight: 700;
  opacity: 0;
  margin: 0;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  color: var(--color-white);
  z-index: 2;
}

.home-link-box a:hover h3 {
  opacity: 1;
}

.home-link-box a:hover:before {
  background: rgba(211, 99, 45, .7);
}

.home-life-muj-bg {
  padding: 20px 0;
  position: relative;
  z-index: 0;
}

.home-life-muj-bg:before {
  content: '';
  position: absolute;
  left: 150px;
  top: 10px;
  width: 500px;
  height: 500px;
  background: url('../img/ellipse-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.home-life-muj-bg .home-life-muj-text-bg h2 {
  font-weight: 700;
  font-size: 55px;
  text-transform: uppercase;
}

.home-life-muj-bg .home-life-muj-text-bg h2 span {
  display: block;
}

.home-life-muj-bg .home-life-muj-text-bg h3 {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color-orange);
}

.home-life-muj-owl.owl-carousel .owl-item {
  text-align: center;
}

.home-life-muj-owl.owl-carousel .owl-item img {
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

.home-life-muj-owl.owl-carousel .owl-item h3 {
  font-weight: 500;
  font-size: 16px;
  margin: 20px 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-white);
}

.home-life-muj-owl.owl-carousel .owl-item a:hover h3 {
  display: block;
  border-bottom: 2px solid var(--color-orange);
}

.home-life-muj-owl {
  margin-top: 80px;
}

.home-life-muj-video-owl.owl-carousel .owl-item img {
  border-radius: 15px;
}

.home-life-muj-video-owl.owl-carousel .owl-item img:hover {
  opacity: 0.8;
}

.footer-mobile-bottom-menu-bg {
  display: none;
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-white);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: var(--color-black);
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.program-top-detail-box {
  padding: 50px 0 40px 0;
}

.program-top-detail-box .bb {
  border-bottom: 1px solid #6B6C6E;
}

.program-top-detail-box-container {
  margin-bottom: 60px;
}

.program-date-remember-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 10px;
  margin-bottom: 50px;
}

.program-date-remember-box h2 {
  display: inline-block;
  color: var(--color-orange);
  font-size: 50px;
  font-weight: 700;
  margin: 0 15px 0 0;
  line-height: 36px;
}

.program-date-remember-box h2 small {
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.program-date-remember-box h3 {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}

.program-date-remember-box h3 span {
  display: block;
}

.program-date-remember-box.br {
  border-right: 1px solid #6B6C6E;
}

.program-ind-admsn-link a:before,
.program-ind-admsn-link a h4,
.program-ind-admsn-link a h2,
.program-intntl-admsn-link a:before,
.program-intntl-admsn-link a h4,
.program-intntl-admsn-link a h2 {
  -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;
}

.program-ind-admsn-link a {
  background: url('../img/program-ind-admsn-link.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 20px 10px;
  min-height: 120px;
  overflow: hidden;
}

.program-ind-admsn-link a h2 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
  position: relative;
  top: 0;
  margin: 0;
}

.program-ind-admsn-link a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  background: var(--color-orange);
  z-index: -1;
  border-radius: 10px;
  opacity: 0.8;
}

.program-ind-admsn-link a h4,
.program-intntl-admsn-link a h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
  position: absolute;
  bottom: -40px;
}

.program-ind-admsn-link a:hover:before,
.program-intntl-admsn-link a:hover:before {
  opacity: 0.9;
}

.program-ind-admsn-link a:hover h4,
.program-intntl-admsn-link a:hover h4 {
  bottom: 10px;
  position: relative;
}

.program-ind-admsn-link a:hover h2,
.program-intntl-admsn-link a:hover h2 {
  position: relative;
  top: -50px;
  opacity: 0;
}

.program-intntl-admsn-link a {
  background: url('../img/program-intntl-admsn-link.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 20px 10px;
  min-height: 120px;
  overflow: hidden;
}

.program-intntl-admsn-link a h2 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
  position: relative;
  top: 0;
  margin: 0;
}

.program-intntl-admsn-link a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  background: var(--color-black);
  z-index: -1;
  border-radius: 10px;
  opacity: 0.8;
}

.prog-duration-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.prog-duration-box i {
  color: var(--color-orange);
  font-size: 44px;
  margin-right: 10px;
}

.prog-duration-box h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  line-height: 26px;
  text-transform: uppercase;
}

.prog-duration-box h3 small {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.program-top-menu .container {
  background: rgba(246, 246, 246, 0.80);
  border-radius: 15px;
  border: 0;
  padding: 30px 0 30px 0;
}

.program-top-menu .department-menu .department-menu-list {
  justify-content: space-evenly;
}

.program-top-menu.department-top-menu.tiny .container {
  background: rgba(246, 246, 246, 0.0);
}

.program-content-box {
  padding: 80px 0 20px 0;
}

.program-content-box h2 {
  text-transform: uppercase;
  color: var(--color-orange);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

.program-accreditations-bg {
  padding: 20px 0 40px 0;
  position: relative;
  z-index: 0;
}

.program-accreditations-bg h2 {
  color: var(--color-orange);
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.program-eligibility-bg {
  padding: 40px 0;
}

.program-eligibility-bg h2 {
  text-transform: uppercase;
  color: var(--color-orange);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}

.program-fees-bg {
  padding: 80px 0 80px 0;
  position: relative;
  z-index: 0;
}

.program-fees-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 52%;
  background: url('../img/program-fees-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.program-fees-bg h2 {
  color: var(--color-white);
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.program-fees-bg .program-fees-outer-box {
  background: var(--color-orange);
  color: var(--color-white);
  padding: 80px;
  border-radius: 15px;
}

.program-fees-bg .program-fees-outer-box .program-fees-table {
  margin-bottom: 0;
}

.program-fees-bg .program-fees-outer-box .program-fees-table .program-fees-total {
  background: var(--color-white);
}

.program-fees-bg .program-fees-outer-box .program-fees-table .program-fees-total td {
  color: var(--color-black) !important;
  border-color: var(--color-orange);
}

.program-fees-bg .program-fees-outer-box .program-fees-table tr.program-fees-total td:last-child {
  border-color: var(--color-white);
}

.program-fees-bg .program-fees-outer-box .program-fees-table.table>:not(caption)>*>* {
  background-color: transparent;
  color: var(--color-white);
  font-size: 16px;
}

.program-fees-bg .program-fees-outer-box .program-fees-table.rwd-table thead tr:first-child {
  background: transparent;
  border-top: 1px solid;
}

.program-fees-bg .program-fees-outer-box .program-fees-table.rwd-table thead tr:hover,
.program-fees-bg .program-fees-outer-box .program-fees-table.rwd-table tr:hover {
  background: transparent !important;
}

.program-fees-bg .program-fees-outer-box .program-fees-table.rwd-table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: transparent !important;
}

.program-fees-bg .program-fees-outer-box .program-fees-table.rwd-table tr.program-fees-total:hover {
  background: var(--color-white) !important;
}

.program-fees-bg .program-fees-outer-box .program-fees-table.rwd-table {
  color: var(--color-white);
}

.program-fees-bg .program-fees-outer-box .program-fees-table.rwd-table tr {
  border-color: var(--color-white);
}

.program-fees-bg .program-fees-outer-box .program-fees-table.rwd-table tr small {
  display: block;
}

.program-fees-bg .program-fees-outer-box .program-fees-table.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-bg-type: transparent;
}

.program-structure-bg {
  padding: 40px 0 80px 0;
}

.program-structure-bg .name h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: -30%;
  width: 100%;
  height: 43px;
  background: #6B6C6E;
  z-index: -1;
  border-radius: 0px 6px 6px 0px;
}

.program-structure-bg .name h2 {
  font-size: 25px;
  font-weight: 700;
  color: var(--color-white);
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.courseStructureAccordion {
  margin-top: 40px;
}

.accordion.courseStructureAccordion .accordion-item {
  margin-bottom: 10px;
  border: 0;
  border-radius: 10px;
  background: #f3f3f3;
}

.accordion.courseStructureAccordion .accordion-item .accordion-button {
  background: #D9D9D9;
  color: var(--color-black);
  border-radius: 10px;
}

.accordion.courseStructureAccordion .accordion-item .accordion-button:hover {
  background: #e5e5e5;
}

.program-structure-right-name {
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-structure-right-name h2 {
  font-size: 55px;
  font-weight: 700;
  color: #6B6C6E;
  line-height: 55px;
  margin: 0;
}

.program-po-bg {
  min-height: 200px;
  position: relative;
  z-index: 0;
  background: var(--color-black);
  display: flex;
  align-items: center;
}

.program-po-bg .program-po-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.program-po-bg .program-po-btn-box .btn-one {
  color: var(--color-white);
  margin-top: 0;
}

.program-po-bg .program-po-right-box {
  position: relative;
  z-index: 0;
}

.program-po-bg:before {
  content: '';
  position: absolute;
  right: 150px;
  bottom: 0;
  width: 270px;
  height: 371px;
  background: url('../img/program-po-right-box.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.program-po-bg:after {
  content: '';
  position: absolute;
  right: 150px;
  bottom: 0;
  width: 400px;
  height: 400px;
  background: url('../img/ellipse-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}

#news-select {
  text-align: center;
  margin-top: 0px;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #6B6C6E;
}

select.news-filter-btn {
  padding: 20px 30px;
  margin: 0 10px;
  border-radius: 30px;
  width: 33%;
  font-size: 17px;
  border: 0;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  background-image: none;
}

select.news-filter-btn option {
  margin: 5px 0 !important;
  padding: 15px !important;
  height: auto !important;
  line-height: 60px !important;
}

select.news-filter-btn option:hover {
  color: var(--color-yellow);
  cursor: pointer;
}

select.news-filter-btn option:active,
select.news-filter-btn option:focus,
select.news-filter-btn option:checked {
  background: var(--color-grey) !important;
  box-shadow: 0 0 10px 100px var(--color-grey) inset;
  color: #000 !important;
}

select.news-filter-btn:disabled {
  display: none;
}

.news-box-position {
  position: relative;
  z-index: 0;
}

.news-box {
  background: #F6F6F6;
  border-radius: 15px;
  width: 100%;
  display: flex;
  margin: 12px 0;
  box-shadow: 0 0rem 0.5rem rgba(0, 0, 0, .15);
}

.event-upcoming {
  position: absolute;
  z-index: -1;
  top: -10px;
  right: 35px;
  background: #d3632d;
  color: #fff;
  padding: 0px 10px 5px 10px;
  border-radius: 0 0px 0 0;
  font-size: 15px;
}

.news-box .news-box-thumb {
  width: 25%;
  display: flex;
}

.news-box .news-box-thumb img {
  border-radius: 15px;
  object-fit: cover;
  width: 159px;
  height: 173px;
}

.news-box .news-box-content {
  width: 75%;
  position: relative;
  display: flex;
}

.news-box .news-box-content a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
}

.news-box .news-box-content a h3 {
  color: var(--color-orange);
  font-size: 18px;
  line-height: 24px;
}

.news-box .news-box-content a .news-box-content-link {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.news-box .news-box-content a .news-box-content-link p {
  margin-bottom: 0;
  color: var(--color-orange);
}

.news-box .news-box-content a .news-box-content-link p:last-child {
  color: #6B6C6E;
}

.news-box:hover {
  box-shadow: 0 0rem 3rem rgba(0, 0, 0, .25);
}

.news-btn-box {
  margin-bottom: 10px;
  margin-right: 182px;
}

/* .news-details-bg h2{text-transform: capitalize;} */
.news-details-bg h3 {
  color: #8f8f8f;
  font-size: 16px;
  margin-bottom: 20px;
}

.news-details-bg h3 i {
  margin-right: 4px;
}

.news-details-bg .news-high-text {
  font-size: 15px;
  background: #f6f5f5;
  padding: 5px 10px 5px 10px;
}

.news-gallery {
  margin: 12px 0;
}

.news-gallery a {
  display: block;
  background: var(--color-black);
  border-radius: 7px;
}

.news-gallery a img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}


.news-gallery a img:hover {
  opacity: 0.6;
}

.blog-gallery {
  margin: 12px 0;
}

.blog-gallery a {
  display: block;
  background: var(--color-black);
  border-radius: 7px;
}

.blog-gallery a img {
  width: 100%;
  height: 475px;
  object-fit: cover;
}


.blog-gallery a img:hover {
  opacity: 0.6;
}



.event-box-position {
  position: relative;
  z-index: 0;
}

.event-box {
  background: #F6F6F6;
  border-radius: 15px;
  width: 100%;
  margin: 20px 0;
  box-shadow: 0 0rem 0.5rem rgba(0, 0, 0, .15);
}

.event-upcoming {
  position: absolute;
  z-index: -1;
  top: -2px;
  left: 35px;
  right: unset;
  background: #d3632d;
  color: #fff;
  padding: 0px 10px 5px 10px;
  border-radius: 6px;
  font-size: 15px;
}

.event-box .event-box-thumb {
  width: 25%;
  display: flex;
}

.event-box .event-box-thumb img {
  border-radius: 15px;
  object-fit: cover;
  width: 159px;
  height: 173px;
}

.event-box .event-box-content {
  position: relative;
  padding: 30px;
}

.event-box .event-box-content h3 {
  color: var(--color-orange);
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}

.event-box .event-box-content .event-box-content-link {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-box .event-box-content .event-box-content-link li {
  padding-right: 10px;
  margin-right: 10px;
}

.event-box .event-box-content .event-box-content-link li a {
  border: 1px solid #ccc;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  font-size: 15px;
}

.event-box .event-box-content .event-box-content-link li a i {
  margin-right: 5px;
  font-size: 14px;
  background: #dcdcdc;
  padding: 5px;
}

.event-box .event-box-content .event-box-content-link li a:hover {
  border: 1px solid var(--color-orange);
}

.event-box .event-box-content .event-box-content-link li a:hover i {
  background: var(--color-orange);
  color: var(--color-white);
}

.event-box .event-box-content .event-date-list {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

.event-box .event-box-content .event-date-list li {
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
}

.event-box .event-box-content .event-date-list li:last-child {
  border-right: 0px solid #ccc;
}

.event-btn-box {
  margin-bottom: 10px;
}

.event-details-bg h2 {
  text-transform: capitalize;
}

.event-details-bg h3 {
  color: #8f8f8f;
  font-size: 16px;
  margin-bottom: 20px;
}

.event-details-bg h3 i {
  margin-right: 4px;
}

.event-details-bg .event-high-text {
  font-size: 15px;
  background: #f6f5f5;
  padding: 5px 5px 5px 10px;
}

.event-gallery {
  margin: 12px 0;
}

.event-gallery a {
  display: block;
  background: var(--color-black);
  border-radius: 7px;
}

.event-gallery a img {
  width: 100%;
  height: 167px;
  object-fit: cover;
}

.event-gallery a img:hover {
  opacity: 0.6;
}

.research-stats-bg {
  padding-top: 40px;
}

.research-stats-bg h2 {
  margin-bottom: 60px;
}

.research-stats-box {
  text-align: left;
  padding-left: 40px;
  position: relative;
  z-index: 0;
}

.research-stats-box.bg:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0px 100px 20px rgba(239, 103, 37, 0.15);
  background: rgba(239, 103, 37, 0.08);
  border-radius: 100%;
}

.research-stats-box h3 {
  color: var(--color-orange);
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
}

.research-stats-box i {
  color: var(--color-orange);
  font-size: 40px;
}

.research-stats-box p {
  font-weight: 600;
}

.research-stats-box p span {
  display: block;
}


.research-innovations-bg {
  padding: 60px 0 80px 0;
  position: relative;
  z-index: 0;
}

.research-innovations-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 40%;
  background: url('../img/research-innovations-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.research-innovations-bg h2 {
  color: var(--color-white);
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.research-innovations-box {
  background: var(--color-white);
  padding: 80px 80px 40px 80px;
  border-radius: 15px;
}

.research-innovations-content-box {
  border-radius: 15px;
  border: 1px solid #6B6C6E;
}

.research-innovations-content-box h4 {
  border-bottom: 1px solid #6B6C6E;
  font-size: 20px;
  color: var(--color-orange);
  padding: 20px;
}

.research-innovations-content-box ul {
  padding: 20px 20px 20px 40px;
  margin: 0;
}

.dean-img-box {
  text-align: center;
}

.dean-img-box h4 {
  color: var(--color-orange);
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 5px 0;
}

.dean-img-box h5 {
  font-size: 16px;
  font-weight: 400;
}

.hide {
  display: none;
}

.read-more-show,
.read-more-hide {
  color: var(--color-orange);
}

.read-more-show i,
.read-more-hide i {
  font-size: 12px;
}

.search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.search input {
  height: 60px;
  text-indent: 25px;
  border: 2px solid #d6d4d4;
}

.search input:focus {
  box-shadow: none;
  border: 2px solid var(--color-blue);
}

.search .fa-search {
  position: absolute;
  top: 20px;
  left: 16px;
}

.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 110px;
  background: var(--color-orange);
  border: 1px solid var(--color-orange);
}

.search button:hover {
  color: var(--color-orange);
  background-color: white;
  border: 1px solid var(--color-orange);
}

.search-body {
  position: relative;
  background: rgba(255, 255, 255, .5);
}

.search-body h2 {
  position: absolute;
  top: -36px;
  left: 0;
  color: #fff;
  font-size: 30px;
}


ul.admission-top-menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 0 30px 0px;
  padding: 0;
  list-style: none;
}

ul.admission-top-menu li {
  margin: 0 10px;
  width: 100%;
}

ul.admission-top-menu li a {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--color-orange);
  color: var(--color-orange);
  padding: 15px 0 15px 15px;
  box-shadow: 0px 30px 60px 0px rgba(246, 140, 44, 0.15);
}

ul.admission-top-menu li a i {
  margin-right: 15px;
  font-size: 18px;
}

ul.admission-top-menu li a:hover {
  background: var(--color-orange);
  color: var(--color-white);
}

.mobileFilterBtn {
  display: none;
}

.admission-common-btn {
  margin: 15px 0 15px 0;
}

ul.admission-common-btn-list {
  margin: 0;
  padding: 8px 8px;
  list-style: none;
  text-align: left;
  background: #f5f5f5;
}

ul.admission-common-btn-list li {
  display: inline-block;
  margin: 5px 5px 5px 5px;
}

ul.admission-common-btn-list li a {
  display: block;
  background: var(--color-white);
  color: var(--color-orange);
  padding: 6px 15px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid var(--color-orange);
}

ul.admission-common-btn-list li a:hover {
  border: 1px solid var(--color-orange);
  background: var(--color-orange);
  color: var(--color-white);
}

.admision-wrap {
  position: sticky;
  position: -webkit-sticky;
  top: 65px;
  margin-top: 15px;
  background: #f6f6f6;
  padding: 15px;
}

.admision-wrap label {
  font-weight: 400;
  line-height: 24px;
}

.admision-wrap p {
  color: var(--color-black);
  font-weight: 600;
  background: #f5f5f5;
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid var(--color-black);
}

.ad-set {
  height: 50px;
  display: block;
}

.admision-wrap input[type=checkbox]+label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

.admision-wrap input[type=checkbox] {
  display: none;
}

.admision-wrap input[type=checkbox]+label:before {
  content: "";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.4em;
  vertical-align: middle;
  color: transparent;
  transition: .2s;
  border-radius: 100px;
}

.admision-wrap input[type=checkbox]+label:active:before {
  transform: scale(0);
}

.admision-wrap input[type=checkbox]:checked+label:before {
  background-color: var(--color-orange);
  border-color: var(--color-orange);
  color: var(--color-orange);
}

.admision-wrap input[type=checkbox]:checked+label {
  color: var(--color-orange);
}

.admision-wrap input[type=checkbox]:disabled+label:before {
  transform: scale(1);
  border-color: #aaa;
}

.admision-wrap input[type=checkbox]:checked:disabled+label:before {
  transform: scale(1);
  background-color: #F7C28F;
  border-color: #F7C28F;
}

.admissions-details-box {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border-radius: 20px;
  margin: 15px 0;
  min-height: 175px;
  position: relative;
  z-index: 0;
}

.admissions-details-box:hover:before {
  display: none;
}

.admissions-details-box a {
  display: block;
  padding: 30px 30px 30px 30px;
  background: var(--color-white);
  border-radius: 10px;
  border: 1px solid var(--color-orange);
  min-height: 175px;
}

.admissions-details-box h3 {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
  background: #ffffff;
  margin-top: 0;
  text-transform: none;
  line-height: 24px;
  border-bottom: 1px solid #6B6C6E;
}

.admissions-details-box:hover h3 {
  color: var(--color-black);
}

.admissions-details-box ul {
  display: flex;
  margin: 0 0 0px 0px;
  padding: 0;
  list-style: none;
}

.admissions-details-box ul li {
  color: var(--color-orange) !important;
  display: flex;
  align-items: center;
  margin: 0 5px;
  font-size: 14px;
}

.admissions-details-box ul li i {
  margin-right: 5px;
  color: #6B6C6E;
}

.admissions-details-box .duration {
  display: inline-table;
}

.admissions-details-box .duration li {
  color: #6B6C6E !important;
  font-size: 14px;
}

.admissions-details-box .duration span {
  color: var(--color-orange);
}

.admissions-details-box ul li.admissions-details-link {
  position: absolute;
  bottom: 0;
  width: unset;
  left: 0;
  right: 0;
  text-align: center;
  background: #f1f1f1;
  border-radius: 0 0 10px 10px;
  margin: 0;
  color: var(--color-black);
  padding: 5px;
}

.admissions-details-box a:hover ul li.admissions-details-link {
  background: var(--color-orange);
  color: var(--color-white);
}

.admissions-details-box p {
  font-size: 14px;
}

.admissions-details-box a:hover {
  border: 1px solid var(--color-orange);
  box-shadow: 0 0rem 2rem rgba(0, 0, 0, .20) !important;
  color: var(--color-black);
}


.admissions-details-box-1 {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border-radius: 20px;
  margin: 15px 0;
  min-height: 175px;
  position: relative;
  z-index: 0;
  display: block;
  padding: 30px 30px 30px 30px;
  background: var(--color-white);
  border-radius: 10px;
  border: 1px solid var(--color-orange);
  min-height: 175px;
}

.admissions-details-box-1:hover:before {
  display: none;
}

/* .admissions-details-box-1 a{display: block; padding: 30px 30px 30px 30px; background: var(--color-white); border-radius: 10px; border: 1px solid var(--color-orange); min-height: 175px;} */
.admissions-details-box-1 h3 {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
  background: #ffffff;
  margin-top: 0;
  text-transform: none;
  line-height: 24px;
  border-bottom: 1px solid #6B6C6E;
}

.admissions-details-box-1:hover h3 {
  color: var(--color-black);
}

.admissions-details-box-1 ul {
  display: flex;
  margin: 0 0 0px 0px;
  padding: 0;
  list-style: none;
}

.admissions-details-box-1 ul li {
  color: var(--color-orange) !important;
  display: flex;
  align-items: center;
  margin: 0 5px;
  font-size: 14px;
}

.admissions-details-box-1 ul li i {
  margin-right: 5px;
  color: #6B6C6E;
}

.admissions-details-box-1 .duration {
  display: inline-table;
}

.admissions-details-box-1 .duration li {
  color: #6B6C6E !important;
  font-size: 14px;
}

.admissions-details-box-1 .duration span {
  color: var(--color-orange);
}

.admissions-details-box-1 ul li.admissions-details-link {
  position: absolute;
  bottom: 0;
  width: unset;
  left: 0;
  right: 0;
  text-align: center;
  background: #f1f1f1;
  border-radius: 0 0 10px 10px;
  margin: 0;
  color: var(--color-black);
  padding: 5px;
}

.admissions-details-box-1:hover ul li.admissions-details-link {
  background: var(--color-orange);
  color: var(--color-white);
}

.admissions-details-box-1 p {
  font-size: 14px;
}

.admissions-details-box-1:hover {
  border: 1px solid var(--color-orange);
  box-shadow: 0 0rem 2rem rgba(0, 0, 0, .20) !important;
  color: var(--color-black);
}

.ad-location-box-content span a:hover {
  color: var(--color-white);
  background: transparent !important;
  border: 2px solid var(--color-orange);
}

.ad-location-box-content span a {
  color: var(--color-white);
  background: transparent;
  border: 2px solid var(--color-orange);
}


.ad-location-box-content {
  text-align: right;
}

.ad-location-box-content span {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 9px 8px 9px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  background: var(--color-orange);
  color: var(--color-white);
  border: 2px solid var(--color-orange);
}

.admissions-details-box a:hover .ad-location-box-content span {
  color: var(--color-orange);
  background: transparent;
  border: 2px solid var(--color-orange);
}

/* .admissions-details-box a:hover p{color: var(--color-black) !important;} */

.inner-scholarship-bg {
  padding: 100px 0 0px 0;
  position: relative;
  z-index: 0;
}

.inner-scholarship-content-box {
  margin: 30px 20px 30px 0;
}

.inner-scholarship-content-box h1 {
  font-weight: 800;
  font-size: 45px;
  text-align: center;
  letter-spacing: 2px;
}

.inner-scholarship-content-hang-box {
  background: var(--color-black);
  color: var(--color-white);
  padding: 70px 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40%;
  height: auto;
  border-radius: 15px;
}

.inner-scholarship-content-hang-box h3 {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

.inner-scholarship-content-hang-box h2 {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: var(--color-white);
  line-height: 55px;
  margin-bottom: 0px;
}

.inner-scholarship-content-hang-box h2 span {
  display: block;
}

.text p {
  line-height: 1.5rem;
  margin-bottom: 0;
  text-align: justify;
}

#accordionCommon .accordion-item {
  margin-bottom: 15px;
  border: 0;
}

#accordionCommon .accordion-item h2 {
  margin: 0;
}

#accordionCommon .accordion-item .accordion-button {
  background: #F6F6F6;
  color: var(--color-orange);
  font-size: 20px;
  font-weight: 700;
  box-shadow: none;
}

#accordionCommon .accordion-body {
  background: #F6F6F6;
  border-top: 1px solid #9B9D9F;
}

.accordionCommon .accordion-item {
  margin-bottom: 15px;
  border: 0;
}

.accordionCommon .accordion-item h2 {
  margin: 0;
}

.accordionCommon .accordion-item .accordion-button {
  background: #F6F6F6;
  color: var(--color-orange);
  font-size: 20px;
  font-weight: 700;
  box-shadow: none;
}

.accordionCommon .accordion-body {
  background: #F6F6F6;
  border-top: 1px solid #9B9D9F;
}

.intern-details-bg {
  color: #8f8f8f !important;
  font-size: 16px !important;
  margin-bottom: 20px !important;
}

.intern-details-bg h3 i {
  margin-right: 4px !important;
}

.home-leadership-bg {
  padding: 40px 0;
}

.home-leadership-bg h2 {
  color: var(--color-orange);
  font-size: 18px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.home-leadership-name-box h2 {
  color: var(--color-orange);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.home-leadership-name-box p {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}

.home-leadership-name-box i {
  color: var(--color-orange);
  font-style: italic;
}

.home-leadership-leader-box a {
  border: 1px solid #9B9D9F;
  border-radius: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.home-leadership-leader-box a img {
  width: 30%;
  border-radius: 15px;
  border: 1px solid #9B9D9F;
  margin: -1px 15px -1px -1px;
}

.home-leadership-leader-box a h2 {
  color: var(--color-orange);
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.home-leadership-leader-box a h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: var(--color-black);
}

.home-leadership-leader-box a p {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
}

.home-leadership-leader-box a:hover {
  box-shadow: 0 0rem 3rem rgba(0, 0, 0, .25);
}

.leadership-overview-bg {
  margin: 33px 20px 33px 20px;
}

.home-new-leadership-leader-box {
  margin: 15px 0;
}

.home-new-leadership-leader-box a {
  background: #F6F6F6;
  padding: 0px 30px 30px 30px;
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-new-leadership-leader-box a img {
  border-radius: 100%;
  width: 70%;
  margin: -15px 0 20px 0;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
}

.home-new-leadership-leader-box a div {
  min-height: 120px;
}

.home-new-leadership-leader-box a h2 {
  color: var(--color-orange);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: unset;
}

.home-new-leadership-leader-box a h3 {
  font-size: 16px;
  font-weight: 500;
}

.home-new-leadership-leader-box a p {
  margin: 0;
}

.home-new-leadership-leader-box a:hover {
  box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, .20) !important;
}

.home-new-leadership-leader-box-1 {
  margin: 15px 0;
}

.home-new-leadership-leader-box-1 {
  background: #F6F6F6;
  padding: 0px 30px 30px 30px;
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-new-leadership-leader-box-1 div {
  min-height: 120px;
}

.icon-box {
  text-align: center;
  box-shadow: 0px 30px 60px 0px rgba(239, 103, 37, 0.15);
  border-radius: 20px;
  height: 100px;
}

.home-new-leadership-leader-box-1 h2 {
  color: var(--color-orange);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: unset;
}

.home-new-leadership-leader-box-1 h3 {
  font-size: 16px;
  font-weight: 500;
}

.home-new-leadership-leader-box-1 p {
  margin: 0;
}


.img-stat {
  height: 500px;
  width: 600px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  margin-top: 22px;
  object-fit: contain;
}

.img-recuir {
  height: 300px;
  width: 400px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  margin-top: 22px;
  object-fit: cover;

}

.timeline-bg {
  padding: 40px 0;
}

.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}

.ag-timeline-block {
  padding: 50px 0;
  background: #f4f4f4;
}

.ag-timeline_box {
  position: relative;
}

.ag-timeline-carousel-arrow_box {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}

.ag-timeline-carousel-arrow {
  display: block;
  height: 52px;
  width: 52px;
  border: 1px solid #000;
  background-color: #000;

  cursor: pointer;

  stroke: #FFF;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;

  position: relative;
}

.ag-timeline-carousel-arrow:hover {
  border: 1px solid #000;
  background-color: transparent;
}

.js-ag-timeline-carousel-arrow_prev {
  margin: 0 0 10px;
}

.js-ag-timeline-carousel-arrow_prev:hover,
.js-ag-timeline-carousel-arrow_next:hover {
  stroke: #000;
}

.svg-arrow-left,
.svg-arrow-right {
  height: 18px;
  width: 10px;
  margin: -8px 0 0 -5px;

  position: absolute;
  top: 50%;
  left: 50%;
}

.ag-timeline-carousel_list {
  padding: 0 0 0 0px;
}

.ag-timeline_image {
  float: left;
  width: 50%;
  padding-right: 30px;
  padding-bottom: 26px;
}

.ag-timeline_year {
  line-height: 1;
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 90px;
  color: #041C2C;
  float: left;
  width: 50%;
}

.ag-timeline_text {
  float: left;
  width: 50%;
}

.ag-timeline_text p {
  line-height: 1.36;
  margin: 0 0 15px;

  font-size: 16px;
  color: #041C2C;
}

.ag-timeline_text a {
  text-decoration: underline;
  color: var(--color-orange);
}

.ag-timeline_text a:hover {
  text-decoration: none;
}

.ag-timeline-carousel-nav_box {
  position: relative;
}

.ag-timeline-carousel-nav_box:before,
.ag-timeline-carousel-nav_box:after {
  content: "";
  height: 150px;
  width: 20%;
  margin: 0 0;

  z-index: 9;
  position: absolute;
  bottom: 0;
}

.ag-timeline-carousel-nav_box:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(244, 244, 244, 0)), color-stop(35%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
  background: -webkit-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);
  background: -o-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);
  background: -ms-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);
  background: linear-gradient(to right, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f4f4f4', endColorstr='#f4f4f4', GradientType=1);

  right: 0;
}

.ag-timeline-carousel-nav_box:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 65%, rgba(244, 244, 244, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(244, 244, 244, 1)), color-stop(65%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(244, 244, 244, 0)));
  background: -webkit-linear-gradient(left, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 65%, rgba(244, 244, 244, 0) 100%);
  background: -o-linear-gradient(left, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 65%, rgba(244, 244, 244, 0) 100%);
  background: -ms-linear-gradient(left, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 65%, rgba(244, 244, 244, 0) 100%);
  background: linear-gradient(to right, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 65%, rgba(244, 244, 244, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#00f4f4f4', GradientType=1);

  left: 0;
}

.ag-timeline-carousel-nav_list {
  position: relative;
}

.ag-timeline-carousel-nav_list:after {
  content: "";
  height: 1px;
  background-color: var(--color-orange);

  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}

.ag-timeline-carousel-nav_item {
  display: inline-block;
  line-height: 1;
  padding: 130px 15px 0;

  cursor: pointer;

  vertical-align: bottom;
  text-align: center;
  font-size: 16px;
  color: #041C2C;

  position: relative;
}

.ag-timeline-carousel-nav_item:before {
  content: "";
  height: 5px;
  width: 5px;
  margin: 0 auto;
  background-color: #fed7c4;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 102px;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ag-timeline-carousel-nav_item:after {
  content: "";
  height: 40px;
  width: 1px;
  margin: 0 auto;
  background-color: var(--color-orange);

  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
}

.ag-timeline-carousel-nav_item.slick-current {
  margin: -5px 0 0;

  font-weight: 700;
  font-size: 22px;
  color: var(--color-orange);
}

.ag-timeline-carousel-nav_item.slick-current:before {
  height: 16px;
  width: 16px;
  background-color: var(--color-orange);

  bottom: 110px;
}

.ag-timeline-carousel-nav_item.slick-current:after {
  bottom: 59px;
}


@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

  .ag-timeline-carousel_list {
    padding: 0;
  }

  .ag-timeline-carousel-arrow_box {
    padding: 12px 0 12px 12px;
    background-color: #F4F4F4;

    z-index: 1000;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }

  .ag-timeline-carousel-arrow {
    display: inline-block;
    height: 33px;
    width: 33px;
  }

  .js-ag-timeline-carousel-arrow_prev {
    margin: 0 8px 0 0;
  }

  .js-ag-timeline-carousel-arrow_prev:before,
  .js-ag-timeline-carousel-arrow_next:before {
    height: 12px;
    width: 8px;
    margin: -6px auto 0;
  }

  .ag-timeline_year {
    font-size: 60px;
  }

  .ag-timeline-carousel-nav_box:before,
  .ag-timeline-carousel-nav_box:after {
    display: none;
    background: none;

    position: static;
  }

  .svg-arrow-left,
  .svg-arrow-right {
    height: 12px;
    width: 8px;
    margin: -6px 0 0 -4px;
  }


}


@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

}

.inner-honour-bg {
  padding: 60px 0;
  position: relative;
  z-index: 0;
  color: var(--color-white);
}

.inner-honour-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 96%;
  background: var(--color-black);
  z-index: -1;
  border-radius: 15px;
  margin: 0 auto;
}

.inner-honour-bg h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-orange);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.e-cell-vision-box {
  border: 1px solid #D9D9D9;
  padding: 40px;
  border-radius: 15px;
  margin-top: 60px;
}

.e-cell-vision-box-scanner img {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.inner-link-box-bg {
  padding: 40px 0 80px 0;
}

.inner-link-box-box a {
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 0;
  border-radius: 15px;
}

.inner-link-box-box a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
  border-radius: 15px;
}

.inner-link-box-box a img {
  border-radius: 15px;
}

.inner-link-box-box a i {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 0px;
  color: var(--color-white);
  font-size: 32px;
  font-weight: 700;
}

.inner-link-box-box a h3 {
  font-size: 18px;
  font-weight: 700;
  opacity: 0;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  color: var(--color-white);
  z-index: 2;
  background: #000;
  width: 25%;
  margin: 0 auto;
  padding: 5px 10px;
}

.inner-link-box-box a:hover h3 {
  opacity: 1;
}

.inner-link-box-box a:hover:before {
  background: rgba(211, 99, 45, .7);
}

.inner-gallery-common-bg {
  padding: 80px 0;
}

.inner-gallery-common-bg h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  color: var(--color-orange);
  margin-bottom: 15px;
}

.inner-gallery-common-bg h2 {
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
}

.inner-gallery-common-bg h2 span {
  color: var(--color-orange);
}

.inner-policies-bg {
  padding: 60px 0;
  position: relative;
  z-index: 0;
}

.inner-policies-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 96%;
  border: 1px solid #D9D9D9;
  z-index: -1;
  border-radius: 15px;
  margin: 0 auto;
}

.inner-policies-bg h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  color: var(--color-orange);
}

.inner-policies-box {
  margin: 15px 0;
}

.inner-policies-box a {
  background: #F6F6F6;
  border-radius: 15px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inner-policies-box a h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.inner-policies-box a i {
  font-size: 28px;
}


.inner-ecell-link-bg {
  padding: 40px 0 100px 0;
}

.inner-ecell-link-box a {
  display: block;
  border-radius: 15px;
  padding: 50px 30px;
  background: #E7E7E7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.inner-ecell-link-box a img {
  margin-bottom: 20px;
  width: 20%;
}

.inner-ecell-link-box a h3 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.common-gallery-box-image {
  margin: 12px 0;
}

.common-gallery-box-image a {
  display: block;
  background: #000;
  border-radius: 8px;
}

.common-gallery-box-image a img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.common-gallery-box-image a img:hover {
  opacity: 0.7;
}

.common-gallery-box-height-image {
  margin: 12px 0;
}

.common-gallery-box-height-image a {
  display: block;
  background: #000;
  border-radius: 8px;
}

.common-gallery-box-height-image a img {
  width: 100%;
  height: 197px;
}

.common-gallery-box-height-image a img:hover {
  opacity: 0.7;
}

.common-gallery-box-height-image h4 {
  font-size: 15px;
  text-align: center;
  margin: 8px 0 0 0;
}

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-orange);
  color: var(--color-orange);
  text-transform: uppercase;
  border-radius: 8px;
  box-shadow: 0px 30px 60px 0px rgba(246, 140, 44, 0.15);
}

ul.inner-common-menu-bg li a:hover {
  border: 1px solid var(--color-orange);
  color: var(--color-white);
  background: var(--color-orange);
}

ul.inner-common-menu-bg li a.active,
.Abtn:hover {
  background-color: var(--color-orange);
  color: white;
}

#naacTab .home-programs-list {
  margin: 0;
  padding: 0 40px 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 15%;
  float: left;
  border: 0;
}

#naacTab .home-programs-list li {
  list-style: none;
  border: 0;
  margin-bottom: 0;
}

#naacTab .home-programs-list li a {
  display: block;
  text-align: center;
  color: var(--color-orange);
  border: 1px solid var(--color-orange);
  border-radius: 10px;
  padding: 12px 20px;
  margin: 0 5px 8px 5px;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  line-height: normal;
}

#naacTab .home-programs-list li a:hover {
  color: var(--color-white);
  background: var(--color-orange);
  border: 1px solid var(--color-orange);
}

#naacTab.r-tabs .r-tabs-nav .r-tabs-state-active a {
  background: var(--color-orange);
  color: var(--color-white);
}

#naacTab.r-tabs {
  overflow: auto;
}

#naacTab.r-tabs .r-tabs-panel {
  width: 85%;
  float: right;
  border: 0;
  padding: 0px 15px 15px 20px;
  position: relative;
}

#naacTab.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;
}

#naacTab.r-tabs .r-tabs-panel ul {
  margin: 0;
  padding: 0;
}

#naacTab.r-tabs .r-tabs-panel ul li {
  list-style: circle;
}

#naacTab.r-tabs .r-tabs-panel ul li a {
  display: block;
  padding: 5px 5px;
  font-weight: 600;
}

.video-dam-youtube iframe {
  width: 100%;
  height: 600px;
}



.pdf-box {
  background: #E7E7E7;
  padding: 20px;
  border-radius: 10px;
  margin: 11px 0;
  min-height: 215px;
}

.pdf-box :hover {
  color: var(--color-orange);
}

.pdf-box img {
  margin: 0 auto;
  display: block;
  padding: 10px
}

.pdf-box p {
  font-size: 13px;
  text-align: center;
  padding: 12px 0;
  font-weight: 600;
}

.pdf-boxs {
  background: rgba(255, 255, 255, 0.40);
  box-shadow: 0px 30px 60px 0px rgba(239, 103, 37, 0.15);
  padding: 20px;
  margin: 10px 0;
  border-radius: 15px;
}

.pdf-boxs img {
  width: 15%;
}

.pdf-boxs a {
  font-size: 15px;
  font-weight: 400;
  display: flex;
}


.modal {
  --bs-modal-width: 700px !important;
}

.modal .modal-header {
  border-bottom: none !important;
  color: #D3632D;
  text-transform: uppercase;
}

.modal ul {
  list-style: none;
}

.modal li {
  background: #F6F6F6;
  padding: 10px 15px;
  border-radius: 10px;
  margin: 10px 0;
  font-size: 15px;
  font-weight: 600;
}

.modal span {
  color: #D3632D;
  margin: 0 5px;
}


.admission-box h2 {
  background: none;
  color: var(--color-orange) !important;
  font-weight: 600 !important;
  padding: 0px !important;
}

.admission-box .border-bottom {
  border-bottom: 1px solid #6B6C6E !important;
  padding: 0 0 20px;
}

.admission-box .boxs {
  background-color: #FFFFFF;
  width: 22%;
  padding: 10px;
  margin: 20px 10px;
}

.admission-box .boxs p {
  text-align: center;
}

.menu-img {
  margin: 30px 0;
}

.menu-img img {
  border-radius: 10px;
}

.career {
  padding: 80px 0;
}

.career h2 {
  color: #231F20;
  font-size: 40px;
  font-weight: 600;
}

.career .img-1 {
  padding: 100px 15px 0;
  width: 49%;
}

.career .img-2 {
  width: 49%;
}

.career p {
  padding: 20px 0;
}

.career .img {
  width: 100%;
}

.great-future-img {
  padding: 0 25px;
}

.career-filter {
  border-bottom: 1px solid #6B6C6E;
  padding: 0 0 40px;
  text-align: center;
  margin: 0 auto;
  max-width: 1320px;
}

.career-filter .career-btn {
  display: block;
  margin: 40px auto 0;
  padding: 10px 30px;
  background: #D9D9D9;
  font-weight: 400;
  font-size: 18px;
  border: none;
}

.career-box {
  border: 1px solid #D3632D;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 30px 60px 0px #EF67251A;
  margin: 15px 0;
  background: #FFF;
}

.career-box h2 {
  font-size: 20px !important;
}

.career-box p {
  display: flex;
  justify-content: space-between;
}

.career-box span {
  color: var(--color-orange);
}

.career-box .blink {
  animation: blinker 1.5s linear infinite;
  color: white;
  font-size: 22px;
  font-weight: 600;
  padding: 2px 9px;
  margin: 0 13px;
  background: var(--color-orange);
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.career-box b {
  color: black;
}

.blog-box {
  background: #F6F6F6;
  border-radius: 15px;
  width: 100%;
  display: flex;
  margin: 12px 0;
  box-shadow: 0 0rem 0.5rem rgba(0, 0, 0, .15);
}

.blog-form {
  margin-left: 1048px;
  padding: 15px 0;
}

.blog-search {
  border-radius: 5px;
  border: 2px solid var(--color-orange);
  font-size: 16px;
}

.blog-search-btn {
  border-radius: 5px;
  border: 2px solid var(--color-orange);
  background: var(--color-orange);
  color: white;
  font-size: 16px;
}

.blog-box .blog-box-thumb img {
  border-radius: 15px;
  object-fit: cover;
  width: 159px;
  height: 173px;
}

.blog-box .blog-box-content {
  width: 75%;
  position: relative;
  display: flex;
}

.blog-box .blog-box-content a h3 {
  color: var(--color-orange);
  font-size: 16px;
  line-height: 24px;
}

.blog-box .blog-box-content a .blog-box-content-link {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.blog-box .blog-box-content a .blog-box-content-link p {
  margin-bottom: 0;
  color: var(--color-orange);
}

.blog-box .blog-box-content a .blog-box-content-link p:last-child {
  color: #6B6C6E;
}

.blog-box .blog-box-content a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
}


.common-blog-box-height-image img {
  width: 100%;
  height: 75px;
}

.pagination {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  flex-wrap: wrap;
}

.pagination-link {
  display: inline-block;
  padding: 10px 15px;
  margin: 8px 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: var(--color-orange);
  transition: background-color 0.3s, color 0.3s;
}

.pagination-link:hover {
  background-color: var(--color-orange);
  color: white;
}

.pagination-link.active {
  background-color: var(--color-orange);
  color: white;
  border-color: var(--color-orange);
  pointer-events: none;
  /* Disable clicking */
}

.pagination-link:focus {
  outline: none;
  box-shadow: 0px 10px 20px 0px rgba(239, 103, 37, 0.15);
  ;
}

.pagination-link.disabled {
  color: #ccc;
  pointer-events: none;
  border-color: #ddd;
}

.recruite {
  padding: 40px 0;
  position: relative;
  border-bottom: 1px solid rgba(35, 31, 32, 1);
}

.recruite .heading {
  padding: 40px;
}

.recruite .logos {
  position: absolute;
  background: white;
  width: 70%;
  bottom: 5px;
  right: 0;
  border-radius: 10px;
  padding: 80px 40px;
}

.fontweight {
  font-weight: 800;
}

.feelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.feelist li {
  width: 30%;
  border: 1px solid;
  padding: 10px;
  margin: 10px;
  list-style: none !important;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--color-orange);
  box-shadow: 0px 30px 60px 0px rgba(246, 140, 44, 0.15);
  text-align: center;
}

.feelist li a {
  color: var(--color-orange);
}

/* .feelist li a:hover {    color: white;} */

.admi-placement {
  width: 96%;
  background: #F6F6F6;
  border-radius: 15px;
  margin: 60px auto 0;
  padding: 50px;
}

.admi-placement h3 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  padding: 20px 0;
}

.admi-placement h2 {
  display: inline-block;
  font-size: 55px;
  font-weight: 600;
}

.admi-placement i {
  font-size: 25px;
}

.admi-placement span {
  font-size: 25px;
}

.admi-placement p {
  line-height: 24px;
  text-align: left;
  color: var(--color-orange) !important;
  font-size: 15px;
  font-weight: 600;
}

.admi-applybtn {
  padding: 8px 9px 8px 9px;
  border-radius: 5px;
  text-align: center;
  margin: 20px 0 0;
  background: var(--color-orange) !important;
  color: white;
  font-weight: 600;
  float: right;
  font-size: 14px;
}

.admi-applybtn:hover {
  color: white !important;
  background: var(--color-orange) !important;
}

.common-enquery-btn a {
  background: var(--color-orange) !important;
  border-radius: 5px 5px 0 0 !important;
  border: 0 !important;
  color: var(--color-white) !important;
  display: inline-block;
  font-size: 15px !important;
  padding: 5px 20px !important;
  position: fixed !important;
  right: 0;
  top: 20%;
  z-index: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
}

.common-enquery-btn a:hover {
  background: var(--color-orange) !important;
}

.common-enquery-btn-1 a {
  background: var(--color-orange) !important;
  border-radius: 5px 5px 0 0 !important;
  border: 0 !important;
  color: var(--color-white) !important;
  display: inline-block;
  font-size: 15px !important;
  padding: 5px 20px !important;
  position: fixed !important;
  right: 0;
  top: 45%;
  z-index: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
}

.common-enquery-btn-1 a:hover {
  background: var(--color-orange) !important;
}

.admission-content {
  position: absolute;
  width: 35%;
  bottom: 19px;
  right: 0;
}

.admission-content h3 {
  font-size: 20px;
  color: #ffc500;
  font-weight: 800;
}

.admission-content p {
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.admission-content a {
  color: #ffc500;
}

.admission-content span {
  color: white;
  font-size: 13px;
}

.new {
  color: white !important;
  text-align: center !important;
  font-weight: 600 !important;
  padding: 10px 0 !important;
}

.headThree {
  text-transform: uppercase;
  color: var(--color-orange) !important;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
  background: none;
}

.minHeight {
  min-height: 0px !important;
}

.pay {
  font-size: 25px;
  font-weight: 800;
  padding: 10px;
  color: var(--color-orange);
}

.scroll-text marquee {
  color: red;
  font-size: 15px;
  font-weight: 600;
}

marquee a {
  color: red
}

.sqaure-carousel {
  border-radius: 0px !important;
  border: 3px solid white !important;
}

.prev-left {
  right: unset !important;
  left: 150px !important;
}

.next-right {
  right: unset !important;
  left: 190px !important;
}

@media(min-width:320px) and (max-width:1080px) {

  .hidden-xs,
  .for-md {
    display: none !important;
  }

  .for-xs {
    display: block !important;
  }

  .for-xs-menu {
    display: block;
  }

  .feelist li {
    width: 90%;
  }

  .pay {
    font-size: 15px;
    font-weight: 600;
  }

  .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;
  }

  ::-webkit-scrollbar {
    width: 0px;
  }

  .btn-one,
  .btn-one-full,
  .btn-two,
  .btn-two-full,
  .btn-three,
  .btn-three-full {
    padding: 5px 20px 5px 20px;
    font-size: 15px;
  }

  footer .text-end {
    text-align: center !important;
  }

  footer {
    padding: 0px 0 0;
    text-align: center;
  }

  .admi-placement {
    padding: 20px;
  }

  .admi-placement h2 {
    font-size: 40px;
  }

  .admi-placement span {
    font-size: 20px;
  }

  .admi-placement p {
    text-align: left;
  }

  .footerextra-Mt {
    margin-top: 0;
  }

  footer .footer-list {
    margin-top: 0px;
  }

  .back-to-top {
    bottom: 70px;
    right: 8px;
    display: flex;
    font-size: 18px;
    width: 40px;
    height: 40px;
    color: rgba(46, 45, 45, 0.7);
    align-items: center;
    justify-content: center;
  }

  .back-to-top:hover {
    background: rgba(255, 255, 255, 0.6);
  }

  ul.footerextra {
    margin: 30px 0 40px;
  }

  footer .copy {
    padding: 20px 0 20px 0;
  }

  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: "\f28d";
    font-family: 'Font Awesome 5 Free';
    left: -3px;
    position: absolute;
    top: 12px;
    font-weight: 900;
    color: var(--color-white);
    font-size: 6px;
  }

  #announcementCarousel.carousel-fade .carousel-item a {
    width: 100%;
  }

  .home-announcement-content {
    padding: 10px 15px 5px 15px;
  }

  .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%;
    text-align: left !important;
  }

  .banner-header-pad {
    margin-top: 66px;
    padding-top: 0;
  }

  .slider .carousel-control-prev,
  .slider .carousel-control-next {
    display: none;
  }

  .inner-banner img {
    min-width: 100%;
    height: 150px;
    object-fit: cover;
  }

  .inner-banner .inner-breadcrumb {
    display: none;
  }

  .inner-banner h1 {
    bottom: 5px;
    left: 5px;
    right: 5px;
    text-align: center;
    font-size: 22px;
    margin: 0;
  }

  .inner-banner h1 span {
    font-size: 20px;
  }

  .home-about-bg h1 {
    font-size: 24px;
    margin-top: 10px;
  }

  .home-about-bg {
    padding: 30px 0 30px 0;
    text-align: center;
  }

  .home-stats-bg {
    padding: 20px 0;
  }

  .home-stats-box {
    padding: 20px 10px;
    text-align: center;
    margin: 10px 0;
  }

  .home-stats-box img {
    width: 36%;
  }

  .home-stats-box p {
    text-align: center;
  }

  .home-stats-box h2 {
    font-size: 36px;
  }

  .home-stats-box p {
    text-align: center;
    line-height: 20px;
    font-weight: 500;
  }

  .home-faculty-spl-bg {
    padding: 20px 0;
  }

  .home-faculty-spl-bg .home-faculty-spl-box {
    padding: 25px;
  }

  .modal-custom {
    margin-top: 90px;
  }

  .modal-custom-bg .modal-body .close {
    right: 0;
    top: -40px;
  }

  .home-leadership-leader-box a h2 {
    font-size: 16px;
    font-weight: 600;
  }

  .home-leadership-leader-box a h3 {
    font-size: 15px;
    font-weight: 500;
  }

  .home-leadership-name-box {
    margin-bottom: 10px;
  }

  .home-leadership-leader-box {
    margin: 10px 0;
  }

  .home-leadership-leader-box a p {
    display: none;
  }

  .leadership-overview-bg {
    margin: 10px 0;
  }

  .home-leadership-name-box p {
    margin-bottom: 5px;
  }

  .home-leadership-bg .text-end {
    text-align: center !important;
  }

  .home-leadership-bg h2 {
    text-align: center;
  }

  .home-placement-bg {
    padding: 40px 0;
  }

  .home-placement-bg h2 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    flex-direction: column;
  }

  .home-placement-bg h2 a {
    margin-top: 10px;
  }

  .home-placement-owl {
    margin-top: 20px;
  }

  .international-collaboration-bg {
    padding: 30px 0px 0px 0px;
  }

  .international-collaboration-bg h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .international-collaboration-bg h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .international-collaboration-owl {
    padding: 20px;
    width: 94% !important;
    margin: 0 auto -20% auto;
  }

  .home-research-bg {
    padding: 30px 0 40px 0;
  }

  .home-research-bg h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .home-research-bg h2 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .home-research-bg .btn-one-full {
    margin: 0 auto 20px auto;
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
  }

  .home-club-bg {
    padding: 40px 0;
    margin-bottom: 0;
  }

  .home-club-bg .bb {
    border-bottom: 0px solid #231F20;
  }

  .home-club-bg h2 {
    font-size: 18px;
  }

  .home-club-box a {
    font-size: 15px;
    padding: 15px 15px;
    margin: 10px 10px 30px 10px;
    box-shadow: 0px 15px 14px 0px rgba(239, 103, 37, 0.15);
  }

  .home-facilities-bg {
    display: none;
  }

  .home-happenings-bg {
    padding: 40px 20px;
    text-align: center;
  }

  /* .home-happenings-bg:before{width: 100%;} */
  .home-happenings-bg h2 {
    font-size: 28px;
    display: flex;
    margin-bottom: 0px;
    text-transform: uppercase;
    flex-wrap: wrap;
  }

  .home-happenings-bg h2 .btn-one {
    margin-top: 10px !important;
  }

  .home-happenings-bg h3 {
    margin-top: 30px;
  }

  .home-news-box img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 100px;
  }

  .home-news-box .home-news-content-box {
    width: 100%;
    padding: 10px;
  }

  .home-alumni-bg {
    padding: 40px 20px 30px 20px;
  }

  .home-alumni-bg h2 {
    font-size: 38px;
    line-height: 39px;
    margin-bottom: 30px;
  }

  .footer-admission-strip-bg {
    text-align: center !important;
  }

  .footer-admission-strip-bg .text-end {
    text-align: center !important;
  }

  .footer-admission-strip-bg span {
    display: block;
  }

  .footer-admission-strip-bg .btn-three {
    margin: 15px 0px 0 0;
  }

  .footer-admission-strip-bg .ftr-mail {
    margin-left: 0;
  }

  .footer-social-bg .footer-logo {
    display: none;
  }

  .footer-social-bg {
    margin: 0;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding-top: 25px;
    padding-bottom: 70px;
  }

  .footer-social-bg span {
    margin-bottom: 20px;
  }

  #schoolActivitiesTab.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    border: 1px solid var(--color-orange);
    color: var(--color-orange);
    font-weight: 500;
    font-size: 15px;
  }

  #schoolActivitiesTab.r-tabs .r-tabs-panel {
    width: 100%;
    float: unset;
    padding: 15px 15px 15px 15px;
  }

  #schoolActivitiesTab.r-tabs .r-tabs-panel ul {
    margin: 0 0 0 10px;
    text-align: left;
  }

  #schoolActivitiesTab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: var(--color-orange);
    color: var(--color-white);
  }

  #schoolActivitiesTab .home-programs-list {
    display: none;
  }

  .inner-bg {
    padding: 40px 0;
  }

  .school-values-bg {
    padding: 40px 15px;
    margin-bottom: -100px;
  }

  .school-programs-bg {
    padding: 140px 0 40px 0;
  }

  .school-programs-box {
    min-height: auto;
    margin: 10px 0;
  }

  .school-unique-content-bg {
    padding: 20px;
    margin-top: 0;
  }

  .school-unique-bg h2 {
    margin-bottom: 20px;
  }

  .school-unique-img {
    display: none;
  }

  .school-unique-bg {
    padding: 20px 0 20px 0;
  }

  .school-student-achievement-bg {
    padding: 20px 0 20px 0;
  }

  .school-student-achievement-bg h2 {
    margin-bottom: 10px;
  }

  .school-activities-bg {
    padding: 20px 0 40px 0;
  }

  .school-activities-bg h2 {
    margin-bottom: 10px;
  }

  .footer-link-bg {
    padding: 40px 0;
    text-align: center;
  }

  .footer-link-bg h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .department-top-menu {
    display: none;
  }

  .dep-news-box img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 100px;
  }

  .dep-news-box .dep-news-content-box {
    width: 100%;
    padding: 10px;
  }

  .dep-club-bg {
    padding: 40px 0;
    margin-bottom: 0;
  }

  .dep-club-box a {
    font-size: 15px;
    padding: 15px 15px;
    margin: 10px 10px 30px 10px;
    box-shadow: 0px 15px 14px 0px rgba(239, 103, 37, 0.15);
  }

  .dep-mou-owl {
    padding: 20px;
    width: 94% !important;
    margin: 0 auto -20% auto;
  }

  .dep-alumni-bg {
    padding: 40px 20px 30px 20px;
  }

  .dep-alumni-bg h2 {
    font-size: 38px;
    line-height: 39px;
    margin-bottom: 30px;
  }

  .department-content-box {
    padding: 30px 0 20px 0;
  }

  .department-content-box h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .dep-programs-img {
    display: none;
  }

  .dep-programs-content-bg {
    min-height: auto;
    padding: 20px;
  }

  .dep-programs-content-bg ul {
    margin-bottom: 0;
  }

  .dep-research-content-box h3 {
    font-size: 36px;
    line-height: 40px;
  }

  .dep-research-content-box h4 {
    margin-bottom: 10px;
  }

  .dep-research-image-box {
    display: none;
  }

  .home-happenings-bg h2 {
    font-size: 28px;
    display: flex;
    margin-bottom: 0px;
    text-transform: uppercase;
    flex-wrap: wrap;
    justify-content: center;
  }

  .dep-stats-bg {
    padding-top: 40px;
  }

  .dep-stats-box {
    padding-left: 0px;
    text-align: center;
    margin: 10px 0;
  }

  .dep-stats-box p {
    text-align: center;
  }

  .dep-stats-box h2 {
    font-size: 38px;
  }

  .dep-stats-box p {
    text-align: center;
    line-height: 20px;
    font-weight: 500;
  }

  .dep-happenings-bg h2 {
    font-size: 28px;
    display: flex;
    margin-bottom: 15px;
    text-transform: uppercase;
    flex-wrap: wrap;
  }

  .dep-happenings-bg h2 a {
    margin-top: 10px !important;
  }

  .dep-happenings-bg {
    padding-left: 15px;
    padding-right: 15px;
  }

  select.faculty-filter-btn {
    width: 100%;
    border-radius: 10px;
    margin: 0 auto 10px auto;
    padding: 15px 20px;
    font-size: 15px;
  }

  #faculty-select {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .home-accreditations-bg {
    padding: 30px 0 20px 0;
    text-align: center;
  }

  .home-accreditations-box {
    margin: 10px 0px 10px 0px;
  }

  .home-accreditations-box .home-accreditations-content-box {
    padding: 20px 10px 20px 10px;
  }

  .home-accreditations-box .home-accreditations-content-box h3 {
    font-size: 13px;
  }

  .home-faculty-bg h2 {
    text-align: center;
  }

  .home-faculty-bg {
    padding: 20px 10px 20px 10px;
    margin: 20px 0;
  }

  .home-faculty-bg h2 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    flex-direction: column;
  }

  .home-faculty-bg h2 a {
    margin-top: 14px;
    font-size: 14px;
  }

  .home-faculty-box a {
    padding: 6px;
    min-height: auto;
    margin: 12px 0;
  }

  .home-faculty-box a img {
    width: 70%;
  }

  .home-faculty-box a h2 {
    font-size: 16px;
  }

  .modal-custom-bg .head img {
    margin-bottom: 30px;
  }

  .modal-custom-bg .head h2 {
    text-align: center;
  }

  .fac-popup-extlink-box ul li a img {
    margin-bottom: 0 !important;
  }

  .modal-custom-bg .modal-custom-text-body {
    padding: 15px;
  }

  .dep-mou-bg .dep-mou-content-bg {
    padding-left: 20px;
    padding-top: 20px;
  }

  .dep-mou-bg .dep-mou-content-bg h3 {
    font-size: 42px;
    ;
    line-height: 44px;
  }

  .footer-mobile-bottom-menu-bg {
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    background: rgb(150, 49, 0);
    display: block;
    background: linear-gradient(0deg, rgba(150, 49, 0, 1) 0%, rgba(211, 99, 45, 1) 100%);
  }

  .footer-mobile-bottom-menu-bg .footer-mobile-bottom-menu-box a {
    display: block;
    text-align: center;
    padding: 10px;
    color: var(--color-white);
  }

  .footer-mobile-bottom-menu-bg .br {
    border-right: 1px solid #be6a42;
  }

  .footer-mobile-bottom-menu-bg .footer-mobile-bottom-menu-box a i {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .footer-mobile-bottom-menu-bg .footer-mobile-bottom-menu-box a h4 {
    margin: 0;
    font-size: 10px;
  }

  .footer-mobile-bottom-menu-bg .footer-mobile-bottom-menu-box a:hover {
    color: var(--color-orange);
  }

  .program-top-detail-box {
    padding: 40px 0 20px 0;
  }

  .program-date-remember-box {
    display: flex;
    padding: 8px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #f6f6f6;
    min-height: 125px;
  }

  .program-date-remember-box h2 {
    display: block;
    font-size: 34px;
    line-height: 28px;
    margin: 0;
  }

  .program-date-remember-box h2 small {
    font-size: 16px;
  }

  .program-date-remember-box h3 {
    display: block;
    font-size: 13px;
    text-align: center;
  }

  .program-date-remember-box.br {
    border-right: 0px solid #6B6C6E;
  }

  .program-top-detail-box-container {
    margin-bottom: 40px;
  }

  .program-top-detail-box .bb {
    border-bottom: 0px solid #6B6C6E;
  }

  .program-ind-admsn-link {
    margin: 8px 0;
  }

  .program-intntl-admsn-link {
    margin: 8px 0;
  }

  .prog-duration-box {
    margin: 35px 0 5px 0;
  }

  .prog-duration-box i {
    font-size: 34px;
  }

  .prog-duration-box h3 {
    font-size: 22px;
  }

  .prog-duration-box h3 small {
    font-size: 15px;
  }

  .program-content-box {
    padding: 20px 0 0px 0;
  }

  .program-accreditations-bg h2 {
    margin-bottom: 20px;
  }

  .program-accreditations-bg {
    padding: 20px 0 20px 0;
  }

  .program-eligibility-bg {
    padding: 30px 0 20px 0;
    text-align: center;
  }

  .program-eligibility-bg h2 {
    text-align: left;
  }

  .program-eligibility-bg .btn-one-full {
    margin-bottom: 20px;
  }

  .program-fees-bg h2 {
    text-align: center;
  }

  .program-fees-bg {
    padding: 40px 0 40px 0;
  }

  .program-fees-bg .program-fees-outer-box {
    padding: 25px 20px;
  }

  .rwd-table td:first-child {
    margin-top: 0em;
    text-align: left !important;
  }

  .rwd-table td:before {
    color: var(--color-black);
  }

  .program-fees-bg .program-fees-outer-box .program-fees-table.rwd-table tr.program-fees-total td:before {
    color: var(--color-black);
  }

  .rwd-table td:last-child {
    margin-bottom: 0em;
  }

  .program-fees-bg .program-fees-outer-box .program-fees-table .program-fees-total td {
    border-color: var(--color-white);
  }

  .program-structure-bg .name h2 {
    color: var(--color-black);
    padding-top: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .program-structure-bg .name h2:before {
    display: none;
  }

  .program-structure-bg {
    padding: 20px 0 40px 0;
  }

  .program-structure-right-name {
    display: none;
  }

  .program-po-bg:before,
  .program-po-bg:after {
    display: none;
  }

  .program-po-bg .program-po-btn-box {
    flex-wrap: wrap;
  }

  .program-po-bg .program-po-btn-box .btn-one {
    margin: 10px 0;
  }

  .event-box .event-box-content h3 {
    font-size: 17px;
  }

  .event-box .event-box-content .event-date-list {
    justify-content: flex-start;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
  }

  .event-box .event-box-content .event-date-list li {
    border-right: 0px solid #ccc;
    padding-right: 0;
    padding-bottom: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    border-bottom: 0px solid #ccc;
  }

  .event-box .event-box-content .event-box-content-link {
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .event-box .event-box-content .event-box-content-link li {
    padding-right: 0px;
    padding-bottom: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
  }

  #news-select {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  select.news-filter-btn {
    padding: 20px 30px;
    margin: 10px 0px;
    border-radius: 30px;
    width: 100%;
    font-size: 17px;
  }

  .news-box .news-box-thumb {
    display: none;
  }

  .news-box .news-box-content {
    width: 100%;
  }

  .inner-bg h2 {
    font-size: 18px;
  }

  .research-stats-bg h2 {
    margin-bottom: 20px;
    font-size: 20px !important;
  }

  .research-stats-bg {
    padding-top: 40px;
  }

  .research-stats-box {
    padding-left: 0px;
    text-align: center;
    margin: 10px 0;
  }

  .research-stats-box h3 {
    font-size: 36px;
  }

  .research-stats-box i {
    font-size: 32px;
  }

  .research-stats-box p {
    text-align: center;
    line-height: 20px;
    font-weight: 500;
  }

  .research-innovations-bg {
    padding: 40px 0 40px 0;
  }

  .research-innovations-box {
    padding: 30px 20px 40px 20px;
    border-radius: 20px;
  }

  .research-innovations-bg h2 {
    margin-bottom: 40px;
    font-size: 19px;
  }

  #depAchievementsTab.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    border: 1px solid var(--color-orange);
    color: var(--color-orange);
    font-weight: 500;
    font-size: 15px;
  }

  #depAchievementsTab.r-tabs .r-tabs-panel {
    width: 100%;
    float: unset;
    padding: 15px 15px 15px 15px;
  }

  #depAchievementsTab.r-tabs .r-tabs-panel ul {
    margin: 0 0 0 10px;
    text-align: left;
  }

  #depAchievementsTab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: var(--color-orange);
    color: var(--color-white);
  }

  #depAchievementsTab .home-programs-list {
    display: none;
  }

  #naacTab.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    border: 1px solid var(--color-orange);
    color: var(--color-orange);
    font-weight: 500;
    font-size: 15px;
  }

  #naacTab.r-tabs .r-tabs-panel {
    width: 100%;
    float: unset;
    padding: 15px 15px 15px 15px;
  }

  #naacTab.r-tabs .r-tabs-panel ul {
    margin: 0 0 0 10px;
    text-align: left;
  }

  #naacTab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: var(--color-orange);
    color: var(--color-white);
  }

  #naacTab .home-programs-list {
    display: none;
  }

  #examinationTab.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    border: 1px solid var(--color-orange);
    color: var(--color-orange);
    font-weight: 500;
    font-size: 15px;
  }

  #examinationTab.r-tabs .r-tabs-panel {
    width: 100%;
    float: unset;
    padding: 15px 15px 15px 15px !important;
  }

  #examinationTab.r-tabs .r-tabs-panel ul {
    margin: 0 0 0 10px;
    text-align: left;
  }

  #examinationTab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: var(--color-orange);
    color: var(--color-white);
  }

  #examinationTab .home-programs-list {
    display: none;
  }

  .home-announcements-bg:before {
    width: 100%;
    border-radius: 0;
  }

  .home-announcements-bg .container {
    padding-bottom: 0px;
  }

  .home-announcements-bg .home-announcements-name-bg {
    margin-bottom: 10px;
  }

  .home-search-bg,
  .home-why-muj-list-bg,
  .home-life-muj-bg {
    overflow: hidden;
  }

  .home-search-bg:before {
    left: 0px;
    right: 0;
    top: 0;
    width: 400px;
    height: 400px;
  }

  .home-search-box {
    padding: 15px;
    text-align: center;
  }

  .home-search-box ul {
    display: none;
  }

  .home-search-box h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 15px 0;
  }

  .home-search-box h2 span {
    display: inline-block;
  }

  .home-search-box .submit-btn {
    margin-top: 10px !important;
  }

  .home-training-bg h2 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 32px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .home-training-bg {
    padding: 40px 0;
  }

  .home-training-bg ul li span {
    font-size: 26px;
  }

  ul.home-why-muj-list-box {
    margin: 0px 0 0 0;
    display: flex;
    justify-content: space-between;
  }

  ul.home-why-muj-list-box li {
    margin: 10px 0;
    width: 48%;
  }

  ul.home-why-muj-list-box li a {
    padding: 30px 10px;
  }

  ul.home-why-muj-list-box li a h4 {
    font-size: 15px;
  }

  ul.home-why-muj-list-box li a img {
    width: 40% !important;
  }

  .home-why-muj-bg h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .home-why-muj-bg h2 span {
    display: inline-block;
  }

  .home-why-muj-bg {
    padding: 50px 0;
    background: #F6F6F6;
  }

  .home-why-muj-list-bg {
    margin-top: 15px;
  }



  .home-ic-content-hang-box {
    padding: 20px 15px;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }

  .home-ic-content-box {
    margin: 10px 0px 20px 0;
  }

  .home-ic-content-hang-box h3 {
    font-size: 16px;
  }

  .home-ic-content-hang-box h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 33px;
    text-align: left !important;
  }

  .home-international-collaborations-bg h2 {
    text-align: center;
  }

  .home-international-collaborations-bg {
    padding: 0px 0 20px 0;
  }

  .home-facts-bg {
    padding: 25px 15px;
  }

  .home-facts-box h2 {
    font-size: 30px;
  }

  .home-facts-box i {
    font-size: 20px;
  }

  .home-facts-box p {
    text-align: left;
    font-size: 12px;
  }

  .home-facts-box p span {
    display: unset;
  }

  .home-life-muj-bg .home-life-muj-text-bg h2 {
    font-size: 28px;
  }

  .home-life-muj-text-bg {
    margin-bottom: 15px;
  }

  .mobileFilterBtn {
    display: block;
    margin-bottom: 15px;
  }

  .mobile-toggle {
    display: none;
  }

  .admision-wrap label {
    font-size: 14px;
  }

  .admision-wrap {
    margin-top: 0;
  }

  .admissions-details-box a {
    min-height: auto;
  }

  .admissions-details-logo img {
    width: 100px;
    margin: 0 auto;
    display: block;
  }

  .admissions-details-box .admissions-details-box-line {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .admissions-details-box h3 {
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .ad-location-box-content {
    text-align: center;
  }

  ul.admission-top-menu {
    flex-direction: column;
  }

  ul.admission-top-menu li {
    margin: 5px 20px;
  }

  .inner-scholarship-bg {
    display: none;
  }

  .inner-bottom-facts-bg {
    padding: 25px 15px;
  }

  .home-new-leadership-leader-box a div {
    min-height: auto;
    margin-bottom: 10px;
  }

  .home-new-leadership-leader-box-1 div {
    min-height: auto;
    margin-bottom: 10px;
  }

  .ag-timeline_image {
    width: 100%;
  }

  .ag-timeline_year {
    width: 100%;
  }

  .ag-timeline_text {
    width: 100%;
  }

  .inner-honour-bg {
    padding: 30px 0;
    text-align: center;
  }

  ul.inner-common-menu-bg {
    flex-wrap: wrap;
  }

  ul.inner-common-menu-bg li {
    margin: 5px 5px;
  }

  .admission-box h2 {
    font-size: 13px !important;
  }

  .admission-box .boxs {
    width: 46%;
    margin: 5px 5px;
  }

  .career {
    padding: 40px 0;
  }

  .career .img-1 {
    padding: 0 7px 0;
  }

  .career img {
    width: 48% !important;
  }

  .career h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
  }

  .career p {
    padding: 0;
  }

  .inner-gallery-common-bg h2 {
    font-size: 30px;
    line-height: 35px;
    padding: 10px 0;
  }

  .career-box p {
    flex-direction: column;
  }

  .career-box a {
    width: 40%;
  }

  .recruite {
    padding: 40px 0;
  }

  .recruite .heading {
    padding: 20px 10px;
  }

  .recruite .logos {
    position: unset;
    width: 100%;
    padding: 0;
  }

  .common-enquery-btn a {
    background: var(--color-orange) !important;
    border-radius: 5px 5px 0 0;
    color: var(--color-white) !important;
    display: inline-block;
    font-size: 13px;
    padding: 5px 20px;
    position: fixed;
    right: 0;
    top: 37% !important;
    z-index: 1;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  }

  .common-enquery-btn a:hover {
    background: var(--color-white) !important;
    color: var(--color-orange) !important;
  }

  .common-enquery-btn-1 a {
    background: var(--color-orange) !important;
    border-radius: 5px 5px 0 0;
    color: var(--color-white) !important;
    display: inline-block;
    font-size: 13px;
    padding: 5px 20px;
    position: fixed;
    right: 0;
    top: 61% !important;
    z-index: 1;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  }

  .common-enquery-btn-1 a:hover {
    background: var(--color-white) !important;
    color: var(--color-orange) !important;
  }

  .indicator {
    bottom: 57px !important;
    right: 87px !important;
    padding: 9px !important;
    font-size: 10px !important;
  }

  .admission-content {
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 10px;
    top: 10px;
    right: 0;
  }

  .admission-content h3 {
    font-size: 15px;
  }

  .admission-content p {
    font-size: 11px;
    line-height: 15px;
  }

  .admission-content span {
    color: white;
    font-size: 10px;
  }

  .blog-form {
    margin-left: 0;
  }

  .blog-gallery a img {
    width: 100%;
    object-fit: cover;
}

}