@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;
}

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;
}

p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

/* fixed box */
.fixed_box {
  /* width: 207px; */
  position: absolute;
  top: 140px;
  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: 9;
  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 .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: #e2261d;
}

.head_wrap_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head_left {
  display: flex;
  gap: 60px;
}

.head_left svg {
  color: #fff;
}

.head_left a {
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
}

.head_left a::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 6px;
  width: 1px;
  height: 13px;
  background: #fff;
}

.head_left a p {
  color: #fff;
  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;
  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: -33px;
}

.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: 600px;
  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 h1 {
  position: relative;
  max-width: 700px;
  color: #fff;
}

.banner_info h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 80%;
  margin: auto;
  width: 4px;
  background: #fff;
}

.banner_info h1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 80%;
  margin: auto;
  width: 4px;
  background: #fff;
}

.banner_info p {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  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: #fff;
  background: transparent !important;
  border: 1px solid #fff;
}

.bttn_div {
  display: flex;
  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: 160px;
  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%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: 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%;
}

/* about */
.about {
  padding: 60px 0 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%;
}

.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;
}

.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 {}

.event_info figure img {
  max-width: 100%;
  width: 100%;
  height: 170px;
  object-fit: cover;
}

#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;
  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: cover;
}

/* 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: 50%;
  width: 100%;
  padding: 14px 70px;
}

.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: 30px 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: 30px 0 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%;
}

.photo-info {
  text-align: center;
  padding-bottom: 50px;
}

/* video-gallery */
.video-gallery {
  padding: 60px 0 0;
}

.vid-info iframe {
  width: 100%;
  height: 300px;
}

.vid-info {
  padding-bottom: 30px;
}

/* demo-page */
.content-main {
  display: flex;
  flex-wrap: wrap;
}

/* .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: 250px;
  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;
}

.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: 20px;
  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: #00294f;
}

.abt-princ-cont .tgl-hdrr h2 {
  color: #fff;
}

.abt-princ-cont h4,
.abt-princ-cont span {
  font-size: 16px;
  color: #fff;
  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: 10px;
}

/* 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, .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;
}

.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 {}

.fac_img img {
  max-width: 100%;
  width: 160px;
  height: 204px;
}

.facu_info .bx-cont {
  height: 120px;
}


/* 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: 2px solid #fff;
}

.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 {
  border: 1px solid #fff;
}

.consult-figh img {
  max-width: 100%;
}

.bullet-view.bullet-view ul li {
  position: relative;
  padding-left: 15px;
}

.bullet-view.bullet-view 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 {
  margin-top: 6px;
}


.table-main td a {
    color: #000000;
}

tbody, td, tfoot, th, thead, tr{
  border-color: #000000;
}

.visn_cont.cmn_hed h5{
  margin-bottom: 5px;
  margin-top: 25px;
}




.course_highlight a{ color:#111; }
.course_highlight li + li{ border-top:1px solid #e5e7eb; }
.course_highlight{
  list-style:none;
  margin:16px 0;
  padding:10px;
  background:#f0b6b4;     /* change color as needed */
  border-radius:8px;
}

.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;
}



.visn_cont.cmn_hed .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);
}


.visn_cont.cmn_hed .course_highlight > li {
    padding: 6px 15px;
    background: #fb595f !important;
}

.visn_cont.cmn_hed .course_highlight > li a{
    padding: 6px 12px;
    font-size: 14px;
  }

.visn_cont.cmn_hed .course_highlight .sub-menu {
    background: #d62b2f;}



.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;
}






@media only screen and (max-width: 1500px) {

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 32px;
  }

  p {
    font-size: 14px;
    line-height: 26px;
  }

  .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: 4px;
    width: 1px;
    height: 11px;
  }

  .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;
  }

  /* banner */
  .banner {
    min-height: 460px;
  }

  .banner_info {
    padding-top: 70px;
  }

  .banner_info h1 {
    max-width: 490px;
  }

  .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: 40px;
  }

  .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;
  }

  .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 50px 179px;
  }

  .prin_msg figure {
    width: 80px;
  }

  .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: 2px 6px;
  }

  /* 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;
  }

  /* 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 {
    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: 6px;
  }

  /* 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;
  }
}

@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: 2px;
  }

  .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: 425px;
  }

  .bttn {
    font-size: 11px;
  }

  .bttn_div {
    margin-top: 25px;
  }

  /* about */


  /* academic-notice */

  /* info */
  .info {
    margin-top: -25px;
  }

  .info_box {
    padding: 14px 0;
  }

  .info_box figure {
    max-width: 24px;
  }

  .info_box p {
    font-size: 12px;
  }

  /* 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: 140px;
    height: 160px;
  }



  /* the place */
  .icn-info img {
    height: 50px;
  }

  .icn-info span {
    font-size: 12px;
  }
}

@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;
  }

  .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: 40px;
  }

  .head_left a p {
    font-size: 10px;
  }

  .head_left i {
    font-size: 9px;
  }

  .head_left a::after {
    top: 3px;
    height: 9px;
    right: -23px;
  }

  .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: 400px;
  }

  .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;
  }
}

@media only screen and (max-width: 991px) {

  body {
    padding-top: 60px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 23px;
    margin-bottom: 4px;
  }

  p {
    line-height: 21px;
  }

  .feedback-form {
    top: 100px;
    right: -270px;
  }

  .enq-form {
    width: 270px;
  }

  .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: 320px;
  }

  .ban_logo {
    max-width: 120px;
  }

  .banner_info {
    padding-top: 35px;
  }

  .banner_info h1 {
    max-width: 380px;
  }

  .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: 30px 0 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;
  }
}

@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: 340px;
  }

  .ban_logo {
    max-width: 100px;
  }

  .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;
  }

}

@media only screen and (max-width: 575px) {

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 17px;
    letter-spacing: 1px;
  }

  h3 {
    font-size: 17px;
  }

  .container,
  .container-sm {
    max-width: 100%;
    padding: 0 10px;
  }

  .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;
  }

  .banner_info {
    padding-top: 30px;
  }

  .banner_info h1 {
    max-width: 280px;
  }

  .banner_info h1::after,
  .banner_info h1::before {
    width: 2px;
  }

  .banner_info p span {
    font-size: 9px;
  }

  .bttn_div {
    margin-top: 15px;
  }

  .bttn {
    font-size: 10px;
    padding: 5px 7px;
  }

  /* info */
  .info {
    margin-top: 10px;
  }

  .info_box {
    width: 47%;
    flex: 0 0 auto;
    padding: 13px 0 15px;
    border-radius: 5px;
  }

  .info_wrap {
    flex-wrap: wrap;
  }

  .info_box figure {
    max-width: 25px;
  }

  .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;
  }

  /* campus */
  .camp_right {
    padding: 15px 10px;
  }

  /* number */
  .num_box {
    height: 80px;
    width: 80px;
    gap: 3px;
  }

  .num_box span {
    font-size: 18px;
  }

  .num_box p {
    font-size: 17px;
  }

  .num_info>p {
    font-size: 11px;
    padding-top: 6px;
  }

  .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;
    height: 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;
}


}

@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;
    height: 120px;
  }

  .fac_in h4 {
    font-size: 14px;
    line-height: 20px;
  }

  /* prospecters */
  .booklet .b-wrap {
    height: 300px !important;
  }
}