:root {
  --color-super-black: #000000;
  --color-black: #1E1E1E;
  --color-one: #803573;
  --color-two: #FCE638;
  --color-white: #ffffff;
  --color-grey: #ececec;
  --color-pureGrey: #808080;
  --color-AjGrey: #929292;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --blur: 20px;
  --bs-font-main: "Anek Devanagari", sans-serif;
}

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

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

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

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

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

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

i {
  font-style: normal;
}

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

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

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

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

a,
.home-subscribe-form-box .contact-btn,
.admissions-details-box ul li.admissions-details-link,
.admissions-details-box:before,
.admissions-details-box h3,
.ad-location-box-loc.br,
.admissions-details-box .admissions-details-box-line,
.ad-location-box-content span {
  outline: 0 !important;
  text-decoration: none;
  color: var(--color-black);
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

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

.pad0 {
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 15px;
  text-decoration: none;
  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-one);
}

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

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

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

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

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

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

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

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

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

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

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

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

.slider:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0px;
  z-index: 2;
  height: 200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0) 100%);
}

#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: 55px;
  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: 55px;
  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,
.btn-four,
.btn-four-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: 5px 30px 3px 30px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 24px;
}

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

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

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

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

.btn-one-full1{
  margin-right: 9px;
}
.btn-two {
  border: 2px solid var(--color-two);
  color: var(--color-two) !important;
}

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

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

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

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

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

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

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

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

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

.btn-four-full {
  border: 2px solid var(--color-black);
  background: var(--color-black);
  color: var(--color-white) !important;
}

.btn-four-full:hover {
  border: 2px solid var(--color-black);
  color: var(--color-black) !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;
}

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

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

ul.list li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  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-two);
}

.head-main {
  font-size: 50px;
  line-height: 52px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.head-main span {
  display: block;
}

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

.head-two {
  font-weight: 500;
  font-size: 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-two);
  color: var(--color-white);
  width: 100%;
}

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

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

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

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

.bg-color-one {
  background: #f3f3f3;
  padding: 50px;
  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-one);
  color: var(--color-white) !important;
  width: 100%;
  font-weight: 400 !important;
}

.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-one);
  color: var(--color-one);
  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-one);
  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-one);
  color: var(--color-one);
  width: 100%;
}

.bg-color-two h3 span{
  float: right;
}

.bg-color-two h6 {
  font-weight: 500;
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.bg-color-two h6 span {
  color: black;
  font-weight: bold;
  float: right;
  text-align: right;
}


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

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

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

.p-full-50 {
  padding: 50px;
}

.for-xs {
  display: none;
}

.home-announce-bg {
  padding: 0px 0 40px 0;
}

.CarouselAnnounceBg {
  padding: 30px 0 30px 0;
  margin-top: -40px;
  margin-bottom: 80px;
  text-align: center;
  color: var(--color-black);
  font-weight: 500;
  box-shadow: 0px 30px 60px 0px #80357326;
  border-radius: 15px;
  background: var(--color-white);
  position: relative;
  z-index: 0;
}

.CarouselAnnounceBg i {
  color: var(--color-one);
  margin-right: 4px;
}

.CarouselAnnounceBg a {
  font-weight: 500;
}

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

.home-your-intrest-bg {
  padding: 0px 0 100px 0;
  background: url('../img/home-your-intrest-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.home-your-intrest-bg .home-your-intrest-content {
  padding: 0 0 0 68px;
  position: relative;
}

.home-your-intrest-bg .home-your-intrest-content:before {
  content: "";
  position: absolute;
  top: 45px;
  right: -90%;
  background: #A3A3A3;
  width: 100%;
  height: 1px;
  z-index: 0;
}

.home-your-intrest-tab {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  display: table;
  border: 0 !important;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;

}

.home-your-intrest-tab li {
  display: inline-block !important;
  margin: 0 10px !important;
  margin-bottom: 10px !important;
}

.home-your-intrest-tab li a {
  background: 0 0 !important;
  color: var(--color-white) !important;
  width: 100%;
  text-align: center;
  padding: 5px 30px !important;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
  margin: 0 !important;
  border: 1px solid var(--color-one);
  background: var(--color-one) !important;
  border-radius: 100px;
}

.home-your-intrest-tab .r-tabs-state-active .r-tabs-anchor {
  color: var(--color-one) !important;
  background: 0 0 !important;
}

.home-your-intrest-tab .r-tabs-state-active {
  border: 0 !important
}

.home-your-intrest-tab li:hover .r-tabs-anchor {
  background: transparent !important;
  color: var(--color-one) !important;
  border: 1px solid var(--color-one) !important;
}

.home-your-intrest-tab-content {
  padding: 30px 10px 30px 10px !important;
  border: 0 !important;
  background: 0 0
}

ul.home-your-intrest-btn {
  margin: 0;
  padding: 0;
  list-style: none
}

ul.home-your-intrest-btn li {
  display: inline-block;
  margin: 2px 5px;
  width: 47%
}

ul.home-your-intrest-btn li a {
  display: block;
  text-decoration: none;
  background: 0 0;
  color: var(--color-black);
  padding: 5px 5px;
}

ul.home-your-intrest-btn li a:hover {
  background: var(--color-AjGrey);
  color: var(--color-white);
}

.home-your-intrest-name {
  margin-top: 80px;
  padding-right: 75px;
}

.home-your-intrest-name h2 {
  font-size: 50px;
  font-weight: 500;
  text-align: right;
}

.home-your-intrest-name h2 span {
  display: block;
}

.home-video-bg {
  margin-top: -60px;
}

.home-video-bg a {
  display: block;
}

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

.home-about-bg h3 {
  color: var(--color-one);
  font-size: 20px;
  font-weight: 500;
}

.home-about-bg h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

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

.home-accreditation-bg {
  padding: 40px 0;
}

.home-accreditation-owl.owl-carousel.owl-drag .owl-item img {
  display: block;
  width: auto;
  max-height: none;
  object-fit: cover;
  margin: 0 auto;
}

.home-accreditation-box {
  padding: 15px;
  margin: 10px 10px 30px 10px;
  box-shadow: 0px 15px 30px 0px #80357326;
  background: var(--color-white);
}

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

.home-news-bg:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  right: 0;
  background-image: -webkit-linear-gradient(266deg, #FFFCE3 77%, rgba(238, 237, 237, 0) 0%);
  width: 100%;
  height: 60%;
  z-index: -1;
}

.home-news-bg .container-fluid {
  border-radius: 15px;
  padding: 70px 100px;
  position: relative;
  z-index: 1;
  background: #F6F5F5;
}

.home-news-box {
  background: #fff;
  padding: 0px 0px 0px 0px;
  margin: 10px 10px 20px 10px;
  border-radius: 15px;
  box-shadow: 0px 30px 30px -10px #80357326;
}

.home-news-box .home-news-content-box {
  padding: 25px;
  background: #fff;
  margin-top: -40px;
  position: relative;
  border-radius: 15px;
}

.home-news-box .home-news-content-box h2 {
  font-size: 20px;
  font-weight: 500;
}

.home-news-box .home-news-content-box p {
  line-height: 22px;
  margin-bottom: 20px;
  font-size: 14px;
}

.home-news-box .home-news-content-box h3 {
  color: #929292;
  font-size: 16px;
}

.home-news-bg .home-news-head-bg h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-one);
}

.home-news-bg .home-news-head-bg h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 30px;
}

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

.home-placement-bg {
  padding: 60px 0 30px 0;
  margin-bottom: 120px;
  position: relative;
  z-index: 0;
}

.home-placement-bg h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-one);
}

.home-placement-bg h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  border-bottom: 1px solid #A3A3A3;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

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

.home-placement-owl-bg {
  position: absolute;
  right: 100px;
  bottom: 0;
  width: 60%;
  background: var(--color-white);
  box-shadow: 0px 30px 60px 0px #80357326;
  padding: 60px 50px;
  border-radius: 15px;
}

.home-stats-bg {
  padding: 15px 15px 80px 15px;
  position: relative;
  z-index: 0;
  color: var(--color-white);
}

.home-stats-bg .container-fluid {
  position: relative;
  z-index: 0;
  background-image: url('../img/home-stats-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  border-radius: 15px;
}

.home-stats-bg .container-fluid:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .70);
  z-index: -1;
  border-radius: 15px;
}

.home-stats-bg:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40%;
  background: #898989;
  z-index: -1;
}

.home-stats-bg .home-stats-content-bg {
  border-top: 1px solid #8e8e8e;
  padding: 40px 100px 40px 100px;
}

.home-stats-bg .home-stats-content-bg h2 {
  font-size: 50px;
  font-weight: 300;
  margin: 0;
}

.home-stats-bg .home-stats-content-bg p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

.home-stats-box {
  text-align: center;
  padding: 110px 15px;
}

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

.home-stats-box h2 {
  color: var(--color-white);
  font-size: 60px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
  line-height: 46px;
}

.home-stats-box i {
  color: var(--color-white);
  font-size: 40px;
}

.home-stats-box p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
}

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

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

.home-research-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 28%;
  background: #898989;
  z-index: -1;
}

.home-research-bg .home-research-head {
  padding-top: 60px;
  padding-right: 40px;
}

.home-research-bg .home-research-head h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
}

.home-research-bg .home-research-head h2 {
  font-size: 49px;
  font-weight: 500;
  color: var(--color-white);
  line-height: 48px;
  margin-bottom: 60px;
}

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

.home-research-bg .home-research-white-bg {
  background: var(--color-white);
}

.home-research-bg .home-research-grey-bg {
  background: #D9D9D9;
}

.home-research-bg .home-research-grey-bg,
.home-research-bg .home-research-white-bg {
  text-align: center;
  padding: 40px 15px;
  border-radius: 15px;
}

.home-research-bg .home-research-grey-bg img,
.home-research-bg .home-research-white-bg img {
  width: 40%;
  margin-bottom: 15px;
}

.home-research-bg .home-research-grey-bg h3,
.home-research-bg .home-research-white-bg h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.home-research-bg .home-research-img-bg {
  position: relative;
  padding: 0;
  margin-left: -13px;
}

.home-research-bg .home-research-img-bg .home-research-img-box {
  position: absolute;
  left: 30px;
  right: 0;
  bottom: 20px;
}

.home-research-bg .home-research-img-bg .home-research-img-box h2 {
  font-size: 70px;
  font-weight: 500;
  line-height: 60px;
  color: var(--color-white);
  margin: 0;
}

.home-research-bg .home-research-img-bg .home-research-img-box h2 span {
  display: block;
}

.home-research-bg .home-research-img-bg .home-research-img-box .home-research-white-bg {
  border-radius: 0 15px 15px 0px;
}

.home-enroll-bg {
  background: var(--color-one);
  color: var(--color-white);
  padding: 50px 0;
}

.home-enroll-bg h2 {
  font-size: 54px;
  font-weight: 500;
  line-height: 56px;
  margin: 0;
}

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

.home-enroll-bg .btn-three {
  padding: 20px 40px 12px 40px;
  font-size: 20px;
  font-weight: 300;
  border-radius: 100px;
}

.home-enroll-bg a {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 300;
}

.home-enroll-bg a i {
  margin-right: 5px;
}

.home-enroll-bg a:hover {
  color: var(--color-black);
}

.home-enroll-bg .home-enroll-btn-box {
  padding: 30px 0;
  margin-right: 40px;
}

.home-enroll-bg .home-enroll-btn-box.br {
  border-right: 1px solid #ffffff;
}

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

.home-teqip-bg .home-teqip-box {
  padding: 0 20px 0 40px;
}

.home-teqip-bg .home-teqip-box h3 {
  color: var(--color-one);
  font-size: 20px;
  font-weight: 500;
}

.home-teqip-bg .home-teqip-box h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

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

.home-teqip-owl-box a {
  background: var(--color-white);
  padding: 30px 50px;
  margin: 60px 0 40px 0;
  display: block;
  box-shadow: 0px 15px 30px 0px #80357326;
}

.home-teqip-owl-box a:hover img {
  opacity: 0.5;
}




.topSearch {
  position: fixed;
  right: 175px;
  top: 25px;
  z-index: 1000;
}

.search_input {
  color: black;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  caret-color: transparent;
  line-height: 40px;
  transition: width 0.4s linear;
}

.search_icon {
  height: 50px;
  width: 50px;
  float: right;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--color-black);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 10px;
}

.search_icon:hover {
  background: var(--color-white);
}

.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-one);
}

.search .fa-search {
  position: absolute;
  top: 20px;
  left: 16px;
}

.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 110px;
  background: var(--color-one);
}

.search-body {
  position: relative;
}

.search-body h2 {
  position: absolute;
  top: -36px;
  left: 0;
  color: #fff;
  font-size: 30px;
}

.modal-custom-details-popup .head {
  background: #f3f3f3;
  padding: 30px;
}

.modal-custom-details-popup .head img {
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .25) !important;
}

.modal-custom-details-popup .head h2 {
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0px 10px 0;
  background: none;
  color: var(--color-black);
  text-align: left;
}

.modal-custom-details-popup .head h4 {
  font-weight: 500;
  font-size: 18px;
}

.modal-custom-details-popup .head .name .Fa-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal-custom-details-popup .head .name .Fa-list li {
  font-size: 16px;
  padding-bottom: 5px;
}

.modal-custom-details-popup .head .name .Fa-list li span {
  font-weight: 600;
  width: 25%;
  display: inline-block;
}

.modal-custom-bg .modal-content {
  background: rgba(255, 255, 255, 1);
  border: 0px;
  border-radius: 0;
}

.modal-custom-bg .modal-body {
  padding: 0;
}

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

.modal-custom-bg .modal-body .close:hover {
  opacity: 1;
}

.modal-custom-details-popup .modal-custom-text-body {
  padding: 40px;
}

.modal-custom-details-popup .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.8);
}

.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;} */


footer {
  padding: 100px 0 0;
  margin-top: 75px;
  font-size: 15px;
  background: var(--color-black);
  color: var(--color-white);
  position: relative;
  z-index: 0;
}

footer:after {
  content: "";
  position: absolute;
  left: 0px;
  top: -98px;
  right: 0;
  background-image: -webkit-linear-gradient(93deg, var(--color-black) 77%, rgba(238, 237, 237, 0) 0%);
  width: 100%;
  height: 80%;
  z-index: -1;
}

footer:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -98px;
  right: 0;
  background-image: -webkit-linear-gradient(87deg, var(--color-one) 77%, rgba(238, 237, 237, 0) 0%);
  width: 100%;
  height: 50%;
  z-index: -1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

footer .footer-list ul.half li {
  list-style: none;
  padding: 4px 0 4px 10px;
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 48%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

footer .copy .copy-center {
  border-top: 2px solid var(--color-white);
  padding-top: 10px;
}

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

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

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

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

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-white);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* footer social icons */

.tbl-head {
  background-color: #A3A3A3 !important;
  color: #FFFFFF;
  padding: 10px;
}

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

.rwd-table thead tr:first-child {
  background: var(--color-white);
  color: var(--color-black);
}

.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;
  align-content: center;
}

.rwd-table td a{
  /* padding: .5em 1em; */
  color: var(--color-one);
}

.link1{
  height: 22px !important;
}

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

  .table-bordered {
    border: 0px;
  }

  .rwd-table tr {
    border: 1px solid #000;
  }
}

.tbl-head {
  background-color: #A3A3A3 !important;
  color: #FFFFFF;
  padding: 10px;
}

@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;
  overflow: hidden;
}

.inner-banner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: 0;
}

.inner-banner:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -150px;
  background-image: -webkit-linear-gradient(150deg, rgba(128, 53, 115, 0.5) 77%, rgba(238, 237, 237, 0) 0%);
  width: 50%;
  height: 100%;
  z-index: 0;
}

.inner-banner-head {
  position: absolute;
  right: 100px;
  bottom: 20px;
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  color: var(--color-white);
  z-index: 1;
}

.inner-banner-head small {
  font-size: 25px;
  text-transform: none;
}

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

.inner-content-bg .container {
  background: var(--color-white);
  position: relative;
}

.inner-infra-bg {
  background: #F5F5F5;
  padding: 60px 120px;
  margin-top: 40px;
  border-radius: 15px;
  text-align: center;
}

.inner-infra-bg h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.inner-infra-box {
  padding: 40px 20px;
  text-align: center;
}

.inner-infra-box img {
  margin: 0 0 12px 0;
  width: 25%;
}

.inner-infra-box h4 {
  font-size: 14px;
  margin: 0;
}

.inner-common-footer-link {
  padding: 40px 0 50px 0;
  margin-bottom: -40px;
  background: url('../img/home-your-intrest-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.inner-common-footer-link-box {
  padding-left: 40px;
}

.inner-common-footer-link .inner-common-footer-link-box h2 {
  font-size: 52px;
  line-height: 60px;
}

.inner-common-footer-link .inner-common-footer-link-box h2 span {
  display: block;
}

.inner-common-footer-link .inner-common-footer-link-box .btn-one-full,
.inner-common-footer-link .inner-common-footer-link-box .btn-one {
  font-size: 18px;
}

.adsUl {
  margin: 0;
  padding: 0
}

.admissions-tab {
  margin: 0 0 20px 0 !important;
  padding: 0 0 5px 0 !important;
  top: 15px;
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
}

.admissions-tab li {
  display: block;
  font-weight: 400;
  background: #fff;
  font-weight: 500;
  padding: 0;
  cursor: pointer;
  position: relative;
  margin: 0 10px 10px 0 !important
}

.admissions-tab .aEbox {
  display: block !important;
  margin: 3px;
  padding: 0;
  min-height: 100%;
}

.admissions-tab li a {
  background: 0 0 !important;
  color: var(--color-one) !important;
  width: 100%;
  display: block;
  text-align: center;
  padding: 6px 25px 3px 25px !important;
  font-size: 15px;
  margin: 0 !important;
  border: 2px solid var(--color-one);
  border-radius: 50px;
}

.admissions-tab li a:hover {
  color: var(--color-white) !important;
  background: var(--color-one);
  border-radius: 50px;
}

.admissions-tab .r-tabs-state-active .aEbox a {
  color: var(--color-white) !important;
  background: var(--color-one) !important;
}

/* .admissions-tab .aEbox:hover a{color:var(--color-black);background:var(--color-one)!important;border-radius: 13px;} */
.admissions-tab li a:hover {
  background: #f1e5ef !important;
  color: var(--color-one) !important;
}

.admissions-tab .r-tabs-state-active:hover .r-tabs-anchor:hover {
  padding: 6px 15px;
  color: var(--color-black);
  background: var(--color-one) !important
}

.admissions-tab .r-tabs-state-active {
  border: 0 !important;
  background: 0 0 !important
}

.admissions-tab .r-tabs-state-active li a {
  border: 0 !important;
  background: 0 0 !important
}

.admissions-tab .r-tabs-state-active li {
  border: 0 !important;
  background: var(--color-one) !important
}

.admissions-tab .r-tabs-anchor li:hover {
  background: var(--color-one) !important
}

.admissions-tab li a:hover .r-tabs-anchor {
  background: var(--color-one) !important
}

.adsn-prgm-box {
  position: relative;
  list-style: none;
  margin: 12px 0;
}

.adsn-prgm-box a {
  background: #F5F5F5;
  color: var(--color-black);
  display: block;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0rem 0rem rgba(0, 0, 0, .15);
}

.adsn-prgm-box a h2 {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-one);
  display: block;
  width: 100%;
  margin: 0;
  line-height: 22px;
}

.adsn-prgm-box a h2 span {
  display: block;
}

.adsn-prgm-box a h2 small {
  color: var(--color-AjGrey);
  font-size: 16px;
}

.adsn-prgm-box:hover a {
  box-shadow: 0rem 0rem 4rem rgba(0, 0, 0, .18);
  background: var(--color-white);
}

.adsn-prgm-box .btn {
  background: #565950;
  color: #fff;
  border-radius: 0;
  margin-top: 20px;
  font-size: 13px;
  padding: 5px 15px
}

.adsn-prgm-box:hover .btn {
  background: var(--color-one);
  color: #565950
}

.adsn-prgm-box .adsn-prgm-head-box {
  display: flex;
  align-items: center;
}

.adsn-prgm-box .adsn-prgm-head-box .icon-box {
  background: var(--color-white);
  padding: 15px 10px;
  border-radius: 15px;
  margin: 0 15px 15px 0;
}

.adsn-prgm-box .adsn-prgm-head-box .icon-box img {
  width: 85%;
  margin: 0 auto;
  display: block;
}

ul.admission-eligibility {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  text-align: center
}

ul.admission-eligibility li {
  display: inline-block;
  margin: 0 0 0 5px
}

ul.admission-eligibility li a {
  display: block;
  background: var(--color-one);
  color: #565950;
  padding: 6px 15px;
  font-weight: 500;
  border: 1px solid var(--color-one)
}

ul.admission-eligibility li a:hover {
  border: 1px solid var(--color-one);
  background: #fff;
  color: #565950
}

.adsn-content-area {
  background: rgba(255, 255, 255, 1);
  border-bottom: 0px solid #ccc;
  padding: 30px 0 !important;
  margin: 0 10px;
  border: 0 !important;
}

.adsn-loc-box {
  border-top: 1px solid #929292;
  padding-top: 20px !important;
}

.adsn-loc-box .location,
.adsn-loc-box .duration {
  color: var(--color-one);
  font-size: 20px;
  font-weight: 500;
}

.adsn-loc-box .location span,
.adsn-loc-box .duration span {
  display: block;
  color: #929292;
  font-size: 14px;
  font-weight: 300;
}

.adsn-loc-box .location span i,
.adsn-loc-box .duration span i {
  display: block;
  margin-bottom: 2px;
}

.adsn-prgm-box a p {
  display: block;
}

.adsn-prgm-box a p span {
  color: var(--color-two);
  border: 1px solid var(--color-two);
  font-size: 12px;
  font-weight: 500 !important;
  border-radius: 50px;
  padding: 4px 10px;
  display: inline-block;
  margin: 15px 0 0 0;
  line-height: 16px;
}

.adsn-prgm-box a:hover p span {
  color: var(--color-white);
  background: var(--color-two);
}

.admissions-top-btn-bg {
  border-bottom: 1px solid #A3A3A3;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

ul.admission-extra-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  right: 0;
  top: 0%;
  text-align: right;
  width: 100%;
}

ul.admission-extra-menu li {
  display: inline-block;
  margin: 0 2px;
}

ul.admission-extra-menu li a {
  display: block;
  padding: 6px 18px 2px 18px;
  border: 2px solid var(--color-one);
  color: var(--color-one);
  border-radius: 50px;
  font-size: 14px;
}

ul.admission-extra-menu li a:hover {
  background: var(--color-one);
  color: var(--color-white);
}








.common-modal .modal-content .modal-body {
  padding: 30px;
}

.common-modal .modal-content .modal-header .modal-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-one);
}

.common-modal .modal-content .modal-header .close {
  border: 0;
  font-size: 30px;
  background: #fff;
  padding: 0;
  line-height: 20px;
}

.modal-custom-details-popup .head {
  background: #f3f3f3;
  padding: 30px;
}

.modal-custom-details-popup .head img {
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .25) !important;
}

.modal-custom-details-popup .head h2 {
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0px 10px 0;
  background: none;
  color: var(--color-black);
  text-align: left;
}

.modal-custom-details-popup .head h4 {
  font-weight: 500;
  font-size: 18px;
}

.modal-custom-details-popup .head .name .Fa-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal-custom-details-popup .head .name .Fa-list li {
  font-size: 16px;
  padding-bottom: 5px;
}

.modal-custom-details-popup .head .name .Fa-list li span {
  font-weight: 600;
  width: 25%;
  display: inline-block;
}

.modal-custom-bg .modal-content {
  background: rgba(255, 255, 255, 1);
  border: 0px;
  border-radius: 0;
}

.modal-custom-bg .modal-body {
  padding: 0;
}

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

.modal-custom-bg .modal-body .close:hover {
  opacity: 1;
}

.modal-custom-details-popup .modal-custom-text-body {
  padding: 40px;
}

.modal-custom-details-popup .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.8);
}

.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);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* .fade-flip .modal-dialog { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%) !important;} */

.enquire-now-hang.modal-custom-bg .modal-content {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}

.enquire-now-hang.modal-custom-bg .modal-content .modal-header .modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  display: block;
  width: 100%;
  text-transform: uppercase;
}

.enquire-now-hang.modal-custom-bg .modal-content .modal-header .close {
  position: absolute;
  right: 25px;
  top: -15px;
  background: transparent !important;
  color: #000;
  font-size: 38px;
}

.enquire-now-hang form {
  padding: 0px;
}

.enquire-now-hang .pad {
  padding: 0 30px;
}

.enquire-now-hang input {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
}

.enquire-now-hang textarea {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important
}

.enquire-now-hang button {
  background: #000 !important;
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 3px 35px;
  margin-top: 30px;
}

.enquire-now-hang button:hover {
  background: #ffffff !important;
  color: #000;
  border: 1px solid #fff;
}


.dep-head-one {
  text-transform: uppercase;
  color: var(--color-one);
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 35px;
}

.dep-head-two {
  font-size: 28px;
  font-weight: 500;
  border-bottom: 1px solid #A3A3A3;
  margin-bottom: 25px;
}

.dep-head-three {
  text-transform: uppercase;
  color: var(--color-one);
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
}





.dep-overview-bg {
  padding: 60px 0px 0px 0px;
}

.dep-overview-bg h1 {
  font-size: 50px;
  font-weight: 500;
  margin: 0;
  line-height: 50px;
}

.dep-overview-bg h1 span {
  display: block;
}

.dep-overview-bg .dep-overview-box {
  color: #A3A3A3;
  display: flex;
  align-items: center;
  margin: 0 40px;
}

.dep-overview-bg .dep-overview-box i {
  font-size: 30px;
  margin-right: 10px;
}

.dep-overview-bg .dep-overview-box h2 {
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
}

.dep-overview-bg .dep-overview-box h2 span {
  display: block;
  color: var(--color-one);
  font-size: 30px;
}

.dep-overview-bg hr {
  background-image: none;
  background: #A3A3A3;
  border: 0;
  height: 1px;
  margin: 30px 0 40px 0;
  opacity: 1;
}


.depTab {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 0 !important;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  background: #F5F5F5;
  padding: 60px 100px !important;
}

.depTab li {
  display: inline-block !important;
  margin: 8px 15px !important
}

.depTab li a {
  background: 0 0 !important;
  color: #A3A3A3 !important;
  width: 100%;
  text-align: center;
  padding: 5px 0px !important;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  margin: 0 0px !important;
  border-bottom: 4px solid #F5F5F5;
  background: transparent !important;
  border-radius: 0px;
}

.depTab .r-tabs-state-active .r-tabs-anchor {
  color: var(--color-one) !important;
  background: transparent !important;
  border-bottom: 4px solid var(--color-two);
}

.depTab .r-tabs-state-active {
  background: transparent !important;
  border: 0 !important;
}

.depTab li:hover .r-tabs-anchor {
  background: transparent !important;
  color: var(--color-one) !important;
  border-bottom: 4px solid #F5F5F5 !important;
}

.depTab-content-bg {
  padding: 60px 10px 30px 10px !important;
  border: 0 !important;
  background: 0 0
}

.department-top-menu.tiny {
  bottom: auto;
  top: 0;
  position: fixed;
  z-index: 99;
  background: rgba(245, 245, 245, 0.8);
  border-radius: 0px;
  padding: 30px 100px !important;
}

.dep-head {
  font-size: 30px;
  font-weight: 500;
}

.dep-prgm-box {
  position: relative;
  list-style: none;
  margin: 12px 0;
}

.dep-prgm-box a {
  background: #F5F5F5;
  color: var(--color-black);
  display: block;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0rem 0rem rgba(0, 0, 0, .15);
  min-height: 187px
}

.dep-prgm-box a h2 {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-one);
  display: block;
  width: 100%;
  margin: 0;
  line-height: 22px;
}

.dep-prgm-box a h2 span {
  display: block;
}

.dep-prgm-box a h2 small {
  color: var(--color-AjGrey);
  font-size: 16px;
}

.dep-prgm-box:hover a {
  box-shadow: 0rem 0rem 4rem rgba(0, 0, 0, .18);
  background: var(--color-white);
}

.dep-prgm-box .btn {
  background: #565950;
  color: #fff;
  border-radius: 0;
  margin-top: 20px;
  font-size: 13px;
  padding: 5px 15px
}

.dep-prgm-box:hover .btn {
  background: var(--color-one);
  color: #565950
}

.dep-prgm-box .dep-prgm-head-box {
  display: flex;
  align-items: center;
}

.dep-prgm-box .dep-prgm-head-box .icon-box {
  background: var(--color-white);
  padding: 15px 10px;
  border-radius: 15px;
  margin: 0 15px 15px 0;
}

.dep-prgm-box .dep-prgm-head-box .icon-box img {
  width: 85%;
  margin: 0 auto;
  display: block;
}

.dep-loc-box {
  border-top: 1px solid #929292;
  padding-top: 20px !important;
}

.dep-loc-box .location,
.dep-loc-box .duration {
  color: var(--color-one);
  font-size: 18px;
  font-weight: 500;
}

.dep-loc-box .location span,
.dep-loc-box .duration span {
  display: block;
  color: #929292;
  font-size: 14px;
  font-weight: 300;
}

.dep-loc-box .location span i,
.dep-loc-box .duration span i {
  display: block;
  margin-bottom: 2px;
}

.dep-prgm-box a p {
  display: block;
}

.dep-prgm-box a p span {
  color: var(--color-two);
  border: 1px solid var(--color-two);
  font-size: 12px;
  font-weight: 500 !important;
  border-radius: 50px;
  padding: 4px 10px;
  display: inline-block;
  margin: 15px 0 0 0;
  line-height: 16px;
}

.dep-prgm-box a:hover p span {
  color: var(--color-white);
  background: var(--color-two);
}


.dep-peo-bg {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pda-accordion.accordion .card-header:after {
  content: "\f068";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 40px;
  top: 25%;
  color: var(--color-black);
  border: 0px solid var(--color-black);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.pda-accordion.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

.pda-accordion.accordion>.card {
  border-radius: 0;
  border: 0;
}

.pda-accordion.accordion>.card .card-header {
  padding: 0;
  margin: 8px 0;
  line-height: 0;
  position: relative;
  border: 0;
  border-radius: 15px;
}

.pda-accordion.accordion>.card .card-header .card-title {
  display: block;
  padding: 20px 50px 15px 50px;
  margin: 0;
  cursor: pointer;
  background: #E9E9E9;
  color: var(--color-black);
  font-size: 17px;
  border: 2px solid #E9E9E9;
  line-height: 26px;
  border-radius: 15px;
}

.pda-accordion.accordion>.card .card-header[aria-expanded="true"] .card-title {
  background-color: #f6f6f6 !important;
}

.pda-accordion.accordion>.card .card-header .card-title:hover {
  color: var(--color-black);
  background-color: #ffffff;
}

.pda-accordion.accordion>.card .card-body {
  border-top: 0px solid #d5d5d5;
  border-bottom: 0px solid #d5d5d5;
  margin-bottom: 20px;
  background: #f6f6f6;
}

.pda-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #EDEEEE;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.pda-accordion .accordion-body {
  border-top: 0px solid #d5d5d5;
  border-bottom: 0px solid #d5d5d5;
  margin-bottom: 20px;
  background: #fbfbfb;
}

.pda-accordion .accordion-item {
  border: none;
  border-bottom: 2px solid #f4f4f4;
}

.pda-accordion .accordion-item:first-of-type .accordion-button {
  color: #000;
  background-color: #EDEEEE;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}





.dep-vision-bg {
  border-top: 1px solid #929292;
  border-bottom: 1px solid #929292;
  padding: 0px 0;
  margin: 50px 0 0px 0;
}

.dep-vision-bg .dep-vision-box {
  padding: 50px;
}

.dep-vision-bg .dep-vision-box.br {
  border-right: 1px solid #929292;
}

.dep-placement-bg {
  padding: 60px 15px 0px 15px;
}

.dep-placement-bg .container-fluid {
  border-radius: 15px;
  padding: 70px 100px;
  position: relative;
  z-index: 1;
  background: #F6F5F5;
}

.dep-placement-bg h2 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 52px;
  margin-bottom: 25px;
}

.dep-placement-bg b {
  color: var(--color-one);
}

.dep-placement-owl {
  margin-top: 50px;
}

.contact-us form {
  padding: 30px 30px;
  box-shadow: 0px 30px 40px rgb(87 117 45 / 10%);
  min-height: 396px;
  border-radius: 17px;
}

.contact-us .pad {
  padding: 0 30px;
}

.contact-us input {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
}

.contact-us textarea {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important
}

.contact-us button {
  background: #8DC63F !important;
  border: 1px solid #8DC63F;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 3px 35px;
  margin-top: 30px;
}

.contact-us button:hover {
  background: #ffffff !important;
  color: #8DC63F;
  border: 1px solid #8DC63F;
}

.contact-map iframe {
  width: 550px !important;
}

.mobileFilterBtn {
  display: none;
}

.officers button {
  background-color: #98BD20 !important;
  border-color: #98BD20 !important;
}

.officers button:hover {
  background-color: #ffffff !important;
  border-color: #98BD20 !important;
  color: #98BD20 !important;
}

.officers button:focus {
  background-color: #ffffff !important;
  border-color: #98BD20 !important;
  color: #98BD20 !important;
  box-shadow: 0 0 0 0.25rem rgb(129 230 19 / 50%);
}

.officers .active {
  display: block;
}

.officers .officer {
  padding: 20px;
}

.officers .officer img {
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  border: 2px solid #98bd20;
  width: 194px;
  height: 210px;
}

.officers .officer h2 {
  font-size: 19px;
  text-align: center;
  padding-top: 10px;
  font-weight: 800;
  color: #98bd20;
}

.officers .officer .ps {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.officers .officer .hrlines {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  position: relative;
  bottom: 24px;
}

.officers .officer a {
  color: #98bd20;
  cursor: pointer;
}

.officers .officer a:hover {
  color: black;
  cursor: pointer;
}

.common-enquire-btn button {
  background: var(--color-white) !important;
  border-radius: 5px 5px 0 0 !important;
  border: 0 !important;
  color: var(--color-super-black) !important;
  display: inline-block;
  font-size: 15px !important;
  padding: 12px 30px !important;
  position: fixed !important;
  right: 0;
  top: 31%;
  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-enquire-btn button:hover {
  background: var(--color-one) !important;
  color: var(--color-white) !important;
}

.common-fee-btn a {
  background: #da2032 !important;
  border-radius: 5px 5px 0 0 !important;
  border: 0 !important;
  color: var(--color-white) !important;
  display: inline-block;
  font-size: 15px !important;
  padding: 12px 30px !important;
  position: fixed !important;
  right: 0;
  top: 5%;
  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-fee-btn a:hover {
  background: #a70b1a !important;
}

.common-campus-btn a {
  background: #da2032 !important;
  border-radius: 5px 5px 0 0 !important;
  border: 0 !important;
  color: var(--color-white) !important;
  display: inline-block;
  font-size: 15px !important;
  padding: 12px 30px !important;
  position: fixed !important;
  right: 0;
  top: 56%;
  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-campus-btn a:hover {
  background: #a70b1a !important;
}

.md {
  display: block !important;
}

.xs {
  display: none !important;
}

.common-middle-btn {
  border-radius: 0;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.common-middle-btn a {
  background: #da2032;
  color: var(--color-white);
  padding: 9px 30px 9px;
  border-radius: 5px 5px 0 0;
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
}

.common-middle-btn a:hover {
  background: #a70b1a;
}

.inner_admission_btn {
  padding: 40px 0 0;
}

.inner_admission_btn .inner_admission_ul {
  margin: 0;
  padding: 15px 3px;
  list-style: none;
  text-align: left;
  background: #f5f5f5;
  display: flex;
}

.inner_admission_btn li {
  margin: 5px;
}

.inner_admission_btn a {
  padding: 8px 15px;
  color: var(--color-one);
  background-color: white;
  border: 1px solid var(--color-one);
}

.inner_admission_btn a:hover {
  color: white;
  background: var(--color-one);
  border: 1px solid white;
}

.admissions .modal .modal-dialog {
  max-width: 750px !important;
}

.admissions .modal .modal-body {
  padding: 40px;
}

.admissions .modal .modal-body p {
  font-size: 14px;
}

.admissions .modal .modal-header h1 {
  padding: 0 29px;
}

.singl {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.doub {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.blink {
  animation: blink 1s infinite;
}

.collab-box {
  background: #E9E9E9;
  padding: 50px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.0) !important;
  border-radius: 10px;
  min-height: 290px;
}




@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    color: #189d0e;
    opacity: 1;
  }
}

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

ul.dep-committee-list .dep-committee-box {
  position: relative;
  list-style: none;
  margin: 12px 0;
}

ul.dep-committee-list .dep-committee-box {
  background: #F5F5F5;
  color: var(--color-black);
  display: block;
  padding: 30px;
  border-radius: 15px;
}

ul.dep-committee-list .dep-committee-box h2 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-one);
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin: 0 0 15px 0;
  line-height: 20px;
  border-bottom: 1px solid #929292;
}

ul.dep-committee-list .dep-committee-box h2 span {
  display: block;
  color: var(--color-AjGrey);
  font-size: 16px;
}

ul.dep-committee-list .dep-committee-box p {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  line-height: 18px;
}

ul.dep-committee-list .dep-committee-box p a {
  display: block;
}

ul.dep-committee-list .dep-committee-box p a:hover {
  text-decoration: underline;
}

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

ul.dep-contact-list .dep-contact-box {
  position: relative;
  list-style: none;
  margin: 12px 0;
}

ul.dep-contact-list .dep-contact-box {
  background: #F5F5F5;
  color: var(--color-black);
  display: block;
  padding: 30px;
  border-radius: 15px;
}

ul.dep-contact-list .dep-contact-box h2 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-one);
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin: 0 0 15px 0;
 
  /* line-height: 20px;
  border-bottom: 1px solid #929292; */
}







.faculty-box {
  background: #F5F5F5;
  border-radius: 15px;
  padding: 30px;
  margin: 50px 0 0 0;
  position: relative;
}

.faculty-box img {
  margin: -50px auto 15px auto;
  display: block;
  width: 80%;
  border-radius: 15px;
}

.faculty-box h2 {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-one);
  text-align: center;
  margin-bottom: 20px;
}

.faculty-box p {
  margin: 0;
}

.faculty-box .btn-one {
  padding: 5px 20px 3px 20px;
  margin: 0;
}

.non-teach-box {
  background: #F5F5F5;
  border-radius: 15px;
  padding: 30px;
  margin: 50px 0 0 0;
  position: relative;
}

.non-teach-box img {
  margin: -50px auto 15px auto;
  display: block;
  width: 80%;
  border-radius: 15px;
}

.non-teach-box h2 {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-one);
  text-align: center;
  margin-bottom: 0px;
}

.non-teach-box h3 {
  font-size: 13px;
  font-weight: 300;
  color: #A3A3A3;
  text-align: center;
  margin-bottom: 20px;
}

.non-teach-box h4 {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  margin: 0;
}

.non-teach-box h4 a:hover {
  text-decoration: underline;
}

.inner-hke-bg {
  background: #F5F5F5;
  padding: 60px 80px;
  margin-top: 40px;
  border-radius: 15px;
  text-align: center;
}

.inner-hke-bg h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.inner-hke-box {
  padding: 20px 20px;
  margin: 12px 0;
  text-align: center;
  background: var(--color-white);
  border-radius: 15px;
}

.inner-hke-box img {
  margin: 0 0 12px 0;
  border-radius: 15px;
  width: 60%;
}

.inner-hke-box h3 {
  font-size: 15px;
  margin: 0;
  color: var(--color-one);
}

.inner-hke-box h4 {
  font-size: 11px;
  font-weight: 300;
  color: var(--color-black);
  margin: 0;
}

.inner-vision-bg {
  background: #F5F5F5;
  padding: 60px 80px;
  margin-top: 40px;
  border-radius: 15px;
}

.inner-vision-bg h2 {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.inner-admin-bg {
  background: #F5F5F5;
  padding: 60px 80px;
  margin-top: 40px;
  border-radius: 15px;
  text-align: center;
}

.inner-admin-box {
  padding: 20px 20px;
  margin: 12px 0;
  text-align: center;
  background: var(--color-white);
  border-radius: 15px;
}

.inner-admin-box img {
  margin: 0 0 12px 0;
  border-radius: 15px;
  width: 60%;
}

.inner-admin-box h2 {
  font-size: 15px;
  margin: 0;
  color: var(--color-one);
}

.inner-admin-box h3 {
  font-size: 11px;
  margin: 0;
}

.inner-admin-box h4 {
  font-size: 11px;
  font-weight: 600;
  color: var(--color-black);
  margin: 6px 0 0 0;
}

.inner-admin-box h4 span {
  display: block;
  font-weight: 500;
}

.download-box {
  margin: 12px 0;
}

.download-box a {
  background: #F5F5F5;
  border-radius: 15px;
  padding: 30px;
  display: block;
  box-shadow: 0 0rem 0rem rgba(0, 0, 0, .15);
}

.download-box a .row {
  display: flex;
  align-items: center;
}

.download-box h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-box img {
  width: 70%;
}

.download-box a:hover {
  box-shadow: 0rem 0rem 4rem rgba(0, 0, 0, .18);
  background: var(--color-white);
}

.inner-accreditation-bg {
  text-align: center;
  margin: 20px 0;
}

.inner-accreditation-box {
  padding: 15px;
  margin: 0 0 12px 0;
  box-shadow: 0px 15px 30px 0px #80357326;
  background: var(--color-white);
}

.inner-accreditation-bg h3 {
  font-size: 18px;
  margin: 0;
}


.pagination {
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}

.page-item {
  margin: 0 5px;
}



.page-link {
  color: var(--color-white);
  text-decoration: none;
  background-color: var(--color-one);
  border: 2px solid var(--color-one);
  padding: 5px 10px;
  border-radius: 5px;
}

.page-link:hover {
  background-color: var(--color-white);
  color: var(--color-one);
  border: 2px solid var(--color-one);
}



 .contact 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-one);
  color: var(--color-one);
  width: 100%;
}
.contact h3 span{
  display: block;
  color: var(--color-AjGrey);
  font-size: 16px;
}

.selection-tab {
  display: inline-block;
  width: 100%;
  position: relative;
}

.admissions-tab {
  border-bottom: 0;
  margin-top: -200px;
  position: relative;
  margin-bottom: 35px;
}

.admissions-tab.nav-tabs .nav-link {
  margin: 0 10px;
  padding: 10px 40px;
  border-radius: 15px;
  border: 1px solid var(--color-yellow);
  color: var(--color-yellow);
  background: rgba(0,0,0,.2);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.admissions-tab.nav-tabs .nav-link.active {
  background: var(--color-yellow);
  color: var(--color-black);
}

select.box-name {
  padding: 20px 30px;
  margin: 0 auto;
  display: block;
  border-radius: 30px;
  width: 40%;
  font-size: 17px;
  border: 0;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.admissions-select-box {
  margin-top: -30px;
  position: relative;
  margin-bottom: 50px;
}

select.box-name {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 25px) calc(1em + 10px), calc(100% - 16px) calc(1em + 10px), calc(100% - 2.5em) 0.4em;
  background-size: 10px 10px, 10px 10px, 1px 3em;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}


select.box-name:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 16px) 1.5em, calc(100% - 25px) 1.5em, calc(100% - 2.5em) 0.4em;
  background-size: 10px 10px, 10px 10px, 1px 3em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
  border: 0 !important;
}

select.box-name option {
  font-size: 15px;
  font-weight: 500;
  margin: 15px 0 !important;
  padding: 15px 0 !important;
  height: 60px !important;
  line-height: 60px !important;
  border: 0 !important;
}

.admissions-details-box {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  border-radius: 20px;
  margin: 15px 0;
}

.admissions-details-box a {
  display: block;
  padding: 30px;
  background: var(--color-white);
  border-radius: 20px;
  border: 2px solid var(--color-white);
  min-height: 180px;
}

.admissions-details-box h3 {
  color: var(--color-blue);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.admissions-details-box ul {
  margin: 0;
  padding: 0;
}

.admissions-details-box ul li {
  list-style: none;
  margin: 5px 0;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}

.admissions-details-box a:hover {
  border: 2px solid var(--color-white);
  box-shadow: 0 0rem 2rem rgba(0,0,0,.30)!important;
}


@media(min-width:320px) and (max-width:1080px) {
  .md {
    display: none !important;
  }

  .xs {
    display: block !important;
  }

  .hidden-xs {
    display: none;
  }

  .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;
  }

  .hidden-on-mobile {
    display: none;
  }

  .slider {
    padding: 0;
  }

  .slider:before {
    display: none;
  }

  .CarouselAnnounceBg {
    padding: 15px;
    margin-bottom: 0px;
    margin-top: -15px
  }

  .bg-color-one {
    padding: 25px;
  }

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

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

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

  .common-middle-btn a {
    font-size: 14px;
    padding: 5px 20px;
  }

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

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

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

  footer .copy {
    padding: 40px 0 30px 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: "\f192";
    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%;
  }

  .inner-banner img {
    height: 200px;
    object-fit: cover;
  }

  .admission-banner img {
    height: 150px;
    object-fit: cover;
  }

  .inner-content-bg {
    padding: 40px 0px 40px 0px;
  }

  .head-main {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .common-enquire-btn button {
    background: var(--color-white);
    border-radius: 5px 5px 0 0;
    color: var(--color-super-black);
    display: inline-block;
    font-size: 13px;
    padding: 5px 20px !important;
    position: fixed;
    right: 0;
    top: 27%;
    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-enquire-btn button:hover {
    background: var(--color-one);
    color: var(--color-white);
  }

  .common-fee-btn a {
    background: #da2032 !important;
    border-radius: 5px 5px 0 0;
    color: var(--color-white) !important;
    display: inline-block;
    font-size: 13px;
    padding: 5px 20px !important;
    position: fixed;
    right: 0;
    top: 49%;
    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-fee-btn a:hover {
    background: var(--color-white) !important;
    color: #da2032;
  }

  .common-campus-btn a {
    background: #da2032 !important;
    border-radius: 5px 5px 0 0;
    color: var(--color-white) !important;
    display: inline-block;
    font-size: 13px;
    padding: 5px 20px !important;
    position: fixed;
    right: 0;
    top: 27%;
    ;
    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-campus-btn a:hover {
    background: var(--color-white) !important;
    color: #da2032;
  }

  .home-your-intrest-bg {
    padding: 10px 0 20px 0
  }

  ul.home-your-intrest-btn li {
    width: 100%
  }

  .home-your-intrest-bg .home-your-intrest-content:before {
    display: none;
  }

  .home-your-intrest-bg .home-your-intrest-content {
    padding: 0 20px;
  }

  .home-your-intrest-content .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    text-align: center;
    padding: 14px 10px 9px 10px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid var(--color-one);
    color: var(--color-one);
    margin: 12px 0;
  }

  .home-your-intrest-content .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: var(--color-one);
  }

  .home-your-intrest-content .r-tabs .r-tabs-panel {
    background: #f1e5ef;
  }

  .home-your-intrest-name {
    margin-top: 0px;
    padding-right: 0;
  }

  .home-your-intrest-name h2 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
  }

  .home-video-bg {
    margin-top: 0;
  }

  .home-video-bg a img {
    height: 150px;
    object-fit: cover;
  }

  .home-about-bg {
    padding: 40px 0;
  }

  .home-about-bg h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .home-accreditation-bg {
    padding: 20px 0;
  }

  .home-accreditation-box {
    margin: 10px 0px 30px 0px;
  }

  .home-news-bg {
    padding: 20px 0 0 0;
  }

  .home-news-bg .container-fluid {
    padding: 30px 10px;
  }

  .home-news-owl {
    margin-top: 20px;
  }

  .home-news-bg .home-news-head-bg h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 0px;
  }

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

  .home-placement-bg {
    padding: 30px 0 50px 0;
    margin: 0;
  }

  .home-placement-owl-bg {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    background: var(--color-white);
    box-shadow: 0px 30px 60px 0px #80357326;
    padding: 20px 20px;
    border-radius: 15px;
    margin-top: 30px;
  }

  .home-placement-bg h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .home-stats-box.br {
    border-right: 0px solid #8e8e8e;
  }

  .home-stats-box {
    text-align: center;
    padding: 40px 5px;
  }

  .home-stats-box h2 {
    font-size: 34px;
    line-height: 34px;
  }

  .home-stats-box i {
    font-size: 23px;
  }

  .home-stats-bg .home-stats-content-bg {
    padding: 20px 20px 40px 20px;
  }

  .home-stats-bg .home-stats-content-bg h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .home-stats-bg .home-stats-content-bg p {
    margin-bottom: 15px !important;
  }

  .home-stats-bg {
    padding: 15px 15px 20px 15px;
  }


  .home-research-bg .home-research-head {
    padding-top: 0;
    padding-right: unset;
    margin-bottom: 20px;
  }

  .home-research-bg .home-research-head h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }

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

  .home-research-bg .home-research-img-bg {
    display: none;
  }

  .home-research-bg::before {
    height: 18%;
  }

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

  .home-enroll-bg h2 {
    font-size: 28px;
    line-height: 34px;
  }

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

  .home-enroll-bg .home-enroll-btn-box.br {
    border-right: 0px solid #ffffff;
  }

  .home-enroll-bg .home-enroll-btn-box {
    padding: 20px 0;
    margin-right: 0px;
  }

  .home-teqip-bg {
    padding: 40px 0 20px 0;
  }

  .home-teqip-bg .home-teqip-box h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .home-teqip-bg .home-teqip-box {
    padding: 0 15px 0 15px;
  }

  .home-teqip-owl-box a {
    padding: 10px 10px;
  }

  .inner-banner:after {
    display: none;
  }

  .inner-infra-bg {
    padding: 30px 20px;
    margin-top: 30px;
  }

  .inner-infra-bg h2 {
    font-size: 22px;
  }

  .inner-infra-box {
    padding: 20px 0px;
  }

  .inner-banner-head {
    left: 0;
    right: 0;
    text-align: center;
  }

  .inner-common-footer-link {
    text-align: center;
  }

  .inner-common-footer-link-box {
    padding-left: 0px;
  }

  .inner-common-footer-link .inner-common-footer-link-box h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .inner-common-footer-link .inner-common-footer-link-box .btn-one-full,
  .inner-common-footer-link .inner-common-footer-link-box .btn-one {
    font-size: 16px;
    margin-top: 10px;
  }

  .inner-common-footer-link img {
    width: 50%;
    margin-top: 20px;
  }

  .adsn-content-area {
    margin: 0;
    padding: 70px 15px 30px 15px;
  }

  .admissions-tab-btn li {
    width: 100%;
    display: block !important;
    padding: 0;
  }

  ul.admission-extra-menu {
    position: relative
  }

  ul.admission-extra-menu li {
    display: block;
    text-align: center;
    margin: 0 0 10px 0
  }

  ul.admission-extra-menu li a {
    background: #fff
  }

  ul.admission-extra-menu li a:hover {
    background: var(--color-one)
  }

  .adsn-prgm-box a h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .adsn-prgm-box a h3 {
    font-size: 18px;
    min-height: auto;
  }

  .adsn-prgm-box a h3 small {
    font-size: 14px;
  }

  .adsn-loc-box {
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
  }

  .mainMenu>.sidebar.active>ul.admission-extra-menu {
    z-index: 0;
  }

  .dep-prgm-box a h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .dep-prgm-box a h3 {
    font-size: 18px;
    min-height: auto;
  }

  .dep-prgm-box a h3 small {
    font-size: 14px;
  }

  .dep-loc-box {
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
  }

  .inner-hke-bg {
    padding: 30px 20px;
    margin-top: 30px;
  }

  .inner-hke-bg h2 {
    font-size: 22px;
  }

  .inner-hke-box {
    padding: 20px 0px;
  }

  .inner-vision-bg {
    padding: 25px;
    margin-top: 0;
    text-align: center;
  }

  .inner-vision-bg h2 {
    font-size: 30px;
    margin-bottom: 10px
  }

  .inner-admin-bg {
    padding: 30px 20px;
    margin-top: 30px;
  }

  .inner-admin-bg h2 {
    font-size: 22px;
  }

  .inner-admin-box {
    padding: 20px 0px;
  }

select.box-name{
  width: 63%;
}



.dep-vision-bg .row{
        display: block;
    }

    .dep-vision-bg .dep-vision-box{
        padding:30px 20px;
    }

    .dep-vision-bg .dep-vision-box.br{
        border-right:none;
        border-bottom:1px solid #929292;
    }






}

@media (min-width: 768px) and (max-width: 991px) {
    footer#contact .footer-list.hidden-xs {
        display: block !important;
    }
    footer#contact .social-network.social-circle {
        display: flex;
        flex-wrap: nowrap;
        gap: 6px;
    }

    footer#contact .social-network.social-circle li a {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

 .adsn-prgm-box a h2 {
        font-size: 20px;
        line-height: 34px;
        word-break: normal;
        overflow-wrap: break-word;
        hyphens: auto;
    }
 
}


