@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "futura_bk_btbook";
  src: url("../fonts/futubk-webfont.woff2") format("woff2"),
    url("../fonts/futubk-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tradegothic_lt_condeighteenBd";
  src: url("../fonts/trade-gothic-lt-bold-condensed-no.-20.woff2")
      format("woff2"),
    url("../fonts/trade-gothic-lt-bold-condensed-no.-20.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotolight";
  src: url("../fonts/roboto-light-webfont.woff2") format("woff2"),
    url("../fonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotomedium";
  src: url("../fonts/roboto-medium-webfont.woff2") format("woff2"),
    url("../fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lobsterregular";
  src: url("../fonts/lobster-regular.woff2") format("woff2"),
    url("../fonts/lobster-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "futura_bk_btbook" !important;
}
.maindiv {
  background: #fff;
  padding: 20px 0;
}
a:hover {
  text-decoration: none;
}
/*Top Header Scetion Start Here*/
.sticky_bg {
  background: #fff;
  z-index: 99;
}
.logo-img {
  width: 100%;
  padding: 0px 10px;
}
.top-header {
  background: #e49700;
}
.top-header li.text-size a {
  padding-right: 9px;
}
.top-header a.whitebg.p-1 {
  background: #918b8b;
  color: #fff;
}
.themechange {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid lightgray;
}
li.theme {
  border-right: 0 !important;
}
.top-header a.blacktheme {
  background: #4e4545;
  margin-left: 5px;
}
.top-header a.whitetheme {
  background: #fff;
}
.nobdr {
  border-right: 0px !important;
}
.top-header li.nobdr.lang select {
  font-family: "futura_bk_btbook";
  border: 0 !important;
  background: transparent;
  color: #000;
  font-size: 14px;
  padding: 0px 5px 0 10px;
}
.top-header li.nobdr.lang select:hover {
  border: 0 !important;
  color: #fff;
}
.top-header li.nobdr.lang select option {
  color: #000;
  font-family: "futura_bk_btbook" !important;
}
.top-header ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  align-items: center;
}
.top-header ul li {
  line-height: 1;
  display: flex;
  border-right: 1px solid #000;
}
.top-header ul li:last-child {
  border-right: 0px solid #cc8700;
}
.top-header ul li a {
  color: #000;
  font-size: 14px;
  font-family: "futura_bk_btbook";
  padding: 0px 12px;
}
.top-header ul li a:hover {
  color: #fff;
}
.top-right-nav ul {
  justify-content: end;
}
.top-right-nav ul li:last-child {
  border: 0;
  padding-right: 0;
}
.top-header ul li:nth-child(7) {
  border: 0;
  padding-right: 0;
}
.top-header ul li:first-child {
  padding-left: 0;
}
.search-btn {
  /*border-left: 1px solid #408251; border-right: 1px solid #408251;*/
  background: #fff;
  padding: 6px 0;
}
.search-btn .fa-search {
  color: #000;
  padding: 0px 7px;
  font-size: 16px;
}
.logo_txt {
  margin: 0px;
  padding: 0px;
}
.logo_txt li {
  list-style: none;
  display: inline-block;
}
.logo_line {
  border-top: 2px solid #006d1b;
  border-bottom: 2px solid #006d1b;
  font-size: 25px;
  color: #035d1a;
  padding: 5px 0;
  font-weight: bold;
}
.brand-text {
  text-align: center;
  padding: 10px 0;
  transition: 0.5s ease;
}
.brand-text:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.logo-sec {
  height: 130px;
}
.logo_img {
  margin: auto;
}
.logo-align {
  margin: auto;
}
.logo-align:hover {
  text-decoration: none;
}
.logo_title {
  color: #000;
  font-size: 18px;
  text-align: center;
}
.top-header .dropdown .dropdown-menu .dropdown-item {
  padding: 9px 6px;
}
/*Top Header Scetion end Here*/
/*nav Scetion Start Here*/
.navbox {
  background: #035d1a;
  border-bottom: 1px solid #fff; /*height: 40px;*/
}
/* .navbar-nav li a{padding: 9px 9px 7px 9px !important; font-size: 16px; color:#000; white-space: normal!important; display: inline-block; } */
.navbar-nav li a {
  padding: 8px 7px 7px 7px !important;
  color: #000;
  white-space: normal !important;
  display: inline-block;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbox .navbar-nav .active {
  background: #e49700 !important;
  color: #000;
  border-right: 1px solid #035d1a;
}
.navbox .navbar-nav .active a {
  color: #000 !important;
}
.navbar {
  padding: 0px 0;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: -2px;
}
.dropdown-toggle {
  color: #fff !important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000 !important;
  background: #e49700 !important;
  height: 100%;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: none;
  padding-top: 2px;
}
.navbar-toggler .navbar-toggler-icon:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
}
.navbar-toggler.close-icon .navbar-toggler-icon:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 600;
  font-size: 1.23em;
}
.navbar-light .navbar-toggler {
  border-color: #fff;
  margin: 8px;
  padding: 3px 7px !important;
  color: #fff;
}
.navbar-toggler {
  font-size: 1rem;
}
.dropdown-item.active,
.dropdown-item:active {
  background: #f8f9fa;
  color: #000;
}
#navbarSupportedContent ul li ul {
  width: 220px;
}

.srh_btn {
  background: none;
  border: 0px;
  cursor: pointer;
}
button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}
.modal-header .close {
  padding: 0px;
  margin: 0px;
}
.sarch_input {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}
.home_srh .modal-content {
  background: none;
  border: 0px;
}
.home_srh .modal-header .close {
  font-size: 55px;
  color: #fff;
}
.home_srh .modal-header {
  border-bottom: 0px solid #e9ecef;
  display: block !important;
  margin-bottom: 50px;
}
.form-control {
  /*padding: 15px; font-size: 17px; border: none; float: left; width: 80%; border-radius: 5px 0 0 5px;*/
}
.btn_search {
  float: left;
  width: 20%;
  padding: 15px;
  background: #e49700;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: #000;
}
.modal-dialog {
  max-width: 90%;
}
.close-icon .collapse {
  display: block !important;
}
.position-static:hover {
  background: #e49700 !important;
  color: #000 !important;
}
.position-static:hover a {
  color: #000 !important;
}
option {
  padding: 8px 0;
}
/*nav Scetion end Here*/
/*banner section css starts here*/
.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px #00000029;
  background: #fff;
  border: 1px solid #dbd1d1;
  cursor: pointer;
}
.carousel-indicators .active {
  color: #fdc10c !important;
  background: #fdc10c !important;
  border: 1px solid #fdc10c;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 0%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left !important;
  display: inline-table;
  padding: 15px 20px;
}
.carousel-caption h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  background: #fff;
  padding: 10px 10px;
  margin: 0px;
  display: inline-block;
}
.carousel-caption p {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  background: #fdc10c;
  padding: 10px 10px;
  margin-top: 7px;
}
.inner_drop {
  background: #fdc10c;
  border-radius: 5px;
  padding-right: 8px;
  margin-left: 10px;
}
.inner_drop .depart_div option {
  color: #000;
}
/*.carousel-indicators li::before {top: 1px; left: -6px; width: 12px; height: 12px; content: ""; background: #fff; z-index: -1; padding: 0 0 0 -4px; border-radius: 50%; margin-left: 5px; position: absolute; border: 7px solid #040404;}*/
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  border: 0px solid #fdc10cde;
  width: fit-content;
  right: 0;
  margin: auto;
  padding: 10px 10px;
  border-radius: 20px;
}
/*banner section end here*/
/*Announcement css starts here*/
/* Latest News Area CSS START*/
.whatsnw-sec-fr {
  background: #fff;
  padding: 0px 0 0 0;
}
.whatsnw-sec-fr .whats-new-cont {
  position: initial;
}
.secretariat-content {
  background: #fff;
}
.whats-new-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  top: -30px;
  background: #6b6b6b; /*background: #F6F6F6;*/
}
.whats-new-cont .news-control {
  display: flex;
  padding: 14px 0px;
  background: #fdc10c; /*background: #142E3D;*/
  z-index: 9;
  width: 24%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.whats-new-cont .news-control h2 {
  font-size: 1.25em;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.whats-new-cont .news-control a {
  position: initial;
  color: #000;
  opacity: 1;
  font-size: 14px;
}
.whats-new-cont .news-control a:hover {
  color: #f01313;
}
.whats-new-cont .whhats-new-slider {
  width: 65%;
}
.whats-new-cont .whhats-new-slider .carousel-item {
  font-size: 1em;
  padding-left: 15px;
}
.whats-new-cont .whhats-new-slider .carousel-item a {
  /*color: #000;*/
  color: #fff;
}
.whats-new-cont .carousel-item:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
}
.whats-new-cont .viewall {
  color: #fff;
  text-decoration: underline;
  margin-right: 10px;
}
.whats-new-cont .viewall:hover {
  color: #000;
}
.whats-new-cont .viewall .fa-angle-right {
  color: #ffcc01;
  text-decoration: none;
}
.new_div {
  padding-top: 50px;
}
.calender_div {
  padding: 0 0 10px 0;
}
.calender_div .fa-calendar {
  color: #035d1a;
  padding-right: 5px;
}
.pdf_div {
  padding-top: 15px;
  padding-bottom: 8px;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
/*Announcement css end here*/
.rht_icon {
  position: absolute;
  z-index: 9;
  right: 0px;
  background: #063f5f;
  border: 1px solid #fff;
  padding: 7px 10px;
  top: 30%;
}
.rht_icon:hover {
  background: #e49700;
}
/*Social Media Section css Start*/
.social-fixed .social-btn {
  display: block;
  width: 135px;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px; /*border-bottom-right-radius: 30px;  border-top-right-radius: 30px;*/
  margin-bottom: 5px;
}
.social-fixed a {
  position: relative;
  left: 0px;
  transition: left 1s;
}
.social-fixed a:hover {
  text-decoration: none;
}
.social-fixed {
  z-index: 9999;
  position: fixed;
  left: -90px;
  top: 300px;
}
.social-fixed a:hover {
  left: 90px;
  transition: left 1s;
}
.social-fixed .social {
  position: fixed;
  top: 50px;
}
.social-fixed .social a {
  text-decoration: none;
}
.social-fixed .color-fb {
  background-color: #305891;
}
.social-fixed .color-tw {
  background-color: #50abf1;
}
.social-fixed .color-youtube {
  background-color: #ff0000;
}
.social-fixed .color-instagram {
  background-image: linear-gradient(
    -45deg,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
}
.social-fixed .google-font {
  font-size: 1em;
}
.new_tw {
  text-align: right;
  float: right;
}
.new_tw img {
  width: 62%;
}
.social-fixed .social-btn i {
  color: #fff;
  font-size: 1.625em;
  float: right;
}
.social-fixed .social-btn i.fab.fa-youtube {
  font-size: 1.469em;
}
.social-fixed .social-btn p {
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 15px;
  display: contents;
}
/*Social Media Section css End*/
/*query form section start here*/
.home_query {
  z-index: 999;
}
.home_query .floatedForm.visiable {
  background: #e49700;
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  right: 0;
}
.home_query .floatedForm {
  position: fixed;
  top: 50%;
  right: -295px;
  width: 295px;
  z-index: 1;
  margin-top: -230px;
  background: #e3461b;
  padding: 20px 35px;
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  z-index: 999;
}
.home_query .floatedFormBtn.active,
.floatedFormBtn:hover {
  background: #e49700;
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  color: #fff;
}
.home_query .floatedFormBtn {
  height: 130px;
  width: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -40px;
  background: #035d1a;
  color: #fff;
  font-weight: 700;
  bottom: 167px;
}
.home_query .floatedFormBtn:before {
  background: rgba(255, 255, 255, 0.3);
  width: 4px;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.home_query .floatedFormBtn span {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  width: 110px;
  margin: 53px 0 0 -32px;
  float: left;
}
.home_query .closePopup {
  display: none;
}
.home_query .floatedFormWrap h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 400;
  text-align: left;
}
.home_query .floatedForm .fieldRow {
  margin-bottom: 15px;
}
.home_query .floatedForm input[type="text"],
.floatedForm input[type="email"],
.floatedForm input[type="tel"],
.floatedForm .dropbox {
  background: #fff;
  border: 0 none;
  color: #4b4b4b;
}
.home_query .floatedForm textarea {
  background: #fff;
  border: 0 none;
  color: #4b4b4b;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  max-width: 100%;
  min-width: 100%;
  max-height: 500px;
  min-height: 90px;
}
.home_query input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 11px 5px 11px 10px;
}
.home_query .btnRow {
  padding-top: 20px;
}
.home_query .btnRow .button {
  border: 0 none;
  width: 100px;
  height: 34px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  line-height: 16px;
  background: #142e3d;
  overflow: hidden;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
}
/*query form section start here*/
/*welcome_section section start here*/
.welcome_section {
  padding: 50px 0 20px 0;
  background: url(../images/dot_img.png);
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-position-x: 0;
}
.welcome_txt {
  color: #006d1b;
  font-size: 16px;
  font-style: italic;
}
.s_title {
  color: #006d1b;
  font-size: 16px;
  font-style: italic;
}
.title_1 {
  font-family: "tradegothic_lt_condeighteenBd";
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.title_1 span {
  border-top: 2px solid #fdc10c;
  width: 40px;
  display: inline-block;
  top: -5px;
  position: relative;
  margin-left: 0px;
}
.card-body {
  box-shadow: 0px 0px 20px #00000029;
}
.card-title {
  font-family: "tradegothic_lt_condeighteenBd";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.card-title span {
  border-top: 2px solid #fdc10c;
  width: 40px;
  display: inline-block;
  top: -5px;
  position: relative;
  margin-left: 0px;
}
.card {
  border: 0px !important;
  border-radius: 0px !important;
}
.card img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.card-text {
  font-size: 13px;
  text-align: justify;
}
.description {
  font-size: 16px;
  text-align: justify;
}
/*welcome_section section end here*/
/*Academic units section css starts here*/
.academic_section {
  background: #035d1a;
}
/*Museum Section css Start*/
.museum-sec {
  /*background:#E49700;padding:40px 0 50px; box-shadow: 0px 0px 20px #00000029;*/
  padding: 40px 0 70px 50px;
  background: linear-gradient(180deg, rgb(251 225 148), rgb(215 134 21));
}
.museum-sec .httext {
  padding-left: 15px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 9;
}
.museum-sec .httext .underline-title {
  margin: auto;
  margin-top: 8px;
  margin-bottom: 0px;
  background: #fff;
}
.museum-sec .item-sec ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.museum-sec .item-sec ul li {
  width: 25%;
}
.museum-sec .item-sec ul li + li {
  margin-left: 25px;
}
.museum-sec .item-sec ul li a {
  border: 2px solid #000;
  transition: 0.5s;
  height: 112px;
  display: flex;
  box-shadow: 0 2px 10px 0 rgb(144 156 184 / 10%);
  padding: 35px 15px;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.museum-sec .item-sec ul li a:hover {
  transition: 0.5s;
  text-decoration: none;
  border: 2px solid #fff; /*border-bottom: 3px solid #FFCC01;*/
}
.museum-sec .item-sec ul li a:after {
  transition: 0.5s;
  background: #fff;
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.museum-sec .item-sec ul li a:hover:after {
  transition: 0.5s;
  width: 100%;
}
.museum-sec .item-sec ul li a:hover p {
  color: #000;
  z-index: 9;
}
.museum-sec .item-sec ul li a:hover i {
  color: #fff;
  z-index: 9;
}
.museum-sec .item-sec ul li a:hover img {
  opacity: 0;
}
.museum-sec .item-sec ul li a i {
  color: #000;
  margin-top: 2px;
}
.museum-sec .item-sec ul li a img {
  width: 35px;
  margin-right: 10px;
}
.museum-sec .item-sec ul li a p {
  font-size: 18px;
  color: #000;
  margin-bottom: 0; /*text-align:left;*/
  width: 100%;
  margin-top: 7px;
}
.museum-sec .item-sec ul li:nth-child(1) a:hover:before {
  background: url(../images/adc_icon1_hover.png);
  left: 105px;
  background-size: contain;
}
.museum-sec .item-sec ul li:nth-child(2) a:hover:before {
  background: url(../images/adc_icon2_hover.png);
  left: 105px;
  background-size: contain;
}
.museum-sec .item-sec ul li:nth-child(3) a:hover:before {
  background: url(../images/adc_icon3_hover.png);
  left: 105px;
  background-size: contain;
}
.museum-sec .item-sec ul li:nth-child(4) a:hover:before {
  background: url(../images/adc_icon4_hover.png);
  left: 105px;
  background-size: contain;
}
.museum-sec .item-sec ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  z-index: 9;
}
.title_2 {
  font-family: "tradegothic_lt_condeighteenBd";
  text-align: center;
  color: #000 !important;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
/*.title_2::before {border-bottom: 3px solid #FDC10C; content: ""; position: absolute; width: 30px; padding: 34px 0 0 0; margin: 0 0 0 50px;}*/
.title_2 span {
  border-top: 3px solid #000;
  width: 50px;
  margin: auto;
  display: block;
}
.adc_img {
  display: block;
}
.title_3 {
  font-family: "tradegothic_lt_condeighteenBd";
  text-align: center;
  color: #000 !important;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
/*.title_2::before {border-bottom: 3px solid #FDC10C; content: ""; position: absolute; width: 30px; padding: 34px 0 0 0; margin: 0 0 0 50px;}*/
.title_3 span {
  border-top: 3px solid #fdc10c;
  width: 50px;
  margin: auto;
  display: block;
}
.adc_img {
  display: block;
}
/* Museum Section css End*/
/*tab section starts here*/
.vrt_tab {
  position: relative;
  top: -80px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  content: "\f0da";
  position: relative;
  color: #000;
  background-color: #ed9f07;
  display: grid;
  height: 100px;
  border-radius: 0px;
  align-items: center;
}
.nav-pills .nav-link.active::after {
  content: "\f0da";
  position: absolute;
  right: -11px;
  font-family: "FontAwesome";
  color: #ed9f07;
  font-size: 40px;
}
.nav-pills .nav-link {
  color: #000;
  background-color: #fff;
  text-align: center;
  display: grid;
  height: 100px;
  border-radius: 0px !important;
  align-items: center;
}
.new_box1 {
  border: 2px dotted #d3d3d3;
  padding: 18px 15px;
  background: #fff;
}
.new_box1 .news_date {
  font-size: 16px;
  color: #035d1a;
  display: inline-block;
}
.new_box1 .news_des {
  font-size: 14px;
  color: #364147;
  line-height: 20px;
  margin-bottom: 8px;
  margin-top: 8px;
  height: 75px;
}
.new_box1 .news_read {
  font-size: 16px;
  color: #000;
}
.new_box1 .news_read .fa-angle-right {
  font-size: 16px;
  color: #fdc10c;
  font-weight: bold;
}
.new_box1:hover {
  background: #f8f9fa;
}
.vrtdrop_box {
  box-shadow: 0px 0px 20px #00000029;
  background: #fff;
  padding-bottom: 20px;
}
.news_tabsec {
  padding: 15px 15px 20px 15px;
  background: #f6f1f1;
  border: 1px solid #dee2e6;
  border-top: 0px !important;
}
.news_btn {
  margin: 26px 0px 0 0;
}
.news_btn3 {
  margin: 26px -15px 0 0;
}
.w_box {
  padding-top: 30px;
}
/*gallery section starts here*/
.gallerydiv {
  width: 100%;
  margin-top: 60px;
}
.gallery_pic img {
  margin-right: 15px;
}
/*inner gallery*/

.profile_title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding-top: 15px;
}
.profile_title p {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  padding: 5px;
}

.signature_div {
  width: 100%;
  padding: 10px 0 0 0;
}
.signature_div .sig_title {
  font-size: 18px;
  color: rgb(0, 0, 128);
  font-weight: bold;
}
.signature_div .sig_dep {
  font-size: 16px;
  color: rgb(0, 0, 128);
}
.signature_div .sig_emial {
  font-size: 16px;
  color: rgb(0, 0, 128);
}
.signature_div .sig_emial a {
  color: rgb(0, 0, 128);
}

#photo_gallery .owl-prev {
  border: 1px solid #e1e1e1;
  width: 36px;
  height: 36px;
  border-radius: 0;
  color: #ffb800;
}
#photo_gallery .owl-next {
  border: 1px solid #e1e1e1;
  width: 36px;
  height: 36px;
  border-radius: 0;
  color: #ffb800;
}
#photo_gallery .owl-next::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8rem;
}
#photo_gallery .owl-prev::before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8rem;
}
#photo_gallery .owl-prev span,
#photo_gallery .owl-next span {
  font-size: 0;
}
.owl-theme .owl-nav {
  text-align: left !important;
  float: left;
  padding-top: 15px;
  margin-left: -15px;
}
.bottom_arrow .owl-theme .owl-nav {
  text-align: left !important;
  float: left;
  padding-top: 15px;
  margin-left: 0px;
}
#photo_gallery .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
  float: left;
}
#news_section .owl-prev {
  border: 1px solid #e1e1e1;
  width: 36px;
  height: 36px;
  border-radius: 0;
  color: #ffb800;
}
#news_section .owl-next {
  border: 1px solid #e1e1e1;
  width: 36px;
  height: 36px;
  border-radius: 0;
  color: #ffb800;
}
#news_section .owl-next::before {
  content: "\f178";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 0.8rem;
}
#news_section .owl-prev::before {
  content: "\f177";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 0.8rem;
}
#news_section .owl-prev span,
#news_section .owl-next span {
  font-size: 0;
}
.owl-theme .owl-nav {
  text-align: left !important;
  float: left;
}
#news_section .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
  float: left;
}
#admission_notice .owl-prev {
  border: 1px solid #e1e1e1;
  width: 36px;
  height: 36px;
  border-radius: 0;
  color: #ffb800;
}
#admission_notice .owl-next {
  border: 1px solid #e1e1e1;
  width: 36px;
  height: 36px;
  border-radius: 0;
  color: #ffb800;
}
#admission_notice .owl-next::before {
  content: "\f178";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 0.8rem;
}
#admission_notice .owl-prev::before {
  content: "\f177";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 0.8rem;
}
#admission_notice .owl-prev span,
#admission_notice .owl-next span {
  font-size: 0;
}
.owl-theme .owl-nav {
  text-align: left !important;
  float: left;
}
#admission_notice .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
  float: left;
}
#news_section_dep .owl-prev {
  border: 1px solid #e1e1e1;
  width: 36px;
  height: 36px;
  border-radius: 0;
  color: #ffb800;
}
#news_section_dep .owl-next {
  border: 1px solid #e1e1e1;
  width: 36px;
  height: 36px;
  border-radius: 0;
  color: #ffb800;
}
#news_section_dep .owl-next::before {
  content: "\f178";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 0.8rem;
}
#news_section_dep .owl-prev::before {
  content: "\f177";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 0.8rem;
}
#news_section_dep .owl-prev span,
#news_section_dep .owl-next span {
  font-size: 0;
}
.owl-theme .owl-nav {
  text-align: left !important;
  float: left;
}
#news_section_dep .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
  float: left;
}
#admission_notice_dep .owl-prev {
  border: 1px solid #e1e1e1;
  width: 36px;
  height: 36px;
  border-radius: 0;
  color: #ffb800;
}
#admission_notice_dep .owl-next {
  border: 1px solid #e1e1e1;
  width: 36px;
  height: 36px;
  border-radius: 0;
  color: #ffb800;
}
#admission_notice_dep .owl-next::before {
  content: "\f178";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 0.8rem;
}
#admission_notice_dep .owl-prev::before {
  content: "\f177";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 0.8rem;
}
#admission_notice_dep .owl-prev span,
#admission_notice_dep .owl-next span {
  font-size: 0;
}
.owl-theme .owl-nav {
  text-align: left !important;
  float: left;
}
#admission_notice_dep .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
  float: left;
}

#news_section_box_three .owl-prev {
  border: 1px solid #e1e1e1;
  width: 36px;
  height: 36px;
  border-radius: 0;
  color: #ffb800;
}
#news_section_box_three .owl-next {
  border: 1px solid #e1e1e1;
  width: 36px;
  height: 36px;
  border-radius: 0;
  color: #ffb800;
}
#news_section_box_three .owl-next::before {
  content: "\f178";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 0.8rem;
}
#news_section_box_three .owl-prev::before {
  content: "\f177";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 0.8rem;
}
#news_section_box_three .owl-prev span,
#news_section_box_three .owl-next span {
  font-size: 0;
}
.owl-theme .owl-nav {
  text-align: left !important;
  float: left;
}
#news_section_box_three .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
  float: left;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  margin: 2px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fdc10c;
  color: #000 !important;
  text-decoration: none;
}
.view_btn {
  transition: 1.5s;
  cursor: pointer;
  color: #000;
  font-size: 0.9rem;
  background: none;
  text-decoration: none;
  border: 1px solid #eeeeee;
  padding: 6px 26px;
  position: relative;
}
.view_btn:hover {
  background: #ffb800;
  color: #000;
  text-decoration: none;
}
.view_btn:hover .fa-angle-right {
  color: #000;
}
.view_btn .fa-angle-right {
  color: #079d2d;
}
.owl-theme .owl-dots {
  text-align: left !important;
  display: none;
}
.view_btn3 {
  color: #000;
  font-size: 0.9rem;
  background: none;
  text-decoration: underline;
  padding: 8px 10px;
  position: relative;
  margin: auto;
  display: table;
}
.view_btn::before {
  background: #ffb800;
  color: #000;
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  transition: 0.4s;
  z-index: -1;
}
.view_btn3:hover {
  color: #000;
  text-decoration: none;
}
.view_btn3:hover:before {
  width: 100%;
  color: #000;
}
.view_btn3 .fa-angle-right {
  color: #079d2d;
  padding-left: 5px;
  font-weight: bold;
}
/*tab section end here*/
/*Academic units section css end here*/
/*campussection starts here*/
.campus_box {
  background: url("../images/blue_bg.jpg") no-repeat;
  background-size: cover;
  padding: 50px 0;
}
/*hpu css section starts here*/
.hpu_Campus {
  background: #f9fafb;
  height: 300px;
  border-radius: 0 0 20px 20px;
}
.hpu_Campus .titlebox {
  background: #920752 url("../images/hpu_headingicon1.png") no-repeat 10px 3px;
  color: #fff;
  font-size: 16px;
  padding: 10px 10px 10px 54px;
}
.hpu_Campus .titlebox2 {
  background: #0b75b1 url("../images/admin_header.png") no-repeat 10px 3px;
  color: #fff;
  font-size: 16px;
  padding: 10px 10px 10px 54px;
}
.hpu_Campus .titlebox3 {
  background: #079d2d url("../images/student_icon.png") no-repeat 10px 3px;
  color: #fff;
  font-size: 16px;
  padding: 10px 10px 10px 54px;
}
.hpu_Campus .camp_viewbtn {
  color: #fff;
  text-align: right;
  display: inline-block;
  align-items: flex-end;
  float: right;
  text-decoration: underline;
}
.hpu_Campus .camp_viewbtn:hover {
  color: #fdc10c;
}
.hpu_Campus .hup_img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f1f1f1;
  text-align: center;
  padding-top: 12px;
  margin: auto;
}
.hpu_Campus .hpu_title {
  color: #000;
  font-size: 14px;
  line-height: 16px;
}
.hpu_Campus ul li a:hover {
  text-decoration: none;
}
.hpu_Campus ul {
  margin: 0px;
  padding: 0px;
}
.hpu_Campus ul li {
  list-style: none;
  display: inline-block;
  width: 32%;
  text-align: center;
  height: 104px;
  vertical-align: top;
}
.hpu_Campus ul li:hover .hup_img {
  background: #fff;
  text-decoration: none;
  box-shadow: 0px 0px 20px #00000029;
}
.hpu_Campus .hpu_body {
  padding: 20px 0 0 0;
}
/*hpu css section end here*/
/*hpu css section starts here*/
/* STUDENT CORNER css section end here*/
/*Infrastructure css start here*/
.Infr_section {
  background: #f9f9f9;
  padding: 50px 0;
}
.weblink {
  margin: 0px;
  padding: 0px;
}
.webline {
  border-right: 1px solid #cae7d1;
  padding-right: 45px;
}
.webline2 {
  padding-left: 25px;
}
.weblink li {
  font-size: 15px;
  list-style: none;
  display: inline-block;
  width: 45%;
  border-bottom: 2px dotted #d6c5c5;
  padding-bottom: 10px;
  padding-top: 17px;
  margin-right: 21px;
  vertical-align: text-top;
}
.weblink li a {
  color: #000;
  font-size: 15px;
  width: 88%;
  display: inherit;
  transition: 0.4s;
  z-index: 9;
  position: relative;
}
/*.weblink li:hover{color: #000; background:#ED9F07;}*/
.weblink li a .fa-angle-right {
  color: #079d2d;
  padding-right: 5px;
}
/* .weblink li:before{content: "\f105"; font-family: "FontAwesome"; color: #035D1A; padding-right: 10px; margin-left: 10px; 
vertical-align: top;  top:3px; width: 0; position: absolute; left: 0; height: 100%; top: 0; transition: .4s; z-index: -1;} */
.weblink li {
  position: relative;
  padding-left: 10px;
}
.weblink li:hover:before {
  width: 100%;
}
.weblink li:hover a {
  padding-left: 5px;
}
.weblink li:before {
  background: #ffb800;
  color: #000;
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  transition: 0.4s;
  z-index: 1;
}
.infradiv {
  background: #f9fafb;
  height: 300px;
  border-radius: 0 0 20px 20px;
}
.infradiv .titlebox {
  background: #079d2d url("../images/student_icon.png") no-repeat 10px 3px;
  color: #fff;
  font-size: 16px;
  padding: 10px 10px 10px 54px;
}
.infradiv .camp_viewbtn {
  color: #fff;
  text-align: right;
  display: inline-block;
  align-items: flex-end;
  float: right;
}
.infradiv .hup_img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #035d1a;
  text-align: center;
  padding-top: 17px;
  padding-left: 10px;
  margin: auto;
}
.infradiv .hpu_title {
  color: #000;
  line-height: 16px;
  margin-top: 6px;
  font-size: 14px;
}
.infradiv ul {
  margin: 30px 0 0 0px;
  padding: 0px;
}
.infradiv ul li {
  list-style: none;
  display: inline-block;
  width: 32%;
  text-align: center;
  height: 135px;
  vertical-align: top;
  padding: 0 20px;
}
.infradiv ul li:hover .hup_img {
  background: #ed9f07;
  text-decoration: none;
}
.infradiv ul li:nth-child(1) {
  padding-left: 0px;
}
.infradiv ul li:nth-child(4) {
  padding-left: 0px;
}
.infradiv .hpu_body {
  padding: 20px 0 0 0;
}
.fame_img img {
  display: none;
}
.fame_img {
  background: url(../images/icon_img.png);
  display: block;
  width: 60px;
  height: 47px;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.frame1 {
  background-position: -11px -17px;
}
.frame2 {
  background-position: -9px -73px;
}
.frame3 {
  background-position: -9px -125px;
}
.frame4 {
  background-position: -10px -224px;
}
.frame5 {
  background-position: -12px -276px;
}
.frame6 {
  background-position: -10px -176px;
}
.frame_count .value,
.frame_count span {
  margin-left: 90px;
}
.fame_div > li:hover .frame1 {
  background-position: -79px -17px;
}
.fame_div > li:hover .frame2 {
  background-position: -79px -73px;
}
.fame_div > li:hover .frame3 {
  background-position: -78px -124px;
}
.fame_div > li:hover .frame4 {
  background-position: -79px -224px;
}
.fame_div > li:hover .frame5 {
  background-position: -80px -276px;
}
.fame_div > li:hover .frame6 {
  background-position: -78px -176px;
}
.fame_div > li:hover .frame_count,
.fame_div > li:hover span {
  color: #f0b306;
  transition: 0.4s;
}
.fame_div ul li:hover .hpu_title {
  background: #ed9f07;
  text-decoration: none;
}
/*Infrastructure css start here*/
/*social section css start here*/
.social_section {
  /*background:#04922b; url("../images/social_bg.png") no-repeat; background-size: cover; background: linear-gradient(180deg, rgba(4, 93, 27, 1.0), rgba(228, 152, 0, 1.0)); */
  padding: 50px 0;
  background: rgba(4, 93, 27, 1);
  background: linear-gradient(180deg, rgb(255, 255, 255), rgb(3, 93, 26));
}
.twitter_section {
  background: #fff;
  height: 360px;
  padding: 30px 20px 10px 20px;
}
.twitter_brd {
  border: 1px solid #29b2e0;
  padding: 8px;
}
.twitter_brd img {
  width: 100%;
}
.social_icon {
  position: absolute;
  top: -6px;
}
/*campussection end here*/
.external_section {
  padding: 24px 0 42px 0;
  height: 108px;
  background: #fff;
}
.owl-carousel .owl-item img {
  display: inline;
  width: auto !important;
}
.external_section .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
/*footer section end here*/
.footer_div {
  background: #212121;
  padding: 50px 0;
}
.foot_title {
  color: #fff;
  font-size: 30px;
}
.ext_link {
  margin: 0px;
  padding: 0;
}
.ext_link li {
  margin: 0px;
  padding: 0;
  list-style: none;
}
.ext_link li a {
  color: #fff;
}
.ext_link li a:hover {
  color: #ed9f07;
}
.footbrd_tb {
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding-top: 20px;
}
.foot_address {
  color: #fff;
  font-size: 16px;
}
.cont_link {
  margin: 0px;
  padding: 0px 10px 20px 0;
}
.cont_link li {
  list-style: none;
  display: inline-block;
  color: #fff;
  padding-right: 18px;
}
.cont_link li a {
  color: #fff;
  font-size: 14px;
}
.contact_btn {
  border: 1px solid #ed9f07;
  transition: 1.5s;
  cursor: pointer;
  color: #fff;
  background: none;
  text-transform: uppercase;
  padding: 11px 28px;
  font-weight: bold;
}
.contact_btn:hover {
  color: #fff;
  background: #035d1a;
  border: 1px solid #035d1a;
}
.webicon {
  width: 15px;
}
.footcopy {
  color: #fff;
}
.footcopy2 {
  color: #fff;
  text-align: right;
}
#top-scroll {
  display: block;
  position: fixed;
  bottom: 0px;
  right: 54px;
  background: #fdc10c;
  border-radius: 50%;
  height: 50px;
  transition: 0.3s;
  width: 50px;
  color: #000;
  text-align: center;
  padding-top: 3px;
  font-size: 30px;
  align-items: center;
  text-align: center;
  bottom: 50px;
  cursor: pointer;
}
#top-scroll:hover {
  background: #035d1a;
  color: #fff;
}
button,
input,
optgroup,
select,
textarea {
  outline: 0px;
  font-family: "futura_bk_btbook";
}
/* Inner-pg CSS Start*/
.factstory-area {
  padding-bottom: 30px;
  overflow-x: auto !important;
}
.factstory-area ul {
  margin: 15px 0px 25px 0px;
  padding: 0px;
}
.factstory-area ul li {
  list-style: none;
  padding-bottom: 8px;
  color: #000;
}
.factstory-area ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 free";
  color: #035d1a;
  font-weight: bold;
  padding-right: 8px;
}
.factstory-area ul li a {
  list-style: none;
  color: #000; /*! padding-left: 10px; */
}
.factstory-area table {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.factstory-area table th {
  background: #af450d;
  color: #fff;
  font-size: 14px;
}
.factstory-area table tr:nth-of-type(2n + 1) {
  background-color: rgba(0, 0, 0, 0.05);
}
.factstory-area table td,
table th {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
  text-align: left;
}
.factstory-area h2 {
  font-size: 18px;
  color: #000;
}
.factstory-area ul li div {
  display: inline-block; /*! float: left; */
  position: absolute;
}
.factstory-area .panel {
  padding: 0 0 10px;
}
.factstory-area .panel-heading {
  padding: 16px 10px 5px 10px;
  margin-bottom: 0;
  background: #efefef;
  cursor: pointer;
}
.factstory-area .panel-heading .panel-title {
  color: #000;
  text-transform: uppercase;
}
.factstory-area .collapse.show {
  display: block;
  border: 0px solid rgba(0, 0, 0, 0.125);
  padding: 0px 0px; /*border: 1px solid rgba(0,0,0,.125);  padding: 0px 15px;*/
}
.factstory-area a {
  color: #035d1a;
  text-decoration: underline;
}
.factstory-area .inner-area h3 {
  /*background: #f3f3f3; border-bottom: 1px solid #ccc;*/
  padding: 10px 10px;
  margin: 0px;
  font-size: 16px;
}
.factstory-area .inner-area h3 a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.factstory-area .inner-area .file-size {
  font-size: 15px;
}
.factstory-area .box-strip {
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 40%);
  padding: 13px 1px;
  border-radius: 7px;
  text-align: center;
  display: block;
  text-decoration: none !important;
  transition: 0.4s;
  margin-bottom: 24px;
  transition: transform 0.4s;
  height: 141px;
}
.factstory-area .box-strip p {
  margin-bottom: 0px;
  font-size: 17px;
  color: #000;
}
.factstory-area .box-strip:hover {
  background: radial-gradient(
    circle,
    rgba(183, 148, 27, 1) 0%,
    rgba(182, 67, 11, 1) 100%
  );
  transition: transform 0.4s;
  transform: scale(1.09);
  color: #fff;
}
.factstory-area .box-strip-department {
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 40%);
  padding: 13px 1px;
  border-radius: 7px;
  text-align: center;
  display: block;
  text-decoration: none !important;
  transition: 0.4s;
  margin-bottom: 24px;
  transition: transform 0.4s;
}
.factstory-area .box-strip-department p {
  margin-bottom: 0px;
  font-size: 17px;
  color: #000;
}
.factstory-area .box-strip-department:hover {
  background: radial-gradient(
    circle,
    rgba(183, 148, 27, 1) 0%,
    rgba(182, 67, 11, 1) 100%
  );
  transition: transform 0.4s;
  transform: scale(1.09);
  color: #fff;
}
.factstory-area .department-title {
  display: block;
}
.factstory-area .department-title h3 {
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding: 6px 0px;
}
.factstory-area .department-title h3 .subtext-head {
  font-size: 20px;
  color: #b65d10;
  font-weight: bold;
  font-size: 15px;
  font-weight: 600;
  padding-left: 14px;
}
/*inner table section css start here*/
.factstory-area .custommisc table {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  border: 0px;
}
.factstory-area .custommisc table th {
  background: #af450d;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.factstory-area .custommisc table tr:nth-of-type(2n + 1) {
  background-color: rgba(0, 0, 0, 0.05);
}
.factstory-area .custommisc table td,
table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d7d6d6;
  text-align: left;
}
.factstory-area .custommisc table td a {
  color: #af450d;
  text-align: left;
}
/*.dropdown-menu li ul {position: relative!important; color: red!important; background: red!important;}*/
.alignLeft {
  width: 200px;
  height: auto;
}
.alignRight {
  width: 200px;
  height: auto;
}
.photo_list {
  width: 100%;
}
.photo_list ul {
  margin: 0px;
  padding: 0px;
}
.photo_list ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  width: 31%;
  margin-right: 1%;
  margin-bottom: 10px;
}
#square .column {
  display: inline-block;
  width: 31%;
  background: #ffffff;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 3px 3px 1px rgb(0 0 0 / 10%);
}
#square .circular--square {
  width: 100%;
  height: 200px;
}
#square .column p {
  word-wrap: break-word;
}
.bio-tech-cont {
  background: #ececec;
  padding: 20px;
  text-align: center;
  margin: 15px auto;
  width: 80%;
  border-radius: 10px;
}
.bio-tech-cont .cont-cperson {
  font-size: 26px;
}
.bio-tech-cont .cont-dpt {
  font-size: 20px;
}
.bio-tech-cont .cont-address {
  font-size: 18px;
}
.bio-tech-cont .cont-mob,
.bio-tech-cont .cont-email {
  font-size: 16px;
}
/*inner table section css start here*/
.main-content-area {
  padding-top: 30px;
}
.inner-pg {
  background: #f6f6f6a3;
}
.breadcrumbarea {
  width: 100%;
  font-size: 18px;
  color: #fdc10c;
}
.breadcrumb-bg {
  background: rgb(183, 148, 27);
  background: radial-gradient(
    circle,
    rgba(183, 148, 27, 1) 0%,
    rgba(182, 67, 11, 1) 100%
  );
  padding: 10px 0;
}
.breadcrumbarea .breadcrumb {
  margin: 0;
  background-color: transparent;
  padding: 0;
}
.breadcrumbarea .breadcrumb-item > a,
.breadcrumbarea .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  padding-left: 0px;
  padding-right: 0px;
}
.breadcrumbarea .breadcrumb-item.active {
  color: #fff;
  font-weight: normal;
}
.breadcrumb li a {
  color: #fff;
}
.breadcrumb li a:after {
  color: #fff;
  content: "/";
  padding: 0 10px;
}
.page-title {
  padding: 15px 0;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}
.page-title:before {
  content: "";
  position: absolute;
  bottom: 12px;
  background: #fdc10c;
  height: 3px;
  width: 46px;
}
.right-menu {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0px 3px 3px 1px rgb(0 0 0 / 10%);
}
.right-menu h3 {
  font-size: 16px;
  color: #035d1a;
  padding-top: 10px;
  font-weight: bold;
}
.right-menu ul {
  padding-top: 15px;
  padding-left: 0;
  list-style: none;
}
.right-menu ul li {
  display: block;
  padding: 10px 0px !important;
  border: 0;
  border-bottom: 1px dashed #a5a5a5;
  color: #000;
  text-decoration: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  position: relative;
}
.right-menu ul li:last-child {
  border: 0;
  padding-bottom: 0;
}
.right-menu ul li a {
  color: #000;
  text-decoration: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  display: block;
  position: relative;
}
.right-menu ul li:before {
  background: #ffb800;
  color: #000;
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  transition: 0.4s;
  padding: 0px 0 0px 0 !important; /*z-index: -1;*/
}
.right-menu ul li:hover:before {
  color: #fdc10c;
  width: 100%;
}
.right-menu ul li:hover {
  color: #000;
  padding-left: 10px;
  transition: 0.4s;
  padding-left: 2px !important;
}
.inner-area {
  text-align: justify;
}
.dropdown-menu {
  padding: 0px !important;
}
.dropdown-menu .dropdown-toggle:after {
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropdown-menu .dropdown-menu {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-menu li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0px 0;
}
.nav-item .submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
.nav-item .submenu-left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li:hover {
  background-color: #f1f1f1;
}
.dropdown-menu > li:hover > .submenu {
  display: block;
}
.profile_div {
  background: #e9e9e9;
  padding: 20px;
  margin: 20px 0;
}
.profile_name {
  font-size: 22px;
  color: #000;
}
.profile_info {
  font-size: 16px;
  color: #000;
}
.profile_img {
  width: 100%;
  border-radius: 8px;
}
.back-btn {
  border: 1px solid #f3f3f3;
  color: #fff;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 20px;
  margin-right: 10px;
}
.back-btn .fa-arrow-left:before {
  padding-right: 7px !important;
}
.back-btn:hover {
  color: #000;
}
.print_icon {
  width: 22px;
}
.factstory-area .message-disk {
  /* background: #f3f3f3; */
  text-align: center;
  width: 92%;
  padding: 10px; /* box-shadow: 5px 10px #b5b3b33d; */
}
.factstory-area .message-disk img {
  width: 100%;
  border: solid #bdbdbd 1px !important;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  height: 210px;
  border-radius: 0px !important;
}
.factstory-area .message-disk center h4 {
  padding: 10px 0;
  font-size: 18px;
  width: 230px;
}
.factstory-area.h5,
h5 {
  font-size: 16px;
}
/* Inner Pg CSS End */
/*inner page css starts here*/
.about_section {
  padding: 24px 0;
}
.about_section p {
  text-align: justify;
}
.inner_title {
  font-family: "tradegothic_lt_condeighteenBd";
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.inner_title span {
  border-top: 3px solid #fdc10c;
  width: 50px;
  margin: auto;
  display: block;
}
.about_btn {
  display: table;
  margin: auto;
}
.desk_section {
  padding-top: 50px;
  padding-bottom: 80px;
}
.desk1 {
}
.desk1 .card {
  flex-direction: inherit !important;
}
.desk1 .card-title {
  font-family: "tradegothic_lt_condeighteenBd";
  font-size: 20px;
}
.desk1 .card .inner_cartimg {
  width: 40%;
  display: inline-block;
}
option .optiongroup {
  padding: 10px 0px !important;
}
.desk1 .card .card-img-top {
  border: solid #bdbdbd 1px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  height: 258px;
}
.desk1 .card .card-body {
  width: 60%;
  display: inline-block;
  padding: 0px 16px 16px 16px;
}
.desk1 .card .card-body {
  box-shadow: none;
}
.desk1 .card .card-text {
  font-size: 15px;
  text-align: justify;
  height: 184px;
}
.news_tabsection {
  background: #f8f8f8;
  padding-top: 0px;
  padding-bottom: 170px;
}
.news-event .nav-tabs .nav-item.show .nav-link,
.news-event .nav-tabs .nav-link.active {
  color: #000;
  border-bottom: 3px solid #fe5800;
}
.news-event .nav-tabs .nav-link {
  display: block;
  border: 0;
  font-size: 1.3em;
  color: #000;
}
.notify-bg {
  padding: 0px 0px;
  border: 0;
  background: #fff;
  padding-left: 20px;
}
.notify-bg .vticker ul {
  list-style: none;
  padding-left: 25px;
  position: relative;
  padding-top: 12px;
}
.notify-bg .vticker li {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-right: 15px;
}
.notify-bg .vticker li:hover {
  background: #f9f9f9;
}
.notify-bg .vticker li a {
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
}
.notify-bg ul li span {
  display: block;
  color: #fe5800;
  font-size: 14px;
  font-weight: bold;
}
a.btn.viewall {
  background: #f1f1f1;
  color: #000;
  font-size: 0.813em;
}
a.btn.viewall:hover {
  background: #ff9800;
  color: #fff;
}
.notify-bg .vticker ul li:before {
  content: "\f054";
  position: absolute;
  left: 10px;
  color: #035d1a;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  padding-top: 5px;
}
.notify-bg.latest_box.boxsec2 {
  background: #f1f8fb;
  border-radius: 8px;
  min-height: 460px;
}
.custom_table th {
  background: #354ea5;
  color: #fff;
  font-size: 14px;
}
.media_bg {
  padding: 0px !important;
}
.media_tab {
  margin-top: -47px;
}
.media_tab li {
  color: #fff;
  text-transform: uppercase;
  margin-right: 5px;
  background: #f6f1f1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  position: relative;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #000;
  background-color: #fdc10c;
  border: 1px solid #fdc10c;
  font-family: "tradegothic_lt_condeighteenBd";
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  margin: auto;
  font-size: 38px;
  color: #fdc10c;
  font-weight: 900;
  width: fit-content;
}
.nav-tabs .nav-link {
  padding: 8px 24px;
  border: 1px solid #d3d3d3;
  border-bottom: 0px !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 20px;
  color: #928b8b;
  font-family: "tradegothic_lt_condeighteenBd";
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background: #fdc10c;
  color: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 8px;
  border: 1px solid #fdc10c;
}
.nav-tabs .nav-link:hover::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  margin: auto;
  font-size: 38px;
  color: #fdc10c;
  font-weight: 900;
  width: fit-content;
}
.innergallery {
  width: 100%;
  margin-top: -150px;
  padding-bottom: 50px;
}
#photo_gallery a img {
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  width: 100% !important;
  height: 257px;
  pointer-events: none !important;

  cursor: default;
}
.img_w {
  width: 100% !important;
  height: auto;
}
.gallery_btn {
  margin-top: 20px;
}
.depart_div {
  background: #fdc10c;
  color: #000;
  margin-left: 0px;
  border: 0px;
  cursor: pointer;
  border-radius: 5px;
}
.bottom-btn {
  margin-right: 10px;
}
/*inner page css starts here*/
/*add new style sheet*/
.weblink-department {
  margin: 0px;
  padding: 0px;
}
.weblink-department li {
  font-size: 15px;
  list-style: none;
  display: inline-block;
  width: 100%;
  border-bottom: 2px dotted #d6c5c5;
  padding-bottom: 10px;
  padding-top: 17px;
  margin-right: 0px;
  vertical-align: text-top;
}
.weblink-department li a {
  color: #000;
  font-size: 15px;
  width: 88%;
  display: inherit;
  transition: 0.4s;
  z-index: 9;
  position: relative;
}
.weblink-department li a .fa-angle-right {
  color: #079d2d;
  padding-right: 5px;
}
.weblink-department li {
  position: relative;
  padding-left: 10px;
}
.weblink-department li:hover:before {
  width: 100%;
}
.weblink-department li:hover a {
  padding-left: 5px;
}
.weblink-department li:before {
  background: #ffb800;
  color: #000;
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  transition: 0.4s;
  z-index: 1;
}
.logo-img3 {
  color: #000;
  font-size: 16px !important;
}
.logo-img2 {
  color: #000;
  font-size: 16px !important;
  margin-right: 6px;
}
/*faculties css start here*/
.faculties_profile {
  background: #e9e9e9;
  padding: 30px 30px 30px 40px;
  margin-bottom: 20px;
}
.faculties_profile .img-outer {
  border: 6px solid #fff;
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 0px 7px 9px rgb(255 255 255 / 22%);
  margin: auto;
}
.faculties_profile .img-outer img {
  width: 100%;
  height: 100%;
}
.faculties_box {
  background: #fff;
  box-shadow: 0px 0px 20px #00000029;
}
.faculties_imgbg {
  background: url(../images/physical_bg.jpg) no-repeat;
  padding: 20px;
}
.faculties_profile .profile_name {
  font-size: 24px;
  color: #031b5d;
}
.faculties_profile .profile_info {
  font-size: 16px;
  color: #000;
}
.faculties_profile .profile_name span {
  width: 95%;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px dotted #646464;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
/*faculties css end here*/
.notify-bg-department {
  padding: 0px 0px;
  border: 0;
  background: #fff;
  padding-left: 21px;
}
.photo-gallery-details {
  background: rgb(104 88 77);
  font-size: 1rem;
  color: rgb(0, 0, 0);
  width: 240px;
  display: flex;
  align-items: center;
  height: 41px;
  padding: 0px 12px;
  color: white;
}
.footer-bottom-slider .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  height: 55px;
}

.photo-gallery .frame1 {
  display: inline-block;
  width: 24%;
  margin-right: 1%;
}
.photo-gallery .frame1 img {
  width: 100%;
}

/* text-align: center;
/**Search**/
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 111111111;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}
.overlay .closebtn:hover {
  color: #ccc;
}
.overlay input[type="text"] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}
.overlay input[type="text"]:hover {
  background: #f1f1f1;
}
.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #c21717;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: #fff;
}
.overlay button:hover {
  background: #d6a826;
}
.text-uppercase {
  text-transform: uppercase !important;
  font-size: 13px;
}
.news-left-right {
  display: flex;
}
.news-left-right a {
  margin: 0 7px;
}
.abbc {
  border: 1px solid #c5bbab;
  margin: 0px 0px 24px 0px;
  border-radius: 9px;
  background: #e5dfda;
  text-align: center;
  padding: 11px 0px 0px 0px;
}
/*add new style end here*/
.infra-links-area {
  padding: 30px 0px;
}
.infra-links-area .lnk-div {
  transition: all 0.4s ease 0s;
  background: rgb(255, 255, 255);
  font-size: 1rem;
  color: rgb(0, 0, 0);
  position: relative;
  bottom: 0px;
  right: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0px 10px;
}
.infra-links-area .lnk-div::after {
  background: rgb(255, 184, 0);
  color: rgb(0, 0, 0);
  content: "";
  width: 0px;
  position: absolute;
  left: 0px;
  height: 100%;
  top: 0px;
  transition: all 0.4s ease 0s;
  z-index: 0;
}
.infra-links-area .lnk-div:hover::after {
  width: 100%;
}
.infra-links-area .inf-link-c {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 20px;
  transition: all 0.4s ease 0s;
}
.infra-links-area .lnk-txt {
  display: flex;
  justify-content: space-between;
  color: rgb(0, 0, 0);
  padding: 0px 30px;
  width: 100%;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}
.infra-links-area .lnk-div:hover .lnk-txt,
.infra-links-area .lnk-div:focus .lnk-txt {
  z-index: 9;
  color: rgb(0, 0, 0);
}
.infra-links-area .lnk-txt h6 {
  font-size: 20px;
  margin: 0px;
}
.infra-links-area .lnk-txt i {
  font-size: 22px;
}
.infra-links-area .lnk-div:hover .lnk-txt {
  padding-right: 50px;
  padding-left: 20px;
  transition: all 0.4s ease 0s;
}
.infra-links-area .inf-link-c:hover {
  box-shadow: rgb(0 0 0 / 28%) 0px 0px 20px 1px;
  transition: all 0.4s ease 0s;
}
.infra-links-area .inf-link-c:hover img {
  transition: all 0.4s ease 0s;
  transform: scale(1.06);
}
.infra-links-area .inf-link-c img {
  transition: all 0.4s ease 0s;
}
nav.menu {
  width: 100%;
  text-align: center;
}
ul.ext_link li {
  display: inline-block;
  min-width: 33%;
}
.right-logo1 h4 {
  text-align: center !important;
  text-shadow: none !important;
  color: #fff !important;
  margin: 0 !important;
  font-size: 19px !important;
  vertical-align: middle !important;
  vertical-align: middle !important;
  display: inline-block !important;
  background: #eba212;
  padding: 8px 23px;
  border-radius: 30px;
  margin-top: 8px !important; /* text-transform: uppercase; */
  margin-bottom: 8px !important;
}
img.recentnewsicon {
  float: right;
  margin-right: 9px;
}
.navbox.menu.submenus {
  font-size: 15px !important; /* padding: 0px; */ /* margin: 0px; */
}
.right-logo2 {
  position: absolute;
  width: 315px;
  right: 0px;
  text-align: center;
  font-weight: bold;
}
.right-logo2 h4 {
  font-size: 1.2em;
  text-shadow: 2px 2px #f00;
  text-shadow: 5px 1px 6px rgba(0, 0, 0, 0.46);
  color: #3446a1;
}
.factstory-area .site_maps li::before {
  content: "";
}
.white_txt {
  color: #fff !important;
}
.table_txt_b {
  font-weight: bold !important;
}

/*todya top*/
.last {
  color: #fff;
}
.cls_navg {
  margin-right: 8px;
  color: #fdc10c;
}
.list-group-flush:last-child .list-group-item:last-child {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 8px 0;
}
/*site map section css start here*/
.accordion .btn-link {
  width: 100%;
}
.accordion .fa-stack {
  font-size: 14px;
}
.accordion .fa-plus {
  font-size: 14px;
}
.accordion .fa-inverse {
  color: #fff;
  background: #035d1a;
  border-radius: 50%;
}
.accordion .card-header {
  padding: 5px 0px;
  color: #035d1a;
}
.accordion .mb-0 button a {
  color: #035d1a !important;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
}
.accordion .mb-0 button a:hover {
  color: #000 !important;
  text-decoration: none !important;
}
.accordion .mb-0 button .btn-link:hover {
  color: #000 !important;
  text-decoration: none !important;
}
.accordion .factstory-area .collapse.show {
  display: block;
  border: 0px !important;
  padding: 0px 0px !important;
}
.accordion .card {
  background-color: #fdfdfd;
}
/*site map section css end here*/
/*form section css start here*/
form.feedback {
  margin: 0 auto;
  background: #f3f3f3;
  width: 65%;
  padding: 16px;
  border-radius: 6px;
  box-shadow: 0px 0px 20px #00000029;
}
form.feedback input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form.feedback input#gender {
  width: inherit;
  height: 13px;
  margin-left: 50px;
  margin-top: 25px;
}
form.feedback input#category {
  width: inherit;
  height: 13px;
  margin-left: 35px;
  margin-top: 10px;
}
label {
  display: inline-block;
  margin-bottom: 2px;
  margin-top: 11px;
}
textarea#comment {
  width: 100%;
}
.form-field.captcha {
  display: flex;
  align-items: center;
}
.form-field.captcha LABEL {
  width: 100%;
}
.form_buttons {
  display: flex;
  padding-top: 17px;
}
.form-field.captcha DIV {
  display: block;
  width: 100%;
}
input#cmdsubmit:hover,
input#cmdreset:hover {
  background-image: linear-gradient(to right, #f6507e #f77153);
  color: #fff;
}
.factstory-area .acchive-div .go {
  color: #fff;
  background: radial-gradient(
    circle,
    rgba(183, 148, 27, 1) 0%,
    rgba(182, 67, 11, 1) 100%
  );
  padding: 3px 10px !important;
  border: 0px;
  margin-top: 37px !important;
}
.text3 {
  color: red;
}
.male {
  display: ruby;
}
.female {
  display: ruby;
}
.factstory-area.peragraph-justify.pb-5 div {
  overflow-x: auto !important;
}
.factstory-area .category1 {
  display: ruby;
}
.factstory-area #cmdsubmit {
  cursor: pointer;
  color: #fff;
  background: radial-gradient(
    circle,
    rgba(183, 148, 27, 1) 0%,
    rgba(182, 67, 11, 1) 100%
  );
  padding: 8px 10px;
  border: 0px;
  margin-top: 37px !important;
  width: auto;
}
.factstory-area #cmdsubmit:hover {
  background: #035d1a;
  color: #fff;
}
.factstory-area #cmdreset {
  cursor: pointer;
  color: #fff;
  background: radial-gradient(
    circle,
    rgba(183, 148, 27, 1) 0%,
    rgba(182, 67, 11, 1) 100%
  );
  padding: 8px 15px;
  border: 0px;
  margin-top: 37px !important;
  width: auto;
}
.factstory-area #cmdreset:hover {
  background: #035d1a;
  color: #fff;
}
.or {
  position: inherit;
  top: 180px;
  left: 280px;
  width: 40px;
  height: 40px;
  background: #ddd;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 40px;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 27px;
}
.factstory-area .img-responsive {
  width: 100% !important;
  height: 170px;
}
.factstory-area .producttitle {
  width: 100% !important;
  background: #035d1a;
  height: 55px;
  display: flex;
  align-items: center;
}
.factstory-area input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  display: inline-block !important;
}
.factstory-area .panel-title a.collapsed:after {
  content: "\f067" !important;
  position: inherit;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  font-family: "FontAwesome";
  cursor: pointer;
  font-weight: 500;
}
.factstory-area .panel-title a:after {
  content: "\f068" !important;
  position: inherit;
  font-size: 16px;
  float: right;
  top: -30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  font-family: "FontAwesome";
  cursor: pointer;
  font-weight: 500;
}
.myaccordion .collapsed span .fa-stack-1x:before {
  content: "\f067";
  font-family: "FontAwesome";
}
.myaccordion span .fa-stack-1x:before {
  content: "\f068";
  font-family: "FontAwesome";
}
.sticky-top {
  background: #fff;
}
/*form section end here*/
.top-header a.whitetheme {
  background: #fff;
  margin-left: 5px;
}
.top-header a.blacktheme {
  background: #4e4545;
  margin-left: 5px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b !important;
}
.viceChancellorProfile {
  border: solid #bdbdbd 1px !important;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  height: 258px !important;
  width: 200px !important;
  border-radius: 0px !important;
}
.viceChancellor {
  margin: 2px;
  width: 100px !important;
  height: 100px !important;
  border-radius: 0px !important;
  border-width: 2px;
  border: 1px solid #bdbdbd !important;
}
.inner-area .table-responsive p img {
  display: inline-block;
  margin: 2px;
  width: 100px !important;
  height: 100px !important;
  border-radius: 0px !important;
  border-width: 2px;
  border: solid 1px #bdbdbd !important;
}

[aria-current="page"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

.img_wrap {
  float: left;
  width: auto !important;
  margin-right: 30px;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}
/*frofile*/
.hpu-heading h5 {
  font-size: 20px;
  font-weight: 600;
}
.s-profile {
  border-bottom: 2px solid #0a433d;
  box-shadow: 0 0 6px rgb(0 0 0 / 8%);
  margin: 15px 0;
  padding: 15px 0;
  font-size: 0.9em;
}
.bhoechie-tab-content img {
  max-width: 100%;
}
.profiledetail table {
  border-collapse: collapse;
  width: 100%;
}
.profiledetail table td {
  border-bottom: 1px solid #eee;
  padding: 5px 10px;
}
.faculty-photo {
  border: 6px solid #fff;
  position: relative;
}
.profile-menu li a {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}
.profile-menu {
  background: #fff;
}
.profile-menu ul li a:hover {
  background: #ffa500;
}
.profile-menu nav.navbar.navbar-expand-lg {
  padding: 0;
}
.profile-bg {
  position: relative;
}
.profile-details {
  margin-top: -170px;
  background: #f2eade;
}
.img-wrap {
  box-shadow: 0px 0px 8px rgb(0 0 0 / 23%);
  text-align: center;
  background: #fff;
  padding: 10px;
}
.img-wrap img {
  border: 4px solid #ffa500;
  padding: 2px;
}
.btn.cv {
  background: orange;
  border-radius: 30px;
  color: #000;
  text-transform: uppercase;
  padding: 6px 20px;
  margin-top: 15px;
  font-weight: 600;
  cursor: inherit !important;
}
.photo-bio {
  text-align: left;
}
.photo-bio ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.photo-bio ul li {
  padding: 5px 0;
  font-size: 15px;
  border-bottom: 1px solid #e9e9e9;
  font-family: "open_sans_condensedbold";
  overflow-wrap: anywhere;
}
.photo-bio ul li span {
  padding-right: 8px;
  width: 10%;
  display: inline-block;
  color: orange;
}
.profile-bio-left h1 {
  font-size: 36px;
  color: #fff;
  font-family: "open_sans_condensedbold";
  text-transform: uppercase;
  padding: 0px 27px;
}
.profile-bio-left h3 {
  font-size: 22px;
  color: #fff;
  font-family: "open_sans_condensedbold";
}
.profile-bio-left p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  font-family: "open_sanscondensed_light";
}
.profile-bio-left span {
  padding-right: 8px;
}
.profile-bio {
  display: flex;
  justify-content: space-between;
}
.btn.back-btn {
  background: orange;
  border-radius: 21px;
  padding: 6px 30px;
  border: 1px solid #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "open_sans_condensedbold";
  color: #000;
}
.btn.back-btn:hover {
  background: #0a433d;
  color: #fff;
}
.accordion-card {
  margin-top: 40px;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 23%);
}
.myaccordion {
  margin: 0px auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}
.myaccordion .card-header {
  background: #0000000d;
  border: 0;
}
div#accordion .card-body {
  border: 1px solid #ebebeb;
  padding: 15px;
}
.myaccordion .fa-stack {
  font-size: 13px;
  color: #0a433d;
}
.myaccordion .btn {
  width: 100%;
  font-family: "robotobold";
  color: #0e2940;
  padding: 0; /*! text-transform: uppercase; */
  font-weight: 900;
}
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}
.myaccordion li + li {
  margin-top: 6px;
}
.myaccordion .card-header {
  padding: 0.55rem 1rem;
}
.myaccordion .card-body ul {
  padding-left: 5px;
}
.myaccordion .card-body ul li {
  list-style: none;
  transition: 0.3s;
}
.myaccordion .card-body ul li a:before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  padding-right: 6px;
  color: #fda400;
}
.myaccordion .card-body ul li a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
  font-family: "robotomedium";
  padding: 7px 0;
  display: inline-block;
}
.myaccordion .card-body ul li:hover {
  padding-left: 10px;
  transition: 0.3s;
}
div#accordion label {
  color: #555555;
  font-weight: 600;
}
div#accordion .card-body form input {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  padding: 6px 0;
  font-size: 14px;
}
.form-control:focus {
  box-shadow: none;
}
table.table.qualification-table .thead-dark th {
  color: #000;
  background-color: #ffa500;
  border-color: #ffa500;
}
div#accordion table th {
  background: #8b8b8b !important;
  color: #f8f9fa !important;
  border: 1px solid #ffffff29 !important;
  border-radius: 0px !important;
}
div#accordion table td {
  border-bottom: 1px solid #eee;
  padding: 5px 10px;
  border: 0px solid #dee2e6 !important;
}
.profiledetail table tr:nth-child(odd) {
  background: #fff !important;
}
.card-header-header2 {
  color: #8f223f;
  padding: 2px;
  position: relative;
  border-bottom: 1px dashed #ccc;
  background-color: #e7e7e7;
}
.card-header-header2 h4 {
  font-size: 14px;
  font-weight: 600;
  padding: 5px 6px;
  margin: 0;
}
.profiledetail td {
  font-size: 0.89rem;
}
.btn.cv:hover {
  background: #174e49;
  color: #fff;
}
.btn.cv:hover a {
  color: #fff !important;
}
.prof-pics .img-fluid {
  max-width: 75% !important;
  height: 136px !important;
}
.kulgeetvideo {
  height: auto;
  width: 100%;
}
.kulgeetvideo video {
  width: 97%;
  height: 294px;
  border: 10px solid rgb(222 222 222);
  border-radius: 3px;
  background: rgb(255, 255, 255);
}
.panel-title > a,
.panel-title > a:active {
  display: block;
  padding: 1px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background: #efefef;
}

@media only screen and (min-width: 1370px) and (max-width: 1430px) {
  .navbar-nav li a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1270px) and (max-width: 1370px) {
  .navbar-nav li a {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1270px) {
  .navbar-nav li a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1141px) and (max-width: 1200px) {
  .navbar-nav li a {
    font-size: 11px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .navbar-nav li a {
    font-size: 10px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  ul.ext_link li {
    min-width: 32%;
  }
  .right-logo2 {
    position: relative;
    width: 100%;
  }
  .navbar-nav li a {
    font-size: 12px;
  }
  .navbar-nav li a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .weblink li {
    width: 100%;
  }
  ul.ext_link li {
    min-width: 49%;
  }
  .right-logo2 {
    position: relative;
    width: 100%;
  }
  .navbox {
    background: #035d1a;
    height: auto;
  }
  .inner-area {
    text-align: left;
  }
  .top-header ul {
    display: flex;
    margin-bottom: 5px;
    padding-left: 0;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
  }
  .top-header ul li:first-child {
    display: none;
  }
  .top-right-nav ul {
    float: initial;
    justify-content: center;
  }
  .footcopy2 {
    text-align: center;
  }
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    background: none;
  }
  .new_div {
    padding-bottom: 20px;
  }
  .whats-new-cont .news-control {
    width: 32%;
  }
  .whats-new-cont .news-control h2 {
    font-size: 1rem;
  }
  .whats-new-cont .whhats-new-slider {
    width: 55%;
  }
  .hpu_Campus {
    height: 373px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sticky-top {
    position: relative;
  }
  .owl-theme .owl-nav {
    display: none;
  }
  .carousel-caption {
    display: none;
  }
  .logo_txt li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 8px;
  }
  .whats-new-cont .news-control {
    padding: 10px 0px;
    width: 100%;
  }
  .social-fixed {
    display: none;
  }
  .hpu_Campus {
    margin-bottom: 20px;
  }
  .hpu_Campus2 {
    margin-bottom: 20px;
  }
  .infradiv ul li {
    display: inline-block;
    width: 49%;
    height: 116px;
    padding: 0 9px;
  }
  .twitter_section {
    height: auto;
    padding: 30px 20px 10px 20px;
    margin-bottom: 22px;
  }
  .vrt_tab {
    position: relative;
    top: 0px;
    padding: 20px 0;
  }
  .museum-sec {
    padding: 40px 0 60px;
    height: auto;
  }
  .museum-sec .item-sec ul {
    display: contents;
  }
  .museum-sec .item-sec ul li {
    width: 100%;
    display: unset;
  }
  .infradiv {
    height: auto;
    padding-bottom: 30px;
  }
  .weblink li {
    width: 98%;
  }
  .search-btn {
    display: none;
  }
  .logo-sec {
    height: auto;
  }
  .brand-text:hover {
    transform: scale(1);
    transition: 0.5s;
  }
  .infradiv .hpu_title {
    color: #000;
    font-size: 14px;
  }
  .desk1 .card {
    flex-direction: column !important;
  }
  .desk1 .card .inner_cartimg {
    width: 100%;
  }
  .desk1 .card .card-body {
    width: 100%;
    padding: 22px 16px 16px 16px;
  }
  .media_tab li {
    width: 100%;
  }
  .about_section {
    padding: 16px 0 2px 0;
  }
  .navwidth {
    width: 100%;
  }
  #top-scroll {
    display: none !important;
  }
  .nav-item .submenu {
    display: none;
    position: relative;
    left: 0;
    top: -7px;
  }
  .photo_list {
    width: 100%;
  }
  .photo_list ul {
    margin: 0px;
    padding: 0px;
  }
  .photo_list ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #square .column {
    width: 100%;
  }
  #square .column .circular--square {
    width: 100%;
    height: 100%;
  }
  ul.ext_link li {
    min-width: 100%;
  }
  .right-logo2 {
    position: relative;
    width: 100%;
  }
  .navbox {
    background: #035d1a;
    height: auto;
  }
  .inner-area {
    text-align: left;
  }
  .top-header ul {
    display: flex;
    margin-bottom: 5px;
    padding-left: 0;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
  }
  /* .top-header ul li:first-child {display: none} */
  .top-right-nav ul {
    float: initial;
    justify-content: center;
  }
  .footcopy2 {
    text-align: center;
  }
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    background: none;
  }
  .new_div {
    padding-bottom: 20px;
  }
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
    height: auto;
  }
  .carousel-inner {
    height: auto !important;
  }
  .desk1 .card .card-img-top {
    height: auto;
    width: 100%;
  }
  .footer_div {
    padding: 50px 0px 0;
  }
  .factstory-area .inner-area h3 {
    background: none;
    border-bottom: 0px solid #ccc;
  }
  .footcopy {
    text-align: center;
  }
  .media_tab li {
    margin-right: 0px;
  }
  #navbarSupportedContent ul li ul {
    width: 100%;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .profile-details {
    margin-top: 0px !important;
  }
  .profile-bio-left h1 {
    color: #000 !important;
    padding: 22px 0 0 0 !important;
    font-size: 24px !important;
  }
  .profile-bio-left p {
    font-size: 18px;
    color: #000 !important;
  }
  /*r start here 21march 2024*/
  form.feedback {
    width: 100%;
  }
  .form-field .male,
  .form-field .female {
    display: block;
  }
  form.feedback input#gender,
  form.feedback input#category {
    margin-left: 0px;
    margin-top: 20px;
  }
  .form-field .category1 {
    display: block;
  }
  .form-field.captcha {
    display: block;
    align-items: center;
  }
  .buttons1 .form_buttons #cmdsubmit {
    width: 50%;
  }
  .buttons1 .form_buttons #cmdreset {
    width: 50%;
  }
  .contact_btn {
    width: 100%;
  }
  .top-header ul li a {
    color: #000;
    font-size: 12px;
  }
  .main-content-area {
    padding-top: 0px;
  }
  .page-title {
    font-size: 20px;
  }
  .profile_bg {
    background: #fff;
  }
  .faculties_imgbg {
    padding: 20px 0;
  }

  /*r end here 21march 2024*/
}
