@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

body {
  margin: 0;

  padding: 0;

  box-sizing: border-box;

  min-height: 100vh;

  display: flex;

  flex-direction: column;

  font-family: "Inter", sans-serif;

  padding-top: 120px;

  padding-right: 0 !important;
}

body,
html {
  scroll-behavior: smooth;

  position: relative;

  overflow-x: hidden;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
figure {
  margin: 0;

  padding: 0;
}

span {
  display: inline-block;
}

.content-box p span {
    display: inline !important;
}


a {
  text-decoration: none;

  display: inline-block;
}

li {
  list-style: none;
}

section,
footer {
  position: relative;
}

h1 {
  font-size: 60px;

  letter-spacing: 2px;

  font-weight: 700;

  text-align: center;
}

h2 {
  font-size: 42px;

  font-weight: 400;

  color: #000;

  margin-bottom: 25px;

  letter-spacing: 2px;
}

h3 {
  font-size: 40px;

  font-weight: 400;

  color: #fff;

  letter-spacing: 2px;
}

.short-text {
  text-align: justify;
}

p {
  font-size: 16px;

  line-height: 28px;

  color: #000;

  text-align: justify;
}

/* fixed box */

.fixed_box {
  /* width: 207px; */

  position: absolute;

  top: 116px;

  right: 249px;

  z-index: 9;

  transform: rotate(-90deg);

  background: #ff3f3f;

  border-radius: 8px 8px 0 0;

  overflow: hidden;

  text-align: center;

  /* height: 50px; */
}

.fixed_box a {
  height: 44px;

  display: flex;

  font-weight: 700;

  padding: 0 20px;

  font-size: 15px;

  letter-spacing: 2px;

  text-transform: uppercase;

  color: #fff;

  align-items: center;

  justify-content: center;
}

.whats-field {
  position: fixed;

  top: auto;

  bottom: 50px;

  right: -167px;

  z-index: 99;

  transition: 0.8s all;
}

.whats-field.active {
  right: 0;
}

.whats-field a img {
  width: 65px;

  position: relative;

  right: -30px;
}

.whats-field span {
  background: #4fa559cc;

  color: #fff;

  padding: 15px 10px 15px 40px;

  font-weight: 700;

  border: 2px solid #4dab58;

  border-right: 0;
}

/* popup-modal */

.modal {
  z-index: 99999 !important;
}

.popup-modal .modal-content {
  /* background: rgba(16 75 141 / 100%); */

  background: #fff;

  color: #fff;

  text-align: center;
}

.popup-modal .btn-close {
  background: none;

  outline: none;
}

.close {
  position: absolute;

  top: -12px;

  right: -12px;

  cursor: pointer;

  font-size: 23px;

  background: #e2261d !important;

  color: #fff;

  font-weight: 700;

  width: 18px;

  height: 18px;

  text-align: center;

  border-radius: 50%;

  transition: all 0.4s ease-in-out;

  z-index: 9999;

  opacity: 1;

  display: flex;

  align-items: center;

  justify-content: center;
}

.popup-modal .btn-close:hover {
  color: #fff;

  opacity: initial;
}

.popup-admision-btn {
  margin-top: 10px;
}

.popup-modal .bttn_1 {
  padding: 10px 25px;
}

.modl-title {
  color: #0e1625;

  margin-top: 28px;

  font-size: 35px;
}

.pop-img {
  height: 430px;

  width: 920px;
}

.popup-modal .modal-header {
  border-bottom: 1px solid #dee2e61f;

  padding: 0;
}

.popup-modal .modal-footer {
  border: none;

  padding: 0;
}

.popup-modal .modal-dialog {
  max-width: 500px;

  margin: 60px auto 0;
}

/* header */

.toggle_icon {
  font-size: 14px;

  position: absolute;

  right: 14px;

  visibility: hidden;
}

.header {
  position: fixed;

  width: 100%;

  top: 0;

  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);

  transition: 0.5s all;

  z-index: 99;
}

.header_wrapper {
  padding: 4px 0;
  background:#d01e15;
}

.head_wrap_1 {
  display: flex;

  align-items: center;

  /* justify-content: space-between; */
  justify-content: end;
}

.head_left {
  display: flex;

  gap: 30px;

  margin-top: 10px;
}

.head_left svg {
  color: #000;
}

.head_left a {
  position: relative;

  display: flex;

  gap: 5px;

  align-items: center;
}

.head_left a::after {
  content: "";

  position: absolute;

  right: -15px;

  top: 6px;

  width: 1px;

  height: 13px;

  background: #000;
}

.head_left a p {
  color: #000;

  transition: 0.5s all;
}

.head_left a p:hover {
  opacity: 0.8;
}

.head_left a:last-child::after {
  display: none;
}

.head_right {
  display: flex;

  align-items: center;

  gap: 50px;
}

.head_right_box_1 {
  display: flex;

  align-items: center;

  gap: 4px;

  border: 1px solid #f16e68;

  padding: 5px;

  border-radius: 5px;
}

.head_right_box {
  display: flex;

  align-items: center;

  gap: 10px;
}

.head_right_box_1 figure {
  max-width: 18px;
}

.head_right_box_1 figure img {
  max-width: 100%;
}

#language {
  background: #e2261d;

  color: #fff;

  border: none;

  outline: none;

  width: 100%;

  font-size: 18px;
}

#language option {
  font-size: 12px;

  text-transform: capitalize;

  color: #fff;

  background: #000;
}

.head_right_box svg {
  color: #fff;
}

.head_right_box p {
  font-weight: 300;

  color: #fff;
}

.head_right_p {
  position: relative;

  text-transform: uppercase;

  letter-spacing: 1px;

  padding-right: 18px;
}

.head_right_p::before {
  content: "";

  position: absolute;

  left: -23px;

  top: 6px;

  width: 1px;

  height: 13px;

  background: #fff;
}

.head_right_p::after {
  content: "";

  position: absolute;

  right: 0;

  top: 6px;

  width: 1px;

  height: 13px;

  background: #fff;
}

.head_dropdown .btn {
  display: flex;

  align-items: center;

  gap: 10px;

  border: 1px solid #f16e68;

  padding: 2px 10px;
}

.head_dropdown .btn figure {
  max-width: 17px;
}

.head_dropdown .btn figure img {
  max-width: 100%;
}

.head_dropdown .btn p {
  font-size: 15px;

  color: #fff;
}

.dropdown-toggle {
  position: relative;
}

.head_right_box .dropdown-toggle::after {
  color: #fff;
}

.head_search {
  font-size: 18px;
}

/* navbar */

.nav_bar {
  position: relative;

  padding: 5px 0 7px;

  background: #fff;

  top: 0;

  left: 0;

  transition: 0.5s all;

  z-index: 100;

  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

.nav_wrap {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.nav_wrap figure {
  max-width: 417px;
}

.nav_wrap figure img {
  max-width: 100%;
}

.head_icon {
  display: flex;

  gap: 10px;
}

.head_icon a {
  height: 35px;

  width: 35px;

  border-radius: 4px;

  display: flex;

  justify-content: center;

  align-items: center;

  border: 1px solid #e2261d;

  transition: 0.5s all;
}

.head_icon a:hover {
  background: #e2261d;

  transform: translateY(-2px);
}

.head_icon a svg {
  font-size: 17px;

  color: #000;
}

.head_icon a:hover svg {
  color: #fff;
}

.nav_list {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 50px;
}

.header .dropdown-toggle {
  transition: 0.5s all;
}

.nav_list li > a {
  text-transform: uppercase;

  font-size: 15px;

  font-weight: 600;

  color: #212529;

  transition: 0.5s all;
}

.nav_list li a:hover {
  opacity: 0.8;
}

.nav_list li a.active {
  color: #e2261d;
}

.drop-menu {
  position: absolute;

  /* height: 300px; */

  width: 220px;

  top: 180%;

  background: #e2261d;

  /* overflow: scroll;

    overflow-x: hidden; */

  opacity: 0;

  transition: all 0.5s ease-in-out;

  pointer-events: none;

  z-index: 1;
}

/* .nav_list li:nth-child(5) .drop-menu,

.nav_list li:nth-child(6) .drop-menu,

.nav_list li:nth-child(8) .drop-menu {

  height: auto;

  overflow: hidden;

} */

.drop-menu li {
  position: relative;

  border-bottom: 1px solid #fff;
}

.drop-menu li svg {
  position: absolute;

  right: 10px;

  top: 9px;

  transition: all 0.5s ease-in-out;
}

.lft-sub-mnu .drop-menu li svg {
  left: 10px !important;

  transform: rotate(180deg) !important;
}

.sub-li .sub-menu {
  width: 150px;

  position: absolute;

  right: -150px;

  top: 5px;

  background: #e2261d;

  opacity: 0;

  pointer-events: none;

  transition: all 0.5s ease-in-out;

  z-index: 999;
}

.lft-sub-mnu .sub-li .sub-menu {
  width: 180px;

  left: -180px;
}

/* .rght-sub-mnu .sub-li .sub-menu {

  width: 180px;

  right: -180px;

} */

/* .lft-sub-mnu .sub-li>a {

  padding: 6px 30px;

} */

.sub-li .sub-menu li a:hover {
  color: #1e2125;

  background-color: #e9ecef;
}

.sub-li:hover.sub-li .sub-menu {
  top: 0;

  opacity: 1;

  pointer-events: initial;
}

.sub-li:hover .drop-menu li svg {
  right: 12px;
}

.drop-menu li:last-child {
  border-bottom: none;
}

.drop-menu li a {
  font-size: 15px;

  font-weight: 600;

  color: #fff;

  padding: 6px 8px;

  text-transform: capitalize;

  white-space: normal;
}

.nav_list li:hover .drop-menu {
  top: 100%;

  opacity: 1;

  pointer-events: initial;
}

/* dept-scroll */

.drop-menu::-webkit-scrollbar {
  width: 7px;

  /*height: 20px;*/

  height: 10px;
}

.drop-menu::-webkit-scrollbar-track {
  background: #fff;

  border-radius: 10px;

  padding: 6px;
}

.drop-menu::-webkit-scrollbar-thumb {
  background-color: #fff;

  border-radius: 10px;
}

.drop-menu::-webkit-scrollbar-track {
  background: #e2261d;
}

/* .header .dropdown-toggle:hover {

    color: #E2261D;

} */

.nav_list .btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.nav_list .dropdown-toggle::after {
  position: absolute;

  top: 5px;

  right: -17px;

  height: 12px;

  width: 12px;

  background: url(../images/arrow.png) no-repeat center / contain;

  border: none;
}

.nav_rt {
  display: flex;

  align-items: center;

  justify-content: end;

  gap: 15px;
}

.visitr_box {
  height: 35px;

  gap: 5px;

  background: #e2261d;

  color: #fff;

  padding: 8px;

  border-radius: 4px;

  display: flex;
}

.visitr_box p,
.visitr_box span {
  font-size: 12px;

  color: #fff;

  line-height: normal;
}

.sticky {
  top: 0;
}

.hr-line {
  margin: 12px 0 6px;
}

.feedback-form {
  position: fixed;

  top: 260px;

  right: -300px;

  background: #fff;

  z-index: 1000;

  transition: 0.5s all;

  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.4);
}

.feedback-form.active {
  right: 0;
}

.enq-form {
  position: relative;

  width: 300px;

  color: #fff;

  padding: 15px;
}

.enq-form legend {
  color: #000;

  font-weight: 700;
}

.frm-gp input {
  padding: 5px 10px;
}

.frm-gp select {
  font-size: 0.875rem;

  padding: 5px 10px;

  width: 100%;

  color: #575f67;

  border: 1px solid #ced4da;

  border-radius: 0.2rem;
}

.btn-enq {
  font-size: 0.875rem;

  background: #e2261d;

  color: #fff;

  border: none;

  display: table;

  margin: auto;
}

.btn-enq:hover {
  background: #000;

  color: #fff;
}

.display {
  display: block;
}

.fixed-max {
  right: -300px;
}

.scroll-menu {
  overflow: scroll !important;

  overflow-x: hidden !important;

  max-height: 200px;
}

.stu-li .scroll-menu {
  max-height: 295px;
}

.scroll-menu::-webkit-scrollbar {
  width: 7px;

  /*height: 20px;*/

  height: 10px;
}

.scroll-menu::-webkit-scrollbar-track {
  background: #fff;

  border-radius: 10px;

  padding: 6px;
}

.scroll-menu::-webkit-scrollbar-thumb {
  background-color: #fff;

  border-radius: 10px;
}

.scroll-menu::-webkit-scrollbar-track {
  background: #e2261d;
}

/* .scrl-mnu {

  padding: 5px 5px 5px 0;

} */

/* .nav_list.nav_list li:nth-child(4) .scroll-menu {

  height: 100px;

}



.nav_list.nav_list li:nth-child(5) .scroll-menu {

  height: 300px;

} */

/* dept-menu-style */

/* .dept-container {

    display: flex;

    justify-content: space-between;

} */

.dept-menu .drop-menu {
  width: 700px;

  padding: 10px;

  box-shadow: 2px 2px 16px #a7a7a740;
}

.dep-sub-hd {
  color: #fff;

  text-transform: uppercase;

  font-weight: 600;
}

.dep-sub-hd a {
  color: #fff;
}

.dep-sub-hd a:hover {
  color: #fff;

  opacity: 1 !important;
}

.dept-menu .drop-menu li {
  border-bottom: none;
}

.dept-menu .drop-menu li a {
  padding: 6px;
}

/* banner */

.banner {
  /* min-height: 800px; */
  min-height: 730px;

  overflow: hidden;

  background-repeat: no-repeat;

  background-size: cover;
}

/* .banner::before {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    background: url(../images/banner.jpg)no-repeat center / cover;

    height: 550px;

    width: 100%;

} */

/* .banner::after {

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  width: 100%;

  height: 640px;

  background: #000000a3;

} */

/* .banner_info {

  position: relative;

  z-index: 1;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  padding-top: 120px;

} */

.banner_info {
  text-align: center;

  position: relative;

  z-index: 9;

  background: rgb(255 255 255 / 83%);

  box-shadow: 0px 23px 91px #e4f0ef;

  border-radius: 16px;

  width: 100%;

  max-width: 500px;

  height: 434px;

  padding: 35px 30px;

  margin-top: 170px;

  overflow: hidden;
}

.banner_info h1 {
  font-size: 40px;

  position: relative;

  max-width: 100%;

  color: #000;

  text-align: center;
}

/* .banner_info h1::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  bottom: 0;

  height: 80%;

  margin: auto;

  width: 4px;

  background: #000;

}



.banner_info h1::after {

  content: "";

  position: absolute;

  right: 0;

  top: 0;

  bottom: 0;

  height: 80%;

  margin: auto;

  width: 4px;

  background: #000;

} */

.banner_info p {
  font-size: 25px;

  font-weight: 400;

  color: #000;

  margin-top: 10px;
}

.banner_info p span {
  font-size: 21px;

  font-weight: 300;
}

.bttn {
  font-size: 18px;

  padding: 12px 30px;

  text-transform: uppercase;

  background: #e2261d;

  border: 1px solid #e2261d;

  color: #fff;

  transition: 0.5s all;
}

.red_bttn:hover {
  color: #e2261d;

  background: transparent !important;

  border: 1px solid #e2261d;
}

.bttn_div {
  gap: 20px;

  margin-top: 50px;
}

.trns_bttn {
  background: transparent;

  border: 1px solid #fff;

  transition: 0.5s all;

  display: none;
}

.trns_bttn:hover {
  background: #e2261d;

  border: 1px solid #e2261d;

  color: #fff;
}

.arrow_icon {
  padding-left: 4px;
}

.ban_logo {
  max-width: 110px;

  margin: auto;

  margin-bottom: 20px;
}

.ban_logo img {
  max-width: 100%;
}

/* info */

.info {
  margin-top: -35px;

  z-index: 9;
}

.info_wrap {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

  margin-bottom: 30px;
}

.info_box {
  width: 25%;

  height: 120px;

  display: flex;

  flex-direction: column;

  justify-content: space-evenly;

  align-items: center;

  text-align: center;

  padding: 20px 0 30px;

  box-shadow: 3px 8px 16px #a7a7a740;

  border-radius: 10px;

  background: #fff;
}

.info_box figure {
  max-width: 40px;

  margin: auto;
}

.info_box figure img {
  max-width: 100%;
}

.info_box p {
  font-size: 20px;

  padding-top: 5px;
}

.notice {
  height: 45px;

  padding: 10px 0;

  background: #e2261d;
}

.notice a {
  color: #fff;
}

.notice-ul {
  display: flex;

  align-items: center;

  gap: 10px;
}

.notice-ul li {
  position: relative;

  padding-left: 18px;
}

.notice-ul li::before {
  content: "";

  position: absolute;

  top: 8px;

  left: 0;

  height: 10px;

  width: 10px;

  background: #fff;

  border-radius: 50%;
}

.bxtx {
  font-size: 17px !important;
}

/* about */

.about {
  padding: 60px 0;
}

.about_left {
  max-width: 628px;
}

.about_left .heading h2 span {
  color: #e2261d;
}

.about_p {
  font-size: 22px;

  color: #e2261d !important;
}

.about_left .heading :nth-child(3) {
  color: #141414;
}

.about_infos {
  display: flex;

  gap: 20px;

  margin-top: 30px;

  padding-left: 45px;
}

.about_info {
  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  width: 150px;

  padding: 20px;

  box-shadow: 2px 2px 15px #a7a7a78c;

  border-radius: 10px;
}

.about_info figure {
  max-width: 31px;

  margin: auto;
}

.about_info figure img {
  max-width: 100%;
}

.about_info p {
  text-align: center;

  padding-top: 10px;

  line-height: 20px;
}

.about_right {
  height: 507px;

  position: absolute;

  background: #00294f;

  padding: 37px 50px 0;
}

.prin_msg {
  display: flex;

  gap: 20px;

  padding-top: 20px;
}

.prin_msg figure {
  flex: none;
}

.prin_msg figure img {
  border-radius: 50%;

  max-width: 100%;

  width: 108px;

  height: 146px;

  background: white;

  padding: 2px;
}

.p_msg {
  padding-top: 20px;
}

.p_msg h4 {
  font-size: 18px;

  color: #fff;
}

.p_msg h5 {
  position: absolute;

  bottom: 65px;

  right: 111px;

  text-align: right;

  color: #fff;

  font-weight: 600;

  padding-bottom: 6px;

  border-bottom: 1px solid #fff;
}

.p_msg span {
  color: #9bbedf;
}

.p_msg p {
  padding-top: 13px;

  color: #fff;
}

/* news */

.news {
  padding: 60px 0;
}

.news_right h2 {
  position: relative;
}

.news_left .marquee_info a {
  display: flex;
}

.news_left .heading a span {
  font-size: 12px;

  text-transform: capitalize;

  padding: 3px 9px;

  color: #fff;

  background: #e2261d;

  display: inline;

  border-radius: 3px;

  margin-left: 6px;
}

.news_right .heading h2::before {
  content: "";

  position: absolute;

  /* top: 0; */

  left: 0;

  right: 0;

  bottom: 20px;

  height: 1px;

  width: 100%;

  background: #000;
}

.news_right .heading h2::after {
  content: "";

  position: absolute;

  left: 0;

  right: 0;

  bottom: 13px;

  height: 1px;

  width: 100%;

  background: #000;
}

.news_right h2 span {
  position: relative;

  z-index: 9;

  background: #fff;

  padding-right: 27px;
}

.news_left {
  height: 100%;

  padding: 24px 30px;

  background: #e59b11;

  border-radius: 10px;
}

.news_left h2 {
  color: #fff;

  margin-bottom: 12px;
}

.news_left p {
  color: #fff;

  font-weight: 300;
}

.marquee_info a {
  padding: 10px 0;
}

.marquee_info a + a {
  border-top: 1px solid #f1ba52;
}

.news_left marquee {
  width: 100%;

  height: 177px;
}

.news_left .heading :nth-child(2) {
  padding-bottom: 10px;
}

.news_left .heading :nth-child(4) {
  padding-top: 10px;
}

.news_left .heading p a {
  font-size: 12px;

  text-transform: capitalize;

  padding: 3px 9px;

  color: #fff;

  background: #e2261d;

  display: inline;

  border-radius: 5px;
}

.news_wrap {
  display: flex;

  gap: 40px;
}

.news_info {
  display: flex;

  flex-direction: column;

  gap: 20px;
}

.news_box {
  padding: 10px 20px;

  display: flex;

  justify-content: space-between;

  border: 1px solid #e5e0e0;

  border-radius: 10px;
  gap: 8px;
}

.news_box_left h4 {
  font-size: 20px;

  font-weight: 700;
}

.news_box_left p {
  font-size: 15px;

  color: #625e5e;

  max-width: 267px;

  line-height: 23px;
}

.news_right .heading {
  position: relative;
}

.news_box_right {
  padding: 15px;

  background: #e2261d;

  border-radius: 10px;
}

.news_box_right h4 {
  color: #fff;

  border-top: 1px solid #fff;

  margin-top: 3px;

  padding-top: 2px;
}

.news_box_right p {
  color: #fff;

  border-bottom: 1px solid #fff;

  padding-bottom: 3px;
}

/* event */

.event {
  padding: 60px 0;
}

.head_flex {
  display: flex;

  justify-content: space-between;
}

.bttn_1 {
  font-size: 18px;

  height: 50px;

  padding: 10px 35px;

  background: #e2261d;

  color: #fff;

  border-radius: 10px;

  transition: 0.5s all;
}

.bttn_1:hover {
  color: #fff;

  border-radius: 20px;
}

.event_info {
  box-shadow: 2px 2px 16px #a7a7a740;

  padding: 10px 10px 30px;

  border-radius: 8px;
}

.event_info figure {
  text-align: center;
}

.event_info figure img {
    max-width: 50%;
    width: 100%;
    height: 200px;
    object-fit: inherit;
}

#default-evnt img {
  max-width: 100%;

  width: 100%;

  height: 170px;

  object-fit: none;
}

.evnt_cont {
  position: relative;

  padding: 15px;
}

.evnt_cont p:nth-child(1) {
  font-size: 14px;

  color: #7a7a7a;
}

.evnt_cont p {
  color: #141414;
  text-align: center;
  line-height: 23px;
}

.evnt_cont p + p {
  border-bottom: 1px solid #000;

  padding-bottom: 8px;

  height: 83px;
}

.read_bttn {
  position: absolute;

  right: 11px;

  color: #141414;

  font-weight: 600;

  padding-top: 5px;

  transition: 0.5s all;
}

.read_bttn:hover {
  color: #e2261d;

  transform: translateX(2px);
}

.read_bttn .arrow_icon {
  color: #e2261d;
}

/* campus */

.campus {
}

.camp_left {
}

.camp_left figure {
  position: relative;

  z-index: 1;

  max-width: 800px;
}

.camp_left figure img {
  max-width: 100%;

  width: 100%;
}

.camp_list {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  margin-top: 20px;

  margin-bottom: 40px;
}

.camp_list li {
  width: 25%;
}

.camp_list li:last-child {
  margin-bottom: 0;
}

.camp_list li figure {
  height: 50px;

  width: 50px;

  border-radius: 50%;

  background: #e2261d;

  display: flex;

  justify-content: center;

  align-items: center;

  flex: none;
}

.camp_list li figure img {
  max-width: 100%;
}

.camp_list li p {
  font-size: 18px;

  font-weight: 600;

  color: #000;
}

.camp_right {
  padding: 0 50px;
}

.cmp-cont {
  display: flex;

  align-items: center;

  gap: 10px;
}

/* number */

.number {
  padding: 50px 0;

  background: #00294f;
}

.number_wraper {
  display: flex;

  justify-content: space-between;
}

.num_info {
}

.num_info > p {
  text-align: center;

  font-size: 20px;

  padding-top: 15px;

  color: #fff;

  font-weight: 300;
}

.num_box {
  height: 180px;

  width: 180px;

  display: flex;

  gap: 10px;

  justify-content: center;

  align-items: center;

  border: 2px solid #fff;

  border-radius: 50%;
}

.num_box span {
  font-size: 45px;

  color: #fff;

  font-weight: 500;
}

.num_box p {
  color: #fff;

  font-size: 35px;

  padding-top: 0;

  font-weight: 600;
}

/* department */

.department {
  padding: 50px 0;
}

.dep_right {
  display: flex;

  flex-direction: column;

  gap: 15px;
}

.dep_img_box {
  display: flex;

  gap: 15px;
}

.dep_img_box figure {
}

.dep_img_box figure img {
  max-width: 100%;
}

/* gallery */

.gallery {
  padding: 50px 0 90px;

  background: #00294f;
}

.gallery .heading h2 {
  color: #fff;
}

.gallery_fig {
}

.gallery_fig figure {
  overflow: hidden;
}

.gallery_fig figure:hover img {
  transform: scale(1.08);
}

.gallery_fig figure:nth-child(2) {
  padding-top: 25px;
}

.gallery_fig figure img {
  max-width: 100%;

  transition: 0.5s all;
}

/* student */

.student {
  padding: 60px 0;
}

.stu_list li {
  display: flex;

  align-items: start;

  margin-bottom: 25px;
}

.stu_list li:last-child {
  margin-bottom: 0;
}

.student .arrow_icon {
  padding: 4px 15px 0 0;
}

.student_right {
}

.student_right img {
  max-width: 100%;
}

/* training */

.training {
  padding: 60px 0;

  background: #f4eded;
}

.logo_wrap {
  display: flex;

  justify-content: space-between;

  margin-top: 30px;
}

.logo_wrap figure {
  max-width: 206px;

  overflow: hidden;

  border-radius: 10px;
}

.logo_wrap figure img {
  height: 100px;

  max-width: 100%;

  object-fit: fill;
}

/* location */

.location {
  padding: 60px 0;
}

.location_left {
  position: relative;

  max-width: 807px;
}

.location_left iframe {
  height: 350px;
}

.location_left figure {
  position: absolute;

  top: 108px;

  right: 127px;

  z-index: 9;

  background: #fff;

  box-shadow: 9px 6px 5px #c0baba40;

  padding: 13px 12px 17px 25px;

  display: none;
}

.location_left figure p {
  color: #000;
}

.location_left figure h4 {
  font-size: 27px;

  font-weight: 600;

  color: #e2261d;
}

.location_left figure::before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  bottom: 0;

  margin: auto;

  height: 45px;

  width: 3px;

  background: #e2261d;
}

.location_figp {
  color: #6e6e6e !important;
}

.location_left img {
  max-width: 100%;
}

.location_right {
  position: absolute;

  background: #fff;

  top: 118px;

  right: 0;

  max-width: 44%;

  width: 100%;

  padding: 14px 30px;
}

.location_right p {
}

.location_right p:last-child {
  margin-bottom: 10px;
}

.location_right p span {
  font-weight: 700;

  padding-left: 10px;
}

.location_right > span {
  color: #e2261d;

  font-weight: 700;

  padding-top: 8px;

  border-top: 1px solid #000;

  margin-top: 10px;

  display: block;
}

.location_right a {
  font-size: 13px;

  color: #000;

  font-weight: 700;
}

.location_right h2 {
  margin-bottom: 5px;
}

.location_right .head_icon {
  margin-top: 10px;
}

.location_right .head_icon a {
  height: 30px;

  width: 30px;
}

.location_right .head_icon a svg {
  color: #000;

  font-size: 15px;
}

/* footer */

.footer {
  padding: 50px 0 10px;

  background: #1f2225;
}

.footer_info_1 {
  display: flex;

  align-items: center;

  gap: 10px;
}

.footer_info_1 figure {
  flex: none;

  max-width: 91px;
}

.footer_info_1 figure img {
  max-width: 100%;
}

.footer_info_1 h4 {
  font-size: 18px;

  color: #fff;

  text-transform: uppercase;

  font-weight: 700;

  line-height: 30px;
}

.footer_info {
}

.footer_info h4 {
  color: #fff;

  margin-bottom: 15px;
}

.footer_info ul {
}

.footer_info ul li {
  margin-bottom: 3px;
}

.footer_info ul li:last-child {
  margin-bottom: 0;
}

.footer_info ul li a {
  font-weight: 400;

  color: #fff;

  transition: 0.5s all;
}

.footer_info ul li:nth-child(3) {
  text-transform: uppercase;
}

.footer_info ul li a:hover {
  color: #e2261d;

  transform: translateX(2px);
}

.temp_info {
  background: #2d2e30;

  display: flex;

  align-items: start;

  border: 1px solid #4f5256;

  padding: 8px 7px 8px 15px;

  border-radius: 10px;
}

.temp_box {
}

.temp_box h4 {
  font-size: 19px;

  color: #fff;

  font-weight: 400;

  margin-bottom: 0 !important;

  max-width: 123px;

  line-height: 27px;
}

.temp_box p {
  font-size: 14px;

  font-weight: 300;

  max-width: 243px;

  color: #b2b2b2;
}

.temp_info_2 {
  padding: 20px 10px 15px;

  border-radius: 10px;

  background: #2d2e30;

  border: 1px solid #4f5256;

  width: max-content;
}

.temp {
  display: flex;

  /* align-items: center; */

  gap: 6px;

  background: #e2261d;

  width: max-content;

  padding: 1px 13px;

  border-radius: 4px;

  flex: none;
}

.temp figure {
  flex: none;

  max-width: 23px;
}

.temp figure img {
  max-width: 100%;
}

.temp p {
  font-size: 22px;

  color: #fff;
}

.temp_box_2 ul {
  display: flex;

  gap: 5px;
}

.temp_box_2 ul li {
  color: #fff;

  font-size: 19px;

  height: 35px;

  width: 35px;

  background: #44464b;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-bottom: 0;
}

.temp_box_2 figure {
}

.temp_box_2 figure img {
  max-width: 100%;
}

.user {
  display: flex;

  align-items: center;

  gap: 10px;

  border-top: 1px solid #4f5256;

  padding-top: 3px;

  margin-top: 10px;
}

.user p {
  font-size: 14px;

  color: #fff;

  font-weight: 300;
}

.user figure {
  flex: none;

  max-width: 23px;
}

.user figure img {
  max-width: 100%;
}

/* copy_right */

.copy_right {
  border-top: 1px solid #4f5256;

  margin-top: 30px;

  padding-top: 5px;
}

.copy_right p {
  color: #acacac;

  font-weight: 300;

  text-align: center;

  padding-top: 5px;
}

.copy_right p span {
  color: #fff;

  font-size: 13px;

  text-transform: uppercase;

  background: #e2261d;

  padding: 2px 5px;

  border-radius: 3px;

  margin-left: 5px;
}

.footer_info_1 a {
  max-width: 290px;
}

.footer_info_1 a img {
  max-width: 100%;
}

/* inner-page */

.inner-section {
  padding: 60px 0;
}

.panel-lft {
  max-width: 320px;

  background: #ff5f5f;

  border-radius: 10px;

  padding: 20px 10px;
}

.panel-hed {
  margin-bottom: 5px;
}

.panel-hed h4 {
  font-size: 28px;

  text-align: center;

  color: #fff;

  font-weight: 700;
}

.panel-lft ul {
  padding: 15px 5px;

  border-radius: 10px;
}

.panel-lft ul li {
  position: relative;

  border-bottom: 1px solid #fff;
}

/* .panel-lft ul li a:hover{

    opacity: 0.5;

} */

.panel-lft ul li a::before {
  content: "";

  position: absolute;

  top: 14px;

  left: 0;

  height: 8px;

  width: 8px;

  background: #fff;

  border-radius: 50%;
}

.panel-lft ul li img {
  max-width: 100%;

  padding-right: 10px;
}

.panel-lft ul li:last-child {
  border: none;
}

.panel-lft ul li a {
  font-size: 18px;

  padding: 5px 0 5px 22px;

  color: #fff;
}

.panel-rit iframe {
  width: 100%;

  height: 500px;
}

/* vision-page */

.vision {
  min-height: 450px;

  overflow: hidden;

  background-repeat: no-repeat;

  background-size: cover;
}

.vision::after {
  position: absolute;

  content: "";

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #000000a3;
}

.vision_info {
  position: relative;

  z-index: 1;

  padding-top: 220px;
}

.vision_info h1 {
  color: #fff;
}

.vision_dtls {
  padding: 50px 0;
}

.visn_cont h2 {
  margin-bottom: 12px;
}

.visn_list {
  padding-top: 10px;
}

.visn_list li {
  position: relative;

  padding: 0 0 10px 13px;
}

.visn_list li:last-child {
  padding-bottom: 0;
}

.visn_list li::before {
  content: "";

  position: absolute;

  top: 9px;

  left: 0;

  height: 8px;

  width: 8px;

  background: #e2261d;

  border-radius: 50%;
}

.vision_cont p {
  line-height: 23px;
}

.mb {
  margin-bottom: 20px;
}

/* infastructure */

.cmps_dtls iframe {
  width: 100%;

  height: 500px;

  margin-bottom: 40px;
}

.cmn_hed h2 {
  position: relative;

  padding-left: 15px;
}

.cmn_hed h2::before {
  content: "";

  position: absolute;

  top: 8px;

  left: 0;

  height: 33px;

  width: 4px;

  background: #e2261d;
}

.cmp-img {
  transition: 0.5s all;

  overflow: hidden;
}

/* .cmp-img:hover {

    transform: scale(1.1);

} */

.cmp-img img {
  max-width: 100%;

  box-shadow: 12px 14px 10px 0px rgba(0, 0, 0, 0.5);
}

.cmp_btn {
  font-size: 15px;

  text-transform: capitalize;

  padding: 8px 30px;

  display: table;

  margin: auto;

  border-radius: 4px;

  margin-top: 20px;
}

/* .cmp_btn:hover {

    color: #fff;

    background: #ff0b00;

    border: 1px solid #ff0b00;

} */

.cmp_btn:hover {
  color: #fff;

  background: #cb3832;

  border: 1px solid #cb3832;
}

.camp_inf {
  text-align: center;

  margin-bottom: 20px;
}

/* Discipline */

.desip_para span {
  padding-left: 40px;
}

.desip_para {
  padding: 10px 0;

  line-height: 24px !important;
}

.elementor .divider {
  height: 1px;

  width: 100%;

  background: #000;
}

.elementor {
  margin: 20px 0;
}

.disp_list {
  padding-top: 20px;
}

.disp_list li {
  position: relative;

  padding: 0 0 10px 17px;
}

.disp_list li::before {
  content: "";

  position: absolute;

  top: 7px;

  left: 0;

  height: 8px;

  width: 8px;

  background: #000;

  border-radius: 50%;
}

.disp_list li:last-child {
  padding-bottom: 0;
}

.disip_dtls .desip_para {
  padding: 10px 0 0;
}

/* feedback */

.feed-backform {
  width: 50%;

  margin: auto;
}

.feed-backform .frm-gp input {
  padding: 10px;
}

.feed-backform .frm-gp select {
  padding: 10px;
}

.feed-backform .btn-enq {
  padding: 8px 25px;
}

.feed-backform .btn-enq:hover {
  color: #fff;

  background: #cb3832;
}

.form-control:focus {
  border: 1px solid #ced4da;

  box-shadow: none !important;
}

select:focus {
  border: 1px solid #ced4da;

  box-shadow: none !important;
}

/* academic-notice */

.entry_date a {
  position: relative;

  text-transform: uppercase;

  letter-spacing: 1px;

  color: #e2261d;
}

.entry_date a::before {
  content: "";

  position: absolute;

  bottom: -4px;

  left: 0;

  height: 1px;

  width: 27px;

  background: #e2261d;
}

.entry-catagory {
  padding-right: 10px;
}

.entry-catagory:last-child {
  padding-right: 0;
}

.acadmic_dtls {
  padding: 15px 20px;

  margin-bottom: 30px;

  border: 1px solid #dfdddd;
}

.entry-catagory,
.entry-catagory a {
  color: #e2261d;
}

.acadmic_info .elementor {
  margin: 0 0 10px;
}

.acadmic_info .elementor .divider {
  background: #dfdddd;
}

.acadmic_info h4 {
  font-size: 20px;

  padding: 20px 0 15px;
}

.upper-case a {
  text-transform: uppercase;
}

.notice-frm {
  position: relative;
}

.notice-frm input {
  padding: 10px;
}

.notice-frm .btn-enq {
  position: absolute;

  top: 0;

  right: 0;

  padding: 11px 20px;
}

.acadmic_dtls .disp_list {
  padding-top: 0;
}

.acadmic_dtls .disp_list li::before {
}

.acadmic_dtls .disp_list li {
  padding-left: 0;
}

.acadmic_dtls .disp_list li a {
  color: #000;

  transition: 0.5s all;
}

.acadmic_dtls .disp_list li a:hover {
  color: #e2261d;
}

.acadmic_dtls .disp_list .fa-chevron-right {
  font-size: 12px;

  padding-right: 5px;
}

.lable-search {
  position: relative;

  color: #e2261d;

  font-weight: 800;
}

.acadmic_list li {
  position: relative;

  padding: 0 0 10px 17px;
}

.acadmic_list li a {
  color: #000;

  transition: 0.5s all;
}

.acadmic_list li a:hover {
  transform: translateX(2px);

  color: #e2261d;
}

.acadmic_list li::before {
  content: "";

  position: absolute;

  top: 6px;

  left: 0;

  height: 14px;

  width: 13px;

  background: url(../images/ar-rt.png) no-repeat center / contain;
}

.view-btn {
  border-radius: 50px;

  display: table;

  margin: 10px auto 0;

  transition: 0.5s all;
}

.view-btn:hover {
  background: #fff;

  color: #e2261d;
}

.nw-btn {
  position: absolute;

  right: 0;

  top: 7px;

  outline: 10px solid #fff;
}

/* Research Publications */

.resh-url {
  font-size: 14px;
}

.resh-url span {
  font-weight: 700;
}

.resh-url a {
  color: #e2261d;
}

.resh-url a:hover {
  color: #f04941;
}

.resh_fig {
  position: relative;

  display: table;

  margin: auto;

  padding: 7px;

  border-radius: 50%;

  margin-bottom: -64px;

  z-index: 1;

  box-shadow: 1px 1px 16px 7px #e3e3e3;
}

.resh_fig img {
  height: 180px;

  width: 180px;

  border-radius: 50%;
}

.research_dtls {
  margin-bottom: 50px;
}

.research_dtls .mb {
  margin-bottom: 50px;
}

.resharch_info {
  background: #eee;

  filter: drop-shadow(0px 9px 5px rgba(0, 0, 0, 0.22));

  padding: 50px 30px 30px;
}

.bx-cont {
  overflow: scroll;

  overflow-x: hidden;

  height: 300px;
}

.bx-cont::-webkit-scrollbar {
  width: 5px;

  /*height: 20px;*/

  height: 10px;
}

.bx-cont::-webkit-scrollbar-track {
  background: #fff;

  border-radius: 10px;

  padding: 6px;
}

.bx-cont::-webkit-scrollbar-thumb {
  background-color: #e2261d;

  border-radius: 10px;
}

.bx-cont::-webkit-scrollbar-track {
  background: #fff;
}

.re-url {
  color: #e2261d;
}

.resh-ol {
  margin-bottom: 0;

  padding-left: 1rem;
}

.resh-ol li {
  list-style: auto;
}

/* rules-regulation */

.rules-view {
  color: #e2261d;
}

.rules-view:hover {
  color: #f04941;
}

/* photo-gallery */

.photo-gallery {
  padding: 50px 0 ;
}

.ph-im {
  max-width: 600px;

  transition: 0.8s all;

  overflow: hidden;
}

/* .ph-im:hover {

  transform: scale(1.1);

} */

.ph-im img {
  width: 150px;

  height: 150px;

  max-width: 100%;
  transition: 0.4s all;
}

.photo-info {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    overflow: hidden;

  /* padding-bottom: 50px; */
}

/* video-gallery */

.video-gallery {
  padding: 60px 0 0;
}

.vid-info iframe {
  width: 100%;

  height: 300px;
}

.vid-info {
  padding-bottom: 30px;
}

.video-gallery .vid-info iframe {
  border: 4px solid transparent;

  border-radius: 12px;

  transition: 0.6s;
}

.video-gallery .vid-info iframe:hover {
  border: 4px solid #e92827;
}

.video-gallery .video-title .text-center {
  font-size: 20px;

  font-weight: 600;

  color: #000;

  margin-top: 0px;
}

/* demo-page */

/* .content-main {

  display: flex;

  flex-wrap: wrap;

  padding: 30px;

  border-radius: 20px;

} */

/* about-princ-innerpage */

.abt-princ-cont {
  background-color: rgb(255 127 127 / 80%);
  padding: 30px;
  border-radius: 10px;
}

/* .tgl-hdrr h2 {

    margin-bottom: 0 !important;

} */

.image-box img {
  width: 100%;

  height: auto;

  margin-top: 40px;
}

.image-new-bx.image-new-bx img {
  float: left;

  max-width: 550px;

  height: 300px;

  margin: 0 50px 20px 0;

  object-fit: cover;

  border-radius: 20px;

  box-shadow: 7px 7px 16px -3px rgb(105 102 102 / 75%);
}

a.con_us {
  background: #ed2529;

  color: #fff;

  padding: 4px 12px;

  border-radius: 6px;

  margin-top: 12px;

  display: inline-block;

  text-transform: capitalize;
}

/* faculty-dev-sec */

.faculty-dev-sec .visn_cont h2 {
  margin-bottom: 0;
}

.faculty-dev-sec .accordion-header h4 {
  font-size: 18px;

  color: #333;

  line-height: 26px;
}

.faculty-dev-sec .accordion-button {
  padding: 10px 15px;
}

.faculty-dev-sec .accordion-button:not(.collapsed) {
  color: #333;

  background-color: #f5f5f5;

  border-color: #ddd;

  box-shadow: none;
}

.faculty-dev .accordion-item {
  margin-bottom: 10px;
}

.pt-cv-content p {
  padding: 10px 0;

  color: #7a7a7a;
}

.faculty-dev-sec .accordion-button::after {
  background-size: 14px;
}

.faculty-dev-sec .accordion-button:focus {
  z-index: 3;

  outline: 0;

  box-shadow: none;
}

.faculty-dev .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* table-main/data-table */

.table-main th {
  background: #e2261d;

  color: #fff;

  white-space: nowrap;

  position: sticky;

  z-index: 1;

  top: 0;
}

.table-main td a {
  color: #e2261d;
}

/* .tbl-modal .scroll-menu{

  height: 350px;

} */

/* online-grev/tabs */

.online-grev .feed-backform {
  width: 100%;
}

.tab_box {
  display: flex;
}

.tab_box .tab {
  border: none;

  background: none;

  width: 35%;

  padding: 10px;

  color: #e2261d;

  font-weight: 500;

  transition: 0.5s all;
}

.tab_box .tab svg {
  padding-right: 5px;
}

.content_box {
  border-top: 2px solid #e2261d;

  padding-top: 10px;
}

.tab_box .tab.active {
  background: #e2261d;

  color: #fff;
}

.content_box .content {
  display: none;
}

.content_box .content.active {
  display: block;
}

.online-grev .frm-gp textarea {
  width: 100%;

  border: 1px solid #ced4da;

  border-radius: 0.2rem;
}

.online-grev .feed-backform .btn-enq {
  margin: initial;
}

/* contact-us */

.cont-nfo {
  background: #e2261d1c;

  padding: 50px;

  border-radius: 20px;
}

.cont-nfo ul li {
  display: flex;

  margin-bottom: 40px;
}

.cont-nfo ul li:last-child {
  margin-bottom: 0;
}

.cont-nfo .icn-covr {
  background-color: #e2261d;

  color: #fff;

  width: 50px;

  height: 50px;

  border-radius: 100%;

  padding: 6px;

  text-align: center;

  display: flex;

  justify-content: center;

  align-items: center;

  line-height: 50px;

  margin-right: 15px;

  font-size: 24px;

  flex: none;
}

.cont-frm .feed-backform {
  width: 80%;
}

.cont-frm .tgl-hdrr h2 {
  text-align: center;

  margin-bottom: 50px;
}

.cont-frm .location_left {
  max-width: 100%;

  padding-top: 50px;
}

/* event-sec */

.evnt-sec .tab_box {
  justify-content: center;

  align-items: center;
}

.evnt-sec .content_box {
  border-top: none;

  padding-top: 50px;
}

.evnt-sec .tab_box .tab {
  border: 1px solid #e2261d;

  width: 200px;

  display: inline-block !important;
}

.evnt-dtls {
  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 20px;
}

.evt_box {
  height: 430px;

  width: 30%;

  box-shadow: 2px 2px 16px #a7a7a775;

  margin-bottom: 20px;

  border-radius: 10px;

  overflow: hidden;

  transform: scale(0.8);

  transition: 0.5s ease-in-out;
}

.content_box .content.active .evt_box {
  transform: scale(1);
}

.evt_cnt {
  display: flex;

  gap: 20px;

  padding: 14px;
}

.evt_imbx img {
  max-width: 100%;

  width: 100%;

  height: 170px;

  object-fit: cover;
}

.btn-cent {
  display: table;

  margin: auto;
}

.evdat {
  background: #e2261d;

  color: #fff;

  height: 80px;

  width: 80px;

  flex: none;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  border-radius: 10px;
}

.evdat h4 {
  font-weight: 800;
}

.evdat label {
  font-weight: 600;
}

.ev-btn {
  font-size: 17px;

  font-weight: 700;

  color: #e2261d;

  transition: 0.5s all;
}

.ev-btn:hover {
  opacity: 0.8;

  color: #e2261d;
}

/* event-dtls */

.im-bx img {
  max-width: 100%;
}

.evnt-dtls h2 {
  margin-bottom: 0;

  font-size: 28px;
}

.dt-dtls {
  font-size: 14px;

  padding: 10px 0;
}

/* department-dtls */

.list {
  padding-top: 30px;
}

.list li {
  margin-bottom: 10px;
}

.list li:last-child {
  margin-bottom: 0;
}

.list li a {
  font-size: 17px;

  color: #e2261d;

  font-weight: 600;
}

.icn-dt {
  padding-right: 10px;
}

.icn-dt img {
  max-width: 100%;
}

/* seminar-dtls */

.seminar-dtls .btn-enq {
  margin-top: 20px;
}

.seminar-dtls .btn-enq:hover {
  color: #fff;

  background: #cb3832;

  border-radius: 10px;
}

/* breadcrumb */

.breadcrumbs {
  margin-bottom: 30px;
}

.breadcrumbs ul li {
  display: inline-block;

  vertical-align: top;

  font-size: 18px;

  font-weight: 400;

  padding-right: 10px;
}

.breadcrumbs ul li:first-child:after {
  content: "";

  background: url(../images/bcamp_arow.png) right center no-repeat;

  padding: 0 1em;

  width: 6px;

  height: 10px;
}

.breadcrumbs ul li:nth-child(2):after {
  content: "";

  background: url(../images/bcamp_arow.png) right center no-repeat;

  padding: 0 1em;

  width: 6px;

  height: 10px;
}

.breadcrumbs ul li:nth-child(3):after {
  content: "";

  background: url(../images/bcamp_arow.png) right center no-repeat;

  padding: 0 1em;

  width: 6px;

  height: 10px;
}

.breadcrumbs ul li:last-child:after {
  content: "";

  background: none;
}

.breadcrumbs ul li a span {
  color: #918e8e;

  font-weight: 600;
}

.breadcrumbs ul li span {
  color: #e2261d;

  font-weight: 600;
}

/* iic-table */

.online-grev .feed-backform table thead th {
  white-space: nowrap;

  position: sticky;

  z-index: 1;

  top: 0;
}

.enq-form-lrg {
  border: 1px solid #dfdfdf;

  margin: 20px auto;

  width: 500px !important;

  float: none;

  padding: 50px;
}

.enq-form-lrg label {
  color: #333;

  font-size: 14px;
}

.enq-form.enq-form-lrg.enq-form-lrg.enq-form-lrg.enq-form-lrg
  .frm-gp
  .form-check-input[type="radio"] {
  /* width: 18px !important;

  height: 18px !important; */

  padding: 0;
}

.enq-form-lrg .btn-enq.btn-enq-nw {
  padding: 8px 20px;

  text-transform: uppercase;
}

.enq-form-lrg sup {
  color: #ff0000;
}

/* abt-princ-sec */

.abt-princ-sec {
  background: #fff !important;
}

.abt-princ-cont .tgl-hdrr h2 {
    color: #000;
    font-weight: 600;
}

.abt-princ-cont h4,
.abt-princ-cont span {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.abt-princ-cont p {
  color: #fff;
}

.abt-princ-cont .image-new-bx.image-new-bx img {
  max-width: 225px;
  height: 250px;
  border-radius: 0px;
  border:5px solid #fff;
}

/* flip-book-slider */

.mybook.booklet {
  margin-top: 45px !important;

  margin-bottom: 45px !important;
}

.b-arrow-next div {
  background: url("../images/peo-nxt.png") no-repeat center;
}

.b-arrow-prev div {
  background: url("../images/peo-pre.png") no-repeat center;
}

.b-arrow-next div,
.b-arrow-prev div {
  top: 25% !important;
}

.form_button_footer {
  width: 300px;

  height: 300px;

  border-radius: 100%;

  background: #7f0d0b;

  position: fixed;

  right: -135px;

  bottom: -150px;

  z-index: 999;

  transition: all 0.5s ease-in-out;
}

.form_button_footer a {
  display: inline-block;

  width: 100%;

  height: 100%;

  line-height: 215px;

  padding-left: 35px;

  font-weight: 600;

  color: #fff !important;

  font-size: 14px;
}

.form_button_footer a:hover {
  background: #fde0b4;

  color: #7f0d0b !important;
}

.form_button_footer a {
  color: #fff !important;
}

.booklet .b-wrap {
  height: 100% !important;

  height: 380px !important;
}

.booklet img {
  max-width: 100% !important;

  height: auto;
}

/* lab-section */

.lab_info {
  position: relative;

  border: 1px solid #d4d4d4;

  padding: 5px;

  margin-bottom: 20px;
}

/* .lab_info::before{

    position: absolute;

    top: 27px;

    right: -14px;

    display: inline-block;

    border-top: 14px solid transparent;

    border-left: 14px solid #fff;

    border-right: 0 solid #fff;

    border-bottom: 14px solid transparent;

    content: " ";

   

} */

.lab_head img {
  width: 625px;

  height: 300px;

  max-width: 100%;
}

.lab_body {
  padding: 10px;
}

.lab_hed {
  font-size: 18px;

  font-weight: bolder;

  color: #cc0000;

  padding: 20px 0;
}

.lab_para {
  padding: 15px 0;
}

.lab_btn {
  color: #fff;

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.lab_btn1 {
  color: #fff;

  background-color: #f0ad4e;
}

.lab_btn2 {
  background-color: #428bca;

  border-color: #2b669a;
}

.lab_btn3 {
  background-color: #5cb85c;

  border-color: #3e8f3e;
}

.lab_btn:hover {
  color: #fff;
}

/* faculty-sec */

.faculty_dtls {
  display: flex;

  position: relative;

  border: 1px solid #d8d0d0;

  overflow: hidden;

  margin-bottom: 15px;

  background: #fff;
}

.faculty_dtls > a {
  flex: none;
}

.fac_in a {
  display: block;
}

.facu_info {
  padding: 15px;
  width: 100%;
}

.fac_in h4 {
  font-size: 22px;

  font-weight: normal;

  color: #ff6400;

  line-height: 25px;
}

.fac_in a {
  font-size: 14px;
}

.fac_con p {
  line-height: 22px;
}

.social_dtls {
  padding-top: 5px;
}

.social_dtls svg {
  padding-right: 5px;
}

.fac_con {
  padding-top: 5px;
}

/* .fac_img {

  height: 265px;

} */

.fac_img img {
    max-width: 100%;
    width: 180px;
    height: 250px;
    max-height: 100%;
    object-fit: cover;
}

.facu_info .bx-cont {
  height: 120px;
  padding-right: 6px;
}
.facul-btn {
  margin: 10px 0 0;
}

/* The-place */

.place {
  min-height: 600px;

  overflow: hidden;

  background-repeat: no-repeat;

  background-size: cover;

  background-attachment: fixed;

  padding: 60px 0;

  z-index: 1;
}

.place h2,
.place p {
  color: #fff;
}

.place::after {
  position: absolute;

  content: "";

  top: 0;

  left: 0;

  width: 100%;

  height: 940px;

  background: rgba(0, 0, 0, 0.75);

  z-index: -1;
}

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

.icn-info img {
  height: 75px;

  max-width: 100%;
}

.icn-info span {
  color: #fff;

  padding-top: 10px;

  font-weight: 600;

  width: 100%;

  line-height: 15px;

  text-transform: uppercase;
}

.place-vid {
  height: 304px;

  border: 3px solid #fff;

  overflow: hidden;
}

.place-vid iframe {
  width: 100%;

  height: 300px;
}

.place-vid-2 {
  height: 405px;

  border: 2px solid #fff;
}

.place-vid-2 iframe {
  width: 100%;

  height: 400px;
}

/* consultation */

.consult-info h4 {
  font-size: 25px;

  text-align: center;

  color: #fff;

  padding-bottom: 10px;

  max-width: 370px;
}

.consult-info .bttn {
  margin-top: 20px;
}

.time-info {
  padding-top: 5px;

  color: #fff;
}

.consult-info .red_bttn:hover {
  background: #b1221b !important;

  border: 1px solid #b1221b;
}

.consult-figh {
  height: 470px;

  border: 1px solid #fff;

  overflow: hidden;
}

.consult-figh img {
  width: 100%;

  height: 100%;
}

.bullet-view.bullet-view ul li, .content-bullet ul li {
  position: relative;

  padding-left: 15px;
}

.bullet-view.bullet-view ul li::before, .content-bullet ul li::before {
  content: "";

  position: absolute;

  top: 8px;

  left: 0;

  height: 6px;

  width: 6px;

  background: black;

  border-radius: 50%;
}

.bullet-view.bullet-view ul li + li, .content-bullet ul li + li {
  margin-top: 6px;
}

.table-main td a {
  color: #000000;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #d0c5c5;
}

.visn_cont.cmn_hed h5 {
  margin-bottom: 5px;

  margin-top: 25px;

  font-size: 24px;

  font-weight: 600;

  color: #333;
}

.course_highlight a {
  color: white;

  text-decoration: none;

  display: block;

  padding: 6px 12px;

  font-size: 14px;
}

.course_highlight .parent-item > span {
  font-weight: bold;

  display: block;
}

.course_highlight li + li {
  border-top: 1px solid #e5e7eb;
}

/* .course_highlight {
  list-style: none;

  margin: 16px 0;

  padding: 10px;

  background: #f0b6b4;

  border: 1px solid #fd8484;

  border-radius: 8px;

  box-shadow: 1px 7px 5px -6px rgba(0, 0, 0, 0.75);
} */

.course_highlight {
    list-style: none;
    margin: 16px 0;
    /* padding: 10px; */
    /* background: #f0b6b4; */
    /* border: 1px solid #fd8484; */
    border-radius: 8px;
    /* box-shadow: 1px 7px 5px -6px rgba(0, 0, 0, 0.75); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
}

.course_highlight li + li {
  /* thin divider between items */

  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.course_highlight a {
  display: block;

  padding: 10px 12px;

  color: #fff;

  text-decoration: none;
}

.course_highlight a:hover {
  text-decoration: underline;
}

.faculty_details_img img {
  width: 100px;

  height: 100px;
}

/* .course_highlight {

  padding-left: 10px;

  border: 1px solid #fd8484;



  box-shadow: 1px 7px 5px -6px rgba(0, 0, 0, 0.75);

  -webkit-box-shadow: 1px 7px 5px -6px rgba(0, 0, 0, 0.75);

  -moz-box-shadow: 1px 7px 5px -6px rgba(0, 0, 0, 0.75);

} */

/* .course_highlight > li {
  padding: 10px 15px;

  background: #fb595f !important;

  color: white;

  margin-bottom: 2px;

  border-radius: 4px;
} */

.course_highlight > li {
    padding: 10px 15px;
    background: #f5f7fa !important;
    color: #000000;
    margin-bottom: 0px !important;
    border-radius: 0 !important;
    border-bottom: 1px dashed #b9b9b9;
    transition: 0.3s all;
}

.course_highlight > li:hover{
  background: #EFF3F8 !important;
}

.course_highlight > li:last-child{
  border-bottom: none;
}

.course_highlight > li a {
  padding: 6px 12px;

  font-size: 14px;
  color: #1A1A1A;
  font-weight: 600;
}

.course_highlight .sub-menu {
  background: #e23b3f;

  margin-top: 5px;

  padding-left: 15px;

  border-left: 3px solid #fff;
}

.vision_dtls {
  background-color: rgb(187 212 254 / 50%);
}

.tbl-dtls table.table-main {
  border: 0px;
}

.tbl-dtls table.table-main td {
  border-style: hidden;
}

.tbl-dtls table.table-main thead tr th {
  border: 0px;

  border-style: hidden;
}

.tbl-dtls table.table-main tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}

.tbl-dtls table.table-main tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}

.tbl-dtls table.table-main tr:nth-child(even) td {
  background-color: #fff;
}

.tbl-dtls table.table-main tr:nth-child(odd) td {
  background-color: #f8f8f8;
}

.tbl-dtls table.table-main thead tr th:first-child {
  border-radius: 12px 0px 0px 0px;
}

.tbl-dtls table.table-main thead tr th:last-child {
  border-radius: 0px 12px 0px 0px;
}

.course-bx {
  position: relative;

  width: 100%;

  margin-bottom: 15px;

  border-radius: 12px;

  overflow: hidden;

  box-shadow: 2px 2px 15px #252d868c;

  height: 174px;
}

.course-info h4 {
  height: 42px;

  cursor: pointer !important;

  z-index: 9;

  position: relative;
}

.vision_dtls .course-im {
  background-color: #034179;

  border-color: #00294f;

  border-radius: 6px 6px 0px 0px;

  border: 1px solid #cae3f1;

  text-align: center;

  height: 124px;
}

.vision_dtls h2 {
  margin-bottom: 10px;
}

.vision_dtls .row + .row {
  padding-top: 15px;
}

.course-im img {
  width: 50% !important;

  /* object-fit: cover; */

  object-fit: contain;

  filter: brightness(0) invert(1);

  float: none;

  margin: 13% auto;
}

.course-info h4 {
  color: #0a1581;

  font-size: 13px;

  font-weight: 600;

  vertical-align: middle;

  padding: 10px 10px 5px;

  text-align: center;

  text-overflow: ellipsis;

  display: -webkit-box !important;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;
}

.course-info a,
.course-info a h4 {
  width: 100%;

  display: block;
}

/* .course-bx:hover .course-info {

  opacity: 1;

  visibility: visible;

} */

.course-bx .read_bttn {
  color: #fff;

  right: 0;

  left: 0;

  bottom: 20px;

  border-bottom: 1px solid #fff;

  width: max-content;

  display: table;

  margin: auto;

  font-weight: 500;
}

.course-bx .read_bttn:hover {
  opacity: 0.8;

  transform: initial !important;
}

/* profile-table */

.profile-container {
  width: 100%;
  margin: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow-x: scroll;
}

.profile-container .profile-table{
  width: 100%;
}

.profile-header {
  background-color: #e2261d;

  color: #fff;

  padding: 12px;

  font-size: 20px;

  font-weight: bold;
}

.profile-table {
  width: 100%;

  border-collapse: collapse;
}

.profile-table td {
  border: 1px solid #ddd;

  padding: 10px;

  vertical-align: top;

  font-size: 14px;
}

.profile-table td.label {
    width: 250px;
    font-weight: bold;
    background-color: #f7f7f7;
}

.profile-table td.value {
    width: 500px;
}

.profile-table td.photo {
   width: 150px;
   height: 150px;
   text-align: center;
}

.profile-table .photo img {
  width: 100%;

  border: 1px solid #ccc;

  padding: 4px;
}

.profile-table a {
  color: #0b6fa4;

  text-decoration: none;
}

/* placement-sec */

.placement-dtls .course_highlight {
  margin: 0;
}

.placement-dtls .place-vid {
  margin-bottom: 20px;
}

.placement-dtls .row {
  border: 1px solid #cecece;

  padding: 20px;

  border-radius: 8px;
}

/* inbanner-slider */

.inbanner-slider .item {
  min-height: 450px;

  font-size: 14px;

  overflow: hidden;

  background-repeat: no-repeat;

  background-size: cover;
}

.inbanner-slider .item::after {
  position: absolute;

  content: "";

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #000000a3;
}

.notice-info {
  position: relative;
  margin: 0px auto 5px;
  float: none;
  width: 100%;
  height: 230px;
  /* background: url(../images/notice.png) no-repeat center / contain; */
  /* padding: 30px 90px; */
  z-index: 5;
}

.notice-info h3 {
  font-size: 22px;
  letter-spacing: 1px;

  background: #ff0000;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 6px;
    margin-bottom: 10px;
    font-weight: 500;
}

.notice-info marquee {
  height: 120px;
}


.row-bdrnon .col-sm-12{
  padding-left:5px;
  padding-right:5px;
}

.placement-dtls .col-lg-4 .traner-infobx .traner-infobx {
  padding-bottom: 14px;
}

.placemnt-membr-detl .traner-infobx {
  padding-top: 14px;
}

.traner-infobx {
  text-align: center;

  margin-top: 20px;

  margin-bottom: 15px;

  background-color: #fff;

  padding-bottom: 16px;

  border-radius: 8px;
}

.traner-infobx h4 {
  background-color: #fd3a3a;

  border: 1px solid #db3434;

  color: #fff;

  font-size: 18px;

  border-radius: 8px 8px 0 0;

  line-height: 38px;
}

.traner-infobx figure {
  width: 165px;
  height: 180px;
  float: none;
  margin: 8px auto 25px;
}

.traner-infobx figure img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border: 5px solid #fff;
  box-shadow: 0px 0px 5px -3px #000000;
}

.traner-infobx .nfobx h6 {
  font-weight: 600;
}

.traner-infobx .nfobx span {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  line-height: 15px;
  font-size: 10px;
  display: block;
  float: none !important;
  margin: 0px auto !important;
  text-align: left;

}

.traner-infobx .nfobx span label{
  display: block;
  text-align: left;
  font-weight: 600;
}

.traner-infobx .nfobx span:first-child{
   font-weight: 600;
}

.placemnt-membr-detl h3,
.placemnt-statistic-sec h3 {
  color: #000;

  font-weight: 600;
}

.traner-infobx.triple-tranerbx {
  width: 100%;

  padding-left: 10px;

  padding-right: 10px;
}

.traner-infobx.triple-tranerbx figure {
  width: 160px;
}

.placemnt-membr-detl hr {
  margin-top: 20px;

  margin-bottom: 0px;
}

.lindin-btn {
  background: #2f56a2;

  display: block;

  padding: 4px 10px !important;

  border-radius: 4px;

  border: 1px solid #22417d;

  float: none;

  margin: 10px auto;

  width: 182px;
}

.lindin-btn a {
  color: #fff;

  font-size: 14px;

  text-decoration: none;
}

.placemnt-statistic-sec h5 {
  color: #000;

  font-weight: 600;

  font-size: 20px;

  line-height: 30px;

  margin-bottom: 6px;

  margin-top: 10px;
}

ul.tabs.aca-tabs li span {
  font-weight: 500;

  font-size: 16px;

  text-align: center;

  color: #0f0f0f;

  padding: 10px 16px;

  border-radius: 6px 6px 0 0;

  line-height: 25px;
}

ul.tabs.aca-tabs {
  margin-bottom: 20px;

  border-bottom: 2px solid #fb595f;
}

ul.tabs.aca-tabs li {
  margin: -2px 0px;

  display: inline-block;

  cursor: pointer;
}

ul.tabs.aca-tabs li span.active {
  background: #fb595f;

  /* border-bottom: 3px solid #658916; */

  color: #fff;
}

.aca .tab {
  background: #ffffff;

  box-shadow: 0px 4px 27px -1px rgb(184 167 167 / 25%);

  border-radius: 16px;

  padding: 20px 30px;
}

.aca h2 {
  text-align: center;
}

.aca .tab p {
  max-width: 100%;

  margin-bottom: 30px;
}

.aca .tab h2 {
  font-weight: 600;

  font-size: 48px;

  line-height: 50px;

  text-transform: capitalize;

  color: #0c0c0c;

  margin-bottom: 30px;

  text-align: left;
}

.aca .tab ul li {
  list-style: none;

  margin-bottom: 30px;

  position: relative;

  font-size: 20px;

  line-height: 36px;

  color: #303030;

  margin-left: 28px;
}

.tab ul li b {
  font-weight: 600;
}

.tabIn li {
  font-size: 26px !important;

  font-weight: 600;

  border-bottom: 1px dashed #ccc;

  margin-bottom: 20px !important;

  padding-bottom: 20px;
}

.tabIn li a {
  background: #fb595f;

  color: #fff;

  text-transform: capitalize;

  font-size: 16px;

  padding: 0 16px;

  border-radius: 6px;

  float: right;

  height: 30px;

  line-height: 30px;

  margin-top: 7px;

  transition: 0.3s all;
}

.tabIn li a:hover {
  background: #fb595f;
}

.tabIn li {
  width: 100%;

  max-width: 400px;
}

.student-sucess-tabsec .row {
  padding-left: 5px;

  padding-right: 5px;
}

.careers-bx .gbotm {
  border: 1px solid #ffbaba;

  background-color: #f4eeee;

  border-radius: 4px;

  margin: 5px 10px;

  text-align: center;

  padding: 10px 5px;
}

.careers-bx .gbotm .count-titl {
  font-size: 13px;

  line-height: 15px;
}

.careers-bx .row {
  position: relative;
}

.Quick-factsbx {
  color: #ffffff;

  background-color: #fd6868;

  border-radius: 4px;

  margin: 5px 10px;

  text-align: center;

  padding: 45px 5px;
}

.counter-value {
  font-weight: 600;

  font-size: 22px;
}

.acedemic-year-tabl tr th,
.acedemic-year-tabl tr td {
  font-size: 12px;

  text-align: center;

  padding: 2px;
}

.acedemic-year-tabl {
  border: 1px solid #dfdfdf;
}

.acedemic-year-tabl tr th {
  background-color: #e2261d;

  color: #fff;
}

.acedemic-year-tabl tr:nth-child(odd) {
  background-color: #fff;
}

.acedemic-year-tabl tr:nth-child(even) {
  background-color: #ebebeb;
}

.acedemic-year-tabl tfoot tr td {
  background-color: #a82a23;

  color: #fff;

  font-weight: 500;
}

.acedemic-tabl-covr {
  overflow-y: scroll;

  height: 300px;
}

.triple-tranerbx figure {
  height: 128px;

  overflow: hidden;
}

.triple-tranerbx figure img {
  object-fit: contain;
}

.placemnt-statistic-sec p {
  line-height: 20px;
}

.pdf-downloads h3 {
  color: #000;
}

.content-box h3 span {
  color: #000;

  letter-spacing: 0px;
}

.content-details h3 {
  font-size: 18px;

  font-weight: 600;
}

.content-details .tgl-hdrr h2 {
  margin-bottom: 5px;
}

.evnt-dtls {
  background-color: #fff;
}

/* new-tab css */

.scholarship-section {
  background: #eaf1ff;

  padding: 40px;
}

.scholarship-section .accordion .accordion-item {
  width: 98%;

  float: none;

  margin: 0px auto;
}

.scholarship-section .accordion {
  display: inline-flex;

  gap: 8px;
}

.title {
  font-size: 32px;

  margin-bottom: 20px;
}

.tabs {
  display: flex;

  max-width: 100%;

  margin: auto;

  border: 1px solid #e2261d;

  margin-bottom: 30px;
}

.tab-btn {
  flex: 1;

  padding: 10px;

  font-size: 14px;

  border: none;

  background: transparent;

  color: #e2261d;

  font-weight: 600;

  cursor: pointer;
}

.tab-btn.active {
  background: #e2261d;

  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* ACCORDION */

.accordion-item {
  background: #fff;

  border-radius: 6px;

  margin-bottom: 10px;

  overflow: hidden;
}

.accordion-header {
  width: 100%;

  padding: 15px;

  font-size: 14px;

  font-weight: 600;

  background: #f7f7f7;

  color: #333;

  border: none;

  cursor: pointer;

  display: flex;

  justify-content: space-between;
}

.accordion-body {
  max-height: 0;

  overflow: hidden;

  padding: 0 15px;

  transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-body {
  max-height: 200px;

  padding: 15px;
}

.icon {
  transition: transform 0.3s;
}

.accordion-item.active .icon {
  transform: rotate(180deg);
}

.tab-content .icon svg {
  font-size: 12px;
}

.vision_dtls .container {
  background-color: #fff;

  padding: 25px 20px;

  border-radius: 12px;
}

.scroll-box {
  height: 500px;

  overflow-y: scroll;
}

/* p span, */
p  {
  font-family: Arial !important;

  font-size: 14px !important;

  font-weight: 500 !important;
}

/* .visn_cont span, */
.content-box b
/* ,.content-box span  */
{
  font-family: Arial !important;

  font-size: 14px !important;
}

table tr th,
table tr td,
.dt-info {
  font-family: Arial !important;

  font-size: 14px !important;
}

.notice-info a {
  font-size: 13px !important;
}

/* .news .news_right{

  padding-top: 50px;

} */

.visn_cont.visn_cont h1 span span {
  font-size: 30px !important;

  color: #102d93 !important;
}

/* ====================== 30-1-2026 ======================== */

.scholarship-section ul.tabs.aca-tabs li span {
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    color: #e2261d;
    padding: 9px 25px;
    margin: 0px 1px;
    border-radius: 0;
    line-height: initial;
    display: block;
    height: 100%;
}

.scholarship-section ul.tabs.aca-tabs li:first-child span {
  margin-left: 0px;
}

.scholarship-section ul.tabs.aca-tabs {
    margin-bottom: 20px;
    border: none;
    flex-wrap: wrap;
    gap: 4px 0;
    justify-content: space-between;
}

.scholarship-section ul.tabs.aca-tabs li {
  margin: 0px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #e2261d;
  width: 49.5%;
}

.scholarship-section ul.tabs.aca-tabs li span.active {
  background: #ff583e;

  /* border-bottom: 3px solid #658916; */

  color: #fff;
  display: block;
  margin-right: 0;
}

/* .lab_info .lab_body .card-text{

   min-height:240px;

} */

.photo-info {
  max-width: 100%;
}

.photo-info .ph-im,
.photo-info .ph-im img {
  width: 100%;
}

.photo-info .ph-im img {
  height: 145px;
  object-fit: cover;
  overflow: hidden;
}

/* .photo-info .ph-im {
  height: 180px;
} */

.photo-info .cmp_btn {
    font-size: 15px;
    height: 56px;
    text-transform: capitalize;
    padding: 8px 10px;
    display: block;
    margin: -6px auto 0px;
    border-radius: 0px;
    line-height: 18px;

    background: #f5f7fa !important;
    border: none !important;
    color: #000000 !important;
}

.photo-info{
    transition: 0.4s all;
    transition: transform 0.2s ease;
    transform-style: preserve-3d;
}

.photo-info:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: translateY(-2px);
}

.photo-info img {
    /* width: 100%; */
    display: block;
}

.traner-infobx.two-imgg figure,
.traner-infobx.triple-tranerbx figure {
  width: 100%;

  margin-top: 0;
}

.traner-infobx.triple-tranerbx figure {
  height: auto;
}

.traner-infobx.two-imgg figure img {
  height: 310px;

  object-fit: cover;
}

.traner-infobx.two-imgg,
.traner-infobx.triple-tranerbx.third-dtls {
  border: 1px solid #00000026;

  height: 100%;

  padding: 0;

  margin-bottom: 0;

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.traner-infobx.triple-tranerbx.third-dtls {
  margin-top: 0;
}

.traner-infobx.triple-tranerbx figure img {
  height: 200px;

  object-fit: cover;
}

.word-break {
  word-break: break-all;
}

.nfobx.new-nfobx {
  padding: 0 10px 8px;

  text-align: left;
}

.lindin-btn.lindin-btn.new-linkdn {
  margin: 5px 0 0 0 !important;

  max-width: max-content;

  display: table;
}

.visn_cont.new-flx-div {
  display: flex;
  flex-direction: column;
  /* height: 770px; */
  height: auto;
  justify-content: space-between;
}

.training_info.mt-3 {
  border: 1px solid #d3d3d3;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.block-design.block-design *{
  /* display: block; */
  max-width: 100% !important;
}

/* .content-main *{
  max-width: 100% !important;
} */


.content-main *:not(.vision_cont):not(.vision_cont *) {
    max-width: 100% !important;
}


.accordion.faculty-dev .accordion-item.active .accordion-body {
    max-height: max-content;
}

.full-wid-new.full-wid-new{
  width: 100% !important;
}



.sub-menuu li a{
    background: #ffffff;
    border-radius: 2px;
    position: relative;
    padding-left: 24px;
}

.sub-menuu li a:before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 100px;
    background: #1e1e1e;
    display: block;
    position: absolute;
    top: 14px;
    left: 10px;
}

.sub-menuu.sub-menuu li{
    border-top: none !important;
}

.sub-menuu li + li a{
    border-top: 1px dashed #f1f1f14a !important;
}

.drop-menu li a.active{
  background-color: #fff !important;
  opacity: 0.8;
}

.sub-menuu{
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0 14px;
  overflow: hidden;
}

.sub-menuu.sub-menuu li + li{
  border-top: 1px dashed #cdcdcd !important;
}

.course_highlight > li.activee, .activee-submenu.activee-submenu{
    /* background: #e7e7e7 !important; */
    background: #f9d4d2 !important;
    border-left: 5px solid #d3231b;
}

.activee-submenu.activee-submenu{
  border-width: 3px;
}

.row.no-bdrr {
    border: none;
    padding: 0;
}

.photo-info:hover .ph-im img {
    transform: scale(1.1);
}

.photo-info:hover .cmp_btn {
    background: #f9d4d2 !important;
    border-left: 4px solid #d3231b !important;
}

ul.sub-menuu.sub-sub-menu {
    margin: 4px 14px 10px;
}

.total-card {
    display: block;
    width: 100%;
    float: left;
    border: 1px solid #d3d3d3;
    border-top: 0;
    padding: 0 0 10px;
    border-radius: 0 0 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.next-person {
    border-top: 1px dashed #000;
    padding-top: 10px;
    margin-top: 10px;
}

.contnt-box-wrapper.contnt-box-wrapper p, .contnt-box-wrapper.contnt-box-wrapper table{
  width: 100% !important;
}

.midleTble th, .midleTble td, .btmTble th, .btmTble td{
  padding: .5rem .5rem;
  border: 1px solid black;
}

.midleTble, .btmTble {
    caption-side: bottom;
    border-collapse: collapse;
}

.midleTble > tbody > tr > td{
  padding: 0 !important;
}

.library-table{
  margin-top: 14px;
}

ul.list-img {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

ul.list-img li{
  width: 33.33%;
  padding: 0 4px;
  padding-bottom: 8px;
}

figure.all-img {
    border-radius: 8px;
    overflow: hidden;
    padding: 5px;
    transition: 0.4s all;
    border: 1px dashed #00000047;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

figure.all-img:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: translateY(-2px);
}

figure.all-img img {
  border-radius: 8px;
  height: 175px;
  object-fit: cover;
}

.tbl-dtls.for-row-mrgin .row{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.resource-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }

    .resource-list li{
        width: 33.33%;
        flex: 0 0 auto;
        padding: 0 5px;
    }

    .resource-info figure img {
        width: 100%;
        height: 155px;
        object-fit: cover;
        transform: scale(1);
        transition: 0.4s all;
    }

    .resource-info {
        border-radius: 8px;
        overflow: hidden;
        transition: 0.4s all;
        border: 1px solid #6e6e6e47;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        height: 100%;
        transition: 0.4s all;
    }

    .e-resource-wrapper{
        margin-top: 20px;
    }

    .resource-info figure{
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .resource-info figure:before{
        content: "";
        position: absolute;
        inset: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    .resource-info p {
        line-height: 20px;
        padding: 5px 10px;
        font-weight: 600 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.4s all;
    }

    .resource-info a{
        height: 100%;
        display: block;
    }

    .resource-info:hover p{
        color: #e2261d
    }

    .resource-info:hover figure img{
        transform: scale(1.1);
    }

    .resource-info:hover{
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        transform: translateY(-2px);
    }

    .e-resource-wrapper h4{
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 10px;
    }
  
.content-bullet ul li {
    position: relative;
    text-indent: 0 !important;
    margin-left: 5px !important;
}

.fixed_box.fixed_second_box{
  top: 280px;
}

.fixed_box.fixed_second_box {
  top: 280px;
  right: 279px;
}


.show-all-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
    gap: 8px 0;
}

.show-all-item .item{
    width: 25%;
    flex: 0 0 auto;
    padding: 0 4px;
}

.show-all-item .item-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
    
}

.show-all-item .item figure{
    max-width: 110px;
}

.show-all-item .item figure img{
    width: 100%;
}

.item-wrap.tcs-fig figure{
    max-width: 90px;
}

.amazon-fig.item-wrap figure{
    max-width: 150px;
}

.show-all-item{
  margin-top: 12px;
}

.ul-bullets li{
  list-style: none !important;
  position: relative;
  padding-left: 15px;
  margin-top: 5px;
}

.ul-bullets li:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 5px;
    width: 5px;
    background: #e2261d;
    border-radius: 100px;
}

/* .content-main,  */
.content-box {
    /* background: #f3f3f3; */
    background: #f3f3f394;
    padding: 12px;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.row.mt-2.justify-content-between, .placemnt-membr-detl.row {
    margin-left: 0px;
    margin-right: 0;
}

.mb-8{
  margin-bottom: 8px;
}

.content-box.content-box.content-box.content-box p{
  /* font-size: inherit !important; */
   font-size: 15px !important;
}


.hdrtop{
  text-align: right;
}

.hdrtop li{
  display: inline-flex;
  margin: 0px 6px 3px;
}

.hdrtop li a{
   color:#fff !important;
   font-size: 10px;
   font-weight: 600;
}


.info_box p{
  text-align: initial !important;
}

.total-card.new-card-wrapper {
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}

.contact-prsn {
    width: 49%;
}

.contact-prsn.contact-prsn figure{
  margin-top: 0;
    width: 100%;
}

.contact-prsn.contact-prsn figure img{
    height: 200px;
    object-fit: cover;
}

.contact-prsn.contact-prsn .lindin-btn{
    width: 94%;
    margin-top: 10px !important;
    display: inline-table;
    text-align: center;
}

.traner-infobx .nfobx span p{
   font-size: 10px !important;
}

.contact-prsn.contact-prsn .lindin-btn a{
        font-size: 12px;
}


@media only screen and (max-width: 1500px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 32px;
  }

  p {
    font-size: 13px;

    line-height: 20px;
  }

  .feedback-form {
    top: 200px;
  }

  .fixed_box {
    right: 257px;
  }

  .fixed-max {
    right: 220px;
  }

  .fixed_box a {
    height: 38px;

    font-size: 11px;
  }

  .whats-field {
    right: -133px;
  }

  .whats-field a img {
    width: 55px;
  }

  .whats-field span {
    font-size: 13px;

    padding: 8px 10px 8px 30px;
  }

  .close.close.close.close {
    width: 14px;

    height: 13px;

    font-size: 23px;
  }

  /* header */

  .hr-line {
    margin: 12px 0 2px;
  }

  .header_wrapper {
    padding: 0;
  }

  .head_left svg,
  .head_right_box svg {
    font-size: 12px;
  }

  .head_left a ::after {
    top: 3px;
  }

  .head_wrap_1 {
    padding: 3px 0;
  }

  .head_left p {
    font-size: 12px;
  }

  .head_icon a svg {
    font-size: 12px;
  }

  .head_dropdown .btn p {
    font-size: 12px;
  }

  .head_dropdown .btn {
    gap: 4px;

    padding: 0px 7px;
  }

  .head_dropdown .btn figure {
    max-width: 12px;
  }

  .head_right_box i {
    font-size: 11px;
  }

  .head_right_box p {
    font-size: 11px;
  }

  .head_right_box {
    gap: 8px;
  }

  .head_right_p::before,
  .head_right_p::after {
    top: 9px;

    height: 9px;
  }

  .head_right_box i {
    font-size: 12px;
  }

  .head_left a::after {
    top: 7px;

    width: 1px;

    height: 11px;

    right: -16px;
  }

  .head_right_box_1 figure {
    max-width: 12px;
  }

  .head_right_box_1 {
    gap: 4px;

    padding: 0 0px 0 5px;
  }

  #language {
    font-size: 11px;
  }

  .visitr_box {
    height: 27px;

    padding: 6px 8px;
  }

  .visitr_box p,
  .visitr_box span {
    font-size: 10px;
  }

  /* navbar */

  .nav_list {
    gap: 30px;
  }

  .head_icon a i {
    font-size: 12px;
  }

  .head_icon a {
    height: 26px;

    width: 26px;
  }

  .nav_list li > a {
    font-size: 12px;
  }

  .nav_list .dropdown-toggle::after {
    top: 5px;

    right: -14px;

    height: 9px;

    width: 9px;
  }

  .drop-menu {
    width: 180px;
  }

  .drop-menu li a {
    font-size: 12px !important;
  }

  .sub-li .sub-menu {
    width: 120px;

    right: -120px;
  }

  /* dept-menu-style */

  .dept-menu .drop-menu {
    width: 600px;
  }

  .dep-sub-hd {
    font-size: 13px;
  }

  figure.all-img img {
    border-radius: 8px;
    height: 145px;
}

  /* banner */

  .banner {
    min-height: 455px;
  }

  .banner_info {
    max-width: 350px;
    height: 284px;
    margin-top: 122px;
    padding: 20px 25px;
}

  .banner_info h1 {
    font-size: 25px;
  }

  .banner_info p {
    font-size: 18px;
  }

  .banner_info p span {
    font-size: 16px;
  }

  .banner_info h1::after,
  .banner_info h1::before {
    width: 3px;
  }

  .bttn_div {
    margin-top: 20px;
  }

  .bttn {
    font-size: 14px;

    padding: 7px 22px;
  }

  .banner::after {
    height: 460px;
  }

  /* about-us */

  .about_p {
    font-size: 20px;
  }

  /* info */

  .info {
    margin-top: -36px;
  }

  .info_box {
    padding: 20px 0;

    height: 100px;
  }

  .info_box figure {
    max-width: 32px;
  }

  .info_box p {
    font-size: 14px;
  }

  .about_info {
    width: 130px;
  }

  .about_info figure {
    max-width: 25px;
  }

  .about_info p {
    font-size: 13px;

    line-height: 19px;
  }

  .notice {
    height: 35px;

    padding: 5px 0;
  }

  .notice a {
    font-size: 13px;
  }

  .notice-ul li {
    padding-left: 14px;
  }

  .notice-ul li::before {
    top: 5px;

    height: 9px;

    width: 9px;
  }

  /* about */

  .about_left {
    max-width: 580px;
  }

  .about_right {
    height: 451px;

    padding: 32px 45px 179px 30px;
  }

  .prin_msg figure {
    width: 86px;
  }

  .p_msg h4 {
    font-size: 14px;
  }

  .p_msg span {
    font-size: 13px;
  }

  .p_msg p {
    font-size: 14px;

    line-height: 23px;
  }

  .p_msg h5 {
    font-size: 15px;

    bottom: 35px;

    right: 53px;
  }

  /* news */

  .news_left {
    padding: 16px 20px;
  }

  .news_box_left h4 {
    font-size: 15px;
  }

  .news_box_left p {
    font-size: 12px;

    line-height: 19px;
  }

  .news_box {
    padding: 6px 7px;
  }

  .news_left .marquee_info p {
    font-size: 12px;

    line-height: 20px;
  }

  .news_box_right {
    padding: 12px;
  }

  .news_box_right p {
    font-size: 12px;

    line-height: initial;
  }

  .news_box_right h4 {
    font-size: 18px;
  }

  .news_left .marquee_info a {
    font-size: 13px;

    line-height: 20px;
  }

  .news_left .heading a span {
    font-size: 9px;
    padding: 5px 14px;
  }

  /* event */

  .event {
    padding: 30px 0 50px;
  }

  .bttn_1 {
    font-size: 13px;

    height: 40px;
  }

  .evnt_cont p:nth-child(1) {
    font-size: 11px;
  }

  .evnt_cont p + p {
    height: 50px;
  }

  .evnt_cont p {
    font-size: 12px;

    line-height: 19px;
  }

  .read_bttn {
    font-size: 12px;

    right: 10px;
  }

  .event_info {
    padding: 10px 10px 20px;
  }

  .evnt_cont {
    padding: 10px;
  }

  /* campus */

  .camp_left figure {
    max-width: 625px;
  }

  .camp_list li {
    width: 28%;
  }

  /* .camp_list li figure img {

        width: 18px;

    } */

  /* .camp_list li figure {

        height: 40px;

        width: 40px;

    } */

  .camp_list li p {
    font-size: 15px;
  }

  /* Class Room */

  .short-text {
    font-size: 14px;
  }

  .read-more-button {
    font-size: 14px;
  }

  /* number */

  .number {
    padding: 30px 0;
  }

  .num_box {
    height: 140px;

    width: 140px;

    gap: 6px;
  }

  .num_box span {
    font-size: 32px;
  }

  .num_box p {
    font-size: 29px;
  }

  .num_info > p {
    font-size: 15px;
  }

  /* consultant-sec */

  /* .consult-figh {

    height: 380px;

  } */

  /* department */

  .department {
    padding: 45px 0;
  }

  /* info_2 */

  .info_2 {
    margin-top: -35px;
  }

  /* student */

  .stu_list li {
    font-size: 13px;
  }

  .student .arrow_icon {
    padding-right: 10px;
  }

  /* location */

  .location_left figure p {
    font-size: 11px;
  }

  .location_left figure h4 {
    font-size: 22px;
  }

  .location_left figure {
    top: 130px;

    padding: 13px 12px 17px 18px;
  }

  .location_right {
    top: 128px;
  }

  .location_right p span {
    font-size: 14px;
  }

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

  .location_right > span {
    font-size: 14px;
  }

  .location_right a {
    font-size: 12px;
  }

  .location_right .fa-phone {
    font-size: 11px;
  }

  .location_right .head_icon a {
    height: 25px;

    width: 25px;
  }

  .location_right .head_icon a svg {
    font-size: 12px;
  }

  .location_left span::before {
    height: 38px;
  }

  /* training */

  .logo_wrap figure {
    max-width: 200px;
  }

  /* footer */

  .footer_info_1 figure {
    max-width: 75px;
  }

  .footer_info_1 h4 {
    max-width: 200px;

    font-size: 15px;

    line-height: 22px;
  }

  .footer_info h4 {
    font-size: 18px;
  }

  .footer_info ul li {
    margin-bottom: 0;
  }

  .footer_info ul li a {
    font-size: 13px;
  }

  .temp_box h4 {
    font-size: 15px;

    max-width: 104px;

    line-height: 20px;
  }

  .temp_box p {
    font-size: 11px;
  }

  .temp_info {
    padding: 5px 7px 5px 15px;

    width: 100%;

    max-width: 240px;
  }

  .temp {
    padding: 1px 8px;
  }

  .temp figure {
    max-width: 17px;
  }

  .temp p {
    font-size: 18px;
  }

  .temp_box_2 ul li {
    font-size: 15px;

    height: 30px;

    width: 30px;
  }

  .temp_info_2 {
    padding: 10px 10px 10px;
  }

  .user {
    gap: 8px;

    padding-top: 3px;

    margin-top: 8px;
  }

  .user figure {
    max-width: 20px;
  }

  .user p {
    font-size: 12px;
  }

  .copy_right p {
    font-size: 11px;
  }

  .copy_right p span {
    font-size: 10px;

    padding: 2px 5px;
  }

  /* inner-page */

  .panel-hed h4 {
    font-size: 20px;
  }

  .panel-lft ul li a {
    font-size: 15px;

    padding: 5px 0 5px 17px;
  }

  .panel-lft ul li a::before {
    top: 13px;

    height: 6px;

    width: 6px;
  }

  /* vision-page */

  .vision,
  .inbanner-slider .item {
    min-height: 380px;
  }

  .vision_info {
    padding-top: 180px;
  }

  .visn_list li {
    font-size: 14px;
  }

  .visn_list li::before {
    top: 8px;

    left: 0;

    height: 6px;

    width: 6px;
  }

  .vision_cont p {
    line-height: 20px;
  }

  /* infastructure */

  .cmn_hed h2 {
    padding-left: 12px;
  }

  .cmn_hed h2::before {
    top: 6px;

    height: 25px;
  }

  /* Discipline */

  .disp_list li {
    font-size: 14px;
  }

  .disp_list li::before {
    top: 8px;

    left: 0;

    height: 6px;

    width: 6px;
  }

  /* rules-regulation */

  .rules-view {
    font-size: 14px;
  }

  .feed-backform label {
    font-size: 15px;
  }

  /* academic-notice */

  .entry-catagory {
    font-size: 14px;
  }

  .entry_date a {
    font-size: 14px;
  }

  .acadmic_list li a {
    font-size: 14px;
  }

  .acadmic_list li::before {
    top: 8px;

    left: 0;

    height: 11px;

    width: 13px;
  }

  .acadmic_dtls .disp_list .fa-chevron-right {
    font-size: 11px;

    padding-right: 4px;
  }

  .nw-btn {
    top: 2px;
  }

  /* Research Publications */

  .resh_fig img {
    height: 130px;

    width: 130px;
  }

  .resh-ol {
    font-size: 14px;
  }

  /* faculty-dev-sec */

  .faculty-dev-sec .accordion-header h4 {
    font-size: 15px;
  }

  /* table-main/data-table */

  .table-main td {
    font-size: 14px;
  }

  /* breadcrumbs */

  .breadcrumbs ul li {
    font-size: 14px;
  }

  /* abt-pric-sec */

  .abt-princ-cont .image-new-bx.image-new-bx img {
    max-width: 184px;

    height: 184px;
  }

  .abt-princ-cont h4,
  .abt-princ-cont span {
    font-size: 14px;
    margin-bottom: 1px;
  }

  /* tbl-modal */

  .tbl-modal .modal-dialog {
    margin-top: 250px;
  }

  /* the place */

  .icn-info img {
    height: 60px;
  }

  .icn-info span {
    font-size: 14px;
  }

  /* consultant */

  .consult-info h4 {
    font-size: 22px;

    max-width: 326px;
  }

  .bullet-view.bullet-view ul li::before {
    top: 9px;

    left: 0;

    height: 5px;

    width: 5px;
  }

  .bullet-view.bullet-view ul li {
    font-size: 14px;
  }

  /* placement-sec */

  .notice-info {
        width: 100%;
        height: 160px;
        /* padding: 15px 65px; */
        padding: 0px;
    }
  }

  .placement-dtls .row-bdrnon{
    border: 0px;
    border-radius: 8px;
    width: 100%;
    margin: 20px auto 0px;
    box-shadow: rgb(203 2 2 / 35%) 0px 5px 15px;
    padding: 10px 15px;
    border: 1px solid #fd3d3d;

    background-image: linear-gradient(to top, #ffb2b2, #fff1f1, #fff, #fff, #fff);

  }

  .tab-btn {
    flex: 1;

    padding: 8px;

    font-size: 14px;
  }

  /* .lab_info.lab_info.lab_info .lab_body .card-text {
    height: 180px;
    overflow-y: scroll;
  } */

  .prin_msg {
    gap: 14px;
  }

  .scholarship-section ul.tabs.aca-tabs li span {
    font-size: 12px;
    padding: 9px 18px;
}

.sub-menuu li a {
    padding-left: 19px;
    font-size: 13px;
}

.sub-menuu li a:before {
    height: 5px;
    width: 5px;
    top: 13px;
    left: 8px;
}

.e-resource-wrapper h4 {
    font-size: 18px;
    margin-bottom: 7px;
}

.resource-info figure img {
    height: 125px;
}

.resource-info p {
    line-height: 20px;
    font-size: 13px !important;
}

  .fixed_box.fixed_second_box {
    top: 243px;
}

.contact-prsn.contact-prsn figure img {
    height: 170px;
}

}

@media only screen and (max-width: 1330px) {
  /* .drop-menu {

    width: 175px;

}

.sub-li .sub-menu {

    width: 138px;

    left: -138px;

} */

  .enq-form legend {
    font-size: 20px;
  }

  .frm-gp input,
  .frm-gp select {
    font-size: 13px;
  }

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

  .feedback-form {
    top: 160px;
  }

  /* header */

  .drop-menu {
    width: 160px;
  }

  .sub-li .sub-menu {
    width: 115px;

    right: -115px;
  }

  .head_left svg,
  .head_right_box svg {
    font-size: 11px;
  }

  .head_left a {
    gap: 5px;
  }

  .head_icon a {
    height: 22px;

    width: 22px;
  }

  .head_icon a svg {
    font-size: 11px;
  }

  .nav_wrap figure {
    max-width: 230px;
  }

  .lft-sub-mnu .sub-li .sub-menu {
    width: 130px;

    left: -130px;
  }

  /* banner */

  .banner {
    min-height: 420px;
  }

  .bttn {
    font-size: 11px;
  }

  .bttn_div {
    margin-top: 25px;
  }

  /* about */

  /* academic-notice */

  /* info */

  .info {
    margin-top: -32px;
  }

  .info_box {
    padding: 14px 0;
  }

  .info_box figure {
    max-width: 24px;
  }

  .info_box p {
    font-size: 12px;
  }

  .banner_info {
    height: 280px;

    margin-top: 60px;
  }

  /* campus */

  .camp_left figure {
    max-width: 530px;
  }

  .camp_list li {
    margin-bottom: 10px;
  }

  .camp_list li p {
    font-size: 13px;
  }

  .camp_list li figure {
    height: 35px;

    width: 35px;
  }

  .camp_list li figure img {
    width: 18px;
  }

  /* number */

  .num_box {
    height: 125px;

    width: 125px;

    gap: 4px;
  }

  .num_box span {
    font-size: 30px;
  }

  /* our-recruter */

  .logo_wrap figure img {
    height: 80px;
  }

  /* location */

  .location_left figure {
    right: 210px;
  }

  /* gallery */

  .gallery {
    padding: 50px 0 80px;
  }

  .info_2 {
    margin-top: -28px;
  }

  /* vision-section */

  /* .vision {

    min-height: 300px;

  } */

  /* .vision_info {

    padding-top: 140px;

  } */

  /* infastructure */

  .cmn_hed h2::before {
    height: 24px;
  }

  /* Research Publications */

  .resharch_info {
    padding: 50px 15px 30px;
  }

  .resh_fig img {
    height: 120px;

    width: 120px;
  }

  .resh-url {
    font-size: 12px;
  }

  /* photo-gallery */

  .ph-im {
    max-width: 520px;
  }

  /* event-sec */

  .evt_box {
    height: 445px;
  }

  .evnt_cont p + p {
    height: 40px;
  }

  /* Admission Form */

  .chck-bx {
    position: relative;
  }

  .enq-form-lrg .chck-bx .form-check-input {
    position: absolute;

    top: 3px;
  }

  /* faculty-list */

  .facu_info .bx-cont {
    height: 70px;
  }

  .fac_img img {
    width: 160px;
    height: 210px;
  }

  /* the place */

  .icn-info img {
    height: 50px;
  }

  .icn-info span {
    font-size: 12px;
  }

  /* course-sec */

  .course-info h4 {
    padding: 20px 20px 50px;
  }

  .traner-infobx.two-imgg figure img {
    height: 280px;
  }

  .traner-infobx.triple-tranerbx figure img {
    height: 170px;

    object-fit: cover;
  }

  .content-box.content-box.content-box table td b{
    font-size: 13px !important;
  }

  .show-all-item .item figure {
    max-width: 90px;
  }

  .item-wrap.tcs-fig figure {
    max-width: 75px;
  }

  .amazon-fig.item-wrap figure {
    max-width: 130px;
  }
}

@media only screen and (max-width: 1199px) {
  body {
    padding-top: 80px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 26px;

    margin-bottom: 14px;
  }

  h3 {
    font-size: 26px;
  }

  p {
    font-size: 12px;

    line-height: 23px;
  }

  .whats-field {
    right: -115px;
  }

  .whats-field span {
    font-size: 11px;

    padding: 6px 10px 6px 30px;
  }

  .whats-field a img {
    width: 50px;
  }

  /* popup-modal */

  .modl-title {
    margin-top: 28px;

    font-size: 35px;
  }

  /* header */

  .toggle_icon {
    visibility: visible;

    z-index: 9;

    top: 5px;

    font-size: 18px;
  }

  .nav_list li a.active {
    padding: 0;
  }

  .nav_list {
    display: block;

    position: fixed;

    top: 0;

    right: -500px;

    background: #e4ecf8;

    width: 100%;

    max-width: 350px;

    height: 100vh;

    z-index: 2;

    padding: 23px 13px 10px;

    transition: 0.5s ease-in-out;
  }

  .hr-line {
    display: none;
  }

  .header {
    display: flex;

    flex-direction: column-reverse;
  }

  .nav_list.active {
    right: 0;
  }

  .head_left {
    gap: 25px;
  }

  .head_left a p {
    font-size: 10px;
  }

  .head_left i {
    font-size: 9px;
  }

  .head_left a::after {
    top: 7px;

    height: 9px;

    right: -13px;
  }

  .head_right_box_1 {
    gap: 0;
  }

  #language {
    font-size: 10px;
  }

  .head_right_box_1 figure {
    max-width: 11px;
  }

  .head_right_box i {
    font-size: 10px;
  }

  #language option {
    font-size: 10px;
  }

  .head_right_box {
    gap: 6px;
  }

  .head_right_box p {
    font-size: 10px;
  }

  .nav_wrap figure {
    max-width: 200px;
  }

  .head_icon a i {
    font-size: 10px;
  }

  .head_icon a {
    height: 21px;

    width: 21px;
  }

  .nav_list li > a {
    font-size: 12px;
  }

  .drop-menu {
    width: 150px;
  }

  .drop-menu li a {
    font-size: 11px !important;
  }

  .nav_list .dropdown-toggle::after {
    top: 5px;

    height: 9px;

    width: 9px;

    right: -13px;
  }

  .head_right_p::before,
  .head_right_p::after {
    top: 7px;
  }

  .sub-li .sub-menu {
    width: 130px;

    right: -130px;
  }

  .lft-sub-mnu .sub-li .sub-menu {
    width: 130px;

    right: 0;

    left: 150px;
  }

  /* dept-menu-style */

  .dept-menu .drop-menu {
    width: 250px;

    padding: 10px 0;
  }

  /* banner */

  .banner {
    min-height: 500px;
  }

  .banner_info {
    max-width: 300px;

    height: 330px;

    margin-top: 111px;

    padding: 20px 16px;
  }

  .banner_info h1 {
    max-width: 500px;
  }

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

  .banner_info p span {
    font-size: 13px;
  }

  .bttn {
    font-size: 11px;
  }

  .bttn_div {
    margin-top: 24px;
  }

  /* academic-notice */

  .nw-btn {
    top: 0;
  }

  /* info */

  .info_box figure {
    max-width: 23px;
  }

  .info_box p {
    font-size: 12px;
  }

  .info_box {
    padding: 8px 0 12px;
  }

  /* about */

  .about {
    padding: 40px 0 0;
  }

  .prin_msg figure {
    width: 70px;
  }

  .p_msg p {
    font-size: 12px;

    line-height: 20px;
  }

  .about_right {
    height: 382px;

    padding: 24px 30px 0;
  }

  .p_msg h5 {
    font-size: 12px;

    bottom: 22px;
  }

  .about_infos {
    justify-content: center;

    padding-left: 0;
  }

  .about_info figure {
    max-width: 20px;
  }

  .about_info {
    padding: 10px;
  }

  /* abt-princ */

  .abt-princ-cont .image-new-bx.image-new-bx img {
    max-width: 150px;

    height: 150px;
  }

  /* news */

  .news {
    padding: 40px 0;
  }

  .news_left {
    padding: 15px;
  }

  .news_left .marquee_info p {
    font-size: 12px;

    line-height: 18px;
  }

  .news_box {
    padding: 9px 10px;

    gap: 34px;
  }

  .news_box_right p {
    font-size: 10px;
  }

  .news_box_right h4 {
    font-size: 15px;
  }

  .news_box_left p {
    font-size: 10px;

    line-height: 14px;
  }

  /* event */

  .evnt_cont {
    padding: 6px;
  }

  .evnt_cont p {
    font-size: 10px;

    line-height: 14px;
  }

  .event_info figure img {
    height: 130px;
  }

  .evnt_cont p:nth-child(1) {
    font-size: 10px;
  }

  .read_bttn {
    font-size: 10px;
  }

  /* campus */

  .camp_left figure {
    max-width: 478px;
  }

  .camp_list li {
    gap: 7px;

    margin-bottom: 7px;
  }

  .camp_list li p {
    font-size: 11px;
  }

  .camp_list li figure img {
    width: 15px;
  }

  .camp_list li figure {
    height: 33px;

    width: 33px;
  }

  .camp_right {
    padding: 0;
  }

  .short-text {
    font-size: 12px;
  }

  .read-more-button {
    font-size: 13px;
  }

  /* number */

  .num_box {
    height: 110px;

    width: 110px;
  }

  .num_box span {
    font-size: 27px;
  }

  .num_box p {
    font-size: 24px;
  }

  .num_info > p {
    font-size: 13px;

    padding-top: 10px;
  }

  /* our-recruter */

  .logo_wrap figure img {
    height: 60px;
  }

  /* gallery */

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

  .bttn_1 {
    font-size: 11px;

    height: 32px;

    padding: 7px 25px;
  }

  /* department */

  .department {
    padding: 30px 0;
  }

  /* info_2 */

  .info_2 {
    margin-top: -26px;
  }

  /* student */

  .student {
    padding: 30px 0;
  }

  .stu_list li {
    font-size: 11px;
  }

  /* training */

  .training {
    padding: 30px 0;
  }

  /* location */

  .location_left {
    max-width: 650px;
  }

  .location_left figure {
    top: 76px;

    right: 144px;

    padding: 13px 12px;
  }

  .location_left figure h4 {
    font-size: 18px;
  }

  .location_left figure::before {
    height: 35px;

    width: 3px;
  }

  .location_right p span {
    font-size: 12px;
  }

  .location_right p {
    font-size: 11px;
  }

  .location_right a {
    font-size: 11px;
  }

  .location_right > span {
    font-size: 13px;

    padding-top: 4px;

    margin-top: 6px;
  }

  .location_right {
    top: 85px;
  }

  .location_right .head_icon a {
    height: 21px;

    width: 21px;
  }

  .location_right .head_icon a i {
    font-size: 10px;
  }

  /* footer */

  .footer {
    padding: 30px 0 10px;
  }

  .footer_info_1 a {
    max-width: 220px;
  }

  .footer_info ul li a {
    font-size: 12px;
  }

  .footer_info h4 {
    font-size: 17px;

    margin-bottom: 12px;
  }

  .temp p {
    font-size: 16px;
  }

  .temp_box_2 ul li {
    font-size: 13px;

    height: 25px;

    width: 25px;
  }

  .temp_box h4 {
    font-size: 12px;

    max-width: 84px;

    line-height: 17px;

    padding-bottom: 12px;
  }

  .temp_info_2 {
    padding: 18px 10px 12px;
  }

  .user {
    padding-top: 6px;

    margin-top: 15px;
  }

  .user p {
    font-size: 11px;
  }

  .temp_box p {
    font-size: 10px;
  }

  /* inner-page */

  .inner-section {
    padding: 40px 0;
  }

  .panel-hed h4 {
    font-size: 17px;
  }

  .panel-lft ul li a {
    font-size: 13px;
  }

  .panel-lft ul li a::before {
    top: 11px;
  }

  /* vision-section */

  .vision {
    min-height: 320px;
  }

  .vision_info {
    padding-top: 140px;
  }

  .vision_dtls {
    padding: 20px 0;
  }

  .visn_list li {
    font-size: 12px;
  }

  .visn_list li::before {
    top: 6px;
  }

  /* infastructure */

  .cmn_hed h2::before {
    top: 5px;

    height: 21px;

    width: 3px;
  }

  /* Discipline */

  .disp_list li {
    font-size: 12px;

    padding: 0 0 10px 15px;
  }

  .disp_list li::before {
    top: 6px;
  }

  .elementor {
    margin: 0 0 12px;
  }

  /* feedback */

  .feed-backform label {
    font-size: 14px;
  }

  .feed-backform .frm-gp input,
  .feed-backform .frm-gp select {
    padding: 6px;
  }

  /* academic-notice */

  .acadmic_dtls {
    padding: 10px 15px;
  }

  .entry_date a {
    font-size: 12px;
  }

  .acadmic_info h4 {
    font-size: 18px;

    padding: 15px 0 10px;
  }

  .entry-catagory a,
  .entry-catagory {
    font-size: 12px;
  }

  .acadmic_info .elementor {
    margin: 0 0 3px;
  }

  .notice-frm input {
    padding: 8px !important;
  }

  .notice-frm .btn-enq {
    padding: 9px 20px !important;
  }

  .notice-frm .btn-enq {
    padding: 10px 20px;
  }

  .acadmic_list li a {
    font-size: 12px;
  }

  .acadmic_list li::before {
    top: 9px;

    height: 10px;

    width: 12px;
  }

  /* Research Publications */

  .resh-url {
    font-size: 10px;
  }

  .resh_fig img {
    height: 110px;

    width: 110px;
  }

  .resh-ol {
    font-size: 12px;
  }

  /* photo-gallery */

  .ph-im {
    max-width: 440px;
  }

  /* Online Grievance */

  .tab_box .tab {
    font-size: 14px;
  }

  /* contact-sec */

  .cont-nfo {
    padding: 30px;
  }

  /* event-sec */

  .evt_box {
    height: 410px;
  }

  .evdat {
    height: 70px;

    width: 70px;
  }

  .evt_cnt {
    gap: 10px;

    padding: 10px;
  }

  .ev-btn {
    font-size: 15px;
  }

  /* event-dtls */

  .image-new-bx.image-new-bx img {
    max-width: 450px;
  }

  /* department-dtls */

  .list li a {
    font-size: 16px;
  }

  /* seminar-dtls */

  .seminar-dtls .btn-enq {
    margin-top: 15px;
  }

  /* consultation */

  .consult-info h4 {
    font-size: 18px;

    max-width: 270px;
  }

  .time-info {
    font-size: 14px;
  }

  /* prospectors */

  .booklet .b-wrap {
    height: 310px !important;
  }

  .vision_dtls .course-im {
    height: 102px;
  }

  .info_box .bxtx{
        display: contents;
        text-align: center;
  }

  .info_box .bxtx strong{
      font-size: 16px;
   }

   .course-info h4 {
    font-size: 10px;}

}



@media only screen and (max-width: 1024px){
  .course-info h4 {
    font-size: 10px;}
}

@media only screen and (max-width: 991px) {
  body {
    padding-top: 60px;
  }

  .vision_dtls .course-im {
    height: 120px;
  }

  .course-im img {
    width: 15% !important;

    margin: 1% auto;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 23px;

    margin-bottom: 4px;
  }

  p {
    line-height: 21px;
  }

  .feedback-form {
    top: 100px;

    right: -270px;
  }

  .enq-form {
    width: 100% !important;
  }

  .fixed_box {
    right: 230px;
  }

  .fixed_box a {
    height: 32px;

    font-size: 9px;
  }

  .frm-gp input,
  .frm-gp select {
    font-size: 12px;

    padding: 4px 7px;
  }

  /* header */

  /* .toggle_icon {

    visibility: visible;

    z-index: 9;

  } */

  .nav_bar {
    padding: 3px 0;
  }

  .nav_wrap figure {
    max-width: 160px;
  }

  .head_icon {
    position: relative;

    right: 18px;

    gap: 6px;
  }

  .head_icon a svg {
    font-size: 10px;
  }

  .head_icon a {
    height: 18px;

    width: 18px;
  }

  /* .nav_list li a.active {

    padding: 0;

  }



  .nav_list {

    display: block;

    position: fixed;

    top: 0;

    right: -500px;

    background: #e4ecf8;

    width: 100%;

    max-width: 350px;

    height: 100vh;

    z-index: 2;

    padding: 23px 13px 10px;

    transition: 0.5s ease-in-out;

  }



  .nav_list.active {

    right: 0;

  } */

  .nav_list li > a {
    font-size: 11px;
  }

  .dept-menu .drop-menu {
    overflow: scroll !important;

    overflow-x: hidden !important;

    max-height: 300px;
  }

  .drop-menu li a {
    font-size: 11px !important;
  }

  .hdr-rspnsive.hdr-rspnsive .toggle_icon svg {
    color: red;
  }

  .nav_list .dropdown-menu.show {
    padding: 4px 5px;
  }

  /* .drop-menu li {

    padding-left: 6px;

  } */

  .sub-li .sub-menu {
    width: 130px;

    right: -130px;
  }

  /* .sub-li:hover.sub-li .sub-menu {

    top: 30px;

    right: 0;

  } */

  /* banner */

  .banner {
    min-height: 430px;
  }

  .ban_logo {
    max-width: 120px;
  }

  .banner_info {
    max-width: 300px;

    height: 282px;

    margin-top: 110px;
    margin-left: 5%;
    padding: 20px 16px;
  }

  .banner_info h1 {
    font-size: 22px;

    line-height: 30px;
  }

  .banner_info p {
    font-size: 14px;
  }

  .banner_info p span {
    font-size: 12px;
  }

  .bttn_div {
    gap: 13px;
  }

  .bttn {
    font-size: 9px;

    padding: 5px 15px;
  }

  /* info */

  .info {
    margin-top: -20px;
  }

  /* about */

  .about {
    padding: 15px 0 0;
  }

  .about_p {
    font-size: 17px;
  }

  .about_left {
    max-width: 100%;
  }

  .about_infos {
    margin-top: 20px;
  }

  .about_info {
    width: 116px;

    padding: 7px;
  }

  .about_right {
    height: 350px;

    width: 100%;

    padding: 11px 15px 0;

    position: relative;

    margin-top: 20px;
  }

  .prin_msg figure {
    width: 60px;
  }

  .prin_msg {
    gap: 10px;

    padding-top: 13px;
  }

  .p_msg span {
    font-size: 12px;
  }

  .p_msg p {
    font-size: 12px;

    padding-top: 5px;
  }

  .p_msg h5 {
    font-size: 11px;

    /* top: 0px; */

    bottom: 18px;
  }

  /* abt-princ */

  .abt-princ-cont .image-new-bx.image-new-bx img {
    max-width: 130px;

    height: 130px;
  }

  /* news */

  .news {
    padding: 30px 0;
  }

  .news h2 {
    margin-bottom: 13px;
  }

  .news_left {
    padding: 12px;
  }

  .news_right {
    padding-top: 20px;
  }

  .news_left .marquee_info p {
    font-size: 12px;
  }

  .news_left .heading :nth-child(2) {
    padding-bottom: 4px;
  }

  /* .news_left .heading :nth-child(3) {

    padding: 4px 0;

  } */

  .news_right .heading h2::before {
    bottom: 15px;
  }

  .news_right .heading h2::after {
    bottom: 10px;
  }

  /* event */

  .event_info {
    margin-top: 20px;
  }

  .event_info figure img {
    height: 250px;
  }

  .evnt_cont p {
    font-size: 13px;

    line-height: 20px;
  }

  .evnt_cont p:nth-child(1) {
    font-size: 12px;
  }

  .read_bttn {
    font-size: 11px;
  }

  /* campus */

  /* campus */

  .camp_left figure {
    max-width: 100%;
  }

  .camp_list {
    margin-bottom: 0;
  }

  .camp_list {
    margin-top: 10px;
  }

  .camp_right {
    padding: 20px 30px;
  }

  /* number */

  .number-section {
    padding-top: 0;
  }

  .num_box {
    height: 100px;

    width: 100px;
  }

  .num_box span {
    font-size: 24px;
  }

  .dep_right {
    margin-top: 20px;
  }

  /* department */

  .department {
    padding: 17px 0;
  }

  /* gallery */

  .gallery {
    padding: 30px 0 50px;
  }

  .info_2 {
    margin-top: -22px;
  }

  .gallery .head_flex {
    margin-bottom: 20px;
  }

  .gallery_fig_2 {
    padding-top: 25px;
  }

  /* student */

  .student {
    padding: 20px 0;
  }

  .stu_list li {
    margin-bottom: 13px;
  }

  .student_right {
    max-width: 450px;

    margin: auto;

    padding-top: 20px;
  }

  /* training */

  .training {
    padding: 17px 0;
  }

  /* location */

  .location {
    padding: 40px 0 60px;
  }

  .location_left {
    max-width: 550px;
  }

  .location_left figure h4 {
    font-size: 17px;
  }

  .location_left figure p {
    font-size: 10px;
  }

  .location_left figure {
    top: 70px;

    right: 182px;
  }

  .location_right p {
    line-height: 18px;
  }

  .location_right p span {
    padding-left: 4px;
  }

  .location_right {
    top: 64px;

    padding: 14px 40px;
  }

  .location_right a {
    font-size: 10px;
  }

  .location_right .head_icon {
    margin-top: 2px;

    right: 0;
  }

  .location_right .head_icon a {
    height: 18px;

    width: 18px;
  }

  .location_right .head_icon a svg {
    font-size: 9px;
  }

  .location_right > span {
    font-size: 12px;

    padding-top: 3px;

    margin-top: 4px;
  }

  .location_right .fa-phone {
    font-size: 10px;
  }

  /* footer */

  .footer {
    padding: 16px 0 10px;
  }

  .footer_info_1 a {
    max-width: 180px;
  }

  .footer_info h4 {
    font-size: 16px;

    margin: 15px 0 10px;
  }

  .temp_info {
    padding: 5px 7px 5px 8px;
  }

  .temp {
    padding: 0px 7px 2px;

    gap: 3px;
  }

  .temp_box h4 {
    font-size: 13px;

    padding-bottom: 12px;

    margin: 0 !important;
  }

  .temp_box_2 ul li {
    font-size: 12px;

    height: 22px;

    width: 22px;
  }

  .temp_info_2 {
    padding: 8px 8px 6px;
  }

  .user {
    padding-top: 3px;

    margin-top: 11px;
  }

  /* inner-page */

  .panel-lft {
    max-width: 300px;
  }

  .panel-rit iframe {
    height: 300px;
  }

  .panel-lft ul li a {
    font-size: 14px;
  }

  /* inner-page */

  .panel-hed h4 {
    font-size: 18px;
  }

  .panel-lft ul {
    padding: 10px 5px;
  }

  /* vision-page */

  .vision {
    min-height: 300px;
  }

  /* .vision_info {

    padding-top: 140px;

  } */

  .vision_cont p {
    line-height: 19px;
  }

  /* infastructure */

  .cmn_hed h2::before {
    top: 3px;

    height: 20px;
  }

  .camp_inf {
    margin-bottom: 20px;
  }

  .cmp_btn {
    font-size: 12px;

    margin-top: 9px;

    padding: 7px 20px;
  }

  .cmps_dtls iframe {
    height: 300px;

    margin-bottom: 20px;
  }

  /* rules-regulation */

  .rules-view {
    font-size: 12px;
  }

  .desip_para span {
    padding-left: 20px;
  }

  /* feedback */

  .feed-backform {
    width: 80%;
  }

  /* Research Publications */

  .bx-cont {
    height: 250px;
  }

  .resh-url {
    font-size: 11px;
  }

  /* photo-gallery */

  .photo-gallery {
    padding: 50px 0;
  }

  .ph-im {
    max-width: 100%;
  }

  .photo-info {
    /* padding-bottom: 20px; */
  }

  /* video-gallery */

  .video-gallery {
    padding: 30px 0 0;
  }

  /* contact-sec */

  .cont-frm .tgl-hdrr h2 {
    margin-bottom: 30px;
  }

  /* event-sec */

  .evnt-sec .content_box {
    padding-top: 30px;
  }

  .evt_box {
    height: 380px;

    width: 45%;
  }

  /* event-dtls */

  .evnt-dtls h2 {
    font-size: 23px;
  }

  .image-new-bx.image-new-bx img {
    max-width: 100%;

    height: 280px;
  }

  /* popup-modal */

  .popup-modal .bttn_1 {
    padding: 8px 25px;
  }

  /* tbl-modal */

  .tbl-modal .modal-dialog {
    margin-top: 150px;
  }

  /* Admission Form */

  .enq-form-lrg {
    margin: 0px auto;
  }

  /* lab-facility */

  .lab_head img {
    height: 240px;
  }

  .lab_btn {
    font-size: 12px;
  }

  /* faculty-list */

  .facu_info {
    padding: 10px;
  }

  .fac_in h4 {
    font-size: 18px;
  }

  /* the-place */

  .place {
    padding: 30px 0;
  }

  .place-vid {
    margin-bottom: 20px;
  }

  .place::after {
    height: 980px;
  }

  .icon-div {
    padding-bottom: 10px;
  }

  .icon-div li {
    width: 22%;
  }

  .place-vid-2 {
    height: 304px;
  }

  .place-vid-2 iframe {
    height: 300px;
  }

  /* consultant */

  .consult-figh {
    margin-top: 20px;
  }

  .consult-info h4 {
    font-size: 17px;

    text-align: left;

    max-width: 100%;

    padding-top: 10px;

    padding-bottom: 5px;
  }

  .time-info {
    font-size: 12px;
  }

  /* prospectors */

  .booklet .b-wrap {
    height: 280px !important;
  }

  .booklet img {
    height: 220px;
  }

  .b-arrow-next div,
  .b-arrow-prev div {
    top: 20% !important;
  }

  /* placement-sec */

  .notice-info {
    
    width:100%;
    height: 180px;
    padding: 20px 5px;
  }

  .notice-info h3 {
    font-size: 22px;
  }

  .notice-info marquee {
    height: 100px;
  }

  .content-details h3 {
    font-size: 14px;
  }

  /* new-tab */

  .scholarship-section {
    padding: 15px;
  }

  .tab-btn {
    padding: 5px;

    font-size: 12px;
  }

  .lab_info .lab_body .lab_hed.card-title {
    height: 60px;

    font-size: 16px;
  }

  .prin_msg figure img {
    height: 96px;
  }

  .visn_cont.new-flx-div {
    height: auto;
  }

  .fixed_box.fixed_second_box {
    top: 260px;
    right: 249px;
}

.hdrtop li {
    display: inline-flex;
    margin: 6px 4px;
}


}

@media only screen and (max-width: 768px) {
  .image-new-bx.image-new-bx img {
    height: 625px !important;
  }

  .p_20{
    padding: 0px !important;
  }

  .banner_info p{
    text-align: center;
  }

  .info_box .bxtx strong{
  font-size: 12px !important;}
}

@media only screen and (max-width: 767px) {

 


  .faculty_details_img {
    margin-top: 20px;
  }

  body {
    padding-top: 60px;
  }

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 20px;

    letter-spacing: 0;
  }

  h4 {
    font-size: 18px;
  }

  p {
    line-height: 20px;
  }

  .container,
  .container-sm {
    max-width: 100%;

    padding: 0 30px;
  }

  .feedback-form {
    top: 150px;
  }

  .srol-menu {
    overflow: scroll !important;

    overflow-x: hidden !important;

    max-height: 230px;
  }

  .stu-li .srol-menu {
    max-height: 295px;
  }

  .srol-menu::-webkit-scrollbar {
    width: 7px;

    /*height: 20px;*/

    height: 10px;
  }

  .srol-menu::-webkit-scrollbar-track {
    background: #fff;

    border-radius: 10px;

    padding: 6px;
  }

  .srol-menu::-webkit-scrollbar-thumb {
    background-color: #fff;

    border-radius: 10px;
  }

  .srol-menu::-webkit-scrollbar-track {
    background: #e2261d;
  }

  /* header */

  .head_wrap_1 {
    padding: 5px 0;

    flex-direction: column;
  }

  .head_left a p {
    font-size: 11px;
  }

  #language {
    font-size: 11px;
  }

  .head_right {
    flex-direction: column;

    gap: 3px;
  }

  .head_right_box_1 figure {
    max-width: 12px;
  }

  .head_right_box p {
    font-size: 11px;

    padding-right: 0;
  }

  .head_right_box p {
    font-size: 11px;

    padding-right: 0;
  }

  .head_right_p::before,
  .head_right_p::after {
    display: none;
  }

  .head_right_box_1 {
    margin-top: 5px;
  }

  .toggle_icon {
    right: 15px;
  }

  /* banner */

  .banner {
    min-height: 290px;
  }

  .banner_info h1 {
    max-width: 100%;
  }

  .ban_logo {
    max-width: 80px;
  }

  .banner_info {
    padding-top: 35px;
  }

  /* info */

  .info {
    margin-top: -18px;
  }

  .info_box figure {
    max-width: 18px;
  }

  .info_box p {
    font-size: 9px;
  }

  .banner_info p {
    font-size: 12px;
  }

  .banner_info p span {
    font-size: 11px;
  }

  .bttn_div {
    margin-top: 20px;
  }

  .bttn {
    font-size: 8px;

    padding: 5px 8px;
  }

  /* about */

  .about_p {
    font-size: 15px;
  }

  .about_infos {
    margin-top: 14px;

    gap: 12px;
  }

  .about_info {
    width: 100px;

    padding: 7px;
  }

  .about_info figure {
    max-width: 18px;
  }

  .about_info p {
    font-size: 11px;

    padding-top: 5px;
  }

  .p_msg p {
    font-size: 12px;

    line-height: 20px;
  }

  .p_msg h5 {
    font-size: 10px;
  }

  /* news */

  .news {
    padding: 10px 0;
  }

  .news_left .heading a p {
    font-size: 11px;
  }

  .news_box {
    align-items: start;
  }

  .news_right .heading h2::after {
    bottom: 7px;
  }

  .news_right .heading h2::before {
    bottom: 12px;
  }

  /* event */

  .event {
    padding: 20px 0 30px;
  }

  .evnt_cont p {
    font-size: 11px;
  }

  .evnt_cont p + p {
    height: 30px;
  }

  .evnt_cont p:nth-child(1) {
    font-size: 11px;
  }

  .event_info figure img {
    height: 150px;
  }

  /* number */

  .number {
    padding: 20px 0;
  }

  /* gallery */

  .gallery {
    padding: 30px 0 40px;
  }

  .info_2 {
    margin-top: -18px;
  }

  /* student */

  .student_right {
    max-width: 350px;
  }

  /* location */

  .location {
    padding: 20px 0;
  }

  .location_right {
    position: initial;

    padding: 14px 0 0;

    max-width: 100%;
  }

  .location_left figure {
    bottom: 0;

    left: 0;

    top: auto;

    right: auto;

    padding: 10px;
  }

  .location_left figure::before {
    height: 30px;

    width: 2px;
  }

  /* inner-page */

  .inner-section {
    padding: 25px 0;
  }

  .panel-lft {
    max-width: 100%;

    margin: 20px 0;
  }

  /* infastructure */

  .cmps_dtls iframe {
    height: 230px;
  }

  /* academic-notice */

  .entry_date a {
    font-size: 11px;
  }

  .acadmic_info h4 {
    font-size: 16px;
  }

  .entry_date a::before {
    bottom: -3px;

    height: 1px;

    width: 21px;
  }

  /* contact-us */

  .cont-nfo {
    margin-bottom: 20px;
  }

  .cont-frm .feed-backform {
    width: 100%;
  }

  /* rules-regulation */

  .desip_para span {
    padding-left: 0;
  }

  /* table-main/data-table */

  .tbl-dtls {
    overflow: scroll;
  }

  .table-main th {
    font-size: 13px;
  }

  .table-main td {
    font-size: 13px;
  }

  .table-main .dt-info {
    font-size: 13px;
  }

  .tbl-dtls .dt-length {
    font-size: 14px;
  }

  .tbl-dtls .dt-search {
    font-size: 13px;

    margin-top: 10px;
  }

  .tbl-dtls .dt-info {
    font-size: 13px;
  }

  .dept-dtls .list {
    padding-top: 0;
  }

  /* feedback-form */

  .feed-backform {
    width: 100%;
  }

  /* breadcrumbs */

  .breadcrumbs ul li {
    font-size: 13px;
  }

  .breadcrumbs {
    margin-bottom: 10px;
  }

  /* iic-table */

  .online-grev .feed-backform {
    overflow: scroll;

    overflow-y: hidden;
  }

  /* Admission Form */

  .enq-form-lrg {
    padding: 15px;
  }

  /* lab-facility */

  .lab_hed {
    padding: 10px 0;
  }

  /* the-place */

  .place {
    min-height: 560px;

    padding: 20px 0;
  }

  /* placement-sec */

  .banner_info {
    height: 260px;

    margin: 40px auto;

    padding: 10px;
  }

  .banner_info h1 {
    font-size: 22px;

    line-height: 28px;
  }

  .image-new-bx.image-new-bx img {
    float: left;

    height: 400px;
  }

  .lab_info .lab_body .card-text {
    height: auto !important;
  }

  .training_info.mt-3 {
    padding: 10px 5px 6px;
    border-radius: 8px;
  }

  .hdrtop{
    padding:2px 0px;
  }

  .hdrtop li {
    display: inline-flex;
    margin: 2px 4px;
  }

   .hdrtop li a{
     font-size: 10px;
   }

   .course_highlight{
      margin-bottom: 20px !important;
   }

   .content-box{
      width: 96%;
      float: none;
      margin: 5px auto;
      padding: 10px 20px;
    }

    .course_highlight{
      width: 96%;
      float: none;
      margin: 5px auto;}
}

@media only screen and (max-width: 640px) {

  .banner_info p{
    text-align: center;
  }

}

@media only screen and (max-width: 575px) {

  .vision {
    margin-top: 100px;
  }

  .head_left a p,
  .admission-helpline p{
        font-size: 12px !important;
    }


  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 17px;

    letter-spacing: 1px;
  }

  h3 {
    font-size: 17px;
  }

  .container,
  .container-sm {
    max-width: 100%;

    padding: 0 40px;
  }


  .course-im img {
    width: 25% !important;

    margin: 5% auto;
  }

  section.about .about_right {
    height: auto;

    padding-bottom: 60px;
  }

  .bxtx {
    font-size: 13px !important;
  }

  .whats-field span {
    padding: 4px 10px 4px 30px;
  }

  .whats-field a img {
    width: 40px;
  }

  /* header */

  .visitr_box {
    position: relative;

    right: 30px;

    height: 23px;

    padding: 4px 6px;
  }

  .head_right {
    flex-direction: column;

    gap: 6px;
  }

  .head_icon a {
    height: 16px;

    width: 16px;
  }

  .head_icon {
    right: 27px;
  }

  .head_icon a svg {
    font-size: 9px;
  }

  /* navbar */

  .nav_wrap figure {
    max-width: 100px;
  }

  /* banner */

  .banner {
    min-height: 250px;
    margin-top: 45px;
  }

  .banner_info {
    padding-top: 10px;
  }

  /* .banner_info h1 {

    max-width: 280px;

  } */

  .banner_info h1::after,
  .banner_info h1::before {
    width: 2px;
  }

  .banner_info p span {
    font-size: 9px;
  }

  .banner_info p{
    margin-top: 5px;
  }

  .bttn_div {
    margin-top: 5px;
  }

  .bttn {
    font-size: 10px;

    padding: 5px 7px;
  }

  /* info */

  .info {
    margin-top: 10px;
  }

  .info_box {

    width: 40%;
    flex: 0 0 auto;
    padding: 13px 0 15px;
    border-radius: 5px;
  }

  .info_wrap {
    flex-wrap: wrap;
  }

  .info_box figure {
    max-width: 45px;
  }

  .info_box p {
    font-size: 12px;
  }

  /* about */

  .about {
    padding: 20px 0 0;
  }

  .prin_msg figure {
    width: 50px;
  }

  .p_msg {
    padding-top: 14px;
  }

  .p_msg h4 {
    font-size: 13px;
  }

  .p_msg span {
    font-size: 10px;
  }

  /* news */

  .bttn_1 {
    font-size: 10px;

    height: 25px;

    padding: 5px 16px;

    border-radius: 4px;
  }

  .view-btn {
    border-radius: 50px;
  }

  .news h2 {
    margin-bottom: 6px;
  }

  .news_info {
    gap: 8px;
  }

  .news_wrap {
    flex-direction: column;

    gap: 8px;
  }

  .news_box {
    padding: 7px 8px;

    gap: 56px;
  }

  .nw-btn {
    top: -2px;
  }

  /* event */

  .event {
    padding: 10px 0 15px;
  }

  .evnt_cont {
    padding: 7px;
  }

  .event_info {
    padding: 7px 7px 20px;

    margin-top: 10px;
  }

  .evnt_cont p {
    line-height: 15px;
  }

  .evnt_cont p + p {
    height: 40px;
  }

  .evnt_cont p:nth-child(1) {
    font-size: 10px;
  }

  .read_bttn {
    font-size: 11px;
  }

.course-bx {
    position: relative;
    width: 100%;
    max-width: 315px;
    float: none;
    margin: 6px auto;
  }

  .course-info h4 {
        padding: 10px 20px 50px;
        font-size: 13px;
    }

  .camp_list li figure {
        height: 45px;
        width: 45px;
    }

 .cmp-cont {
    display: block;
  }

  .cmp-cont p{
    height: 36px;
    line-height: 16px;
  }

 

  

  /* campus */

  .camp_right {
    padding: 15px 30px;
  }

  .camp_list li figure img {
        width: 27px;
    }

  /* number */

  .num_box {
    height: 70px;
    width: 70px;
    gap: 3px;
  }

  .num_box span {
    font-size: 16px !important;
  }

  .num_box p {
    font-size: 17px;
  }

  .num_info > p {
    font-size: 10px !important;
    padding-top: 6px;
  }

  .consult-figh {
    height: 250px;}

  .number {
    padding: 15px 0;
  }

  /* gallery */

  .gallery {
    padding: 14px 0;
  }

  .gallery_fig_2 {
    padding-top: 0;
  }

  /* info_2 */

  .info_2 {
    padding: 15px 0;

    margin-top: 0;
  }

  /* student */

  .student {
    padding: 6px 0 15px;
  }

  /* location */

  .location {
    padding: 10px 0;
  }

  .location_right p span {
    font-size: 11px;
  }

  .location_right p {
    font-size: 10px;
  }

  .location_right > span {
    font-size: 11px;

    padding-top: 1px;

    margin-top: 3px;
  }

  .location_left span h4 {
    font-size: 14px;
  }

  .location_left span p {
    font-size: 8px;
  }

  .location_left span::before {
    height: 32px;

    width: 2px;
  }

  /* footer */

  .footer_info_1 a {
    max-width: 130px;
  }

  .footer_info h4 {
    font-size: 13px;

    margin: 12px 0;
  }

  .footer_info ul li a {
    font-size: 11px;
  }

  .temp_box h4 {
    font-size: 11px;

    padding-bottom: 2px;

    max-width: 77px;

    line-height: 15px;
  }

  .temp_box_2 ul li {
    font-size: 11px;

    height: 20px;

    width: 20px;
  }

  .copy_right p {
    font-size: 10px;
  }

  .copy_right p span {
    font-size: 8px;
  }

  /* inner-page */

  .panel-hed h4 {
    font-size: 16px;
  }

  .panel-lft {
    padding: 10px;
  }

  .panel-lft ul li a {
    font-size: 13px;
  }

  .panel-lft ul {
    padding: 0 5px;
  }

  /* vision-section */

  .vision {
    min-height: 200px;
  }

  .vision_info {
    padding-top: 90px;
  }

  /* infastructure */

  .cmn_hed h2 {
    padding-left: 9px;
  }

  .cmn_hed h2::before {
    top: 2px;

    height: 15px;

    width: 2px;
  }

  .cmp_btn {
    font-size: 11px;

    padding: 5px 12px;

    margin-top: 3px;
  }

  /* feedback */

  .feed-backform label {
    font-size: 13px;
  }

  /* academic-notice */

  .acadmic_info h4 {
    font-size: 15px;
  }

  /* Research Publications */

  .resh_fig img {
    height: 100px;

    width: 100px;
  }

  /* Online Grievance */

  .tab_box .tab {
    font-size: 13px;

    padding: 5px;
  }

  .tab_box {
    overflow: scroll;

    /* overflow-y: hidden; */
  }

  /* accordian */

  .faculty-dev-sec .accordion-header h4 {
    font-size: 13px;

    line-height: 20px;
  }

  .faculty-dev-sec .accordion-button::after {
    background-size: 11px;
  }

  .faculty-dev-sec .accordion-button {
    padding: 8px;
  }

  /* event-sec */

  .evt_box {
    height: 330px;

    width: 100%;

    margin-bottom: 0;
  }

  .evnt-sec .content_box {
    padding-top: 16px;
  }

  /* contact-us */

  .cont-frm .tgl-hdrr h2 {
    margin-bottom: 15px;
  }

  .cont-nfo {
    padding: 20px;
  }

  .cont-nfo ul li {
    margin-bottom: 25px;
  }

  .cont-nfo .icn-covr {
    width: 40px;

    height: 40px;

    font-size: 18px;
  }

  .cont-frm .location_left {
    padding-top: 20px;
  }

  /* event-dtls */

  .evnt-dtls h2 {
    font-size: 17px;
  }

  .dt-dtls {
    font-size: 12px;

    padding: 6px 0;
  }

  .image-new-bx.image-new-bx img {
    height: 220px;
  }

  /* department-dtls */

  .list {
    padding-top: 20px;
  }

  .list li a {
    font-size: 15px;
  }

  .list li {
    margin-bottom: 5px;
  }

  .icn-dt img {
    width: 20px;
  }

  /* seminar-dtls */

  .seminar-dtls .btn-enq {
    margin-top: 10px;
  }

  /* data-table */

  .tbl-dtls .dt-info {
    text-align: center;
  }

  .tbl-dtls .dt-paging {
    display: table;

    margin: auto;
  }

  /* popup-modal */

  .pop-img {
    height: 260px;
  }

  .popup-modal .modal-dialog {
    max-width: 360px;
  }

  .popup-modal .bttn_1 {
    padding: 5px 13px;
  }

  .lab_hed {
    font-size: 16px;
  }

  .breadcrumbs ul li {
    font-size: 12px;
  }

  /* faculty-list */

  .facu_info .bx-cont {
    height: 45px;
  }

  .fac_img img {
    width: 120px;
  }

  .fac_in h4 {
    font-size: 16px;
  }

  /* the-place */

  .place {
    min-height: 495px;

    padding: 10px 0;
  }

  .consult-info h4 {
    font-size: 14px;
  }

  .icon-div li {
    width: 25%;
  }

  .icn-info span {
    font-size: 10px;
  }

  /* prospectors */

  .booklet .b-wrap {
    height: 180px !important;
  }

  .bullet-view.bullet-view ul li {
    padding-left: 12px;

    font-size: 14px;
  }

  #mybook .owl-nav {
    position: absolute;

    top: 35%;

    width: 100%;
  }

  #mybook .owl-prev {
    width: 42px;

    height: 64px;

    float: left;
  }

  #mybook .owl-next {
    width: 42px;

    height: 64px;

    float: right;
  }

  #mybook .owl-nav .owl-next span,
  #mybook .owl-nav .owl-prev span {
    font-size: 60px;

    color: #7f0d0b;

    font-weight: 500;
  }

  .careers-bx .gbotm,
  .careers-bx .Quick-factsbx {
    width: 95%;
  }

  .content-details .tgl-hdrr h2 {
    font-size: 22px;
  }

  .image-new-bx.image-new-bx img {
    height: 450px !important;
  }

  .prin_msg figure img {
    height: 60px;
  }

  .facul-btn {
    margin: 15px 0 0;
  }

  .fac_img img {
    height: 190px;
  }

  .show-all-item .item {
    width: 33.33%;
  }

  .show-all-item .item figure {
    max-width: 70px;
  }

  .item-wrap.tcs-fig figure {
    max-width: 60px;
  }


  .nav_bar .container{
    padding: 0px 10px;
  }

  .header_wrapper .container{
     padding: 0px 10px;
  }

  .hdrtop.hdrtop.hdrtop li a {
    padding:1px !important;
    font-size: 9px !important;
  }

  .hdrtop.hdrtop.hdrtop li {
        margin: 2px 1px !important;
    }

   .banner_info h1 {
        font-size: 18px;
        line-height: 18px;
    }

    .banner_info{
        height: 190px;
    }

    .banner {
        margin-top: 92px;
    }

    .banner_info{
      top:148px;
      left:0% !important;
      right:0%;
    }

    .info_box .bxtx,
    .info_box .bxtx strong{
      text-align: center;
      display: block;
      line-height: 20px;
      line-height: 15px;
    }

    .prin_msg {
       display: block;
    }

    .p_msg p span{
      font-size: 14px !important;
    }

    .prin_msg figure{
      float: none;
      margin: 0px auto ;
    }

    .about_right  h3{
      text-align: center;
    }

    .cmp-cont {
        gap: 4px;
    }

    .content-box .visn_cont p,
    .content-box .visn_cont.visn_cont.visn_cont.visn_cont ul li span{
      font-size: 14px !important;
    }


    .scrol-tabl .col-md{
      overflow-x: scroll;
    }

    .profile-table td.photo {
      padding: 0px !important;
    }

    .course_highlight > li {
      padding: 4px 15px;
    }


    .comnnew_tabl tr th:last-child, .comnnew_tabl tr td:last-child {
           width: 100px !important;
     }

    .comnnew_tabl tr td:last-child  .btn-primary {
            font-size: .675rem;
          }

    .info_box .bxtx strong {
        font-size: 12px !important;
        line-height: 14px !important;
      
      }

    .copy_right p{
      font-size: 12px !important;
    }  

    .content-details .description p{
        width: 100%;
      }

    .content-details.content-details {
        min-width: 100%;
    }

    .placement-dtls .row {
      padding: 10px 0px !important;
    }

    .content-details h2 {
        font-size: 24px;
    } 

    .photo-gallery-section .row{
      width: 98%;
      margin: 0px auto;
      float:none;
    }

    .photo-gallery-section h2 {
        font-size: 22px;
        padding-left: 5px;
      }

      .banner_info .ban_logo{
          margin: auto auto 6px !important;
      }

      .image-new-bx.image-new-bx.image-new-bx img {
        height: 180px !important;
    }
  
}

@media only screen and (max-width: 375px) {
  h1 {
    font-size: 17px;
  }

  .banner {
    min-height: 230px;
  }

  .banner_info p {
    font-size: 10px;
  }

  .ban_logo {
    max-width: 80px;
  }

  /* .banner_info h1 {

    max-width: 247px;

  } */

  .banner_info {
    padding-top: 27px;
  }

  .info_box {
    width: 43%;
  }

  .info_box p {
    font-size: 10px;
  }

  .about_right {
    height: 335px;
  }

  .p_msg h5 {
    font-size: 9px;

    right: 38px;

    bottom: 13px;
  }

  .number {
    padding: 12px 0;
  }

  .num_box {
    height: 65px;

    width: 65px;

    gap: 2px;
  }

  .num_box span {
    font-size: 15px;
  }

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

  .num_info > p {
    font-size: 9px;
  }

  .temp_info {
    max-width: 206px;
  }

  .location_left figure p {
    font-size: 9px;
  }

  .location_left figure h4 {
    font-size: 13px;
  }

  .location_left figure {
    padding: 9px;
  }

  .location_left figure::before {
    height: 23px;
  }

  .evnt_cont p + p {
    height: 55px;
  }

  /* popup-modal */

  .popup-modal .modal-dialog {
    max-width: 270px;
  }

  /* faculty-list */

  .fac_img img {
    width: 105px;
  }

  .fac_in h4 {
    font-size: 14px;

    line-height: 20px;
  }

  /* prospecters */

  .booklet .b-wrap {
    height: 300px !important;
  }

  /* .image-new-bx.image-new-bx.image-new-bx img {
    height: 350px !important;
  } */
}









 .tabl_scrol_covr{
			height: 256px;
   		overflow-y: scroll;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      border-radius: 8px;
		}

    .comnnew_tabl thead tr{
      border-top: 0px !important;}

    .comnnew_tabl thead tr th:first-child{
      border-left: 0px !important;
      border-radius: 8px  0px 0px 0px;
    }

    .comnnew_tabl thead tr th:last-child{  
      border-right: 0px !important;
      border-radius: 0px  8px 0px 0px;
    }

		.comnnew_tabl tr th{
			background: #e2261d;
			color: #fff;
			position: sticky;
   		top: 0px;
			}

      .comnnew_tabl tr th,
      .comnnew_tabl tr td{
        border-color: #ffdede !important;
      }

      .comnnew_tabl tbody,
      .comnnew_tabl td,
      .comnnew_tabl thead,
      .comnnew_tabl tr {
        border-color: #ffdede !important;
      }

    .comnnew_tabl.comnnew_tabl.comnnew_tabl.comnnew_tabl thead tr th:nth-first-child{
      border-radius: 12px 0px 0px 0px !important;

		}
				
		.comnnew_tabl tr th,
		.comnnew_tabl tr td{
				padding:8px 6px;
				font-size:14px;
			}

			.comnnew_tabl tr th:first-child,
			.comnnew_tabl tr td:first-child{
			width: 65px;
				text-align:center;
			}

			.comnnew_tabl tr th:last-child,
			.comnnew_tabl tr td:last-child{
				width: 130px;
			} 

       /* .comnnew_tabl tbody tr:nth-child(odd){
          background-color: #ffffff;
      }

      .comnnew_tabl tbody tr:nth-child(even){
          background-color: #f2f2f2;
      } */


      .comnnew_tabl tr td:last-child{
				text-align: center;
			} 

      .p_20{
        padding: 0px 20%;
      }




      .content-box ol li{
            list-style: inherit !important; 
            font-size: 15px;
            font-family: Arial;
            line-height: 22px;
            margin-bottom: 10px;
      }

      .content-box p{
        line-height: 24px;
      }

      .content-box .table-main tr th:last-child,
      .content-box .table-main tr td:last-child{
        text-align: center;
      }

      .content-box .table-main tr td:last-child a{
          /* color: #0d6efd; */
          text-decoration: underline;
          transition: 0.6s;
          white-space: nowrap;
      }

      .content-box .table-main tr td:last-child a:hover{
          text-decoration: none;
      }

      .vision .vision_info p{
         color:#fff;
      }

      .dt-length label{
          text-transform: capitalize;
          font-size: 13px;
      }

      .comnnew_tabl th:last-child{
          text-align: center;
      }

      .description ul li{
          list-style: initial;
          font-size: 15px;
          color:#000;
          margin-left: 25px;
          margin-bottom: 6px;
      }

      
      .tgl-hdrr h2 {
        font-size: 24px;
        margin-top: 10px;
        letter-spacing: 1px;
      }

      .content-box h2,
      .scholarship-section h2{
        font-size: 24px;
        margin-top: 10px;
        letter-spacing: 1px;
      }

      .description > span ul li::before{
        display: none !important;
      }

       /* .smooth-blink {
        animation: blink 1.5s infinite alternate ease-in-out;
      }

      @keyframes blink {
        0% {
          opacity: 0.2; 
        }
        100% {
          opacity: 1;
        }
      }  */


    /* .hdrtop li .smooth-blink {
          font-weight: bold;
          animation: twinColorBlink 1.5s infinite alternate ease-in-out;
      }

      @keyframes twinColorBlink {
          0% { color: #00e676; }
          100% { color: #ff9100; }
      } */


      .blink {
            background-color: #ffbe00;
            -webkit-animation: blink 800ms infinite;
            animation: blink 2222ms infinite;
            padding: 1px 6px;
            border-radius: 4px;
            font-weight: 700;
      }

      @-webkit-keyframes blink { 50% { background-color: red; }}
              @keyframes blink { 50% { background-color: red; }}



 
    @-webkit-keyframes blinker {
          from {opacity: 0.5;background-color: rgb(39, 252, 75);}
          to {opacity: 1.0;background-color: red;}
    }

      .new-blink{
        text-decoration: blink;
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 0.6s;
        -webkit-animation-iteration-count:infinite;
        -webkit-animation-timing-function:ease-in-out;
        -webkit-animation-direction: alternate;

        padding: 4px 12px;
      }


      .notice-box{
          /* height:128px; */
          height:180px;
          overflow-y:auto;
          border:0px solid #fff;
      }

      .notice-list{
          padding:0;

          margin: 0 auto;
          width: 95%;
          float: none;
      }

      .notice-info .notice-box .notice-list li{
        position: relative;
        padding-left: 10px;
      }

       .notice-info .notice-box .notice-list li:before{
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background-color: #444343;
        top: 6px;
        left: -4px;
       }

      .notice-list a{
        color:#000;
       }

       .content-box p font font{
          line-height:20px;
       }



       .banner_info{
           position: absolute;
           z-index: 9;
           left:10%;

       }

       .nfobx.libry-nfo span{
          display: block !important;
          text-align: center !important;
       }

       .abt-princ-cont .content-box{
           margin: 0px auto;
           width: 100%;
           float: none;
       }

    
     

     
