@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&amp;display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f7f9fa;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  text-decoration: none;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #201f1f;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 50px;
  line-height: 60px;
}

h2 {
  font-size: 36px;
  line-height: 42px;
}

h3 {
  font-size: 30px;
  line-height: 36px;
}

h4 {
  font-size: 24px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
}

/*--------------------------- header search area css ----------------------*/
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
  display: none;
}

.navbar-right form {
  width: 100%;
}

#searchmodal .modal .btn-close {
  position: absolute;
  right: 30px;
  top: 2.5rem;
  z-index: 1000;
  opacity: 1;
}
#searchmodal .form-group input {
  border: none;
  width: 100%;
  border-radius: 3px 0 0 4px;
}
#searchmodal .search-label {
  width: 82px;
  height: 53px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px 0 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  line-height: 27px;
  border-radius: 0 4px 4px 0;
  background: #f7941d;
  color: #fff;
}
#searchmodal .form-group {
  overflow: hidden;
  margin: 103px auto 0;
  width: 75%;
}

.form-control-submit,
.search-label {
  width: 48px;
  height: 27px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  line-height: 27px;
  border-radius: 4px;
  background: #f7941d;
  color: #fff;
}

.form-control-submit {
  background: #fff;
  /*stupid IE*/
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.nav-link {
  padding: 0 1rem;
}

.search-label {
  z-index: 90;
}

.form-group.sb-search-open,
.no-js .sb-search-open {
  width: 100%;
}

.form-group.sb-search-open .search-label,
.no-js .sb-search .search-label {
  background: #da6d0d;
  color: #fff;
  z-index: 11;
}

.form-group.sb-search-open .form-control-submit,
.no-js .form-control .form-control-submit {
  z-index: 90;
}

.social-side {
  position: fixed;
  top: 33%;
  z-index: 9999;
  width: 5%;
  right: 0;
  transform: rotate(-180deg);
}

.social-side ul {
  list-style-type: none;
  padding: 0;
  transform: translatex(-257px);
}

.social-side ul li {
  display: block;
  margin: 5px;
  background-color: #f79633;
  width: 300px;
  text-align: right;
  padding: 10px;
  border-radius: 0 30px 30px 0;
  transition: all 1s;
}

.social-side ul li:hover {
  transform: translatex(110px);
  background: #9c0e5a;
}

.social-side ul li a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.social-side ul li i {
  text-align: center;
  margin-left: 14px;
  color: black;
  background-color: white;
  padding: 9px 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  transform: rotate(0deg);
}

.social-side ul li img {
  text-align: center;
  margin-left: 14px;
  color: black;
  background-color: white;
  padding: 4px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  transform: rotate(-180deg);
}

.social-side ul li:hover i {
  transform: rotate(360deg);
  transition: all 1s;
}

.social-side ul li:hover img {
  transform: rotate(360deg);
  transition: all 1s;
}

.social-side .faq span {
  display: inline-block;
  transform: rotate(-180deg);
}

.social-side .newss span {
  display: inline-block;
  transform: rotate(-180deg);
}

/*--------------------- top-part -----------------------*/
.top-prt {
  border-bottom: 1px solid #ae8686;
  box-shadow: 0 3px 13px rgb(0 0 0 / 30%);
  background-color: #9c0e5a;
  height: 30px;
}

.top-prt h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  font-weight: 400;
}

.slantarea {
  position: relative;
  width: 100%;
  padding: 0 0;
}

.slantarea ul {
  display: block;
  padding: 0 29px;
}

.slantarea ul li {
  float: left;
  margin: 0 0 0 11px;
}

.slantarea ul li a {
  color: #fff;
  font-size: 18px;
}

.slantarea ul li .blk {
  background: #000;
  width: 33px;
  height: 29px;
  border-radius: 0;
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 4px 0 0;
}

.slantarea ul li .white {
  background: #004acb;
  width: 33px;
  height: 30px;
  border-radius: 0;
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 4px 0 0;
  color: #000;
}

.slantarea ul li .orange {
  background-color: #ff5933;
  width: 33px;
  height: 30px;
  border-radius: 0;
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 4px 0 0;
  color: #fff;
}

.cust-mr li {
  margin: 0 !important;
}

.text-anim {
  width:auto;
}

.text-anim ul {
  margin: 0;
  padding: 0;
}

.text-anim ul li:first-child {
  margin: 0 0 0 13px;
  padding: 0 0 3px;
}

.text-anim ul li a {
  font-size: 15px;
  padding: 0 16px;
}

.text-anim ul li:nth-child(2) {
  background-color: #00a457;
  padding: 0 0 3px;
  margin: 0;
}

.text-anim ul li:nth-child(3) {
  background-color: #004acb;
  padding: 0 0 3px;
  margin: 0;
}

select.selectpicker {
  font-size: 14px;
  font-weight: 400;
  color: #141f35;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  padding: 0 12px;
  height: 25px;
  margin: 2px 0 0 7px;
}

.right-part {
  display: flex;
  justify-content: end;
}

.right-part span {
  float: left;
  font-size: 15px;
  line-height: 30px;
  padding: 0 27px 0 30px;
}
span.input-group-btn button {
  background: transparent;
  color: #fff;
  margin: 0 8px 0;
}

.mid-prt {
  text-align: center;
  padding: 10px 0;
}

.mid-prt a img {
  max-height: 85px;
}

.header-menu {
  background: #9c0e5a;
  padding:5px 0px;
}

.form-group {
  margin: 7px 0;
  padding: 2px 8px;
  overflow: hidden;
}

[type="search"] {
  outline-offset: 0;
}

.dropdown-menu {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.dropdown-menu {
  padding: 11px 0 13px 12px;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown > .dropdown-menu {
    left: 116px;
    transform: translate(-50%, 10px);
  }
}

.dropdown-menu ul li {
  border-bottom: 1px solid #ccc;
  padding: 6px 13px;
}

.dropdown-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #001740;
  font-family: "Open Sans", sans-serif;
}
.nav-link:focus,
.nav-link:hover {
  color: #f79633;
}

.dropdown-menu ul li:hover {
  background: #294bbb;
}

.dropdown-menu.dropdown-submenu .dropdown-item.dropdown-toggle:hover {
  color: #fff;
}

ul.dropdown-menu.shadow .dropend .dropdown-item:hover {
  color: #fff;
  background: #9c0e5a;
}

.navbar-nav .dropend > .dropdown-toggle {
  background: #fff;
}

.dropdown-menu.shadow .dropend:hover {
  background: #9c0e5a;
}

.dropdown-menu.shadow li {
  border-bottom: 1px solid #ccc;
  padding: 0;
}

.dropdown-menu.shadow li:hover {
  background: #9c0e5a;
}

.dropdown-menu.shadow li a:hover {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 5px;
  padding-right: 1.1rem;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.fixed-top {
  background: #9c0e5a;
  width: 100%;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 6px rgb(0 0 0 / 40%);
}

.announce {
  background: #f79633;
}

.announce h3 {
  background: #004acb;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  text-align: center;
  padding: 2px 9px 2px 0;
  margin: 0;
  position: relative;
  display: flex;
}

.dropdown-menu.shadow {
  padding: 0;
  border-top: 4px solid #1eabf6;
}

.dropdown-menu .dropend {
  border-bottom: 1px solid #ccc;
  padding: 11px;
}

.dropdown-menu .dropdown-item {
  font-weight: 600;
  color: #000;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  padding: 6px 11px;
  margin: 0;
}

.announce h3 img {
  width: 51px;
}

.announce h3::after {
  position: absolute;
  content: "";
  right: -11px;
  width: 12px;
  height: 18px;
  background-image: url(../img/border.png);
  top: 10px;
}

marquee {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Libre Baskerville", serif;
  margin: 5px 0 0;
  text-shadow: 1px 2px 3px rgb(0 0 0 / 19%);
}

.social-top li a .fa-home {
  font-size: 14px;
  background: #f79633;
  width: 33px;
  text-align: center;
  height: 30px;
  padding: 8px 0 0;
  margin: 0px 0 0;
  display: block;
}

.slantarea .social-top li {
  margin: 0;
}

.social-top li a .fa-facebook {
  font-size: 14px;
  background: #3b5998;
  width: 33px;
  text-align: center;
  height: 30px;
  padding: 8px 0 0;
  margin: 0px 0 0;
  display: block;
}

.social-top li a .fa-envelope {
  font-size: 14px;
  background: #00a457;
  width: 33px;
  text-align: center;
  height: 30px;
  padding: 8px 0 0;
  margin: 0px 0 0;
  display: block;
}

.social-top li a .fa-twitter {
  font-size: 14px;
  background: #00acee;
  width: 33px;
  text-align: center;
  height: 30px;
  padding: 8px 0 0;
  margin: 0px 0 0;
  display: block;
}

.social-top li a .fa-youtube {
  font-size: 14px;
  background: #c4302b;
  width: 33px;
  text-align: center;
  height: 30px;
  padding: 8px 0 0;
  margin: 0px 0 0;
  display: block;
}

.social-top li a .fa-instagram {
  font-size: 14px;
  background: #c4302b;
  width: 33px;
  text-align: center;
  height: 30px;
  padding: 8px 0 0;
  margin: 0px 0 0;
  display: block;
}

.social-top li a .fa-linkedin {
  font-size: 14px;
  background: #0a66c2;
  width: 33px;
  text-align: center;
  height: 30px;
  padding: 8px 0 0;
  margin: 0px 0 0;
  display: block;
}

/*----social footer----*/
.footer .social-box{
	position:relative;
	margin-bottom:20px;
}

.footer .social-box li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.footer .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:20px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer .social-box li a:hover{
	color:#f97534;
}

/*----------- banner css -----------*/
.carousel.slide {
  position: relative;
}

button.carousel-control-prev {
  background: rgb(51 63 80 / 80%);
  width: 50px;
  height: 50px;
  top: 50%;
  opacity: 1;
}

button.carousel-control-next {
  background: rgb(51 63 80 / 80%);
  width: 50px;
  height: 50px;
  top: 50%;
  opacity: 1;
}

/*------------------ banner bottom portion css ----------------------*/
.bottom-prtion {
  margin: 0px 0 37px;
}

.bottom-prtion ul li {
  float: left;
  width: 303px;
  margin: 0 20px 0 0;
}

.bottom-prtion ul li:last-child {
  margin: 0;
}

.bottom-prtion ul {
  display: flex;
  justify-content: center;
}

.step1 {
  position: relative;
  background: url(../img/banner-btm1.jpg);
  background-position: center;
  padding: 10px;
  background-size: cover;
  height: 198px;
  z-index: 1;
  box-shadow: 0 4px 7px rgb(0 0 0 / 50%);
}

.step1::after {
  background: rgb(0 29 80 / 95%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  z-index: -1;
}

.step1 .round {
  width: 141px;
  height: 141px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  border: 3px solid #fff;
}

.carousel-indicators {
  margin-bottom: 3px;
}

.carousel-caption {
  bottom: 5%;
  width: 29%;
  left: 0;
}

.carousel-caption p {
  text-shadow: 0 1px 5px rgb(0 0 0 / 50%);
  font-size: 14px;
  background: rgb(0 0 0 / 48%);
  padding: 6px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.txt {
  padding: 99px 0 0;
  text-align: center;
}

.txt h4 {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  font-family: "Libre Baskerville", serif;
  margin: 0 0 -2px;
}

.txt p {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
  text-align: center;
}

/*------------------------- event part css -------------------*/
.event-sec {
  margin: 83px 0 0;
}

.event-sec h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #0c1023;
  font-size: 25px;
  position: relative;
  margin-left: 33px;
  margin-bottom: 34px;
}

.event-sec h2::after {
  position: absolute;
  content: "";
  background: url(../img/brdr-icon-black.png);
  bottom: -14px;
  width: 222px;
  height: 20px;
  left: 0;
}

.event-sec h2::before {
  position: absolute;
  content: "";
  background: url(../img/calender2.png);
  left: -33px;
  width: 25px;
  height: 27px;
  top: 5px;
}

.event-sec p {
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  color: #8c8c8c;
  font-family: "Open Sans", sans-serif;
}

.event-sec ul {
  margin: 0;
  padding: 0;
}

.event-sec ul li {
  background: #fff;
  padding: 8px;
  margin: 0 0 12px;
  border-radius: 6px;
  display: flex;
  justify-content: normal;
  align-items: center;
  box-shadow: 0px 0px 17px rgb(0 0 0 / 13%);
  width: 100%;
}

.date {
  background: #f7941d;
  text-align: center;
  padding: 11px 0;
  border-radius: 4px;
  width: 173px;
}

.event-sec .date p {
  margin: 0;
  font-size: 27px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.event-sec .txt-prt p span {
  margin: 9px 0 0;
  font-weight: 600;
  color: #00055e;
  font-family: "Open Sans", sans-serif;
}

.event-sec .date span {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.event-sec .txt-prt span {
  font-size: 16px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.txt-prt {
  width: 100%;
  padding: 0 14px 0 17px;
}

.event-sec .news {
  background: #9c0e5a;
  padding: 29px 0;
  overflow: hidden;
  border-radius: 6px;
  height: 426px;
}

.event-sec .news h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 23px;
  position: relative;
  margin: 0;
  background: #f7941d;
  padding: 7px 0 7px 48px;
  text-align: center;
}

.event-sec .news h2::after {
  position: absolute;
  content: "";
  background: url(../img/shape.png);
  width: 55px;
  height: 137px;
  top: 0;
  left: -52px;
  background-repeat: no-repeat;
}

.event-sec .news h2::before {
  position: absolute;
  content: "";
  background: url(../img/news.png);
  left: -131px;
  width: 41px;
  height: 31px;
  top: 15px;
  right: 0;
  margin: 0 auto;
}

.event-sec .news marquee {
  padding: 27px;
}

.event-sec .news marquee p {
  color: #fff;
  font-size: 14px;
  border-bottom: 1px dashed #0055ed;
  margin: 0 0 0;
  text-align: left;
}

.event-sec {
  margin: 0 0 20px;
}

/*------------------------- about part css -------------------*/
.abt {
  padding: 5px;
}

.abt h1 {
  font-weight: bold;
  font-size: 24px;
  line-height:normal;
  color: #000;
  font-family: "Libre Baskerville", serif;
  position: relative;
}
.separator {
    display: inline-block;
    height: 3px;
    width: 80px;
	background-color:#903;
    margin-bottom: 10px;
    position: relative;
}

.separator-outer {
    overflow: hidden;
}
.separator[class*="style-"]:after,
.separator[class*="style-"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 70px;
    height: 2px;
    background: #903;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.separator[class*="style-"]:before {
    left: auto;
    right: 40px;
}
.separator.style-skew {
    width: 15px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
.separator.style-skew[class*="style-"]:after,
.separator.style-skew[class*="style-"]:before {
    width: 80px;
    height: 4px;
    left: 20px;
    -moz-transform: translateY(-50%) skewX(-10deg);
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -o-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(-10deg);
}
.separator.style-skew[class*="style-"]:before {
    right: 20px;
    left: auto;
}

.abt p {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  margin: 0px 0 17px;
}

.abt .btn {
  background: #f7941d;
  font-weight: 500;
  color: #000;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding: 5px 15px;
  transition: all 3s ease;
  font-size: 13px;
}

.abt .btn:hover {
  background: #005bff;
}

.director {
  padding: 0 30px 13px;
  background: #fff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
  margin: -15px 0 0;
}

.director h2 {
  font-weight: bold;
  font-family: "Libre Baskerville", serif;
  color: #000;
  font-size: 17px;
  position: relative;
  margin: 0 0 0;
  padding: 19px 0 0;
}

.director p {
  font-weight: 500;
  color: #292929;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  font-size: 14px;
}

.director a {
  background: #f7941d;
  font-weight: 500;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding: 5px 15px;
  transition: all 3s ease;
  font-size: 14px;
}

/*--------------- video area css -------------------------*/
.video-start {
  margin: 25px 0;
}

.video-area {
  box-shadow: 0px 1px 17px rgb(0 0 0 / 12%);
  padding: 10px 11px 2px;
  border-radius: 6px;
  border: 2px solid #cdcdcd;
}

.rght-txt {
  background: #f2f2f2;
  box-shadow: 0px 1px 17px rgb(0 0 0 / 12%);
  padding: 24px 31px 24px 31px;
  border-radius: 6px;
  border: 2px solid #cdcdcd;
}

.rght-txt p {
  font-size: 16px;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
}

.rght-txt h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  font-family: "Libre Baskerville", serif;
}

.itemCount {
  padding: 10px;
  border: 1px dashed #9e9e9e;
  border-radius: 10px;
  margin: 20px 0 0;
}

.itemCount img {
  width: 50px;
}

.itemCount h2 {
  margin-bottom: 0;
  font-size: 2rem;
  color: var(--ans-theme-color);
  font-family: var(--ans-heading-font);
}

.itemCount p {
  margin-bottom: 0;
  margin-left: 11px;
}
.itemCount .ms-3 {
  display: flex;
}
.itemCount {
  justify-content: space-between;
}
/*--------------- campus area css -------------------------*/
.campus {
  padding: 7px 0 42px;
}

.news h2 {
  font-family: "Libre Baskerville", serif;
  color: #242424;
  font-size: 19px;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 44px;
  margin: 0 0 7px;
}

.news h2::before {
  position: absolute;
  content: "";
  background: url(../img/campus.png);
  width: 32px;
  height: 26px;
  left: 0;
  top: 4px;
}

.news {
  background: #e5e5e5;
  padding: 10px;
  height: 476px;
  overflow: hidden;
  box-shadow: 0 4px 22px -10px rgb(74 74 74 / 50%);
}

.facilities {
  background: #e5e5e5;
  padding: 10px;
  height: 476px;
  overflow: hidden;
  box-shadow: 0 4px 22px -10px rgb(74 74 74 / 50%);
}
.nav-tabs {
  border-bottom: none;
}

.nav-tabs li {
  margin: 0 4px;
}

.nav-tabs .nav-link {
  background: #0d0d4b;
  border: 1px solid transparent;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  margin-bottom: 0;
  margin-right: 0;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  font-size: 14px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #053997;
}

.tab-pane h3 {
  margin: 28px 0;
  font-size: 19px;
  font-style: italic;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
}

marquee p {
  font-size: 15px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #000;
  padding: 10px 0;
}

.event {
  background: #e0e0e0;
  padding: 0 0 19px;
  text-align: center;
  box-shadow: 0 4px 22px -10px rgb(74 74 74 / 50%);
}

.event h2 {
  font-family: "Libre Baskerville", serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding: 4px 0 0 9px;
  margin: 0;
  background: #9c0e5a;
}

.event h2::before {
  position: absolute;
  content: "";
  background: url(../img/calender.png);
  width: 28px;
  height: 28px;
  top: 8px;
  left: -181px;
  right: 0;
  margin: 0 auto;
}

.calender {
  background: #fff;
  border: 2px solid #848484;
  text-align: center;
  box-shadow: 0 2px 5px rgba(61, 61, 61, 0.4);
  border-radius: 6px;
  width: 191px;
  margin: 55px auto;
}

.calender h6 {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  background: #f7941d;
  padding: 17px 0;
  width: 100%;
}

.event .calender p {
  font-size: 70px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #000;
  padding: 20px 0;
  text-align: center;
}

.event .calender p sup {
  font-size: 23px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  top: -38px;
}

.event p {
  font-weight: bold;
  font-size: 23px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  text-align: center;
}

.event span {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}

.twitter {
  background: #e0e0e0;
  padding: 0;
  text-align: center;
  box-shadow: 0 4px 22px -10px rgb(74 74 74 / 50%);
  max-height: 477px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.twitter h2 {
  font-family: "Libre Baskerville", serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding: 4px 0 4px 0;
  margin: 0;
  background: #9c0e5a;
}

.twitter h2::after {
  position: absolute;
  content: "";
  background: none;
}

.twitter h2::before {
  position: absolute;
  content: "";
  background: none;
}

.r-poiln3 {
  font-size: 15px;
}

.twitter::-webkit-scrollbar {
  width: 0.3rem;
  height: auto;
}

.twitter::-webkit-scrollbar-button {
  background: #888;
}

::-webkit-scrollbar-track-piece {
  background: #888;
}

.twitter::-webkit-scrollbar-thumb {
  background: #053997;
}

/*--------------- award area css ---------------------*/
.award {
  background: url(../img/faculty.jpg);
  background-size: cover;
  padding: 21px 29px 39px;
  margin: 0;
}

.blue-bg h2 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  margin: 0 0 0 33px;
}

/* .blue-bg h2::after{
  position: absolute;
  content: "";
  background: url(../img/brdr-icon-white.png);
  bottom: -14px;
  width: 222px;
  height: 20px;
  left: 0;
} */
.blue-bg h2::before {
  position: absolute;
  content: "";
  background: url(../img/faculty-icon.png);
  left: -33px;
  width: 32px;
  height: 26px;
  top: 5px;
}

.blue-bg p {
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  margin: 11px 0 57px;
}

.regular.slick-slider {
  padding: 0 50px 20px;
  margin: -83px 0 0;
}

.slick-prev {
  left: 11px;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 52px;
  height: 52px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: black;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 35px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next {
  right: 6px;
}

.awrdsec .slick-slide {
  width: 25% !important;
}

.blk1 {
  background: #fff;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 12%);
  padding: 0 0 21px;
  margin: 0 0 0 10px;
}

.blk1 img {
  width: 100% !important;
}

.blk1 p {
  padding: 15px 20px;
  font-size: 14px;
  text-align: justify;
  line-height: 21px;
  font-family: "Open Sans", sans-serif;
}

.blk1 a {
  color: #0544ae;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  padding: 0 0 0 22px;
}

/*--------------- Collaborator area css ---------------*/
.collaborator .footer-logo h3 {
  font-size: 19px;
  text-align: left;
  font-weight: bold;
  color: #fff;
  padding: 10px 0 4px;
  margin: 0 0 40px;
  font-family: "Libre Baskerville", serif;
  position: relative;
}

.collaborator .footer-logo h3::after {
  position: absolute;
  content: "";
  background: url(../img/brdr-icon-white.png);
  bottom: -14px;
  width: 210px;
  height: 20px;
  left: 0;
  margin: 0 0 0;
}

section.gallery {
  margin: 72px 0 0;
}

.collaborator {
  margin: 38px 0 0;
}

.collaborator .footer-logo {
  background: none;
}

/*--------------- gallery area css -------------------*/
.gallry {
  background: url(../img/gallery.jpg);
  padding: 12px 45px 5px;
  background-size: cover;
  margin: -60px 0 -35px;
}

.gallry h2 {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  text-align: center;
  margin: 0 0 24px;
}

.gallry h2::after {
  position: absolute;
  content: "";
  background: url(../img/brdr-icon-white.png);
  bottom: -14px;
  width: 222px;
  height: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.gallry h2::before {
  position: absolute;
  content: "";
  background: url(../img/academy.png);
  left: -226px;
  width: 36px;
  height: 25px;
  top: 5px;
  right: 0;
  margin: 0 auto;
}

.card-image {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.card {
  position: relative;
  width: 11%;
  display: block;
  margin: 0 4px;
  text-align: center;
  float: left;
}

/*--------------- achievement area css ---------------------*/
section.achivement {
  margin: -13px 0 40px;
}

.achivement h3 {
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  background: #9c0e5a;
  color: #fff;
  padding: 4px 0;
  margin: 0 auto 14px;
  font-family: "Libre Baskerville", serif;
  width: 95%;
}

.achivement .txt {
  padding: 20px;
  text-align: left;
  box-shadow: 0px 2px 21px -8px rgb(139 139 139 / 50%);
  margin: 0 0 19px;
}

.achivement .txt p {
  color: #303030;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 8px;
}

.achivement .txt a {
  color: #303030;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-align: left;
}

.achivement button.carousel-control-prev {
  background: rgb(51 63 80 / 80%);
  width: 40px;
  height: 43px;
  top: 40%;
  opacity: 1;
  left: 13px;
}

.achivement button.carousel-control-next {
  background: rgb(51 63 80 / 80%);
  width: 40px;
  height: 43px;
  top: 40%;
  opacity: 1;
  right: 13px;
}

.achivement .carousel-item {
  padding: 0 13px;
}

/*---------------- footer bottom area slider ------------------*/
.footer-logo {
  background: url(../img/slider-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 32px 22px;
  margin: -26px 0 -45px;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.gallery .slick-slide {
  height: inherit;
  padding: 10px;
  position: relative;
  width: 175px !important;
}

.gallery .slick-slide img {
  width: auto;
}

.slick-slide {
  height: inherit;
  padding: 0px 0 0;
  position: relative;
  width: 67px !important;
}

.slick-slide img {
  display: block;
  width: 60px;
}
.logos-slider {
  margin: 0 0 38px;
}

/*.slick-track {
  height: 52px;
}*/

.footer-logo .slide {
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
  margin: 0 20px 0 20px;
  width: 166px !important;
}

/*----------------- footer area css ------------------*/
.footer {
  background: url(../img/footer-bg.jpg);
  padding: 73px 0 0;
  background-position: center;
  background-size: cover;
}

.footer .row1 p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0;
  line-height: 25px;
  margin: 12px 0 19px;
  font-family: "Open Sans", sans-serif;
}

.social-cntact {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

.social-cntact li {
  float: left;
  margin: 0 19px 0 0;
}

.social-cntact li a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

.social {
  display: inline-block;
  margin: 10px 0 0;
  width: 100%;
  padding: 0;
}

.social li {
  float: left;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  margin: 0 12px 0 0;
}

.social li a {
  color: #fff;
  font-size: 13px;
}

.footer span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
  margin: -21px 8px 0 0;
}

.counter {
  margin: -22px 0 0;
  float: right;
  width: 75%;
}

.footer .counter li {
  background-color: #154fdb;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  width: 27px;
  height: 27px;
  border-radius: 4px;
  margin: 0 8px 0 0;
  float: left;
  padding: 2px 0 0;
  font-size: 15px;
}

.row1 h5 {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  font-family: "Libre Baskerville", serif;
  text-decoration: underline;
  padding: 0 0 10px;
}

.list li {
  padding: 0 0 4px;
  position: relative;
  float: left;
  width: 100%;
}

.row1::last-child {
  border: none;
}

.list li::after {
  content: "\f101";
  position: absolute;
  left: -11px;
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  top: 7px;
}

.list li a {
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  display: block;
}

.ps-6 {
  padding-left: 8rem !important;
}

.update {
  color: #fff;
  font-size: 16px;
  float: none;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  display: inline-block;
  margin: 13px 0 0;
}

/*----------------- footerbottom area css ---------------*/
.footer-btm {
  background: #9c0e5a;
  padding: 6px 0;
  margin: 18px 0 0;
}

.footer-btm p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.footer-btm ul {
  margin: 0;
  padding: 0;
}

.footer-btm ul li {
  float: left;
  border-right: 1px solid #fff;
  line-height: 13px;
  padding: 0 12px;
}

.footer-btm ul li:last-child {
  border: none;
}

.footer-btm ul li a {
  color: #fff;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.footer hr {
  background-color: currentColor;
  border: 0;
  color: #787878;
  margin: 2rem 0 3rem;
  opacity: 1;
}

.translate-middle {
  transform: translate(-50%, -96%) !important;
}

#back-to-up {
  background: #f7941d;
}

/*============================== faculty page css ===============================*/
.breadcrumb {
  position: relative;
  background: url(../img/banner.jpg);
  padding: 30px 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.breadcrumb::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 56%);
  content: "";
  z-index: -1;
}

.breadcrumb h1 {
  color: #fff;
  font-size: 23px;
  background: rgba(31, 106, 255, 0.3);
  padding: 0 6px;
  border-radius: 4px;
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
}

.breadcrumb ul li .active {
  color: #f7941d;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  float: left;
  border-right: 1px solid #fff;
  padding: 0 8px;
  line-height: 18px;
  font-weight: 700;
}

.breadcrumb ul li a {
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  float: left;
  border-right: none;
  padding: 0 8px;
  line-height: 18px;
  font-weight: 400;
}

.form-select {
  width: 81%;
  float: left;
  border-radius: 9px 0 0 9px;
  padding: 10px 12px;
}

.btn.btn-dark {
  border-radius: 0 9px 9px 0;
}

.faculty {
  padding: 40px 0;
}

#search_text::placeholder {
  color: #fff;
}

#txtSearchText {
  background: whitesmoke;
  color: #000;
  height: 49px;
  padding: 0 12px;
  border-radius: 8px 0 0 8px;
  border: 2px solid #ccc;
}

.faculty select {
  background-color: #002770;
  color: #fff;
}

.faculty select option {
  color: #fff;
}

.box {
  background: #fff;
  padding: 10px 8px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
  margin: 20px 10px 0;
  display: flex;
  justify-content: left;
  align-items: center;
}

.box .lftbox {
  width: 35%;
}

.box img {
  border: 1px solid #ccc;
  padding: 5px;
  height: 165px;
  width: 165px;
}

.box h3 {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 0;
  color: #001475;
}

.box h5 {
  font-size: 14px;
  font-family: "Libre Baskerville", serif;
  margin: 4px 0;
  font-weight: bold;
}

.about p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  margin: 7px 0;
}

.box:nth-child(even) {
  flex-direction: row-reverse;
}

.box .btn {
  background: #d17818;
  font-weight: 500;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding: 4px 16px;
  transition: all 3s ease;
  font-size: 13px;
  margin: 12px 0 0;
}
/*.box .lftbox{
  width: 40%;
}*/
.box .rightbox {
  padding: 0 0 0 13px;
  width: 65%;
}
.chemistry .box .rightbox {
  padding: 0 0 0 13px;
  width: 69%;
}

/*============================== About page css =========================*/
.about {
  padding: 50px 0;
}

.about h2 {
  font-weight: 400;
  font-size: 20px;
  font-family: "Libre Baskerville", serif;
  position: relative;
  padding: 0;
  line-height: 31px;
}

.about h2 span {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #fff;
  background: #9c0e5a;
  padding: 6px 7px;
  border-radius: 5px;
}

.about p {
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  margin: 16px 0;
  color: #4b4b4b;
}

.explore-bg {
  background-color: #0a2472;
  padding: 62px 41px 60px;
  position: relative;
  margin: 0 0 41px;
  display: inline-block;
  width: 100%;
}

.explore-bg .explore-blk {
  width: 40%;
}

.explore-bg .explore-blk .h236 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.explore-bg .explore-blk .p16 {
  color: #f1f3f9;
  margin-bottom: 30px;
}

.explore-bg .explore-blk .btn-md {
  padding: 20px 34px;
  border-radius: 10px;
}

.explore-bg span {
  position: absolute;
  height: auto;
  bottom: 0;
  right: 0;
}

.explore-bg .btn {
  background: #d17818;
  font-weight: 500;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding: 6px 16px;
  transition: all 3s ease;
}

.border {
  border: 1px solid #cacaca !important;
}

.topabtimg {
  background: url(../img/niper-big-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 150px 0;
  height: 670px;
}

.topabtimg .textarea {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 5px;
  width: 500px;
  border: 2px solid #ccc;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.5);
  float: right;
}

.topabtimg .textarea h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}

.topabtimg .textarea p {
  font-weight: 400;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  margin: 0 0 16px;
}

.topabtimg .textarea span {
  margin-bottom: 15px;
  display: flex;
  justify-content: left;
  color: #ff5900;
  font-weight: bold;
  font-size: 21px;
}

.topabtimg .textarea ul {
  margin: 0;
  padding: 0;
}

.topabtimg .textarea ul li {
  float: left;
  font-size: 18px;
  border-right: 2px solid #ef5f27;
  padding: 0 15px;
  font-weight: 500;
  line-height: 17px;
  color: #000;
}

.about .listlft ul {
  margin: 0;
  padding: 0;
  border: 1px solid #6b6b6b;
  border-radius: 6px;
  box-shadow: 0px 4px 9px rgb(0 0 0 / 50%);
}

.about .listlft ul li {
  border-bottom: 1px dashed #8c8c8c;
  line-height: 11px;
}

.about .listlft ul li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  display: block;
  padding: 17px 15px 15px;
}
.rti ul li {
  list-style: disc;
  font-size: 15px;
  padding: 0;
  margin: 0 0 3px 18px;
}
.about .listlft .dropdown-item {
  white-space: normal;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
  padding: 0 20px;
}

.about .listlft ul li .active {
  color: #005bff;
}

.about .maintxt {
  background: #fff;
  box-shadow: 0px 3px 14px rgb(0 0 0 / 20%);
  border-radius: 4px;
  padding: 17px;
}

/*.faculty .maintxt li {
    display: flex;
    justify-content: center;
}*/

.about .listlft ul li:last-child {
  border: none;
}

.tour {
  background: url(../img/NIPER1.jpg);
  border-radius: 3px;
  padding: 18px 35px;
  background-position: 50% 50%;
  position: relative;
}

.tour::after {
  background: rgb(1 31 83 / 83%);
  top: 0;
  width: 100%;
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
}

.tour a {
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 2px;
  font-weight: bold;
  position: relative;
  z-index: 9;
}

i.fa.fa-play {
  color: #fff;
  font-size: 36px;
  border: 2px solid #fff;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  text-align: center;
  background: #e47b11;
  padding: 19px 0 0 7px;
}

.modal-header {
  padding: 0;
  border: none;
}

.modal-body {
  padding: 0.5rem;
}

.modal-dialog {
  max-width: 900px;
}

#searchmodal .modal .btn-close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 1000;
  opacity: 1;
}
.navbar-right .btn.btn-primary {
  padding: 2px 15px 2px 30px;
  margin: 5px 0;
  background: #f79633;
  letter-spacing: 1px;
  text-transform: capitalize;
  position: relative;
  font-size: 16px;
}
.navbar-right {
  display: flex;
  justify-content: right;
  position: relative;
}
.navbar-right:before {
  position: absolute;
  top: 12px;
  left: 8px;
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 17px;
  z-index: 1;
}

/*============================== Mission vision page css ====================*/
.area-start {
  display: flex;
  justify-content: center;
  background: #c7e3d3;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 44px 0 0;
  border-radius: 10px;
}

.area-start:nth-child(2) {
  flex-direction: row-reverse;
  margin-bottom: 30px;
}

.area-start h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #fff;
  background: #00256e;
  padding: 6px 20px;
  border-radius: 5px;
}

.mission .maintxt ul li {
  list-style: decimal;
  font-size: 13px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 23px;
}

.area-start p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/*============================== Directors Speech ===========================*/
.director-speech h1 {
  color: #020202;
  font-size: 18px;
  padding: 0;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 15px;
  line-height: 26px;
}

.director-speech p {
  font-size: 14px;
  text-align: justify;
  font-family: "Roboto", sans-serif;
  color: #4b4b4b;
  margin: 0;
  line-height: 25px;
  font-weight: 400;
}

.directorarea {
  background: #fff;
  box-shadow: 0px 3px 14px rgb(0 0 0 / 20%);
  border-radius: 4px;
  margin: 59px 0;
  padding: 0 20px;
  display: inline-block;
  width: 100%;
}

.directorarea img {
  border-radius: 49px 1px;
  border: 1px solid #dcdcdc;
  padding: 4px;
}

.director-speech .maintxt img {
  float: left;
  margin: 5px;
}

#more {
  display: none;
}

.maintxt .btn {
  background: #f7941d;
  font-weight: 500;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding: 2px 7px;
  transition: all 3s ease;
  font-size: 14px;
  float: left;
  margin: 3px 0 0;
}

/*============================== Admission page css =========================*/
.admission {
  padding: 50px 0;
}

.admission h2 {
  font-weight: 400;
  font-size: 25px;
  color: #053997;
  font-family: "Libre Baskerville", serif;
  position: relative;
  padding: 0;
  margin: 0 0 37px;
}

.admission h2 span {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #fff;
  background: #00256e;
  padding: 6px 20px;
}

.accordion-button {
  padding: 3px 29px;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}

.accordion-item:first-of-type .accordion-button {
  font-size: 15px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}

.accordion-button:not(.collapsed) {
  color: #ffffff !important;
}

.admission .accordion-header {
  margin: 0;
}
.accordion-body {
  padding: 1rem 1rem 3rem;
}
.admission .accordion-body {
  padding: 1rem 1rem 4rem;
}

/*============================= Research page css ===========================*/
.accordion-body h3 {
  font-weight: 800;
  font-size: 25px;
  color: #053997;
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding: 0;
}

.accordion-body ul {
  margin: 0;
  padding: 0;
}

.accordion-body ul li {
  list-style: decimal;
  font-size: 15px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 8px;
}

/*============================= Governing acts css =============================*/
.admission h3 {
  font-weight: 400;
  font-size: 25px;
  color: #053997;
  font-family: "Libre Baskerville", serif;
  position: relative;
  padding: 0;
  margin: 27px 0;
}

.navbar-collapse .navbar-nav .dropend > .dropdown-menu {
  left: 100%;
  right: auto;
  top: -3px;
  position: fixed;
}

/*============================= Bog page css ===================================*/
.table.table-responsive table {
  width: 100% !important;
}

.table.table-responsive {
  width: 100% !important;
}

.table.table-responsive tr td {
  padding: 0.5rem 0.3rem;
  font-size: 14px;
}

.table.table-responsive thead tr th {
  text-align: center;
  font-size: 14px;
}

.director-speech h2 {
  font-size: 18px;
}

.department .nav-tabs .nav-link {
  background: #0d0d4b;
  border: 1px solid transparent;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  margin-bottom: 6px;
  margin-right: 0;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  font-size: 14px;
  padding: 8px 27px;
}

.department .nav-tabs .nav-link.active {
  background-color: #da6d0d;
}

.department .maintxt h1 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.department .maintxt ul li {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 15px;
  list-style: none;
  text-align: justify;
}

.table.table-responsive tbody tr:nth-of-type(odd) {
  background: #abc7ff;
}

.department .maintxt h3 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px;
  font-style: normal !important;
}

.department .maintxt .facultylist li {
  text-align: left;
  padding: 9px 10px;
  list-style: none;
  font-weight: bold;
  border-bottom: 1px solid #c5c5c5;
  margin: 0 0 6px;
  line-height: 21px;
}

.department .maintxt .instru li {
  float: left;
}

.department .maintxt .instru li {
  float: left;
  width: 32%;
  list-style: none;
  margin-right: 5px;
}

.department .nav-tabs .nav-item {
  list-style: none;
  margin-bottom: 0;
}
.facultylist {
  border: 1px solid #ccc;
}
.department .maintxt .inner-txt img {
  float: left;
  max-height: 179px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 3px;
  width: 100%;
  height: auto;
}
.inner-txt ul {
  margin: 0 19px 0;
}
.inner-txt {
  display: inline-block;
  width: 100%;
}
.accordion-body p strong {
  color: #004acb;
}
.about .dean-detail {
  width: 50%;
  float: right;
  margin: 15px 0;
}
.abtdean {
  width: 100%;
  display: inline-block;
}
.facultylist {
  margin: 0 0 1.2rem 0;
  padding: 0;
  border: 1px solid #6b6b6b;
  border-radius: 6px;
  box-shadow: 0px 4px 9px rgb(0 0 0 / 50%);
}
.facultylist li {
  margin: 10px 0 0;
  border-bottom: 1px dashed #8c8c8c;
  padding: 5px 15px 11px;
  line-height: 11px;
}
.facultylist li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
}
.department h3 {
  font-size: 20px;
  font-weight: bold;
}
.about .listlft .sub-menu ul {
  border: none;
  box-shadow: none;
}
.fa.right.fa-caret-up,
.fa-caret-down {
  float: right;
  font-size: 20px;
}
.about .listlft .sub-menu ul li {
  margin: 0;
  padding: 5px 12px;
}
.about .listlft .sub-menu ul li a {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  padding: 0;
}
.about .listlft .sub-menu a {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  line-height: 21px;
}

/*---------------- accordian --------------------*/
div#accordionExample {
  margin: 20px 0 0;
}
.accordion-item {
  border: 1px solid #e4e4e4;
  padding: 1rem 1rem;
}
.accordion-item ul {
  padding-left: 30px !important;
}
.accordion-item ul li {
  margin-bottom: 7px;
  list-style: decimal;
  font-size: 14px !important;
}
table.MsoNormalTable {
  margin-left: 0 !important;
  margin-bottom: 17px;
}
/* .accordion-button:not(.collapsed) {
  color: #2e2d2d !important;
  font-weight: 500;
} */
.accordion-item:first-of-type .accordion-button.collapsed {
  background: #d2d2d2;
  color: #373636;
}
.accordion-button {
  background-color: #d2d2d2;
  color: #2b2b2b;
}
.accordion-header {
  margin-bottom: 0;
  background: #9c0e5a;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
}
.accordion-button:not(.collapsed) {
  background-color: #ddd !important;
  color: #101010 !important;
  border-radius: 3px !important;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.table {
  border-color: #bdbdbd;
}

/*------------------------- Scientist page css -----------------*/
.scientist .maintxt ul li {
  float: left;
  width: 49%;
  margin-right: 15px;
}
.scientist .maintxt ul li:nth-child(2n + 2) {
  margin-right: 0;
}
.profesorbox {
  margin: 20px 0 0;
  display: flex;
  justify-content: left;
}
.profesorbox .lftbox {
  width: 32%;
}
.profesorbox .lftbox img {
  border: 1px solid #f79633;
  padding: 5px;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 29%);
  width: 100%;
}
.profesorbox .rightbox {
  width: 68%;
  padding: 0 0 0 22px;
}
.profesorbox h3 {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 0;
  color: #002cbc;
}
.profesorbox h5 {
  font-size: 14px;
  font-family: "Libre Baskerville", serif;
  margin: 8px 0;
  font-weight: bold;
}
span#lblfacultydescription h3 {
  background: transparent !important;
  color: #000;
  margin: 14px 0 0 !important;
}
span#lblfacultydescription h3 span {
  color: #000000 !important;
  position: relative;
}
.web {
  position: relative;
  margin: 19px 0 -6px;
  display: block;
}
.web:after {
  position: absolute;
  content: "";
  border-bottom: 3px solid #f7941d;
  width: 59px;
  top: 28px;
  left: 0;
}
.rightbox h1 {
  font-size: 21px;
  line-height: 30px;
  margin: 0;
}
.profesorbox .rightbox p a {
  font-size: 16px;
  font-weight: 800;
  margin: 0 5px;
  color: #0039a9;
}
.about .profesorbox .rightbox p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  margin: 7px 0;
}
.maintxt .profesorbox .btn {
  background: none;
  float: none;
  margin: 0 0 0;
  padding: 0 3px;
  font-size: 15px;
}
.maintxt #cmdSearch {
  float: none;
  padding: 11px 27px 13px;
  margin: 1px 0 0;
}
#txtSearchText:placeholder {
  color: #000;
}
.accordion-body .convocation a {
  float: none;
  padding: 8px 12px;
}
.examination .accordion-body ul {
  padding: 0 19px;
  margin: 20px 0 0;
}
.table-striped tr td span {
  font-size: 16px;
}
.table-striped tr td span {
  font-size: 13px !important;
  font-weight: 500;
}

/*------------------------------ research facility page css ------------------------*/
.maintxt.researchfacility p {
  margin: 0 0 20px;
}
.maintxt.researchfacility .card {
  position: relative;
  width: 23%;
  display: block;
  margin: 0 6px 8px 3px;
  text-align: center;
  float: left;
}
.maintxt.researchfacility h4 {
  margin: 7px 0 15px 0;
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
.maintxt.researchfacility ul {
  display: inline-block;
  width: 100%;
}
.maintxt.researchfacility ul li {
  float: left;
  width: 50%;
}
.information .accordion-body h1 {
  font-size: 20px;
  margin: 0 0 20px;
  line-height: 15px;
  font-weight: bold;
}
.maintxt.information .btn {
  float: none;
  padding: 8px 11px;
  font-size: 14px;
}
nav.listlft.bg-white {
  top: 95px;
  position: -webkit-sticky;
  position: sticky;
}
.pagination {
  margin: 20px 0 0;
}
.maintxt ul.pagination li {
  margin: 0;
  padding: 0;
}
.page-link {
  padding: 0.3rem 1rem;
  background-color: #9c0e5a;
  border: 1px solid #d9e2ef;
  color: #ffffff;
}

.maintxt.information select option {
  font-size: 15px;
  padding: 0 0 5px;
}
.maintxt .box1 {
  text-align: center;
  background: #9c0e5a;
  padding: 15px 20px;
  border-radius: 5px;
  height: auto;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 26%);
  margin: 0 0 30px;
  border: 2px solid #e11983;
}
.maintxt .box1 h1 {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  line-height: 50px;
  margin: 0 0 9px;
}
.maintxt .box1 p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.contctfrm {
  margin: 0px auto;
}
.contctfrm .form-control {
  border: 1px solid #ccc;
  margin: 0 0 12px;
  box-shadow: 0 1px 7px rgb(0 0 0 / 12%);
}
.contctfrm textarea {
  border: 1px solid #ccc;
  margin: 0 0 12px;
  box-shadow: 0 1px 7px rgb(0 0 0 / 12%);
  padding: 20px;
  width: 100%;
}
.contctfrm button {
  padding: 6px 26px;
  border-radius: 5px;
  background: #9c0e5a;
  color: #fff;
}
.gallery .card {
  position: relative;
  width: 24%;
  display: block;
  margin: 0 4px 8px;
  text-align: center;
  float: left;
}
.video {
  margin: 0 0 22px;
}
/*---------------- niper menu new ------------------------*/

.menu-row {
  max-width: 1000px;
  padding: 25px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
}

.menu-row .menu-info {
  margin-bottom: 30px;
  font-size: 16px;
}

.menu-row .menu-info h1 {
  margin: 0 0 20px;
  font-size: 30px;
}

.menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #2e58d0;
  position: relative;
}

.menu-box .logo {
  max-width: 140px;
}

.menu-box .logo img {
  width: 100%;
}

.menu {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.menu li {
  padding: 0 20px 0 1px;
  position: relative;
  color: #fff;
  font-size: 15px;
}

@media (max-width: 1023px) {
  #menu_trigger {
    /* height: 22px; */
    padding: 10px 0;
    width: 30px;
    display: inline-block;
  }

  #menu_trigger .menulines {
    margin-top: 9px;
    position: relative;
    display: block;
  }

  #menu_trigger .menulines,
  #menu_trigger .menulines:before,
  #menu_trigger .menulines:after {
    content: "";
    height: 2px;
    width: 30px;
    border-radius: 5px;
    background: #fff;
  }

  #menu_trigger .menulines:before,
  #menu_trigger .menulines:after {
    position: absolute;
    left: 0;
  }

  #menu_trigger .menulines:before {
    top: -9px;
  }

  #menu_trigger .menulines:after {
    top: 9px;
  }

  .mobile-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #333;
    overflow: visible;
    z-index: 9;
  }

  .mobile-menu ul {
    transition: 350ms all;
    display: block;
  }

  .mobile-menu li {
    margin: 0;
    border-bottom: 1px solid #404040;
    font-size: 16px;
  }

  .mobile-menu li a {
    color: #fff;
    display: block;
    position: relative;
    padding: 10px 20px;
  }

  .mobile-menu li a:hover {
    color: #ff5252;
  }

  .mobile-menu li a .navtrigger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: #3d3d3d;
    border: 1px solid #404040;
  }

  .mobile-menu li a .navtrigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .mobile-menu li .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #333;
    height: 100%;
    transition: 350ms all;
    z-index: 1;
  }

  .mobile-menu li .submenu li {
    font-size: 14px;
  }

  .mobile-menu li .submenu .backmenu-row {
    position: relative;
    padding: 10px;
    padding-left: 50px;
    background: #4e4e4e;
    font-size: 16px;
  }

  .mobile-menu li .submenu .backmenu-row .back-trigger {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    display: block;
    background: #3d3d3d;
    border: 1px solid #404040;
  }

  .mobile-menu li .submenu .backmenu-row .back-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(135deg);
  }

  .mobile-menu li .submenu .backmenu-row em {
    font-style: normal;
    color: #fff;
  }

  .mobile-menu li.sub-open > .submenu {
    left: 0;
  }
}

.txt-prt p a {
  color: #f7941d;
}
i.fa.fa-file-pdf-o {
  color: #f7941d;
  font-size: 22px;
  line-height: 24px;
}
.event-sec .btn {
  background: #d17818;
  font-weight: 500;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding: 6px 16px;
  transition: all 3s ease;
}
.news p a {
  color: #f7941d;
  font-size: 15px;
  font-weight: 600;
}
.event-sec .btn {
  background: #f7941d;
  font-weight: 500;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding: 5px 15px;
  transition: all 3s ease;
  font-size: 13px;
}
#DTNIPERNews .btn {
  background: #f7941d;
  font-weight: 500;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding: 1px 7px;
  transition: all 3s ease;
  font-size: 13px;
  margin: 7px 0 0;
}
.campus .btn {
  background: #f7941d;
  font-weight: 500;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding: 5px 15px;
  transition: all 3s ease;
  font-size: 13px;
}
.input-box {
  position: relative;
  width: 100%;
  max-width: 60px;
  height: 34px;
  margin: 6px 5px;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
.input-box.open {
  max-width: 350px;
}
.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
}
.input-box.open input {
  padding: 0 15px 0 65px;
}

.input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f79633;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
}
.input-box.open .search {
  border-radius: 6px 0 0 6px;
}
.search .search-icon {
  font-size: 30px;
  color: #1c1c1c;
}
.input-box .close-icon {
  position: absolute;
  top: 50%;
  right: -45px;
  font-size: 30px;
  color: #1c1c1c;
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}
i.fa.fa-close {
  position: absolute;
  top: -7px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  left: 19px;
}
#DTFaculty {
  width: 100% !important;
}
#DTStaff {
  width: 100%;
}
#DTStaff .box img {
  border: 1px solid #ccc;
  padding: 5px;
  height: 165px;
  width: 165px;
}
.box .lftbox {
  width: auto;
}
.rightbox .fa-phone {
  margin-right: 5px;
}
.accordion-item table {
  width: 100% !important;
}
.faculty.chemistry .maintxt ul li {
  display: block;
}
.chemistry .box img {
  height: 171px;
}
.chemistry .box .rightbox {
  width: 82%;
}
#Accordion1 {
  width: 100% !important;
}
.detailpagebox #lblfacultydescription h3 {
  background: transparent !important;
  color: #000;
  margin: 0 0 22px !important;
  position: relative;
}
.detailpagebox #lblfacultydescription h3:after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #f7941d;
  width: 79px;
  top: 33px;
  left: 0;
}
.detailpagebox h3 span {
  color: #000000 !important;
  position: relative;
}

/* .about p {
  font-size: 15px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  margin: 7px 0 0 0;
  line-height: 28px;
} */

.badge {
  background: #9c0e5a;
}

#searchmodal .modal-dialog {
  max-width: 100%;
}

#searchmodal .modal-content {
  background-color: rgb(0 0 0 / 78%);
}

#searchmodal .modal .btn-close {
  position: absolute;
  right: 26px;
  top: 30px;
  z-index: 1000;
  opacity: 1;
}
.goog-te-gadget {
  font-size: 0 !important;
}
.goog-te-gadget .goog-te-combo {
  margin: 3px 0 0 8px !important;
  padding: 3px 0;
  border-radius: 6px;
}
#google_translate_element span {
  opacity: 0 !important;
  display: none;
}
.announce .col-md-2 {
  width: 14rem;
}
/*input#btnArrowUp {
    position: fixed;
    bottom: 21px;
    background: #f7941d;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    right: 23px;
}*/
div#uparrow {
  position: fixed;
  bottom: 21px;
  background: #f7941d;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  right: 23px;
}
div#uparrow:after {
  position: absolute;
  top: 14px;
  left: 0;
  content: "\f062";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 17px;
  right: 0;
  text-align: center;
}
input#btnArrowUp {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: relative;
  z-index: 1;
}

/*------------------------------ new css update after meeting --------------------------*/
.carousel-item img {
  width: 100%;
}
.text-anim ul li:first-child {
  margin: 0 0 0 13px;
  background: #f79633;
  padding: 3px 12px;
  width: 32%;
  height: 30px;
}
.text-anim li.nav-item.dropdown a {
  color: #fff;
  text-align: center;
}
ul.dropdown-menu.show {
  position: absolute;
  background: transparent;
  box-shadow: none;
}
ul.dropdown-menu.show li {
  float: none;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  background: #9c0e5a;
  border-bottom: 1px solid #fff;
}
.navbar-nav .dropdown > .dropdown-menu.show {
  left: 111px;
}
.text-anim li.nav-item.dropdown .dropdown-item {
  color: #fff;
  font-size: 12px;
  text-align: left;
}
#lblDirectorMessage div {
  font-weight: 500;
  color: #292929;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  font-size: 14px;
  margin: 24px 0 9px;
}
#lblDirectorMessage p {
  margin: 24px 0 9px;
}
section.achivement .carousel-inner span {
  color: #303030;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  font-family: "Open Sans", sans-serif;
  padding: 20px;
  text-align: justify;
  box-shadow: 0px 2px 21px -8px rgb(139 139 139 / 50%);
  margin: 0 0 19px;
  display: inline-block;
  height: 138px;
}
#DTImageGallery a img {
  width: 96% !important;
  height: 206px !important;
}

/* @media (max-width: 1366px) {
  .menu li {
    padding: 0 15px 0 0;
  }
} */

.about table tr th {
  background: #9c0e5a;
  color: #fff !important;
  padding: 9px 9px !important;
}

table#dgFinanceCommitee tr th {
  width: 100% !important;
}
#dgSenate tr .header-center:nth-child(2) {
  width: 513px !important;
}

.announce marquee a {
  position: relative;
  font-size: 16px;
  margin-right: 15px;
  padding-left: 31px;
  border-right: 1px solid #fff;
}
.announce marquee a:first-child {
  border: none;
}

.announce marquee a::after {
  background: url(../img/n1.gif);
  background-position: top;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 14px;
}
.announce marquee a:first-child:after {
  display: none;
}

/*---------------------------- 15.9.2023 --------------------------*/

.department .maintxt ul.team {
  margin: 0;
  padding: 0 !important;
  display: inline-block;
  width: 100%;
}
.department .maintxt .team li {
  list-style: none;
  width: 50%;
  float: left;
  margin: 0;
}
.department .maintxt .box h5 {
  text-align: left;
}

#Accordion1_Pane_0_content_dgAccordion_0 {
  border: 1px solid #fff !important;
}
#Accordion1_Pane_0_content_dgAccordion_0 tr {
  background: transparent;
}
#Accordion1_Pane_0_content_dgAccordion_0 tr td {
  text-align: justify;
}
#Accordion1_Pane_1_content_dgAccordion_1 {
  border: 1px solid #fff !important;
}
#Accordion1_Pane_1_content_dgAccordion_1 tr {
  background: transparent;
}
#Accordion1_Pane_1_content_dgAccordion_1 tr td {
  text-align: justify;
}
#Accordion1_Pane_2_content_dgAccordion_2 {
  border: 1px solid #fff !important;
}
#Accordion1_Pane_2_content_dgAccordion_2 tr {
  background: transparent;
}
#Accordion1_Pane_2_content_dgAccordion_2 tr td {
  text-align: justify;
}
#Accordion1_Pane_2_content_dgAccordion_2 tr td ul {
  padding-left: 15px !important;
}
.nadcell a {
  float: left;
}
div#RightToInformationAccordion .accordion-item {
  padding: 1rem;
}
.text-anim ul li:nth-child(3) {
  background: #004acb;
  padding: 0 0 3px;
  margin: 0;
}
.theme-colored {
  background-color: #f36438;
}
.nlist {
  list-style: outside none none;
  margin-top: 13px;
  padding-left: 0;
}
.nlist li {
  font-weight: 500;
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  margin: 7px 0;
}
.nlist li:before {
  border: none;
  color: #000;
  content: "\f111";
  display: inline-block;
  font-family: fontawesome;
  font-size: 9px;
  margin-right: 10px;
  margin-top:4px;
  padding: 0;
  left: 0;
  position: absolute;
  top: 1px;
}
.nlist li:hover:before {
  background: none;
  border-color: transparent;
}
.nlist li a {
  text-decoration: none;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.cor-top-deta.cor-side-com tr {
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 0px;
    width: 100%;
}
.cor-top-deta.cor-side-com tr a {
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    display: block;
    background: #f3f3f3;
    color: #030303;
    margin: 0 0 8px;
}
.cor-top-deta.cor-side-com tr a:hover{
	background: #03294e;
	color: #fff;
}
.cccaccordion .accordion-button:not(.collapsed){
	background: #9c0e5a !important;
	color: #fff !important;
}
.cif .accordion-button:not(.collapsed){
	background: #9c0e5a !important;
	color: #fff !important;
}
.training .accordion-button:not(.collapsed){
	background: #9c0e5a !important;
	color: #fff !important;
}
.bg--01{
	background-image:url(../img/bg1.png);

}
.nirf .accordion-item{
	padding: 0;
}
.nirf .accordion-body{
	padding: 1rem 0rem 0rem;
}
.nirf .accordion-item ul{
	padding-left: 0px !important;
}
.nirf .accordion-button:not(.collapsed){
	background: #011974 !important;
	color: #fff !important;
}
@media (min-width: 1024px) {
  .menu {
    display: flex !important;
    padding-left: 15px;
  }

  .menu .megamenu > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 28px;
    display: none;
  }

  .menu .megamenu > a:hover:after {
    display: block;
  }

  .menu li .submenu {
    transition: 350ms all;
  }

  .menu li:hover > .submenu {
    transform: translateY(-17px);
    opacity: 1;
    visibility: visible;
  }

  .menu li.megamenu > a {
    padding: 0 20px 0 1px;
    position: relative;
    color: #fff;
    /* font-size: 16px; */
    font-weight: 600;
  }

  .menu li.megamenu > a:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 6px;
    height: 5px;
    width: 5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
  }

  .menu li .submenu {
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    opacity: 0;
    width: 247px;
    visibility: hidden;
    background: #fff;
    z-index: 9;
    border-top: 4px solid #1eabf6;
    border-radius: 0.375rem;
    top: 43px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
  }

  .menu li .submenu li {
    margin-right: 0;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }

  .menu li .submenu li a {
    color: #000;
    padding: 5px 12px;
    background: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
	text-align: left;
  }

  .menu li .submenu li a:before {
    right: 15px;
    top: 16px;
    transform: rotate(-45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }

  .menu li .submenu li a:hover {
    background: #9c0e5a;
    color: #fff;
  }

  .menu li .submenu .submenu {
    position: fixed;
    left: 100%;
    top: 13px;
  }
  .box h3 {
    font-size: 18px;
  }
  .box h5 {
    font-size: 12px;
  }
  .box img {
    width: 160px;
  }
  .maintxt .btn {
    font-size: 13px;
    padding: 2px 6px;
  }
}

@media (max-width: 768px) {
  .menu li {
    position: initial;
  }
  #menu_trigger {
    height: 16px;
    padding: 10px 0 0;
  }
  .mobile-menu {
    top: 172%;
  }
  .news {
    height: 486px;
  }
  .nav-tabs li {
    margin: 0 2px;
  }
  .event-sec .news {
    margin: 12px 0 0;
  }
}
@media (max-width: 475px) {
  .faculty select {
    margin: 10px 0 0;
  }
  .form-select {
    width: 71%;
    padding: 10px 12px;
  }
  .maintxt #cmdSearch {
    padding: 10px 27px 13px;
    margin: 11px 0 13px;
  }
  table#DTStaff tr {
    display: flex;
    flex-direction: column;
  }
  #DTStaff .box img {
    height: auto;
    width: 100%;
  }
}
.scroll-item {
			float: left;
			margin-right: 50px;
		}
		
		/* CSS */
		.button-32 {
			background-color: #fff000;
			border-radius: 12px;
			color: #000;
			cursor: pointer;
			font-weight: bold;
			padding: 10px 15px;
			text-align: center;
			transition: 200ms;
			width: 100%;
			box-sizing: border-box;
			border: 0;
			font-size: 16px;
			user-select: none;
			-webkit-user-select: none;
			touch-action: manipulation;
		}
		.button-32:not(:disabled):hover,
		.button-32:not(:disabled):focus {
			outline: 0;
			background: #f4e603;
			box-shadow: 0 0 0 2px rgba(0, 0, 0, .2), 0 3px 8px 0 rgba(0, 0, 0, .15);
		}
		.button-32:disabled {
			filter: saturate(0.2) opacity(0.5);
			-webkit-filter: saturate(0.2) opacity(0.5);
			cursor: not-allowed;
		}
		
		/* CSS */
		.button-23 {
			background-color: #FFFFFF;
			border: 1px solid #222222;
			border-radius: 8px;
			box-sizing: border-box;
			color: #222222;
			cursor: pointer;
			display: inline-block;
			font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
			font-size: 16px;
			font-weight: 600;
			line-height: 20px;
			margin: 0;
			outline: none;
			padding: 13px 23px;
			position: relative;
			text-align: center;
			text-decoration: none;
			touch-action: manipulation;
			transition: box-shadow .2s, -ms-transform .1s, -webkit-transform .1s, transform .1s;
			user-select: none;
			-webkit-user-select: none;
			width: auto;
		}
		.button-23:focus-visible {
			box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
			transition: box-shadow .2s;
		}
		.button-23:active {
			background-color: #F7F7F7;
			border-color: #000000;
			transform: scale(.96);
		}
		.button-23:disabled {
			border-color: #DDDDDD;
			color: #DDDDDD;
			cursor: not-allowed;
			opacity: 1;
		}
		p {
			text-align: justify;
		}
		.more {
			width: 100%;
			margin: 10px;
		}
		.morecontent span {
			display: none;
		}
.sec-title{
	position:relative;
	z-index: 1;
	margin-bottom:45px;
}

.sec-title .title{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #f97534;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size:26px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	letter-spacing:1px;
	padding-left:70px;
	display:inline-block;
}

.sec-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	top:22px;
	width:50px;
	height:1px;
	background-color:#f97534;
}

.sec-title.centered h2{
	padding-right:70px;
}

.sec-title.centered h2:after{
	position:absolute;
	content:'';
	right:0px;
	top:22px;
	width:50px;
	height:1px;
	background-color:#f97534;
}