@charset "utf-8";
/* CSS Document */

/* RESET CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  
}

a {
  text-decoration: none !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*:root {
  --color-bg: #00983C;
  --color-textDark: #737373;
  --color-textLight: #737373;  
  --color-white: #ffffff;
  --color-light: #4B6A71;
  --color-black: #111820;
  --color-night: #001632;
  --color-red: #f44336;
  --color-blue: #1a73e8;
  --color-gray: #80868b;
  --color-grayish: #dadce0;
  --shadow-normal: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
		0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -2px rgba(0, 0, 0, 0.05);
}*/

html {
  font-size: 100%;
  font-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  /* color: var(--color-black); */
  background-color: #fff;
  /* background-color: #4B6A71; */
  color: #000000;
  /* background-image: url(../images/login_background_img.png); */
  background-size: 50% auto;
  background-position: bottom right;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

img {
  /* display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; */
}

html {
  font-size: 100%;
}

/* top bar */

.topBrand {
  background: #050529;
  color: #fff;
  height: 50px;
}

/* .topBrand .row {
  margin: 0 30px;
} */

.topBrand > div > div {
  display: flex;
  align-items: center;
  height: 50px;
}

.menu {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}

.menu li {
  font-size: 12px;
  /* margin: 0 20px; */
}

.menu li a {
  color: #fff;
  text-decoration: none;
}

.topBrand .middle {
  display: flex;
  /* justify-content: space-between; */
  /* padding: 0 100px; */
  column-gap: 15px;
}

.topBrand .right {
  justify-content: flex-end;
}

.topBrand .searc_box {
  border-radius: 100px;
  background: url(../images/Search.png) no-repeat 5px 5px;
  padding: 3px 10px 3px 25px;
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff;
}

.topBrand .searc_box:focus-within {
  outline: 0;
}

/* .searc_box:focus {
	width: 70%; 
} */

.accesable_content_size a {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  border-radius: 2px;
}

.accesable_content_size a:hover {
  color: #fff;
}

.accesable_content_size a.active {
  background: #b98651;
  padding: 5px;
}

.accesable_content_color a {
  border-radius: 50px;
  color: #000;
  border: 1px solid #e16868;
  background: #fff;
  font-size: 11px;
  text-decoration: none;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.accesable_content_color .dark_theme {
  color: #fdb913;
  border-color: #fdb913;
  background: #333333;
}

.accesable_content_language a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.accesable_content_language a:hover {
  color: #fff;
}

.topBrand_hambargar {
  display: none;
}

.topBrand_hambargar,
.topBrand_hambargar:hover {
  color: #fff;
}

/* logo bar */

.logoBrand {
  /* padding: 20px 0; */
}

.logoBrand .left a {
  display: inline-flex;
  align-items: center;
  column-gap: 15px;
}

.logoBrand .right {
  display: flex;
  align-items: center;
  column-gap: 15px;
  justify-content: flex-end;
}

/* menu bar */

.main_menu {
  background: #9d9dad;
}

.desktopMenu {
  display: flex;
}

.mobileMenu {
  display: none;
}

.mobileMenu > a {
  color: #fff;
}



.main_menu .main_menu_main:hover {
  background-color: #85859e;
  border-radius: 0;
  transition: none;
  color: #000;
}

.main_menu .main_menu_main:active,
.main_menu .main_menu_main.show,
.main_menu .main_menu_main.show :active {
  background-color: #85859e;
  border-radius: 0;
  color: #000;
}

.main_menu .main_menu_main:focus-within,
.main_menu .main_menu_main:active:focus-visible,
.main_menu .main_menu_main:focus-visible,
.main_menu .main_menu_main:active:focus-visible,
.main_menu_main.showfocus-visible {
  background-color: #85859e;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}

.main_menu .navbar {
  padding: 0;
}

.main_menu .navbar .menu-item {
   padding: 1px;
}

/* .main_menu .navbar-expand-md .navbar-nav .nav-link {
  padding-right: 25px;
} */

.main_menu .navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
 /* padding-right: 0px; */
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  /* margin-top: -6px; */
  margin-left: 1px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu:hover > a:after {
  /* border-left-color: #fff; */
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.main_menu .main_menu_sub {
  background-color: #9d9dad;
  border-radius: 0;
  border: 0;
  position: -10px;
  padding: 0;
}

.main_menu .main_menu_sub a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 5px 30px 5px 10px;
}

.main_menu .main_menu_sub li:hover,
.main_menu .main_menu_sub li a:hover {
  background-color: #85859e;
}

.main_menu .main_menu_sub_sub {
  margin-left: 0;
  border: 0;
  background-color: #9d9dad;
  margin-left: 0px;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  width: 100%;
}

.main_menu .main_menu_sub_sub li:hover {
  background-color: #85859e;
}

.main_menu .main_menu_sub_sub li {
  padding: 2.5px 16px;
  position: relative;
}

.main_menu .main_menu_sub_sub li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.dropdown-submenu > a {
  background: url('../images/drop_sub_arrow.png') no-repeat right 6px center;
}

.dropdown-toggle::after {
  background: url('../images/arrow_down.svg') no-repeat center center / 10px
    auto;
  border: 0 !important;
  width: 14px;
  height: 8px;
}

.dropdown-toggle:hover::after {
  background-color: #85859e;
}

/* new menu bar */
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  /* margin-top:-6px; */
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.main_menu .bg-light {
  background-color: transparent;
}

.main_menu nav-link {
  font-size: 14px;
  color: #000;
}

/* carousel */
.carousel_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  bottom: 0;
}

.carousel_content > div {
  background: rgba(255, 255, 255, 0.75);
  padding: 40px;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5);
}

.carousel_content h1 {
  font-weight: 800;
  color: #0b4159;
  line-height: 1.2;
  margin-bottom: 20px;
}

.social_icons img {
  margin-right: 40px;
}

.social_icons img:last-child {
  margin-right: 0px;
}

/* imageBox */
.imageBoxContainer {
  margin-top: 70px;
}

/* Zoom In #1 */
.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover01 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* Shine */
.hover14 figure {
  position: relative;
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover14 figure:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.imageBox img {
  width: 100%;
}

.column .imageBox {
  position: relative;
  float: left;
  width: 300px;
  height: 200px;
  margin: 0 0 0 25px;
  padding: 0;
}

figure {
  /* width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff; */
  overflow: hidden;
}

figure:hover + span {
  bottom: -36px;
  opacity: 1;
}

.imageBox h3 {
  font-weight: 800;
  line-height: 50px;
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  bottom: 50px;
  height: 100px;
  padding: 0 30px;
}

/* OUR JOURNEY */
.jurneyBox {
  margin-top: 70px;
  background: #d9d9d9;
  padding: 50px 0;
}

.jurneyBox h2 {
  font-weight: 800;
  margin-bottom: 20px;
  color: #0e0e52;
}

.jurneyBox p {
  line-height: 40px;
  
}

.jurneyBox ul {
  display: flex;
  align-items: center;
}

.jurneyBox .left {
  width: 65%;
  padding-right: 50px;
}

.jurneyBox .right {
  width: 35%;
}

.jurneyBox .right img {
  width: 100%;
  border-radius: 100%;
  border: 20px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* margin-top: 50px; */
}

.blue_box_link {
  background: #0e0e52;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 12px 50px;
}

.blue_box_link:hover {
  color: #fff;
}

/* THE INSTITUTE */

.instituteBox {
  margin-top: 0px;
  background: #fff;
  padding: 70px 0;
}

.instituteBox h2 {
  font-weight: 800;
  margin-bottom: 50px;
  color: #0e0e52;
}

.instituteBox p {
  line-height: 40px;
  
}

.instituteBox ul {
  display: flex;
}

.instituteBox .left {
  width: 35%;
}

.instituteBox .right {
  width: 65%;
  padding-left: 50px;
}

.instituteBox .left img {
  width: 100%;
  border-radius: 100%;
  border: 30px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 50px;
}

/* ABOUT THE DIRECTOR */

.aboutTheDirector {
  margin-top: 70px;
  background: #f1f1f1;
  padding: 50px 0;
}

.aboutTheDirector h2 {
  font-weight: 800;
  margin-bottom: 20px;
  color: #0e0e52;
}

.aboutTheDirector p {
  line-height: 40px;
  
}

.aboutTheDirector ul {
  display: flex;
  align-items: center;
}

.aboutTheDirector .left {
  width: 35%;
}

.aboutTheDirector .right {
  width: 65%;
  padding-left: 50px;
}

.aboutTheDirector .left img {
  width: 100%;
  border-radius: 100%;
  border: 20px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* margin-top: 50px; */
}

/* three box */
.threeBox {
  margin-top: 70px;
}

.OnlineRegistrationSystem {
  border: 1px solid #dadae4;
  padding: 60px 30px 30px 30px;
  justify-content: center;
  display: flex;
}

.OnlineRegistrationSystem_outer {
  position: relative;
}

.OnlineRegistrationSystem_outer::before {
  content: '';
  width: 100%;
  height: 5px;
  background: #15485f;
  position: absolute;
  top: -5px;
}

.OnlineRegistrationSystem_outer::after {
  content: '';
  width: 88px;
  height: 88px;
  position: absolute;
  top: -44px;
  background: url(../images/online_registration.png);
  left: calc(50% - 44px);
}

.OPDServices {
  border: 1px solid #dadae4;
  padding: 60px 30px 30px 30px;
  justify-content: center;
  display: flex;
}

.OPDServices_outer {
  position: relative;
}

.OPDServices_outer::before {
  content: '';
  width: 100%;
  height: 5px;
  background: #336a7b;
  position: absolute;
  top: -5px;
}

.OPDServices_outer::after {
  content: '';
  width: 88px;
  height: 89px;
  position: absolute;
  top: -44px;
  background: url(../images/opd_service.png);
  left: calc(50% - 44px);
}

.teleMentalHealthServices {
  border: 1px solid #dadae4;
  padding: 60px 0px 30px 0px;
  justify-content: center;
  display: flex;
}

.teleMentalHealthServices_outer {
  position: relative;
}

.teleMentalHealthServices_outer::before {
  content: '';
  width: 100%;
  height: 5px;
  background: #c3996c;
  position: absolute;
  top: -5px;
}

.teleMentalHealthServices_outer::after {
  content: '';
  width: 88px;
  height: 88px;
  position: absolute;
  top: -44px;
  background: url(../images/tele_mental_health_service.png);
  left: calc(50% - 44px);
}

.arrow::after {
  content: '';
  background: url(/images/right_arrow.png);
}

.arrow {
  position: relative;
  padding-right: 50px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.arrow::after {
  content: '';
  background: url(../images/right_arrow.png);
  position: absolute;
  width: 40px;
  height: 40px;
  top: -8px;
  right: 0px;
}

.arrow:hover::after {
  right: -5px;
  transition: 30ms;
}

/* UPCOMING EVENTS and NOTICE BOARD */
.upcoming_notice {
  margin-top: 70px;
}

.upcoming_notice h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-weight: 800;
  color: #0e0e52;
}

.upcoming_notice h2 .view_all {
  font-size: 14px;
  background-color: #0b4159;
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}

.upcoming_notice h2 .view_all:hover {
  background-color: #0e0e52;
}

.upcoming_notice span {
  display: flex;
  align-items: center;
  padding-right: 25px;
}

.view_all {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #0e0e52;
}

.view_all:hover {
  text-decoration: none;
  color: #0e0e52;
}

.upcoming_notice li {
  padding: 20px;
  border-bottom: 1px solid #cccccc;
  margin: 0;
}

.upcoming_notice li:last-child {
  /*border-bottom: 0;*/
}

.upcoming_notice .left {
  padding-right: 30px;
}

.upcoming_notice .right {
  padding-left: 30px;
}

.scrollBox {
  height: 300px;
}

/* GALLERY */

.galleryBox {
  margin-top: 70px;
  background: #f1f1f1;
  padding: 70px 0;
}

.swiper-button-next,
.swiper-button-prev {
  top: 40%;
}

/* footer top logos */

.footer_top_logos {
  padding-top: 70px;
  padding-bottom: 70px;
}

.anima:hover {
  transform: scale(1.25);
}

.anima {
  text-align: center;
  transition: transform 0.2s;
  /* Animation */
  transform: scale(1.2);
}

/* footer */

.footer {
  background: #262650;
  color: #fafafa;
  padding: 40px 0;
}

.footer_inner {
  margin: 0 100px;
}

.clunter {
  display: flex;
  margin-bottom: 30px;
}

.clunter li {
  width: 22px;
  height: 22px;
  background: #fff;
  color: #000;
  font-size: 14px;
  text-align: center;
  margin: 1px;
}

.footer_text_header {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 20px;
}

.footer_text {
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 20px;
}

.footer_text_link {
  font-size: 13px;
  line-height: 25px;
  color: #fff;
}

.footer_text_link:hover {
  color: #fff;
}

.footer_social img {
  margin: 3px;
}

/* footer Bottom */
.footerBottom {
  background: #191941;
  text-align: center;
  padding: 12px 0;
  color: #fff;
}

.footerBottom .top {
  font-size: 11px;
  margin-bottom: 10px;
}

.footerBottom .bottom {
  font-size: 12px;
}

.footerBottom .bottom a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

.footerBottom .bottom a:hover {
  color: #fff;
  text-decoration: underline;
}

/* list of directors */

.list_of_directors {
  margin-top: 70px;
}

.list_of_directors h2 {
  display: flex;
  justify-content: space-between;
  font-weight: 800;
  color: #0e0e52;
}

.table_custom_border th {
  border: 2px solid #d9d9d9;
  background: #9d9dad;
  padding: 15px;
}

.table_custom_border td {
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 15px;
}

.list_of_directorsBox {
  margin-top: 0px;
  background: #fff;
  padding: 25px 0;
  font-size: 18px;
}

.list_of_directorsBox .left {
  width: 75%;
  padding-right: 100px;
}

.list_of_directorsBox .right {
  width: 25%;
  margin-top:6%;
}

.list_of_directorsBox .container > ul {
  display: flex;
}

.list_of_directorsBox .head {
  background: #9d9dad;
  padding: 15px;
}

.list_of_directorsBox .linkBox {
  background: #fff;
  padding: 15px;
  display: flex;
  color: #000;
}

.list_of_directorsBox .linkBox:hover {
  background: #0e0e52;
  color: #fff;
}

.list_of_directorsBox .linkBox.active {
  background: #0e0e52;
  color: #fff;
}

/* Library Page */

.important_link {
  margin-top: 20px;
}

.calendar_important .right {
  padding-left: 30px;
}

.calendar_important .left {
  padding-right: 30px;
}

.important_link_box ul {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.important_link_box ul li:first-child {
  margin-right: 30px;
}

.important_link_box ul li:last-child {
  position: relative;
}

.important_link_box ul li:last-child button {
  position: absolute;
  right: 0;
  top: 0;
}

.library_page h2 {
  margin-top: 70px;
  text-transform: uppercase;
}

.library_page .accordion h2 {
  margin-top: 0px;
}

.library_page .tab-content {
  border: 1px solid #ccc;
  padding: 50px;
  border-top: 0;
}

/* .nav-link {
  font-size: 20px;
  font-weight: 600;
  color: #0E0E52;
} */
.library_page .nav-link.active {
  background: #0e0e52;
  color: #fff;
}

.library_search_letter {
  padding: 0;
  /* margin: 0 auto; */
  display: table;
  border-collapse: collapse;
  border: none;
}

.library_search_letter li {
  display: table-cell;
  border: 1px solid #ccc;
  float: left;
}

.library_search_letter li .letter-link {
  display: block;
  cursor: pointer;
  line-height: 26px;
  padding: 3px 10px;
  color: #222;
  font-size: 16px;
}

.library_search_letter li .letter-link:hover,
.library_search_letter li .letter-link.active {
  display: block;
  color: #fff;
  background: #0e0e52;
}

.library_search_button,
.library_search_button:hover .library_search_button.active {
  background: #0e0e52;
  color: #fff;
}

.search_result_top {
  display: flex;
  justify-content: space-between;
}

.search_result_top .right {
  display: flex;
  align-items: center;
}

.search_result_top {
  margin-top: 20px;
  font-size: 16px;
}

.search_result select {
  width: auto;
  margin-left: 10px;
}

.search_result_bottom {
  border: 1px solid #ccc;
  padding: 50px;
  margin-top: 20px;
  position: relative;
}

.search_result_bottom_top ul {
  display: flex;
}

.search_result_bottom_top ul li:first-child img {
  width: 100px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.search_result_bottom_top ul li:first-child {
  padding-right: 50px;
}

.search_result_bottom_top ul li:last-child {
  width: 100%;
}

.search_result_bottom_top .item_title,
.search_result_bottom_top .item_title a {
  font-size: 18px;
  font-weight: 600;
  color: #0e0e52;
}

.search_result_bottom_top .item_title a:hover {
  text-decoration: underline;
}

.search_result_bottom_top .publicationtype {
  font-size: 16px;
}

.search_result_bottom_top .publicationtype span {
  font-weight: 600;
}

.search_result_bottom_top .cite {
  font-size: 15px;
}

.search_result_bottom_top dl.props {
  padding: 0.5em 0;
  margin: 0;
}

.search_result_bottom_top dl.props > dt {
  float: left;
  clear: left;
  margin-right: 5px;
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  max-width: 135px;
  margin-bottom: 0.5em;
}

.search_result_bottom_top dl.props > dd {
  margin-bottom: 0.5em;
  display: block;
  margin-left: 140px;
  min-height: 1em;
}

.metadata_content {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 0 15px 0;
  margin: 10px 0;
}

.link_icon {
  position: absolute;
  background: #ccc;
  color: #0e0e52;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 2px;
  right: 2px;
}

.link_icon:hover {
  background: #0e0e52;
  color: #fff;
}

.search_result_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 16px;
}

.search_result_footer .active > .page-link,
.search_result_footer .page-link.active {
  background-color: #0e0e52;
  border-color: #0e0e52;
  color: #fff;
}

.search_result_footer .page-link {
  color: #0e0e52;
}

.main_menu .main_menu_sub li a::after {
  display: none;
}

/* common */

/* table {
  font-size: 20px;
} */
.main_menu .btn-check:checked + .btn:focus-visible,
.main_menu .btn.active:focus-visible,
.main_menu .btn.show:focus-visible,
.main_menu .btn:first-child:active:focus-visible,
.main_menu :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: none !important;
}

.main_menu .btn:first-child:active,
.main_menu :not(.btn-check) + .btn:active {
  color: inherit !important;
  background-color: #85859e !important;
  border-color: inherit !important;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 35px;
  color: #0e0e52;
  font-weight: 800;
}

h3 {
  font-size: 30px;
}

p {
  font-size: 16px;
  text-align: justify;
}

p.small {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}

/* .library_page h1 {
  font-size: 65px;
} */
/* .library_page h2 {
  font-size: 42px;
} */
/* .library_page h3 {
  font-size: 35px;
} */
/* .library_page p {
  font-size: 28px;
} */
.library_page p.small {
  font-size: 18px;
  font-weight: 400;
  
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #0e0e52;
}

.page-link:focus {
  box-shadow: none;
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* custom */
.swiper-button-prev {
  z-index: 99;
  /* display: none; */
  /* left: -50px; */
}

.swiper-button-next {
  z-index: 99;
  /* display: none; */
  /* right: -50px; */
}

.swiper {
  padding-bottom: 50px;
  /* overflow: visible; */
}

.swiper-wrapper {
  /* overflow: hidden; */
}

/* calender */

.wrapper {
  margin: 15px auto;
  max-width: 1100px;
}

.container-calendar {
  background: #ffffff;
  padding: 15px;
  max-width: 475px;
  margin: 0 auto;
  overflow: auto;
}

.button-container-calendar button {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #00a2b7;
  color: #fff;
  border: 1px solid #0aa2b5;
  border-radius: 4px;
  padding: 5px 10px;
}

.table-calendar {
  border-collapse: collapse;
  width: 100%;
}

.table-calendar td,
.table-calendar th {
  padding: 5px;
  border: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: top;
}

.date-picker.selected {
  font-weight: bold;
  outline: 1px dashed #00bcd4;
}

.date-picker.selected span {
  border-bottom: 2px solid currentColor;
}

/* sunday */
.date-picker:nth-child(1) {
  color: red;
}

/* friday */
.date-picker:nth-child(6) {
  color: green;
}

#monthAndYear {
  text-align: center;
  margin-top: 0;
}

.button-container-calendar {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
}

#previous {
  float: left;
}

#next {
  float: right;
}

.footer-container-calendar {
  margin-top: 1em;
  border-top: 1px solid #dadada;
  padding: 10px 0;
}

.footer-container-calendar select {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  color: #585858;
  border: 1px solid #bfc5c5;
  border-radius: 3px;
  padding: 5px 1em;
}

/* custom calender css */
.month_select {
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.day_select {
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.button-container-calendar {
  background: #896035;
  margin-bottom: 0;
  border: 1px solid #e2e2e2;
  border-bottom: 0;
}

.button-container-calendar button {
  background: transparent;
  border: 0;
}

.container-calendar {
  max-width: 100%;
  padding: 0;
  margin-top: 20px;
}

.date-picker.selected {
  outline: none;
  background: #8f94bd;
}

.date-picker.selected span {
  border-bottom: 0;
}

.date-picker:nth-child(6) {
  /* color: green; */
  color: #000;
}

.date-picker:nth-child(1) {
  /* color: red; */
  color: #000;
}

.table-calendar th {
  padding: 5px;
  border: 0;
  text-align: left;
  vertical-align: top;
  background: #b98651;
  color: #fff;
  padding: 10px 0 10px 23px;
}

.table-calendar td {
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0 10px 23px;
  text-align: left;
}

.table-calendar tr:nth-child(5) td {
  border-bottom: 0;
}

/* .table-calendar tr:last-child {
  display: none;
} */
.table-calendar tbody {
  /* border: 1px solid #e2e2e2; */
  border-top: 0;
}

.table-calendar {
  border: 1px solid #e2e2e2;
  border-top: 0;
}

.blue_arrow_button {
  background: url(../images/blue_arrow.png) no-repeat 100% 50%;
  padding-right: 25px;
}

.viewMore {
  color: #1e9fc1;
  text-transform: uppercase;
  font-weight: 600;
}

/* About the Director */

.about_the_director {
  margin-top: 70px;
}

.about_the_director .left {
  padding-right: 60px;
}

.about_the_director .right {
  padding-left: 30px;
}

.about_the_director_yello_corner {
  position: relative;
  display: table;
  z-index: 2;
  padding: 12px 12px 0 0;
  background: url(../images/yellow_image_corner.png) no-repeat 100% 0;
}

.yellow_arrow_link {
  background: url(../images/read_mor_yellow_arrow.png) no-repeat 100% 50%;
  padding: 9px 30px 9px 0;
}

.read_mor_yellow_arrow {
  font-size: 14px;
  text-transform: uppercase;
  height: 33px;
  color: #000;
}

.read_mor_yellow_arrow:hover {
  color: #000;
}

/* The Institute */

.The_Institute {
  margin-top: 70px;
}

.The_Institute .left {
  padding-left: 60px;
}

.The_Institute .right {
  padding-left: 30px;
}

.The_Institute_yello_corner {
  position: relative;
  display: table;
  z-index: 2;
  padding: 12px 12px 0 0;
  background: url(../images/yellow_image_corner.png) no-repeat 100% 0;
}

/* 4 images Box */

.images_4_box_container img {
  width: 100%;
}

.images_4_box_container {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  cursor: pointer;
}

.images_4_box_span {
  background: #fff;
  position: absolute;
  padding: 30px;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 19px;
}

.images_4_box_span_hover {
  background-color: rgba(9, 73, 109, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}

.images_4_box_container:hover .images_4_box_span {
  display: none;
}

.images_4_box_container:hover .images_4_box_span_hover {
  display: flex;
}

/* dark background start */

/* ------------ library */
body.dark_bg {
  background: #000;
  color: yellow;
}

.dark_bg .logoBrand {
  background: #fff;
}

.dark_bg .carousel_content > div {
  background: rgba(0, 0, 0, 0.75);
  color: yellow;
}

.dark_bg .carousel_content h1 {
  color: yellow;
}

.dark_bg h2 {
  color: yellow;
}

.dark_bg .library_page .nav-link.active {
  background: yellow;
  color: #0e0e52;
}

.dark_bg .nav-link {
  color: yellow;
}

.dark_bg .search_result_bottom_top .item_title a {
  color: yellow;
}

.dark_bg .view_all {
  color: yellow;
}

.dark_bg .library_search_button,
.dark_bg .library_search_button:hover .dark_bg .library_search_button.active {
  background: yellow;
  color: #0e0e52;
}

.dark_bg .footer_top_logos {
  background: #444;
}

.dark_bg .search_result_footer .active > .page-link,
.dark_bg .search_result_footer .page-link.active {
  background-color: yellow;
  border-color: yellow;
  color: #0e0e52;
}

.dark_bg .footer {
  background: #000;
  color: yellow;
}

.dark_bg .footerBottom {
  background: #000;
  color: yellow;
}

.dark_bg .footer_text_link {
  color: yellow;
}

.dark_bg .footerBottom .bottom a {
  color: yellow;
}

.dark_bg .galleryBox {
  background: #000;
  color: yellow;
}

.dark_bg .swiper-pagination-bullet {
  background: #fff;
}

.dark_bg .swiper-pagination-bullet-active {
  background: yellow;
}

.dark_bg .main_menu {
  background: #000;
  color: yellow;
}

.dark_bg .main_menu .main_menu_main {
  color: yellow;
}

.dark_bg .main_menu .main_menu_main:hover {
  background-color: yellow;
  color: #000;
}

.dark_bg .main_menu .main_menu_main:active,
.dark_bg .main_menu .main_menu_main.show,
.dark_bg .main_menu .main_menu_main.show :active {
  background-color: yellow;
  color: #000;
}

.dark_bg .dropdown-toggle::after {
  filter: invert(100%);
}

.dark_bg .main_menu .main_menu_main.show.dropdown-toggle::after {
  filter: invert(0%);
}

.dark_bg .main_menu .main_menu_main.show.dropdown-toggle:hover::after {
  background-color: yellow;
}

.dark_bg .main_menu .main_menu_main:hover.dropdown-toggle::after {
  background-color: yellow;
  filter: invert(0%);
}

.dark_bg .main_menu .main_menu_main:focus-visible {
  background-color: yellow;
  color: #000;
  filter: invert(0%);
}

.dark_bg .main_menu .btn:first-child:active {
  background-color: yellow !important;
  color: #000 !important;
  filter: invert(0%);
}

.dark_bg .main_menu .main_menu_sub li a:hover {
  background-color: #fcff1e;
  color: #000;
}

.dark_bg .main_menu .main_menu_sub {
  background-color: yellow;
  color: 000;
}

.dark_bg .main_menu .main_menu_sub_sub {
  background-color: yellow;
  color: #000;
}

.dark_bg .main_menu .main_menu_sub li:hover {
  background-color: yellow;
}

.dark_bg .library_search_letter li .letter-link {
  color: yellow;
}

.dark_bg .library_search_letter li .letter-link:hover,
.library_search_letter li .letter-link.active {
  color: #fff;
  background: #0e0e52;
}

.dark_bg .search_result_footer .page-link {
  color: yellow;
  background: #000;
}

.dark_bg .clunter li {
  background: yellow;
  color: #000;
}

.dark_bg .default_theme {
  padding: 5px;
  color: yellow;
  border: 1px solid #000;
  background: #000;
}

.dark_bg .dark_theme {
  color: #000;
  border: 1px solid #000;
  background: yellow;
}

.dark_bg .topBrand .searc_box {
  border: 1px solid yellow;
}

/* ------------ index */

.dark_bg .jurneyBox,
.dark_bg .instituteBox,
.dark_bg .aboutTheDirector {
  background: #000;
}

.dark_bg .blue_box_link {
  background: yellow;
  color: #000;
}

.dark_bg .arrow {
  color: yellow;
}

.dark_bg .imageBox h3 {
  color: yellow;
}

.dark_bg .menu li a {
  color: yellow;
}

.dark_bg .topBrand {
  background: #000;
}

/* ------------ ListofDirectors */

.dark_bg .list_of_directorsBox {
  background: #000;
}

.dark_bg .table_custom_border td {
  background: #000;
  color: yellow;
}

.dark_bg .table_custom_border th {
  background: yellow;
  color: #000;
}

.dark_bg .list_of_directorsBox .linkBox {
  background: yellow;
}

.dark_bg .list_of_directorsBox .linkBox:hover {
  background: #000;
  color: yellow;
}

.dark_bg .list_of_directorsBox .linkBox.active {
  background: #000;
  color: yellow;
}

.dark_bg .list_of_directorsBox .head {
  background: yellow;
  color: #000;
}

.dark_bg .accesable_content_size a {
  color: yellow;
}

.dark_bg .accesable_content_size a.active {
  background: yellow;
  color: #000;
}

.dark_bg .offcanvas {
  background: #000;
  color: yellow;
}

.dark_bg .mobile_top_menu li a,
.dark_bg .mobile_top_menu_dropdown a {
  color: yellow;
}

.dark_bg .offcanvas-header .btn-close {
  background-color: yellow;
  opacity: 1;
}

.dark_bg .accordion {
  --bs-accordion-bg: #000;
}

.dark_bg .mobile_top_menu_dropdown .accordion-button:not(.collapsed) {
  background-color: yellow !important;
}

.dark_bg .accordion-item:first-of-type .accordion-button {
  background-color: yellow;
}

.dark_bg .mobile_top_menu_dropdown .accordion-button,
.dark_bg .mobile_top_menu_dropdown .accordion-no-button {
  background-color: yellow;
}

.dark_bg .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}

.dark_bg .mobile_top_menu_dropdown_1st > li > a::before {
  background: yellow;
}

.dark_bg .mobile_top_menu_dropdown .accordion-no-button {
  width: 100%;
  text-align: left;
}

/* filter: invert(100%); */
/* dark background end */

/* font size changes decrese */

.decrese h1 {
  font-size: 54px;
}

.decrese h2 {
  font-size: 34px;
  font-weight: 800;
}

.decrese h3 {
  font-size: 29px;
}

.decrese p {
  font-size: 24px;
  
}

.decrese p.small {
  font-size: 17px;
  font-weight: 400;
}

.decrese .blue_box_link {
  font-size: 19px;
}

.decrese .arrow {
  font-size: 21px;
}

.decrese .view_all {
  font-size: 18px;
}

.decrese .list_of_directorsBox {
  font-size: 17px;
}

/* .decrese .nav-link {
  font-size: 18px;
} */
.decrese .library_search_letter li .letter-link {
  font-size: 15px;
}

.decrese .search_result_top {
  font-size: 15px;
}

.decrese .search_result_footer {
  font-size: 15px;
}

.decrese .menu li {
  font-size: 11px;
}

.decrese .main_menu .main_menu_main {
  font-size: 13px;
}

.decrese .main_menu .main_menu_sub a {
  font-size: 13px;
}

/* font size changes increse */

.increse h1 {
  font-size: 56px;
}

.increse h2 {
  font-size: 36px;
  font-weight: 800;
}

.increse h3 {
  font-size: 31px;
}

.increse p {
  font-size: 26px;
  
}

.increse p.small {
  font-size: 19px;
  font-weight: 400;
  
}

.increse .blue_box_link {
  font-size: 21px;
}

.increse .arrow {
  font-size: 23px;
}

.increse .view_all {
  font-size: 19px;
}

.increse .list_of_directorsBox {
  font-size: 19px;
}

/* .increse .nav-link {
  font-size: 18px;
} */
.increse .library_search_letter li .letter-link {
  font-size: 17px;
}

.increse .search_result_top {
  font-size: 17px;
}

.increse .search_result_footer {
  font-size: 17px;
}

.increse .menu li {
  font-size: 13px;
}

.increse .main_menu .main_menu_main {
  font-size: 15px;
}

.increse .main_menu .main_menu_sub a {
  font-size: 15px;
}

.increse .main_menu .navbar-expand-md .navbar-nav .nav-link {
  padding-right: 18px;
}

/* font size changes decrese_2 */

.decrese_2 h1 {
  font-size: 53px;
}

.decrese_2 h2 {
  font-size: 33px;
  font-weight: 800;
}

.decrese_2 h3 {
  font-size: 28px;
}

.decrese_2 p {
  font-size: 23px;
  
}

.decrese_2 p.small {
  font-size: 16px;
  font-weight: 400;
}

.decrese_2 .blue_box_link {
  font-size: 18px;
}

.decrese_2 .arrow {
  font-size: 20px;
}

.decrese_2 .view_all {
  font-size: 17px;
}

.decrese_2 .list_of_directorsBox {
  font-size: 16px;
}

/* .decrese_2 .nav-link {
  font-size: 18px;
} */
.decrese_2 .library_search_letter li .letter-link {
  font-size: 14px;
}

.decrese_2 .search_result_top {
  font-size: 14px;
}

.decrese_2 .search_result_footer {
  font-size: 14px;
}

.decrese_2 .menu li {
  font-size: 10px;
}

.decrese_2 .main_menu .main_menu_main {
  font-size: 12px;
}

.decrese_2 .main_menu .main_menu_sub a {
  font-size: 12px;
}

/* font size changes increse_2  */

.increse_2 h1 {
  font-size: 57px;
}

.increse_2 h2 {
  font-size: 37px;
  font-weight: 800;
}

.increse_2 h3 {
  font-size: 32px;
}

.increse_2 p {
  font-size: 27px;
  
}

.increse_2 p.small {
  font-size: 20px;
  font-weight: 400;
}

.increse_2 .blue_box_link {
  font-size: 22px;
}

.increse_2 .arrow {
  font-size: 24px;
}

.increse_2 .view_all {
  font-size: 20px;
}

.increse_2 .list_of_directorsBox {
  font-size: 20px;
}

/* .increse_2 .nav-link {
  font-size: 18px;
} */
.increse_2 .library_search_letter li .letter-link {
  font-size: 18px;
}

.increse_2 .search_result_top {
  font-size: 18px;
}

.increse_2 .search_result_footer {
  font-size: 18px;
}

.increse_2 .menu li {
  font-size: 14px;
}

.increse_2 .main_menu .main_menu_main {
  font-size: 16px;
}

.increse_2 .main_menu .main_menu_sub a {
  font-size: 16px;
}

.increse_2 .main_menu .navbar-expand-md .navbar-nav .nav-link {
  padding-right: 9px;
}

.test {
  overflow: hidden;
  padding: 0 43px;
  margin: 0 -50px;
}

.galleryBox .swiper {
  overflow: visible;
}

.galleryBox .swiper-button-prev {
  left: -35px;
}

.galleryBox .swiper-button-next {
  right: -35px;
}

/*24/02/2023*/

.whiteBg {
  background: #fff;
}

.menu_right ul {
  font-size: 1rem;
  color: #212529;
  font-weight: 500;
}

.menu_right ul li {
  border-bottom: 1px solid #0e0e52;
  border-top: 1px solid #fff;
}

.menu_right ul li .accordion-item ul li {
  border-bottom: 0;
}

.menu_right .accordion-button {
  padding: 15px;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.menu_right .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0e0e52;
}

.menu_right .accordion-button:hover {
  color: #fff;
  background-color: #0e0e52;
}

.menu_right .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.menu_right .accordion-button:not(.collapsed)::after {
  filter: brightness(100);
}

.menu_right .accordion-button:hover::after {
  filter: brightness(100);
}

.menu_right ul li.activeBorder {
  border-bottom: 1px solid #fff;
}

.LibraryCommitteeBoxLi {
}

.LibraryCommitteeBox {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 15px;
}

.people_tab_content {
  display: flex;
}

.details_content {
  font-size: 14px;
  /*background: #f1f5f8;*/
  border-radius: 3px;
  /*padding: 10px;*/
  margin-top: 10px;
}

.details_content p {
  margin-bottom: 0;
  
}

.LibraryCommitteeBox .title {
  font-size: 20px;
  font-weight: 600;
  color: #0b4159;
  margin-bottom: 0;
}

.LibraryCommitteeBox .sub_title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.LibraryCommitteeBox .leftSide {
  margin-right: 20px;
  width: 100px;
}

.people_tab_content .leftSide img {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border: 3px solid #fff;
  width: 100%;
  border-radius: 10px;
}

.view_details_button,
.view_details_button:hover {
  background: #0e0e52;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 6px 20px;
  text-transform: uppercase;
}

.view_details_button_cover {
  margin-top: 15px;
}

.comittee_sub_head {
  font-size: 20px;
  border-bottom: 1px solid #0b4159;
  padding-bottom: 10px;
}

.cip_listing li {
  margin-bottom: 10px;
  background: url(../images/right.png) no-repeat 0 7px;
  padding-left: 22px;
  font-size: 16px;
}

.table.table_custom_border th {
  border: 1px solid #d9d9d9;
  background: #0b4159;
  padding: 15px;
  color: #fff;
  border-bottom-color: transparent !important;
}

.table.table_custom_border td {
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 15px;
}

.page-title,
.page-title span {
  font-size: 30px;
  color: #0e0e52;
  font-weight: 700;
  padding-bottom: 20px;
}

.lisingList li {
  padding: 4px 0px;
}

.numberlist ol li::before {
  display: inline-block;
  content: counter(item);
  counter-increment: item;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  background: #0e0e52;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
  font-size: 13px;
  font-weight: 600;
}

.numberlist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
}

.numberlist ol {
  counter-reset: item;
}

.tab_content_box {
  border: 1px solid #c4c4c4;
  padding: 20px;
  border-radius: 5px;
}

.people_tab_content_left {
  border-right: 1px solid #ccc;
}

.people_tab_content_left .head {
  font-weight: 600;
  background: #f6f6f6;
}

.people_tab_content_left .subhead {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 5px !important;
}

.people_tab_content_left .email {
  color: #333d47;
  font-size: 15px;
}

.people_tab_content_left .phone {
  color: #333d47;
  font-size: 14px;
}

.profile_big_img_outer ul li {
  margin: 1px 0px 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.people_tab_content_left .mobile,
.people_tab_content_left .phone {
  color: #333d47;
  font-size: 14px;
}

.profile_big_img {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border: 2px solid #fff;
  width: 50%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.profile_big_img_outer {
  text-align: center;
  margin-bottom: 30px;
}

.alphabet {
  margin: 0 0 0px;
  overflow: hidden;
}

.alphabet a,
#countries-table tr {
  transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
}

.alphabet a {
  width: 32px;
  float: left;
  color: #000;
  cursor: pointer;
  height: 32px;
  border: 1px solid #ccc;
  display: block;
  padding: 2px 2px;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-right: none;
  text-decoration: none;
  background-color: #fff;
}

.alphabet a.first {
  border-radius: 3px 0 0 3px;
}

.alphabet a.last {
  border-right: 1px solid silver;
  border-radius: 0 3px 3px 0;
}

.alphabet a:hover,
.alphabet a.active {
  background: #0e0e52;
  font-weight: bold;
  color: #fff;
}

.iconSize {
  font-size: 12px;
  background: #0e0e52;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  line-height: 18px;
  color: #fff;
  margin-right: 3px;
}

.leftFull {
  width: 100%;
}

.people_tab_content_left .tab_content_button button {
  border-bottom: 1px solid #0e0e52;
  border-top: 1px solid #fff;
  background-color: #fff;
  display: flex;
  color: #000;
  border-radius: 0;
}

.people_tab_content_left .tab_content_button button.active {
  background-color: #0e0e52;
  color: #fff;
}

.topBrand ul.menu {
  margin-left: 0;
  display: flex;
  column-gap: 12px;
  flex-wrap: wrap;
}

.accesable_content_size {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.accesable_content_color {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.accesable_content_language li {
  line-height: 1;
}

.logoBrand .left a img:first-child {
  max-width: 130px;
}

.logoBrand .left a img:last-child {
  max-width: calc(100% - 145px);
}

div#block-visitors-2 li {
  margin-left: 0;
  margin-bottom: 10px;
}

li.footer_social a {
  display: block;
}

li.footer_social {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

.logoBrand .right img {
  max-width: 200px;
  width: 50%;
}

.path-news-press-releases .more-link a {
  background-color: #0b4159;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  transition: all 0.25s ease-in-out;
  border-radius: 5px;
  display: block;
  text-align: center;
}

.path-news-press-releases .more-link a:hover {
  background-color: #0e0e52;
}

.path-news-press-releases .block-page-title-block .title.page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.path-news-press-releases .view-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin: 0 -15px;
}

.path-news-press-releases .view-content .views-row {
  width: 33.33%;
  padding: 0 15px;
}

.path-news-press-releases .view-content .views-row > div {
  height: 100%;
  background-color: #f2f2f2;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}

.path-news-press-releases .view-content .views-row > div .views-field-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.path-news-press-releases .view-content .views-row > div .views-field-title a {
  color: #0b4159;
}

.path-news-press-releases .view-content .views-row > div .views-field-created {
  font-size: 14px;
  margin-bottom: 15px;
}

.path-news-press-releases .view-content .views-row > div .views-field-nid {
  margin-top: auto;
}

.path-news-press-releases .view-content .views-row > div .views-field-nid a {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  background-color: #0b4159;
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  text-transform: uppercase;
}

/* New news/press release page design - 27-03-2024 */


.path-new-news-press-release .more-link a {
  background-color: #0b4159;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  transition: all 0.25s ease-in-out;
  border-radius: 5px;
  display: block;
  text-align: center;
}

.path-new-news-press-release .more-link a:hover {
  background-color: #0e0e52;
}

.path-new-news-press-release .block-page-title-block .title.page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.path-new-news-press-release .view-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin: 0 -15px;
}

.path-new-news-press-release .view-content .views-row {
  width: 33.33%;
  padding: 0 15px;
}

.path-new-news-press-release .view-content .views-row > div {
  height: 100%;
  background-color: #f2f2f2;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}

.path-new-news-press-release .view-content .views-row > div .views-field-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.path-new-news-press-release .view-content .views-row > div .views-field-title a {
  color: #0b4159;
}

.path-new-news-press-release .view-content .views-row > div .views-field-created {
  font-size: 14px;
  margin-bottom: 15px;
}

.path-new-news-press-release .view-content .views-row > div .views-field-nid {
  margin-top: auto;
}

.path-new-news-press-release .view-content .views-row > div .views-field-nid a {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  background-color: #0b4159;
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  text-transform: uppercase;
}
/*-----*/


/* media */

@media (max-width: 1280px) {
  .main_menu .navbar-expand-md .navbar-nav .nav-link {
	  /*
    padding-right: 9px;
	*/
	padding-right: 0px;
  }
}

/* @media (min-width: 1400px) {
  .main_menu .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 16px;
  }
} */

/* @media (min-width: 1600px) {
  .topBrand .row {
    margin: 0 0px;
  }
} */

@media only screen and (max-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px !important;
  }
}

@media (min-width: 768px) {
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 1399px) {
  .menu li {
    font-size: 11px;
    /* margin: 0 8px; */
  }

  .main_menu .main_menu_main {
    font-size: 12px;
    padding-right: 7px;
  }

  .carousel_content > div {
    padding: 50px;
  }

  /*
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 25px;
  }
  p {
    font-size: 18px;
  }
  */

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
	text-align: justify;
  }

  p.small {
    font-size: 15px;
    font-weight: 400;
	text-align: justify;
  }

  .about_the_director .right {
    padding-left: 0px;
  }

  .The_Institute .right {
    padding-left: 0px;
  }
}

@media (max-width: 1199px) {
  /* .topBrand .row {
    margin: 0px;
  } */

  /* .menu li {
    margin: 0 10px;
  } */

  /* .topBrand .middle {
    padding: 0 50px;
  } */

  /* .logoBrand .middle img {
    width: 80%;
  } */

  /* .logoBrand .right img {
    width: 50%;
  } */

  .jurneyBox p {
    line-height: 30px;
  }

  .jurneyBox h2 {
    font-weight: 800;
    margin-bottom: 30px;
  }

  .instituteBox p {
    line-height: 30px;
	text-align: justify;
  }

  .instituteBox h2 {
    font-weight: 800;
    margin-bottom: 30px;
  }

  .list_of_directorsBox .left {
    width: 70%;
    padding-right: 20px;
  }

  .list_of_directorsBox .right {
    width: 30%;
    margin-top:7%;
  }

  .list_of_directorsBox .container > ul {
    /* flex-direction: column; */
  }

  .dropbtn {
    width:335px !important;
    line-height:1.2;
  }
  /* Links inside the dropdown */
  .dropdown-content a {
    width: 250px !important;
    line-height:0.8;
  }

  p {
    font-size: 20px;
	text-align: justify;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 32px;
  }
}

@media (max-width: 1180px) {
}

@media (max-width: 991px) {
  .region.region-top-header-details {
    display: none;
  }

  .topBrand_hambargar {
    display: block;
  }

  .desktopMenu {
    display: none;
  }

  .mobileMenu {
    display: flex;
    justify-content: flex-end;
  }

  .menu {
    display: none;
  }

  .topBrand .middle {
    padding: 0px;
  }

  /* .topBrand .row {
    margin: 0 0px;
  } */

  .logoBrand .left img {
    width: 50%;
  }

  /* .logoBrand .middle img {
    width: 80%;
  } */

  /* .logoBrand .right img {
    width: 100%;
  } */

  .carousel_content > div {
    padding: 10px;
  }

  .carousel_content h1 {
    line-height: 40px;
    padding: 10px;
    text-align: center;
  }

  .carousel_content h1 {
    margin-bottom: 10px;
  }

  .social_icons {
    text-align: center;
  }

  .social_icons img {
    margin-right: 20px;
    width: 30px;
  }

  .OPDServices_outer,
  .teleMentalHealthServices_outer {
    margin-top: 70px;
  }

  .jurneyBox .right img,
  .instituteBox .left img,
  .aboutTheDirector .left img {
    border: 10px solid #fff;
  }

  .upcoming_notice .left {
    padding-right: 0px;
  }

  .upcoming_notice .right {
    padding-left: 0px;
    margin-top: 50px;
  }

  .footer_inner {
    margin: 0 10px;
  }

  .mobile_top_menu li {
    padding: 10px;
    border-bottom: 1px solid #9d9dad;
  }

  .mobile_top_menu li a,
  .mobile_top_menu_dropdown a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 10px;
    display: block;
  }

  .mobile_top_menu_dropdown .accordion-button:not(.collapsed) {
    background-color: #fff !important;
  }

  .mobile_top_menu_dropdown .accordion-item {
    border: 0;
    border-bottom: 1px solid #9d9dad;
  }

  .mobile_top_menu_dropdown .accordion-button,
  .mobile_top_menu_dropdown .accordion-body,
  .mobile_top_menu_dropdown .accordion-no-button {
    padding: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
  }

  /* .mobile_top_menu_dropdown_1st > li {
    margin-bottom: 10px;
  } */

  /* .mobile_top_menu_dropdown_2nd {
    background-color: #f2f2f2;
    padding-left: 10px !important;
  }

  .mobile_top_menu_dropdown_2nd li a {
    padding: 5px 15px;
    font-size: 12px;
  } */

  /* .mobile_top_menu_dropdown_2nd > li {
    margin-top: 10px;
  } */

  /* ul.mobile_top_menu_dropdown_1st li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  } */

  /* .mobile_top_menu_dropdown_2nd > li:last-child {
    margin-bottom: 10px;
  } */

  /* .mobile_top_menu_dropdown_1st > li > a::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #000;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 100px;
  } */

  .accordion-button:focus {
    border: 0;
    box-shadow: none;
  }

  .anima:hover {
    transform: scale(1);
  }

  .anima {
    transform: scale(1);
  }

  .list_of_directorsBox {
    font-size: 15px;
  }

  .view_all {
    font-size: 14px;
  }

  .test {
    overflow: hidden;
    /* padding: 0 40px; */
    padding: 0px;
    /* margin: 0px -50px; */
    margin: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 38%;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 18px;
	text-align: justify;
  }

  p.small {
    font-size: 12px;
    font-weight: 400;
  }

  /* font size changes increse */
  .increse h1 {
    font-size: 32px;
  }

  .increse h2 {
    font-size: 24px;
  }

  .increse h3 {
    font-size: 20px;
  }

  .increse p {
    font-size: 20px;
  }

  .increse p.small {
    font-size: 14px;
    font-weight: 400;
  }

  .increse .view_all {
    font-size: 16px;
  }

  .increse .footer_text_header {
    font-size: 16px;
  }

  .increse .footer_text {
    font-size: 14px;
  }

  .increse .footer_text_link {
    font-size: 15px;
  }

  .increse .clunter li {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }

  .increse .footerBottom .top {
    font-size: 13px;
  }

  .increse .footerBottom .bottom {
    font-size: 14px;
  }

  .increse .mobile_top_menu li a,
  .increse .mobile_top_menu_dropdown a {
    font-size: 16px;
  }

  .increse .mobile_top_menu_dropdown .accordion-button,
  .increse .mobile_top_menu_dropdown .accordion-body,
  .increse .mobile_top_menu_dropdown .accordion-no-button {
    font-size: 16px;
  }

  .increse .mobile_top_menu_dropdown_1st > li > a::before {
    top: 8px;
  }

  /* font size changes decrese */
  .decrese h1 {
    font-size: 28px;
  }

  .decrese h2 {
    font-size: 20px;
  }

  .decrese h3 {
    font-size: 16px;
  }

  .decrese p {
    font-size: 16px;
	
  }

  .decrese p.small {
    font-size: 10px;
    font-weight: 400;
  }

  .decrese .view_all {
    font-size: 12px;
  }

  .decrese .footer_text_header {
    font-size: 12px;
  }

  .decrese .footer_text {
    font-size: 10px;
  }

  .decrese .footer_text_link {
    font-size: 11px;
  }

  .decrese .clunter li {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .decrese .footerBottom .top {
    font-size: 11px;
  }

  .decrese .footerBottom .bottom {
    font-size: 11px;
  }

  .decrese .mobile_top_menu li a,
  .decrese .mobile_top_menu_dropdown a {
    font-size: 12px;
  }

  .decrese .mobile_top_menu_dropdown .accordion-button,
  .decrese .mobile_top_menu_dropdown .accordion-body,
  .decrese .mobile_top_menu_dropdown .accordion-no-button {
    font-size: 12px;
  }

  .decrese .mobile_top_menu_dropdown_1st > li > a::before {
    top: 5px;
  }

  .decrese .blue_box_link {
    font-size: 1px;
  }

  /* font size changes increse_2 */
  .increse_2 h1 {
    font-size: 33px;
  }

  .increse_2 h2 {
    font-size: 25px;
  }

  .increse_2 h3 {
    font-size: 21px;
  }

  .increse_2 p {
    font-size: 21px;
	
  }

  .increse_2 p.small {
    font-size: 15px;
    font-weight: 400;
	
  }

  .increse_2 .view_all {
    font-size: 17px;
  }

  .increse_2 .footer_text_header {
    font-size: 18px;
  }

  .increse_2 .footer_text {
    font-size: 15px;
  }

  .increse_2 .footer_text_link {
    font-size: 16px;
  }

  .increse_2 .clunter li {
    width: 26px;
    height: 26px;
    font-size: 17px;
  }

  .increse_2 .footerBottom .top {
    font-size: 14px;
  }

  .increse_2 .footerBottom .bottom {
    font-size: 15px;
  }

  .increse_2 .mobile_top_menu li a,
  .increse_2 .mobile_top_menu_dropdown a {
    font-size: 17px;
  }

  .increse_2 .mobile_top_menu_dropdown .accordion-button,
  .increse_2 .mobile_top_menu_dropdown .accordion-body,
  .increse_2 .mobile_top_menu_dropdown .accordion-no-button {
    font-size: 17px;
  }

  .increse_2 .mobile_top_menu_dropdown_1st > li > a::before {
    top: 8px;
  }

  /* font size changes decrese_2 */
  .decrese_2 h1 {
    font-size: 27px;
  }

  .decrese_2 h2 {
    font-size: 19px;
  }

  .decrese_2 h3 {
    font-size: 15px;
  }

  .decrese_2 p {
    font-size: 15px;
	
  }

  .decrese_2 p.small {
    font-size: 9px;
    font-weight: 400;
	
  }

  .decrese_2 .view_all {
    font-size: 11px;
  }

  .decrese_2 .footer_text_header {
    font-size: 11px;
  }

  .decrese_2 .footer_text {
    font-size: 9px;
  }

  .decrese_2 .footer_text_link {
    font-size: 10px;
  }

  .decrese_2 .clunter li {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }

  .decrese_2 .footerBottom .top {
    font-size: 10px;
  }

  .decrese_2 .footerBottom .bottom {
    font-size: 10px;
  }

  .decrese_2 .mobile_top_menu li a,
  .decrese_2 .mobile_top_menu_dropdown a {
    font-size: 11px;
  }

  .decrese_2 .mobile_top_menu_dropdown .accordion-button,
  .decrese_2 .mobile_top_menu_dropdown .accordion-body,
  .decrese_2 .mobile_top_menu_dropdown .accordion-no-button {
    font-size: 11px;
  }

  .decrese_2 .mobile_top_menu_dropdown_1st > li > a::before {
    top: 5px;
  }

  .decrese_2 .blue_box_link {
    font-size: 17px;
  }

  .offcanvas-body {
    padding: 0 !important;
  }
  .dropbtn {
    width:290px !important;
    line-height:1.2;
  }
  /* Links inside the dropdown */
  .dropdown-content a {
    width: 240px !important;
    line-height:0.8;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 767px) {
  .logoBrand .left {
    margin-bottom: 10px;
  }

  .logoBrand .middle img {
    height: 80px;
  }

  .logoBrand .left img {
  }

  /* .logoBrand .middle img {
    width: 100%;
  } */

  .logoBrand .right img {
    width: auto;
    height: 50px;
  }

  .footer_inner {
    margin: 0 50px;
  }

  .logoBrand .left a img:first-child {
    max-width: 80px;
  }

  .mobileMenu > a {
    position: absolute;
    top: 80px;
    right: 15px;
    color: #050529;
    width: 30px;
    height: 30px;
  }

  .mobileMenu > a svg {
    width: 100%;
    height: 100%;
    fill: #0e0e52;
  }

  .path-news-press-releases .view-content .views-row {
    width: 50%;
  }
  .path-new-news-press-release .view-content .views-row {
    width: 50%;
  }
}

/* mobile */
@media (max-width: 576px) {
  .searc_box {
    width: 100%;
  }

  .jurneyBox .left {
    width: 100%;
    padding-right: 0px;
    order: 2;
  }

  .jurneyBox .right,
  .aboutTheDirector .left {
    width: 100%;
    padding: 0;
    order: 1;
  }

  .jurneyBox h2 {
    text-align: center;
  }

  .jurneyBox ul,
  .aboutTheDirector ul {
    flex-direction: column;
    row-gap: 30px;
  }

  .jurneyBox .right img,
  .aboutTheDirector .left img {
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }

  .jurneyBox {
    margin-top: 50px;
    padding: 40px 5px;
  }

  .aboutTheDirector {
    padding: 40px 0;
  }

  .instituteBox .left {
    width: 100%;
    padding-right: 0px;
  }

  .instituteBox .right {
    width: 100%;
  }

  .instituteBox ul {
    flex-direction: column;
  }

  .instituteBox {
    margin-top: 50px;
    padding: 40px 10px;
  }

  .blue_box_link {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 20px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    align-items: flex-start;
    top: 20%;
  }

  .carousel_content {
    position: relative;
  }

  .upcoming_notice li {
    padding: 20px 0px;
  }

  /* about the director */

  .about_the_director_yello_corner img {
    width: 100%;
  }

  .The_Institute img {
    width: 100%;
  }

  /* search optioin */
  .search_result_bottom_top ul {
    flex-direction: column;
  }

  .search_result_bottom {
    padding: 30px;
  }

  .search_result_bottom_top dl.props > dt {
    float: inherit;
  }

  .search_result_bottom_top dl.props > dd {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .search_result_bottom_top dl.props > dd:last-child {
    margin-bottom: 0px;
  }

  .library_page .tab-content {
    padding: 30px;
  }

  .arrow {
    padding-right: 40px;
    font-size: 16px;
  }

  .arrow::after {
    width: 22px;
    height: 22px;
    top: -2px;
    right: 10px;
    background-size: 25px;
  }

  .instituteBox ul {
    flex-direction: column;
  }

  .instituteBox .left {
    width: 100%;
    padding: 0 60px;
  }

  .aboutTheDirector .right,
  .instituteBox .right {
    width: 100%;
    padding: 0 0px;
  }

  .aboutTheDirector .left img,
  .instituteBox .left img {
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboutTheDirector h2,
  .instituteBox h2 {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
  }

  .aboutTheDirector p,
  .instituteBox p {
    line-height: 30px;
	text-align: justify;
  }

  .upcoming_notice span {
    padding-right: 0;
  }

  .upcoming_notice .left {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .upcoming_notice .right {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .footer_inner {
    margin: 0 20px;
  }

  .galleryBox .swiper-button-prev {
    left: 0px;
  }

  .galleryBox .swiper-button-next {
    right: 0px;
  }

  /* font size changes increse */
  .increse .arrow {
    padding-right: 40px;
    font-size: 18px;
  }

  .increse .arrow::after {
    width: 25px;
    height: 25px;
    top: 0px;
    right: 6px;
    background-size: 30px;
  }

  /* font size changes decrese */
  .decrese .arrow {
    padding-right: 40px;
    font-size: 14px;
  }

  .decrese .arrow::after {
    width: 20px;
    height: 20px;
    top: 0px;
    right: 13px;
    background-size: 20px;
  }

  .logoBrand .left a {
    column-gap: 5px;
  }

  .logoBrand .left a img:first-child {
    max-width: 60px;
  }

  .logoBrand .left a img:last-child {
    max-width: calc(100% - 65px);
    width: 65%;
  }

  .logoBrand .left {
    margin-bottom: 5px;
  }

  .footer_text_header {
    margin-bottom: 5px;
  }
  .galleryBox {
    margin-top: 30px;
    padding: 30px 0;
  }

  .view-home-page-footer-slider .swiper-pagination {
    position: relative;
    bottom: auto;
  }

  .view-home-page-footer-slider .swiper-button-prev,
  .view-home-page-footer-slider .swiper-button-next {
    display: none;
  }

  .imageBoxContainer {
    margin-top: 40px;
  }

  .path-news-press-releases .view-content .views-row {
    width: 100%;
  }
  .path-new-news-press-release .view-content .views-row {
    width: 100%;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 420px) {
}

@media (max-width: 414px) {
}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}

@media (max-width: 991px) {
}

.menu-item--expanded {
  list-style-type: none !important;
  list-style-image: none !important;
}

#block-ranchi-views-block-new-slider-block-1 dl,
ol,
ul {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

#block-ranchi-views-block-new-slider-block-1 .customcss img {
  width: 100% !important;
  height: 600px !important;
  object-fit: cover;
}

.imageBox h3 a {
  color: #fff !important;
}

#main-wrapper {
  margin-top: 0px;
  background: #fff;
  padding: 25px 0;
  font-size: 18px;
}

/* faculty design - 21-04-2023  */

.inner_pages .item .thumb img {
  box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
  padding: 5px;
  border-radius: 15px;
  height: 140px;
  width: 140px;
  margin: -75px auto 10px;
  object-fit: cover;
  object-position: top center;
  border: 2px solid #0e0e52;
  background-color: #fff;
}

.inner_pages .item {
  position: relative;
  z-index: 1;
  padding-top: 75px;
}

.inner_pages .item .thumb {
  padding: 0 30px 30px;
  box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.2);
  background: #f0f0f0;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: all 0.25s ease-in-out;
}

.inner_pages .item .thumb h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0e0e52;
  text-transform: capitalize;
}

.RND ul {
  margin: 0px 0 10px 15px;
  border-bottom: none;
}

.profileInfo {
  font-size: 12px;
}

.inner_pages .item .thumb .profileInfo li {
  margin-bottom: 5px;
}

.RND li {
  position: relative;
}

.RND li {
  margin: 0 3px 0 0;
}

.inner_pages .item .thumb .profileInfo li:last-child {
  margin-bottom: 0;
}

.inner_pages .item .thumb .profileInfo li {
  margin-bottom: 5px;
}

.RND li {
  position: relative;
  margin: 0 3px 0 0;
}

.view_details_button,
.RND .view_details_button {
  display: flex;
  background: linear-gradient(
    22deg,
    rgb(36 113 159) 0%,
    rgb(5 56 100) 32%,
    rgb(52 114 141) 100%
  );
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 100px;
  position: absolute;
  width: inherit;
}

.tab-content a {
  background: white;
}

.inner_pages
  .view-id-acadamic_psychiatry_adult_psychiatry_faculty
  .item:hover
  .thumb {
  background-color: rgba(54, 52, 131, 0.05);
}

.view-id-acadamic_psychiatry_adult_psychiatry_faculty {
  background: linear-gradient(90deg, transparent, rgb(54, 52, 131, 0.15));
  padding: 15px;
  border-radius: 15px;
}

.view_details_button:hover {
  color: #fff !important;
  background: linear-gradient(
    22deg,
    rgb(13 72 151) 0%,
    rgb(1 108 144) 32%,
    rgba(2, 103, 145, 1) 100%
  ) !important;
}

/* Patient care equipment design - 26-05-2023 */

._card {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25);
}

.card_header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.card_header img {
  width: 32px;
  height: 32px;
}

.card_header h4 {
  font-size: 18px;
  font-weight: 700;
  color: #026791;
  margin: 0;
}

.card_section img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.accordion {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.accordion > .card > .card-header button {
  font-size: 16px;
  font-weight: 700;
  color: #026791;
  text-decoration: none;
}

.accordion > .card > .card-header button[aria-expanded='true'] {
  color: #262650;
}

.accordion > .card > .card-header button:focus {
  box-shadow: none;
}

.accordion > .card > .card-header button:hover {
  color: #262650;
}

.accordion > .card {
  border-radius: 15px;
}

.accordion > .card > .card-header {
  background-color: #f2f2f2;
}

/* 13-07-2023 - Search Form */

#search-form h2 {
  font-size: 16px;
}

.item-list .search-results li {
  border: solid 1px #c6c6c6;
  padding: 20px;
  background-color: #fff;
  margin: 15px 0;
}

.search-results h3 {
  font-size: 1.2rem !important;
}

.search-result__snippet-info p {
  font-size: 16px;
  text-align: justify;
}

/*-----*/

/*-- 14-07-2023 News page Design --*/

.view-id-latest_news .view-display-id-page_1 .item-list {
  border: solid 1px #c6c6c6;
  padding: 20px;
  background-color: #fff;
  margin: 15px 0;
}

/*----*/

/*--- 11-08-2023 visitor count design*/

#block-visitors-2 .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: #262650;
  opacity: 8.5;
}

/*-----*/

/* 29-08-2023 start */
.list_with_icon {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

.list_with_icon i {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1;
  color: #34728d;
}
/* 29-08-2023 end */

/* 30-08-2023 start */
.row-gap-4 {
  row-gap: 24px;
}

.gallery_card {
  display: block;
  position: relative;
}

.gallery_card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
}

.gallery_card:after {
  content: '\f424';
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  font-size: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery_card:hover:after {
  opacity: 1;
}

.gallery_card:hover img {
  transform: scale(1.1) rotate(5deg);
}

/* 30-08-2023 end */

/* 07-09-2023 start */
.custom_tab_pills {
  gap: 5px;
}
.custom_tab_pills li button.nav-link {
  border: 1px solid #0e0e52;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #0e0e52;
  padding: 8px 12px;
  line-height: 1;
}
.custom_tab_pills li button.nav-link.active {
  background-color: #0e0e52;
}
.custom_tab_content .tab-pane {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25);
  border: 1px solid #ddd;
}
@media only screen and (max-width: 1199px) {
  .custom_tab_pills {
    flex-direction: row !important;
  }
  .custom_tab_content p {
    font-size: 15px;
    line-height: 1.4;
	
  }
}
/* 07-09-2023 end */

/*menu design 08-09-2023*/

._sidebar {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25); */
  max-height: 100vh;
  position: sticky;
  top: 0;
  border: 5px solid #fff;
}
._sidebar h3 {
  font-size: 18px;
  background-color: #0e0e52;
  padding: 10px 15px;
  color: #fff;
  margin: 0;
  height: 54px;
  line-height: 34px;
}
._sidebar > ul.list-group {
  max-height: calc(100vh - 54px);
  overflow-y: auto;
}
._sidebar ul.list-group {
  border-radius: 0;
}
._sidebar > ul.list-group ul {
  padding-left: 10px !important;
  position: relative;
}
._sidebar > ul.list-group ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 9px;
  width: 1px;
  height: 100%;
  background-color: #85859e;
}
._sidebar > ul.list-group ul li:last-child {
  border-bottom: none;
}
.menu_right ._sidebar ul li {
  border-left: none;
  border-right: none;
  padding: 0;
  border-color: #85859e;
}
.menu_right ._sidebar ul li a {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #0e0e52;
  transition: all 0.25s ease-in-out;
}
.menu_right ._sidebar ul li a.active,
.menu_right ._sidebar ul li a:hover {
  background-color: #0e0e52;
  color: #fff;
}
.menu_right ._sidebar ul li a span {
  width: 20px;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  position: relative;
}
.menu_right ._sidebar ul li a span:after,
.menu_right ._sidebar ul li a span:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 12px;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.25s ease-in-out;
}
.menu_right ._sidebar ul li a span:after {
  left: 8px;
  transform: translateY(-50%) rotate(-45deg);
}
.menu_right ._sidebar ul li a span:before {
  right: 8px;
  transform: translateY(-50%) rotate(45deg);
}
.menu_right ._sidebar ul li a.collapsed span:after {
  transform: translateY(-50%) rotate(45deg);
}
.menu_right ._sidebar ul li a.collapsed span:before {
  transform: translateY(-50%) rotate(-45deg);
}

/*--end--*/

/*breadcrumb li design - 13-09-2023*/

.breadcrumb li:first-child {
  content: unset;
}

/* --- end --- */

/* 22-09-2023 */
.accesable_content_language a.is-active {
  display: none;
}
/* 22-09-2023 */

/* 25-09-2023 */
.mobile_sub_menu {
  display: none;
}
/* 25-09-2023 */

/* 26-09-2023 */
.mobile_top_menu_dropdown ul li:not(:last-child) {border-bottom: 1px solid #ddd;}

.mobile_top_menu_dropdown ul li i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease-in-out;
}

.mobile_top_menu_dropdown ul li i.open {
  transform: rotate(180deg);
}

ul.mobile_sub_menu.mobile_top_menu_dropdown_1st,
ul.mobile_sub_menu.mobile_top_menu_dropdown_2nd,
ul.mobile_sub_menu.mobile_top_menu_dropdown_3rd {
  background-color: rgb(5 5 41 / 15%);
}

ul.mobile_sub_menu.mobile_top_menu_dropdown_1st li,
ul.mobile_sub_menu.mobile_top_menu_dropdown_2nd li,
ul.mobile_sub_menu.mobile_top_menu_dropdown_3rd li {
  border-left: 10px solid rgb(5 5 41 / 15%);
}

.mobile_top_menu_dropdown {
  font-size: 16px;
}

ul.mobile_sub_menu li a {
  font-size: 85%;
  line-height: 1.2;
}
/* 26-09-2023 */
.view-latest-news h3 a{
	font-size:16px;
}

.main_menu .main_menu_main {
  background-color: transparent;
  border: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: none;
  display: flex;
  align-items: center;
  padding: 17px;
}



/* 23-05-2024 Latest news node design*/
.view-id-announcement .filesizelang .format {
	font-size: 14px;
}
 .view-id-announcement .filesizelang .size {
	 
	 font-size: 14px;
 }
 .view-id-announcement .filesizelang .lang {
	 
	 font-size: 14px;
 }
 #block-ranchi-content .node--type-announcements {
	 margin-left: 80%;
    font-size: 16px;
 }

/*---- */

/*---- */

.border-lightwhitebg {
  background: linear-gradient(90deg, transparent, rgb(54, 52, 131, 0.04));
  padding: 15px;
  border-radius: 15px;
}

.border-lightwhitebg-right{
  background: linear-gradient(93deg, transparent, rgb(54, 52, 131, 0.15)), lightyellow;
  padding: 15px;
  border-radius: 15px;
}
.border-lightwhitebg-left{
  background: linear-gradient(93deg, transparent, rgb(54, 52, 131, 0.15)), lightyellow;
  padding: 15px;
  border-radius: 15px;
}

/*-- 03-06-23 -- announcement node--*/
.field--name-field-announcement-documents .field--name-field-upload-file .field__label{
	display: none;
}
.field--name-field-announcement-documents .field--name-field-file-language {
	display: none;
}
.field--name-field-announcement-documents .field--name-field-file-name {
	display: none;
}

.upcoming_notice h3 {font-size: 1.25rem; }
/*
.upcoming_notice .row {
background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25);
    border: 1px solid #ddd;
}
*/

/*-----*/
/*-- 13-06-24 -- for feedback form--*/
#webform-submission-feedback-form-add-form .form-text{
  color:#000 !important;
}
#webform-submission-feedback-form-add-form .form-item label,
#webform-submission-feedback-form-add-form .form-item label span{
  width: 30%;
}
#webform-submission-feedback-form-add-form .form-item input.form-text,
#webform-submission-feedback-form-add-form .form-item input.form-email,
#webform-submission-feedback-form-add-form .form-textarea-wrapper textarea{
  width: 80%;
  
}
#webform-submission-feedback-form-add-form .form-item input.form-text,
#webform-submission-feedback-form-add-form .form-item input.form-email{
  height: 40px;
}
#webform-submission-feedback-form-add-form input.form-submit {
  background-color: #050529;
  color: #fff;
  min-width: 100px;
  height: 35px;
  text-transform: uppercase;
}

#cip_rules {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin: 0 -15px;
}
#cip_rules li {
  height: 100%;
  background-color: #f2f2f2;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.5);
  display: flex;
  /* flex-direction: column; */
  width: 30%;
  margin: 0 10px;
}
#cip_rules img {
  height: 60% !important;
}
#cip_rules li a {
  width: 90%;
}

/*added for vacancies page on 9/9/2024 */
a.vac-archive.btn.btn-secondary {
  background-color: #050529;
  float: right;
}

#views-exposed-form-vacancies-page-2 input.form-submit, #views-exposed-form-vacancies-page-1 input.form-submit, #views-exposed-form-core-committees-page-1 input.form-submit{
  background-color: #050529;
  color: #fff;
  min-width: 80px;
  height: 30px;
  text-transform: uppercase;
}